]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/iq2000/configure
sim: drop --enable-sim-cflags option
[thirdparty/binutils-gdb.git] / sim / iq2000 / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
100
101 ;;
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111 fi
112
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148 esac
149 fi
150 "
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
156
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164 else
165 exitcode=1; echo positional parameters were not saved.
166 fi
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183 else
184 as_have_required=no
185 fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188 else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192 do
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206 fi
207 fi
208 done;;
209 esac
210 as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228 fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
241 fi
242 exit 1
243 fi
244 fi
245 fi
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
251
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
259 {
260 { eval $1=; unset $1;}
261 }
262 as_unset=as_fn_unset
263
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
268 {
269 return $1
270 } # as_fn_set_status
271
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
276 {
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
281
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
286 {
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340 else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345 fi # as_fn_append
346
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357 else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362 fi # as_fn_arith
363
364
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
371 {
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
380
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384 else
385 as_expr=false
386 fi
387
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
392 fi
393
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396 else
397 as_dirname=false
398 fi
399
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
418
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
456 }
457
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467 *)
468 ECHO_N='-n';;
469 esac
470
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474 else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
477 fi
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
491 fi
492 else
493 as_ln_s='cp -p'
494 fi
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
497
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500 else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503 fi
504
505 if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525 fi
526 as_executable_p=$as_test_x
527
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537 exec 7<&0 </dev/null 6>&1
538
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544 #
545 # Initializations.
546 #
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
555
556 # Identity of this package.
557 PACKAGE_NAME=
558 PACKAGE_TARNAME=
559 PACKAGE_VERSION=
560 PACKAGE_STRING=
561 PACKAGE_BUGREPORT=
562 PACKAGE_URL=
563
564 ac_unique_file="Makefile.in"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
567 #include <stdio.h>
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
570 #endif
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
573 #endif
574 #ifdef STDC_HEADERS
575 # include <stdlib.h>
576 # include <stddef.h>
577 #else
578 # ifdef HAVE_STDLIB_H
579 # include <stdlib.h>
580 # endif
581 #endif
582 #ifdef HAVE_STRING_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584 # include <memory.h>
585 # endif
586 # include <string.h>
587 #endif
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
590 #endif
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
593 #endif
594 #ifdef HAVE_STDINT_H
595 # include <stdint.h>
596 #endif
597 #ifdef HAVE_UNISTD_H
598 # include <unistd.h>
599 #endif"
600
601 ac_subst_vars='LTLIBOBJS
602 LIBOBJS
603 cgen_breaks
604 cgen
605 cgendir
606 CGEN_MAINT
607 REPORT_BUGS_TEXI
608 REPORT_BUGS_TO
609 PKGVERSION
610 sim_profile
611 sim_trace
612 sim_stdio
613 sim_debug
614 MAINT
615 MAINTAINER_MODE_FALSE
616 MAINTAINER_MODE_TRUE
617 lt_cv_dlopen_libs
618 OTOOL64
619 OTOOL
620 LIPO
621 NMEDIT
622 DSYMUTIL
623 AWK
624 STRIP
625 OBJDUMP
626 LN_S
627 NM
628 ac_ct_DUMPBIN
629 DUMPBIN
630 LD
631 FGREP
632 SED
633 LIBTOOL
634 PLUGINS_FALSE
635 PLUGINS_TRUE
636 zlibinc
637 zlibdir
638 CATOBJEXT
639 GENCAT
640 INSTOBJEXT
641 DATADIRNAME
642 CATALOGS
643 POSUB
644 GMSGFMT
645 XGETTEXT
646 INCINTL
647 LIBINTL_DEP
648 LIBINTL
649 USE_NLS
650 GMAKE_FALSE
651 GMAKE_TRUE
652 MAKE
653 CCDEPMODE
654 DEPDIR
655 am__leading_dot
656 PACKAGE
657 RANLIB
658 AR
659 HDEFINES
660 CC_FOR_BUILD
661 INSTALL_DATA
662 INSTALL_SCRIPT
663 INSTALL_PROGRAM
664 EGREP
665 GREP
666 CPP
667 target_os
668 target_vendor
669 target_cpu
670 target
671 host_os
672 host_vendor
673 host_cpu
674 host
675 build_os
676 build_vendor
677 build_cpu
678 build
679 OBJEXT
680 EXEEXT
681 ac_ct_CC
682 CPPFLAGS
683 LDFLAGS
684 CFLAGS
685 CC
686 WERROR_CFLAGS
687 WARN_CFLAGS
688 sim_xor_endian
689 sim_stdcall
690 sim_smp
691 sim_reserved_bits
692 sim_regparm
693 sim_packages
694 sim_inline
695 sim_hw
696 sim_hw_objs
697 sim_hw_cflags
698 sim_default_model
699 sim_scache
700 sim_float
701 sim_endian
702 sim_bitsize
703 sim_assert
704 sim_alignment
705 sim_environment
706 target_alias
707 host_alias
708 build_alias
709 LIBS
710 ECHO_T
711 ECHO_N
712 ECHO_C
713 DEFS
714 mandir
715 localedir
716 libdir
717 psdir
718 pdfdir
719 dvidir
720 htmldir
721 infodir
722 docdir
723 oldincludedir
724 includedir
725 localstatedir
726 sharedstatedir
727 sysconfdir
728 datadir
729 datarootdir
730 libexecdir
731 sbindir
732 bindir
733 program_transform_name
734 prefix
735 exec_prefix
736 PACKAGE_URL
737 PACKAGE_BUGREPORT
738 PACKAGE_STRING
739 PACKAGE_VERSION
740 PACKAGE_TARNAME
741 PACKAGE_NAME
742 PATH_SEPARATOR
743 SHELL'
744 ac_subst_files=''
745 ac_user_opts='
746 enable_option_checking
747 with_system_zlib
748 enable_plugins
749 enable_shared
750 enable_static
751 with_pic
752 enable_fast_install
753 with_gnu_ld
754 enable_libtool_lock
755 enable_maintainer_mode
756 enable_sim_debug
757 enable_sim_stdio
758 enable_sim_trace
759 enable_sim_profile
760 with_pkgversion
761 with_bugurl
762 enable_sim_endian
763 enable_sim_alignment
764 enable_sim_scache
765 enable_sim_default_model
766 enable_sim_environment
767 enable_sim_inline
768 enable_cgen_maint
769 enable_sim_hardware
770 '
771 ac_precious_vars='build_alias
772 host_alias
773 target_alias
774 CC
775 CFLAGS
776 LDFLAGS
777 LIBS
778 CPPFLAGS
779 CPP'
780
781
782 # Initialize some variables set by options.
783 ac_init_help=
784 ac_init_version=false
785 ac_unrecognized_opts=
786 ac_unrecognized_sep=
787 # The variables have the same names as the options, with
788 # dashes changed to underlines.
789 cache_file=/dev/null
790 exec_prefix=NONE
791 no_create=
792 no_recursion=
793 prefix=NONE
794 program_prefix=NONE
795 program_suffix=NONE
796 program_transform_name=s,x,x,
797 silent=
798 site=
799 srcdir=
800 verbose=
801 x_includes=NONE
802 x_libraries=NONE
803
804 # Installation directory options.
805 # These are left unexpanded so users can "make install exec_prefix=/foo"
806 # and all the variables that are supposed to be based on exec_prefix
807 # by default will actually change.
808 # Use braces instead of parens because sh, perl, etc. also accept them.
809 # (The list follows the same order as the GNU Coding Standards.)
810 bindir='${exec_prefix}/bin'
811 sbindir='${exec_prefix}/sbin'
812 libexecdir='${exec_prefix}/libexec'
813 datarootdir='${prefix}/share'
814 datadir='${datarootdir}'
815 sysconfdir='${prefix}/etc'
816 sharedstatedir='${prefix}/com'
817 localstatedir='${prefix}/var'
818 includedir='${prefix}/include'
819 oldincludedir='/usr/include'
820 docdir='${datarootdir}/doc/${PACKAGE}'
821 infodir='${datarootdir}/info'
822 htmldir='${docdir}'
823 dvidir='${docdir}'
824 pdfdir='${docdir}'
825 psdir='${docdir}'
826 libdir='${exec_prefix}/lib'
827 localedir='${datarootdir}/locale'
828 mandir='${datarootdir}/man'
829
830 ac_prev=
831 ac_dashdash=
832 for ac_option
833 do
834 # If the previous option needs an argument, assign it.
835 if test -n "$ac_prev"; then
836 eval $ac_prev=\$ac_option
837 ac_prev=
838 continue
839 fi
840
841 case $ac_option in
842 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
843 *) ac_optarg=yes ;;
844 esac
845
846 # Accept the important Cygnus configure options, so we can diagnose typos.
847
848 case $ac_dashdash$ac_option in
849 --)
850 ac_dashdash=yes ;;
851
852 -bindir | --bindir | --bindi | --bind | --bin | --bi)
853 ac_prev=bindir ;;
854 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
855 bindir=$ac_optarg ;;
856
857 -build | --build | --buil | --bui | --bu)
858 ac_prev=build_alias ;;
859 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
860 build_alias=$ac_optarg ;;
861
862 -cache-file | --cache-file | --cache-fil | --cache-fi \
863 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
864 ac_prev=cache_file ;;
865 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
866 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
867 cache_file=$ac_optarg ;;
868
869 --config-cache | -C)
870 cache_file=config.cache ;;
871
872 -datadir | --datadir | --datadi | --datad)
873 ac_prev=datadir ;;
874 -datadir=* | --datadir=* | --datadi=* | --datad=*)
875 datadir=$ac_optarg ;;
876
877 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
878 | --dataroo | --dataro | --datar)
879 ac_prev=datarootdir ;;
880 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
881 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
882 datarootdir=$ac_optarg ;;
883
884 -disable-* | --disable-*)
885 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
886 # Reject names that are not valid shell variable names.
887 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
888 as_fn_error "invalid feature name: $ac_useropt"
889 ac_useropt_orig=$ac_useropt
890 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
891 case $ac_user_opts in
892 *"
893 "enable_$ac_useropt"
894 "*) ;;
895 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
896 ac_unrecognized_sep=', ';;
897 esac
898 eval enable_$ac_useropt=no ;;
899
900 -docdir | --docdir | --docdi | --doc | --do)
901 ac_prev=docdir ;;
902 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
903 docdir=$ac_optarg ;;
904
905 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
906 ac_prev=dvidir ;;
907 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
908 dvidir=$ac_optarg ;;
909
910 -enable-* | --enable-*)
911 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
912 # Reject names that are not valid shell variable names.
913 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
914 as_fn_error "invalid feature name: $ac_useropt"
915 ac_useropt_orig=$ac_useropt
916 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
917 case $ac_user_opts in
918 *"
919 "enable_$ac_useropt"
920 "*) ;;
921 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
922 ac_unrecognized_sep=', ';;
923 esac
924 eval enable_$ac_useropt=\$ac_optarg ;;
925
926 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
927 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
928 | --exec | --exe | --ex)
929 ac_prev=exec_prefix ;;
930 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
931 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
932 | --exec=* | --exe=* | --ex=*)
933 exec_prefix=$ac_optarg ;;
934
935 -gas | --gas | --ga | --g)
936 # Obsolete; use --with-gas.
937 with_gas=yes ;;
938
939 -help | --help | --hel | --he | -h)
940 ac_init_help=long ;;
941 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
942 ac_init_help=recursive ;;
943 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
944 ac_init_help=short ;;
945
946 -host | --host | --hos | --ho)
947 ac_prev=host_alias ;;
948 -host=* | --host=* | --hos=* | --ho=*)
949 host_alias=$ac_optarg ;;
950
951 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
952 ac_prev=htmldir ;;
953 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
954 | --ht=*)
955 htmldir=$ac_optarg ;;
956
957 -includedir | --includedir | --includedi | --included | --include \
958 | --includ | --inclu | --incl | --inc)
959 ac_prev=includedir ;;
960 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
961 | --includ=* | --inclu=* | --incl=* | --inc=*)
962 includedir=$ac_optarg ;;
963
964 -infodir | --infodir | --infodi | --infod | --info | --inf)
965 ac_prev=infodir ;;
966 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
967 infodir=$ac_optarg ;;
968
969 -libdir | --libdir | --libdi | --libd)
970 ac_prev=libdir ;;
971 -libdir=* | --libdir=* | --libdi=* | --libd=*)
972 libdir=$ac_optarg ;;
973
974 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
975 | --libexe | --libex | --libe)
976 ac_prev=libexecdir ;;
977 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
978 | --libexe=* | --libex=* | --libe=*)
979 libexecdir=$ac_optarg ;;
980
981 -localedir | --localedir | --localedi | --localed | --locale)
982 ac_prev=localedir ;;
983 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
984 localedir=$ac_optarg ;;
985
986 -localstatedir | --localstatedir | --localstatedi | --localstated \
987 | --localstate | --localstat | --localsta | --localst | --locals)
988 ac_prev=localstatedir ;;
989 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
990 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
991 localstatedir=$ac_optarg ;;
992
993 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
994 ac_prev=mandir ;;
995 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
996 mandir=$ac_optarg ;;
997
998 -nfp | --nfp | --nf)
999 # Obsolete; use --without-fp.
1000 with_fp=no ;;
1001
1002 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1003 | --no-cr | --no-c | -n)
1004 no_create=yes ;;
1005
1006 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1007 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1008 no_recursion=yes ;;
1009
1010 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1011 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1012 | --oldin | --oldi | --old | --ol | --o)
1013 ac_prev=oldincludedir ;;
1014 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1015 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1016 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1017 oldincludedir=$ac_optarg ;;
1018
1019 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1020 ac_prev=prefix ;;
1021 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1022 prefix=$ac_optarg ;;
1023
1024 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1025 | --program-pre | --program-pr | --program-p)
1026 ac_prev=program_prefix ;;
1027 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1028 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1029 program_prefix=$ac_optarg ;;
1030
1031 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1032 | --program-suf | --program-su | --program-s)
1033 ac_prev=program_suffix ;;
1034 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1035 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1036 program_suffix=$ac_optarg ;;
1037
1038 -program-transform-name | --program-transform-name \
1039 | --program-transform-nam | --program-transform-na \
1040 | --program-transform-n | --program-transform- \
1041 | --program-transform | --program-transfor \
1042 | --program-transfo | --program-transf \
1043 | --program-trans | --program-tran \
1044 | --progr-tra | --program-tr | --program-t)
1045 ac_prev=program_transform_name ;;
1046 -program-transform-name=* | --program-transform-name=* \
1047 | --program-transform-nam=* | --program-transform-na=* \
1048 | --program-transform-n=* | --program-transform-=* \
1049 | --program-transform=* | --program-transfor=* \
1050 | --program-transfo=* | --program-transf=* \
1051 | --program-trans=* | --program-tran=* \
1052 | --progr-tra=* | --program-tr=* | --program-t=*)
1053 program_transform_name=$ac_optarg ;;
1054
1055 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1056 ac_prev=pdfdir ;;
1057 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1058 pdfdir=$ac_optarg ;;
1059
1060 -psdir | --psdir | --psdi | --psd | --ps)
1061 ac_prev=psdir ;;
1062 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1063 psdir=$ac_optarg ;;
1064
1065 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1066 | -silent | --silent | --silen | --sile | --sil)
1067 silent=yes ;;
1068
1069 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1070 ac_prev=sbindir ;;
1071 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1072 | --sbi=* | --sb=*)
1073 sbindir=$ac_optarg ;;
1074
1075 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1076 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1077 | --sharedst | --shareds | --shared | --share | --shar \
1078 | --sha | --sh)
1079 ac_prev=sharedstatedir ;;
1080 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1081 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1082 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1083 | --sha=* | --sh=*)
1084 sharedstatedir=$ac_optarg ;;
1085
1086 -site | --site | --sit)
1087 ac_prev=site ;;
1088 -site=* | --site=* | --sit=*)
1089 site=$ac_optarg ;;
1090
1091 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1092 ac_prev=srcdir ;;
1093 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1094 srcdir=$ac_optarg ;;
1095
1096 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1097 | --syscon | --sysco | --sysc | --sys | --sy)
1098 ac_prev=sysconfdir ;;
1099 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1100 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1101 sysconfdir=$ac_optarg ;;
1102
1103 -target | --target | --targe | --targ | --tar | --ta | --t)
1104 ac_prev=target_alias ;;
1105 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1106 target_alias=$ac_optarg ;;
1107
1108 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1109 verbose=yes ;;
1110
1111 -version | --version | --versio | --versi | --vers | -V)
1112 ac_init_version=: ;;
1113
1114 -with-* | --with-*)
1115 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1116 # Reject names that are not valid shell variable names.
1117 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1118 as_fn_error "invalid package name: $ac_useropt"
1119 ac_useropt_orig=$ac_useropt
1120 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1121 case $ac_user_opts in
1122 *"
1123 "with_$ac_useropt"
1124 "*) ;;
1125 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1126 ac_unrecognized_sep=', ';;
1127 esac
1128 eval with_$ac_useropt=\$ac_optarg ;;
1129
1130 -without-* | --without-*)
1131 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1132 # Reject names that are not valid shell variable names.
1133 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1134 as_fn_error "invalid package name: $ac_useropt"
1135 ac_useropt_orig=$ac_useropt
1136 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1137 case $ac_user_opts in
1138 *"
1139 "with_$ac_useropt"
1140 "*) ;;
1141 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1142 ac_unrecognized_sep=', ';;
1143 esac
1144 eval with_$ac_useropt=no ;;
1145
1146 --x)
1147 # Obsolete; use --with-x.
1148 with_x=yes ;;
1149
1150 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1151 | --x-incl | --x-inc | --x-in | --x-i)
1152 ac_prev=x_includes ;;
1153 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1154 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1155 x_includes=$ac_optarg ;;
1156
1157 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1158 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1159 ac_prev=x_libraries ;;
1160 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1161 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1162 x_libraries=$ac_optarg ;;
1163
1164 -*) as_fn_error "unrecognized option: \`$ac_option'
1165 Try \`$0 --help' for more information."
1166 ;;
1167
1168 *=*)
1169 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1170 # Reject names that are not valid shell variable names.
1171 case $ac_envvar in #(
1172 '' | [0-9]* | *[!_$as_cr_alnum]* )
1173 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1174 esac
1175 eval $ac_envvar=\$ac_optarg
1176 export $ac_envvar ;;
1177
1178 *)
1179 # FIXME: should be removed in autoconf 3.0.
1180 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1181 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1182 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1183 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1184 ;;
1185
1186 esac
1187 done
1188
1189 if test -n "$ac_prev"; then
1190 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1191 as_fn_error "missing argument to $ac_option"
1192 fi
1193
1194 if test -n "$ac_unrecognized_opts"; then
1195 case $enable_option_checking in
1196 no) ;;
1197 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1198 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1199 esac
1200 fi
1201
1202 # Check all directory arguments for consistency.
1203 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1204 datadir sysconfdir sharedstatedir localstatedir includedir \
1205 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1206 libdir localedir mandir
1207 do
1208 eval ac_val=\$$ac_var
1209 # Remove trailing slashes.
1210 case $ac_val in
1211 */ )
1212 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1213 eval $ac_var=\$ac_val;;
1214 esac
1215 # Be sure to have absolute directory names.
1216 case $ac_val in
1217 [\\/$]* | ?:[\\/]* ) continue;;
1218 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1219 esac
1220 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1221 done
1222
1223 # There might be people who depend on the old broken behavior: `$host'
1224 # used to hold the argument of --host etc.
1225 # FIXME: To remove some day.
1226 build=$build_alias
1227 host=$host_alias
1228 target=$target_alias
1229
1230 # FIXME: To remove some day.
1231 if test "x$host_alias" != x; then
1232 if test "x$build_alias" = x; then
1233 cross_compiling=maybe
1234 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1235 If a cross compiler is detected then cross compile mode will be used." >&2
1236 elif test "x$build_alias" != "x$host_alias"; then
1237 cross_compiling=yes
1238 fi
1239 fi
1240
1241 ac_tool_prefix=
1242 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1243
1244 test "$silent" = yes && exec 6>/dev/null
1245
1246
1247 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1248 ac_ls_di=`ls -di .` &&
1249 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1250 as_fn_error "working directory cannot be determined"
1251 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1252 as_fn_error "pwd does not report name of working directory"
1253
1254
1255 # Find the source files, if location was not specified.
1256 if test -z "$srcdir"; then
1257 ac_srcdir_defaulted=yes
1258 # Try the directory containing this script, then the parent directory.
1259 ac_confdir=`$as_dirname -- "$as_myself" ||
1260 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1261 X"$as_myself" : 'X\(//\)[^/]' \| \
1262 X"$as_myself" : 'X\(//\)$' \| \
1263 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1264 $as_echo X"$as_myself" |
1265 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1266 s//\1/
1267 q
1268 }
1269 /^X\(\/\/\)[^/].*/{
1270 s//\1/
1271 q
1272 }
1273 /^X\(\/\/\)$/{
1274 s//\1/
1275 q
1276 }
1277 /^X\(\/\).*/{
1278 s//\1/
1279 q
1280 }
1281 s/.*/./; q'`
1282 srcdir=$ac_confdir
1283 if test ! -r "$srcdir/$ac_unique_file"; then
1284 srcdir=..
1285 fi
1286 else
1287 ac_srcdir_defaulted=no
1288 fi
1289 if test ! -r "$srcdir/$ac_unique_file"; then
1290 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1291 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1292 fi
1293 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1294 ac_abs_confdir=`(
1295 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1296 pwd)`
1297 # When building in place, set srcdir=.
1298 if test "$ac_abs_confdir" = "$ac_pwd"; then
1299 srcdir=.
1300 fi
1301 # Remove unnecessary trailing slashes from srcdir.
1302 # Double slashes in file names in object file debugging info
1303 # mess up M-x gdb in Emacs.
1304 case $srcdir in
1305 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1306 esac
1307 for ac_var in $ac_precious_vars; do
1308 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1309 eval ac_env_${ac_var}_value=\$${ac_var}
1310 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1311 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1312 done
1313
1314 #
1315 # Report the --help message.
1316 #
1317 if test "$ac_init_help" = "long"; then
1318 # Omit some internal or obsolete options to make the list less imposing.
1319 # This message is too long to be a string in the A/UX 3.1 sh.
1320 cat <<_ACEOF
1321 \`configure' configures this package to adapt to many kinds of systems.
1322
1323 Usage: $0 [OPTION]... [VAR=VALUE]...
1324
1325 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1326 VAR=VALUE. See below for descriptions of some of the useful variables.
1327
1328 Defaults for the options are specified in brackets.
1329
1330 Configuration:
1331 -h, --help display this help and exit
1332 --help=short display options specific to this package
1333 --help=recursive display the short help of all the included packages
1334 -V, --version display version information and exit
1335 -q, --quiet, --silent do not print \`checking...' messages
1336 --cache-file=FILE cache test results in FILE [disabled]
1337 -C, --config-cache alias for \`--cache-file=config.cache'
1338 -n, --no-create do not create output files
1339 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1340
1341 Installation directories:
1342 --prefix=PREFIX install architecture-independent files in PREFIX
1343 [$ac_default_prefix]
1344 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1345 [PREFIX]
1346
1347 By default, \`make install' will install all the files in
1348 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1349 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1350 for instance \`--prefix=\$HOME'.
1351
1352 For better control, use the options below.
1353
1354 Fine tuning of the installation directories:
1355 --bindir=DIR user executables [EPREFIX/bin]
1356 --sbindir=DIR system admin executables [EPREFIX/sbin]
1357 --libexecdir=DIR program executables [EPREFIX/libexec]
1358 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1359 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1360 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1361 --libdir=DIR object code libraries [EPREFIX/lib]
1362 --includedir=DIR C header files [PREFIX/include]
1363 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1364 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1365 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1366 --infodir=DIR info documentation [DATAROOTDIR/info]
1367 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1368 --mandir=DIR man documentation [DATAROOTDIR/man]
1369 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1370 --htmldir=DIR html documentation [DOCDIR]
1371 --dvidir=DIR dvi documentation [DOCDIR]
1372 --pdfdir=DIR pdf documentation [DOCDIR]
1373 --psdir=DIR ps documentation [DOCDIR]
1374 _ACEOF
1375
1376 cat <<\_ACEOF
1377
1378 Program names:
1379 --program-prefix=PREFIX prepend PREFIX to installed program names
1380 --program-suffix=SUFFIX append SUFFIX to installed program names
1381 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1382
1383 System types:
1384 --build=BUILD configure for building on BUILD [guessed]
1385 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1386 --target=TARGET configure for building compilers for TARGET [HOST]
1387 _ACEOF
1388 fi
1389
1390 if test -n "$ac_init_help"; then
1391
1392 cat <<\_ACEOF
1393
1394 Optional Features:
1395 --disable-option-checking ignore unrecognized --enable/--with options
1396 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1397 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1398 --enable-plugins Enable support for plugins
1399 --enable-shared[=PKGS] build shared libraries [default=yes]
1400 --enable-static[=PKGS] build static libraries [default=yes]
1401 --enable-fast-install[=PKGS]
1402 optimize for fast installation [default=yes]
1403 --disable-libtool-lock avoid locking (might break parallel builds)
1404 --enable-maintainer-mode enable make rules and dependencies not useful
1405 (and sometimes confusing) to the casual installer
1406 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1407 itself)
1408 --enable-sim-stdio Specify whether to use stdio for console
1409 input/output
1410 --enable-sim-trace=opts Enable tracing of simulated programs
1411 --enable-sim-profile=opts
1412 Enable profiling flags
1413 --enable-sim-endian=endian
1414 Specify target byte endian orientation
1415 --enable-sim-alignment=align
1416 Specify strict, nonstrict or forced alignment of
1417 memory accesses
1418 --enable-sim-scache=size
1419 Specify simulator execution cache size
1420 --enable-sim-default-model=model
1421 Specify default model to simulate
1422 --enable-sim-environment=environment
1423 Specify mixed, user, virtual or operating
1424 environment
1425 --enable-sim-inline=inlines
1426 Specify which functions should be inlined
1427 --enable-cgen-maint=DIR build cgen generated files
1428 --enable-sim-hardware=LIST
1429 Specify the hardware to be included in the build.
1430
1431 Optional Packages:
1432 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1433 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1434 --with-system-zlib use installed libz
1435 --with-pic try to use only PIC/non-PIC objects [default=use
1436 both]
1437 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1438 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1439 --with-bugurl=URL Direct users to URL to report a bug
1440
1441 Some influential environment variables:
1442 CC C compiler command
1443 CFLAGS C compiler flags
1444 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1445 nonstandard directory <lib dir>
1446 LIBS libraries to pass to the linker, e.g. -l<library>
1447 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1448 you have headers in a nonstandard directory <include dir>
1449 CPP C preprocessor
1450
1451 Use these variables to override the choices made by `configure' or to help
1452 it to find libraries and programs with nonstandard names/locations.
1453
1454 Report bugs to the package provider.
1455 _ACEOF
1456 ac_status=$?
1457 fi
1458
1459 if test "$ac_init_help" = "recursive"; then
1460 # If there are subdirs, report their specific --help.
1461 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1462 test -d "$ac_dir" ||
1463 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1464 continue
1465 ac_builddir=.
1466
1467 case "$ac_dir" in
1468 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469 *)
1470 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1471 # A ".." for each directory in $ac_dir_suffix.
1472 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1473 case $ac_top_builddir_sub in
1474 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1475 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1476 esac ;;
1477 esac
1478 ac_abs_top_builddir=$ac_pwd
1479 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1480 # for backward compatibility:
1481 ac_top_builddir=$ac_top_build_prefix
1482
1483 case $srcdir in
1484 .) # We are building in place.
1485 ac_srcdir=.
1486 ac_top_srcdir=$ac_top_builddir_sub
1487 ac_abs_top_srcdir=$ac_pwd ;;
1488 [\\/]* | ?:[\\/]* ) # Absolute name.
1489 ac_srcdir=$srcdir$ac_dir_suffix;
1490 ac_top_srcdir=$srcdir
1491 ac_abs_top_srcdir=$srcdir ;;
1492 *) # Relative name.
1493 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1494 ac_top_srcdir=$ac_top_build_prefix$srcdir
1495 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1496 esac
1497 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1498
1499 cd "$ac_dir" || { ac_status=$?; continue; }
1500 # Check for guested configure.
1501 if test -f "$ac_srcdir/configure.gnu"; then
1502 echo &&
1503 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1504 elif test -f "$ac_srcdir/configure"; then
1505 echo &&
1506 $SHELL "$ac_srcdir/configure" --help=recursive
1507 else
1508 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1509 fi || ac_status=$?
1510 cd "$ac_pwd" || { ac_status=$?; break; }
1511 done
1512 fi
1513
1514 test -n "$ac_init_help" && exit $ac_status
1515 if $ac_init_version; then
1516 cat <<\_ACEOF
1517 configure
1518 generated by GNU Autoconf 2.64
1519
1520 Copyright (C) 2009 Free Software Foundation, Inc.
1521 This configure script is free software; the Free Software Foundation
1522 gives unlimited permission to copy, distribute and modify it.
1523 _ACEOF
1524 exit
1525 fi
1526
1527 ## ------------------------ ##
1528 ## Autoconf initialization. ##
1529 ## ------------------------ ##
1530
1531 # ac_fn_c_try_compile LINENO
1532 # --------------------------
1533 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1534 ac_fn_c_try_compile ()
1535 {
1536 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1537 rm -f conftest.$ac_objext
1538 if { { ac_try="$ac_compile"
1539 case "(($ac_try" in
1540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1541 *) ac_try_echo=$ac_try;;
1542 esac
1543 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1544 $as_echo "$ac_try_echo"; } >&5
1545 (eval "$ac_compile") 2>conftest.err
1546 ac_status=$?
1547 if test -s conftest.err; then
1548 grep -v '^ *+' conftest.err >conftest.er1
1549 cat conftest.er1 >&5
1550 mv -f conftest.er1 conftest.err
1551 fi
1552 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1553 test $ac_status = 0; } && {
1554 test -z "$ac_c_werror_flag" ||
1555 test ! -s conftest.err
1556 } && test -s conftest.$ac_objext; then :
1557 ac_retval=0
1558 else
1559 $as_echo "$as_me: failed program was:" >&5
1560 sed 's/^/| /' conftest.$ac_ext >&5
1561
1562 ac_retval=1
1563 fi
1564 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1565 return $ac_retval
1566
1567 } # ac_fn_c_try_compile
1568
1569 # ac_fn_c_try_cpp LINENO
1570 # ----------------------
1571 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1572 ac_fn_c_try_cpp ()
1573 {
1574 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1575 if { { ac_try="$ac_cpp conftest.$ac_ext"
1576 case "(($ac_try" in
1577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1578 *) ac_try_echo=$ac_try;;
1579 esac
1580 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1581 $as_echo "$ac_try_echo"; } >&5
1582 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1583 ac_status=$?
1584 if test -s conftest.err; then
1585 grep -v '^ *+' conftest.err >conftest.er1
1586 cat conftest.er1 >&5
1587 mv -f conftest.er1 conftest.err
1588 fi
1589 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1590 test $ac_status = 0; } >/dev/null && {
1591 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1592 test ! -s conftest.err
1593 }; then :
1594 ac_retval=0
1595 else
1596 $as_echo "$as_me: failed program was:" >&5
1597 sed 's/^/| /' conftest.$ac_ext >&5
1598
1599 ac_retval=1
1600 fi
1601 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1602 return $ac_retval
1603
1604 } # ac_fn_c_try_cpp
1605
1606 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1607 # -------------------------------------------------------
1608 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1609 # the include files in INCLUDES and setting the cache variable VAR
1610 # accordingly.
1611 ac_fn_c_check_header_mongrel ()
1612 {
1613 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1614 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1616 $as_echo_n "checking for $2... " >&6; }
1617 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1618 $as_echo_n "(cached) " >&6
1619 fi
1620 eval ac_res=\$$3
1621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1622 $as_echo "$ac_res" >&6; }
1623 else
1624 # Is the header compilable?
1625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1626 $as_echo_n "checking $2 usability... " >&6; }
1627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1628 /* end confdefs.h. */
1629 $4
1630 #include <$2>
1631 _ACEOF
1632 if ac_fn_c_try_compile "$LINENO"; then :
1633 ac_header_compiler=yes
1634 else
1635 ac_header_compiler=no
1636 fi
1637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1639 $as_echo "$ac_header_compiler" >&6; }
1640
1641 # Is the header present?
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1643 $as_echo_n "checking $2 presence... " >&6; }
1644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1645 /* end confdefs.h. */
1646 #include <$2>
1647 _ACEOF
1648 if ac_fn_c_try_cpp "$LINENO"; then :
1649 ac_header_preproc=yes
1650 else
1651 ac_header_preproc=no
1652 fi
1653 rm -f conftest.err conftest.$ac_ext
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1655 $as_echo "$ac_header_preproc" >&6; }
1656
1657 # So? What about this header?
1658 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1659 yes:no: )
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1661 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1663 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1664 ;;
1665 no:yes:* )
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1667 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1669 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1671 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1673 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1675 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1676 ;;
1677 esac
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1679 $as_echo_n "checking for $2... " >&6; }
1680 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1681 $as_echo_n "(cached) " >&6
1682 else
1683 eval "$3=\$ac_header_compiler"
1684 fi
1685 eval ac_res=\$$3
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1687 $as_echo "$ac_res" >&6; }
1688 fi
1689 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1690
1691 } # ac_fn_c_check_header_mongrel
1692
1693 # ac_fn_c_try_run LINENO
1694 # ----------------------
1695 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1696 # that executables *can* be run.
1697 ac_fn_c_try_run ()
1698 {
1699 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1700 if { { ac_try="$ac_link"
1701 case "(($ac_try" in
1702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1703 *) ac_try_echo=$ac_try;;
1704 esac
1705 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1706 $as_echo "$ac_try_echo"; } >&5
1707 (eval "$ac_link") 2>&5
1708 ac_status=$?
1709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1710 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1711 { { case "(($ac_try" in
1712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1713 *) ac_try_echo=$ac_try;;
1714 esac
1715 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1716 $as_echo "$ac_try_echo"; } >&5
1717 (eval "$ac_try") 2>&5
1718 ac_status=$?
1719 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1720 test $ac_status = 0; }; }; then :
1721 ac_retval=0
1722 else
1723 $as_echo "$as_me: program exited with status $ac_status" >&5
1724 $as_echo "$as_me: failed program was:" >&5
1725 sed 's/^/| /' conftest.$ac_ext >&5
1726
1727 ac_retval=$ac_status
1728 fi
1729 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1730 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1731 return $ac_retval
1732
1733 } # ac_fn_c_try_run
1734
1735 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1736 # -------------------------------------------------------
1737 # Tests whether HEADER exists and can be compiled using the include files in
1738 # INCLUDES, setting the cache variable VAR accordingly.
1739 ac_fn_c_check_header_compile ()
1740 {
1741 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1743 $as_echo_n "checking for $2... " >&6; }
1744 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1745 $as_echo_n "(cached) " >&6
1746 else
1747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1748 /* end confdefs.h. */
1749 $4
1750 #include <$2>
1751 _ACEOF
1752 if ac_fn_c_try_compile "$LINENO"; then :
1753 eval "$3=yes"
1754 else
1755 eval "$3=no"
1756 fi
1757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1758 fi
1759 eval ac_res=\$$3
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1761 $as_echo "$ac_res" >&6; }
1762 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1763
1764 } # ac_fn_c_check_header_compile
1765
1766 # ac_fn_c_try_link LINENO
1767 # -----------------------
1768 # Try to link conftest.$ac_ext, and return whether this succeeded.
1769 ac_fn_c_try_link ()
1770 {
1771 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1772 rm -f conftest.$ac_objext conftest$ac_exeext
1773 if { { ac_try="$ac_link"
1774 case "(($ac_try" in
1775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1776 *) ac_try_echo=$ac_try;;
1777 esac
1778 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1779 $as_echo "$ac_try_echo"; } >&5
1780 (eval "$ac_link") 2>conftest.err
1781 ac_status=$?
1782 if test -s conftest.err; then
1783 grep -v '^ *+' conftest.err >conftest.er1
1784 cat conftest.er1 >&5
1785 mv -f conftest.er1 conftest.err
1786 fi
1787 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1788 test $ac_status = 0; } && {
1789 test -z "$ac_c_werror_flag" ||
1790 test ! -s conftest.err
1791 } && test -s conftest$ac_exeext && {
1792 test "$cross_compiling" = yes ||
1793 $as_test_x conftest$ac_exeext
1794 }; then :
1795 ac_retval=0
1796 else
1797 $as_echo "$as_me: failed program was:" >&5
1798 sed 's/^/| /' conftest.$ac_ext >&5
1799
1800 ac_retval=1
1801 fi
1802 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1803 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1804 # interfere with the next link command; also delete a directory that is
1805 # left behind by Apple's compiler. We do this before executing the actions.
1806 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1807 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1808 return $ac_retval
1809
1810 } # ac_fn_c_try_link
1811
1812 # ac_fn_c_check_func LINENO FUNC VAR
1813 # ----------------------------------
1814 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1815 ac_fn_c_check_func ()
1816 {
1817 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1819 $as_echo_n "checking for $2... " >&6; }
1820 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1821 $as_echo_n "(cached) " >&6
1822 else
1823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1824 /* end confdefs.h. */
1825 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1826 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1827 #define $2 innocuous_$2
1828
1829 /* System header to define __stub macros and hopefully few prototypes,
1830 which can conflict with char $2 (); below.
1831 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1832 <limits.h> exists even on freestanding compilers. */
1833
1834 #ifdef __STDC__
1835 # include <limits.h>
1836 #else
1837 # include <assert.h>
1838 #endif
1839
1840 #undef $2
1841
1842 /* Override any GCC internal prototype to avoid an error.
1843 Use char because int might match the return type of a GCC
1844 builtin and then its argument prototype would still apply. */
1845 #ifdef __cplusplus
1846 extern "C"
1847 #endif
1848 char $2 ();
1849 /* The GNU C library defines this for functions which it implements
1850 to always fail with ENOSYS. Some functions are actually named
1851 something starting with __ and the normal name is an alias. */
1852 #if defined __stub_$2 || defined __stub___$2
1853 choke me
1854 #endif
1855
1856 int
1857 main ()
1858 {
1859 return $2 ();
1860 ;
1861 return 0;
1862 }
1863 _ACEOF
1864 if ac_fn_c_try_link "$LINENO"; then :
1865 eval "$3=yes"
1866 else
1867 eval "$3=no"
1868 fi
1869 rm -f core conftest.err conftest.$ac_objext \
1870 conftest$ac_exeext conftest.$ac_ext
1871 fi
1872 eval ac_res=\$$3
1873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1874 $as_echo "$ac_res" >&6; }
1875 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1876
1877 } # ac_fn_c_check_func
1878
1879 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1880 # ----------------------------------------------------
1881 # Tries to find if the field MEMBER exists in type AGGR, after including
1882 # INCLUDES, setting cache variable VAR accordingly.
1883 ac_fn_c_check_member ()
1884 {
1885 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1887 $as_echo_n "checking for $2.$3... " >&6; }
1888 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1889 $as_echo_n "(cached) " >&6
1890 else
1891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1892 /* end confdefs.h. */
1893 $5
1894 int
1895 main ()
1896 {
1897 static $2 ac_aggr;
1898 if (ac_aggr.$3)
1899 return 0;
1900 ;
1901 return 0;
1902 }
1903 _ACEOF
1904 if ac_fn_c_try_compile "$LINENO"; then :
1905 eval "$4=yes"
1906 else
1907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1908 /* end confdefs.h. */
1909 $5
1910 int
1911 main ()
1912 {
1913 static $2 ac_aggr;
1914 if (sizeof ac_aggr.$3)
1915 return 0;
1916 ;
1917 return 0;
1918 }
1919 _ACEOF
1920 if ac_fn_c_try_compile "$LINENO"; then :
1921 eval "$4=yes"
1922 else
1923 eval "$4=no"
1924 fi
1925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1926 fi
1927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1928 fi
1929 eval ac_res=\$$4
1930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1931 $as_echo "$ac_res" >&6; }
1932 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1933
1934 } # ac_fn_c_check_member
1935
1936 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1937 # -------------------------------------------
1938 # Tests whether TYPE exists after having included INCLUDES, setting cache
1939 # variable VAR accordingly.
1940 ac_fn_c_check_type ()
1941 {
1942 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1944 $as_echo_n "checking for $2... " >&6; }
1945 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1946 $as_echo_n "(cached) " >&6
1947 else
1948 eval "$3=no"
1949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1950 /* end confdefs.h. */
1951 $4
1952 int
1953 main ()
1954 {
1955 if (sizeof ($2))
1956 return 0;
1957 ;
1958 return 0;
1959 }
1960 _ACEOF
1961 if ac_fn_c_try_compile "$LINENO"; then :
1962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1963 /* end confdefs.h. */
1964 $4
1965 int
1966 main ()
1967 {
1968 if (sizeof (($2)))
1969 return 0;
1970 ;
1971 return 0;
1972 }
1973 _ACEOF
1974 if ac_fn_c_try_compile "$LINENO"; then :
1975
1976 else
1977 eval "$3=yes"
1978 fi
1979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1980 fi
1981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1982 fi
1983 eval ac_res=\$$3
1984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1985 $as_echo "$ac_res" >&6; }
1986 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1987
1988 } # ac_fn_c_check_type
1989 cat >config.log <<_ACEOF
1990 This file contains any messages produced by compilers while
1991 running configure, to aid debugging if configure makes a mistake.
1992
1993 It was created by $as_me, which was
1994 generated by GNU Autoconf 2.64. Invocation command line was
1995
1996 $ $0 $@
1997
1998 _ACEOF
1999 exec 5>>config.log
2000 {
2001 cat <<_ASUNAME
2002 ## --------- ##
2003 ## Platform. ##
2004 ## --------- ##
2005
2006 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2007 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2008 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2009 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2010 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2011
2012 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2013 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2014
2015 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2016 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2017 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2018 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2019 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2020 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2021 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2022
2023 _ASUNAME
2024
2025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2026 for as_dir in $PATH
2027 do
2028 IFS=$as_save_IFS
2029 test -z "$as_dir" && as_dir=.
2030 $as_echo "PATH: $as_dir"
2031 done
2032 IFS=$as_save_IFS
2033
2034 } >&5
2035
2036 cat >&5 <<_ACEOF
2037
2038
2039 ## ----------- ##
2040 ## Core tests. ##
2041 ## ----------- ##
2042
2043 _ACEOF
2044
2045
2046 # Keep a trace of the command line.
2047 # Strip out --no-create and --no-recursion so they do not pile up.
2048 # Strip out --silent because we don't want to record it for future runs.
2049 # Also quote any args containing shell meta-characters.
2050 # Make two passes to allow for proper duplicate-argument suppression.
2051 ac_configure_args=
2052 ac_configure_args0=
2053 ac_configure_args1=
2054 ac_must_keep_next=false
2055 for ac_pass in 1 2
2056 do
2057 for ac_arg
2058 do
2059 case $ac_arg in
2060 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2061 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2062 | -silent | --silent | --silen | --sile | --sil)
2063 continue ;;
2064 *\'*)
2065 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2066 esac
2067 case $ac_pass in
2068 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2069 2)
2070 as_fn_append ac_configure_args1 " '$ac_arg'"
2071 if test $ac_must_keep_next = true; then
2072 ac_must_keep_next=false # Got value, back to normal.
2073 else
2074 case $ac_arg in
2075 *=* | --config-cache | -C | -disable-* | --disable-* \
2076 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2077 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2078 | -with-* | --with-* | -without-* | --without-* | --x)
2079 case "$ac_configure_args0 " in
2080 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2081 esac
2082 ;;
2083 -* ) ac_must_keep_next=true ;;
2084 esac
2085 fi
2086 as_fn_append ac_configure_args " '$ac_arg'"
2087 ;;
2088 esac
2089 done
2090 done
2091 { ac_configure_args0=; unset ac_configure_args0;}
2092 { ac_configure_args1=; unset ac_configure_args1;}
2093
2094 # When interrupted or exit'd, cleanup temporary files, and complete
2095 # config.log. We remove comments because anyway the quotes in there
2096 # would cause problems or look ugly.
2097 # WARNING: Use '\'' to represent an apostrophe within the trap.
2098 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2099 trap 'exit_status=$?
2100 # Save into config.log some information that might help in debugging.
2101 {
2102 echo
2103
2104 cat <<\_ASBOX
2105 ## ---------------- ##
2106 ## Cache variables. ##
2107 ## ---------------- ##
2108 _ASBOX
2109 echo
2110 # The following way of writing the cache mishandles newlines in values,
2111 (
2112 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2113 eval ac_val=\$$ac_var
2114 case $ac_val in #(
2115 *${as_nl}*)
2116 case $ac_var in #(
2117 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2118 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2119 esac
2120 case $ac_var in #(
2121 _ | IFS | as_nl) ;; #(
2122 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2123 *) { eval $ac_var=; unset $ac_var;} ;;
2124 esac ;;
2125 esac
2126 done
2127 (set) 2>&1 |
2128 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2129 *${as_nl}ac_space=\ *)
2130 sed -n \
2131 "s/'\''/'\''\\\\'\'''\''/g;
2132 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2133 ;; #(
2134 *)
2135 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2136 ;;
2137 esac |
2138 sort
2139 )
2140 echo
2141
2142 cat <<\_ASBOX
2143 ## ----------------- ##
2144 ## Output variables. ##
2145 ## ----------------- ##
2146 _ASBOX
2147 echo
2148 for ac_var in $ac_subst_vars
2149 do
2150 eval ac_val=\$$ac_var
2151 case $ac_val in
2152 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2153 esac
2154 $as_echo "$ac_var='\''$ac_val'\''"
2155 done | sort
2156 echo
2157
2158 if test -n "$ac_subst_files"; then
2159 cat <<\_ASBOX
2160 ## ------------------- ##
2161 ## File substitutions. ##
2162 ## ------------------- ##
2163 _ASBOX
2164 echo
2165 for ac_var in $ac_subst_files
2166 do
2167 eval ac_val=\$$ac_var
2168 case $ac_val in
2169 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2170 esac
2171 $as_echo "$ac_var='\''$ac_val'\''"
2172 done | sort
2173 echo
2174 fi
2175
2176 if test -s confdefs.h; then
2177 cat <<\_ASBOX
2178 ## ----------- ##
2179 ## confdefs.h. ##
2180 ## ----------- ##
2181 _ASBOX
2182 echo
2183 cat confdefs.h
2184 echo
2185 fi
2186 test "$ac_signal" != 0 &&
2187 $as_echo "$as_me: caught signal $ac_signal"
2188 $as_echo "$as_me: exit $exit_status"
2189 } >&5
2190 rm -f core *.core core.conftest.* &&
2191 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2192 exit $exit_status
2193 ' 0
2194 for ac_signal in 1 2 13 15; do
2195 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2196 done
2197 ac_signal=0
2198
2199 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2200 rm -f -r conftest* confdefs.h
2201
2202 $as_echo "/* confdefs.h */" > confdefs.h
2203
2204 # Predefined preprocessor variables.
2205
2206 cat >>confdefs.h <<_ACEOF
2207 #define PACKAGE_NAME "$PACKAGE_NAME"
2208 _ACEOF
2209
2210 cat >>confdefs.h <<_ACEOF
2211 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2212 _ACEOF
2213
2214 cat >>confdefs.h <<_ACEOF
2215 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2216 _ACEOF
2217
2218 cat >>confdefs.h <<_ACEOF
2219 #define PACKAGE_STRING "$PACKAGE_STRING"
2220 _ACEOF
2221
2222 cat >>confdefs.h <<_ACEOF
2223 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2224 _ACEOF
2225
2226 cat >>confdefs.h <<_ACEOF
2227 #define PACKAGE_URL "$PACKAGE_URL"
2228 _ACEOF
2229
2230
2231 # Let the site file select an alternate cache file if it wants to.
2232 # Prefer an explicitly selected file to automatically selected ones.
2233 ac_site_file1=NONE
2234 ac_site_file2=NONE
2235 if test -n "$CONFIG_SITE"; then
2236 ac_site_file1=$CONFIG_SITE
2237 elif test "x$prefix" != xNONE; then
2238 ac_site_file1=$prefix/share/config.site
2239 ac_site_file2=$prefix/etc/config.site
2240 else
2241 ac_site_file1=$ac_default_prefix/share/config.site
2242 ac_site_file2=$ac_default_prefix/etc/config.site
2243 fi
2244 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2245 do
2246 test "x$ac_site_file" = xNONE && continue
2247 if test -r "$ac_site_file"; then
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2249 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2250 sed 's/^/| /' "$ac_site_file" >&5
2251 . "$ac_site_file"
2252 fi
2253 done
2254
2255 if test -r "$cache_file"; then
2256 # Some versions of bash will fail to source /dev/null (special
2257 # files actually), so we avoid doing that.
2258 if test -f "$cache_file"; then
2259 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2260 $as_echo "$as_me: loading cache $cache_file" >&6;}
2261 case $cache_file in
2262 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2263 *) . "./$cache_file";;
2264 esac
2265 fi
2266 else
2267 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2268 $as_echo "$as_me: creating cache $cache_file" >&6;}
2269 >$cache_file
2270 fi
2271
2272 # Check that the precious variables saved in the cache have kept the same
2273 # value.
2274 ac_cache_corrupted=false
2275 for ac_var in $ac_precious_vars; do
2276 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2277 eval ac_new_set=\$ac_env_${ac_var}_set
2278 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2279 eval ac_new_val=\$ac_env_${ac_var}_value
2280 case $ac_old_set,$ac_new_set in
2281 set,)
2282 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2283 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2284 ac_cache_corrupted=: ;;
2285 ,set)
2286 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2287 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2288 ac_cache_corrupted=: ;;
2289 ,);;
2290 *)
2291 if test "x$ac_old_val" != "x$ac_new_val"; then
2292 # differences in whitespace do not lead to failure.
2293 ac_old_val_w=`echo x $ac_old_val`
2294 ac_new_val_w=`echo x $ac_new_val`
2295 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2297 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2298 ac_cache_corrupted=:
2299 else
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2301 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2302 eval $ac_var=\$ac_old_val
2303 fi
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2305 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2306 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2307 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2308 fi;;
2309 esac
2310 # Pass precious variables to config.status.
2311 if test "$ac_new_set" = set; then
2312 case $ac_new_val in
2313 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2314 *) ac_arg=$ac_var=$ac_new_val ;;
2315 esac
2316 case " $ac_configure_args " in
2317 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2318 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2319 esac
2320 fi
2321 done
2322 if $ac_cache_corrupted; then
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2324 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2325 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2326 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2327 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2328 fi
2329 ## -------------------- ##
2330 ## Main body of script. ##
2331 ## -------------------- ##
2332
2333 ac_ext=c
2334 ac_cpp='$CPP $CPPFLAGS'
2335 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2336 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2337 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2338
2339
2340 # This file contains common code used by all simulators.
2341 #
2342 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2343 # directory. It is intended to be invoked before any target specific stuff.
2344 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2345 # It is intended to be invoked last.
2346 #
2347 # The simulator's configure.ac should look like:
2348 #
2349 # dnl Process this file with autoconf to produce a configure script.
2350 # AC_PREREQ(2.64)dnl
2351 # AC_INIT(Makefile.in)
2352 # sinclude(../common/aclocal.m4)
2353 #
2354 # SIM_AC_COMMON
2355 #
2356 # ... target specific stuff ...
2357 #
2358 # SIM_AC_OUTPUT
2359
2360 # Include global overrides and fixes for Autoconf.
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387 # _AC_CHECK_DECL_BODY
2388 # -------------------
2389 # Shell function body for AC_CHECK_DECL.
2390 # _AC_CHECK_DECL_BODY
2391
2392 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2393 # INCLUDES)
2394 # -------------------------------------------------------------
2395 # Helper to AC_CHECK_DECLS, which generates the check for a single
2396 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2397 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2410 #
2411 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2412 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2413 # Written by Gordon Matzigkeit, 1996
2414 #
2415 # This file is free software; the Free Software Foundation gives
2416 # unlimited permission to copy and/or distribute it, with or without
2417 # modifications, as long as this notice is preserved.
2418
2419
2420
2421 # serial 56 LT_INIT
2422
2423
2424 # LT_PREREQ(VERSION)
2425 # ------------------
2426 # Complain and exit if this libtool version is less that VERSION.
2427
2428
2429
2430 # _LT_CHECK_BUILDDIR
2431 # ------------------
2432 # Complain if the absolute build directory name contains unusual characters
2433
2434
2435
2436 # LT_INIT([OPTIONS])
2437 # ------------------
2438 # LT_INIT
2439
2440 # Old names:
2441 # This is what autoupdate's m4 run will expand. It fires
2442 # the warning (with _au_warn_XXX), outputs it into the
2443 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2444 # the replacement expansion.
2445
2446
2447 # This is an auxiliary macro that is also run when
2448 # autoupdate runs m4. It simply calls m4_warning, but
2449 # we need a wrapper so that each warning is emitted only
2450 # once. We break the quoting in m4_warning's argument in
2451 # order to expand this macro's arguments, not AU_DEFUN's.
2452
2453
2454 # Finally, this is the expansion that is picked up by
2455 # autoconf. It tells the user to run autoupdate, and
2456 # then outputs the replacement expansion. We do not care
2457 # about autoupdate's warning because that contains
2458 # information on what to do *after* running autoupdate.
2459
2460 # This is what autoupdate's m4 run will expand. It fires
2461 # the warning (with _au_warn_XXX), outputs it into the
2462 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2463 # the replacement expansion.
2464
2465
2466 # This is an auxiliary macro that is also run when
2467 # autoupdate runs m4. It simply calls m4_warning, but
2468 # we need a wrapper so that each warning is emitted only
2469 # once. We break the quoting in m4_warning's argument in
2470 # order to expand this macro's arguments, not AU_DEFUN's.
2471
2472
2473 # Finally, this is the expansion that is picked up by
2474 # autoconf. It tells the user to run autoupdate, and
2475 # then outputs the replacement expansion. We do not care
2476 # about autoupdate's warning because that contains
2477 # information on what to do *after* running autoupdate.
2478
2479
2480
2481 # _LT_CC_BASENAME(CC)
2482 # -------------------
2483 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2484
2485
2486
2487 # _LT_FILEUTILS_DEFAULTS
2488 # ----------------------
2489 # It is okay to use these file commands and assume they have been set
2490 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2491 # _LT_FILEUTILS_DEFAULTS
2492
2493
2494 # _LT_SETUP
2495 # ---------
2496 # _LT_SETUP
2497
2498
2499 # _LT_PREPARE_SED_QUOTE_VARS
2500 # --------------------------
2501 # Define a few sed substitution that help us do robust quoting.
2502
2503
2504 # _LT_PROG_LTMAIN
2505 # ---------------
2506 # Note that this code is called both from `configure', and `config.status'
2507 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2508 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2509 # so we pass a copy along to make sure it has a sensible value anyway.
2510 # _LT_PROG_LTMAIN
2511
2512
2513 ## ------------------------------------- ##
2514 ## Accumulate code for creating libtool. ##
2515 ## ------------------------------------- ##
2516
2517 # So that we can recreate a full libtool script including additional
2518 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2519 # in macros and then make a single call at the end using the `libtool'
2520 # label.
2521
2522
2523 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2524 # ----------------------------------------
2525 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2526
2527
2528 # Initialize.
2529
2530
2531
2532 # _LT_CONFIG_LIBTOOL([COMMANDS])
2533 # ------------------------------
2534 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2535
2536
2537 # Initialize.
2538
2539
2540
2541 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2542 # -----------------------------------------------------
2543
2544
2545
2546 # _LT_FORMAT_COMMENT([COMMENT])
2547 # -----------------------------
2548 # Add leading comment marks to the start of each line, and a trailing
2549 # full-stop to the whole comment if one is not present already.
2550
2551
2552
2553
2554 ## ------------------------ ##
2555 ## FIXME: Eliminate VARNAME ##
2556 ## ------------------------ ##
2557
2558
2559 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2560 # -------------------------------------------------------------------
2561 # CONFIGNAME is the name given to the value in the libtool script.
2562 # VARNAME is the (base) name used in the configure script.
2563 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2564 # VARNAME. Any other value will be used directly.
2565
2566
2567
2568 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2569 # --------------------------------------------------------
2570
2571
2572
2573 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2574 # ------------------------------------------------
2575
2576
2577
2578 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2579 # ---------------------------------------------------------
2580
2581
2582
2583 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2584 # --------------------------------------------------
2585
2586
2587
2588 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2589 # ---------------------------------------------------
2590
2591
2592
2593 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2594 # ---------------------------------------------------
2595
2596
2597
2598
2599 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2600 # ------------------------------------------------
2601
2602
2603
2604
2605 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2606 # ------------------------------------
2607 # Quote a variable value, and forward it to `config.status' so that its
2608 # declaration there will have the same value as in `configure'. VARNAME
2609 # must have a single quote delimited value for this to work.
2610
2611
2612
2613 # _LT_CONFIG_STATUS_DECLARATIONS
2614 # ------------------------------
2615 # We delimit libtool config variables with single quotes, so when
2616 # we write them to config.status, we have to be sure to quote all
2617 # embedded single quotes properly. In configure, this macro expands
2618 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2619 #
2620 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2621
2622
2623
2624 # _LT_LIBTOOL_TAGS
2625 # ----------------
2626 # Output comment and list of tags supported by the script
2627
2628
2629
2630 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2631 # -----------------------------------
2632 # Extract the dictionary values for VARNAME (optionally with TAG) and
2633 # expand to a commented shell variable setting:
2634 #
2635 # # Some comment about what VAR is for.
2636 # visible_name=$lt_internal_name
2637
2638
2639
2640 # _LT_LIBTOOL_CONFIG_VARS
2641 # -----------------------
2642 # Produce commented declarations of non-tagged libtool config variables
2643 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2644 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2645 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2646
2647
2648
2649 # _LT_LIBTOOL_TAG_VARS(TAG)
2650 # -------------------------
2651
2652
2653
2654 # _LT_TAGVAR(VARNAME, [TAGNAME])
2655 # ------------------------------
2656
2657
2658
2659 # _LT_CONFIG_COMMANDS
2660 # -------------------
2661 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2662 # variables for single and double quote escaping we saved from calls
2663 # to _LT_DECL, we can put quote escaped variables declarations
2664 # into `config.status', and then the shell code to quote escape them in
2665 # for loops in `config.status'. Finally, any additional code accumulated
2666 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2667 #_LT_CONFIG_COMMANDS
2668
2669
2670 # Initialize.
2671
2672
2673 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2674 # ------------------------------------
2675 # Generate a child script FILE with all initialization necessary to
2676 # reuse the environment learned by the parent script, and make the
2677 # file executable. If COMMENT is supplied, it is inserted after the
2678 # `#!' sequence but before initialization text begins. After this
2679 # macro, additional text can be appended to FILE to form the body of
2680 # the child script. The macro ends with non-zero status if the
2681 # file could not be fully written (such as if the disk is full).
2682 # _LT_GENERATED_FILE_INIT
2683
2684 # LT_OUTPUT
2685 # ---------
2686 # This macro allows early generation of the libtool script (before
2687 # AC_OUTPUT is called), incase it is used in configure for compilation
2688 # tests.
2689 # LT_OUTPUT
2690
2691
2692 # _LT_CONFIG(TAG)
2693 # ---------------
2694 # If TAG is the built-in tag, create an initial libtool script with a
2695 # default configuration from the untagged config vars. Otherwise add code
2696 # to config.status for appending the configuration named by TAG from the
2697 # matching tagged config vars.
2698 # _LT_CONFIG
2699
2700
2701 # LT_SUPPORTED_TAG(TAG)
2702 # ---------------------
2703 # Trace this macro to discover what tags are supported by the libtool
2704 # --tag option, using:
2705 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2706
2707
2708
2709 # C support is built-in for now
2710
2711
2712
2713
2714 # LT_LANG(LANG)
2715 # -------------
2716 # Enable libtool support for the given language if not already enabled.
2717 # LT_LANG
2718
2719
2720 # _LT_LANG(LANGNAME)
2721 # ------------------
2722 # _LT_LANG
2723
2724
2725 # _LT_LANG_DEFAULT_CONFIG
2726 # -----------------------
2727 # _LT_LANG_DEFAULT_CONFIG
2728
2729 # Obsolete macros:
2730 # This is what autoupdate's m4 run will expand. It fires
2731 # the warning (with _au_warn_XXX), outputs it into the
2732 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2733 # the replacement expansion.
2734
2735
2736 # This is an auxiliary macro that is also run when
2737 # autoupdate runs m4. It simply calls m4_warning, but
2738 # we need a wrapper so that each warning is emitted only
2739 # once. We break the quoting in m4_warning's argument in
2740 # order to expand this macro's arguments, not AU_DEFUN's.
2741
2742
2743 # Finally, this is the expansion that is picked up by
2744 # autoconf. It tells the user to run autoupdate, and
2745 # then outputs the replacement expansion. We do not care
2746 # about autoupdate's warning because that contains
2747 # information on what to do *after* running autoupdate.
2748
2749 # This is what autoupdate's m4 run will expand. It fires
2750 # the warning (with _au_warn_XXX), outputs it into the
2751 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2752 # the replacement expansion.
2753
2754
2755 # This is an auxiliary macro that is also run when
2756 # autoupdate runs m4. It simply calls m4_warning, but
2757 # we need a wrapper so that each warning is emitted only
2758 # once. We break the quoting in m4_warning's argument in
2759 # order to expand this macro's arguments, not AU_DEFUN's.
2760
2761
2762 # Finally, this is the expansion that is picked up by
2763 # autoconf. It tells the user to run autoupdate, and
2764 # then outputs the replacement expansion. We do not care
2765 # about autoupdate's warning because that contains
2766 # information on what to do *after* running autoupdate.
2767
2768 # This is what autoupdate's m4 run will expand. It fires
2769 # the warning (with _au_warn_XXX), outputs it into the
2770 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2771 # the replacement expansion.
2772
2773
2774 # This is an auxiliary macro that is also run when
2775 # autoupdate runs m4. It simply calls m4_warning, but
2776 # we need a wrapper so that each warning is emitted only
2777 # once. We break the quoting in m4_warning's argument in
2778 # order to expand this macro's arguments, not AU_DEFUN's.
2779
2780
2781 # Finally, this is the expansion that is picked up by
2782 # autoconf. It tells the user to run autoupdate, and
2783 # then outputs the replacement expansion. We do not care
2784 # about autoupdate's warning because that contains
2785 # information on what to do *after* running autoupdate.
2786
2787 # This is what autoupdate's m4 run will expand. It fires
2788 # the warning (with _au_warn_XXX), outputs it into the
2789 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2790 # the replacement expansion.
2791
2792
2793 # This is an auxiliary macro that is also run when
2794 # autoupdate runs m4. It simply calls m4_warning, but
2795 # we need a wrapper so that each warning is emitted only
2796 # once. We break the quoting in m4_warning's argument in
2797 # order to expand this macro's arguments, not AU_DEFUN's.
2798
2799
2800 # Finally, this is the expansion that is picked up by
2801 # autoconf. It tells the user to run autoupdate, and
2802 # then outputs the replacement expansion. We do not care
2803 # about autoupdate's warning because that contains
2804 # information on what to do *after* running autoupdate.
2805
2806 # This is what autoupdate's m4 run will expand. It fires
2807 # the warning (with _au_warn_XXX), outputs it into the
2808 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2809 # the replacement expansion.
2810
2811
2812 # This is an auxiliary macro that is also run when
2813 # autoupdate runs m4. It simply calls m4_warning, but
2814 # we need a wrapper so that each warning is emitted only
2815 # once. We break the quoting in m4_warning's argument in
2816 # order to expand this macro's arguments, not AU_DEFUN's.
2817
2818
2819 # Finally, this is the expansion that is picked up by
2820 # autoconf. It tells the user to run autoupdate, and
2821 # then outputs the replacement expansion. We do not care
2822 # about autoupdate's warning because that contains
2823 # information on what to do *after* running autoupdate.
2824
2825
2826
2827 # _LT_TAG_COMPILER
2828 # ----------------
2829 # _LT_TAG_COMPILER
2830
2831
2832 # _LT_COMPILER_BOILERPLATE
2833 # ------------------------
2834 # Check for compiler boilerplate output or warnings with
2835 # the simple compiler test code.
2836 # _LT_COMPILER_BOILERPLATE
2837
2838
2839 # _LT_LINKER_BOILERPLATE
2840 # ----------------------
2841 # Check for linker boilerplate output or warnings with
2842 # the simple link test code.
2843 # _LT_LINKER_BOILERPLATE
2844
2845 # _LT_REQUIRED_DARWIN_CHECKS
2846 # -------------------------
2847
2848
2849
2850 # _LT_DARWIN_LINKER_FEATURES
2851 # --------------------------
2852 # Checks for linker and compiler features on darwin
2853
2854
2855 # _LT_SYS_MODULE_PATH_AIX
2856 # -----------------------
2857 # Links a minimal program and checks the executable
2858 # for the system default hardcoded library path. In most cases,
2859 # this is /usr/lib:/lib, but when the MPI compilers are used
2860 # the location of the communication and MPI libs are included too.
2861 # If we don't find anything, use the default library path according
2862 # to the aix ld manual.
2863 # _LT_SYS_MODULE_PATH_AIX
2864
2865
2866 # _LT_SHELL_INIT(ARG)
2867 # -------------------
2868 # _LT_SHELL_INIT
2869
2870
2871
2872 # _LT_PROG_ECHO_BACKSLASH
2873 # -----------------------
2874 # Find how we can fake an echo command that does not interpret backslash.
2875 # In particular, with Autoconf 2.60 or later we add some code to the start
2876 # of the generated configure script which will find a shell with a builtin
2877 # printf (which we can use as an echo command).
2878 # _LT_PROG_ECHO_BACKSLASH
2879
2880
2881 # _LT_ENABLE_LOCK
2882 # ---------------
2883 # _LT_ENABLE_LOCK
2884
2885
2886 # _LT_CMD_OLD_ARCHIVE
2887 # -------------------
2888 # _LT_CMD_OLD_ARCHIVE
2889
2890
2891 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2892 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2893 # ----------------------------------------------------------------
2894 # Check whether the given compiler option works
2895 # _LT_COMPILER_OPTION
2896
2897 # Old name:
2898 # This is what autoupdate's m4 run will expand. It fires
2899 # the warning (with _au_warn_XXX), outputs it into the
2900 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2901 # the replacement expansion.
2902
2903
2904 # This is an auxiliary macro that is also run when
2905 # autoupdate runs m4. It simply calls m4_warning, but
2906 # we need a wrapper so that each warning is emitted only
2907 # once. We break the quoting in m4_warning's argument in
2908 # order to expand this macro's arguments, not AU_DEFUN's.
2909
2910
2911 # Finally, this is the expansion that is picked up by
2912 # autoconf. It tells the user to run autoupdate, and
2913 # then outputs the replacement expansion. We do not care
2914 # about autoupdate's warning because that contains
2915 # information on what to do *after* running autoupdate.
2916
2917
2918
2919 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2920 # [ACTION-SUCCESS], [ACTION-FAILURE])
2921 # ----------------------------------------------------
2922 # Check whether the given linker option works
2923 # _LT_LINKER_OPTION
2924
2925 # Old name:
2926 # This is what autoupdate's m4 run will expand. It fires
2927 # the warning (with _au_warn_XXX), outputs it into the
2928 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2929 # the replacement expansion.
2930
2931
2932 # This is an auxiliary macro that is also run when
2933 # autoupdate runs m4. It simply calls m4_warning, but
2934 # we need a wrapper so that each warning is emitted only
2935 # once. We break the quoting in m4_warning's argument in
2936 # order to expand this macro's arguments, not AU_DEFUN's.
2937
2938
2939 # Finally, this is the expansion that is picked up by
2940 # autoconf. It tells the user to run autoupdate, and
2941 # then outputs the replacement expansion. We do not care
2942 # about autoupdate's warning because that contains
2943 # information on what to do *after* running autoupdate.
2944
2945
2946
2947 # LT_CMD_MAX_LEN
2948 #---------------
2949 # LT_CMD_MAX_LEN
2950
2951 # Old name:
2952 # This is what autoupdate's m4 run will expand. It fires
2953 # the warning (with _au_warn_XXX), outputs it into the
2954 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2955 # the replacement expansion.
2956
2957
2958 # This is an auxiliary macro that is also run when
2959 # autoupdate runs m4. It simply calls m4_warning, but
2960 # we need a wrapper so that each warning is emitted only
2961 # once. We break the quoting in m4_warning's argument in
2962 # order to expand this macro's arguments, not AU_DEFUN's.
2963
2964
2965 # Finally, this is the expansion that is picked up by
2966 # autoconf. It tells the user to run autoupdate, and
2967 # then outputs the replacement expansion. We do not care
2968 # about autoupdate's warning because that contains
2969 # information on what to do *after* running autoupdate.
2970
2971
2972
2973 # _LT_HEADER_DLFCN
2974 # ----------------
2975 # _LT_HEADER_DLFCN
2976
2977
2978 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2979 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2980 # ----------------------------------------------------------------
2981 # _LT_TRY_DLOPEN_SELF
2982
2983
2984 # LT_SYS_DLOPEN_SELF
2985 # ------------------
2986 # LT_SYS_DLOPEN_SELF
2987
2988 # Old name:
2989 # This is what autoupdate's m4 run will expand. It fires
2990 # the warning (with _au_warn_XXX), outputs it into the
2991 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2992 # the replacement expansion.
2993
2994
2995 # This is an auxiliary macro that is also run when
2996 # autoupdate runs m4. It simply calls m4_warning, but
2997 # we need a wrapper so that each warning is emitted only
2998 # once. We break the quoting in m4_warning's argument in
2999 # order to expand this macro's arguments, not AU_DEFUN's.
3000
3001
3002 # Finally, this is the expansion that is picked up by
3003 # autoconf. It tells the user to run autoupdate, and
3004 # then outputs the replacement expansion. We do not care
3005 # about autoupdate's warning because that contains
3006 # information on what to do *after* running autoupdate.
3007
3008
3009
3010 # _LT_COMPILER_C_O([TAGNAME])
3011 # ---------------------------
3012 # Check to see if options -c and -o are simultaneously supported by compiler.
3013 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
3014 # _LT_COMPILER_C_O
3015
3016
3017 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
3018 # ----------------------------------
3019 # Check to see if we can do hard links to lock some files if needed
3020 # _LT_COMPILER_FILE_LOCKS
3021
3022
3023 # _LT_CHECK_OBJDIR
3024 # ----------------
3025 # _LT_CHECK_OBJDIR
3026
3027
3028 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3029 # --------------------------------------
3030 # Check hardcoding attributes.
3031 # _LT_LINKER_HARDCODE_LIBPATH
3032
3033
3034 # _LT_CMD_STRIPLIB
3035 # ----------------
3036 # _LT_CMD_STRIPLIB
3037
3038
3039 # _LT_SYS_DYNAMIC_LINKER([TAG])
3040 # -----------------------------
3041 # PORTME Fill in your ld.so characteristics
3042 # _LT_SYS_DYNAMIC_LINKER
3043
3044
3045 # _LT_PATH_TOOL_PREFIX(TOOL)
3046 # --------------------------
3047 # find a file program which can recognize shared library
3048 # _LT_PATH_TOOL_PREFIX
3049
3050 # Old name:
3051 # This is what autoupdate's m4 run will expand. It fires
3052 # the warning (with _au_warn_XXX), outputs it into the
3053 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3054 # the replacement expansion.
3055
3056
3057 # This is an auxiliary macro that is also run when
3058 # autoupdate runs m4. It simply calls m4_warning, but
3059 # we need a wrapper so that each warning is emitted only
3060 # once. We break the quoting in m4_warning's argument in
3061 # order to expand this macro's arguments, not AU_DEFUN's.
3062
3063
3064 # Finally, this is the expansion that is picked up by
3065 # autoconf. It tells the user to run autoupdate, and
3066 # then outputs the replacement expansion. We do not care
3067 # about autoupdate's warning because that contains
3068 # information on what to do *after* running autoupdate.
3069
3070
3071
3072 # _LT_PATH_MAGIC
3073 # --------------
3074 # find a file program which can recognize a shared library
3075 # _LT_PATH_MAGIC
3076
3077
3078 # LT_PATH_LD
3079 # ----------
3080 # find the pathname to the GNU or non-GNU linker
3081 # LT_PATH_LD
3082
3083 # Old names:
3084 # This is what autoupdate's m4 run will expand. It fires
3085 # the warning (with _au_warn_XXX), outputs it into the
3086 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3087 # the replacement expansion.
3088
3089
3090 # This is an auxiliary macro that is also run when
3091 # autoupdate runs m4. It simply calls m4_warning, but
3092 # we need a wrapper so that each warning is emitted only
3093 # once. We break the quoting in m4_warning's argument in
3094 # order to expand this macro's arguments, not AU_DEFUN's.
3095
3096
3097 # Finally, this is the expansion that is picked up by
3098 # autoconf. It tells the user to run autoupdate, and
3099 # then outputs the replacement expansion. We do not care
3100 # about autoupdate's warning because that contains
3101 # information on what to do *after* running autoupdate.
3102
3103 # This is what autoupdate's m4 run will expand. It fires
3104 # the warning (with _au_warn_XXX), outputs it into the
3105 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3106 # the replacement expansion.
3107
3108
3109 # This is an auxiliary macro that is also run when
3110 # autoupdate runs m4. It simply calls m4_warning, but
3111 # we need a wrapper so that each warning is emitted only
3112 # once. We break the quoting in m4_warning's argument in
3113 # order to expand this macro's arguments, not AU_DEFUN's.
3114
3115
3116 # Finally, this is the expansion that is picked up by
3117 # autoconf. It tells the user to run autoupdate, and
3118 # then outputs the replacement expansion. We do not care
3119 # about autoupdate's warning because that contains
3120 # information on what to do *after* running autoupdate.
3121
3122
3123
3124 # _LT_PATH_LD_GNU
3125 #- --------------
3126 # _LT_PATH_LD_GNU
3127
3128
3129 # _LT_CMD_RELOAD
3130 # --------------
3131 # find reload flag for linker
3132 # -- PORTME Some linkers may need a different reload flag.
3133 # _LT_CMD_RELOAD
3134
3135
3136 # _LT_CHECK_MAGIC_METHOD
3137 # ----------------------
3138 # how to check for library dependencies
3139 # -- PORTME fill in with the dynamic library characteristics
3140 # _LT_CHECK_MAGIC_METHOD
3141
3142
3143 # LT_PATH_NM
3144 # ----------
3145 # find the pathname to a BSD- or MS-compatible name lister
3146 # LT_PATH_NM
3147
3148 # Old names:
3149 # This is what autoupdate's m4 run will expand. It fires
3150 # the warning (with _au_warn_XXX), outputs it into the
3151 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3152 # the replacement expansion.
3153
3154
3155 # This is an auxiliary macro that is also run when
3156 # autoupdate runs m4. It simply calls m4_warning, but
3157 # we need a wrapper so that each warning is emitted only
3158 # once. We break the quoting in m4_warning's argument in
3159 # order to expand this macro's arguments, not AU_DEFUN's.
3160
3161
3162 # Finally, this is the expansion that is picked up by
3163 # autoconf. It tells the user to run autoupdate, and
3164 # then outputs the replacement expansion. We do not care
3165 # about autoupdate's warning because that contains
3166 # information on what to do *after* running autoupdate.
3167
3168 # This is what autoupdate's m4 run will expand. It fires
3169 # the warning (with _au_warn_XXX), outputs it into the
3170 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3171 # the replacement expansion.
3172
3173
3174 # This is an auxiliary macro that is also run when
3175 # autoupdate runs m4. It simply calls m4_warning, but
3176 # we need a wrapper so that each warning is emitted only
3177 # once. We break the quoting in m4_warning's argument in
3178 # order to expand this macro's arguments, not AU_DEFUN's.
3179
3180
3181 # Finally, this is the expansion that is picked up by
3182 # autoconf. It tells the user to run autoupdate, and
3183 # then outputs the replacement expansion. We do not care
3184 # about autoupdate's warning because that contains
3185 # information on what to do *after* running autoupdate.
3186
3187
3188
3189 # LT_LIB_M
3190 # --------
3191 # check for math library
3192 # LT_LIB_M
3193
3194 # Old name:
3195 # This is what autoupdate's m4 run will expand. It fires
3196 # the warning (with _au_warn_XXX), outputs it into the
3197 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3198 # the replacement expansion.
3199
3200
3201 # This is an auxiliary macro that is also run when
3202 # autoupdate runs m4. It simply calls m4_warning, but
3203 # we need a wrapper so that each warning is emitted only
3204 # once. We break the quoting in m4_warning's argument in
3205 # order to expand this macro's arguments, not AU_DEFUN's.
3206
3207
3208 # Finally, this is the expansion that is picked up by
3209 # autoconf. It tells the user to run autoupdate, and
3210 # then outputs the replacement expansion. We do not care
3211 # about autoupdate's warning because that contains
3212 # information on what to do *after* running autoupdate.
3213
3214
3215
3216 # _LT_COMPILER_NO_RTTI([TAGNAME])
3217 # -------------------------------
3218 # _LT_COMPILER_NO_RTTI
3219
3220
3221 # _LT_CMD_GLOBAL_SYMBOLS
3222 # ----------------------
3223 # _LT_CMD_GLOBAL_SYMBOLS
3224
3225
3226 # _LT_COMPILER_PIC([TAGNAME])
3227 # ---------------------------
3228 # _LT_COMPILER_PIC
3229
3230
3231 # _LT_LINKER_SHLIBS([TAGNAME])
3232 # ----------------------------
3233 # See if the linker supports building shared libraries.
3234 # _LT_LINKER_SHLIBS
3235
3236
3237 # _LT_LANG_C_CONFIG([TAG])
3238 # ------------------------
3239 # Ensure that the configuration variables for a C compiler are suitably
3240 # defined. These variables are subsequently used by _LT_CONFIG to write
3241 # the compiler configuration to `libtool'.
3242 # _LT_LANG_C_CONFIG
3243
3244
3245 # _LT_LANG_CXX_CONFIG([TAG])
3246 # --------------------------
3247 # Ensure that the configuration variables for a C++ compiler are suitably
3248 # defined. These variables are subsequently used by _LT_CONFIG to write
3249 # the compiler configuration to `libtool'.
3250 # _LT_LANG_CXX_CONFIG
3251
3252
3253 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3254 # ---------------------------------
3255 # Figure out "hidden" library dependencies from verbose
3256 # compiler output when linking a shared library.
3257 # Parse the compiler output and extract the necessary
3258 # objects, libraries and library flags.
3259 # _LT_SYS_HIDDEN_LIBDEPS
3260
3261
3262 # _LT_LANG_F77_CONFIG([TAG])
3263 # --------------------------
3264 # Ensure that the configuration variables for a Fortran 77 compiler are
3265 # suitably defined. These variables are subsequently used by _LT_CONFIG
3266 # to write the compiler configuration to `libtool'.
3267 # _LT_LANG_F77_CONFIG
3268
3269
3270 # _LT_LANG_FC_CONFIG([TAG])
3271 # -------------------------
3272 # Ensure that the configuration variables for a Fortran compiler are
3273 # suitably defined. These variables are subsequently used by _LT_CONFIG
3274 # to write the compiler configuration to `libtool'.
3275 # _LT_LANG_FC_CONFIG
3276
3277
3278 # _LT_LANG_GCJ_CONFIG([TAG])
3279 # --------------------------
3280 # Ensure that the configuration variables for the GNU Java Compiler compiler
3281 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3282 # to write the compiler configuration to `libtool'.
3283 # _LT_LANG_GCJ_CONFIG
3284
3285
3286 # _LT_LANG_RC_CONFIG([TAG])
3287 # -------------------------
3288 # Ensure that the configuration variables for the Windows resource compiler
3289 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3290 # to write the compiler configuration to `libtool'.
3291 # _LT_LANG_RC_CONFIG
3292
3293
3294 # LT_PROG_GCJ
3295 # -----------
3296
3297
3298 # Old name:
3299 # This is what autoupdate's m4 run will expand. It fires
3300 # the warning (with _au_warn_XXX), outputs it into the
3301 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3302 # the replacement expansion.
3303
3304
3305 # This is an auxiliary macro that is also run when
3306 # autoupdate runs m4. It simply calls m4_warning, but
3307 # we need a wrapper so that each warning is emitted only
3308 # once. We break the quoting in m4_warning's argument in
3309 # order to expand this macro's arguments, not AU_DEFUN's.
3310
3311
3312 # Finally, this is the expansion that is picked up by
3313 # autoconf. It tells the user to run autoupdate, and
3314 # then outputs the replacement expansion. We do not care
3315 # about autoupdate's warning because that contains
3316 # information on what to do *after* running autoupdate.
3317
3318
3319
3320 # LT_PROG_RC
3321 # ----------
3322
3323
3324 # Old name:
3325 # This is what autoupdate's m4 run will expand. It fires
3326 # the warning (with _au_warn_XXX), outputs it into the
3327 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3328 # the replacement expansion.
3329
3330
3331 # This is an auxiliary macro that is also run when
3332 # autoupdate runs m4. It simply calls m4_warning, but
3333 # we need a wrapper so that each warning is emitted only
3334 # once. We break the quoting in m4_warning's argument in
3335 # order to expand this macro's arguments, not AU_DEFUN's.
3336
3337
3338 # Finally, this is the expansion that is picked up by
3339 # autoconf. It tells the user to run autoupdate, and
3340 # then outputs the replacement expansion. We do not care
3341 # about autoupdate's warning because that contains
3342 # information on what to do *after* running autoupdate.
3343
3344
3345
3346 # _LT_DECL_EGREP
3347 # --------------
3348 # If we don't have a new enough Autoconf to choose the best grep
3349 # available, choose the one first in the user's PATH.
3350
3351
3352
3353 # _LT_DECL_OBJDUMP
3354 # --------------
3355 # If we don't have a new enough Autoconf to choose the best objdump
3356 # available, choose the one first in the user's PATH.
3357
3358
3359
3360 # _LT_DECL_SED
3361 # ------------
3362 # Check for a fully-functional sed program, that truncates
3363 # as few characters as possible. Prefer GNU sed if found.
3364 # _LT_DECL_SED
3365
3366 #m4_ifndef
3367
3368 # Old name:
3369 # This is what autoupdate's m4 run will expand. It fires
3370 # the warning (with _au_warn_XXX), outputs it into the
3371 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3372 # the replacement expansion.
3373
3374
3375 # This is an auxiliary macro that is also run when
3376 # autoupdate runs m4. It simply calls m4_warning, but
3377 # we need a wrapper so that each warning is emitted only
3378 # once. We break the quoting in m4_warning's argument in
3379 # order to expand this macro's arguments, not AU_DEFUN's.
3380
3381
3382 # Finally, this is the expansion that is picked up by
3383 # autoconf. It tells the user to run autoupdate, and
3384 # then outputs the replacement expansion. We do not care
3385 # about autoupdate's warning because that contains
3386 # information on what to do *after* running autoupdate.
3387
3388
3389
3390 # _LT_CHECK_SHELL_FEATURES
3391 # ------------------------
3392 # Find out whether the shell is Bourne or XSI compatible,
3393 # or has some other useful features.
3394 # _LT_CHECK_SHELL_FEATURES
3395
3396
3397 # _LT_PROG_XSI_SHELLFNS
3398 # ---------------------
3399 # Bourne and XSI compatible variants of some useful shell functions.
3400
3401
3402 # Helper functions for option handling. -*- Autoconf -*-
3403 #
3404 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3405 # Inc.
3406 # Written by Gary V. Vaughan, 2004
3407 #
3408 # This file is free software; the Free Software Foundation gives
3409 # unlimited permission to copy and/or distribute it, with or without
3410 # modifications, as long as this notice is preserved.
3411
3412 # serial 6 ltoptions.m4
3413
3414 # This is to help aclocal find these macros, as it can't see m4_define.
3415
3416
3417
3418 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3419 # ------------------------------------------
3420
3421
3422
3423 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3424 # ---------------------------------------
3425 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3426 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3427 # saved as a flag.
3428
3429
3430
3431 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3432 # ------------------------------------------------------------
3433 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3434
3435
3436
3437 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3438 # -------------------------------------------------------
3439 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3440 # are set.
3441
3442
3443
3444 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3445 # ----------------------------------------
3446 # OPTION-LIST is a space-separated list of Libtool options associated
3447 # with MACRO-NAME. If any OPTION has a matching handler declared with
3448 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3449 # the unknown option and exit.
3450 # _LT_SET_OPTIONS
3451
3452
3453 ## --------------------------------- ##
3454 ## Macros to handle LT_INIT options. ##
3455 ## --------------------------------- ##
3456
3457 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3458 # -----------------------------------------
3459
3460
3461
3462 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3463 # -----------------------------------------------
3464 # LT_OPTION_DEFINE
3465
3466
3467 # dlopen
3468 # ------
3469
3470
3471 # This is what autoupdate's m4 run will expand. It fires
3472 # the warning (with _au_warn_XXX), outputs it into the
3473 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3474 # the replacement expansion.
3475
3476
3477 # This is an auxiliary macro that is also run when
3478 # autoupdate runs m4. It simply calls m4_warning, but
3479 # we need a wrapper so that each warning is emitted only
3480 # once. We break the quoting in m4_warning's argument in
3481 # order to expand this macro's arguments, not AU_DEFUN's.
3482
3483
3484 # Finally, this is the expansion that is picked up by
3485 # autoconf. It tells the user to run autoupdate, and
3486 # then outputs the replacement expansion. We do not care
3487 # about autoupdate's warning because that contains
3488 # information on what to do *after* running autoupdate.
3489
3490
3491
3492
3493 # win32-dll
3494 # ---------
3495 # Declare package support for building win32 dll's.
3496 # win32-dll
3497
3498 # This is what autoupdate's m4 run will expand. It fires
3499 # the warning (with _au_warn_XXX), outputs it into the
3500 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3501 # the replacement expansion.
3502
3503
3504 # This is an auxiliary macro that is also run when
3505 # autoupdate runs m4. It simply calls m4_warning, but
3506 # we need a wrapper so that each warning is emitted only
3507 # once. We break the quoting in m4_warning's argument in
3508 # order to expand this macro's arguments, not AU_DEFUN's.
3509
3510
3511 # Finally, this is the expansion that is picked up by
3512 # autoconf. It tells the user to run autoupdate, and
3513 # then outputs the replacement expansion. We do not care
3514 # about autoupdate's warning because that contains
3515 # information on what to do *after* running autoupdate.
3516
3517
3518
3519
3520 # _LT_ENABLE_SHARED([DEFAULT])
3521 # ----------------------------
3522 # implement the --enable-shared flag, and supports the `shared' and
3523 # `disable-shared' LT_INIT options.
3524 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3525 # _LT_ENABLE_SHARED
3526
3527
3528
3529
3530 # Old names:
3531
3532
3533
3534
3535 # This is what autoupdate's m4 run will expand. It fires
3536 # the warning (with _au_warn_XXX), outputs it into the
3537 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3538 # the replacement expansion.
3539
3540
3541 # This is an auxiliary macro that is also run when
3542 # autoupdate runs m4. It simply calls m4_warning, but
3543 # we need a wrapper so that each warning is emitted only
3544 # once. We break the quoting in m4_warning's argument in
3545 # order to expand this macro's arguments, not AU_DEFUN's.
3546
3547
3548 # Finally, this is the expansion that is picked up by
3549 # autoconf. It tells the user to run autoupdate, and
3550 # then outputs the replacement expansion. We do not care
3551 # about autoupdate's warning because that contains
3552 # information on what to do *after* running autoupdate.
3553
3554 # This is what autoupdate's m4 run will expand. It fires
3555 # the warning (with _au_warn_XXX), outputs it into the
3556 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3557 # the replacement expansion.
3558
3559
3560 # This is an auxiliary macro that is also run when
3561 # autoupdate runs m4. It simply calls m4_warning, but
3562 # we need a wrapper so that each warning is emitted only
3563 # once. We break the quoting in m4_warning's argument in
3564 # order to expand this macro's arguments, not AU_DEFUN's.
3565
3566
3567 # Finally, this is the expansion that is picked up by
3568 # autoconf. It tells the user to run autoupdate, and
3569 # then outputs the replacement expansion. We do not care
3570 # about autoupdate's warning because that contains
3571 # information on what to do *after* running autoupdate.
3572
3573
3574
3575
3576
3577 # _LT_ENABLE_STATIC([DEFAULT])
3578 # ----------------------------
3579 # implement the --enable-static flag, and support the `static' and
3580 # `disable-static' LT_INIT options.
3581 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3582 # _LT_ENABLE_STATIC
3583
3584
3585
3586
3587 # Old names:
3588
3589
3590
3591
3592 # This is what autoupdate's m4 run will expand. It fires
3593 # the warning (with _au_warn_XXX), outputs it into the
3594 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3595 # the replacement expansion.
3596
3597
3598 # This is an auxiliary macro that is also run when
3599 # autoupdate runs m4. It simply calls m4_warning, but
3600 # we need a wrapper so that each warning is emitted only
3601 # once. We break the quoting in m4_warning's argument in
3602 # order to expand this macro's arguments, not AU_DEFUN's.
3603
3604
3605 # Finally, this is the expansion that is picked up by
3606 # autoconf. It tells the user to run autoupdate, and
3607 # then outputs the replacement expansion. We do not care
3608 # about autoupdate's warning because that contains
3609 # information on what to do *after* running autoupdate.
3610
3611 # This is what autoupdate's m4 run will expand. It fires
3612 # the warning (with _au_warn_XXX), outputs it into the
3613 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3614 # the replacement expansion.
3615
3616
3617 # This is an auxiliary macro that is also run when
3618 # autoupdate runs m4. It simply calls m4_warning, but
3619 # we need a wrapper so that each warning is emitted only
3620 # once. We break the quoting in m4_warning's argument in
3621 # order to expand this macro's arguments, not AU_DEFUN's.
3622
3623
3624 # Finally, this is the expansion that is picked up by
3625 # autoconf. It tells the user to run autoupdate, and
3626 # then outputs the replacement expansion. We do not care
3627 # about autoupdate's warning because that contains
3628 # information on what to do *after* running autoupdate.
3629
3630
3631
3632
3633
3634 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3635 # ----------------------------------
3636 # implement the --enable-fast-install flag, and support the `fast-install'
3637 # and `disable-fast-install' LT_INIT options.
3638 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3639 # _LT_ENABLE_FAST_INSTALL
3640
3641
3642
3643
3644 # Old names:
3645 # This is what autoupdate's m4 run will expand. It fires
3646 # the warning (with _au_warn_XXX), outputs it into the
3647 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3648 # the replacement expansion.
3649
3650
3651 # This is an auxiliary macro that is also run when
3652 # autoupdate runs m4. It simply calls m4_warning, but
3653 # we need a wrapper so that each warning is emitted only
3654 # once. We break the quoting in m4_warning's argument in
3655 # order to expand this macro's arguments, not AU_DEFUN's.
3656
3657
3658 # Finally, this is the expansion that is picked up by
3659 # autoconf. It tells the user to run autoupdate, and
3660 # then outputs the replacement expansion. We do not care
3661 # about autoupdate's warning because that contains
3662 # information on what to do *after* running autoupdate.
3663
3664
3665 # This is what autoupdate's m4 run will expand. It fires
3666 # the warning (with _au_warn_XXX), outputs it into the
3667 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3668 # the replacement expansion.
3669
3670
3671 # This is an auxiliary macro that is also run when
3672 # autoupdate runs m4. It simply calls m4_warning, but
3673 # we need a wrapper so that each warning is emitted only
3674 # once. We break the quoting in m4_warning's argument in
3675 # order to expand this macro's arguments, not AU_DEFUN's.
3676
3677
3678 # Finally, this is the expansion that is picked up by
3679 # autoconf. It tells the user to run autoupdate, and
3680 # then outputs the replacement expansion. We do not care
3681 # about autoupdate's warning because that contains
3682 # information on what to do *after* running autoupdate.
3683
3684
3685
3686
3687 # _LT_WITH_PIC([MODE])
3688 # --------------------
3689 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3690 # LT_INIT options.
3691 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3692 # _LT_WITH_PIC
3693
3694
3695
3696
3697 # Old name:
3698 # This is what autoupdate's m4 run will expand. It fires
3699 # the warning (with _au_warn_XXX), outputs it into the
3700 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3701 # the replacement expansion.
3702
3703
3704 # This is an auxiliary macro that is also run when
3705 # autoupdate runs m4. It simply calls m4_warning, but
3706 # we need a wrapper so that each warning is emitted only
3707 # once. We break the quoting in m4_warning's argument in
3708 # order to expand this macro's arguments, not AU_DEFUN's.
3709
3710
3711 # Finally, this is the expansion that is picked up by
3712 # autoconf. It tells the user to run autoupdate, and
3713 # then outputs the replacement expansion. We do not care
3714 # about autoupdate's warning because that contains
3715 # information on what to do *after* running autoupdate.
3716
3717
3718
3719 ## ----------------- ##
3720 ## LTDL_INIT Options ##
3721 ## ----------------- ##
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3733 #
3734 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3735 # Written by Gary V. Vaughan, 2004
3736 #
3737 # This file is free software; the Free Software Foundation gives
3738 # unlimited permission to copy and/or distribute it, with or without
3739 # modifications, as long as this notice is preserved.
3740
3741 # serial 6 ltsugar.m4
3742
3743 # This is to help aclocal find these macros, as it can't see m4_define.
3744
3745
3746
3747 # lt_join(SEP, ARG1, [ARG2...])
3748 # -----------------------------
3749 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3750 # associated separator.
3751 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3752 # versions in m4sugar had bugs.
3753
3754
3755
3756
3757 # lt_car(LIST)
3758 # lt_cdr(LIST)
3759 # ------------
3760 # Manipulate m4 lists.
3761 # These macros are necessary as long as will still need to support
3762 # Autoconf-2.59 which quotes differently.
3763
3764
3765
3766
3767
3768 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3769 # ------------------------------------------
3770 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3771 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3772 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3773 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3774 # than defined and empty).
3775 #
3776 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3777 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3778
3779
3780
3781
3782 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3783 # ----------------------------------------------------------
3784 # Produce a SEP delimited list of all paired combinations of elements of
3785 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3786 # has the form PREFIXmINFIXSUFFIXn.
3787 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3788
3789
3790
3791 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3792 # -----------------------------------------------------------------------
3793 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3794 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3795
3796
3797
3798 # lt_dict_add(DICT, KEY, VALUE)
3799 # -----------------------------
3800
3801
3802
3803 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3804 # --------------------------------------------
3805
3806
3807
3808 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3809 # ----------------------------------
3810
3811
3812
3813 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3814 # -----------------------------------------------------------------
3815
3816
3817
3818 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3819 # --------------------------------------------------------------
3820
3821
3822 # ltversion.m4 -- version numbers -*- Autoconf -*-
3823 #
3824 # Copyright (C) 2004 Free Software Foundation, Inc.
3825 # Written by Scott James Remnant, 2004
3826 #
3827 # This file is free software; the Free Software Foundation gives
3828 # unlimited permission to copy and/or distribute it, with or without
3829 # modifications, as long as this notice is preserved.
3830
3831 # Generated from ltversion.in.
3832
3833 # serial 3134 ltversion.m4
3834 # This file is part of GNU Libtool
3835
3836
3837
3838
3839
3840
3841 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3842 #
3843 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3844 # Written by Scott James Remnant, 2004.
3845 #
3846 # This file is free software; the Free Software Foundation gives
3847 # unlimited permission to copy and/or distribute it, with or without
3848 # modifications, as long as this notice is preserved.
3849
3850 # serial 4 lt~obsolete.m4
3851
3852 # These exist entirely to fool aclocal when bootstrapping libtool.
3853 #
3854 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3855 # which have later been changed to m4_define as they aren't part of the
3856 # exported API, or moved to Autoconf or Automake where they belong.
3857 #
3858 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3859 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3860 # using a macro with the same name in our local m4/libtool.m4 it'll
3861 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3862 # and doesn't know about Autoconf macros at all.)
3863 #
3864 # So we provide this file, which has a silly filename so it's always
3865 # included after everything else. This provides aclocal with the
3866 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3867 # because those macros already exist, or will be overwritten later.
3868 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3869 #
3870 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3871 # Yes, that means every name once taken will need to remain here until
3872 # we give up compatibility with versions before 1.7, at which point
3873 # we need to keep only those names which we still refer to.
3874
3875 # This is to help aclocal find these macros, as it can't see m4_define.
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940 ## -*- Autoconf -*-
3941
3942 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3943 # Free Software Foundation, Inc.
3944 #
3945 # This file is free software; the Free Software Foundation
3946 # gives unlimited permission to copy and/or distribute it,
3947 # with or without modifications, as long as this notice is preserved.
3948
3949 # serial 8
3950
3951 # Based on depend.m4 from automake 1.9, modified for standalone use in
3952 # an environment where GNU make is required.
3953
3954 # ZW_PROG_COMPILER_DEPENDENCIES
3955 # -----------------------------
3956 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3957 # sets fooDEPMODE accordingly. Cache-variable compatible with
3958 # original; not side-effect compatible. As the users of this macro
3959 # may require accurate dependencies for correct builds, it does *not*
3960 # honor --disable-dependency-checking, and failure to detect a usable
3961 # method is an error. depcomp is assumed to be located in
3962 # $ac_aux_dir.
3963 #
3964 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3965
3966
3967
3968 # AM_SET_DEPDIR
3969 # -------------
3970 # Choose a directory name for dependency files.
3971
3972
3973 # ZW_CREATE_DEPDIR
3974 # ----------------
3975 # As AM_SET_DEPDIR, but also create the directory at config.status time.
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
4020
4021
4022 sim_inline="-DDEFAULT_INLINE=0"
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059 # intl sister-directory configuration rules.
4060 #
4061
4062 # The idea behind this macro is that there's no need to repeat all the
4063 # autoconf probes done by the intl directory - it's already done them
4064 # for us. In fact, there's no need even to look at the cache for the
4065 # answers. All we need to do is nab a few pieces of information.
4066 # The intl directory is set up to make this easy, by generating a
4067 # small file which can be sourced as a shell script; then we produce
4068 # the necessary substitutions and definitions for this directory.
4069
4070
4071
4072 # Autoconf M4 include file defining utility macros for complex Canadian
4073 # cross builds.
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083 ####
4084 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4085 # or AC_INIT.
4086 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
4087
4088 ####
4089 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4090 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4091
4092
4093 ####
4094 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4095 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4096
4097
4098
4099 # Backported from Autoconf 2.5x; can go away when and if
4100 # we switch. Put the OS path separator in $PATH_SEPARATOR.
4101
4102
4103
4104
4105 # ACX_HAVE_GCC_FOR_TARGET
4106 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4107
4108
4109 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4110 # Searching for installed target binutils. We need to take extra care,
4111 # else we may find the wrong assembler, linker, etc., and lose.
4112 #
4113 # First try --with-build-time-tools, if specified.
4114 #
4115 # For build != host, we ask the installed GCC for the name of the tool it
4116 # uses, and accept it if it is an absolute path. This is because the
4117 # only good choice for a compiler is the same GCC version that is being
4118 # installed (or we couldn't make target libraries), and we assume that
4119 # on the host system we'll have not only the same GCC version, but also
4120 # the same binutils version.
4121 #
4122 # For build == host, search the same directories that the installed
4123 # compiler will search. We used to do this for the assembler, linker,
4124 # and nm only; for simplicity of configuration, however, we extend this
4125 # criterion to tools (such as ar and ranlib) that are never invoked by
4126 # the compiler, to avoid mismatches.
4127 #
4128 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4129 # if build == target. This makes the most sense only when bootstrapping,
4130 # but we also do so when build != host. In this case, we hope that the
4131 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4132 #
4133 # If we do not find a suitable binary, then try the user's path.
4134
4135
4136 ###
4137 # AC_PROG_CPP_WERROR
4138 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4139 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4140 # For now, using this also overrides header checks to use only the
4141 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4142 # bit harder from here).
4143 # Eventually autoconf will default to checking headers with the compiler
4144 # instead, and we'll have to do this differently.
4145
4146 # AC_PROG_CPP_WERROR
4147
4148 # Test for GNAT.
4149 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4150 # that understands Ada. We use the user's CC setting, already found, and
4151 # possibly add $1 to the command-line parameters.
4152 #
4153 # Sets the shell variable have_gnat to yes or no as appropriate, and
4154 # substitutes GNATBIND and GNATMAKE.
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180 ac_ext=c
4181 ac_cpp='$CPP $CPPFLAGS'
4182 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4183 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4184 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4185 if test -n "$ac_tool_prefix"; then
4186 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4187 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4189 $as_echo_n "checking for $ac_word... " >&6; }
4190 if test "${ac_cv_prog_CC+set}" = set; then :
4191 $as_echo_n "(cached) " >&6
4192 else
4193 if test -n "$CC"; then
4194 ac_cv_prog_CC="$CC" # Let the user override the test.
4195 else
4196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4197 for as_dir in $PATH
4198 do
4199 IFS=$as_save_IFS
4200 test -z "$as_dir" && as_dir=.
4201 for ac_exec_ext in '' $ac_executable_extensions; do
4202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4203 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4205 break 2
4206 fi
4207 done
4208 done
4209 IFS=$as_save_IFS
4210
4211 fi
4212 fi
4213 CC=$ac_cv_prog_CC
4214 if test -n "$CC"; then
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4216 $as_echo "$CC" >&6; }
4217 else
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4219 $as_echo "no" >&6; }
4220 fi
4221
4222
4223 fi
4224 if test -z "$ac_cv_prog_CC"; then
4225 ac_ct_CC=$CC
4226 # Extract the first word of "gcc", so it can be a program name with args.
4227 set dummy gcc; ac_word=$2
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4229 $as_echo_n "checking for $ac_word... " >&6; }
4230 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4231 $as_echo_n "(cached) " >&6
4232 else
4233 if test -n "$ac_ct_CC"; then
4234 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4235 else
4236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4237 for as_dir in $PATH
4238 do
4239 IFS=$as_save_IFS
4240 test -z "$as_dir" && as_dir=.
4241 for ac_exec_ext in '' $ac_executable_extensions; do
4242 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4243 ac_cv_prog_ac_ct_CC="gcc"
4244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4245 break 2
4246 fi
4247 done
4248 done
4249 IFS=$as_save_IFS
4250
4251 fi
4252 fi
4253 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4254 if test -n "$ac_ct_CC"; then
4255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4256 $as_echo "$ac_ct_CC" >&6; }
4257 else
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4259 $as_echo "no" >&6; }
4260 fi
4261
4262 if test "x$ac_ct_CC" = x; then
4263 CC=""
4264 else
4265 case $cross_compiling:$ac_tool_warned in
4266 yes:)
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4268 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4269 ac_tool_warned=yes ;;
4270 esac
4271 CC=$ac_ct_CC
4272 fi
4273 else
4274 CC="$ac_cv_prog_CC"
4275 fi
4276
4277 if test -z "$CC"; then
4278 if test -n "$ac_tool_prefix"; then
4279 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4280 set dummy ${ac_tool_prefix}cc; ac_word=$2
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4282 $as_echo_n "checking for $ac_word... " >&6; }
4283 if test "${ac_cv_prog_CC+set}" = set; then :
4284 $as_echo_n "(cached) " >&6
4285 else
4286 if test -n "$CC"; then
4287 ac_cv_prog_CC="$CC" # Let the user override the test.
4288 else
4289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4290 for as_dir in $PATH
4291 do
4292 IFS=$as_save_IFS
4293 test -z "$as_dir" && as_dir=.
4294 for ac_exec_ext in '' $ac_executable_extensions; do
4295 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4296 ac_cv_prog_CC="${ac_tool_prefix}cc"
4297 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4298 break 2
4299 fi
4300 done
4301 done
4302 IFS=$as_save_IFS
4303
4304 fi
4305 fi
4306 CC=$ac_cv_prog_CC
4307 if test -n "$CC"; then
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4309 $as_echo "$CC" >&6; }
4310 else
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4312 $as_echo "no" >&6; }
4313 fi
4314
4315
4316 fi
4317 fi
4318 if test -z "$CC"; then
4319 # Extract the first word of "cc", so it can be a program name with args.
4320 set dummy cc; ac_word=$2
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4322 $as_echo_n "checking for $ac_word... " >&6; }
4323 if test "${ac_cv_prog_CC+set}" = set; then :
4324 $as_echo_n "(cached) " >&6
4325 else
4326 if test -n "$CC"; then
4327 ac_cv_prog_CC="$CC" # Let the user override the test.
4328 else
4329 ac_prog_rejected=no
4330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4331 for as_dir in $PATH
4332 do
4333 IFS=$as_save_IFS
4334 test -z "$as_dir" && as_dir=.
4335 for ac_exec_ext in '' $ac_executable_extensions; do
4336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4337 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4338 ac_prog_rejected=yes
4339 continue
4340 fi
4341 ac_cv_prog_CC="cc"
4342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4343 break 2
4344 fi
4345 done
4346 done
4347 IFS=$as_save_IFS
4348
4349 if test $ac_prog_rejected = yes; then
4350 # We found a bogon in the path, so make sure we never use it.
4351 set dummy $ac_cv_prog_CC
4352 shift
4353 if test $# != 0; then
4354 # We chose a different compiler from the bogus one.
4355 # However, it has the same basename, so the bogon will be chosen
4356 # first if we set CC to just the basename; use the full file name.
4357 shift
4358 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4359 fi
4360 fi
4361 fi
4362 fi
4363 CC=$ac_cv_prog_CC
4364 if test -n "$CC"; then
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4366 $as_echo "$CC" >&6; }
4367 else
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4369 $as_echo "no" >&6; }
4370 fi
4371
4372
4373 fi
4374 if test -z "$CC"; then
4375 if test -n "$ac_tool_prefix"; then
4376 for ac_prog in cl.exe
4377 do
4378 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4379 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4381 $as_echo_n "checking for $ac_word... " >&6; }
4382 if test "${ac_cv_prog_CC+set}" = set; then :
4383 $as_echo_n "(cached) " >&6
4384 else
4385 if test -n "$CC"; then
4386 ac_cv_prog_CC="$CC" # Let the user override the test.
4387 else
4388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4389 for as_dir in $PATH
4390 do
4391 IFS=$as_save_IFS
4392 test -z "$as_dir" && as_dir=.
4393 for ac_exec_ext in '' $ac_executable_extensions; do
4394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4395 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4397 break 2
4398 fi
4399 done
4400 done
4401 IFS=$as_save_IFS
4402
4403 fi
4404 fi
4405 CC=$ac_cv_prog_CC
4406 if test -n "$CC"; then
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4408 $as_echo "$CC" >&6; }
4409 else
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4411 $as_echo "no" >&6; }
4412 fi
4413
4414
4415 test -n "$CC" && break
4416 done
4417 fi
4418 if test -z "$CC"; then
4419 ac_ct_CC=$CC
4420 for ac_prog in cl.exe
4421 do
4422 # Extract the first word of "$ac_prog", so it can be a program name with args.
4423 set dummy $ac_prog; ac_word=$2
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4425 $as_echo_n "checking for $ac_word... " >&6; }
4426 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4427 $as_echo_n "(cached) " >&6
4428 else
4429 if test -n "$ac_ct_CC"; then
4430 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4431 else
4432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4433 for as_dir in $PATH
4434 do
4435 IFS=$as_save_IFS
4436 test -z "$as_dir" && as_dir=.
4437 for ac_exec_ext in '' $ac_executable_extensions; do
4438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4439 ac_cv_prog_ac_ct_CC="$ac_prog"
4440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4441 break 2
4442 fi
4443 done
4444 done
4445 IFS=$as_save_IFS
4446
4447 fi
4448 fi
4449 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4450 if test -n "$ac_ct_CC"; then
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4452 $as_echo "$ac_ct_CC" >&6; }
4453 else
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4455 $as_echo "no" >&6; }
4456 fi
4457
4458
4459 test -n "$ac_ct_CC" && break
4460 done
4461
4462 if test "x$ac_ct_CC" = x; then
4463 CC=""
4464 else
4465 case $cross_compiling:$ac_tool_warned in
4466 yes:)
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4469 ac_tool_warned=yes ;;
4470 esac
4471 CC=$ac_ct_CC
4472 fi
4473 fi
4474
4475 fi
4476
4477
4478 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4479 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4480 as_fn_error "no acceptable C compiler found in \$PATH
4481 See \`config.log' for more details." "$LINENO" 5; }
4482
4483 # Provide some information about the compiler.
4484 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4485 set X $ac_compile
4486 ac_compiler=$2
4487 for ac_option in --version -v -V -qversion; do
4488 { { ac_try="$ac_compiler $ac_option >&5"
4489 case "(($ac_try" in
4490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4491 *) ac_try_echo=$ac_try;;
4492 esac
4493 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4494 $as_echo "$ac_try_echo"; } >&5
4495 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4496 ac_status=$?
4497 if test -s conftest.err; then
4498 sed '10a\
4499 ... rest of stderr output deleted ...
4500 10q' conftest.err >conftest.er1
4501 cat conftest.er1 >&5
4502 rm -f conftest.er1 conftest.err
4503 fi
4504 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4505 test $ac_status = 0; }
4506 done
4507
4508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4509 /* end confdefs.h. */
4510
4511 int
4512 main ()
4513 {
4514
4515 ;
4516 return 0;
4517 }
4518 _ACEOF
4519 ac_clean_files_save=$ac_clean_files
4520 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4521 # Try to create an executable without -o first, disregard a.out.
4522 # It will help us diagnose broken compilers, and finding out an intuition
4523 # of exeext.
4524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4525 $as_echo_n "checking for C compiler default output file name... " >&6; }
4526 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4527
4528 # The possible output files:
4529 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4530
4531 ac_rmfiles=
4532 for ac_file in $ac_files
4533 do
4534 case $ac_file in
4535 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4536 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4537 esac
4538 done
4539 rm -f $ac_rmfiles
4540
4541 if { { ac_try="$ac_link_default"
4542 case "(($ac_try" in
4543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4544 *) ac_try_echo=$ac_try;;
4545 esac
4546 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4547 $as_echo "$ac_try_echo"; } >&5
4548 (eval "$ac_link_default") 2>&5
4549 ac_status=$?
4550 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4551 test $ac_status = 0; }; then :
4552 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4553 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4554 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4555 # so that the user can short-circuit this test for compilers unknown to
4556 # Autoconf.
4557 for ac_file in $ac_files ''
4558 do
4559 test -f "$ac_file" || continue
4560 case $ac_file in
4561 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4562 ;;
4563 [ab].out )
4564 # We found the default executable, but exeext='' is most
4565 # certainly right.
4566 break;;
4567 *.* )
4568 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4569 then :; else
4570 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4571 fi
4572 # We set ac_cv_exeext here because the later test for it is not
4573 # safe: cross compilers may not add the suffix if given an `-o'
4574 # argument, so we may need to know it at that point already.
4575 # Even if this section looks crufty: it has the advantage of
4576 # actually working.
4577 break;;
4578 * )
4579 break;;
4580 esac
4581 done
4582 test "$ac_cv_exeext" = no && ac_cv_exeext=
4583
4584 else
4585 ac_file=''
4586 fi
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4588 $as_echo "$ac_file" >&6; }
4589 if test -z "$ac_file"; then :
4590 $as_echo "$as_me: failed program was:" >&5
4591 sed 's/^/| /' conftest.$ac_ext >&5
4592
4593 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4594 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4595 { as_fn_set_status 77
4596 as_fn_error "C compiler cannot create executables
4597 See \`config.log' for more details." "$LINENO" 5; }; }
4598 fi
4599 ac_exeext=$ac_cv_exeext
4600
4601 # Check that the compiler produces executables we can run. If not, either
4602 # the compiler is broken, or we cross compile.
4603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4604 $as_echo_n "checking whether the C compiler works... " >&6; }
4605 # If not cross compiling, check that we can run a simple program.
4606 if test "$cross_compiling" != yes; then
4607 if { ac_try='./$ac_file'
4608 { { case "(($ac_try" in
4609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4610 *) ac_try_echo=$ac_try;;
4611 esac
4612 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4613 $as_echo "$ac_try_echo"; } >&5
4614 (eval "$ac_try") 2>&5
4615 ac_status=$?
4616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4617 test $ac_status = 0; }; }; then
4618 cross_compiling=no
4619 else
4620 if test "$cross_compiling" = maybe; then
4621 cross_compiling=yes
4622 else
4623 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4624 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4625 as_fn_error "cannot run C compiled programs.
4626 If you meant to cross compile, use \`--host'.
4627 See \`config.log' for more details." "$LINENO" 5; }
4628 fi
4629 fi
4630 fi
4631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4632 $as_echo "yes" >&6; }
4633
4634 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4635 ac_clean_files=$ac_clean_files_save
4636 # Check that the compiler produces executables we can run. If not, either
4637 # the compiler is broken, or we cross compile.
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4639 $as_echo_n "checking whether we are cross compiling... " >&6; }
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4641 $as_echo "$cross_compiling" >&6; }
4642
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4644 $as_echo_n "checking for suffix of executables... " >&6; }
4645 if { { ac_try="$ac_link"
4646 case "(($ac_try" in
4647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4648 *) ac_try_echo=$ac_try;;
4649 esac
4650 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4651 $as_echo "$ac_try_echo"; } >&5
4652 (eval "$ac_link") 2>&5
4653 ac_status=$?
4654 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4655 test $ac_status = 0; }; then :
4656 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4657 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4658 # work properly (i.e., refer to `conftest.exe'), while it won't with
4659 # `rm'.
4660 for ac_file in conftest.exe conftest conftest.*; do
4661 test -f "$ac_file" || continue
4662 case $ac_file in
4663 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4664 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4665 break;;
4666 * ) break;;
4667 esac
4668 done
4669 else
4670 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4671 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4672 as_fn_error "cannot compute suffix of executables: cannot compile and link
4673 See \`config.log' for more details." "$LINENO" 5; }
4674 fi
4675 rm -f conftest$ac_cv_exeext
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4677 $as_echo "$ac_cv_exeext" >&6; }
4678
4679 rm -f conftest.$ac_ext
4680 EXEEXT=$ac_cv_exeext
4681 ac_exeext=$EXEEXT
4682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4683 $as_echo_n "checking for suffix of object files... " >&6; }
4684 if test "${ac_cv_objext+set}" = set; then :
4685 $as_echo_n "(cached) " >&6
4686 else
4687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4688 /* end confdefs.h. */
4689
4690 int
4691 main ()
4692 {
4693
4694 ;
4695 return 0;
4696 }
4697 _ACEOF
4698 rm -f conftest.o conftest.obj
4699 if { { ac_try="$ac_compile"
4700 case "(($ac_try" in
4701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4702 *) ac_try_echo=$ac_try;;
4703 esac
4704 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4705 $as_echo "$ac_try_echo"; } >&5
4706 (eval "$ac_compile") 2>&5
4707 ac_status=$?
4708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4709 test $ac_status = 0; }; then :
4710 for ac_file in conftest.o conftest.obj conftest.*; do
4711 test -f "$ac_file" || continue;
4712 case $ac_file in
4713 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4714 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4715 break;;
4716 esac
4717 done
4718 else
4719 $as_echo "$as_me: failed program was:" >&5
4720 sed 's/^/| /' conftest.$ac_ext >&5
4721
4722 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4723 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4724 as_fn_error "cannot compute suffix of object files: cannot compile
4725 See \`config.log' for more details." "$LINENO" 5; }
4726 fi
4727 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4728 fi
4729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4730 $as_echo "$ac_cv_objext" >&6; }
4731 OBJEXT=$ac_cv_objext
4732 ac_objext=$OBJEXT
4733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4734 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4735 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4736 $as_echo_n "(cached) " >&6
4737 else
4738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4739 /* end confdefs.h. */
4740
4741 int
4742 main ()
4743 {
4744 #ifndef __GNUC__
4745 choke me
4746 #endif
4747
4748 ;
4749 return 0;
4750 }
4751 _ACEOF
4752 if ac_fn_c_try_compile "$LINENO"; then :
4753 ac_compiler_gnu=yes
4754 else
4755 ac_compiler_gnu=no
4756 fi
4757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4758 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4759
4760 fi
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4762 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4763 if test $ac_compiler_gnu = yes; then
4764 GCC=yes
4765 else
4766 GCC=
4767 fi
4768 ac_test_CFLAGS=${CFLAGS+set}
4769 ac_save_CFLAGS=$CFLAGS
4770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4771 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4772 if test "${ac_cv_prog_cc_g+set}" = set; then :
4773 $as_echo_n "(cached) " >&6
4774 else
4775 ac_save_c_werror_flag=$ac_c_werror_flag
4776 ac_c_werror_flag=yes
4777 ac_cv_prog_cc_g=no
4778 CFLAGS="-g"
4779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4780 /* end confdefs.h. */
4781
4782 int
4783 main ()
4784 {
4785
4786 ;
4787 return 0;
4788 }
4789 _ACEOF
4790 if ac_fn_c_try_compile "$LINENO"; then :
4791 ac_cv_prog_cc_g=yes
4792 else
4793 CFLAGS=""
4794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4795 /* end confdefs.h. */
4796
4797 int
4798 main ()
4799 {
4800
4801 ;
4802 return 0;
4803 }
4804 _ACEOF
4805 if ac_fn_c_try_compile "$LINENO"; then :
4806
4807 else
4808 ac_c_werror_flag=$ac_save_c_werror_flag
4809 CFLAGS="-g"
4810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4811 /* end confdefs.h. */
4812
4813 int
4814 main ()
4815 {
4816
4817 ;
4818 return 0;
4819 }
4820 _ACEOF
4821 if ac_fn_c_try_compile "$LINENO"; then :
4822 ac_cv_prog_cc_g=yes
4823 fi
4824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4825 fi
4826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4827 fi
4828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4829 ac_c_werror_flag=$ac_save_c_werror_flag
4830 fi
4831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4832 $as_echo "$ac_cv_prog_cc_g" >&6; }
4833 if test "$ac_test_CFLAGS" = set; then
4834 CFLAGS=$ac_save_CFLAGS
4835 elif test $ac_cv_prog_cc_g = yes; then
4836 if test "$GCC" = yes; then
4837 CFLAGS="-g -O2"
4838 else
4839 CFLAGS="-g"
4840 fi
4841 else
4842 if test "$GCC" = yes; then
4843 CFLAGS="-O2"
4844 else
4845 CFLAGS=
4846 fi
4847 fi
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4849 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4850 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4851 $as_echo_n "(cached) " >&6
4852 else
4853 ac_cv_prog_cc_c89=no
4854 ac_save_CC=$CC
4855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4856 /* end confdefs.h. */
4857 #include <stdarg.h>
4858 #include <stdio.h>
4859 #include <sys/types.h>
4860 #include <sys/stat.h>
4861 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4862 struct buf { int x; };
4863 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4864 static char *e (p, i)
4865 char **p;
4866 int i;
4867 {
4868 return p[i];
4869 }
4870 static char *f (char * (*g) (char **, int), char **p, ...)
4871 {
4872 char *s;
4873 va_list v;
4874 va_start (v,p);
4875 s = g (p, va_arg (v,int));
4876 va_end (v);
4877 return s;
4878 }
4879
4880 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4881 function prototypes and stuff, but not '\xHH' hex character constants.
4882 These don't provoke an error unfortunately, instead are silently treated
4883 as 'x'. The following induces an error, until -std is added to get
4884 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4885 array size at least. It's necessary to write '\x00'==0 to get something
4886 that's true only with -std. */
4887 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4888
4889 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4890 inside strings and character constants. */
4891 #define FOO(x) 'x'
4892 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4893
4894 int test (int i, double x);
4895 struct s1 {int (*f) (int a);};
4896 struct s2 {int (*f) (double a);};
4897 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4898 int argc;
4899 char **argv;
4900 int
4901 main ()
4902 {
4903 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4904 ;
4905 return 0;
4906 }
4907 _ACEOF
4908 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4909 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4910 do
4911 CC="$ac_save_CC $ac_arg"
4912 if ac_fn_c_try_compile "$LINENO"; then :
4913 ac_cv_prog_cc_c89=$ac_arg
4914 fi
4915 rm -f core conftest.err conftest.$ac_objext
4916 test "x$ac_cv_prog_cc_c89" != "xno" && break
4917 done
4918 rm -f conftest.$ac_ext
4919 CC=$ac_save_CC
4920
4921 fi
4922 # AC_CACHE_VAL
4923 case "x$ac_cv_prog_cc_c89" in
4924 x)
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4926 $as_echo "none needed" >&6; } ;;
4927 xno)
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4929 $as_echo "unsupported" >&6; } ;;
4930 *)
4931 CC="$CC $ac_cv_prog_cc_c89"
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4933 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4934 esac
4935 if test "x$ac_cv_prog_cc_c89" != xno; then :
4936
4937 fi
4938
4939 ac_ext=c
4940 ac_cpp='$CPP $CPPFLAGS'
4941 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4942 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4943 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4944
4945 ac_aux_dir=
4946 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4947 for ac_t in install-sh install.sh shtool; do
4948 if test -f "$ac_dir/$ac_t"; then
4949 ac_aux_dir=$ac_dir
4950 ac_install_sh="$ac_aux_dir/$ac_t -c"
4951 break 2
4952 fi
4953 done
4954 done
4955 if test -z "$ac_aux_dir"; then
4956 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4957 fi
4958
4959 # These three variables are undocumented and unsupported,
4960 # and are intended to be withdrawn in a future Autoconf release.
4961 # They can cause serious problems if a builder's source tree is in a directory
4962 # whose full name contains unusual characters.
4963 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4964 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4965 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4966
4967
4968 # Make sure we can run config.sub.
4969 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4970 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4971
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4973 $as_echo_n "checking build system type... " >&6; }
4974 if test "${ac_cv_build+set}" = set; then :
4975 $as_echo_n "(cached) " >&6
4976 else
4977 ac_build_alias=$build_alias
4978 test "x$ac_build_alias" = x &&
4979 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4980 test "x$ac_build_alias" = x &&
4981 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4982 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4983 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4984
4985 fi
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4987 $as_echo "$ac_cv_build" >&6; }
4988 case $ac_cv_build in
4989 *-*-*) ;;
4990 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4991 esac
4992 build=$ac_cv_build
4993 ac_save_IFS=$IFS; IFS='-'
4994 set x $ac_cv_build
4995 shift
4996 build_cpu=$1
4997 build_vendor=$2
4998 shift; shift
4999 # Remember, the first character of IFS is used to create $*,
5000 # except with old shells:
5001 build_os=$*
5002 IFS=$ac_save_IFS
5003 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5004
5005
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5007 $as_echo_n "checking host system type... " >&6; }
5008 if test "${ac_cv_host+set}" = set; then :
5009 $as_echo_n "(cached) " >&6
5010 else
5011 if test "x$host_alias" = x; then
5012 ac_cv_host=$ac_cv_build
5013 else
5014 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5015 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5016 fi
5017
5018 fi
5019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5020 $as_echo "$ac_cv_host" >&6; }
5021 case $ac_cv_host in
5022 *-*-*) ;;
5023 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
5024 esac
5025 host=$ac_cv_host
5026 ac_save_IFS=$IFS; IFS='-'
5027 set x $ac_cv_host
5028 shift
5029 host_cpu=$1
5030 host_vendor=$2
5031 shift; shift
5032 # Remember, the first character of IFS is used to create $*,
5033 # except with old shells:
5034 host_os=$*
5035 IFS=$ac_save_IFS
5036 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5037
5038
5039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5040 $as_echo_n "checking target system type... " >&6; }
5041 if test "${ac_cv_target+set}" = set; then :
5042 $as_echo_n "(cached) " >&6
5043 else
5044 if test "x$target_alias" = x; then
5045 ac_cv_target=$ac_cv_host
5046 else
5047 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5048 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5049 fi
5050
5051 fi
5052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5053 $as_echo "$ac_cv_target" >&6; }
5054 case $ac_cv_target in
5055 *-*-*) ;;
5056 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5057 esac
5058 target=$ac_cv_target
5059 ac_save_IFS=$IFS; IFS='-'
5060 set x $ac_cv_target
5061 shift
5062 target_cpu=$1
5063 target_vendor=$2
5064 shift; shift
5065 # Remember, the first character of IFS is used to create $*,
5066 # except with old shells:
5067 target_os=$*
5068 IFS=$ac_save_IFS
5069 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5070
5071
5072 # The aliases save the names the user supplied, while $host etc.
5073 # will get canonicalized.
5074 test -n "$target_alias" &&
5075 test "$program_prefix$program_suffix$program_transform_name" = \
5076 NONENONEs,x,x, &&
5077 program_prefix=${target_alias}-
5078
5079 ac_ext=c
5080 ac_cpp='$CPP $CPPFLAGS'
5081 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5082 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5083 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5085 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5086 # On Suns, sometimes $CPP names a directory.
5087 if test -n "$CPP" && test -d "$CPP"; then
5088 CPP=
5089 fi
5090 if test -z "$CPP"; then
5091 if test "${ac_cv_prog_CPP+set}" = set; then :
5092 $as_echo_n "(cached) " >&6
5093 else
5094 # Double quotes because CPP needs to be expanded
5095 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5096 do
5097 ac_preproc_ok=false
5098 for ac_c_preproc_warn_flag in '' yes
5099 do
5100 # Use a header file that comes with gcc, so configuring glibc
5101 # with a fresh cross-compiler works.
5102 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5103 # <limits.h> exists even on freestanding compilers.
5104 # On the NeXT, cc -E runs the code through the compiler's parser,
5105 # not just through cpp. "Syntax error" is here to catch this case.
5106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5107 /* end confdefs.h. */
5108 #ifdef __STDC__
5109 # include <limits.h>
5110 #else
5111 # include <assert.h>
5112 #endif
5113 Syntax error
5114 _ACEOF
5115 if ac_fn_c_try_cpp "$LINENO"; then :
5116
5117 else
5118 # Broken: fails on valid input.
5119 continue
5120 fi
5121 rm -f conftest.err conftest.$ac_ext
5122
5123 # OK, works on sane cases. Now check whether nonexistent headers
5124 # can be detected and how.
5125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5126 /* end confdefs.h. */
5127 #include <ac_nonexistent.h>
5128 _ACEOF
5129 if ac_fn_c_try_cpp "$LINENO"; then :
5130 # Broken: success on invalid input.
5131 continue
5132 else
5133 # Passes both tests.
5134 ac_preproc_ok=:
5135 break
5136 fi
5137 rm -f conftest.err conftest.$ac_ext
5138
5139 done
5140 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5141 rm -f conftest.err conftest.$ac_ext
5142 if $ac_preproc_ok; then :
5143 break
5144 fi
5145
5146 done
5147 ac_cv_prog_CPP=$CPP
5148
5149 fi
5150 CPP=$ac_cv_prog_CPP
5151 else
5152 ac_cv_prog_CPP=$CPP
5153 fi
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5155 $as_echo "$CPP" >&6; }
5156 ac_preproc_ok=false
5157 for ac_c_preproc_warn_flag in '' yes
5158 do
5159 # Use a header file that comes with gcc, so configuring glibc
5160 # with a fresh cross-compiler works.
5161 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5162 # <limits.h> exists even on freestanding compilers.
5163 # On the NeXT, cc -E runs the code through the compiler's parser,
5164 # not just through cpp. "Syntax error" is here to catch this case.
5165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5166 /* end confdefs.h. */
5167 #ifdef __STDC__
5168 # include <limits.h>
5169 #else
5170 # include <assert.h>
5171 #endif
5172 Syntax error
5173 _ACEOF
5174 if ac_fn_c_try_cpp "$LINENO"; then :
5175
5176 else
5177 # Broken: fails on valid input.
5178 continue
5179 fi
5180 rm -f conftest.err conftest.$ac_ext
5181
5182 # OK, works on sane cases. Now check whether nonexistent headers
5183 # can be detected and how.
5184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5185 /* end confdefs.h. */
5186 #include <ac_nonexistent.h>
5187 _ACEOF
5188 if ac_fn_c_try_cpp "$LINENO"; then :
5189 # Broken: success on invalid input.
5190 continue
5191 else
5192 # Passes both tests.
5193 ac_preproc_ok=:
5194 break
5195 fi
5196 rm -f conftest.err conftest.$ac_ext
5197
5198 done
5199 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5200 rm -f conftest.err conftest.$ac_ext
5201 if $ac_preproc_ok; then :
5202
5203 else
5204 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5205 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5206 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5207 See \`config.log' for more details." "$LINENO" 5; }
5208 fi
5209
5210 ac_ext=c
5211 ac_cpp='$CPP $CPPFLAGS'
5212 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5213 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5214 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5215
5216
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5218 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5219 if test "${ac_cv_path_GREP+set}" = set; then :
5220 $as_echo_n "(cached) " >&6
5221 else
5222 if test -z "$GREP"; then
5223 ac_path_GREP_found=false
5224 # Loop through the user's path and test for each of PROGNAME-LIST
5225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5226 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5227 do
5228 IFS=$as_save_IFS
5229 test -z "$as_dir" && as_dir=.
5230 for ac_prog in grep ggrep; do
5231 for ac_exec_ext in '' $ac_executable_extensions; do
5232 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5233 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5234 # Check for GNU ac_path_GREP and select it if it is found.
5235 # Check for GNU $ac_path_GREP
5236 case `"$ac_path_GREP" --version 2>&1` in
5237 *GNU*)
5238 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5239 *)
5240 ac_count=0
5241 $as_echo_n 0123456789 >"conftest.in"
5242 while :
5243 do
5244 cat "conftest.in" "conftest.in" >"conftest.tmp"
5245 mv "conftest.tmp" "conftest.in"
5246 cp "conftest.in" "conftest.nl"
5247 $as_echo 'GREP' >> "conftest.nl"
5248 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5249 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5250 as_fn_arith $ac_count + 1 && ac_count=$as_val
5251 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5252 # Best one so far, save it but keep looking for a better one
5253 ac_cv_path_GREP="$ac_path_GREP"
5254 ac_path_GREP_max=$ac_count
5255 fi
5256 # 10*(2^10) chars as input seems more than enough
5257 test $ac_count -gt 10 && break
5258 done
5259 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5260 esac
5261
5262 $ac_path_GREP_found && break 3
5263 done
5264 done
5265 done
5266 IFS=$as_save_IFS
5267 if test -z "$ac_cv_path_GREP"; then
5268 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5269 fi
5270 else
5271 ac_cv_path_GREP=$GREP
5272 fi
5273
5274 fi
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5276 $as_echo "$ac_cv_path_GREP" >&6; }
5277 GREP="$ac_cv_path_GREP"
5278
5279
5280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5281 $as_echo_n "checking for egrep... " >&6; }
5282 if test "${ac_cv_path_EGREP+set}" = set; then :
5283 $as_echo_n "(cached) " >&6
5284 else
5285 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5286 then ac_cv_path_EGREP="$GREP -E"
5287 else
5288 if test -z "$EGREP"; then
5289 ac_path_EGREP_found=false
5290 # Loop through the user's path and test for each of PROGNAME-LIST
5291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5292 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5293 do
5294 IFS=$as_save_IFS
5295 test -z "$as_dir" && as_dir=.
5296 for ac_prog in egrep; do
5297 for ac_exec_ext in '' $ac_executable_extensions; do
5298 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5299 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5300 # Check for GNU ac_path_EGREP and select it if it is found.
5301 # Check for GNU $ac_path_EGREP
5302 case `"$ac_path_EGREP" --version 2>&1` in
5303 *GNU*)
5304 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5305 *)
5306 ac_count=0
5307 $as_echo_n 0123456789 >"conftest.in"
5308 while :
5309 do
5310 cat "conftest.in" "conftest.in" >"conftest.tmp"
5311 mv "conftest.tmp" "conftest.in"
5312 cp "conftest.in" "conftest.nl"
5313 $as_echo 'EGREP' >> "conftest.nl"
5314 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5315 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5316 as_fn_arith $ac_count + 1 && ac_count=$as_val
5317 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5318 # Best one so far, save it but keep looking for a better one
5319 ac_cv_path_EGREP="$ac_path_EGREP"
5320 ac_path_EGREP_max=$ac_count
5321 fi
5322 # 10*(2^10) chars as input seems more than enough
5323 test $ac_count -gt 10 && break
5324 done
5325 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5326 esac
5327
5328 $ac_path_EGREP_found && break 3
5329 done
5330 done
5331 done
5332 IFS=$as_save_IFS
5333 if test -z "$ac_cv_path_EGREP"; then
5334 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5335 fi
5336 else
5337 ac_cv_path_EGREP=$EGREP
5338 fi
5339
5340 fi
5341 fi
5342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5343 $as_echo "$ac_cv_path_EGREP" >&6; }
5344 EGREP="$ac_cv_path_EGREP"
5345
5346
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5348 $as_echo_n "checking for ANSI C header files... " >&6; }
5349 if test "${ac_cv_header_stdc+set}" = set; then :
5350 $as_echo_n "(cached) " >&6
5351 else
5352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5353 /* end confdefs.h. */
5354 #include <stdlib.h>
5355 #include <stdarg.h>
5356 #include <string.h>
5357 #include <float.h>
5358
5359 int
5360 main ()
5361 {
5362
5363 ;
5364 return 0;
5365 }
5366 _ACEOF
5367 if ac_fn_c_try_compile "$LINENO"; then :
5368 ac_cv_header_stdc=yes
5369 else
5370 ac_cv_header_stdc=no
5371 fi
5372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5373
5374 if test $ac_cv_header_stdc = yes; then
5375 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5377 /* end confdefs.h. */
5378 #include <string.h>
5379
5380 _ACEOF
5381 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5382 $EGREP "memchr" >/dev/null 2>&1; then :
5383
5384 else
5385 ac_cv_header_stdc=no
5386 fi
5387 rm -f conftest*
5388
5389 fi
5390
5391 if test $ac_cv_header_stdc = yes; then
5392 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5394 /* end confdefs.h. */
5395 #include <stdlib.h>
5396
5397 _ACEOF
5398 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5399 $EGREP "free" >/dev/null 2>&1; then :
5400
5401 else
5402 ac_cv_header_stdc=no
5403 fi
5404 rm -f conftest*
5405
5406 fi
5407
5408 if test $ac_cv_header_stdc = yes; then
5409 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5410 if test "$cross_compiling" = yes; then :
5411 :
5412 else
5413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5414 /* end confdefs.h. */
5415 #include <ctype.h>
5416 #include <stdlib.h>
5417 #if ((' ' & 0x0FF) == 0x020)
5418 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5419 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5420 #else
5421 # define ISLOWER(c) \
5422 (('a' <= (c) && (c) <= 'i') \
5423 || ('j' <= (c) && (c) <= 'r') \
5424 || ('s' <= (c) && (c) <= 'z'))
5425 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5426 #endif
5427
5428 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5429 int
5430 main ()
5431 {
5432 int i;
5433 for (i = 0; i < 256; i++)
5434 if (XOR (islower (i), ISLOWER (i))
5435 || toupper (i) != TOUPPER (i))
5436 return 2;
5437 return 0;
5438 }
5439 _ACEOF
5440 if ac_fn_c_try_run "$LINENO"; then :
5441
5442 else
5443 ac_cv_header_stdc=no
5444 fi
5445 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5446 conftest.$ac_objext conftest.beam conftest.$ac_ext
5447 fi
5448
5449 fi
5450 fi
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5452 $as_echo "$ac_cv_header_stdc" >&6; }
5453 if test $ac_cv_header_stdc = yes; then
5454
5455 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5456
5457 fi
5458
5459 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5460 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5461 inttypes.h stdint.h unistd.h
5462 do :
5463 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5464 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5465 "
5466 eval as_val=\$$as_ac_Header
5467 if test "x$as_val" = x""yes; then :
5468 cat >>confdefs.h <<_ACEOF
5469 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5470 _ACEOF
5471
5472 fi
5473
5474 done
5475
5476
5477
5478 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5479 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5480 MINIX=yes
5481 else
5482 MINIX=
5483 fi
5484
5485
5486 if test "$MINIX" = yes; then
5487
5488 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5489
5490
5491 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5492
5493
5494 $as_echo "#define _MINIX 1" >>confdefs.h
5495
5496 fi
5497
5498
5499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5500 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5501 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5502 $as_echo_n "(cached) " >&6
5503 else
5504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5505 /* end confdefs.h. */
5506
5507 # define __EXTENSIONS__ 1
5508 $ac_includes_default
5509 int
5510 main ()
5511 {
5512
5513 ;
5514 return 0;
5515 }
5516 _ACEOF
5517 if ac_fn_c_try_compile "$LINENO"; then :
5518 ac_cv_safe_to_define___extensions__=yes
5519 else
5520 ac_cv_safe_to_define___extensions__=no
5521 fi
5522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5523 fi
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5525 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5526 test $ac_cv_safe_to_define___extensions__ = yes &&
5527 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5528
5529 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5530
5531 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5532
5533 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5534
5535 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5536
5537
5538 test "$program_prefix" != NONE &&
5539 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5540 # Use a double $ so make ignores it.
5541 test "$program_suffix" != NONE &&
5542 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5543 # Double any \ or $.
5544 # By default was `s,x,x', remove it if useless.
5545 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5546 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5547
5548 # Find a good install program. We prefer a C program (faster),
5549 # so one script is as good as another. But avoid the broken or
5550 # incompatible versions:
5551 # SysV /etc/install, /usr/sbin/install
5552 # SunOS /usr/etc/install
5553 # IRIX /sbin/install
5554 # AIX /bin/install
5555 # AmigaOS /C/install, which installs bootblocks on floppy discs
5556 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5557 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5558 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5559 # OS/2's system install, which has a completely different semantic
5560 # ./install, which can be erroneously created by make from ./install.sh.
5561 # Reject install programs that cannot install multiple files.
5562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5563 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5564 if test -z "$INSTALL"; then
5565 if test "${ac_cv_path_install+set}" = set; then :
5566 $as_echo_n "(cached) " >&6
5567 else
5568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5569 for as_dir in $PATH
5570 do
5571 IFS=$as_save_IFS
5572 test -z "$as_dir" && as_dir=.
5573 # Account for people who put trailing slashes in PATH elements.
5574 case $as_dir/ in #((
5575 ./ | .// | /[cC]/* | \
5576 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5577 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5578 /usr/ucb/* ) ;;
5579 *)
5580 # OSF1 and SCO ODT 3.0 have their own names for install.
5581 # Don't use installbsd from OSF since it installs stuff as root
5582 # by default.
5583 for ac_prog in ginstall scoinst install; do
5584 for ac_exec_ext in '' $ac_executable_extensions; do
5585 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5586 if test $ac_prog = install &&
5587 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5588 # AIX install. It has an incompatible calling convention.
5589 :
5590 elif test $ac_prog = install &&
5591 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5592 # program-specific install script used by HP pwplus--don't use.
5593 :
5594 else
5595 rm -rf conftest.one conftest.two conftest.dir
5596 echo one > conftest.one
5597 echo two > conftest.two
5598 mkdir conftest.dir
5599 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5600 test -s conftest.one && test -s conftest.two &&
5601 test -s conftest.dir/conftest.one &&
5602 test -s conftest.dir/conftest.two
5603 then
5604 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5605 break 3
5606 fi
5607 fi
5608 fi
5609 done
5610 done
5611 ;;
5612 esac
5613
5614 done
5615 IFS=$as_save_IFS
5616
5617 rm -rf conftest.one conftest.two conftest.dir
5618
5619 fi
5620 if test "${ac_cv_path_install+set}" = set; then
5621 INSTALL=$ac_cv_path_install
5622 else
5623 # As a last resort, use the slow shell script. Don't cache a
5624 # value for INSTALL within a source directory, because that will
5625 # break other packages using the cache if that directory is
5626 # removed, or if the value is a relative name.
5627 INSTALL=$ac_install_sh
5628 fi
5629 fi
5630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5631 $as_echo "$INSTALL" >&6; }
5632
5633 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5634 # It thinks the first close brace ends the variable substitution.
5635 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5636
5637 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5638
5639 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5640
5641 rm -rf .tst 2>/dev/null
5642 mkdir .tst 2>/dev/null
5643 if test -d .tst; then
5644 am__leading_dot=.
5645 else
5646 am__leading_dot=_
5647 fi
5648 rmdir .tst 2>/dev/null
5649
5650 DEPDIR="${am__leading_dot}deps"
5651
5652 case `pwd` in
5653 *\ * | *\ *)
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5655 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5656 esac
5657
5658
5659
5660 macro_version='2.2.7a'
5661 macro_revision='1.3134'
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675 ltmain="$ac_aux_dir/ltmain.sh"
5676
5677 # Backslashify metacharacters that are still active within
5678 # double-quoted strings.
5679 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5680
5681 # Same as above, but do not quote variable references.
5682 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5683
5684 # Sed substitution to delay expansion of an escaped shell variable in a
5685 # double_quote_subst'ed string.
5686 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5687
5688 # Sed substitution to delay expansion of an escaped single quote.
5689 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5690
5691 # Sed substitution to avoid accidental globbing in evaled expressions
5692 no_glob_subst='s/\*/\\\*/g'
5693
5694 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5695 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5696 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5697
5698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5699 $as_echo_n "checking how to print strings... " >&6; }
5700 # Test print first, because it will be a builtin if present.
5701 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5702 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5703 ECHO='print -r --'
5704 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5705 ECHO='printf %s\n'
5706 else
5707 # Use this function as a fallback that always works.
5708 func_fallback_echo ()
5709 {
5710 eval 'cat <<_LTECHO_EOF
5711 $1
5712 _LTECHO_EOF'
5713 }
5714 ECHO='func_fallback_echo'
5715 fi
5716
5717 # func_echo_all arg...
5718 # Invoke $ECHO with all args, space-separated.
5719 func_echo_all ()
5720 {
5721 $ECHO ""
5722 }
5723
5724 case "$ECHO" in
5725 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5726 $as_echo "printf" >&6; } ;;
5727 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5728 $as_echo "print -r" >&6; } ;;
5729 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5730 $as_echo "cat" >&6; } ;;
5731 esac
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5747 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5748 if test "${ac_cv_path_SED+set}" = set; then :
5749 $as_echo_n "(cached) " >&6
5750 else
5751 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5752 for ac_i in 1 2 3 4 5 6 7; do
5753 ac_script="$ac_script$as_nl$ac_script"
5754 done
5755 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5756 { ac_script=; unset ac_script;}
5757 if test -z "$SED"; then
5758 ac_path_SED_found=false
5759 # Loop through the user's path and test for each of PROGNAME-LIST
5760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5761 for as_dir in $PATH
5762 do
5763 IFS=$as_save_IFS
5764 test -z "$as_dir" && as_dir=.
5765 for ac_prog in sed gsed; do
5766 for ac_exec_ext in '' $ac_executable_extensions; do
5767 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5768 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5769 # Check for GNU ac_path_SED and select it if it is found.
5770 # Check for GNU $ac_path_SED
5771 case `"$ac_path_SED" --version 2>&1` in
5772 *GNU*)
5773 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5774 *)
5775 ac_count=0
5776 $as_echo_n 0123456789 >"conftest.in"
5777 while :
5778 do
5779 cat "conftest.in" "conftest.in" >"conftest.tmp"
5780 mv "conftest.tmp" "conftest.in"
5781 cp "conftest.in" "conftest.nl"
5782 $as_echo '' >> "conftest.nl"
5783 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5784 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5785 as_fn_arith $ac_count + 1 && ac_count=$as_val
5786 if test $ac_count -gt ${ac_path_SED_max-0}; then
5787 # Best one so far, save it but keep looking for a better one
5788 ac_cv_path_SED="$ac_path_SED"
5789 ac_path_SED_max=$ac_count
5790 fi
5791 # 10*(2^10) chars as input seems more than enough
5792 test $ac_count -gt 10 && break
5793 done
5794 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5795 esac
5796
5797 $ac_path_SED_found && break 3
5798 done
5799 done
5800 done
5801 IFS=$as_save_IFS
5802 if test -z "$ac_cv_path_SED"; then
5803 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5804 fi
5805 else
5806 ac_cv_path_SED=$SED
5807 fi
5808
5809 fi
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5811 $as_echo "$ac_cv_path_SED" >&6; }
5812 SED="$ac_cv_path_SED"
5813 rm -f conftest.sed
5814
5815 test -z "$SED" && SED=sed
5816 Xsed="$SED -e 1s/^X//"
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5829 $as_echo_n "checking for fgrep... " >&6; }
5830 if test "${ac_cv_path_FGREP+set}" = set; then :
5831 $as_echo_n "(cached) " >&6
5832 else
5833 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5834 then ac_cv_path_FGREP="$GREP -F"
5835 else
5836 if test -z "$FGREP"; then
5837 ac_path_FGREP_found=false
5838 # Loop through the user's path and test for each of PROGNAME-LIST
5839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5840 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5841 do
5842 IFS=$as_save_IFS
5843 test -z "$as_dir" && as_dir=.
5844 for ac_prog in fgrep; do
5845 for ac_exec_ext in '' $ac_executable_extensions; do
5846 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5847 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5848 # Check for GNU ac_path_FGREP and select it if it is found.
5849 # Check for GNU $ac_path_FGREP
5850 case `"$ac_path_FGREP" --version 2>&1` in
5851 *GNU*)
5852 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5853 *)
5854 ac_count=0
5855 $as_echo_n 0123456789 >"conftest.in"
5856 while :
5857 do
5858 cat "conftest.in" "conftest.in" >"conftest.tmp"
5859 mv "conftest.tmp" "conftest.in"
5860 cp "conftest.in" "conftest.nl"
5861 $as_echo 'FGREP' >> "conftest.nl"
5862 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5863 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5864 as_fn_arith $ac_count + 1 && ac_count=$as_val
5865 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5866 # Best one so far, save it but keep looking for a better one
5867 ac_cv_path_FGREP="$ac_path_FGREP"
5868 ac_path_FGREP_max=$ac_count
5869 fi
5870 # 10*(2^10) chars as input seems more than enough
5871 test $ac_count -gt 10 && break
5872 done
5873 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5874 esac
5875
5876 $ac_path_FGREP_found && break 3
5877 done
5878 done
5879 done
5880 IFS=$as_save_IFS
5881 if test -z "$ac_cv_path_FGREP"; then
5882 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5883 fi
5884 else
5885 ac_cv_path_FGREP=$FGREP
5886 fi
5887
5888 fi
5889 fi
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5891 $as_echo "$ac_cv_path_FGREP" >&6; }
5892 FGREP="$ac_cv_path_FGREP"
5893
5894
5895 test -z "$GREP" && GREP=grep
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915 # Check whether --with-gnu-ld was given.
5916 if test "${with_gnu_ld+set}" = set; then :
5917 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5918 else
5919 with_gnu_ld=no
5920 fi
5921
5922 ac_prog=ld
5923 if test "$GCC" = yes; then
5924 # Check if gcc -print-prog-name=ld gives a path.
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5926 $as_echo_n "checking for ld used by $CC... " >&6; }
5927 case $host in
5928 *-*-mingw*)
5929 # gcc leaves a trailing carriage return which upsets mingw
5930 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5931 *)
5932 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5933 esac
5934 case $ac_prog in
5935 # Accept absolute paths.
5936 [\\/]* | ?:[\\/]*)
5937 re_direlt='/[^/][^/]*/\.\./'
5938 # Canonicalize the pathname of ld
5939 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5940 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5941 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5942 done
5943 test -z "$LD" && LD="$ac_prog"
5944 ;;
5945 "")
5946 # If it fails, then pretend we aren't using GCC.
5947 ac_prog=ld
5948 ;;
5949 *)
5950 # If it is relative, then search for the first ld in PATH.
5951 with_gnu_ld=unknown
5952 ;;
5953 esac
5954 elif test "$with_gnu_ld" = yes; then
5955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5956 $as_echo_n "checking for GNU ld... " >&6; }
5957 else
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5959 $as_echo_n "checking for non-GNU ld... " >&6; }
5960 fi
5961 if test "${lt_cv_path_LD+set}" = set; then :
5962 $as_echo_n "(cached) " >&6
5963 else
5964 if test -z "$LD"; then
5965 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5966 for ac_dir in $PATH; do
5967 IFS="$lt_save_ifs"
5968 test -z "$ac_dir" && ac_dir=.
5969 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5970 lt_cv_path_LD="$ac_dir/$ac_prog"
5971 # Check to see if the program is GNU ld. I'd rather use --version,
5972 # but apparently some variants of GNU ld only accept -v.
5973 # Break only if it was the GNU/non-GNU ld that we prefer.
5974 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5975 *GNU* | *'with BFD'*)
5976 test "$with_gnu_ld" != no && break
5977 ;;
5978 *)
5979 test "$with_gnu_ld" != yes && break
5980 ;;
5981 esac
5982 fi
5983 done
5984 IFS="$lt_save_ifs"
5985 else
5986 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5987 fi
5988 fi
5989
5990 LD="$lt_cv_path_LD"
5991 if test -n "$LD"; then
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5993 $as_echo "$LD" >&6; }
5994 else
5995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5996 $as_echo "no" >&6; }
5997 fi
5998 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6000 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6001 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
6002 $as_echo_n "(cached) " >&6
6003 else
6004 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6005 case `$LD -v 2>&1 </dev/null` in
6006 *GNU* | *'with BFD'*)
6007 lt_cv_prog_gnu_ld=yes
6008 ;;
6009 *)
6010 lt_cv_prog_gnu_ld=no
6011 ;;
6012 esac
6013 fi
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6015 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6016 with_gnu_ld=$lt_cv_prog_gnu_ld
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6027 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6028 if test "${lt_cv_path_NM+set}" = set; then :
6029 $as_echo_n "(cached) " >&6
6030 else
6031 if test -n "$NM"; then
6032 # Let the user override the test.
6033 lt_cv_path_NM="$NM"
6034 else
6035 lt_nm_to_check="${ac_tool_prefix}nm"
6036 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6037 lt_nm_to_check="$lt_nm_to_check nm"
6038 fi
6039 for lt_tmp_nm in $lt_nm_to_check; do
6040 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6041 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6042 IFS="$lt_save_ifs"
6043 test -z "$ac_dir" && ac_dir=.
6044 tmp_nm="$ac_dir/$lt_tmp_nm"
6045 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6046 # Check to see if the nm accepts a BSD-compat flag.
6047 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6048 # nm: unknown option "B" ignored
6049 # Tru64's nm complains that /dev/null is an invalid object file
6050 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6051 */dev/null* | *'Invalid file or object type'*)
6052 lt_cv_path_NM="$tmp_nm -B"
6053 break
6054 ;;
6055 *)
6056 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6057 */dev/null*)
6058 lt_cv_path_NM="$tmp_nm -p"
6059 break
6060 ;;
6061 *)
6062 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6063 continue # so that we can try to find one that supports BSD flags
6064 ;;
6065 esac
6066 ;;
6067 esac
6068 fi
6069 done
6070 IFS="$lt_save_ifs"
6071 done
6072 : ${lt_cv_path_NM=no}
6073 fi
6074 fi
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6076 $as_echo "$lt_cv_path_NM" >&6; }
6077 if test "$lt_cv_path_NM" != "no"; then
6078 NM="$lt_cv_path_NM"
6079 else
6080 # Didn't find any BSD compatible name lister, look for dumpbin.
6081 if test -n "$DUMPBIN"; then :
6082 # Let the user override the test.
6083 else
6084 if test -n "$ac_tool_prefix"; then
6085 for ac_prog in dumpbin "link -dump"
6086 do
6087 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6088 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6090 $as_echo_n "checking for $ac_word... " >&6; }
6091 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6092 $as_echo_n "(cached) " >&6
6093 else
6094 if test -n "$DUMPBIN"; then
6095 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6096 else
6097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6098 for as_dir in $PATH
6099 do
6100 IFS=$as_save_IFS
6101 test -z "$as_dir" && as_dir=.
6102 for ac_exec_ext in '' $ac_executable_extensions; do
6103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6104 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6106 break 2
6107 fi
6108 done
6109 done
6110 IFS=$as_save_IFS
6111
6112 fi
6113 fi
6114 DUMPBIN=$ac_cv_prog_DUMPBIN
6115 if test -n "$DUMPBIN"; then
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6117 $as_echo "$DUMPBIN" >&6; }
6118 else
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6120 $as_echo "no" >&6; }
6121 fi
6122
6123
6124 test -n "$DUMPBIN" && break
6125 done
6126 fi
6127 if test -z "$DUMPBIN"; then
6128 ac_ct_DUMPBIN=$DUMPBIN
6129 for ac_prog in dumpbin "link -dump"
6130 do
6131 # Extract the first word of "$ac_prog", so it can be a program name with args.
6132 set dummy $ac_prog; ac_word=$2
6133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6134 $as_echo_n "checking for $ac_word... " >&6; }
6135 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6136 $as_echo_n "(cached) " >&6
6137 else
6138 if test -n "$ac_ct_DUMPBIN"; then
6139 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6140 else
6141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6142 for as_dir in $PATH
6143 do
6144 IFS=$as_save_IFS
6145 test -z "$as_dir" && as_dir=.
6146 for ac_exec_ext in '' $ac_executable_extensions; do
6147 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6148 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6149 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6150 break 2
6151 fi
6152 done
6153 done
6154 IFS=$as_save_IFS
6155
6156 fi
6157 fi
6158 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6159 if test -n "$ac_ct_DUMPBIN"; then
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6161 $as_echo "$ac_ct_DUMPBIN" >&6; }
6162 else
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6164 $as_echo "no" >&6; }
6165 fi
6166
6167
6168 test -n "$ac_ct_DUMPBIN" && break
6169 done
6170
6171 if test "x$ac_ct_DUMPBIN" = x; then
6172 DUMPBIN=":"
6173 else
6174 case $cross_compiling:$ac_tool_warned in
6175 yes:)
6176 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6177 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6178 ac_tool_warned=yes ;;
6179 esac
6180 DUMPBIN=$ac_ct_DUMPBIN
6181 fi
6182 fi
6183
6184 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6185 *COFF*)
6186 DUMPBIN="$DUMPBIN -symbols"
6187 ;;
6188 *)
6189 DUMPBIN=:
6190 ;;
6191 esac
6192 fi
6193
6194 if test "$DUMPBIN" != ":"; then
6195 NM="$DUMPBIN"
6196 fi
6197 fi
6198 test -z "$NM" && NM=nm
6199
6200
6201
6202
6203
6204
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6206 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6207 if test "${lt_cv_nm_interface+set}" = set; then :
6208 $as_echo_n "(cached) " >&6
6209 else
6210 lt_cv_nm_interface="BSD nm"
6211 echo "int some_variable = 0;" > conftest.$ac_ext
6212 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6213 (eval "$ac_compile" 2>conftest.err)
6214 cat conftest.err >&5
6215 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6216 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6217 cat conftest.err >&5
6218 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6219 cat conftest.out >&5
6220 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6221 lt_cv_nm_interface="MS dumpbin"
6222 fi
6223 rm -f conftest*
6224 fi
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6226 $as_echo "$lt_cv_nm_interface" >&6; }
6227
6228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6229 $as_echo_n "checking whether ln -s works... " >&6; }
6230 LN_S=$as_ln_s
6231 if test "$LN_S" = "ln -s"; then
6232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6233 $as_echo "yes" >&6; }
6234 else
6235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6236 $as_echo "no, using $LN_S" >&6; }
6237 fi
6238
6239 # find the maximum length of command line arguments
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6241 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6242 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6243 $as_echo_n "(cached) " >&6
6244 else
6245 i=0
6246 teststring="ABCD"
6247
6248 case $build_os in
6249 msdosdjgpp*)
6250 # On DJGPP, this test can blow up pretty badly due to problems in libc
6251 # (any single argument exceeding 2000 bytes causes a buffer overrun
6252 # during glob expansion). Even if it were fixed, the result of this
6253 # check would be larger than it should be.
6254 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6255 ;;
6256
6257 gnu*)
6258 # Under GNU Hurd, this test is not required because there is
6259 # no limit to the length of command line arguments.
6260 # Libtool will interpret -1 as no limit whatsoever
6261 lt_cv_sys_max_cmd_len=-1;
6262 ;;
6263
6264 cygwin* | mingw* | cegcc*)
6265 # On Win9x/ME, this test blows up -- it succeeds, but takes
6266 # about 5 minutes as the teststring grows exponentially.
6267 # Worse, since 9x/ME are not pre-emptively multitasking,
6268 # you end up with a "frozen" computer, even though with patience
6269 # the test eventually succeeds (with a max line length of 256k).
6270 # Instead, let's just punt: use the minimum linelength reported by
6271 # all of the supported platforms: 8192 (on NT/2K/XP).
6272 lt_cv_sys_max_cmd_len=8192;
6273 ;;
6274
6275 mint*)
6276 # On MiNT this can take a long time and run out of memory.
6277 lt_cv_sys_max_cmd_len=8192;
6278 ;;
6279
6280 amigaos*)
6281 # On AmigaOS with pdksh, this test takes hours, literally.
6282 # So we just punt and use a minimum line length of 8192.
6283 lt_cv_sys_max_cmd_len=8192;
6284 ;;
6285
6286 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6287 # This has been around since 386BSD, at least. Likely further.
6288 if test -x /sbin/sysctl; then
6289 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6290 elif test -x /usr/sbin/sysctl; then
6291 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6292 else
6293 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6294 fi
6295 # And add a safety zone
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 ;;
6299
6300 interix*)
6301 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6302 lt_cv_sys_max_cmd_len=196608
6303 ;;
6304
6305 osf*)
6306 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6307 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6308 # nice to cause kernel panics so lets avoid the loop below.
6309 # First set a reasonable default.
6310 lt_cv_sys_max_cmd_len=16384
6311 #
6312 if test -x /sbin/sysconfig; then
6313 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6314 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6315 esac
6316 fi
6317 ;;
6318 sco3.2v5*)
6319 lt_cv_sys_max_cmd_len=102400
6320 ;;
6321 sysv5* | sco5v6* | sysv4.2uw2*)
6322 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6323 if test -n "$kargmax"; then
6324 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6325 else
6326 lt_cv_sys_max_cmd_len=32768
6327 fi
6328 ;;
6329 *)
6330 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6331 if test -n "$lt_cv_sys_max_cmd_len"; then
6332 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6333 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6334 else
6335 # Make teststring a little bigger before we do anything with it.
6336 # a 1K string should be a reasonable start.
6337 for i in 1 2 3 4 5 6 7 8 ; do
6338 teststring=$teststring$teststring
6339 done
6340 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6341 # If test is not a shell built-in, we'll probably end up computing a
6342 # maximum length that is only half of the actual maximum length, but
6343 # we can't tell.
6344 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6345 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6346 test $i != 17 # 1/2 MB should be enough
6347 do
6348 i=`expr $i + 1`
6349 teststring=$teststring$teststring
6350 done
6351 # Only check the string length outside the loop.
6352 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6353 teststring=
6354 # Add a significant safety factor because C++ compilers can tack on
6355 # massive amounts of additional arguments before passing them to the
6356 # linker. It appears as though 1/2 is a usable value.
6357 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6358 fi
6359 ;;
6360 esac
6361
6362 fi
6363
6364 if test -n $lt_cv_sys_max_cmd_len ; then
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6366 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6367 else
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6369 $as_echo "none" >&6; }
6370 fi
6371 max_cmd_len=$lt_cv_sys_max_cmd_len
6372
6373
6374
6375
6376
6377
6378 : ${CP="cp -f"}
6379 : ${MV="mv -f"}
6380 : ${RM="rm -f"}
6381
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6383 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6384 # Try some XSI features
6385 xsi_shell=no
6386 ( _lt_dummy="a/b/c"
6387 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6388 = c,a/b,, \
6389 && eval 'test $(( 1 + 1 )) -eq 2 \
6390 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6391 && xsi_shell=yes
6392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6393 $as_echo "$xsi_shell" >&6; }
6394
6395
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6397 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6398 lt_shell_append=no
6399 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6400 >/dev/null 2>&1 \
6401 && lt_shell_append=yes
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6403 $as_echo "$lt_shell_append" >&6; }
6404
6405
6406 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6407 lt_unset=unset
6408 else
6409 lt_unset=false
6410 fi
6411
6412
6413
6414
6415
6416 # test EBCDIC or ASCII
6417 case `echo X|tr X '\101'` in
6418 A) # ASCII based system
6419 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6420 lt_SP2NL='tr \040 \012'
6421 lt_NL2SP='tr \015\012 \040\040'
6422 ;;
6423 *) # EBCDIC based system
6424 lt_SP2NL='tr \100 \n'
6425 lt_NL2SP='tr \r\n \100\100'
6426 ;;
6427 esac
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6438 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6439 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6440 $as_echo_n "(cached) " >&6
6441 else
6442 lt_cv_ld_reload_flag='-r'
6443 fi
6444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6445 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6446 reload_flag=$lt_cv_ld_reload_flag
6447 case $reload_flag in
6448 "" | " "*) ;;
6449 *) reload_flag=" $reload_flag" ;;
6450 esac
6451 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6452 case $host_os in
6453 darwin*)
6454 if test "$GCC" = yes; then
6455 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6456 else
6457 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6458 fi
6459 ;;
6460 esac
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470 if test -n "$ac_tool_prefix"; then
6471 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6472 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6474 $as_echo_n "checking for $ac_word... " >&6; }
6475 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6476 $as_echo_n "(cached) " >&6
6477 else
6478 if test -n "$OBJDUMP"; then
6479 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6480 else
6481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6482 for as_dir in $PATH
6483 do
6484 IFS=$as_save_IFS
6485 test -z "$as_dir" && as_dir=.
6486 for ac_exec_ext in '' $ac_executable_extensions; do
6487 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6488 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6490 break 2
6491 fi
6492 done
6493 done
6494 IFS=$as_save_IFS
6495
6496 fi
6497 fi
6498 OBJDUMP=$ac_cv_prog_OBJDUMP
6499 if test -n "$OBJDUMP"; then
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6501 $as_echo "$OBJDUMP" >&6; }
6502 else
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6504 $as_echo "no" >&6; }
6505 fi
6506
6507
6508 fi
6509 if test -z "$ac_cv_prog_OBJDUMP"; then
6510 ac_ct_OBJDUMP=$OBJDUMP
6511 # Extract the first word of "objdump", so it can be a program name with args.
6512 set dummy objdump; ac_word=$2
6513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6514 $as_echo_n "checking for $ac_word... " >&6; }
6515 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6516 $as_echo_n "(cached) " >&6
6517 else
6518 if test -n "$ac_ct_OBJDUMP"; then
6519 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6520 else
6521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6522 for as_dir in $PATH
6523 do
6524 IFS=$as_save_IFS
6525 test -z "$as_dir" && as_dir=.
6526 for ac_exec_ext in '' $ac_executable_extensions; do
6527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6528 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6530 break 2
6531 fi
6532 done
6533 done
6534 IFS=$as_save_IFS
6535
6536 fi
6537 fi
6538 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6539 if test -n "$ac_ct_OBJDUMP"; then
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6541 $as_echo "$ac_ct_OBJDUMP" >&6; }
6542 else
6543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6544 $as_echo "no" >&6; }
6545 fi
6546
6547 if test "x$ac_ct_OBJDUMP" = x; then
6548 OBJDUMP="false"
6549 else
6550 case $cross_compiling:$ac_tool_warned in
6551 yes:)
6552 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6553 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6554 ac_tool_warned=yes ;;
6555 esac
6556 OBJDUMP=$ac_ct_OBJDUMP
6557 fi
6558 else
6559 OBJDUMP="$ac_cv_prog_OBJDUMP"
6560 fi
6561
6562 test -z "$OBJDUMP" && OBJDUMP=objdump
6563
6564
6565
6566
6567
6568
6569
6570
6571
6572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6573 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6574 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6575 $as_echo_n "(cached) " >&6
6576 else
6577 lt_cv_file_magic_cmd='$MAGIC_CMD'
6578 lt_cv_file_magic_test_file=
6579 lt_cv_deplibs_check_method='unknown'
6580 # Need to set the preceding variable on all platforms that support
6581 # interlibrary dependencies.
6582 # 'none' -- dependencies not supported.
6583 # `unknown' -- same as none, but documents that we really don't know.
6584 # 'pass_all' -- all dependencies passed with no checks.
6585 # 'test_compile' -- check by making test program.
6586 # 'file_magic [[regex]]' -- check by looking for files in library path
6587 # which responds to the $file_magic_cmd with a given extended regex.
6588 # If you have `file' or equivalent on your system and you're not sure
6589 # whether `pass_all' will *always* work, you probably want this one.
6590
6591 case $host_os in
6592 aix[4-9]*)
6593 lt_cv_deplibs_check_method=pass_all
6594 ;;
6595
6596 beos*)
6597 lt_cv_deplibs_check_method=pass_all
6598 ;;
6599
6600 bsdi[45]*)
6601 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6602 lt_cv_file_magic_cmd='/usr/bin/file -L'
6603 lt_cv_file_magic_test_file=/shlib/libc.so
6604 ;;
6605
6606 cygwin*)
6607 # func_win32_libid is a shell function defined in ltmain.sh
6608 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6609 lt_cv_file_magic_cmd='func_win32_libid'
6610 ;;
6611
6612 mingw* | pw32*)
6613 # Base MSYS/MinGW do not provide the 'file' command needed by
6614 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6615 # unless we find 'file', for example because we are cross-compiling.
6616 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6617 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6618 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6619 lt_cv_file_magic_cmd='func_win32_libid'
6620 else
6621 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6622 lt_cv_file_magic_cmd='$OBJDUMP -f'
6623 fi
6624 ;;
6625
6626 cegcc*)
6627 # use the weaker test based on 'objdump'. See mingw*.
6628 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6629 lt_cv_file_magic_cmd='$OBJDUMP -f'
6630 ;;
6631
6632 darwin* | rhapsody*)
6633 lt_cv_deplibs_check_method=pass_all
6634 ;;
6635
6636 freebsd* | dragonfly*)
6637 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6638 case $host_cpu in
6639 i*86 )
6640 # Not sure whether the presence of OpenBSD here was a mistake.
6641 # Let's accept both of them until this is cleared up.
6642 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6643 lt_cv_file_magic_cmd=/usr/bin/file
6644 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6645 ;;
6646 esac
6647 else
6648 lt_cv_deplibs_check_method=pass_all
6649 fi
6650 ;;
6651
6652 gnu*)
6653 lt_cv_deplibs_check_method=pass_all
6654 ;;
6655
6656 haiku*)
6657 lt_cv_deplibs_check_method=pass_all
6658 ;;
6659
6660 hpux10.20* | hpux11*)
6661 lt_cv_file_magic_cmd=/usr/bin/file
6662 case $host_cpu in
6663 ia64*)
6664 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6665 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6666 ;;
6667 hppa*64*)
6668 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]'
6669 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6670 ;;
6671 *)
6672 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6673 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6674 ;;
6675 esac
6676 ;;
6677
6678 interix[3-9]*)
6679 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6680 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6681 ;;
6682
6683 irix5* | irix6* | nonstopux*)
6684 case $LD in
6685 *-32|*"-32 ") libmagic=32-bit;;
6686 *-n32|*"-n32 ") libmagic=N32;;
6687 *-64|*"-64 ") libmagic=64-bit;;
6688 *) libmagic=never-match;;
6689 esac
6690 lt_cv_deplibs_check_method=pass_all
6691 ;;
6692
6693 # This must be Linux ELF.
6694 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6695 lt_cv_deplibs_check_method=pass_all
6696 ;;
6697
6698 netbsd*)
6699 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6700 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6701 else
6702 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6703 fi
6704 ;;
6705
6706 newos6*)
6707 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6708 lt_cv_file_magic_cmd=/usr/bin/file
6709 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6710 ;;
6711
6712 *nto* | *qnx*)
6713 lt_cv_deplibs_check_method=pass_all
6714 ;;
6715
6716 openbsd*)
6717 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6718 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6719 else
6720 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6721 fi
6722 ;;
6723
6724 osf3* | osf4* | osf5*)
6725 lt_cv_deplibs_check_method=pass_all
6726 ;;
6727
6728 rdos*)
6729 lt_cv_deplibs_check_method=pass_all
6730 ;;
6731
6732 solaris*)
6733 lt_cv_deplibs_check_method=pass_all
6734 ;;
6735
6736 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6737 lt_cv_deplibs_check_method=pass_all
6738 ;;
6739
6740 sysv4 | sysv4.3*)
6741 case $host_vendor in
6742 motorola)
6743 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]'
6744 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6745 ;;
6746 ncr)
6747 lt_cv_deplibs_check_method=pass_all
6748 ;;
6749 sequent)
6750 lt_cv_file_magic_cmd='/bin/file'
6751 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6752 ;;
6753 sni)
6754 lt_cv_file_magic_cmd='/bin/file'
6755 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6756 lt_cv_file_magic_test_file=/lib/libc.so
6757 ;;
6758 siemens)
6759 lt_cv_deplibs_check_method=pass_all
6760 ;;
6761 pc)
6762 lt_cv_deplibs_check_method=pass_all
6763 ;;
6764 esac
6765 ;;
6766
6767 tpf*)
6768 lt_cv_deplibs_check_method=pass_all
6769 ;;
6770 esac
6771
6772 fi
6773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6774 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6775 file_magic_cmd=$lt_cv_file_magic_cmd
6776 deplibs_check_method=$lt_cv_deplibs_check_method
6777 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
6788
6789
6790 if test -n "$ac_tool_prefix"; then
6791 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6792 set dummy ${ac_tool_prefix}ar; ac_word=$2
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6794 $as_echo_n "checking for $ac_word... " >&6; }
6795 if test "${ac_cv_prog_AR+set}" = set; then :
6796 $as_echo_n "(cached) " >&6
6797 else
6798 if test -n "$AR"; then
6799 ac_cv_prog_AR="$AR" # Let the user override the test.
6800 else
6801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6802 for as_dir in $PATH
6803 do
6804 IFS=$as_save_IFS
6805 test -z "$as_dir" && as_dir=.
6806 for ac_exec_ext in '' $ac_executable_extensions; do
6807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6808 ac_cv_prog_AR="${ac_tool_prefix}ar"
6809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6810 break 2
6811 fi
6812 done
6813 done
6814 IFS=$as_save_IFS
6815
6816 fi
6817 fi
6818 AR=$ac_cv_prog_AR
6819 if test -n "$AR"; then
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6821 $as_echo "$AR" >&6; }
6822 else
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6824 $as_echo "no" >&6; }
6825 fi
6826
6827
6828 fi
6829 if test -z "$ac_cv_prog_AR"; then
6830 ac_ct_AR=$AR
6831 # Extract the first word of "ar", so it can be a program name with args.
6832 set dummy ar; ac_word=$2
6833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6834 $as_echo_n "checking for $ac_word... " >&6; }
6835 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6836 $as_echo_n "(cached) " >&6
6837 else
6838 if test -n "$ac_ct_AR"; then
6839 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6840 else
6841 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6842 for as_dir in $PATH
6843 do
6844 IFS=$as_save_IFS
6845 test -z "$as_dir" && as_dir=.
6846 for ac_exec_ext in '' $ac_executable_extensions; do
6847 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6848 ac_cv_prog_ac_ct_AR="ar"
6849 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6850 break 2
6851 fi
6852 done
6853 done
6854 IFS=$as_save_IFS
6855
6856 fi
6857 fi
6858 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6859 if test -n "$ac_ct_AR"; then
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6861 $as_echo "$ac_ct_AR" >&6; }
6862 else
6863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6864 $as_echo "no" >&6; }
6865 fi
6866
6867 if test "x$ac_ct_AR" = x; then
6868 AR="false"
6869 else
6870 case $cross_compiling:$ac_tool_warned in
6871 yes:)
6872 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6873 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6874 ac_tool_warned=yes ;;
6875 esac
6876 AR=$ac_ct_AR
6877 fi
6878 else
6879 AR="$ac_cv_prog_AR"
6880 fi
6881
6882 test -z "$AR" && AR=ar
6883 test -z "$AR_FLAGS" && AR_FLAGS=cru
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895 if test -n "$ac_tool_prefix"; then
6896 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6897 set dummy ${ac_tool_prefix}strip; ac_word=$2
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6899 $as_echo_n "checking for $ac_word... " >&6; }
6900 if test "${ac_cv_prog_STRIP+set}" = set; then :
6901 $as_echo_n "(cached) " >&6
6902 else
6903 if test -n "$STRIP"; then
6904 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6905 else
6906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6907 for as_dir in $PATH
6908 do
6909 IFS=$as_save_IFS
6910 test -z "$as_dir" && as_dir=.
6911 for ac_exec_ext in '' $ac_executable_extensions; do
6912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6913 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6915 break 2
6916 fi
6917 done
6918 done
6919 IFS=$as_save_IFS
6920
6921 fi
6922 fi
6923 STRIP=$ac_cv_prog_STRIP
6924 if test -n "$STRIP"; then
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6926 $as_echo "$STRIP" >&6; }
6927 else
6928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6929 $as_echo "no" >&6; }
6930 fi
6931
6932
6933 fi
6934 if test -z "$ac_cv_prog_STRIP"; then
6935 ac_ct_STRIP=$STRIP
6936 # Extract the first word of "strip", so it can be a program name with args.
6937 set dummy strip; ac_word=$2
6938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6939 $as_echo_n "checking for $ac_word... " >&6; }
6940 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6941 $as_echo_n "(cached) " >&6
6942 else
6943 if test -n "$ac_ct_STRIP"; then
6944 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6945 else
6946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6947 for as_dir in $PATH
6948 do
6949 IFS=$as_save_IFS
6950 test -z "$as_dir" && as_dir=.
6951 for ac_exec_ext in '' $ac_executable_extensions; do
6952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6953 ac_cv_prog_ac_ct_STRIP="strip"
6954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6955 break 2
6956 fi
6957 done
6958 done
6959 IFS=$as_save_IFS
6960
6961 fi
6962 fi
6963 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6964 if test -n "$ac_ct_STRIP"; then
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6966 $as_echo "$ac_ct_STRIP" >&6; }
6967 else
6968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6969 $as_echo "no" >&6; }
6970 fi
6971
6972 if test "x$ac_ct_STRIP" = x; then
6973 STRIP=":"
6974 else
6975 case $cross_compiling:$ac_tool_warned in
6976 yes:)
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6978 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6979 ac_tool_warned=yes ;;
6980 esac
6981 STRIP=$ac_ct_STRIP
6982 fi
6983 else
6984 STRIP="$ac_cv_prog_STRIP"
6985 fi
6986
6987 test -z "$STRIP" && STRIP=:
6988
6989
6990
6991
6992
6993
6994 if test -n "$ac_tool_prefix"; then
6995 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6996 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6998 $as_echo_n "checking for $ac_word... " >&6; }
6999 if test "${ac_cv_prog_RANLIB+set}" = set; then :
7000 $as_echo_n "(cached) " >&6
7001 else
7002 if test -n "$RANLIB"; then
7003 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7004 else
7005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7006 for as_dir in $PATH
7007 do
7008 IFS=$as_save_IFS
7009 test -z "$as_dir" && as_dir=.
7010 for ac_exec_ext in '' $ac_executable_extensions; do
7011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7012 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7014 break 2
7015 fi
7016 done
7017 done
7018 IFS=$as_save_IFS
7019
7020 fi
7021 fi
7022 RANLIB=$ac_cv_prog_RANLIB
7023 if test -n "$RANLIB"; then
7024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7025 $as_echo "$RANLIB" >&6; }
7026 else
7027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7028 $as_echo "no" >&6; }
7029 fi
7030
7031
7032 fi
7033 if test -z "$ac_cv_prog_RANLIB"; then
7034 ac_ct_RANLIB=$RANLIB
7035 # Extract the first word of "ranlib", so it can be a program name with args.
7036 set dummy ranlib; ac_word=$2
7037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7038 $as_echo_n "checking for $ac_word... " >&6; }
7039 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7040 $as_echo_n "(cached) " >&6
7041 else
7042 if test -n "$ac_ct_RANLIB"; then
7043 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7044 else
7045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7046 for as_dir in $PATH
7047 do
7048 IFS=$as_save_IFS
7049 test -z "$as_dir" && as_dir=.
7050 for ac_exec_ext in '' $ac_executable_extensions; do
7051 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7052 ac_cv_prog_ac_ct_RANLIB="ranlib"
7053 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7054 break 2
7055 fi
7056 done
7057 done
7058 IFS=$as_save_IFS
7059
7060 fi
7061 fi
7062 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7063 if test -n "$ac_ct_RANLIB"; then
7064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7065 $as_echo "$ac_ct_RANLIB" >&6; }
7066 else
7067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7068 $as_echo "no" >&6; }
7069 fi
7070
7071 if test "x$ac_ct_RANLIB" = x; then
7072 RANLIB=":"
7073 else
7074 case $cross_compiling:$ac_tool_warned in
7075 yes:)
7076 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7077 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7078 ac_tool_warned=yes ;;
7079 esac
7080 RANLIB=$ac_ct_RANLIB
7081 fi
7082 else
7083 RANLIB="$ac_cv_prog_RANLIB"
7084 fi
7085
7086 test -z "$RANLIB" && RANLIB=:
7087
7088
7089
7090
7091
7092
7093 # Determine commands to create old-style static archives.
7094 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7095 old_postinstall_cmds='chmod 644 $oldlib'
7096 old_postuninstall_cmds=
7097
7098 if test -n "$RANLIB"; then
7099 case $host_os in
7100 openbsd*)
7101 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7102 ;;
7103 *)
7104 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7105 ;;
7106 esac
7107 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7108 fi
7109
7110 case $host_os in
7111 darwin*)
7112 lock_old_archive_extraction=yes ;;
7113 *)
7114 lock_old_archive_extraction=no ;;
7115 esac
7116
7117
7118
7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137 for ac_prog in gawk mawk nawk awk
7138 do
7139 # Extract the first word of "$ac_prog", so it can be a program name with args.
7140 set dummy $ac_prog; ac_word=$2
7141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7142 $as_echo_n "checking for $ac_word... " >&6; }
7143 if test "${ac_cv_prog_AWK+set}" = set; then :
7144 $as_echo_n "(cached) " >&6
7145 else
7146 if test -n "$AWK"; then
7147 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7148 else
7149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7150 for as_dir in $PATH
7151 do
7152 IFS=$as_save_IFS
7153 test -z "$as_dir" && as_dir=.
7154 for ac_exec_ext in '' $ac_executable_extensions; do
7155 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7156 ac_cv_prog_AWK="$ac_prog"
7157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7158 break 2
7159 fi
7160 done
7161 done
7162 IFS=$as_save_IFS
7163
7164 fi
7165 fi
7166 AWK=$ac_cv_prog_AWK
7167 if test -n "$AWK"; then
7168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7169 $as_echo "$AWK" >&6; }
7170 else
7171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7172 $as_echo "no" >&6; }
7173 fi
7174
7175
7176 test -n "$AWK" && break
7177 done
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197 # If no C compiler was specified, use CC.
7198 LTCC=${LTCC-"$CC"}
7199
7200 # If no C compiler flags were specified, use CFLAGS.
7201 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7202
7203 # Allow CC to be a program name with arguments.
7204 compiler=$CC
7205
7206
7207 # Check for command to grab the raw symbol name followed by C symbol from nm.
7208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7209 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7210 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7211 $as_echo_n "(cached) " >&6
7212 else
7213
7214 # These are sane defaults that work on at least a few old systems.
7215 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7216
7217 # Character class describing NM global symbol codes.
7218 symcode='[BCDEGRST]'
7219
7220 # Regexp to match symbols that can be accessed directly from C.
7221 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7222
7223 # Define system-specific variables.
7224 case $host_os in
7225 aix*)
7226 symcode='[BCDT]'
7227 ;;
7228 cygwin* | mingw* | pw32* | cegcc*)
7229 symcode='[ABCDGISTW]'
7230 ;;
7231 hpux*)
7232 if test "$host_cpu" = ia64; then
7233 symcode='[ABCDEGRST]'
7234 fi
7235 ;;
7236 irix* | nonstopux*)
7237 symcode='[BCDEGRST]'
7238 ;;
7239 osf*)
7240 symcode='[BCDEGQRST]'
7241 ;;
7242 solaris*)
7243 symcode='[BDRT]'
7244 ;;
7245 sco3.2v5*)
7246 symcode='[DT]'
7247 ;;
7248 sysv4.2uw2*)
7249 symcode='[DT]'
7250 ;;
7251 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7252 symcode='[ABDT]'
7253 ;;
7254 sysv4)
7255 symcode='[DFNSTU]'
7256 ;;
7257 esac
7258
7259 # If we're using GNU nm, then use its standard symbol codes.
7260 case `$NM -V 2>&1` in
7261 *GNU* | *'with BFD'*)
7262 symcode='[ABCDGIRSTW]' ;;
7263 esac
7264
7265 # Transform an extracted symbol line into a proper C declaration.
7266 # Some systems (esp. on ia64) link data and code symbols differently,
7267 # so use this general approach.
7268 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7269
7270 # Transform an extracted symbol line into symbol name and symbol address
7271 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7272 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'"
7273
7274 # Handle CRLF in mingw tool chain
7275 opt_cr=
7276 case $build_os in
7277 mingw*)
7278 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7279 ;;
7280 esac
7281
7282 # Try without a prefix underscore, then with it.
7283 for ac_symprfx in "" "_"; do
7284
7285 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7286 symxfrm="\\1 $ac_symprfx\\2 \\2"
7287
7288 # Write the raw and C identifiers.
7289 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7290 # Fake it for dumpbin and say T for any non-static function
7291 # and D for any global variable.
7292 # Also find C++ and __fastcall symbols from MSVC++,
7293 # which start with @ or ?.
7294 lt_cv_sys_global_symbol_pipe="$AWK '"\
7295 " {last_section=section; section=\$ 3};"\
7296 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7297 " \$ 0!~/External *\|/{next};"\
7298 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7299 " {if(hide[section]) next};"\
7300 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7301 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7302 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7303 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7304 " ' prfx=^$ac_symprfx"
7305 else
7306 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7307 fi
7308
7309 # Check to see that the pipe works correctly.
7310 pipe_works=no
7311
7312 rm -f conftest*
7313 cat > conftest.$ac_ext <<_LT_EOF
7314 #ifdef __cplusplus
7315 extern "C" {
7316 #endif
7317 char nm_test_var;
7318 void nm_test_func(void);
7319 void nm_test_func(void){}
7320 #ifdef __cplusplus
7321 }
7322 #endif
7323 int main(){nm_test_var='a';nm_test_func();return(0);}
7324 _LT_EOF
7325
7326 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7327 (eval $ac_compile) 2>&5
7328 ac_status=$?
7329 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7330 test $ac_status = 0; }; then
7331 # Now try to grab the symbols.
7332 nlist=conftest.nm
7333 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7334 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7335 ac_status=$?
7336 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7337 test $ac_status = 0; } && test -s "$nlist"; then
7338 # Try sorting and uniquifying the output.
7339 if sort "$nlist" | uniq > "$nlist"T; then
7340 mv -f "$nlist"T "$nlist"
7341 else
7342 rm -f "$nlist"T
7343 fi
7344
7345 # Make sure that we snagged all the symbols we need.
7346 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7347 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7348 cat <<_LT_EOF > conftest.$ac_ext
7349 #ifdef __cplusplus
7350 extern "C" {
7351 #endif
7352
7353 _LT_EOF
7354 # Now generate the symbol file.
7355 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7356
7357 cat <<_LT_EOF >> conftest.$ac_ext
7358
7359 /* The mapping between symbol names and symbols. */
7360 const struct {
7361 const char *name;
7362 void *address;
7363 }
7364 lt__PROGRAM__LTX_preloaded_symbols[] =
7365 {
7366 { "@PROGRAM@", (void *) 0 },
7367 _LT_EOF
7368 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7369 cat <<\_LT_EOF >> conftest.$ac_ext
7370 {0, (void *) 0}
7371 };
7372
7373 /* This works around a problem in FreeBSD linker */
7374 #ifdef FREEBSD_WORKAROUND
7375 static const void *lt_preloaded_setup() {
7376 return lt__PROGRAM__LTX_preloaded_symbols;
7377 }
7378 #endif
7379
7380 #ifdef __cplusplus
7381 }
7382 #endif
7383 _LT_EOF
7384 # Now try linking the two files.
7385 mv conftest.$ac_objext conftstm.$ac_objext
7386 lt_save_LIBS="$LIBS"
7387 lt_save_CFLAGS="$CFLAGS"
7388 LIBS="conftstm.$ac_objext"
7389 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7390 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7391 (eval $ac_link) 2>&5
7392 ac_status=$?
7393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7394 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7395 pipe_works=yes
7396 fi
7397 LIBS="$lt_save_LIBS"
7398 CFLAGS="$lt_save_CFLAGS"
7399 else
7400 echo "cannot find nm_test_func in $nlist" >&5
7401 fi
7402 else
7403 echo "cannot find nm_test_var in $nlist" >&5
7404 fi
7405 else
7406 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7407 fi
7408 else
7409 echo "$progname: failed program was:" >&5
7410 cat conftest.$ac_ext >&5
7411 fi
7412 rm -rf conftest* conftst*
7413
7414 # Do not use the global_symbol_pipe unless it works.
7415 if test "$pipe_works" = yes; then
7416 break
7417 else
7418 lt_cv_sys_global_symbol_pipe=
7419 fi
7420 done
7421
7422 fi
7423
7424 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7425 lt_cv_sys_global_symbol_to_cdecl=
7426 fi
7427 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7429 $as_echo "failed" >&6; }
7430 else
7431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7432 $as_echo "ok" >&6; }
7433 fi
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456 # Check whether --enable-libtool-lock was given.
7457 if test "${enable_libtool_lock+set}" = set; then :
7458 enableval=$enable_libtool_lock;
7459 fi
7460
7461 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7462
7463 # Some flags need to be propagated to the compiler or linker for good
7464 # libtool support.
7465 case $host in
7466 ia64-*-hpux*)
7467 # Find out which ABI we are using.
7468 echo 'int i;' > conftest.$ac_ext
7469 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7470 (eval $ac_compile) 2>&5
7471 ac_status=$?
7472 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7473 test $ac_status = 0; }; then
7474 case `/usr/bin/file conftest.$ac_objext` in
7475 *ELF-32*)
7476 HPUX_IA64_MODE="32"
7477 ;;
7478 *ELF-64*)
7479 HPUX_IA64_MODE="64"
7480 ;;
7481 esac
7482 fi
7483 rm -rf conftest*
7484 ;;
7485 *-*-irix6*)
7486 # Find out which ABI we are using.
7487 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7488 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7489 (eval $ac_compile) 2>&5
7490 ac_status=$?
7491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7492 test $ac_status = 0; }; then
7493 if test "$lt_cv_prog_gnu_ld" = yes; then
7494 case `/usr/bin/file conftest.$ac_objext` in
7495 *32-bit*)
7496 LD="${LD-ld} -melf32bsmip"
7497 ;;
7498 *N32*)
7499 LD="${LD-ld} -melf32bmipn32"
7500 ;;
7501 *64-bit*)
7502 LD="${LD-ld} -melf64bmip"
7503 ;;
7504 esac
7505 else
7506 case `/usr/bin/file conftest.$ac_objext` in
7507 *32-bit*)
7508 LD="${LD-ld} -32"
7509 ;;
7510 *N32*)
7511 LD="${LD-ld} -n32"
7512 ;;
7513 *64-bit*)
7514 LD="${LD-ld} -64"
7515 ;;
7516 esac
7517 fi
7518 fi
7519 rm -rf conftest*
7520 ;;
7521
7522 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7523 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7524 # Find out which ABI we are using.
7525 echo 'int i;' > conftest.$ac_ext
7526 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7527 (eval $ac_compile) 2>&5
7528 ac_status=$?
7529 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7530 test $ac_status = 0; }; then
7531 case `/usr/bin/file conftest.o` in
7532 *32-bit*)
7533 case $host in
7534 x86_64-*kfreebsd*-gnu)
7535 LD="${LD-ld} -m elf_i386_fbsd"
7536 ;;
7537 x86_64-*linux*)
7538 case `/usr/bin/file conftest.o` in
7539 *x86-64*)
7540 LD="${LD-ld} -m elf32_x86_64"
7541 ;;
7542 *)
7543 LD="${LD-ld} -m elf_i386"
7544 ;;
7545 esac
7546 ;;
7547 powerpc64le-*linux*)
7548 LD="${LD-ld} -m elf32lppclinux"
7549 ;;
7550 powerpc64-*linux*)
7551 LD="${LD-ld} -m elf32ppclinux"
7552 ;;
7553 s390x-*linux*)
7554 LD="${LD-ld} -m elf_s390"
7555 ;;
7556 sparc64-*linux*)
7557 LD="${LD-ld} -m elf32_sparc"
7558 ;;
7559 esac
7560 ;;
7561 *64-bit*)
7562 case $host in
7563 x86_64-*kfreebsd*-gnu)
7564 LD="${LD-ld} -m elf_x86_64_fbsd"
7565 ;;
7566 x86_64-*linux*)
7567 LD="${LD-ld} -m elf_x86_64"
7568 ;;
7569 powerpcle-*linux*)
7570 LD="${LD-ld} -m elf64lppc"
7571 ;;
7572 powerpc-*linux*)
7573 LD="${LD-ld} -m elf64ppc"
7574 ;;
7575 s390*-*linux*|s390*-*tpf*)
7576 LD="${LD-ld} -m elf64_s390"
7577 ;;
7578 sparc*-*linux*)
7579 LD="${LD-ld} -m elf64_sparc"
7580 ;;
7581 esac
7582 ;;
7583 esac
7584 fi
7585 rm -rf conftest*
7586 ;;
7587
7588 *-*-sco3.2v5*)
7589 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7590 SAVE_CFLAGS="$CFLAGS"
7591 CFLAGS="$CFLAGS -belf"
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7593 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7594 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7595 $as_echo_n "(cached) " >&6
7596 else
7597 ac_ext=c
7598 ac_cpp='$CPP $CPPFLAGS'
7599 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7600 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7601 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7602
7603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7604 /* end confdefs.h. */
7605
7606 int
7607 main ()
7608 {
7609
7610 ;
7611 return 0;
7612 }
7613 _ACEOF
7614 if ac_fn_c_try_link "$LINENO"; then :
7615 lt_cv_cc_needs_belf=yes
7616 else
7617 lt_cv_cc_needs_belf=no
7618 fi
7619 rm -f core conftest.err conftest.$ac_objext \
7620 conftest$ac_exeext conftest.$ac_ext
7621 ac_ext=c
7622 ac_cpp='$CPP $CPPFLAGS'
7623 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7624 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7625 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7626
7627 fi
7628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7629 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7630 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7631 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7632 CFLAGS="$SAVE_CFLAGS"
7633 fi
7634 ;;
7635 sparc*-*solaris*)
7636 # Find out which ABI we are using.
7637 echo 'int i;' > conftest.$ac_ext
7638 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7639 (eval $ac_compile) 2>&5
7640 ac_status=$?
7641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7642 test $ac_status = 0; }; then
7643 case `/usr/bin/file conftest.o` in
7644 *64-bit*)
7645 case $lt_cv_prog_gnu_ld in
7646 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7647 *)
7648 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7649 LD="${LD-ld} -64"
7650 fi
7651 ;;
7652 esac
7653 ;;
7654 esac
7655 fi
7656 rm -rf conftest*
7657 ;;
7658 esac
7659
7660 need_locks="$enable_libtool_lock"
7661
7662
7663 case $host_os in
7664 rhapsody* | darwin*)
7665 if test -n "$ac_tool_prefix"; then
7666 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7667 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7669 $as_echo_n "checking for $ac_word... " >&6; }
7670 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7671 $as_echo_n "(cached) " >&6
7672 else
7673 if test -n "$DSYMUTIL"; then
7674 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7675 else
7676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7677 for as_dir in $PATH
7678 do
7679 IFS=$as_save_IFS
7680 test -z "$as_dir" && as_dir=.
7681 for ac_exec_ext in '' $ac_executable_extensions; do
7682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7683 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7685 break 2
7686 fi
7687 done
7688 done
7689 IFS=$as_save_IFS
7690
7691 fi
7692 fi
7693 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7694 if test -n "$DSYMUTIL"; then
7695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7696 $as_echo "$DSYMUTIL" >&6; }
7697 else
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7699 $as_echo "no" >&6; }
7700 fi
7701
7702
7703 fi
7704 if test -z "$ac_cv_prog_DSYMUTIL"; then
7705 ac_ct_DSYMUTIL=$DSYMUTIL
7706 # Extract the first word of "dsymutil", so it can be a program name with args.
7707 set dummy dsymutil; ac_word=$2
7708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7709 $as_echo_n "checking for $ac_word... " >&6; }
7710 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7711 $as_echo_n "(cached) " >&6
7712 else
7713 if test -n "$ac_ct_DSYMUTIL"; then
7714 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7715 else
7716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7717 for as_dir in $PATH
7718 do
7719 IFS=$as_save_IFS
7720 test -z "$as_dir" && as_dir=.
7721 for ac_exec_ext in '' $ac_executable_extensions; do
7722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7723 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7725 break 2
7726 fi
7727 done
7728 done
7729 IFS=$as_save_IFS
7730
7731 fi
7732 fi
7733 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7734 if test -n "$ac_ct_DSYMUTIL"; then
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7736 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7737 else
7738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7739 $as_echo "no" >&6; }
7740 fi
7741
7742 if test "x$ac_ct_DSYMUTIL" = x; then
7743 DSYMUTIL=":"
7744 else
7745 case $cross_compiling:$ac_tool_warned in
7746 yes:)
7747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7748 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7749 ac_tool_warned=yes ;;
7750 esac
7751 DSYMUTIL=$ac_ct_DSYMUTIL
7752 fi
7753 else
7754 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7755 fi
7756
7757 if test -n "$ac_tool_prefix"; then
7758 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7759 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7761 $as_echo_n "checking for $ac_word... " >&6; }
7762 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7763 $as_echo_n "(cached) " >&6
7764 else
7765 if test -n "$NMEDIT"; then
7766 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7767 else
7768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7769 for as_dir in $PATH
7770 do
7771 IFS=$as_save_IFS
7772 test -z "$as_dir" && as_dir=.
7773 for ac_exec_ext in '' $ac_executable_extensions; do
7774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7775 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7777 break 2
7778 fi
7779 done
7780 done
7781 IFS=$as_save_IFS
7782
7783 fi
7784 fi
7785 NMEDIT=$ac_cv_prog_NMEDIT
7786 if test -n "$NMEDIT"; then
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7788 $as_echo "$NMEDIT" >&6; }
7789 else
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7791 $as_echo "no" >&6; }
7792 fi
7793
7794
7795 fi
7796 if test -z "$ac_cv_prog_NMEDIT"; then
7797 ac_ct_NMEDIT=$NMEDIT
7798 # Extract the first word of "nmedit", so it can be a program name with args.
7799 set dummy nmedit; ac_word=$2
7800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7801 $as_echo_n "checking for $ac_word... " >&6; }
7802 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7803 $as_echo_n "(cached) " >&6
7804 else
7805 if test -n "$ac_ct_NMEDIT"; then
7806 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7807 else
7808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7809 for as_dir in $PATH
7810 do
7811 IFS=$as_save_IFS
7812 test -z "$as_dir" && as_dir=.
7813 for ac_exec_ext in '' $ac_executable_extensions; do
7814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7815 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7817 break 2
7818 fi
7819 done
7820 done
7821 IFS=$as_save_IFS
7822
7823 fi
7824 fi
7825 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7826 if test -n "$ac_ct_NMEDIT"; then
7827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7828 $as_echo "$ac_ct_NMEDIT" >&6; }
7829 else
7830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7831 $as_echo "no" >&6; }
7832 fi
7833
7834 if test "x$ac_ct_NMEDIT" = x; then
7835 NMEDIT=":"
7836 else
7837 case $cross_compiling:$ac_tool_warned in
7838 yes:)
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7840 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7841 ac_tool_warned=yes ;;
7842 esac
7843 NMEDIT=$ac_ct_NMEDIT
7844 fi
7845 else
7846 NMEDIT="$ac_cv_prog_NMEDIT"
7847 fi
7848
7849 if test -n "$ac_tool_prefix"; then
7850 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7851 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7853 $as_echo_n "checking for $ac_word... " >&6; }
7854 if test "${ac_cv_prog_LIPO+set}" = set; then :
7855 $as_echo_n "(cached) " >&6
7856 else
7857 if test -n "$LIPO"; then
7858 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7859 else
7860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7861 for as_dir in $PATH
7862 do
7863 IFS=$as_save_IFS
7864 test -z "$as_dir" && as_dir=.
7865 for ac_exec_ext in '' $ac_executable_extensions; do
7866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7867 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7869 break 2
7870 fi
7871 done
7872 done
7873 IFS=$as_save_IFS
7874
7875 fi
7876 fi
7877 LIPO=$ac_cv_prog_LIPO
7878 if test -n "$LIPO"; then
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7880 $as_echo "$LIPO" >&6; }
7881 else
7882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7883 $as_echo "no" >&6; }
7884 fi
7885
7886
7887 fi
7888 if test -z "$ac_cv_prog_LIPO"; then
7889 ac_ct_LIPO=$LIPO
7890 # Extract the first word of "lipo", so it can be a program name with args.
7891 set dummy lipo; ac_word=$2
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7893 $as_echo_n "checking for $ac_word... " >&6; }
7894 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7895 $as_echo_n "(cached) " >&6
7896 else
7897 if test -n "$ac_ct_LIPO"; then
7898 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7899 else
7900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7901 for as_dir in $PATH
7902 do
7903 IFS=$as_save_IFS
7904 test -z "$as_dir" && as_dir=.
7905 for ac_exec_ext in '' $ac_executable_extensions; do
7906 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7907 ac_cv_prog_ac_ct_LIPO="lipo"
7908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7909 break 2
7910 fi
7911 done
7912 done
7913 IFS=$as_save_IFS
7914
7915 fi
7916 fi
7917 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7918 if test -n "$ac_ct_LIPO"; then
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7920 $as_echo "$ac_ct_LIPO" >&6; }
7921 else
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7923 $as_echo "no" >&6; }
7924 fi
7925
7926 if test "x$ac_ct_LIPO" = x; then
7927 LIPO=":"
7928 else
7929 case $cross_compiling:$ac_tool_warned in
7930 yes:)
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7932 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7933 ac_tool_warned=yes ;;
7934 esac
7935 LIPO=$ac_ct_LIPO
7936 fi
7937 else
7938 LIPO="$ac_cv_prog_LIPO"
7939 fi
7940
7941 if test -n "$ac_tool_prefix"; then
7942 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7943 set dummy ${ac_tool_prefix}otool; ac_word=$2
7944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7945 $as_echo_n "checking for $ac_word... " >&6; }
7946 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7947 $as_echo_n "(cached) " >&6
7948 else
7949 if test -n "$OTOOL"; then
7950 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7951 else
7952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7953 for as_dir in $PATH
7954 do
7955 IFS=$as_save_IFS
7956 test -z "$as_dir" && as_dir=.
7957 for ac_exec_ext in '' $ac_executable_extensions; do
7958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7959 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7960 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7961 break 2
7962 fi
7963 done
7964 done
7965 IFS=$as_save_IFS
7966
7967 fi
7968 fi
7969 OTOOL=$ac_cv_prog_OTOOL
7970 if test -n "$OTOOL"; then
7971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7972 $as_echo "$OTOOL" >&6; }
7973 else
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7975 $as_echo "no" >&6; }
7976 fi
7977
7978
7979 fi
7980 if test -z "$ac_cv_prog_OTOOL"; then
7981 ac_ct_OTOOL=$OTOOL
7982 # Extract the first word of "otool", so it can be a program name with args.
7983 set dummy otool; ac_word=$2
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7985 $as_echo_n "checking for $ac_word... " >&6; }
7986 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7987 $as_echo_n "(cached) " >&6
7988 else
7989 if test -n "$ac_ct_OTOOL"; then
7990 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7991 else
7992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7993 for as_dir in $PATH
7994 do
7995 IFS=$as_save_IFS
7996 test -z "$as_dir" && as_dir=.
7997 for ac_exec_ext in '' $ac_executable_extensions; do
7998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7999 ac_cv_prog_ac_ct_OTOOL="otool"
8000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8001 break 2
8002 fi
8003 done
8004 done
8005 IFS=$as_save_IFS
8006
8007 fi
8008 fi
8009 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8010 if test -n "$ac_ct_OTOOL"; then
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8012 $as_echo "$ac_ct_OTOOL" >&6; }
8013 else
8014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8015 $as_echo "no" >&6; }
8016 fi
8017
8018 if test "x$ac_ct_OTOOL" = x; then
8019 OTOOL=":"
8020 else
8021 case $cross_compiling:$ac_tool_warned in
8022 yes:)
8023 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8024 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8025 ac_tool_warned=yes ;;
8026 esac
8027 OTOOL=$ac_ct_OTOOL
8028 fi
8029 else
8030 OTOOL="$ac_cv_prog_OTOOL"
8031 fi
8032
8033 if test -n "$ac_tool_prefix"; then
8034 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8035 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8037 $as_echo_n "checking for $ac_word... " >&6; }
8038 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8039 $as_echo_n "(cached) " >&6
8040 else
8041 if test -n "$OTOOL64"; then
8042 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8043 else
8044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8045 for as_dir in $PATH
8046 do
8047 IFS=$as_save_IFS
8048 test -z "$as_dir" && as_dir=.
8049 for ac_exec_ext in '' $ac_executable_extensions; do
8050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8051 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8053 break 2
8054 fi
8055 done
8056 done
8057 IFS=$as_save_IFS
8058
8059 fi
8060 fi
8061 OTOOL64=$ac_cv_prog_OTOOL64
8062 if test -n "$OTOOL64"; then
8063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8064 $as_echo "$OTOOL64" >&6; }
8065 else
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8067 $as_echo "no" >&6; }
8068 fi
8069
8070
8071 fi
8072 if test -z "$ac_cv_prog_OTOOL64"; then
8073 ac_ct_OTOOL64=$OTOOL64
8074 # Extract the first word of "otool64", so it can be a program name with args.
8075 set dummy otool64; ac_word=$2
8076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8077 $as_echo_n "checking for $ac_word... " >&6; }
8078 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8079 $as_echo_n "(cached) " >&6
8080 else
8081 if test -n "$ac_ct_OTOOL64"; then
8082 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8083 else
8084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8085 for as_dir in $PATH
8086 do
8087 IFS=$as_save_IFS
8088 test -z "$as_dir" && as_dir=.
8089 for ac_exec_ext in '' $ac_executable_extensions; do
8090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8091 ac_cv_prog_ac_ct_OTOOL64="otool64"
8092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8093 break 2
8094 fi
8095 done
8096 done
8097 IFS=$as_save_IFS
8098
8099 fi
8100 fi
8101 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8102 if test -n "$ac_ct_OTOOL64"; then
8103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8104 $as_echo "$ac_ct_OTOOL64" >&6; }
8105 else
8106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8107 $as_echo "no" >&6; }
8108 fi
8109
8110 if test "x$ac_ct_OTOOL64" = x; then
8111 OTOOL64=":"
8112 else
8113 case $cross_compiling:$ac_tool_warned in
8114 yes:)
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8116 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8117 ac_tool_warned=yes ;;
8118 esac
8119 OTOOL64=$ac_ct_OTOOL64
8120 fi
8121 else
8122 OTOOL64="$ac_cv_prog_OTOOL64"
8123 fi
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8152 $as_echo_n "checking for -single_module linker flag... " >&6; }
8153 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8154 $as_echo_n "(cached) " >&6
8155 else
8156 lt_cv_apple_cc_single_mod=no
8157 if test -z "${LT_MULTI_MODULE}"; then
8158 # By default we will add the -single_module flag. You can override
8159 # by either setting the environment variable LT_MULTI_MODULE
8160 # non-empty at configure time, or by adding -multi_module to the
8161 # link flags.
8162 rm -rf libconftest.dylib*
8163 echo "int foo(void){return 1;}" > conftest.c
8164 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8165 -dynamiclib -Wl,-single_module conftest.c" >&5
8166 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8167 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8168 _lt_result=$?
8169 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8170 lt_cv_apple_cc_single_mod=yes
8171 else
8172 cat conftest.err >&5
8173 fi
8174 rm -rf libconftest.dylib*
8175 rm -f conftest.*
8176 fi
8177 fi
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8179 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8181 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8182 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8183 $as_echo_n "(cached) " >&6
8184 else
8185 lt_cv_ld_exported_symbols_list=no
8186 save_LDFLAGS=$LDFLAGS
8187 echo "_main" > conftest.sym
8188 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8190 /* end confdefs.h. */
8191
8192 int
8193 main ()
8194 {
8195
8196 ;
8197 return 0;
8198 }
8199 _ACEOF
8200 if ac_fn_c_try_link "$LINENO"; then :
8201 lt_cv_ld_exported_symbols_list=yes
8202 else
8203 lt_cv_ld_exported_symbols_list=no
8204 fi
8205 rm -f core conftest.err conftest.$ac_objext \
8206 conftest$ac_exeext conftest.$ac_ext
8207 LDFLAGS="$save_LDFLAGS"
8208
8209 fi
8210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8211 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8213 $as_echo_n "checking for -force_load linker flag... " >&6; }
8214 if test "${lt_cv_ld_force_load+set}" = set; then :
8215 $as_echo_n "(cached) " >&6
8216 else
8217 lt_cv_ld_force_load=no
8218 cat > conftest.c << _LT_EOF
8219 int forced_loaded() { return 2;}
8220 _LT_EOF
8221 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8222 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8223 echo "$AR cru libconftest.a conftest.o" >&5
8224 $AR cru libconftest.a conftest.o 2>&5
8225 cat > conftest.c << _LT_EOF
8226 int main() { return 0;}
8227 _LT_EOF
8228 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8229 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8230 _lt_result=$?
8231 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8232 lt_cv_ld_force_load=yes
8233 else
8234 cat conftest.err >&5
8235 fi
8236 rm -f conftest.err libconftest.a conftest conftest.c
8237 rm -rf conftest.dSYM
8238
8239 fi
8240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8241 $as_echo "$lt_cv_ld_force_load" >&6; }
8242 case $host_os in
8243 rhapsody* | darwin1.[012])
8244 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8245 darwin1.*)
8246 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8247 darwin*) # darwin 5.x on
8248 # if running on 10.5 or later, the deployment target defaults
8249 # to the OS version, if on x86, and 10.4, the deployment
8250 # target defaults to 10.4. Don't you love it?
8251 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8252 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8253 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8254 10.[012][,.]*)
8255 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8256 10.*)
8257 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8258 esac
8259 ;;
8260 esac
8261 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8262 _lt_dar_single_mod='$single_module'
8263 fi
8264 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8265 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8266 else
8267 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8268 fi
8269 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8270 _lt_dsymutil='~$DSYMUTIL $lib || :'
8271 else
8272 _lt_dsymutil=
8273 fi
8274 ;;
8275 esac
8276
8277 for ac_header in dlfcn.h
8278 do :
8279 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8280 "
8281 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8282 cat >>confdefs.h <<_ACEOF
8283 #define HAVE_DLFCN_H 1
8284 _ACEOF
8285
8286 fi
8287
8288 done
8289
8290
8291
8292 # autoconf.info says this should be called right after AC_INIT.
8293 ac_config_headers="$ac_config_headers config.h:config.in"
8294
8295
8296
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8298 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8299 if test "${ac_cv_c_bigendian+set}" = set; then :
8300 $as_echo_n "(cached) " >&6
8301 else
8302 ac_cv_c_bigendian=unknown
8303 # See if we're dealing with a universal compiler.
8304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8305 /* end confdefs.h. */
8306 #ifndef __APPLE_CC__
8307 not a universal capable compiler
8308 #endif
8309 typedef int dummy;
8310
8311 _ACEOF
8312 if ac_fn_c_try_compile "$LINENO"; then :
8313
8314 # Check for potential -arch flags. It is not universal unless
8315 # there are at least two -arch flags with different values.
8316 ac_arch=
8317 ac_prev=
8318 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8319 if test -n "$ac_prev"; then
8320 case $ac_word in
8321 i?86 | x86_64 | ppc | ppc64)
8322 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8323 ac_arch=$ac_word
8324 else
8325 ac_cv_c_bigendian=universal
8326 break
8327 fi
8328 ;;
8329 esac
8330 ac_prev=
8331 elif test "x$ac_word" = "x-arch"; then
8332 ac_prev=arch
8333 fi
8334 done
8335 fi
8336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8337 if test $ac_cv_c_bigendian = unknown; then
8338 # See if sys/param.h defines the BYTE_ORDER macro.
8339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8340 /* end confdefs.h. */
8341 #include <sys/types.h>
8342 #include <sys/param.h>
8343
8344 int
8345 main ()
8346 {
8347 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8348 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8349 && LITTLE_ENDIAN)
8350 bogus endian macros
8351 #endif
8352
8353 ;
8354 return 0;
8355 }
8356 _ACEOF
8357 if ac_fn_c_try_compile "$LINENO"; then :
8358 # It does; now see whether it defined to BIG_ENDIAN or not.
8359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8360 /* end confdefs.h. */
8361 #include <sys/types.h>
8362 #include <sys/param.h>
8363
8364 int
8365 main ()
8366 {
8367 #if BYTE_ORDER != BIG_ENDIAN
8368 not big endian
8369 #endif
8370
8371 ;
8372 return 0;
8373 }
8374 _ACEOF
8375 if ac_fn_c_try_compile "$LINENO"; then :
8376 ac_cv_c_bigendian=yes
8377 else
8378 ac_cv_c_bigendian=no
8379 fi
8380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8381 fi
8382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8383 fi
8384 if test $ac_cv_c_bigendian = unknown; then
8385 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8387 /* end confdefs.h. */
8388 #include <limits.h>
8389
8390 int
8391 main ()
8392 {
8393 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8394 bogus endian macros
8395 #endif
8396
8397 ;
8398 return 0;
8399 }
8400 _ACEOF
8401 if ac_fn_c_try_compile "$LINENO"; then :
8402 # It does; now see whether it defined to _BIG_ENDIAN or not.
8403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8404 /* end confdefs.h. */
8405 #include <limits.h>
8406
8407 int
8408 main ()
8409 {
8410 #ifndef _BIG_ENDIAN
8411 not big endian
8412 #endif
8413
8414 ;
8415 return 0;
8416 }
8417 _ACEOF
8418 if ac_fn_c_try_compile "$LINENO"; then :
8419 ac_cv_c_bigendian=yes
8420 else
8421 ac_cv_c_bigendian=no
8422 fi
8423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8424 fi
8425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8426 fi
8427 if test $ac_cv_c_bigendian = unknown; then
8428 # Compile a test program.
8429 if test "$cross_compiling" = yes; then :
8430 # Try to guess by grepping values from an object file.
8431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8432 /* end confdefs.h. */
8433 short int ascii_mm[] =
8434 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8435 short int ascii_ii[] =
8436 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8437 int use_ascii (int i) {
8438 return ascii_mm[i] + ascii_ii[i];
8439 }
8440 short int ebcdic_ii[] =
8441 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8442 short int ebcdic_mm[] =
8443 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8444 int use_ebcdic (int i) {
8445 return ebcdic_mm[i] + ebcdic_ii[i];
8446 }
8447 extern int foo;
8448
8449 int
8450 main ()
8451 {
8452 return use_ascii (foo) == use_ebcdic (foo);
8453 ;
8454 return 0;
8455 }
8456 _ACEOF
8457 if ac_fn_c_try_compile "$LINENO"; then :
8458 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8459 ac_cv_c_bigendian=yes
8460 fi
8461 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8462 if test "$ac_cv_c_bigendian" = unknown; then
8463 ac_cv_c_bigendian=no
8464 else
8465 # finding both strings is unlikely to happen, but who knows?
8466 ac_cv_c_bigendian=unknown
8467 fi
8468 fi
8469 fi
8470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8471 else
8472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8473 /* end confdefs.h. */
8474 $ac_includes_default
8475 int
8476 main ()
8477 {
8478
8479 /* Are we little or big endian? From Harbison&Steele. */
8480 union
8481 {
8482 long int l;
8483 char c[sizeof (long int)];
8484 } u;
8485 u.l = 1;
8486 return u.c[sizeof (long int) - 1] == 1;
8487
8488 ;
8489 return 0;
8490 }
8491 _ACEOF
8492 if ac_fn_c_try_run "$LINENO"; then :
8493 ac_cv_c_bigendian=no
8494 else
8495 ac_cv_c_bigendian=yes
8496 fi
8497 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8498 conftest.$ac_objext conftest.beam conftest.$ac_ext
8499 fi
8500
8501 fi
8502 fi
8503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8504 $as_echo "$ac_cv_c_bigendian" >&6; }
8505 case $ac_cv_c_bigendian in #(
8506 yes)
8507 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8508 ;; #(
8509 no)
8510 ;; #(
8511 universal)
8512
8513 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8514
8515 ;; #(
8516 *)
8517 as_fn_error "unknown endianness
8518 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8519 esac
8520
8521
8522
8523
8524 # Put a plausible default for CC_FOR_BUILD in Makefile.
8525 if test "x$cross_compiling" = "xno"; then
8526 CC_FOR_BUILD='$(CC)'
8527 else
8528 CC_FOR_BUILD=gcc
8529 fi
8530
8531
8532
8533
8534 AR=${AR-ar}
8535
8536 if test -n "$ac_tool_prefix"; then
8537 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8538 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8540 $as_echo_n "checking for $ac_word... " >&6; }
8541 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8542 $as_echo_n "(cached) " >&6
8543 else
8544 if test -n "$RANLIB"; then
8545 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8546 else
8547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8548 for as_dir in $PATH
8549 do
8550 IFS=$as_save_IFS
8551 test -z "$as_dir" && as_dir=.
8552 for ac_exec_ext in '' $ac_executable_extensions; do
8553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8554 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8556 break 2
8557 fi
8558 done
8559 done
8560 IFS=$as_save_IFS
8561
8562 fi
8563 fi
8564 RANLIB=$ac_cv_prog_RANLIB
8565 if test -n "$RANLIB"; then
8566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8567 $as_echo "$RANLIB" >&6; }
8568 else
8569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8570 $as_echo "no" >&6; }
8571 fi
8572
8573
8574 fi
8575 if test -z "$ac_cv_prog_RANLIB"; then
8576 ac_ct_RANLIB=$RANLIB
8577 # Extract the first word of "ranlib", so it can be a program name with args.
8578 set dummy ranlib; ac_word=$2
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8580 $as_echo_n "checking for $ac_word... " >&6; }
8581 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8582 $as_echo_n "(cached) " >&6
8583 else
8584 if test -n "$ac_ct_RANLIB"; then
8585 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8586 else
8587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8588 for as_dir in $PATH
8589 do
8590 IFS=$as_save_IFS
8591 test -z "$as_dir" && as_dir=.
8592 for ac_exec_ext in '' $ac_executable_extensions; do
8593 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8594 ac_cv_prog_ac_ct_RANLIB="ranlib"
8595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8596 break 2
8597 fi
8598 done
8599 done
8600 IFS=$as_save_IFS
8601
8602 fi
8603 fi
8604 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8605 if test -n "$ac_ct_RANLIB"; then
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8607 $as_echo "$ac_ct_RANLIB" >&6; }
8608 else
8609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8610 $as_echo "no" >&6; }
8611 fi
8612
8613 if test "x$ac_ct_RANLIB" = x; then
8614 RANLIB=":"
8615 else
8616 case $cross_compiling:$ac_tool_warned in
8617 yes:)
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8619 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8620 ac_tool_warned=yes ;;
8621 esac
8622 RANLIB=$ac_ct_RANLIB
8623 fi
8624 else
8625 RANLIB="$ac_cv_prog_RANLIB"
8626 fi
8627
8628
8629 # Some of the common include files depend on bfd.h, and bfd.h checks
8630 # that config.h is included first by testing that the PACKAGE macro
8631 # is defined.
8632 PACKAGE=sim
8633
8634 cat >>confdefs.h <<_ACEOF
8635 #define PACKAGE "$PACKAGE"
8636 _ACEOF
8637
8638
8639
8640 # Dependency checking.
8641 ac_config_commands="$ac_config_commands depdir"
8642
8643
8644 depcc="$CC" am_compiler_list=
8645
8646 am_depcomp=$ac_aux_dir/depcomp
8647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8648 $as_echo_n "checking dependency style of $depcc... " >&6; }
8649 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8650 $as_echo_n "(cached) " >&6
8651 else
8652 if test -f "$am_depcomp"; then
8653 # We make a subdir and do the tests there. Otherwise we can end up
8654 # making bogus files that we don't know about and never remove. For
8655 # instance it was reported that on HP-UX the gcc test will end up
8656 # making a dummy file named `D' -- because `-MD' means `put the output
8657 # in D'.
8658 mkdir conftest.dir
8659 # Copy depcomp to subdir because otherwise we won't find it if we're
8660 # using a relative directory.
8661 cp "$am_depcomp" conftest.dir
8662 cd conftest.dir
8663 # We will build objects and dependencies in a subdirectory because
8664 # it helps to detect inapplicable dependency modes. For instance
8665 # both Tru64's cc and ICC support -MD to output dependencies as a
8666 # side effect of compilation, but ICC will put the dependencies in
8667 # the current directory while Tru64 will put them in the object
8668 # directory.
8669 mkdir sub
8670
8671 am_cv_CC_dependencies_compiler_type=none
8672 if test "$am_compiler_list" = ""; then
8673 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8674 fi
8675 for depmode in $am_compiler_list; do
8676 if test $depmode = none; then break; fi
8677
8678 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8679 # Setup a source with many dependencies, because some compilers
8680 # like to wrap large dependency lists on column 80 (with \), and
8681 # we should not choose a depcomp mode which is confused by this.
8682 #
8683 # We need to recreate these files for each test, as the compiler may
8684 # overwrite some of them when testing with obscure command lines.
8685 # This happens at least with the AIX C compiler.
8686 : > sub/conftest.c
8687 for i in 1 2 3 4 5 6; do
8688 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8689 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8690 # Solaris 8's {/usr,}/bin/sh.
8691 touch sub/conftst$i.h
8692 done
8693 echo "include sub/conftest.Po" > confmf
8694
8695 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8696 # mode. It turns out that the SunPro C++ compiler does not properly
8697 # handle `-M -o', and we need to detect this.
8698 depcmd="depmode=$depmode \
8699 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8700 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8701 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8702 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8703 if env $depcmd > conftest.err 2>&1 &&
8704 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8705 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8706 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8707 # icc doesn't choke on unknown options, it will just issue warnings
8708 # or remarks (even with -Werror). So we grep stderr for any message
8709 # that says an option was ignored or not supported.
8710 # When given -MP, icc 7.0 and 7.1 complain thusly:
8711 # icc: Command line warning: ignoring option '-M'; no argument required
8712 # The diagnosis changed in icc 8.0:
8713 # icc: Command line remark: option '-MP' not supported
8714 if (grep 'ignoring option' conftest.err ||
8715 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8716 am_cv_CC_dependencies_compiler_type=$depmode
8717 $as_echo "$as_me:$LINENO: success" >&5
8718 break
8719 fi
8720 fi
8721 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8722 sed -e 's/^/| /' < conftest.err >&5
8723 done
8724
8725 cd ..
8726 rm -rf conftest.dir
8727 else
8728 am_cv_CC_dependencies_compiler_type=none
8729 fi
8730
8731 fi
8732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8733 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8734 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8735 then as_fn_error "no usable dependency style found" "$LINENO" 5
8736 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8737
8738 fi
8739
8740
8741 # Check for the 'make' the user wants to use.
8742 for ac_prog in make
8743 do
8744 # Extract the first word of "$ac_prog", so it can be a program name with args.
8745 set dummy $ac_prog; ac_word=$2
8746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8747 $as_echo_n "checking for $ac_word... " >&6; }
8748 if test "${ac_cv_prog_MAKE+set}" = set; then :
8749 $as_echo_n "(cached) " >&6
8750 else
8751 if test -n "$MAKE"; then
8752 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8753 else
8754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8755 for as_dir in $PATH
8756 do
8757 IFS=$as_save_IFS
8758 test -z "$as_dir" && as_dir=.
8759 for ac_exec_ext in '' $ac_executable_extensions; do
8760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8761 ac_cv_prog_MAKE="$ac_prog"
8762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8763 break 2
8764 fi
8765 done
8766 done
8767 IFS=$as_save_IFS
8768
8769 fi
8770 fi
8771 MAKE=$ac_cv_prog_MAKE
8772 if test -n "$MAKE"; then
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8774 $as_echo "$MAKE" >&6; }
8775 else
8776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8777 $as_echo "no" >&6; }
8778 fi
8779
8780
8781 test -n "$MAKE" && break
8782 done
8783
8784 MAKE_IS_GNU=
8785 case "`$MAKE --version 2>&1 | sed 1q`" in
8786 *GNU*)
8787 MAKE_IS_GNU=yes
8788 ;;
8789 esac
8790 if test "$MAKE_IS_GNU" = yes; then
8791 GMAKE_TRUE=
8792 GMAKE_FALSE='#'
8793 else
8794 GMAKE_TRUE='#'
8795 GMAKE_FALSE=
8796 fi
8797
8798
8799 ALL_LINGUAS=
8800 # If we haven't got the data from the intl directory,
8801 # assume NLS is disabled.
8802 USE_NLS=no
8803 LIBINTL=
8804 LIBINTL_DEP=
8805 INCINTL=
8806 XGETTEXT=
8807 GMSGFMT=
8808 POSUB=
8809
8810 if test -f ../../intl/config.intl; then
8811 . ../../intl/config.intl
8812 fi
8813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8814 $as_echo_n "checking whether NLS is requested... " >&6; }
8815 if test x"$USE_NLS" != xyes; then
8816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8817 $as_echo "no" >&6; }
8818 else
8819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8820 $as_echo "yes" >&6; }
8821
8822 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8823
8824
8825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8826 $as_echo_n "checking for catalogs to be installed... " >&6; }
8827 # Look for .po and .gmo files in the source directory.
8828 CATALOGS=
8829 XLINGUAS=
8830 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8831 # If there aren't any .gmo files the shell will give us the
8832 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8833 # weeded out.
8834 case "$cat" in *\**)
8835 continue;;
8836 esac
8837 # The quadruple backslash is collapsed to a double backslash
8838 # by the backticks, then collapsed again by the double quotes,
8839 # leaving us with one backslash in the sed expression (right
8840 # before the dot that mustn't act as a wildcard).
8841 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8842 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8843 # The user is allowed to set LINGUAS to a list of languages to
8844 # install catalogs for. If it's empty that means "all of them."
8845 if test "x$LINGUAS" = x; then
8846 CATALOGS="$CATALOGS $cat"
8847 XLINGUAS="$XLINGUAS $lang"
8848 else
8849 case "$LINGUAS" in *$lang*)
8850 CATALOGS="$CATALOGS $cat"
8851 XLINGUAS="$XLINGUAS $lang"
8852 ;;
8853 esac
8854 fi
8855 done
8856 LINGUAS="$XLINGUAS"
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8858 $as_echo "$LINGUAS" >&6; }
8859
8860
8861 DATADIRNAME=share
8862
8863 INSTOBJEXT=.mo
8864
8865 GENCAT=gencat
8866
8867 CATOBJEXT=.gmo
8868
8869 fi
8870
8871 # Check for common headers.
8872 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8873 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8874 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8875 do :
8876 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8877 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8878 eval as_val=\$$as_ac_Header
8879 if test "x$as_val" = x""yes; then :
8880 cat >>confdefs.h <<_ACEOF
8881 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8882 _ACEOF
8883
8884 fi
8885
8886 done
8887
8888 for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
8889 do :
8890 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8891 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8892 eval as_val=\$$as_ac_Header
8893 if test "x$as_val" = x""yes; then :
8894 cat >>confdefs.h <<_ACEOF
8895 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8896 _ACEOF
8897
8898 fi
8899
8900 done
8901
8902 for ac_header in fcntl.h fpu_control.h
8903 do :
8904 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8905 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8906 eval as_val=\$$as_ac_Header
8907 if test "x$as_val" = x""yes; then :
8908 cat >>confdefs.h <<_ACEOF
8909 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8910 _ACEOF
8911
8912 fi
8913
8914 done
8915
8916 for ac_header in dlfcn.h errno.h sys/stat.h
8917 do :
8918 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8919 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8920 eval as_val=\$$as_ac_Header
8921 if test "x$as_val" = x""yes; then :
8922 cat >>confdefs.h <<_ACEOF
8923 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8924 _ACEOF
8925
8926 fi
8927
8928 done
8929
8930 for ac_func in getrusage time sigaction __setfpucw
8931 do :
8932 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8933 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8934 eval as_val=\$$as_ac_var
8935 if test "x$as_val" = x""yes; then :
8936 cat >>confdefs.h <<_ACEOF
8937 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8938 _ACEOF
8939
8940 fi
8941 done
8942
8943 for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8944 do :
8945 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8946 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8947 eval as_val=\$$as_ac_var
8948 if test "x$as_val" = x""yes; then :
8949 cat >>confdefs.h <<_ACEOF
8950 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8951 _ACEOF
8952
8953 fi
8954 done
8955
8956 ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8957 #include <sys/types.h>
8958 #endif
8959 #ifdef HAVE_SYS_STAT_H
8960 #include <sys/stat.h>
8961 #endif
8962 "
8963 if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8964
8965 cat >>confdefs.h <<_ACEOF
8966 #define HAVE_STRUCT_STAT_ST_DEV 1
8967 _ACEOF
8968
8969
8970 fi
8971 ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8972 #include <sys/types.h>
8973 #endif
8974 #ifdef HAVE_SYS_STAT_H
8975 #include <sys/stat.h>
8976 #endif
8977 "
8978 if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8979
8980 cat >>confdefs.h <<_ACEOF
8981 #define HAVE_STRUCT_STAT_ST_INO 1
8982 _ACEOF
8983
8984
8985 fi
8986 ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8987 #include <sys/types.h>
8988 #endif
8989 #ifdef HAVE_SYS_STAT_H
8990 #include <sys/stat.h>
8991 #endif
8992 "
8993 if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8994
8995 cat >>confdefs.h <<_ACEOF
8996 #define HAVE_STRUCT_STAT_ST_MODE 1
8997 _ACEOF
8998
8999
9000 fi
9001 ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9002 #include <sys/types.h>
9003 #endif
9004 #ifdef HAVE_SYS_STAT_H
9005 #include <sys/stat.h>
9006 #endif
9007 "
9008 if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
9009
9010 cat >>confdefs.h <<_ACEOF
9011 #define HAVE_STRUCT_STAT_ST_NLINK 1
9012 _ACEOF
9013
9014
9015 fi
9016 ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9017 #include <sys/types.h>
9018 #endif
9019 #ifdef HAVE_SYS_STAT_H
9020 #include <sys/stat.h>
9021 #endif
9022 "
9023 if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
9024
9025 cat >>confdefs.h <<_ACEOF
9026 #define HAVE_STRUCT_STAT_ST_UID 1
9027 _ACEOF
9028
9029
9030 fi
9031 ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9032 #include <sys/types.h>
9033 #endif
9034 #ifdef HAVE_SYS_STAT_H
9035 #include <sys/stat.h>
9036 #endif
9037 "
9038 if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9039
9040 cat >>confdefs.h <<_ACEOF
9041 #define HAVE_STRUCT_STAT_ST_GID 1
9042 _ACEOF
9043
9044
9045 fi
9046 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9047 #include <sys/types.h>
9048 #endif
9049 #ifdef HAVE_SYS_STAT_H
9050 #include <sys/stat.h>
9051 #endif
9052 "
9053 if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9054
9055 cat >>confdefs.h <<_ACEOF
9056 #define HAVE_STRUCT_STAT_ST_RDEV 1
9057 _ACEOF
9058
9059
9060 fi
9061 ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9062 #include <sys/types.h>
9063 #endif
9064 #ifdef HAVE_SYS_STAT_H
9065 #include <sys/stat.h>
9066 #endif
9067 "
9068 if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9069
9070 cat >>confdefs.h <<_ACEOF
9071 #define HAVE_STRUCT_STAT_ST_SIZE 1
9072 _ACEOF
9073
9074
9075 fi
9076 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9077 #include <sys/types.h>
9078 #endif
9079 #ifdef HAVE_SYS_STAT_H
9080 #include <sys/stat.h>
9081 #endif
9082 "
9083 if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9084
9085 cat >>confdefs.h <<_ACEOF
9086 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9087 _ACEOF
9088
9089
9090 fi
9091 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9092 #include <sys/types.h>
9093 #endif
9094 #ifdef HAVE_SYS_STAT_H
9095 #include <sys/stat.h>
9096 #endif
9097 "
9098 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9099
9100 cat >>confdefs.h <<_ACEOF
9101 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9102 _ACEOF
9103
9104
9105 fi
9106 ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9107 #include <sys/types.h>
9108 #endif
9109 #ifdef HAVE_SYS_STAT_H
9110 #include <sys/stat.h>
9111 #endif
9112 "
9113 if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9114
9115 cat >>confdefs.h <<_ACEOF
9116 #define HAVE_STRUCT_STAT_ST_ATIME 1
9117 _ACEOF
9118
9119
9120 fi
9121 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9122 #include <sys/types.h>
9123 #endif
9124 #ifdef HAVE_SYS_STAT_H
9125 #include <sys/stat.h>
9126 #endif
9127 "
9128 if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9129
9130 cat >>confdefs.h <<_ACEOF
9131 #define HAVE_STRUCT_STAT_ST_MTIME 1
9132 _ACEOF
9133
9134
9135 fi
9136 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9137 #include <sys/types.h>
9138 #endif
9139 #ifdef HAVE_SYS_STAT_H
9140 #include <sys/stat.h>
9141 #endif
9142 "
9143 if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9144
9145 cat >>confdefs.h <<_ACEOF
9146 #define HAVE_STRUCT_STAT_ST_CTIME 1
9147 _ACEOF
9148
9149
9150 fi
9151
9152 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9153 #include <sys/socket.h>
9154
9155 "
9156 if test "x$ac_cv_type_socklen_t" = x""yes; then :
9157
9158 cat >>confdefs.h <<_ACEOF
9159 #define HAVE_SOCKLEN_T 1
9160 _ACEOF
9161
9162
9163 fi
9164
9165
9166 # Check for socket libraries
9167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9168 $as_echo_n "checking for bind in -lsocket... " >&6; }
9169 if test "${ac_cv_lib_socket_bind+set}" = set; then :
9170 $as_echo_n "(cached) " >&6
9171 else
9172 ac_check_lib_save_LIBS=$LIBS
9173 LIBS="-lsocket $LIBS"
9174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9175 /* end confdefs.h. */
9176
9177 /* Override any GCC internal prototype to avoid an error.
9178 Use char because int might match the return type of a GCC
9179 builtin and then its argument prototype would still apply. */
9180 #ifdef __cplusplus
9181 extern "C"
9182 #endif
9183 char bind ();
9184 int
9185 main ()
9186 {
9187 return bind ();
9188 ;
9189 return 0;
9190 }
9191 _ACEOF
9192 if ac_fn_c_try_link "$LINENO"; then :
9193 ac_cv_lib_socket_bind=yes
9194 else
9195 ac_cv_lib_socket_bind=no
9196 fi
9197 rm -f core conftest.err conftest.$ac_objext \
9198 conftest$ac_exeext conftest.$ac_ext
9199 LIBS=$ac_check_lib_save_LIBS
9200 fi
9201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9202 $as_echo "$ac_cv_lib_socket_bind" >&6; }
9203 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9204 cat >>confdefs.h <<_ACEOF
9205 #define HAVE_LIBSOCKET 1
9206 _ACEOF
9207
9208 LIBS="-lsocket $LIBS"
9209
9210 fi
9211
9212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9213 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9214 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9215 $as_echo_n "(cached) " >&6
9216 else
9217 ac_check_lib_save_LIBS=$LIBS
9218 LIBS="-lnsl $LIBS"
9219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9220 /* end confdefs.h. */
9221
9222 /* Override any GCC internal prototype to avoid an error.
9223 Use char because int might match the return type of a GCC
9224 builtin and then its argument prototype would still apply. */
9225 #ifdef __cplusplus
9226 extern "C"
9227 #endif
9228 char gethostbyname ();
9229 int
9230 main ()
9231 {
9232 return gethostbyname ();
9233 ;
9234 return 0;
9235 }
9236 _ACEOF
9237 if ac_fn_c_try_link "$LINENO"; then :
9238 ac_cv_lib_nsl_gethostbyname=yes
9239 else
9240 ac_cv_lib_nsl_gethostbyname=no
9241 fi
9242 rm -f core conftest.err conftest.$ac_objext \
9243 conftest$ac_exeext conftest.$ac_ext
9244 LIBS=$ac_check_lib_save_LIBS
9245 fi
9246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9247 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9248 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9249 cat >>confdefs.h <<_ACEOF
9250 #define HAVE_LIBNSL 1
9251 _ACEOF
9252
9253 LIBS="-lnsl $LIBS"
9254
9255 fi
9256
9257
9258 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
9259 # using the same condition.
9260
9261 # Use the system's zlib library.
9262 zlibdir="-L\$(top_builddir)/../zlib"
9263 zlibinc="-I\$(top_srcdir)/../zlib"
9264
9265 # Check whether --with-system-zlib was given.
9266 if test "${with_system_zlib+set}" = set; then :
9267 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9268 zlibdir=
9269 zlibinc=
9270 fi
9271
9272 fi
9273
9274
9275
9276
9277
9278 # BFD uses libdl when when plugins enabled.
9279
9280 maybe_plugins=no
9281 for ac_header in dlfcn.h
9282 do :
9283 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9284 "
9285 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9286 cat >>confdefs.h <<_ACEOF
9287 #define HAVE_DLFCN_H 1
9288 _ACEOF
9289 maybe_plugins=yes
9290 fi
9291
9292 done
9293
9294 for ac_header in windows.h
9295 do :
9296 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9297 "
9298 if test "x$ac_cv_header_windows_h" = x""yes; then :
9299 cat >>confdefs.h <<_ACEOF
9300 #define HAVE_WINDOWS_H 1
9301 _ACEOF
9302 maybe_plugins=yes
9303 fi
9304
9305 done
9306
9307
9308 # Check whether --enable-plugins was given.
9309 if test "${enable_plugins+set}" = set; then :
9310 enableval=$enable_plugins; case "${enableval}" in
9311 no) plugins=no ;;
9312 *) plugins=yes
9313 if test "$maybe_plugins" != "yes" ; then
9314 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9315 fi ;;
9316 esac
9317 else
9318 plugins=$maybe_plugins
9319
9320 fi
9321
9322 if test "$plugins" = "yes"; then
9323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9324 $as_echo_n "checking for library containing dlopen... " >&6; }
9325 if test "${ac_cv_search_dlopen+set}" = set; then :
9326 $as_echo_n "(cached) " >&6
9327 else
9328 ac_func_search_save_LIBS=$LIBS
9329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9330 /* end confdefs.h. */
9331
9332 /* Override any GCC internal prototype to avoid an error.
9333 Use char because int might match the return type of a GCC
9334 builtin and then its argument prototype would still apply. */
9335 #ifdef __cplusplus
9336 extern "C"
9337 #endif
9338 char dlopen ();
9339 int
9340 main ()
9341 {
9342 return dlopen ();
9343 ;
9344 return 0;
9345 }
9346 _ACEOF
9347 for ac_lib in '' dl; do
9348 if test -z "$ac_lib"; then
9349 ac_res="none required"
9350 else
9351 ac_res=-l$ac_lib
9352 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9353 fi
9354 if ac_fn_c_try_link "$LINENO"; then :
9355 ac_cv_search_dlopen=$ac_res
9356 fi
9357 rm -f core conftest.err conftest.$ac_objext \
9358 conftest$ac_exeext
9359 if test "${ac_cv_search_dlopen+set}" = set; then :
9360 break
9361 fi
9362 done
9363 if test "${ac_cv_search_dlopen+set}" = set; then :
9364
9365 else
9366 ac_cv_search_dlopen=no
9367 fi
9368 rm conftest.$ac_ext
9369 LIBS=$ac_func_search_save_LIBS
9370 fi
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9372 $as_echo "$ac_cv_search_dlopen" >&6; }
9373 ac_res=$ac_cv_search_dlopen
9374 if test "$ac_res" != no; then :
9375 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9376
9377 fi
9378
9379 fi
9380
9381 if test "$plugins" = yes; then
9382 PLUGINS_TRUE=
9383 PLUGINS_FALSE='#'
9384 else
9385 PLUGINS_TRUE='#'
9386 PLUGINS_FALSE=
9387 fi
9388
9389
9390
9391
9392
9393 # Set options
9394 enable_dlopen=yes
9395
9396
9397
9398
9399 enable_win32_dll=no
9400
9401
9402 # Check whether --enable-shared was given.
9403 if test "${enable_shared+set}" = set; then :
9404 enableval=$enable_shared; p=${PACKAGE-default}
9405 case $enableval in
9406 yes) enable_shared=yes ;;
9407 no) enable_shared=no ;;
9408 *)
9409 enable_shared=no
9410 # Look at the argument we got. We use all the common list separators.
9411 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9412 for pkg in $enableval; do
9413 IFS="$lt_save_ifs"
9414 if test "X$pkg" = "X$p"; then
9415 enable_shared=yes
9416 fi
9417 done
9418 IFS="$lt_save_ifs"
9419 ;;
9420 esac
9421 else
9422 enable_shared=yes
9423 fi
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433 # Check whether --enable-static was given.
9434 if test "${enable_static+set}" = set; then :
9435 enableval=$enable_static; p=${PACKAGE-default}
9436 case $enableval in
9437 yes) enable_static=yes ;;
9438 no) enable_static=no ;;
9439 *)
9440 enable_static=no
9441 # Look at the argument we got. We use all the common list separators.
9442 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9443 for pkg in $enableval; do
9444 IFS="$lt_save_ifs"
9445 if test "X$pkg" = "X$p"; then
9446 enable_static=yes
9447 fi
9448 done
9449 IFS="$lt_save_ifs"
9450 ;;
9451 esac
9452 else
9453 enable_static=yes
9454 fi
9455
9456
9457
9458
9459
9460
9461
9462
9463
9464
9465 # Check whether --with-pic was given.
9466 if test "${with_pic+set}" = set; then :
9467 withval=$with_pic; pic_mode="$withval"
9468 else
9469 pic_mode=default
9470 fi
9471
9472
9473 test -z "$pic_mode" && pic_mode=default
9474
9475
9476
9477
9478
9479
9480
9481 # Check whether --enable-fast-install was given.
9482 if test "${enable_fast_install+set}" = set; then :
9483 enableval=$enable_fast_install; p=${PACKAGE-default}
9484 case $enableval in
9485 yes) enable_fast_install=yes ;;
9486 no) enable_fast_install=no ;;
9487 *)
9488 enable_fast_install=no
9489 # Look at the argument we got. We use all the common list separators.
9490 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9491 for pkg in $enableval; do
9492 IFS="$lt_save_ifs"
9493 if test "X$pkg" = "X$p"; then
9494 enable_fast_install=yes
9495 fi
9496 done
9497 IFS="$lt_save_ifs"
9498 ;;
9499 esac
9500 else
9501 enable_fast_install=yes
9502 fi
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514 # This can be used to rebuild libtool when needed
9515 LIBTOOL_DEPS="$ltmain"
9516
9517 # Always use our own libtool.
9518 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545 test -z "$LN_S" && LN_S="ln -s"
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560 if test -n "${ZSH_VERSION+set}" ; then
9561 setopt NO_GLOB_SUBST
9562 fi
9563
9564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9565 $as_echo_n "checking for objdir... " >&6; }
9566 if test "${lt_cv_objdir+set}" = set; then :
9567 $as_echo_n "(cached) " >&6
9568 else
9569 rm -f .libs 2>/dev/null
9570 mkdir .libs 2>/dev/null
9571 if test -d .libs; then
9572 lt_cv_objdir=.libs
9573 else
9574 # MS-DOS does not allow filenames that begin with a dot.
9575 lt_cv_objdir=_libs
9576 fi
9577 rmdir .libs 2>/dev/null
9578 fi
9579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9580 $as_echo "$lt_cv_objdir" >&6; }
9581 objdir=$lt_cv_objdir
9582
9583
9584
9585
9586
9587 cat >>confdefs.h <<_ACEOF
9588 #define LT_OBJDIR "$lt_cv_objdir/"
9589 _ACEOF
9590
9591
9592
9593
9594 case $host_os in
9595 aix3*)
9596 # AIX sometimes has problems with the GCC collect2 program. For some
9597 # reason, if we set the COLLECT_NAMES environment variable, the problems
9598 # vanish in a puff of smoke.
9599 if test "X${COLLECT_NAMES+set}" != Xset; then
9600 COLLECT_NAMES=
9601 export COLLECT_NAMES
9602 fi
9603 ;;
9604 esac
9605
9606 # Global variables:
9607 ofile=libtool
9608 can_build_shared=yes
9609
9610 # All known linkers require a `.a' archive for static linking (except MSVC,
9611 # which needs '.lib').
9612 libext=a
9613
9614 with_gnu_ld="$lt_cv_prog_gnu_ld"
9615
9616 old_CC="$CC"
9617 old_CFLAGS="$CFLAGS"
9618
9619 # Set sane defaults for various variables
9620 test -z "$CC" && CC=cc
9621 test -z "$LTCC" && LTCC=$CC
9622 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9623 test -z "$LD" && LD=ld
9624 test -z "$ac_objext" && ac_objext=o
9625
9626 for cc_temp in $compiler""; do
9627 case $cc_temp in
9628 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9629 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9630 \-*) ;;
9631 *) break;;
9632 esac
9633 done
9634 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9635
9636
9637 # Only perform the check for file, if the check method requires it
9638 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9639 case $deplibs_check_method in
9640 file_magic*)
9641 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9643 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9644 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9645 $as_echo_n "(cached) " >&6
9646 else
9647 case $MAGIC_CMD in
9648 [\\/*] | ?:[\\/]*)
9649 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9650 ;;
9651 *)
9652 lt_save_MAGIC_CMD="$MAGIC_CMD"
9653 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9654 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9655 for ac_dir in $ac_dummy; do
9656 IFS="$lt_save_ifs"
9657 test -z "$ac_dir" && ac_dir=.
9658 if test -f $ac_dir/${ac_tool_prefix}file; then
9659 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9660 if test -n "$file_magic_test_file"; then
9661 case $deplibs_check_method in
9662 "file_magic "*)
9663 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9664 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9665 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9666 $EGREP "$file_magic_regex" > /dev/null; then
9667 :
9668 else
9669 cat <<_LT_EOF 1>&2
9670
9671 *** Warning: the command libtool uses to detect shared libraries,
9672 *** $file_magic_cmd, produces output that libtool cannot recognize.
9673 *** The result is that libtool may fail to recognize shared libraries
9674 *** as such. This will affect the creation of libtool libraries that
9675 *** depend on shared libraries, but programs linked with such libtool
9676 *** libraries will work regardless of this problem. Nevertheless, you
9677 *** may want to report the problem to your system manager and/or to
9678 *** bug-libtool@gnu.org
9679
9680 _LT_EOF
9681 fi ;;
9682 esac
9683 fi
9684 break
9685 fi
9686 done
9687 IFS="$lt_save_ifs"
9688 MAGIC_CMD="$lt_save_MAGIC_CMD"
9689 ;;
9690 esac
9691 fi
9692
9693 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9694 if test -n "$MAGIC_CMD"; then
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9696 $as_echo "$MAGIC_CMD" >&6; }
9697 else
9698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9699 $as_echo "no" >&6; }
9700 fi
9701
9702
9703
9704
9705
9706 if test -z "$lt_cv_path_MAGIC_CMD"; then
9707 if test -n "$ac_tool_prefix"; then
9708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9709 $as_echo_n "checking for file... " >&6; }
9710 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9711 $as_echo_n "(cached) " >&6
9712 else
9713 case $MAGIC_CMD in
9714 [\\/*] | ?:[\\/]*)
9715 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9716 ;;
9717 *)
9718 lt_save_MAGIC_CMD="$MAGIC_CMD"
9719 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9720 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9721 for ac_dir in $ac_dummy; do
9722 IFS="$lt_save_ifs"
9723 test -z "$ac_dir" && ac_dir=.
9724 if test -f $ac_dir/file; then
9725 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9726 if test -n "$file_magic_test_file"; then
9727 case $deplibs_check_method in
9728 "file_magic "*)
9729 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9730 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9731 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9732 $EGREP "$file_magic_regex" > /dev/null; then
9733 :
9734 else
9735 cat <<_LT_EOF 1>&2
9736
9737 *** Warning: the command libtool uses to detect shared libraries,
9738 *** $file_magic_cmd, produces output that libtool cannot recognize.
9739 *** The result is that libtool may fail to recognize shared libraries
9740 *** as such. This will affect the creation of libtool libraries that
9741 *** depend on shared libraries, but programs linked with such libtool
9742 *** libraries will work regardless of this problem. Nevertheless, you
9743 *** may want to report the problem to your system manager and/or to
9744 *** bug-libtool@gnu.org
9745
9746 _LT_EOF
9747 fi ;;
9748 esac
9749 fi
9750 break
9751 fi
9752 done
9753 IFS="$lt_save_ifs"
9754 MAGIC_CMD="$lt_save_MAGIC_CMD"
9755 ;;
9756 esac
9757 fi
9758
9759 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9760 if test -n "$MAGIC_CMD"; then
9761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9762 $as_echo "$MAGIC_CMD" >&6; }
9763 else
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9765 $as_echo "no" >&6; }
9766 fi
9767
9768
9769 else
9770 MAGIC_CMD=:
9771 fi
9772 fi
9773
9774 fi
9775 ;;
9776 esac
9777
9778 # Use C for the default configuration in the libtool script
9779
9780 lt_save_CC="$CC"
9781 ac_ext=c
9782 ac_cpp='$CPP $CPPFLAGS'
9783 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9784 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9785 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9786
9787
9788 # Source file extension for C test sources.
9789 ac_ext=c
9790
9791 # Object file extension for compiled C test sources.
9792 objext=o
9793 objext=$objext
9794
9795 # Code to be used in simple compile tests
9796 lt_simple_compile_test_code="int some_variable = 0;"
9797
9798 # Code to be used in simple link tests
9799 lt_simple_link_test_code='int main(){return(0);}'
9800
9801
9802
9803
9804
9805
9806
9807 # If no C compiler was specified, use CC.
9808 LTCC=${LTCC-"$CC"}
9809
9810 # If no C compiler flags were specified, use CFLAGS.
9811 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9812
9813 # Allow CC to be a program name with arguments.
9814 compiler=$CC
9815
9816 # Save the default compiler, since it gets overwritten when the other
9817 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9818 compiler_DEFAULT=$CC
9819
9820 # save warnings/boilerplate of simple test code
9821 ac_outfile=conftest.$ac_objext
9822 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9823 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9824 _lt_compiler_boilerplate=`cat conftest.err`
9825 $RM conftest*
9826
9827 ac_outfile=conftest.$ac_objext
9828 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9829 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9830 _lt_linker_boilerplate=`cat conftest.err`
9831 $RM -r conftest*
9832
9833
9834 ## CAVEAT EMPTOR:
9835 ## There is no encapsulation within the following macros, do not change
9836 ## the running order or otherwise move them around unless you know exactly
9837 ## what you are doing...
9838 if test -n "$compiler"; then
9839
9840 lt_prog_compiler_no_builtin_flag=
9841
9842 if test "$GCC" = yes; then
9843 case $cc_basename in
9844 nvcc*)
9845 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9846 *)
9847 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9848 esac
9849
9850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9851 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9852 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9853 $as_echo_n "(cached) " >&6
9854 else
9855 lt_cv_prog_compiler_rtti_exceptions=no
9856 ac_outfile=conftest.$ac_objext
9857 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9858 lt_compiler_flag="-fno-rtti -fno-exceptions"
9859 # Insert the option either (1) after the last *FLAGS variable, or
9860 # (2) before a word containing "conftest.", or (3) at the end.
9861 # Note that $ac_compile itself does not contain backslashes and begins
9862 # with a dollar sign (not a hyphen), so the echo should work correctly.
9863 # The option is referenced via a variable to avoid confusing sed.
9864 lt_compile=`echo "$ac_compile" | $SED \
9865 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9866 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9867 -e 's:$: $lt_compiler_flag:'`
9868 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9869 (eval "$lt_compile" 2>conftest.err)
9870 ac_status=$?
9871 cat conftest.err >&5
9872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9873 if (exit $ac_status) && test -s "$ac_outfile"; then
9874 # The compiler can only warn and ignore the option if not recognized
9875 # So say no if there are warnings other than the usual output.
9876 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9877 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9878 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9879 lt_cv_prog_compiler_rtti_exceptions=yes
9880 fi
9881 fi
9882 $RM conftest*
9883
9884 fi
9885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9886 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9887
9888 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9889 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9890 else
9891 :
9892 fi
9893
9894 fi
9895
9896
9897
9898
9899
9900
9901 lt_prog_compiler_wl=
9902 lt_prog_compiler_pic=
9903 lt_prog_compiler_static=
9904
9905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9906 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9907
9908 if test "$GCC" = yes; then
9909 lt_prog_compiler_wl='-Wl,'
9910 lt_prog_compiler_static='-static'
9911
9912 case $host_os in
9913 aix*)
9914 # All AIX code is PIC.
9915 if test "$host_cpu" = ia64; then
9916 # AIX 5 now supports IA64 processor
9917 lt_prog_compiler_static='-Bstatic'
9918 fi
9919 lt_prog_compiler_pic='-fPIC'
9920 ;;
9921
9922 amigaos*)
9923 case $host_cpu in
9924 powerpc)
9925 # see comment about AmigaOS4 .so support
9926 lt_prog_compiler_pic='-fPIC'
9927 ;;
9928 m68k)
9929 # FIXME: we need at least 68020 code to build shared libraries, but
9930 # adding the `-m68020' flag to GCC prevents building anything better,
9931 # like `-m68040'.
9932 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9933 ;;
9934 esac
9935 ;;
9936
9937 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9938 # PIC is the default for these OSes.
9939 ;;
9940
9941 mingw* | cygwin* | pw32* | os2* | cegcc*)
9942 # This hack is so that the source file can tell whether it is being
9943 # built for inclusion in a dll (and should export symbols for example).
9944 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9945 # (--disable-auto-import) libraries
9946 lt_prog_compiler_pic='-DDLL_EXPORT'
9947 ;;
9948
9949 darwin* | rhapsody*)
9950 # PIC is the default on this platform
9951 # Common symbols not allowed in MH_DYLIB files
9952 lt_prog_compiler_pic='-fno-common'
9953 ;;
9954
9955 haiku*)
9956 # PIC is the default for Haiku.
9957 # The "-static" flag exists, but is broken.
9958 lt_prog_compiler_static=
9959 ;;
9960
9961 hpux*)
9962 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9963 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9964 # sets the default TLS model and affects inlining.
9965 case $host_cpu in
9966 hppa*64*)
9967 # +Z the default
9968 ;;
9969 *)
9970 lt_prog_compiler_pic='-fPIC'
9971 ;;
9972 esac
9973 ;;
9974
9975 interix[3-9]*)
9976 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9977 # Instead, we relocate shared libraries at runtime.
9978 ;;
9979
9980 msdosdjgpp*)
9981 # Just because we use GCC doesn't mean we suddenly get shared libraries
9982 # on systems that don't support them.
9983 lt_prog_compiler_can_build_shared=no
9984 enable_shared=no
9985 ;;
9986
9987 *nto* | *qnx*)
9988 # QNX uses GNU C++, but need to define -shared option too, otherwise
9989 # it will coredump.
9990 lt_prog_compiler_pic='-fPIC -shared'
9991 ;;
9992
9993 sysv4*MP*)
9994 if test -d /usr/nec; then
9995 lt_prog_compiler_pic=-Kconform_pic
9996 fi
9997 ;;
9998
9999 *)
10000 lt_prog_compiler_pic='-fPIC'
10001 ;;
10002 esac
10003
10004 case $cc_basename in
10005 nvcc*) # Cuda Compiler Driver 2.2
10006 lt_prog_compiler_wl='-Xlinker '
10007 lt_prog_compiler_pic='-Xcompiler -fPIC'
10008 ;;
10009 esac
10010 else
10011 # PORTME Check for flag to pass linker flags through the system compiler.
10012 case $host_os in
10013 aix*)
10014 lt_prog_compiler_wl='-Wl,'
10015 if test "$host_cpu" = ia64; then
10016 # AIX 5 now supports IA64 processor
10017 lt_prog_compiler_static='-Bstatic'
10018 else
10019 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10020 fi
10021 ;;
10022
10023 mingw* | cygwin* | pw32* | os2* | cegcc*)
10024 # This hack is so that the source file can tell whether it is being
10025 # built for inclusion in a dll (and should export symbols for example).
10026 lt_prog_compiler_pic='-DDLL_EXPORT'
10027 ;;
10028
10029 hpux9* | hpux10* | hpux11*)
10030 lt_prog_compiler_wl='-Wl,'
10031 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10032 # not for PA HP-UX.
10033 case $host_cpu in
10034 hppa*64*|ia64*)
10035 # +Z the default
10036 ;;
10037 *)
10038 lt_prog_compiler_pic='+Z'
10039 ;;
10040 esac
10041 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10042 lt_prog_compiler_static='${wl}-a ${wl}archive'
10043 ;;
10044
10045 irix5* | irix6* | nonstopux*)
10046 lt_prog_compiler_wl='-Wl,'
10047 # PIC (with -KPIC) is the default.
10048 lt_prog_compiler_static='-non_shared'
10049 ;;
10050
10051 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10052 case $cc_basename in
10053 # old Intel for x86_64 which still supported -KPIC.
10054 ecc*)
10055 lt_prog_compiler_wl='-Wl,'
10056 lt_prog_compiler_pic='-KPIC'
10057 lt_prog_compiler_static='-static'
10058 ;;
10059 # icc used to be incompatible with GCC.
10060 # ICC 10 doesn't accept -KPIC any more.
10061 icc* | ifort*)
10062 lt_prog_compiler_wl='-Wl,'
10063 lt_prog_compiler_pic='-fPIC'
10064 lt_prog_compiler_static='-static'
10065 ;;
10066 # Lahey Fortran 8.1.
10067 lf95*)
10068 lt_prog_compiler_wl='-Wl,'
10069 lt_prog_compiler_pic='--shared'
10070 lt_prog_compiler_static='--static'
10071 ;;
10072 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10073 # Portland Group compilers (*not* the Pentium gcc compiler,
10074 # which looks to be a dead project)
10075 lt_prog_compiler_wl='-Wl,'
10076 lt_prog_compiler_pic='-fpic'
10077 lt_prog_compiler_static='-Bstatic'
10078 ;;
10079 ccc*)
10080 lt_prog_compiler_wl='-Wl,'
10081 # All Alpha code is PIC.
10082 lt_prog_compiler_static='-non_shared'
10083 ;;
10084 xl* | bgxl* | bgf* | mpixl*)
10085 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10086 lt_prog_compiler_wl='-Wl,'
10087 lt_prog_compiler_pic='-qpic'
10088 lt_prog_compiler_static='-qstaticlink'
10089 ;;
10090 *)
10091 case `$CC -V 2>&1 | sed 5q` in
10092 *Sun\ F* | *Sun*Fortran*)
10093 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10094 lt_prog_compiler_pic='-KPIC'
10095 lt_prog_compiler_static='-Bstatic'
10096 lt_prog_compiler_wl=''
10097 ;;
10098 *Sun\ C*)
10099 # Sun C 5.9
10100 lt_prog_compiler_pic='-KPIC'
10101 lt_prog_compiler_static='-Bstatic'
10102 lt_prog_compiler_wl='-Wl,'
10103 ;;
10104 esac
10105 ;;
10106 esac
10107 ;;
10108
10109 newsos6)
10110 lt_prog_compiler_pic='-KPIC'
10111 lt_prog_compiler_static='-Bstatic'
10112 ;;
10113
10114 *nto* | *qnx*)
10115 # QNX uses GNU C++, but need to define -shared option too, otherwise
10116 # it will coredump.
10117 lt_prog_compiler_pic='-fPIC -shared'
10118 ;;
10119
10120 osf3* | osf4* | osf5*)
10121 lt_prog_compiler_wl='-Wl,'
10122 # All OSF/1 code is PIC.
10123 lt_prog_compiler_static='-non_shared'
10124 ;;
10125
10126 rdos*)
10127 lt_prog_compiler_static='-non_shared'
10128 ;;
10129
10130 solaris*)
10131 lt_prog_compiler_pic='-KPIC'
10132 lt_prog_compiler_static='-Bstatic'
10133 case $cc_basename in
10134 f77* | f90* | f95*)
10135 lt_prog_compiler_wl='-Qoption ld ';;
10136 *)
10137 lt_prog_compiler_wl='-Wl,';;
10138 esac
10139 ;;
10140
10141 sunos4*)
10142 lt_prog_compiler_wl='-Qoption ld '
10143 lt_prog_compiler_pic='-PIC'
10144 lt_prog_compiler_static='-Bstatic'
10145 ;;
10146
10147 sysv4 | sysv4.2uw2* | sysv4.3*)
10148 lt_prog_compiler_wl='-Wl,'
10149 lt_prog_compiler_pic='-KPIC'
10150 lt_prog_compiler_static='-Bstatic'
10151 ;;
10152
10153 sysv4*MP*)
10154 if test -d /usr/nec ;then
10155 lt_prog_compiler_pic='-Kconform_pic'
10156 lt_prog_compiler_static='-Bstatic'
10157 fi
10158 ;;
10159
10160 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10161 lt_prog_compiler_wl='-Wl,'
10162 lt_prog_compiler_pic='-KPIC'
10163 lt_prog_compiler_static='-Bstatic'
10164 ;;
10165
10166 unicos*)
10167 lt_prog_compiler_wl='-Wl,'
10168 lt_prog_compiler_can_build_shared=no
10169 ;;
10170
10171 uts4*)
10172 lt_prog_compiler_pic='-pic'
10173 lt_prog_compiler_static='-Bstatic'
10174 ;;
10175
10176 *)
10177 lt_prog_compiler_can_build_shared=no
10178 ;;
10179 esac
10180 fi
10181
10182 case $host_os in
10183 # For platforms which do not support PIC, -DPIC is meaningless:
10184 *djgpp*)
10185 lt_prog_compiler_pic=
10186 ;;
10187 *)
10188 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10189 ;;
10190 esac
10191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10192 $as_echo "$lt_prog_compiler_pic" >&6; }
10193
10194
10195
10196
10197
10198
10199 #
10200 # Check to make sure the PIC flag actually works.
10201 #
10202 if test -n "$lt_prog_compiler_pic"; then
10203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10204 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10205 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10206 $as_echo_n "(cached) " >&6
10207 else
10208 lt_cv_prog_compiler_pic_works=no
10209 ac_outfile=conftest.$ac_objext
10210 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10211 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10212 # Insert the option either (1) after the last *FLAGS variable, or
10213 # (2) before a word containing "conftest.", or (3) at the end.
10214 # Note that $ac_compile itself does not contain backslashes and begins
10215 # with a dollar sign (not a hyphen), so the echo should work correctly.
10216 # The option is referenced via a variable to avoid confusing sed.
10217 lt_compile=`echo "$ac_compile" | $SED \
10218 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10219 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10220 -e 's:$: $lt_compiler_flag:'`
10221 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10222 (eval "$lt_compile" 2>conftest.err)
10223 ac_status=$?
10224 cat conftest.err >&5
10225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10226 if (exit $ac_status) && test -s "$ac_outfile"; then
10227 # The compiler can only warn and ignore the option if not recognized
10228 # So say no if there are warnings other than the usual output.
10229 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10230 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10231 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10232 lt_cv_prog_compiler_pic_works=yes
10233 fi
10234 fi
10235 $RM conftest*
10236
10237 fi
10238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10239 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10240
10241 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10242 case $lt_prog_compiler_pic in
10243 "" | " "*) ;;
10244 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10245 esac
10246 else
10247 lt_prog_compiler_pic=
10248 lt_prog_compiler_can_build_shared=no
10249 fi
10250
10251 fi
10252
10253
10254
10255
10256
10257
10258 #
10259 # Check to make sure the static flag actually works.
10260 #
10261 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10263 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10264 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
10265 $as_echo_n "(cached) " >&6
10266 else
10267 lt_cv_prog_compiler_static_works=no
10268 save_LDFLAGS="$LDFLAGS"
10269 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10270 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10271 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10272 # The linker can only warn and ignore the option if not recognized
10273 # So say no if there are warnings
10274 if test -s conftest.err; then
10275 # Append any errors to the config.log.
10276 cat conftest.err 1>&5
10277 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10278 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10279 if diff conftest.exp conftest.er2 >/dev/null; then
10280 lt_cv_prog_compiler_static_works=yes
10281 fi
10282 else
10283 lt_cv_prog_compiler_static_works=yes
10284 fi
10285 fi
10286 $RM -r conftest*
10287 LDFLAGS="$save_LDFLAGS"
10288
10289 fi
10290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10291 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10292
10293 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10294 :
10295 else
10296 lt_prog_compiler_static=
10297 fi
10298
10299
10300
10301
10302
10303
10304
10305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10306 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10307 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10308 $as_echo_n "(cached) " >&6
10309 else
10310 lt_cv_prog_compiler_c_o=no
10311 $RM -r conftest 2>/dev/null
10312 mkdir conftest
10313 cd conftest
10314 mkdir out
10315 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10316
10317 lt_compiler_flag="-o out/conftest2.$ac_objext"
10318 # Insert the option either (1) after the last *FLAGS variable, or
10319 # (2) before a word containing "conftest.", or (3) at the end.
10320 # Note that $ac_compile itself does not contain backslashes and begins
10321 # with a dollar sign (not a hyphen), so the echo should work correctly.
10322 lt_compile=`echo "$ac_compile" | $SED \
10323 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10324 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10325 -e 's:$: $lt_compiler_flag:'`
10326 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10327 (eval "$lt_compile" 2>out/conftest.err)
10328 ac_status=$?
10329 cat out/conftest.err >&5
10330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10331 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10332 then
10333 # The compiler can only warn and ignore the option if not recognized
10334 # So say no if there are warnings
10335 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10336 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10337 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10338 lt_cv_prog_compiler_c_o=yes
10339 fi
10340 fi
10341 chmod u+w . 2>&5
10342 $RM conftest*
10343 # SGI C++ compiler will create directory out/ii_files/ for
10344 # template instantiation
10345 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10346 $RM out/* && rmdir out
10347 cd ..
10348 $RM -r conftest
10349 $RM conftest*
10350
10351 fi
10352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10353 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10354
10355
10356
10357
10358
10359
10360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10361 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10362 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10363 $as_echo_n "(cached) " >&6
10364 else
10365 lt_cv_prog_compiler_c_o=no
10366 $RM -r conftest 2>/dev/null
10367 mkdir conftest
10368 cd conftest
10369 mkdir out
10370 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10371
10372 lt_compiler_flag="-o out/conftest2.$ac_objext"
10373 # Insert the option either (1) after the last *FLAGS variable, or
10374 # (2) before a word containing "conftest.", or (3) at the end.
10375 # Note that $ac_compile itself does not contain backslashes and begins
10376 # with a dollar sign (not a hyphen), so the echo should work correctly.
10377 lt_compile=`echo "$ac_compile" | $SED \
10378 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10379 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10380 -e 's:$: $lt_compiler_flag:'`
10381 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10382 (eval "$lt_compile" 2>out/conftest.err)
10383 ac_status=$?
10384 cat out/conftest.err >&5
10385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10386 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10387 then
10388 # The compiler can only warn and ignore the option if not recognized
10389 # So say no if there are warnings
10390 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10391 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10392 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10393 lt_cv_prog_compiler_c_o=yes
10394 fi
10395 fi
10396 chmod u+w . 2>&5
10397 $RM conftest*
10398 # SGI C++ compiler will create directory out/ii_files/ for
10399 # template instantiation
10400 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10401 $RM out/* && rmdir out
10402 cd ..
10403 $RM -r conftest
10404 $RM conftest*
10405
10406 fi
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10408 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10409
10410
10411
10412
10413 hard_links="nottested"
10414 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10415 # do not overwrite the value of need_locks provided by the user
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10417 $as_echo_n "checking if we can lock with hard links... " >&6; }
10418 hard_links=yes
10419 $RM conftest*
10420 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10421 touch conftest.a
10422 ln conftest.a conftest.b 2>&5 || hard_links=no
10423 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10425 $as_echo "$hard_links" >&6; }
10426 if test "$hard_links" = no; then
10427 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10428 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10429 need_locks=warn
10430 fi
10431 else
10432 need_locks=no
10433 fi
10434
10435
10436
10437
10438
10439
10440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10441 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10442
10443 runpath_var=
10444 allow_undefined_flag=
10445 always_export_symbols=no
10446 archive_cmds=
10447 archive_expsym_cmds=
10448 compiler_needs_object=no
10449 enable_shared_with_static_runtimes=no
10450 export_dynamic_flag_spec=
10451 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10452 hardcode_automatic=no
10453 hardcode_direct=no
10454 hardcode_direct_absolute=no
10455 hardcode_libdir_flag_spec=
10456 hardcode_libdir_flag_spec_ld=
10457 hardcode_libdir_separator=
10458 hardcode_minus_L=no
10459 hardcode_shlibpath_var=unsupported
10460 inherit_rpath=no
10461 link_all_deplibs=unknown
10462 module_cmds=
10463 module_expsym_cmds=
10464 old_archive_from_new_cmds=
10465 old_archive_from_expsyms_cmds=
10466 thread_safe_flag_spec=
10467 whole_archive_flag_spec=
10468 # include_expsyms should be a list of space-separated symbols to be *always*
10469 # included in the symbol list
10470 include_expsyms=
10471 # exclude_expsyms can be an extended regexp of symbols to exclude
10472 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10473 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10474 # as well as any symbol that contains `d'.
10475 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10476 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10477 # platforms (ab)use it in PIC code, but their linkers get confused if
10478 # the symbol is explicitly referenced. Since portable code cannot
10479 # rely on this symbol name, it's probably fine to never include it in
10480 # preloaded symbol tables.
10481 # Exclude shared library initialization/finalization symbols.
10482 extract_expsyms_cmds=
10483
10484 case $host_os in
10485 cygwin* | mingw* | pw32* | cegcc*)
10486 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10487 # When not using gcc, we currently assume that we are using
10488 # Microsoft Visual C++.
10489 if test "$GCC" != yes; then
10490 with_gnu_ld=no
10491 fi
10492 ;;
10493 interix*)
10494 # we just hope/assume this is gcc and not c89 (= MSVC++)
10495 with_gnu_ld=yes
10496 ;;
10497 openbsd*)
10498 with_gnu_ld=no
10499 ;;
10500 esac
10501
10502 ld_shlibs=yes
10503
10504 # On some targets, GNU ld is compatible enough with the native linker
10505 # that we're better off using the native interface for both.
10506 lt_use_gnu_ld_interface=no
10507 if test "$with_gnu_ld" = yes; then
10508 case $host_os in
10509 aix*)
10510 # The AIX port of GNU ld has always aspired to compatibility
10511 # with the native linker. However, as the warning in the GNU ld
10512 # block says, versions before 2.19.5* couldn't really create working
10513 # shared libraries, regardless of the interface used.
10514 case `$LD -v 2>&1` in
10515 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10516 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10517 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10518 *)
10519 lt_use_gnu_ld_interface=yes
10520 ;;
10521 esac
10522 ;;
10523 *)
10524 lt_use_gnu_ld_interface=yes
10525 ;;
10526 esac
10527 fi
10528
10529 if test "$lt_use_gnu_ld_interface" = yes; then
10530 # If archive_cmds runs LD, not CC, wlarc should be empty
10531 wlarc='${wl}'
10532
10533 # Set some defaults for GNU ld with shared library support. These
10534 # are reset later if shared libraries are not supported. Putting them
10535 # here allows them to be overridden if necessary.
10536 runpath_var=LD_RUN_PATH
10537 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10538 export_dynamic_flag_spec='${wl}--export-dynamic'
10539 # ancient GNU ld didn't support --whole-archive et. al.
10540 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10541 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10542 else
10543 whole_archive_flag_spec=
10544 fi
10545 supports_anon_versioning=no
10546 case `$LD -v 2>&1` in
10547 *GNU\ gold*) supports_anon_versioning=yes ;;
10548 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10549 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10550 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10551 *\ 2.11.*) ;; # other 2.11 versions
10552 *) supports_anon_versioning=yes ;;
10553 esac
10554
10555 # See if GNU ld supports shared libraries.
10556 case $host_os in
10557 aix[3-9]*)
10558 # On AIX/PPC, the GNU linker is very broken
10559 if test "$host_cpu" != ia64; then
10560 ld_shlibs=no
10561 cat <<_LT_EOF 1>&2
10562
10563 *** Warning: the GNU linker, at least up to release 2.19, is reported
10564 *** to be unable to reliably create shared libraries on AIX.
10565 *** Therefore, libtool is disabling shared libraries support. If you
10566 *** really care for shared libraries, you may want to install binutils
10567 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10568 *** You will then need to restart the configuration process.
10569
10570 _LT_EOF
10571 fi
10572 ;;
10573
10574 amigaos*)
10575 case $host_cpu in
10576 powerpc)
10577 # see comment about AmigaOS4 .so support
10578 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10579 archive_expsym_cmds=''
10580 ;;
10581 m68k)
10582 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)'
10583 hardcode_libdir_flag_spec='-L$libdir'
10584 hardcode_minus_L=yes
10585 ;;
10586 esac
10587 ;;
10588
10589 beos*)
10590 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10591 allow_undefined_flag=unsupported
10592 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10593 # support --undefined. This deserves some investigation. FIXME
10594 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10595 else
10596 ld_shlibs=no
10597 fi
10598 ;;
10599
10600 cygwin* | mingw* | pw32* | cegcc*)
10601 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10602 # as there is no search path for DLLs.
10603 hardcode_libdir_flag_spec='-L$libdir'
10604 export_dynamic_flag_spec='${wl}--export-all-symbols'
10605 allow_undefined_flag=unsupported
10606 always_export_symbols=no
10607 enable_shared_with_static_runtimes=yes
10608 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10609
10610 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10611 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10612 # If the export-symbols file already is a .def file (1st line
10613 # is EXPORTS), use it as is; otherwise, prepend...
10614 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10615 cp $export_symbols $output_objdir/$soname.def;
10616 else
10617 echo EXPORTS > $output_objdir/$soname.def;
10618 cat $export_symbols >> $output_objdir/$soname.def;
10619 fi~
10620 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10621 else
10622 ld_shlibs=no
10623 fi
10624 ;;
10625
10626 haiku*)
10627 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10628 link_all_deplibs=yes
10629 ;;
10630
10631 interix[3-9]*)
10632 hardcode_direct=no
10633 hardcode_shlibpath_var=no
10634 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10635 export_dynamic_flag_spec='${wl}-E'
10636 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10637 # Instead, shared libraries are loaded at an image base (0x10000000 by
10638 # default) and relocated if they conflict, which is a slow very memory
10639 # consuming and fragmenting process. To avoid this, we pick a random,
10640 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10641 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10642 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10643 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'
10644 ;;
10645
10646 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10647 tmp_diet=no
10648 if test "$host_os" = linux-dietlibc; then
10649 case $cc_basename in
10650 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10651 esac
10652 fi
10653 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10654 && test "$tmp_diet" = no
10655 then
10656 tmp_addflag=' $pic_flag'
10657 tmp_sharedflag='-shared'
10658 case $cc_basename,$host_cpu in
10659 pgcc*) # Portland Group C compiler
10660 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'
10661 tmp_addflag=' $pic_flag'
10662 ;;
10663 pgf77* | pgf90* | pgf95* | pgfortran*)
10664 # Portland Group f77 and f90 compilers
10665 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'
10666 tmp_addflag=' $pic_flag -Mnomain' ;;
10667 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10668 tmp_addflag=' -i_dynamic' ;;
10669 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10670 tmp_addflag=' -i_dynamic -nofor_main' ;;
10671 ifc* | ifort*) # Intel Fortran compiler
10672 tmp_addflag=' -nofor_main' ;;
10673 lf95*) # Lahey Fortran 8.1
10674 whole_archive_flag_spec=
10675 tmp_sharedflag='--shared' ;;
10676 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10677 tmp_sharedflag='-qmkshrobj'
10678 tmp_addflag= ;;
10679 nvcc*) # Cuda Compiler Driver 2.2
10680 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'
10681 compiler_needs_object=yes
10682 ;;
10683 esac
10684 case `$CC -V 2>&1 | sed 5q` in
10685 *Sun\ C*) # Sun C 5.9
10686 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'
10687 compiler_needs_object=yes
10688 tmp_sharedflag='-G' ;;
10689 *Sun\ F*) # Sun Fortran 8.3
10690 tmp_sharedflag='-G' ;;
10691 esac
10692 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10693
10694 if test "x$supports_anon_versioning" = xyes; then
10695 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10696 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10697 echo "local: *; };" >> $output_objdir/$libname.ver~
10698 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10699 fi
10700
10701 case $cc_basename in
10702 xlf* | bgf* | bgxlf* | mpixlf*)
10703 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10704 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10705 hardcode_libdir_flag_spec=
10706 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10707 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10708 if test "x$supports_anon_versioning" = xyes; then
10709 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10710 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10711 echo "local: *; };" >> $output_objdir/$libname.ver~
10712 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10713 fi
10714 ;;
10715 esac
10716 else
10717 ld_shlibs=no
10718 fi
10719 ;;
10720
10721 netbsd*)
10722 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10723 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10724 wlarc=
10725 else
10726 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10727 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10728 fi
10729 ;;
10730
10731 solaris*)
10732 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10733 ld_shlibs=no
10734 cat <<_LT_EOF 1>&2
10735
10736 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10737 *** create shared libraries on Solaris systems. Therefore, libtool
10738 *** is disabling shared libraries support. We urge you to upgrade GNU
10739 *** binutils to release 2.9.1 or newer. Another option is to modify
10740 *** your PATH or compiler configuration so that the native linker is
10741 *** used, and then restart.
10742
10743 _LT_EOF
10744 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10745 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10746 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10747 else
10748 ld_shlibs=no
10749 fi
10750 ;;
10751
10752 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10753 case `$LD -v 2>&1` in
10754 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10755 ld_shlibs=no
10756 cat <<_LT_EOF 1>&2
10757
10758 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10759 *** reliably create shared libraries on SCO systems. Therefore, libtool
10760 *** is disabling shared libraries support. We urge you to upgrade GNU
10761 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10762 *** your PATH or compiler configuration so that the native linker is
10763 *** used, and then restart.
10764
10765 _LT_EOF
10766 ;;
10767 *)
10768 # For security reasons, it is highly recommended that you always
10769 # use absolute paths for naming shared libraries, and exclude the
10770 # DT_RUNPATH tag from executables and libraries. But doing so
10771 # requires that you compile everything twice, which is a pain.
10772 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10773 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10774 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10775 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10776 else
10777 ld_shlibs=no
10778 fi
10779 ;;
10780 esac
10781 ;;
10782
10783 sunos4*)
10784 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10785 wlarc=
10786 hardcode_direct=yes
10787 hardcode_shlibpath_var=no
10788 ;;
10789
10790 *)
10791 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10792 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10793 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10794 else
10795 ld_shlibs=no
10796 fi
10797 ;;
10798 esac
10799
10800 if test "$ld_shlibs" = no; then
10801 runpath_var=
10802 hardcode_libdir_flag_spec=
10803 export_dynamic_flag_spec=
10804 whole_archive_flag_spec=
10805 fi
10806 else
10807 # PORTME fill in a description of your system's linker (not GNU ld)
10808 case $host_os in
10809 aix3*)
10810 allow_undefined_flag=unsupported
10811 always_export_symbols=yes
10812 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'
10813 # Note: this linker hardcodes the directories in LIBPATH if there
10814 # are no directories specified by -L.
10815 hardcode_minus_L=yes
10816 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10817 # Neither direct hardcoding nor static linking is supported with a
10818 # broken collect2.
10819 hardcode_direct=unsupported
10820 fi
10821 ;;
10822
10823 aix[4-9]*)
10824 if test "$host_cpu" = ia64; then
10825 # On IA64, the linker does run time linking by default, so we don't
10826 # have to do anything special.
10827 aix_use_runtimelinking=no
10828 exp_sym_flag='-Bexport'
10829 no_entry_flag=""
10830 else
10831 # If we're using GNU nm, then we don't want the "-C" option.
10832 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10833 # Also, AIX nm treats weak defined symbols like other global
10834 # defined symbols, whereas GNU nm marks them as "W".
10835 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10836 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'
10837 else
10838 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10839 fi
10840 aix_use_runtimelinking=no
10841
10842 # Test if we are trying to use run time linking or normal
10843 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10844 # need to do runtime linking.
10845 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10846 for ld_flag in $LDFLAGS; do
10847 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10848 aix_use_runtimelinking=yes
10849 break
10850 fi
10851 done
10852 ;;
10853 esac
10854
10855 exp_sym_flag='-bexport'
10856 no_entry_flag='-bnoentry'
10857 fi
10858
10859 # When large executables or shared objects are built, AIX ld can
10860 # have problems creating the table of contents. If linking a library
10861 # or program results in "error TOC overflow" add -mminimal-toc to
10862 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10863 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10864
10865 archive_cmds=''
10866 hardcode_direct=yes
10867 hardcode_direct_absolute=yes
10868 hardcode_libdir_separator=':'
10869 link_all_deplibs=yes
10870 file_list_spec='${wl}-f,'
10871
10872 if test "$GCC" = yes; then
10873 case $host_os in aix4.[012]|aix4.[012].*)
10874 # We only want to do this on AIX 4.2 and lower, the check
10875 # below for broken collect2 doesn't work under 4.3+
10876 collect2name=`${CC} -print-prog-name=collect2`
10877 if test -f "$collect2name" &&
10878 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10879 then
10880 # We have reworked collect2
10881 :
10882 else
10883 # We have old collect2
10884 hardcode_direct=unsupported
10885 # It fails to find uninstalled libraries when the uninstalled
10886 # path is not listed in the libpath. Setting hardcode_minus_L
10887 # to unsupported forces relinking
10888 hardcode_minus_L=yes
10889 hardcode_libdir_flag_spec='-L$libdir'
10890 hardcode_libdir_separator=
10891 fi
10892 ;;
10893 esac
10894 shared_flag='-shared'
10895 if test "$aix_use_runtimelinking" = yes; then
10896 shared_flag="$shared_flag "'${wl}-G'
10897 fi
10898 else
10899 # not using gcc
10900 if test "$host_cpu" = ia64; then
10901 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10902 # chokes on -Wl,-G. The following line is correct:
10903 shared_flag='-G'
10904 else
10905 if test "$aix_use_runtimelinking" = yes; then
10906 shared_flag='${wl}-G'
10907 else
10908 shared_flag='${wl}-bM:SRE'
10909 fi
10910 fi
10911 fi
10912
10913 export_dynamic_flag_spec='${wl}-bexpall'
10914 # It seems that -bexpall does not export symbols beginning with
10915 # underscore (_), so it is better to generate a list of symbols to export.
10916 always_export_symbols=yes
10917 if test "$aix_use_runtimelinking" = yes; then
10918 # Warning - without using the other runtime loading flags (-brtl),
10919 # -berok will link without error, but may produce a broken library.
10920 allow_undefined_flag='-berok'
10921 # Determine the default libpath from the value encoded in an
10922 # empty executable.
10923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10924 /* end confdefs.h. */
10925
10926 int
10927 main ()
10928 {
10929
10930 ;
10931 return 0;
10932 }
10933 _ACEOF
10934 if ac_fn_c_try_link "$LINENO"; then :
10935
10936 lt_aix_libpath_sed='
10937 /Import File Strings/,/^$/ {
10938 /^0/ {
10939 s/^0 *\(.*\)$/\1/
10940 p
10941 }
10942 }'
10943 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10944 # Check for a 64-bit object if we didn't find anything.
10945 if test -z "$aix_libpath"; then
10946 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10947 fi
10948 fi
10949 rm -f core conftest.err conftest.$ac_objext \
10950 conftest$ac_exeext conftest.$ac_ext
10951 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10952
10953 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10954 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"
10955 else
10956 if test "$host_cpu" = ia64; then
10957 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10958 allow_undefined_flag="-z nodefs"
10959 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"
10960 else
10961 # Determine the default libpath from the value encoded in an
10962 # empty executable.
10963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10964 /* end confdefs.h. */
10965
10966 int
10967 main ()
10968 {
10969
10970 ;
10971 return 0;
10972 }
10973 _ACEOF
10974 if ac_fn_c_try_link "$LINENO"; then :
10975
10976 lt_aix_libpath_sed='
10977 /Import File Strings/,/^$/ {
10978 /^0/ {
10979 s/^0 *\(.*\)$/\1/
10980 p
10981 }
10982 }'
10983 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10984 # Check for a 64-bit object if we didn't find anything.
10985 if test -z "$aix_libpath"; then
10986 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10987 fi
10988 fi
10989 rm -f core conftest.err conftest.$ac_objext \
10990 conftest$ac_exeext conftest.$ac_ext
10991 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10992
10993 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10994 # Warning - without using the other run time loading flags,
10995 # -berok will link without error, but may produce a broken library.
10996 no_undefined_flag=' ${wl}-bernotok'
10997 allow_undefined_flag=' ${wl}-berok'
10998 if test "$with_gnu_ld" = yes; then
10999 # We only use this code for GNU lds that support --whole-archive.
11000 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11001 else
11002 # Exported symbols can be pulled into shared objects from archives
11003 whole_archive_flag_spec='$convenience'
11004 fi
11005 archive_cmds_need_lc=yes
11006 # This is similar to how AIX traditionally builds its shared libraries.
11007 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'
11008 fi
11009 fi
11010 ;;
11011
11012 amigaos*)
11013 case $host_cpu in
11014 powerpc)
11015 # see comment about AmigaOS4 .so support
11016 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11017 archive_expsym_cmds=''
11018 ;;
11019 m68k)
11020 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)'
11021 hardcode_libdir_flag_spec='-L$libdir'
11022 hardcode_minus_L=yes
11023 ;;
11024 esac
11025 ;;
11026
11027 bsdi[45]*)
11028 export_dynamic_flag_spec=-rdynamic
11029 ;;
11030
11031 cygwin* | mingw* | pw32* | cegcc*)
11032 # When not using gcc, we currently assume that we are using
11033 # Microsoft Visual C++.
11034 # hardcode_libdir_flag_spec is actually meaningless, as there is
11035 # no search path for DLLs.
11036 hardcode_libdir_flag_spec=' '
11037 allow_undefined_flag=unsupported
11038 # Tell ltmain to make .lib files, not .a files.
11039 libext=lib
11040 # Tell ltmain to make .dll files, not .so files.
11041 shrext_cmds=".dll"
11042 # FIXME: Setting linknames here is a bad hack.
11043 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11044 # The linker will automatically build a .lib file if we build a DLL.
11045 old_archive_from_new_cmds='true'
11046 # FIXME: Should let the user specify the lib program.
11047 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11048 fix_srcfile_path='`cygpath -w "$srcfile"`'
11049 enable_shared_with_static_runtimes=yes
11050 ;;
11051
11052 darwin* | rhapsody*)
11053
11054
11055 archive_cmds_need_lc=no
11056 hardcode_direct=no
11057 hardcode_automatic=yes
11058 hardcode_shlibpath_var=unsupported
11059 if test "$lt_cv_ld_force_load" = "yes"; then
11060 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\"`'
11061 else
11062 whole_archive_flag_spec=''
11063 fi
11064 link_all_deplibs=yes
11065 allow_undefined_flag="$_lt_dar_allow_undefined"
11066 case $cc_basename in
11067 ifort*) _lt_dar_can_shared=yes ;;
11068 *) _lt_dar_can_shared=$GCC ;;
11069 esac
11070 if test "$_lt_dar_can_shared" = "yes"; then
11071 output_verbose_link_cmd=func_echo_all
11072 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11073 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11074 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}"
11075 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}"
11076
11077 else
11078 ld_shlibs=no
11079 fi
11080
11081 ;;
11082
11083 dgux*)
11084 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11085 hardcode_libdir_flag_spec='-L$libdir'
11086 hardcode_shlibpath_var=no
11087 ;;
11088
11089 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11090 # support. Future versions do this automatically, but an explicit c++rt0.o
11091 # does not break anything, and helps significantly (at the cost of a little
11092 # extra space).
11093 freebsd2.2*)
11094 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11095 hardcode_libdir_flag_spec='-R$libdir'
11096 hardcode_direct=yes
11097 hardcode_shlibpath_var=no
11098 ;;
11099
11100 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11101 freebsd2.*)
11102 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11103 hardcode_direct=yes
11104 hardcode_minus_L=yes
11105 hardcode_shlibpath_var=no
11106 ;;
11107
11108 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11109 freebsd* | dragonfly*)
11110 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11111 hardcode_libdir_flag_spec='-R$libdir'
11112 hardcode_direct=yes
11113 hardcode_shlibpath_var=no
11114 ;;
11115
11116 hpux9*)
11117 if test "$GCC" = yes; then
11118 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'
11119 else
11120 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'
11121 fi
11122 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11123 hardcode_libdir_separator=:
11124 hardcode_direct=yes
11125
11126 # hardcode_minus_L: Not really in the search PATH,
11127 # but as the default location of the library.
11128 hardcode_minus_L=yes
11129 export_dynamic_flag_spec='${wl}-E'
11130 ;;
11131
11132 hpux10*)
11133 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11134 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11135 else
11136 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11137 fi
11138 if test "$with_gnu_ld" = no; then
11139 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11140 hardcode_libdir_flag_spec_ld='+b $libdir'
11141 hardcode_libdir_separator=:
11142 hardcode_direct=yes
11143 hardcode_direct_absolute=yes
11144 export_dynamic_flag_spec='${wl}-E'
11145 # hardcode_minus_L: Not really in the search PATH,
11146 # but as the default location of the library.
11147 hardcode_minus_L=yes
11148 fi
11149 ;;
11150
11151 hpux11*)
11152 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11153 case $host_cpu in
11154 hppa*64*)
11155 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11156 ;;
11157 ia64*)
11158 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11159 ;;
11160 *)
11161 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11162 ;;
11163 esac
11164 else
11165 case $host_cpu in
11166 hppa*64*)
11167 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11168 ;;
11169 ia64*)
11170 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11171 ;;
11172 *)
11173
11174 # Older versions of the 11.00 compiler do not understand -b yet
11175 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11177 $as_echo_n "checking if $CC understands -b... " >&6; }
11178 if test "${lt_cv_prog_compiler__b+set}" = set; then :
11179 $as_echo_n "(cached) " >&6
11180 else
11181 lt_cv_prog_compiler__b=no
11182 save_LDFLAGS="$LDFLAGS"
11183 LDFLAGS="$LDFLAGS -b"
11184 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11185 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11186 # The linker can only warn and ignore the option if not recognized
11187 # So say no if there are warnings
11188 if test -s conftest.err; then
11189 # Append any errors to the config.log.
11190 cat conftest.err 1>&5
11191 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11192 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11193 if diff conftest.exp conftest.er2 >/dev/null; then
11194 lt_cv_prog_compiler__b=yes
11195 fi
11196 else
11197 lt_cv_prog_compiler__b=yes
11198 fi
11199 fi
11200 $RM -r conftest*
11201 LDFLAGS="$save_LDFLAGS"
11202
11203 fi
11204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11205 $as_echo "$lt_cv_prog_compiler__b" >&6; }
11206
11207 if test x"$lt_cv_prog_compiler__b" = xyes; then
11208 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11209 else
11210 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11211 fi
11212
11213 ;;
11214 esac
11215 fi
11216 if test "$with_gnu_ld" = no; then
11217 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11218 hardcode_libdir_separator=:
11219
11220 case $host_cpu in
11221 hppa*64*|ia64*)
11222 hardcode_direct=no
11223 hardcode_shlibpath_var=no
11224 ;;
11225 *)
11226 hardcode_direct=yes
11227 hardcode_direct_absolute=yes
11228 export_dynamic_flag_spec='${wl}-E'
11229
11230 # hardcode_minus_L: Not really in the search PATH,
11231 # but as the default location of the library.
11232 hardcode_minus_L=yes
11233 ;;
11234 esac
11235 fi
11236 ;;
11237
11238 irix5* | irix6* | nonstopux*)
11239 if test "$GCC" = yes; then
11240 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'
11241 # Try to use the -exported_symbol ld option, if it does not
11242 # work, assume that -exports_file does not work either and
11243 # implicitly export all symbols.
11244 save_LDFLAGS="$LDFLAGS"
11245 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11247 /* end confdefs.h. */
11248 int foo(void) {}
11249 _ACEOF
11250 if ac_fn_c_try_link "$LINENO"; then :
11251 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'
11252
11253 fi
11254 rm -f core conftest.err conftest.$ac_objext \
11255 conftest$ac_exeext conftest.$ac_ext
11256 LDFLAGS="$save_LDFLAGS"
11257 else
11258 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'
11259 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'
11260 fi
11261 archive_cmds_need_lc='no'
11262 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11263 hardcode_libdir_separator=:
11264 inherit_rpath=yes
11265 link_all_deplibs=yes
11266 ;;
11267
11268 netbsd*)
11269 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11270 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11271 else
11272 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11273 fi
11274 hardcode_libdir_flag_spec='-R$libdir'
11275 hardcode_direct=yes
11276 hardcode_shlibpath_var=no
11277 ;;
11278
11279 newsos6)
11280 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11281 hardcode_direct=yes
11282 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11283 hardcode_libdir_separator=:
11284 hardcode_shlibpath_var=no
11285 ;;
11286
11287 *nto* | *qnx*)
11288 ;;
11289
11290 openbsd*)
11291 if test -f /usr/libexec/ld.so; then
11292 hardcode_direct=yes
11293 hardcode_shlibpath_var=no
11294 hardcode_direct_absolute=yes
11295 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11296 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11297 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11298 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11299 export_dynamic_flag_spec='${wl}-E'
11300 else
11301 case $host_os in
11302 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11303 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11304 hardcode_libdir_flag_spec='-R$libdir'
11305 ;;
11306 *)
11307 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11308 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11309 ;;
11310 esac
11311 fi
11312 else
11313 ld_shlibs=no
11314 fi
11315 ;;
11316
11317 os2*)
11318 hardcode_libdir_flag_spec='-L$libdir'
11319 hardcode_minus_L=yes
11320 allow_undefined_flag=unsupported
11321 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'
11322 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11323 ;;
11324
11325 osf3*)
11326 if test "$GCC" = yes; then
11327 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11328 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11329 else
11330 allow_undefined_flag=' -expect_unresolved \*'
11331 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'
11332 fi
11333 archive_cmds_need_lc='no'
11334 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11335 hardcode_libdir_separator=:
11336 ;;
11337
11338 osf4* | osf5*) # as osf3* with the addition of -msym flag
11339 if test "$GCC" = yes; then
11340 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11341 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'
11342 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11343 else
11344 allow_undefined_flag=' -expect_unresolved \*'
11345 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'
11346 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~
11347 $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'
11348
11349 # Both c and cxx compiler support -rpath directly
11350 hardcode_libdir_flag_spec='-rpath $libdir'
11351 fi
11352 archive_cmds_need_lc='no'
11353 hardcode_libdir_separator=:
11354 ;;
11355
11356 solaris*)
11357 no_undefined_flag=' -z defs'
11358 if test "$GCC" = yes; then
11359 wlarc='${wl}'
11360 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11361 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11362 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11363 else
11364 case `$CC -V 2>&1` in
11365 *"Compilers 5.0"*)
11366 wlarc=''
11367 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11368 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11369 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11370 ;;
11371 *)
11372 wlarc='${wl}'
11373 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11374 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11375 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11376 ;;
11377 esac
11378 fi
11379 hardcode_libdir_flag_spec='-R$libdir'
11380 hardcode_shlibpath_var=no
11381 case $host_os in
11382 solaris2.[0-5] | solaris2.[0-5].*) ;;
11383 *)
11384 # The compiler driver will combine and reorder linker options,
11385 # but understands `-z linker_flag'. GCC discards it without `$wl',
11386 # but is careful enough not to reorder.
11387 # Supported since Solaris 2.6 (maybe 2.5.1?)
11388 if test "$GCC" = yes; then
11389 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11390 else
11391 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11392 fi
11393 ;;
11394 esac
11395 link_all_deplibs=yes
11396 ;;
11397
11398 sunos4*)
11399 if test "x$host_vendor" = xsequent; then
11400 # Use $CC to link under sequent, because it throws in some extra .o
11401 # files that make .init and .fini sections work.
11402 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11403 else
11404 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11405 fi
11406 hardcode_libdir_flag_spec='-L$libdir'
11407 hardcode_direct=yes
11408 hardcode_minus_L=yes
11409 hardcode_shlibpath_var=no
11410 ;;
11411
11412 sysv4)
11413 case $host_vendor in
11414 sni)
11415 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11416 hardcode_direct=yes # is this really true???
11417 ;;
11418 siemens)
11419 ## LD is ld it makes a PLAMLIB
11420 ## CC just makes a GrossModule.
11421 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11422 reload_cmds='$CC -r -o $output$reload_objs'
11423 hardcode_direct=no
11424 ;;
11425 motorola)
11426 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11427 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11428 ;;
11429 esac
11430 runpath_var='LD_RUN_PATH'
11431 hardcode_shlibpath_var=no
11432 ;;
11433
11434 sysv4.3*)
11435 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11436 hardcode_shlibpath_var=no
11437 export_dynamic_flag_spec='-Bexport'
11438 ;;
11439
11440 sysv4*MP*)
11441 if test -d /usr/nec; then
11442 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11443 hardcode_shlibpath_var=no
11444 runpath_var=LD_RUN_PATH
11445 hardcode_runpath_var=yes
11446 ld_shlibs=yes
11447 fi
11448 ;;
11449
11450 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11451 no_undefined_flag='${wl}-z,text'
11452 archive_cmds_need_lc=no
11453 hardcode_shlibpath_var=no
11454 runpath_var='LD_RUN_PATH'
11455
11456 if test "$GCC" = yes; then
11457 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11458 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11459 else
11460 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11461 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11462 fi
11463 ;;
11464
11465 sysv5* | sco3.2v5* | sco5v6*)
11466 # Note: We can NOT use -z defs as we might desire, because we do not
11467 # link with -lc, and that would cause any symbols used from libc to
11468 # always be unresolved, which means just about no library would
11469 # ever link correctly. If we're not using GNU ld we use -z text
11470 # though, which does catch some bad symbols but isn't as heavy-handed
11471 # as -z defs.
11472 no_undefined_flag='${wl}-z,text'
11473 allow_undefined_flag='${wl}-z,nodefs'
11474 archive_cmds_need_lc=no
11475 hardcode_shlibpath_var=no
11476 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11477 hardcode_libdir_separator=':'
11478 link_all_deplibs=yes
11479 export_dynamic_flag_spec='${wl}-Bexport'
11480 runpath_var='LD_RUN_PATH'
11481
11482 if test "$GCC" = yes; then
11483 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11484 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11485 else
11486 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11487 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11488 fi
11489 ;;
11490
11491 uts4*)
11492 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11493 hardcode_libdir_flag_spec='-L$libdir'
11494 hardcode_shlibpath_var=no
11495 ;;
11496
11497 *)
11498 ld_shlibs=no
11499 ;;
11500 esac
11501
11502 if test x$host_vendor = xsni; then
11503 case $host in
11504 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11505 export_dynamic_flag_spec='${wl}-Blargedynsym'
11506 ;;
11507 esac
11508 fi
11509 fi
11510
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11512 $as_echo "$ld_shlibs" >&6; }
11513 test "$ld_shlibs" = no && can_build_shared=no
11514
11515 with_gnu_ld=$with_gnu_ld
11516
11517
11518
11519
11520
11521
11522
11523
11524
11525
11526
11527
11528
11529
11530
11531 #
11532 # Do we need to explicitly link libc?
11533 #
11534 case "x$archive_cmds_need_lc" in
11535 x|xyes)
11536 # Assume -lc should be added
11537 archive_cmds_need_lc=yes
11538
11539 if test "$enable_shared" = yes && test "$GCC" = yes; then
11540 case $archive_cmds in
11541 *'~'*)
11542 # FIXME: we may have to deal with multi-command sequences.
11543 ;;
11544 '$CC '*)
11545 # Test whether the compiler implicitly links with -lc since on some
11546 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11547 # to ld, don't add -lc before -lgcc.
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11549 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11550 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11551 $as_echo_n "(cached) " >&6
11552 else
11553 $RM conftest*
11554 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11555
11556 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11557 (eval $ac_compile) 2>&5
11558 ac_status=$?
11559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11560 test $ac_status = 0; } 2>conftest.err; then
11561 soname=conftest
11562 lib=conftest
11563 libobjs=conftest.$ac_objext
11564 deplibs=
11565 wl=$lt_prog_compiler_wl
11566 pic_flag=$lt_prog_compiler_pic
11567 compiler_flags=-v
11568 linker_flags=-v
11569 verstring=
11570 output_objdir=.
11571 libname=conftest
11572 lt_save_allow_undefined_flag=$allow_undefined_flag
11573 allow_undefined_flag=
11574 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11575 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11576 ac_status=$?
11577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11578 test $ac_status = 0; }
11579 then
11580 lt_cv_archive_cmds_need_lc=no
11581 else
11582 lt_cv_archive_cmds_need_lc=yes
11583 fi
11584 allow_undefined_flag=$lt_save_allow_undefined_flag
11585 else
11586 cat conftest.err 1>&5
11587 fi
11588 $RM conftest*
11589
11590 fi
11591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11592 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11593 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11594 ;;
11595 esac
11596 fi
11597 ;;
11598 esac
11599
11600
11601
11602
11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11757 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11758
11759 if test "$GCC" = yes; then
11760 case $host_os in
11761 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11762 *) lt_awk_arg="/^libraries:/" ;;
11763 esac
11764 case $host_os in
11765 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11766 *) lt_sed_strip_eq="s,=/,/,g" ;;
11767 esac
11768 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11769 case $lt_search_path_spec in
11770 *\;*)
11771 # if the path contains ";" then we assume it to be the separator
11772 # otherwise default to the standard path separator (i.e. ":") - it is
11773 # assumed that no part of a normal pathname contains ";" but that should
11774 # okay in the real world where ";" in dirpaths is itself problematic.
11775 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11776 ;;
11777 *)
11778 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11779 ;;
11780 esac
11781 # Ok, now we have the path, separated by spaces, we can step through it
11782 # and add multilib dir if necessary.
11783 lt_tmp_lt_search_path_spec=
11784 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11785 for lt_sys_path in $lt_search_path_spec; do
11786 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11787 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11788 else
11789 test -d "$lt_sys_path" && \
11790 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11791 fi
11792 done
11793 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11794 BEGIN {RS=" "; FS="/|\n";} {
11795 lt_foo="";
11796 lt_count=0;
11797 for (lt_i = NF; lt_i > 0; lt_i--) {
11798 if ($lt_i != "" && $lt_i != ".") {
11799 if ($lt_i == "..") {
11800 lt_count++;
11801 } else {
11802 if (lt_count == 0) {
11803 lt_foo="/" $lt_i lt_foo;
11804 } else {
11805 lt_count--;
11806 }
11807 }
11808 }
11809 }
11810 if (lt_foo != "") { lt_freq[lt_foo]++; }
11811 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11812 }'`
11813 # AWK program above erroneously prepends '/' to C:/dos/paths
11814 # for these hosts.
11815 case $host_os in
11816 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11817 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11818 esac
11819 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11820 else
11821 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11822 fi
11823 library_names_spec=
11824 libname_spec='lib$name'
11825 soname_spec=
11826 shrext_cmds=".so"
11827 postinstall_cmds=
11828 postuninstall_cmds=
11829 finish_cmds=
11830 finish_eval=
11831 shlibpath_var=
11832 shlibpath_overrides_runpath=unknown
11833 version_type=none
11834 dynamic_linker="$host_os ld.so"
11835 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11836 need_lib_prefix=unknown
11837 hardcode_into_libs=no
11838
11839 # when you set need_version to no, make sure it does not cause -set_version
11840 # flags to be left without arguments
11841 need_version=unknown
11842
11843 case $host_os in
11844 aix3*)
11845 version_type=linux
11846 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11847 shlibpath_var=LIBPATH
11848
11849 # AIX 3 has no versioning support, so we append a major version to the name.
11850 soname_spec='${libname}${release}${shared_ext}$major'
11851 ;;
11852
11853 aix[4-9]*)
11854 version_type=linux
11855 need_lib_prefix=no
11856 need_version=no
11857 hardcode_into_libs=yes
11858 if test "$host_cpu" = ia64; then
11859 # AIX 5 supports IA64
11860 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11861 shlibpath_var=LD_LIBRARY_PATH
11862 else
11863 # With GCC up to 2.95.x, collect2 would create an import file
11864 # for dependence libraries. The import file would start with
11865 # the line `#! .'. This would cause the generated library to
11866 # depend on `.', always an invalid library. This was fixed in
11867 # development snapshots of GCC prior to 3.0.
11868 case $host_os in
11869 aix4 | aix4.[01] | aix4.[01].*)
11870 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11871 echo ' yes '
11872 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11873 :
11874 else
11875 can_build_shared=no
11876 fi
11877 ;;
11878 esac
11879 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11880 # soname into executable. Probably we can add versioning support to
11881 # collect2, so additional links can be useful in future.
11882 if test "$aix_use_runtimelinking" = yes; then
11883 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11884 # instead of lib<name>.a to let people know that these are not
11885 # typical AIX shared libraries.
11886 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11887 else
11888 # We preserve .a as extension for shared libraries through AIX4.2
11889 # and later when we are not doing run time linking.
11890 library_names_spec='${libname}${release}.a $libname.a'
11891 soname_spec='${libname}${release}${shared_ext}$major'
11892 fi
11893 shlibpath_var=LIBPATH
11894 fi
11895 ;;
11896
11897 amigaos*)
11898 case $host_cpu in
11899 powerpc)
11900 # Since July 2007 AmigaOS4 officially supports .so libraries.
11901 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11902 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11903 ;;
11904 m68k)
11905 library_names_spec='$libname.ixlibrary $libname.a'
11906 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11907 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'
11908 ;;
11909 esac
11910 ;;
11911
11912 beos*)
11913 library_names_spec='${libname}${shared_ext}'
11914 dynamic_linker="$host_os ld.so"
11915 shlibpath_var=LIBRARY_PATH
11916 ;;
11917
11918 bsdi[45]*)
11919 version_type=linux
11920 need_version=no
11921 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11922 soname_spec='${libname}${release}${shared_ext}$major'
11923 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11924 shlibpath_var=LD_LIBRARY_PATH
11925 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11926 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11927 # the default ld.so.conf also contains /usr/contrib/lib and
11928 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11929 # libtool to hard-code these into programs
11930 ;;
11931
11932 cygwin* | mingw* | pw32* | cegcc*)
11933 version_type=windows
11934 shrext_cmds=".dll"
11935 need_version=no
11936 need_lib_prefix=no
11937
11938 case $GCC,$host_os in
11939 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11940 library_names_spec='$libname.dll.a'
11941 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11942 postinstall_cmds='base_file=`basename \${file}`~
11943 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11944 dldir=$destdir/`dirname \$dlpath`~
11945 test -d \$dldir || mkdir -p \$dldir~
11946 $install_prog $dir/$dlname \$dldir/$dlname~
11947 chmod a+x \$dldir/$dlname~
11948 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11949 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11950 fi'
11951 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11952 dlpath=$dir/\$dldll~
11953 $RM \$dlpath'
11954 shlibpath_overrides_runpath=yes
11955
11956 case $host_os in
11957 cygwin*)
11958 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11959 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11960
11961 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11962 ;;
11963 mingw* | cegcc*)
11964 # MinGW DLLs use traditional 'lib' prefix
11965 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11966 ;;
11967 pw32*)
11968 # pw32 DLLs use 'pw' prefix rather than 'lib'
11969 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11970 ;;
11971 esac
11972 ;;
11973
11974 *)
11975 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11976 ;;
11977 esac
11978 dynamic_linker='Win32 ld.exe'
11979 # FIXME: first we should search . and the directory the executable is in
11980 shlibpath_var=PATH
11981 ;;
11982
11983 darwin* | rhapsody*)
11984 dynamic_linker="$host_os dyld"
11985 version_type=darwin
11986 need_lib_prefix=no
11987 need_version=no
11988 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11989 soname_spec='${libname}${release}${major}$shared_ext'
11990 shlibpath_overrides_runpath=yes
11991 shlibpath_var=DYLD_LIBRARY_PATH
11992 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11993
11994 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11995 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11996 ;;
11997
11998 dgux*)
11999 version_type=linux
12000 need_lib_prefix=no
12001 need_version=no
12002 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12003 soname_spec='${libname}${release}${shared_ext}$major'
12004 shlibpath_var=LD_LIBRARY_PATH
12005 ;;
12006
12007 freebsd* | dragonfly*)
12008 # DragonFly does not have aout. When/if they implement a new
12009 # versioning mechanism, adjust this.
12010 if test -x /usr/bin/objformat; then
12011 objformat=`/usr/bin/objformat`
12012 else
12013 case $host_os in
12014 freebsd[23].*) objformat=aout ;;
12015 *) objformat=elf ;;
12016 esac
12017 fi
12018 version_type=freebsd-$objformat
12019 case $version_type in
12020 freebsd-elf*)
12021 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12022 need_version=no
12023 need_lib_prefix=no
12024 ;;
12025 freebsd-*)
12026 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12027 need_version=yes
12028 ;;
12029 esac
12030 shlibpath_var=LD_LIBRARY_PATH
12031 case $host_os in
12032 freebsd2.*)
12033 shlibpath_overrides_runpath=yes
12034 ;;
12035 freebsd3.[01]* | freebsdelf3.[01]*)
12036 shlibpath_overrides_runpath=yes
12037 hardcode_into_libs=yes
12038 ;;
12039 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12040 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12041 shlibpath_overrides_runpath=no
12042 hardcode_into_libs=yes
12043 ;;
12044 *) # from 4.6 on, and DragonFly
12045 shlibpath_overrides_runpath=yes
12046 hardcode_into_libs=yes
12047 ;;
12048 esac
12049 ;;
12050
12051 gnu*)
12052 version_type=linux
12053 need_lib_prefix=no
12054 need_version=no
12055 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12056 soname_spec='${libname}${release}${shared_ext}$major'
12057 shlibpath_var=LD_LIBRARY_PATH
12058 hardcode_into_libs=yes
12059 ;;
12060
12061 haiku*)
12062 version_type=linux
12063 need_lib_prefix=no
12064 need_version=no
12065 dynamic_linker="$host_os runtime_loader"
12066 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12067 soname_spec='${libname}${release}${shared_ext}$major'
12068 shlibpath_var=LIBRARY_PATH
12069 shlibpath_overrides_runpath=yes
12070 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12071 hardcode_into_libs=yes
12072 ;;
12073
12074 hpux9* | hpux10* | hpux11*)
12075 # Give a soname corresponding to the major version so that dld.sl refuses to
12076 # link against other versions.
12077 version_type=sunos
12078 need_lib_prefix=no
12079 need_version=no
12080 case $host_cpu in
12081 ia64*)
12082 shrext_cmds='.so'
12083 hardcode_into_libs=yes
12084 dynamic_linker="$host_os dld.so"
12085 shlibpath_var=LD_LIBRARY_PATH
12086 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12087 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12088 soname_spec='${libname}${release}${shared_ext}$major'
12089 if test "X$HPUX_IA64_MODE" = X32; then
12090 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12091 else
12092 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12093 fi
12094 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12095 ;;
12096 hppa*64*)
12097 shrext_cmds='.sl'
12098 hardcode_into_libs=yes
12099 dynamic_linker="$host_os dld.sl"
12100 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12101 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12102 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12103 soname_spec='${libname}${release}${shared_ext}$major'
12104 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12105 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12106 ;;
12107 *)
12108 shrext_cmds='.sl'
12109 dynamic_linker="$host_os dld.sl"
12110 shlibpath_var=SHLIB_PATH
12111 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12112 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12113 soname_spec='${libname}${release}${shared_ext}$major'
12114 ;;
12115 esac
12116 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12117 postinstall_cmds='chmod 555 $lib'
12118 # or fails outright, so override atomically:
12119 install_override_mode=555
12120 ;;
12121
12122 interix[3-9]*)
12123 version_type=linux
12124 need_lib_prefix=no
12125 need_version=no
12126 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12127 soname_spec='${libname}${release}${shared_ext}$major'
12128 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12129 shlibpath_var=LD_LIBRARY_PATH
12130 shlibpath_overrides_runpath=no
12131 hardcode_into_libs=yes
12132 ;;
12133
12134 irix5* | irix6* | nonstopux*)
12135 case $host_os in
12136 nonstopux*) version_type=nonstopux ;;
12137 *)
12138 if test "$lt_cv_prog_gnu_ld" = yes; then
12139 version_type=linux
12140 else
12141 version_type=irix
12142 fi ;;
12143 esac
12144 need_lib_prefix=no
12145 need_version=no
12146 soname_spec='${libname}${release}${shared_ext}$major'
12147 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12148 case $host_os in
12149 irix5* | nonstopux*)
12150 libsuff= shlibsuff=
12151 ;;
12152 *)
12153 case $LD in # libtool.m4 will add one of these switches to LD
12154 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12155 libsuff= shlibsuff= libmagic=32-bit;;
12156 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12157 libsuff=32 shlibsuff=N32 libmagic=N32;;
12158 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12159 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12160 *) libsuff= shlibsuff= libmagic=never-match;;
12161 esac
12162 ;;
12163 esac
12164 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12165 shlibpath_overrides_runpath=no
12166 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12167 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12168 hardcode_into_libs=yes
12169 ;;
12170
12171 # No shared lib support for Linux oldld, aout, or coff.
12172 linux*oldld* | linux*aout* | linux*coff*)
12173 dynamic_linker=no
12174 ;;
12175
12176 # This must be Linux ELF.
12177 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12178 version_type=linux
12179 need_lib_prefix=no
12180 need_version=no
12181 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12182 soname_spec='${libname}${release}${shared_ext}$major'
12183 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12184 shlibpath_var=LD_LIBRARY_PATH
12185 shlibpath_overrides_runpath=no
12186
12187 # Some binutils ld are patched to set DT_RUNPATH
12188 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
12189 $as_echo_n "(cached) " >&6
12190 else
12191 lt_cv_shlibpath_overrides_runpath=no
12192 save_LDFLAGS=$LDFLAGS
12193 save_libdir=$libdir
12194 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12195 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12197 /* end confdefs.h. */
12198
12199 int
12200 main ()
12201 {
12202
12203 ;
12204 return 0;
12205 }
12206 _ACEOF
12207 if ac_fn_c_try_link "$LINENO"; then :
12208 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12209 lt_cv_shlibpath_overrides_runpath=yes
12210 fi
12211 fi
12212 rm -f core conftest.err conftest.$ac_objext \
12213 conftest$ac_exeext conftest.$ac_ext
12214 LDFLAGS=$save_LDFLAGS
12215 libdir=$save_libdir
12216
12217 fi
12218
12219 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12220
12221 # This implies no fast_install, which is unacceptable.
12222 # Some rework will be needed to allow for fast_install
12223 # before this can be enabled.
12224 hardcode_into_libs=yes
12225
12226 # Append ld.so.conf contents to the search path
12227 if test -f /etc/ld.so.conf; then
12228 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' ' '`
12229 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12230 fi
12231
12232 # We used to test for /lib/ld.so.1 and disable shared libraries on
12233 # powerpc, because MkLinux only supported shared libraries with the
12234 # GNU dynamic linker. Since this was broken with cross compilers,
12235 # most powerpc-linux boxes support dynamic linking these days and
12236 # people can always --disable-shared, the test was removed, and we
12237 # assume the GNU/Linux dynamic linker is in use.
12238 dynamic_linker='GNU/Linux ld.so'
12239 ;;
12240
12241 netbsd*)
12242 version_type=sunos
12243 need_lib_prefix=no
12244 need_version=no
12245 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12246 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12247 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12248 dynamic_linker='NetBSD (a.out) ld.so'
12249 else
12250 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12251 soname_spec='${libname}${release}${shared_ext}$major'
12252 dynamic_linker='NetBSD ld.elf_so'
12253 fi
12254 shlibpath_var=LD_LIBRARY_PATH
12255 shlibpath_overrides_runpath=yes
12256 hardcode_into_libs=yes
12257 ;;
12258
12259 newsos6)
12260 version_type=linux
12261 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12262 shlibpath_var=LD_LIBRARY_PATH
12263 shlibpath_overrides_runpath=yes
12264 ;;
12265
12266 *nto* | *qnx*)
12267 version_type=qnx
12268 need_lib_prefix=no
12269 need_version=no
12270 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12271 soname_spec='${libname}${release}${shared_ext}$major'
12272 shlibpath_var=LD_LIBRARY_PATH
12273 shlibpath_overrides_runpath=no
12274 hardcode_into_libs=yes
12275 dynamic_linker='ldqnx.so'
12276 ;;
12277
12278 openbsd*)
12279 version_type=sunos
12280 sys_lib_dlsearch_path_spec="/usr/lib"
12281 need_lib_prefix=no
12282 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12283 case $host_os in
12284 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12285 *) need_version=no ;;
12286 esac
12287 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12288 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12289 shlibpath_var=LD_LIBRARY_PATH
12290 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12291 case $host_os in
12292 openbsd2.[89] | openbsd2.[89].*)
12293 shlibpath_overrides_runpath=no
12294 ;;
12295 *)
12296 shlibpath_overrides_runpath=yes
12297 ;;
12298 esac
12299 else
12300 shlibpath_overrides_runpath=yes
12301 fi
12302 ;;
12303
12304 os2*)
12305 libname_spec='$name'
12306 shrext_cmds=".dll"
12307 need_lib_prefix=no
12308 library_names_spec='$libname${shared_ext} $libname.a'
12309 dynamic_linker='OS/2 ld.exe'
12310 shlibpath_var=LIBPATH
12311 ;;
12312
12313 osf3* | osf4* | osf5*)
12314 version_type=osf
12315 need_lib_prefix=no
12316 need_version=no
12317 soname_spec='${libname}${release}${shared_ext}$major'
12318 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12319 shlibpath_var=LD_LIBRARY_PATH
12320 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12321 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12322 ;;
12323
12324 rdos*)
12325 dynamic_linker=no
12326 ;;
12327
12328 solaris*)
12329 version_type=linux
12330 need_lib_prefix=no
12331 need_version=no
12332 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12333 soname_spec='${libname}${release}${shared_ext}$major'
12334 shlibpath_var=LD_LIBRARY_PATH
12335 shlibpath_overrides_runpath=yes
12336 hardcode_into_libs=yes
12337 # ldd complains unless libraries are executable
12338 postinstall_cmds='chmod +x $lib'
12339 ;;
12340
12341 sunos4*)
12342 version_type=sunos
12343 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12344 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12345 shlibpath_var=LD_LIBRARY_PATH
12346 shlibpath_overrides_runpath=yes
12347 if test "$with_gnu_ld" = yes; then
12348 need_lib_prefix=no
12349 fi
12350 need_version=yes
12351 ;;
12352
12353 sysv4 | sysv4.3*)
12354 version_type=linux
12355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12356 soname_spec='${libname}${release}${shared_ext}$major'
12357 shlibpath_var=LD_LIBRARY_PATH
12358 case $host_vendor in
12359 sni)
12360 shlibpath_overrides_runpath=no
12361 need_lib_prefix=no
12362 runpath_var=LD_RUN_PATH
12363 ;;
12364 siemens)
12365 need_lib_prefix=no
12366 ;;
12367 motorola)
12368 need_lib_prefix=no
12369 need_version=no
12370 shlibpath_overrides_runpath=no
12371 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12372 ;;
12373 esac
12374 ;;
12375
12376 sysv4*MP*)
12377 if test -d /usr/nec ;then
12378 version_type=linux
12379 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12380 soname_spec='$libname${shared_ext}.$major'
12381 shlibpath_var=LD_LIBRARY_PATH
12382 fi
12383 ;;
12384
12385 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12386 version_type=freebsd-elf
12387 need_lib_prefix=no
12388 need_version=no
12389 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12390 soname_spec='${libname}${release}${shared_ext}$major'
12391 shlibpath_var=LD_LIBRARY_PATH
12392 shlibpath_overrides_runpath=yes
12393 hardcode_into_libs=yes
12394 if test "$with_gnu_ld" = yes; then
12395 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12396 else
12397 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12398 case $host_os in
12399 sco3.2v5*)
12400 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12401 ;;
12402 esac
12403 fi
12404 sys_lib_dlsearch_path_spec='/usr/lib'
12405 ;;
12406
12407 tpf*)
12408 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12409 version_type=linux
12410 need_lib_prefix=no
12411 need_version=no
12412 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12413 shlibpath_var=LD_LIBRARY_PATH
12414 shlibpath_overrides_runpath=no
12415 hardcode_into_libs=yes
12416 ;;
12417
12418 uts4*)
12419 version_type=linux
12420 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12421 soname_spec='${libname}${release}${shared_ext}$major'
12422 shlibpath_var=LD_LIBRARY_PATH
12423 ;;
12424
12425 *)
12426 dynamic_linker=no
12427 ;;
12428 esac
12429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12430 $as_echo "$dynamic_linker" >&6; }
12431 test "$dynamic_linker" = no && can_build_shared=no
12432
12433 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12434 if test "$GCC" = yes; then
12435 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12436 fi
12437
12438 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12439 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12440 fi
12441 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12442 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12443 fi
12444
12445
12446
12447
12448
12449
12450
12451
12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
12473
12474
12475
12476
12477
12478
12479
12480
12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
12520
12521
12522
12523
12524
12525
12526
12527
12528
12529
12530
12531
12532
12533
12534
12535
12536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12537 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12538 hardcode_action=
12539 if test -n "$hardcode_libdir_flag_spec" ||
12540 test -n "$runpath_var" ||
12541 test "X$hardcode_automatic" = "Xyes" ; then
12542
12543 # We can hardcode non-existent directories.
12544 if test "$hardcode_direct" != no &&
12545 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12546 # have to relink, otherwise we might link with an installed library
12547 # when we should be linking with a yet-to-be-installed one
12548 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12549 test "$hardcode_minus_L" != no; then
12550 # Linking always hardcodes the temporary library directory.
12551 hardcode_action=relink
12552 else
12553 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12554 hardcode_action=immediate
12555 fi
12556 else
12557 # We cannot hardcode anything, or else we can only hardcode existing
12558 # directories.
12559 hardcode_action=unsupported
12560 fi
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12562 $as_echo "$hardcode_action" >&6; }
12563
12564 if test "$hardcode_action" = relink ||
12565 test "$inherit_rpath" = yes; then
12566 # Fast installation is not supported
12567 enable_fast_install=no
12568 elif test "$shlibpath_overrides_runpath" = yes ||
12569 test "$enable_shared" = no; then
12570 # Fast installation is not necessary
12571 enable_fast_install=needless
12572 fi
12573
12574
12575
12576
12577
12578
12579 if test "x$enable_dlopen" != xyes; then
12580 enable_dlopen=unknown
12581 enable_dlopen_self=unknown
12582 enable_dlopen_self_static=unknown
12583 else
12584 lt_cv_dlopen=no
12585 lt_cv_dlopen_libs=
12586
12587 case $host_os in
12588 beos*)
12589 lt_cv_dlopen="load_add_on"
12590 lt_cv_dlopen_libs=
12591 lt_cv_dlopen_self=yes
12592 ;;
12593
12594 mingw* | pw32* | cegcc*)
12595 lt_cv_dlopen="LoadLibrary"
12596 lt_cv_dlopen_libs=
12597 ;;
12598
12599 cygwin*)
12600 lt_cv_dlopen="dlopen"
12601 lt_cv_dlopen_libs=
12602 ;;
12603
12604 darwin*)
12605 # if libdl is installed we need to link against it
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12607 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12608 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12609 $as_echo_n "(cached) " >&6
12610 else
12611 ac_check_lib_save_LIBS=$LIBS
12612 LIBS="-ldl $LIBS"
12613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12614 /* end confdefs.h. */
12615
12616 /* Override any GCC internal prototype to avoid an error.
12617 Use char because int might match the return type of a GCC
12618 builtin and then its argument prototype would still apply. */
12619 #ifdef __cplusplus
12620 extern "C"
12621 #endif
12622 char dlopen ();
12623 int
12624 main ()
12625 {
12626 return dlopen ();
12627 ;
12628 return 0;
12629 }
12630 _ACEOF
12631 if ac_fn_c_try_link "$LINENO"; then :
12632 ac_cv_lib_dl_dlopen=yes
12633 else
12634 ac_cv_lib_dl_dlopen=no
12635 fi
12636 rm -f core conftest.err conftest.$ac_objext \
12637 conftest$ac_exeext conftest.$ac_ext
12638 LIBS=$ac_check_lib_save_LIBS
12639 fi
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12641 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12642 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12643 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12644 else
12645
12646 lt_cv_dlopen="dyld"
12647 lt_cv_dlopen_libs=
12648 lt_cv_dlopen_self=yes
12649
12650 fi
12651
12652 ;;
12653
12654 *)
12655 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12656 if test "x$ac_cv_func_shl_load" = x""yes; then :
12657 lt_cv_dlopen="shl_load"
12658 else
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12660 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12661 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12662 $as_echo_n "(cached) " >&6
12663 else
12664 ac_check_lib_save_LIBS=$LIBS
12665 LIBS="-ldld $LIBS"
12666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12667 /* end confdefs.h. */
12668
12669 /* Override any GCC internal prototype to avoid an error.
12670 Use char because int might match the return type of a GCC
12671 builtin and then its argument prototype would still apply. */
12672 #ifdef __cplusplus
12673 extern "C"
12674 #endif
12675 char shl_load ();
12676 int
12677 main ()
12678 {
12679 return shl_load ();
12680 ;
12681 return 0;
12682 }
12683 _ACEOF
12684 if ac_fn_c_try_link "$LINENO"; then :
12685 ac_cv_lib_dld_shl_load=yes
12686 else
12687 ac_cv_lib_dld_shl_load=no
12688 fi
12689 rm -f core conftest.err conftest.$ac_objext \
12690 conftest$ac_exeext conftest.$ac_ext
12691 LIBS=$ac_check_lib_save_LIBS
12692 fi
12693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12694 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12695 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12696 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12697 else
12698 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12699 if test "x$ac_cv_func_dlopen" = x""yes; then :
12700 lt_cv_dlopen="dlopen"
12701 else
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12703 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12704 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12705 $as_echo_n "(cached) " >&6
12706 else
12707 ac_check_lib_save_LIBS=$LIBS
12708 LIBS="-ldl $LIBS"
12709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12710 /* end confdefs.h. */
12711
12712 /* Override any GCC internal prototype to avoid an error.
12713 Use char because int might match the return type of a GCC
12714 builtin and then its argument prototype would still apply. */
12715 #ifdef __cplusplus
12716 extern "C"
12717 #endif
12718 char dlopen ();
12719 int
12720 main ()
12721 {
12722 return dlopen ();
12723 ;
12724 return 0;
12725 }
12726 _ACEOF
12727 if ac_fn_c_try_link "$LINENO"; then :
12728 ac_cv_lib_dl_dlopen=yes
12729 else
12730 ac_cv_lib_dl_dlopen=no
12731 fi
12732 rm -f core conftest.err conftest.$ac_objext \
12733 conftest$ac_exeext conftest.$ac_ext
12734 LIBS=$ac_check_lib_save_LIBS
12735 fi
12736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12737 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12738 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12739 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12740 else
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12742 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12743 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12744 $as_echo_n "(cached) " >&6
12745 else
12746 ac_check_lib_save_LIBS=$LIBS
12747 LIBS="-lsvld $LIBS"
12748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12749 /* end confdefs.h. */
12750
12751 /* Override any GCC internal prototype to avoid an error.
12752 Use char because int might match the return type of a GCC
12753 builtin and then its argument prototype would still apply. */
12754 #ifdef __cplusplus
12755 extern "C"
12756 #endif
12757 char dlopen ();
12758 int
12759 main ()
12760 {
12761 return dlopen ();
12762 ;
12763 return 0;
12764 }
12765 _ACEOF
12766 if ac_fn_c_try_link "$LINENO"; then :
12767 ac_cv_lib_svld_dlopen=yes
12768 else
12769 ac_cv_lib_svld_dlopen=no
12770 fi
12771 rm -f core conftest.err conftest.$ac_objext \
12772 conftest$ac_exeext conftest.$ac_ext
12773 LIBS=$ac_check_lib_save_LIBS
12774 fi
12775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12776 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12777 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12778 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12779 else
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12781 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12782 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12783 $as_echo_n "(cached) " >&6
12784 else
12785 ac_check_lib_save_LIBS=$LIBS
12786 LIBS="-ldld $LIBS"
12787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12788 /* end confdefs.h. */
12789
12790 /* Override any GCC internal prototype to avoid an error.
12791 Use char because int might match the return type of a GCC
12792 builtin and then its argument prototype would still apply. */
12793 #ifdef __cplusplus
12794 extern "C"
12795 #endif
12796 char dld_link ();
12797 int
12798 main ()
12799 {
12800 return dld_link ();
12801 ;
12802 return 0;
12803 }
12804 _ACEOF
12805 if ac_fn_c_try_link "$LINENO"; then :
12806 ac_cv_lib_dld_dld_link=yes
12807 else
12808 ac_cv_lib_dld_dld_link=no
12809 fi
12810 rm -f core conftest.err conftest.$ac_objext \
12811 conftest$ac_exeext conftest.$ac_ext
12812 LIBS=$ac_check_lib_save_LIBS
12813 fi
12814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12815 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12816 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12817 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12818 fi
12819
12820
12821 fi
12822
12823
12824 fi
12825
12826
12827 fi
12828
12829
12830 fi
12831
12832
12833 fi
12834
12835 ;;
12836 esac
12837
12838 if test "x$lt_cv_dlopen" != xno; then
12839 enable_dlopen=yes
12840 else
12841 enable_dlopen=no
12842 fi
12843
12844 case $lt_cv_dlopen in
12845 dlopen)
12846 save_CPPFLAGS="$CPPFLAGS"
12847 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12848
12849 save_LDFLAGS="$LDFLAGS"
12850 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12851
12852 save_LIBS="$LIBS"
12853 LIBS="$lt_cv_dlopen_libs $LIBS"
12854
12855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12856 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12857 if test "${lt_cv_dlopen_self+set}" = set; then :
12858 $as_echo_n "(cached) " >&6
12859 else
12860 if test "$cross_compiling" = yes; then :
12861 lt_cv_dlopen_self=cross
12862 else
12863 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12864 lt_status=$lt_dlunknown
12865 cat > conftest.$ac_ext <<_LT_EOF
12866 #line 12866 "configure"
12867 #include "confdefs.h"
12868
12869 #if HAVE_DLFCN_H
12870 #include <dlfcn.h>
12871 #endif
12872
12873 #include <stdio.h>
12874
12875 #ifdef RTLD_GLOBAL
12876 # define LT_DLGLOBAL RTLD_GLOBAL
12877 #else
12878 # ifdef DL_GLOBAL
12879 # define LT_DLGLOBAL DL_GLOBAL
12880 # else
12881 # define LT_DLGLOBAL 0
12882 # endif
12883 #endif
12884
12885 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12886 find out it does not work in some platform. */
12887 #ifndef LT_DLLAZY_OR_NOW
12888 # ifdef RTLD_LAZY
12889 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12890 # else
12891 # ifdef DL_LAZY
12892 # define LT_DLLAZY_OR_NOW DL_LAZY
12893 # else
12894 # ifdef RTLD_NOW
12895 # define LT_DLLAZY_OR_NOW RTLD_NOW
12896 # else
12897 # ifdef DL_NOW
12898 # define LT_DLLAZY_OR_NOW DL_NOW
12899 # else
12900 # define LT_DLLAZY_OR_NOW 0
12901 # endif
12902 # endif
12903 # endif
12904 # endif
12905 #endif
12906
12907 /* When -fvisbility=hidden is used, assume the code has been annotated
12908 correspondingly for the symbols needed. */
12909 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12910 void fnord () __attribute__((visibility("default")));
12911 #endif
12912
12913 void fnord () { int i=42; }
12914 int main ()
12915 {
12916 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12917 int status = $lt_dlunknown;
12918
12919 if (self)
12920 {
12921 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12922 else
12923 {
12924 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12925 else puts (dlerror ());
12926 }
12927 /* dlclose (self); */
12928 }
12929 else
12930 puts (dlerror ());
12931
12932 return status;
12933 }
12934 _LT_EOF
12935 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12936 (eval $ac_link) 2>&5
12937 ac_status=$?
12938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12939 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12940 (./conftest; exit; ) >&5 2>/dev/null
12941 lt_status=$?
12942 case x$lt_status in
12943 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12944 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12945 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12946 esac
12947 else :
12948 # compilation failed
12949 lt_cv_dlopen_self=no
12950 fi
12951 fi
12952 rm -fr conftest*
12953
12954
12955 fi
12956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12957 $as_echo "$lt_cv_dlopen_self" >&6; }
12958
12959 if test "x$lt_cv_dlopen_self" = xyes; then
12960 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12962 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12963 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12964 $as_echo_n "(cached) " >&6
12965 else
12966 if test "$cross_compiling" = yes; then :
12967 lt_cv_dlopen_self_static=cross
12968 else
12969 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12970 lt_status=$lt_dlunknown
12971 cat > conftest.$ac_ext <<_LT_EOF
12972 #line 12972 "configure"
12973 #include "confdefs.h"
12974
12975 #if HAVE_DLFCN_H
12976 #include <dlfcn.h>
12977 #endif
12978
12979 #include <stdio.h>
12980
12981 #ifdef RTLD_GLOBAL
12982 # define LT_DLGLOBAL RTLD_GLOBAL
12983 #else
12984 # ifdef DL_GLOBAL
12985 # define LT_DLGLOBAL DL_GLOBAL
12986 # else
12987 # define LT_DLGLOBAL 0
12988 # endif
12989 #endif
12990
12991 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12992 find out it does not work in some platform. */
12993 #ifndef LT_DLLAZY_OR_NOW
12994 # ifdef RTLD_LAZY
12995 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12996 # else
12997 # ifdef DL_LAZY
12998 # define LT_DLLAZY_OR_NOW DL_LAZY
12999 # else
13000 # ifdef RTLD_NOW
13001 # define LT_DLLAZY_OR_NOW RTLD_NOW
13002 # else
13003 # ifdef DL_NOW
13004 # define LT_DLLAZY_OR_NOW DL_NOW
13005 # else
13006 # define LT_DLLAZY_OR_NOW 0
13007 # endif
13008 # endif
13009 # endif
13010 # endif
13011 #endif
13012
13013 /* When -fvisbility=hidden is used, assume the code has been annotated
13014 correspondingly for the symbols needed. */
13015 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13016 void fnord () __attribute__((visibility("default")));
13017 #endif
13018
13019 void fnord () { int i=42; }
13020 int main ()
13021 {
13022 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13023 int status = $lt_dlunknown;
13024
13025 if (self)
13026 {
13027 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13028 else
13029 {
13030 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13031 else puts (dlerror ());
13032 }
13033 /* dlclose (self); */
13034 }
13035 else
13036 puts (dlerror ());
13037
13038 return status;
13039 }
13040 _LT_EOF
13041 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13042 (eval $ac_link) 2>&5
13043 ac_status=$?
13044 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13045 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13046 (./conftest; exit; ) >&5 2>/dev/null
13047 lt_status=$?
13048 case x$lt_status in
13049 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13050 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13051 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13052 esac
13053 else :
13054 # compilation failed
13055 lt_cv_dlopen_self_static=no
13056 fi
13057 fi
13058 rm -fr conftest*
13059
13060
13061 fi
13062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13063 $as_echo "$lt_cv_dlopen_self_static" >&6; }
13064 fi
13065
13066 CPPFLAGS="$save_CPPFLAGS"
13067 LDFLAGS="$save_LDFLAGS"
13068 LIBS="$save_LIBS"
13069 ;;
13070 esac
13071
13072 case $lt_cv_dlopen_self in
13073 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13074 *) enable_dlopen_self=unknown ;;
13075 esac
13076
13077 case $lt_cv_dlopen_self_static in
13078 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13079 *) enable_dlopen_self_static=unknown ;;
13080 esac
13081 fi
13082
13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
13098
13099 striplib=
13100 old_striplib=
13101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13102 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
13103 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13104 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13105 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13107 $as_echo "yes" >&6; }
13108 else
13109 # FIXME - insert some real tests, host_os isn't really good enough
13110 case $host_os in
13111 darwin*)
13112 if test -n "$STRIP" ; then
13113 striplib="$STRIP -x"
13114 old_striplib="$STRIP -S"
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13116 $as_echo "yes" >&6; }
13117 else
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13119 $as_echo "no" >&6; }
13120 fi
13121 ;;
13122 *)
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13124 $as_echo "no" >&6; }
13125 ;;
13126 esac
13127 fi
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140 # Report which library types will actually be built
13141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13142 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
13143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13144 $as_echo "$can_build_shared" >&6; }
13145
13146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13147 $as_echo_n "checking whether to build shared libraries... " >&6; }
13148 test "$can_build_shared" = "no" && enable_shared=no
13149
13150 # On AIX, shared libraries and static libraries use the same namespace, and
13151 # are all built from PIC.
13152 case $host_os in
13153 aix3*)
13154 test "$enable_shared" = yes && enable_static=no
13155 if test -n "$RANLIB"; then
13156 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13157 postinstall_cmds='$RANLIB $lib'
13158 fi
13159 ;;
13160
13161 aix[4-9]*)
13162 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13163 test "$enable_shared" = yes && enable_static=no
13164 fi
13165 ;;
13166 esac
13167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13168 $as_echo "$enable_shared" >&6; }
13169
13170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13171 $as_echo_n "checking whether to build static libraries... " >&6; }
13172 # Make sure either enable_shared or enable_static is yes.
13173 test "$enable_shared" = yes || enable_static=yes
13174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13175 $as_echo "$enable_static" >&6; }
13176
13177
13178
13179
13180 fi
13181 ac_ext=c
13182 ac_cpp='$CPP $CPPFLAGS'
13183 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13184 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13185 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13186
13187 CC="$lt_save_CC"
13188
13189
13190
13191
13192
13193
13194
13195
13196
13197
13198
13199
13200
13201 ac_config_commands="$ac_config_commands libtool"
13202
13203
13204
13205
13206 # Only expand once:
13207
13208
13209
13210
13211 . ${srcdir}/../../bfd/configure.host
13212
13213
13214
13215
13216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13217 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13218 # Check whether --enable-maintainer-mode was given.
13219 if test "${enable_maintainer_mode+set}" = set; then :
13220 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13221 else
13222 USE_MAINTAINER_MODE=no
13223 fi
13224
13225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13226 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13227 if test $USE_MAINTAINER_MODE = yes; then
13228 MAINTAINER_MODE_TRUE=
13229 MAINTAINER_MODE_FALSE='#'
13230 else
13231 MAINTAINER_MODE_TRUE='#'
13232 MAINTAINER_MODE_FALSE=
13233 fi
13234
13235 MAINT=$MAINTAINER_MODE_TRUE
13236
13237
13238
13239
13240 # Check whether --enable-sim-debug was given.
13241 if test "${enable_sim_debug+set}" = set; then :
13242 enableval=$enable_sim_debug; case "${enableval}" in
13243 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
13244 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
13245 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
13246 esac
13247 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
13248 echo "Setting sim debug = $sim_debug" 6>&1
13249 fi
13250 else
13251 sim_debug=""
13252 fi
13253
13254
13255
13256 # Check whether --enable-sim-stdio was given.
13257 if test "${enable_sim_stdio+set}" = set; then :
13258 enableval=$enable_sim_stdio; case "${enableval}" in
13259 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
13260 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
13261 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
13262 esac
13263 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
13264 echo "Setting stdio flags = $sim_stdio" 6>&1
13265 fi
13266 else
13267 sim_stdio=""
13268 fi
13269
13270
13271
13272 # Check whether --enable-sim-trace was given.
13273 if test "${enable_sim_trace+set}" = set; then :
13274 enableval=$enable_sim_trace; case "${enableval}" in
13275 yes) sim_trace="-DWITH_TRACE=-1";;
13276 no) sim_trace="-DWITH_TRACE=0";;
13277 [-0-9]*)
13278 sim_trace="-DWITH_TRACE='(${enableval})'";;
13279 [[:lower:]]*)
13280 sim_trace=""
13281 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13282 if test x"$sim_trace" = x; then
13283 sim_trace="-DWITH_TRACE='(TRACE_$x"
13284 else
13285 sim_trace="${sim_trace}|TRACE_$x"
13286 fi
13287 done
13288 sim_trace="$sim_trace)'" ;;
13289 esac
13290 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
13291 echo "Setting sim trace = $sim_trace" 6>&1
13292 fi
13293 else
13294 sim_trace=""
13295 fi
13296
13297
13298
13299 # Check whether --enable-sim-profile was given.
13300 if test "${enable_sim_profile+set}" = set; then :
13301 enableval=$enable_sim_profile; case "${enableval}" in
13302 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
13303 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
13304 [-0-9]*)
13305 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
13306 [a-z]*)
13307 sim_profile=""
13308 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13309 if test x"$sim_profile" = x; then
13310 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13311 else
13312 sim_profile="${sim_profile}|PROFILE_$x"
13313 fi
13314 done
13315 sim_profile="$sim_profile)'" ;;
13316 esac
13317 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13318 echo "Setting sim profile = $sim_profile" 6>&1
13319 fi
13320 else
13321 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
13322 fi
13323
13324
13325
13326
13327 # Check whether --with-pkgversion was given.
13328 if test "${with_pkgversion+set}" = set; then :
13329 withval=$with_pkgversion; case "$withval" in
13330 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
13331 no) PKGVERSION= ;;
13332 *) PKGVERSION="($withval) " ;;
13333 esac
13334 else
13335 PKGVERSION="(SIM) "
13336
13337 fi
13338
13339
13340
13341
13342
13343 # Check whether --with-bugurl was given.
13344 if test "${with_bugurl+set}" = set; then :
13345 withval=$with_bugurl; case "$withval" in
13346 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13347 no) BUGURL=
13348 ;;
13349 *) BUGURL="$withval"
13350 ;;
13351 esac
13352 else
13353 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13354
13355 fi
13356
13357 case ${BUGURL} in
13358 "")
13359 REPORT_BUGS_TO=
13360 REPORT_BUGS_TEXI=
13361 ;;
13362 *)
13363 REPORT_BUGS_TO="<$BUGURL>"
13364 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13365 ;;
13366 esac;
13367
13368
13369
13370
13371 cat >>confdefs.h <<_ACEOF
13372 #define PKGVERSION "$PKGVERSION"
13373 _ACEOF
13374
13375
13376 cat >>confdefs.h <<_ACEOF
13377 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13378 _ACEOF
13379
13380
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13382 $as_echo_n "checking return type of signal handlers... " >&6; }
13383 if test "${ac_cv_type_signal+set}" = set; then :
13384 $as_echo_n "(cached) " >&6
13385 else
13386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13387 /* end confdefs.h. */
13388 #include <sys/types.h>
13389 #include <signal.h>
13390
13391 int
13392 main ()
13393 {
13394 return *(signal (0, 0)) (0) == 1;
13395 ;
13396 return 0;
13397 }
13398 _ACEOF
13399 if ac_fn_c_try_compile "$LINENO"; then :
13400 ac_cv_type_signal=int
13401 else
13402 ac_cv_type_signal=void
13403 fi
13404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13405 fi
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13407 $as_echo "$ac_cv_type_signal" >&6; }
13408
13409 cat >>confdefs.h <<_ACEOF
13410 #define RETSIGTYPE $ac_cv_type_signal
13411 _ACEOF
13412
13413
13414
13415
13416
13417 sim_link_files=
13418 sim_link_links=
13419
13420 # targ-vals.def points to the libc macro description file.
13421 case "${target}" in
13422 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
13423 esac
13424 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
13425 sim_link_links="${sim_link_links} targ-vals.def"
13426
13427
13428
13429
13430 wire_endian="BIG"
13431 default_endian=""
13432 # Check whether --enable-sim-endian was given.
13433 if test "${enable_sim_endian+set}" = set; then :
13434 enableval=$enable_sim_endian; case "${enableval}" in
13435 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13436 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
13437 yes) if test x"$wire_endian" != x; then
13438 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13439 else
13440 if test x"$default_endian" != x; then
13441 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13442 else
13443 echo "No hard-wired endian for target $target" 1>&6
13444 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13445 fi
13446 fi;;
13447 no) if test x"$default_endian" != x; then
13448 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13449 else
13450 if test x"$wire_endian" != x; then
13451 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13452 else
13453 echo "No default endian for target $target" 1>&6
13454 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13455 fi
13456 fi;;
13457 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
13458 esac
13459 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13460 echo "Setting endian flags = $sim_endian" 6>&1
13461 fi
13462 else
13463 if test x"$default_endian" != x; then
13464 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13465 else
13466 if test x"$wire_endian" != x; then
13467 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13468 else
13469 sim_endian=
13470 fi
13471 fi
13472 fi
13473
13474 wire_alignment="STRICT_ALIGNMENT"
13475 default_alignment=""
13476
13477 # Check whether --enable-sim-alignment was given.
13478 if test "${enable_sim_alignment+set}" = set; then :
13479 enableval=$enable_sim_alignment; case "${enableval}" in
13480 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13481 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13482 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13483 yes) if test x"$wire_alignment" != x; then
13484 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13485 else
13486 if test x"$default_alignment" != x; then
13487 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13488 else
13489 echo "No hard-wired alignment for target $target" 1>&6
13490 sim_alignment="-DWITH_ALIGNMENT=0"
13491 fi
13492 fi;;
13493 no) if test x"$default_alignment" != x; then
13494 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13495 else
13496 if test x"$wire_alignment" != x; then
13497 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13498 else
13499 echo "No default alignment for target $target" 1>&6
13500 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13501 fi
13502 fi;;
13503 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
13504 esac
13505 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13506 echo "Setting alignment flags = $sim_alignment" 6>&1
13507 fi
13508 else
13509 if test x"$default_alignment" != x; then
13510 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13511 else
13512 if test x"$wire_alignment" != x; then
13513 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13514 else
13515 sim_alignment=
13516 fi
13517 fi
13518 fi
13519
13520
13521 default_sim_scache="16384"
13522 # Check whether --enable-sim-scache was given.
13523 if test "${enable_sim_scache+set}" = set; then :
13524 enableval=$enable_sim_scache; case "${enableval}" in
13525 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
13526 no) sim_scache="-DWITH_SCACHE=0" ;;
13527 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
13528 *) as_fn_error "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
13529 sim_scache="";;
13530 esac
13531 if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
13532 echo "Setting scache size = $sim_scache" 6>&1
13533 fi
13534 else
13535 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
13536 fi
13537
13538
13539
13540 default_sim_default_model="iq2000"
13541 # Check whether --enable-sim-default-model was given.
13542 if test "${enable_sim_default_model+set}" = set; then :
13543 enableval=$enable_sim_default_model; case "${enableval}" in
13544 yes|no) as_fn_error "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
13545 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13546 esac
13547 if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13548 echo "Setting default model = $sim_default_model" 6>&1
13549 fi
13550 else
13551 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
13552 fi
13553
13554
13555
13556 # Check whether --enable-sim-environment was given.
13557 if test "${enable_sim_environment+set}" = set; then :
13558 enableval=$enable_sim_environment; case "${enableval}" in
13559 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
13560 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
13561 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
13562 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
13563 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
13564 sim_environment="";;
13565 esac
13566 if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
13567 echo "Setting sim environment = $sim_environment" 6>&1
13568 fi
13569 else
13570 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
13571 fi
13572
13573
13574 default_sim_inline=""
13575 # Check whether --enable-sim-inline was given.
13576 if test "${enable_sim_inline+set}" = set; then :
13577 enableval=$enable_sim_inline; sim_inline=""
13578 case "$enableval" in
13579 no) sim_inline="-DDEFAULT_INLINE=0";;
13580 0) sim_inline="-DDEFAULT_INLINE=0";;
13581 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13582 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13583 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13584 new_flag=""
13585 case "$x" in
13586 *_INLINE=*) new_flag="-D$x";;
13587 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13588 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13589 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13590 esac
13591 if test x"$sim_inline" = x""; then
13592 sim_inline="$new_flag"
13593 else
13594 sim_inline="$sim_inline $new_flag"
13595 fi
13596 done;;
13597 esac
13598 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13599 echo "Setting inline flags = $sim_inline" 6>&1
13600 fi
13601 else
13602
13603 if test "x$cross_compiling" = "xno"; then
13604 if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
13605 sim_inline="${default_sim_inline}"
13606 if test x"$silent" != x"yes"; then
13607 echo "Setting inline flags = $sim_inline" 6>&1
13608 fi
13609 else
13610 sim_inline=""
13611 fi
13612 else
13613 sim_inline="-DDEFAULT_INLINE=0"
13614 fi
13615 fi
13616
13617
13618 cgen_maint=no
13619 cgen=guile
13620 cgendir='$(srcdir)/../../cgen'
13621 # Check whether --enable-cgen-maint was given.
13622 if test "${enable_cgen_maint+set}" = set; then :
13623 enableval=$enable_cgen_maint; case "${enableval}" in
13624 yes) cgen_maint=yes ;;
13625 no) cgen_maint=no ;;
13626 *)
13627 # argument is cgen install directory (not implemented yet).
13628 # Having a `share' directory might be more appropriate for the .scm,
13629 # .cpu, etc. files.
13630 cgendir=${cgen_maint}/lib/cgen
13631 cgen=guile
13632 ;;
13633 esac
13634 fi
13635 if test x${cgen_maint} != xno ; then
13636 CGEN_MAINT=''
13637 else
13638 CGEN_MAINT='#'
13639 fi
13640
13641
13642
13643
13644
13645
13646 if test """"; then
13647 hardware=""""
13648 else
13649 hardware="cfi core pal glue"
13650 fi
13651 hardware="$hardware """
13652
13653 sim_hw_cflags="-DWITH_HW=1"
13654 sim_hw="$hardware"
13655 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
13656
13657 # Check whether --enable-sim-hardware was given.
13658 if test "${enable_sim_hardware+set}" = set; then :
13659 enableval=$enable_sim_hardware;
13660 else
13661 enable_sim_hardware="yes"
13662 fi
13663
13664 case ${enable_sim_hardware} in
13665 yes|no) ;;
13666 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13667 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13668 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
13669 esac
13670
13671 if test "$enable_sim_hardware" = no; then
13672 sim_hw_objs=
13673 sim_hw_cflags="-DWITH_HW=0"
13674 sim_hw=
13675 else
13676 sim_hw_cflags="-DWITH_HW=1"
13677 # remove duplicates
13678 sim_hw=""
13679 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13680 for i in $hardware ; do
13681 case " $sim_hw " in
13682 *" $i "*) ;;
13683 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13684 esac
13685 done
13686 # mingw does not support sockser
13687 case ${host} in
13688 *mingw*) ;;
13689 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13690 # that you instatiate. Instead, other code will call into it directly.
13691 # At some point, we should convert it over.
13692 sim_hw_objs="$sim_hw_objs dv-sockser.o"
13693
13694 cat >>confdefs.h <<_ACEOF
13695 #define HAVE_DV_SOCKSER 1
13696 _ACEOF
13697
13698 ;;
13699 esac
13700 if test x"$silent" != x"yes"; then
13701 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
13702 fi
13703 case " $hardware " in
13704 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
13705 $as_echo_n "checking for log2 in -lm... " >&6; }
13706 if test "${ac_cv_lib_m_log2+set}" = set; then :
13707 $as_echo_n "(cached) " >&6
13708 else
13709 ac_check_lib_save_LIBS=$LIBS
13710 LIBS="-lm $LIBS"
13711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13712 /* end confdefs.h. */
13713
13714 /* Override any GCC internal prototype to avoid an error.
13715 Use char because int might match the return type of a GCC
13716 builtin and then its argument prototype would still apply. */
13717 #ifdef __cplusplus
13718 extern "C"
13719 #endif
13720 char log2 ();
13721 int
13722 main ()
13723 {
13724 return log2 ();
13725 ;
13726 return 0;
13727 }
13728 _ACEOF
13729 if ac_fn_c_try_link "$LINENO"; then :
13730 ac_cv_lib_m_log2=yes
13731 else
13732 ac_cv_lib_m_log2=no
13733 fi
13734 rm -f core conftest.err conftest.$ac_objext \
13735 conftest$ac_exeext conftest.$ac_ext
13736 LIBS=$ac_check_lib_save_LIBS
13737 fi
13738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13739 $as_echo "$ac_cv_lib_m_log2" >&6; }
13740 if test "x$ac_cv_lib_m_log2" = x""yes; then :
13741 cat >>confdefs.h <<_ACEOF
13742 #define HAVE_LIBM 1
13743 _ACEOF
13744
13745 LIBS="-lm $LIBS"
13746
13747 fi
13748 ;;
13749 esac
13750 fi
13751
13752
13753
13754 ac_sources="$sim_link_files"
13755 ac_dests="$sim_link_links"
13756 while test -n "$ac_sources"; do
13757 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13758 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13759 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13760 done
13761 ac_config_links="$ac_config_links $ac_config_links_1"
13762
13763 cgen_breaks=""
13764 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13765 cgen_breaks="break cgen_rtx_error";
13766 fi
13767
13768 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13769
13770 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13771
13772 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13773
13774 ac_config_commands="$ac_config_commands Makefile"
13775
13776 ac_config_commands="$ac_config_commands stamp-h"
13777
13778 cat >confcache <<\_ACEOF
13779 # This file is a shell script that caches the results of configure
13780 # tests run on this system so they can be shared between configure
13781 # scripts and configure runs, see configure's option --config-cache.
13782 # It is not useful on other systems. If it contains results you don't
13783 # want to keep, you may remove or edit it.
13784 #
13785 # config.status only pays attention to the cache file if you give it
13786 # the --recheck option to rerun configure.
13787 #
13788 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13789 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13790 # following values.
13791
13792 _ACEOF
13793
13794 # The following way of writing the cache mishandles newlines in values,
13795 # but we know of no workaround that is simple, portable, and efficient.
13796 # So, we kill variables containing newlines.
13797 # Ultrix sh set writes to stderr and can't be redirected directly,
13798 # and sets the high bit in the cache file unless we assign to the vars.
13799 (
13800 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13801 eval ac_val=\$$ac_var
13802 case $ac_val in #(
13803 *${as_nl}*)
13804 case $ac_var in #(
13805 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13806 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13807 esac
13808 case $ac_var in #(
13809 _ | IFS | as_nl) ;; #(
13810 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13811 *) { eval $ac_var=; unset $ac_var;} ;;
13812 esac ;;
13813 esac
13814 done
13815
13816 (set) 2>&1 |
13817 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13818 *${as_nl}ac_space=\ *)
13819 # `set' does not quote correctly, so add quotes: double-quote
13820 # substitution turns \\\\ into \\, and sed turns \\ into \.
13821 sed -n \
13822 "s/'/'\\\\''/g;
13823 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13824 ;; #(
13825 *)
13826 # `set' quotes correctly as required by POSIX, so do not add quotes.
13827 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13828 ;;
13829 esac |
13830 sort
13831 ) |
13832 sed '
13833 /^ac_cv_env_/b end
13834 t clear
13835 :clear
13836 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13837 t end
13838 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13839 :end' >>confcache
13840 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13841 if test -w "$cache_file"; then
13842 test "x$cache_file" != "x/dev/null" &&
13843 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13844 $as_echo "$as_me: updating cache $cache_file" >&6;}
13845 cat confcache >$cache_file
13846 else
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13848 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13849 fi
13850 fi
13851 rm -f confcache
13852
13853 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13854 # Let make expand exec_prefix.
13855 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13856
13857 DEFS=-DHAVE_CONFIG_H
13858
13859 ac_libobjs=
13860 ac_ltlibobjs=
13861 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13862 # 1. Remove the extension, and $U if already installed.
13863 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13864 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13865 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13866 # will be set to the directory where LIBOBJS objects are built.
13867 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13868 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13869 done
13870 LIBOBJS=$ac_libobjs
13871
13872 LTLIBOBJS=$ac_ltlibobjs
13873
13874
13875
13876 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13877 as_fn_error "conditional \"GMAKE\" was never defined.
13878 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13879 fi
13880 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13881 as_fn_error "conditional \"PLUGINS\" was never defined.
13882 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13883 fi
13884 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13885 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13886 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13887 fi
13888
13889 : ${CONFIG_STATUS=./config.status}
13890 ac_write_fail=0
13891 ac_clean_files_save=$ac_clean_files
13892 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13894 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13895 as_write_fail=0
13896 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13897 #! $SHELL
13898 # Generated by $as_me.
13899 # Run this file to recreate the current configuration.
13900 # Compiler output produced by configure, useful for debugging
13901 # configure, is in config.log if it exists.
13902
13903 debug=false
13904 ac_cs_recheck=false
13905 ac_cs_silent=false
13906
13907 SHELL=\${CONFIG_SHELL-$SHELL}
13908 export SHELL
13909 _ASEOF
13910 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13911 ## -------------------- ##
13912 ## M4sh Initialization. ##
13913 ## -------------------- ##
13914
13915 # Be more Bourne compatible
13916 DUALCASE=1; export DUALCASE # for MKS sh
13917 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13918 emulate sh
13919 NULLCMD=:
13920 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13921 # is contrary to our usage. Disable this feature.
13922 alias -g '${1+"$@"}'='"$@"'
13923 setopt NO_GLOB_SUBST
13924 else
13925 case `(set -o) 2>/dev/null` in #(
13926 *posix*) :
13927 set -o posix ;; #(
13928 *) :
13929 ;;
13930 esac
13931 fi
13932
13933
13934 as_nl='
13935 '
13936 export as_nl
13937 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13938 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13939 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13940 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13941 # Prefer a ksh shell builtin over an external printf program on Solaris,
13942 # but without wasting forks for bash or zsh.
13943 if test -z "$BASH_VERSION$ZSH_VERSION" \
13944 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13945 as_echo='print -r --'
13946 as_echo_n='print -rn --'
13947 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13948 as_echo='printf %s\n'
13949 as_echo_n='printf %s'
13950 else
13951 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13952 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13953 as_echo_n='/usr/ucb/echo -n'
13954 else
13955 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13956 as_echo_n_body='eval
13957 arg=$1;
13958 case $arg in #(
13959 *"$as_nl"*)
13960 expr "X$arg" : "X\\(.*\\)$as_nl";
13961 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13962 esac;
13963 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13964 '
13965 export as_echo_n_body
13966 as_echo_n='sh -c $as_echo_n_body as_echo'
13967 fi
13968 export as_echo_body
13969 as_echo='sh -c $as_echo_body as_echo'
13970 fi
13971
13972 # The user is always right.
13973 if test "${PATH_SEPARATOR+set}" != set; then
13974 PATH_SEPARATOR=:
13975 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13976 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13977 PATH_SEPARATOR=';'
13978 }
13979 fi
13980
13981
13982 # IFS
13983 # We need space, tab and new line, in precisely that order. Quoting is
13984 # there to prevent editors from complaining about space-tab.
13985 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13986 # splitting by setting IFS to empty value.)
13987 IFS=" "" $as_nl"
13988
13989 # Find who we are. Look in the path if we contain no directory separator.
13990 case $0 in #((
13991 *[\\/]* ) as_myself=$0 ;;
13992 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13993 for as_dir in $PATH
13994 do
13995 IFS=$as_save_IFS
13996 test -z "$as_dir" && as_dir=.
13997 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13998 done
13999 IFS=$as_save_IFS
14000
14001 ;;
14002 esac
14003 # We did not find ourselves, most probably we were run as `sh COMMAND'
14004 # in which case we are not to be found in the path.
14005 if test "x$as_myself" = x; then
14006 as_myself=$0
14007 fi
14008 if test ! -f "$as_myself"; then
14009 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14010 exit 1
14011 fi
14012
14013 # Unset variables that we do not need and which cause bugs (e.g. in
14014 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14015 # suppresses any "Segmentation fault" message there. '((' could
14016 # trigger a bug in pdksh 5.2.14.
14017 for as_var in BASH_ENV ENV MAIL MAILPATH
14018 do eval test x\${$as_var+set} = xset \
14019 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14020 done
14021 PS1='$ '
14022 PS2='> '
14023 PS4='+ '
14024
14025 # NLS nuisances.
14026 LC_ALL=C
14027 export LC_ALL
14028 LANGUAGE=C
14029 export LANGUAGE
14030
14031 # CDPATH.
14032 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14033
14034
14035 # as_fn_error ERROR [LINENO LOG_FD]
14036 # ---------------------------------
14037 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14038 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14039 # script with status $?, using 1 if that was 0.
14040 as_fn_error ()
14041 {
14042 as_status=$?; test $as_status -eq 0 && as_status=1
14043 if test "$3"; then
14044 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14045 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14046 fi
14047 $as_echo "$as_me: error: $1" >&2
14048 as_fn_exit $as_status
14049 } # as_fn_error
14050
14051
14052 # as_fn_set_status STATUS
14053 # -----------------------
14054 # Set $? to STATUS, without forking.
14055 as_fn_set_status ()
14056 {
14057 return $1
14058 } # as_fn_set_status
14059
14060 # as_fn_exit STATUS
14061 # -----------------
14062 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14063 as_fn_exit ()
14064 {
14065 set +e
14066 as_fn_set_status $1
14067 exit $1
14068 } # as_fn_exit
14069
14070 # as_fn_unset VAR
14071 # ---------------
14072 # Portably unset VAR.
14073 as_fn_unset ()
14074 {
14075 { eval $1=; unset $1;}
14076 }
14077 as_unset=as_fn_unset
14078 # as_fn_append VAR VALUE
14079 # ----------------------
14080 # Append the text in VALUE to the end of the definition contained in VAR. Take
14081 # advantage of any shell optimizations that allow amortized linear growth over
14082 # repeated appends, instead of the typical quadratic growth present in naive
14083 # implementations.
14084 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14085 eval 'as_fn_append ()
14086 {
14087 eval $1+=\$2
14088 }'
14089 else
14090 as_fn_append ()
14091 {
14092 eval $1=\$$1\$2
14093 }
14094 fi # as_fn_append
14095
14096 # as_fn_arith ARG...
14097 # ------------------
14098 # Perform arithmetic evaluation on the ARGs, and store the result in the
14099 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14100 # must be portable across $(()) and expr.
14101 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14102 eval 'as_fn_arith ()
14103 {
14104 as_val=$(( $* ))
14105 }'
14106 else
14107 as_fn_arith ()
14108 {
14109 as_val=`expr "$@" || test $? -eq 1`
14110 }
14111 fi # as_fn_arith
14112
14113
14114 if expr a : '\(a\)' >/dev/null 2>&1 &&
14115 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14116 as_expr=expr
14117 else
14118 as_expr=false
14119 fi
14120
14121 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14122 as_basename=basename
14123 else
14124 as_basename=false
14125 fi
14126
14127 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14128 as_dirname=dirname
14129 else
14130 as_dirname=false
14131 fi
14132
14133 as_me=`$as_basename -- "$0" ||
14134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14135 X"$0" : 'X\(//\)$' \| \
14136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14137 $as_echo X/"$0" |
14138 sed '/^.*\/\([^/][^/]*\)\/*$/{
14139 s//\1/
14140 q
14141 }
14142 /^X\/\(\/\/\)$/{
14143 s//\1/
14144 q
14145 }
14146 /^X\/\(\/\).*/{
14147 s//\1/
14148 q
14149 }
14150 s/.*/./; q'`
14151
14152 # Avoid depending upon Character Ranges.
14153 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14154 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14155 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14156 as_cr_digits='0123456789'
14157 as_cr_alnum=$as_cr_Letters$as_cr_digits
14158
14159 ECHO_C= ECHO_N= ECHO_T=
14160 case `echo -n x` in #(((((
14161 -n*)
14162 case `echo 'xy\c'` in
14163 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14164 xy) ECHO_C='\c';;
14165 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14166 ECHO_T=' ';;
14167 esac;;
14168 *)
14169 ECHO_N='-n';;
14170 esac
14171
14172 rm -f conf$$ conf$$.exe conf$$.file
14173 if test -d conf$$.dir; then
14174 rm -f conf$$.dir/conf$$.file
14175 else
14176 rm -f conf$$.dir
14177 mkdir conf$$.dir 2>/dev/null
14178 fi
14179 if (echo >conf$$.file) 2>/dev/null; then
14180 if ln -s conf$$.file conf$$ 2>/dev/null; then
14181 as_ln_s='ln -s'
14182 # ... but there are two gotchas:
14183 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14184 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14185 # In both cases, we have to default to `cp -p'.
14186 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14187 as_ln_s='cp -p'
14188 elif ln conf$$.file conf$$ 2>/dev/null; then
14189 as_ln_s=ln
14190 else
14191 as_ln_s='cp -p'
14192 fi
14193 else
14194 as_ln_s='cp -p'
14195 fi
14196 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14197 rmdir conf$$.dir 2>/dev/null
14198
14199
14200 # as_fn_mkdir_p
14201 # -------------
14202 # Create "$as_dir" as a directory, including parents if necessary.
14203 as_fn_mkdir_p ()
14204 {
14205
14206 case $as_dir in #(
14207 -*) as_dir=./$as_dir;;
14208 esac
14209 test -d "$as_dir" || eval $as_mkdir_p || {
14210 as_dirs=
14211 while :; do
14212 case $as_dir in #(
14213 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14214 *) as_qdir=$as_dir;;
14215 esac
14216 as_dirs="'$as_qdir' $as_dirs"
14217 as_dir=`$as_dirname -- "$as_dir" ||
14218 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14219 X"$as_dir" : 'X\(//\)[^/]' \| \
14220 X"$as_dir" : 'X\(//\)$' \| \
14221 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14222 $as_echo X"$as_dir" |
14223 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14224 s//\1/
14225 q
14226 }
14227 /^X\(\/\/\)[^/].*/{
14228 s//\1/
14229 q
14230 }
14231 /^X\(\/\/\)$/{
14232 s//\1/
14233 q
14234 }
14235 /^X\(\/\).*/{
14236 s//\1/
14237 q
14238 }
14239 s/.*/./; q'`
14240 test -d "$as_dir" && break
14241 done
14242 test -z "$as_dirs" || eval "mkdir $as_dirs"
14243 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14244
14245
14246 } # as_fn_mkdir_p
14247 if mkdir -p . 2>/dev/null; then
14248 as_mkdir_p='mkdir -p "$as_dir"'
14249 else
14250 test -d ./-p && rmdir ./-p
14251 as_mkdir_p=false
14252 fi
14253
14254 if test -x / >/dev/null 2>&1; then
14255 as_test_x='test -x'
14256 else
14257 if ls -dL / >/dev/null 2>&1; then
14258 as_ls_L_option=L
14259 else
14260 as_ls_L_option=
14261 fi
14262 as_test_x='
14263 eval sh -c '\''
14264 if test -d "$1"; then
14265 test -d "$1/.";
14266 else
14267 case $1 in #(
14268 -*)set "./$1";;
14269 esac;
14270 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14271 ???[sx]*):;;*)false;;esac;fi
14272 '\'' sh
14273 '
14274 fi
14275 as_executable_p=$as_test_x
14276
14277 # Sed expression to map a string onto a valid CPP name.
14278 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14279
14280 # Sed expression to map a string onto a valid variable name.
14281 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14282
14283
14284 exec 6>&1
14285 ## ----------------------------------- ##
14286 ## Main body of $CONFIG_STATUS script. ##
14287 ## ----------------------------------- ##
14288 _ASEOF
14289 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14290
14291 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14292 # Save the log message, to keep $0 and so on meaningful, and to
14293 # report actual input values of CONFIG_FILES etc. instead of their
14294 # values after options handling.
14295 ac_log="
14296 This file was extended by $as_me, which was
14297 generated by GNU Autoconf 2.64. Invocation command line was
14298
14299 CONFIG_FILES = $CONFIG_FILES
14300 CONFIG_HEADERS = $CONFIG_HEADERS
14301 CONFIG_LINKS = $CONFIG_LINKS
14302 CONFIG_COMMANDS = $CONFIG_COMMANDS
14303 $ $0 $@
14304
14305 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14306 "
14307
14308 _ACEOF
14309
14310 case $ac_config_files in *"
14311 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14312 esac
14313
14314 case $ac_config_headers in *"
14315 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14316 esac
14317
14318
14319 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14320 # Files that config.status was made for.
14321 config_files="$ac_config_files"
14322 config_headers="$ac_config_headers"
14323 config_links="$ac_config_links"
14324 config_commands="$ac_config_commands"
14325
14326 _ACEOF
14327
14328 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14329 ac_cs_usage="\
14330 \`$as_me' instantiates files and other configuration actions
14331 from templates according to the current configuration. Unless the files
14332 and actions are specified as TAGs, all are instantiated by default.
14333
14334 Usage: $0 [OPTION]... [TAG]...
14335
14336 -h, --help print this help, then exit
14337 -V, --version print version number and configuration settings, then exit
14338 -q, --quiet, --silent
14339 do not print progress messages
14340 -d, --debug don't remove temporary files
14341 --recheck update $as_me by reconfiguring in the same conditions
14342 --file=FILE[:TEMPLATE]
14343 instantiate the configuration file FILE
14344 --header=FILE[:TEMPLATE]
14345 instantiate the configuration header FILE
14346
14347 Configuration files:
14348 $config_files
14349
14350 Configuration headers:
14351 $config_headers
14352
14353 Configuration links:
14354 $config_links
14355
14356 Configuration commands:
14357 $config_commands
14358
14359 Report bugs to the package provider."
14360
14361 _ACEOF
14362 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14363 ac_cs_version="\\
14364 config.status
14365 configured by $0, generated by GNU Autoconf 2.64,
14366 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14367
14368 Copyright (C) 2009 Free Software Foundation, Inc.
14369 This config.status script is free software; the Free Software Foundation
14370 gives unlimited permission to copy, distribute and modify it."
14371
14372 ac_pwd='$ac_pwd'
14373 srcdir='$srcdir'
14374 INSTALL='$INSTALL'
14375 AWK='$AWK'
14376 test -n "\$AWK" || AWK=awk
14377 _ACEOF
14378
14379 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14380 # The default lists apply if the user does not specify any file.
14381 ac_need_defaults=:
14382 while test $# != 0
14383 do
14384 case $1 in
14385 --*=*)
14386 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14387 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14388 ac_shift=:
14389 ;;
14390 *)
14391 ac_option=$1
14392 ac_optarg=$2
14393 ac_shift=shift
14394 ;;
14395 esac
14396
14397 case $ac_option in
14398 # Handling of the options.
14399 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14400 ac_cs_recheck=: ;;
14401 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14402 $as_echo "$ac_cs_version"; exit ;;
14403 --debug | --debu | --deb | --de | --d | -d )
14404 debug=: ;;
14405 --file | --fil | --fi | --f )
14406 $ac_shift
14407 case $ac_optarg in
14408 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14409 esac
14410 as_fn_append CONFIG_FILES " '$ac_optarg'"
14411 ac_need_defaults=false;;
14412 --header | --heade | --head | --hea )
14413 $ac_shift
14414 case $ac_optarg in
14415 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14416 esac
14417 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14418 ac_need_defaults=false;;
14419 --he | --h)
14420 # Conflict between --help and --header
14421 as_fn_error "ambiguous option: \`$1'
14422 Try \`$0 --help' for more information.";;
14423 --help | --hel | -h )
14424 $as_echo "$ac_cs_usage"; exit ;;
14425 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14426 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14427 ac_cs_silent=: ;;
14428
14429 # This is an error.
14430 -*) as_fn_error "unrecognized option: \`$1'
14431 Try \`$0 --help' for more information." ;;
14432
14433 *) as_fn_append ac_config_targets " $1"
14434 ac_need_defaults=false ;;
14435
14436 esac
14437 shift
14438 done
14439
14440 ac_configure_extra_args=
14441
14442 if $ac_cs_silent; then
14443 exec 6>/dev/null
14444 ac_configure_extra_args="$ac_configure_extra_args --silent"
14445 fi
14446
14447 _ACEOF
14448 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14449 if \$ac_cs_recheck; then
14450 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14451 shift
14452 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14453 CONFIG_SHELL='$SHELL'
14454 export CONFIG_SHELL
14455 exec "\$@"
14456 fi
14457
14458 _ACEOF
14459 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14460 exec 5>>config.log
14461 {
14462 echo
14463 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14464 ## Running $as_me. ##
14465 _ASBOX
14466 $as_echo "$ac_log"
14467 } >&5
14468
14469 _ACEOF
14470 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14471 #
14472 # INIT-COMMANDS
14473 #
14474 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14475
14476
14477 # The HP-UX ksh and POSIX shell print the target directory to stdout
14478 # if CDPATH is set.
14479 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14480
14481 sed_quote_subst='$sed_quote_subst'
14482 double_quote_subst='$double_quote_subst'
14483 delay_variable_subst='$delay_variable_subst'
14484 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14485 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14486 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14487 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14488 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14489 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14490 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14491 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14492 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14493 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14494 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14495 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14496 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14497 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14498 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14499 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14500 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14501 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14502 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14503 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14504 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14505 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14506 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14507 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14508 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14509 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14510 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14511 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14512 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14513 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14514 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14515 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14516 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14517 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14518 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14519 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14520 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14521 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14522 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14523 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14524 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14525 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14526 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14527 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14528 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14529 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14530 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14531 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14532 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"`'
14533 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14534 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14535 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14536 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14537 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14538 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14539 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14540 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14541 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14542 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14543 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14544 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14545 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14546 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14547 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14548 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14549 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14550 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14551 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14552 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14553 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14554 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14555 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14556 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14557 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14558 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14559 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14560 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14561 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14562 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14563 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14564 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14565 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14566 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14567 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14568 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14569 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14570 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14571 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14572 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14573 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14574 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14575 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14576 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14577 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14578 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14579 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14580 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14581 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14582 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14583 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14584 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14585 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14586 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14587 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14588 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14589 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14590 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14591 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14592 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14593 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14594 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14595 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14596 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14597 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14598 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14599 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14600 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14601 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14602 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14603 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14604
14605 LTCC='$LTCC'
14606 LTCFLAGS='$LTCFLAGS'
14607 compiler='$compiler_DEFAULT'
14608
14609 # A function that is used when there is no print builtin or printf.
14610 func_fallback_echo ()
14611 {
14612 eval 'cat <<_LTECHO_EOF
14613 \$1
14614 _LTECHO_EOF'
14615 }
14616
14617 # Quote evaled strings.
14618 for var in SHELL \
14619 ECHO \
14620 SED \
14621 GREP \
14622 EGREP \
14623 FGREP \
14624 LD \
14625 NM \
14626 LN_S \
14627 lt_SP2NL \
14628 lt_NL2SP \
14629 reload_flag \
14630 OBJDUMP \
14631 deplibs_check_method \
14632 file_magic_cmd \
14633 AR \
14634 AR_FLAGS \
14635 STRIP \
14636 RANLIB \
14637 CC \
14638 CFLAGS \
14639 compiler \
14640 lt_cv_sys_global_symbol_pipe \
14641 lt_cv_sys_global_symbol_to_cdecl \
14642 lt_cv_sys_global_symbol_to_c_name_address \
14643 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14644 lt_prog_compiler_no_builtin_flag \
14645 lt_prog_compiler_wl \
14646 lt_prog_compiler_pic \
14647 lt_prog_compiler_static \
14648 lt_cv_prog_compiler_c_o \
14649 need_locks \
14650 DSYMUTIL \
14651 NMEDIT \
14652 LIPO \
14653 OTOOL \
14654 OTOOL64 \
14655 shrext_cmds \
14656 export_dynamic_flag_spec \
14657 whole_archive_flag_spec \
14658 compiler_needs_object \
14659 with_gnu_ld \
14660 allow_undefined_flag \
14661 no_undefined_flag \
14662 hardcode_libdir_flag_spec \
14663 hardcode_libdir_flag_spec_ld \
14664 hardcode_libdir_separator \
14665 fix_srcfile_path \
14666 exclude_expsyms \
14667 include_expsyms \
14668 file_list_spec \
14669 variables_saved_for_relink \
14670 libname_spec \
14671 library_names_spec \
14672 soname_spec \
14673 install_override_mode \
14674 finish_eval \
14675 old_striplib \
14676 striplib; do
14677 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14678 *[\\\\\\\`\\"\\\$]*)
14679 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14680 ;;
14681 *)
14682 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14683 ;;
14684 esac
14685 done
14686
14687 # Double-quote double-evaled strings.
14688 for var in reload_cmds \
14689 old_postinstall_cmds \
14690 old_postuninstall_cmds \
14691 old_archive_cmds \
14692 extract_expsyms_cmds \
14693 old_archive_from_new_cmds \
14694 old_archive_from_expsyms_cmds \
14695 archive_cmds \
14696 archive_expsym_cmds \
14697 module_cmds \
14698 module_expsym_cmds \
14699 export_symbols_cmds \
14700 prelink_cmds \
14701 postinstall_cmds \
14702 postuninstall_cmds \
14703 finish_cmds \
14704 sys_lib_search_path_spec \
14705 sys_lib_dlsearch_path_spec; do
14706 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14707 *[\\\\\\\`\\"\\\$]*)
14708 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14709 ;;
14710 *)
14711 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14712 ;;
14713 esac
14714 done
14715
14716 ac_aux_dir='$ac_aux_dir'
14717 xsi_shell='$xsi_shell'
14718 lt_shell_append='$lt_shell_append'
14719
14720 # See if we are running on zsh, and set the options which allow our
14721 # commands through without removal of \ escapes INIT.
14722 if test -n "\${ZSH_VERSION+set}" ; then
14723 setopt NO_GLOB_SUBST
14724 fi
14725
14726
14727 PACKAGE='$PACKAGE'
14728 VERSION='$VERSION'
14729 TIMESTAMP='$TIMESTAMP'
14730 RM='$RM'
14731 ofile='$ofile'
14732
14733
14734
14735
14736 _ACEOF
14737
14738 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14739
14740 # Handling of arguments.
14741 for ac_config_target in $ac_config_targets
14742 do
14743 case $ac_config_target in
14744 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14745 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14746 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14747 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14748 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14749 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14750 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14751 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14752 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14753
14754 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14755 esac
14756 done
14757
14758
14759 # If the user did not use the arguments to specify the items to instantiate,
14760 # then the envvar interface is used. Set only those that are not.
14761 # We use the long form for the default assignment because of an extremely
14762 # bizarre bug on SunOS 4.1.3.
14763 if $ac_need_defaults; then
14764 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14765 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14766 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14767 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14768 fi
14769
14770 # Have a temporary directory for convenience. Make it in the build tree
14771 # simply because there is no reason against having it here, and in addition,
14772 # creating and moving files from /tmp can sometimes cause problems.
14773 # Hook for its removal unless debugging.
14774 # Note that there is a small window in which the directory will not be cleaned:
14775 # after its creation but before its name has been assigned to `$tmp'.
14776 $debug ||
14777 {
14778 tmp=
14779 trap 'exit_status=$?
14780 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14781 ' 0
14782 trap 'as_fn_exit 1' 1 2 13 15
14783 }
14784 # Create a (secure) tmp directory for tmp files.
14785
14786 {
14787 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14788 test -n "$tmp" && test -d "$tmp"
14789 } ||
14790 {
14791 tmp=./conf$$-$RANDOM
14792 (umask 077 && mkdir "$tmp")
14793 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14794
14795 # Set up the scripts for CONFIG_FILES section.
14796 # No need to generate them if there are no CONFIG_FILES.
14797 # This happens for instance with `./config.status config.h'.
14798 if test -n "$CONFIG_FILES"; then
14799
14800
14801 ac_cr=`echo X | tr X '\015'`
14802 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14803 # But we know of no other shell where ac_cr would be empty at this
14804 # point, so we can use a bashism as a fallback.
14805 if test "x$ac_cr" = x; then
14806 eval ac_cr=\$\'\\r\'
14807 fi
14808 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14809 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14810 ac_cs_awk_cr='\r'
14811 else
14812 ac_cs_awk_cr=$ac_cr
14813 fi
14814
14815 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14816 _ACEOF
14817
14818
14819 {
14820 echo "cat >conf$$subs.awk <<_ACEOF" &&
14821 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14822 echo "_ACEOF"
14823 } >conf$$subs.sh ||
14824 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14825 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14826 ac_delim='%!_!# '
14827 for ac_last_try in false false false false false :; do
14828 . ./conf$$subs.sh ||
14829 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14830
14831 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14832 if test $ac_delim_n = $ac_delim_num; then
14833 break
14834 elif $ac_last_try; then
14835 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14836 else
14837 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14838 fi
14839 done
14840 rm -f conf$$subs.sh
14841
14842 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14843 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14844 _ACEOF
14845 sed -n '
14846 h
14847 s/^/S["/; s/!.*/"]=/
14848 p
14849 g
14850 s/^[^!]*!//
14851 :repl
14852 t repl
14853 s/'"$ac_delim"'$//
14854 t delim
14855 :nl
14856 h
14857 s/\(.\{148\}\).*/\1/
14858 t more1
14859 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14860 p
14861 n
14862 b repl
14863 :more1
14864 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14865 p
14866 g
14867 s/.\{148\}//
14868 t nl
14869 :delim
14870 h
14871 s/\(.\{148\}\).*/\1/
14872 t more2
14873 s/["\\]/\\&/g; s/^/"/; s/$/"/
14874 p
14875 b
14876 :more2
14877 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14878 p
14879 g
14880 s/.\{148\}//
14881 t delim
14882 ' <conf$$subs.awk | sed '
14883 /^[^""]/{
14884 N
14885 s/\n//
14886 }
14887 ' >>$CONFIG_STATUS || ac_write_fail=1
14888 rm -f conf$$subs.awk
14889 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14890 _ACAWK
14891 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14892 for (key in S) S_is_set[key] = 1
14893 FS = "\a"
14894
14895 }
14896 {
14897 line = $ 0
14898 nfields = split(line, field, "@")
14899 substed = 0
14900 len = length(field[1])
14901 for (i = 2; i < nfields; i++) {
14902 key = field[i]
14903 keylen = length(key)
14904 if (S_is_set[key]) {
14905 value = S[key]
14906 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14907 len += length(value) + length(field[++i])
14908 substed = 1
14909 } else
14910 len += 1 + keylen
14911 }
14912
14913 print line
14914 }
14915
14916 _ACAWK
14917 _ACEOF
14918 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14919 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14920 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14921 else
14922 cat
14923 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14924 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14925 _ACEOF
14926
14927 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14928 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14929 # trailing colons and then remove the whole line if VPATH becomes empty
14930 # (actually we leave an empty line to preserve line numbers).
14931 if test "x$srcdir" = x.; then
14932 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14933 s/:*\$(srcdir):*/:/
14934 s/:*\${srcdir}:*/:/
14935 s/:*@srcdir@:*/:/
14936 s/^\([^=]*=[ ]*\):*/\1/
14937 s/:*$//
14938 s/^[^=]*=[ ]*$//
14939 }'
14940 fi
14941
14942 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14943 fi # test -n "$CONFIG_FILES"
14944
14945 # Set up the scripts for CONFIG_HEADERS section.
14946 # No need to generate them if there are no CONFIG_HEADERS.
14947 # This happens for instance with `./config.status Makefile'.
14948 if test -n "$CONFIG_HEADERS"; then
14949 cat >"$tmp/defines.awk" <<\_ACAWK ||
14950 BEGIN {
14951 _ACEOF
14952
14953 # Transform confdefs.h into an awk script `defines.awk', embedded as
14954 # here-document in config.status, that substitutes the proper values into
14955 # config.h.in to produce config.h.
14956
14957 # Create a delimiter string that does not exist in confdefs.h, to ease
14958 # handling of long lines.
14959 ac_delim='%!_!# '
14960 for ac_last_try in false false :; do
14961 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14962 if test -z "$ac_t"; then
14963 break
14964 elif $ac_last_try; then
14965 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14966 else
14967 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14968 fi
14969 done
14970
14971 # For the awk script, D is an array of macro values keyed by name,
14972 # likewise P contains macro parameters if any. Preserve backslash
14973 # newline sequences.
14974
14975 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14976 sed -n '
14977 s/.\{148\}/&'"$ac_delim"'/g
14978 t rset
14979 :rset
14980 s/^[ ]*#[ ]*define[ ][ ]*/ /
14981 t def
14982 d
14983 :def
14984 s/\\$//
14985 t bsnl
14986 s/["\\]/\\&/g
14987 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14988 D["\1"]=" \3"/p
14989 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14990 d
14991 :bsnl
14992 s/["\\]/\\&/g
14993 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14994 D["\1"]=" \3\\\\\\n"\\/p
14995 t cont
14996 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14997 t cont
14998 d
14999 :cont
15000 n
15001 s/.\{148\}/&'"$ac_delim"'/g
15002 t clear
15003 :clear
15004 s/\\$//
15005 t bsnlc
15006 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15007 d
15008 :bsnlc
15009 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15010 b cont
15011 ' <confdefs.h | sed '
15012 s/'"$ac_delim"'/"\\\
15013 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15014
15015 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15016 for (key in D) D_is_set[key] = 1
15017 FS = "\a"
15018 }
15019 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15020 line = \$ 0
15021 split(line, arg, " ")
15022 if (arg[1] == "#") {
15023 defundef = arg[2]
15024 mac1 = arg[3]
15025 } else {
15026 defundef = substr(arg[1], 2)
15027 mac1 = arg[2]
15028 }
15029 split(mac1, mac2, "(") #)
15030 macro = mac2[1]
15031 prefix = substr(line, 1, index(line, defundef) - 1)
15032 if (D_is_set[macro]) {
15033 # Preserve the white space surrounding the "#".
15034 print prefix "define", macro P[macro] D[macro]
15035 next
15036 } else {
15037 # Replace #undef with comments. This is necessary, for example,
15038 # in the case of _POSIX_SOURCE, which is predefined and required
15039 # on some systems where configure will not decide to define it.
15040 if (defundef == "undef") {
15041 print "/*", prefix defundef, macro, "*/"
15042 next
15043 }
15044 }
15045 }
15046 { print }
15047 _ACAWK
15048 _ACEOF
15049 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15050 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15051 fi # test -n "$CONFIG_HEADERS"
15052
15053
15054 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
15055 shift
15056 for ac_tag
15057 do
15058 case $ac_tag in
15059 :[FHLC]) ac_mode=$ac_tag; continue;;
15060 esac
15061 case $ac_mode$ac_tag in
15062 :[FHL]*:*);;
15063 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15064 :[FH]-) ac_tag=-:-;;
15065 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15066 esac
15067 ac_save_IFS=$IFS
15068 IFS=:
15069 set x $ac_tag
15070 IFS=$ac_save_IFS
15071 shift
15072 ac_file=$1
15073 shift
15074
15075 case $ac_mode in
15076 :L) ac_source=$1;;
15077 :[FH])
15078 ac_file_inputs=
15079 for ac_f
15080 do
15081 case $ac_f in
15082 -) ac_f="$tmp/stdin";;
15083 *) # Look for the file first in the build tree, then in the source tree
15084 # (if the path is not absolute). The absolute path cannot be DOS-style,
15085 # because $ac_f cannot contain `:'.
15086 test -f "$ac_f" ||
15087 case $ac_f in
15088 [\\/$]*) false;;
15089 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15090 esac ||
15091 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15092 esac
15093 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15094 as_fn_append ac_file_inputs " '$ac_f'"
15095 done
15096
15097 # Let's still pretend it is `configure' which instantiates (i.e., don't
15098 # use $as_me), people would be surprised to read:
15099 # /* config.h. Generated by config.status. */
15100 configure_input='Generated from '`
15101 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15102 `' by configure.'
15103 if test x"$ac_file" != x-; then
15104 configure_input="$ac_file. $configure_input"
15105 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15106 $as_echo "$as_me: creating $ac_file" >&6;}
15107 fi
15108 # Neutralize special characters interpreted by sed in replacement strings.
15109 case $configure_input in #(
15110 *\&* | *\|* | *\\* )
15111 ac_sed_conf_input=`$as_echo "$configure_input" |
15112 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15113 *) ac_sed_conf_input=$configure_input;;
15114 esac
15115
15116 case $ac_tag in
15117 *:-:* | *:-) cat >"$tmp/stdin" \
15118 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15119 esac
15120 ;;
15121 esac
15122
15123 ac_dir=`$as_dirname -- "$ac_file" ||
15124 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15125 X"$ac_file" : 'X\(//\)[^/]' \| \
15126 X"$ac_file" : 'X\(//\)$' \| \
15127 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15128 $as_echo X"$ac_file" |
15129 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15130 s//\1/
15131 q
15132 }
15133 /^X\(\/\/\)[^/].*/{
15134 s//\1/
15135 q
15136 }
15137 /^X\(\/\/\)$/{
15138 s//\1/
15139 q
15140 }
15141 /^X\(\/\).*/{
15142 s//\1/
15143 q
15144 }
15145 s/.*/./; q'`
15146 as_dir="$ac_dir"; as_fn_mkdir_p
15147 ac_builddir=.
15148
15149 case "$ac_dir" in
15150 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15151 *)
15152 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15153 # A ".." for each directory in $ac_dir_suffix.
15154 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15155 case $ac_top_builddir_sub in
15156 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15157 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15158 esac ;;
15159 esac
15160 ac_abs_top_builddir=$ac_pwd
15161 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15162 # for backward compatibility:
15163 ac_top_builddir=$ac_top_build_prefix
15164
15165 case $srcdir in
15166 .) # We are building in place.
15167 ac_srcdir=.
15168 ac_top_srcdir=$ac_top_builddir_sub
15169 ac_abs_top_srcdir=$ac_pwd ;;
15170 [\\/]* | ?:[\\/]* ) # Absolute name.
15171 ac_srcdir=$srcdir$ac_dir_suffix;
15172 ac_top_srcdir=$srcdir
15173 ac_abs_top_srcdir=$srcdir ;;
15174 *) # Relative name.
15175 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15176 ac_top_srcdir=$ac_top_build_prefix$srcdir
15177 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15178 esac
15179 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15180
15181
15182 case $ac_mode in
15183 :F)
15184 #
15185 # CONFIG_FILE
15186 #
15187
15188 case $INSTALL in
15189 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15190 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15191 esac
15192 _ACEOF
15193
15194 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15195 # If the template does not know about datarootdir, expand it.
15196 # FIXME: This hack should be removed a few years after 2.60.
15197 ac_datarootdir_hack=; ac_datarootdir_seen=
15198 ac_sed_dataroot='
15199 /datarootdir/ {
15200 p
15201 q
15202 }
15203 /@datadir@/p
15204 /@docdir@/p
15205 /@infodir@/p
15206 /@localedir@/p
15207 /@mandir@/p'
15208 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15209 *datarootdir*) ac_datarootdir_seen=yes;;
15210 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15211 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15212 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15213 _ACEOF
15214 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15215 ac_datarootdir_hack='
15216 s&@datadir@&$datadir&g
15217 s&@docdir@&$docdir&g
15218 s&@infodir@&$infodir&g
15219 s&@localedir@&$localedir&g
15220 s&@mandir@&$mandir&g
15221 s&\\\${datarootdir}&$datarootdir&g' ;;
15222 esac
15223 _ACEOF
15224
15225 # Neutralize VPATH when `$srcdir' = `.'.
15226 # Shell code in configure.ac might set extrasub.
15227 # FIXME: do we really want to maintain this feature?
15228 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15229 ac_sed_extra="$ac_vpsub
15230 $extrasub
15231 _ACEOF
15232 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15233 :t
15234 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15235 s|@configure_input@|$ac_sed_conf_input|;t t
15236 s&@top_builddir@&$ac_top_builddir_sub&;t t
15237 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15238 s&@srcdir@&$ac_srcdir&;t t
15239 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15240 s&@top_srcdir@&$ac_top_srcdir&;t t
15241 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15242 s&@builddir@&$ac_builddir&;t t
15243 s&@abs_builddir@&$ac_abs_builddir&;t t
15244 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15245 s&@INSTALL@&$ac_INSTALL&;t t
15246 $ac_datarootdir_hack
15247 "
15248 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15249 || as_fn_error "could not create $ac_file" "$LINENO" 5
15250
15251 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15252 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15253 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15254 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15255 which seems to be undefined. Please make sure it is defined." >&5
15256 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15257 which seems to be undefined. Please make sure it is defined." >&2;}
15258
15259 rm -f "$tmp/stdin"
15260 case $ac_file in
15261 -) cat "$tmp/out" && rm -f "$tmp/out";;
15262 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15263 esac \
15264 || as_fn_error "could not create $ac_file" "$LINENO" 5
15265 ;;
15266 :H)
15267 #
15268 # CONFIG_HEADER
15269 #
15270 if test x"$ac_file" != x-; then
15271 {
15272 $as_echo "/* $configure_input */" \
15273 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15274 } >"$tmp/config.h" \
15275 || as_fn_error "could not create $ac_file" "$LINENO" 5
15276 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15277 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15278 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15279 else
15280 rm -f "$ac_file"
15281 mv "$tmp/config.h" "$ac_file" \
15282 || as_fn_error "could not create $ac_file" "$LINENO" 5
15283 fi
15284 else
15285 $as_echo "/* $configure_input */" \
15286 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15287 || as_fn_error "could not create -" "$LINENO" 5
15288 fi
15289 ;;
15290 :L)
15291 #
15292 # CONFIG_LINK
15293 #
15294
15295 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15296 :
15297 else
15298 # Prefer the file from the source tree if names are identical.
15299 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15300 ac_source=$srcdir/$ac_source
15301 fi
15302
15303 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15304 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
15305
15306 if test ! -r "$ac_source"; then
15307 as_fn_error "$ac_source: file not found" "$LINENO" 5
15308 fi
15309 rm -f "$ac_file"
15310
15311 # Try a relative symlink, then a hard link, then a copy.
15312 case $srcdir in
15313 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15314 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15315 esac
15316 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15317 ln "$ac_source" "$ac_file" 2>/dev/null ||
15318 cp -p "$ac_source" "$ac_file" ||
15319 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15320 fi
15321 ;;
15322 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15323 $as_echo "$as_me: executing $ac_file commands" >&6;}
15324 ;;
15325 esac
15326
15327
15328 case $ac_file$ac_mode in
15329 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
15330 "libtool":C)
15331
15332 # See if we are running on zsh, and set the options which allow our
15333 # commands through without removal of \ escapes.
15334 if test -n "${ZSH_VERSION+set}" ; then
15335 setopt NO_GLOB_SUBST
15336 fi
15337
15338 cfgfile="${ofile}T"
15339 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15340 $RM "$cfgfile"
15341
15342 cat <<_LT_EOF >> "$cfgfile"
15343 #! $SHELL
15344
15345 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15346 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15347 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15348 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15349 #
15350 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15351 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15352 # Written by Gordon Matzigkeit, 1996
15353 #
15354 # This file is part of GNU Libtool.
15355 #
15356 # GNU Libtool is free software; you can redistribute it and/or
15357 # modify it under the terms of the GNU General Public License as
15358 # published by the Free Software Foundation; either version 2 of
15359 # the License, or (at your option) any later version.
15360 #
15361 # As a special exception to the GNU General Public License,
15362 # if you distribute this file as part of a program or library that
15363 # is built using GNU Libtool, you may include this file under the
15364 # same distribution terms that you use for the rest of that program.
15365 #
15366 # GNU Libtool is distributed in the hope that it will be useful,
15367 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15368 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15369 # GNU General Public License for more details.
15370 #
15371 # You should have received a copy of the GNU General Public License
15372 # along with GNU Libtool; see the file COPYING. If not, a copy
15373 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15374 # obtained by writing to the Free Software Foundation, Inc.,
15375 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15376
15377
15378 # The names of the tagged configurations supported by this script.
15379 available_tags=""
15380
15381 # ### BEGIN LIBTOOL CONFIG
15382
15383 # Which release of libtool.m4 was used?
15384 macro_version=$macro_version
15385 macro_revision=$macro_revision
15386
15387 # Whether or not to build shared libraries.
15388 build_libtool_libs=$enable_shared
15389
15390 # Whether or not to build static libraries.
15391 build_old_libs=$enable_static
15392
15393 # What type of objects to build.
15394 pic_mode=$pic_mode
15395
15396 # Whether or not to optimize for fast installation.
15397 fast_install=$enable_fast_install
15398
15399 # Shell to use when invoking shell scripts.
15400 SHELL=$lt_SHELL
15401
15402 # An echo program that protects backslashes.
15403 ECHO=$lt_ECHO
15404
15405 # The host system.
15406 host_alias=$host_alias
15407 host=$host
15408 host_os=$host_os
15409
15410 # The build system.
15411 build_alias=$build_alias
15412 build=$build
15413 build_os=$build_os
15414
15415 # A sed program that does not truncate output.
15416 SED=$lt_SED
15417
15418 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15419 Xsed="\$SED -e 1s/^X//"
15420
15421 # A grep program that handles long lines.
15422 GREP=$lt_GREP
15423
15424 # An ERE matcher.
15425 EGREP=$lt_EGREP
15426
15427 # A literal string matcher.
15428 FGREP=$lt_FGREP
15429
15430 # A BSD- or MS-compatible name lister.
15431 NM=$lt_NM
15432
15433 # Whether we need soft or hard links.
15434 LN_S=$lt_LN_S
15435
15436 # What is the maximum length of a command?
15437 max_cmd_len=$max_cmd_len
15438
15439 # Object file suffix (normally "o").
15440 objext=$ac_objext
15441
15442 # Executable file suffix (normally "").
15443 exeext=$exeext
15444
15445 # whether the shell understands "unset".
15446 lt_unset=$lt_unset
15447
15448 # turn spaces into newlines.
15449 SP2NL=$lt_lt_SP2NL
15450
15451 # turn newlines into spaces.
15452 NL2SP=$lt_lt_NL2SP
15453
15454 # An object symbol dumper.
15455 OBJDUMP=$lt_OBJDUMP
15456
15457 # Method to check whether dependent libraries are shared objects.
15458 deplibs_check_method=$lt_deplibs_check_method
15459
15460 # Command to use when deplibs_check_method == "file_magic".
15461 file_magic_cmd=$lt_file_magic_cmd
15462
15463 # The archiver.
15464 AR=$lt_AR
15465 AR_FLAGS=$lt_AR_FLAGS
15466
15467 # A symbol stripping program.
15468 STRIP=$lt_STRIP
15469
15470 # Commands used to install an old-style archive.
15471 RANLIB=$lt_RANLIB
15472 old_postinstall_cmds=$lt_old_postinstall_cmds
15473 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15474
15475 # Whether to use a lock for old archive extraction.
15476 lock_old_archive_extraction=$lock_old_archive_extraction
15477
15478 # A C compiler.
15479 LTCC=$lt_CC
15480
15481 # LTCC compiler flags.
15482 LTCFLAGS=$lt_CFLAGS
15483
15484 # Take the output of nm and produce a listing of raw symbols and C names.
15485 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15486
15487 # Transform the output of nm in a proper C declaration.
15488 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15489
15490 # Transform the output of nm in a C name address pair.
15491 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15492
15493 # Transform the output of nm in a C name address pair when lib prefix is needed.
15494 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15495
15496 # The name of the directory that contains temporary libtool files.
15497 objdir=$objdir
15498
15499 # Used to examine libraries when file_magic_cmd begins with "file".
15500 MAGIC_CMD=$MAGIC_CMD
15501
15502 # Must we lock files when doing compilation?
15503 need_locks=$lt_need_locks
15504
15505 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15506 DSYMUTIL=$lt_DSYMUTIL
15507
15508 # Tool to change global to local symbols on Mac OS X.
15509 NMEDIT=$lt_NMEDIT
15510
15511 # Tool to manipulate fat objects and archives on Mac OS X.
15512 LIPO=$lt_LIPO
15513
15514 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15515 OTOOL=$lt_OTOOL
15516
15517 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15518 OTOOL64=$lt_OTOOL64
15519
15520 # Old archive suffix (normally "a").
15521 libext=$libext
15522
15523 # Shared library suffix (normally ".so").
15524 shrext_cmds=$lt_shrext_cmds
15525
15526 # The commands to extract the exported symbol list from a shared archive.
15527 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15528
15529 # Variables whose values should be saved in libtool wrapper scripts and
15530 # restored at link time.
15531 variables_saved_for_relink=$lt_variables_saved_for_relink
15532
15533 # Do we need the "lib" prefix for modules?
15534 need_lib_prefix=$need_lib_prefix
15535
15536 # Do we need a version for libraries?
15537 need_version=$need_version
15538
15539 # Library versioning type.
15540 version_type=$version_type
15541
15542 # Shared library runtime path variable.
15543 runpath_var=$runpath_var
15544
15545 # Shared library path variable.
15546 shlibpath_var=$shlibpath_var
15547
15548 # Is shlibpath searched before the hard-coded library search path?
15549 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15550
15551 # Format of library name prefix.
15552 libname_spec=$lt_libname_spec
15553
15554 # List of archive names. First name is the real one, the rest are links.
15555 # The last name is the one that the linker finds with -lNAME
15556 library_names_spec=$lt_library_names_spec
15557
15558 # The coded name of the library, if different from the real name.
15559 soname_spec=$lt_soname_spec
15560
15561 # Permission mode override for installation of shared libraries.
15562 install_override_mode=$lt_install_override_mode
15563
15564 # Command to use after installation of a shared archive.
15565 postinstall_cmds=$lt_postinstall_cmds
15566
15567 # Command to use after uninstallation of a shared archive.
15568 postuninstall_cmds=$lt_postuninstall_cmds
15569
15570 # Commands used to finish a libtool library installation in a directory.
15571 finish_cmds=$lt_finish_cmds
15572
15573 # As "finish_cmds", except a single script fragment to be evaled but
15574 # not shown.
15575 finish_eval=$lt_finish_eval
15576
15577 # Whether we should hardcode library paths into libraries.
15578 hardcode_into_libs=$hardcode_into_libs
15579
15580 # Compile-time system search path for libraries.
15581 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15582
15583 # Run-time system search path for libraries.
15584 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15585
15586 # Whether dlopen is supported.
15587 dlopen_support=$enable_dlopen
15588
15589 # Whether dlopen of programs is supported.
15590 dlopen_self=$enable_dlopen_self
15591
15592 # Whether dlopen of statically linked programs is supported.
15593 dlopen_self_static=$enable_dlopen_self_static
15594
15595 # Commands to strip libraries.
15596 old_striplib=$lt_old_striplib
15597 striplib=$lt_striplib
15598
15599
15600 # The linker used to build libraries.
15601 LD=$lt_LD
15602
15603 # How to create reloadable object files.
15604 reload_flag=$lt_reload_flag
15605 reload_cmds=$lt_reload_cmds
15606
15607 # Commands used to build an old-style archive.
15608 old_archive_cmds=$lt_old_archive_cmds
15609
15610 # A language specific compiler.
15611 CC=$lt_compiler
15612
15613 # Is the compiler the GNU compiler?
15614 with_gcc=$GCC
15615
15616 # Compiler flag to turn off builtin functions.
15617 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15618
15619 # How to pass a linker flag through the compiler.
15620 wl=$lt_lt_prog_compiler_wl
15621
15622 # Additional compiler flags for building library objects.
15623 pic_flag=$lt_lt_prog_compiler_pic
15624
15625 # Compiler flag to prevent dynamic linking.
15626 link_static_flag=$lt_lt_prog_compiler_static
15627
15628 # Does compiler simultaneously support -c and -o options?
15629 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15630
15631 # Whether or not to add -lc for building shared libraries.
15632 build_libtool_need_lc=$archive_cmds_need_lc
15633
15634 # Whether or not to disallow shared libs when runtime libs are static.
15635 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15636
15637 # Compiler flag to allow reflexive dlopens.
15638 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15639
15640 # Compiler flag to generate shared objects directly from archives.
15641 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15642
15643 # Whether the compiler copes with passing no objects directly.
15644 compiler_needs_object=$lt_compiler_needs_object
15645
15646 # Create an old-style archive from a shared archive.
15647 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15648
15649 # Create a temporary old-style archive to link instead of a shared archive.
15650 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15651
15652 # Commands used to build a shared archive.
15653 archive_cmds=$lt_archive_cmds
15654 archive_expsym_cmds=$lt_archive_expsym_cmds
15655
15656 # Commands used to build a loadable module if different from building
15657 # a shared archive.
15658 module_cmds=$lt_module_cmds
15659 module_expsym_cmds=$lt_module_expsym_cmds
15660
15661 # Whether we are building with GNU ld or not.
15662 with_gnu_ld=$lt_with_gnu_ld
15663
15664 # Flag that allows shared libraries with undefined symbols to be built.
15665 allow_undefined_flag=$lt_allow_undefined_flag
15666
15667 # Flag that enforces no undefined symbols.
15668 no_undefined_flag=$lt_no_undefined_flag
15669
15670 # Flag to hardcode \$libdir into a binary during linking.
15671 # This must work even if \$libdir does not exist
15672 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15673
15674 # If ld is used when linking, flag to hardcode \$libdir into a binary
15675 # during linking. This must work even if \$libdir does not exist.
15676 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15677
15678 # Whether we need a single "-rpath" flag with a separated argument.
15679 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15680
15681 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15682 # DIR into the resulting binary.
15683 hardcode_direct=$hardcode_direct
15684
15685 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15686 # DIR into the resulting binary and the resulting library dependency is
15687 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15688 # library is relocated.
15689 hardcode_direct_absolute=$hardcode_direct_absolute
15690
15691 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15692 # into the resulting binary.
15693 hardcode_minus_L=$hardcode_minus_L
15694
15695 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15696 # into the resulting binary.
15697 hardcode_shlibpath_var=$hardcode_shlibpath_var
15698
15699 # Set to "yes" if building a shared library automatically hardcodes DIR
15700 # into the library and all subsequent libraries and executables linked
15701 # against it.
15702 hardcode_automatic=$hardcode_automatic
15703
15704 # Set to yes if linker adds runtime paths of dependent libraries
15705 # to runtime path list.
15706 inherit_rpath=$inherit_rpath
15707
15708 # Whether libtool must link a program against all its dependency libraries.
15709 link_all_deplibs=$link_all_deplibs
15710
15711 # Fix the shell variable \$srcfile for the compiler.
15712 fix_srcfile_path=$lt_fix_srcfile_path
15713
15714 # Set to "yes" if exported symbols are required.
15715 always_export_symbols=$always_export_symbols
15716
15717 # The commands to list exported symbols.
15718 export_symbols_cmds=$lt_export_symbols_cmds
15719
15720 # Symbols that should not be listed in the preloaded symbols.
15721 exclude_expsyms=$lt_exclude_expsyms
15722
15723 # Symbols that must always be exported.
15724 include_expsyms=$lt_include_expsyms
15725
15726 # Commands necessary for linking programs (against libraries) with templates.
15727 prelink_cmds=$lt_prelink_cmds
15728
15729 # Specify filename containing input files.
15730 file_list_spec=$lt_file_list_spec
15731
15732 # How to hardcode a shared library path into an executable.
15733 hardcode_action=$hardcode_action
15734
15735 # ### END LIBTOOL CONFIG
15736
15737 _LT_EOF
15738
15739 case $host_os in
15740 aix3*)
15741 cat <<\_LT_EOF >> "$cfgfile"
15742 # AIX sometimes has problems with the GCC collect2 program. For some
15743 # reason, if we set the COLLECT_NAMES environment variable, the problems
15744 # vanish in a puff of smoke.
15745 if test "X${COLLECT_NAMES+set}" != Xset; then
15746 COLLECT_NAMES=
15747 export COLLECT_NAMES
15748 fi
15749 _LT_EOF
15750 ;;
15751 esac
15752
15753
15754 ltmain="$ac_aux_dir/ltmain.sh"
15755
15756
15757 # We use sed instead of cat because bash on DJGPP gets confused if
15758 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15759 # text mode, it properly converts lines to CR/LF. This bash problem
15760 # is reportedly fixed, but why not run on old versions too?
15761 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15762 || (rm -f "$cfgfile"; exit 1)
15763
15764 case $xsi_shell in
15765 yes)
15766 cat << \_LT_EOF >> "$cfgfile"
15767
15768 # func_dirname file append nondir_replacement
15769 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15770 # otherwise set result to NONDIR_REPLACEMENT.
15771 func_dirname ()
15772 {
15773 case ${1} in
15774 */*) func_dirname_result="${1%/*}${2}" ;;
15775 * ) func_dirname_result="${3}" ;;
15776 esac
15777 }
15778
15779 # func_basename file
15780 func_basename ()
15781 {
15782 func_basename_result="${1##*/}"
15783 }
15784
15785 # func_dirname_and_basename file append nondir_replacement
15786 # perform func_basename and func_dirname in a single function
15787 # call:
15788 # dirname: Compute the dirname of FILE. If nonempty,
15789 # add APPEND to the result, otherwise set result
15790 # to NONDIR_REPLACEMENT.
15791 # value returned in "$func_dirname_result"
15792 # basename: Compute filename of FILE.
15793 # value retuned in "$func_basename_result"
15794 # Implementation must be kept synchronized with func_dirname
15795 # and func_basename. For efficiency, we do not delegate to
15796 # those functions but instead duplicate the functionality here.
15797 func_dirname_and_basename ()
15798 {
15799 case ${1} in
15800 */*) func_dirname_result="${1%/*}${2}" ;;
15801 * ) func_dirname_result="${3}" ;;
15802 esac
15803 func_basename_result="${1##*/}"
15804 }
15805
15806 # func_stripname prefix suffix name
15807 # strip PREFIX and SUFFIX off of NAME.
15808 # PREFIX and SUFFIX must not contain globbing or regex special
15809 # characters, hashes, percent signs, but SUFFIX may contain a leading
15810 # dot (in which case that matches only a dot).
15811 func_stripname ()
15812 {
15813 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15814 # positional parameters, so assign one to ordinary parameter first.
15815 func_stripname_result=${3}
15816 func_stripname_result=${func_stripname_result#"${1}"}
15817 func_stripname_result=${func_stripname_result%"${2}"}
15818 }
15819
15820 # func_opt_split
15821 func_opt_split ()
15822 {
15823 func_opt_split_opt=${1%%=*}
15824 func_opt_split_arg=${1#*=}
15825 }
15826
15827 # func_lo2o object
15828 func_lo2o ()
15829 {
15830 case ${1} in
15831 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15832 *) func_lo2o_result=${1} ;;
15833 esac
15834 }
15835
15836 # func_xform libobj-or-source
15837 func_xform ()
15838 {
15839 func_xform_result=${1%.*}.lo
15840 }
15841
15842 # func_arith arithmetic-term...
15843 func_arith ()
15844 {
15845 func_arith_result=$(( $* ))
15846 }
15847
15848 # func_len string
15849 # STRING may not start with a hyphen.
15850 func_len ()
15851 {
15852 func_len_result=${#1}
15853 }
15854
15855 _LT_EOF
15856 ;;
15857 *) # Bourne compatible functions.
15858 cat << \_LT_EOF >> "$cfgfile"
15859
15860 # func_dirname file append nondir_replacement
15861 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15862 # otherwise set result to NONDIR_REPLACEMENT.
15863 func_dirname ()
15864 {
15865 # Extract subdirectory from the argument.
15866 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15867 if test "X$func_dirname_result" = "X${1}"; then
15868 func_dirname_result="${3}"
15869 else
15870 func_dirname_result="$func_dirname_result${2}"
15871 fi
15872 }
15873
15874 # func_basename file
15875 func_basename ()
15876 {
15877 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15878 }
15879
15880
15881 # func_stripname prefix suffix name
15882 # strip PREFIX and SUFFIX off of NAME.
15883 # PREFIX and SUFFIX must not contain globbing or regex special
15884 # characters, hashes, percent signs, but SUFFIX may contain a leading
15885 # dot (in which case that matches only a dot).
15886 # func_strip_suffix prefix name
15887 func_stripname ()
15888 {
15889 case ${2} in
15890 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15891 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15892 esac
15893 }
15894
15895 # sed scripts:
15896 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15897 my_sed_long_arg='1s/^-[^=]*=//'
15898
15899 # func_opt_split
15900 func_opt_split ()
15901 {
15902 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15903 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15904 }
15905
15906 # func_lo2o object
15907 func_lo2o ()
15908 {
15909 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15910 }
15911
15912 # func_xform libobj-or-source
15913 func_xform ()
15914 {
15915 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15916 }
15917
15918 # func_arith arithmetic-term...
15919 func_arith ()
15920 {
15921 func_arith_result=`expr "$@"`
15922 }
15923
15924 # func_len string
15925 # STRING may not start with a hyphen.
15926 func_len ()
15927 {
15928 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15929 }
15930
15931 _LT_EOF
15932 esac
15933
15934 case $lt_shell_append in
15935 yes)
15936 cat << \_LT_EOF >> "$cfgfile"
15937
15938 # func_append var value
15939 # Append VALUE to the end of shell variable VAR.
15940 func_append ()
15941 {
15942 eval "$1+=\$2"
15943 }
15944 _LT_EOF
15945 ;;
15946 *)
15947 cat << \_LT_EOF >> "$cfgfile"
15948
15949 # func_append var value
15950 # Append VALUE to the end of shell variable VAR.
15951 func_append ()
15952 {
15953 eval "$1=\$$1\$2"
15954 }
15955
15956 _LT_EOF
15957 ;;
15958 esac
15959
15960
15961 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15962 || (rm -f "$cfgfile"; exit 1)
15963
15964 mv -f "$cfgfile" "$ofile" ||
15965 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15966 chmod +x "$ofile"
15967
15968 ;;
15969 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15970 rm -f Makesim1.tmp Makesim2.tmp Makefile
15971 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15972 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15973 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15974 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15975 <Makefile.sim >Makefile
15976 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15977 ;;
15978 "stamp-h":C) echo > stamp-h ;;
15979
15980 esac
15981 done # for ac_tag
15982
15983
15984 as_fn_exit 0
15985 _ACEOF
15986 ac_clean_files=$ac_clean_files_save
15987
15988 test $ac_write_fail = 0 ||
15989 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15990
15991
15992 # configure is writing to config.log, and then calls config.status.
15993 # config.status does its own redirection, appending to config.log.
15994 # Unfortunately, on DOS this fails, as config.log is still kept open
15995 # by configure, so config.status won't be able to write to it; its
15996 # output is simply discarded. So we exec the FD to /dev/null,
15997 # effectively closing config.log, so it can be properly (re)opened and
15998 # appended to by config.status. When coming back to configure, we
15999 # need to make the FD available again.
16000 if test "$no_create" != yes; then
16001 ac_cs_success=:
16002 ac_config_status_args=
16003 test "$silent" = yes &&
16004 ac_config_status_args="$ac_config_status_args --quiet"
16005 exec 5>/dev/null
16006 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16007 exec 5>>config.log
16008 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16009 # would make configure fail if this is the last instruction.
16010 $ac_cs_success || as_fn_exit $?
16011 fi
16012 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16013 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16014 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16015 fi
16016
16017