config: Sync with GCC
[deliverable/binutils-gdb.git] / sim / rx / 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 MAINT
608 MAINTAINER_MODE_FALSE
609 MAINTAINER_MODE_TRUE
610 lt_cv_dlopen_libs
611 OTOOL64
612 OTOOL
613 LIPO
614 NMEDIT
615 DSYMUTIL
616 AWK
617 STRIP
618 OBJDUMP
619 LN_S
620 NM
621 ac_ct_DUMPBIN
622 DUMPBIN
623 LD
624 FGREP
625 SED
626 LIBTOOL
627 PLUGINS_FALSE
628 PLUGINS_TRUE
629 zlibinc
630 zlibdir
631 CATOBJEXT
632 GENCAT
633 INSTOBJEXT
634 DATADIRNAME
635 CATALOGS
636 POSUB
637 GMSGFMT
638 XGETTEXT
639 INCINTL
640 LIBINTL_DEP
641 LIBINTL
642 USE_NLS
643 GMAKE_FALSE
644 GMAKE_TRUE
645 MAKE
646 CCDEPMODE
647 DEPDIR
648 am__leading_dot
649 PACKAGE
650 RANLIB
651 AR
652 HDEFINES
653 CC_FOR_BUILD
654 INSTALL_DATA
655 INSTALL_SCRIPT
656 INSTALL_PROGRAM
657 EGREP
658 GREP
659 CPP
660 target_os
661 target_vendor
662 target_cpu
663 target
664 host_os
665 host_vendor
666 host_cpu
667 host
668 build_os
669 build_vendor
670 build_cpu
671 build
672 OBJEXT
673 EXEEXT
674 ac_ct_CC
675 CPPFLAGS
676 LDFLAGS
677 CFLAGS
678 CC
679 WERROR_CFLAGS
680 WARN_CFLAGS
681 sim_reserved_bits
682 sim_inline
683 sim_hw
684 sim_hw_objs
685 sim_hw_cflags
686 sim_default_model
687 sim_scache
688 sim_float
689 sim_endian
690 sim_bitsize
691 sim_alignment
692 target_alias
693 host_alias
694 build_alias
695 LIBS
696 ECHO_T
697 ECHO_N
698 ECHO_C
699 DEFS
700 mandir
701 localedir
702 libdir
703 psdir
704 pdfdir
705 dvidir
706 htmldir
707 infodir
708 docdir
709 oldincludedir
710 includedir
711 localstatedir
712 sharedstatedir
713 sysconfdir
714 datadir
715 datarootdir
716 libexecdir
717 sbindir
718 bindir
719 program_transform_name
720 prefix
721 exec_prefix
722 PACKAGE_URL
723 PACKAGE_BUGREPORT
724 PACKAGE_STRING
725 PACKAGE_VERSION
726 PACKAGE_TARNAME
727 PACKAGE_NAME
728 PATH_SEPARATOR
729 SHELL'
730 ac_subst_files=''
731 ac_user_opts='
732 enable_option_checking
733 with_system_zlib
734 enable_plugins
735 enable_shared
736 enable_static
737 with_pic
738 enable_fast_install
739 with_gnu_ld
740 enable_libtool_lock
741 enable_maintainer_mode
742 enable_sim_debug
743 enable_sim_stdio
744 enable_sim_trace
745 enable_sim_profile
746 enable_sim_assert
747 enable_sim_environment
748 enable_sim_inline
749 with_pkgversion
750 with_bugurl
751 enable_cycle_accurate
752 enable_cycle_stats
753 '
754 ac_precious_vars='build_alias
755 host_alias
756 target_alias
757 CC
758 CFLAGS
759 LDFLAGS
760 LIBS
761 CPPFLAGS
762 CPP'
763
764
765 # Initialize some variables set by options.
766 ac_init_help=
767 ac_init_version=false
768 ac_unrecognized_opts=
769 ac_unrecognized_sep=
770 # The variables have the same names as the options, with
771 # dashes changed to underlines.
772 cache_file=/dev/null
773 exec_prefix=NONE
774 no_create=
775 no_recursion=
776 prefix=NONE
777 program_prefix=NONE
778 program_suffix=NONE
779 program_transform_name=s,x,x,
780 silent=
781 site=
782 srcdir=
783 verbose=
784 x_includes=NONE
785 x_libraries=NONE
786
787 # Installation directory options.
788 # These are left unexpanded so users can "make install exec_prefix=/foo"
789 # and all the variables that are supposed to be based on exec_prefix
790 # by default will actually change.
791 # Use braces instead of parens because sh, perl, etc. also accept them.
792 # (The list follows the same order as the GNU Coding Standards.)
793 bindir='${exec_prefix}/bin'
794 sbindir='${exec_prefix}/sbin'
795 libexecdir='${exec_prefix}/libexec'
796 datarootdir='${prefix}/share'
797 datadir='${datarootdir}'
798 sysconfdir='${prefix}/etc'
799 sharedstatedir='${prefix}/com'
800 localstatedir='${prefix}/var'
801 includedir='${prefix}/include'
802 oldincludedir='/usr/include'
803 docdir='${datarootdir}/doc/${PACKAGE}'
804 infodir='${datarootdir}/info'
805 htmldir='${docdir}'
806 dvidir='${docdir}'
807 pdfdir='${docdir}'
808 psdir='${docdir}'
809 libdir='${exec_prefix}/lib'
810 localedir='${datarootdir}/locale'
811 mandir='${datarootdir}/man'
812
813 ac_prev=
814 ac_dashdash=
815 for ac_option
816 do
817 # If the previous option needs an argument, assign it.
818 if test -n "$ac_prev"; then
819 eval $ac_prev=\$ac_option
820 ac_prev=
821 continue
822 fi
823
824 case $ac_option in
825 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
826 *) ac_optarg=yes ;;
827 esac
828
829 # Accept the important Cygnus configure options, so we can diagnose typos.
830
831 case $ac_dashdash$ac_option in
832 --)
833 ac_dashdash=yes ;;
834
835 -bindir | --bindir | --bindi | --bind | --bin | --bi)
836 ac_prev=bindir ;;
837 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
838 bindir=$ac_optarg ;;
839
840 -build | --build | --buil | --bui | --bu)
841 ac_prev=build_alias ;;
842 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
843 build_alias=$ac_optarg ;;
844
845 -cache-file | --cache-file | --cache-fil | --cache-fi \
846 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
847 ac_prev=cache_file ;;
848 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
849 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
850 cache_file=$ac_optarg ;;
851
852 --config-cache | -C)
853 cache_file=config.cache ;;
854
855 -datadir | --datadir | --datadi | --datad)
856 ac_prev=datadir ;;
857 -datadir=* | --datadir=* | --datadi=* | --datad=*)
858 datadir=$ac_optarg ;;
859
860 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
861 | --dataroo | --dataro | --datar)
862 ac_prev=datarootdir ;;
863 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
864 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
865 datarootdir=$ac_optarg ;;
866
867 -disable-* | --disable-*)
868 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
869 # Reject names that are not valid shell variable names.
870 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
871 as_fn_error "invalid feature name: $ac_useropt"
872 ac_useropt_orig=$ac_useropt
873 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
874 case $ac_user_opts in
875 *"
876 "enable_$ac_useropt"
877 "*) ;;
878 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
879 ac_unrecognized_sep=', ';;
880 esac
881 eval enable_$ac_useropt=no ;;
882
883 -docdir | --docdir | --docdi | --doc | --do)
884 ac_prev=docdir ;;
885 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
886 docdir=$ac_optarg ;;
887
888 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
889 ac_prev=dvidir ;;
890 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
891 dvidir=$ac_optarg ;;
892
893 -enable-* | --enable-*)
894 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
895 # Reject names that are not valid shell variable names.
896 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
897 as_fn_error "invalid feature name: $ac_useropt"
898 ac_useropt_orig=$ac_useropt
899 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
900 case $ac_user_opts in
901 *"
902 "enable_$ac_useropt"
903 "*) ;;
904 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
905 ac_unrecognized_sep=', ';;
906 esac
907 eval enable_$ac_useropt=\$ac_optarg ;;
908
909 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
910 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
911 | --exec | --exe | --ex)
912 ac_prev=exec_prefix ;;
913 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
914 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
915 | --exec=* | --exe=* | --ex=*)
916 exec_prefix=$ac_optarg ;;
917
918 -gas | --gas | --ga | --g)
919 # Obsolete; use --with-gas.
920 with_gas=yes ;;
921
922 -help | --help | --hel | --he | -h)
923 ac_init_help=long ;;
924 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
925 ac_init_help=recursive ;;
926 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
927 ac_init_help=short ;;
928
929 -host | --host | --hos | --ho)
930 ac_prev=host_alias ;;
931 -host=* | --host=* | --hos=* | --ho=*)
932 host_alias=$ac_optarg ;;
933
934 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
935 ac_prev=htmldir ;;
936 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
937 | --ht=*)
938 htmldir=$ac_optarg ;;
939
940 -includedir | --includedir | --includedi | --included | --include \
941 | --includ | --inclu | --incl | --inc)
942 ac_prev=includedir ;;
943 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
944 | --includ=* | --inclu=* | --incl=* | --inc=*)
945 includedir=$ac_optarg ;;
946
947 -infodir | --infodir | --infodi | --infod | --info | --inf)
948 ac_prev=infodir ;;
949 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
950 infodir=$ac_optarg ;;
951
952 -libdir | --libdir | --libdi | --libd)
953 ac_prev=libdir ;;
954 -libdir=* | --libdir=* | --libdi=* | --libd=*)
955 libdir=$ac_optarg ;;
956
957 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
958 | --libexe | --libex | --libe)
959 ac_prev=libexecdir ;;
960 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
961 | --libexe=* | --libex=* | --libe=*)
962 libexecdir=$ac_optarg ;;
963
964 -localedir | --localedir | --localedi | --localed | --locale)
965 ac_prev=localedir ;;
966 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
967 localedir=$ac_optarg ;;
968
969 -localstatedir | --localstatedir | --localstatedi | --localstated \
970 | --localstate | --localstat | --localsta | --localst | --locals)
971 ac_prev=localstatedir ;;
972 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
973 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
974 localstatedir=$ac_optarg ;;
975
976 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
977 ac_prev=mandir ;;
978 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
979 mandir=$ac_optarg ;;
980
981 -nfp | --nfp | --nf)
982 # Obsolete; use --without-fp.
983 with_fp=no ;;
984
985 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
986 | --no-cr | --no-c | -n)
987 no_create=yes ;;
988
989 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
990 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
991 no_recursion=yes ;;
992
993 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
994 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
995 | --oldin | --oldi | --old | --ol | --o)
996 ac_prev=oldincludedir ;;
997 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
998 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
999 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1000 oldincludedir=$ac_optarg ;;
1001
1002 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1003 ac_prev=prefix ;;
1004 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1005 prefix=$ac_optarg ;;
1006
1007 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1008 | --program-pre | --program-pr | --program-p)
1009 ac_prev=program_prefix ;;
1010 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1011 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1012 program_prefix=$ac_optarg ;;
1013
1014 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1015 | --program-suf | --program-su | --program-s)
1016 ac_prev=program_suffix ;;
1017 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1018 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1019 program_suffix=$ac_optarg ;;
1020
1021 -program-transform-name | --program-transform-name \
1022 | --program-transform-nam | --program-transform-na \
1023 | --program-transform-n | --program-transform- \
1024 | --program-transform | --program-transfor \
1025 | --program-transfo | --program-transf \
1026 | --program-trans | --program-tran \
1027 | --progr-tra | --program-tr | --program-t)
1028 ac_prev=program_transform_name ;;
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 program_transform_name=$ac_optarg ;;
1037
1038 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1039 ac_prev=pdfdir ;;
1040 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1041 pdfdir=$ac_optarg ;;
1042
1043 -psdir | --psdir | --psdi | --psd | --ps)
1044 ac_prev=psdir ;;
1045 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1046 psdir=$ac_optarg ;;
1047
1048 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1049 | -silent | --silent | --silen | --sile | --sil)
1050 silent=yes ;;
1051
1052 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1053 ac_prev=sbindir ;;
1054 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1055 | --sbi=* | --sb=*)
1056 sbindir=$ac_optarg ;;
1057
1058 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1059 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1060 | --sharedst | --shareds | --shared | --share | --shar \
1061 | --sha | --sh)
1062 ac_prev=sharedstatedir ;;
1063 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1064 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1065 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1066 | --sha=* | --sh=*)
1067 sharedstatedir=$ac_optarg ;;
1068
1069 -site | --site | --sit)
1070 ac_prev=site ;;
1071 -site=* | --site=* | --sit=*)
1072 site=$ac_optarg ;;
1073
1074 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1075 ac_prev=srcdir ;;
1076 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1077 srcdir=$ac_optarg ;;
1078
1079 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1080 | --syscon | --sysco | --sysc | --sys | --sy)
1081 ac_prev=sysconfdir ;;
1082 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1083 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1084 sysconfdir=$ac_optarg ;;
1085
1086 -target | --target | --targe | --targ | --tar | --ta | --t)
1087 ac_prev=target_alias ;;
1088 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1089 target_alias=$ac_optarg ;;
1090
1091 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1092 verbose=yes ;;
1093
1094 -version | --version | --versio | --versi | --vers | -V)
1095 ac_init_version=: ;;
1096
1097 -with-* | --with-*)
1098 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1099 # Reject names that are not valid shell variable names.
1100 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1101 as_fn_error "invalid package name: $ac_useropt"
1102 ac_useropt_orig=$ac_useropt
1103 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1104 case $ac_user_opts in
1105 *"
1106 "with_$ac_useropt"
1107 "*) ;;
1108 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1109 ac_unrecognized_sep=', ';;
1110 esac
1111 eval with_$ac_useropt=\$ac_optarg ;;
1112
1113 -without-* | --without-*)
1114 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1115 # Reject names that are not valid shell variable names.
1116 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1117 as_fn_error "invalid package name: $ac_useropt"
1118 ac_useropt_orig=$ac_useropt
1119 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1120 case $ac_user_opts in
1121 *"
1122 "with_$ac_useropt"
1123 "*) ;;
1124 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1125 ac_unrecognized_sep=', ';;
1126 esac
1127 eval with_$ac_useropt=no ;;
1128
1129 --x)
1130 # Obsolete; use --with-x.
1131 with_x=yes ;;
1132
1133 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1134 | --x-incl | --x-inc | --x-in | --x-i)
1135 ac_prev=x_includes ;;
1136 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1137 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1138 x_includes=$ac_optarg ;;
1139
1140 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1141 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1142 ac_prev=x_libraries ;;
1143 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1144 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1145 x_libraries=$ac_optarg ;;
1146
1147 -*) as_fn_error "unrecognized option: \`$ac_option'
1148 Try \`$0 --help' for more information."
1149 ;;
1150
1151 *=*)
1152 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1153 # Reject names that are not valid shell variable names.
1154 case $ac_envvar in #(
1155 '' | [0-9]* | *[!_$as_cr_alnum]* )
1156 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1157 esac
1158 eval $ac_envvar=\$ac_optarg
1159 export $ac_envvar ;;
1160
1161 *)
1162 # FIXME: should be removed in autoconf 3.0.
1163 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1164 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1165 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1166 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1167 ;;
1168
1169 esac
1170 done
1171
1172 if test -n "$ac_prev"; then
1173 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1174 as_fn_error "missing argument to $ac_option"
1175 fi
1176
1177 if test -n "$ac_unrecognized_opts"; then
1178 case $enable_option_checking in
1179 no) ;;
1180 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1181 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1182 esac
1183 fi
1184
1185 # Check all directory arguments for consistency.
1186 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1187 datadir sysconfdir sharedstatedir localstatedir includedir \
1188 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1189 libdir localedir mandir
1190 do
1191 eval ac_val=\$$ac_var
1192 # Remove trailing slashes.
1193 case $ac_val in
1194 */ )
1195 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1196 eval $ac_var=\$ac_val;;
1197 esac
1198 # Be sure to have absolute directory names.
1199 case $ac_val in
1200 [\\/$]* | ?:[\\/]* ) continue;;
1201 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1202 esac
1203 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1204 done
1205
1206 # There might be people who depend on the old broken behavior: `$host'
1207 # used to hold the argument of --host etc.
1208 # FIXME: To remove some day.
1209 build=$build_alias
1210 host=$host_alias
1211 target=$target_alias
1212
1213 # FIXME: To remove some day.
1214 if test "x$host_alias" != x; then
1215 if test "x$build_alias" = x; then
1216 cross_compiling=maybe
1217 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218 If a cross compiler is detected then cross compile mode will be used." >&2
1219 elif test "x$build_alias" != "x$host_alias"; then
1220 cross_compiling=yes
1221 fi
1222 fi
1223
1224 ac_tool_prefix=
1225 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1226
1227 test "$silent" = yes && exec 6>/dev/null
1228
1229
1230 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1231 ac_ls_di=`ls -di .` &&
1232 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1233 as_fn_error "working directory cannot be determined"
1234 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1235 as_fn_error "pwd does not report name of working directory"
1236
1237
1238 # Find the source files, if location was not specified.
1239 if test -z "$srcdir"; then
1240 ac_srcdir_defaulted=yes
1241 # Try the directory containing this script, then the parent directory.
1242 ac_confdir=`$as_dirname -- "$as_myself" ||
1243 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1244 X"$as_myself" : 'X\(//\)[^/]' \| \
1245 X"$as_myself" : 'X\(//\)$' \| \
1246 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1247 $as_echo X"$as_myself" |
1248 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1249 s//\1/
1250 q
1251 }
1252 /^X\(\/\/\)[^/].*/{
1253 s//\1/
1254 q
1255 }
1256 /^X\(\/\/\)$/{
1257 s//\1/
1258 q
1259 }
1260 /^X\(\/\).*/{
1261 s//\1/
1262 q
1263 }
1264 s/.*/./; q'`
1265 srcdir=$ac_confdir
1266 if test ! -r "$srcdir/$ac_unique_file"; then
1267 srcdir=..
1268 fi
1269 else
1270 ac_srcdir_defaulted=no
1271 fi
1272 if test ! -r "$srcdir/$ac_unique_file"; then
1273 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1274 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1275 fi
1276 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1277 ac_abs_confdir=`(
1278 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1279 pwd)`
1280 # When building in place, set srcdir=.
1281 if test "$ac_abs_confdir" = "$ac_pwd"; then
1282 srcdir=.
1283 fi
1284 # Remove unnecessary trailing slashes from srcdir.
1285 # Double slashes in file names in object file debugging info
1286 # mess up M-x gdb in Emacs.
1287 case $srcdir in
1288 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1289 esac
1290 for ac_var in $ac_precious_vars; do
1291 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1292 eval ac_env_${ac_var}_value=\$${ac_var}
1293 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1294 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1295 done
1296
1297 #
1298 # Report the --help message.
1299 #
1300 if test "$ac_init_help" = "long"; then
1301 # Omit some internal or obsolete options to make the list less imposing.
1302 # This message is too long to be a string in the A/UX 3.1 sh.
1303 cat <<_ACEOF
1304 \`configure' configures this package to adapt to many kinds of systems.
1305
1306 Usage: $0 [OPTION]... [VAR=VALUE]...
1307
1308 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1309 VAR=VALUE. See below for descriptions of some of the useful variables.
1310
1311 Defaults for the options are specified in brackets.
1312
1313 Configuration:
1314 -h, --help display this help and exit
1315 --help=short display options specific to this package
1316 --help=recursive display the short help of all the included packages
1317 -V, --version display version information and exit
1318 -q, --quiet, --silent do not print \`checking...' messages
1319 --cache-file=FILE cache test results in FILE [disabled]
1320 -C, --config-cache alias for \`--cache-file=config.cache'
1321 -n, --no-create do not create output files
1322 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1323
1324 Installation directories:
1325 --prefix=PREFIX install architecture-independent files in PREFIX
1326 [$ac_default_prefix]
1327 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1328 [PREFIX]
1329
1330 By default, \`make install' will install all the files in
1331 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1332 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1333 for instance \`--prefix=\$HOME'.
1334
1335 For better control, use the options below.
1336
1337 Fine tuning of the installation directories:
1338 --bindir=DIR user executables [EPREFIX/bin]
1339 --sbindir=DIR system admin executables [EPREFIX/sbin]
1340 --libexecdir=DIR program executables [EPREFIX/libexec]
1341 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1342 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1343 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1344 --libdir=DIR object code libraries [EPREFIX/lib]
1345 --includedir=DIR C header files [PREFIX/include]
1346 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1347 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1348 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1349 --infodir=DIR info documentation [DATAROOTDIR/info]
1350 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1351 --mandir=DIR man documentation [DATAROOTDIR/man]
1352 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1353 --htmldir=DIR html documentation [DOCDIR]
1354 --dvidir=DIR dvi documentation [DOCDIR]
1355 --pdfdir=DIR pdf documentation [DOCDIR]
1356 --psdir=DIR ps documentation [DOCDIR]
1357 _ACEOF
1358
1359 cat <<\_ACEOF
1360
1361 Program names:
1362 --program-prefix=PREFIX prepend PREFIX to installed program names
1363 --program-suffix=SUFFIX append SUFFIX to installed program names
1364 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1365
1366 System types:
1367 --build=BUILD configure for building on BUILD [guessed]
1368 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1369 --target=TARGET configure for building compilers for TARGET [HOST]
1370 _ACEOF
1371 fi
1372
1373 if test -n "$ac_init_help"; then
1374
1375 cat <<\_ACEOF
1376
1377 Optional Features:
1378 --disable-option-checking ignore unrecognized --enable/--with options
1379 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1380 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1381 --enable-plugins Enable support for plugins
1382 --enable-shared[=PKGS] build shared libraries [default=yes]
1383 --enable-static[=PKGS] build static libraries [default=yes]
1384 --enable-fast-install[=PKGS]
1385 optimize for fast installation [default=yes]
1386 --disable-libtool-lock avoid locking (might break parallel builds)
1387 --enable-maintainer-mode enable make rules and dependencies not useful
1388 (and sometimes confusing) to the casual installer
1389 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1390 itself)
1391 --enable-sim-stdio Specify whether to use stdio for console
1392 input/output
1393 --enable-sim-trace=opts Enable tracing of simulated programs
1394 --enable-sim-profile=opts
1395 Enable profiling flags
1396 --enable-sim-assert Specify whether to perform random assertions
1397 --enable-sim-environment=environment
1398 Specify mixed, user, virtual or operating
1399 environment
1400 --enable-sim-inline=inlines
1401 Specify which functions should be inlined
1402 --disable-cycle-accurate
1403 Disable cycle accurate simulation (faster runtime)
1404 --disable-cycle-stats Disable cycle statistics (faster runtime)
1405
1406 Optional Packages:
1407 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1408 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1409 --with-system-zlib use installed libz
1410 --with-pic try to use only PIC/non-PIC objects [default=use
1411 both]
1412 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1413 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1414 --with-bugurl=URL Direct users to URL to report a bug
1415
1416 Some influential environment variables:
1417 CC C compiler command
1418 CFLAGS C compiler flags
1419 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1420 nonstandard directory <lib dir>
1421 LIBS libraries to pass to the linker, e.g. -l<library>
1422 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1423 you have headers in a nonstandard directory <include dir>
1424 CPP C preprocessor
1425
1426 Use these variables to override the choices made by `configure' or to help
1427 it to find libraries and programs with nonstandard names/locations.
1428
1429 Report bugs to the package provider.
1430 _ACEOF
1431 ac_status=$?
1432 fi
1433
1434 if test "$ac_init_help" = "recursive"; then
1435 # If there are subdirs, report their specific --help.
1436 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1437 test -d "$ac_dir" ||
1438 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1439 continue
1440 ac_builddir=.
1441
1442 case "$ac_dir" in
1443 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1444 *)
1445 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1446 # A ".." for each directory in $ac_dir_suffix.
1447 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1448 case $ac_top_builddir_sub in
1449 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1450 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1451 esac ;;
1452 esac
1453 ac_abs_top_builddir=$ac_pwd
1454 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1455 # for backward compatibility:
1456 ac_top_builddir=$ac_top_build_prefix
1457
1458 case $srcdir in
1459 .) # We are building in place.
1460 ac_srcdir=.
1461 ac_top_srcdir=$ac_top_builddir_sub
1462 ac_abs_top_srcdir=$ac_pwd ;;
1463 [\\/]* | ?:[\\/]* ) # Absolute name.
1464 ac_srcdir=$srcdir$ac_dir_suffix;
1465 ac_top_srcdir=$srcdir
1466 ac_abs_top_srcdir=$srcdir ;;
1467 *) # Relative name.
1468 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1469 ac_top_srcdir=$ac_top_build_prefix$srcdir
1470 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1471 esac
1472 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1473
1474 cd "$ac_dir" || { ac_status=$?; continue; }
1475 # Check for guested configure.
1476 if test -f "$ac_srcdir/configure.gnu"; then
1477 echo &&
1478 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1479 elif test -f "$ac_srcdir/configure"; then
1480 echo &&
1481 $SHELL "$ac_srcdir/configure" --help=recursive
1482 else
1483 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1484 fi || ac_status=$?
1485 cd "$ac_pwd" || { ac_status=$?; break; }
1486 done
1487 fi
1488
1489 test -n "$ac_init_help" && exit $ac_status
1490 if $ac_init_version; then
1491 cat <<\_ACEOF
1492 configure
1493 generated by GNU Autoconf 2.64
1494
1495 Copyright (C) 2009 Free Software Foundation, Inc.
1496 This configure script is free software; the Free Software Foundation
1497 gives unlimited permission to copy, distribute and modify it.
1498 _ACEOF
1499 exit
1500 fi
1501
1502 ## ------------------------ ##
1503 ## Autoconf initialization. ##
1504 ## ------------------------ ##
1505
1506 # ac_fn_c_try_compile LINENO
1507 # --------------------------
1508 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1509 ac_fn_c_try_compile ()
1510 {
1511 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1512 rm -f conftest.$ac_objext
1513 if { { ac_try="$ac_compile"
1514 case "(($ac_try" in
1515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1516 *) ac_try_echo=$ac_try;;
1517 esac
1518 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1519 $as_echo "$ac_try_echo"; } >&5
1520 (eval "$ac_compile") 2>conftest.err
1521 ac_status=$?
1522 if test -s conftest.err; then
1523 grep -v '^ *+' conftest.err >conftest.er1
1524 cat conftest.er1 >&5
1525 mv -f conftest.er1 conftest.err
1526 fi
1527 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1528 test $ac_status = 0; } && {
1529 test -z "$ac_c_werror_flag" ||
1530 test ! -s conftest.err
1531 } && test -s conftest.$ac_objext; then :
1532 ac_retval=0
1533 else
1534 $as_echo "$as_me: failed program was:" >&5
1535 sed 's/^/| /' conftest.$ac_ext >&5
1536
1537 ac_retval=1
1538 fi
1539 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1540 return $ac_retval
1541
1542 } # ac_fn_c_try_compile
1543
1544 # ac_fn_c_try_cpp LINENO
1545 # ----------------------
1546 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1547 ac_fn_c_try_cpp ()
1548 {
1549 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1550 if { { ac_try="$ac_cpp conftest.$ac_ext"
1551 case "(($ac_try" in
1552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1553 *) ac_try_echo=$ac_try;;
1554 esac
1555 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1556 $as_echo "$ac_try_echo"; } >&5
1557 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1558 ac_status=$?
1559 if test -s conftest.err; then
1560 grep -v '^ *+' conftest.err >conftest.er1
1561 cat conftest.er1 >&5
1562 mv -f conftest.er1 conftest.err
1563 fi
1564 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1565 test $ac_status = 0; } >/dev/null && {
1566 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1567 test ! -s conftest.err
1568 }; then :
1569 ac_retval=0
1570 else
1571 $as_echo "$as_me: failed program was:" >&5
1572 sed 's/^/| /' conftest.$ac_ext >&5
1573
1574 ac_retval=1
1575 fi
1576 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1577 return $ac_retval
1578
1579 } # ac_fn_c_try_cpp
1580
1581 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1582 # -------------------------------------------------------
1583 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1584 # the include files in INCLUDES and setting the cache variable VAR
1585 # accordingly.
1586 ac_fn_c_check_header_mongrel ()
1587 {
1588 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1589 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1591 $as_echo_n "checking for $2... " >&6; }
1592 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1593 $as_echo_n "(cached) " >&6
1594 fi
1595 eval ac_res=\$$3
1596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1597 $as_echo "$ac_res" >&6; }
1598 else
1599 # Is the header compilable?
1600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1601 $as_echo_n "checking $2 usability... " >&6; }
1602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1603 /* end confdefs.h. */
1604 $4
1605 #include <$2>
1606 _ACEOF
1607 if ac_fn_c_try_compile "$LINENO"; then :
1608 ac_header_compiler=yes
1609 else
1610 ac_header_compiler=no
1611 fi
1612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1614 $as_echo "$ac_header_compiler" >&6; }
1615
1616 # Is the header present?
1617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1618 $as_echo_n "checking $2 presence... " >&6; }
1619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1620 /* end confdefs.h. */
1621 #include <$2>
1622 _ACEOF
1623 if ac_fn_c_try_cpp "$LINENO"; then :
1624 ac_header_preproc=yes
1625 else
1626 ac_header_preproc=no
1627 fi
1628 rm -f conftest.err conftest.$ac_ext
1629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1630 $as_echo "$ac_header_preproc" >&6; }
1631
1632 # So? What about this header?
1633 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1634 yes:no: )
1635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1636 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1638 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1639 ;;
1640 no:yes:* )
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1642 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1644 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1645 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1646 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1648 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1650 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1651 ;;
1652 esac
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1654 $as_echo_n "checking for $2... " >&6; }
1655 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1656 $as_echo_n "(cached) " >&6
1657 else
1658 eval "$3=\$ac_header_compiler"
1659 fi
1660 eval ac_res=\$$3
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1662 $as_echo "$ac_res" >&6; }
1663 fi
1664 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1665
1666 } # ac_fn_c_check_header_mongrel
1667
1668 # ac_fn_c_try_run LINENO
1669 # ----------------------
1670 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1671 # that executables *can* be run.
1672 ac_fn_c_try_run ()
1673 {
1674 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1675 if { { ac_try="$ac_link"
1676 case "(($ac_try" in
1677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1678 *) ac_try_echo=$ac_try;;
1679 esac
1680 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1681 $as_echo "$ac_try_echo"; } >&5
1682 (eval "$ac_link") 2>&5
1683 ac_status=$?
1684 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1685 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1686 { { case "(($ac_try" in
1687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1688 *) ac_try_echo=$ac_try;;
1689 esac
1690 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1691 $as_echo "$ac_try_echo"; } >&5
1692 (eval "$ac_try") 2>&5
1693 ac_status=$?
1694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1695 test $ac_status = 0; }; }; then :
1696 ac_retval=0
1697 else
1698 $as_echo "$as_me: program exited with status $ac_status" >&5
1699 $as_echo "$as_me: failed program was:" >&5
1700 sed 's/^/| /' conftest.$ac_ext >&5
1701
1702 ac_retval=$ac_status
1703 fi
1704 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1705 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1706 return $ac_retval
1707
1708 } # ac_fn_c_try_run
1709
1710 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1711 # -------------------------------------------------------
1712 # Tests whether HEADER exists and can be compiled using the include files in
1713 # INCLUDES, setting the cache variable VAR accordingly.
1714 ac_fn_c_check_header_compile ()
1715 {
1716 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1718 $as_echo_n "checking for $2... " >&6; }
1719 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1720 $as_echo_n "(cached) " >&6
1721 else
1722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1723 /* end confdefs.h. */
1724 $4
1725 #include <$2>
1726 _ACEOF
1727 if ac_fn_c_try_compile "$LINENO"; then :
1728 eval "$3=yes"
1729 else
1730 eval "$3=no"
1731 fi
1732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1733 fi
1734 eval ac_res=\$$3
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1736 $as_echo "$ac_res" >&6; }
1737 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1738
1739 } # ac_fn_c_check_header_compile
1740
1741 # ac_fn_c_try_link LINENO
1742 # -----------------------
1743 # Try to link conftest.$ac_ext, and return whether this succeeded.
1744 ac_fn_c_try_link ()
1745 {
1746 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1747 rm -f conftest.$ac_objext conftest$ac_exeext
1748 if { { ac_try="$ac_link"
1749 case "(($ac_try" in
1750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1751 *) ac_try_echo=$ac_try;;
1752 esac
1753 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1754 $as_echo "$ac_try_echo"; } >&5
1755 (eval "$ac_link") 2>conftest.err
1756 ac_status=$?
1757 if test -s conftest.err; then
1758 grep -v '^ *+' conftest.err >conftest.er1
1759 cat conftest.er1 >&5
1760 mv -f conftest.er1 conftest.err
1761 fi
1762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1763 test $ac_status = 0; } && {
1764 test -z "$ac_c_werror_flag" ||
1765 test ! -s conftest.err
1766 } && test -s conftest$ac_exeext && {
1767 test "$cross_compiling" = yes ||
1768 $as_test_x conftest$ac_exeext
1769 }; then :
1770 ac_retval=0
1771 else
1772 $as_echo "$as_me: failed program was:" >&5
1773 sed 's/^/| /' conftest.$ac_ext >&5
1774
1775 ac_retval=1
1776 fi
1777 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1778 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1779 # interfere with the next link command; also delete a directory that is
1780 # left behind by Apple's compiler. We do this before executing the actions.
1781 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1782 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1783 return $ac_retval
1784
1785 } # ac_fn_c_try_link
1786
1787 # ac_fn_c_check_func LINENO FUNC VAR
1788 # ----------------------------------
1789 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1790 ac_fn_c_check_func ()
1791 {
1792 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1794 $as_echo_n "checking for $2... " >&6; }
1795 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1796 $as_echo_n "(cached) " >&6
1797 else
1798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1799 /* end confdefs.h. */
1800 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1801 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1802 #define $2 innocuous_$2
1803
1804 /* System header to define __stub macros and hopefully few prototypes,
1805 which can conflict with char $2 (); below.
1806 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1807 <limits.h> exists even on freestanding compilers. */
1808
1809 #ifdef __STDC__
1810 # include <limits.h>
1811 #else
1812 # include <assert.h>
1813 #endif
1814
1815 #undef $2
1816
1817 /* Override any GCC internal prototype to avoid an error.
1818 Use char because int might match the return type of a GCC
1819 builtin and then its argument prototype would still apply. */
1820 #ifdef __cplusplus
1821 extern "C"
1822 #endif
1823 char $2 ();
1824 /* The GNU C library defines this for functions which it implements
1825 to always fail with ENOSYS. Some functions are actually named
1826 something starting with __ and the normal name is an alias. */
1827 #if defined __stub_$2 || defined __stub___$2
1828 choke me
1829 #endif
1830
1831 int
1832 main ()
1833 {
1834 return $2 ();
1835 ;
1836 return 0;
1837 }
1838 _ACEOF
1839 if ac_fn_c_try_link "$LINENO"; then :
1840 eval "$3=yes"
1841 else
1842 eval "$3=no"
1843 fi
1844 rm -f core conftest.err conftest.$ac_objext \
1845 conftest$ac_exeext conftest.$ac_ext
1846 fi
1847 eval ac_res=\$$3
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1849 $as_echo "$ac_res" >&6; }
1850 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1851
1852 } # ac_fn_c_check_func
1853
1854 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1855 # ----------------------------------------------------
1856 # Tries to find if the field MEMBER exists in type AGGR, after including
1857 # INCLUDES, setting cache variable VAR accordingly.
1858 ac_fn_c_check_member ()
1859 {
1860 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1862 $as_echo_n "checking for $2.$3... " >&6; }
1863 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1864 $as_echo_n "(cached) " >&6
1865 else
1866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1867 /* end confdefs.h. */
1868 $5
1869 int
1870 main ()
1871 {
1872 static $2 ac_aggr;
1873 if (ac_aggr.$3)
1874 return 0;
1875 ;
1876 return 0;
1877 }
1878 _ACEOF
1879 if ac_fn_c_try_compile "$LINENO"; then :
1880 eval "$4=yes"
1881 else
1882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1883 /* end confdefs.h. */
1884 $5
1885 int
1886 main ()
1887 {
1888 static $2 ac_aggr;
1889 if (sizeof ac_aggr.$3)
1890 return 0;
1891 ;
1892 return 0;
1893 }
1894 _ACEOF
1895 if ac_fn_c_try_compile "$LINENO"; then :
1896 eval "$4=yes"
1897 else
1898 eval "$4=no"
1899 fi
1900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1901 fi
1902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1903 fi
1904 eval ac_res=\$$4
1905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1906 $as_echo "$ac_res" >&6; }
1907 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1908
1909 } # ac_fn_c_check_member
1910
1911 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1912 # -------------------------------------------
1913 # Tests whether TYPE exists after having included INCLUDES, setting cache
1914 # variable VAR accordingly.
1915 ac_fn_c_check_type ()
1916 {
1917 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1919 $as_echo_n "checking for $2... " >&6; }
1920 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1921 $as_echo_n "(cached) " >&6
1922 else
1923 eval "$3=no"
1924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1925 /* end confdefs.h. */
1926 $4
1927 int
1928 main ()
1929 {
1930 if (sizeof ($2))
1931 return 0;
1932 ;
1933 return 0;
1934 }
1935 _ACEOF
1936 if ac_fn_c_try_compile "$LINENO"; then :
1937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1938 /* end confdefs.h. */
1939 $4
1940 int
1941 main ()
1942 {
1943 if (sizeof (($2)))
1944 return 0;
1945 ;
1946 return 0;
1947 }
1948 _ACEOF
1949 if ac_fn_c_try_compile "$LINENO"; then :
1950
1951 else
1952 eval "$3=yes"
1953 fi
1954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1955 fi
1956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1957 fi
1958 eval ac_res=\$$3
1959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1960 $as_echo "$ac_res" >&6; }
1961 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1962
1963 } # ac_fn_c_check_type
1964 cat >config.log <<_ACEOF
1965 This file contains any messages produced by compilers while
1966 running configure, to aid debugging if configure makes a mistake.
1967
1968 It was created by $as_me, which was
1969 generated by GNU Autoconf 2.64. Invocation command line was
1970
1971 $ $0 $@
1972
1973 _ACEOF
1974 exec 5>>config.log
1975 {
1976 cat <<_ASUNAME
1977 ## --------- ##
1978 ## Platform. ##
1979 ## --------- ##
1980
1981 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1982 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1983 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1984 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1985 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1986
1987 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1988 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1989
1990 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1991 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1992 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1993 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1994 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1995 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1996 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1997
1998 _ASUNAME
1999
2000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2001 for as_dir in $PATH
2002 do
2003 IFS=$as_save_IFS
2004 test -z "$as_dir" && as_dir=.
2005 $as_echo "PATH: $as_dir"
2006 done
2007 IFS=$as_save_IFS
2008
2009 } >&5
2010
2011 cat >&5 <<_ACEOF
2012
2013
2014 ## ----------- ##
2015 ## Core tests. ##
2016 ## ----------- ##
2017
2018 _ACEOF
2019
2020
2021 # Keep a trace of the command line.
2022 # Strip out --no-create and --no-recursion so they do not pile up.
2023 # Strip out --silent because we don't want to record it for future runs.
2024 # Also quote any args containing shell meta-characters.
2025 # Make two passes to allow for proper duplicate-argument suppression.
2026 ac_configure_args=
2027 ac_configure_args0=
2028 ac_configure_args1=
2029 ac_must_keep_next=false
2030 for ac_pass in 1 2
2031 do
2032 for ac_arg
2033 do
2034 case $ac_arg in
2035 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2036 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2037 | -silent | --silent | --silen | --sile | --sil)
2038 continue ;;
2039 *\'*)
2040 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2041 esac
2042 case $ac_pass in
2043 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2044 2)
2045 as_fn_append ac_configure_args1 " '$ac_arg'"
2046 if test $ac_must_keep_next = true; then
2047 ac_must_keep_next=false # Got value, back to normal.
2048 else
2049 case $ac_arg in
2050 *=* | --config-cache | -C | -disable-* | --disable-* \
2051 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2052 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2053 | -with-* | --with-* | -without-* | --without-* | --x)
2054 case "$ac_configure_args0 " in
2055 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2056 esac
2057 ;;
2058 -* ) ac_must_keep_next=true ;;
2059 esac
2060 fi
2061 as_fn_append ac_configure_args " '$ac_arg'"
2062 ;;
2063 esac
2064 done
2065 done
2066 { ac_configure_args0=; unset ac_configure_args0;}
2067 { ac_configure_args1=; unset ac_configure_args1;}
2068
2069 # When interrupted or exit'd, cleanup temporary files, and complete
2070 # config.log. We remove comments because anyway the quotes in there
2071 # would cause problems or look ugly.
2072 # WARNING: Use '\'' to represent an apostrophe within the trap.
2073 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2074 trap 'exit_status=$?
2075 # Save into config.log some information that might help in debugging.
2076 {
2077 echo
2078
2079 cat <<\_ASBOX
2080 ## ---------------- ##
2081 ## Cache variables. ##
2082 ## ---------------- ##
2083 _ASBOX
2084 echo
2085 # The following way of writing the cache mishandles newlines in values,
2086 (
2087 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2088 eval ac_val=\$$ac_var
2089 case $ac_val in #(
2090 *${as_nl}*)
2091 case $ac_var in #(
2092 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2093 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2094 esac
2095 case $ac_var in #(
2096 _ | IFS | as_nl) ;; #(
2097 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2098 *) { eval $ac_var=; unset $ac_var;} ;;
2099 esac ;;
2100 esac
2101 done
2102 (set) 2>&1 |
2103 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2104 *${as_nl}ac_space=\ *)
2105 sed -n \
2106 "s/'\''/'\''\\\\'\'''\''/g;
2107 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2108 ;; #(
2109 *)
2110 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2111 ;;
2112 esac |
2113 sort
2114 )
2115 echo
2116
2117 cat <<\_ASBOX
2118 ## ----------------- ##
2119 ## Output variables. ##
2120 ## ----------------- ##
2121 _ASBOX
2122 echo
2123 for ac_var in $ac_subst_vars
2124 do
2125 eval ac_val=\$$ac_var
2126 case $ac_val in
2127 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2128 esac
2129 $as_echo "$ac_var='\''$ac_val'\''"
2130 done | sort
2131 echo
2132
2133 if test -n "$ac_subst_files"; then
2134 cat <<\_ASBOX
2135 ## ------------------- ##
2136 ## File substitutions. ##
2137 ## ------------------- ##
2138 _ASBOX
2139 echo
2140 for ac_var in $ac_subst_files
2141 do
2142 eval ac_val=\$$ac_var
2143 case $ac_val in
2144 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2145 esac
2146 $as_echo "$ac_var='\''$ac_val'\''"
2147 done | sort
2148 echo
2149 fi
2150
2151 if test -s confdefs.h; then
2152 cat <<\_ASBOX
2153 ## ----------- ##
2154 ## confdefs.h. ##
2155 ## ----------- ##
2156 _ASBOX
2157 echo
2158 cat confdefs.h
2159 echo
2160 fi
2161 test "$ac_signal" != 0 &&
2162 $as_echo "$as_me: caught signal $ac_signal"
2163 $as_echo "$as_me: exit $exit_status"
2164 } >&5
2165 rm -f core *.core core.conftest.* &&
2166 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2167 exit $exit_status
2168 ' 0
2169 for ac_signal in 1 2 13 15; do
2170 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2171 done
2172 ac_signal=0
2173
2174 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2175 rm -f -r conftest* confdefs.h
2176
2177 $as_echo "/* confdefs.h */" > confdefs.h
2178
2179 # Predefined preprocessor variables.
2180
2181 cat >>confdefs.h <<_ACEOF
2182 #define PACKAGE_NAME "$PACKAGE_NAME"
2183 _ACEOF
2184
2185 cat >>confdefs.h <<_ACEOF
2186 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2187 _ACEOF
2188
2189 cat >>confdefs.h <<_ACEOF
2190 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2191 _ACEOF
2192
2193 cat >>confdefs.h <<_ACEOF
2194 #define PACKAGE_STRING "$PACKAGE_STRING"
2195 _ACEOF
2196
2197 cat >>confdefs.h <<_ACEOF
2198 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2199 _ACEOF
2200
2201 cat >>confdefs.h <<_ACEOF
2202 #define PACKAGE_URL "$PACKAGE_URL"
2203 _ACEOF
2204
2205
2206 # Let the site file select an alternate cache file if it wants to.
2207 # Prefer an explicitly selected file to automatically selected ones.
2208 ac_site_file1=NONE
2209 ac_site_file2=NONE
2210 if test -n "$CONFIG_SITE"; then
2211 ac_site_file1=$CONFIG_SITE
2212 elif test "x$prefix" != xNONE; then
2213 ac_site_file1=$prefix/share/config.site
2214 ac_site_file2=$prefix/etc/config.site
2215 else
2216 ac_site_file1=$ac_default_prefix/share/config.site
2217 ac_site_file2=$ac_default_prefix/etc/config.site
2218 fi
2219 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2220 do
2221 test "x$ac_site_file" = xNONE && continue
2222 if test -r "$ac_site_file"; then
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2224 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2225 sed 's/^/| /' "$ac_site_file" >&5
2226 . "$ac_site_file"
2227 fi
2228 done
2229
2230 if test -r "$cache_file"; then
2231 # Some versions of bash will fail to source /dev/null (special
2232 # files actually), so we avoid doing that.
2233 if test -f "$cache_file"; then
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2235 $as_echo "$as_me: loading cache $cache_file" >&6;}
2236 case $cache_file in
2237 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2238 *) . "./$cache_file";;
2239 esac
2240 fi
2241 else
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2243 $as_echo "$as_me: creating cache $cache_file" >&6;}
2244 >$cache_file
2245 fi
2246
2247 # Check that the precious variables saved in the cache have kept the same
2248 # value.
2249 ac_cache_corrupted=false
2250 for ac_var in $ac_precious_vars; do
2251 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2252 eval ac_new_set=\$ac_env_${ac_var}_set
2253 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2254 eval ac_new_val=\$ac_env_${ac_var}_value
2255 case $ac_old_set,$ac_new_set in
2256 set,)
2257 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2258 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2259 ac_cache_corrupted=: ;;
2260 ,set)
2261 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2262 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2263 ac_cache_corrupted=: ;;
2264 ,);;
2265 *)
2266 if test "x$ac_old_val" != "x$ac_new_val"; then
2267 # differences in whitespace do not lead to failure.
2268 ac_old_val_w=`echo x $ac_old_val`
2269 ac_new_val_w=`echo x $ac_new_val`
2270 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2272 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2273 ac_cache_corrupted=:
2274 else
2275 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2276 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2277 eval $ac_var=\$ac_old_val
2278 fi
2279 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2280 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2282 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2283 fi;;
2284 esac
2285 # Pass precious variables to config.status.
2286 if test "$ac_new_set" = set; then
2287 case $ac_new_val in
2288 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2289 *) ac_arg=$ac_var=$ac_new_val ;;
2290 esac
2291 case " $ac_configure_args " in
2292 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2293 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2294 esac
2295 fi
2296 done
2297 if $ac_cache_corrupted; then
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2299 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2301 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2302 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2303 fi
2304 ## -------------------- ##
2305 ## Main body of script. ##
2306 ## -------------------- ##
2307
2308 ac_ext=c
2309 ac_cpp='$CPP $CPPFLAGS'
2310 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2311 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2312 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2313
2314
2315 # This file contains common code used by all simulators.
2316 #
2317 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2318 # directory. It is intended to be invoked before any target specific stuff.
2319 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2320 # It is intended to be invoked last.
2321 #
2322 # The simulator's configure.ac should look like:
2323 #
2324 # dnl Process this file with autoconf to produce a configure script.
2325 # AC_PREREQ(2.64)dnl
2326 # AC_INIT(Makefile.in)
2327 # sinclude(../common/aclocal.m4)
2328 #
2329 # SIM_AC_COMMON
2330 #
2331 # ... target specific stuff ...
2332 #
2333 # SIM_AC_OUTPUT
2334
2335 # Include global overrides and fixes for Autoconf.
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362 # _AC_CHECK_DECL_BODY
2363 # -------------------
2364 # Shell function body for AC_CHECK_DECL.
2365 # _AC_CHECK_DECL_BODY
2366
2367 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2368 # INCLUDES)
2369 # -------------------------------------------------------------
2370 # Helper to AC_CHECK_DECLS, which generates the check for a single
2371 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2372 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2387 #
2388 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2389 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2390 # Written by Gordon Matzigkeit, 1996
2391 #
2392 # This file is free software; the Free Software Foundation gives
2393 # unlimited permission to copy and/or distribute it, with or without
2394 # modifications, as long as this notice is preserved.
2395
2396
2397
2398 # serial 56 LT_INIT
2399
2400
2401 # LT_PREREQ(VERSION)
2402 # ------------------
2403 # Complain and exit if this libtool version is less that VERSION.
2404
2405
2406
2407 # _LT_CHECK_BUILDDIR
2408 # ------------------
2409 # Complain if the absolute build directory name contains unusual characters
2410
2411
2412
2413 # LT_INIT([OPTIONS])
2414 # ------------------
2415 # LT_INIT
2416
2417 # Old names:
2418 # This is what autoupdate's m4 run will expand. It fires
2419 # the warning (with _au_warn_XXX), outputs it into the
2420 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2421 # the replacement expansion.
2422
2423
2424 # This is an auxiliary macro that is also run when
2425 # autoupdate runs m4. It simply calls m4_warning, but
2426 # we need a wrapper so that each warning is emitted only
2427 # once. We break the quoting in m4_warning's argument in
2428 # order to expand this macro's arguments, not AU_DEFUN's.
2429
2430
2431 # Finally, this is the expansion that is picked up by
2432 # autoconf. It tells the user to run autoupdate, and
2433 # then outputs the replacement expansion. We do not care
2434 # about autoupdate's warning because that contains
2435 # information on what to do *after* running autoupdate.
2436
2437 # This is what autoupdate's m4 run will expand. It fires
2438 # the warning (with _au_warn_XXX), outputs it into the
2439 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2440 # the replacement expansion.
2441
2442
2443 # This is an auxiliary macro that is also run when
2444 # autoupdate runs m4. It simply calls m4_warning, but
2445 # we need a wrapper so that each warning is emitted only
2446 # once. We break the quoting in m4_warning's argument in
2447 # order to expand this macro's arguments, not AU_DEFUN's.
2448
2449
2450 # Finally, this is the expansion that is picked up by
2451 # autoconf. It tells the user to run autoupdate, and
2452 # then outputs the replacement expansion. We do not care
2453 # about autoupdate's warning because that contains
2454 # information on what to do *after* running autoupdate.
2455
2456
2457
2458 # _LT_CC_BASENAME(CC)
2459 # -------------------
2460 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2461
2462
2463
2464 # _LT_FILEUTILS_DEFAULTS
2465 # ----------------------
2466 # It is okay to use these file commands and assume they have been set
2467 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2468 # _LT_FILEUTILS_DEFAULTS
2469
2470
2471 # _LT_SETUP
2472 # ---------
2473 # _LT_SETUP
2474
2475
2476 # _LT_PREPARE_SED_QUOTE_VARS
2477 # --------------------------
2478 # Define a few sed substitution that help us do robust quoting.
2479
2480
2481 # _LT_PROG_LTMAIN
2482 # ---------------
2483 # Note that this code is called both from `configure', and `config.status'
2484 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2485 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2486 # so we pass a copy along to make sure it has a sensible value anyway.
2487 # _LT_PROG_LTMAIN
2488
2489
2490 ## ------------------------------------- ##
2491 ## Accumulate code for creating libtool. ##
2492 ## ------------------------------------- ##
2493
2494 # So that we can recreate a full libtool script including additional
2495 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2496 # in macros and then make a single call at the end using the `libtool'
2497 # label.
2498
2499
2500 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2501 # ----------------------------------------
2502 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2503
2504
2505 # Initialize.
2506
2507
2508
2509 # _LT_CONFIG_LIBTOOL([COMMANDS])
2510 # ------------------------------
2511 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2512
2513
2514 # Initialize.
2515
2516
2517
2518 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2519 # -----------------------------------------------------
2520
2521
2522
2523 # _LT_FORMAT_COMMENT([COMMENT])
2524 # -----------------------------
2525 # Add leading comment marks to the start of each line, and a trailing
2526 # full-stop to the whole comment if one is not present already.
2527
2528
2529
2530
2531 ## ------------------------ ##
2532 ## FIXME: Eliminate VARNAME ##
2533 ## ------------------------ ##
2534
2535
2536 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2537 # -------------------------------------------------------------------
2538 # CONFIGNAME is the name given to the value in the libtool script.
2539 # VARNAME is the (base) name used in the configure script.
2540 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2541 # VARNAME. Any other value will be used directly.
2542
2543
2544
2545 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2546 # --------------------------------------------------------
2547
2548
2549
2550 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2551 # ------------------------------------------------
2552
2553
2554
2555 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2556 # ---------------------------------------------------------
2557
2558
2559
2560 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2561 # --------------------------------------------------
2562
2563
2564
2565 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2566 # ---------------------------------------------------
2567
2568
2569
2570 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2571 # ---------------------------------------------------
2572
2573
2574
2575
2576 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2577 # ------------------------------------------------
2578
2579
2580
2581
2582 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2583 # ------------------------------------
2584 # Quote a variable value, and forward it to `config.status' so that its
2585 # declaration there will have the same value as in `configure'. VARNAME
2586 # must have a single quote delimited value for this to work.
2587
2588
2589
2590 # _LT_CONFIG_STATUS_DECLARATIONS
2591 # ------------------------------
2592 # We delimit libtool config variables with single quotes, so when
2593 # we write them to config.status, we have to be sure to quote all
2594 # embedded single quotes properly. In configure, this macro expands
2595 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2596 #
2597 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2598
2599
2600
2601 # _LT_LIBTOOL_TAGS
2602 # ----------------
2603 # Output comment and list of tags supported by the script
2604
2605
2606
2607 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2608 # -----------------------------------
2609 # Extract the dictionary values for VARNAME (optionally with TAG) and
2610 # expand to a commented shell variable setting:
2611 #
2612 # # Some comment about what VAR is for.
2613 # visible_name=$lt_internal_name
2614
2615
2616
2617 # _LT_LIBTOOL_CONFIG_VARS
2618 # -----------------------
2619 # Produce commented declarations of non-tagged libtool config variables
2620 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2621 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2622 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2623
2624
2625
2626 # _LT_LIBTOOL_TAG_VARS(TAG)
2627 # -------------------------
2628
2629
2630
2631 # _LT_TAGVAR(VARNAME, [TAGNAME])
2632 # ------------------------------
2633
2634
2635
2636 # _LT_CONFIG_COMMANDS
2637 # -------------------
2638 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2639 # variables for single and double quote escaping we saved from calls
2640 # to _LT_DECL, we can put quote escaped variables declarations
2641 # into `config.status', and then the shell code to quote escape them in
2642 # for loops in `config.status'. Finally, any additional code accumulated
2643 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2644 #_LT_CONFIG_COMMANDS
2645
2646
2647 # Initialize.
2648
2649
2650 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2651 # ------------------------------------
2652 # Generate a child script FILE with all initialization necessary to
2653 # reuse the environment learned by the parent script, and make the
2654 # file executable. If COMMENT is supplied, it is inserted after the
2655 # `#!' sequence but before initialization text begins. After this
2656 # macro, additional text can be appended to FILE to form the body of
2657 # the child script. The macro ends with non-zero status if the
2658 # file could not be fully written (such as if the disk is full).
2659 # _LT_GENERATED_FILE_INIT
2660
2661 # LT_OUTPUT
2662 # ---------
2663 # This macro allows early generation of the libtool script (before
2664 # AC_OUTPUT is called), incase it is used in configure for compilation
2665 # tests.
2666 # LT_OUTPUT
2667
2668
2669 # _LT_CONFIG(TAG)
2670 # ---------------
2671 # If TAG is the built-in tag, create an initial libtool script with a
2672 # default configuration from the untagged config vars. Otherwise add code
2673 # to config.status for appending the configuration named by TAG from the
2674 # matching tagged config vars.
2675 # _LT_CONFIG
2676
2677
2678 # LT_SUPPORTED_TAG(TAG)
2679 # ---------------------
2680 # Trace this macro to discover what tags are supported by the libtool
2681 # --tag option, using:
2682 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2683
2684
2685
2686 # C support is built-in for now
2687
2688
2689
2690
2691 # LT_LANG(LANG)
2692 # -------------
2693 # Enable libtool support for the given language if not already enabled.
2694 # LT_LANG
2695
2696
2697 # _LT_LANG(LANGNAME)
2698 # ------------------
2699 # _LT_LANG
2700
2701
2702 # _LT_LANG_DEFAULT_CONFIG
2703 # -----------------------
2704 # _LT_LANG_DEFAULT_CONFIG
2705
2706 # Obsolete macros:
2707 # This is what autoupdate's m4 run will expand. It fires
2708 # the warning (with _au_warn_XXX), outputs it into the
2709 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2710 # the replacement expansion.
2711
2712
2713 # This is an auxiliary macro that is also run when
2714 # autoupdate runs m4. It simply calls m4_warning, but
2715 # we need a wrapper so that each warning is emitted only
2716 # once. We break the quoting in m4_warning's argument in
2717 # order to expand this macro's arguments, not AU_DEFUN's.
2718
2719
2720 # Finally, this is the expansion that is picked up by
2721 # autoconf. It tells the user to run autoupdate, and
2722 # then outputs the replacement expansion. We do not care
2723 # about autoupdate's warning because that contains
2724 # information on what to do *after* running autoupdate.
2725
2726 # This is what autoupdate's m4 run will expand. It fires
2727 # the warning (with _au_warn_XXX), outputs it into the
2728 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2729 # the replacement expansion.
2730
2731
2732 # This is an auxiliary macro that is also run when
2733 # autoupdate runs m4. It simply calls m4_warning, but
2734 # we need a wrapper so that each warning is emitted only
2735 # once. We break the quoting in m4_warning's argument in
2736 # order to expand this macro's arguments, not AU_DEFUN's.
2737
2738
2739 # Finally, this is the expansion that is picked up by
2740 # autoconf. It tells the user to run autoupdate, and
2741 # then outputs the replacement expansion. We do not care
2742 # about autoupdate's warning because that contains
2743 # information on what to do *after* running autoupdate.
2744
2745 # This is what autoupdate's m4 run will expand. It fires
2746 # the warning (with _au_warn_XXX), outputs it into the
2747 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2748 # the replacement expansion.
2749
2750
2751 # This is an auxiliary macro that is also run when
2752 # autoupdate runs m4. It simply calls m4_warning, but
2753 # we need a wrapper so that each warning is emitted only
2754 # once. We break the quoting in m4_warning's argument in
2755 # order to expand this macro's arguments, not AU_DEFUN's.
2756
2757
2758 # Finally, this is the expansion that is picked up by
2759 # autoconf. It tells the user to run autoupdate, and
2760 # then outputs the replacement expansion. We do not care
2761 # about autoupdate's warning because that contains
2762 # information on what to do *after* running autoupdate.
2763
2764 # This is what autoupdate's m4 run will expand. It fires
2765 # the warning (with _au_warn_XXX), outputs it into the
2766 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2767 # the replacement expansion.
2768
2769
2770 # This is an auxiliary macro that is also run when
2771 # autoupdate runs m4. It simply calls m4_warning, but
2772 # we need a wrapper so that each warning is emitted only
2773 # once. We break the quoting in m4_warning's argument in
2774 # order to expand this macro's arguments, not AU_DEFUN's.
2775
2776
2777 # Finally, this is the expansion that is picked up by
2778 # autoconf. It tells the user to run autoupdate, and
2779 # then outputs the replacement expansion. We do not care
2780 # about autoupdate's warning because that contains
2781 # information on what to do *after* running autoupdate.
2782
2783 # This is what autoupdate's m4 run will expand. It fires
2784 # the warning (with _au_warn_XXX), outputs it into the
2785 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2786 # the replacement expansion.
2787
2788
2789 # This is an auxiliary macro that is also run when
2790 # autoupdate runs m4. It simply calls m4_warning, but
2791 # we need a wrapper so that each warning is emitted only
2792 # once. We break the quoting in m4_warning's argument in
2793 # order to expand this macro's arguments, not AU_DEFUN's.
2794
2795
2796 # Finally, this is the expansion that is picked up by
2797 # autoconf. It tells the user to run autoupdate, and
2798 # then outputs the replacement expansion. We do not care
2799 # about autoupdate's warning because that contains
2800 # information on what to do *after* running autoupdate.
2801
2802
2803
2804 # _LT_TAG_COMPILER
2805 # ----------------
2806 # _LT_TAG_COMPILER
2807
2808
2809 # _LT_COMPILER_BOILERPLATE
2810 # ------------------------
2811 # Check for compiler boilerplate output or warnings with
2812 # the simple compiler test code.
2813 # _LT_COMPILER_BOILERPLATE
2814
2815
2816 # _LT_LINKER_BOILERPLATE
2817 # ----------------------
2818 # Check for linker boilerplate output or warnings with
2819 # the simple link test code.
2820 # _LT_LINKER_BOILERPLATE
2821
2822 # _LT_REQUIRED_DARWIN_CHECKS
2823 # -------------------------
2824
2825
2826
2827 # _LT_DARWIN_LINKER_FEATURES
2828 # --------------------------
2829 # Checks for linker and compiler features on darwin
2830
2831
2832 # _LT_SYS_MODULE_PATH_AIX
2833 # -----------------------
2834 # Links a minimal program and checks the executable
2835 # for the system default hardcoded library path. In most cases,
2836 # this is /usr/lib:/lib, but when the MPI compilers are used
2837 # the location of the communication and MPI libs are included too.
2838 # If we don't find anything, use the default library path according
2839 # to the aix ld manual.
2840 # _LT_SYS_MODULE_PATH_AIX
2841
2842
2843 # _LT_SHELL_INIT(ARG)
2844 # -------------------
2845 # _LT_SHELL_INIT
2846
2847
2848
2849 # _LT_PROG_ECHO_BACKSLASH
2850 # -----------------------
2851 # Find how we can fake an echo command that does not interpret backslash.
2852 # In particular, with Autoconf 2.60 or later we add some code to the start
2853 # of the generated configure script which will find a shell with a builtin
2854 # printf (which we can use as an echo command).
2855 # _LT_PROG_ECHO_BACKSLASH
2856
2857
2858 # _LT_ENABLE_LOCK
2859 # ---------------
2860 # _LT_ENABLE_LOCK
2861
2862
2863 # _LT_CMD_OLD_ARCHIVE
2864 # -------------------
2865 # _LT_CMD_OLD_ARCHIVE
2866
2867
2868 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2869 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2870 # ----------------------------------------------------------------
2871 # Check whether the given compiler option works
2872 # _LT_COMPILER_OPTION
2873
2874 # Old name:
2875 # This is what autoupdate's m4 run will expand. It fires
2876 # the warning (with _au_warn_XXX), outputs it into the
2877 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2878 # the replacement expansion.
2879
2880
2881 # This is an auxiliary macro that is also run when
2882 # autoupdate runs m4. It simply calls m4_warning, but
2883 # we need a wrapper so that each warning is emitted only
2884 # once. We break the quoting in m4_warning's argument in
2885 # order to expand this macro's arguments, not AU_DEFUN's.
2886
2887
2888 # Finally, this is the expansion that is picked up by
2889 # autoconf. It tells the user to run autoupdate, and
2890 # then outputs the replacement expansion. We do not care
2891 # about autoupdate's warning because that contains
2892 # information on what to do *after* running autoupdate.
2893
2894
2895
2896 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2897 # [ACTION-SUCCESS], [ACTION-FAILURE])
2898 # ----------------------------------------------------
2899 # Check whether the given linker option works
2900 # _LT_LINKER_OPTION
2901
2902 # Old name:
2903 # This is what autoupdate's m4 run will expand. It fires
2904 # the warning (with _au_warn_XXX), outputs it into the
2905 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2906 # the replacement expansion.
2907
2908
2909 # This is an auxiliary macro that is also run when
2910 # autoupdate runs m4. It simply calls m4_warning, but
2911 # we need a wrapper so that each warning is emitted only
2912 # once. We break the quoting in m4_warning's argument in
2913 # order to expand this macro's arguments, not AU_DEFUN's.
2914
2915
2916 # Finally, this is the expansion that is picked up by
2917 # autoconf. It tells the user to run autoupdate, and
2918 # then outputs the replacement expansion. We do not care
2919 # about autoupdate's warning because that contains
2920 # information on what to do *after* running autoupdate.
2921
2922
2923
2924 # LT_CMD_MAX_LEN
2925 #---------------
2926 # LT_CMD_MAX_LEN
2927
2928 # Old name:
2929 # This is what autoupdate's m4 run will expand. It fires
2930 # the warning (with _au_warn_XXX), outputs it into the
2931 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2932 # the replacement expansion.
2933
2934
2935 # This is an auxiliary macro that is also run when
2936 # autoupdate runs m4. It simply calls m4_warning, but
2937 # we need a wrapper so that each warning is emitted only
2938 # once. We break the quoting in m4_warning's argument in
2939 # order to expand this macro's arguments, not AU_DEFUN's.
2940
2941
2942 # Finally, this is the expansion that is picked up by
2943 # autoconf. It tells the user to run autoupdate, and
2944 # then outputs the replacement expansion. We do not care
2945 # about autoupdate's warning because that contains
2946 # information on what to do *after* running autoupdate.
2947
2948
2949
2950 # _LT_HEADER_DLFCN
2951 # ----------------
2952 # _LT_HEADER_DLFCN
2953
2954
2955 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2956 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2957 # ----------------------------------------------------------------
2958 # _LT_TRY_DLOPEN_SELF
2959
2960
2961 # LT_SYS_DLOPEN_SELF
2962 # ------------------
2963 # LT_SYS_DLOPEN_SELF
2964
2965 # Old name:
2966 # This is what autoupdate's m4 run will expand. It fires
2967 # the warning (with _au_warn_XXX), outputs it into the
2968 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2969 # the replacement expansion.
2970
2971
2972 # This is an auxiliary macro that is also run when
2973 # autoupdate runs m4. It simply calls m4_warning, but
2974 # we need a wrapper so that each warning is emitted only
2975 # once. We break the quoting in m4_warning's argument in
2976 # order to expand this macro's arguments, not AU_DEFUN's.
2977
2978
2979 # Finally, this is the expansion that is picked up by
2980 # autoconf. It tells the user to run autoupdate, and
2981 # then outputs the replacement expansion. We do not care
2982 # about autoupdate's warning because that contains
2983 # information on what to do *after* running autoupdate.
2984
2985
2986
2987 # _LT_COMPILER_C_O([TAGNAME])
2988 # ---------------------------
2989 # Check to see if options -c and -o are simultaneously supported by compiler.
2990 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
2991 # _LT_COMPILER_C_O
2992
2993
2994 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
2995 # ----------------------------------
2996 # Check to see if we can do hard links to lock some files if needed
2997 # _LT_COMPILER_FILE_LOCKS
2998
2999
3000 # _LT_CHECK_OBJDIR
3001 # ----------------
3002 # _LT_CHECK_OBJDIR
3003
3004
3005 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3006 # --------------------------------------
3007 # Check hardcoding attributes.
3008 # _LT_LINKER_HARDCODE_LIBPATH
3009
3010
3011 # _LT_CMD_STRIPLIB
3012 # ----------------
3013 # _LT_CMD_STRIPLIB
3014
3015
3016 # _LT_SYS_DYNAMIC_LINKER([TAG])
3017 # -----------------------------
3018 # PORTME Fill in your ld.so characteristics
3019 # _LT_SYS_DYNAMIC_LINKER
3020
3021
3022 # _LT_PATH_TOOL_PREFIX(TOOL)
3023 # --------------------------
3024 # find a file program which can recognize shared library
3025 # _LT_PATH_TOOL_PREFIX
3026
3027 # Old name:
3028 # This is what autoupdate's m4 run will expand. It fires
3029 # the warning (with _au_warn_XXX), outputs it into the
3030 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3031 # the replacement expansion.
3032
3033
3034 # This is an auxiliary macro that is also run when
3035 # autoupdate runs m4. It simply calls m4_warning, but
3036 # we need a wrapper so that each warning is emitted only
3037 # once. We break the quoting in m4_warning's argument in
3038 # order to expand this macro's arguments, not AU_DEFUN's.
3039
3040
3041 # Finally, this is the expansion that is picked up by
3042 # autoconf. It tells the user to run autoupdate, and
3043 # then outputs the replacement expansion. We do not care
3044 # about autoupdate's warning because that contains
3045 # information on what to do *after* running autoupdate.
3046
3047
3048
3049 # _LT_PATH_MAGIC
3050 # --------------
3051 # find a file program which can recognize a shared library
3052 # _LT_PATH_MAGIC
3053
3054
3055 # LT_PATH_LD
3056 # ----------
3057 # find the pathname to the GNU or non-GNU linker
3058 # LT_PATH_LD
3059
3060 # Old names:
3061 # This is what autoupdate's m4 run will expand. It fires
3062 # the warning (with _au_warn_XXX), outputs it into the
3063 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3064 # the replacement expansion.
3065
3066
3067 # This is an auxiliary macro that is also run when
3068 # autoupdate runs m4. It simply calls m4_warning, but
3069 # we need a wrapper so that each warning is emitted only
3070 # once. We break the quoting in m4_warning's argument in
3071 # order to expand this macro's arguments, not AU_DEFUN's.
3072
3073
3074 # Finally, this is the expansion that is picked up by
3075 # autoconf. It tells the user to run autoupdate, and
3076 # then outputs the replacement expansion. We do not care
3077 # about autoupdate's warning because that contains
3078 # information on what to do *after* running autoupdate.
3079
3080 # This is what autoupdate's m4 run will expand. It fires
3081 # the warning (with _au_warn_XXX), outputs it into the
3082 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3083 # the replacement expansion.
3084
3085
3086 # This is an auxiliary macro that is also run when
3087 # autoupdate runs m4. It simply calls m4_warning, but
3088 # we need a wrapper so that each warning is emitted only
3089 # once. We break the quoting in m4_warning's argument in
3090 # order to expand this macro's arguments, not AU_DEFUN's.
3091
3092
3093 # Finally, this is the expansion that is picked up by
3094 # autoconf. It tells the user to run autoupdate, and
3095 # then outputs the replacement expansion. We do not care
3096 # about autoupdate's warning because that contains
3097 # information on what to do *after* running autoupdate.
3098
3099
3100
3101 # _LT_PATH_LD_GNU
3102 #- --------------
3103 # _LT_PATH_LD_GNU
3104
3105
3106 # _LT_CMD_RELOAD
3107 # --------------
3108 # find reload flag for linker
3109 # -- PORTME Some linkers may need a different reload flag.
3110 # _LT_CMD_RELOAD
3111
3112
3113 # _LT_CHECK_MAGIC_METHOD
3114 # ----------------------
3115 # how to check for library dependencies
3116 # -- PORTME fill in with the dynamic library characteristics
3117 # _LT_CHECK_MAGIC_METHOD
3118
3119
3120 # LT_PATH_NM
3121 # ----------
3122 # find the pathname to a BSD- or MS-compatible name lister
3123 # LT_PATH_NM
3124
3125 # Old names:
3126 # This is what autoupdate's m4 run will expand. It fires
3127 # the warning (with _au_warn_XXX), outputs it into the
3128 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3129 # the replacement expansion.
3130
3131
3132 # This is an auxiliary macro that is also run when
3133 # autoupdate runs m4. It simply calls m4_warning, but
3134 # we need a wrapper so that each warning is emitted only
3135 # once. We break the quoting in m4_warning's argument in
3136 # order to expand this macro's arguments, not AU_DEFUN's.
3137
3138
3139 # Finally, this is the expansion that is picked up by
3140 # autoconf. It tells the user to run autoupdate, and
3141 # then outputs the replacement expansion. We do not care
3142 # about autoupdate's warning because that contains
3143 # information on what to do *after* running autoupdate.
3144
3145 # This is what autoupdate's m4 run will expand. It fires
3146 # the warning (with _au_warn_XXX), outputs it into the
3147 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3148 # the replacement expansion.
3149
3150
3151 # This is an auxiliary macro that is also run when
3152 # autoupdate runs m4. It simply calls m4_warning, but
3153 # we need a wrapper so that each warning is emitted only
3154 # once. We break the quoting in m4_warning's argument in
3155 # order to expand this macro's arguments, not AU_DEFUN's.
3156
3157
3158 # Finally, this is the expansion that is picked up by
3159 # autoconf. It tells the user to run autoupdate, and
3160 # then outputs the replacement expansion. We do not care
3161 # about autoupdate's warning because that contains
3162 # information on what to do *after* running autoupdate.
3163
3164
3165
3166 # LT_LIB_M
3167 # --------
3168 # check for math library
3169 # LT_LIB_M
3170
3171 # Old name:
3172 # This is what autoupdate's m4 run will expand. It fires
3173 # the warning (with _au_warn_XXX), outputs it into the
3174 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3175 # the replacement expansion.
3176
3177
3178 # This is an auxiliary macro that is also run when
3179 # autoupdate runs m4. It simply calls m4_warning, but
3180 # we need a wrapper so that each warning is emitted only
3181 # once. We break the quoting in m4_warning's argument in
3182 # order to expand this macro's arguments, not AU_DEFUN's.
3183
3184
3185 # Finally, this is the expansion that is picked up by
3186 # autoconf. It tells the user to run autoupdate, and
3187 # then outputs the replacement expansion. We do not care
3188 # about autoupdate's warning because that contains
3189 # information on what to do *after* running autoupdate.
3190
3191
3192
3193 # _LT_COMPILER_NO_RTTI([TAGNAME])
3194 # -------------------------------
3195 # _LT_COMPILER_NO_RTTI
3196
3197
3198 # _LT_CMD_GLOBAL_SYMBOLS
3199 # ----------------------
3200 # _LT_CMD_GLOBAL_SYMBOLS
3201
3202
3203 # _LT_COMPILER_PIC([TAGNAME])
3204 # ---------------------------
3205 # _LT_COMPILER_PIC
3206
3207
3208 # _LT_LINKER_SHLIBS([TAGNAME])
3209 # ----------------------------
3210 # See if the linker supports building shared libraries.
3211 # _LT_LINKER_SHLIBS
3212
3213
3214 # _LT_LANG_C_CONFIG([TAG])
3215 # ------------------------
3216 # Ensure that the configuration variables for a C compiler are suitably
3217 # defined. These variables are subsequently used by _LT_CONFIG to write
3218 # the compiler configuration to `libtool'.
3219 # _LT_LANG_C_CONFIG
3220
3221
3222 # _LT_LANG_CXX_CONFIG([TAG])
3223 # --------------------------
3224 # Ensure that the configuration variables for a C++ compiler are suitably
3225 # defined. These variables are subsequently used by _LT_CONFIG to write
3226 # the compiler configuration to `libtool'.
3227 # _LT_LANG_CXX_CONFIG
3228
3229
3230 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3231 # ---------------------------------
3232 # Figure out "hidden" library dependencies from verbose
3233 # compiler output when linking a shared library.
3234 # Parse the compiler output and extract the necessary
3235 # objects, libraries and library flags.
3236 # _LT_SYS_HIDDEN_LIBDEPS
3237
3238
3239 # _LT_LANG_F77_CONFIG([TAG])
3240 # --------------------------
3241 # Ensure that the configuration variables for a Fortran 77 compiler are
3242 # suitably defined. These variables are subsequently used by _LT_CONFIG
3243 # to write the compiler configuration to `libtool'.
3244 # _LT_LANG_F77_CONFIG
3245
3246
3247 # _LT_LANG_FC_CONFIG([TAG])
3248 # -------------------------
3249 # Ensure that the configuration variables for a Fortran compiler are
3250 # suitably defined. These variables are subsequently used by _LT_CONFIG
3251 # to write the compiler configuration to `libtool'.
3252 # _LT_LANG_FC_CONFIG
3253
3254
3255 # _LT_LANG_GCJ_CONFIG([TAG])
3256 # --------------------------
3257 # Ensure that the configuration variables for the GNU Java Compiler compiler
3258 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3259 # to write the compiler configuration to `libtool'.
3260 # _LT_LANG_GCJ_CONFIG
3261
3262
3263 # _LT_LANG_RC_CONFIG([TAG])
3264 # -------------------------
3265 # Ensure that the configuration variables for the Windows resource compiler
3266 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3267 # to write the compiler configuration to `libtool'.
3268 # _LT_LANG_RC_CONFIG
3269
3270
3271 # LT_PROG_GCJ
3272 # -----------
3273
3274
3275 # Old name:
3276 # This is what autoupdate's m4 run will expand. It fires
3277 # the warning (with _au_warn_XXX), outputs it into the
3278 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3279 # the replacement expansion.
3280
3281
3282 # This is an auxiliary macro that is also run when
3283 # autoupdate runs m4. It simply calls m4_warning, but
3284 # we need a wrapper so that each warning is emitted only
3285 # once. We break the quoting in m4_warning's argument in
3286 # order to expand this macro's arguments, not AU_DEFUN's.
3287
3288
3289 # Finally, this is the expansion that is picked up by
3290 # autoconf. It tells the user to run autoupdate, and
3291 # then outputs the replacement expansion. We do not care
3292 # about autoupdate's warning because that contains
3293 # information on what to do *after* running autoupdate.
3294
3295
3296
3297 # LT_PROG_RC
3298 # ----------
3299
3300
3301 # Old name:
3302 # This is what autoupdate's m4 run will expand. It fires
3303 # the warning (with _au_warn_XXX), outputs it into the
3304 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3305 # the replacement expansion.
3306
3307
3308 # This is an auxiliary macro that is also run when
3309 # autoupdate runs m4. It simply calls m4_warning, but
3310 # we need a wrapper so that each warning is emitted only
3311 # once. We break the quoting in m4_warning's argument in
3312 # order to expand this macro's arguments, not AU_DEFUN's.
3313
3314
3315 # Finally, this is the expansion that is picked up by
3316 # autoconf. It tells the user to run autoupdate, and
3317 # then outputs the replacement expansion. We do not care
3318 # about autoupdate's warning because that contains
3319 # information on what to do *after* running autoupdate.
3320
3321
3322
3323 # _LT_DECL_EGREP
3324 # --------------
3325 # If we don't have a new enough Autoconf to choose the best grep
3326 # available, choose the one first in the user's PATH.
3327
3328
3329
3330 # _LT_DECL_OBJDUMP
3331 # --------------
3332 # If we don't have a new enough Autoconf to choose the best objdump
3333 # available, choose the one first in the user's PATH.
3334
3335
3336
3337 # _LT_DECL_SED
3338 # ------------
3339 # Check for a fully-functional sed program, that truncates
3340 # as few characters as possible. Prefer GNU sed if found.
3341 # _LT_DECL_SED
3342
3343 #m4_ifndef
3344
3345 # Old name:
3346 # This is what autoupdate's m4 run will expand. It fires
3347 # the warning (with _au_warn_XXX), outputs it into the
3348 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3349 # the replacement expansion.
3350
3351
3352 # This is an auxiliary macro that is also run when
3353 # autoupdate runs m4. It simply calls m4_warning, but
3354 # we need a wrapper so that each warning is emitted only
3355 # once. We break the quoting in m4_warning's argument in
3356 # order to expand this macro's arguments, not AU_DEFUN's.
3357
3358
3359 # Finally, this is the expansion that is picked up by
3360 # autoconf. It tells the user to run autoupdate, and
3361 # then outputs the replacement expansion. We do not care
3362 # about autoupdate's warning because that contains
3363 # information on what to do *after* running autoupdate.
3364
3365
3366
3367 # _LT_CHECK_SHELL_FEATURES
3368 # ------------------------
3369 # Find out whether the shell is Bourne or XSI compatible,
3370 # or has some other useful features.
3371 # _LT_CHECK_SHELL_FEATURES
3372
3373
3374 # _LT_PROG_XSI_SHELLFNS
3375 # ---------------------
3376 # Bourne and XSI compatible variants of some useful shell functions.
3377
3378
3379 # Helper functions for option handling. -*- Autoconf -*-
3380 #
3381 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3382 # Inc.
3383 # Written by Gary V. Vaughan, 2004
3384 #
3385 # This file is free software; the Free Software Foundation gives
3386 # unlimited permission to copy and/or distribute it, with or without
3387 # modifications, as long as this notice is preserved.
3388
3389 # serial 6 ltoptions.m4
3390
3391 # This is to help aclocal find these macros, as it can't see m4_define.
3392
3393
3394
3395 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3396 # ------------------------------------------
3397
3398
3399
3400 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3401 # ---------------------------------------
3402 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3403 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3404 # saved as a flag.
3405
3406
3407
3408 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3409 # ------------------------------------------------------------
3410 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3411
3412
3413
3414 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3415 # -------------------------------------------------------
3416 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3417 # are set.
3418
3419
3420
3421 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3422 # ----------------------------------------
3423 # OPTION-LIST is a space-separated list of Libtool options associated
3424 # with MACRO-NAME. If any OPTION has a matching handler declared with
3425 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3426 # the unknown option and exit.
3427 # _LT_SET_OPTIONS
3428
3429
3430 ## --------------------------------- ##
3431 ## Macros to handle LT_INIT options. ##
3432 ## --------------------------------- ##
3433
3434 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3435 # -----------------------------------------
3436
3437
3438
3439 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3440 # -----------------------------------------------
3441 # LT_OPTION_DEFINE
3442
3443
3444 # dlopen
3445 # ------
3446
3447
3448 # This is what autoupdate's m4 run will expand. It fires
3449 # the warning (with _au_warn_XXX), outputs it into the
3450 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3451 # the replacement expansion.
3452
3453
3454 # This is an auxiliary macro that is also run when
3455 # autoupdate runs m4. It simply calls m4_warning, but
3456 # we need a wrapper so that each warning is emitted only
3457 # once. We break the quoting in m4_warning's argument in
3458 # order to expand this macro's arguments, not AU_DEFUN's.
3459
3460
3461 # Finally, this is the expansion that is picked up by
3462 # autoconf. It tells the user to run autoupdate, and
3463 # then outputs the replacement expansion. We do not care
3464 # about autoupdate's warning because that contains
3465 # information on what to do *after* running autoupdate.
3466
3467
3468
3469
3470 # win32-dll
3471 # ---------
3472 # Declare package support for building win32 dll's.
3473 # win32-dll
3474
3475 # This is what autoupdate's m4 run will expand. It fires
3476 # the warning (with _au_warn_XXX), outputs it into the
3477 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3478 # the replacement expansion.
3479
3480
3481 # This is an auxiliary macro that is also run when
3482 # autoupdate runs m4. It simply calls m4_warning, but
3483 # we need a wrapper so that each warning is emitted only
3484 # once. We break the quoting in m4_warning's argument in
3485 # order to expand this macro's arguments, not AU_DEFUN's.
3486
3487
3488 # Finally, this is the expansion that is picked up by
3489 # autoconf. It tells the user to run autoupdate, and
3490 # then outputs the replacement expansion. We do not care
3491 # about autoupdate's warning because that contains
3492 # information on what to do *after* running autoupdate.
3493
3494
3495
3496
3497 # _LT_ENABLE_SHARED([DEFAULT])
3498 # ----------------------------
3499 # implement the --enable-shared flag, and supports the `shared' and
3500 # `disable-shared' LT_INIT options.
3501 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3502 # _LT_ENABLE_SHARED
3503
3504
3505
3506
3507 # Old names:
3508
3509
3510
3511
3512 # This is what autoupdate's m4 run will expand. It fires
3513 # the warning (with _au_warn_XXX), outputs it into the
3514 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3515 # the replacement expansion.
3516
3517
3518 # This is an auxiliary macro that is also run when
3519 # autoupdate runs m4. It simply calls m4_warning, but
3520 # we need a wrapper so that each warning is emitted only
3521 # once. We break the quoting in m4_warning's argument in
3522 # order to expand this macro's arguments, not AU_DEFUN's.
3523
3524
3525 # Finally, this is the expansion that is picked up by
3526 # autoconf. It tells the user to run autoupdate, and
3527 # then outputs the replacement expansion. We do not care
3528 # about autoupdate's warning because that contains
3529 # information on what to do *after* running autoupdate.
3530
3531 # This is what autoupdate's m4 run will expand. It fires
3532 # the warning (with _au_warn_XXX), outputs it into the
3533 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3534 # the replacement expansion.
3535
3536
3537 # This is an auxiliary macro that is also run when
3538 # autoupdate runs m4. It simply calls m4_warning, but
3539 # we need a wrapper so that each warning is emitted only
3540 # once. We break the quoting in m4_warning's argument in
3541 # order to expand this macro's arguments, not AU_DEFUN's.
3542
3543
3544 # Finally, this is the expansion that is picked up by
3545 # autoconf. It tells the user to run autoupdate, and
3546 # then outputs the replacement expansion. We do not care
3547 # about autoupdate's warning because that contains
3548 # information on what to do *after* running autoupdate.
3549
3550
3551
3552
3553
3554 # _LT_ENABLE_STATIC([DEFAULT])
3555 # ----------------------------
3556 # implement the --enable-static flag, and support the `static' and
3557 # `disable-static' LT_INIT options.
3558 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3559 # _LT_ENABLE_STATIC
3560
3561
3562
3563
3564 # Old names:
3565
3566
3567
3568
3569 # This is what autoupdate's m4 run will expand. It fires
3570 # the warning (with _au_warn_XXX), outputs it into the
3571 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3572 # the replacement expansion.
3573
3574
3575 # This is an auxiliary macro that is also run when
3576 # autoupdate runs m4. It simply calls m4_warning, but
3577 # we need a wrapper so that each warning is emitted only
3578 # once. We break the quoting in m4_warning's argument in
3579 # order to expand this macro's arguments, not AU_DEFUN's.
3580
3581
3582 # Finally, this is the expansion that is picked up by
3583 # autoconf. It tells the user to run autoupdate, and
3584 # then outputs the replacement expansion. We do not care
3585 # about autoupdate's warning because that contains
3586 # information on what to do *after* running autoupdate.
3587
3588 # This is what autoupdate's m4 run will expand. It fires
3589 # the warning (with _au_warn_XXX), outputs it into the
3590 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3591 # the replacement expansion.
3592
3593
3594 # This is an auxiliary macro that is also run when
3595 # autoupdate runs m4. It simply calls m4_warning, but
3596 # we need a wrapper so that each warning is emitted only
3597 # once. We break the quoting in m4_warning's argument in
3598 # order to expand this macro's arguments, not AU_DEFUN's.
3599
3600
3601 # Finally, this is the expansion that is picked up by
3602 # autoconf. It tells the user to run autoupdate, and
3603 # then outputs the replacement expansion. We do not care
3604 # about autoupdate's warning because that contains
3605 # information on what to do *after* running autoupdate.
3606
3607
3608
3609
3610
3611 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3612 # ----------------------------------
3613 # implement the --enable-fast-install flag, and support the `fast-install'
3614 # and `disable-fast-install' LT_INIT options.
3615 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3616 # _LT_ENABLE_FAST_INSTALL
3617
3618
3619
3620
3621 # Old names:
3622 # This is what autoupdate's m4 run will expand. It fires
3623 # the warning (with _au_warn_XXX), outputs it into the
3624 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3625 # the replacement expansion.
3626
3627
3628 # This is an auxiliary macro that is also run when
3629 # autoupdate runs m4. It simply calls m4_warning, but
3630 # we need a wrapper so that each warning is emitted only
3631 # once. We break the quoting in m4_warning's argument in
3632 # order to expand this macro's arguments, not AU_DEFUN's.
3633
3634
3635 # Finally, this is the expansion that is picked up by
3636 # autoconf. It tells the user to run autoupdate, and
3637 # then outputs the replacement expansion. We do not care
3638 # about autoupdate's warning because that contains
3639 # information on what to do *after* running autoupdate.
3640
3641
3642 # This is what autoupdate's m4 run will expand. It fires
3643 # the warning (with _au_warn_XXX), outputs it into the
3644 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3645 # the replacement expansion.
3646
3647
3648 # This is an auxiliary macro that is also run when
3649 # autoupdate runs m4. It simply calls m4_warning, but
3650 # we need a wrapper so that each warning is emitted only
3651 # once. We break the quoting in m4_warning's argument in
3652 # order to expand this macro's arguments, not AU_DEFUN's.
3653
3654
3655 # Finally, this is the expansion that is picked up by
3656 # autoconf. It tells the user to run autoupdate, and
3657 # then outputs the replacement expansion. We do not care
3658 # about autoupdate's warning because that contains
3659 # information on what to do *after* running autoupdate.
3660
3661
3662
3663
3664 # _LT_WITH_PIC([MODE])
3665 # --------------------
3666 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3667 # LT_INIT options.
3668 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3669 # _LT_WITH_PIC
3670
3671
3672
3673
3674 # Old name:
3675 # This is what autoupdate's m4 run will expand. It fires
3676 # the warning (with _au_warn_XXX), outputs it into the
3677 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3678 # the replacement expansion.
3679
3680
3681 # This is an auxiliary macro that is also run when
3682 # autoupdate runs m4. It simply calls m4_warning, but
3683 # we need a wrapper so that each warning is emitted only
3684 # once. We break the quoting in m4_warning's argument in
3685 # order to expand this macro's arguments, not AU_DEFUN's.
3686
3687
3688 # Finally, this is the expansion that is picked up by
3689 # autoconf. It tells the user to run autoupdate, and
3690 # then outputs the replacement expansion. We do not care
3691 # about autoupdate's warning because that contains
3692 # information on what to do *after* running autoupdate.
3693
3694
3695
3696 ## ----------------- ##
3697 ## LTDL_INIT Options ##
3698 ## ----------------- ##
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3710 #
3711 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3712 # Written by Gary V. Vaughan, 2004
3713 #
3714 # This file is free software; the Free Software Foundation gives
3715 # unlimited permission to copy and/or distribute it, with or without
3716 # modifications, as long as this notice is preserved.
3717
3718 # serial 6 ltsugar.m4
3719
3720 # This is to help aclocal find these macros, as it can't see m4_define.
3721
3722
3723
3724 # lt_join(SEP, ARG1, [ARG2...])
3725 # -----------------------------
3726 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3727 # associated separator.
3728 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3729 # versions in m4sugar had bugs.
3730
3731
3732
3733
3734 # lt_car(LIST)
3735 # lt_cdr(LIST)
3736 # ------------
3737 # Manipulate m4 lists.
3738 # These macros are necessary as long as will still need to support
3739 # Autoconf-2.59 which quotes differently.
3740
3741
3742
3743
3744
3745 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3746 # ------------------------------------------
3747 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3748 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3749 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3750 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3751 # than defined and empty).
3752 #
3753 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3754 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3755
3756
3757
3758
3759 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3760 # ----------------------------------------------------------
3761 # Produce a SEP delimited list of all paired combinations of elements of
3762 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3763 # has the form PREFIXmINFIXSUFFIXn.
3764 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3765
3766
3767
3768 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3769 # -----------------------------------------------------------------------
3770 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3771 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3772
3773
3774
3775 # lt_dict_add(DICT, KEY, VALUE)
3776 # -----------------------------
3777
3778
3779
3780 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3781 # --------------------------------------------
3782
3783
3784
3785 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3786 # ----------------------------------
3787
3788
3789
3790 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3791 # -----------------------------------------------------------------
3792
3793
3794
3795 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3796 # --------------------------------------------------------------
3797
3798
3799 # ltversion.m4 -- version numbers -*- Autoconf -*-
3800 #
3801 # Copyright (C) 2004 Free Software Foundation, Inc.
3802 # Written by Scott James Remnant, 2004
3803 #
3804 # This file is free software; the Free Software Foundation gives
3805 # unlimited permission to copy and/or distribute it, with or without
3806 # modifications, as long as this notice is preserved.
3807
3808 # Generated from ltversion.in.
3809
3810 # serial 3134 ltversion.m4
3811 # This file is part of GNU Libtool
3812
3813
3814
3815
3816
3817
3818 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3819 #
3820 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3821 # Written by Scott James Remnant, 2004.
3822 #
3823 # This file is free software; the Free Software Foundation gives
3824 # unlimited permission to copy and/or distribute it, with or without
3825 # modifications, as long as this notice is preserved.
3826
3827 # serial 4 lt~obsolete.m4
3828
3829 # These exist entirely to fool aclocal when bootstrapping libtool.
3830 #
3831 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3832 # which have later been changed to m4_define as they aren't part of the
3833 # exported API, or moved to Autoconf or Automake where they belong.
3834 #
3835 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3836 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3837 # using a macro with the same name in our local m4/libtool.m4 it'll
3838 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3839 # and doesn't know about Autoconf macros at all.)
3840 #
3841 # So we provide this file, which has a silly filename so it's always
3842 # included after everything else. This provides aclocal with the
3843 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3844 # because those macros already exist, or will be overwritten later.
3845 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3846 #
3847 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3848 # Yes, that means every name once taken will need to remain here until
3849 # we give up compatibility with versions before 1.7, at which point
3850 # we need to keep only those names which we still refer to.
3851
3852 # This is to help aclocal find these macros, as it can't see m4_define.
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
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 ## -*- Autoconf -*-
3918
3919 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3920 # Free Software Foundation, Inc.
3921 #
3922 # This file is free software; the Free Software Foundation
3923 # gives unlimited permission to copy and/or distribute it,
3924 # with or without modifications, as long as this notice is preserved.
3925
3926 # serial 8
3927
3928 # Based on depend.m4 from automake 1.9, modified for standalone use in
3929 # an environment where GNU make is required.
3930
3931 # ZW_PROG_COMPILER_DEPENDENCIES
3932 # -----------------------------
3933 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3934 # sets fooDEPMODE accordingly. Cache-variable compatible with
3935 # original; not side-effect compatible. As the users of this macro
3936 # may require accurate dependencies for correct builds, it does *not*
3937 # honor --disable-dependency-checking, and failure to detect a usable
3938 # method is an error. depcomp is assumed to be located in
3939 # $ac_aux_dir.
3940 #
3941 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3942
3943
3944
3945 # AM_SET_DEPDIR
3946 # -------------
3947 # Choose a directory name for dependency files.
3948
3949
3950 # ZW_CREATE_DEPDIR
3951 # ----------------
3952 # As AM_SET_DEPDIR, but also create the directory at config.status time.
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019 # intl sister-directory configuration rules.
4020 #
4021
4022 # The idea behind this macro is that there's no need to repeat all the
4023 # autoconf probes done by the intl directory - it's already done them
4024 # for us. In fact, there's no need even to look at the cache for the
4025 # answers. All we need to do is nab a few pieces of information.
4026 # The intl directory is set up to make this easy, by generating a
4027 # small file which can be sourced as a shell script; then we produce
4028 # the necessary substitutions and definitions for this directory.
4029
4030
4031
4032 # Autoconf M4 include file defining utility macros for complex Canadian
4033 # cross builds.
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043 ####
4044 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4045 # or AC_INIT.
4046 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
4047
4048 ####
4049 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4050 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4051
4052
4053 ####
4054 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4055 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4056
4057
4058
4059 # Backported from Autoconf 2.5x; can go away when and if
4060 # we switch. Put the OS path separator in $PATH_SEPARATOR.
4061
4062
4063
4064
4065
4066
4067
4068
4069 # ACX_HAVE_GCC_FOR_TARGET
4070 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4071
4072
4073 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4074 # Searching for installed target binutils. We need to take extra care,
4075 # else we may find the wrong assembler, linker, etc., and lose.
4076 #
4077 # First try --with-build-time-tools, if specified.
4078 #
4079 # For build != host, we ask the installed GCC for the name of the tool it
4080 # uses, and accept it if it is an absolute path. This is because the
4081 # only good choice for a compiler is the same GCC version that is being
4082 # installed (or we couldn't make target libraries), and we assume that
4083 # on the host system we'll have not only the same GCC version, but also
4084 # the same binutils version.
4085 #
4086 # For build == host, search the same directories that the installed
4087 # compiler will search. We used to do this for the assembler, linker,
4088 # and nm only; for simplicity of configuration, however, we extend this
4089 # criterion to tools (such as ar and ranlib) that are never invoked by
4090 # the compiler, to avoid mismatches.
4091 #
4092 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4093 # if build == target. This makes the most sense only when bootstrapping,
4094 # but we also do so when build != host. In this case, we hope that the
4095 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4096 #
4097 # If we do not find a suitable binary, then try the user's path.
4098
4099
4100 ###
4101 # AC_PROG_CPP_WERROR
4102 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4103 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4104 # For now, using this also overrides header checks to use only the
4105 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4106 # bit harder from here).
4107 # Eventually autoconf will default to checking headers with the compiler
4108 # instead, and we'll have to do this differently.
4109
4110 # AC_PROG_CPP_WERROR
4111
4112 # Test for GNAT.
4113 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4114 # that understands Ada. We use the user's CC setting, already found, and
4115 # possibly add $1 to the command-line parameters.
4116 #
4117 # Sets the shell variable have_gnat to yes or no as appropriate, and
4118 # substitutes GNATBIND and GNATMAKE.
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144 ac_ext=c
4145 ac_cpp='$CPP $CPPFLAGS'
4146 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4147 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4148 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4149 if test -n "$ac_tool_prefix"; then
4150 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4151 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4153 $as_echo_n "checking for $ac_word... " >&6; }
4154 if test "${ac_cv_prog_CC+set}" = set; then :
4155 $as_echo_n "(cached) " >&6
4156 else
4157 if test -n "$CC"; then
4158 ac_cv_prog_CC="$CC" # Let the user override the test.
4159 else
4160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4161 for as_dir in $PATH
4162 do
4163 IFS=$as_save_IFS
4164 test -z "$as_dir" && as_dir=.
4165 for ac_exec_ext in '' $ac_executable_extensions; do
4166 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4167 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4169 break 2
4170 fi
4171 done
4172 done
4173 IFS=$as_save_IFS
4174
4175 fi
4176 fi
4177 CC=$ac_cv_prog_CC
4178 if test -n "$CC"; then
4179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4180 $as_echo "$CC" >&6; }
4181 else
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4183 $as_echo "no" >&6; }
4184 fi
4185
4186
4187 fi
4188 if test -z "$ac_cv_prog_CC"; then
4189 ac_ct_CC=$CC
4190 # Extract the first word of "gcc", so it can be a program name with args.
4191 set dummy gcc; ac_word=$2
4192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4193 $as_echo_n "checking for $ac_word... " >&6; }
4194 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4195 $as_echo_n "(cached) " >&6
4196 else
4197 if test -n "$ac_ct_CC"; then
4198 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4199 else
4200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4201 for as_dir in $PATH
4202 do
4203 IFS=$as_save_IFS
4204 test -z "$as_dir" && as_dir=.
4205 for ac_exec_ext in '' $ac_executable_extensions; do
4206 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4207 ac_cv_prog_ac_ct_CC="gcc"
4208 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4209 break 2
4210 fi
4211 done
4212 done
4213 IFS=$as_save_IFS
4214
4215 fi
4216 fi
4217 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4218 if test -n "$ac_ct_CC"; then
4219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4220 $as_echo "$ac_ct_CC" >&6; }
4221 else
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4223 $as_echo "no" >&6; }
4224 fi
4225
4226 if test "x$ac_ct_CC" = x; then
4227 CC=""
4228 else
4229 case $cross_compiling:$ac_tool_warned in
4230 yes:)
4231 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4232 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4233 ac_tool_warned=yes ;;
4234 esac
4235 CC=$ac_ct_CC
4236 fi
4237 else
4238 CC="$ac_cv_prog_CC"
4239 fi
4240
4241 if test -z "$CC"; then
4242 if test -n "$ac_tool_prefix"; then
4243 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4244 set dummy ${ac_tool_prefix}cc; 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}cc"
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 fi
4281 fi
4282 if test -z "$CC"; then
4283 # Extract the first word of "cc", so it can be a program name with args.
4284 set dummy cc; ac_word=$2
4285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4286 $as_echo_n "checking for $ac_word... " >&6; }
4287 if test "${ac_cv_prog_CC+set}" = set; then :
4288 $as_echo_n "(cached) " >&6
4289 else
4290 if test -n "$CC"; then
4291 ac_cv_prog_CC="$CC" # Let the user override the test.
4292 else
4293 ac_prog_rejected=no
4294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4295 for as_dir in $PATH
4296 do
4297 IFS=$as_save_IFS
4298 test -z "$as_dir" && as_dir=.
4299 for ac_exec_ext in '' $ac_executable_extensions; do
4300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4301 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4302 ac_prog_rejected=yes
4303 continue
4304 fi
4305 ac_cv_prog_CC="cc"
4306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4307 break 2
4308 fi
4309 done
4310 done
4311 IFS=$as_save_IFS
4312
4313 if test $ac_prog_rejected = yes; then
4314 # We found a bogon in the path, so make sure we never use it.
4315 set dummy $ac_cv_prog_CC
4316 shift
4317 if test $# != 0; then
4318 # We chose a different compiler from the bogus one.
4319 # However, it has the same basename, so the bogon will be chosen
4320 # first if we set CC to just the basename; use the full file name.
4321 shift
4322 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4323 fi
4324 fi
4325 fi
4326 fi
4327 CC=$ac_cv_prog_CC
4328 if test -n "$CC"; then
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4330 $as_echo "$CC" >&6; }
4331 else
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4333 $as_echo "no" >&6; }
4334 fi
4335
4336
4337 fi
4338 if test -z "$CC"; then
4339 if test -n "$ac_tool_prefix"; then
4340 for ac_prog in cl.exe
4341 do
4342 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4343 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4345 $as_echo_n "checking for $ac_word... " >&6; }
4346 if test "${ac_cv_prog_CC+set}" = set; then :
4347 $as_echo_n "(cached) " >&6
4348 else
4349 if test -n "$CC"; then
4350 ac_cv_prog_CC="$CC" # Let the user override the test.
4351 else
4352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4353 for as_dir in $PATH
4354 do
4355 IFS=$as_save_IFS
4356 test -z "$as_dir" && as_dir=.
4357 for ac_exec_ext in '' $ac_executable_extensions; do
4358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4359 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4361 break 2
4362 fi
4363 done
4364 done
4365 IFS=$as_save_IFS
4366
4367 fi
4368 fi
4369 CC=$ac_cv_prog_CC
4370 if test -n "$CC"; then
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4372 $as_echo "$CC" >&6; }
4373 else
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4375 $as_echo "no" >&6; }
4376 fi
4377
4378
4379 test -n "$CC" && break
4380 done
4381 fi
4382 if test -z "$CC"; then
4383 ac_ct_CC=$CC
4384 for ac_prog in cl.exe
4385 do
4386 # Extract the first word of "$ac_prog", so it can be a program name with args.
4387 set dummy $ac_prog; ac_word=$2
4388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4389 $as_echo_n "checking for $ac_word... " >&6; }
4390 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4391 $as_echo_n "(cached) " >&6
4392 else
4393 if test -n "$ac_ct_CC"; then
4394 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4395 else
4396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4397 for as_dir in $PATH
4398 do
4399 IFS=$as_save_IFS
4400 test -z "$as_dir" && as_dir=.
4401 for ac_exec_ext in '' $ac_executable_extensions; do
4402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4403 ac_cv_prog_ac_ct_CC="$ac_prog"
4404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4405 break 2
4406 fi
4407 done
4408 done
4409 IFS=$as_save_IFS
4410
4411 fi
4412 fi
4413 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4414 if test -n "$ac_ct_CC"; then
4415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4416 $as_echo "$ac_ct_CC" >&6; }
4417 else
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4419 $as_echo "no" >&6; }
4420 fi
4421
4422
4423 test -n "$ac_ct_CC" && break
4424 done
4425
4426 if test "x$ac_ct_CC" = x; then
4427 CC=""
4428 else
4429 case $cross_compiling:$ac_tool_warned in
4430 yes:)
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4432 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4433 ac_tool_warned=yes ;;
4434 esac
4435 CC=$ac_ct_CC
4436 fi
4437 fi
4438
4439 fi
4440
4441
4442 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4443 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4444 as_fn_error "no acceptable C compiler found in \$PATH
4445 See \`config.log' for more details." "$LINENO" 5; }
4446
4447 # Provide some information about the compiler.
4448 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4449 set X $ac_compile
4450 ac_compiler=$2
4451 for ac_option in --version -v -V -qversion; do
4452 { { ac_try="$ac_compiler $ac_option >&5"
4453 case "(($ac_try" in
4454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4455 *) ac_try_echo=$ac_try;;
4456 esac
4457 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4458 $as_echo "$ac_try_echo"; } >&5
4459 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4460 ac_status=$?
4461 if test -s conftest.err; then
4462 sed '10a\
4463 ... rest of stderr output deleted ...
4464 10q' conftest.err >conftest.er1
4465 cat conftest.er1 >&5
4466 rm -f conftest.er1 conftest.err
4467 fi
4468 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4469 test $ac_status = 0; }
4470 done
4471
4472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4473 /* end confdefs.h. */
4474
4475 int
4476 main ()
4477 {
4478
4479 ;
4480 return 0;
4481 }
4482 _ACEOF
4483 ac_clean_files_save=$ac_clean_files
4484 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4485 # Try to create an executable without -o first, disregard a.out.
4486 # It will help us diagnose broken compilers, and finding out an intuition
4487 # of exeext.
4488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4489 $as_echo_n "checking for C compiler default output file name... " >&6; }
4490 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4491
4492 # The possible output files:
4493 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4494
4495 ac_rmfiles=
4496 for ac_file in $ac_files
4497 do
4498 case $ac_file in
4499 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4500 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4501 esac
4502 done
4503 rm -f $ac_rmfiles
4504
4505 if { { ac_try="$ac_link_default"
4506 case "(($ac_try" in
4507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4508 *) ac_try_echo=$ac_try;;
4509 esac
4510 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4511 $as_echo "$ac_try_echo"; } >&5
4512 (eval "$ac_link_default") 2>&5
4513 ac_status=$?
4514 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4515 test $ac_status = 0; }; then :
4516 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4517 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4518 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4519 # so that the user can short-circuit this test for compilers unknown to
4520 # Autoconf.
4521 for ac_file in $ac_files ''
4522 do
4523 test -f "$ac_file" || continue
4524 case $ac_file in
4525 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4526 ;;
4527 [ab].out )
4528 # We found the default executable, but exeext='' is most
4529 # certainly right.
4530 break;;
4531 *.* )
4532 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4533 then :; else
4534 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4535 fi
4536 # We set ac_cv_exeext here because the later test for it is not
4537 # safe: cross compilers may not add the suffix if given an `-o'
4538 # argument, so we may need to know it at that point already.
4539 # Even if this section looks crufty: it has the advantage of
4540 # actually working.
4541 break;;
4542 * )
4543 break;;
4544 esac
4545 done
4546 test "$ac_cv_exeext" = no && ac_cv_exeext=
4547
4548 else
4549 ac_file=''
4550 fi
4551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4552 $as_echo "$ac_file" >&6; }
4553 if test -z "$ac_file"; then :
4554 $as_echo "$as_me: failed program was:" >&5
4555 sed 's/^/| /' conftest.$ac_ext >&5
4556
4557 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4558 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4559 { as_fn_set_status 77
4560 as_fn_error "C compiler cannot create executables
4561 See \`config.log' for more details." "$LINENO" 5; }; }
4562 fi
4563 ac_exeext=$ac_cv_exeext
4564
4565 # Check that the compiler produces executables we can run. If not, either
4566 # the compiler is broken, or we cross compile.
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4568 $as_echo_n "checking whether the C compiler works... " >&6; }
4569 # If not cross compiling, check that we can run a simple program.
4570 if test "$cross_compiling" != yes; then
4571 if { ac_try='./$ac_file'
4572 { { case "(($ac_try" in
4573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4574 *) ac_try_echo=$ac_try;;
4575 esac
4576 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4577 $as_echo "$ac_try_echo"; } >&5
4578 (eval "$ac_try") 2>&5
4579 ac_status=$?
4580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4581 test $ac_status = 0; }; }; then
4582 cross_compiling=no
4583 else
4584 if test "$cross_compiling" = maybe; then
4585 cross_compiling=yes
4586 else
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 run C compiled programs.
4590 If you meant to cross compile, use \`--host'.
4591 See \`config.log' for more details." "$LINENO" 5; }
4592 fi
4593 fi
4594 fi
4595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4596 $as_echo "yes" >&6; }
4597
4598 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4599 ac_clean_files=$ac_clean_files_save
4600 # Check that the compiler produces executables we can run. If not, either
4601 # the compiler is broken, or we cross compile.
4602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4603 $as_echo_n "checking whether we are cross compiling... " >&6; }
4604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4605 $as_echo "$cross_compiling" >&6; }
4606
4607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4608 $as_echo_n "checking for suffix of executables... " >&6; }
4609 if { { ac_try="$ac_link"
4610 case "(($ac_try" in
4611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4612 *) ac_try_echo=$ac_try;;
4613 esac
4614 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4615 $as_echo "$ac_try_echo"; } >&5
4616 (eval "$ac_link") 2>&5
4617 ac_status=$?
4618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4619 test $ac_status = 0; }; then :
4620 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4621 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4622 # work properly (i.e., refer to `conftest.exe'), while it won't with
4623 # `rm'.
4624 for ac_file in conftest.exe conftest conftest.*; do
4625 test -f "$ac_file" || continue
4626 case $ac_file in
4627 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4628 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4629 break;;
4630 * ) break;;
4631 esac
4632 done
4633 else
4634 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4635 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4636 as_fn_error "cannot compute suffix of executables: cannot compile and link
4637 See \`config.log' for more details." "$LINENO" 5; }
4638 fi
4639 rm -f conftest$ac_cv_exeext
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4641 $as_echo "$ac_cv_exeext" >&6; }
4642
4643 rm -f conftest.$ac_ext
4644 EXEEXT=$ac_cv_exeext
4645 ac_exeext=$EXEEXT
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4647 $as_echo_n "checking for suffix of object files... " >&6; }
4648 if test "${ac_cv_objext+set}" = set; then :
4649 $as_echo_n "(cached) " >&6
4650 else
4651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4652 /* end confdefs.h. */
4653
4654 int
4655 main ()
4656 {
4657
4658 ;
4659 return 0;
4660 }
4661 _ACEOF
4662 rm -f conftest.o conftest.obj
4663 if { { ac_try="$ac_compile"
4664 case "(($ac_try" in
4665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4666 *) ac_try_echo=$ac_try;;
4667 esac
4668 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4669 $as_echo "$ac_try_echo"; } >&5
4670 (eval "$ac_compile") 2>&5
4671 ac_status=$?
4672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4673 test $ac_status = 0; }; then :
4674 for ac_file in conftest.o conftest.obj conftest.*; do
4675 test -f "$ac_file" || continue;
4676 case $ac_file in
4677 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4678 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4679 break;;
4680 esac
4681 done
4682 else
4683 $as_echo "$as_me: failed program was:" >&5
4684 sed 's/^/| /' conftest.$ac_ext >&5
4685
4686 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4687 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4688 as_fn_error "cannot compute suffix of object files: cannot compile
4689 See \`config.log' for more details." "$LINENO" 5; }
4690 fi
4691 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4692 fi
4693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4694 $as_echo "$ac_cv_objext" >&6; }
4695 OBJEXT=$ac_cv_objext
4696 ac_objext=$OBJEXT
4697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4698 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4699 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4700 $as_echo_n "(cached) " >&6
4701 else
4702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4703 /* end confdefs.h. */
4704
4705 int
4706 main ()
4707 {
4708 #ifndef __GNUC__
4709 choke me
4710 #endif
4711
4712 ;
4713 return 0;
4714 }
4715 _ACEOF
4716 if ac_fn_c_try_compile "$LINENO"; then :
4717 ac_compiler_gnu=yes
4718 else
4719 ac_compiler_gnu=no
4720 fi
4721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4722 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4723
4724 fi
4725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4726 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4727 if test $ac_compiler_gnu = yes; then
4728 GCC=yes
4729 else
4730 GCC=
4731 fi
4732 ac_test_CFLAGS=${CFLAGS+set}
4733 ac_save_CFLAGS=$CFLAGS
4734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4735 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4736 if test "${ac_cv_prog_cc_g+set}" = set; then :
4737 $as_echo_n "(cached) " >&6
4738 else
4739 ac_save_c_werror_flag=$ac_c_werror_flag
4740 ac_c_werror_flag=yes
4741 ac_cv_prog_cc_g=no
4742 CFLAGS="-g"
4743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4744 /* end confdefs.h. */
4745
4746 int
4747 main ()
4748 {
4749
4750 ;
4751 return 0;
4752 }
4753 _ACEOF
4754 if ac_fn_c_try_compile "$LINENO"; then :
4755 ac_cv_prog_cc_g=yes
4756 else
4757 CFLAGS=""
4758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4759 /* end confdefs.h. */
4760
4761 int
4762 main ()
4763 {
4764
4765 ;
4766 return 0;
4767 }
4768 _ACEOF
4769 if ac_fn_c_try_compile "$LINENO"; then :
4770
4771 else
4772 ac_c_werror_flag=$ac_save_c_werror_flag
4773 CFLAGS="-g"
4774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4775 /* end confdefs.h. */
4776
4777 int
4778 main ()
4779 {
4780
4781 ;
4782 return 0;
4783 }
4784 _ACEOF
4785 if ac_fn_c_try_compile "$LINENO"; then :
4786 ac_cv_prog_cc_g=yes
4787 fi
4788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4789 fi
4790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4791 fi
4792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4793 ac_c_werror_flag=$ac_save_c_werror_flag
4794 fi
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4796 $as_echo "$ac_cv_prog_cc_g" >&6; }
4797 if test "$ac_test_CFLAGS" = set; then
4798 CFLAGS=$ac_save_CFLAGS
4799 elif test $ac_cv_prog_cc_g = yes; then
4800 if test "$GCC" = yes; then
4801 CFLAGS="-g -O2"
4802 else
4803 CFLAGS="-g"
4804 fi
4805 else
4806 if test "$GCC" = yes; then
4807 CFLAGS="-O2"
4808 else
4809 CFLAGS=
4810 fi
4811 fi
4812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4813 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4814 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4815 $as_echo_n "(cached) " >&6
4816 else
4817 ac_cv_prog_cc_c89=no
4818 ac_save_CC=$CC
4819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4820 /* end confdefs.h. */
4821 #include <stdarg.h>
4822 #include <stdio.h>
4823 #include <sys/types.h>
4824 #include <sys/stat.h>
4825 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4826 struct buf { int x; };
4827 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4828 static char *e (p, i)
4829 char **p;
4830 int i;
4831 {
4832 return p[i];
4833 }
4834 static char *f (char * (*g) (char **, int), char **p, ...)
4835 {
4836 char *s;
4837 va_list v;
4838 va_start (v,p);
4839 s = g (p, va_arg (v,int));
4840 va_end (v);
4841 return s;
4842 }
4843
4844 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4845 function prototypes and stuff, but not '\xHH' hex character constants.
4846 These don't provoke an error unfortunately, instead are silently treated
4847 as 'x'. The following induces an error, until -std is added to get
4848 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4849 array size at least. It's necessary to write '\x00'==0 to get something
4850 that's true only with -std. */
4851 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4852
4853 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4854 inside strings and character constants. */
4855 #define FOO(x) 'x'
4856 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4857
4858 int test (int i, double x);
4859 struct s1 {int (*f) (int a);};
4860 struct s2 {int (*f) (double a);};
4861 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4862 int argc;
4863 char **argv;
4864 int
4865 main ()
4866 {
4867 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4868 ;
4869 return 0;
4870 }
4871 _ACEOF
4872 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4873 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4874 do
4875 CC="$ac_save_CC $ac_arg"
4876 if ac_fn_c_try_compile "$LINENO"; then :
4877 ac_cv_prog_cc_c89=$ac_arg
4878 fi
4879 rm -f core conftest.err conftest.$ac_objext
4880 test "x$ac_cv_prog_cc_c89" != "xno" && break
4881 done
4882 rm -f conftest.$ac_ext
4883 CC=$ac_save_CC
4884
4885 fi
4886 # AC_CACHE_VAL
4887 case "x$ac_cv_prog_cc_c89" in
4888 x)
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4890 $as_echo "none needed" >&6; } ;;
4891 xno)
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4893 $as_echo "unsupported" >&6; } ;;
4894 *)
4895 CC="$CC $ac_cv_prog_cc_c89"
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4897 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4898 esac
4899 if test "x$ac_cv_prog_cc_c89" != xno; then :
4900
4901 fi
4902
4903 ac_ext=c
4904 ac_cpp='$CPP $CPPFLAGS'
4905 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4906 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4907 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4908
4909 ac_aux_dir=
4910 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4911 for ac_t in install-sh install.sh shtool; do
4912 if test -f "$ac_dir/$ac_t"; then
4913 ac_aux_dir=$ac_dir
4914 ac_install_sh="$ac_aux_dir/$ac_t -c"
4915 break 2
4916 fi
4917 done
4918 done
4919 if test -z "$ac_aux_dir"; then
4920 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4921 fi
4922
4923 # These three variables are undocumented and unsupported,
4924 # and are intended to be withdrawn in a future Autoconf release.
4925 # They can cause serious problems if a builder's source tree is in a directory
4926 # whose full name contains unusual characters.
4927 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4928 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4929 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4930
4931
4932 # Make sure we can run config.sub.
4933 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4934 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4935
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4937 $as_echo_n "checking build system type... " >&6; }
4938 if test "${ac_cv_build+set}" = set; then :
4939 $as_echo_n "(cached) " >&6
4940 else
4941 ac_build_alias=$build_alias
4942 test "x$ac_build_alias" = x &&
4943 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4944 test "x$ac_build_alias" = x &&
4945 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4946 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4947 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4948
4949 fi
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4951 $as_echo "$ac_cv_build" >&6; }
4952 case $ac_cv_build in
4953 *-*-*) ;;
4954 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4955 esac
4956 build=$ac_cv_build
4957 ac_save_IFS=$IFS; IFS='-'
4958 set x $ac_cv_build
4959 shift
4960 build_cpu=$1
4961 build_vendor=$2
4962 shift; shift
4963 # Remember, the first character of IFS is used to create $*,
4964 # except with old shells:
4965 build_os=$*
4966 IFS=$ac_save_IFS
4967 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4968
4969
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4971 $as_echo_n "checking host system type... " >&6; }
4972 if test "${ac_cv_host+set}" = set; then :
4973 $as_echo_n "(cached) " >&6
4974 else
4975 if test "x$host_alias" = x; then
4976 ac_cv_host=$ac_cv_build
4977 else
4978 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4979 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4980 fi
4981
4982 fi
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4984 $as_echo "$ac_cv_host" >&6; }
4985 case $ac_cv_host in
4986 *-*-*) ;;
4987 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4988 esac
4989 host=$ac_cv_host
4990 ac_save_IFS=$IFS; IFS='-'
4991 set x $ac_cv_host
4992 shift
4993 host_cpu=$1
4994 host_vendor=$2
4995 shift; shift
4996 # Remember, the first character of IFS is used to create $*,
4997 # except with old shells:
4998 host_os=$*
4999 IFS=$ac_save_IFS
5000 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5001
5002
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5004 $as_echo_n "checking target system type... " >&6; }
5005 if test "${ac_cv_target+set}" = set; then :
5006 $as_echo_n "(cached) " >&6
5007 else
5008 if test "x$target_alias" = x; then
5009 ac_cv_target=$ac_cv_host
5010 else
5011 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5012 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5013 fi
5014
5015 fi
5016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5017 $as_echo "$ac_cv_target" >&6; }
5018 case $ac_cv_target in
5019 *-*-*) ;;
5020 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5021 esac
5022 target=$ac_cv_target
5023 ac_save_IFS=$IFS; IFS='-'
5024 set x $ac_cv_target
5025 shift
5026 target_cpu=$1
5027 target_vendor=$2
5028 shift; shift
5029 # Remember, the first character of IFS is used to create $*,
5030 # except with old shells:
5031 target_os=$*
5032 IFS=$ac_save_IFS
5033 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5034
5035
5036 # The aliases save the names the user supplied, while $host etc.
5037 # will get canonicalized.
5038 test -n "$target_alias" &&
5039 test "$program_prefix$program_suffix$program_transform_name" = \
5040 NONENONEs,x,x, &&
5041 program_prefix=${target_alias}-
5042
5043 ac_ext=c
5044 ac_cpp='$CPP $CPPFLAGS'
5045 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5046 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5047 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5049 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5050 # On Suns, sometimes $CPP names a directory.
5051 if test -n "$CPP" && test -d "$CPP"; then
5052 CPP=
5053 fi
5054 if test -z "$CPP"; then
5055 if test "${ac_cv_prog_CPP+set}" = set; then :
5056 $as_echo_n "(cached) " >&6
5057 else
5058 # Double quotes because CPP needs to be expanded
5059 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5060 do
5061 ac_preproc_ok=false
5062 for ac_c_preproc_warn_flag in '' yes
5063 do
5064 # Use a header file that comes with gcc, so configuring glibc
5065 # with a fresh cross-compiler works.
5066 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5067 # <limits.h> exists even on freestanding compilers.
5068 # On the NeXT, cc -E runs the code through the compiler's parser,
5069 # not just through cpp. "Syntax error" is here to catch this case.
5070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5071 /* end confdefs.h. */
5072 #ifdef __STDC__
5073 # include <limits.h>
5074 #else
5075 # include <assert.h>
5076 #endif
5077 Syntax error
5078 _ACEOF
5079 if ac_fn_c_try_cpp "$LINENO"; then :
5080
5081 else
5082 # Broken: fails on valid input.
5083 continue
5084 fi
5085 rm -f conftest.err conftest.$ac_ext
5086
5087 # OK, works on sane cases. Now check whether nonexistent headers
5088 # can be detected and how.
5089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5090 /* end confdefs.h. */
5091 #include <ac_nonexistent.h>
5092 _ACEOF
5093 if ac_fn_c_try_cpp "$LINENO"; then :
5094 # Broken: success on invalid input.
5095 continue
5096 else
5097 # Passes both tests.
5098 ac_preproc_ok=:
5099 break
5100 fi
5101 rm -f conftest.err conftest.$ac_ext
5102
5103 done
5104 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5105 rm -f conftest.err conftest.$ac_ext
5106 if $ac_preproc_ok; then :
5107 break
5108 fi
5109
5110 done
5111 ac_cv_prog_CPP=$CPP
5112
5113 fi
5114 CPP=$ac_cv_prog_CPP
5115 else
5116 ac_cv_prog_CPP=$CPP
5117 fi
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5119 $as_echo "$CPP" >&6; }
5120 ac_preproc_ok=false
5121 for ac_c_preproc_warn_flag in '' yes
5122 do
5123 # Use a header file that comes with gcc, so configuring glibc
5124 # with a fresh cross-compiler works.
5125 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5126 # <limits.h> exists even on freestanding compilers.
5127 # On the NeXT, cc -E runs the code through the compiler's parser,
5128 # not just through cpp. "Syntax error" is here to catch this case.
5129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5130 /* end confdefs.h. */
5131 #ifdef __STDC__
5132 # include <limits.h>
5133 #else
5134 # include <assert.h>
5135 #endif
5136 Syntax error
5137 _ACEOF
5138 if ac_fn_c_try_cpp "$LINENO"; then :
5139
5140 else
5141 # Broken: fails on valid input.
5142 continue
5143 fi
5144 rm -f conftest.err conftest.$ac_ext
5145
5146 # OK, works on sane cases. Now check whether nonexistent headers
5147 # can be detected and how.
5148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5149 /* end confdefs.h. */
5150 #include <ac_nonexistent.h>
5151 _ACEOF
5152 if ac_fn_c_try_cpp "$LINENO"; then :
5153 # Broken: success on invalid input.
5154 continue
5155 else
5156 # Passes both tests.
5157 ac_preproc_ok=:
5158 break
5159 fi
5160 rm -f conftest.err conftest.$ac_ext
5161
5162 done
5163 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5164 rm -f conftest.err conftest.$ac_ext
5165 if $ac_preproc_ok; then :
5166
5167 else
5168 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5169 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5170 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5171 See \`config.log' for more details." "$LINENO" 5; }
5172 fi
5173
5174 ac_ext=c
5175 ac_cpp='$CPP $CPPFLAGS'
5176 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5177 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5178 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5179
5180
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5182 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5183 if test "${ac_cv_path_GREP+set}" = set; then :
5184 $as_echo_n "(cached) " >&6
5185 else
5186 if test -z "$GREP"; then
5187 ac_path_GREP_found=false
5188 # Loop through the user's path and test for each of PROGNAME-LIST
5189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5190 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5191 do
5192 IFS=$as_save_IFS
5193 test -z "$as_dir" && as_dir=.
5194 for ac_prog in grep ggrep; do
5195 for ac_exec_ext in '' $ac_executable_extensions; do
5196 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5197 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5198 # Check for GNU ac_path_GREP and select it if it is found.
5199 # Check for GNU $ac_path_GREP
5200 case `"$ac_path_GREP" --version 2>&1` in
5201 *GNU*)
5202 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5203 *)
5204 ac_count=0
5205 $as_echo_n 0123456789 >"conftest.in"
5206 while :
5207 do
5208 cat "conftest.in" "conftest.in" >"conftest.tmp"
5209 mv "conftest.tmp" "conftest.in"
5210 cp "conftest.in" "conftest.nl"
5211 $as_echo 'GREP' >> "conftest.nl"
5212 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5213 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5214 as_fn_arith $ac_count + 1 && ac_count=$as_val
5215 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5216 # Best one so far, save it but keep looking for a better one
5217 ac_cv_path_GREP="$ac_path_GREP"
5218 ac_path_GREP_max=$ac_count
5219 fi
5220 # 10*(2^10) chars as input seems more than enough
5221 test $ac_count -gt 10 && break
5222 done
5223 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5224 esac
5225
5226 $ac_path_GREP_found && break 3
5227 done
5228 done
5229 done
5230 IFS=$as_save_IFS
5231 if test -z "$ac_cv_path_GREP"; then
5232 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5233 fi
5234 else
5235 ac_cv_path_GREP=$GREP
5236 fi
5237
5238 fi
5239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5240 $as_echo "$ac_cv_path_GREP" >&6; }
5241 GREP="$ac_cv_path_GREP"
5242
5243
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5245 $as_echo_n "checking for egrep... " >&6; }
5246 if test "${ac_cv_path_EGREP+set}" = set; then :
5247 $as_echo_n "(cached) " >&6
5248 else
5249 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5250 then ac_cv_path_EGREP="$GREP -E"
5251 else
5252 if test -z "$EGREP"; then
5253 ac_path_EGREP_found=false
5254 # Loop through the user's path and test for each of PROGNAME-LIST
5255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5256 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5257 do
5258 IFS=$as_save_IFS
5259 test -z "$as_dir" && as_dir=.
5260 for ac_prog in egrep; do
5261 for ac_exec_ext in '' $ac_executable_extensions; do
5262 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5263 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5264 # Check for GNU ac_path_EGREP and select it if it is found.
5265 # Check for GNU $ac_path_EGREP
5266 case `"$ac_path_EGREP" --version 2>&1` in
5267 *GNU*)
5268 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5269 *)
5270 ac_count=0
5271 $as_echo_n 0123456789 >"conftest.in"
5272 while :
5273 do
5274 cat "conftest.in" "conftest.in" >"conftest.tmp"
5275 mv "conftest.tmp" "conftest.in"
5276 cp "conftest.in" "conftest.nl"
5277 $as_echo 'EGREP' >> "conftest.nl"
5278 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5279 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5280 as_fn_arith $ac_count + 1 && ac_count=$as_val
5281 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5282 # Best one so far, save it but keep looking for a better one
5283 ac_cv_path_EGREP="$ac_path_EGREP"
5284 ac_path_EGREP_max=$ac_count
5285 fi
5286 # 10*(2^10) chars as input seems more than enough
5287 test $ac_count -gt 10 && break
5288 done
5289 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5290 esac
5291
5292 $ac_path_EGREP_found && break 3
5293 done
5294 done
5295 done
5296 IFS=$as_save_IFS
5297 if test -z "$ac_cv_path_EGREP"; then
5298 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5299 fi
5300 else
5301 ac_cv_path_EGREP=$EGREP
5302 fi
5303
5304 fi
5305 fi
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5307 $as_echo "$ac_cv_path_EGREP" >&6; }
5308 EGREP="$ac_cv_path_EGREP"
5309
5310
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5312 $as_echo_n "checking for ANSI C header files... " >&6; }
5313 if test "${ac_cv_header_stdc+set}" = set; then :
5314 $as_echo_n "(cached) " >&6
5315 else
5316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5317 /* end confdefs.h. */
5318 #include <stdlib.h>
5319 #include <stdarg.h>
5320 #include <string.h>
5321 #include <float.h>
5322
5323 int
5324 main ()
5325 {
5326
5327 ;
5328 return 0;
5329 }
5330 _ACEOF
5331 if ac_fn_c_try_compile "$LINENO"; then :
5332 ac_cv_header_stdc=yes
5333 else
5334 ac_cv_header_stdc=no
5335 fi
5336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5337
5338 if test $ac_cv_header_stdc = yes; then
5339 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5341 /* end confdefs.h. */
5342 #include <string.h>
5343
5344 _ACEOF
5345 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5346 $EGREP "memchr" >/dev/null 2>&1; then :
5347
5348 else
5349 ac_cv_header_stdc=no
5350 fi
5351 rm -f conftest*
5352
5353 fi
5354
5355 if test $ac_cv_header_stdc = yes; then
5356 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5358 /* end confdefs.h. */
5359 #include <stdlib.h>
5360
5361 _ACEOF
5362 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5363 $EGREP "free" >/dev/null 2>&1; then :
5364
5365 else
5366 ac_cv_header_stdc=no
5367 fi
5368 rm -f conftest*
5369
5370 fi
5371
5372 if test $ac_cv_header_stdc = yes; then
5373 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5374 if test "$cross_compiling" = yes; then :
5375 :
5376 else
5377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5378 /* end confdefs.h. */
5379 #include <ctype.h>
5380 #include <stdlib.h>
5381 #if ((' ' & 0x0FF) == 0x020)
5382 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5383 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5384 #else
5385 # define ISLOWER(c) \
5386 (('a' <= (c) && (c) <= 'i') \
5387 || ('j' <= (c) && (c) <= 'r') \
5388 || ('s' <= (c) && (c) <= 'z'))
5389 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5390 #endif
5391
5392 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5393 int
5394 main ()
5395 {
5396 int i;
5397 for (i = 0; i < 256; i++)
5398 if (XOR (islower (i), ISLOWER (i))
5399 || toupper (i) != TOUPPER (i))
5400 return 2;
5401 return 0;
5402 }
5403 _ACEOF
5404 if ac_fn_c_try_run "$LINENO"; then :
5405
5406 else
5407 ac_cv_header_stdc=no
5408 fi
5409 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5410 conftest.$ac_objext conftest.beam conftest.$ac_ext
5411 fi
5412
5413 fi
5414 fi
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5416 $as_echo "$ac_cv_header_stdc" >&6; }
5417 if test $ac_cv_header_stdc = yes; then
5418
5419 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5420
5421 fi
5422
5423 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5424 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5425 inttypes.h stdint.h unistd.h
5426 do :
5427 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5428 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5429 "
5430 eval as_val=\$$as_ac_Header
5431 if test "x$as_val" = x""yes; then :
5432 cat >>confdefs.h <<_ACEOF
5433 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5434 _ACEOF
5435
5436 fi
5437
5438 done
5439
5440
5441
5442 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5443 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5444 MINIX=yes
5445 else
5446 MINIX=
5447 fi
5448
5449
5450 if test "$MINIX" = yes; then
5451
5452 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5453
5454
5455 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5456
5457
5458 $as_echo "#define _MINIX 1" >>confdefs.h
5459
5460 fi
5461
5462
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5464 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5465 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5466 $as_echo_n "(cached) " >&6
5467 else
5468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5469 /* end confdefs.h. */
5470
5471 # define __EXTENSIONS__ 1
5472 $ac_includes_default
5473 int
5474 main ()
5475 {
5476
5477 ;
5478 return 0;
5479 }
5480 _ACEOF
5481 if ac_fn_c_try_compile "$LINENO"; then :
5482 ac_cv_safe_to_define___extensions__=yes
5483 else
5484 ac_cv_safe_to_define___extensions__=no
5485 fi
5486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5487 fi
5488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5489 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5490 test $ac_cv_safe_to_define___extensions__ = yes &&
5491 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5492
5493 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5494
5495 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5496
5497 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5498
5499 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5500
5501
5502 test "$program_prefix" != NONE &&
5503 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5504 # Use a double $ so make ignores it.
5505 test "$program_suffix" != NONE &&
5506 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5507 # Double any \ or $.
5508 # By default was `s,x,x', remove it if useless.
5509 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5510 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5511
5512 # Find a good install program. We prefer a C program (faster),
5513 # so one script is as good as another. But avoid the broken or
5514 # incompatible versions:
5515 # SysV /etc/install, /usr/sbin/install
5516 # SunOS /usr/etc/install
5517 # IRIX /sbin/install
5518 # AIX /bin/install
5519 # AmigaOS /C/install, which installs bootblocks on floppy discs
5520 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5521 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5522 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5523 # OS/2's system install, which has a completely different semantic
5524 # ./install, which can be erroneously created by make from ./install.sh.
5525 # Reject install programs that cannot install multiple files.
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5527 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5528 if test -z "$INSTALL"; then
5529 if test "${ac_cv_path_install+set}" = set; then :
5530 $as_echo_n "(cached) " >&6
5531 else
5532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5533 for as_dir in $PATH
5534 do
5535 IFS=$as_save_IFS
5536 test -z "$as_dir" && as_dir=.
5537 # Account for people who put trailing slashes in PATH elements.
5538 case $as_dir/ in #((
5539 ./ | .// | /[cC]/* | \
5540 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5541 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5542 /usr/ucb/* ) ;;
5543 *)
5544 # OSF1 and SCO ODT 3.0 have their own names for install.
5545 # Don't use installbsd from OSF since it installs stuff as root
5546 # by default.
5547 for ac_prog in ginstall scoinst install; do
5548 for ac_exec_ext in '' $ac_executable_extensions; do
5549 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5550 if test $ac_prog = install &&
5551 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5552 # AIX install. It has an incompatible calling convention.
5553 :
5554 elif test $ac_prog = install &&
5555 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5556 # program-specific install script used by HP pwplus--don't use.
5557 :
5558 else
5559 rm -rf conftest.one conftest.two conftest.dir
5560 echo one > conftest.one
5561 echo two > conftest.two
5562 mkdir conftest.dir
5563 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5564 test -s conftest.one && test -s conftest.two &&
5565 test -s conftest.dir/conftest.one &&
5566 test -s conftest.dir/conftest.two
5567 then
5568 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5569 break 3
5570 fi
5571 fi
5572 fi
5573 done
5574 done
5575 ;;
5576 esac
5577
5578 done
5579 IFS=$as_save_IFS
5580
5581 rm -rf conftest.one conftest.two conftest.dir
5582
5583 fi
5584 if test "${ac_cv_path_install+set}" = set; then
5585 INSTALL=$ac_cv_path_install
5586 else
5587 # As a last resort, use the slow shell script. Don't cache a
5588 # value for INSTALL within a source directory, because that will
5589 # break other packages using the cache if that directory is
5590 # removed, or if the value is a relative name.
5591 INSTALL=$ac_install_sh
5592 fi
5593 fi
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5595 $as_echo "$INSTALL" >&6; }
5596
5597 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5598 # It thinks the first close brace ends the variable substitution.
5599 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5600
5601 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5602
5603 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5604
5605 rm -rf .tst 2>/dev/null
5606 mkdir .tst 2>/dev/null
5607 if test -d .tst; then
5608 am__leading_dot=.
5609 else
5610 am__leading_dot=_
5611 fi
5612 rmdir .tst 2>/dev/null
5613
5614 DEPDIR="${am__leading_dot}deps"
5615
5616 case `pwd` in
5617 *\ * | *\ *)
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5619 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5620 esac
5621
5622
5623
5624 macro_version='2.2.7a'
5625 macro_revision='1.3134'
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639 ltmain="$ac_aux_dir/ltmain.sh"
5640
5641 # Backslashify metacharacters that are still active within
5642 # double-quoted strings.
5643 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5644
5645 # Same as above, but do not quote variable references.
5646 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5647
5648 # Sed substitution to delay expansion of an escaped shell variable in a
5649 # double_quote_subst'ed string.
5650 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5651
5652 # Sed substitution to delay expansion of an escaped single quote.
5653 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5654
5655 # Sed substitution to avoid accidental globbing in evaled expressions
5656 no_glob_subst='s/\*/\\\*/g'
5657
5658 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5659 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5660 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5661
5662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5663 $as_echo_n "checking how to print strings... " >&6; }
5664 # Test print first, because it will be a builtin if present.
5665 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5666 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5667 ECHO='print -r --'
5668 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5669 ECHO='printf %s\n'
5670 else
5671 # Use this function as a fallback that always works.
5672 func_fallback_echo ()
5673 {
5674 eval 'cat <<_LTECHO_EOF
5675 $1
5676 _LTECHO_EOF'
5677 }
5678 ECHO='func_fallback_echo'
5679 fi
5680
5681 # func_echo_all arg...
5682 # Invoke $ECHO with all args, space-separated.
5683 func_echo_all ()
5684 {
5685 $ECHO ""
5686 }
5687
5688 case "$ECHO" in
5689 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5690 $as_echo "printf" >&6; } ;;
5691 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5692 $as_echo "print -r" >&6; } ;;
5693 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5694 $as_echo "cat" >&6; } ;;
5695 esac
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5711 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5712 if test "${ac_cv_path_SED+set}" = set; then :
5713 $as_echo_n "(cached) " >&6
5714 else
5715 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5716 for ac_i in 1 2 3 4 5 6 7; do
5717 ac_script="$ac_script$as_nl$ac_script"
5718 done
5719 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5720 { ac_script=; unset ac_script;}
5721 if test -z "$SED"; then
5722 ac_path_SED_found=false
5723 # Loop through the user's path and test for each of PROGNAME-LIST
5724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5725 for as_dir in $PATH
5726 do
5727 IFS=$as_save_IFS
5728 test -z "$as_dir" && as_dir=.
5729 for ac_prog in sed gsed; do
5730 for ac_exec_ext in '' $ac_executable_extensions; do
5731 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5732 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5733 # Check for GNU ac_path_SED and select it if it is found.
5734 # Check for GNU $ac_path_SED
5735 case `"$ac_path_SED" --version 2>&1` in
5736 *GNU*)
5737 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5738 *)
5739 ac_count=0
5740 $as_echo_n 0123456789 >"conftest.in"
5741 while :
5742 do
5743 cat "conftest.in" "conftest.in" >"conftest.tmp"
5744 mv "conftest.tmp" "conftest.in"
5745 cp "conftest.in" "conftest.nl"
5746 $as_echo '' >> "conftest.nl"
5747 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5748 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5749 as_fn_arith $ac_count + 1 && ac_count=$as_val
5750 if test $ac_count -gt ${ac_path_SED_max-0}; then
5751 # Best one so far, save it but keep looking for a better one
5752 ac_cv_path_SED="$ac_path_SED"
5753 ac_path_SED_max=$ac_count
5754 fi
5755 # 10*(2^10) chars as input seems more than enough
5756 test $ac_count -gt 10 && break
5757 done
5758 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5759 esac
5760
5761 $ac_path_SED_found && break 3
5762 done
5763 done
5764 done
5765 IFS=$as_save_IFS
5766 if test -z "$ac_cv_path_SED"; then
5767 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5768 fi
5769 else
5770 ac_cv_path_SED=$SED
5771 fi
5772
5773 fi
5774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5775 $as_echo "$ac_cv_path_SED" >&6; }
5776 SED="$ac_cv_path_SED"
5777 rm -f conftest.sed
5778
5779 test -z "$SED" && SED=sed
5780 Xsed="$SED -e 1s/^X//"
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5793 $as_echo_n "checking for fgrep... " >&6; }
5794 if test "${ac_cv_path_FGREP+set}" = set; then :
5795 $as_echo_n "(cached) " >&6
5796 else
5797 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5798 then ac_cv_path_FGREP="$GREP -F"
5799 else
5800 if test -z "$FGREP"; then
5801 ac_path_FGREP_found=false
5802 # Loop through the user's path and test for each of PROGNAME-LIST
5803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5804 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5805 do
5806 IFS=$as_save_IFS
5807 test -z "$as_dir" && as_dir=.
5808 for ac_prog in fgrep; do
5809 for ac_exec_ext in '' $ac_executable_extensions; do
5810 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5811 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5812 # Check for GNU ac_path_FGREP and select it if it is found.
5813 # Check for GNU $ac_path_FGREP
5814 case `"$ac_path_FGREP" --version 2>&1` in
5815 *GNU*)
5816 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5817 *)
5818 ac_count=0
5819 $as_echo_n 0123456789 >"conftest.in"
5820 while :
5821 do
5822 cat "conftest.in" "conftest.in" >"conftest.tmp"
5823 mv "conftest.tmp" "conftest.in"
5824 cp "conftest.in" "conftest.nl"
5825 $as_echo 'FGREP' >> "conftest.nl"
5826 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5827 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5828 as_fn_arith $ac_count + 1 && ac_count=$as_val
5829 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5830 # Best one so far, save it but keep looking for a better one
5831 ac_cv_path_FGREP="$ac_path_FGREP"
5832 ac_path_FGREP_max=$ac_count
5833 fi
5834 # 10*(2^10) chars as input seems more than enough
5835 test $ac_count -gt 10 && break
5836 done
5837 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5838 esac
5839
5840 $ac_path_FGREP_found && break 3
5841 done
5842 done
5843 done
5844 IFS=$as_save_IFS
5845 if test -z "$ac_cv_path_FGREP"; then
5846 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5847 fi
5848 else
5849 ac_cv_path_FGREP=$FGREP
5850 fi
5851
5852 fi
5853 fi
5854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5855 $as_echo "$ac_cv_path_FGREP" >&6; }
5856 FGREP="$ac_cv_path_FGREP"
5857
5858
5859 test -z "$GREP" && GREP=grep
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879 # Check whether --with-gnu-ld was given.
5880 if test "${with_gnu_ld+set}" = set; then :
5881 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5882 else
5883 with_gnu_ld=no
5884 fi
5885
5886 ac_prog=ld
5887 if test "$GCC" = yes; then
5888 # Check if gcc -print-prog-name=ld gives a path.
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5890 $as_echo_n "checking for ld used by $CC... " >&6; }
5891 case $host in
5892 *-*-mingw*)
5893 # gcc leaves a trailing carriage return which upsets mingw
5894 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5895 *)
5896 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5897 esac
5898 case $ac_prog in
5899 # Accept absolute paths.
5900 [\\/]* | ?:[\\/]*)
5901 re_direlt='/[^/][^/]*/\.\./'
5902 # Canonicalize the pathname of ld
5903 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5904 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5905 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5906 done
5907 test -z "$LD" && LD="$ac_prog"
5908 ;;
5909 "")
5910 # If it fails, then pretend we aren't using GCC.
5911 ac_prog=ld
5912 ;;
5913 *)
5914 # If it is relative, then search for the first ld in PATH.
5915 with_gnu_ld=unknown
5916 ;;
5917 esac
5918 elif test "$with_gnu_ld" = yes; then
5919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5920 $as_echo_n "checking for GNU ld... " >&6; }
5921 else
5922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5923 $as_echo_n "checking for non-GNU ld... " >&6; }
5924 fi
5925 if test "${lt_cv_path_LD+set}" = set; then :
5926 $as_echo_n "(cached) " >&6
5927 else
5928 if test -z "$LD"; then
5929 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5930 for ac_dir in $PATH; do
5931 IFS="$lt_save_ifs"
5932 test -z "$ac_dir" && ac_dir=.
5933 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5934 lt_cv_path_LD="$ac_dir/$ac_prog"
5935 # Check to see if the program is GNU ld. I'd rather use --version,
5936 # but apparently some variants of GNU ld only accept -v.
5937 # Break only if it was the GNU/non-GNU ld that we prefer.
5938 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5939 *GNU* | *'with BFD'*)
5940 test "$with_gnu_ld" != no && break
5941 ;;
5942 *)
5943 test "$with_gnu_ld" != yes && break
5944 ;;
5945 esac
5946 fi
5947 done
5948 IFS="$lt_save_ifs"
5949 else
5950 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5951 fi
5952 fi
5953
5954 LD="$lt_cv_path_LD"
5955 if test -n "$LD"; then
5956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5957 $as_echo "$LD" >&6; }
5958 else
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5960 $as_echo "no" >&6; }
5961 fi
5962 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5964 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5965 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5966 $as_echo_n "(cached) " >&6
5967 else
5968 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5969 case `$LD -v 2>&1 </dev/null` in
5970 *GNU* | *'with BFD'*)
5971 lt_cv_prog_gnu_ld=yes
5972 ;;
5973 *)
5974 lt_cv_prog_gnu_ld=no
5975 ;;
5976 esac
5977 fi
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5979 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5980 with_gnu_ld=$lt_cv_prog_gnu_ld
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5991 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5992 if test "${lt_cv_path_NM+set}" = set; then :
5993 $as_echo_n "(cached) " >&6
5994 else
5995 if test -n "$NM"; then
5996 # Let the user override the test.
5997 lt_cv_path_NM="$NM"
5998 else
5999 lt_nm_to_check="${ac_tool_prefix}nm"
6000 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6001 lt_nm_to_check="$lt_nm_to_check nm"
6002 fi
6003 for lt_tmp_nm in $lt_nm_to_check; do
6004 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6005 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6006 IFS="$lt_save_ifs"
6007 test -z "$ac_dir" && ac_dir=.
6008 tmp_nm="$ac_dir/$lt_tmp_nm"
6009 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6010 # Check to see if the nm accepts a BSD-compat flag.
6011 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6012 # nm: unknown option "B" ignored
6013 # Tru64's nm complains that /dev/null is an invalid object file
6014 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6015 */dev/null* | *'Invalid file or object type'*)
6016 lt_cv_path_NM="$tmp_nm -B"
6017 break
6018 ;;
6019 *)
6020 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6021 */dev/null*)
6022 lt_cv_path_NM="$tmp_nm -p"
6023 break
6024 ;;
6025 *)
6026 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6027 continue # so that we can try to find one that supports BSD flags
6028 ;;
6029 esac
6030 ;;
6031 esac
6032 fi
6033 done
6034 IFS="$lt_save_ifs"
6035 done
6036 : ${lt_cv_path_NM=no}
6037 fi
6038 fi
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6040 $as_echo "$lt_cv_path_NM" >&6; }
6041 if test "$lt_cv_path_NM" != "no"; then
6042 NM="$lt_cv_path_NM"
6043 else
6044 # Didn't find any BSD compatible name lister, look for dumpbin.
6045 if test -n "$DUMPBIN"; then :
6046 # Let the user override the test.
6047 else
6048 if test -n "$ac_tool_prefix"; then
6049 for ac_prog in dumpbin "link -dump"
6050 do
6051 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6052 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6054 $as_echo_n "checking for $ac_word... " >&6; }
6055 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6056 $as_echo_n "(cached) " >&6
6057 else
6058 if test -n "$DUMPBIN"; then
6059 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6060 else
6061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6062 for as_dir in $PATH
6063 do
6064 IFS=$as_save_IFS
6065 test -z "$as_dir" && as_dir=.
6066 for ac_exec_ext in '' $ac_executable_extensions; do
6067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6068 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6069 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6070 break 2
6071 fi
6072 done
6073 done
6074 IFS=$as_save_IFS
6075
6076 fi
6077 fi
6078 DUMPBIN=$ac_cv_prog_DUMPBIN
6079 if test -n "$DUMPBIN"; then
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6081 $as_echo "$DUMPBIN" >&6; }
6082 else
6083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6084 $as_echo "no" >&6; }
6085 fi
6086
6087
6088 test -n "$DUMPBIN" && break
6089 done
6090 fi
6091 if test -z "$DUMPBIN"; then
6092 ac_ct_DUMPBIN=$DUMPBIN
6093 for ac_prog in dumpbin "link -dump"
6094 do
6095 # Extract the first word of "$ac_prog", so it can be a program name with args.
6096 set dummy $ac_prog; ac_word=$2
6097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6098 $as_echo_n "checking for $ac_word... " >&6; }
6099 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6100 $as_echo_n "(cached) " >&6
6101 else
6102 if test -n "$ac_ct_DUMPBIN"; then
6103 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6104 else
6105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6106 for as_dir in $PATH
6107 do
6108 IFS=$as_save_IFS
6109 test -z "$as_dir" && as_dir=.
6110 for ac_exec_ext in '' $ac_executable_extensions; do
6111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6112 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6114 break 2
6115 fi
6116 done
6117 done
6118 IFS=$as_save_IFS
6119
6120 fi
6121 fi
6122 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6123 if test -n "$ac_ct_DUMPBIN"; then
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6125 $as_echo "$ac_ct_DUMPBIN" >&6; }
6126 else
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6128 $as_echo "no" >&6; }
6129 fi
6130
6131
6132 test -n "$ac_ct_DUMPBIN" && break
6133 done
6134
6135 if test "x$ac_ct_DUMPBIN" = x; then
6136 DUMPBIN=":"
6137 else
6138 case $cross_compiling:$ac_tool_warned in
6139 yes:)
6140 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6141 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6142 ac_tool_warned=yes ;;
6143 esac
6144 DUMPBIN=$ac_ct_DUMPBIN
6145 fi
6146 fi
6147
6148 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6149 *COFF*)
6150 DUMPBIN="$DUMPBIN -symbols"
6151 ;;
6152 *)
6153 DUMPBIN=:
6154 ;;
6155 esac
6156 fi
6157
6158 if test "$DUMPBIN" != ":"; then
6159 NM="$DUMPBIN"
6160 fi
6161 fi
6162 test -z "$NM" && NM=nm
6163
6164
6165
6166
6167
6168
6169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6170 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6171 if test "${lt_cv_nm_interface+set}" = set; then :
6172 $as_echo_n "(cached) " >&6
6173 else
6174 lt_cv_nm_interface="BSD nm"
6175 echo "int some_variable = 0;" > conftest.$ac_ext
6176 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6177 (eval "$ac_compile" 2>conftest.err)
6178 cat conftest.err >&5
6179 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6180 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6181 cat conftest.err >&5
6182 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6183 cat conftest.out >&5
6184 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6185 lt_cv_nm_interface="MS dumpbin"
6186 fi
6187 rm -f conftest*
6188 fi
6189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6190 $as_echo "$lt_cv_nm_interface" >&6; }
6191
6192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6193 $as_echo_n "checking whether ln -s works... " >&6; }
6194 LN_S=$as_ln_s
6195 if test "$LN_S" = "ln -s"; then
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6197 $as_echo "yes" >&6; }
6198 else
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6200 $as_echo "no, using $LN_S" >&6; }
6201 fi
6202
6203 # find the maximum length of command line arguments
6204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6205 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6206 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6207 $as_echo_n "(cached) " >&6
6208 else
6209 i=0
6210 teststring="ABCD"
6211
6212 case $build_os in
6213 msdosdjgpp*)
6214 # On DJGPP, this test can blow up pretty badly due to problems in libc
6215 # (any single argument exceeding 2000 bytes causes a buffer overrun
6216 # during glob expansion). Even if it were fixed, the result of this
6217 # check would be larger than it should be.
6218 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6219 ;;
6220
6221 gnu*)
6222 # Under GNU Hurd, this test is not required because there is
6223 # no limit to the length of command line arguments.
6224 # Libtool will interpret -1 as no limit whatsoever
6225 lt_cv_sys_max_cmd_len=-1;
6226 ;;
6227
6228 cygwin* | mingw* | cegcc*)
6229 # On Win9x/ME, this test blows up -- it succeeds, but takes
6230 # about 5 minutes as the teststring grows exponentially.
6231 # Worse, since 9x/ME are not pre-emptively multitasking,
6232 # you end up with a "frozen" computer, even though with patience
6233 # the test eventually succeeds (with a max line length of 256k).
6234 # Instead, let's just punt: use the minimum linelength reported by
6235 # all of the supported platforms: 8192 (on NT/2K/XP).
6236 lt_cv_sys_max_cmd_len=8192;
6237 ;;
6238
6239 mint*)
6240 # On MiNT this can take a long time and run out of memory.
6241 lt_cv_sys_max_cmd_len=8192;
6242 ;;
6243
6244 amigaos*)
6245 # On AmigaOS with pdksh, this test takes hours, literally.
6246 # So we just punt and use a minimum line length of 8192.
6247 lt_cv_sys_max_cmd_len=8192;
6248 ;;
6249
6250 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6251 # This has been around since 386BSD, at least. Likely further.
6252 if test -x /sbin/sysctl; then
6253 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6254 elif test -x /usr/sbin/sysctl; then
6255 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6256 else
6257 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6258 fi
6259 # And add a safety zone
6260 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6261 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6262 ;;
6263
6264 interix*)
6265 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6266 lt_cv_sys_max_cmd_len=196608
6267 ;;
6268
6269 osf*)
6270 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6271 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6272 # nice to cause kernel panics so lets avoid the loop below.
6273 # First set a reasonable default.
6274 lt_cv_sys_max_cmd_len=16384
6275 #
6276 if test -x /sbin/sysconfig; then
6277 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6278 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6279 esac
6280 fi
6281 ;;
6282 sco3.2v5*)
6283 lt_cv_sys_max_cmd_len=102400
6284 ;;
6285 sysv5* | sco5v6* | sysv4.2uw2*)
6286 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6287 if test -n "$kargmax"; then
6288 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6289 else
6290 lt_cv_sys_max_cmd_len=32768
6291 fi
6292 ;;
6293 *)
6294 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6295 if test -n "$lt_cv_sys_max_cmd_len"; then
6296 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6297 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6298 else
6299 # Make teststring a little bigger before we do anything with it.
6300 # a 1K string should be a reasonable start.
6301 for i in 1 2 3 4 5 6 7 8 ; do
6302 teststring=$teststring$teststring
6303 done
6304 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6305 # If test is not a shell built-in, we'll probably end up computing a
6306 # maximum length that is only half of the actual maximum length, but
6307 # we can't tell.
6308 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6309 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6310 test $i != 17 # 1/2 MB should be enough
6311 do
6312 i=`expr $i + 1`
6313 teststring=$teststring$teststring
6314 done
6315 # Only check the string length outside the loop.
6316 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6317 teststring=
6318 # Add a significant safety factor because C++ compilers can tack on
6319 # massive amounts of additional arguments before passing them to the
6320 # linker. It appears as though 1/2 is a usable value.
6321 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6322 fi
6323 ;;
6324 esac
6325
6326 fi
6327
6328 if test -n $lt_cv_sys_max_cmd_len ; then
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6330 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6331 else
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6333 $as_echo "none" >&6; }
6334 fi
6335 max_cmd_len=$lt_cv_sys_max_cmd_len
6336
6337
6338
6339
6340
6341
6342 : ${CP="cp -f"}
6343 : ${MV="mv -f"}
6344 : ${RM="rm -f"}
6345
6346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6347 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6348 # Try some XSI features
6349 xsi_shell=no
6350 ( _lt_dummy="a/b/c"
6351 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6352 = c,a/b,, \
6353 && eval 'test $(( 1 + 1 )) -eq 2 \
6354 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6355 && xsi_shell=yes
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6357 $as_echo "$xsi_shell" >&6; }
6358
6359
6360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6361 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6362 lt_shell_append=no
6363 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6364 >/dev/null 2>&1 \
6365 && lt_shell_append=yes
6366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6367 $as_echo "$lt_shell_append" >&6; }
6368
6369
6370 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6371 lt_unset=unset
6372 else
6373 lt_unset=false
6374 fi
6375
6376
6377
6378
6379
6380 # test EBCDIC or ASCII
6381 case `echo X|tr X '\101'` in
6382 A) # ASCII based system
6383 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6384 lt_SP2NL='tr \040 \012'
6385 lt_NL2SP='tr \015\012 \040\040'
6386 ;;
6387 *) # EBCDIC based system
6388 lt_SP2NL='tr \100 \n'
6389 lt_NL2SP='tr \r\n \100\100'
6390 ;;
6391 esac
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6402 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6403 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6404 $as_echo_n "(cached) " >&6
6405 else
6406 lt_cv_ld_reload_flag='-r'
6407 fi
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6409 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6410 reload_flag=$lt_cv_ld_reload_flag
6411 case $reload_flag in
6412 "" | " "*) ;;
6413 *) reload_flag=" $reload_flag" ;;
6414 esac
6415 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6416 case $host_os in
6417 darwin*)
6418 if test "$GCC" = yes; then
6419 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6420 else
6421 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6422 fi
6423 ;;
6424 esac
6425
6426
6427
6428
6429
6430
6431
6432
6433
6434 if test -n "$ac_tool_prefix"; then
6435 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6436 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6438 $as_echo_n "checking for $ac_word... " >&6; }
6439 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6440 $as_echo_n "(cached) " >&6
6441 else
6442 if test -n "$OBJDUMP"; then
6443 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6444 else
6445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6446 for as_dir in $PATH
6447 do
6448 IFS=$as_save_IFS
6449 test -z "$as_dir" && as_dir=.
6450 for ac_exec_ext in '' $ac_executable_extensions; do
6451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6452 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6454 break 2
6455 fi
6456 done
6457 done
6458 IFS=$as_save_IFS
6459
6460 fi
6461 fi
6462 OBJDUMP=$ac_cv_prog_OBJDUMP
6463 if test -n "$OBJDUMP"; then
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6465 $as_echo "$OBJDUMP" >&6; }
6466 else
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6468 $as_echo "no" >&6; }
6469 fi
6470
6471
6472 fi
6473 if test -z "$ac_cv_prog_OBJDUMP"; then
6474 ac_ct_OBJDUMP=$OBJDUMP
6475 # Extract the first word of "objdump", so it can be a program name with args.
6476 set dummy objdump; ac_word=$2
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6478 $as_echo_n "checking for $ac_word... " >&6; }
6479 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6480 $as_echo_n "(cached) " >&6
6481 else
6482 if test -n "$ac_ct_OBJDUMP"; then
6483 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6484 else
6485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6486 for as_dir in $PATH
6487 do
6488 IFS=$as_save_IFS
6489 test -z "$as_dir" && as_dir=.
6490 for ac_exec_ext in '' $ac_executable_extensions; do
6491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6492 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6494 break 2
6495 fi
6496 done
6497 done
6498 IFS=$as_save_IFS
6499
6500 fi
6501 fi
6502 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6503 if test -n "$ac_ct_OBJDUMP"; then
6504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6505 $as_echo "$ac_ct_OBJDUMP" >&6; }
6506 else
6507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6508 $as_echo "no" >&6; }
6509 fi
6510
6511 if test "x$ac_ct_OBJDUMP" = x; then
6512 OBJDUMP="false"
6513 else
6514 case $cross_compiling:$ac_tool_warned in
6515 yes:)
6516 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6517 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6518 ac_tool_warned=yes ;;
6519 esac
6520 OBJDUMP=$ac_ct_OBJDUMP
6521 fi
6522 else
6523 OBJDUMP="$ac_cv_prog_OBJDUMP"
6524 fi
6525
6526 test -z "$OBJDUMP" && OBJDUMP=objdump
6527
6528
6529
6530
6531
6532
6533
6534
6535
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6537 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6538 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6539 $as_echo_n "(cached) " >&6
6540 else
6541 lt_cv_file_magic_cmd='$MAGIC_CMD'
6542 lt_cv_file_magic_test_file=
6543 lt_cv_deplibs_check_method='unknown'
6544 # Need to set the preceding variable on all platforms that support
6545 # interlibrary dependencies.
6546 # 'none' -- dependencies not supported.
6547 # `unknown' -- same as none, but documents that we really don't know.
6548 # 'pass_all' -- all dependencies passed with no checks.
6549 # 'test_compile' -- check by making test program.
6550 # 'file_magic [[regex]]' -- check by looking for files in library path
6551 # which responds to the $file_magic_cmd with a given extended regex.
6552 # If you have `file' or equivalent on your system and you're not sure
6553 # whether `pass_all' will *always* work, you probably want this one.
6554
6555 case $host_os in
6556 aix[4-9]*)
6557 lt_cv_deplibs_check_method=pass_all
6558 ;;
6559
6560 beos*)
6561 lt_cv_deplibs_check_method=pass_all
6562 ;;
6563
6564 bsdi[45]*)
6565 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6566 lt_cv_file_magic_cmd='/usr/bin/file -L'
6567 lt_cv_file_magic_test_file=/shlib/libc.so
6568 ;;
6569
6570 cygwin*)
6571 # func_win32_libid is a shell function defined in ltmain.sh
6572 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6573 lt_cv_file_magic_cmd='func_win32_libid'
6574 ;;
6575
6576 mingw* | pw32*)
6577 # Base MSYS/MinGW do not provide the 'file' command needed by
6578 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6579 # unless we find 'file', for example because we are cross-compiling.
6580 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6581 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6582 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6583 lt_cv_file_magic_cmd='func_win32_libid'
6584 else
6585 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6586 lt_cv_file_magic_cmd='$OBJDUMP -f'
6587 fi
6588 ;;
6589
6590 cegcc*)
6591 # use the weaker test based on 'objdump'. See mingw*.
6592 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6593 lt_cv_file_magic_cmd='$OBJDUMP -f'
6594 ;;
6595
6596 darwin* | rhapsody*)
6597 lt_cv_deplibs_check_method=pass_all
6598 ;;
6599
6600 freebsd* | dragonfly*)
6601 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6602 case $host_cpu in
6603 i*86 )
6604 # Not sure whether the presence of OpenBSD here was a mistake.
6605 # Let's accept both of them until this is cleared up.
6606 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6607 lt_cv_file_magic_cmd=/usr/bin/file
6608 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6609 ;;
6610 esac
6611 else
6612 lt_cv_deplibs_check_method=pass_all
6613 fi
6614 ;;
6615
6616 gnu*)
6617 lt_cv_deplibs_check_method=pass_all
6618 ;;
6619
6620 haiku*)
6621 lt_cv_deplibs_check_method=pass_all
6622 ;;
6623
6624 hpux10.20* | hpux11*)
6625 lt_cv_file_magic_cmd=/usr/bin/file
6626 case $host_cpu in
6627 ia64*)
6628 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6629 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6630 ;;
6631 hppa*64*)
6632 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]'
6633 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6634 ;;
6635 *)
6636 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6637 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6638 ;;
6639 esac
6640 ;;
6641
6642 interix[3-9]*)
6643 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6644 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6645 ;;
6646
6647 irix5* | irix6* | nonstopux*)
6648 case $LD in
6649 *-32|*"-32 ") libmagic=32-bit;;
6650 *-n32|*"-n32 ") libmagic=N32;;
6651 *-64|*"-64 ") libmagic=64-bit;;
6652 *) libmagic=never-match;;
6653 esac
6654 lt_cv_deplibs_check_method=pass_all
6655 ;;
6656
6657 # This must be Linux ELF.
6658 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6659 lt_cv_deplibs_check_method=pass_all
6660 ;;
6661
6662 netbsd*)
6663 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6664 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6665 else
6666 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6667 fi
6668 ;;
6669
6670 newos6*)
6671 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6672 lt_cv_file_magic_cmd=/usr/bin/file
6673 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6674 ;;
6675
6676 *nto* | *qnx*)
6677 lt_cv_deplibs_check_method=pass_all
6678 ;;
6679
6680 openbsd*)
6681 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6682 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6683 else
6684 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6685 fi
6686 ;;
6687
6688 osf3* | osf4* | osf5*)
6689 lt_cv_deplibs_check_method=pass_all
6690 ;;
6691
6692 rdos*)
6693 lt_cv_deplibs_check_method=pass_all
6694 ;;
6695
6696 solaris*)
6697 lt_cv_deplibs_check_method=pass_all
6698 ;;
6699
6700 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6701 lt_cv_deplibs_check_method=pass_all
6702 ;;
6703
6704 sysv4 | sysv4.3*)
6705 case $host_vendor in
6706 motorola)
6707 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]'
6708 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6709 ;;
6710 ncr)
6711 lt_cv_deplibs_check_method=pass_all
6712 ;;
6713 sequent)
6714 lt_cv_file_magic_cmd='/bin/file'
6715 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6716 ;;
6717 sni)
6718 lt_cv_file_magic_cmd='/bin/file'
6719 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6720 lt_cv_file_magic_test_file=/lib/libc.so
6721 ;;
6722 siemens)
6723 lt_cv_deplibs_check_method=pass_all
6724 ;;
6725 pc)
6726 lt_cv_deplibs_check_method=pass_all
6727 ;;
6728 esac
6729 ;;
6730
6731 tpf*)
6732 lt_cv_deplibs_check_method=pass_all
6733 ;;
6734 esac
6735
6736 fi
6737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6738 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6739 file_magic_cmd=$lt_cv_file_magic_cmd
6740 deplibs_check_method=$lt_cv_deplibs_check_method
6741 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6742
6743
6744
6745
6746
6747
6748
6749
6750
6751
6752
6753
6754 if test -n "$ac_tool_prefix"; then
6755 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6756 set dummy ${ac_tool_prefix}ar; ac_word=$2
6757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6758 $as_echo_n "checking for $ac_word... " >&6; }
6759 if test "${ac_cv_prog_AR+set}" = set; then :
6760 $as_echo_n "(cached) " >&6
6761 else
6762 if test -n "$AR"; then
6763 ac_cv_prog_AR="$AR" # Let the user override the test.
6764 else
6765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6766 for as_dir in $PATH
6767 do
6768 IFS=$as_save_IFS
6769 test -z "$as_dir" && as_dir=.
6770 for ac_exec_ext in '' $ac_executable_extensions; do
6771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6772 ac_cv_prog_AR="${ac_tool_prefix}ar"
6773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6774 break 2
6775 fi
6776 done
6777 done
6778 IFS=$as_save_IFS
6779
6780 fi
6781 fi
6782 AR=$ac_cv_prog_AR
6783 if test -n "$AR"; then
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6785 $as_echo "$AR" >&6; }
6786 else
6787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6788 $as_echo "no" >&6; }
6789 fi
6790
6791
6792 fi
6793 if test -z "$ac_cv_prog_AR"; then
6794 ac_ct_AR=$AR
6795 # Extract the first word of "ar", so it can be a program name with args.
6796 set dummy ar; ac_word=$2
6797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6798 $as_echo_n "checking for $ac_word... " >&6; }
6799 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6800 $as_echo_n "(cached) " >&6
6801 else
6802 if test -n "$ac_ct_AR"; then
6803 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6804 else
6805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6806 for as_dir in $PATH
6807 do
6808 IFS=$as_save_IFS
6809 test -z "$as_dir" && as_dir=.
6810 for ac_exec_ext in '' $ac_executable_extensions; do
6811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6812 ac_cv_prog_ac_ct_AR="ar"
6813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6814 break 2
6815 fi
6816 done
6817 done
6818 IFS=$as_save_IFS
6819
6820 fi
6821 fi
6822 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6823 if test -n "$ac_ct_AR"; then
6824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6825 $as_echo "$ac_ct_AR" >&6; }
6826 else
6827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6828 $as_echo "no" >&6; }
6829 fi
6830
6831 if test "x$ac_ct_AR" = x; then
6832 AR="false"
6833 else
6834 case $cross_compiling:$ac_tool_warned in
6835 yes:)
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6837 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6838 ac_tool_warned=yes ;;
6839 esac
6840 AR=$ac_ct_AR
6841 fi
6842 else
6843 AR="$ac_cv_prog_AR"
6844 fi
6845
6846 test -z "$AR" && AR=ar
6847 test -z "$AR_FLAGS" && AR_FLAGS=cru
6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
6859 if test -n "$ac_tool_prefix"; then
6860 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6861 set dummy ${ac_tool_prefix}strip; 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_STRIP+set}" = set; then :
6865 $as_echo_n "(cached) " >&6
6866 else
6867 if test -n "$STRIP"; then
6868 ac_cv_prog_STRIP="$STRIP" # 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_STRIP="${ac_tool_prefix}strip"
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 STRIP=$ac_cv_prog_STRIP
6888 if test -n "$STRIP"; then
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6890 $as_echo "$STRIP" >&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_STRIP"; then
6899 ac_ct_STRIP=$STRIP
6900 # Extract the first word of "strip", so it can be a program name with args.
6901 set dummy strip; 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_STRIP+set}" = set; then :
6905 $as_echo_n "(cached) " >&6
6906 else
6907 if test -n "$ac_ct_STRIP"; then
6908 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # 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_STRIP="strip"
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_STRIP=$ac_cv_prog_ac_ct_STRIP
6928 if test -n "$ac_ct_STRIP"; then
6929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6930 $as_echo "$ac_ct_STRIP" >&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_STRIP" = x; then
6937 STRIP=":"
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 STRIP=$ac_ct_STRIP
6946 fi
6947 else
6948 STRIP="$ac_cv_prog_STRIP"
6949 fi
6950
6951 test -z "$STRIP" && STRIP=:
6952
6953
6954
6955
6956
6957
6958 if test -n "$ac_tool_prefix"; then
6959 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6960 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6962 $as_echo_n "checking for $ac_word... " >&6; }
6963 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6964 $as_echo_n "(cached) " >&6
6965 else
6966 if test -n "$RANLIB"; then
6967 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6968 else
6969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6970 for as_dir in $PATH
6971 do
6972 IFS=$as_save_IFS
6973 test -z "$as_dir" && as_dir=.
6974 for ac_exec_ext in '' $ac_executable_extensions; do
6975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6976 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6978 break 2
6979 fi
6980 done
6981 done
6982 IFS=$as_save_IFS
6983
6984 fi
6985 fi
6986 RANLIB=$ac_cv_prog_RANLIB
6987 if test -n "$RANLIB"; then
6988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6989 $as_echo "$RANLIB" >&6; }
6990 else
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6992 $as_echo "no" >&6; }
6993 fi
6994
6995
6996 fi
6997 if test -z "$ac_cv_prog_RANLIB"; then
6998 ac_ct_RANLIB=$RANLIB
6999 # Extract the first word of "ranlib", so it can be a program name with args.
7000 set dummy ranlib; ac_word=$2
7001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7002 $as_echo_n "checking for $ac_word... " >&6; }
7003 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7004 $as_echo_n "(cached) " >&6
7005 else
7006 if test -n "$ac_ct_RANLIB"; then
7007 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7008 else
7009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7010 for as_dir in $PATH
7011 do
7012 IFS=$as_save_IFS
7013 test -z "$as_dir" && as_dir=.
7014 for ac_exec_ext in '' $ac_executable_extensions; do
7015 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7016 ac_cv_prog_ac_ct_RANLIB="ranlib"
7017 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7018 break 2
7019 fi
7020 done
7021 done
7022 IFS=$as_save_IFS
7023
7024 fi
7025 fi
7026 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7027 if test -n "$ac_ct_RANLIB"; then
7028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7029 $as_echo "$ac_ct_RANLIB" >&6; }
7030 else
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7032 $as_echo "no" >&6; }
7033 fi
7034
7035 if test "x$ac_ct_RANLIB" = x; then
7036 RANLIB=":"
7037 else
7038 case $cross_compiling:$ac_tool_warned in
7039 yes:)
7040 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7041 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7042 ac_tool_warned=yes ;;
7043 esac
7044 RANLIB=$ac_ct_RANLIB
7045 fi
7046 else
7047 RANLIB="$ac_cv_prog_RANLIB"
7048 fi
7049
7050 test -z "$RANLIB" && RANLIB=:
7051
7052
7053
7054
7055
7056
7057 # Determine commands to create old-style static archives.
7058 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7059 old_postinstall_cmds='chmod 644 $oldlib'
7060 old_postuninstall_cmds=
7061
7062 if test -n "$RANLIB"; then
7063 case $host_os in
7064 openbsd*)
7065 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7066 ;;
7067 *)
7068 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7069 ;;
7070 esac
7071 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7072 fi
7073
7074 case $host_os in
7075 darwin*)
7076 lock_old_archive_extraction=yes ;;
7077 *)
7078 lock_old_archive_extraction=no ;;
7079 esac
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101 for ac_prog in gawk mawk nawk awk
7102 do
7103 # Extract the first word of "$ac_prog", so it can be a program name with args.
7104 set dummy $ac_prog; ac_word=$2
7105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7106 $as_echo_n "checking for $ac_word... " >&6; }
7107 if test "${ac_cv_prog_AWK+set}" = set; then :
7108 $as_echo_n "(cached) " >&6
7109 else
7110 if test -n "$AWK"; then
7111 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7112 else
7113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7114 for as_dir in $PATH
7115 do
7116 IFS=$as_save_IFS
7117 test -z "$as_dir" && as_dir=.
7118 for ac_exec_ext in '' $ac_executable_extensions; do
7119 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7120 ac_cv_prog_AWK="$ac_prog"
7121 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7122 break 2
7123 fi
7124 done
7125 done
7126 IFS=$as_save_IFS
7127
7128 fi
7129 fi
7130 AWK=$ac_cv_prog_AWK
7131 if test -n "$AWK"; then
7132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7133 $as_echo "$AWK" >&6; }
7134 else
7135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7136 $as_echo "no" >&6; }
7137 fi
7138
7139
7140 test -n "$AWK" && break
7141 done
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161 # If no C compiler was specified, use CC.
7162 LTCC=${LTCC-"$CC"}
7163
7164 # If no C compiler flags were specified, use CFLAGS.
7165 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7166
7167 # Allow CC to be a program name with arguments.
7168 compiler=$CC
7169
7170
7171 # Check for command to grab the raw symbol name followed by C symbol from nm.
7172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7173 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7174 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7175 $as_echo_n "(cached) " >&6
7176 else
7177
7178 # These are sane defaults that work on at least a few old systems.
7179 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7180
7181 # Character class describing NM global symbol codes.
7182 symcode='[BCDEGRST]'
7183
7184 # Regexp to match symbols that can be accessed directly from C.
7185 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7186
7187 # Define system-specific variables.
7188 case $host_os in
7189 aix*)
7190 symcode='[BCDT]'
7191 ;;
7192 cygwin* | mingw* | pw32* | cegcc*)
7193 symcode='[ABCDGISTW]'
7194 ;;
7195 hpux*)
7196 if test "$host_cpu" = ia64; then
7197 symcode='[ABCDEGRST]'
7198 fi
7199 ;;
7200 irix* | nonstopux*)
7201 symcode='[BCDEGRST]'
7202 ;;
7203 osf*)
7204 symcode='[BCDEGQRST]'
7205 ;;
7206 solaris*)
7207 symcode='[BDRT]'
7208 ;;
7209 sco3.2v5*)
7210 symcode='[DT]'
7211 ;;
7212 sysv4.2uw2*)
7213 symcode='[DT]'
7214 ;;
7215 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7216 symcode='[ABDT]'
7217 ;;
7218 sysv4)
7219 symcode='[DFNSTU]'
7220 ;;
7221 esac
7222
7223 # If we're using GNU nm, then use its standard symbol codes.
7224 case `$NM -V 2>&1` in
7225 *GNU* | *'with BFD'*)
7226 symcode='[ABCDGIRSTW]' ;;
7227 esac
7228
7229 # Transform an extracted symbol line into a proper C declaration.
7230 # Some systems (esp. on ia64) link data and code symbols differently,
7231 # so use this general approach.
7232 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7233
7234 # Transform an extracted symbol line into symbol name and symbol address
7235 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7236 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'"
7237
7238 # Handle CRLF in mingw tool chain
7239 opt_cr=
7240 case $build_os in
7241 mingw*)
7242 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7243 ;;
7244 esac
7245
7246 # Try without a prefix underscore, then with it.
7247 for ac_symprfx in "" "_"; do
7248
7249 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7250 symxfrm="\\1 $ac_symprfx\\2 \\2"
7251
7252 # Write the raw and C identifiers.
7253 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7254 # Fake it for dumpbin and say T for any non-static function
7255 # and D for any global variable.
7256 # Also find C++ and __fastcall symbols from MSVC++,
7257 # which start with @ or ?.
7258 lt_cv_sys_global_symbol_pipe="$AWK '"\
7259 " {last_section=section; section=\$ 3};"\
7260 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7261 " \$ 0!~/External *\|/{next};"\
7262 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7263 " {if(hide[section]) next};"\
7264 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7265 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7266 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7267 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7268 " ' prfx=^$ac_symprfx"
7269 else
7270 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7271 fi
7272
7273 # Check to see that the pipe works correctly.
7274 pipe_works=no
7275
7276 rm -f conftest*
7277 cat > conftest.$ac_ext <<_LT_EOF
7278 #ifdef __cplusplus
7279 extern "C" {
7280 #endif
7281 char nm_test_var;
7282 void nm_test_func(void);
7283 void nm_test_func(void){}
7284 #ifdef __cplusplus
7285 }
7286 #endif
7287 int main(){nm_test_var='a';nm_test_func();return(0);}
7288 _LT_EOF
7289
7290 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7291 (eval $ac_compile) 2>&5
7292 ac_status=$?
7293 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7294 test $ac_status = 0; }; then
7295 # Now try to grab the symbols.
7296 nlist=conftest.nm
7297 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7298 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7299 ac_status=$?
7300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7301 test $ac_status = 0; } && test -s "$nlist"; then
7302 # Try sorting and uniquifying the output.
7303 if sort "$nlist" | uniq > "$nlist"T; then
7304 mv -f "$nlist"T "$nlist"
7305 else
7306 rm -f "$nlist"T
7307 fi
7308
7309 # Make sure that we snagged all the symbols we need.
7310 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7311 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7312 cat <<_LT_EOF > conftest.$ac_ext
7313 #ifdef __cplusplus
7314 extern "C" {
7315 #endif
7316
7317 _LT_EOF
7318 # Now generate the symbol file.
7319 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7320
7321 cat <<_LT_EOF >> conftest.$ac_ext
7322
7323 /* The mapping between symbol names and symbols. */
7324 const struct {
7325 const char *name;
7326 void *address;
7327 }
7328 lt__PROGRAM__LTX_preloaded_symbols[] =
7329 {
7330 { "@PROGRAM@", (void *) 0 },
7331 _LT_EOF
7332 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7333 cat <<\_LT_EOF >> conftest.$ac_ext
7334 {0, (void *) 0}
7335 };
7336
7337 /* This works around a problem in FreeBSD linker */
7338 #ifdef FREEBSD_WORKAROUND
7339 static const void *lt_preloaded_setup() {
7340 return lt__PROGRAM__LTX_preloaded_symbols;
7341 }
7342 #endif
7343
7344 #ifdef __cplusplus
7345 }
7346 #endif
7347 _LT_EOF
7348 # Now try linking the two files.
7349 mv conftest.$ac_objext conftstm.$ac_objext
7350 lt_save_LIBS="$LIBS"
7351 lt_save_CFLAGS="$CFLAGS"
7352 LIBS="conftstm.$ac_objext"
7353 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7354 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7355 (eval $ac_link) 2>&5
7356 ac_status=$?
7357 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7358 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7359 pipe_works=yes
7360 fi
7361 LIBS="$lt_save_LIBS"
7362 CFLAGS="$lt_save_CFLAGS"
7363 else
7364 echo "cannot find nm_test_func in $nlist" >&5
7365 fi
7366 else
7367 echo "cannot find nm_test_var in $nlist" >&5
7368 fi
7369 else
7370 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7371 fi
7372 else
7373 echo "$progname: failed program was:" >&5
7374 cat conftest.$ac_ext >&5
7375 fi
7376 rm -rf conftest* conftst*
7377
7378 # Do not use the global_symbol_pipe unless it works.
7379 if test "$pipe_works" = yes; then
7380 break
7381 else
7382 lt_cv_sys_global_symbol_pipe=
7383 fi
7384 done
7385
7386 fi
7387
7388 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7389 lt_cv_sys_global_symbol_to_cdecl=
7390 fi
7391 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7393 $as_echo "failed" >&6; }
7394 else
7395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7396 $as_echo "ok" >&6; }
7397 fi
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420 # Check whether --enable-libtool-lock was given.
7421 if test "${enable_libtool_lock+set}" = set; then :
7422 enableval=$enable_libtool_lock;
7423 fi
7424
7425 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7426
7427 # Some flags need to be propagated to the compiler or linker for good
7428 # libtool support.
7429 case $host in
7430 ia64-*-hpux*)
7431 # Find out which ABI we are using.
7432 echo 'int i;' > conftest.$ac_ext
7433 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7434 (eval $ac_compile) 2>&5
7435 ac_status=$?
7436 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7437 test $ac_status = 0; }; then
7438 case `/usr/bin/file conftest.$ac_objext` in
7439 *ELF-32*)
7440 HPUX_IA64_MODE="32"
7441 ;;
7442 *ELF-64*)
7443 HPUX_IA64_MODE="64"
7444 ;;
7445 esac
7446 fi
7447 rm -rf conftest*
7448 ;;
7449 *-*-irix6*)
7450 # Find out which ABI we are using.
7451 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7452 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7453 (eval $ac_compile) 2>&5
7454 ac_status=$?
7455 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7456 test $ac_status = 0; }; then
7457 if test "$lt_cv_prog_gnu_ld" = yes; then
7458 case `/usr/bin/file conftest.$ac_objext` in
7459 *32-bit*)
7460 LD="${LD-ld} -melf32bsmip"
7461 ;;
7462 *N32*)
7463 LD="${LD-ld} -melf32bmipn32"
7464 ;;
7465 *64-bit*)
7466 LD="${LD-ld} -melf64bmip"
7467 ;;
7468 esac
7469 else
7470 case `/usr/bin/file conftest.$ac_objext` in
7471 *32-bit*)
7472 LD="${LD-ld} -32"
7473 ;;
7474 *N32*)
7475 LD="${LD-ld} -n32"
7476 ;;
7477 *64-bit*)
7478 LD="${LD-ld} -64"
7479 ;;
7480 esac
7481 fi
7482 fi
7483 rm -rf conftest*
7484 ;;
7485
7486 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7487 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7488 # Find out which ABI we are using.
7489 echo 'int i;' > conftest.$ac_ext
7490 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7491 (eval $ac_compile) 2>&5
7492 ac_status=$?
7493 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7494 test $ac_status = 0; }; then
7495 case `/usr/bin/file conftest.o` in
7496 *32-bit*)
7497 case $host in
7498 x86_64-*kfreebsd*-gnu)
7499 LD="${LD-ld} -m elf_i386_fbsd"
7500 ;;
7501 x86_64-*linux*)
7502 case `/usr/bin/file conftest.o` in
7503 *x86-64*)
7504 LD="${LD-ld} -m elf32_x86_64"
7505 ;;
7506 *)
7507 LD="${LD-ld} -m elf_i386"
7508 ;;
7509 esac
7510 ;;
7511 powerpc64le-*linux*)
7512 LD="${LD-ld} -m elf32lppclinux"
7513 ;;
7514 powerpc64-*linux*)
7515 LD="${LD-ld} -m elf32ppclinux"
7516 ;;
7517 s390x-*linux*)
7518 LD="${LD-ld} -m elf_s390"
7519 ;;
7520 sparc64-*linux*)
7521 LD="${LD-ld} -m elf32_sparc"
7522 ;;
7523 esac
7524 ;;
7525 *64-bit*)
7526 case $host in
7527 x86_64-*kfreebsd*-gnu)
7528 LD="${LD-ld} -m elf_x86_64_fbsd"
7529 ;;
7530 x86_64-*linux*)
7531 LD="${LD-ld} -m elf_x86_64"
7532 ;;
7533 powerpcle-*linux*)
7534 LD="${LD-ld} -m elf64lppc"
7535 ;;
7536 powerpc-*linux*)
7537 LD="${LD-ld} -m elf64ppc"
7538 ;;
7539 s390*-*linux*|s390*-*tpf*)
7540 LD="${LD-ld} -m elf64_s390"
7541 ;;
7542 sparc*-*linux*)
7543 LD="${LD-ld} -m elf64_sparc"
7544 ;;
7545 esac
7546 ;;
7547 esac
7548 fi
7549 rm -rf conftest*
7550 ;;
7551
7552 *-*-sco3.2v5*)
7553 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7554 SAVE_CFLAGS="$CFLAGS"
7555 CFLAGS="$CFLAGS -belf"
7556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7557 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7558 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7559 $as_echo_n "(cached) " >&6
7560 else
7561 ac_ext=c
7562 ac_cpp='$CPP $CPPFLAGS'
7563 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7564 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7565 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7566
7567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7568 /* end confdefs.h. */
7569
7570 int
7571 main ()
7572 {
7573
7574 ;
7575 return 0;
7576 }
7577 _ACEOF
7578 if ac_fn_c_try_link "$LINENO"; then :
7579 lt_cv_cc_needs_belf=yes
7580 else
7581 lt_cv_cc_needs_belf=no
7582 fi
7583 rm -f core conftest.err conftest.$ac_objext \
7584 conftest$ac_exeext conftest.$ac_ext
7585 ac_ext=c
7586 ac_cpp='$CPP $CPPFLAGS'
7587 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7588 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7589 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7590
7591 fi
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7593 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7594 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7595 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7596 CFLAGS="$SAVE_CFLAGS"
7597 fi
7598 ;;
7599 sparc*-*solaris*)
7600 # Find out which ABI we are using.
7601 echo 'int i;' > conftest.$ac_ext
7602 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7603 (eval $ac_compile) 2>&5
7604 ac_status=$?
7605 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7606 test $ac_status = 0; }; then
7607 case `/usr/bin/file conftest.o` in
7608 *64-bit*)
7609 case $lt_cv_prog_gnu_ld in
7610 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7611 *)
7612 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7613 LD="${LD-ld} -64"
7614 fi
7615 ;;
7616 esac
7617 ;;
7618 esac
7619 fi
7620 rm -rf conftest*
7621 ;;
7622 esac
7623
7624 need_locks="$enable_libtool_lock"
7625
7626
7627 case $host_os in
7628 rhapsody* | darwin*)
7629 if test -n "$ac_tool_prefix"; then
7630 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7631 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7633 $as_echo_n "checking for $ac_word... " >&6; }
7634 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7635 $as_echo_n "(cached) " >&6
7636 else
7637 if test -n "$DSYMUTIL"; then
7638 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7639 else
7640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7641 for as_dir in $PATH
7642 do
7643 IFS=$as_save_IFS
7644 test -z "$as_dir" && as_dir=.
7645 for ac_exec_ext in '' $ac_executable_extensions; do
7646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7647 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7649 break 2
7650 fi
7651 done
7652 done
7653 IFS=$as_save_IFS
7654
7655 fi
7656 fi
7657 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7658 if test -n "$DSYMUTIL"; then
7659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7660 $as_echo "$DSYMUTIL" >&6; }
7661 else
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7663 $as_echo "no" >&6; }
7664 fi
7665
7666
7667 fi
7668 if test -z "$ac_cv_prog_DSYMUTIL"; then
7669 ac_ct_DSYMUTIL=$DSYMUTIL
7670 # Extract the first word of "dsymutil", so it can be a program name with args.
7671 set dummy dsymutil; ac_word=$2
7672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7673 $as_echo_n "checking for $ac_word... " >&6; }
7674 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7675 $as_echo_n "(cached) " >&6
7676 else
7677 if test -n "$ac_ct_DSYMUTIL"; then
7678 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7679 else
7680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7681 for as_dir in $PATH
7682 do
7683 IFS=$as_save_IFS
7684 test -z "$as_dir" && as_dir=.
7685 for ac_exec_ext in '' $ac_executable_extensions; do
7686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7687 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7689 break 2
7690 fi
7691 done
7692 done
7693 IFS=$as_save_IFS
7694
7695 fi
7696 fi
7697 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7698 if test -n "$ac_ct_DSYMUTIL"; then
7699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7700 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7701 else
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7703 $as_echo "no" >&6; }
7704 fi
7705
7706 if test "x$ac_ct_DSYMUTIL" = x; then
7707 DSYMUTIL=":"
7708 else
7709 case $cross_compiling:$ac_tool_warned in
7710 yes:)
7711 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7712 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7713 ac_tool_warned=yes ;;
7714 esac
7715 DSYMUTIL=$ac_ct_DSYMUTIL
7716 fi
7717 else
7718 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7719 fi
7720
7721 if test -n "$ac_tool_prefix"; then
7722 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7723 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7725 $as_echo_n "checking for $ac_word... " >&6; }
7726 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7727 $as_echo_n "(cached) " >&6
7728 else
7729 if test -n "$NMEDIT"; then
7730 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7731 else
7732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7733 for as_dir in $PATH
7734 do
7735 IFS=$as_save_IFS
7736 test -z "$as_dir" && as_dir=.
7737 for ac_exec_ext in '' $ac_executable_extensions; do
7738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7739 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7741 break 2
7742 fi
7743 done
7744 done
7745 IFS=$as_save_IFS
7746
7747 fi
7748 fi
7749 NMEDIT=$ac_cv_prog_NMEDIT
7750 if test -n "$NMEDIT"; then
7751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7752 $as_echo "$NMEDIT" >&6; }
7753 else
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7755 $as_echo "no" >&6; }
7756 fi
7757
7758
7759 fi
7760 if test -z "$ac_cv_prog_NMEDIT"; then
7761 ac_ct_NMEDIT=$NMEDIT
7762 # Extract the first word of "nmedit", so it can be a program name with args.
7763 set dummy nmedit; ac_word=$2
7764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7765 $as_echo_n "checking for $ac_word... " >&6; }
7766 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7767 $as_echo_n "(cached) " >&6
7768 else
7769 if test -n "$ac_ct_NMEDIT"; then
7770 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7771 else
7772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7773 for as_dir in $PATH
7774 do
7775 IFS=$as_save_IFS
7776 test -z "$as_dir" && as_dir=.
7777 for ac_exec_ext in '' $ac_executable_extensions; do
7778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7779 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7781 break 2
7782 fi
7783 done
7784 done
7785 IFS=$as_save_IFS
7786
7787 fi
7788 fi
7789 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7790 if test -n "$ac_ct_NMEDIT"; then
7791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7792 $as_echo "$ac_ct_NMEDIT" >&6; }
7793 else
7794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7795 $as_echo "no" >&6; }
7796 fi
7797
7798 if test "x$ac_ct_NMEDIT" = x; then
7799 NMEDIT=":"
7800 else
7801 case $cross_compiling:$ac_tool_warned in
7802 yes:)
7803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7804 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7805 ac_tool_warned=yes ;;
7806 esac
7807 NMEDIT=$ac_ct_NMEDIT
7808 fi
7809 else
7810 NMEDIT="$ac_cv_prog_NMEDIT"
7811 fi
7812
7813 if test -n "$ac_tool_prefix"; then
7814 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7815 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7817 $as_echo_n "checking for $ac_word... " >&6; }
7818 if test "${ac_cv_prog_LIPO+set}" = set; then :
7819 $as_echo_n "(cached) " >&6
7820 else
7821 if test -n "$LIPO"; then
7822 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7823 else
7824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7825 for as_dir in $PATH
7826 do
7827 IFS=$as_save_IFS
7828 test -z "$as_dir" && as_dir=.
7829 for ac_exec_ext in '' $ac_executable_extensions; do
7830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7831 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7833 break 2
7834 fi
7835 done
7836 done
7837 IFS=$as_save_IFS
7838
7839 fi
7840 fi
7841 LIPO=$ac_cv_prog_LIPO
7842 if test -n "$LIPO"; then
7843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7844 $as_echo "$LIPO" >&6; }
7845 else
7846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7847 $as_echo "no" >&6; }
7848 fi
7849
7850
7851 fi
7852 if test -z "$ac_cv_prog_LIPO"; then
7853 ac_ct_LIPO=$LIPO
7854 # Extract the first word of "lipo", so it can be a program name with args.
7855 set dummy lipo; ac_word=$2
7856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7857 $as_echo_n "checking for $ac_word... " >&6; }
7858 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7859 $as_echo_n "(cached) " >&6
7860 else
7861 if test -n "$ac_ct_LIPO"; then
7862 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7863 else
7864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7865 for as_dir in $PATH
7866 do
7867 IFS=$as_save_IFS
7868 test -z "$as_dir" && as_dir=.
7869 for ac_exec_ext in '' $ac_executable_extensions; do
7870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7871 ac_cv_prog_ac_ct_LIPO="lipo"
7872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7873 break 2
7874 fi
7875 done
7876 done
7877 IFS=$as_save_IFS
7878
7879 fi
7880 fi
7881 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7882 if test -n "$ac_ct_LIPO"; then
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7884 $as_echo "$ac_ct_LIPO" >&6; }
7885 else
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7887 $as_echo "no" >&6; }
7888 fi
7889
7890 if test "x$ac_ct_LIPO" = x; then
7891 LIPO=":"
7892 else
7893 case $cross_compiling:$ac_tool_warned in
7894 yes:)
7895 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7896 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7897 ac_tool_warned=yes ;;
7898 esac
7899 LIPO=$ac_ct_LIPO
7900 fi
7901 else
7902 LIPO="$ac_cv_prog_LIPO"
7903 fi
7904
7905 if test -n "$ac_tool_prefix"; then
7906 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7907 set dummy ${ac_tool_prefix}otool; ac_word=$2
7908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7909 $as_echo_n "checking for $ac_word... " >&6; }
7910 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7911 $as_echo_n "(cached) " >&6
7912 else
7913 if test -n "$OTOOL"; then
7914 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7915 else
7916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7917 for as_dir in $PATH
7918 do
7919 IFS=$as_save_IFS
7920 test -z "$as_dir" && as_dir=.
7921 for ac_exec_ext in '' $ac_executable_extensions; do
7922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7923 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7925 break 2
7926 fi
7927 done
7928 done
7929 IFS=$as_save_IFS
7930
7931 fi
7932 fi
7933 OTOOL=$ac_cv_prog_OTOOL
7934 if test -n "$OTOOL"; then
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7936 $as_echo "$OTOOL" >&6; }
7937 else
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7939 $as_echo "no" >&6; }
7940 fi
7941
7942
7943 fi
7944 if test -z "$ac_cv_prog_OTOOL"; then
7945 ac_ct_OTOOL=$OTOOL
7946 # Extract the first word of "otool", so it can be a program name with args.
7947 set dummy otool; ac_word=$2
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7949 $as_echo_n "checking for $ac_word... " >&6; }
7950 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7951 $as_echo_n "(cached) " >&6
7952 else
7953 if test -n "$ac_ct_OTOOL"; then
7954 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7955 else
7956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7957 for as_dir in $PATH
7958 do
7959 IFS=$as_save_IFS
7960 test -z "$as_dir" && as_dir=.
7961 for ac_exec_ext in '' $ac_executable_extensions; do
7962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7963 ac_cv_prog_ac_ct_OTOOL="otool"
7964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7965 break 2
7966 fi
7967 done
7968 done
7969 IFS=$as_save_IFS
7970
7971 fi
7972 fi
7973 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7974 if test -n "$ac_ct_OTOOL"; then
7975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7976 $as_echo "$ac_ct_OTOOL" >&6; }
7977 else
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7979 $as_echo "no" >&6; }
7980 fi
7981
7982 if test "x$ac_ct_OTOOL" = x; then
7983 OTOOL=":"
7984 else
7985 case $cross_compiling:$ac_tool_warned in
7986 yes:)
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7988 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7989 ac_tool_warned=yes ;;
7990 esac
7991 OTOOL=$ac_ct_OTOOL
7992 fi
7993 else
7994 OTOOL="$ac_cv_prog_OTOOL"
7995 fi
7996
7997 if test -n "$ac_tool_prefix"; then
7998 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7999 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8001 $as_echo_n "checking for $ac_word... " >&6; }
8002 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8003 $as_echo_n "(cached) " >&6
8004 else
8005 if test -n "$OTOOL64"; then
8006 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8007 else
8008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8009 for as_dir in $PATH
8010 do
8011 IFS=$as_save_IFS
8012 test -z "$as_dir" && as_dir=.
8013 for ac_exec_ext in '' $ac_executable_extensions; do
8014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8015 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8017 break 2
8018 fi
8019 done
8020 done
8021 IFS=$as_save_IFS
8022
8023 fi
8024 fi
8025 OTOOL64=$ac_cv_prog_OTOOL64
8026 if test -n "$OTOOL64"; then
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8028 $as_echo "$OTOOL64" >&6; }
8029 else
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8031 $as_echo "no" >&6; }
8032 fi
8033
8034
8035 fi
8036 if test -z "$ac_cv_prog_OTOOL64"; then
8037 ac_ct_OTOOL64=$OTOOL64
8038 # Extract the first word of "otool64", so it can be a program name with args.
8039 set dummy otool64; ac_word=$2
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8041 $as_echo_n "checking for $ac_word... " >&6; }
8042 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8043 $as_echo_n "(cached) " >&6
8044 else
8045 if test -n "$ac_ct_OTOOL64"; then
8046 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8047 else
8048 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8049 for as_dir in $PATH
8050 do
8051 IFS=$as_save_IFS
8052 test -z "$as_dir" && as_dir=.
8053 for ac_exec_ext in '' $ac_executable_extensions; do
8054 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8055 ac_cv_prog_ac_ct_OTOOL64="otool64"
8056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8057 break 2
8058 fi
8059 done
8060 done
8061 IFS=$as_save_IFS
8062
8063 fi
8064 fi
8065 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8066 if test -n "$ac_ct_OTOOL64"; then
8067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8068 $as_echo "$ac_ct_OTOOL64" >&6; }
8069 else
8070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8071 $as_echo "no" >&6; }
8072 fi
8073
8074 if test "x$ac_ct_OTOOL64" = x; then
8075 OTOOL64=":"
8076 else
8077 case $cross_compiling:$ac_tool_warned in
8078 yes:)
8079 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8080 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8081 ac_tool_warned=yes ;;
8082 esac
8083 OTOOL64=$ac_ct_OTOOL64
8084 fi
8085 else
8086 OTOOL64="$ac_cv_prog_OTOOL64"
8087 fi
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8116 $as_echo_n "checking for -single_module linker flag... " >&6; }
8117 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8118 $as_echo_n "(cached) " >&6
8119 else
8120 lt_cv_apple_cc_single_mod=no
8121 if test -z "${LT_MULTI_MODULE}"; then
8122 # By default we will add the -single_module flag. You can override
8123 # by either setting the environment variable LT_MULTI_MODULE
8124 # non-empty at configure time, or by adding -multi_module to the
8125 # link flags.
8126 rm -rf libconftest.dylib*
8127 echo "int foo(void){return 1;}" > conftest.c
8128 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8129 -dynamiclib -Wl,-single_module conftest.c" >&5
8130 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8131 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8132 _lt_result=$?
8133 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8134 lt_cv_apple_cc_single_mod=yes
8135 else
8136 cat conftest.err >&5
8137 fi
8138 rm -rf libconftest.dylib*
8139 rm -f conftest.*
8140 fi
8141 fi
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8143 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8145 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8146 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8147 $as_echo_n "(cached) " >&6
8148 else
8149 lt_cv_ld_exported_symbols_list=no
8150 save_LDFLAGS=$LDFLAGS
8151 echo "_main" > conftest.sym
8152 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8154 /* end confdefs.h. */
8155
8156 int
8157 main ()
8158 {
8159
8160 ;
8161 return 0;
8162 }
8163 _ACEOF
8164 if ac_fn_c_try_link "$LINENO"; then :
8165 lt_cv_ld_exported_symbols_list=yes
8166 else
8167 lt_cv_ld_exported_symbols_list=no
8168 fi
8169 rm -f core conftest.err conftest.$ac_objext \
8170 conftest$ac_exeext conftest.$ac_ext
8171 LDFLAGS="$save_LDFLAGS"
8172
8173 fi
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8175 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8177 $as_echo_n "checking for -force_load linker flag... " >&6; }
8178 if test "${lt_cv_ld_force_load+set}" = set; then :
8179 $as_echo_n "(cached) " >&6
8180 else
8181 lt_cv_ld_force_load=no
8182 cat > conftest.c << _LT_EOF
8183 int forced_loaded() { return 2;}
8184 _LT_EOF
8185 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8186 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8187 echo "$AR cru libconftest.a conftest.o" >&5
8188 $AR cru libconftest.a conftest.o 2>&5
8189 cat > conftest.c << _LT_EOF
8190 int main() { return 0;}
8191 _LT_EOF
8192 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8193 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8194 _lt_result=$?
8195 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8196 lt_cv_ld_force_load=yes
8197 else
8198 cat conftest.err >&5
8199 fi
8200 rm -f conftest.err libconftest.a conftest conftest.c
8201 rm -rf conftest.dSYM
8202
8203 fi
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8205 $as_echo "$lt_cv_ld_force_load" >&6; }
8206 case $host_os in
8207 rhapsody* | darwin1.[012])
8208 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8209 darwin1.*)
8210 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8211 darwin*) # darwin 5.x on
8212 # if running on 10.5 or later, the deployment target defaults
8213 # to the OS version, if on x86, and 10.4, the deployment
8214 # target defaults to 10.4. Don't you love it?
8215 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8216 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8217 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8218 10.[012][,.]*)
8219 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8220 10.*)
8221 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8222 esac
8223 ;;
8224 esac
8225 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8226 _lt_dar_single_mod='$single_module'
8227 fi
8228 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8229 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8230 else
8231 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8232 fi
8233 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8234 _lt_dsymutil='~$DSYMUTIL $lib || :'
8235 else
8236 _lt_dsymutil=
8237 fi
8238 ;;
8239 esac
8240
8241 for ac_header in dlfcn.h
8242 do :
8243 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8244 "
8245 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8246 cat >>confdefs.h <<_ACEOF
8247 #define HAVE_DLFCN_H 1
8248 _ACEOF
8249
8250 fi
8251
8252 done
8253
8254
8255
8256 # autoconf.info says this should be called right after AC_INIT.
8257 ac_config_headers="$ac_config_headers config.h:config.in"
8258
8259
8260
8261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8262 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8263 if test "${ac_cv_c_bigendian+set}" = set; then :
8264 $as_echo_n "(cached) " >&6
8265 else
8266 ac_cv_c_bigendian=unknown
8267 # See if we're dealing with a universal compiler.
8268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8269 /* end confdefs.h. */
8270 #ifndef __APPLE_CC__
8271 not a universal capable compiler
8272 #endif
8273 typedef int dummy;
8274
8275 _ACEOF
8276 if ac_fn_c_try_compile "$LINENO"; then :
8277
8278 # Check for potential -arch flags. It is not universal unless
8279 # there are at least two -arch flags with different values.
8280 ac_arch=
8281 ac_prev=
8282 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8283 if test -n "$ac_prev"; then
8284 case $ac_word in
8285 i?86 | x86_64 | ppc | ppc64)
8286 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8287 ac_arch=$ac_word
8288 else
8289 ac_cv_c_bigendian=universal
8290 break
8291 fi
8292 ;;
8293 esac
8294 ac_prev=
8295 elif test "x$ac_word" = "x-arch"; then
8296 ac_prev=arch
8297 fi
8298 done
8299 fi
8300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8301 if test $ac_cv_c_bigendian = unknown; then
8302 # See if sys/param.h defines the BYTE_ORDER macro.
8303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8304 /* end confdefs.h. */
8305 #include <sys/types.h>
8306 #include <sys/param.h>
8307
8308 int
8309 main ()
8310 {
8311 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8312 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8313 && LITTLE_ENDIAN)
8314 bogus endian macros
8315 #endif
8316
8317 ;
8318 return 0;
8319 }
8320 _ACEOF
8321 if ac_fn_c_try_compile "$LINENO"; then :
8322 # It does; now see whether it defined to BIG_ENDIAN or not.
8323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8324 /* end confdefs.h. */
8325 #include <sys/types.h>
8326 #include <sys/param.h>
8327
8328 int
8329 main ()
8330 {
8331 #if BYTE_ORDER != BIG_ENDIAN
8332 not big endian
8333 #endif
8334
8335 ;
8336 return 0;
8337 }
8338 _ACEOF
8339 if ac_fn_c_try_compile "$LINENO"; then :
8340 ac_cv_c_bigendian=yes
8341 else
8342 ac_cv_c_bigendian=no
8343 fi
8344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8345 fi
8346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8347 fi
8348 if test $ac_cv_c_bigendian = unknown; then
8349 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8351 /* end confdefs.h. */
8352 #include <limits.h>
8353
8354 int
8355 main ()
8356 {
8357 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8358 bogus endian macros
8359 #endif
8360
8361 ;
8362 return 0;
8363 }
8364 _ACEOF
8365 if ac_fn_c_try_compile "$LINENO"; then :
8366 # It does; now see whether it defined to _BIG_ENDIAN or not.
8367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8368 /* end confdefs.h. */
8369 #include <limits.h>
8370
8371 int
8372 main ()
8373 {
8374 #ifndef _BIG_ENDIAN
8375 not big endian
8376 #endif
8377
8378 ;
8379 return 0;
8380 }
8381 _ACEOF
8382 if ac_fn_c_try_compile "$LINENO"; then :
8383 ac_cv_c_bigendian=yes
8384 else
8385 ac_cv_c_bigendian=no
8386 fi
8387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8388 fi
8389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8390 fi
8391 if test $ac_cv_c_bigendian = unknown; then
8392 # Compile a test program.
8393 if test "$cross_compiling" = yes; then :
8394 # Try to guess by grepping values from an object file.
8395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8396 /* end confdefs.h. */
8397 short int ascii_mm[] =
8398 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8399 short int ascii_ii[] =
8400 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8401 int use_ascii (int i) {
8402 return ascii_mm[i] + ascii_ii[i];
8403 }
8404 short int ebcdic_ii[] =
8405 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8406 short int ebcdic_mm[] =
8407 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8408 int use_ebcdic (int i) {
8409 return ebcdic_mm[i] + ebcdic_ii[i];
8410 }
8411 extern int foo;
8412
8413 int
8414 main ()
8415 {
8416 return use_ascii (foo) == use_ebcdic (foo);
8417 ;
8418 return 0;
8419 }
8420 _ACEOF
8421 if ac_fn_c_try_compile "$LINENO"; then :
8422 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8423 ac_cv_c_bigendian=yes
8424 fi
8425 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8426 if test "$ac_cv_c_bigendian" = unknown; then
8427 ac_cv_c_bigendian=no
8428 else
8429 # finding both strings is unlikely to happen, but who knows?
8430 ac_cv_c_bigendian=unknown
8431 fi
8432 fi
8433 fi
8434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8435 else
8436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8437 /* end confdefs.h. */
8438 $ac_includes_default
8439 int
8440 main ()
8441 {
8442
8443 /* Are we little or big endian? From Harbison&Steele. */
8444 union
8445 {
8446 long int l;
8447 char c[sizeof (long int)];
8448 } u;
8449 u.l = 1;
8450 return u.c[sizeof (long int) - 1] == 1;
8451
8452 ;
8453 return 0;
8454 }
8455 _ACEOF
8456 if ac_fn_c_try_run "$LINENO"; then :
8457 ac_cv_c_bigendian=no
8458 else
8459 ac_cv_c_bigendian=yes
8460 fi
8461 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8462 conftest.$ac_objext conftest.beam conftest.$ac_ext
8463 fi
8464
8465 fi
8466 fi
8467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8468 $as_echo "$ac_cv_c_bigendian" >&6; }
8469 case $ac_cv_c_bigendian in #(
8470 yes)
8471 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8472 ;; #(
8473 no)
8474 ;; #(
8475 universal)
8476
8477 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8478
8479 ;; #(
8480 *)
8481 as_fn_error "unknown endianness
8482 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8483 esac
8484
8485
8486
8487
8488 # Put a plausible default for CC_FOR_BUILD in Makefile.
8489 if test -z "$CC_FOR_BUILD"; then
8490 if test "x$cross_compiling" = "xno"; then
8491 CC_FOR_BUILD='$(CC)'
8492 else
8493 CC_FOR_BUILD=gcc
8494 fi
8495 fi
8496
8497
8498
8499
8500 AR=${AR-ar}
8501
8502 if test -n "$ac_tool_prefix"; then
8503 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8504 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8506 $as_echo_n "checking for $ac_word... " >&6; }
8507 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8508 $as_echo_n "(cached) " >&6
8509 else
8510 if test -n "$RANLIB"; then
8511 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8512 else
8513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8514 for as_dir in $PATH
8515 do
8516 IFS=$as_save_IFS
8517 test -z "$as_dir" && as_dir=.
8518 for ac_exec_ext in '' $ac_executable_extensions; do
8519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8520 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8522 break 2
8523 fi
8524 done
8525 done
8526 IFS=$as_save_IFS
8527
8528 fi
8529 fi
8530 RANLIB=$ac_cv_prog_RANLIB
8531 if test -n "$RANLIB"; then
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8533 $as_echo "$RANLIB" >&6; }
8534 else
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8536 $as_echo "no" >&6; }
8537 fi
8538
8539
8540 fi
8541 if test -z "$ac_cv_prog_RANLIB"; then
8542 ac_ct_RANLIB=$RANLIB
8543 # Extract the first word of "ranlib", so it can be a program name with args.
8544 set dummy ranlib; ac_word=$2
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8546 $as_echo_n "checking for $ac_word... " >&6; }
8547 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8548 $as_echo_n "(cached) " >&6
8549 else
8550 if test -n "$ac_ct_RANLIB"; then
8551 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8552 else
8553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8554 for as_dir in $PATH
8555 do
8556 IFS=$as_save_IFS
8557 test -z "$as_dir" && as_dir=.
8558 for ac_exec_ext in '' $ac_executable_extensions; do
8559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8560 ac_cv_prog_ac_ct_RANLIB="ranlib"
8561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8562 break 2
8563 fi
8564 done
8565 done
8566 IFS=$as_save_IFS
8567
8568 fi
8569 fi
8570 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8571 if test -n "$ac_ct_RANLIB"; then
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8573 $as_echo "$ac_ct_RANLIB" >&6; }
8574 else
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8576 $as_echo "no" >&6; }
8577 fi
8578
8579 if test "x$ac_ct_RANLIB" = x; then
8580 RANLIB=":"
8581 else
8582 case $cross_compiling:$ac_tool_warned in
8583 yes:)
8584 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8585 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8586 ac_tool_warned=yes ;;
8587 esac
8588 RANLIB=$ac_ct_RANLIB
8589 fi
8590 else
8591 RANLIB="$ac_cv_prog_RANLIB"
8592 fi
8593
8594
8595 # Some of the common include files depend on bfd.h, and bfd.h checks
8596 # that config.h is included first by testing that the PACKAGE macro
8597 # is defined.
8598 PACKAGE=sim
8599
8600 cat >>confdefs.h <<_ACEOF
8601 #define PACKAGE "$PACKAGE"
8602 _ACEOF
8603
8604
8605
8606 # Dependency checking.
8607 ac_config_commands="$ac_config_commands depdir"
8608
8609
8610 depcc="$CC" am_compiler_list=
8611
8612 am_depcomp=$ac_aux_dir/depcomp
8613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8614 $as_echo_n "checking dependency style of $depcc... " >&6; }
8615 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8616 $as_echo_n "(cached) " >&6
8617 else
8618 if test -f "$am_depcomp"; then
8619 # We make a subdir and do the tests there. Otherwise we can end up
8620 # making bogus files that we don't know about and never remove. For
8621 # instance it was reported that on HP-UX the gcc test will end up
8622 # making a dummy file named `D' -- because `-MD' means `put the output
8623 # in D'.
8624 mkdir conftest.dir
8625 # Copy depcomp to subdir because otherwise we won't find it if we're
8626 # using a relative directory.
8627 cp "$am_depcomp" conftest.dir
8628 cd conftest.dir
8629 # We will build objects and dependencies in a subdirectory because
8630 # it helps to detect inapplicable dependency modes. For instance
8631 # both Tru64's cc and ICC support -MD to output dependencies as a
8632 # side effect of compilation, but ICC will put the dependencies in
8633 # the current directory while Tru64 will put them in the object
8634 # directory.
8635 mkdir sub
8636
8637 am_cv_CC_dependencies_compiler_type=none
8638 if test "$am_compiler_list" = ""; then
8639 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8640 fi
8641 for depmode in $am_compiler_list; do
8642 if test $depmode = none; then break; fi
8643
8644 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8645 # Setup a source with many dependencies, because some compilers
8646 # like to wrap large dependency lists on column 80 (with \), and
8647 # we should not choose a depcomp mode which is confused by this.
8648 #
8649 # We need to recreate these files for each test, as the compiler may
8650 # overwrite some of them when testing with obscure command lines.
8651 # This happens at least with the AIX C compiler.
8652 : > sub/conftest.c
8653 for i in 1 2 3 4 5 6; do
8654 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8655 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8656 # Solaris 8's {/usr,}/bin/sh.
8657 touch sub/conftst$i.h
8658 done
8659 echo "include sub/conftest.Po" > confmf
8660
8661 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8662 # mode. It turns out that the SunPro C++ compiler does not properly
8663 # handle `-M -o', and we need to detect this.
8664 depcmd="depmode=$depmode \
8665 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8666 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8667 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8668 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8669 if env $depcmd > conftest.err 2>&1 &&
8670 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8671 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8672 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8673 # icc doesn't choke on unknown options, it will just issue warnings
8674 # or remarks (even with -Werror). So we grep stderr for any message
8675 # that says an option was ignored or not supported.
8676 # When given -MP, icc 7.0 and 7.1 complain thusly:
8677 # icc: Command line warning: ignoring option '-M'; no argument required
8678 # The diagnosis changed in icc 8.0:
8679 # icc: Command line remark: option '-MP' not supported
8680 if (grep 'ignoring option' conftest.err ||
8681 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8682 am_cv_CC_dependencies_compiler_type=$depmode
8683 $as_echo "$as_me:$LINENO: success" >&5
8684 break
8685 fi
8686 fi
8687 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8688 sed -e 's/^/| /' < conftest.err >&5
8689 done
8690
8691 cd ..
8692 rm -rf conftest.dir
8693 else
8694 am_cv_CC_dependencies_compiler_type=none
8695 fi
8696
8697 fi
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8699 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8700 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8701 then as_fn_error "no usable dependency style found" "$LINENO" 5
8702 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8703
8704 fi
8705
8706
8707 # Check for the 'make' the user wants to use.
8708 for ac_prog in make
8709 do
8710 # Extract the first word of "$ac_prog", so it can be a program name with args.
8711 set dummy $ac_prog; ac_word=$2
8712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8713 $as_echo_n "checking for $ac_word... " >&6; }
8714 if test "${ac_cv_prog_MAKE+set}" = set; then :
8715 $as_echo_n "(cached) " >&6
8716 else
8717 if test -n "$MAKE"; then
8718 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8719 else
8720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8721 for as_dir in $PATH
8722 do
8723 IFS=$as_save_IFS
8724 test -z "$as_dir" && as_dir=.
8725 for ac_exec_ext in '' $ac_executable_extensions; do
8726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8727 ac_cv_prog_MAKE="$ac_prog"
8728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8729 break 2
8730 fi
8731 done
8732 done
8733 IFS=$as_save_IFS
8734
8735 fi
8736 fi
8737 MAKE=$ac_cv_prog_MAKE
8738 if test -n "$MAKE"; then
8739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8740 $as_echo "$MAKE" >&6; }
8741 else
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8743 $as_echo "no" >&6; }
8744 fi
8745
8746
8747 test -n "$MAKE" && break
8748 done
8749
8750 MAKE_IS_GNU=
8751 case "`$MAKE --version 2>&1 | sed 1q`" in
8752 *GNU*)
8753 MAKE_IS_GNU=yes
8754 ;;
8755 esac
8756 if test "$MAKE_IS_GNU" = yes; then
8757 GMAKE_TRUE=
8758 GMAKE_FALSE='#'
8759 else
8760 GMAKE_TRUE='#'
8761 GMAKE_FALSE=
8762 fi
8763
8764
8765 ALL_LINGUAS=
8766 # If we haven't got the data from the intl directory,
8767 # assume NLS is disabled.
8768 USE_NLS=no
8769 LIBINTL=
8770 LIBINTL_DEP=
8771 INCINTL=
8772 XGETTEXT=
8773 GMSGFMT=
8774 POSUB=
8775
8776 if test -f ../../intl/config.intl; then
8777 . ../../intl/config.intl
8778 fi
8779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8780 $as_echo_n "checking whether NLS is requested... " >&6; }
8781 if test x"$USE_NLS" != xyes; then
8782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8783 $as_echo "no" >&6; }
8784 else
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8786 $as_echo "yes" >&6; }
8787
8788 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8789
8790
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8792 $as_echo_n "checking for catalogs to be installed... " >&6; }
8793 # Look for .po and .gmo files in the source directory.
8794 CATALOGS=
8795 XLINGUAS=
8796 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8797 # If there aren't any .gmo files the shell will give us the
8798 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8799 # weeded out.
8800 case "$cat" in *\**)
8801 continue;;
8802 esac
8803 # The quadruple backslash is collapsed to a double backslash
8804 # by the backticks, then collapsed again by the double quotes,
8805 # leaving us with one backslash in the sed expression (right
8806 # before the dot that mustn't act as a wildcard).
8807 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8808 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8809 # The user is allowed to set LINGUAS to a list of languages to
8810 # install catalogs for. If it's empty that means "all of them."
8811 if test "x$LINGUAS" = x; then
8812 CATALOGS="$CATALOGS $cat"
8813 XLINGUAS="$XLINGUAS $lang"
8814 else
8815 case "$LINGUAS" in *$lang*)
8816 CATALOGS="$CATALOGS $cat"
8817 XLINGUAS="$XLINGUAS $lang"
8818 ;;
8819 esac
8820 fi
8821 done
8822 LINGUAS="$XLINGUAS"
8823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8824 $as_echo "$LINGUAS" >&6; }
8825
8826
8827 DATADIRNAME=share
8828
8829 INSTOBJEXT=.mo
8830
8831 GENCAT=gencat
8832
8833 CATOBJEXT=.gmo
8834
8835 fi
8836
8837 # Check for common headers.
8838 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8839 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8840 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8841 do :
8842 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8843 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8844 eval as_val=\$$as_ac_Header
8845 if test "x$as_val" = x""yes; then :
8846 cat >>confdefs.h <<_ACEOF
8847 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8848 _ACEOF
8849
8850 fi
8851
8852 done
8853
8854 for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
8855 do :
8856 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8857 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8858 eval as_val=\$$as_ac_Header
8859 if test "x$as_val" = x""yes; then :
8860 cat >>confdefs.h <<_ACEOF
8861 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8862 _ACEOF
8863
8864 fi
8865
8866 done
8867
8868 for ac_header in fcntl.h fpu_control.h
8869 do :
8870 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8871 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8872 eval as_val=\$$as_ac_Header
8873 if test "x$as_val" = x""yes; then :
8874 cat >>confdefs.h <<_ACEOF
8875 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8876 _ACEOF
8877
8878 fi
8879
8880 done
8881
8882 for ac_header in dlfcn.h errno.h sys/stat.h
8883 do :
8884 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8885 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8886 eval as_val=\$$as_ac_Header
8887 if test "x$as_val" = x""yes; then :
8888 cat >>confdefs.h <<_ACEOF
8889 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8890 _ACEOF
8891
8892 fi
8893
8894 done
8895
8896 for ac_func in getrusage time sigaction __setfpucw
8897 do :
8898 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8899 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8900 eval as_val=\$$as_ac_var
8901 if test "x$as_val" = x""yes; then :
8902 cat >>confdefs.h <<_ACEOF
8903 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8904 _ACEOF
8905
8906 fi
8907 done
8908
8909 for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8910 do :
8911 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8912 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8913 eval as_val=\$$as_ac_var
8914 if test "x$as_val" = x""yes; then :
8915 cat >>confdefs.h <<_ACEOF
8916 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8917 _ACEOF
8918
8919 fi
8920 done
8921
8922 ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8923 #include <sys/types.h>
8924 #endif
8925 #ifdef HAVE_SYS_STAT_H
8926 #include <sys/stat.h>
8927 #endif
8928 "
8929 if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8930
8931 cat >>confdefs.h <<_ACEOF
8932 #define HAVE_STRUCT_STAT_ST_DEV 1
8933 _ACEOF
8934
8935
8936 fi
8937 ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8938 #include <sys/types.h>
8939 #endif
8940 #ifdef HAVE_SYS_STAT_H
8941 #include <sys/stat.h>
8942 #endif
8943 "
8944 if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8945
8946 cat >>confdefs.h <<_ACEOF
8947 #define HAVE_STRUCT_STAT_ST_INO 1
8948 _ACEOF
8949
8950
8951 fi
8952 ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8953 #include <sys/types.h>
8954 #endif
8955 #ifdef HAVE_SYS_STAT_H
8956 #include <sys/stat.h>
8957 #endif
8958 "
8959 if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8960
8961 cat >>confdefs.h <<_ACEOF
8962 #define HAVE_STRUCT_STAT_ST_MODE 1
8963 _ACEOF
8964
8965
8966 fi
8967 ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
8968 #include <sys/types.h>
8969 #endif
8970 #ifdef HAVE_SYS_STAT_H
8971 #include <sys/stat.h>
8972 #endif
8973 "
8974 if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
8975
8976 cat >>confdefs.h <<_ACEOF
8977 #define HAVE_STRUCT_STAT_ST_NLINK 1
8978 _ACEOF
8979
8980
8981 fi
8982 ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
8983 #include <sys/types.h>
8984 #endif
8985 #ifdef HAVE_SYS_STAT_H
8986 #include <sys/stat.h>
8987 #endif
8988 "
8989 if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
8990
8991 cat >>confdefs.h <<_ACEOF
8992 #define HAVE_STRUCT_STAT_ST_UID 1
8993 _ACEOF
8994
8995
8996 fi
8997 ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
8998 #include <sys/types.h>
8999 #endif
9000 #ifdef HAVE_SYS_STAT_H
9001 #include <sys/stat.h>
9002 #endif
9003 "
9004 if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9005
9006 cat >>confdefs.h <<_ACEOF
9007 #define HAVE_STRUCT_STAT_ST_GID 1
9008 _ACEOF
9009
9010
9011 fi
9012 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9013 #include <sys/types.h>
9014 #endif
9015 #ifdef HAVE_SYS_STAT_H
9016 #include <sys/stat.h>
9017 #endif
9018 "
9019 if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9020
9021 cat >>confdefs.h <<_ACEOF
9022 #define HAVE_STRUCT_STAT_ST_RDEV 1
9023 _ACEOF
9024
9025
9026 fi
9027 ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9028 #include <sys/types.h>
9029 #endif
9030 #ifdef HAVE_SYS_STAT_H
9031 #include <sys/stat.h>
9032 #endif
9033 "
9034 if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9035
9036 cat >>confdefs.h <<_ACEOF
9037 #define HAVE_STRUCT_STAT_ST_SIZE 1
9038 _ACEOF
9039
9040
9041 fi
9042 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9043 #include <sys/types.h>
9044 #endif
9045 #ifdef HAVE_SYS_STAT_H
9046 #include <sys/stat.h>
9047 #endif
9048 "
9049 if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9050
9051 cat >>confdefs.h <<_ACEOF
9052 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9053 _ACEOF
9054
9055
9056 fi
9057 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9058 #include <sys/types.h>
9059 #endif
9060 #ifdef HAVE_SYS_STAT_H
9061 #include <sys/stat.h>
9062 #endif
9063 "
9064 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9065
9066 cat >>confdefs.h <<_ACEOF
9067 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9068 _ACEOF
9069
9070
9071 fi
9072 ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9073 #include <sys/types.h>
9074 #endif
9075 #ifdef HAVE_SYS_STAT_H
9076 #include <sys/stat.h>
9077 #endif
9078 "
9079 if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9080
9081 cat >>confdefs.h <<_ACEOF
9082 #define HAVE_STRUCT_STAT_ST_ATIME 1
9083 _ACEOF
9084
9085
9086 fi
9087 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9088 #include <sys/types.h>
9089 #endif
9090 #ifdef HAVE_SYS_STAT_H
9091 #include <sys/stat.h>
9092 #endif
9093 "
9094 if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9095
9096 cat >>confdefs.h <<_ACEOF
9097 #define HAVE_STRUCT_STAT_ST_MTIME 1
9098 _ACEOF
9099
9100
9101 fi
9102 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9103 #include <sys/types.h>
9104 #endif
9105 #ifdef HAVE_SYS_STAT_H
9106 #include <sys/stat.h>
9107 #endif
9108 "
9109 if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9110
9111 cat >>confdefs.h <<_ACEOF
9112 #define HAVE_STRUCT_STAT_ST_CTIME 1
9113 _ACEOF
9114
9115
9116 fi
9117
9118 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9119 #include <sys/socket.h>
9120
9121 "
9122 if test "x$ac_cv_type_socklen_t" = x""yes; then :
9123
9124 cat >>confdefs.h <<_ACEOF
9125 #define HAVE_SOCKLEN_T 1
9126 _ACEOF
9127
9128
9129 fi
9130
9131
9132 # Check for socket libraries
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9134 $as_echo_n "checking for bind in -lsocket... " >&6; }
9135 if test "${ac_cv_lib_socket_bind+set}" = set; then :
9136 $as_echo_n "(cached) " >&6
9137 else
9138 ac_check_lib_save_LIBS=$LIBS
9139 LIBS="-lsocket $LIBS"
9140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9141 /* end confdefs.h. */
9142
9143 /* Override any GCC internal prototype to avoid an error.
9144 Use char because int might match the return type of a GCC
9145 builtin and then its argument prototype would still apply. */
9146 #ifdef __cplusplus
9147 extern "C"
9148 #endif
9149 char bind ();
9150 int
9151 main ()
9152 {
9153 return bind ();
9154 ;
9155 return 0;
9156 }
9157 _ACEOF
9158 if ac_fn_c_try_link "$LINENO"; then :
9159 ac_cv_lib_socket_bind=yes
9160 else
9161 ac_cv_lib_socket_bind=no
9162 fi
9163 rm -f core conftest.err conftest.$ac_objext \
9164 conftest$ac_exeext conftest.$ac_ext
9165 LIBS=$ac_check_lib_save_LIBS
9166 fi
9167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9168 $as_echo "$ac_cv_lib_socket_bind" >&6; }
9169 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9170 cat >>confdefs.h <<_ACEOF
9171 #define HAVE_LIBSOCKET 1
9172 _ACEOF
9173
9174 LIBS="-lsocket $LIBS"
9175
9176 fi
9177
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9179 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9180 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9181 $as_echo_n "(cached) " >&6
9182 else
9183 ac_check_lib_save_LIBS=$LIBS
9184 LIBS="-lnsl $LIBS"
9185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9186 /* end confdefs.h. */
9187
9188 /* Override any GCC internal prototype to avoid an error.
9189 Use char because int might match the return type of a GCC
9190 builtin and then its argument prototype would still apply. */
9191 #ifdef __cplusplus
9192 extern "C"
9193 #endif
9194 char gethostbyname ();
9195 int
9196 main ()
9197 {
9198 return gethostbyname ();
9199 ;
9200 return 0;
9201 }
9202 _ACEOF
9203 if ac_fn_c_try_link "$LINENO"; then :
9204 ac_cv_lib_nsl_gethostbyname=yes
9205 else
9206 ac_cv_lib_nsl_gethostbyname=no
9207 fi
9208 rm -f core conftest.err conftest.$ac_objext \
9209 conftest$ac_exeext conftest.$ac_ext
9210 LIBS=$ac_check_lib_save_LIBS
9211 fi
9212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9213 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9214 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9215 cat >>confdefs.h <<_ACEOF
9216 #define HAVE_LIBNSL 1
9217 _ACEOF
9218
9219 LIBS="-lnsl $LIBS"
9220
9221 fi
9222
9223
9224 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
9225 # using the same condition.
9226
9227 # Use the system's zlib library.
9228 zlibdir="-L\$(top_builddir)/../zlib"
9229 zlibinc="-I\$(top_srcdir)/../zlib"
9230
9231 # Check whether --with-system-zlib was given.
9232 if test "${with_system_zlib+set}" = set; then :
9233 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9234 zlibdir=
9235 zlibinc=
9236 fi
9237
9238 fi
9239
9240
9241
9242
9243
9244 # BFD uses libdl when when plugins enabled.
9245
9246 maybe_plugins=no
9247 for ac_header in dlfcn.h
9248 do :
9249 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9250 "
9251 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9252 cat >>confdefs.h <<_ACEOF
9253 #define HAVE_DLFCN_H 1
9254 _ACEOF
9255 maybe_plugins=yes
9256 fi
9257
9258 done
9259
9260 for ac_header in windows.h
9261 do :
9262 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9263 "
9264 if test "x$ac_cv_header_windows_h" = x""yes; then :
9265 cat >>confdefs.h <<_ACEOF
9266 #define HAVE_WINDOWS_H 1
9267 _ACEOF
9268 maybe_plugins=yes
9269 fi
9270
9271 done
9272
9273
9274 # Check whether --enable-plugins was given.
9275 if test "${enable_plugins+set}" = set; then :
9276 enableval=$enable_plugins; case "${enableval}" in
9277 no) plugins=no ;;
9278 *) plugins=yes
9279 if test "$maybe_plugins" != "yes" ; then
9280 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9281 fi ;;
9282 esac
9283 else
9284 plugins=$maybe_plugins
9285
9286 fi
9287
9288 if test "$plugins" = "yes"; then
9289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9290 $as_echo_n "checking for library containing dlsym... " >&6; }
9291 if test "${ac_cv_search_dlsym+set}" = set; then :
9292 $as_echo_n "(cached) " >&6
9293 else
9294 ac_func_search_save_LIBS=$LIBS
9295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9296 /* end confdefs.h. */
9297
9298 /* Override any GCC internal prototype to avoid an error.
9299 Use char because int might match the return type of a GCC
9300 builtin and then its argument prototype would still apply. */
9301 #ifdef __cplusplus
9302 extern "C"
9303 #endif
9304 char dlsym ();
9305 int
9306 main ()
9307 {
9308 return dlsym ();
9309 ;
9310 return 0;
9311 }
9312 _ACEOF
9313 for ac_lib in '' dl; do
9314 if test -z "$ac_lib"; then
9315 ac_res="none required"
9316 else
9317 ac_res=-l$ac_lib
9318 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9319 fi
9320 if ac_fn_c_try_link "$LINENO"; then :
9321 ac_cv_search_dlsym=$ac_res
9322 fi
9323 rm -f core conftest.err conftest.$ac_objext \
9324 conftest$ac_exeext
9325 if test "${ac_cv_search_dlsym+set}" = set; then :
9326 break
9327 fi
9328 done
9329 if test "${ac_cv_search_dlsym+set}" = set; then :
9330
9331 else
9332 ac_cv_search_dlsym=no
9333 fi
9334 rm conftest.$ac_ext
9335 LIBS=$ac_func_search_save_LIBS
9336 fi
9337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9338 $as_echo "$ac_cv_search_dlsym" >&6; }
9339 ac_res=$ac_cv_search_dlsym
9340 if test "$ac_res" != no; then :
9341 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9342
9343 fi
9344
9345 fi
9346
9347 if test "$plugins" = yes; then
9348 PLUGINS_TRUE=
9349 PLUGINS_FALSE='#'
9350 else
9351 PLUGINS_TRUE='#'
9352 PLUGINS_FALSE=
9353 fi
9354
9355
9356
9357
9358
9359 # Set options
9360 enable_dlopen=yes
9361
9362
9363
9364
9365 enable_win32_dll=no
9366
9367
9368 # Check whether --enable-shared was given.
9369 if test "${enable_shared+set}" = set; then :
9370 enableval=$enable_shared; p=${PACKAGE-default}
9371 case $enableval in
9372 yes) enable_shared=yes ;;
9373 no) enable_shared=no ;;
9374 *)
9375 enable_shared=no
9376 # Look at the argument we got. We use all the common list separators.
9377 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9378 for pkg in $enableval; do
9379 IFS="$lt_save_ifs"
9380 if test "X$pkg" = "X$p"; then
9381 enable_shared=yes
9382 fi
9383 done
9384 IFS="$lt_save_ifs"
9385 ;;
9386 esac
9387 else
9388 enable_shared=yes
9389 fi
9390
9391
9392
9393
9394
9395
9396
9397
9398
9399 # Check whether --enable-static was given.
9400 if test "${enable_static+set}" = set; then :
9401 enableval=$enable_static; p=${PACKAGE-default}
9402 case $enableval in
9403 yes) enable_static=yes ;;
9404 no) enable_static=no ;;
9405 *)
9406 enable_static=no
9407 # Look at the argument we got. We use all the common list separators.
9408 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9409 for pkg in $enableval; do
9410 IFS="$lt_save_ifs"
9411 if test "X$pkg" = "X$p"; then
9412 enable_static=yes
9413 fi
9414 done
9415 IFS="$lt_save_ifs"
9416 ;;
9417 esac
9418 else
9419 enable_static=yes
9420 fi
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431 # Check whether --with-pic was given.
9432 if test "${with_pic+set}" = set; then :
9433 withval=$with_pic; pic_mode="$withval"
9434 else
9435 pic_mode=default
9436 fi
9437
9438
9439 test -z "$pic_mode" && pic_mode=default
9440
9441
9442
9443
9444
9445
9446
9447 # Check whether --enable-fast-install was given.
9448 if test "${enable_fast_install+set}" = set; then :
9449 enableval=$enable_fast_install; p=${PACKAGE-default}
9450 case $enableval in
9451 yes) enable_fast_install=yes ;;
9452 no) enable_fast_install=no ;;
9453 *)
9454 enable_fast_install=no
9455 # Look at the argument we got. We use all the common list separators.
9456 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9457 for pkg in $enableval; do
9458 IFS="$lt_save_ifs"
9459 if test "X$pkg" = "X$p"; then
9460 enable_fast_install=yes
9461 fi
9462 done
9463 IFS="$lt_save_ifs"
9464 ;;
9465 esac
9466 else
9467 enable_fast_install=yes
9468 fi
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480 # This can be used to rebuild libtool when needed
9481 LIBTOOL_DEPS="$ltmain"
9482
9483 # Always use our own libtool.
9484 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511 test -z "$LN_S" && LN_S="ln -s"
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526 if test -n "${ZSH_VERSION+set}" ; then
9527 setopt NO_GLOB_SUBST
9528 fi
9529
9530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9531 $as_echo_n "checking for objdir... " >&6; }
9532 if test "${lt_cv_objdir+set}" = set; then :
9533 $as_echo_n "(cached) " >&6
9534 else
9535 rm -f .libs 2>/dev/null
9536 mkdir .libs 2>/dev/null
9537 if test -d .libs; then
9538 lt_cv_objdir=.libs
9539 else
9540 # MS-DOS does not allow filenames that begin with a dot.
9541 lt_cv_objdir=_libs
9542 fi
9543 rmdir .libs 2>/dev/null
9544 fi
9545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9546 $as_echo "$lt_cv_objdir" >&6; }
9547 objdir=$lt_cv_objdir
9548
9549
9550
9551
9552
9553 cat >>confdefs.h <<_ACEOF
9554 #define LT_OBJDIR "$lt_cv_objdir/"
9555 _ACEOF
9556
9557
9558
9559
9560 case $host_os in
9561 aix3*)
9562 # AIX sometimes has problems with the GCC collect2 program. For some
9563 # reason, if we set the COLLECT_NAMES environment variable, the problems
9564 # vanish in a puff of smoke.
9565 if test "X${COLLECT_NAMES+set}" != Xset; then
9566 COLLECT_NAMES=
9567 export COLLECT_NAMES
9568 fi
9569 ;;
9570 esac
9571
9572 # Global variables:
9573 ofile=libtool
9574 can_build_shared=yes
9575
9576 # All known linkers require a `.a' archive for static linking (except MSVC,
9577 # which needs '.lib').
9578 libext=a
9579
9580 with_gnu_ld="$lt_cv_prog_gnu_ld"
9581
9582 old_CC="$CC"
9583 old_CFLAGS="$CFLAGS"
9584
9585 # Set sane defaults for various variables
9586 test -z "$CC" && CC=cc
9587 test -z "$LTCC" && LTCC=$CC
9588 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9589 test -z "$LD" && LD=ld
9590 test -z "$ac_objext" && ac_objext=o
9591
9592 for cc_temp in $compiler""; do
9593 case $cc_temp in
9594 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9595 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9596 \-*) ;;
9597 *) break;;
9598 esac
9599 done
9600 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9601
9602
9603 # Only perform the check for file, if the check method requires it
9604 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9605 case $deplibs_check_method in
9606 file_magic*)
9607 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9609 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9610 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9611 $as_echo_n "(cached) " >&6
9612 else
9613 case $MAGIC_CMD in
9614 [\\/*] | ?:[\\/]*)
9615 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9616 ;;
9617 *)
9618 lt_save_MAGIC_CMD="$MAGIC_CMD"
9619 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9620 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9621 for ac_dir in $ac_dummy; do
9622 IFS="$lt_save_ifs"
9623 test -z "$ac_dir" && ac_dir=.
9624 if test -f $ac_dir/${ac_tool_prefix}file; then
9625 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9626 if test -n "$file_magic_test_file"; then
9627 case $deplibs_check_method in
9628 "file_magic "*)
9629 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9630 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9631 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9632 $EGREP "$file_magic_regex" > /dev/null; then
9633 :
9634 else
9635 cat <<_LT_EOF 1>&2
9636
9637 *** Warning: the command libtool uses to detect shared libraries,
9638 *** $file_magic_cmd, produces output that libtool cannot recognize.
9639 *** The result is that libtool may fail to recognize shared libraries
9640 *** as such. This will affect the creation of libtool libraries that
9641 *** depend on shared libraries, but programs linked with such libtool
9642 *** libraries will work regardless of this problem. Nevertheless, you
9643 *** may want to report the problem to your system manager and/or to
9644 *** bug-libtool@gnu.org
9645
9646 _LT_EOF
9647 fi ;;
9648 esac
9649 fi
9650 break
9651 fi
9652 done
9653 IFS="$lt_save_ifs"
9654 MAGIC_CMD="$lt_save_MAGIC_CMD"
9655 ;;
9656 esac
9657 fi
9658
9659 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9660 if test -n "$MAGIC_CMD"; then
9661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9662 $as_echo "$MAGIC_CMD" >&6; }
9663 else
9664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9665 $as_echo "no" >&6; }
9666 fi
9667
9668
9669
9670
9671
9672 if test -z "$lt_cv_path_MAGIC_CMD"; then
9673 if test -n "$ac_tool_prefix"; then
9674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9675 $as_echo_n "checking for file... " >&6; }
9676 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9677 $as_echo_n "(cached) " >&6
9678 else
9679 case $MAGIC_CMD in
9680 [\\/*] | ?:[\\/]*)
9681 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9682 ;;
9683 *)
9684 lt_save_MAGIC_CMD="$MAGIC_CMD"
9685 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9686 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9687 for ac_dir in $ac_dummy; do
9688 IFS="$lt_save_ifs"
9689 test -z "$ac_dir" && ac_dir=.
9690 if test -f $ac_dir/file; then
9691 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9692 if test -n "$file_magic_test_file"; then
9693 case $deplibs_check_method in
9694 "file_magic "*)
9695 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9696 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9697 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9698 $EGREP "$file_magic_regex" > /dev/null; then
9699 :
9700 else
9701 cat <<_LT_EOF 1>&2
9702
9703 *** Warning: the command libtool uses to detect shared libraries,
9704 *** $file_magic_cmd, produces output that libtool cannot recognize.
9705 *** The result is that libtool may fail to recognize shared libraries
9706 *** as such. This will affect the creation of libtool libraries that
9707 *** depend on shared libraries, but programs linked with such libtool
9708 *** libraries will work regardless of this problem. Nevertheless, you
9709 *** may want to report the problem to your system manager and/or to
9710 *** bug-libtool@gnu.org
9711
9712 _LT_EOF
9713 fi ;;
9714 esac
9715 fi
9716 break
9717 fi
9718 done
9719 IFS="$lt_save_ifs"
9720 MAGIC_CMD="$lt_save_MAGIC_CMD"
9721 ;;
9722 esac
9723 fi
9724
9725 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9726 if test -n "$MAGIC_CMD"; then
9727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9728 $as_echo "$MAGIC_CMD" >&6; }
9729 else
9730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9731 $as_echo "no" >&6; }
9732 fi
9733
9734
9735 else
9736 MAGIC_CMD=:
9737 fi
9738 fi
9739
9740 fi
9741 ;;
9742 esac
9743
9744 # Use C for the default configuration in the libtool script
9745
9746 lt_save_CC="$CC"
9747 ac_ext=c
9748 ac_cpp='$CPP $CPPFLAGS'
9749 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9750 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9751 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9752
9753
9754 # Source file extension for C test sources.
9755 ac_ext=c
9756
9757 # Object file extension for compiled C test sources.
9758 objext=o
9759 objext=$objext
9760
9761 # Code to be used in simple compile tests
9762 lt_simple_compile_test_code="int some_variable = 0;"
9763
9764 # Code to be used in simple link tests
9765 lt_simple_link_test_code='int main(){return(0);}'
9766
9767
9768
9769
9770
9771
9772
9773 # If no C compiler was specified, use CC.
9774 LTCC=${LTCC-"$CC"}
9775
9776 # If no C compiler flags were specified, use CFLAGS.
9777 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9778
9779 # Allow CC to be a program name with arguments.
9780 compiler=$CC
9781
9782 # Save the default compiler, since it gets overwritten when the other
9783 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9784 compiler_DEFAULT=$CC
9785
9786 # save warnings/boilerplate of simple test code
9787 ac_outfile=conftest.$ac_objext
9788 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9789 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9790 _lt_compiler_boilerplate=`cat conftest.err`
9791 $RM conftest*
9792
9793 ac_outfile=conftest.$ac_objext
9794 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9795 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9796 _lt_linker_boilerplate=`cat conftest.err`
9797 $RM -r conftest*
9798
9799
9800 ## CAVEAT EMPTOR:
9801 ## There is no encapsulation within the following macros, do not change
9802 ## the running order or otherwise move them around unless you know exactly
9803 ## what you are doing...
9804 if test -n "$compiler"; then
9805
9806 lt_prog_compiler_no_builtin_flag=
9807
9808 if test "$GCC" = yes; then
9809 case $cc_basename in
9810 nvcc*)
9811 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9812 *)
9813 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9814 esac
9815
9816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9817 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9818 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9819 $as_echo_n "(cached) " >&6
9820 else
9821 lt_cv_prog_compiler_rtti_exceptions=no
9822 ac_outfile=conftest.$ac_objext
9823 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9824 lt_compiler_flag="-fno-rtti -fno-exceptions"
9825 # Insert the option either (1) after the last *FLAGS variable, or
9826 # (2) before a word containing "conftest.", or (3) at the end.
9827 # Note that $ac_compile itself does not contain backslashes and begins
9828 # with a dollar sign (not a hyphen), so the echo should work correctly.
9829 # The option is referenced via a variable to avoid confusing sed.
9830 lt_compile=`echo "$ac_compile" | $SED \
9831 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9832 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9833 -e 's:$: $lt_compiler_flag:'`
9834 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9835 (eval "$lt_compile" 2>conftest.err)
9836 ac_status=$?
9837 cat conftest.err >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 if (exit $ac_status) && test -s "$ac_outfile"; then
9840 # The compiler can only warn and ignore the option if not recognized
9841 # So say no if there are warnings other than the usual output.
9842 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9843 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9844 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9845 lt_cv_prog_compiler_rtti_exceptions=yes
9846 fi
9847 fi
9848 $RM conftest*
9849
9850 fi
9851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9852 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9853
9854 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9855 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9856 else
9857 :
9858 fi
9859
9860 fi
9861
9862
9863
9864
9865
9866
9867 lt_prog_compiler_wl=
9868 lt_prog_compiler_pic=
9869 lt_prog_compiler_static=
9870
9871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9872 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9873
9874 if test "$GCC" = yes; then
9875 lt_prog_compiler_wl='-Wl,'
9876 lt_prog_compiler_static='-static'
9877
9878 case $host_os in
9879 aix*)
9880 # All AIX code is PIC.
9881 if test "$host_cpu" = ia64; then
9882 # AIX 5 now supports IA64 processor
9883 lt_prog_compiler_static='-Bstatic'
9884 fi
9885 lt_prog_compiler_pic='-fPIC'
9886 ;;
9887
9888 amigaos*)
9889 case $host_cpu in
9890 powerpc)
9891 # see comment about AmigaOS4 .so support
9892 lt_prog_compiler_pic='-fPIC'
9893 ;;
9894 m68k)
9895 # FIXME: we need at least 68020 code to build shared libraries, but
9896 # adding the `-m68020' flag to GCC prevents building anything better,
9897 # like `-m68040'.
9898 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9899 ;;
9900 esac
9901 ;;
9902
9903 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9904 # PIC is the default for these OSes.
9905 ;;
9906
9907 mingw* | cygwin* | pw32* | os2* | cegcc*)
9908 # This hack is so that the source file can tell whether it is being
9909 # built for inclusion in a dll (and should export symbols for example).
9910 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9911 # (--disable-auto-import) libraries
9912 lt_prog_compiler_pic='-DDLL_EXPORT'
9913 ;;
9914
9915 darwin* | rhapsody*)
9916 # PIC is the default on this platform
9917 # Common symbols not allowed in MH_DYLIB files
9918 lt_prog_compiler_pic='-fno-common'
9919 ;;
9920
9921 haiku*)
9922 # PIC is the default for Haiku.
9923 # The "-static" flag exists, but is broken.
9924 lt_prog_compiler_static=
9925 ;;
9926
9927 hpux*)
9928 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9929 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9930 # sets the default TLS model and affects inlining.
9931 case $host_cpu in
9932 hppa*64*)
9933 # +Z the default
9934 ;;
9935 *)
9936 lt_prog_compiler_pic='-fPIC'
9937 ;;
9938 esac
9939 ;;
9940
9941 interix[3-9]*)
9942 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9943 # Instead, we relocate shared libraries at runtime.
9944 ;;
9945
9946 msdosdjgpp*)
9947 # Just because we use GCC doesn't mean we suddenly get shared libraries
9948 # on systems that don't support them.
9949 lt_prog_compiler_can_build_shared=no
9950 enable_shared=no
9951 ;;
9952
9953 *nto* | *qnx*)
9954 # QNX uses GNU C++, but need to define -shared option too, otherwise
9955 # it will coredump.
9956 lt_prog_compiler_pic='-fPIC -shared'
9957 ;;
9958
9959 sysv4*MP*)
9960 if test -d /usr/nec; then
9961 lt_prog_compiler_pic=-Kconform_pic
9962 fi
9963 ;;
9964
9965 *)
9966 lt_prog_compiler_pic='-fPIC'
9967 ;;
9968 esac
9969
9970 case $cc_basename in
9971 nvcc*) # Cuda Compiler Driver 2.2
9972 lt_prog_compiler_wl='-Xlinker '
9973 lt_prog_compiler_pic='-Xcompiler -fPIC'
9974 ;;
9975 esac
9976 else
9977 # PORTME Check for flag to pass linker flags through the system compiler.
9978 case $host_os in
9979 aix*)
9980 lt_prog_compiler_wl='-Wl,'
9981 if test "$host_cpu" = ia64; then
9982 # AIX 5 now supports IA64 processor
9983 lt_prog_compiler_static='-Bstatic'
9984 else
9985 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9986 fi
9987 ;;
9988
9989 mingw* | cygwin* | pw32* | os2* | cegcc*)
9990 # This hack is so that the source file can tell whether it is being
9991 # built for inclusion in a dll (and should export symbols for example).
9992 lt_prog_compiler_pic='-DDLL_EXPORT'
9993 ;;
9994
9995 hpux9* | hpux10* | hpux11*)
9996 lt_prog_compiler_wl='-Wl,'
9997 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9998 # not for PA HP-UX.
9999 case $host_cpu in
10000 hppa*64*|ia64*)
10001 # +Z the default
10002 ;;
10003 *)
10004 lt_prog_compiler_pic='+Z'
10005 ;;
10006 esac
10007 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10008 lt_prog_compiler_static='${wl}-a ${wl}archive'
10009 ;;
10010
10011 irix5* | irix6* | nonstopux*)
10012 lt_prog_compiler_wl='-Wl,'
10013 # PIC (with -KPIC) is the default.
10014 lt_prog_compiler_static='-non_shared'
10015 ;;
10016
10017 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10018 case $cc_basename in
10019 # old Intel for x86_64 which still supported -KPIC.
10020 ecc*)
10021 lt_prog_compiler_wl='-Wl,'
10022 lt_prog_compiler_pic='-KPIC'
10023 lt_prog_compiler_static='-static'
10024 ;;
10025 # icc used to be incompatible with GCC.
10026 # ICC 10 doesn't accept -KPIC any more.
10027 icc* | ifort*)
10028 lt_prog_compiler_wl='-Wl,'
10029 lt_prog_compiler_pic='-fPIC'
10030 lt_prog_compiler_static='-static'
10031 ;;
10032 # Lahey Fortran 8.1.
10033 lf95*)
10034 lt_prog_compiler_wl='-Wl,'
10035 lt_prog_compiler_pic='--shared'
10036 lt_prog_compiler_static='--static'
10037 ;;
10038 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10039 # Portland Group compilers (*not* the Pentium gcc compiler,
10040 # which looks to be a dead project)
10041 lt_prog_compiler_wl='-Wl,'
10042 lt_prog_compiler_pic='-fpic'
10043 lt_prog_compiler_static='-Bstatic'
10044 ;;
10045 ccc*)
10046 lt_prog_compiler_wl='-Wl,'
10047 # All Alpha code is PIC.
10048 lt_prog_compiler_static='-non_shared'
10049 ;;
10050 xl* | bgxl* | bgf* | mpixl*)
10051 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10052 lt_prog_compiler_wl='-Wl,'
10053 lt_prog_compiler_pic='-qpic'
10054 lt_prog_compiler_static='-qstaticlink'
10055 ;;
10056 *)
10057 case `$CC -V 2>&1 | sed 5q` in
10058 *Sun\ F* | *Sun*Fortran*)
10059 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10060 lt_prog_compiler_pic='-KPIC'
10061 lt_prog_compiler_static='-Bstatic'
10062 lt_prog_compiler_wl=''
10063 ;;
10064 *Sun\ C*)
10065 # Sun C 5.9
10066 lt_prog_compiler_pic='-KPIC'
10067 lt_prog_compiler_static='-Bstatic'
10068 lt_prog_compiler_wl='-Wl,'
10069 ;;
10070 esac
10071 ;;
10072 esac
10073 ;;
10074
10075 newsos6)
10076 lt_prog_compiler_pic='-KPIC'
10077 lt_prog_compiler_static='-Bstatic'
10078 ;;
10079
10080 *nto* | *qnx*)
10081 # QNX uses GNU C++, but need to define -shared option too, otherwise
10082 # it will coredump.
10083 lt_prog_compiler_pic='-fPIC -shared'
10084 ;;
10085
10086 osf3* | osf4* | osf5*)
10087 lt_prog_compiler_wl='-Wl,'
10088 # All OSF/1 code is PIC.
10089 lt_prog_compiler_static='-non_shared'
10090 ;;
10091
10092 rdos*)
10093 lt_prog_compiler_static='-non_shared'
10094 ;;
10095
10096 solaris*)
10097 lt_prog_compiler_pic='-KPIC'
10098 lt_prog_compiler_static='-Bstatic'
10099 case $cc_basename in
10100 f77* | f90* | f95*)
10101 lt_prog_compiler_wl='-Qoption ld ';;
10102 *)
10103 lt_prog_compiler_wl='-Wl,';;
10104 esac
10105 ;;
10106
10107 sunos4*)
10108 lt_prog_compiler_wl='-Qoption ld '
10109 lt_prog_compiler_pic='-PIC'
10110 lt_prog_compiler_static='-Bstatic'
10111 ;;
10112
10113 sysv4 | sysv4.2uw2* | sysv4.3*)
10114 lt_prog_compiler_wl='-Wl,'
10115 lt_prog_compiler_pic='-KPIC'
10116 lt_prog_compiler_static='-Bstatic'
10117 ;;
10118
10119 sysv4*MP*)
10120 if test -d /usr/nec ;then
10121 lt_prog_compiler_pic='-Kconform_pic'
10122 lt_prog_compiler_static='-Bstatic'
10123 fi
10124 ;;
10125
10126 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10127 lt_prog_compiler_wl='-Wl,'
10128 lt_prog_compiler_pic='-KPIC'
10129 lt_prog_compiler_static='-Bstatic'
10130 ;;
10131
10132 unicos*)
10133 lt_prog_compiler_wl='-Wl,'
10134 lt_prog_compiler_can_build_shared=no
10135 ;;
10136
10137 uts4*)
10138 lt_prog_compiler_pic='-pic'
10139 lt_prog_compiler_static='-Bstatic'
10140 ;;
10141
10142 *)
10143 lt_prog_compiler_can_build_shared=no
10144 ;;
10145 esac
10146 fi
10147
10148 case $host_os in
10149 # For platforms which do not support PIC, -DPIC is meaningless:
10150 *djgpp*)
10151 lt_prog_compiler_pic=
10152 ;;
10153 *)
10154 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10155 ;;
10156 esac
10157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10158 $as_echo "$lt_prog_compiler_pic" >&6; }
10159
10160
10161
10162
10163
10164
10165 #
10166 # Check to make sure the PIC flag actually works.
10167 #
10168 if test -n "$lt_prog_compiler_pic"; then
10169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10170 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10171 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10172 $as_echo_n "(cached) " >&6
10173 else
10174 lt_cv_prog_compiler_pic_works=no
10175 ac_outfile=conftest.$ac_objext
10176 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10177 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10178 # Insert the option either (1) after the last *FLAGS variable, or
10179 # (2) before a word containing "conftest.", or (3) at the end.
10180 # Note that $ac_compile itself does not contain backslashes and begins
10181 # with a dollar sign (not a hyphen), so the echo should work correctly.
10182 # The option is referenced via a variable to avoid confusing sed.
10183 lt_compile=`echo "$ac_compile" | $SED \
10184 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10185 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10186 -e 's:$: $lt_compiler_flag:'`
10187 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10188 (eval "$lt_compile" 2>conftest.err)
10189 ac_status=$?
10190 cat conftest.err >&5
10191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10192 if (exit $ac_status) && test -s "$ac_outfile"; then
10193 # The compiler can only warn and ignore the option if not recognized
10194 # So say no if there are warnings other than the usual output.
10195 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10196 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10197 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10198 lt_cv_prog_compiler_pic_works=yes
10199 fi
10200 fi
10201 $RM conftest*
10202
10203 fi
10204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10205 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10206
10207 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10208 case $lt_prog_compiler_pic in
10209 "" | " "*) ;;
10210 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10211 esac
10212 else
10213 lt_prog_compiler_pic=
10214 lt_prog_compiler_can_build_shared=no
10215 fi
10216
10217 fi
10218
10219
10220
10221
10222
10223
10224 #
10225 # Check to make sure the static flag actually works.
10226 #
10227 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10229 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10230 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
10231 $as_echo_n "(cached) " >&6
10232 else
10233 lt_cv_prog_compiler_static_works=no
10234 save_LDFLAGS="$LDFLAGS"
10235 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10236 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10237 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10238 # The linker can only warn and ignore the option if not recognized
10239 # So say no if there are warnings
10240 if test -s conftest.err; then
10241 # Append any errors to the config.log.
10242 cat conftest.err 1>&5
10243 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10244 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10245 if diff conftest.exp conftest.er2 >/dev/null; then
10246 lt_cv_prog_compiler_static_works=yes
10247 fi
10248 else
10249 lt_cv_prog_compiler_static_works=yes
10250 fi
10251 fi
10252 $RM -r conftest*
10253 LDFLAGS="$save_LDFLAGS"
10254
10255 fi
10256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10257 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10258
10259 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10260 :
10261 else
10262 lt_prog_compiler_static=
10263 fi
10264
10265
10266
10267
10268
10269
10270
10271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10272 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10273 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10274 $as_echo_n "(cached) " >&6
10275 else
10276 lt_cv_prog_compiler_c_o=no
10277 $RM -r conftest 2>/dev/null
10278 mkdir conftest
10279 cd conftest
10280 mkdir out
10281 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10282
10283 lt_compiler_flag="-o out/conftest2.$ac_objext"
10284 # Insert the option either (1) after the last *FLAGS variable, or
10285 # (2) before a word containing "conftest.", or (3) at the end.
10286 # Note that $ac_compile itself does not contain backslashes and begins
10287 # with a dollar sign (not a hyphen), so the echo should work correctly.
10288 lt_compile=`echo "$ac_compile" | $SED \
10289 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10290 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10291 -e 's:$: $lt_compiler_flag:'`
10292 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10293 (eval "$lt_compile" 2>out/conftest.err)
10294 ac_status=$?
10295 cat out/conftest.err >&5
10296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10297 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10298 then
10299 # The compiler can only warn and ignore the option if not recognized
10300 # So say no if there are warnings
10301 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10302 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10303 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10304 lt_cv_prog_compiler_c_o=yes
10305 fi
10306 fi
10307 chmod u+w . 2>&5
10308 $RM conftest*
10309 # SGI C++ compiler will create directory out/ii_files/ for
10310 # template instantiation
10311 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10312 $RM out/* && rmdir out
10313 cd ..
10314 $RM -r conftest
10315 $RM conftest*
10316
10317 fi
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10319 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10320
10321
10322
10323
10324
10325
10326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10327 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10328 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10329 $as_echo_n "(cached) " >&6
10330 else
10331 lt_cv_prog_compiler_c_o=no
10332 $RM -r conftest 2>/dev/null
10333 mkdir conftest
10334 cd conftest
10335 mkdir out
10336 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10337
10338 lt_compiler_flag="-o out/conftest2.$ac_objext"
10339 # Insert the option either (1) after the last *FLAGS variable, or
10340 # (2) before a word containing "conftest.", or (3) at the end.
10341 # Note that $ac_compile itself does not contain backslashes and begins
10342 # with a dollar sign (not a hyphen), so the echo should work correctly.
10343 lt_compile=`echo "$ac_compile" | $SED \
10344 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10345 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10346 -e 's:$: $lt_compiler_flag:'`
10347 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10348 (eval "$lt_compile" 2>out/conftest.err)
10349 ac_status=$?
10350 cat out/conftest.err >&5
10351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10352 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10353 then
10354 # The compiler can only warn and ignore the option if not recognized
10355 # So say no if there are warnings
10356 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10357 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10358 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10359 lt_cv_prog_compiler_c_o=yes
10360 fi
10361 fi
10362 chmod u+w . 2>&5
10363 $RM conftest*
10364 # SGI C++ compiler will create directory out/ii_files/ for
10365 # template instantiation
10366 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10367 $RM out/* && rmdir out
10368 cd ..
10369 $RM -r conftest
10370 $RM conftest*
10371
10372 fi
10373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10374 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10375
10376
10377
10378
10379 hard_links="nottested"
10380 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10381 # do not overwrite the value of need_locks provided by the user
10382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10383 $as_echo_n "checking if we can lock with hard links... " >&6; }
10384 hard_links=yes
10385 $RM conftest*
10386 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10387 touch conftest.a
10388 ln conftest.a conftest.b 2>&5 || hard_links=no
10389 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10391 $as_echo "$hard_links" >&6; }
10392 if test "$hard_links" = no; then
10393 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10394 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10395 need_locks=warn
10396 fi
10397 else
10398 need_locks=no
10399 fi
10400
10401
10402
10403
10404
10405
10406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10407 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10408
10409 runpath_var=
10410 allow_undefined_flag=
10411 always_export_symbols=no
10412 archive_cmds=
10413 archive_expsym_cmds=
10414 compiler_needs_object=no
10415 enable_shared_with_static_runtimes=no
10416 export_dynamic_flag_spec=
10417 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10418 hardcode_automatic=no
10419 hardcode_direct=no
10420 hardcode_direct_absolute=no
10421 hardcode_libdir_flag_spec=
10422 hardcode_libdir_flag_spec_ld=
10423 hardcode_libdir_separator=
10424 hardcode_minus_L=no
10425 hardcode_shlibpath_var=unsupported
10426 inherit_rpath=no
10427 link_all_deplibs=unknown
10428 module_cmds=
10429 module_expsym_cmds=
10430 old_archive_from_new_cmds=
10431 old_archive_from_expsyms_cmds=
10432 thread_safe_flag_spec=
10433 whole_archive_flag_spec=
10434 # include_expsyms should be a list of space-separated symbols to be *always*
10435 # included in the symbol list
10436 include_expsyms=
10437 # exclude_expsyms can be an extended regexp of symbols to exclude
10438 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10439 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10440 # as well as any symbol that contains `d'.
10441 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10442 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10443 # platforms (ab)use it in PIC code, but their linkers get confused if
10444 # the symbol is explicitly referenced. Since portable code cannot
10445 # rely on this symbol name, it's probably fine to never include it in
10446 # preloaded symbol tables.
10447 # Exclude shared library initialization/finalization symbols.
10448 extract_expsyms_cmds=
10449
10450 case $host_os in
10451 cygwin* | mingw* | pw32* | cegcc*)
10452 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10453 # When not using gcc, we currently assume that we are using
10454 # Microsoft Visual C++.
10455 if test "$GCC" != yes; then
10456 with_gnu_ld=no
10457 fi
10458 ;;
10459 interix*)
10460 # we just hope/assume this is gcc and not c89 (= MSVC++)
10461 with_gnu_ld=yes
10462 ;;
10463 openbsd*)
10464 with_gnu_ld=no
10465 ;;
10466 esac
10467
10468 ld_shlibs=yes
10469
10470 # On some targets, GNU ld is compatible enough with the native linker
10471 # that we're better off using the native interface for both.
10472 lt_use_gnu_ld_interface=no
10473 if test "$with_gnu_ld" = yes; then
10474 case $host_os in
10475 aix*)
10476 # The AIX port of GNU ld has always aspired to compatibility
10477 # with the native linker. However, as the warning in the GNU ld
10478 # block says, versions before 2.19.5* couldn't really create working
10479 # shared libraries, regardless of the interface used.
10480 case `$LD -v 2>&1` in
10481 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10482 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10483 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10484 *)
10485 lt_use_gnu_ld_interface=yes
10486 ;;
10487 esac
10488 ;;
10489 *)
10490 lt_use_gnu_ld_interface=yes
10491 ;;
10492 esac
10493 fi
10494
10495 if test "$lt_use_gnu_ld_interface" = yes; then
10496 # If archive_cmds runs LD, not CC, wlarc should be empty
10497 wlarc='${wl}'
10498
10499 # Set some defaults for GNU ld with shared library support. These
10500 # are reset later if shared libraries are not supported. Putting them
10501 # here allows them to be overridden if necessary.
10502 runpath_var=LD_RUN_PATH
10503 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10504 export_dynamic_flag_spec='${wl}--export-dynamic'
10505 # ancient GNU ld didn't support --whole-archive et. al.
10506 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10507 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10508 else
10509 whole_archive_flag_spec=
10510 fi
10511 supports_anon_versioning=no
10512 case `$LD -v 2>&1` in
10513 *GNU\ gold*) supports_anon_versioning=yes ;;
10514 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10515 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10516 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10517 *\ 2.11.*) ;; # other 2.11 versions
10518 *) supports_anon_versioning=yes ;;
10519 esac
10520
10521 # See if GNU ld supports shared libraries.
10522 case $host_os in
10523 aix[3-9]*)
10524 # On AIX/PPC, the GNU linker is very broken
10525 if test "$host_cpu" != ia64; then
10526 ld_shlibs=no
10527 cat <<_LT_EOF 1>&2
10528
10529 *** Warning: the GNU linker, at least up to release 2.19, is reported
10530 *** to be unable to reliably create shared libraries on AIX.
10531 *** Therefore, libtool is disabling shared libraries support. If you
10532 *** really care for shared libraries, you may want to install binutils
10533 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10534 *** You will then need to restart the configuration process.
10535
10536 _LT_EOF
10537 fi
10538 ;;
10539
10540 amigaos*)
10541 case $host_cpu in
10542 powerpc)
10543 # see comment about AmigaOS4 .so support
10544 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10545 archive_expsym_cmds=''
10546 ;;
10547 m68k)
10548 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)'
10549 hardcode_libdir_flag_spec='-L$libdir'
10550 hardcode_minus_L=yes
10551 ;;
10552 esac
10553 ;;
10554
10555 beos*)
10556 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10557 allow_undefined_flag=unsupported
10558 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10559 # support --undefined. This deserves some investigation. FIXME
10560 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10561 else
10562 ld_shlibs=no
10563 fi
10564 ;;
10565
10566 cygwin* | mingw* | pw32* | cegcc*)
10567 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10568 # as there is no search path for DLLs.
10569 hardcode_libdir_flag_spec='-L$libdir'
10570 export_dynamic_flag_spec='${wl}--export-all-symbols'
10571 allow_undefined_flag=unsupported
10572 always_export_symbols=no
10573 enable_shared_with_static_runtimes=yes
10574 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10575
10576 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10577 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10578 # If the export-symbols file already is a .def file (1st line
10579 # is EXPORTS), use it as is; otherwise, prepend...
10580 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10581 cp $export_symbols $output_objdir/$soname.def;
10582 else
10583 echo EXPORTS > $output_objdir/$soname.def;
10584 cat $export_symbols >> $output_objdir/$soname.def;
10585 fi~
10586 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10587 else
10588 ld_shlibs=no
10589 fi
10590 ;;
10591
10592 haiku*)
10593 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10594 link_all_deplibs=yes
10595 ;;
10596
10597 interix[3-9]*)
10598 hardcode_direct=no
10599 hardcode_shlibpath_var=no
10600 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10601 export_dynamic_flag_spec='${wl}-E'
10602 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10603 # Instead, shared libraries are loaded at an image base (0x10000000 by
10604 # default) and relocated if they conflict, which is a slow very memory
10605 # consuming and fragmenting process. To avoid this, we pick a random,
10606 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10607 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10608 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10609 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'
10610 ;;
10611
10612 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10613 tmp_diet=no
10614 if test "$host_os" = linux-dietlibc; then
10615 case $cc_basename in
10616 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10617 esac
10618 fi
10619 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10620 && test "$tmp_diet" = no
10621 then
10622 tmp_addflag=' $pic_flag'
10623 tmp_sharedflag='-shared'
10624 case $cc_basename,$host_cpu in
10625 pgcc*) # Portland Group C compiler
10626 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'
10627 tmp_addflag=' $pic_flag'
10628 ;;
10629 pgf77* | pgf90* | pgf95* | pgfortran*)
10630 # Portland Group f77 and f90 compilers
10631 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'
10632 tmp_addflag=' $pic_flag -Mnomain' ;;
10633 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10634 tmp_addflag=' -i_dynamic' ;;
10635 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10636 tmp_addflag=' -i_dynamic -nofor_main' ;;
10637 ifc* | ifort*) # Intel Fortran compiler
10638 tmp_addflag=' -nofor_main' ;;
10639 lf95*) # Lahey Fortran 8.1
10640 whole_archive_flag_spec=
10641 tmp_sharedflag='--shared' ;;
10642 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10643 tmp_sharedflag='-qmkshrobj'
10644 tmp_addflag= ;;
10645 nvcc*) # Cuda Compiler Driver 2.2
10646 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'
10647 compiler_needs_object=yes
10648 ;;
10649 esac
10650 case `$CC -V 2>&1 | sed 5q` in
10651 *Sun\ C*) # Sun C 5.9
10652 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'
10653 compiler_needs_object=yes
10654 tmp_sharedflag='-G' ;;
10655 *Sun\ F*) # Sun Fortran 8.3
10656 tmp_sharedflag='-G' ;;
10657 esac
10658 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10659
10660 if test "x$supports_anon_versioning" = xyes; then
10661 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10662 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10663 echo "local: *; };" >> $output_objdir/$libname.ver~
10664 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10665 fi
10666
10667 case $cc_basename in
10668 xlf* | bgf* | bgxlf* | mpixlf*)
10669 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10670 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10671 hardcode_libdir_flag_spec=
10672 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10673 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10674 if test "x$supports_anon_versioning" = xyes; then
10675 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10676 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10677 echo "local: *; };" >> $output_objdir/$libname.ver~
10678 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10679 fi
10680 ;;
10681 esac
10682 else
10683 ld_shlibs=no
10684 fi
10685 ;;
10686
10687 netbsd*)
10688 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10689 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10690 wlarc=
10691 else
10692 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10693 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10694 fi
10695 ;;
10696
10697 solaris*)
10698 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10699 ld_shlibs=no
10700 cat <<_LT_EOF 1>&2
10701
10702 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10703 *** create shared libraries on Solaris systems. Therefore, libtool
10704 *** is disabling shared libraries support. We urge you to upgrade GNU
10705 *** binutils to release 2.9.1 or newer. Another option is to modify
10706 *** your PATH or compiler configuration so that the native linker is
10707 *** used, and then restart.
10708
10709 _LT_EOF
10710 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10711 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10712 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10713 else
10714 ld_shlibs=no
10715 fi
10716 ;;
10717
10718 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10719 case `$LD -v 2>&1` in
10720 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10721 ld_shlibs=no
10722 cat <<_LT_EOF 1>&2
10723
10724 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10725 *** reliably create shared libraries on SCO systems. Therefore, libtool
10726 *** is disabling shared libraries support. We urge you to upgrade GNU
10727 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10728 *** your PATH or compiler configuration so that the native linker is
10729 *** used, and then restart.
10730
10731 _LT_EOF
10732 ;;
10733 *)
10734 # For security reasons, it is highly recommended that you always
10735 # use absolute paths for naming shared libraries, and exclude the
10736 # DT_RUNPATH tag from executables and libraries. But doing so
10737 # requires that you compile everything twice, which is a pain.
10738 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10739 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10740 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10741 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10742 else
10743 ld_shlibs=no
10744 fi
10745 ;;
10746 esac
10747 ;;
10748
10749 sunos4*)
10750 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10751 wlarc=
10752 hardcode_direct=yes
10753 hardcode_shlibpath_var=no
10754 ;;
10755
10756 *)
10757 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10758 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10759 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10760 else
10761 ld_shlibs=no
10762 fi
10763 ;;
10764 esac
10765
10766 if test "$ld_shlibs" = no; then
10767 runpath_var=
10768 hardcode_libdir_flag_spec=
10769 export_dynamic_flag_spec=
10770 whole_archive_flag_spec=
10771 fi
10772 else
10773 # PORTME fill in a description of your system's linker (not GNU ld)
10774 case $host_os in
10775 aix3*)
10776 allow_undefined_flag=unsupported
10777 always_export_symbols=yes
10778 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'
10779 # Note: this linker hardcodes the directories in LIBPATH if there
10780 # are no directories specified by -L.
10781 hardcode_minus_L=yes
10782 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10783 # Neither direct hardcoding nor static linking is supported with a
10784 # broken collect2.
10785 hardcode_direct=unsupported
10786 fi
10787 ;;
10788
10789 aix[4-9]*)
10790 if test "$host_cpu" = ia64; then
10791 # On IA64, the linker does run time linking by default, so we don't
10792 # have to do anything special.
10793 aix_use_runtimelinking=no
10794 exp_sym_flag='-Bexport'
10795 no_entry_flag=""
10796 else
10797 # If we're using GNU nm, then we don't want the "-C" option.
10798 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10799 # Also, AIX nm treats weak defined symbols like other global
10800 # defined symbols, whereas GNU nm marks them as "W".
10801 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10802 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'
10803 else
10804 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10805 fi
10806 aix_use_runtimelinking=no
10807
10808 # Test if we are trying to use run time linking or normal
10809 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10810 # need to do runtime linking.
10811 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10812 for ld_flag in $LDFLAGS; do
10813 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10814 aix_use_runtimelinking=yes
10815 break
10816 fi
10817 done
10818 ;;
10819 esac
10820
10821 exp_sym_flag='-bexport'
10822 no_entry_flag='-bnoentry'
10823 fi
10824
10825 # When large executables or shared objects are built, AIX ld can
10826 # have problems creating the table of contents. If linking a library
10827 # or program results in "error TOC overflow" add -mminimal-toc to
10828 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10829 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10830
10831 archive_cmds=''
10832 hardcode_direct=yes
10833 hardcode_direct_absolute=yes
10834 hardcode_libdir_separator=':'
10835 link_all_deplibs=yes
10836 file_list_spec='${wl}-f,'
10837
10838 if test "$GCC" = yes; then
10839 case $host_os in aix4.[012]|aix4.[012].*)
10840 # We only want to do this on AIX 4.2 and lower, the check
10841 # below for broken collect2 doesn't work under 4.3+
10842 collect2name=`${CC} -print-prog-name=collect2`
10843 if test -f "$collect2name" &&
10844 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10845 then
10846 # We have reworked collect2
10847 :
10848 else
10849 # We have old collect2
10850 hardcode_direct=unsupported
10851 # It fails to find uninstalled libraries when the uninstalled
10852 # path is not listed in the libpath. Setting hardcode_minus_L
10853 # to unsupported forces relinking
10854 hardcode_minus_L=yes
10855 hardcode_libdir_flag_spec='-L$libdir'
10856 hardcode_libdir_separator=
10857 fi
10858 ;;
10859 esac
10860 shared_flag='-shared'
10861 if test "$aix_use_runtimelinking" = yes; then
10862 shared_flag="$shared_flag "'${wl}-G'
10863 fi
10864 else
10865 # not using gcc
10866 if test "$host_cpu" = ia64; then
10867 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10868 # chokes on -Wl,-G. The following line is correct:
10869 shared_flag='-G'
10870 else
10871 if test "$aix_use_runtimelinking" = yes; then
10872 shared_flag='${wl}-G'
10873 else
10874 shared_flag='${wl}-bM:SRE'
10875 fi
10876 fi
10877 fi
10878
10879 export_dynamic_flag_spec='${wl}-bexpall'
10880 # It seems that -bexpall does not export symbols beginning with
10881 # underscore (_), so it is better to generate a list of symbols to export.
10882 always_export_symbols=yes
10883 if test "$aix_use_runtimelinking" = yes; then
10884 # Warning - without using the other runtime loading flags (-brtl),
10885 # -berok will link without error, but may produce a broken library.
10886 allow_undefined_flag='-berok'
10887 # Determine the default libpath from the value encoded in an
10888 # empty executable.
10889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10890 /* end confdefs.h. */
10891
10892 int
10893 main ()
10894 {
10895
10896 ;
10897 return 0;
10898 }
10899 _ACEOF
10900 if ac_fn_c_try_link "$LINENO"; then :
10901
10902 lt_aix_libpath_sed='
10903 /Import File Strings/,/^$/ {
10904 /^0/ {
10905 s/^0 *\(.*\)$/\1/
10906 p
10907 }
10908 }'
10909 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10910 # Check for a 64-bit object if we didn't find anything.
10911 if test -z "$aix_libpath"; then
10912 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10913 fi
10914 fi
10915 rm -f core conftest.err conftest.$ac_objext \
10916 conftest$ac_exeext conftest.$ac_ext
10917 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10918
10919 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10920 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"
10921 else
10922 if test "$host_cpu" = ia64; then
10923 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10924 allow_undefined_flag="-z nodefs"
10925 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"
10926 else
10927 # Determine the default libpath from the value encoded in an
10928 # empty executable.
10929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10930 /* end confdefs.h. */
10931
10932 int
10933 main ()
10934 {
10935
10936 ;
10937 return 0;
10938 }
10939 _ACEOF
10940 if ac_fn_c_try_link "$LINENO"; then :
10941
10942 lt_aix_libpath_sed='
10943 /Import File Strings/,/^$/ {
10944 /^0/ {
10945 s/^0 *\(.*\)$/\1/
10946 p
10947 }
10948 }'
10949 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10950 # Check for a 64-bit object if we didn't find anything.
10951 if test -z "$aix_libpath"; then
10952 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10953 fi
10954 fi
10955 rm -f core conftest.err conftest.$ac_objext \
10956 conftest$ac_exeext conftest.$ac_ext
10957 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10958
10959 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10960 # Warning - without using the other run time loading flags,
10961 # -berok will link without error, but may produce a broken library.
10962 no_undefined_flag=' ${wl}-bernotok'
10963 allow_undefined_flag=' ${wl}-berok'
10964 if test "$with_gnu_ld" = yes; then
10965 # We only use this code for GNU lds that support --whole-archive.
10966 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10967 else
10968 # Exported symbols can be pulled into shared objects from archives
10969 whole_archive_flag_spec='$convenience'
10970 fi
10971 archive_cmds_need_lc=yes
10972 # This is similar to how AIX traditionally builds its shared libraries.
10973 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'
10974 fi
10975 fi
10976 ;;
10977
10978 amigaos*)
10979 case $host_cpu in
10980 powerpc)
10981 # see comment about AmigaOS4 .so support
10982 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10983 archive_expsym_cmds=''
10984 ;;
10985 m68k)
10986 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)'
10987 hardcode_libdir_flag_spec='-L$libdir'
10988 hardcode_minus_L=yes
10989 ;;
10990 esac
10991 ;;
10992
10993 bsdi[45]*)
10994 export_dynamic_flag_spec=-rdynamic
10995 ;;
10996
10997 cygwin* | mingw* | pw32* | cegcc*)
10998 # When not using gcc, we currently assume that we are using
10999 # Microsoft Visual C++.
11000 # hardcode_libdir_flag_spec is actually meaningless, as there is
11001 # no search path for DLLs.
11002 hardcode_libdir_flag_spec=' '
11003 allow_undefined_flag=unsupported
11004 # Tell ltmain to make .lib files, not .a files.
11005 libext=lib
11006 # Tell ltmain to make .dll files, not .so files.
11007 shrext_cmds=".dll"
11008 # FIXME: Setting linknames here is a bad hack.
11009 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11010 # The linker will automatically build a .lib file if we build a DLL.
11011 old_archive_from_new_cmds='true'
11012 # FIXME: Should let the user specify the lib program.
11013 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11014 fix_srcfile_path='`cygpath -w "$srcfile"`'
11015 enable_shared_with_static_runtimes=yes
11016 ;;
11017
11018 darwin* | rhapsody*)
11019
11020
11021 archive_cmds_need_lc=no
11022 hardcode_direct=no
11023 hardcode_automatic=yes
11024 hardcode_shlibpath_var=unsupported
11025 if test "$lt_cv_ld_force_load" = "yes"; then
11026 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\"`'
11027 else
11028 whole_archive_flag_spec=''
11029 fi
11030 link_all_deplibs=yes
11031 allow_undefined_flag="$_lt_dar_allow_undefined"
11032 case $cc_basename in
11033 ifort*) _lt_dar_can_shared=yes ;;
11034 *) _lt_dar_can_shared=$GCC ;;
11035 esac
11036 if test "$_lt_dar_can_shared" = "yes"; then
11037 output_verbose_link_cmd=func_echo_all
11038 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11039 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11040 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}"
11041 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}"
11042
11043 else
11044 ld_shlibs=no
11045 fi
11046
11047 ;;
11048
11049 dgux*)
11050 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11051 hardcode_libdir_flag_spec='-L$libdir'
11052 hardcode_shlibpath_var=no
11053 ;;
11054
11055 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11056 # support. Future versions do this automatically, but an explicit c++rt0.o
11057 # does not break anything, and helps significantly (at the cost of a little
11058 # extra space).
11059 freebsd2.2*)
11060 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11061 hardcode_libdir_flag_spec='-R$libdir'
11062 hardcode_direct=yes
11063 hardcode_shlibpath_var=no
11064 ;;
11065
11066 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11067 freebsd2.*)
11068 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11069 hardcode_direct=yes
11070 hardcode_minus_L=yes
11071 hardcode_shlibpath_var=no
11072 ;;
11073
11074 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11075 freebsd* | dragonfly*)
11076 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11077 hardcode_libdir_flag_spec='-R$libdir'
11078 hardcode_direct=yes
11079 hardcode_shlibpath_var=no
11080 ;;
11081
11082 hpux9*)
11083 if test "$GCC" = yes; then
11084 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'
11085 else
11086 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'
11087 fi
11088 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11089 hardcode_libdir_separator=:
11090 hardcode_direct=yes
11091
11092 # hardcode_minus_L: Not really in the search PATH,
11093 # but as the default location of the library.
11094 hardcode_minus_L=yes
11095 export_dynamic_flag_spec='${wl}-E'
11096 ;;
11097
11098 hpux10*)
11099 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11100 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11101 else
11102 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11103 fi
11104 if test "$with_gnu_ld" = no; then
11105 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11106 hardcode_libdir_flag_spec_ld='+b $libdir'
11107 hardcode_libdir_separator=:
11108 hardcode_direct=yes
11109 hardcode_direct_absolute=yes
11110 export_dynamic_flag_spec='${wl}-E'
11111 # hardcode_minus_L: Not really in the search PATH,
11112 # but as the default location of the library.
11113 hardcode_minus_L=yes
11114 fi
11115 ;;
11116
11117 hpux11*)
11118 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11119 case $host_cpu in
11120 hppa*64*)
11121 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11122 ;;
11123 ia64*)
11124 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11125 ;;
11126 *)
11127 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11128 ;;
11129 esac
11130 else
11131 case $host_cpu in
11132 hppa*64*)
11133 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11134 ;;
11135 ia64*)
11136 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11137 ;;
11138 *)
11139
11140 # Older versions of the 11.00 compiler do not understand -b yet
11141 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11143 $as_echo_n "checking if $CC understands -b... " >&6; }
11144 if test "${lt_cv_prog_compiler__b+set}" = set; then :
11145 $as_echo_n "(cached) " >&6
11146 else
11147 lt_cv_prog_compiler__b=no
11148 save_LDFLAGS="$LDFLAGS"
11149 LDFLAGS="$LDFLAGS -b"
11150 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11151 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11152 # The linker can only warn and ignore the option if not recognized
11153 # So say no if there are warnings
11154 if test -s conftest.err; then
11155 # Append any errors to the config.log.
11156 cat conftest.err 1>&5
11157 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11158 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11159 if diff conftest.exp conftest.er2 >/dev/null; then
11160 lt_cv_prog_compiler__b=yes
11161 fi
11162 else
11163 lt_cv_prog_compiler__b=yes
11164 fi
11165 fi
11166 $RM -r conftest*
11167 LDFLAGS="$save_LDFLAGS"
11168
11169 fi
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11171 $as_echo "$lt_cv_prog_compiler__b" >&6; }
11172
11173 if test x"$lt_cv_prog_compiler__b" = xyes; then
11174 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11175 else
11176 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11177 fi
11178
11179 ;;
11180 esac
11181 fi
11182 if test "$with_gnu_ld" = no; then
11183 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11184 hardcode_libdir_separator=:
11185
11186 case $host_cpu in
11187 hppa*64*|ia64*)
11188 hardcode_direct=no
11189 hardcode_shlibpath_var=no
11190 ;;
11191 *)
11192 hardcode_direct=yes
11193 hardcode_direct_absolute=yes
11194 export_dynamic_flag_spec='${wl}-E'
11195
11196 # hardcode_minus_L: Not really in the search PATH,
11197 # but as the default location of the library.
11198 hardcode_minus_L=yes
11199 ;;
11200 esac
11201 fi
11202 ;;
11203
11204 irix5* | irix6* | nonstopux*)
11205 if test "$GCC" = yes; then
11206 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'
11207 # Try to use the -exported_symbol ld option, if it does not
11208 # work, assume that -exports_file does not work either and
11209 # implicitly export all symbols.
11210 save_LDFLAGS="$LDFLAGS"
11211 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11213 /* end confdefs.h. */
11214 int foo(void) {}
11215 _ACEOF
11216 if ac_fn_c_try_link "$LINENO"; then :
11217 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'
11218
11219 fi
11220 rm -f core conftest.err conftest.$ac_objext \
11221 conftest$ac_exeext conftest.$ac_ext
11222 LDFLAGS="$save_LDFLAGS"
11223 else
11224 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'
11225 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'
11226 fi
11227 archive_cmds_need_lc='no'
11228 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11229 hardcode_libdir_separator=:
11230 inherit_rpath=yes
11231 link_all_deplibs=yes
11232 ;;
11233
11234 netbsd*)
11235 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11236 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11237 else
11238 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11239 fi
11240 hardcode_libdir_flag_spec='-R$libdir'
11241 hardcode_direct=yes
11242 hardcode_shlibpath_var=no
11243 ;;
11244
11245 newsos6)
11246 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11247 hardcode_direct=yes
11248 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11249 hardcode_libdir_separator=:
11250 hardcode_shlibpath_var=no
11251 ;;
11252
11253 *nto* | *qnx*)
11254 ;;
11255
11256 openbsd*)
11257 if test -f /usr/libexec/ld.so; then
11258 hardcode_direct=yes
11259 hardcode_shlibpath_var=no
11260 hardcode_direct_absolute=yes
11261 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11262 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11263 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11264 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11265 export_dynamic_flag_spec='${wl}-E'
11266 else
11267 case $host_os in
11268 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11269 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11270 hardcode_libdir_flag_spec='-R$libdir'
11271 ;;
11272 *)
11273 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11274 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11275 ;;
11276 esac
11277 fi
11278 else
11279 ld_shlibs=no
11280 fi
11281 ;;
11282
11283 os2*)
11284 hardcode_libdir_flag_spec='-L$libdir'
11285 hardcode_minus_L=yes
11286 allow_undefined_flag=unsupported
11287 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'
11288 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11289 ;;
11290
11291 osf3*)
11292 if test "$GCC" = yes; then
11293 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11294 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'
11295 else
11296 allow_undefined_flag=' -expect_unresolved \*'
11297 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'
11298 fi
11299 archive_cmds_need_lc='no'
11300 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11301 hardcode_libdir_separator=:
11302 ;;
11303
11304 osf4* | osf5*) # as osf3* with the addition of -msym flag
11305 if test "$GCC" = yes; then
11306 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11307 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'
11308 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11309 else
11310 allow_undefined_flag=' -expect_unresolved \*'
11311 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'
11312 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~
11313 $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'
11314
11315 # Both c and cxx compiler support -rpath directly
11316 hardcode_libdir_flag_spec='-rpath $libdir'
11317 fi
11318 archive_cmds_need_lc='no'
11319 hardcode_libdir_separator=:
11320 ;;
11321
11322 solaris*)
11323 no_undefined_flag=' -z defs'
11324 if test "$GCC" = yes; then
11325 wlarc='${wl}'
11326 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11327 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11328 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11329 else
11330 case `$CC -V 2>&1` in
11331 *"Compilers 5.0"*)
11332 wlarc=''
11333 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11334 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11335 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11336 ;;
11337 *)
11338 wlarc='${wl}'
11339 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11340 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11341 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11342 ;;
11343 esac
11344 fi
11345 hardcode_libdir_flag_spec='-R$libdir'
11346 hardcode_shlibpath_var=no
11347 case $host_os in
11348 solaris2.[0-5] | solaris2.[0-5].*) ;;
11349 *)
11350 # The compiler driver will combine and reorder linker options,
11351 # but understands `-z linker_flag'. GCC discards it without `$wl',
11352 # but is careful enough not to reorder.
11353 # Supported since Solaris 2.6 (maybe 2.5.1?)
11354 if test "$GCC" = yes; then
11355 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11356 else
11357 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11358 fi
11359 ;;
11360 esac
11361 link_all_deplibs=yes
11362 ;;
11363
11364 sunos4*)
11365 if test "x$host_vendor" = xsequent; then
11366 # Use $CC to link under sequent, because it throws in some extra .o
11367 # files that make .init and .fini sections work.
11368 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11369 else
11370 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11371 fi
11372 hardcode_libdir_flag_spec='-L$libdir'
11373 hardcode_direct=yes
11374 hardcode_minus_L=yes
11375 hardcode_shlibpath_var=no
11376 ;;
11377
11378 sysv4)
11379 case $host_vendor in
11380 sni)
11381 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11382 hardcode_direct=yes # is this really true???
11383 ;;
11384 siemens)
11385 ## LD is ld it makes a PLAMLIB
11386 ## CC just makes a GrossModule.
11387 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11388 reload_cmds='$CC -r -o $output$reload_objs'
11389 hardcode_direct=no
11390 ;;
11391 motorola)
11392 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11393 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11394 ;;
11395 esac
11396 runpath_var='LD_RUN_PATH'
11397 hardcode_shlibpath_var=no
11398 ;;
11399
11400 sysv4.3*)
11401 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11402 hardcode_shlibpath_var=no
11403 export_dynamic_flag_spec='-Bexport'
11404 ;;
11405
11406 sysv4*MP*)
11407 if test -d /usr/nec; then
11408 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11409 hardcode_shlibpath_var=no
11410 runpath_var=LD_RUN_PATH
11411 hardcode_runpath_var=yes
11412 ld_shlibs=yes
11413 fi
11414 ;;
11415
11416 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11417 no_undefined_flag='${wl}-z,text'
11418 archive_cmds_need_lc=no
11419 hardcode_shlibpath_var=no
11420 runpath_var='LD_RUN_PATH'
11421
11422 if test "$GCC" = yes; then
11423 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11424 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11425 else
11426 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11427 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11428 fi
11429 ;;
11430
11431 sysv5* | sco3.2v5* | sco5v6*)
11432 # Note: We can NOT use -z defs as we might desire, because we do not
11433 # link with -lc, and that would cause any symbols used from libc to
11434 # always be unresolved, which means just about no library would
11435 # ever link correctly. If we're not using GNU ld we use -z text
11436 # though, which does catch some bad symbols but isn't as heavy-handed
11437 # as -z defs.
11438 no_undefined_flag='${wl}-z,text'
11439 allow_undefined_flag='${wl}-z,nodefs'
11440 archive_cmds_need_lc=no
11441 hardcode_shlibpath_var=no
11442 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11443 hardcode_libdir_separator=':'
11444 link_all_deplibs=yes
11445 export_dynamic_flag_spec='${wl}-Bexport'
11446 runpath_var='LD_RUN_PATH'
11447
11448 if test "$GCC" = yes; then
11449 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11450 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11451 else
11452 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11453 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11454 fi
11455 ;;
11456
11457 uts4*)
11458 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11459 hardcode_libdir_flag_spec='-L$libdir'
11460 hardcode_shlibpath_var=no
11461 ;;
11462
11463 *)
11464 ld_shlibs=no
11465 ;;
11466 esac
11467
11468 if test x$host_vendor = xsni; then
11469 case $host in
11470 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11471 export_dynamic_flag_spec='${wl}-Blargedynsym'
11472 ;;
11473 esac
11474 fi
11475 fi
11476
11477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11478 $as_echo "$ld_shlibs" >&6; }
11479 test "$ld_shlibs" = no && can_build_shared=no
11480
11481 with_gnu_ld=$with_gnu_ld
11482
11483
11484
11485
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496
11497 #
11498 # Do we need to explicitly link libc?
11499 #
11500 case "x$archive_cmds_need_lc" in
11501 x|xyes)
11502 # Assume -lc should be added
11503 archive_cmds_need_lc=yes
11504
11505 if test "$enable_shared" = yes && test "$GCC" = yes; then
11506 case $archive_cmds in
11507 *'~'*)
11508 # FIXME: we may have to deal with multi-command sequences.
11509 ;;
11510 '$CC '*)
11511 # Test whether the compiler implicitly links with -lc since on some
11512 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11513 # to ld, don't add -lc before -lgcc.
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11515 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11516 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11517 $as_echo_n "(cached) " >&6
11518 else
11519 $RM conftest*
11520 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11521
11522 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11523 (eval $ac_compile) 2>&5
11524 ac_status=$?
11525 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11526 test $ac_status = 0; } 2>conftest.err; then
11527 soname=conftest
11528 lib=conftest
11529 libobjs=conftest.$ac_objext
11530 deplibs=
11531 wl=$lt_prog_compiler_wl
11532 pic_flag=$lt_prog_compiler_pic
11533 compiler_flags=-v
11534 linker_flags=-v
11535 verstring=
11536 output_objdir=.
11537 libname=conftest
11538 lt_save_allow_undefined_flag=$allow_undefined_flag
11539 allow_undefined_flag=
11540 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11541 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11542 ac_status=$?
11543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11544 test $ac_status = 0; }
11545 then
11546 lt_cv_archive_cmds_need_lc=no
11547 else
11548 lt_cv_archive_cmds_need_lc=yes
11549 fi
11550 allow_undefined_flag=$lt_save_allow_undefined_flag
11551 else
11552 cat conftest.err 1>&5
11553 fi
11554 $RM conftest*
11555
11556 fi
11557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11558 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11559 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11560 ;;
11561 esac
11562 fi
11563 ;;
11564 esac
11565
11566
11567
11568
11569
11570
11571
11572
11573
11574
11575
11576
11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
11599
11600
11601
11602
11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11723 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11724
11725 if test "$GCC" = yes; then
11726 case $host_os in
11727 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11728 *) lt_awk_arg="/^libraries:/" ;;
11729 esac
11730 case $host_os in
11731 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11732 *) lt_sed_strip_eq="s,=/,/,g" ;;
11733 esac
11734 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11735 case $lt_search_path_spec in
11736 *\;*)
11737 # if the path contains ";" then we assume it to be the separator
11738 # otherwise default to the standard path separator (i.e. ":") - it is
11739 # assumed that no part of a normal pathname contains ";" but that should
11740 # okay in the real world where ";" in dirpaths is itself problematic.
11741 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11742 ;;
11743 *)
11744 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11745 ;;
11746 esac
11747 # Ok, now we have the path, separated by spaces, we can step through it
11748 # and add multilib dir if necessary.
11749 lt_tmp_lt_search_path_spec=
11750 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11751 for lt_sys_path in $lt_search_path_spec; do
11752 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11753 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11754 else
11755 test -d "$lt_sys_path" && \
11756 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11757 fi
11758 done
11759 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11760 BEGIN {RS=" "; FS="/|\n";} {
11761 lt_foo="";
11762 lt_count=0;
11763 for (lt_i = NF; lt_i > 0; lt_i--) {
11764 if ($lt_i != "" && $lt_i != ".") {
11765 if ($lt_i == "..") {
11766 lt_count++;
11767 } else {
11768 if (lt_count == 0) {
11769 lt_foo="/" $lt_i lt_foo;
11770 } else {
11771 lt_count--;
11772 }
11773 }
11774 }
11775 }
11776 if (lt_foo != "") { lt_freq[lt_foo]++; }
11777 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11778 }'`
11779 # AWK program above erroneously prepends '/' to C:/dos/paths
11780 # for these hosts.
11781 case $host_os in
11782 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11783 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11784 esac
11785 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11786 else
11787 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11788 fi
11789 library_names_spec=
11790 libname_spec='lib$name'
11791 soname_spec=
11792 shrext_cmds=".so"
11793 postinstall_cmds=
11794 postuninstall_cmds=
11795 finish_cmds=
11796 finish_eval=
11797 shlibpath_var=
11798 shlibpath_overrides_runpath=unknown
11799 version_type=none
11800 dynamic_linker="$host_os ld.so"
11801 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11802 need_lib_prefix=unknown
11803 hardcode_into_libs=no
11804
11805 # when you set need_version to no, make sure it does not cause -set_version
11806 # flags to be left without arguments
11807 need_version=unknown
11808
11809 case $host_os in
11810 aix3*)
11811 version_type=linux
11812 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11813 shlibpath_var=LIBPATH
11814
11815 # AIX 3 has no versioning support, so we append a major version to the name.
11816 soname_spec='${libname}${release}${shared_ext}$major'
11817 ;;
11818
11819 aix[4-9]*)
11820 version_type=linux
11821 need_lib_prefix=no
11822 need_version=no
11823 hardcode_into_libs=yes
11824 if test "$host_cpu" = ia64; then
11825 # AIX 5 supports IA64
11826 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11827 shlibpath_var=LD_LIBRARY_PATH
11828 else
11829 # With GCC up to 2.95.x, collect2 would create an import file
11830 # for dependence libraries. The import file would start with
11831 # the line `#! .'. This would cause the generated library to
11832 # depend on `.', always an invalid library. This was fixed in
11833 # development snapshots of GCC prior to 3.0.
11834 case $host_os in
11835 aix4 | aix4.[01] | aix4.[01].*)
11836 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11837 echo ' yes '
11838 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11839 :
11840 else
11841 can_build_shared=no
11842 fi
11843 ;;
11844 esac
11845 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11846 # soname into executable. Probably we can add versioning support to
11847 # collect2, so additional links can be useful in future.
11848 if test "$aix_use_runtimelinking" = yes; then
11849 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11850 # instead of lib<name>.a to let people know that these are not
11851 # typical AIX shared libraries.
11852 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11853 else
11854 # We preserve .a as extension for shared libraries through AIX4.2
11855 # and later when we are not doing run time linking.
11856 library_names_spec='${libname}${release}.a $libname.a'
11857 soname_spec='${libname}${release}${shared_ext}$major'
11858 fi
11859 shlibpath_var=LIBPATH
11860 fi
11861 ;;
11862
11863 amigaos*)
11864 case $host_cpu in
11865 powerpc)
11866 # Since July 2007 AmigaOS4 officially supports .so libraries.
11867 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11868 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11869 ;;
11870 m68k)
11871 library_names_spec='$libname.ixlibrary $libname.a'
11872 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11873 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'
11874 ;;
11875 esac
11876 ;;
11877
11878 beos*)
11879 library_names_spec='${libname}${shared_ext}'
11880 dynamic_linker="$host_os ld.so"
11881 shlibpath_var=LIBRARY_PATH
11882 ;;
11883
11884 bsdi[45]*)
11885 version_type=linux
11886 need_version=no
11887 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11888 soname_spec='${libname}${release}${shared_ext}$major'
11889 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11890 shlibpath_var=LD_LIBRARY_PATH
11891 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11892 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11893 # the default ld.so.conf also contains /usr/contrib/lib and
11894 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11895 # libtool to hard-code these into programs
11896 ;;
11897
11898 cygwin* | mingw* | pw32* | cegcc*)
11899 version_type=windows
11900 shrext_cmds=".dll"
11901 need_version=no
11902 need_lib_prefix=no
11903
11904 case $GCC,$host_os in
11905 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11906 library_names_spec='$libname.dll.a'
11907 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11908 postinstall_cmds='base_file=`basename \${file}`~
11909 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11910 dldir=$destdir/`dirname \$dlpath`~
11911 test -d \$dldir || mkdir -p \$dldir~
11912 $install_prog $dir/$dlname \$dldir/$dlname~
11913 chmod a+x \$dldir/$dlname~
11914 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11915 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11916 fi'
11917 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11918 dlpath=$dir/\$dldll~
11919 $RM \$dlpath'
11920 shlibpath_overrides_runpath=yes
11921
11922 case $host_os in
11923 cygwin*)
11924 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11925 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11926
11927 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11928 ;;
11929 mingw* | cegcc*)
11930 # MinGW DLLs use traditional 'lib' prefix
11931 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11932 ;;
11933 pw32*)
11934 # pw32 DLLs use 'pw' prefix rather than 'lib'
11935 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11936 ;;
11937 esac
11938 ;;
11939
11940 *)
11941 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11942 ;;
11943 esac
11944 dynamic_linker='Win32 ld.exe'
11945 # FIXME: first we should search . and the directory the executable is in
11946 shlibpath_var=PATH
11947 ;;
11948
11949 darwin* | rhapsody*)
11950 dynamic_linker="$host_os dyld"
11951 version_type=darwin
11952 need_lib_prefix=no
11953 need_version=no
11954 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11955 soname_spec='${libname}${release}${major}$shared_ext'
11956 shlibpath_overrides_runpath=yes
11957 shlibpath_var=DYLD_LIBRARY_PATH
11958 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11959
11960 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11961 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11962 ;;
11963
11964 dgux*)
11965 version_type=linux
11966 need_lib_prefix=no
11967 need_version=no
11968 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11969 soname_spec='${libname}${release}${shared_ext}$major'
11970 shlibpath_var=LD_LIBRARY_PATH
11971 ;;
11972
11973 freebsd* | dragonfly*)
11974 # DragonFly does not have aout. When/if they implement a new
11975 # versioning mechanism, adjust this.
11976 if test -x /usr/bin/objformat; then
11977 objformat=`/usr/bin/objformat`
11978 else
11979 case $host_os in
11980 freebsd[23].*) objformat=aout ;;
11981 *) objformat=elf ;;
11982 esac
11983 fi
11984 version_type=freebsd-$objformat
11985 case $version_type in
11986 freebsd-elf*)
11987 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11988 need_version=no
11989 need_lib_prefix=no
11990 ;;
11991 freebsd-*)
11992 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11993 need_version=yes
11994 ;;
11995 esac
11996 shlibpath_var=LD_LIBRARY_PATH
11997 case $host_os in
11998 freebsd2.*)
11999 shlibpath_overrides_runpath=yes
12000 ;;
12001 freebsd3.[01]* | freebsdelf3.[01]*)
12002 shlibpath_overrides_runpath=yes
12003 hardcode_into_libs=yes
12004 ;;
12005 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12006 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12007 shlibpath_overrides_runpath=no
12008 hardcode_into_libs=yes
12009 ;;
12010 *) # from 4.6 on, and DragonFly
12011 shlibpath_overrides_runpath=yes
12012 hardcode_into_libs=yes
12013 ;;
12014 esac
12015 ;;
12016
12017 gnu*)
12018 version_type=linux
12019 need_lib_prefix=no
12020 need_version=no
12021 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12022 soname_spec='${libname}${release}${shared_ext}$major'
12023 shlibpath_var=LD_LIBRARY_PATH
12024 hardcode_into_libs=yes
12025 ;;
12026
12027 haiku*)
12028 version_type=linux
12029 need_lib_prefix=no
12030 need_version=no
12031 dynamic_linker="$host_os runtime_loader"
12032 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12033 soname_spec='${libname}${release}${shared_ext}$major'
12034 shlibpath_var=LIBRARY_PATH
12035 shlibpath_overrides_runpath=yes
12036 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12037 hardcode_into_libs=yes
12038 ;;
12039
12040 hpux9* | hpux10* | hpux11*)
12041 # Give a soname corresponding to the major version so that dld.sl refuses to
12042 # link against other versions.
12043 version_type=sunos
12044 need_lib_prefix=no
12045 need_version=no
12046 case $host_cpu in
12047 ia64*)
12048 shrext_cmds='.so'
12049 hardcode_into_libs=yes
12050 dynamic_linker="$host_os dld.so"
12051 shlibpath_var=LD_LIBRARY_PATH
12052 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12053 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12054 soname_spec='${libname}${release}${shared_ext}$major'
12055 if test "X$HPUX_IA64_MODE" = X32; then
12056 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12057 else
12058 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12059 fi
12060 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12061 ;;
12062 hppa*64*)
12063 shrext_cmds='.sl'
12064 hardcode_into_libs=yes
12065 dynamic_linker="$host_os dld.sl"
12066 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12067 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12068 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12069 soname_spec='${libname}${release}${shared_ext}$major'
12070 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12071 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12072 ;;
12073 *)
12074 shrext_cmds='.sl'
12075 dynamic_linker="$host_os dld.sl"
12076 shlibpath_var=SHLIB_PATH
12077 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12078 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12079 soname_spec='${libname}${release}${shared_ext}$major'
12080 ;;
12081 esac
12082 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12083 postinstall_cmds='chmod 555 $lib'
12084 # or fails outright, so override atomically:
12085 install_override_mode=555
12086 ;;
12087
12088 interix[3-9]*)
12089 version_type=linux
12090 need_lib_prefix=no
12091 need_version=no
12092 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12093 soname_spec='${libname}${release}${shared_ext}$major'
12094 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12095 shlibpath_var=LD_LIBRARY_PATH
12096 shlibpath_overrides_runpath=no
12097 hardcode_into_libs=yes
12098 ;;
12099
12100 irix5* | irix6* | nonstopux*)
12101 case $host_os in
12102 nonstopux*) version_type=nonstopux ;;
12103 *)
12104 if test "$lt_cv_prog_gnu_ld" = yes; then
12105 version_type=linux
12106 else
12107 version_type=irix
12108 fi ;;
12109 esac
12110 need_lib_prefix=no
12111 need_version=no
12112 soname_spec='${libname}${release}${shared_ext}$major'
12113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12114 case $host_os in
12115 irix5* | nonstopux*)
12116 libsuff= shlibsuff=
12117 ;;
12118 *)
12119 case $LD in # libtool.m4 will add one of these switches to LD
12120 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12121 libsuff= shlibsuff= libmagic=32-bit;;
12122 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12123 libsuff=32 shlibsuff=N32 libmagic=N32;;
12124 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12125 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12126 *) libsuff= shlibsuff= libmagic=never-match;;
12127 esac
12128 ;;
12129 esac
12130 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12131 shlibpath_overrides_runpath=no
12132 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12133 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12134 hardcode_into_libs=yes
12135 ;;
12136
12137 # No shared lib support for Linux oldld, aout, or coff.
12138 linux*oldld* | linux*aout* | linux*coff*)
12139 dynamic_linker=no
12140 ;;
12141
12142 # This must be Linux ELF.
12143 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12144 version_type=linux
12145 need_lib_prefix=no
12146 need_version=no
12147 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12148 soname_spec='${libname}${release}${shared_ext}$major'
12149 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12150 shlibpath_var=LD_LIBRARY_PATH
12151 shlibpath_overrides_runpath=no
12152
12153 # Some binutils ld are patched to set DT_RUNPATH
12154 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
12155 $as_echo_n "(cached) " >&6
12156 else
12157 lt_cv_shlibpath_overrides_runpath=no
12158 save_LDFLAGS=$LDFLAGS
12159 save_libdir=$libdir
12160 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12161 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12163 /* end confdefs.h. */
12164
12165 int
12166 main ()
12167 {
12168
12169 ;
12170 return 0;
12171 }
12172 _ACEOF
12173 if ac_fn_c_try_link "$LINENO"; then :
12174 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12175 lt_cv_shlibpath_overrides_runpath=yes
12176 fi
12177 fi
12178 rm -f core conftest.err conftest.$ac_objext \
12179 conftest$ac_exeext conftest.$ac_ext
12180 LDFLAGS=$save_LDFLAGS
12181 libdir=$save_libdir
12182
12183 fi
12184
12185 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12186
12187 # This implies no fast_install, which is unacceptable.
12188 # Some rework will be needed to allow for fast_install
12189 # before this can be enabled.
12190 hardcode_into_libs=yes
12191
12192 # Append ld.so.conf contents to the search path
12193 if test -f /etc/ld.so.conf; then
12194 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' ' '`
12195 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12196 fi
12197
12198 # We used to test for /lib/ld.so.1 and disable shared libraries on
12199 # powerpc, because MkLinux only supported shared libraries with the
12200 # GNU dynamic linker. Since this was broken with cross compilers,
12201 # most powerpc-linux boxes support dynamic linking these days and
12202 # people can always --disable-shared, the test was removed, and we
12203 # assume the GNU/Linux dynamic linker is in use.
12204 dynamic_linker='GNU/Linux ld.so'
12205 ;;
12206
12207 netbsd*)
12208 version_type=sunos
12209 need_lib_prefix=no
12210 need_version=no
12211 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12212 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12213 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12214 dynamic_linker='NetBSD (a.out) ld.so'
12215 else
12216 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12217 soname_spec='${libname}${release}${shared_ext}$major'
12218 dynamic_linker='NetBSD ld.elf_so'
12219 fi
12220 shlibpath_var=LD_LIBRARY_PATH
12221 shlibpath_overrides_runpath=yes
12222 hardcode_into_libs=yes
12223 ;;
12224
12225 newsos6)
12226 version_type=linux
12227 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12228 shlibpath_var=LD_LIBRARY_PATH
12229 shlibpath_overrides_runpath=yes
12230 ;;
12231
12232 *nto* | *qnx*)
12233 version_type=qnx
12234 need_lib_prefix=no
12235 need_version=no
12236 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12237 soname_spec='${libname}${release}${shared_ext}$major'
12238 shlibpath_var=LD_LIBRARY_PATH
12239 shlibpath_overrides_runpath=no
12240 hardcode_into_libs=yes
12241 dynamic_linker='ldqnx.so'
12242 ;;
12243
12244 openbsd*)
12245 version_type=sunos
12246 sys_lib_dlsearch_path_spec="/usr/lib"
12247 need_lib_prefix=no
12248 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12249 case $host_os in
12250 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12251 *) need_version=no ;;
12252 esac
12253 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12254 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12255 shlibpath_var=LD_LIBRARY_PATH
12256 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12257 case $host_os in
12258 openbsd2.[89] | openbsd2.[89].*)
12259 shlibpath_overrides_runpath=no
12260 ;;
12261 *)
12262 shlibpath_overrides_runpath=yes
12263 ;;
12264 esac
12265 else
12266 shlibpath_overrides_runpath=yes
12267 fi
12268 ;;
12269
12270 os2*)
12271 libname_spec='$name'
12272 shrext_cmds=".dll"
12273 need_lib_prefix=no
12274 library_names_spec='$libname${shared_ext} $libname.a'
12275 dynamic_linker='OS/2 ld.exe'
12276 shlibpath_var=LIBPATH
12277 ;;
12278
12279 osf3* | osf4* | osf5*)
12280 version_type=osf
12281 need_lib_prefix=no
12282 need_version=no
12283 soname_spec='${libname}${release}${shared_ext}$major'
12284 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12285 shlibpath_var=LD_LIBRARY_PATH
12286 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12287 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12288 ;;
12289
12290 rdos*)
12291 dynamic_linker=no
12292 ;;
12293
12294 solaris*)
12295 version_type=linux
12296 need_lib_prefix=no
12297 need_version=no
12298 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12299 soname_spec='${libname}${release}${shared_ext}$major'
12300 shlibpath_var=LD_LIBRARY_PATH
12301 shlibpath_overrides_runpath=yes
12302 hardcode_into_libs=yes
12303 # ldd complains unless libraries are executable
12304 postinstall_cmds='chmod +x $lib'
12305 ;;
12306
12307 sunos4*)
12308 version_type=sunos
12309 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12310 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12311 shlibpath_var=LD_LIBRARY_PATH
12312 shlibpath_overrides_runpath=yes
12313 if test "$with_gnu_ld" = yes; then
12314 need_lib_prefix=no
12315 fi
12316 need_version=yes
12317 ;;
12318
12319 sysv4 | sysv4.3*)
12320 version_type=linux
12321 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12322 soname_spec='${libname}${release}${shared_ext}$major'
12323 shlibpath_var=LD_LIBRARY_PATH
12324 case $host_vendor in
12325 sni)
12326 shlibpath_overrides_runpath=no
12327 need_lib_prefix=no
12328 runpath_var=LD_RUN_PATH
12329 ;;
12330 siemens)
12331 need_lib_prefix=no
12332 ;;
12333 motorola)
12334 need_lib_prefix=no
12335 need_version=no
12336 shlibpath_overrides_runpath=no
12337 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12338 ;;
12339 esac
12340 ;;
12341
12342 sysv4*MP*)
12343 if test -d /usr/nec ;then
12344 version_type=linux
12345 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12346 soname_spec='$libname${shared_ext}.$major'
12347 shlibpath_var=LD_LIBRARY_PATH
12348 fi
12349 ;;
12350
12351 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12352 version_type=freebsd-elf
12353 need_lib_prefix=no
12354 need_version=no
12355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12356 soname_spec='${libname}${release}${shared_ext}$major'
12357 shlibpath_var=LD_LIBRARY_PATH
12358 shlibpath_overrides_runpath=yes
12359 hardcode_into_libs=yes
12360 if test "$with_gnu_ld" = yes; then
12361 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12362 else
12363 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12364 case $host_os in
12365 sco3.2v5*)
12366 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12367 ;;
12368 esac
12369 fi
12370 sys_lib_dlsearch_path_spec='/usr/lib'
12371 ;;
12372
12373 tpf*)
12374 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12375 version_type=linux
12376 need_lib_prefix=no
12377 need_version=no
12378 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12379 shlibpath_var=LD_LIBRARY_PATH
12380 shlibpath_overrides_runpath=no
12381 hardcode_into_libs=yes
12382 ;;
12383
12384 uts4*)
12385 version_type=linux
12386 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12387 soname_spec='${libname}${release}${shared_ext}$major'
12388 shlibpath_var=LD_LIBRARY_PATH
12389 ;;
12390
12391 *)
12392 dynamic_linker=no
12393 ;;
12394 esac
12395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12396 $as_echo "$dynamic_linker" >&6; }
12397 test "$dynamic_linker" = no && can_build_shared=no
12398
12399 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12400 if test "$GCC" = yes; then
12401 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12402 fi
12403
12404 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12405 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12406 fi
12407 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12408 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12409 fi
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
12420
12421
12422
12423
12424
12425
12426
12427
12428
12429
12430
12431
12432
12433
12434
12435
12436
12437
12438
12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
12451
12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
12473
12474
12475
12476
12477
12478
12479
12480
12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12503 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12504 hardcode_action=
12505 if test -n "$hardcode_libdir_flag_spec" ||
12506 test -n "$runpath_var" ||
12507 test "X$hardcode_automatic" = "Xyes" ; then
12508
12509 # We can hardcode non-existent directories.
12510 if test "$hardcode_direct" != no &&
12511 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12512 # have to relink, otherwise we might link with an installed library
12513 # when we should be linking with a yet-to-be-installed one
12514 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12515 test "$hardcode_minus_L" != no; then
12516 # Linking always hardcodes the temporary library directory.
12517 hardcode_action=relink
12518 else
12519 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12520 hardcode_action=immediate
12521 fi
12522 else
12523 # We cannot hardcode anything, or else we can only hardcode existing
12524 # directories.
12525 hardcode_action=unsupported
12526 fi
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12528 $as_echo "$hardcode_action" >&6; }
12529
12530 if test "$hardcode_action" = relink ||
12531 test "$inherit_rpath" = yes; then
12532 # Fast installation is not supported
12533 enable_fast_install=no
12534 elif test "$shlibpath_overrides_runpath" = yes ||
12535 test "$enable_shared" = no; then
12536 # Fast installation is not necessary
12537 enable_fast_install=needless
12538 fi
12539
12540
12541
12542
12543
12544
12545 if test "x$enable_dlopen" != xyes; then
12546 enable_dlopen=unknown
12547 enable_dlopen_self=unknown
12548 enable_dlopen_self_static=unknown
12549 else
12550 lt_cv_dlopen=no
12551 lt_cv_dlopen_libs=
12552
12553 case $host_os in
12554 beos*)
12555 lt_cv_dlopen="load_add_on"
12556 lt_cv_dlopen_libs=
12557 lt_cv_dlopen_self=yes
12558 ;;
12559
12560 mingw* | pw32* | cegcc*)
12561 lt_cv_dlopen="LoadLibrary"
12562 lt_cv_dlopen_libs=
12563 ;;
12564
12565 cygwin*)
12566 lt_cv_dlopen="dlopen"
12567 lt_cv_dlopen_libs=
12568 ;;
12569
12570 darwin*)
12571 # if libdl is installed we need to link against it
12572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12573 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12574 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12575 $as_echo_n "(cached) " >&6
12576 else
12577 ac_check_lib_save_LIBS=$LIBS
12578 LIBS="-ldl $LIBS"
12579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12580 /* end confdefs.h. */
12581
12582 /* Override any GCC internal prototype to avoid an error.
12583 Use char because int might match the return type of a GCC
12584 builtin and then its argument prototype would still apply. */
12585 #ifdef __cplusplus
12586 extern "C"
12587 #endif
12588 char dlopen ();
12589 int
12590 main ()
12591 {
12592 return dlopen ();
12593 ;
12594 return 0;
12595 }
12596 _ACEOF
12597 if ac_fn_c_try_link "$LINENO"; then :
12598 ac_cv_lib_dl_dlopen=yes
12599 else
12600 ac_cv_lib_dl_dlopen=no
12601 fi
12602 rm -f core conftest.err conftest.$ac_objext \
12603 conftest$ac_exeext conftest.$ac_ext
12604 LIBS=$ac_check_lib_save_LIBS
12605 fi
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12607 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12608 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12609 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12610 else
12611
12612 lt_cv_dlopen="dyld"
12613 lt_cv_dlopen_libs=
12614 lt_cv_dlopen_self=yes
12615
12616 fi
12617
12618 ;;
12619
12620 *)
12621 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12622 if test "x$ac_cv_func_shl_load" = x""yes; then :
12623 lt_cv_dlopen="shl_load"
12624 else
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12626 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12627 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12628 $as_echo_n "(cached) " >&6
12629 else
12630 ac_check_lib_save_LIBS=$LIBS
12631 LIBS="-ldld $LIBS"
12632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12633 /* end confdefs.h. */
12634
12635 /* Override any GCC internal prototype to avoid an error.
12636 Use char because int might match the return type of a GCC
12637 builtin and then its argument prototype would still apply. */
12638 #ifdef __cplusplus
12639 extern "C"
12640 #endif
12641 char shl_load ();
12642 int
12643 main ()
12644 {
12645 return shl_load ();
12646 ;
12647 return 0;
12648 }
12649 _ACEOF
12650 if ac_fn_c_try_link "$LINENO"; then :
12651 ac_cv_lib_dld_shl_load=yes
12652 else
12653 ac_cv_lib_dld_shl_load=no
12654 fi
12655 rm -f core conftest.err conftest.$ac_objext \
12656 conftest$ac_exeext conftest.$ac_ext
12657 LIBS=$ac_check_lib_save_LIBS
12658 fi
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12660 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12661 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12662 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12663 else
12664 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12665 if test "x$ac_cv_func_dlopen" = x""yes; then :
12666 lt_cv_dlopen="dlopen"
12667 else
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12669 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12670 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12671 $as_echo_n "(cached) " >&6
12672 else
12673 ac_check_lib_save_LIBS=$LIBS
12674 LIBS="-ldl $LIBS"
12675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12676 /* end confdefs.h. */
12677
12678 /* Override any GCC internal prototype to avoid an error.
12679 Use char because int might match the return type of a GCC
12680 builtin and then its argument prototype would still apply. */
12681 #ifdef __cplusplus
12682 extern "C"
12683 #endif
12684 char dlopen ();
12685 int
12686 main ()
12687 {
12688 return dlopen ();
12689 ;
12690 return 0;
12691 }
12692 _ACEOF
12693 if ac_fn_c_try_link "$LINENO"; then :
12694 ac_cv_lib_dl_dlopen=yes
12695 else
12696 ac_cv_lib_dl_dlopen=no
12697 fi
12698 rm -f core conftest.err conftest.$ac_objext \
12699 conftest$ac_exeext conftest.$ac_ext
12700 LIBS=$ac_check_lib_save_LIBS
12701 fi
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12703 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12704 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12705 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12706 else
12707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12708 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12709 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12710 $as_echo_n "(cached) " >&6
12711 else
12712 ac_check_lib_save_LIBS=$LIBS
12713 LIBS="-lsvld $LIBS"
12714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12715 /* end confdefs.h. */
12716
12717 /* Override any GCC internal prototype to avoid an error.
12718 Use char because int might match the return type of a GCC
12719 builtin and then its argument prototype would still apply. */
12720 #ifdef __cplusplus
12721 extern "C"
12722 #endif
12723 char dlopen ();
12724 int
12725 main ()
12726 {
12727 return dlopen ();
12728 ;
12729 return 0;
12730 }
12731 _ACEOF
12732 if ac_fn_c_try_link "$LINENO"; then :
12733 ac_cv_lib_svld_dlopen=yes
12734 else
12735 ac_cv_lib_svld_dlopen=no
12736 fi
12737 rm -f core conftest.err conftest.$ac_objext \
12738 conftest$ac_exeext conftest.$ac_ext
12739 LIBS=$ac_check_lib_save_LIBS
12740 fi
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12742 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12743 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12744 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12745 else
12746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12747 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12748 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12749 $as_echo_n "(cached) " >&6
12750 else
12751 ac_check_lib_save_LIBS=$LIBS
12752 LIBS="-ldld $LIBS"
12753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12754 /* end confdefs.h. */
12755
12756 /* Override any GCC internal prototype to avoid an error.
12757 Use char because int might match the return type of a GCC
12758 builtin and then its argument prototype would still apply. */
12759 #ifdef __cplusplus
12760 extern "C"
12761 #endif
12762 char dld_link ();
12763 int
12764 main ()
12765 {
12766 return dld_link ();
12767 ;
12768 return 0;
12769 }
12770 _ACEOF
12771 if ac_fn_c_try_link "$LINENO"; then :
12772 ac_cv_lib_dld_dld_link=yes
12773 else
12774 ac_cv_lib_dld_dld_link=no
12775 fi
12776 rm -f core conftest.err conftest.$ac_objext \
12777 conftest$ac_exeext conftest.$ac_ext
12778 LIBS=$ac_check_lib_save_LIBS
12779 fi
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12781 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12782 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12783 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12784 fi
12785
12786
12787 fi
12788
12789
12790 fi
12791
12792
12793 fi
12794
12795
12796 fi
12797
12798
12799 fi
12800
12801 ;;
12802 esac
12803
12804 if test "x$lt_cv_dlopen" != xno; then
12805 enable_dlopen=yes
12806 else
12807 enable_dlopen=no
12808 fi
12809
12810 case $lt_cv_dlopen in
12811 dlopen)
12812 save_CPPFLAGS="$CPPFLAGS"
12813 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12814
12815 save_LDFLAGS="$LDFLAGS"
12816 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12817
12818 save_LIBS="$LIBS"
12819 LIBS="$lt_cv_dlopen_libs $LIBS"
12820
12821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12822 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12823 if test "${lt_cv_dlopen_self+set}" = set; then :
12824 $as_echo_n "(cached) " >&6
12825 else
12826 if test "$cross_compiling" = yes; then :
12827 lt_cv_dlopen_self=cross
12828 else
12829 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12830 lt_status=$lt_dlunknown
12831 cat > conftest.$ac_ext <<_LT_EOF
12832 #line 12832 "configure"
12833 #include "confdefs.h"
12834
12835 #if HAVE_DLFCN_H
12836 #include <dlfcn.h>
12837 #endif
12838
12839 #include <stdio.h>
12840
12841 #ifdef RTLD_GLOBAL
12842 # define LT_DLGLOBAL RTLD_GLOBAL
12843 #else
12844 # ifdef DL_GLOBAL
12845 # define LT_DLGLOBAL DL_GLOBAL
12846 # else
12847 # define LT_DLGLOBAL 0
12848 # endif
12849 #endif
12850
12851 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12852 find out it does not work in some platform. */
12853 #ifndef LT_DLLAZY_OR_NOW
12854 # ifdef RTLD_LAZY
12855 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12856 # else
12857 # ifdef DL_LAZY
12858 # define LT_DLLAZY_OR_NOW DL_LAZY
12859 # else
12860 # ifdef RTLD_NOW
12861 # define LT_DLLAZY_OR_NOW RTLD_NOW
12862 # else
12863 # ifdef DL_NOW
12864 # define LT_DLLAZY_OR_NOW DL_NOW
12865 # else
12866 # define LT_DLLAZY_OR_NOW 0
12867 # endif
12868 # endif
12869 # endif
12870 # endif
12871 #endif
12872
12873 /* When -fvisbility=hidden is used, assume the code has been annotated
12874 correspondingly for the symbols needed. */
12875 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12876 void fnord () __attribute__((visibility("default")));
12877 #endif
12878
12879 void fnord () { int i=42; }
12880 int main ()
12881 {
12882 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12883 int status = $lt_dlunknown;
12884
12885 if (self)
12886 {
12887 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12888 else
12889 {
12890 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12891 else puts (dlerror ());
12892 }
12893 /* dlclose (self); */
12894 }
12895 else
12896 puts (dlerror ());
12897
12898 return status;
12899 }
12900 _LT_EOF
12901 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12902 (eval $ac_link) 2>&5
12903 ac_status=$?
12904 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12905 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12906 (./conftest; exit; ) >&5 2>/dev/null
12907 lt_status=$?
12908 case x$lt_status in
12909 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12910 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12911 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12912 esac
12913 else :
12914 # compilation failed
12915 lt_cv_dlopen_self=no
12916 fi
12917 fi
12918 rm -fr conftest*
12919
12920
12921 fi
12922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12923 $as_echo "$lt_cv_dlopen_self" >&6; }
12924
12925 if test "x$lt_cv_dlopen_self" = xyes; then
12926 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12928 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12929 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12930 $as_echo_n "(cached) " >&6
12931 else
12932 if test "$cross_compiling" = yes; then :
12933 lt_cv_dlopen_self_static=cross
12934 else
12935 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12936 lt_status=$lt_dlunknown
12937 cat > conftest.$ac_ext <<_LT_EOF
12938 #line 12938 "configure"
12939 #include "confdefs.h"
12940
12941 #if HAVE_DLFCN_H
12942 #include <dlfcn.h>
12943 #endif
12944
12945 #include <stdio.h>
12946
12947 #ifdef RTLD_GLOBAL
12948 # define LT_DLGLOBAL RTLD_GLOBAL
12949 #else
12950 # ifdef DL_GLOBAL
12951 # define LT_DLGLOBAL DL_GLOBAL
12952 # else
12953 # define LT_DLGLOBAL 0
12954 # endif
12955 #endif
12956
12957 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12958 find out it does not work in some platform. */
12959 #ifndef LT_DLLAZY_OR_NOW
12960 # ifdef RTLD_LAZY
12961 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12962 # else
12963 # ifdef DL_LAZY
12964 # define LT_DLLAZY_OR_NOW DL_LAZY
12965 # else
12966 # ifdef RTLD_NOW
12967 # define LT_DLLAZY_OR_NOW RTLD_NOW
12968 # else
12969 # ifdef DL_NOW
12970 # define LT_DLLAZY_OR_NOW DL_NOW
12971 # else
12972 # define LT_DLLAZY_OR_NOW 0
12973 # endif
12974 # endif
12975 # endif
12976 # endif
12977 #endif
12978
12979 /* When -fvisbility=hidden is used, assume the code has been annotated
12980 correspondingly for the symbols needed. */
12981 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12982 void fnord () __attribute__((visibility("default")));
12983 #endif
12984
12985 void fnord () { int i=42; }
12986 int main ()
12987 {
12988 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12989 int status = $lt_dlunknown;
12990
12991 if (self)
12992 {
12993 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12994 else
12995 {
12996 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12997 else puts (dlerror ());
12998 }
12999 /* dlclose (self); */
13000 }
13001 else
13002 puts (dlerror ());
13003
13004 return status;
13005 }
13006 _LT_EOF
13007 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13008 (eval $ac_link) 2>&5
13009 ac_status=$?
13010 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13011 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13012 (./conftest; exit; ) >&5 2>/dev/null
13013 lt_status=$?
13014 case x$lt_status in
13015 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13016 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13017 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13018 esac
13019 else :
13020 # compilation failed
13021 lt_cv_dlopen_self_static=no
13022 fi
13023 fi
13024 rm -fr conftest*
13025
13026
13027 fi
13028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13029 $as_echo "$lt_cv_dlopen_self_static" >&6; }
13030 fi
13031
13032 CPPFLAGS="$save_CPPFLAGS"
13033 LDFLAGS="$save_LDFLAGS"
13034 LIBS="$save_LIBS"
13035 ;;
13036 esac
13037
13038 case $lt_cv_dlopen_self in
13039 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13040 *) enable_dlopen_self=unknown ;;
13041 esac
13042
13043 case $lt_cv_dlopen_self_static in
13044 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13045 *) enable_dlopen_self_static=unknown ;;
13046 esac
13047 fi
13048
13049
13050
13051
13052
13053
13054
13055
13056
13057
13058
13059
13060
13061
13062
13063
13064
13065 striplib=
13066 old_striplib=
13067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13068 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
13069 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13070 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13071 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13073 $as_echo "yes" >&6; }
13074 else
13075 # FIXME - insert some real tests, host_os isn't really good enough
13076 case $host_os in
13077 darwin*)
13078 if test -n "$STRIP" ; then
13079 striplib="$STRIP -x"
13080 old_striplib="$STRIP -S"
13081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13082 $as_echo "yes" >&6; }
13083 else
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13085 $as_echo "no" >&6; }
13086 fi
13087 ;;
13088 *)
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13090 $as_echo "no" >&6; }
13091 ;;
13092 esac
13093 fi
13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
13106 # Report which library types will actually be built
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13108 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13110 $as_echo "$can_build_shared" >&6; }
13111
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13113 $as_echo_n "checking whether to build shared libraries... " >&6; }
13114 test "$can_build_shared" = "no" && enable_shared=no
13115
13116 # On AIX, shared libraries and static libraries use the same namespace, and
13117 # are all built from PIC.
13118 case $host_os in
13119 aix3*)
13120 test "$enable_shared" = yes && enable_static=no
13121 if test -n "$RANLIB"; then
13122 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13123 postinstall_cmds='$RANLIB $lib'
13124 fi
13125 ;;
13126
13127 aix[4-9]*)
13128 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13129 test "$enable_shared" = yes && enable_static=no
13130 fi
13131 ;;
13132 esac
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13134 $as_echo "$enable_shared" >&6; }
13135
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13137 $as_echo_n "checking whether to build static libraries... " >&6; }
13138 # Make sure either enable_shared or enable_static is yes.
13139 test "$enable_shared" = yes || enable_static=yes
13140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13141 $as_echo "$enable_static" >&6; }
13142
13143
13144
13145
13146 fi
13147 ac_ext=c
13148 ac_cpp='$CPP $CPPFLAGS'
13149 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13150 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13151 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13152
13153 CC="$lt_save_CC"
13154
13155
13156
13157
13158
13159
13160
13161
13162
13163
13164
13165
13166
13167 ac_config_commands="$ac_config_commands libtool"
13168
13169
13170
13171
13172 # Only expand once:
13173
13174
13175
13176
13177 . ${srcdir}/../../bfd/configure.host
13178
13179
13180
13181
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13183 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13184 # Check whether --enable-maintainer-mode was given.
13185 if test "${enable_maintainer_mode+set}" = set; then :
13186 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13187 else
13188 USE_MAINTAINER_MODE=no
13189 fi
13190
13191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13192 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13193 if test $USE_MAINTAINER_MODE = yes; then
13194 MAINTAINER_MODE_TRUE=
13195 MAINTAINER_MODE_FALSE='#'
13196 else
13197 MAINTAINER_MODE_TRUE='#'
13198 MAINTAINER_MODE_FALSE=
13199 fi
13200
13201 MAINT=$MAINTAINER_MODE_TRUE
13202
13203
13204
13205
13206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13207 $as_echo_n "checking for sim debug setting... " >&6; }
13208 sim_debug="0"
13209 # Check whether --enable-sim-debug was given.
13210 if test "${enable_sim_debug+set}" = set; then :
13211 enableval=$enable_sim_debug; case "${enableval}" in
13212 yes) sim_debug="7";;
13213 no) sim_debug="0";;
13214 *) sim_debug="($enableval)";;
13215 esac
13216 fi
13217 if test "$sim_debug" != "0"; then
13218
13219 cat >>confdefs.h <<_ACEOF
13220 #define DEBUG $sim_debug
13221 _ACEOF
13222
13223 fi
13224
13225 cat >>confdefs.h <<_ACEOF
13226 #define WITH_DEBUG $sim_debug
13227 _ACEOF
13228
13229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13230 $as_echo "$sim_debug" >&6; }
13231
13232
13233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13234 $as_echo_n "checking for sim stdio debug behavior... " >&6; }
13235 sim_stdio="0"
13236 # Check whether --enable-sim-stdio was given.
13237 if test "${enable_sim_stdio+set}" = set; then :
13238 enableval=$enable_sim_stdio; case "${enableval}" in
13239 yes) sim_stdio="DO_USE_STDIO";;
13240 no) sim_stdio="DONT_USE_STDIO";;
13241 *) as_fn_error "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
13242 esac
13243 fi
13244
13245 cat >>confdefs.h <<_ACEOF
13246 #define WITH_STDIO $sim_stdio
13247 _ACEOF
13248
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13250 $as_echo "$sim_stdio" >&6; }
13251
13252
13253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13254 $as_echo_n "checking for sim trace settings... " >&6; }
13255 sim_trace="~TRACE_debug"
13256 # Check whether --enable-sim-trace was given.
13257 if test "${enable_sim_trace+set}" = set; then :
13258 enableval=$enable_sim_trace; case "${enableval}" in
13259 yes) sim_trace="-1";;
13260 no) sim_trace="0";;
13261 [-0-9]*)
13262 sim_trace="'(${enableval})'";;
13263 [[:lower:]]*)
13264 sim_trace=""
13265 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13266 if test x"$sim_trace" = x; then
13267 sim_trace="(TRACE_$x"
13268 else
13269 sim_trace="${sim_trace}|TRACE_$x"
13270 fi
13271 done
13272 sim_trace="$sim_trace)" ;;
13273 esac
13274 fi
13275
13276 cat >>confdefs.h <<_ACEOF
13277 #define WITH_TRACE $sim_trace
13278 _ACEOF
13279
13280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13281 $as_echo "$sim_trace" >&6; }
13282
13283
13284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13285 $as_echo_n "checking for sim profile settings... " >&6; }
13286 profile="1"
13287 sim_profile="-1"
13288 # Check whether --enable-sim-profile was given.
13289 if test "${enable_sim_profile+set}" = set; then :
13290 enableval=$enable_sim_profile; case "${enableval}" in
13291 yes) profile="1" sim_profile="-1";;
13292 no) profile="0" sim_profile="0";;
13293 [-0-9]*)
13294 profile="(${enableval})" sim_profile="(${enableval})";;
13295 [a-z]*)
13296 profile="1"
13297 sim_profile=""
13298 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13299 if test x"$sim_profile" = x; then
13300 sim_profile="(PROFILE_$x"
13301 else
13302 sim_profile="${sim_profile}|PROFILE_$x"
13303 fi
13304 done
13305 sim_profile="$sim_profile)" ;;
13306 esac
13307 fi
13308
13309 cat >>confdefs.h <<_ACEOF
13310 #define PROFILE $profile
13311 _ACEOF
13312
13313
13314 cat >>confdefs.h <<_ACEOF
13315 #define WITH_PROFILE $sim_profile
13316 _ACEOF
13317
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13319 $as_echo "$sim_profile" >&6; }
13320
13321
13322
13323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13324 $as_echo_n "checking whether to enable sim asserts... " >&6; }
13325 sim_assert="1"
13326 # Check whether --enable-sim-assert was given.
13327 if test "${enable_sim_assert+set}" = set; then :
13328 enableval=$enable_sim_assert; case "${enableval}" in
13329 yes) sim_assert="1";;
13330 no) sim_assert="0";;
13331 *) as_fn_error "--enable-sim-assert does not take a value" "$LINENO" 5;;
13332 esac
13333 fi
13334
13335 cat >>confdefs.h <<_ACEOF
13336 #define WITH_ASSERT $sim_assert
13337 _ACEOF
13338
13339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13340 $as_echo "$sim_assert" >&6; }
13341
13342
13343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13344 $as_echo_n "checking default sim environment setting... " >&6; }
13345 sim_environment="ALL_ENVIRONMENT"
13346 # Check whether --enable-sim-environment was given.
13347 if test "${enable_sim_environment+set}" = set; then :
13348 enableval=$enable_sim_environment; case "${enableval}" in
13349 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13350 user | USER) sim_environment="USER_ENVIRONMENT";;
13351 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13352 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
13353 *) as_fn_error "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
13354 esac
13355 fi
13356
13357 cat >>confdefs.h <<_ACEOF
13358 #define WITH_ENVIRONMENT $sim_environment
13359 _ACEOF
13360
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13362 $as_echo "$sim_environment" >&6; }
13363
13364
13365 sim_inline="-DDEFAULT_INLINE=0"
13366 # Check whether --enable-sim-inline was given.
13367 if test "${enable_sim_inline+set}" = set; then :
13368 enableval=$enable_sim_inline; sim_inline=""
13369 case "$enableval" in
13370 no) sim_inline="-DDEFAULT_INLINE=0";;
13371 0) sim_inline="-DDEFAULT_INLINE=0";;
13372 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13373 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13374 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13375 new_flag=""
13376 case "$x" in
13377 *_INLINE=*) new_flag="-D$x";;
13378 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13379 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13380 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13381 esac
13382 if test x"$sim_inline" = x""; then
13383 sim_inline="$new_flag"
13384 else
13385 sim_inline="$sim_inline $new_flag"
13386 fi
13387 done;;
13388 esac
13389 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13390 echo "Setting inline flags = $sim_inline" 6>&1
13391 fi
13392 fi
13393
13394
13395
13396
13397 # Check whether --with-pkgversion was given.
13398 if test "${with_pkgversion+set}" = set; then :
13399 withval=$with_pkgversion; case "$withval" in
13400 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
13401 no) PKGVERSION= ;;
13402 *) PKGVERSION="($withval) " ;;
13403 esac
13404 else
13405 PKGVERSION="(SIM) "
13406
13407 fi
13408
13409
13410
13411
13412
13413 # Check whether --with-bugurl was given.
13414 if test "${with_bugurl+set}" = set; then :
13415 withval=$with_bugurl; case "$withval" in
13416 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13417 no) BUGURL=
13418 ;;
13419 *) BUGURL="$withval"
13420 ;;
13421 esac
13422 else
13423 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13424
13425 fi
13426
13427 case ${BUGURL} in
13428 "")
13429 REPORT_BUGS_TO=
13430 REPORT_BUGS_TEXI=
13431 ;;
13432 *)
13433 REPORT_BUGS_TO="<$BUGURL>"
13434 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13435 ;;
13436 esac;
13437
13438
13439
13440
13441 cat >>confdefs.h <<_ACEOF
13442 #define PKGVERSION "$PKGVERSION"
13443 _ACEOF
13444
13445
13446 cat >>confdefs.h <<_ACEOF
13447 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13448 _ACEOF
13449
13450
13451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13452 $as_echo_n "checking return type of signal handlers... " >&6; }
13453 if test "${ac_cv_type_signal+set}" = set; then :
13454 $as_echo_n "(cached) " >&6
13455 else
13456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13457 /* end confdefs.h. */
13458 #include <sys/types.h>
13459 #include <signal.h>
13460
13461 int
13462 main ()
13463 {
13464 return *(signal (0, 0)) (0) == 1;
13465 ;
13466 return 0;
13467 }
13468 _ACEOF
13469 if ac_fn_c_try_compile "$LINENO"; then :
13470 ac_cv_type_signal=int
13471 else
13472 ac_cv_type_signal=void
13473 fi
13474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13475 fi
13476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13477 $as_echo "$ac_cv_type_signal" >&6; }
13478
13479 cat >>confdefs.h <<_ACEOF
13480 #define RETSIGTYPE $ac_cv_type_signal
13481 _ACEOF
13482
13483
13484
13485
13486
13487
13488
13489 for ac_header in getopt.h
13490 do :
13491 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
13492 if test "x$ac_cv_header_getopt_h" = x""yes; then :
13493 cat >>confdefs.h <<_ACEOF
13494 #define HAVE_GETOPT_H 1
13495 _ACEOF
13496
13497 fi
13498
13499 done
13500
13501
13502 # Check whether --enable-cycle-accurate was given.
13503 if test "${enable_cycle_accurate+set}" = set; then :
13504 enableval=$enable_cycle_accurate; case "${enableval}" in
13505 yes | no) ;;
13506 *) as_fn_error "bad value ${enableval} given for --enable-cycle-accurate option" "$LINENO" 5 ;;
13507 esac
13508 fi
13509
13510
13511 # Check whether --enable-cycle-stats was given.
13512 if test "${enable_cycle_stats+set}" = set; then :
13513 enableval=$enable_cycle_stats; case "${enableval}" in
13514 yes | no) ;;
13515 *) as_fn_error "bad value ${enableval} given for --enable-cycle-stats option" "$LINENO" 5 ;;
13516 esac
13517 fi
13518
13519
13520 echo enable_cycle_accurate is $enable_cycle_accurate
13521 echo enable_cycle_stats is $enable_cycle_stats
13522
13523 if test "x${enable_cycle_accurate}" != xno; then
13524
13525 $as_echo "#define CYCLE_ACCURATE 1" >>confdefs.h
13526
13527
13528 if test "x${enable_cycle_stats}" != xno; then
13529
13530 $as_echo "#define CYCLE_STATS 1" >>confdefs.h
13531
13532 fi
13533 else
13534 if test "x${enable_cycle_stats}" != xno; then
13535 as_fn_error "cycle-stats not available without cycle-accurate" "$LINENO" 5
13536 fi
13537 fi
13538
13539
13540 cgen_breaks=""
13541 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13542 cgen_breaks="break cgen_rtx_error";
13543 fi
13544
13545 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13546
13547 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13548
13549 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13550
13551 ac_config_commands="$ac_config_commands Makefile"
13552
13553 ac_config_commands="$ac_config_commands stamp-h"
13554
13555 cat >confcache <<\_ACEOF
13556 # This file is a shell script that caches the results of configure
13557 # tests run on this system so they can be shared between configure
13558 # scripts and configure runs, see configure's option --config-cache.
13559 # It is not useful on other systems. If it contains results you don't
13560 # want to keep, you may remove or edit it.
13561 #
13562 # config.status only pays attention to the cache file if you give it
13563 # the --recheck option to rerun configure.
13564 #
13565 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13566 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13567 # following values.
13568
13569 _ACEOF
13570
13571 # The following way of writing the cache mishandles newlines in values,
13572 # but we know of no workaround that is simple, portable, and efficient.
13573 # So, we kill variables containing newlines.
13574 # Ultrix sh set writes to stderr and can't be redirected directly,
13575 # and sets the high bit in the cache file unless we assign to the vars.
13576 (
13577 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13578 eval ac_val=\$$ac_var
13579 case $ac_val in #(
13580 *${as_nl}*)
13581 case $ac_var in #(
13582 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13583 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13584 esac
13585 case $ac_var in #(
13586 _ | IFS | as_nl) ;; #(
13587 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13588 *) { eval $ac_var=; unset $ac_var;} ;;
13589 esac ;;
13590 esac
13591 done
13592
13593 (set) 2>&1 |
13594 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13595 *${as_nl}ac_space=\ *)
13596 # `set' does not quote correctly, so add quotes: double-quote
13597 # substitution turns \\\\ into \\, and sed turns \\ into \.
13598 sed -n \
13599 "s/'/'\\\\''/g;
13600 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13601 ;; #(
13602 *)
13603 # `set' quotes correctly as required by POSIX, so do not add quotes.
13604 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13605 ;;
13606 esac |
13607 sort
13608 ) |
13609 sed '
13610 /^ac_cv_env_/b end
13611 t clear
13612 :clear
13613 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13614 t end
13615 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13616 :end' >>confcache
13617 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13618 if test -w "$cache_file"; then
13619 test "x$cache_file" != "x/dev/null" &&
13620 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13621 $as_echo "$as_me: updating cache $cache_file" >&6;}
13622 cat confcache >$cache_file
13623 else
13624 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13625 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13626 fi
13627 fi
13628 rm -f confcache
13629
13630 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13631 # Let make expand exec_prefix.
13632 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13633
13634 DEFS=-DHAVE_CONFIG_H
13635
13636 ac_libobjs=
13637 ac_ltlibobjs=
13638 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13639 # 1. Remove the extension, and $U if already installed.
13640 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13641 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13642 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13643 # will be set to the directory where LIBOBJS objects are built.
13644 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13645 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13646 done
13647 LIBOBJS=$ac_libobjs
13648
13649 LTLIBOBJS=$ac_ltlibobjs
13650
13651
13652
13653 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13654 as_fn_error "conditional \"GMAKE\" was never defined.
13655 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13656 fi
13657 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13658 as_fn_error "conditional \"PLUGINS\" was never defined.
13659 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13660 fi
13661 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13662 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13663 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13664 fi
13665
13666 : ${CONFIG_STATUS=./config.status}
13667 ac_write_fail=0
13668 ac_clean_files_save=$ac_clean_files
13669 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13671 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13672 as_write_fail=0
13673 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13674 #! $SHELL
13675 # Generated by $as_me.
13676 # Run this file to recreate the current configuration.
13677 # Compiler output produced by configure, useful for debugging
13678 # configure, is in config.log if it exists.
13679
13680 debug=false
13681 ac_cs_recheck=false
13682 ac_cs_silent=false
13683
13684 SHELL=\${CONFIG_SHELL-$SHELL}
13685 export SHELL
13686 _ASEOF
13687 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13688 ## -------------------- ##
13689 ## M4sh Initialization. ##
13690 ## -------------------- ##
13691
13692 # Be more Bourne compatible
13693 DUALCASE=1; export DUALCASE # for MKS sh
13694 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13695 emulate sh
13696 NULLCMD=:
13697 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13698 # is contrary to our usage. Disable this feature.
13699 alias -g '${1+"$@"}'='"$@"'
13700 setopt NO_GLOB_SUBST
13701 else
13702 case `(set -o) 2>/dev/null` in #(
13703 *posix*) :
13704 set -o posix ;; #(
13705 *) :
13706 ;;
13707 esac
13708 fi
13709
13710
13711 as_nl='
13712 '
13713 export as_nl
13714 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13715 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13716 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13717 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13718 # Prefer a ksh shell builtin over an external printf program on Solaris,
13719 # but without wasting forks for bash or zsh.
13720 if test -z "$BASH_VERSION$ZSH_VERSION" \
13721 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13722 as_echo='print -r --'
13723 as_echo_n='print -rn --'
13724 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13725 as_echo='printf %s\n'
13726 as_echo_n='printf %s'
13727 else
13728 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13729 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13730 as_echo_n='/usr/ucb/echo -n'
13731 else
13732 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13733 as_echo_n_body='eval
13734 arg=$1;
13735 case $arg in #(
13736 *"$as_nl"*)
13737 expr "X$arg" : "X\\(.*\\)$as_nl";
13738 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13739 esac;
13740 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13741 '
13742 export as_echo_n_body
13743 as_echo_n='sh -c $as_echo_n_body as_echo'
13744 fi
13745 export as_echo_body
13746 as_echo='sh -c $as_echo_body as_echo'
13747 fi
13748
13749 # The user is always right.
13750 if test "${PATH_SEPARATOR+set}" != set; then
13751 PATH_SEPARATOR=:
13752 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13753 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13754 PATH_SEPARATOR=';'
13755 }
13756 fi
13757
13758
13759 # IFS
13760 # We need space, tab and new line, in precisely that order. Quoting is
13761 # there to prevent editors from complaining about space-tab.
13762 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13763 # splitting by setting IFS to empty value.)
13764 IFS=" "" $as_nl"
13765
13766 # Find who we are. Look in the path if we contain no directory separator.
13767 case $0 in #((
13768 *[\\/]* ) as_myself=$0 ;;
13769 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13770 for as_dir in $PATH
13771 do
13772 IFS=$as_save_IFS
13773 test -z "$as_dir" && as_dir=.
13774 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13775 done
13776 IFS=$as_save_IFS
13777
13778 ;;
13779 esac
13780 # We did not find ourselves, most probably we were run as `sh COMMAND'
13781 # in which case we are not to be found in the path.
13782 if test "x$as_myself" = x; then
13783 as_myself=$0
13784 fi
13785 if test ! -f "$as_myself"; then
13786 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13787 exit 1
13788 fi
13789
13790 # Unset variables that we do not need and which cause bugs (e.g. in
13791 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13792 # suppresses any "Segmentation fault" message there. '((' could
13793 # trigger a bug in pdksh 5.2.14.
13794 for as_var in BASH_ENV ENV MAIL MAILPATH
13795 do eval test x\${$as_var+set} = xset \
13796 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13797 done
13798 PS1='$ '
13799 PS2='> '
13800 PS4='+ '
13801
13802 # NLS nuisances.
13803 LC_ALL=C
13804 export LC_ALL
13805 LANGUAGE=C
13806 export LANGUAGE
13807
13808 # CDPATH.
13809 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13810
13811
13812 # as_fn_error ERROR [LINENO LOG_FD]
13813 # ---------------------------------
13814 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13815 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13816 # script with status $?, using 1 if that was 0.
13817 as_fn_error ()
13818 {
13819 as_status=$?; test $as_status -eq 0 && as_status=1
13820 if test "$3"; then
13821 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13822 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13823 fi
13824 $as_echo "$as_me: error: $1" >&2
13825 as_fn_exit $as_status
13826 } # as_fn_error
13827
13828
13829 # as_fn_set_status STATUS
13830 # -----------------------
13831 # Set $? to STATUS, without forking.
13832 as_fn_set_status ()
13833 {
13834 return $1
13835 } # as_fn_set_status
13836
13837 # as_fn_exit STATUS
13838 # -----------------
13839 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13840 as_fn_exit ()
13841 {
13842 set +e
13843 as_fn_set_status $1
13844 exit $1
13845 } # as_fn_exit
13846
13847 # as_fn_unset VAR
13848 # ---------------
13849 # Portably unset VAR.
13850 as_fn_unset ()
13851 {
13852 { eval $1=; unset $1;}
13853 }
13854 as_unset=as_fn_unset
13855 # as_fn_append VAR VALUE
13856 # ----------------------
13857 # Append the text in VALUE to the end of the definition contained in VAR. Take
13858 # advantage of any shell optimizations that allow amortized linear growth over
13859 # repeated appends, instead of the typical quadratic growth present in naive
13860 # implementations.
13861 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13862 eval 'as_fn_append ()
13863 {
13864 eval $1+=\$2
13865 }'
13866 else
13867 as_fn_append ()
13868 {
13869 eval $1=\$$1\$2
13870 }
13871 fi # as_fn_append
13872
13873 # as_fn_arith ARG...
13874 # ------------------
13875 # Perform arithmetic evaluation on the ARGs, and store the result in the
13876 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13877 # must be portable across $(()) and expr.
13878 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13879 eval 'as_fn_arith ()
13880 {
13881 as_val=$(( $* ))
13882 }'
13883 else
13884 as_fn_arith ()
13885 {
13886 as_val=`expr "$@" || test $? -eq 1`
13887 }
13888 fi # as_fn_arith
13889
13890
13891 if expr a : '\(a\)' >/dev/null 2>&1 &&
13892 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13893 as_expr=expr
13894 else
13895 as_expr=false
13896 fi
13897
13898 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13899 as_basename=basename
13900 else
13901 as_basename=false
13902 fi
13903
13904 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13905 as_dirname=dirname
13906 else
13907 as_dirname=false
13908 fi
13909
13910 as_me=`$as_basename -- "$0" ||
13911 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13912 X"$0" : 'X\(//\)$' \| \
13913 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13914 $as_echo X/"$0" |
13915 sed '/^.*\/\([^/][^/]*\)\/*$/{
13916 s//\1/
13917 q
13918 }
13919 /^X\/\(\/\/\)$/{
13920 s//\1/
13921 q
13922 }
13923 /^X\/\(\/\).*/{
13924 s//\1/
13925 q
13926 }
13927 s/.*/./; q'`
13928
13929 # Avoid depending upon Character Ranges.
13930 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13931 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13932 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13933 as_cr_digits='0123456789'
13934 as_cr_alnum=$as_cr_Letters$as_cr_digits
13935
13936 ECHO_C= ECHO_N= ECHO_T=
13937 case `echo -n x` in #(((((
13938 -n*)
13939 case `echo 'xy\c'` in
13940 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13941 xy) ECHO_C='\c';;
13942 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13943 ECHO_T=' ';;
13944 esac;;
13945 *)
13946 ECHO_N='-n';;
13947 esac
13948
13949 rm -f conf$$ conf$$.exe conf$$.file
13950 if test -d conf$$.dir; then
13951 rm -f conf$$.dir/conf$$.file
13952 else
13953 rm -f conf$$.dir
13954 mkdir conf$$.dir 2>/dev/null
13955 fi
13956 if (echo >conf$$.file) 2>/dev/null; then
13957 if ln -s conf$$.file conf$$ 2>/dev/null; then
13958 as_ln_s='ln -s'
13959 # ... but there are two gotchas:
13960 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13961 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13962 # In both cases, we have to default to `cp -p'.
13963 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13964 as_ln_s='cp -p'
13965 elif ln conf$$.file conf$$ 2>/dev/null; then
13966 as_ln_s=ln
13967 else
13968 as_ln_s='cp -p'
13969 fi
13970 else
13971 as_ln_s='cp -p'
13972 fi
13973 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13974 rmdir conf$$.dir 2>/dev/null
13975
13976
13977 # as_fn_mkdir_p
13978 # -------------
13979 # Create "$as_dir" as a directory, including parents if necessary.
13980 as_fn_mkdir_p ()
13981 {
13982
13983 case $as_dir in #(
13984 -*) as_dir=./$as_dir;;
13985 esac
13986 test -d "$as_dir" || eval $as_mkdir_p || {
13987 as_dirs=
13988 while :; do
13989 case $as_dir in #(
13990 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13991 *) as_qdir=$as_dir;;
13992 esac
13993 as_dirs="'$as_qdir' $as_dirs"
13994 as_dir=`$as_dirname -- "$as_dir" ||
13995 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13996 X"$as_dir" : 'X\(//\)[^/]' \| \
13997 X"$as_dir" : 'X\(//\)$' \| \
13998 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13999 $as_echo X"$as_dir" |
14000 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14001 s//\1/
14002 q
14003 }
14004 /^X\(\/\/\)[^/].*/{
14005 s//\1/
14006 q
14007 }
14008 /^X\(\/\/\)$/{
14009 s//\1/
14010 q
14011 }
14012 /^X\(\/\).*/{
14013 s//\1/
14014 q
14015 }
14016 s/.*/./; q'`
14017 test -d "$as_dir" && break
14018 done
14019 test -z "$as_dirs" || eval "mkdir $as_dirs"
14020 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14021
14022
14023 } # as_fn_mkdir_p
14024 if mkdir -p . 2>/dev/null; then
14025 as_mkdir_p='mkdir -p "$as_dir"'
14026 else
14027 test -d ./-p && rmdir ./-p
14028 as_mkdir_p=false
14029 fi
14030
14031 if test -x / >/dev/null 2>&1; then
14032 as_test_x='test -x'
14033 else
14034 if ls -dL / >/dev/null 2>&1; then
14035 as_ls_L_option=L
14036 else
14037 as_ls_L_option=
14038 fi
14039 as_test_x='
14040 eval sh -c '\''
14041 if test -d "$1"; then
14042 test -d "$1/.";
14043 else
14044 case $1 in #(
14045 -*)set "./$1";;
14046 esac;
14047 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14048 ???[sx]*):;;*)false;;esac;fi
14049 '\'' sh
14050 '
14051 fi
14052 as_executable_p=$as_test_x
14053
14054 # Sed expression to map a string onto a valid CPP name.
14055 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14056
14057 # Sed expression to map a string onto a valid variable name.
14058 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14059
14060
14061 exec 6>&1
14062 ## ----------------------------------- ##
14063 ## Main body of $CONFIG_STATUS script. ##
14064 ## ----------------------------------- ##
14065 _ASEOF
14066 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14067
14068 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14069 # Save the log message, to keep $0 and so on meaningful, and to
14070 # report actual input values of CONFIG_FILES etc. instead of their
14071 # values after options handling.
14072 ac_log="
14073 This file was extended by $as_me, which was
14074 generated by GNU Autoconf 2.64. Invocation command line was
14075
14076 CONFIG_FILES = $CONFIG_FILES
14077 CONFIG_HEADERS = $CONFIG_HEADERS
14078 CONFIG_LINKS = $CONFIG_LINKS
14079 CONFIG_COMMANDS = $CONFIG_COMMANDS
14080 $ $0 $@
14081
14082 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14083 "
14084
14085 _ACEOF
14086
14087 case $ac_config_files in *"
14088 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14089 esac
14090
14091 case $ac_config_headers in *"
14092 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14093 esac
14094
14095
14096 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14097 # Files that config.status was made for.
14098 config_files="$ac_config_files"
14099 config_headers="$ac_config_headers"
14100 config_commands="$ac_config_commands"
14101
14102 _ACEOF
14103
14104 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14105 ac_cs_usage="\
14106 \`$as_me' instantiates files and other configuration actions
14107 from templates according to the current configuration. Unless the files
14108 and actions are specified as TAGs, all are instantiated by default.
14109
14110 Usage: $0 [OPTION]... [TAG]...
14111
14112 -h, --help print this help, then exit
14113 -V, --version print version number and configuration settings, then exit
14114 -q, --quiet, --silent
14115 do not print progress messages
14116 -d, --debug don't remove temporary files
14117 --recheck update $as_me by reconfiguring in the same conditions
14118 --file=FILE[:TEMPLATE]
14119 instantiate the configuration file FILE
14120 --header=FILE[:TEMPLATE]
14121 instantiate the configuration header FILE
14122
14123 Configuration files:
14124 $config_files
14125
14126 Configuration headers:
14127 $config_headers
14128
14129 Configuration commands:
14130 $config_commands
14131
14132 Report bugs to the package provider."
14133
14134 _ACEOF
14135 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14136 ac_cs_version="\\
14137 config.status
14138 configured by $0, generated by GNU Autoconf 2.64,
14139 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14140
14141 Copyright (C) 2009 Free Software Foundation, Inc.
14142 This config.status script is free software; the Free Software Foundation
14143 gives unlimited permission to copy, distribute and modify it."
14144
14145 ac_pwd='$ac_pwd'
14146 srcdir='$srcdir'
14147 INSTALL='$INSTALL'
14148 AWK='$AWK'
14149 test -n "\$AWK" || AWK=awk
14150 _ACEOF
14151
14152 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14153 # The default lists apply if the user does not specify any file.
14154 ac_need_defaults=:
14155 while test $# != 0
14156 do
14157 case $1 in
14158 --*=*)
14159 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14160 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14161 ac_shift=:
14162 ;;
14163 *)
14164 ac_option=$1
14165 ac_optarg=$2
14166 ac_shift=shift
14167 ;;
14168 esac
14169
14170 case $ac_option in
14171 # Handling of the options.
14172 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14173 ac_cs_recheck=: ;;
14174 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14175 $as_echo "$ac_cs_version"; exit ;;
14176 --debug | --debu | --deb | --de | --d | -d )
14177 debug=: ;;
14178 --file | --fil | --fi | --f )
14179 $ac_shift
14180 case $ac_optarg in
14181 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14182 esac
14183 as_fn_append CONFIG_FILES " '$ac_optarg'"
14184 ac_need_defaults=false;;
14185 --header | --heade | --head | --hea )
14186 $ac_shift
14187 case $ac_optarg in
14188 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14189 esac
14190 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14191 ac_need_defaults=false;;
14192 --he | --h)
14193 # Conflict between --help and --header
14194 as_fn_error "ambiguous option: \`$1'
14195 Try \`$0 --help' for more information.";;
14196 --help | --hel | -h )
14197 $as_echo "$ac_cs_usage"; exit ;;
14198 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14199 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14200 ac_cs_silent=: ;;
14201
14202 # This is an error.
14203 -*) as_fn_error "unrecognized option: \`$1'
14204 Try \`$0 --help' for more information." ;;
14205
14206 *) as_fn_append ac_config_targets " $1"
14207 ac_need_defaults=false ;;
14208
14209 esac
14210 shift
14211 done
14212
14213 ac_configure_extra_args=
14214
14215 if $ac_cs_silent; then
14216 exec 6>/dev/null
14217 ac_configure_extra_args="$ac_configure_extra_args --silent"
14218 fi
14219
14220 _ACEOF
14221 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14222 if \$ac_cs_recheck; then
14223 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14224 shift
14225 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14226 CONFIG_SHELL='$SHELL'
14227 export CONFIG_SHELL
14228 exec "\$@"
14229 fi
14230
14231 _ACEOF
14232 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14233 exec 5>>config.log
14234 {
14235 echo
14236 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14237 ## Running $as_me. ##
14238 _ASBOX
14239 $as_echo "$ac_log"
14240 } >&5
14241
14242 _ACEOF
14243 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14244 #
14245 # INIT-COMMANDS
14246 #
14247 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14248
14249
14250 # The HP-UX ksh and POSIX shell print the target directory to stdout
14251 # if CDPATH is set.
14252 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14253
14254 sed_quote_subst='$sed_quote_subst'
14255 double_quote_subst='$double_quote_subst'
14256 delay_variable_subst='$delay_variable_subst'
14257 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14258 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14259 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14260 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14261 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14262 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14263 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14264 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14265 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14266 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14267 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14268 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14269 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14270 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14271 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14272 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14273 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14274 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14275 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14276 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14277 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14278 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14279 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14280 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14281 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14282 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14283 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14284 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14285 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14286 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14287 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14288 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14289 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14290 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14291 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14292 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14293 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14294 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14295 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14296 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14297 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14298 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14299 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14300 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14301 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14302 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14303 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14304 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14305 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"`'
14306 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14307 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14308 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14309 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14310 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14311 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14312 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14313 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14314 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14315 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14316 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14317 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14318 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14319 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14320 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14321 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14322 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14323 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14324 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14325 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14326 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14327 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14328 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14329 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14330 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14331 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14332 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14333 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14334 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14335 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14336 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14337 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14338 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14339 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14340 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14341 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14342 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14343 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14344 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14345 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14346 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14347 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14348 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14349 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14350 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14351 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14352 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14353 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14354 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14355 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14356 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14357 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14358 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14359 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14360 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14361 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14362 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14363 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14364 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14365 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14366 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14367 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14368 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14369 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14370 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14371 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14372 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14373 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14374 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14375 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14376 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14377
14378 LTCC='$LTCC'
14379 LTCFLAGS='$LTCFLAGS'
14380 compiler='$compiler_DEFAULT'
14381
14382 # A function that is used when there is no print builtin or printf.
14383 func_fallback_echo ()
14384 {
14385 eval 'cat <<_LTECHO_EOF
14386 \$1
14387 _LTECHO_EOF'
14388 }
14389
14390 # Quote evaled strings.
14391 for var in SHELL \
14392 ECHO \
14393 SED \
14394 GREP \
14395 EGREP \
14396 FGREP \
14397 LD \
14398 NM \
14399 LN_S \
14400 lt_SP2NL \
14401 lt_NL2SP \
14402 reload_flag \
14403 OBJDUMP \
14404 deplibs_check_method \
14405 file_magic_cmd \
14406 AR \
14407 AR_FLAGS \
14408 STRIP \
14409 RANLIB \
14410 CC \
14411 CFLAGS \
14412 compiler \
14413 lt_cv_sys_global_symbol_pipe \
14414 lt_cv_sys_global_symbol_to_cdecl \
14415 lt_cv_sys_global_symbol_to_c_name_address \
14416 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14417 lt_prog_compiler_no_builtin_flag \
14418 lt_prog_compiler_wl \
14419 lt_prog_compiler_pic \
14420 lt_prog_compiler_static \
14421 lt_cv_prog_compiler_c_o \
14422 need_locks \
14423 DSYMUTIL \
14424 NMEDIT \
14425 LIPO \
14426 OTOOL \
14427 OTOOL64 \
14428 shrext_cmds \
14429 export_dynamic_flag_spec \
14430 whole_archive_flag_spec \
14431 compiler_needs_object \
14432 with_gnu_ld \
14433 allow_undefined_flag \
14434 no_undefined_flag \
14435 hardcode_libdir_flag_spec \
14436 hardcode_libdir_flag_spec_ld \
14437 hardcode_libdir_separator \
14438 fix_srcfile_path \
14439 exclude_expsyms \
14440 include_expsyms \
14441 file_list_spec \
14442 variables_saved_for_relink \
14443 libname_spec \
14444 library_names_spec \
14445 soname_spec \
14446 install_override_mode \
14447 finish_eval \
14448 old_striplib \
14449 striplib; do
14450 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14451 *[\\\\\\\`\\"\\\$]*)
14452 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14453 ;;
14454 *)
14455 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14456 ;;
14457 esac
14458 done
14459
14460 # Double-quote double-evaled strings.
14461 for var in reload_cmds \
14462 old_postinstall_cmds \
14463 old_postuninstall_cmds \
14464 old_archive_cmds \
14465 extract_expsyms_cmds \
14466 old_archive_from_new_cmds \
14467 old_archive_from_expsyms_cmds \
14468 archive_cmds \
14469 archive_expsym_cmds \
14470 module_cmds \
14471 module_expsym_cmds \
14472 export_symbols_cmds \
14473 prelink_cmds \
14474 postinstall_cmds \
14475 postuninstall_cmds \
14476 finish_cmds \
14477 sys_lib_search_path_spec \
14478 sys_lib_dlsearch_path_spec; do
14479 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14480 *[\\\\\\\`\\"\\\$]*)
14481 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14482 ;;
14483 *)
14484 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14485 ;;
14486 esac
14487 done
14488
14489 ac_aux_dir='$ac_aux_dir'
14490 xsi_shell='$xsi_shell'
14491 lt_shell_append='$lt_shell_append'
14492
14493 # See if we are running on zsh, and set the options which allow our
14494 # commands through without removal of \ escapes INIT.
14495 if test -n "\${ZSH_VERSION+set}" ; then
14496 setopt NO_GLOB_SUBST
14497 fi
14498
14499
14500 PACKAGE='$PACKAGE'
14501 VERSION='$VERSION'
14502 TIMESTAMP='$TIMESTAMP'
14503 RM='$RM'
14504 ofile='$ofile'
14505
14506
14507
14508
14509 _ACEOF
14510
14511 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14512
14513 # Handling of arguments.
14514 for ac_config_target in $ac_config_targets
14515 do
14516 case $ac_config_target in
14517 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14518 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14519 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14520 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14521 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14522 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14523 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14524 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14525
14526 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14527 esac
14528 done
14529
14530
14531 # If the user did not use the arguments to specify the items to instantiate,
14532 # then the envvar interface is used. Set only those that are not.
14533 # We use the long form for the default assignment because of an extremely
14534 # bizarre bug on SunOS 4.1.3.
14535 if $ac_need_defaults; then
14536 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14537 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14538 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14539 fi
14540
14541 # Have a temporary directory for convenience. Make it in the build tree
14542 # simply because there is no reason against having it here, and in addition,
14543 # creating and moving files from /tmp can sometimes cause problems.
14544 # Hook for its removal unless debugging.
14545 # Note that there is a small window in which the directory will not be cleaned:
14546 # after its creation but before its name has been assigned to `$tmp'.
14547 $debug ||
14548 {
14549 tmp=
14550 trap 'exit_status=$?
14551 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14552 ' 0
14553 trap 'as_fn_exit 1' 1 2 13 15
14554 }
14555 # Create a (secure) tmp directory for tmp files.
14556
14557 {
14558 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14559 test -n "$tmp" && test -d "$tmp"
14560 } ||
14561 {
14562 tmp=./conf$$-$RANDOM
14563 (umask 077 && mkdir "$tmp")
14564 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14565
14566 # Set up the scripts for CONFIG_FILES section.
14567 # No need to generate them if there are no CONFIG_FILES.
14568 # This happens for instance with `./config.status config.h'.
14569 if test -n "$CONFIG_FILES"; then
14570
14571
14572 ac_cr=`echo X | tr X '\015'`
14573 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14574 # But we know of no other shell where ac_cr would be empty at this
14575 # point, so we can use a bashism as a fallback.
14576 if test "x$ac_cr" = x; then
14577 eval ac_cr=\$\'\\r\'
14578 fi
14579 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14580 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14581 ac_cs_awk_cr='\r'
14582 else
14583 ac_cs_awk_cr=$ac_cr
14584 fi
14585
14586 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14587 _ACEOF
14588
14589
14590 {
14591 echo "cat >conf$$subs.awk <<_ACEOF" &&
14592 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14593 echo "_ACEOF"
14594 } >conf$$subs.sh ||
14595 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14596 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14597 ac_delim='%!_!# '
14598 for ac_last_try in false false false false false :; do
14599 . ./conf$$subs.sh ||
14600 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14601
14602 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14603 if test $ac_delim_n = $ac_delim_num; then
14604 break
14605 elif $ac_last_try; then
14606 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14607 else
14608 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14609 fi
14610 done
14611 rm -f conf$$subs.sh
14612
14613 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14614 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14615 _ACEOF
14616 sed -n '
14617 h
14618 s/^/S["/; s/!.*/"]=/
14619 p
14620 g
14621 s/^[^!]*!//
14622 :repl
14623 t repl
14624 s/'"$ac_delim"'$//
14625 t delim
14626 :nl
14627 h
14628 s/\(.\{148\}\).*/\1/
14629 t more1
14630 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14631 p
14632 n
14633 b repl
14634 :more1
14635 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14636 p
14637 g
14638 s/.\{148\}//
14639 t nl
14640 :delim
14641 h
14642 s/\(.\{148\}\).*/\1/
14643 t more2
14644 s/["\\]/\\&/g; s/^/"/; s/$/"/
14645 p
14646 b
14647 :more2
14648 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14649 p
14650 g
14651 s/.\{148\}//
14652 t delim
14653 ' <conf$$subs.awk | sed '
14654 /^[^""]/{
14655 N
14656 s/\n//
14657 }
14658 ' >>$CONFIG_STATUS || ac_write_fail=1
14659 rm -f conf$$subs.awk
14660 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14661 _ACAWK
14662 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14663 for (key in S) S_is_set[key] = 1
14664 FS = "\a"
14665
14666 }
14667 {
14668 line = $ 0
14669 nfields = split(line, field, "@")
14670 substed = 0
14671 len = length(field[1])
14672 for (i = 2; i < nfields; i++) {
14673 key = field[i]
14674 keylen = length(key)
14675 if (S_is_set[key]) {
14676 value = S[key]
14677 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14678 len += length(value) + length(field[++i])
14679 substed = 1
14680 } else
14681 len += 1 + keylen
14682 }
14683
14684 print line
14685 }
14686
14687 _ACAWK
14688 _ACEOF
14689 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14690 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14691 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14692 else
14693 cat
14694 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14695 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14696 _ACEOF
14697
14698 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14699 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14700 # trailing colons and then remove the whole line if VPATH becomes empty
14701 # (actually we leave an empty line to preserve line numbers).
14702 if test "x$srcdir" = x.; then
14703 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14704 s/:*\$(srcdir):*/:/
14705 s/:*\${srcdir}:*/:/
14706 s/:*@srcdir@:*/:/
14707 s/^\([^=]*=[ ]*\):*/\1/
14708 s/:*$//
14709 s/^[^=]*=[ ]*$//
14710 }'
14711 fi
14712
14713 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14714 fi # test -n "$CONFIG_FILES"
14715
14716 # Set up the scripts for CONFIG_HEADERS section.
14717 # No need to generate them if there are no CONFIG_HEADERS.
14718 # This happens for instance with `./config.status Makefile'.
14719 if test -n "$CONFIG_HEADERS"; then
14720 cat >"$tmp/defines.awk" <<\_ACAWK ||
14721 BEGIN {
14722 _ACEOF
14723
14724 # Transform confdefs.h into an awk script `defines.awk', embedded as
14725 # here-document in config.status, that substitutes the proper values into
14726 # config.h.in to produce config.h.
14727
14728 # Create a delimiter string that does not exist in confdefs.h, to ease
14729 # handling of long lines.
14730 ac_delim='%!_!# '
14731 for ac_last_try in false false :; do
14732 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14733 if test -z "$ac_t"; then
14734 break
14735 elif $ac_last_try; then
14736 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14737 else
14738 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14739 fi
14740 done
14741
14742 # For the awk script, D is an array of macro values keyed by name,
14743 # likewise P contains macro parameters if any. Preserve backslash
14744 # newline sequences.
14745
14746 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14747 sed -n '
14748 s/.\{148\}/&'"$ac_delim"'/g
14749 t rset
14750 :rset
14751 s/^[ ]*#[ ]*define[ ][ ]*/ /
14752 t def
14753 d
14754 :def
14755 s/\\$//
14756 t bsnl
14757 s/["\\]/\\&/g
14758 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14759 D["\1"]=" \3"/p
14760 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14761 d
14762 :bsnl
14763 s/["\\]/\\&/g
14764 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14765 D["\1"]=" \3\\\\\\n"\\/p
14766 t cont
14767 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14768 t cont
14769 d
14770 :cont
14771 n
14772 s/.\{148\}/&'"$ac_delim"'/g
14773 t clear
14774 :clear
14775 s/\\$//
14776 t bsnlc
14777 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14778 d
14779 :bsnlc
14780 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14781 b cont
14782 ' <confdefs.h | sed '
14783 s/'"$ac_delim"'/"\\\
14784 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14785
14786 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14787 for (key in D) D_is_set[key] = 1
14788 FS = "\a"
14789 }
14790 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14791 line = \$ 0
14792 split(line, arg, " ")
14793 if (arg[1] == "#") {
14794 defundef = arg[2]
14795 mac1 = arg[3]
14796 } else {
14797 defundef = substr(arg[1], 2)
14798 mac1 = arg[2]
14799 }
14800 split(mac1, mac2, "(") #)
14801 macro = mac2[1]
14802 prefix = substr(line, 1, index(line, defundef) - 1)
14803 if (D_is_set[macro]) {
14804 # Preserve the white space surrounding the "#".
14805 print prefix "define", macro P[macro] D[macro]
14806 next
14807 } else {
14808 # Replace #undef with comments. This is necessary, for example,
14809 # in the case of _POSIX_SOURCE, which is predefined and required
14810 # on some systems where configure will not decide to define it.
14811 if (defundef == "undef") {
14812 print "/*", prefix defundef, macro, "*/"
14813 next
14814 }
14815 }
14816 }
14817 { print }
14818 _ACAWK
14819 _ACEOF
14820 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14821 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14822 fi # test -n "$CONFIG_HEADERS"
14823
14824
14825 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14826 shift
14827 for ac_tag
14828 do
14829 case $ac_tag in
14830 :[FHLC]) ac_mode=$ac_tag; continue;;
14831 esac
14832 case $ac_mode$ac_tag in
14833 :[FHL]*:*);;
14834 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14835 :[FH]-) ac_tag=-:-;;
14836 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14837 esac
14838 ac_save_IFS=$IFS
14839 IFS=:
14840 set x $ac_tag
14841 IFS=$ac_save_IFS
14842 shift
14843 ac_file=$1
14844 shift
14845
14846 case $ac_mode in
14847 :L) ac_source=$1;;
14848 :[FH])
14849 ac_file_inputs=
14850 for ac_f
14851 do
14852 case $ac_f in
14853 -) ac_f="$tmp/stdin";;
14854 *) # Look for the file first in the build tree, then in the source tree
14855 # (if the path is not absolute). The absolute path cannot be DOS-style,
14856 # because $ac_f cannot contain `:'.
14857 test -f "$ac_f" ||
14858 case $ac_f in
14859 [\\/$]*) false;;
14860 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14861 esac ||
14862 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14863 esac
14864 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14865 as_fn_append ac_file_inputs " '$ac_f'"
14866 done
14867
14868 # Let's still pretend it is `configure' which instantiates (i.e., don't
14869 # use $as_me), people would be surprised to read:
14870 # /* config.h. Generated by config.status. */
14871 configure_input='Generated from '`
14872 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14873 `' by configure.'
14874 if test x"$ac_file" != x-; then
14875 configure_input="$ac_file. $configure_input"
14876 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14877 $as_echo "$as_me: creating $ac_file" >&6;}
14878 fi
14879 # Neutralize special characters interpreted by sed in replacement strings.
14880 case $configure_input in #(
14881 *\&* | *\|* | *\\* )
14882 ac_sed_conf_input=`$as_echo "$configure_input" |
14883 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14884 *) ac_sed_conf_input=$configure_input;;
14885 esac
14886
14887 case $ac_tag in
14888 *:-:* | *:-) cat >"$tmp/stdin" \
14889 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14890 esac
14891 ;;
14892 esac
14893
14894 ac_dir=`$as_dirname -- "$ac_file" ||
14895 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14896 X"$ac_file" : 'X\(//\)[^/]' \| \
14897 X"$ac_file" : 'X\(//\)$' \| \
14898 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14899 $as_echo X"$ac_file" |
14900 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14901 s//\1/
14902 q
14903 }
14904 /^X\(\/\/\)[^/].*/{
14905 s//\1/
14906 q
14907 }
14908 /^X\(\/\/\)$/{
14909 s//\1/
14910 q
14911 }
14912 /^X\(\/\).*/{
14913 s//\1/
14914 q
14915 }
14916 s/.*/./; q'`
14917 as_dir="$ac_dir"; as_fn_mkdir_p
14918 ac_builddir=.
14919
14920 case "$ac_dir" in
14921 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14922 *)
14923 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14924 # A ".." for each directory in $ac_dir_suffix.
14925 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14926 case $ac_top_builddir_sub in
14927 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14928 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14929 esac ;;
14930 esac
14931 ac_abs_top_builddir=$ac_pwd
14932 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14933 # for backward compatibility:
14934 ac_top_builddir=$ac_top_build_prefix
14935
14936 case $srcdir in
14937 .) # We are building in place.
14938 ac_srcdir=.
14939 ac_top_srcdir=$ac_top_builddir_sub
14940 ac_abs_top_srcdir=$ac_pwd ;;
14941 [\\/]* | ?:[\\/]* ) # Absolute name.
14942 ac_srcdir=$srcdir$ac_dir_suffix;
14943 ac_top_srcdir=$srcdir
14944 ac_abs_top_srcdir=$srcdir ;;
14945 *) # Relative name.
14946 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14947 ac_top_srcdir=$ac_top_build_prefix$srcdir
14948 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14949 esac
14950 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14951
14952
14953 case $ac_mode in
14954 :F)
14955 #
14956 # CONFIG_FILE
14957 #
14958
14959 case $INSTALL in
14960 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14961 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14962 esac
14963 _ACEOF
14964
14965 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14966 # If the template does not know about datarootdir, expand it.
14967 # FIXME: This hack should be removed a few years after 2.60.
14968 ac_datarootdir_hack=; ac_datarootdir_seen=
14969 ac_sed_dataroot='
14970 /datarootdir/ {
14971 p
14972 q
14973 }
14974 /@datadir@/p
14975 /@docdir@/p
14976 /@infodir@/p
14977 /@localedir@/p
14978 /@mandir@/p'
14979 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14980 *datarootdir*) ac_datarootdir_seen=yes;;
14981 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14982 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14983 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14984 _ACEOF
14985 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14986 ac_datarootdir_hack='
14987 s&@datadir@&$datadir&g
14988 s&@docdir@&$docdir&g
14989 s&@infodir@&$infodir&g
14990 s&@localedir@&$localedir&g
14991 s&@mandir@&$mandir&g
14992 s&\\\${datarootdir}&$datarootdir&g' ;;
14993 esac
14994 _ACEOF
14995
14996 # Neutralize VPATH when `$srcdir' = `.'.
14997 # Shell code in configure.ac might set extrasub.
14998 # FIXME: do we really want to maintain this feature?
14999 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15000 ac_sed_extra="$ac_vpsub
15001 $extrasub
15002 _ACEOF
15003 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15004 :t
15005 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15006 s|@configure_input@|$ac_sed_conf_input|;t t
15007 s&@top_builddir@&$ac_top_builddir_sub&;t t
15008 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15009 s&@srcdir@&$ac_srcdir&;t t
15010 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15011 s&@top_srcdir@&$ac_top_srcdir&;t t
15012 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15013 s&@builddir@&$ac_builddir&;t t
15014 s&@abs_builddir@&$ac_abs_builddir&;t t
15015 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15016 s&@INSTALL@&$ac_INSTALL&;t t
15017 $ac_datarootdir_hack
15018 "
15019 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15020 || as_fn_error "could not create $ac_file" "$LINENO" 5
15021
15022 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15023 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15024 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15025 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15026 which seems to be undefined. Please make sure it is defined." >&5
15027 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15028 which seems to be undefined. Please make sure it is defined." >&2;}
15029
15030 rm -f "$tmp/stdin"
15031 case $ac_file in
15032 -) cat "$tmp/out" && rm -f "$tmp/out";;
15033 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15034 esac \
15035 || as_fn_error "could not create $ac_file" "$LINENO" 5
15036 ;;
15037 :H)
15038 #
15039 # CONFIG_HEADER
15040 #
15041 if test x"$ac_file" != x-; then
15042 {
15043 $as_echo "/* $configure_input */" \
15044 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15045 } >"$tmp/config.h" \
15046 || as_fn_error "could not create $ac_file" "$LINENO" 5
15047 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15048 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15049 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15050 else
15051 rm -f "$ac_file"
15052 mv "$tmp/config.h" "$ac_file" \
15053 || as_fn_error "could not create $ac_file" "$LINENO" 5
15054 fi
15055 else
15056 $as_echo "/* $configure_input */" \
15057 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15058 || as_fn_error "could not create -" "$LINENO" 5
15059 fi
15060 ;;
15061
15062 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15063 $as_echo "$as_me: executing $ac_file commands" >&6;}
15064 ;;
15065 esac
15066
15067
15068 case $ac_file$ac_mode in
15069 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
15070 "libtool":C)
15071
15072 # See if we are running on zsh, and set the options which allow our
15073 # commands through without removal of \ escapes.
15074 if test -n "${ZSH_VERSION+set}" ; then
15075 setopt NO_GLOB_SUBST
15076 fi
15077
15078 cfgfile="${ofile}T"
15079 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15080 $RM "$cfgfile"
15081
15082 cat <<_LT_EOF >> "$cfgfile"
15083 #! $SHELL
15084
15085 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15086 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15087 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15088 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15089 #
15090 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15091 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15092 # Written by Gordon Matzigkeit, 1996
15093 #
15094 # This file is part of GNU Libtool.
15095 #
15096 # GNU Libtool is free software; you can redistribute it and/or
15097 # modify it under the terms of the GNU General Public License as
15098 # published by the Free Software Foundation; either version 2 of
15099 # the License, or (at your option) any later version.
15100 #
15101 # As a special exception to the GNU General Public License,
15102 # if you distribute this file as part of a program or library that
15103 # is built using GNU Libtool, you may include this file under the
15104 # same distribution terms that you use for the rest of that program.
15105 #
15106 # GNU Libtool is distributed in the hope that it will be useful,
15107 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15108 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15109 # GNU General Public License for more details.
15110 #
15111 # You should have received a copy of the GNU General Public License
15112 # along with GNU Libtool; see the file COPYING. If not, a copy
15113 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15114 # obtained by writing to the Free Software Foundation, Inc.,
15115 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15116
15117
15118 # The names of the tagged configurations supported by this script.
15119 available_tags=""
15120
15121 # ### BEGIN LIBTOOL CONFIG
15122
15123 # Which release of libtool.m4 was used?
15124 macro_version=$macro_version
15125 macro_revision=$macro_revision
15126
15127 # Whether or not to build shared libraries.
15128 build_libtool_libs=$enable_shared
15129
15130 # Whether or not to build static libraries.
15131 build_old_libs=$enable_static
15132
15133 # What type of objects to build.
15134 pic_mode=$pic_mode
15135
15136 # Whether or not to optimize for fast installation.
15137 fast_install=$enable_fast_install
15138
15139 # Shell to use when invoking shell scripts.
15140 SHELL=$lt_SHELL
15141
15142 # An echo program that protects backslashes.
15143 ECHO=$lt_ECHO
15144
15145 # The host system.
15146 host_alias=$host_alias
15147 host=$host
15148 host_os=$host_os
15149
15150 # The build system.
15151 build_alias=$build_alias
15152 build=$build
15153 build_os=$build_os
15154
15155 # A sed program that does not truncate output.
15156 SED=$lt_SED
15157
15158 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15159 Xsed="\$SED -e 1s/^X//"
15160
15161 # A grep program that handles long lines.
15162 GREP=$lt_GREP
15163
15164 # An ERE matcher.
15165 EGREP=$lt_EGREP
15166
15167 # A literal string matcher.
15168 FGREP=$lt_FGREP
15169
15170 # A BSD- or MS-compatible name lister.
15171 NM=$lt_NM
15172
15173 # Whether we need soft or hard links.
15174 LN_S=$lt_LN_S
15175
15176 # What is the maximum length of a command?
15177 max_cmd_len=$max_cmd_len
15178
15179 # Object file suffix (normally "o").
15180 objext=$ac_objext
15181
15182 # Executable file suffix (normally "").
15183 exeext=$exeext
15184
15185 # whether the shell understands "unset".
15186 lt_unset=$lt_unset
15187
15188 # turn spaces into newlines.
15189 SP2NL=$lt_lt_SP2NL
15190
15191 # turn newlines into spaces.
15192 NL2SP=$lt_lt_NL2SP
15193
15194 # An object symbol dumper.
15195 OBJDUMP=$lt_OBJDUMP
15196
15197 # Method to check whether dependent libraries are shared objects.
15198 deplibs_check_method=$lt_deplibs_check_method
15199
15200 # Command to use when deplibs_check_method == "file_magic".
15201 file_magic_cmd=$lt_file_magic_cmd
15202
15203 # The archiver.
15204 AR=$lt_AR
15205 AR_FLAGS=$lt_AR_FLAGS
15206
15207 # A symbol stripping program.
15208 STRIP=$lt_STRIP
15209
15210 # Commands used to install an old-style archive.
15211 RANLIB=$lt_RANLIB
15212 old_postinstall_cmds=$lt_old_postinstall_cmds
15213 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15214
15215 # Whether to use a lock for old archive extraction.
15216 lock_old_archive_extraction=$lock_old_archive_extraction
15217
15218 # A C compiler.
15219 LTCC=$lt_CC
15220
15221 # LTCC compiler flags.
15222 LTCFLAGS=$lt_CFLAGS
15223
15224 # Take the output of nm and produce a listing of raw symbols and C names.
15225 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15226
15227 # Transform the output of nm in a proper C declaration.
15228 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15229
15230 # Transform the output of nm in a C name address pair.
15231 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15232
15233 # Transform the output of nm in a C name address pair when lib prefix is needed.
15234 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15235
15236 # The name of the directory that contains temporary libtool files.
15237 objdir=$objdir
15238
15239 # Used to examine libraries when file_magic_cmd begins with "file".
15240 MAGIC_CMD=$MAGIC_CMD
15241
15242 # Must we lock files when doing compilation?
15243 need_locks=$lt_need_locks
15244
15245 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15246 DSYMUTIL=$lt_DSYMUTIL
15247
15248 # Tool to change global to local symbols on Mac OS X.
15249 NMEDIT=$lt_NMEDIT
15250
15251 # Tool to manipulate fat objects and archives on Mac OS X.
15252 LIPO=$lt_LIPO
15253
15254 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15255 OTOOL=$lt_OTOOL
15256
15257 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15258 OTOOL64=$lt_OTOOL64
15259
15260 # Old archive suffix (normally "a").
15261 libext=$libext
15262
15263 # Shared library suffix (normally ".so").
15264 shrext_cmds=$lt_shrext_cmds
15265
15266 # The commands to extract the exported symbol list from a shared archive.
15267 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15268
15269 # Variables whose values should be saved in libtool wrapper scripts and
15270 # restored at link time.
15271 variables_saved_for_relink=$lt_variables_saved_for_relink
15272
15273 # Do we need the "lib" prefix for modules?
15274 need_lib_prefix=$need_lib_prefix
15275
15276 # Do we need a version for libraries?
15277 need_version=$need_version
15278
15279 # Library versioning type.
15280 version_type=$version_type
15281
15282 # Shared library runtime path variable.
15283 runpath_var=$runpath_var
15284
15285 # Shared library path variable.
15286 shlibpath_var=$shlibpath_var
15287
15288 # Is shlibpath searched before the hard-coded library search path?
15289 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15290
15291 # Format of library name prefix.
15292 libname_spec=$lt_libname_spec
15293
15294 # List of archive names. First name is the real one, the rest are links.
15295 # The last name is the one that the linker finds with -lNAME
15296 library_names_spec=$lt_library_names_spec
15297
15298 # The coded name of the library, if different from the real name.
15299 soname_spec=$lt_soname_spec
15300
15301 # Permission mode override for installation of shared libraries.
15302 install_override_mode=$lt_install_override_mode
15303
15304 # Command to use after installation of a shared archive.
15305 postinstall_cmds=$lt_postinstall_cmds
15306
15307 # Command to use after uninstallation of a shared archive.
15308 postuninstall_cmds=$lt_postuninstall_cmds
15309
15310 # Commands used to finish a libtool library installation in a directory.
15311 finish_cmds=$lt_finish_cmds
15312
15313 # As "finish_cmds", except a single script fragment to be evaled but
15314 # not shown.
15315 finish_eval=$lt_finish_eval
15316
15317 # Whether we should hardcode library paths into libraries.
15318 hardcode_into_libs=$hardcode_into_libs
15319
15320 # Compile-time system search path for libraries.
15321 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15322
15323 # Run-time system search path for libraries.
15324 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15325
15326 # Whether dlopen is supported.
15327 dlopen_support=$enable_dlopen
15328
15329 # Whether dlopen of programs is supported.
15330 dlopen_self=$enable_dlopen_self
15331
15332 # Whether dlopen of statically linked programs is supported.
15333 dlopen_self_static=$enable_dlopen_self_static
15334
15335 # Commands to strip libraries.
15336 old_striplib=$lt_old_striplib
15337 striplib=$lt_striplib
15338
15339
15340 # The linker used to build libraries.
15341 LD=$lt_LD
15342
15343 # How to create reloadable object files.
15344 reload_flag=$lt_reload_flag
15345 reload_cmds=$lt_reload_cmds
15346
15347 # Commands used to build an old-style archive.
15348 old_archive_cmds=$lt_old_archive_cmds
15349
15350 # A language specific compiler.
15351 CC=$lt_compiler
15352
15353 # Is the compiler the GNU compiler?
15354 with_gcc=$GCC
15355
15356 # Compiler flag to turn off builtin functions.
15357 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15358
15359 # How to pass a linker flag through the compiler.
15360 wl=$lt_lt_prog_compiler_wl
15361
15362 # Additional compiler flags for building library objects.
15363 pic_flag=$lt_lt_prog_compiler_pic
15364
15365 # Compiler flag to prevent dynamic linking.
15366 link_static_flag=$lt_lt_prog_compiler_static
15367
15368 # Does compiler simultaneously support -c and -o options?
15369 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15370
15371 # Whether or not to add -lc for building shared libraries.
15372 build_libtool_need_lc=$archive_cmds_need_lc
15373
15374 # Whether or not to disallow shared libs when runtime libs are static.
15375 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15376
15377 # Compiler flag to allow reflexive dlopens.
15378 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15379
15380 # Compiler flag to generate shared objects directly from archives.
15381 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15382
15383 # Whether the compiler copes with passing no objects directly.
15384 compiler_needs_object=$lt_compiler_needs_object
15385
15386 # Create an old-style archive from a shared archive.
15387 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15388
15389 # Create a temporary old-style archive to link instead of a shared archive.
15390 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15391
15392 # Commands used to build a shared archive.
15393 archive_cmds=$lt_archive_cmds
15394 archive_expsym_cmds=$lt_archive_expsym_cmds
15395
15396 # Commands used to build a loadable module if different from building
15397 # a shared archive.
15398 module_cmds=$lt_module_cmds
15399 module_expsym_cmds=$lt_module_expsym_cmds
15400
15401 # Whether we are building with GNU ld or not.
15402 with_gnu_ld=$lt_with_gnu_ld
15403
15404 # Flag that allows shared libraries with undefined symbols to be built.
15405 allow_undefined_flag=$lt_allow_undefined_flag
15406
15407 # Flag that enforces no undefined symbols.
15408 no_undefined_flag=$lt_no_undefined_flag
15409
15410 # Flag to hardcode \$libdir into a binary during linking.
15411 # This must work even if \$libdir does not exist
15412 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15413
15414 # If ld is used when linking, flag to hardcode \$libdir into a binary
15415 # during linking. This must work even if \$libdir does not exist.
15416 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15417
15418 # Whether we need a single "-rpath" flag with a separated argument.
15419 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15420
15421 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15422 # DIR into the resulting binary.
15423 hardcode_direct=$hardcode_direct
15424
15425 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15426 # DIR into the resulting binary and the resulting library dependency is
15427 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15428 # library is relocated.
15429 hardcode_direct_absolute=$hardcode_direct_absolute
15430
15431 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15432 # into the resulting binary.
15433 hardcode_minus_L=$hardcode_minus_L
15434
15435 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15436 # into the resulting binary.
15437 hardcode_shlibpath_var=$hardcode_shlibpath_var
15438
15439 # Set to "yes" if building a shared library automatically hardcodes DIR
15440 # into the library and all subsequent libraries and executables linked
15441 # against it.
15442 hardcode_automatic=$hardcode_automatic
15443
15444 # Set to yes if linker adds runtime paths of dependent libraries
15445 # to runtime path list.
15446 inherit_rpath=$inherit_rpath
15447
15448 # Whether libtool must link a program against all its dependency libraries.
15449 link_all_deplibs=$link_all_deplibs
15450
15451 # Fix the shell variable \$srcfile for the compiler.
15452 fix_srcfile_path=$lt_fix_srcfile_path
15453
15454 # Set to "yes" if exported symbols are required.
15455 always_export_symbols=$always_export_symbols
15456
15457 # The commands to list exported symbols.
15458 export_symbols_cmds=$lt_export_symbols_cmds
15459
15460 # Symbols that should not be listed in the preloaded symbols.
15461 exclude_expsyms=$lt_exclude_expsyms
15462
15463 # Symbols that must always be exported.
15464 include_expsyms=$lt_include_expsyms
15465
15466 # Commands necessary for linking programs (against libraries) with templates.
15467 prelink_cmds=$lt_prelink_cmds
15468
15469 # Specify filename containing input files.
15470 file_list_spec=$lt_file_list_spec
15471
15472 # How to hardcode a shared library path into an executable.
15473 hardcode_action=$hardcode_action
15474
15475 # ### END LIBTOOL CONFIG
15476
15477 _LT_EOF
15478
15479 case $host_os in
15480 aix3*)
15481 cat <<\_LT_EOF >> "$cfgfile"
15482 # AIX sometimes has problems with the GCC collect2 program. For some
15483 # reason, if we set the COLLECT_NAMES environment variable, the problems
15484 # vanish in a puff of smoke.
15485 if test "X${COLLECT_NAMES+set}" != Xset; then
15486 COLLECT_NAMES=
15487 export COLLECT_NAMES
15488 fi
15489 _LT_EOF
15490 ;;
15491 esac
15492
15493
15494 ltmain="$ac_aux_dir/ltmain.sh"
15495
15496
15497 # We use sed instead of cat because bash on DJGPP gets confused if
15498 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15499 # text mode, it properly converts lines to CR/LF. This bash problem
15500 # is reportedly fixed, but why not run on old versions too?
15501 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15502 || (rm -f "$cfgfile"; exit 1)
15503
15504 case $xsi_shell in
15505 yes)
15506 cat << \_LT_EOF >> "$cfgfile"
15507
15508 # func_dirname file append nondir_replacement
15509 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15510 # otherwise set result to NONDIR_REPLACEMENT.
15511 func_dirname ()
15512 {
15513 case ${1} in
15514 */*) func_dirname_result="${1%/*}${2}" ;;
15515 * ) func_dirname_result="${3}" ;;
15516 esac
15517 }
15518
15519 # func_basename file
15520 func_basename ()
15521 {
15522 func_basename_result="${1##*/}"
15523 }
15524
15525 # func_dirname_and_basename file append nondir_replacement
15526 # perform func_basename and func_dirname in a single function
15527 # call:
15528 # dirname: Compute the dirname of FILE. If nonempty,
15529 # add APPEND to the result, otherwise set result
15530 # to NONDIR_REPLACEMENT.
15531 # value returned in "$func_dirname_result"
15532 # basename: Compute filename of FILE.
15533 # value retuned in "$func_basename_result"
15534 # Implementation must be kept synchronized with func_dirname
15535 # and func_basename. For efficiency, we do not delegate to
15536 # those functions but instead duplicate the functionality here.
15537 func_dirname_and_basename ()
15538 {
15539 case ${1} in
15540 */*) func_dirname_result="${1%/*}${2}" ;;
15541 * ) func_dirname_result="${3}" ;;
15542 esac
15543 func_basename_result="${1##*/}"
15544 }
15545
15546 # func_stripname prefix suffix name
15547 # strip PREFIX and SUFFIX off of NAME.
15548 # PREFIX and SUFFIX must not contain globbing or regex special
15549 # characters, hashes, percent signs, but SUFFIX may contain a leading
15550 # dot (in which case that matches only a dot).
15551 func_stripname ()
15552 {
15553 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15554 # positional parameters, so assign one to ordinary parameter first.
15555 func_stripname_result=${3}
15556 func_stripname_result=${func_stripname_result#"${1}"}
15557 func_stripname_result=${func_stripname_result%"${2}"}
15558 }
15559
15560 # func_opt_split
15561 func_opt_split ()
15562 {
15563 func_opt_split_opt=${1%%=*}
15564 func_opt_split_arg=${1#*=}
15565 }
15566
15567 # func_lo2o object
15568 func_lo2o ()
15569 {
15570 case ${1} in
15571 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15572 *) func_lo2o_result=${1} ;;
15573 esac
15574 }
15575
15576 # func_xform libobj-or-source
15577 func_xform ()
15578 {
15579 func_xform_result=${1%.*}.lo
15580 }
15581
15582 # func_arith arithmetic-term...
15583 func_arith ()
15584 {
15585 func_arith_result=$(( $* ))
15586 }
15587
15588 # func_len string
15589 # STRING may not start with a hyphen.
15590 func_len ()
15591 {
15592 func_len_result=${#1}
15593 }
15594
15595 _LT_EOF
15596 ;;
15597 *) # Bourne compatible functions.
15598 cat << \_LT_EOF >> "$cfgfile"
15599
15600 # func_dirname file append nondir_replacement
15601 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15602 # otherwise set result to NONDIR_REPLACEMENT.
15603 func_dirname ()
15604 {
15605 # Extract subdirectory from the argument.
15606 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15607 if test "X$func_dirname_result" = "X${1}"; then
15608 func_dirname_result="${3}"
15609 else
15610 func_dirname_result="$func_dirname_result${2}"
15611 fi
15612 }
15613
15614 # func_basename file
15615 func_basename ()
15616 {
15617 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15618 }
15619
15620
15621 # func_stripname prefix suffix name
15622 # strip PREFIX and SUFFIX off of NAME.
15623 # PREFIX and SUFFIX must not contain globbing or regex special
15624 # characters, hashes, percent signs, but SUFFIX may contain a leading
15625 # dot (in which case that matches only a dot).
15626 # func_strip_suffix prefix name
15627 func_stripname ()
15628 {
15629 case ${2} in
15630 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15631 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15632 esac
15633 }
15634
15635 # sed scripts:
15636 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15637 my_sed_long_arg='1s/^-[^=]*=//'
15638
15639 # func_opt_split
15640 func_opt_split ()
15641 {
15642 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15643 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15644 }
15645
15646 # func_lo2o object
15647 func_lo2o ()
15648 {
15649 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15650 }
15651
15652 # func_xform libobj-or-source
15653 func_xform ()
15654 {
15655 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15656 }
15657
15658 # func_arith arithmetic-term...
15659 func_arith ()
15660 {
15661 func_arith_result=`expr "$@"`
15662 }
15663
15664 # func_len string
15665 # STRING may not start with a hyphen.
15666 func_len ()
15667 {
15668 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15669 }
15670
15671 _LT_EOF
15672 esac
15673
15674 case $lt_shell_append in
15675 yes)
15676 cat << \_LT_EOF >> "$cfgfile"
15677
15678 # func_append var value
15679 # Append VALUE to the end of shell variable VAR.
15680 func_append ()
15681 {
15682 eval "$1+=\$2"
15683 }
15684 _LT_EOF
15685 ;;
15686 *)
15687 cat << \_LT_EOF >> "$cfgfile"
15688
15689 # func_append var value
15690 # Append VALUE to the end of shell variable VAR.
15691 func_append ()
15692 {
15693 eval "$1=\$$1\$2"
15694 }
15695
15696 _LT_EOF
15697 ;;
15698 esac
15699
15700
15701 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15702 || (rm -f "$cfgfile"; exit 1)
15703
15704 mv -f "$cfgfile" "$ofile" ||
15705 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15706 chmod +x "$ofile"
15707
15708 ;;
15709 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15710 rm -f Makesim1.tmp Makesim2.tmp Makefile
15711 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15712 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15713 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15714 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15715 <Makefile.sim >Makefile
15716 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15717 ;;
15718 "stamp-h":C) echo > stamp-h ;;
15719
15720 esac
15721 done # for ac_tag
15722
15723
15724 as_fn_exit 0
15725 _ACEOF
15726 ac_clean_files=$ac_clean_files_save
15727
15728 test $ac_write_fail = 0 ||
15729 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15730
15731
15732 # configure is writing to config.log, and then calls config.status.
15733 # config.status does its own redirection, appending to config.log.
15734 # Unfortunately, on DOS this fails, as config.log is still kept open
15735 # by configure, so config.status won't be able to write to it; its
15736 # output is simply discarded. So we exec the FD to /dev/null,
15737 # effectively closing config.log, so it can be properly (re)opened and
15738 # appended to by config.status. When coming back to configure, we
15739 # need to make the FD available again.
15740 if test "$no_create" != yes; then
15741 ac_cs_success=:
15742 ac_config_status_args=
15743 test "$silent" = yes &&
15744 ac_config_status_args="$ac_config_status_args --quiet"
15745 exec 5>/dev/null
15746 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15747 exec 5>>config.log
15748 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15749 # would make configure fail if this is the last instruction.
15750 $ac_cs_success || as_fn_exit $?
15751 fi
15752 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15754 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15755 fi
15756
15757
This page took 0.36735 seconds and 5 git commands to generate.