]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/arm/configure
sim: drop host endian configure option
[thirdparty/binutils-gdb.git] / sim / arm / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
100
101 ;;
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111 fi
112
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148 esac
149 fi
150 "
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
156
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164 else
165 exitcode=1; echo positional parameters were not saved.
166 fi
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183 else
184 as_have_required=no
185 fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188 else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192 do
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206 fi
207 fi
208 done;;
209 esac
210 as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228 fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
241 fi
242 exit 1
243 fi
244 fi
245 fi
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
251
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
259 {
260 { eval $1=; unset $1;}
261 }
262 as_unset=as_fn_unset
263
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
268 {
269 return $1
270 } # as_fn_set_status
271
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
276 {
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
281
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
286 {
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340 else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345 fi # as_fn_append
346
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357 else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362 fi # as_fn_arith
363
364
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
371 {
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
380
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384 else
385 as_expr=false
386 fi
387
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
392 fi
393
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396 else
397 as_dirname=false
398 fi
399
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
418
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
456 }
457
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467 *)
468 ECHO_N='-n';;
469 esac
470
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474 else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
477 fi
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
491 fi
492 else
493 as_ln_s='cp -p'
494 fi
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
497
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500 else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503 fi
504
505 if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525 fi
526 as_executable_p=$as_test_x
527
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537 exec 7<&0 </dev/null 6>&1
538
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544 #
545 # Initializations.
546 #
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
555
556 # Identity of this package.
557 PACKAGE_NAME=
558 PACKAGE_TARNAME=
559 PACKAGE_VERSION=
560 PACKAGE_STRING=
561 PACKAGE_BUGREPORT=
562 PACKAGE_URL=
563
564 ac_unique_file="Makefile.in"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
567 #include <stdio.h>
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
570 #endif
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
573 #endif
574 #ifdef STDC_HEADERS
575 # include <stdlib.h>
576 # include <stddef.h>
577 #else
578 # ifdef HAVE_STDLIB_H
579 # include <stdlib.h>
580 # endif
581 #endif
582 #ifdef HAVE_STRING_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584 # include <memory.h>
585 # endif
586 # include <string.h>
587 #endif
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
590 #endif
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
593 #endif
594 #ifdef HAVE_STDINT_H
595 # include <stdint.h>
596 #endif
597 #ifdef HAVE_UNISTD_H
598 # include <unistd.h>
599 #endif"
600
601 ac_subst_vars='LTLIBOBJS
602 LIBOBJS
603 cgen_breaks
604 REPORT_BUGS_TEXI
605 REPORT_BUGS_TO
606 PKGVERSION
607 sim_profile
608 sim_trace
609 sim_stdio
610 sim_debug
611 sim_cflags
612 sim_bswap
613 MAINT
614 MAINTAINER_MODE_FALSE
615 MAINTAINER_MODE_TRUE
616 lt_cv_dlopen_libs
617 OTOOL64
618 OTOOL
619 LIPO
620 NMEDIT
621 DSYMUTIL
622 AWK
623 STRIP
624 OBJDUMP
625 LN_S
626 NM
627 ac_ct_DUMPBIN
628 DUMPBIN
629 LD
630 FGREP
631 SED
632 LIBTOOL
633 PLUGINS_FALSE
634 PLUGINS_TRUE
635 zlibinc
636 zlibdir
637 CATOBJEXT
638 GENCAT
639 INSTOBJEXT
640 DATADIRNAME
641 CATALOGS
642 POSUB
643 GMSGFMT
644 XGETTEXT
645 INCINTL
646 LIBINTL_DEP
647 LIBINTL
648 USE_NLS
649 GMAKE_FALSE
650 GMAKE_TRUE
651 MAKE
652 CCDEPMODE
653 DEPDIR
654 am__leading_dot
655 PACKAGE
656 RANLIB
657 AR
658 HDEFINES
659 CC_FOR_BUILD
660 INSTALL_DATA
661 INSTALL_SCRIPT
662 INSTALL_PROGRAM
663 EGREP
664 GREP
665 CPP
666 target_os
667 target_vendor
668 target_cpu
669 target
670 host_os
671 host_vendor
672 host_cpu
673 host
674 build_os
675 build_vendor
676 build_cpu
677 build
678 OBJEXT
679 EXEEXT
680 ac_ct_CC
681 CPPFLAGS
682 LDFLAGS
683 CFLAGS
684 CC
685 WERROR_CFLAGS
686 WARN_CFLAGS
687 sim_xor_endian
688 sim_stdcall
689 sim_smp
690 sim_reserved_bits
691 sim_regparm
692 sim_packages
693 sim_inline
694 sim_hw
695 sim_hw_objs
696 sim_hw_cflags
697 sim_default_model
698 sim_scache
699 sim_float
700 sim_endian
701 sim_bitsize
702 sim_assert
703 sim_alignment
704 sim_environment
705 target_alias
706 host_alias
707 build_alias
708 LIBS
709 ECHO_T
710 ECHO_N
711 ECHO_C
712 DEFS
713 mandir
714 localedir
715 libdir
716 psdir
717 pdfdir
718 dvidir
719 htmldir
720 infodir
721 docdir
722 oldincludedir
723 includedir
724 localstatedir
725 sharedstatedir
726 sysconfdir
727 datadir
728 datarootdir
729 libexecdir
730 sbindir
731 bindir
732 program_transform_name
733 prefix
734 exec_prefix
735 PACKAGE_URL
736 PACKAGE_BUGREPORT
737 PACKAGE_STRING
738 PACKAGE_VERSION
739 PACKAGE_TARNAME
740 PACKAGE_NAME
741 PATH_SEPARATOR
742 SHELL'
743 ac_subst_files=''
744 ac_user_opts='
745 enable_option_checking
746 with_system_zlib
747 enable_plugins
748 enable_shared
749 enable_static
750 with_pic
751 enable_fast_install
752 with_gnu_ld
753 enable_libtool_lock
754 enable_maintainer_mode
755 enable_sim_bswap
756 enable_sim_cflags
757 enable_sim_debug
758 enable_sim_stdio
759 enable_sim_trace
760 enable_sim_profile
761 with_pkgversion
762 with_bugurl
763 enable_sim_endian
764 enable_sim_alignment
765 enable_sim_environment
766 enable_sim_inline
767 enable_werror
768 enable_build_warnings
769 enable_sim_build_warnings
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-bswap Use Host specific BSWAP instruction
1407 --enable-sim-cflags=opts
1408 Extra CFLAGS for use in building simulator
1409 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1410 itself)
1411 --enable-sim-stdio Specify whether to use stdio for console
1412 input/output
1413 --enable-sim-trace=opts Enable tracing of simulated programs
1414 --enable-sim-profile=opts
1415 Enable profiling flags
1416 --enable-sim-endian=endian
1417 Specify target byte endian orientation
1418 --enable-sim-alignment=align
1419 Specify strict, nonstrict or forced alignment of
1420 memory accesses
1421 --enable-sim-environment=environment
1422 Specify mixed, user, virtual or operating
1423 environment
1424 --enable-sim-inline=inlines
1425 Specify which functions should be inlined
1426 --enable-werror treat compile warnings as errors
1427 --enable-build-warnings enable build-time compiler warnings if gcc is used
1428 --enable-sim-build-warnings
1429 enable SIM specific build-time compiler warnings if
1430 gcc is used
1431
1432 Optional Packages:
1433 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1434 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1435 --with-system-zlib use installed libz
1436 --with-pic try to use only PIC/non-PIC objects [default=use
1437 both]
1438 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1439 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1440 --with-bugurl=URL Direct users to URL to report a bug
1441
1442 Some influential environment variables:
1443 CC C compiler command
1444 CFLAGS C compiler flags
1445 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1446 nonstandard directory <lib dir>
1447 LIBS libraries to pass to the linker, e.g. -l<library>
1448 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1449 you have headers in a nonstandard directory <include dir>
1450 CPP C preprocessor
1451
1452 Use these variables to override the choices made by `configure' or to help
1453 it to find libraries and programs with nonstandard names/locations.
1454
1455 Report bugs to the package provider.
1456 _ACEOF
1457 ac_status=$?
1458 fi
1459
1460 if test "$ac_init_help" = "recursive"; then
1461 # If there are subdirs, report their specific --help.
1462 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1463 test -d "$ac_dir" ||
1464 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1465 continue
1466 ac_builddir=.
1467
1468 case "$ac_dir" in
1469 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1470 *)
1471 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1472 # A ".." for each directory in $ac_dir_suffix.
1473 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1474 case $ac_top_builddir_sub in
1475 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1476 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1477 esac ;;
1478 esac
1479 ac_abs_top_builddir=$ac_pwd
1480 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1481 # for backward compatibility:
1482 ac_top_builddir=$ac_top_build_prefix
1483
1484 case $srcdir in
1485 .) # We are building in place.
1486 ac_srcdir=.
1487 ac_top_srcdir=$ac_top_builddir_sub
1488 ac_abs_top_srcdir=$ac_pwd ;;
1489 [\\/]* | ?:[\\/]* ) # Absolute name.
1490 ac_srcdir=$srcdir$ac_dir_suffix;
1491 ac_top_srcdir=$srcdir
1492 ac_abs_top_srcdir=$srcdir ;;
1493 *) # Relative name.
1494 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1495 ac_top_srcdir=$ac_top_build_prefix$srcdir
1496 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1497 esac
1498 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1499
1500 cd "$ac_dir" || { ac_status=$?; continue; }
1501 # Check for guested configure.
1502 if test -f "$ac_srcdir/configure.gnu"; then
1503 echo &&
1504 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1505 elif test -f "$ac_srcdir/configure"; then
1506 echo &&
1507 $SHELL "$ac_srcdir/configure" --help=recursive
1508 else
1509 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1510 fi || ac_status=$?
1511 cd "$ac_pwd" || { ac_status=$?; break; }
1512 done
1513 fi
1514
1515 test -n "$ac_init_help" && exit $ac_status
1516 if $ac_init_version; then
1517 cat <<\_ACEOF
1518 configure
1519 generated by GNU Autoconf 2.64
1520
1521 Copyright (C) 2009 Free Software Foundation, Inc.
1522 This configure script is free software; the Free Software Foundation
1523 gives unlimited permission to copy, distribute and modify it.
1524 _ACEOF
1525 exit
1526 fi
1527
1528 ## ------------------------ ##
1529 ## Autoconf initialization. ##
1530 ## ------------------------ ##
1531
1532 # ac_fn_c_try_compile LINENO
1533 # --------------------------
1534 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1535 ac_fn_c_try_compile ()
1536 {
1537 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1538 rm -f conftest.$ac_objext
1539 if { { ac_try="$ac_compile"
1540 case "(($ac_try" in
1541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1542 *) ac_try_echo=$ac_try;;
1543 esac
1544 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1545 $as_echo "$ac_try_echo"; } >&5
1546 (eval "$ac_compile") 2>conftest.err
1547 ac_status=$?
1548 if test -s conftest.err; then
1549 grep -v '^ *+' conftest.err >conftest.er1
1550 cat conftest.er1 >&5
1551 mv -f conftest.er1 conftest.err
1552 fi
1553 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1554 test $ac_status = 0; } && {
1555 test -z "$ac_c_werror_flag" ||
1556 test ! -s conftest.err
1557 } && test -s conftest.$ac_objext; then :
1558 ac_retval=0
1559 else
1560 $as_echo "$as_me: failed program was:" >&5
1561 sed 's/^/| /' conftest.$ac_ext >&5
1562
1563 ac_retval=1
1564 fi
1565 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1566 return $ac_retval
1567
1568 } # ac_fn_c_try_compile
1569
1570 # ac_fn_c_try_cpp LINENO
1571 # ----------------------
1572 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1573 ac_fn_c_try_cpp ()
1574 {
1575 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1576 if { { ac_try="$ac_cpp conftest.$ac_ext"
1577 case "(($ac_try" in
1578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1579 *) ac_try_echo=$ac_try;;
1580 esac
1581 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1582 $as_echo "$ac_try_echo"; } >&5
1583 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1584 ac_status=$?
1585 if test -s conftest.err; then
1586 grep -v '^ *+' conftest.err >conftest.er1
1587 cat conftest.er1 >&5
1588 mv -f conftest.er1 conftest.err
1589 fi
1590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1591 test $ac_status = 0; } >/dev/null && {
1592 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1593 test ! -s conftest.err
1594 }; then :
1595 ac_retval=0
1596 else
1597 $as_echo "$as_me: failed program was:" >&5
1598 sed 's/^/| /' conftest.$ac_ext >&5
1599
1600 ac_retval=1
1601 fi
1602 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1603 return $ac_retval
1604
1605 } # ac_fn_c_try_cpp
1606
1607 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1608 # -------------------------------------------------------
1609 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1610 # the include files in INCLUDES and setting the cache variable VAR
1611 # accordingly.
1612 ac_fn_c_check_header_mongrel ()
1613 {
1614 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1615 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1617 $as_echo_n "checking for $2... " >&6; }
1618 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1619 $as_echo_n "(cached) " >&6
1620 fi
1621 eval ac_res=\$$3
1622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1623 $as_echo "$ac_res" >&6; }
1624 else
1625 # Is the header compilable?
1626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1627 $as_echo_n "checking $2 usability... " >&6; }
1628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1629 /* end confdefs.h. */
1630 $4
1631 #include <$2>
1632 _ACEOF
1633 if ac_fn_c_try_compile "$LINENO"; then :
1634 ac_header_compiler=yes
1635 else
1636 ac_header_compiler=no
1637 fi
1638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1640 $as_echo "$ac_header_compiler" >&6; }
1641
1642 # Is the header present?
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1644 $as_echo_n "checking $2 presence... " >&6; }
1645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1646 /* end confdefs.h. */
1647 #include <$2>
1648 _ACEOF
1649 if ac_fn_c_try_cpp "$LINENO"; then :
1650 ac_header_preproc=yes
1651 else
1652 ac_header_preproc=no
1653 fi
1654 rm -f conftest.err conftest.$ac_ext
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1656 $as_echo "$ac_header_preproc" >&6; }
1657
1658 # So? What about this header?
1659 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1660 yes:no: )
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1662 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1664 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1665 ;;
1666 no:yes:* )
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1668 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1670 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1672 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1674 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1676 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1677 ;;
1678 esac
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1680 $as_echo_n "checking for $2... " >&6; }
1681 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1682 $as_echo_n "(cached) " >&6
1683 else
1684 eval "$3=\$ac_header_compiler"
1685 fi
1686 eval ac_res=\$$3
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1688 $as_echo "$ac_res" >&6; }
1689 fi
1690 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1691
1692 } # ac_fn_c_check_header_mongrel
1693
1694 # ac_fn_c_try_run LINENO
1695 # ----------------------
1696 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1697 # that executables *can* be run.
1698 ac_fn_c_try_run ()
1699 {
1700 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1701 if { { ac_try="$ac_link"
1702 case "(($ac_try" in
1703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1704 *) ac_try_echo=$ac_try;;
1705 esac
1706 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1707 $as_echo "$ac_try_echo"; } >&5
1708 (eval "$ac_link") 2>&5
1709 ac_status=$?
1710 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1711 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1712 { { case "(($ac_try" in
1713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1714 *) ac_try_echo=$ac_try;;
1715 esac
1716 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1717 $as_echo "$ac_try_echo"; } >&5
1718 (eval "$ac_try") 2>&5
1719 ac_status=$?
1720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1721 test $ac_status = 0; }; }; then :
1722 ac_retval=0
1723 else
1724 $as_echo "$as_me: program exited with status $ac_status" >&5
1725 $as_echo "$as_me: failed program was:" >&5
1726 sed 's/^/| /' conftest.$ac_ext >&5
1727
1728 ac_retval=$ac_status
1729 fi
1730 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1731 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1732 return $ac_retval
1733
1734 } # ac_fn_c_try_run
1735
1736 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1737 # -------------------------------------------------------
1738 # Tests whether HEADER exists and can be compiled using the include files in
1739 # INCLUDES, setting the cache variable VAR accordingly.
1740 ac_fn_c_check_header_compile ()
1741 {
1742 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1744 $as_echo_n "checking for $2... " >&6; }
1745 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1746 $as_echo_n "(cached) " >&6
1747 else
1748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1749 /* end confdefs.h. */
1750 $4
1751 #include <$2>
1752 _ACEOF
1753 if ac_fn_c_try_compile "$LINENO"; then :
1754 eval "$3=yes"
1755 else
1756 eval "$3=no"
1757 fi
1758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1759 fi
1760 eval ac_res=\$$3
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1762 $as_echo "$ac_res" >&6; }
1763 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1764
1765 } # ac_fn_c_check_header_compile
1766
1767 # ac_fn_c_try_link LINENO
1768 # -----------------------
1769 # Try to link conftest.$ac_ext, and return whether this succeeded.
1770 ac_fn_c_try_link ()
1771 {
1772 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1773 rm -f conftest.$ac_objext conftest$ac_exeext
1774 if { { ac_try="$ac_link"
1775 case "(($ac_try" in
1776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1777 *) ac_try_echo=$ac_try;;
1778 esac
1779 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1780 $as_echo "$ac_try_echo"; } >&5
1781 (eval "$ac_link") 2>conftest.err
1782 ac_status=$?
1783 if test -s conftest.err; then
1784 grep -v '^ *+' conftest.err >conftest.er1
1785 cat conftest.er1 >&5
1786 mv -f conftest.er1 conftest.err
1787 fi
1788 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1789 test $ac_status = 0; } && {
1790 test -z "$ac_c_werror_flag" ||
1791 test ! -s conftest.err
1792 } && test -s conftest$ac_exeext && {
1793 test "$cross_compiling" = yes ||
1794 $as_test_x conftest$ac_exeext
1795 }; then :
1796 ac_retval=0
1797 else
1798 $as_echo "$as_me: failed program was:" >&5
1799 sed 's/^/| /' conftest.$ac_ext >&5
1800
1801 ac_retval=1
1802 fi
1803 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1804 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1805 # interfere with the next link command; also delete a directory that is
1806 # left behind by Apple's compiler. We do this before executing the actions.
1807 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1808 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1809 return $ac_retval
1810
1811 } # ac_fn_c_try_link
1812
1813 # ac_fn_c_check_func LINENO FUNC VAR
1814 # ----------------------------------
1815 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1816 ac_fn_c_check_func ()
1817 {
1818 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1820 $as_echo_n "checking for $2... " >&6; }
1821 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1822 $as_echo_n "(cached) " >&6
1823 else
1824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1825 /* end confdefs.h. */
1826 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1827 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1828 #define $2 innocuous_$2
1829
1830 /* System header to define __stub macros and hopefully few prototypes,
1831 which can conflict with char $2 (); below.
1832 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1833 <limits.h> exists even on freestanding compilers. */
1834
1835 #ifdef __STDC__
1836 # include <limits.h>
1837 #else
1838 # include <assert.h>
1839 #endif
1840
1841 #undef $2
1842
1843 /* Override any GCC internal prototype to avoid an error.
1844 Use char because int might match the return type of a GCC
1845 builtin and then its argument prototype would still apply. */
1846 #ifdef __cplusplus
1847 extern "C"
1848 #endif
1849 char $2 ();
1850 /* The GNU C library defines this for functions which it implements
1851 to always fail with ENOSYS. Some functions are actually named
1852 something starting with __ and the normal name is an alias. */
1853 #if defined __stub_$2 || defined __stub___$2
1854 choke me
1855 #endif
1856
1857 int
1858 main ()
1859 {
1860 return $2 ();
1861 ;
1862 return 0;
1863 }
1864 _ACEOF
1865 if ac_fn_c_try_link "$LINENO"; then :
1866 eval "$3=yes"
1867 else
1868 eval "$3=no"
1869 fi
1870 rm -f core conftest.err conftest.$ac_objext \
1871 conftest$ac_exeext conftest.$ac_ext
1872 fi
1873 eval ac_res=\$$3
1874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1875 $as_echo "$ac_res" >&6; }
1876 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1877
1878 } # ac_fn_c_check_func
1879 cat >config.log <<_ACEOF
1880 This file contains any messages produced by compilers while
1881 running configure, to aid debugging if configure makes a mistake.
1882
1883 It was created by $as_me, which was
1884 generated by GNU Autoconf 2.64. Invocation command line was
1885
1886 $ $0 $@
1887
1888 _ACEOF
1889 exec 5>>config.log
1890 {
1891 cat <<_ASUNAME
1892 ## --------- ##
1893 ## Platform. ##
1894 ## --------- ##
1895
1896 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1897 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1898 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1899 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1900 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1901
1902 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1903 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1904
1905 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1906 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1907 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1908 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1909 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1910 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1911 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1912
1913 _ASUNAME
1914
1915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1916 for as_dir in $PATH
1917 do
1918 IFS=$as_save_IFS
1919 test -z "$as_dir" && as_dir=.
1920 $as_echo "PATH: $as_dir"
1921 done
1922 IFS=$as_save_IFS
1923
1924 } >&5
1925
1926 cat >&5 <<_ACEOF
1927
1928
1929 ## ----------- ##
1930 ## Core tests. ##
1931 ## ----------- ##
1932
1933 _ACEOF
1934
1935
1936 # Keep a trace of the command line.
1937 # Strip out --no-create and --no-recursion so they do not pile up.
1938 # Strip out --silent because we don't want to record it for future runs.
1939 # Also quote any args containing shell meta-characters.
1940 # Make two passes to allow for proper duplicate-argument suppression.
1941 ac_configure_args=
1942 ac_configure_args0=
1943 ac_configure_args1=
1944 ac_must_keep_next=false
1945 for ac_pass in 1 2
1946 do
1947 for ac_arg
1948 do
1949 case $ac_arg in
1950 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1951 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1952 | -silent | --silent | --silen | --sile | --sil)
1953 continue ;;
1954 *\'*)
1955 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1956 esac
1957 case $ac_pass in
1958 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1959 2)
1960 as_fn_append ac_configure_args1 " '$ac_arg'"
1961 if test $ac_must_keep_next = true; then
1962 ac_must_keep_next=false # Got value, back to normal.
1963 else
1964 case $ac_arg in
1965 *=* | --config-cache | -C | -disable-* | --disable-* \
1966 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1967 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1968 | -with-* | --with-* | -without-* | --without-* | --x)
1969 case "$ac_configure_args0 " in
1970 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1971 esac
1972 ;;
1973 -* ) ac_must_keep_next=true ;;
1974 esac
1975 fi
1976 as_fn_append ac_configure_args " '$ac_arg'"
1977 ;;
1978 esac
1979 done
1980 done
1981 { ac_configure_args0=; unset ac_configure_args0;}
1982 { ac_configure_args1=; unset ac_configure_args1;}
1983
1984 # When interrupted or exit'd, cleanup temporary files, and complete
1985 # config.log. We remove comments because anyway the quotes in there
1986 # would cause problems or look ugly.
1987 # WARNING: Use '\'' to represent an apostrophe within the trap.
1988 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1989 trap 'exit_status=$?
1990 # Save into config.log some information that might help in debugging.
1991 {
1992 echo
1993
1994 cat <<\_ASBOX
1995 ## ---------------- ##
1996 ## Cache variables. ##
1997 ## ---------------- ##
1998 _ASBOX
1999 echo
2000 # The following way of writing the cache mishandles newlines in values,
2001 (
2002 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2003 eval ac_val=\$$ac_var
2004 case $ac_val in #(
2005 *${as_nl}*)
2006 case $ac_var in #(
2007 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2008 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2009 esac
2010 case $ac_var in #(
2011 _ | IFS | as_nl) ;; #(
2012 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2013 *) { eval $ac_var=; unset $ac_var;} ;;
2014 esac ;;
2015 esac
2016 done
2017 (set) 2>&1 |
2018 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2019 *${as_nl}ac_space=\ *)
2020 sed -n \
2021 "s/'\''/'\''\\\\'\'''\''/g;
2022 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2023 ;; #(
2024 *)
2025 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2026 ;;
2027 esac |
2028 sort
2029 )
2030 echo
2031
2032 cat <<\_ASBOX
2033 ## ----------------- ##
2034 ## Output variables. ##
2035 ## ----------------- ##
2036 _ASBOX
2037 echo
2038 for ac_var in $ac_subst_vars
2039 do
2040 eval ac_val=\$$ac_var
2041 case $ac_val in
2042 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2043 esac
2044 $as_echo "$ac_var='\''$ac_val'\''"
2045 done | sort
2046 echo
2047
2048 if test -n "$ac_subst_files"; then
2049 cat <<\_ASBOX
2050 ## ------------------- ##
2051 ## File substitutions. ##
2052 ## ------------------- ##
2053 _ASBOX
2054 echo
2055 for ac_var in $ac_subst_files
2056 do
2057 eval ac_val=\$$ac_var
2058 case $ac_val in
2059 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2060 esac
2061 $as_echo "$ac_var='\''$ac_val'\''"
2062 done | sort
2063 echo
2064 fi
2065
2066 if test -s confdefs.h; then
2067 cat <<\_ASBOX
2068 ## ----------- ##
2069 ## confdefs.h. ##
2070 ## ----------- ##
2071 _ASBOX
2072 echo
2073 cat confdefs.h
2074 echo
2075 fi
2076 test "$ac_signal" != 0 &&
2077 $as_echo "$as_me: caught signal $ac_signal"
2078 $as_echo "$as_me: exit $exit_status"
2079 } >&5
2080 rm -f core *.core core.conftest.* &&
2081 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2082 exit $exit_status
2083 ' 0
2084 for ac_signal in 1 2 13 15; do
2085 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2086 done
2087 ac_signal=0
2088
2089 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2090 rm -f -r conftest* confdefs.h
2091
2092 $as_echo "/* confdefs.h */" > confdefs.h
2093
2094 # Predefined preprocessor variables.
2095
2096 cat >>confdefs.h <<_ACEOF
2097 #define PACKAGE_NAME "$PACKAGE_NAME"
2098 _ACEOF
2099
2100 cat >>confdefs.h <<_ACEOF
2101 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2102 _ACEOF
2103
2104 cat >>confdefs.h <<_ACEOF
2105 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2106 _ACEOF
2107
2108 cat >>confdefs.h <<_ACEOF
2109 #define PACKAGE_STRING "$PACKAGE_STRING"
2110 _ACEOF
2111
2112 cat >>confdefs.h <<_ACEOF
2113 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2114 _ACEOF
2115
2116 cat >>confdefs.h <<_ACEOF
2117 #define PACKAGE_URL "$PACKAGE_URL"
2118 _ACEOF
2119
2120
2121 # Let the site file select an alternate cache file if it wants to.
2122 # Prefer an explicitly selected file to automatically selected ones.
2123 ac_site_file1=NONE
2124 ac_site_file2=NONE
2125 if test -n "$CONFIG_SITE"; then
2126 ac_site_file1=$CONFIG_SITE
2127 elif test "x$prefix" != xNONE; then
2128 ac_site_file1=$prefix/share/config.site
2129 ac_site_file2=$prefix/etc/config.site
2130 else
2131 ac_site_file1=$ac_default_prefix/share/config.site
2132 ac_site_file2=$ac_default_prefix/etc/config.site
2133 fi
2134 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2135 do
2136 test "x$ac_site_file" = xNONE && continue
2137 if test -r "$ac_site_file"; then
2138 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2139 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2140 sed 's/^/| /' "$ac_site_file" >&5
2141 . "$ac_site_file"
2142 fi
2143 done
2144
2145 if test -r "$cache_file"; then
2146 # Some versions of bash will fail to source /dev/null (special
2147 # files actually), so we avoid doing that.
2148 if test -f "$cache_file"; then
2149 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2150 $as_echo "$as_me: loading cache $cache_file" >&6;}
2151 case $cache_file in
2152 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2153 *) . "./$cache_file";;
2154 esac
2155 fi
2156 else
2157 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2158 $as_echo "$as_me: creating cache $cache_file" >&6;}
2159 >$cache_file
2160 fi
2161
2162 # Check that the precious variables saved in the cache have kept the same
2163 # value.
2164 ac_cache_corrupted=false
2165 for ac_var in $ac_precious_vars; do
2166 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2167 eval ac_new_set=\$ac_env_${ac_var}_set
2168 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2169 eval ac_new_val=\$ac_env_${ac_var}_value
2170 case $ac_old_set,$ac_new_set in
2171 set,)
2172 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2173 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2174 ac_cache_corrupted=: ;;
2175 ,set)
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2177 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2178 ac_cache_corrupted=: ;;
2179 ,);;
2180 *)
2181 if test "x$ac_old_val" != "x$ac_new_val"; then
2182 # differences in whitespace do not lead to failure.
2183 ac_old_val_w=`echo x $ac_old_val`
2184 ac_new_val_w=`echo x $ac_new_val`
2185 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2186 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2187 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2188 ac_cache_corrupted=:
2189 else
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2191 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2192 eval $ac_var=\$ac_old_val
2193 fi
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2195 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2197 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2198 fi;;
2199 esac
2200 # Pass precious variables to config.status.
2201 if test "$ac_new_set" = set; then
2202 case $ac_new_val in
2203 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2204 *) ac_arg=$ac_var=$ac_new_val ;;
2205 esac
2206 case " $ac_configure_args " in
2207 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2208 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2209 esac
2210 fi
2211 done
2212 if $ac_cache_corrupted; then
2213 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2214 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2216 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2217 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2218 fi
2219 ## -------------------- ##
2220 ## Main body of script. ##
2221 ## -------------------- ##
2222
2223 ac_ext=c
2224 ac_cpp='$CPP $CPPFLAGS'
2225 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2226 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2227 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2228
2229
2230 # This file contains common code used by all simulators.
2231 #
2232 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2233 # directory. It is intended to be invoked before any target specific stuff.
2234 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2235 # It is intended to be invoked last.
2236 #
2237 # The simulator's configure.ac should look like:
2238 #
2239 # dnl Process this file with autoconf to produce a configure script.
2240 # AC_PREREQ(2.64)dnl
2241 # AC_INIT(Makefile.in)
2242 # sinclude(../common/aclocal.m4)
2243 #
2244 # SIM_AC_COMMON
2245 #
2246 # ... target specific stuff ...
2247 #
2248 # SIM_AC_OUTPUT
2249
2250 # Include global overrides and fixes for Autoconf.
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277 # _AC_CHECK_DECL_BODY
2278 # -------------------
2279 # Shell function body for AC_CHECK_DECL.
2280 # _AC_CHECK_DECL_BODY
2281
2282 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2283 # INCLUDES)
2284 # -------------------------------------------------------------
2285 # Helper to AC_CHECK_DECLS, which generates the check for a single
2286 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2287 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2300 #
2301 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2302 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2303 # Written by Gordon Matzigkeit, 1996
2304 #
2305 # This file is free software; the Free Software Foundation gives
2306 # unlimited permission to copy and/or distribute it, with or without
2307 # modifications, as long as this notice is preserved.
2308
2309
2310
2311 # serial 56 LT_INIT
2312
2313
2314 # LT_PREREQ(VERSION)
2315 # ------------------
2316 # Complain and exit if this libtool version is less that VERSION.
2317
2318
2319
2320 # _LT_CHECK_BUILDDIR
2321 # ------------------
2322 # Complain if the absolute build directory name contains unusual characters
2323
2324
2325
2326 # LT_INIT([OPTIONS])
2327 # ------------------
2328 # LT_INIT
2329
2330 # Old names:
2331 # This is what autoupdate's m4 run will expand. It fires
2332 # the warning (with _au_warn_XXX), outputs it into the
2333 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2334 # the replacement expansion.
2335
2336
2337 # This is an auxiliary macro that is also run when
2338 # autoupdate runs m4. It simply calls m4_warning, but
2339 # we need a wrapper so that each warning is emitted only
2340 # once. We break the quoting in m4_warning's argument in
2341 # order to expand this macro's arguments, not AU_DEFUN's.
2342
2343
2344 # Finally, this is the expansion that is picked up by
2345 # autoconf. It tells the user to run autoupdate, and
2346 # then outputs the replacement expansion. We do not care
2347 # about autoupdate's warning because that contains
2348 # information on what to do *after* running autoupdate.
2349
2350 # This is what autoupdate's m4 run will expand. It fires
2351 # the warning (with _au_warn_XXX), outputs it into the
2352 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2353 # the replacement expansion.
2354
2355
2356 # This is an auxiliary macro that is also run when
2357 # autoupdate runs m4. It simply calls m4_warning, but
2358 # we need a wrapper so that each warning is emitted only
2359 # once. We break the quoting in m4_warning's argument in
2360 # order to expand this macro's arguments, not AU_DEFUN's.
2361
2362
2363 # Finally, this is the expansion that is picked up by
2364 # autoconf. It tells the user to run autoupdate, and
2365 # then outputs the replacement expansion. We do not care
2366 # about autoupdate's warning because that contains
2367 # information on what to do *after* running autoupdate.
2368
2369
2370
2371 # _LT_CC_BASENAME(CC)
2372 # -------------------
2373 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2374
2375
2376
2377 # _LT_FILEUTILS_DEFAULTS
2378 # ----------------------
2379 # It is okay to use these file commands and assume they have been set
2380 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2381 # _LT_FILEUTILS_DEFAULTS
2382
2383
2384 # _LT_SETUP
2385 # ---------
2386 # _LT_SETUP
2387
2388
2389 # _LT_PREPARE_SED_QUOTE_VARS
2390 # --------------------------
2391 # Define a few sed substitution that help us do robust quoting.
2392
2393
2394 # _LT_PROG_LTMAIN
2395 # ---------------
2396 # Note that this code is called both from `configure', and `config.status'
2397 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2398 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2399 # so we pass a copy along to make sure it has a sensible value anyway.
2400 # _LT_PROG_LTMAIN
2401
2402
2403 ## ------------------------------------- ##
2404 ## Accumulate code for creating libtool. ##
2405 ## ------------------------------------- ##
2406
2407 # So that we can recreate a full libtool script including additional
2408 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2409 # in macros and then make a single call at the end using the `libtool'
2410 # label.
2411
2412
2413 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2414 # ----------------------------------------
2415 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2416
2417
2418 # Initialize.
2419
2420
2421
2422 # _LT_CONFIG_LIBTOOL([COMMANDS])
2423 # ------------------------------
2424 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2425
2426
2427 # Initialize.
2428
2429
2430
2431 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2432 # -----------------------------------------------------
2433
2434
2435
2436 # _LT_FORMAT_COMMENT([COMMENT])
2437 # -----------------------------
2438 # Add leading comment marks to the start of each line, and a trailing
2439 # full-stop to the whole comment if one is not present already.
2440
2441
2442
2443
2444 ## ------------------------ ##
2445 ## FIXME: Eliminate VARNAME ##
2446 ## ------------------------ ##
2447
2448
2449 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2450 # -------------------------------------------------------------------
2451 # CONFIGNAME is the name given to the value in the libtool script.
2452 # VARNAME is the (base) name used in the configure script.
2453 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2454 # VARNAME. Any other value will be used directly.
2455
2456
2457
2458 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2459 # --------------------------------------------------------
2460
2461
2462
2463 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2464 # ------------------------------------------------
2465
2466
2467
2468 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2469 # ---------------------------------------------------------
2470
2471
2472
2473 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2474 # --------------------------------------------------
2475
2476
2477
2478 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2479 # ---------------------------------------------------
2480
2481
2482
2483 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2484 # ---------------------------------------------------
2485
2486
2487
2488
2489 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2490 # ------------------------------------------------
2491
2492
2493
2494
2495 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2496 # ------------------------------------
2497 # Quote a variable value, and forward it to `config.status' so that its
2498 # declaration there will have the same value as in `configure'. VARNAME
2499 # must have a single quote delimited value for this to work.
2500
2501
2502
2503 # _LT_CONFIG_STATUS_DECLARATIONS
2504 # ------------------------------
2505 # We delimit libtool config variables with single quotes, so when
2506 # we write them to config.status, we have to be sure to quote all
2507 # embedded single quotes properly. In configure, this macro expands
2508 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2509 #
2510 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2511
2512
2513
2514 # _LT_LIBTOOL_TAGS
2515 # ----------------
2516 # Output comment and list of tags supported by the script
2517
2518
2519
2520 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2521 # -----------------------------------
2522 # Extract the dictionary values for VARNAME (optionally with TAG) and
2523 # expand to a commented shell variable setting:
2524 #
2525 # # Some comment about what VAR is for.
2526 # visible_name=$lt_internal_name
2527
2528
2529
2530 # _LT_LIBTOOL_CONFIG_VARS
2531 # -----------------------
2532 # Produce commented declarations of non-tagged libtool config variables
2533 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2534 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2535 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2536
2537
2538
2539 # _LT_LIBTOOL_TAG_VARS(TAG)
2540 # -------------------------
2541
2542
2543
2544 # _LT_TAGVAR(VARNAME, [TAGNAME])
2545 # ------------------------------
2546
2547
2548
2549 # _LT_CONFIG_COMMANDS
2550 # -------------------
2551 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2552 # variables for single and double quote escaping we saved from calls
2553 # to _LT_DECL, we can put quote escaped variables declarations
2554 # into `config.status', and then the shell code to quote escape them in
2555 # for loops in `config.status'. Finally, any additional code accumulated
2556 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2557 #_LT_CONFIG_COMMANDS
2558
2559
2560 # Initialize.
2561
2562
2563 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2564 # ------------------------------------
2565 # Generate a child script FILE with all initialization necessary to
2566 # reuse the environment learned by the parent script, and make the
2567 # file executable. If COMMENT is supplied, it is inserted after the
2568 # `#!' sequence but before initialization text begins. After this
2569 # macro, additional text can be appended to FILE to form the body of
2570 # the child script. The macro ends with non-zero status if the
2571 # file could not be fully written (such as if the disk is full).
2572 # _LT_GENERATED_FILE_INIT
2573
2574 # LT_OUTPUT
2575 # ---------
2576 # This macro allows early generation of the libtool script (before
2577 # AC_OUTPUT is called), incase it is used in configure for compilation
2578 # tests.
2579 # LT_OUTPUT
2580
2581
2582 # _LT_CONFIG(TAG)
2583 # ---------------
2584 # If TAG is the built-in tag, create an initial libtool script with a
2585 # default configuration from the untagged config vars. Otherwise add code
2586 # to config.status for appending the configuration named by TAG from the
2587 # matching tagged config vars.
2588 # _LT_CONFIG
2589
2590
2591 # LT_SUPPORTED_TAG(TAG)
2592 # ---------------------
2593 # Trace this macro to discover what tags are supported by the libtool
2594 # --tag option, using:
2595 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2596
2597
2598
2599 # C support is built-in for now
2600
2601
2602
2603
2604 # LT_LANG(LANG)
2605 # -------------
2606 # Enable libtool support for the given language if not already enabled.
2607 # LT_LANG
2608
2609
2610 # _LT_LANG(LANGNAME)
2611 # ------------------
2612 # _LT_LANG
2613
2614
2615 # _LT_LANG_DEFAULT_CONFIG
2616 # -----------------------
2617 # _LT_LANG_DEFAULT_CONFIG
2618
2619 # Obsolete macros:
2620 # This is what autoupdate's m4 run will expand. It fires
2621 # the warning (with _au_warn_XXX), outputs it into the
2622 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2623 # the replacement expansion.
2624
2625
2626 # This is an auxiliary macro that is also run when
2627 # autoupdate runs m4. It simply calls m4_warning, but
2628 # we need a wrapper so that each warning is emitted only
2629 # once. We break the quoting in m4_warning's argument in
2630 # order to expand this macro's arguments, not AU_DEFUN's.
2631
2632
2633 # Finally, this is the expansion that is picked up by
2634 # autoconf. It tells the user to run autoupdate, and
2635 # then outputs the replacement expansion. We do not care
2636 # about autoupdate's warning because that contains
2637 # information on what to do *after* running autoupdate.
2638
2639 # This is what autoupdate's m4 run will expand. It fires
2640 # the warning (with _au_warn_XXX), outputs it into the
2641 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2642 # the replacement expansion.
2643
2644
2645 # This is an auxiliary macro that is also run when
2646 # autoupdate runs m4. It simply calls m4_warning, but
2647 # we need a wrapper so that each warning is emitted only
2648 # once. We break the quoting in m4_warning's argument in
2649 # order to expand this macro's arguments, not AU_DEFUN's.
2650
2651
2652 # Finally, this is the expansion that is picked up by
2653 # autoconf. It tells the user to run autoupdate, and
2654 # then outputs the replacement expansion. We do not care
2655 # about autoupdate's warning because that contains
2656 # information on what to do *after* running autoupdate.
2657
2658 # This is what autoupdate's m4 run will expand. It fires
2659 # the warning (with _au_warn_XXX), outputs it into the
2660 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2661 # the replacement expansion.
2662
2663
2664 # This is an auxiliary macro that is also run when
2665 # autoupdate runs m4. It simply calls m4_warning, but
2666 # we need a wrapper so that each warning is emitted only
2667 # once. We break the quoting in m4_warning's argument in
2668 # order to expand this macro's arguments, not AU_DEFUN's.
2669
2670
2671 # Finally, this is the expansion that is picked up by
2672 # autoconf. It tells the user to run autoupdate, and
2673 # then outputs the replacement expansion. We do not care
2674 # about autoupdate's warning because that contains
2675 # information on what to do *after* running autoupdate.
2676
2677 # This is what autoupdate's m4 run will expand. It fires
2678 # the warning (with _au_warn_XXX), outputs it into the
2679 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2680 # the replacement expansion.
2681
2682
2683 # This is an auxiliary macro that is also run when
2684 # autoupdate runs m4. It simply calls m4_warning, but
2685 # we need a wrapper so that each warning is emitted only
2686 # once. We break the quoting in m4_warning's argument in
2687 # order to expand this macro's arguments, not AU_DEFUN's.
2688
2689
2690 # Finally, this is the expansion that is picked up by
2691 # autoconf. It tells the user to run autoupdate, and
2692 # then outputs the replacement expansion. We do not care
2693 # about autoupdate's warning because that contains
2694 # information on what to do *after* running autoupdate.
2695
2696 # This is what autoupdate's m4 run will expand. It fires
2697 # the warning (with _au_warn_XXX), outputs it into the
2698 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2699 # the replacement expansion.
2700
2701
2702 # This is an auxiliary macro that is also run when
2703 # autoupdate runs m4. It simply calls m4_warning, but
2704 # we need a wrapper so that each warning is emitted only
2705 # once. We break the quoting in m4_warning's argument in
2706 # order to expand this macro's arguments, not AU_DEFUN's.
2707
2708
2709 # Finally, this is the expansion that is picked up by
2710 # autoconf. It tells the user to run autoupdate, and
2711 # then outputs the replacement expansion. We do not care
2712 # about autoupdate's warning because that contains
2713 # information on what to do *after* running autoupdate.
2714
2715
2716
2717 # _LT_TAG_COMPILER
2718 # ----------------
2719 # _LT_TAG_COMPILER
2720
2721
2722 # _LT_COMPILER_BOILERPLATE
2723 # ------------------------
2724 # Check for compiler boilerplate output or warnings with
2725 # the simple compiler test code.
2726 # _LT_COMPILER_BOILERPLATE
2727
2728
2729 # _LT_LINKER_BOILERPLATE
2730 # ----------------------
2731 # Check for linker boilerplate output or warnings with
2732 # the simple link test code.
2733 # _LT_LINKER_BOILERPLATE
2734
2735 # _LT_REQUIRED_DARWIN_CHECKS
2736 # -------------------------
2737
2738
2739
2740 # _LT_DARWIN_LINKER_FEATURES
2741 # --------------------------
2742 # Checks for linker and compiler features on darwin
2743
2744
2745 # _LT_SYS_MODULE_PATH_AIX
2746 # -----------------------
2747 # Links a minimal program and checks the executable
2748 # for the system default hardcoded library path. In most cases,
2749 # this is /usr/lib:/lib, but when the MPI compilers are used
2750 # the location of the communication and MPI libs are included too.
2751 # If we don't find anything, use the default library path according
2752 # to the aix ld manual.
2753 # _LT_SYS_MODULE_PATH_AIX
2754
2755
2756 # _LT_SHELL_INIT(ARG)
2757 # -------------------
2758 # _LT_SHELL_INIT
2759
2760
2761
2762 # _LT_PROG_ECHO_BACKSLASH
2763 # -----------------------
2764 # Find how we can fake an echo command that does not interpret backslash.
2765 # In particular, with Autoconf 2.60 or later we add some code to the start
2766 # of the generated configure script which will find a shell with a builtin
2767 # printf (which we can use as an echo command).
2768 # _LT_PROG_ECHO_BACKSLASH
2769
2770
2771 # _LT_ENABLE_LOCK
2772 # ---------------
2773 # _LT_ENABLE_LOCK
2774
2775
2776 # _LT_CMD_OLD_ARCHIVE
2777 # -------------------
2778 # _LT_CMD_OLD_ARCHIVE
2779
2780
2781 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2782 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2783 # ----------------------------------------------------------------
2784 # Check whether the given compiler option works
2785 # _LT_COMPILER_OPTION
2786
2787 # Old name:
2788 # This is what autoupdate's m4 run will expand. It fires
2789 # the warning (with _au_warn_XXX), outputs it into the
2790 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2791 # the replacement expansion.
2792
2793
2794 # This is an auxiliary macro that is also run when
2795 # autoupdate runs m4. It simply calls m4_warning, but
2796 # we need a wrapper so that each warning is emitted only
2797 # once. We break the quoting in m4_warning's argument in
2798 # order to expand this macro's arguments, not AU_DEFUN's.
2799
2800
2801 # Finally, this is the expansion that is picked up by
2802 # autoconf. It tells the user to run autoupdate, and
2803 # then outputs the replacement expansion. We do not care
2804 # about autoupdate's warning because that contains
2805 # information on what to do *after* running autoupdate.
2806
2807
2808
2809 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2810 # [ACTION-SUCCESS], [ACTION-FAILURE])
2811 # ----------------------------------------------------
2812 # Check whether the given linker option works
2813 # _LT_LINKER_OPTION
2814
2815 # Old name:
2816 # This is what autoupdate's m4 run will expand. It fires
2817 # the warning (with _au_warn_XXX), outputs it into the
2818 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2819 # the replacement expansion.
2820
2821
2822 # This is an auxiliary macro that is also run when
2823 # autoupdate runs m4. It simply calls m4_warning, but
2824 # we need a wrapper so that each warning is emitted only
2825 # once. We break the quoting in m4_warning's argument in
2826 # order to expand this macro's arguments, not AU_DEFUN's.
2827
2828
2829 # Finally, this is the expansion that is picked up by
2830 # autoconf. It tells the user to run autoupdate, and
2831 # then outputs the replacement expansion. We do not care
2832 # about autoupdate's warning because that contains
2833 # information on what to do *after* running autoupdate.
2834
2835
2836
2837 # LT_CMD_MAX_LEN
2838 #---------------
2839 # LT_CMD_MAX_LEN
2840
2841 # Old name:
2842 # This is what autoupdate's m4 run will expand. It fires
2843 # the warning (with _au_warn_XXX), outputs it into the
2844 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2845 # the replacement expansion.
2846
2847
2848 # This is an auxiliary macro that is also run when
2849 # autoupdate runs m4. It simply calls m4_warning, but
2850 # we need a wrapper so that each warning is emitted only
2851 # once. We break the quoting in m4_warning's argument in
2852 # order to expand this macro's arguments, not AU_DEFUN's.
2853
2854
2855 # Finally, this is the expansion that is picked up by
2856 # autoconf. It tells the user to run autoupdate, and
2857 # then outputs the replacement expansion. We do not care
2858 # about autoupdate's warning because that contains
2859 # information on what to do *after* running autoupdate.
2860
2861
2862
2863 # _LT_HEADER_DLFCN
2864 # ----------------
2865 # _LT_HEADER_DLFCN
2866
2867
2868 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2869 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2870 # ----------------------------------------------------------------
2871 # _LT_TRY_DLOPEN_SELF
2872
2873
2874 # LT_SYS_DLOPEN_SELF
2875 # ------------------
2876 # LT_SYS_DLOPEN_SELF
2877
2878 # Old name:
2879 # This is what autoupdate's m4 run will expand. It fires
2880 # the warning (with _au_warn_XXX), outputs it into the
2881 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2882 # the replacement expansion.
2883
2884
2885 # This is an auxiliary macro that is also run when
2886 # autoupdate runs m4. It simply calls m4_warning, but
2887 # we need a wrapper so that each warning is emitted only
2888 # once. We break the quoting in m4_warning's argument in
2889 # order to expand this macro's arguments, not AU_DEFUN's.
2890
2891
2892 # Finally, this is the expansion that is picked up by
2893 # autoconf. It tells the user to run autoupdate, and
2894 # then outputs the replacement expansion. We do not care
2895 # about autoupdate's warning because that contains
2896 # information on what to do *after* running autoupdate.
2897
2898
2899
2900 # _LT_COMPILER_C_O([TAGNAME])
2901 # ---------------------------
2902 # Check to see if options -c and -o are simultaneously supported by compiler.
2903 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
2904 # _LT_COMPILER_C_O
2905
2906
2907 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
2908 # ----------------------------------
2909 # Check to see if we can do hard links to lock some files if needed
2910 # _LT_COMPILER_FILE_LOCKS
2911
2912
2913 # _LT_CHECK_OBJDIR
2914 # ----------------
2915 # _LT_CHECK_OBJDIR
2916
2917
2918 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2919 # --------------------------------------
2920 # Check hardcoding attributes.
2921 # _LT_LINKER_HARDCODE_LIBPATH
2922
2923
2924 # _LT_CMD_STRIPLIB
2925 # ----------------
2926 # _LT_CMD_STRIPLIB
2927
2928
2929 # _LT_SYS_DYNAMIC_LINKER([TAG])
2930 # -----------------------------
2931 # PORTME Fill in your ld.so characteristics
2932 # _LT_SYS_DYNAMIC_LINKER
2933
2934
2935 # _LT_PATH_TOOL_PREFIX(TOOL)
2936 # --------------------------
2937 # find a file program which can recognize shared library
2938 # _LT_PATH_TOOL_PREFIX
2939
2940 # Old name:
2941 # This is what autoupdate's m4 run will expand. It fires
2942 # the warning (with _au_warn_XXX), outputs it into the
2943 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2944 # the replacement expansion.
2945
2946
2947 # This is an auxiliary macro that is also run when
2948 # autoupdate runs m4. It simply calls m4_warning, but
2949 # we need a wrapper so that each warning is emitted only
2950 # once. We break the quoting in m4_warning's argument in
2951 # order to expand this macro's arguments, not AU_DEFUN's.
2952
2953
2954 # Finally, this is the expansion that is picked up by
2955 # autoconf. It tells the user to run autoupdate, and
2956 # then outputs the replacement expansion. We do not care
2957 # about autoupdate's warning because that contains
2958 # information on what to do *after* running autoupdate.
2959
2960
2961
2962 # _LT_PATH_MAGIC
2963 # --------------
2964 # find a file program which can recognize a shared library
2965 # _LT_PATH_MAGIC
2966
2967
2968 # LT_PATH_LD
2969 # ----------
2970 # find the pathname to the GNU or non-GNU linker
2971 # LT_PATH_LD
2972
2973 # Old names:
2974 # This is what autoupdate's m4 run will expand. It fires
2975 # the warning (with _au_warn_XXX), outputs it into the
2976 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2977 # the replacement expansion.
2978
2979
2980 # This is an auxiliary macro that is also run when
2981 # autoupdate runs m4. It simply calls m4_warning, but
2982 # we need a wrapper so that each warning is emitted only
2983 # once. We break the quoting in m4_warning's argument in
2984 # order to expand this macro's arguments, not AU_DEFUN's.
2985
2986
2987 # Finally, this is the expansion that is picked up by
2988 # autoconf. It tells the user to run autoupdate, and
2989 # then outputs the replacement expansion. We do not care
2990 # about autoupdate's warning because that contains
2991 # information on what to do *after* running autoupdate.
2992
2993 # This is what autoupdate's m4 run will expand. It fires
2994 # the warning (with _au_warn_XXX), outputs it into the
2995 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2996 # the replacement expansion.
2997
2998
2999 # This is an auxiliary macro that is also run when
3000 # autoupdate runs m4. It simply calls m4_warning, but
3001 # we need a wrapper so that each warning is emitted only
3002 # once. We break the quoting in m4_warning's argument in
3003 # order to expand this macro's arguments, not AU_DEFUN's.
3004
3005
3006 # Finally, this is the expansion that is picked up by
3007 # autoconf. It tells the user to run autoupdate, and
3008 # then outputs the replacement expansion. We do not care
3009 # about autoupdate's warning because that contains
3010 # information on what to do *after* running autoupdate.
3011
3012
3013
3014 # _LT_PATH_LD_GNU
3015 #- --------------
3016 # _LT_PATH_LD_GNU
3017
3018
3019 # _LT_CMD_RELOAD
3020 # --------------
3021 # find reload flag for linker
3022 # -- PORTME Some linkers may need a different reload flag.
3023 # _LT_CMD_RELOAD
3024
3025
3026 # _LT_CHECK_MAGIC_METHOD
3027 # ----------------------
3028 # how to check for library dependencies
3029 # -- PORTME fill in with the dynamic library characteristics
3030 # _LT_CHECK_MAGIC_METHOD
3031
3032
3033 # LT_PATH_NM
3034 # ----------
3035 # find the pathname to a BSD- or MS-compatible name lister
3036 # LT_PATH_NM
3037
3038 # Old names:
3039 # This is what autoupdate's m4 run will expand. It fires
3040 # the warning (with _au_warn_XXX), outputs it into the
3041 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3042 # the replacement expansion.
3043
3044
3045 # This is an auxiliary macro that is also run when
3046 # autoupdate runs m4. It simply calls m4_warning, but
3047 # we need a wrapper so that each warning is emitted only
3048 # once. We break the quoting in m4_warning's argument in
3049 # order to expand this macro's arguments, not AU_DEFUN's.
3050
3051
3052 # Finally, this is the expansion that is picked up by
3053 # autoconf. It tells the user to run autoupdate, and
3054 # then outputs the replacement expansion. We do not care
3055 # about autoupdate's warning because that contains
3056 # information on what to do *after* running autoupdate.
3057
3058 # This is what autoupdate's m4 run will expand. It fires
3059 # the warning (with _au_warn_XXX), outputs it into the
3060 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3061 # the replacement expansion.
3062
3063
3064 # This is an auxiliary macro that is also run when
3065 # autoupdate runs m4. It simply calls m4_warning, but
3066 # we need a wrapper so that each warning is emitted only
3067 # once. We break the quoting in m4_warning's argument in
3068 # order to expand this macro's arguments, not AU_DEFUN's.
3069
3070
3071 # Finally, this is the expansion that is picked up by
3072 # autoconf. It tells the user to run autoupdate, and
3073 # then outputs the replacement expansion. We do not care
3074 # about autoupdate's warning because that contains
3075 # information on what to do *after* running autoupdate.
3076
3077
3078
3079 # LT_LIB_M
3080 # --------
3081 # check for math library
3082 # LT_LIB_M
3083
3084 # Old name:
3085 # This is what autoupdate's m4 run will expand. It fires
3086 # the warning (with _au_warn_XXX), outputs it into the
3087 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3088 # the replacement expansion.
3089
3090
3091 # This is an auxiliary macro that is also run when
3092 # autoupdate runs m4. It simply calls m4_warning, but
3093 # we need a wrapper so that each warning is emitted only
3094 # once. We break the quoting in m4_warning's argument in
3095 # order to expand this macro's arguments, not AU_DEFUN's.
3096
3097
3098 # Finally, this is the expansion that is picked up by
3099 # autoconf. It tells the user to run autoupdate, and
3100 # then outputs the replacement expansion. We do not care
3101 # about autoupdate's warning because that contains
3102 # information on what to do *after* running autoupdate.
3103
3104
3105
3106 # _LT_COMPILER_NO_RTTI([TAGNAME])
3107 # -------------------------------
3108 # _LT_COMPILER_NO_RTTI
3109
3110
3111 # _LT_CMD_GLOBAL_SYMBOLS
3112 # ----------------------
3113 # _LT_CMD_GLOBAL_SYMBOLS
3114
3115
3116 # _LT_COMPILER_PIC([TAGNAME])
3117 # ---------------------------
3118 # _LT_COMPILER_PIC
3119
3120
3121 # _LT_LINKER_SHLIBS([TAGNAME])
3122 # ----------------------------
3123 # See if the linker supports building shared libraries.
3124 # _LT_LINKER_SHLIBS
3125
3126
3127 # _LT_LANG_C_CONFIG([TAG])
3128 # ------------------------
3129 # Ensure that the configuration variables for a C compiler are suitably
3130 # defined. These variables are subsequently used by _LT_CONFIG to write
3131 # the compiler configuration to `libtool'.
3132 # _LT_LANG_C_CONFIG
3133
3134
3135 # _LT_LANG_CXX_CONFIG([TAG])
3136 # --------------------------
3137 # Ensure that the configuration variables for a C++ compiler are suitably
3138 # defined. These variables are subsequently used by _LT_CONFIG to write
3139 # the compiler configuration to `libtool'.
3140 # _LT_LANG_CXX_CONFIG
3141
3142
3143 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3144 # ---------------------------------
3145 # Figure out "hidden" library dependencies from verbose
3146 # compiler output when linking a shared library.
3147 # Parse the compiler output and extract the necessary
3148 # objects, libraries and library flags.
3149 # _LT_SYS_HIDDEN_LIBDEPS
3150
3151
3152 # _LT_LANG_F77_CONFIG([TAG])
3153 # --------------------------
3154 # Ensure that the configuration variables for a Fortran 77 compiler are
3155 # suitably defined. These variables are subsequently used by _LT_CONFIG
3156 # to write the compiler configuration to `libtool'.
3157 # _LT_LANG_F77_CONFIG
3158
3159
3160 # _LT_LANG_FC_CONFIG([TAG])
3161 # -------------------------
3162 # Ensure that the configuration variables for a Fortran compiler are
3163 # suitably defined. These variables are subsequently used by _LT_CONFIG
3164 # to write the compiler configuration to `libtool'.
3165 # _LT_LANG_FC_CONFIG
3166
3167
3168 # _LT_LANG_GCJ_CONFIG([TAG])
3169 # --------------------------
3170 # Ensure that the configuration variables for the GNU Java Compiler compiler
3171 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3172 # to write the compiler configuration to `libtool'.
3173 # _LT_LANG_GCJ_CONFIG
3174
3175
3176 # _LT_LANG_RC_CONFIG([TAG])
3177 # -------------------------
3178 # Ensure that the configuration variables for the Windows resource compiler
3179 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3180 # to write the compiler configuration to `libtool'.
3181 # _LT_LANG_RC_CONFIG
3182
3183
3184 # LT_PROG_GCJ
3185 # -----------
3186
3187
3188 # Old name:
3189 # This is what autoupdate's m4 run will expand. It fires
3190 # the warning (with _au_warn_XXX), outputs it into the
3191 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3192 # the replacement expansion.
3193
3194
3195 # This is an auxiliary macro that is also run when
3196 # autoupdate runs m4. It simply calls m4_warning, but
3197 # we need a wrapper so that each warning is emitted only
3198 # once. We break the quoting in m4_warning's argument in
3199 # order to expand this macro's arguments, not AU_DEFUN's.
3200
3201
3202 # Finally, this is the expansion that is picked up by
3203 # autoconf. It tells the user to run autoupdate, and
3204 # then outputs the replacement expansion. We do not care
3205 # about autoupdate's warning because that contains
3206 # information on what to do *after* running autoupdate.
3207
3208
3209
3210 # LT_PROG_RC
3211 # ----------
3212
3213
3214 # Old name:
3215 # This is what autoupdate's m4 run will expand. It fires
3216 # the warning (with _au_warn_XXX), outputs it into the
3217 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3218 # the replacement expansion.
3219
3220
3221 # This is an auxiliary macro that is also run when
3222 # autoupdate runs m4. It simply calls m4_warning, but
3223 # we need a wrapper so that each warning is emitted only
3224 # once. We break the quoting in m4_warning's argument in
3225 # order to expand this macro's arguments, not AU_DEFUN's.
3226
3227
3228 # Finally, this is the expansion that is picked up by
3229 # autoconf. It tells the user to run autoupdate, and
3230 # then outputs the replacement expansion. We do not care
3231 # about autoupdate's warning because that contains
3232 # information on what to do *after* running autoupdate.
3233
3234
3235
3236 # _LT_DECL_EGREP
3237 # --------------
3238 # If we don't have a new enough Autoconf to choose the best grep
3239 # available, choose the one first in the user's PATH.
3240
3241
3242
3243 # _LT_DECL_OBJDUMP
3244 # --------------
3245 # If we don't have a new enough Autoconf to choose the best objdump
3246 # available, choose the one first in the user's PATH.
3247
3248
3249
3250 # _LT_DECL_SED
3251 # ------------
3252 # Check for a fully-functional sed program, that truncates
3253 # as few characters as possible. Prefer GNU sed if found.
3254 # _LT_DECL_SED
3255
3256 #m4_ifndef
3257
3258 # Old name:
3259 # This is what autoupdate's m4 run will expand. It fires
3260 # the warning (with _au_warn_XXX), outputs it into the
3261 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3262 # the replacement expansion.
3263
3264
3265 # This is an auxiliary macro that is also run when
3266 # autoupdate runs m4. It simply calls m4_warning, but
3267 # we need a wrapper so that each warning is emitted only
3268 # once. We break the quoting in m4_warning's argument in
3269 # order to expand this macro's arguments, not AU_DEFUN's.
3270
3271
3272 # Finally, this is the expansion that is picked up by
3273 # autoconf. It tells the user to run autoupdate, and
3274 # then outputs the replacement expansion. We do not care
3275 # about autoupdate's warning because that contains
3276 # information on what to do *after* running autoupdate.
3277
3278
3279
3280 # _LT_CHECK_SHELL_FEATURES
3281 # ------------------------
3282 # Find out whether the shell is Bourne or XSI compatible,
3283 # or has some other useful features.
3284 # _LT_CHECK_SHELL_FEATURES
3285
3286
3287 # _LT_PROG_XSI_SHELLFNS
3288 # ---------------------
3289 # Bourne and XSI compatible variants of some useful shell functions.
3290
3291
3292 # Helper functions for option handling. -*- Autoconf -*-
3293 #
3294 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3295 # Inc.
3296 # Written by Gary V. Vaughan, 2004
3297 #
3298 # This file is free software; the Free Software Foundation gives
3299 # unlimited permission to copy and/or distribute it, with or without
3300 # modifications, as long as this notice is preserved.
3301
3302 # serial 6 ltoptions.m4
3303
3304 # This is to help aclocal find these macros, as it can't see m4_define.
3305
3306
3307
3308 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3309 # ------------------------------------------
3310
3311
3312
3313 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3314 # ---------------------------------------
3315 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3316 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3317 # saved as a flag.
3318
3319
3320
3321 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3322 # ------------------------------------------------------------
3323 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3324
3325
3326
3327 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3328 # -------------------------------------------------------
3329 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3330 # are set.
3331
3332
3333
3334 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3335 # ----------------------------------------
3336 # OPTION-LIST is a space-separated list of Libtool options associated
3337 # with MACRO-NAME. If any OPTION has a matching handler declared with
3338 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3339 # the unknown option and exit.
3340 # _LT_SET_OPTIONS
3341
3342
3343 ## --------------------------------- ##
3344 ## Macros to handle LT_INIT options. ##
3345 ## --------------------------------- ##
3346
3347 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3348 # -----------------------------------------
3349
3350
3351
3352 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3353 # -----------------------------------------------
3354 # LT_OPTION_DEFINE
3355
3356
3357 # dlopen
3358 # ------
3359
3360
3361 # This is what autoupdate's m4 run will expand. It fires
3362 # the warning (with _au_warn_XXX), outputs it into the
3363 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3364 # the replacement expansion.
3365
3366
3367 # This is an auxiliary macro that is also run when
3368 # autoupdate runs m4. It simply calls m4_warning, but
3369 # we need a wrapper so that each warning is emitted only
3370 # once. We break the quoting in m4_warning's argument in
3371 # order to expand this macro's arguments, not AU_DEFUN's.
3372
3373
3374 # Finally, this is the expansion that is picked up by
3375 # autoconf. It tells the user to run autoupdate, and
3376 # then outputs the replacement expansion. We do not care
3377 # about autoupdate's warning because that contains
3378 # information on what to do *after* running autoupdate.
3379
3380
3381
3382
3383 # win32-dll
3384 # ---------
3385 # Declare package support for building win32 dll's.
3386 # win32-dll
3387
3388 # This is what autoupdate's m4 run will expand. It fires
3389 # the warning (with _au_warn_XXX), outputs it into the
3390 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3391 # the replacement expansion.
3392
3393
3394 # This is an auxiliary macro that is also run when
3395 # autoupdate runs m4. It simply calls m4_warning, but
3396 # we need a wrapper so that each warning is emitted only
3397 # once. We break the quoting in m4_warning's argument in
3398 # order to expand this macro's arguments, not AU_DEFUN's.
3399
3400
3401 # Finally, this is the expansion that is picked up by
3402 # autoconf. It tells the user to run autoupdate, and
3403 # then outputs the replacement expansion. We do not care
3404 # about autoupdate's warning because that contains
3405 # information on what to do *after* running autoupdate.
3406
3407
3408
3409
3410 # _LT_ENABLE_SHARED([DEFAULT])
3411 # ----------------------------
3412 # implement the --enable-shared flag, and supports the `shared' and
3413 # `disable-shared' LT_INIT options.
3414 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3415 # _LT_ENABLE_SHARED
3416
3417
3418
3419
3420 # Old names:
3421
3422
3423
3424
3425 # This is what autoupdate's m4 run will expand. It fires
3426 # the warning (with _au_warn_XXX), outputs it into the
3427 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3428 # the replacement expansion.
3429
3430
3431 # This is an auxiliary macro that is also run when
3432 # autoupdate runs m4. It simply calls m4_warning, but
3433 # we need a wrapper so that each warning is emitted only
3434 # once. We break the quoting in m4_warning's argument in
3435 # order to expand this macro's arguments, not AU_DEFUN's.
3436
3437
3438 # Finally, this is the expansion that is picked up by
3439 # autoconf. It tells the user to run autoupdate, and
3440 # then outputs the replacement expansion. We do not care
3441 # about autoupdate's warning because that contains
3442 # information on what to do *after* running autoupdate.
3443
3444 # This is what autoupdate's m4 run will expand. It fires
3445 # the warning (with _au_warn_XXX), outputs it into the
3446 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3447 # the replacement expansion.
3448
3449
3450 # This is an auxiliary macro that is also run when
3451 # autoupdate runs m4. It simply calls m4_warning, but
3452 # we need a wrapper so that each warning is emitted only
3453 # once. We break the quoting in m4_warning's argument in
3454 # order to expand this macro's arguments, not AU_DEFUN's.
3455
3456
3457 # Finally, this is the expansion that is picked up by
3458 # autoconf. It tells the user to run autoupdate, and
3459 # then outputs the replacement expansion. We do not care
3460 # about autoupdate's warning because that contains
3461 # information on what to do *after* running autoupdate.
3462
3463
3464
3465
3466
3467 # _LT_ENABLE_STATIC([DEFAULT])
3468 # ----------------------------
3469 # implement the --enable-static flag, and support the `static' and
3470 # `disable-static' LT_INIT options.
3471 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3472 # _LT_ENABLE_STATIC
3473
3474
3475
3476
3477 # Old names:
3478
3479
3480
3481
3482 # This is what autoupdate's m4 run will expand. It fires
3483 # the warning (with _au_warn_XXX), outputs it into the
3484 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3485 # the replacement expansion.
3486
3487
3488 # This is an auxiliary macro that is also run when
3489 # autoupdate runs m4. It simply calls m4_warning, but
3490 # we need a wrapper so that each warning is emitted only
3491 # once. We break the quoting in m4_warning's argument in
3492 # order to expand this macro's arguments, not AU_DEFUN's.
3493
3494
3495 # Finally, this is the expansion that is picked up by
3496 # autoconf. It tells the user to run autoupdate, and
3497 # then outputs the replacement expansion. We do not care
3498 # about autoupdate's warning because that contains
3499 # information on what to do *after* running autoupdate.
3500
3501 # This is what autoupdate's m4 run will expand. It fires
3502 # the warning (with _au_warn_XXX), outputs it into the
3503 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3504 # the replacement expansion.
3505
3506
3507 # This is an auxiliary macro that is also run when
3508 # autoupdate runs m4. It simply calls m4_warning, but
3509 # we need a wrapper so that each warning is emitted only
3510 # once. We break the quoting in m4_warning's argument in
3511 # order to expand this macro's arguments, not AU_DEFUN's.
3512
3513
3514 # Finally, this is the expansion that is picked up by
3515 # autoconf. It tells the user to run autoupdate, and
3516 # then outputs the replacement expansion. We do not care
3517 # about autoupdate's warning because that contains
3518 # information on what to do *after* running autoupdate.
3519
3520
3521
3522
3523
3524 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3525 # ----------------------------------
3526 # implement the --enable-fast-install flag, and support the `fast-install'
3527 # and `disable-fast-install' LT_INIT options.
3528 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3529 # _LT_ENABLE_FAST_INSTALL
3530
3531
3532
3533
3534 # Old names:
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
3555 # This is what autoupdate's m4 run will expand. It fires
3556 # the warning (with _au_warn_XXX), outputs it into the
3557 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3558 # the replacement expansion.
3559
3560
3561 # This is an auxiliary macro that is also run when
3562 # autoupdate runs m4. It simply calls m4_warning, but
3563 # we need a wrapper so that each warning is emitted only
3564 # once. We break the quoting in m4_warning's argument in
3565 # order to expand this macro's arguments, not AU_DEFUN's.
3566
3567
3568 # Finally, this is the expansion that is picked up by
3569 # autoconf. It tells the user to run autoupdate, and
3570 # then outputs the replacement expansion. We do not care
3571 # about autoupdate's warning because that contains
3572 # information on what to do *after* running autoupdate.
3573
3574
3575
3576
3577 # _LT_WITH_PIC([MODE])
3578 # --------------------
3579 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3580 # LT_INIT options.
3581 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3582 # _LT_WITH_PIC
3583
3584
3585
3586
3587 # Old name:
3588 # This is what autoupdate's m4 run will expand. It fires
3589 # the warning (with _au_warn_XXX), outputs it into the
3590 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3591 # the replacement expansion.
3592
3593
3594 # This is an auxiliary macro that is also run when
3595 # autoupdate runs m4. It simply calls m4_warning, but
3596 # we need a wrapper so that each warning is emitted only
3597 # once. We break the quoting in m4_warning's argument in
3598 # order to expand this macro's arguments, not AU_DEFUN's.
3599
3600
3601 # Finally, this is the expansion that is picked up by
3602 # autoconf. It tells the user to run autoupdate, and
3603 # then outputs the replacement expansion. We do not care
3604 # about autoupdate's warning because that contains
3605 # information on what to do *after* running autoupdate.
3606
3607
3608
3609 ## ----------------- ##
3610 ## LTDL_INIT Options ##
3611 ## ----------------- ##
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3623 #
3624 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3625 # Written by Gary V. Vaughan, 2004
3626 #
3627 # This file is free software; the Free Software Foundation gives
3628 # unlimited permission to copy and/or distribute it, with or without
3629 # modifications, as long as this notice is preserved.
3630
3631 # serial 6 ltsugar.m4
3632
3633 # This is to help aclocal find these macros, as it can't see m4_define.
3634
3635
3636
3637 # lt_join(SEP, ARG1, [ARG2...])
3638 # -----------------------------
3639 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3640 # associated separator.
3641 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3642 # versions in m4sugar had bugs.
3643
3644
3645
3646
3647 # lt_car(LIST)
3648 # lt_cdr(LIST)
3649 # ------------
3650 # Manipulate m4 lists.
3651 # These macros are necessary as long as will still need to support
3652 # Autoconf-2.59 which quotes differently.
3653
3654
3655
3656
3657
3658 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3659 # ------------------------------------------
3660 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3661 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3662 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3663 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3664 # than defined and empty).
3665 #
3666 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3667 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3668
3669
3670
3671
3672 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3673 # ----------------------------------------------------------
3674 # Produce a SEP delimited list of all paired combinations of elements of
3675 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3676 # has the form PREFIXmINFIXSUFFIXn.
3677 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3678
3679
3680
3681 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3682 # -----------------------------------------------------------------------
3683 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3684 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3685
3686
3687
3688 # lt_dict_add(DICT, KEY, VALUE)
3689 # -----------------------------
3690
3691
3692
3693 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3694 # --------------------------------------------
3695
3696
3697
3698 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3699 # ----------------------------------
3700
3701
3702
3703 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3704 # -----------------------------------------------------------------
3705
3706
3707
3708 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3709 # --------------------------------------------------------------
3710
3711
3712 # ltversion.m4 -- version numbers -*- Autoconf -*-
3713 #
3714 # Copyright (C) 2004 Free Software Foundation, Inc.
3715 # Written by Scott James Remnant, 2004
3716 #
3717 # This file is free software; the Free Software Foundation gives
3718 # unlimited permission to copy and/or distribute it, with or without
3719 # modifications, as long as this notice is preserved.
3720
3721 # Generated from ltversion.in.
3722
3723 # serial 3134 ltversion.m4
3724 # This file is part of GNU Libtool
3725
3726
3727
3728
3729
3730
3731 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3732 #
3733 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3734 # Written by Scott James Remnant, 2004.
3735 #
3736 # This file is free software; the Free Software Foundation gives
3737 # unlimited permission to copy and/or distribute it, with or without
3738 # modifications, as long as this notice is preserved.
3739
3740 # serial 4 lt~obsolete.m4
3741
3742 # These exist entirely to fool aclocal when bootstrapping libtool.
3743 #
3744 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3745 # which have later been changed to m4_define as they aren't part of the
3746 # exported API, or moved to Autoconf or Automake where they belong.
3747 #
3748 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3749 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3750 # using a macro with the same name in our local m4/libtool.m4 it'll
3751 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3752 # and doesn't know about Autoconf macros at all.)
3753 #
3754 # So we provide this file, which has a silly filename so it's always
3755 # included after everything else. This provides aclocal with the
3756 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3757 # because those macros already exist, or will be overwritten later.
3758 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3759 #
3760 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3761 # Yes, that means every name once taken will need to remain here until
3762 # we give up compatibility with versions before 1.7, at which point
3763 # we need to keep only those names which we still refer to.
3764
3765 # This is to help aclocal find these macros, as it can't see m4_define.
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830 ## -*- Autoconf -*-
3831
3832 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3833 # Free Software Foundation, Inc.
3834 #
3835 # This file is free software; the Free Software Foundation
3836 # gives unlimited permission to copy and/or distribute it,
3837 # with or without modifications, as long as this notice is preserved.
3838
3839 # serial 8
3840
3841 # Based on depend.m4 from automake 1.9, modified for standalone use in
3842 # an environment where GNU make is required.
3843
3844 # ZW_PROG_COMPILER_DEPENDENCIES
3845 # -----------------------------
3846 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3847 # sets fooDEPMODE accordingly. Cache-variable compatible with
3848 # original; not side-effect compatible. As the users of this macro
3849 # may require accurate dependencies for correct builds, it does *not*
3850 # honor --disable-dependency-checking, and failure to detect a usable
3851 # method is an error. depcomp is assumed to be located in
3852 # $ac_aux_dir.
3853 #
3854 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3855
3856
3857
3858 # AM_SET_DEPDIR
3859 # -------------
3860 # Choose a directory name for dependency files.
3861
3862
3863 # ZW_CREATE_DEPDIR
3864 # ----------------
3865 # As AM_SET_DEPDIR, but also create the directory at config.status time.
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912 sim_inline="-DDEFAULT_INLINE=0"
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949 # intl sister-directory configuration rules.
3950 #
3951
3952 # The idea behind this macro is that there's no need to repeat all the
3953 # autoconf probes done by the intl directory - it's already done them
3954 # for us. In fact, there's no need even to look at the cache for the
3955 # answers. All we need to do is nab a few pieces of information.
3956 # The intl directory is set up to make this easy, by generating a
3957 # small file which can be sourced as a shell script; then we produce
3958 # the necessary substitutions and definitions for this directory.
3959
3960
3961
3962 # Autoconf M4 include file defining utility macros for complex Canadian
3963 # cross builds.
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973 ####
3974 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3975 # or AC_INIT.
3976 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
3977
3978 ####
3979 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3980 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
3981
3982
3983 ####
3984 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3985 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
3986
3987
3988
3989 # Backported from Autoconf 2.5x; can go away when and if
3990 # we switch. Put the OS path separator in $PATH_SEPARATOR.
3991
3992
3993
3994
3995 # ACX_HAVE_GCC_FOR_TARGET
3996 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
3997
3998
3999 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4000 # Searching for installed target binutils. We need to take extra care,
4001 # else we may find the wrong assembler, linker, etc., and lose.
4002 #
4003 # First try --with-build-time-tools, if specified.
4004 #
4005 # For build != host, we ask the installed GCC for the name of the tool it
4006 # uses, and accept it if it is an absolute path. This is because the
4007 # only good choice for a compiler is the same GCC version that is being
4008 # installed (or we couldn't make target libraries), and we assume that
4009 # on the host system we'll have not only the same GCC version, but also
4010 # the same binutils version.
4011 #
4012 # For build == host, search the same directories that the installed
4013 # compiler will search. We used to do this for the assembler, linker,
4014 # and nm only; for simplicity of configuration, however, we extend this
4015 # criterion to tools (such as ar and ranlib) that are never invoked by
4016 # the compiler, to avoid mismatches.
4017 #
4018 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4019 # if build == target. This makes the most sense only when bootstrapping,
4020 # but we also do so when build != host. In this case, we hope that the
4021 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4022 #
4023 # If we do not find a suitable binary, then try the user's path.
4024
4025
4026 ###
4027 # AC_PROG_CPP_WERROR
4028 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4029 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4030 # For now, using this also overrides header checks to use only the
4031 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4032 # bit harder from here).
4033 # Eventually autoconf will default to checking headers with the compiler
4034 # instead, and we'll have to do this differently.
4035
4036 # AC_PROG_CPP_WERROR
4037
4038 # Test for GNAT.
4039 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4040 # that understands Ada. We use the user's CC setting, already found, and
4041 # possibly add $1 to the command-line parameters.
4042 #
4043 # Sets the shell variable have_gnat to yes or no as appropriate, and
4044 # substitutes GNATBIND and GNATMAKE.
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070 ac_ext=c
4071 ac_cpp='$CPP $CPPFLAGS'
4072 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4073 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4074 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4075 if test -n "$ac_tool_prefix"; then
4076 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4077 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4079 $as_echo_n "checking for $ac_word... " >&6; }
4080 if test "${ac_cv_prog_CC+set}" = set; then :
4081 $as_echo_n "(cached) " >&6
4082 else
4083 if test -n "$CC"; then
4084 ac_cv_prog_CC="$CC" # Let the user override the test.
4085 else
4086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4087 for as_dir in $PATH
4088 do
4089 IFS=$as_save_IFS
4090 test -z "$as_dir" && as_dir=.
4091 for ac_exec_ext in '' $ac_executable_extensions; do
4092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4093 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4095 break 2
4096 fi
4097 done
4098 done
4099 IFS=$as_save_IFS
4100
4101 fi
4102 fi
4103 CC=$ac_cv_prog_CC
4104 if test -n "$CC"; then
4105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4106 $as_echo "$CC" >&6; }
4107 else
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4109 $as_echo "no" >&6; }
4110 fi
4111
4112
4113 fi
4114 if test -z "$ac_cv_prog_CC"; then
4115 ac_ct_CC=$CC
4116 # Extract the first word of "gcc", so it can be a program name with args.
4117 set dummy gcc; ac_word=$2
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4119 $as_echo_n "checking for $ac_word... " >&6; }
4120 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4121 $as_echo_n "(cached) " >&6
4122 else
4123 if test -n "$ac_ct_CC"; then
4124 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4125 else
4126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4127 for as_dir in $PATH
4128 do
4129 IFS=$as_save_IFS
4130 test -z "$as_dir" && as_dir=.
4131 for ac_exec_ext in '' $ac_executable_extensions; do
4132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4133 ac_cv_prog_ac_ct_CC="gcc"
4134 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4135 break 2
4136 fi
4137 done
4138 done
4139 IFS=$as_save_IFS
4140
4141 fi
4142 fi
4143 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4144 if test -n "$ac_ct_CC"; then
4145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4146 $as_echo "$ac_ct_CC" >&6; }
4147 else
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4149 $as_echo "no" >&6; }
4150 fi
4151
4152 if test "x$ac_ct_CC" = x; then
4153 CC=""
4154 else
4155 case $cross_compiling:$ac_tool_warned in
4156 yes:)
4157 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4158 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4159 ac_tool_warned=yes ;;
4160 esac
4161 CC=$ac_ct_CC
4162 fi
4163 else
4164 CC="$ac_cv_prog_CC"
4165 fi
4166
4167 if test -z "$CC"; then
4168 if test -n "$ac_tool_prefix"; then
4169 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4170 set dummy ${ac_tool_prefix}cc; ac_word=$2
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4172 $as_echo_n "checking for $ac_word... " >&6; }
4173 if test "${ac_cv_prog_CC+set}" = set; then :
4174 $as_echo_n "(cached) " >&6
4175 else
4176 if test -n "$CC"; then
4177 ac_cv_prog_CC="$CC" # Let the user override the test.
4178 else
4179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4180 for as_dir in $PATH
4181 do
4182 IFS=$as_save_IFS
4183 test -z "$as_dir" && as_dir=.
4184 for ac_exec_ext in '' $ac_executable_extensions; do
4185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4186 ac_cv_prog_CC="${ac_tool_prefix}cc"
4187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4188 break 2
4189 fi
4190 done
4191 done
4192 IFS=$as_save_IFS
4193
4194 fi
4195 fi
4196 CC=$ac_cv_prog_CC
4197 if test -n "$CC"; then
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4199 $as_echo "$CC" >&6; }
4200 else
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4202 $as_echo "no" >&6; }
4203 fi
4204
4205
4206 fi
4207 fi
4208 if test -z "$CC"; then
4209 # Extract the first word of "cc", so it can be a program name with args.
4210 set dummy cc; ac_word=$2
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4212 $as_echo_n "checking for $ac_word... " >&6; }
4213 if test "${ac_cv_prog_CC+set}" = set; then :
4214 $as_echo_n "(cached) " >&6
4215 else
4216 if test -n "$CC"; then
4217 ac_cv_prog_CC="$CC" # Let the user override the test.
4218 else
4219 ac_prog_rejected=no
4220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4221 for as_dir in $PATH
4222 do
4223 IFS=$as_save_IFS
4224 test -z "$as_dir" && as_dir=.
4225 for ac_exec_ext in '' $ac_executable_extensions; do
4226 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4227 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4228 ac_prog_rejected=yes
4229 continue
4230 fi
4231 ac_cv_prog_CC="cc"
4232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4233 break 2
4234 fi
4235 done
4236 done
4237 IFS=$as_save_IFS
4238
4239 if test $ac_prog_rejected = yes; then
4240 # We found a bogon in the path, so make sure we never use it.
4241 set dummy $ac_cv_prog_CC
4242 shift
4243 if test $# != 0; then
4244 # We chose a different compiler from the bogus one.
4245 # However, it has the same basename, so the bogon will be chosen
4246 # first if we set CC to just the basename; use the full file name.
4247 shift
4248 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4249 fi
4250 fi
4251 fi
4252 fi
4253 CC=$ac_cv_prog_CC
4254 if test -n "$CC"; then
4255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4256 $as_echo "$CC" >&6; }
4257 else
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4259 $as_echo "no" >&6; }
4260 fi
4261
4262
4263 fi
4264 if test -z "$CC"; then
4265 if test -n "$ac_tool_prefix"; then
4266 for ac_prog in cl.exe
4267 do
4268 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4269 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4271 $as_echo_n "checking for $ac_word... " >&6; }
4272 if test "${ac_cv_prog_CC+set}" = set; then :
4273 $as_echo_n "(cached) " >&6
4274 else
4275 if test -n "$CC"; then
4276 ac_cv_prog_CC="$CC" # Let the user override the test.
4277 else
4278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4279 for as_dir in $PATH
4280 do
4281 IFS=$as_save_IFS
4282 test -z "$as_dir" && as_dir=.
4283 for ac_exec_ext in '' $ac_executable_extensions; do
4284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4285 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4287 break 2
4288 fi
4289 done
4290 done
4291 IFS=$as_save_IFS
4292
4293 fi
4294 fi
4295 CC=$ac_cv_prog_CC
4296 if test -n "$CC"; then
4297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4298 $as_echo "$CC" >&6; }
4299 else
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4301 $as_echo "no" >&6; }
4302 fi
4303
4304
4305 test -n "$CC" && break
4306 done
4307 fi
4308 if test -z "$CC"; then
4309 ac_ct_CC=$CC
4310 for ac_prog in cl.exe
4311 do
4312 # Extract the first word of "$ac_prog", so it can be a program name with args.
4313 set dummy $ac_prog; ac_word=$2
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4315 $as_echo_n "checking for $ac_word... " >&6; }
4316 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4317 $as_echo_n "(cached) " >&6
4318 else
4319 if test -n "$ac_ct_CC"; then
4320 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4321 else
4322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4323 for as_dir in $PATH
4324 do
4325 IFS=$as_save_IFS
4326 test -z "$as_dir" && as_dir=.
4327 for ac_exec_ext in '' $ac_executable_extensions; do
4328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4329 ac_cv_prog_ac_ct_CC="$ac_prog"
4330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4331 break 2
4332 fi
4333 done
4334 done
4335 IFS=$as_save_IFS
4336
4337 fi
4338 fi
4339 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4340 if test -n "$ac_ct_CC"; then
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4342 $as_echo "$ac_ct_CC" >&6; }
4343 else
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4345 $as_echo "no" >&6; }
4346 fi
4347
4348
4349 test -n "$ac_ct_CC" && break
4350 done
4351
4352 if test "x$ac_ct_CC" = x; then
4353 CC=""
4354 else
4355 case $cross_compiling:$ac_tool_warned in
4356 yes:)
4357 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4358 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4359 ac_tool_warned=yes ;;
4360 esac
4361 CC=$ac_ct_CC
4362 fi
4363 fi
4364
4365 fi
4366
4367
4368 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4369 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4370 as_fn_error "no acceptable C compiler found in \$PATH
4371 See \`config.log' for more details." "$LINENO" 5; }
4372
4373 # Provide some information about the compiler.
4374 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4375 set X $ac_compile
4376 ac_compiler=$2
4377 for ac_option in --version -v -V -qversion; do
4378 { { ac_try="$ac_compiler $ac_option >&5"
4379 case "(($ac_try" in
4380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4381 *) ac_try_echo=$ac_try;;
4382 esac
4383 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4384 $as_echo "$ac_try_echo"; } >&5
4385 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4386 ac_status=$?
4387 if test -s conftest.err; then
4388 sed '10a\
4389 ... rest of stderr output deleted ...
4390 10q' conftest.err >conftest.er1
4391 cat conftest.er1 >&5
4392 rm -f conftest.er1 conftest.err
4393 fi
4394 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4395 test $ac_status = 0; }
4396 done
4397
4398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4399 /* end confdefs.h. */
4400
4401 int
4402 main ()
4403 {
4404
4405 ;
4406 return 0;
4407 }
4408 _ACEOF
4409 ac_clean_files_save=$ac_clean_files
4410 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4411 # Try to create an executable without -o first, disregard a.out.
4412 # It will help us diagnose broken compilers, and finding out an intuition
4413 # of exeext.
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4415 $as_echo_n "checking for C compiler default output file name... " >&6; }
4416 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4417
4418 # The possible output files:
4419 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4420
4421 ac_rmfiles=
4422 for ac_file in $ac_files
4423 do
4424 case $ac_file in
4425 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4426 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4427 esac
4428 done
4429 rm -f $ac_rmfiles
4430
4431 if { { ac_try="$ac_link_default"
4432 case "(($ac_try" in
4433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4434 *) ac_try_echo=$ac_try;;
4435 esac
4436 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4437 $as_echo "$ac_try_echo"; } >&5
4438 (eval "$ac_link_default") 2>&5
4439 ac_status=$?
4440 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4441 test $ac_status = 0; }; then :
4442 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4443 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4444 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4445 # so that the user can short-circuit this test for compilers unknown to
4446 # Autoconf.
4447 for ac_file in $ac_files ''
4448 do
4449 test -f "$ac_file" || continue
4450 case $ac_file in
4451 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4452 ;;
4453 [ab].out )
4454 # We found the default executable, but exeext='' is most
4455 # certainly right.
4456 break;;
4457 *.* )
4458 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4459 then :; else
4460 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4461 fi
4462 # We set ac_cv_exeext here because the later test for it is not
4463 # safe: cross compilers may not add the suffix if given an `-o'
4464 # argument, so we may need to know it at that point already.
4465 # Even if this section looks crufty: it has the advantage of
4466 # actually working.
4467 break;;
4468 * )
4469 break;;
4470 esac
4471 done
4472 test "$ac_cv_exeext" = no && ac_cv_exeext=
4473
4474 else
4475 ac_file=''
4476 fi
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4478 $as_echo "$ac_file" >&6; }
4479 if test -z "$ac_file"; then :
4480 $as_echo "$as_me: failed program was:" >&5
4481 sed 's/^/| /' conftest.$ac_ext >&5
4482
4483 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4484 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4485 { as_fn_set_status 77
4486 as_fn_error "C compiler cannot create executables
4487 See \`config.log' for more details." "$LINENO" 5; }; }
4488 fi
4489 ac_exeext=$ac_cv_exeext
4490
4491 # Check that the compiler produces executables we can run. If not, either
4492 # the compiler is broken, or we cross compile.
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4494 $as_echo_n "checking whether the C compiler works... " >&6; }
4495 # If not cross compiling, check that we can run a simple program.
4496 if test "$cross_compiling" != yes; then
4497 if { ac_try='./$ac_file'
4498 { { case "(($ac_try" in
4499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4500 *) ac_try_echo=$ac_try;;
4501 esac
4502 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4503 $as_echo "$ac_try_echo"; } >&5
4504 (eval "$ac_try") 2>&5
4505 ac_status=$?
4506 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4507 test $ac_status = 0; }; }; then
4508 cross_compiling=no
4509 else
4510 if test "$cross_compiling" = maybe; then
4511 cross_compiling=yes
4512 else
4513 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4514 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4515 as_fn_error "cannot run C compiled programs.
4516 If you meant to cross compile, use \`--host'.
4517 See \`config.log' for more details." "$LINENO" 5; }
4518 fi
4519 fi
4520 fi
4521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4522 $as_echo "yes" >&6; }
4523
4524 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4525 ac_clean_files=$ac_clean_files_save
4526 # Check that the compiler produces executables we can run. If not, either
4527 # the compiler is broken, or we cross compile.
4528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4529 $as_echo_n "checking whether we are cross compiling... " >&6; }
4530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4531 $as_echo "$cross_compiling" >&6; }
4532
4533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4534 $as_echo_n "checking for suffix of executables... " >&6; }
4535 if { { ac_try="$ac_link"
4536 case "(($ac_try" in
4537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4538 *) ac_try_echo=$ac_try;;
4539 esac
4540 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4541 $as_echo "$ac_try_echo"; } >&5
4542 (eval "$ac_link") 2>&5
4543 ac_status=$?
4544 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4545 test $ac_status = 0; }; then :
4546 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4547 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4548 # work properly (i.e., refer to `conftest.exe'), while it won't with
4549 # `rm'.
4550 for ac_file in conftest.exe conftest conftest.*; do
4551 test -f "$ac_file" || continue
4552 case $ac_file in
4553 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4554 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4555 break;;
4556 * ) break;;
4557 esac
4558 done
4559 else
4560 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4561 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4562 as_fn_error "cannot compute suffix of executables: cannot compile and link
4563 See \`config.log' for more details." "$LINENO" 5; }
4564 fi
4565 rm -f conftest$ac_cv_exeext
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4567 $as_echo "$ac_cv_exeext" >&6; }
4568
4569 rm -f conftest.$ac_ext
4570 EXEEXT=$ac_cv_exeext
4571 ac_exeext=$EXEEXT
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4573 $as_echo_n "checking for suffix of object files... " >&6; }
4574 if test "${ac_cv_objext+set}" = set; then :
4575 $as_echo_n "(cached) " >&6
4576 else
4577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4578 /* end confdefs.h. */
4579
4580 int
4581 main ()
4582 {
4583
4584 ;
4585 return 0;
4586 }
4587 _ACEOF
4588 rm -f conftest.o conftest.obj
4589 if { { ac_try="$ac_compile"
4590 case "(($ac_try" in
4591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4592 *) ac_try_echo=$ac_try;;
4593 esac
4594 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4595 $as_echo "$ac_try_echo"; } >&5
4596 (eval "$ac_compile") 2>&5
4597 ac_status=$?
4598 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4599 test $ac_status = 0; }; then :
4600 for ac_file in conftest.o conftest.obj conftest.*; do
4601 test -f "$ac_file" || continue;
4602 case $ac_file in
4603 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4604 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4605 break;;
4606 esac
4607 done
4608 else
4609 $as_echo "$as_me: failed program was:" >&5
4610 sed 's/^/| /' conftest.$ac_ext >&5
4611
4612 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4613 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4614 as_fn_error "cannot compute suffix of object files: cannot compile
4615 See \`config.log' for more details." "$LINENO" 5; }
4616 fi
4617 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4618 fi
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4620 $as_echo "$ac_cv_objext" >&6; }
4621 OBJEXT=$ac_cv_objext
4622 ac_objext=$OBJEXT
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4624 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4625 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4626 $as_echo_n "(cached) " >&6
4627 else
4628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4629 /* end confdefs.h. */
4630
4631 int
4632 main ()
4633 {
4634 #ifndef __GNUC__
4635 choke me
4636 #endif
4637
4638 ;
4639 return 0;
4640 }
4641 _ACEOF
4642 if ac_fn_c_try_compile "$LINENO"; then :
4643 ac_compiler_gnu=yes
4644 else
4645 ac_compiler_gnu=no
4646 fi
4647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4648 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4649
4650 fi
4651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4652 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4653 if test $ac_compiler_gnu = yes; then
4654 GCC=yes
4655 else
4656 GCC=
4657 fi
4658 ac_test_CFLAGS=${CFLAGS+set}
4659 ac_save_CFLAGS=$CFLAGS
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4661 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4662 if test "${ac_cv_prog_cc_g+set}" = set; then :
4663 $as_echo_n "(cached) " >&6
4664 else
4665 ac_save_c_werror_flag=$ac_c_werror_flag
4666 ac_c_werror_flag=yes
4667 ac_cv_prog_cc_g=no
4668 CFLAGS="-g"
4669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4670 /* end confdefs.h. */
4671
4672 int
4673 main ()
4674 {
4675
4676 ;
4677 return 0;
4678 }
4679 _ACEOF
4680 if ac_fn_c_try_compile "$LINENO"; then :
4681 ac_cv_prog_cc_g=yes
4682 else
4683 CFLAGS=""
4684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4685 /* end confdefs.h. */
4686
4687 int
4688 main ()
4689 {
4690
4691 ;
4692 return 0;
4693 }
4694 _ACEOF
4695 if ac_fn_c_try_compile "$LINENO"; then :
4696
4697 else
4698 ac_c_werror_flag=$ac_save_c_werror_flag
4699 CFLAGS="-g"
4700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4701 /* end confdefs.h. */
4702
4703 int
4704 main ()
4705 {
4706
4707 ;
4708 return 0;
4709 }
4710 _ACEOF
4711 if ac_fn_c_try_compile "$LINENO"; then :
4712 ac_cv_prog_cc_g=yes
4713 fi
4714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4715 fi
4716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4717 fi
4718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4719 ac_c_werror_flag=$ac_save_c_werror_flag
4720 fi
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4722 $as_echo "$ac_cv_prog_cc_g" >&6; }
4723 if test "$ac_test_CFLAGS" = set; then
4724 CFLAGS=$ac_save_CFLAGS
4725 elif test $ac_cv_prog_cc_g = yes; then
4726 if test "$GCC" = yes; then
4727 CFLAGS="-g -O2"
4728 else
4729 CFLAGS="-g"
4730 fi
4731 else
4732 if test "$GCC" = yes; then
4733 CFLAGS="-O2"
4734 else
4735 CFLAGS=
4736 fi
4737 fi
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4739 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4740 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4741 $as_echo_n "(cached) " >&6
4742 else
4743 ac_cv_prog_cc_c89=no
4744 ac_save_CC=$CC
4745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4746 /* end confdefs.h. */
4747 #include <stdarg.h>
4748 #include <stdio.h>
4749 #include <sys/types.h>
4750 #include <sys/stat.h>
4751 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4752 struct buf { int x; };
4753 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4754 static char *e (p, i)
4755 char **p;
4756 int i;
4757 {
4758 return p[i];
4759 }
4760 static char *f (char * (*g) (char **, int), char **p, ...)
4761 {
4762 char *s;
4763 va_list v;
4764 va_start (v,p);
4765 s = g (p, va_arg (v,int));
4766 va_end (v);
4767 return s;
4768 }
4769
4770 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4771 function prototypes and stuff, but not '\xHH' hex character constants.
4772 These don't provoke an error unfortunately, instead are silently treated
4773 as 'x'. The following induces an error, until -std is added to get
4774 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4775 array size at least. It's necessary to write '\x00'==0 to get something
4776 that's true only with -std. */
4777 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4778
4779 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4780 inside strings and character constants. */
4781 #define FOO(x) 'x'
4782 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4783
4784 int test (int i, double x);
4785 struct s1 {int (*f) (int a);};
4786 struct s2 {int (*f) (double a);};
4787 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4788 int argc;
4789 char **argv;
4790 int
4791 main ()
4792 {
4793 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4794 ;
4795 return 0;
4796 }
4797 _ACEOF
4798 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4799 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4800 do
4801 CC="$ac_save_CC $ac_arg"
4802 if ac_fn_c_try_compile "$LINENO"; then :
4803 ac_cv_prog_cc_c89=$ac_arg
4804 fi
4805 rm -f core conftest.err conftest.$ac_objext
4806 test "x$ac_cv_prog_cc_c89" != "xno" && break
4807 done
4808 rm -f conftest.$ac_ext
4809 CC=$ac_save_CC
4810
4811 fi
4812 # AC_CACHE_VAL
4813 case "x$ac_cv_prog_cc_c89" in
4814 x)
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4816 $as_echo "none needed" >&6; } ;;
4817 xno)
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4819 $as_echo "unsupported" >&6; } ;;
4820 *)
4821 CC="$CC $ac_cv_prog_cc_c89"
4822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4823 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4824 esac
4825 if test "x$ac_cv_prog_cc_c89" != xno; then :
4826
4827 fi
4828
4829 ac_ext=c
4830 ac_cpp='$CPP $CPPFLAGS'
4831 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4832 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4833 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4834
4835 ac_aux_dir=
4836 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4837 for ac_t in install-sh install.sh shtool; do
4838 if test -f "$ac_dir/$ac_t"; then
4839 ac_aux_dir=$ac_dir
4840 ac_install_sh="$ac_aux_dir/$ac_t -c"
4841 break 2
4842 fi
4843 done
4844 done
4845 if test -z "$ac_aux_dir"; then
4846 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4847 fi
4848
4849 # These three variables are undocumented and unsupported,
4850 # and are intended to be withdrawn in a future Autoconf release.
4851 # They can cause serious problems if a builder's source tree is in a directory
4852 # whose full name contains unusual characters.
4853 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4854 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4855 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4856
4857
4858 # Make sure we can run config.sub.
4859 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4860 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4861
4862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4863 $as_echo_n "checking build system type... " >&6; }
4864 if test "${ac_cv_build+set}" = set; then :
4865 $as_echo_n "(cached) " >&6
4866 else
4867 ac_build_alias=$build_alias
4868 test "x$ac_build_alias" = x &&
4869 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4870 test "x$ac_build_alias" = x &&
4871 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4872 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4873 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4874
4875 fi
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4877 $as_echo "$ac_cv_build" >&6; }
4878 case $ac_cv_build in
4879 *-*-*) ;;
4880 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4881 esac
4882 build=$ac_cv_build
4883 ac_save_IFS=$IFS; IFS='-'
4884 set x $ac_cv_build
4885 shift
4886 build_cpu=$1
4887 build_vendor=$2
4888 shift; shift
4889 # Remember, the first character of IFS is used to create $*,
4890 # except with old shells:
4891 build_os=$*
4892 IFS=$ac_save_IFS
4893 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4894
4895
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4897 $as_echo_n "checking host system type... " >&6; }
4898 if test "${ac_cv_host+set}" = set; then :
4899 $as_echo_n "(cached) " >&6
4900 else
4901 if test "x$host_alias" = x; then
4902 ac_cv_host=$ac_cv_build
4903 else
4904 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4905 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4906 fi
4907
4908 fi
4909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4910 $as_echo "$ac_cv_host" >&6; }
4911 case $ac_cv_host in
4912 *-*-*) ;;
4913 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4914 esac
4915 host=$ac_cv_host
4916 ac_save_IFS=$IFS; IFS='-'
4917 set x $ac_cv_host
4918 shift
4919 host_cpu=$1
4920 host_vendor=$2
4921 shift; shift
4922 # Remember, the first character of IFS is used to create $*,
4923 # except with old shells:
4924 host_os=$*
4925 IFS=$ac_save_IFS
4926 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4927
4928
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4930 $as_echo_n "checking target system type... " >&6; }
4931 if test "${ac_cv_target+set}" = set; then :
4932 $as_echo_n "(cached) " >&6
4933 else
4934 if test "x$target_alias" = x; then
4935 ac_cv_target=$ac_cv_host
4936 else
4937 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4938 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4939 fi
4940
4941 fi
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4943 $as_echo "$ac_cv_target" >&6; }
4944 case $ac_cv_target in
4945 *-*-*) ;;
4946 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4947 esac
4948 target=$ac_cv_target
4949 ac_save_IFS=$IFS; IFS='-'
4950 set x $ac_cv_target
4951 shift
4952 target_cpu=$1
4953 target_vendor=$2
4954 shift; shift
4955 # Remember, the first character of IFS is used to create $*,
4956 # except with old shells:
4957 target_os=$*
4958 IFS=$ac_save_IFS
4959 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4960
4961
4962 # The aliases save the names the user supplied, while $host etc.
4963 # will get canonicalized.
4964 test -n "$target_alias" &&
4965 test "$program_prefix$program_suffix$program_transform_name" = \
4966 NONENONEs,x,x, &&
4967 program_prefix=${target_alias}-
4968
4969 ac_ext=c
4970 ac_cpp='$CPP $CPPFLAGS'
4971 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4972 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4973 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4975 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4976 # On Suns, sometimes $CPP names a directory.
4977 if test -n "$CPP" && test -d "$CPP"; then
4978 CPP=
4979 fi
4980 if test -z "$CPP"; then
4981 if test "${ac_cv_prog_CPP+set}" = set; then :
4982 $as_echo_n "(cached) " >&6
4983 else
4984 # Double quotes because CPP needs to be expanded
4985 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4986 do
4987 ac_preproc_ok=false
4988 for ac_c_preproc_warn_flag in '' yes
4989 do
4990 # Use a header file that comes with gcc, so configuring glibc
4991 # with a fresh cross-compiler works.
4992 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4993 # <limits.h> exists even on freestanding compilers.
4994 # On the NeXT, cc -E runs the code through the compiler's parser,
4995 # not just through cpp. "Syntax error" is here to catch this case.
4996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4997 /* end confdefs.h. */
4998 #ifdef __STDC__
4999 # include <limits.h>
5000 #else
5001 # include <assert.h>
5002 #endif
5003 Syntax error
5004 _ACEOF
5005 if ac_fn_c_try_cpp "$LINENO"; then :
5006
5007 else
5008 # Broken: fails on valid input.
5009 continue
5010 fi
5011 rm -f conftest.err conftest.$ac_ext
5012
5013 # OK, works on sane cases. Now check whether nonexistent headers
5014 # can be detected and how.
5015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5016 /* end confdefs.h. */
5017 #include <ac_nonexistent.h>
5018 _ACEOF
5019 if ac_fn_c_try_cpp "$LINENO"; then :
5020 # Broken: success on invalid input.
5021 continue
5022 else
5023 # Passes both tests.
5024 ac_preproc_ok=:
5025 break
5026 fi
5027 rm -f conftest.err conftest.$ac_ext
5028
5029 done
5030 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5031 rm -f conftest.err conftest.$ac_ext
5032 if $ac_preproc_ok; then :
5033 break
5034 fi
5035
5036 done
5037 ac_cv_prog_CPP=$CPP
5038
5039 fi
5040 CPP=$ac_cv_prog_CPP
5041 else
5042 ac_cv_prog_CPP=$CPP
5043 fi
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5045 $as_echo "$CPP" >&6; }
5046 ac_preproc_ok=false
5047 for ac_c_preproc_warn_flag in '' yes
5048 do
5049 # Use a header file that comes with gcc, so configuring glibc
5050 # with a fresh cross-compiler works.
5051 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5052 # <limits.h> exists even on freestanding compilers.
5053 # On the NeXT, cc -E runs the code through the compiler's parser,
5054 # not just through cpp. "Syntax error" is here to catch this case.
5055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5056 /* end confdefs.h. */
5057 #ifdef __STDC__
5058 # include <limits.h>
5059 #else
5060 # include <assert.h>
5061 #endif
5062 Syntax error
5063 _ACEOF
5064 if ac_fn_c_try_cpp "$LINENO"; then :
5065
5066 else
5067 # Broken: fails on valid input.
5068 continue
5069 fi
5070 rm -f conftest.err conftest.$ac_ext
5071
5072 # OK, works on sane cases. Now check whether nonexistent headers
5073 # can be detected and how.
5074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5075 /* end confdefs.h. */
5076 #include <ac_nonexistent.h>
5077 _ACEOF
5078 if ac_fn_c_try_cpp "$LINENO"; then :
5079 # Broken: success on invalid input.
5080 continue
5081 else
5082 # Passes both tests.
5083 ac_preproc_ok=:
5084 break
5085 fi
5086 rm -f conftest.err conftest.$ac_ext
5087
5088 done
5089 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5090 rm -f conftest.err conftest.$ac_ext
5091 if $ac_preproc_ok; then :
5092
5093 else
5094 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5095 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5096 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5097 See \`config.log' for more details." "$LINENO" 5; }
5098 fi
5099
5100 ac_ext=c
5101 ac_cpp='$CPP $CPPFLAGS'
5102 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5103 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5104 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5105
5106
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5108 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5109 if test "${ac_cv_path_GREP+set}" = set; then :
5110 $as_echo_n "(cached) " >&6
5111 else
5112 if test -z "$GREP"; then
5113 ac_path_GREP_found=false
5114 # Loop through the user's path and test for each of PROGNAME-LIST
5115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5116 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5117 do
5118 IFS=$as_save_IFS
5119 test -z "$as_dir" && as_dir=.
5120 for ac_prog in grep ggrep; do
5121 for ac_exec_ext in '' $ac_executable_extensions; do
5122 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5123 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5124 # Check for GNU ac_path_GREP and select it if it is found.
5125 # Check for GNU $ac_path_GREP
5126 case `"$ac_path_GREP" --version 2>&1` in
5127 *GNU*)
5128 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5129 *)
5130 ac_count=0
5131 $as_echo_n 0123456789 >"conftest.in"
5132 while :
5133 do
5134 cat "conftest.in" "conftest.in" >"conftest.tmp"
5135 mv "conftest.tmp" "conftest.in"
5136 cp "conftest.in" "conftest.nl"
5137 $as_echo 'GREP' >> "conftest.nl"
5138 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5139 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5140 as_fn_arith $ac_count + 1 && ac_count=$as_val
5141 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5142 # Best one so far, save it but keep looking for a better one
5143 ac_cv_path_GREP="$ac_path_GREP"
5144 ac_path_GREP_max=$ac_count
5145 fi
5146 # 10*(2^10) chars as input seems more than enough
5147 test $ac_count -gt 10 && break
5148 done
5149 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5150 esac
5151
5152 $ac_path_GREP_found && break 3
5153 done
5154 done
5155 done
5156 IFS=$as_save_IFS
5157 if test -z "$ac_cv_path_GREP"; then
5158 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5159 fi
5160 else
5161 ac_cv_path_GREP=$GREP
5162 fi
5163
5164 fi
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5166 $as_echo "$ac_cv_path_GREP" >&6; }
5167 GREP="$ac_cv_path_GREP"
5168
5169
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5171 $as_echo_n "checking for egrep... " >&6; }
5172 if test "${ac_cv_path_EGREP+set}" = set; then :
5173 $as_echo_n "(cached) " >&6
5174 else
5175 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5176 then ac_cv_path_EGREP="$GREP -E"
5177 else
5178 if test -z "$EGREP"; then
5179 ac_path_EGREP_found=false
5180 # Loop through the user's path and test for each of PROGNAME-LIST
5181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5182 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5183 do
5184 IFS=$as_save_IFS
5185 test -z "$as_dir" && as_dir=.
5186 for ac_prog in egrep; do
5187 for ac_exec_ext in '' $ac_executable_extensions; do
5188 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5189 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5190 # Check for GNU ac_path_EGREP and select it if it is found.
5191 # Check for GNU $ac_path_EGREP
5192 case `"$ac_path_EGREP" --version 2>&1` in
5193 *GNU*)
5194 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5195 *)
5196 ac_count=0
5197 $as_echo_n 0123456789 >"conftest.in"
5198 while :
5199 do
5200 cat "conftest.in" "conftest.in" >"conftest.tmp"
5201 mv "conftest.tmp" "conftest.in"
5202 cp "conftest.in" "conftest.nl"
5203 $as_echo 'EGREP' >> "conftest.nl"
5204 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5205 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5206 as_fn_arith $ac_count + 1 && ac_count=$as_val
5207 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5208 # Best one so far, save it but keep looking for a better one
5209 ac_cv_path_EGREP="$ac_path_EGREP"
5210 ac_path_EGREP_max=$ac_count
5211 fi
5212 # 10*(2^10) chars as input seems more than enough
5213 test $ac_count -gt 10 && break
5214 done
5215 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5216 esac
5217
5218 $ac_path_EGREP_found && break 3
5219 done
5220 done
5221 done
5222 IFS=$as_save_IFS
5223 if test -z "$ac_cv_path_EGREP"; then
5224 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5225 fi
5226 else
5227 ac_cv_path_EGREP=$EGREP
5228 fi
5229
5230 fi
5231 fi
5232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5233 $as_echo "$ac_cv_path_EGREP" >&6; }
5234 EGREP="$ac_cv_path_EGREP"
5235
5236
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5238 $as_echo_n "checking for ANSI C header files... " >&6; }
5239 if test "${ac_cv_header_stdc+set}" = set; then :
5240 $as_echo_n "(cached) " >&6
5241 else
5242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5243 /* end confdefs.h. */
5244 #include <stdlib.h>
5245 #include <stdarg.h>
5246 #include <string.h>
5247 #include <float.h>
5248
5249 int
5250 main ()
5251 {
5252
5253 ;
5254 return 0;
5255 }
5256 _ACEOF
5257 if ac_fn_c_try_compile "$LINENO"; then :
5258 ac_cv_header_stdc=yes
5259 else
5260 ac_cv_header_stdc=no
5261 fi
5262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5263
5264 if test $ac_cv_header_stdc = yes; then
5265 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5267 /* end confdefs.h. */
5268 #include <string.h>
5269
5270 _ACEOF
5271 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5272 $EGREP "memchr" >/dev/null 2>&1; then :
5273
5274 else
5275 ac_cv_header_stdc=no
5276 fi
5277 rm -f conftest*
5278
5279 fi
5280
5281 if test $ac_cv_header_stdc = yes; then
5282 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5284 /* end confdefs.h. */
5285 #include <stdlib.h>
5286
5287 _ACEOF
5288 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5289 $EGREP "free" >/dev/null 2>&1; then :
5290
5291 else
5292 ac_cv_header_stdc=no
5293 fi
5294 rm -f conftest*
5295
5296 fi
5297
5298 if test $ac_cv_header_stdc = yes; then
5299 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5300 if test "$cross_compiling" = yes; then :
5301 :
5302 else
5303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5304 /* end confdefs.h. */
5305 #include <ctype.h>
5306 #include <stdlib.h>
5307 #if ((' ' & 0x0FF) == 0x020)
5308 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5309 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5310 #else
5311 # define ISLOWER(c) \
5312 (('a' <= (c) && (c) <= 'i') \
5313 || ('j' <= (c) && (c) <= 'r') \
5314 || ('s' <= (c) && (c) <= 'z'))
5315 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5316 #endif
5317
5318 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5319 int
5320 main ()
5321 {
5322 int i;
5323 for (i = 0; i < 256; i++)
5324 if (XOR (islower (i), ISLOWER (i))
5325 || toupper (i) != TOUPPER (i))
5326 return 2;
5327 return 0;
5328 }
5329 _ACEOF
5330 if ac_fn_c_try_run "$LINENO"; then :
5331
5332 else
5333 ac_cv_header_stdc=no
5334 fi
5335 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5336 conftest.$ac_objext conftest.beam conftest.$ac_ext
5337 fi
5338
5339 fi
5340 fi
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5342 $as_echo "$ac_cv_header_stdc" >&6; }
5343 if test $ac_cv_header_stdc = yes; then
5344
5345 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5346
5347 fi
5348
5349 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5350 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5351 inttypes.h stdint.h unistd.h
5352 do :
5353 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5354 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5355 "
5356 eval as_val=\$$as_ac_Header
5357 if test "x$as_val" = x""yes; then :
5358 cat >>confdefs.h <<_ACEOF
5359 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5360 _ACEOF
5361
5362 fi
5363
5364 done
5365
5366
5367
5368 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5369 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5370 MINIX=yes
5371 else
5372 MINIX=
5373 fi
5374
5375
5376 if test "$MINIX" = yes; then
5377
5378 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5379
5380
5381 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5382
5383
5384 $as_echo "#define _MINIX 1" >>confdefs.h
5385
5386 fi
5387
5388
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5390 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5391 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5392 $as_echo_n "(cached) " >&6
5393 else
5394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5395 /* end confdefs.h. */
5396
5397 # define __EXTENSIONS__ 1
5398 $ac_includes_default
5399 int
5400 main ()
5401 {
5402
5403 ;
5404 return 0;
5405 }
5406 _ACEOF
5407 if ac_fn_c_try_compile "$LINENO"; then :
5408 ac_cv_safe_to_define___extensions__=yes
5409 else
5410 ac_cv_safe_to_define___extensions__=no
5411 fi
5412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5413 fi
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5415 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5416 test $ac_cv_safe_to_define___extensions__ = yes &&
5417 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5418
5419 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5420
5421 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5422
5423 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5424
5425 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5426
5427
5428 test "$program_prefix" != NONE &&
5429 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5430 # Use a double $ so make ignores it.
5431 test "$program_suffix" != NONE &&
5432 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5433 # Double any \ or $.
5434 # By default was `s,x,x', remove it if useless.
5435 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5436 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5437
5438 # Find a good install program. We prefer a C program (faster),
5439 # so one script is as good as another. But avoid the broken or
5440 # incompatible versions:
5441 # SysV /etc/install, /usr/sbin/install
5442 # SunOS /usr/etc/install
5443 # IRIX /sbin/install
5444 # AIX /bin/install
5445 # AmigaOS /C/install, which installs bootblocks on floppy discs
5446 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5447 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5448 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5449 # OS/2's system install, which has a completely different semantic
5450 # ./install, which can be erroneously created by make from ./install.sh.
5451 # Reject install programs that cannot install multiple files.
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5453 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5454 if test -z "$INSTALL"; then
5455 if test "${ac_cv_path_install+set}" = set; then :
5456 $as_echo_n "(cached) " >&6
5457 else
5458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5459 for as_dir in $PATH
5460 do
5461 IFS=$as_save_IFS
5462 test -z "$as_dir" && as_dir=.
5463 # Account for people who put trailing slashes in PATH elements.
5464 case $as_dir/ in #((
5465 ./ | .// | /[cC]/* | \
5466 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5467 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5468 /usr/ucb/* ) ;;
5469 *)
5470 # OSF1 and SCO ODT 3.0 have their own names for install.
5471 # Don't use installbsd from OSF since it installs stuff as root
5472 # by default.
5473 for ac_prog in ginstall scoinst install; do
5474 for ac_exec_ext in '' $ac_executable_extensions; do
5475 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5476 if test $ac_prog = install &&
5477 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5478 # AIX install. It has an incompatible calling convention.
5479 :
5480 elif test $ac_prog = install &&
5481 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5482 # program-specific install script used by HP pwplus--don't use.
5483 :
5484 else
5485 rm -rf conftest.one conftest.two conftest.dir
5486 echo one > conftest.one
5487 echo two > conftest.two
5488 mkdir conftest.dir
5489 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5490 test -s conftest.one && test -s conftest.two &&
5491 test -s conftest.dir/conftest.one &&
5492 test -s conftest.dir/conftest.two
5493 then
5494 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5495 break 3
5496 fi
5497 fi
5498 fi
5499 done
5500 done
5501 ;;
5502 esac
5503
5504 done
5505 IFS=$as_save_IFS
5506
5507 rm -rf conftest.one conftest.two conftest.dir
5508
5509 fi
5510 if test "${ac_cv_path_install+set}" = set; then
5511 INSTALL=$ac_cv_path_install
5512 else
5513 # As a last resort, use the slow shell script. Don't cache a
5514 # value for INSTALL within a source directory, because that will
5515 # break other packages using the cache if that directory is
5516 # removed, or if the value is a relative name.
5517 INSTALL=$ac_install_sh
5518 fi
5519 fi
5520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5521 $as_echo "$INSTALL" >&6; }
5522
5523 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5524 # It thinks the first close brace ends the variable substitution.
5525 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5526
5527 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5528
5529 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5530
5531 rm -rf .tst 2>/dev/null
5532 mkdir .tst 2>/dev/null
5533 if test -d .tst; then
5534 am__leading_dot=.
5535 else
5536 am__leading_dot=_
5537 fi
5538 rmdir .tst 2>/dev/null
5539
5540 DEPDIR="${am__leading_dot}deps"
5541
5542 case `pwd` in
5543 *\ * | *\ *)
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5545 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5546 esac
5547
5548
5549
5550 macro_version='2.2.7a'
5551 macro_revision='1.3134'
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565 ltmain="$ac_aux_dir/ltmain.sh"
5566
5567 # Backslashify metacharacters that are still active within
5568 # double-quoted strings.
5569 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5570
5571 # Same as above, but do not quote variable references.
5572 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5573
5574 # Sed substitution to delay expansion of an escaped shell variable in a
5575 # double_quote_subst'ed string.
5576 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5577
5578 # Sed substitution to delay expansion of an escaped single quote.
5579 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5580
5581 # Sed substitution to avoid accidental globbing in evaled expressions
5582 no_glob_subst='s/\*/\\\*/g'
5583
5584 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5585 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5586 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5587
5588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5589 $as_echo_n "checking how to print strings... " >&6; }
5590 # Test print first, because it will be a builtin if present.
5591 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5592 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5593 ECHO='print -r --'
5594 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5595 ECHO='printf %s\n'
5596 else
5597 # Use this function as a fallback that always works.
5598 func_fallback_echo ()
5599 {
5600 eval 'cat <<_LTECHO_EOF
5601 $1
5602 _LTECHO_EOF'
5603 }
5604 ECHO='func_fallback_echo'
5605 fi
5606
5607 # func_echo_all arg...
5608 # Invoke $ECHO with all args, space-separated.
5609 func_echo_all ()
5610 {
5611 $ECHO ""
5612 }
5613
5614 case "$ECHO" in
5615 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5616 $as_echo "printf" >&6; } ;;
5617 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5618 $as_echo "print -r" >&6; } ;;
5619 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5620 $as_echo "cat" >&6; } ;;
5621 esac
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5637 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5638 if test "${ac_cv_path_SED+set}" = set; then :
5639 $as_echo_n "(cached) " >&6
5640 else
5641 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5642 for ac_i in 1 2 3 4 5 6 7; do
5643 ac_script="$ac_script$as_nl$ac_script"
5644 done
5645 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5646 { ac_script=; unset ac_script;}
5647 if test -z "$SED"; then
5648 ac_path_SED_found=false
5649 # Loop through the user's path and test for each of PROGNAME-LIST
5650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5651 for as_dir in $PATH
5652 do
5653 IFS=$as_save_IFS
5654 test -z "$as_dir" && as_dir=.
5655 for ac_prog in sed gsed; do
5656 for ac_exec_ext in '' $ac_executable_extensions; do
5657 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5658 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5659 # Check for GNU ac_path_SED and select it if it is found.
5660 # Check for GNU $ac_path_SED
5661 case `"$ac_path_SED" --version 2>&1` in
5662 *GNU*)
5663 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5664 *)
5665 ac_count=0
5666 $as_echo_n 0123456789 >"conftest.in"
5667 while :
5668 do
5669 cat "conftest.in" "conftest.in" >"conftest.tmp"
5670 mv "conftest.tmp" "conftest.in"
5671 cp "conftest.in" "conftest.nl"
5672 $as_echo '' >> "conftest.nl"
5673 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5674 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5675 as_fn_arith $ac_count + 1 && ac_count=$as_val
5676 if test $ac_count -gt ${ac_path_SED_max-0}; then
5677 # Best one so far, save it but keep looking for a better one
5678 ac_cv_path_SED="$ac_path_SED"
5679 ac_path_SED_max=$ac_count
5680 fi
5681 # 10*(2^10) chars as input seems more than enough
5682 test $ac_count -gt 10 && break
5683 done
5684 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5685 esac
5686
5687 $ac_path_SED_found && break 3
5688 done
5689 done
5690 done
5691 IFS=$as_save_IFS
5692 if test -z "$ac_cv_path_SED"; then
5693 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5694 fi
5695 else
5696 ac_cv_path_SED=$SED
5697 fi
5698
5699 fi
5700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5701 $as_echo "$ac_cv_path_SED" >&6; }
5702 SED="$ac_cv_path_SED"
5703 rm -f conftest.sed
5704
5705 test -z "$SED" && SED=sed
5706 Xsed="$SED -e 1s/^X//"
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5719 $as_echo_n "checking for fgrep... " >&6; }
5720 if test "${ac_cv_path_FGREP+set}" = set; then :
5721 $as_echo_n "(cached) " >&6
5722 else
5723 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5724 then ac_cv_path_FGREP="$GREP -F"
5725 else
5726 if test -z "$FGREP"; then
5727 ac_path_FGREP_found=false
5728 # Loop through the user's path and test for each of PROGNAME-LIST
5729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5730 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5731 do
5732 IFS=$as_save_IFS
5733 test -z "$as_dir" && as_dir=.
5734 for ac_prog in fgrep; do
5735 for ac_exec_ext in '' $ac_executable_extensions; do
5736 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5737 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5738 # Check for GNU ac_path_FGREP and select it if it is found.
5739 # Check for GNU $ac_path_FGREP
5740 case `"$ac_path_FGREP" --version 2>&1` in
5741 *GNU*)
5742 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5743 *)
5744 ac_count=0
5745 $as_echo_n 0123456789 >"conftest.in"
5746 while :
5747 do
5748 cat "conftest.in" "conftest.in" >"conftest.tmp"
5749 mv "conftest.tmp" "conftest.in"
5750 cp "conftest.in" "conftest.nl"
5751 $as_echo 'FGREP' >> "conftest.nl"
5752 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5753 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5754 as_fn_arith $ac_count + 1 && ac_count=$as_val
5755 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5756 # Best one so far, save it but keep looking for a better one
5757 ac_cv_path_FGREP="$ac_path_FGREP"
5758 ac_path_FGREP_max=$ac_count
5759 fi
5760 # 10*(2^10) chars as input seems more than enough
5761 test $ac_count -gt 10 && break
5762 done
5763 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5764 esac
5765
5766 $ac_path_FGREP_found && break 3
5767 done
5768 done
5769 done
5770 IFS=$as_save_IFS
5771 if test -z "$ac_cv_path_FGREP"; then
5772 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5773 fi
5774 else
5775 ac_cv_path_FGREP=$FGREP
5776 fi
5777
5778 fi
5779 fi
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5781 $as_echo "$ac_cv_path_FGREP" >&6; }
5782 FGREP="$ac_cv_path_FGREP"
5783
5784
5785 test -z "$GREP" && GREP=grep
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805 # Check whether --with-gnu-ld was given.
5806 if test "${with_gnu_ld+set}" = set; then :
5807 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5808 else
5809 with_gnu_ld=no
5810 fi
5811
5812 ac_prog=ld
5813 if test "$GCC" = yes; then
5814 # Check if gcc -print-prog-name=ld gives a path.
5815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5816 $as_echo_n "checking for ld used by $CC... " >&6; }
5817 case $host in
5818 *-*-mingw*)
5819 # gcc leaves a trailing carriage return which upsets mingw
5820 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5821 *)
5822 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5823 esac
5824 case $ac_prog in
5825 # Accept absolute paths.
5826 [\\/]* | ?:[\\/]*)
5827 re_direlt='/[^/][^/]*/\.\./'
5828 # Canonicalize the pathname of ld
5829 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5830 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5831 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5832 done
5833 test -z "$LD" && LD="$ac_prog"
5834 ;;
5835 "")
5836 # If it fails, then pretend we aren't using GCC.
5837 ac_prog=ld
5838 ;;
5839 *)
5840 # If it is relative, then search for the first ld in PATH.
5841 with_gnu_ld=unknown
5842 ;;
5843 esac
5844 elif test "$with_gnu_ld" = yes; then
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5846 $as_echo_n "checking for GNU ld... " >&6; }
5847 else
5848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5849 $as_echo_n "checking for non-GNU ld... " >&6; }
5850 fi
5851 if test "${lt_cv_path_LD+set}" = set; then :
5852 $as_echo_n "(cached) " >&6
5853 else
5854 if test -z "$LD"; then
5855 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5856 for ac_dir in $PATH; do
5857 IFS="$lt_save_ifs"
5858 test -z "$ac_dir" && ac_dir=.
5859 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5860 lt_cv_path_LD="$ac_dir/$ac_prog"
5861 # Check to see if the program is GNU ld. I'd rather use --version,
5862 # but apparently some variants of GNU ld only accept -v.
5863 # Break only if it was the GNU/non-GNU ld that we prefer.
5864 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5865 *GNU* | *'with BFD'*)
5866 test "$with_gnu_ld" != no && break
5867 ;;
5868 *)
5869 test "$with_gnu_ld" != yes && break
5870 ;;
5871 esac
5872 fi
5873 done
5874 IFS="$lt_save_ifs"
5875 else
5876 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5877 fi
5878 fi
5879
5880 LD="$lt_cv_path_LD"
5881 if test -n "$LD"; then
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5883 $as_echo "$LD" >&6; }
5884 else
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5886 $as_echo "no" >&6; }
5887 fi
5888 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5890 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5891 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5892 $as_echo_n "(cached) " >&6
5893 else
5894 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5895 case `$LD -v 2>&1 </dev/null` in
5896 *GNU* | *'with BFD'*)
5897 lt_cv_prog_gnu_ld=yes
5898 ;;
5899 *)
5900 lt_cv_prog_gnu_ld=no
5901 ;;
5902 esac
5903 fi
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5905 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5906 with_gnu_ld=$lt_cv_prog_gnu_ld
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5917 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5918 if test "${lt_cv_path_NM+set}" = set; then :
5919 $as_echo_n "(cached) " >&6
5920 else
5921 if test -n "$NM"; then
5922 # Let the user override the test.
5923 lt_cv_path_NM="$NM"
5924 else
5925 lt_nm_to_check="${ac_tool_prefix}nm"
5926 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5927 lt_nm_to_check="$lt_nm_to_check nm"
5928 fi
5929 for lt_tmp_nm in $lt_nm_to_check; do
5930 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5931 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5932 IFS="$lt_save_ifs"
5933 test -z "$ac_dir" && ac_dir=.
5934 tmp_nm="$ac_dir/$lt_tmp_nm"
5935 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5936 # Check to see if the nm accepts a BSD-compat flag.
5937 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5938 # nm: unknown option "B" ignored
5939 # Tru64's nm complains that /dev/null is an invalid object file
5940 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5941 */dev/null* | *'Invalid file or object type'*)
5942 lt_cv_path_NM="$tmp_nm -B"
5943 break
5944 ;;
5945 *)
5946 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5947 */dev/null*)
5948 lt_cv_path_NM="$tmp_nm -p"
5949 break
5950 ;;
5951 *)
5952 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5953 continue # so that we can try to find one that supports BSD flags
5954 ;;
5955 esac
5956 ;;
5957 esac
5958 fi
5959 done
5960 IFS="$lt_save_ifs"
5961 done
5962 : ${lt_cv_path_NM=no}
5963 fi
5964 fi
5965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5966 $as_echo "$lt_cv_path_NM" >&6; }
5967 if test "$lt_cv_path_NM" != "no"; then
5968 NM="$lt_cv_path_NM"
5969 else
5970 # Didn't find any BSD compatible name lister, look for dumpbin.
5971 if test -n "$DUMPBIN"; then :
5972 # Let the user override the test.
5973 else
5974 if test -n "$ac_tool_prefix"; then
5975 for ac_prog in dumpbin "link -dump"
5976 do
5977 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5978 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5980 $as_echo_n "checking for $ac_word... " >&6; }
5981 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5982 $as_echo_n "(cached) " >&6
5983 else
5984 if test -n "$DUMPBIN"; then
5985 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5986 else
5987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5988 for as_dir in $PATH
5989 do
5990 IFS=$as_save_IFS
5991 test -z "$as_dir" && as_dir=.
5992 for ac_exec_ext in '' $ac_executable_extensions; do
5993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5994 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5996 break 2
5997 fi
5998 done
5999 done
6000 IFS=$as_save_IFS
6001
6002 fi
6003 fi
6004 DUMPBIN=$ac_cv_prog_DUMPBIN
6005 if test -n "$DUMPBIN"; then
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6007 $as_echo "$DUMPBIN" >&6; }
6008 else
6009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6010 $as_echo "no" >&6; }
6011 fi
6012
6013
6014 test -n "$DUMPBIN" && break
6015 done
6016 fi
6017 if test -z "$DUMPBIN"; then
6018 ac_ct_DUMPBIN=$DUMPBIN
6019 for ac_prog in dumpbin "link -dump"
6020 do
6021 # Extract the first word of "$ac_prog", so it can be a program name with args.
6022 set dummy $ac_prog; ac_word=$2
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6024 $as_echo_n "checking for $ac_word... " >&6; }
6025 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6026 $as_echo_n "(cached) " >&6
6027 else
6028 if test -n "$ac_ct_DUMPBIN"; then
6029 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6030 else
6031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6032 for as_dir in $PATH
6033 do
6034 IFS=$as_save_IFS
6035 test -z "$as_dir" && as_dir=.
6036 for ac_exec_ext in '' $ac_executable_extensions; do
6037 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6038 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6040 break 2
6041 fi
6042 done
6043 done
6044 IFS=$as_save_IFS
6045
6046 fi
6047 fi
6048 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6049 if test -n "$ac_ct_DUMPBIN"; then
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6051 $as_echo "$ac_ct_DUMPBIN" >&6; }
6052 else
6053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6054 $as_echo "no" >&6; }
6055 fi
6056
6057
6058 test -n "$ac_ct_DUMPBIN" && break
6059 done
6060
6061 if test "x$ac_ct_DUMPBIN" = x; then
6062 DUMPBIN=":"
6063 else
6064 case $cross_compiling:$ac_tool_warned in
6065 yes:)
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6067 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6068 ac_tool_warned=yes ;;
6069 esac
6070 DUMPBIN=$ac_ct_DUMPBIN
6071 fi
6072 fi
6073
6074 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6075 *COFF*)
6076 DUMPBIN="$DUMPBIN -symbols"
6077 ;;
6078 *)
6079 DUMPBIN=:
6080 ;;
6081 esac
6082 fi
6083
6084 if test "$DUMPBIN" != ":"; then
6085 NM="$DUMPBIN"
6086 fi
6087 fi
6088 test -z "$NM" && NM=nm
6089
6090
6091
6092
6093
6094
6095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6096 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6097 if test "${lt_cv_nm_interface+set}" = set; then :
6098 $as_echo_n "(cached) " >&6
6099 else
6100 lt_cv_nm_interface="BSD nm"
6101 echo "int some_variable = 0;" > conftest.$ac_ext
6102 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6103 (eval "$ac_compile" 2>conftest.err)
6104 cat conftest.err >&5
6105 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6106 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6107 cat conftest.err >&5
6108 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6109 cat conftest.out >&5
6110 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6111 lt_cv_nm_interface="MS dumpbin"
6112 fi
6113 rm -f conftest*
6114 fi
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6116 $as_echo "$lt_cv_nm_interface" >&6; }
6117
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6119 $as_echo_n "checking whether ln -s works... " >&6; }
6120 LN_S=$as_ln_s
6121 if test "$LN_S" = "ln -s"; then
6122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6123 $as_echo "yes" >&6; }
6124 else
6125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6126 $as_echo "no, using $LN_S" >&6; }
6127 fi
6128
6129 # find the maximum length of command line arguments
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6131 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6132 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6133 $as_echo_n "(cached) " >&6
6134 else
6135 i=0
6136 teststring="ABCD"
6137
6138 case $build_os in
6139 msdosdjgpp*)
6140 # On DJGPP, this test can blow up pretty badly due to problems in libc
6141 # (any single argument exceeding 2000 bytes causes a buffer overrun
6142 # during glob expansion). Even if it were fixed, the result of this
6143 # check would be larger than it should be.
6144 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6145 ;;
6146
6147 gnu*)
6148 # Under GNU Hurd, this test is not required because there is
6149 # no limit to the length of command line arguments.
6150 # Libtool will interpret -1 as no limit whatsoever
6151 lt_cv_sys_max_cmd_len=-1;
6152 ;;
6153
6154 cygwin* | mingw* | cegcc*)
6155 # On Win9x/ME, this test blows up -- it succeeds, but takes
6156 # about 5 minutes as the teststring grows exponentially.
6157 # Worse, since 9x/ME are not pre-emptively multitasking,
6158 # you end up with a "frozen" computer, even though with patience
6159 # the test eventually succeeds (with a max line length of 256k).
6160 # Instead, let's just punt: use the minimum linelength reported by
6161 # all of the supported platforms: 8192 (on NT/2K/XP).
6162 lt_cv_sys_max_cmd_len=8192;
6163 ;;
6164
6165 mint*)
6166 # On MiNT this can take a long time and run out of memory.
6167 lt_cv_sys_max_cmd_len=8192;
6168 ;;
6169
6170 amigaos*)
6171 # On AmigaOS with pdksh, this test takes hours, literally.
6172 # So we just punt and use a minimum line length of 8192.
6173 lt_cv_sys_max_cmd_len=8192;
6174 ;;
6175
6176 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6177 # This has been around since 386BSD, at least. Likely further.
6178 if test -x /sbin/sysctl; then
6179 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6180 elif test -x /usr/sbin/sysctl; then
6181 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6182 else
6183 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6184 fi
6185 # And add a safety zone
6186 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6187 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6188 ;;
6189
6190 interix*)
6191 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6192 lt_cv_sys_max_cmd_len=196608
6193 ;;
6194
6195 osf*)
6196 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6197 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6198 # nice to cause kernel panics so lets avoid the loop below.
6199 # First set a reasonable default.
6200 lt_cv_sys_max_cmd_len=16384
6201 #
6202 if test -x /sbin/sysconfig; then
6203 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6204 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6205 esac
6206 fi
6207 ;;
6208 sco3.2v5*)
6209 lt_cv_sys_max_cmd_len=102400
6210 ;;
6211 sysv5* | sco5v6* | sysv4.2uw2*)
6212 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6213 if test -n "$kargmax"; then
6214 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6215 else
6216 lt_cv_sys_max_cmd_len=32768
6217 fi
6218 ;;
6219 *)
6220 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6221 if test -n "$lt_cv_sys_max_cmd_len"; then
6222 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6223 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6224 else
6225 # Make teststring a little bigger before we do anything with it.
6226 # a 1K string should be a reasonable start.
6227 for i in 1 2 3 4 5 6 7 8 ; do
6228 teststring=$teststring$teststring
6229 done
6230 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6231 # If test is not a shell built-in, we'll probably end up computing a
6232 # maximum length that is only half of the actual maximum length, but
6233 # we can't tell.
6234 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6235 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6236 test $i != 17 # 1/2 MB should be enough
6237 do
6238 i=`expr $i + 1`
6239 teststring=$teststring$teststring
6240 done
6241 # Only check the string length outside the loop.
6242 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6243 teststring=
6244 # Add a significant safety factor because C++ compilers can tack on
6245 # massive amounts of additional arguments before passing them to the
6246 # linker. It appears as though 1/2 is a usable value.
6247 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6248 fi
6249 ;;
6250 esac
6251
6252 fi
6253
6254 if test -n $lt_cv_sys_max_cmd_len ; then
6255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6256 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6257 else
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6259 $as_echo "none" >&6; }
6260 fi
6261 max_cmd_len=$lt_cv_sys_max_cmd_len
6262
6263
6264
6265
6266
6267
6268 : ${CP="cp -f"}
6269 : ${MV="mv -f"}
6270 : ${RM="rm -f"}
6271
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6273 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6274 # Try some XSI features
6275 xsi_shell=no
6276 ( _lt_dummy="a/b/c"
6277 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6278 = c,a/b,, \
6279 && eval 'test $(( 1 + 1 )) -eq 2 \
6280 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6281 && xsi_shell=yes
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6283 $as_echo "$xsi_shell" >&6; }
6284
6285
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6287 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6288 lt_shell_append=no
6289 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6290 >/dev/null 2>&1 \
6291 && lt_shell_append=yes
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6293 $as_echo "$lt_shell_append" >&6; }
6294
6295
6296 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6297 lt_unset=unset
6298 else
6299 lt_unset=false
6300 fi
6301
6302
6303
6304
6305
6306 # test EBCDIC or ASCII
6307 case `echo X|tr X '\101'` in
6308 A) # ASCII based system
6309 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6310 lt_SP2NL='tr \040 \012'
6311 lt_NL2SP='tr \015\012 \040\040'
6312 ;;
6313 *) # EBCDIC based system
6314 lt_SP2NL='tr \100 \n'
6315 lt_NL2SP='tr \r\n \100\100'
6316 ;;
6317 esac
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6328 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6329 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6330 $as_echo_n "(cached) " >&6
6331 else
6332 lt_cv_ld_reload_flag='-r'
6333 fi
6334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6335 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6336 reload_flag=$lt_cv_ld_reload_flag
6337 case $reload_flag in
6338 "" | " "*) ;;
6339 *) reload_flag=" $reload_flag" ;;
6340 esac
6341 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6342 case $host_os in
6343 darwin*)
6344 if test "$GCC" = yes; then
6345 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6346 else
6347 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6348 fi
6349 ;;
6350 esac
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360 if test -n "$ac_tool_prefix"; then
6361 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6362 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6364 $as_echo_n "checking for $ac_word... " >&6; }
6365 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6366 $as_echo_n "(cached) " >&6
6367 else
6368 if test -n "$OBJDUMP"; then
6369 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6370 else
6371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6372 for as_dir in $PATH
6373 do
6374 IFS=$as_save_IFS
6375 test -z "$as_dir" && as_dir=.
6376 for ac_exec_ext in '' $ac_executable_extensions; do
6377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6378 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6380 break 2
6381 fi
6382 done
6383 done
6384 IFS=$as_save_IFS
6385
6386 fi
6387 fi
6388 OBJDUMP=$ac_cv_prog_OBJDUMP
6389 if test -n "$OBJDUMP"; then
6390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6391 $as_echo "$OBJDUMP" >&6; }
6392 else
6393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6394 $as_echo "no" >&6; }
6395 fi
6396
6397
6398 fi
6399 if test -z "$ac_cv_prog_OBJDUMP"; then
6400 ac_ct_OBJDUMP=$OBJDUMP
6401 # Extract the first word of "objdump", so it can be a program name with args.
6402 set dummy objdump; ac_word=$2
6403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6404 $as_echo_n "checking for $ac_word... " >&6; }
6405 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6406 $as_echo_n "(cached) " >&6
6407 else
6408 if test -n "$ac_ct_OBJDUMP"; then
6409 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6410 else
6411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6412 for as_dir in $PATH
6413 do
6414 IFS=$as_save_IFS
6415 test -z "$as_dir" && as_dir=.
6416 for ac_exec_ext in '' $ac_executable_extensions; do
6417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6418 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6420 break 2
6421 fi
6422 done
6423 done
6424 IFS=$as_save_IFS
6425
6426 fi
6427 fi
6428 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6429 if test -n "$ac_ct_OBJDUMP"; then
6430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6431 $as_echo "$ac_ct_OBJDUMP" >&6; }
6432 else
6433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6434 $as_echo "no" >&6; }
6435 fi
6436
6437 if test "x$ac_ct_OBJDUMP" = x; then
6438 OBJDUMP="false"
6439 else
6440 case $cross_compiling:$ac_tool_warned in
6441 yes:)
6442 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6443 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6444 ac_tool_warned=yes ;;
6445 esac
6446 OBJDUMP=$ac_ct_OBJDUMP
6447 fi
6448 else
6449 OBJDUMP="$ac_cv_prog_OBJDUMP"
6450 fi
6451
6452 test -z "$OBJDUMP" && OBJDUMP=objdump
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6463 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6464 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6465 $as_echo_n "(cached) " >&6
6466 else
6467 lt_cv_file_magic_cmd='$MAGIC_CMD'
6468 lt_cv_file_magic_test_file=
6469 lt_cv_deplibs_check_method='unknown'
6470 # Need to set the preceding variable on all platforms that support
6471 # interlibrary dependencies.
6472 # 'none' -- dependencies not supported.
6473 # `unknown' -- same as none, but documents that we really don't know.
6474 # 'pass_all' -- all dependencies passed with no checks.
6475 # 'test_compile' -- check by making test program.
6476 # 'file_magic [[regex]]' -- check by looking for files in library path
6477 # which responds to the $file_magic_cmd with a given extended regex.
6478 # If you have `file' or equivalent on your system and you're not sure
6479 # whether `pass_all' will *always* work, you probably want this one.
6480
6481 case $host_os in
6482 aix[4-9]*)
6483 lt_cv_deplibs_check_method=pass_all
6484 ;;
6485
6486 beos*)
6487 lt_cv_deplibs_check_method=pass_all
6488 ;;
6489
6490 bsdi[45]*)
6491 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6492 lt_cv_file_magic_cmd='/usr/bin/file -L'
6493 lt_cv_file_magic_test_file=/shlib/libc.so
6494 ;;
6495
6496 cygwin*)
6497 # func_win32_libid is a shell function defined in ltmain.sh
6498 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6499 lt_cv_file_magic_cmd='func_win32_libid'
6500 ;;
6501
6502 mingw* | pw32*)
6503 # Base MSYS/MinGW do not provide the 'file' command needed by
6504 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6505 # unless we find 'file', for example because we are cross-compiling.
6506 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6507 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6508 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6509 lt_cv_file_magic_cmd='func_win32_libid'
6510 else
6511 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6512 lt_cv_file_magic_cmd='$OBJDUMP -f'
6513 fi
6514 ;;
6515
6516 cegcc*)
6517 # use the weaker test based on 'objdump'. See mingw*.
6518 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6519 lt_cv_file_magic_cmd='$OBJDUMP -f'
6520 ;;
6521
6522 darwin* | rhapsody*)
6523 lt_cv_deplibs_check_method=pass_all
6524 ;;
6525
6526 freebsd* | dragonfly*)
6527 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6528 case $host_cpu in
6529 i*86 )
6530 # Not sure whether the presence of OpenBSD here was a mistake.
6531 # Let's accept both of them until this is cleared up.
6532 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6533 lt_cv_file_magic_cmd=/usr/bin/file
6534 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6535 ;;
6536 esac
6537 else
6538 lt_cv_deplibs_check_method=pass_all
6539 fi
6540 ;;
6541
6542 gnu*)
6543 lt_cv_deplibs_check_method=pass_all
6544 ;;
6545
6546 haiku*)
6547 lt_cv_deplibs_check_method=pass_all
6548 ;;
6549
6550 hpux10.20* | hpux11*)
6551 lt_cv_file_magic_cmd=/usr/bin/file
6552 case $host_cpu in
6553 ia64*)
6554 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6555 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6556 ;;
6557 hppa*64*)
6558 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]'
6559 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6560 ;;
6561 *)
6562 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6563 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6564 ;;
6565 esac
6566 ;;
6567
6568 interix[3-9]*)
6569 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6570 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6571 ;;
6572
6573 irix5* | irix6* | nonstopux*)
6574 case $LD in
6575 *-32|*"-32 ") libmagic=32-bit;;
6576 *-n32|*"-n32 ") libmagic=N32;;
6577 *-64|*"-64 ") libmagic=64-bit;;
6578 *) libmagic=never-match;;
6579 esac
6580 lt_cv_deplibs_check_method=pass_all
6581 ;;
6582
6583 # This must be Linux ELF.
6584 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6585 lt_cv_deplibs_check_method=pass_all
6586 ;;
6587
6588 netbsd*)
6589 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6590 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6591 else
6592 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6593 fi
6594 ;;
6595
6596 newos6*)
6597 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6598 lt_cv_file_magic_cmd=/usr/bin/file
6599 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6600 ;;
6601
6602 *nto* | *qnx*)
6603 lt_cv_deplibs_check_method=pass_all
6604 ;;
6605
6606 openbsd*)
6607 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6608 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6609 else
6610 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6611 fi
6612 ;;
6613
6614 osf3* | osf4* | osf5*)
6615 lt_cv_deplibs_check_method=pass_all
6616 ;;
6617
6618 rdos*)
6619 lt_cv_deplibs_check_method=pass_all
6620 ;;
6621
6622 solaris*)
6623 lt_cv_deplibs_check_method=pass_all
6624 ;;
6625
6626 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6627 lt_cv_deplibs_check_method=pass_all
6628 ;;
6629
6630 sysv4 | sysv4.3*)
6631 case $host_vendor in
6632 motorola)
6633 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]'
6634 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6635 ;;
6636 ncr)
6637 lt_cv_deplibs_check_method=pass_all
6638 ;;
6639 sequent)
6640 lt_cv_file_magic_cmd='/bin/file'
6641 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6642 ;;
6643 sni)
6644 lt_cv_file_magic_cmd='/bin/file'
6645 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6646 lt_cv_file_magic_test_file=/lib/libc.so
6647 ;;
6648 siemens)
6649 lt_cv_deplibs_check_method=pass_all
6650 ;;
6651 pc)
6652 lt_cv_deplibs_check_method=pass_all
6653 ;;
6654 esac
6655 ;;
6656
6657 tpf*)
6658 lt_cv_deplibs_check_method=pass_all
6659 ;;
6660 esac
6661
6662 fi
6663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6664 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6665 file_magic_cmd=$lt_cv_file_magic_cmd
6666 deplibs_check_method=$lt_cv_deplibs_check_method
6667 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
6678
6679
6680 if test -n "$ac_tool_prefix"; then
6681 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6682 set dummy ${ac_tool_prefix}ar; ac_word=$2
6683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6684 $as_echo_n "checking for $ac_word... " >&6; }
6685 if test "${ac_cv_prog_AR+set}" = set; then :
6686 $as_echo_n "(cached) " >&6
6687 else
6688 if test -n "$AR"; then
6689 ac_cv_prog_AR="$AR" # Let the user override the test.
6690 else
6691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6692 for as_dir in $PATH
6693 do
6694 IFS=$as_save_IFS
6695 test -z "$as_dir" && as_dir=.
6696 for ac_exec_ext in '' $ac_executable_extensions; do
6697 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6698 ac_cv_prog_AR="${ac_tool_prefix}ar"
6699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6700 break 2
6701 fi
6702 done
6703 done
6704 IFS=$as_save_IFS
6705
6706 fi
6707 fi
6708 AR=$ac_cv_prog_AR
6709 if test -n "$AR"; then
6710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6711 $as_echo "$AR" >&6; }
6712 else
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6714 $as_echo "no" >&6; }
6715 fi
6716
6717
6718 fi
6719 if test -z "$ac_cv_prog_AR"; then
6720 ac_ct_AR=$AR
6721 # Extract the first word of "ar", so it can be a program name with args.
6722 set dummy ar; ac_word=$2
6723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6724 $as_echo_n "checking for $ac_word... " >&6; }
6725 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6726 $as_echo_n "(cached) " >&6
6727 else
6728 if test -n "$ac_ct_AR"; then
6729 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6730 else
6731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6732 for as_dir in $PATH
6733 do
6734 IFS=$as_save_IFS
6735 test -z "$as_dir" && as_dir=.
6736 for ac_exec_ext in '' $ac_executable_extensions; do
6737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6738 ac_cv_prog_ac_ct_AR="ar"
6739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6740 break 2
6741 fi
6742 done
6743 done
6744 IFS=$as_save_IFS
6745
6746 fi
6747 fi
6748 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6749 if test -n "$ac_ct_AR"; then
6750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6751 $as_echo "$ac_ct_AR" >&6; }
6752 else
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6754 $as_echo "no" >&6; }
6755 fi
6756
6757 if test "x$ac_ct_AR" = x; then
6758 AR="false"
6759 else
6760 case $cross_compiling:$ac_tool_warned in
6761 yes:)
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6763 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6764 ac_tool_warned=yes ;;
6765 esac
6766 AR=$ac_ct_AR
6767 fi
6768 else
6769 AR="$ac_cv_prog_AR"
6770 fi
6771
6772 test -z "$AR" && AR=ar
6773 test -z "$AR_FLAGS" && AR_FLAGS=cru
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785 if test -n "$ac_tool_prefix"; then
6786 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6787 set dummy ${ac_tool_prefix}strip; ac_word=$2
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6789 $as_echo_n "checking for $ac_word... " >&6; }
6790 if test "${ac_cv_prog_STRIP+set}" = set; then :
6791 $as_echo_n "(cached) " >&6
6792 else
6793 if test -n "$STRIP"; then
6794 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6795 else
6796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6797 for as_dir in $PATH
6798 do
6799 IFS=$as_save_IFS
6800 test -z "$as_dir" && as_dir=.
6801 for ac_exec_ext in '' $ac_executable_extensions; do
6802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6803 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6805 break 2
6806 fi
6807 done
6808 done
6809 IFS=$as_save_IFS
6810
6811 fi
6812 fi
6813 STRIP=$ac_cv_prog_STRIP
6814 if test -n "$STRIP"; then
6815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6816 $as_echo "$STRIP" >&6; }
6817 else
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6819 $as_echo "no" >&6; }
6820 fi
6821
6822
6823 fi
6824 if test -z "$ac_cv_prog_STRIP"; then
6825 ac_ct_STRIP=$STRIP
6826 # Extract the first word of "strip", so it can be a program name with args.
6827 set dummy strip; ac_word=$2
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6829 $as_echo_n "checking for $ac_word... " >&6; }
6830 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6831 $as_echo_n "(cached) " >&6
6832 else
6833 if test -n "$ac_ct_STRIP"; then
6834 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6835 else
6836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6837 for as_dir in $PATH
6838 do
6839 IFS=$as_save_IFS
6840 test -z "$as_dir" && as_dir=.
6841 for ac_exec_ext in '' $ac_executable_extensions; do
6842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6843 ac_cv_prog_ac_ct_STRIP="strip"
6844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6845 break 2
6846 fi
6847 done
6848 done
6849 IFS=$as_save_IFS
6850
6851 fi
6852 fi
6853 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6854 if test -n "$ac_ct_STRIP"; then
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6856 $as_echo "$ac_ct_STRIP" >&6; }
6857 else
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6859 $as_echo "no" >&6; }
6860 fi
6861
6862 if test "x$ac_ct_STRIP" = x; then
6863 STRIP=":"
6864 else
6865 case $cross_compiling:$ac_tool_warned in
6866 yes:)
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6868 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6869 ac_tool_warned=yes ;;
6870 esac
6871 STRIP=$ac_ct_STRIP
6872 fi
6873 else
6874 STRIP="$ac_cv_prog_STRIP"
6875 fi
6876
6877 test -z "$STRIP" && STRIP=:
6878
6879
6880
6881
6882
6883
6884 if test -n "$ac_tool_prefix"; then
6885 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6886 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6888 $as_echo_n "checking for $ac_word... " >&6; }
6889 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6890 $as_echo_n "(cached) " >&6
6891 else
6892 if test -n "$RANLIB"; then
6893 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6894 else
6895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6896 for as_dir in $PATH
6897 do
6898 IFS=$as_save_IFS
6899 test -z "$as_dir" && as_dir=.
6900 for ac_exec_ext in '' $ac_executable_extensions; do
6901 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6902 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6904 break 2
6905 fi
6906 done
6907 done
6908 IFS=$as_save_IFS
6909
6910 fi
6911 fi
6912 RANLIB=$ac_cv_prog_RANLIB
6913 if test -n "$RANLIB"; then
6914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6915 $as_echo "$RANLIB" >&6; }
6916 else
6917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6918 $as_echo "no" >&6; }
6919 fi
6920
6921
6922 fi
6923 if test -z "$ac_cv_prog_RANLIB"; then
6924 ac_ct_RANLIB=$RANLIB
6925 # Extract the first word of "ranlib", so it can be a program name with args.
6926 set dummy ranlib; ac_word=$2
6927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6928 $as_echo_n "checking for $ac_word... " >&6; }
6929 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6930 $as_echo_n "(cached) " >&6
6931 else
6932 if test -n "$ac_ct_RANLIB"; then
6933 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6934 else
6935 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6936 for as_dir in $PATH
6937 do
6938 IFS=$as_save_IFS
6939 test -z "$as_dir" && as_dir=.
6940 for ac_exec_ext in '' $ac_executable_extensions; do
6941 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6942 ac_cv_prog_ac_ct_RANLIB="ranlib"
6943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6944 break 2
6945 fi
6946 done
6947 done
6948 IFS=$as_save_IFS
6949
6950 fi
6951 fi
6952 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6953 if test -n "$ac_ct_RANLIB"; then
6954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6955 $as_echo "$ac_ct_RANLIB" >&6; }
6956 else
6957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6958 $as_echo "no" >&6; }
6959 fi
6960
6961 if test "x$ac_ct_RANLIB" = x; then
6962 RANLIB=":"
6963 else
6964 case $cross_compiling:$ac_tool_warned in
6965 yes:)
6966 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6967 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6968 ac_tool_warned=yes ;;
6969 esac
6970 RANLIB=$ac_ct_RANLIB
6971 fi
6972 else
6973 RANLIB="$ac_cv_prog_RANLIB"
6974 fi
6975
6976 test -z "$RANLIB" && RANLIB=:
6977
6978
6979
6980
6981
6982
6983 # Determine commands to create old-style static archives.
6984 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6985 old_postinstall_cmds='chmod 644 $oldlib'
6986 old_postuninstall_cmds=
6987
6988 if test -n "$RANLIB"; then
6989 case $host_os in
6990 openbsd*)
6991 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6992 ;;
6993 *)
6994 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6995 ;;
6996 esac
6997 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6998 fi
6999
7000 case $host_os in
7001 darwin*)
7002 lock_old_archive_extraction=yes ;;
7003 *)
7004 lock_old_archive_extraction=no ;;
7005 esac
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
7021
7022
7023
7024
7025
7026
7027 for ac_prog in gawk mawk nawk awk
7028 do
7029 # Extract the first word of "$ac_prog", so it can be a program name with args.
7030 set dummy $ac_prog; ac_word=$2
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7032 $as_echo_n "checking for $ac_word... " >&6; }
7033 if test "${ac_cv_prog_AWK+set}" = set; then :
7034 $as_echo_n "(cached) " >&6
7035 else
7036 if test -n "$AWK"; then
7037 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7038 else
7039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7040 for as_dir in $PATH
7041 do
7042 IFS=$as_save_IFS
7043 test -z "$as_dir" && as_dir=.
7044 for ac_exec_ext in '' $ac_executable_extensions; do
7045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7046 ac_cv_prog_AWK="$ac_prog"
7047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7048 break 2
7049 fi
7050 done
7051 done
7052 IFS=$as_save_IFS
7053
7054 fi
7055 fi
7056 AWK=$ac_cv_prog_AWK
7057 if test -n "$AWK"; then
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7059 $as_echo "$AWK" >&6; }
7060 else
7061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7062 $as_echo "no" >&6; }
7063 fi
7064
7065
7066 test -n "$AWK" && break
7067 done
7068
7069
7070
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087 # If no C compiler was specified, use CC.
7088 LTCC=${LTCC-"$CC"}
7089
7090 # If no C compiler flags were specified, use CFLAGS.
7091 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7092
7093 # Allow CC to be a program name with arguments.
7094 compiler=$CC
7095
7096
7097 # Check for command to grab the raw symbol name followed by C symbol from nm.
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7099 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7100 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7101 $as_echo_n "(cached) " >&6
7102 else
7103
7104 # These are sane defaults that work on at least a few old systems.
7105 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7106
7107 # Character class describing NM global symbol codes.
7108 symcode='[BCDEGRST]'
7109
7110 # Regexp to match symbols that can be accessed directly from C.
7111 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7112
7113 # Define system-specific variables.
7114 case $host_os in
7115 aix*)
7116 symcode='[BCDT]'
7117 ;;
7118 cygwin* | mingw* | pw32* | cegcc*)
7119 symcode='[ABCDGISTW]'
7120 ;;
7121 hpux*)
7122 if test "$host_cpu" = ia64; then
7123 symcode='[ABCDEGRST]'
7124 fi
7125 ;;
7126 irix* | nonstopux*)
7127 symcode='[BCDEGRST]'
7128 ;;
7129 osf*)
7130 symcode='[BCDEGQRST]'
7131 ;;
7132 solaris*)
7133 symcode='[BDRT]'
7134 ;;
7135 sco3.2v5*)
7136 symcode='[DT]'
7137 ;;
7138 sysv4.2uw2*)
7139 symcode='[DT]'
7140 ;;
7141 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7142 symcode='[ABDT]'
7143 ;;
7144 sysv4)
7145 symcode='[DFNSTU]'
7146 ;;
7147 esac
7148
7149 # If we're using GNU nm, then use its standard symbol codes.
7150 case `$NM -V 2>&1` in
7151 *GNU* | *'with BFD'*)
7152 symcode='[ABCDGIRSTW]' ;;
7153 esac
7154
7155 # Transform an extracted symbol line into a proper C declaration.
7156 # Some systems (esp. on ia64) link data and code symbols differently,
7157 # so use this general approach.
7158 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7159
7160 # Transform an extracted symbol line into symbol name and symbol address
7161 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7162 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'"
7163
7164 # Handle CRLF in mingw tool chain
7165 opt_cr=
7166 case $build_os in
7167 mingw*)
7168 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7169 ;;
7170 esac
7171
7172 # Try without a prefix underscore, then with it.
7173 for ac_symprfx in "" "_"; do
7174
7175 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7176 symxfrm="\\1 $ac_symprfx\\2 \\2"
7177
7178 # Write the raw and C identifiers.
7179 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7180 # Fake it for dumpbin and say T for any non-static function
7181 # and D for any global variable.
7182 # Also find C++ and __fastcall symbols from MSVC++,
7183 # which start with @ or ?.
7184 lt_cv_sys_global_symbol_pipe="$AWK '"\
7185 " {last_section=section; section=\$ 3};"\
7186 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7187 " \$ 0!~/External *\|/{next};"\
7188 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7189 " {if(hide[section]) next};"\
7190 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7191 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7192 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7193 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7194 " ' prfx=^$ac_symprfx"
7195 else
7196 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7197 fi
7198
7199 # Check to see that the pipe works correctly.
7200 pipe_works=no
7201
7202 rm -f conftest*
7203 cat > conftest.$ac_ext <<_LT_EOF
7204 #ifdef __cplusplus
7205 extern "C" {
7206 #endif
7207 char nm_test_var;
7208 void nm_test_func(void);
7209 void nm_test_func(void){}
7210 #ifdef __cplusplus
7211 }
7212 #endif
7213 int main(){nm_test_var='a';nm_test_func();return(0);}
7214 _LT_EOF
7215
7216 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7217 (eval $ac_compile) 2>&5
7218 ac_status=$?
7219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7220 test $ac_status = 0; }; then
7221 # Now try to grab the symbols.
7222 nlist=conftest.nm
7223 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7224 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7225 ac_status=$?
7226 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7227 test $ac_status = 0; } && test -s "$nlist"; then
7228 # Try sorting and uniquifying the output.
7229 if sort "$nlist" | uniq > "$nlist"T; then
7230 mv -f "$nlist"T "$nlist"
7231 else
7232 rm -f "$nlist"T
7233 fi
7234
7235 # Make sure that we snagged all the symbols we need.
7236 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7237 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7238 cat <<_LT_EOF > conftest.$ac_ext
7239 #ifdef __cplusplus
7240 extern "C" {
7241 #endif
7242
7243 _LT_EOF
7244 # Now generate the symbol file.
7245 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7246
7247 cat <<_LT_EOF >> conftest.$ac_ext
7248
7249 /* The mapping between symbol names and symbols. */
7250 const struct {
7251 const char *name;
7252 void *address;
7253 }
7254 lt__PROGRAM__LTX_preloaded_symbols[] =
7255 {
7256 { "@PROGRAM@", (void *) 0 },
7257 _LT_EOF
7258 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7259 cat <<\_LT_EOF >> conftest.$ac_ext
7260 {0, (void *) 0}
7261 };
7262
7263 /* This works around a problem in FreeBSD linker */
7264 #ifdef FREEBSD_WORKAROUND
7265 static const void *lt_preloaded_setup() {
7266 return lt__PROGRAM__LTX_preloaded_symbols;
7267 }
7268 #endif
7269
7270 #ifdef __cplusplus
7271 }
7272 #endif
7273 _LT_EOF
7274 # Now try linking the two files.
7275 mv conftest.$ac_objext conftstm.$ac_objext
7276 lt_save_LIBS="$LIBS"
7277 lt_save_CFLAGS="$CFLAGS"
7278 LIBS="conftstm.$ac_objext"
7279 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7280 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7281 (eval $ac_link) 2>&5
7282 ac_status=$?
7283 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7284 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7285 pipe_works=yes
7286 fi
7287 LIBS="$lt_save_LIBS"
7288 CFLAGS="$lt_save_CFLAGS"
7289 else
7290 echo "cannot find nm_test_func in $nlist" >&5
7291 fi
7292 else
7293 echo "cannot find nm_test_var in $nlist" >&5
7294 fi
7295 else
7296 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7297 fi
7298 else
7299 echo "$progname: failed program was:" >&5
7300 cat conftest.$ac_ext >&5
7301 fi
7302 rm -rf conftest* conftst*
7303
7304 # Do not use the global_symbol_pipe unless it works.
7305 if test "$pipe_works" = yes; then
7306 break
7307 else
7308 lt_cv_sys_global_symbol_pipe=
7309 fi
7310 done
7311
7312 fi
7313
7314 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7315 lt_cv_sys_global_symbol_to_cdecl=
7316 fi
7317 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7319 $as_echo "failed" >&6; }
7320 else
7321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7322 $as_echo "ok" >&6; }
7323 fi
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345
7346 # Check whether --enable-libtool-lock was given.
7347 if test "${enable_libtool_lock+set}" = set; then :
7348 enableval=$enable_libtool_lock;
7349 fi
7350
7351 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7352
7353 # Some flags need to be propagated to the compiler or linker for good
7354 # libtool support.
7355 case $host in
7356 ia64-*-hpux*)
7357 # Find out which ABI we are using.
7358 echo 'int i;' > conftest.$ac_ext
7359 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7360 (eval $ac_compile) 2>&5
7361 ac_status=$?
7362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7363 test $ac_status = 0; }; then
7364 case `/usr/bin/file conftest.$ac_objext` in
7365 *ELF-32*)
7366 HPUX_IA64_MODE="32"
7367 ;;
7368 *ELF-64*)
7369 HPUX_IA64_MODE="64"
7370 ;;
7371 esac
7372 fi
7373 rm -rf conftest*
7374 ;;
7375 *-*-irix6*)
7376 # Find out which ABI we are using.
7377 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7378 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7379 (eval $ac_compile) 2>&5
7380 ac_status=$?
7381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7382 test $ac_status = 0; }; then
7383 if test "$lt_cv_prog_gnu_ld" = yes; then
7384 case `/usr/bin/file conftest.$ac_objext` in
7385 *32-bit*)
7386 LD="${LD-ld} -melf32bsmip"
7387 ;;
7388 *N32*)
7389 LD="${LD-ld} -melf32bmipn32"
7390 ;;
7391 *64-bit*)
7392 LD="${LD-ld} -melf64bmip"
7393 ;;
7394 esac
7395 else
7396 case `/usr/bin/file conftest.$ac_objext` in
7397 *32-bit*)
7398 LD="${LD-ld} -32"
7399 ;;
7400 *N32*)
7401 LD="${LD-ld} -n32"
7402 ;;
7403 *64-bit*)
7404 LD="${LD-ld} -64"
7405 ;;
7406 esac
7407 fi
7408 fi
7409 rm -rf conftest*
7410 ;;
7411
7412 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7413 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7414 # Find out which ABI we are using.
7415 echo 'int i;' > conftest.$ac_ext
7416 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7417 (eval $ac_compile) 2>&5
7418 ac_status=$?
7419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7420 test $ac_status = 0; }; then
7421 case `/usr/bin/file conftest.o` in
7422 *32-bit*)
7423 case $host in
7424 x86_64-*kfreebsd*-gnu)
7425 LD="${LD-ld} -m elf_i386_fbsd"
7426 ;;
7427 x86_64-*linux*)
7428 case `/usr/bin/file conftest.o` in
7429 *x86-64*)
7430 LD="${LD-ld} -m elf32_x86_64"
7431 ;;
7432 *)
7433 LD="${LD-ld} -m elf_i386"
7434 ;;
7435 esac
7436 ;;
7437 powerpc64le-*linux*)
7438 LD="${LD-ld} -m elf32lppclinux"
7439 ;;
7440 powerpc64-*linux*)
7441 LD="${LD-ld} -m elf32ppclinux"
7442 ;;
7443 s390x-*linux*)
7444 LD="${LD-ld} -m elf_s390"
7445 ;;
7446 sparc64-*linux*)
7447 LD="${LD-ld} -m elf32_sparc"
7448 ;;
7449 esac
7450 ;;
7451 *64-bit*)
7452 case $host in
7453 x86_64-*kfreebsd*-gnu)
7454 LD="${LD-ld} -m elf_x86_64_fbsd"
7455 ;;
7456 x86_64-*linux*)
7457 LD="${LD-ld} -m elf_x86_64"
7458 ;;
7459 powerpcle-*linux*)
7460 LD="${LD-ld} -m elf64lppc"
7461 ;;
7462 powerpc-*linux*)
7463 LD="${LD-ld} -m elf64ppc"
7464 ;;
7465 s390*-*linux*|s390*-*tpf*)
7466 LD="${LD-ld} -m elf64_s390"
7467 ;;
7468 sparc*-*linux*)
7469 LD="${LD-ld} -m elf64_sparc"
7470 ;;
7471 esac
7472 ;;
7473 esac
7474 fi
7475 rm -rf conftest*
7476 ;;
7477
7478 *-*-sco3.2v5*)
7479 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7480 SAVE_CFLAGS="$CFLAGS"
7481 CFLAGS="$CFLAGS -belf"
7482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7483 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7484 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7485 $as_echo_n "(cached) " >&6
7486 else
7487 ac_ext=c
7488 ac_cpp='$CPP $CPPFLAGS'
7489 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7490 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7491 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7492
7493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7494 /* end confdefs.h. */
7495
7496 int
7497 main ()
7498 {
7499
7500 ;
7501 return 0;
7502 }
7503 _ACEOF
7504 if ac_fn_c_try_link "$LINENO"; then :
7505 lt_cv_cc_needs_belf=yes
7506 else
7507 lt_cv_cc_needs_belf=no
7508 fi
7509 rm -f core conftest.err conftest.$ac_objext \
7510 conftest$ac_exeext conftest.$ac_ext
7511 ac_ext=c
7512 ac_cpp='$CPP $CPPFLAGS'
7513 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7514 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7515 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7516
7517 fi
7518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7519 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7520 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7521 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7522 CFLAGS="$SAVE_CFLAGS"
7523 fi
7524 ;;
7525 sparc*-*solaris*)
7526 # Find out which ABI we are using.
7527 echo 'int i;' > conftest.$ac_ext
7528 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7529 (eval $ac_compile) 2>&5
7530 ac_status=$?
7531 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7532 test $ac_status = 0; }; then
7533 case `/usr/bin/file conftest.o` in
7534 *64-bit*)
7535 case $lt_cv_prog_gnu_ld in
7536 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7537 *)
7538 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7539 LD="${LD-ld} -64"
7540 fi
7541 ;;
7542 esac
7543 ;;
7544 esac
7545 fi
7546 rm -rf conftest*
7547 ;;
7548 esac
7549
7550 need_locks="$enable_libtool_lock"
7551
7552
7553 case $host_os in
7554 rhapsody* | darwin*)
7555 if test -n "$ac_tool_prefix"; then
7556 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7557 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7559 $as_echo_n "checking for $ac_word... " >&6; }
7560 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7561 $as_echo_n "(cached) " >&6
7562 else
7563 if test -n "$DSYMUTIL"; then
7564 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7565 else
7566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7567 for as_dir in $PATH
7568 do
7569 IFS=$as_save_IFS
7570 test -z "$as_dir" && as_dir=.
7571 for ac_exec_ext in '' $ac_executable_extensions; do
7572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7573 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7575 break 2
7576 fi
7577 done
7578 done
7579 IFS=$as_save_IFS
7580
7581 fi
7582 fi
7583 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7584 if test -n "$DSYMUTIL"; then
7585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7586 $as_echo "$DSYMUTIL" >&6; }
7587 else
7588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7589 $as_echo "no" >&6; }
7590 fi
7591
7592
7593 fi
7594 if test -z "$ac_cv_prog_DSYMUTIL"; then
7595 ac_ct_DSYMUTIL=$DSYMUTIL
7596 # Extract the first word of "dsymutil", so it can be a program name with args.
7597 set dummy dsymutil; ac_word=$2
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7599 $as_echo_n "checking for $ac_word... " >&6; }
7600 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7601 $as_echo_n "(cached) " >&6
7602 else
7603 if test -n "$ac_ct_DSYMUTIL"; then
7604 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7605 else
7606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7607 for as_dir in $PATH
7608 do
7609 IFS=$as_save_IFS
7610 test -z "$as_dir" && as_dir=.
7611 for ac_exec_ext in '' $ac_executable_extensions; do
7612 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7613 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7615 break 2
7616 fi
7617 done
7618 done
7619 IFS=$as_save_IFS
7620
7621 fi
7622 fi
7623 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7624 if test -n "$ac_ct_DSYMUTIL"; then
7625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7626 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7627 else
7628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7629 $as_echo "no" >&6; }
7630 fi
7631
7632 if test "x$ac_ct_DSYMUTIL" = x; then
7633 DSYMUTIL=":"
7634 else
7635 case $cross_compiling:$ac_tool_warned in
7636 yes:)
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7638 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7639 ac_tool_warned=yes ;;
7640 esac
7641 DSYMUTIL=$ac_ct_DSYMUTIL
7642 fi
7643 else
7644 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7645 fi
7646
7647 if test -n "$ac_tool_prefix"; then
7648 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7649 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7651 $as_echo_n "checking for $ac_word... " >&6; }
7652 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7653 $as_echo_n "(cached) " >&6
7654 else
7655 if test -n "$NMEDIT"; then
7656 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7657 else
7658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7659 for as_dir in $PATH
7660 do
7661 IFS=$as_save_IFS
7662 test -z "$as_dir" && as_dir=.
7663 for ac_exec_ext in '' $ac_executable_extensions; do
7664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7665 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7667 break 2
7668 fi
7669 done
7670 done
7671 IFS=$as_save_IFS
7672
7673 fi
7674 fi
7675 NMEDIT=$ac_cv_prog_NMEDIT
7676 if test -n "$NMEDIT"; then
7677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7678 $as_echo "$NMEDIT" >&6; }
7679 else
7680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7681 $as_echo "no" >&6; }
7682 fi
7683
7684
7685 fi
7686 if test -z "$ac_cv_prog_NMEDIT"; then
7687 ac_ct_NMEDIT=$NMEDIT
7688 # Extract the first word of "nmedit", so it can be a program name with args.
7689 set dummy nmedit; ac_word=$2
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7691 $as_echo_n "checking for $ac_word... " >&6; }
7692 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7693 $as_echo_n "(cached) " >&6
7694 else
7695 if test -n "$ac_ct_NMEDIT"; then
7696 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7697 else
7698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7699 for as_dir in $PATH
7700 do
7701 IFS=$as_save_IFS
7702 test -z "$as_dir" && as_dir=.
7703 for ac_exec_ext in '' $ac_executable_extensions; do
7704 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7705 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7707 break 2
7708 fi
7709 done
7710 done
7711 IFS=$as_save_IFS
7712
7713 fi
7714 fi
7715 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7716 if test -n "$ac_ct_NMEDIT"; then
7717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7718 $as_echo "$ac_ct_NMEDIT" >&6; }
7719 else
7720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7721 $as_echo "no" >&6; }
7722 fi
7723
7724 if test "x$ac_ct_NMEDIT" = x; then
7725 NMEDIT=":"
7726 else
7727 case $cross_compiling:$ac_tool_warned in
7728 yes:)
7729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7730 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7731 ac_tool_warned=yes ;;
7732 esac
7733 NMEDIT=$ac_ct_NMEDIT
7734 fi
7735 else
7736 NMEDIT="$ac_cv_prog_NMEDIT"
7737 fi
7738
7739 if test -n "$ac_tool_prefix"; then
7740 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7741 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7743 $as_echo_n "checking for $ac_word... " >&6; }
7744 if test "${ac_cv_prog_LIPO+set}" = set; then :
7745 $as_echo_n "(cached) " >&6
7746 else
7747 if test -n "$LIPO"; then
7748 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7749 else
7750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7751 for as_dir in $PATH
7752 do
7753 IFS=$as_save_IFS
7754 test -z "$as_dir" && as_dir=.
7755 for ac_exec_ext in '' $ac_executable_extensions; do
7756 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7757 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7758 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7759 break 2
7760 fi
7761 done
7762 done
7763 IFS=$as_save_IFS
7764
7765 fi
7766 fi
7767 LIPO=$ac_cv_prog_LIPO
7768 if test -n "$LIPO"; then
7769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7770 $as_echo "$LIPO" >&6; }
7771 else
7772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7773 $as_echo "no" >&6; }
7774 fi
7775
7776
7777 fi
7778 if test -z "$ac_cv_prog_LIPO"; then
7779 ac_ct_LIPO=$LIPO
7780 # Extract the first word of "lipo", so it can be a program name with args.
7781 set dummy lipo; ac_word=$2
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7783 $as_echo_n "checking for $ac_word... " >&6; }
7784 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7785 $as_echo_n "(cached) " >&6
7786 else
7787 if test -n "$ac_ct_LIPO"; then
7788 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7789 else
7790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7791 for as_dir in $PATH
7792 do
7793 IFS=$as_save_IFS
7794 test -z "$as_dir" && as_dir=.
7795 for ac_exec_ext in '' $ac_executable_extensions; do
7796 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7797 ac_cv_prog_ac_ct_LIPO="lipo"
7798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7799 break 2
7800 fi
7801 done
7802 done
7803 IFS=$as_save_IFS
7804
7805 fi
7806 fi
7807 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7808 if test -n "$ac_ct_LIPO"; then
7809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7810 $as_echo "$ac_ct_LIPO" >&6; }
7811 else
7812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7813 $as_echo "no" >&6; }
7814 fi
7815
7816 if test "x$ac_ct_LIPO" = x; then
7817 LIPO=":"
7818 else
7819 case $cross_compiling:$ac_tool_warned in
7820 yes:)
7821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7822 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7823 ac_tool_warned=yes ;;
7824 esac
7825 LIPO=$ac_ct_LIPO
7826 fi
7827 else
7828 LIPO="$ac_cv_prog_LIPO"
7829 fi
7830
7831 if test -n "$ac_tool_prefix"; then
7832 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7833 set dummy ${ac_tool_prefix}otool; ac_word=$2
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7835 $as_echo_n "checking for $ac_word... " >&6; }
7836 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7837 $as_echo_n "(cached) " >&6
7838 else
7839 if test -n "$OTOOL"; then
7840 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7841 else
7842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7843 for as_dir in $PATH
7844 do
7845 IFS=$as_save_IFS
7846 test -z "$as_dir" && as_dir=.
7847 for ac_exec_ext in '' $ac_executable_extensions; do
7848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7849 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7851 break 2
7852 fi
7853 done
7854 done
7855 IFS=$as_save_IFS
7856
7857 fi
7858 fi
7859 OTOOL=$ac_cv_prog_OTOOL
7860 if test -n "$OTOOL"; then
7861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7862 $as_echo "$OTOOL" >&6; }
7863 else
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7865 $as_echo "no" >&6; }
7866 fi
7867
7868
7869 fi
7870 if test -z "$ac_cv_prog_OTOOL"; then
7871 ac_ct_OTOOL=$OTOOL
7872 # Extract the first word of "otool", so it can be a program name with args.
7873 set dummy otool; ac_word=$2
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7875 $as_echo_n "checking for $ac_word... " >&6; }
7876 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7877 $as_echo_n "(cached) " >&6
7878 else
7879 if test -n "$ac_ct_OTOOL"; then
7880 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7881 else
7882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7883 for as_dir in $PATH
7884 do
7885 IFS=$as_save_IFS
7886 test -z "$as_dir" && as_dir=.
7887 for ac_exec_ext in '' $ac_executable_extensions; do
7888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7889 ac_cv_prog_ac_ct_OTOOL="otool"
7890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7891 break 2
7892 fi
7893 done
7894 done
7895 IFS=$as_save_IFS
7896
7897 fi
7898 fi
7899 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7900 if test -n "$ac_ct_OTOOL"; then
7901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7902 $as_echo "$ac_ct_OTOOL" >&6; }
7903 else
7904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7905 $as_echo "no" >&6; }
7906 fi
7907
7908 if test "x$ac_ct_OTOOL" = x; then
7909 OTOOL=":"
7910 else
7911 case $cross_compiling:$ac_tool_warned in
7912 yes:)
7913 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7914 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7915 ac_tool_warned=yes ;;
7916 esac
7917 OTOOL=$ac_ct_OTOOL
7918 fi
7919 else
7920 OTOOL="$ac_cv_prog_OTOOL"
7921 fi
7922
7923 if test -n "$ac_tool_prefix"; then
7924 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7925 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7927 $as_echo_n "checking for $ac_word... " >&6; }
7928 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7929 $as_echo_n "(cached) " >&6
7930 else
7931 if test -n "$OTOOL64"; then
7932 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7933 else
7934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7935 for as_dir in $PATH
7936 do
7937 IFS=$as_save_IFS
7938 test -z "$as_dir" && as_dir=.
7939 for ac_exec_ext in '' $ac_executable_extensions; do
7940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7941 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7943 break 2
7944 fi
7945 done
7946 done
7947 IFS=$as_save_IFS
7948
7949 fi
7950 fi
7951 OTOOL64=$ac_cv_prog_OTOOL64
7952 if test -n "$OTOOL64"; then
7953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7954 $as_echo "$OTOOL64" >&6; }
7955 else
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7957 $as_echo "no" >&6; }
7958 fi
7959
7960
7961 fi
7962 if test -z "$ac_cv_prog_OTOOL64"; then
7963 ac_ct_OTOOL64=$OTOOL64
7964 # Extract the first word of "otool64", so it can be a program name with args.
7965 set dummy otool64; ac_word=$2
7966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7967 $as_echo_n "checking for $ac_word... " >&6; }
7968 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7969 $as_echo_n "(cached) " >&6
7970 else
7971 if test -n "$ac_ct_OTOOL64"; then
7972 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7973 else
7974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7975 for as_dir in $PATH
7976 do
7977 IFS=$as_save_IFS
7978 test -z "$as_dir" && as_dir=.
7979 for ac_exec_ext in '' $ac_executable_extensions; do
7980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7981 ac_cv_prog_ac_ct_OTOOL64="otool64"
7982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7983 break 2
7984 fi
7985 done
7986 done
7987 IFS=$as_save_IFS
7988
7989 fi
7990 fi
7991 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7992 if test -n "$ac_ct_OTOOL64"; then
7993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7994 $as_echo "$ac_ct_OTOOL64" >&6; }
7995 else
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7997 $as_echo "no" >&6; }
7998 fi
7999
8000 if test "x$ac_ct_OTOOL64" = x; then
8001 OTOOL64=":"
8002 else
8003 case $cross_compiling:$ac_tool_warned in
8004 yes:)
8005 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8006 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8007 ac_tool_warned=yes ;;
8008 esac
8009 OTOOL64=$ac_ct_OTOOL64
8010 fi
8011 else
8012 OTOOL64="$ac_cv_prog_OTOOL64"
8013 fi
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
8040
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8042 $as_echo_n "checking for -single_module linker flag... " >&6; }
8043 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8044 $as_echo_n "(cached) " >&6
8045 else
8046 lt_cv_apple_cc_single_mod=no
8047 if test -z "${LT_MULTI_MODULE}"; then
8048 # By default we will add the -single_module flag. You can override
8049 # by either setting the environment variable LT_MULTI_MODULE
8050 # non-empty at configure time, or by adding -multi_module to the
8051 # link flags.
8052 rm -rf libconftest.dylib*
8053 echo "int foo(void){return 1;}" > conftest.c
8054 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8055 -dynamiclib -Wl,-single_module conftest.c" >&5
8056 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8057 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8058 _lt_result=$?
8059 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8060 lt_cv_apple_cc_single_mod=yes
8061 else
8062 cat conftest.err >&5
8063 fi
8064 rm -rf libconftest.dylib*
8065 rm -f conftest.*
8066 fi
8067 fi
8068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8069 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8071 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8072 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8073 $as_echo_n "(cached) " >&6
8074 else
8075 lt_cv_ld_exported_symbols_list=no
8076 save_LDFLAGS=$LDFLAGS
8077 echo "_main" > conftest.sym
8078 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8080 /* end confdefs.h. */
8081
8082 int
8083 main ()
8084 {
8085
8086 ;
8087 return 0;
8088 }
8089 _ACEOF
8090 if ac_fn_c_try_link "$LINENO"; then :
8091 lt_cv_ld_exported_symbols_list=yes
8092 else
8093 lt_cv_ld_exported_symbols_list=no
8094 fi
8095 rm -f core conftest.err conftest.$ac_objext \
8096 conftest$ac_exeext conftest.$ac_ext
8097 LDFLAGS="$save_LDFLAGS"
8098
8099 fi
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8101 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8103 $as_echo_n "checking for -force_load linker flag... " >&6; }
8104 if test "${lt_cv_ld_force_load+set}" = set; then :
8105 $as_echo_n "(cached) " >&6
8106 else
8107 lt_cv_ld_force_load=no
8108 cat > conftest.c << _LT_EOF
8109 int forced_loaded() { return 2;}
8110 _LT_EOF
8111 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8112 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8113 echo "$AR cru libconftest.a conftest.o" >&5
8114 $AR cru libconftest.a conftest.o 2>&5
8115 cat > conftest.c << _LT_EOF
8116 int main() { return 0;}
8117 _LT_EOF
8118 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8119 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8120 _lt_result=$?
8121 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8122 lt_cv_ld_force_load=yes
8123 else
8124 cat conftest.err >&5
8125 fi
8126 rm -f conftest.err libconftest.a conftest conftest.c
8127 rm -rf conftest.dSYM
8128
8129 fi
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8131 $as_echo "$lt_cv_ld_force_load" >&6; }
8132 case $host_os in
8133 rhapsody* | darwin1.[012])
8134 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8135 darwin1.*)
8136 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8137 darwin*) # darwin 5.x on
8138 # if running on 10.5 or later, the deployment target defaults
8139 # to the OS version, if on x86, and 10.4, the deployment
8140 # target defaults to 10.4. Don't you love it?
8141 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8142 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8143 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8144 10.[012][,.]*)
8145 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8146 10.*)
8147 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8148 esac
8149 ;;
8150 esac
8151 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8152 _lt_dar_single_mod='$single_module'
8153 fi
8154 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8155 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8156 else
8157 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8158 fi
8159 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8160 _lt_dsymutil='~$DSYMUTIL $lib || :'
8161 else
8162 _lt_dsymutil=
8163 fi
8164 ;;
8165 esac
8166
8167 for ac_header in dlfcn.h
8168 do :
8169 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8170 "
8171 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8172 cat >>confdefs.h <<_ACEOF
8173 #define HAVE_DLFCN_H 1
8174 _ACEOF
8175
8176 fi
8177
8178 done
8179
8180
8181
8182 # autoconf.info says this should be called right after AC_INIT.
8183 ac_config_headers="$ac_config_headers config.h:config.in"
8184
8185
8186
8187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8188 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8189 if test "${ac_cv_c_bigendian+set}" = set; then :
8190 $as_echo_n "(cached) " >&6
8191 else
8192 ac_cv_c_bigendian=unknown
8193 # See if we're dealing with a universal compiler.
8194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8195 /* end confdefs.h. */
8196 #ifndef __APPLE_CC__
8197 not a universal capable compiler
8198 #endif
8199 typedef int dummy;
8200
8201 _ACEOF
8202 if ac_fn_c_try_compile "$LINENO"; then :
8203
8204 # Check for potential -arch flags. It is not universal unless
8205 # there are at least two -arch flags with different values.
8206 ac_arch=
8207 ac_prev=
8208 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8209 if test -n "$ac_prev"; then
8210 case $ac_word in
8211 i?86 | x86_64 | ppc | ppc64)
8212 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8213 ac_arch=$ac_word
8214 else
8215 ac_cv_c_bigendian=universal
8216 break
8217 fi
8218 ;;
8219 esac
8220 ac_prev=
8221 elif test "x$ac_word" = "x-arch"; then
8222 ac_prev=arch
8223 fi
8224 done
8225 fi
8226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8227 if test $ac_cv_c_bigendian = unknown; then
8228 # See if sys/param.h defines the BYTE_ORDER macro.
8229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8230 /* end confdefs.h. */
8231 #include <sys/types.h>
8232 #include <sys/param.h>
8233
8234 int
8235 main ()
8236 {
8237 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8238 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8239 && LITTLE_ENDIAN)
8240 bogus endian macros
8241 #endif
8242
8243 ;
8244 return 0;
8245 }
8246 _ACEOF
8247 if ac_fn_c_try_compile "$LINENO"; then :
8248 # It does; now see whether it defined to BIG_ENDIAN or not.
8249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8250 /* end confdefs.h. */
8251 #include <sys/types.h>
8252 #include <sys/param.h>
8253
8254 int
8255 main ()
8256 {
8257 #if BYTE_ORDER != BIG_ENDIAN
8258 not big endian
8259 #endif
8260
8261 ;
8262 return 0;
8263 }
8264 _ACEOF
8265 if ac_fn_c_try_compile "$LINENO"; then :
8266 ac_cv_c_bigendian=yes
8267 else
8268 ac_cv_c_bigendian=no
8269 fi
8270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8271 fi
8272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8273 fi
8274 if test $ac_cv_c_bigendian = unknown; then
8275 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8277 /* end confdefs.h. */
8278 #include <limits.h>
8279
8280 int
8281 main ()
8282 {
8283 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8284 bogus endian macros
8285 #endif
8286
8287 ;
8288 return 0;
8289 }
8290 _ACEOF
8291 if ac_fn_c_try_compile "$LINENO"; then :
8292 # It does; now see whether it defined to _BIG_ENDIAN or not.
8293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8294 /* end confdefs.h. */
8295 #include <limits.h>
8296
8297 int
8298 main ()
8299 {
8300 #ifndef _BIG_ENDIAN
8301 not big endian
8302 #endif
8303
8304 ;
8305 return 0;
8306 }
8307 _ACEOF
8308 if ac_fn_c_try_compile "$LINENO"; then :
8309 ac_cv_c_bigendian=yes
8310 else
8311 ac_cv_c_bigendian=no
8312 fi
8313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8314 fi
8315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8316 fi
8317 if test $ac_cv_c_bigendian = unknown; then
8318 # Compile a test program.
8319 if test "$cross_compiling" = yes; then :
8320 # Try to guess by grepping values from an object file.
8321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8322 /* end confdefs.h. */
8323 short int ascii_mm[] =
8324 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8325 short int ascii_ii[] =
8326 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8327 int use_ascii (int i) {
8328 return ascii_mm[i] + ascii_ii[i];
8329 }
8330 short int ebcdic_ii[] =
8331 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8332 short int ebcdic_mm[] =
8333 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8334 int use_ebcdic (int i) {
8335 return ebcdic_mm[i] + ebcdic_ii[i];
8336 }
8337 extern int foo;
8338
8339 int
8340 main ()
8341 {
8342 return use_ascii (foo) == use_ebcdic (foo);
8343 ;
8344 return 0;
8345 }
8346 _ACEOF
8347 if ac_fn_c_try_compile "$LINENO"; then :
8348 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8349 ac_cv_c_bigendian=yes
8350 fi
8351 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8352 if test "$ac_cv_c_bigendian" = unknown; then
8353 ac_cv_c_bigendian=no
8354 else
8355 # finding both strings is unlikely to happen, but who knows?
8356 ac_cv_c_bigendian=unknown
8357 fi
8358 fi
8359 fi
8360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8361 else
8362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8363 /* end confdefs.h. */
8364 $ac_includes_default
8365 int
8366 main ()
8367 {
8368
8369 /* Are we little or big endian? From Harbison&Steele. */
8370 union
8371 {
8372 long int l;
8373 char c[sizeof (long int)];
8374 } u;
8375 u.l = 1;
8376 return u.c[sizeof (long int) - 1] == 1;
8377
8378 ;
8379 return 0;
8380 }
8381 _ACEOF
8382 if ac_fn_c_try_run "$LINENO"; then :
8383 ac_cv_c_bigendian=no
8384 else
8385 ac_cv_c_bigendian=yes
8386 fi
8387 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8388 conftest.$ac_objext conftest.beam conftest.$ac_ext
8389 fi
8390
8391 fi
8392 fi
8393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8394 $as_echo "$ac_cv_c_bigendian" >&6; }
8395 case $ac_cv_c_bigendian in #(
8396 yes)
8397 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8398 ;; #(
8399 no)
8400 ;; #(
8401 universal)
8402
8403 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8404
8405 ;; #(
8406 *)
8407 as_fn_error "unknown endianness
8408 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8409 esac
8410
8411
8412
8413
8414 # Put a plausible default for CC_FOR_BUILD in Makefile.
8415 if test "x$cross_compiling" = "xno"; then
8416 CC_FOR_BUILD='$(CC)'
8417 else
8418 CC_FOR_BUILD=gcc
8419 fi
8420
8421
8422
8423
8424 AR=${AR-ar}
8425
8426 if test -n "$ac_tool_prefix"; then
8427 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8428 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8430 $as_echo_n "checking for $ac_word... " >&6; }
8431 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8432 $as_echo_n "(cached) " >&6
8433 else
8434 if test -n "$RANLIB"; then
8435 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8436 else
8437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8438 for as_dir in $PATH
8439 do
8440 IFS=$as_save_IFS
8441 test -z "$as_dir" && as_dir=.
8442 for ac_exec_ext in '' $ac_executable_extensions; do
8443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8444 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8446 break 2
8447 fi
8448 done
8449 done
8450 IFS=$as_save_IFS
8451
8452 fi
8453 fi
8454 RANLIB=$ac_cv_prog_RANLIB
8455 if test -n "$RANLIB"; then
8456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8457 $as_echo "$RANLIB" >&6; }
8458 else
8459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8460 $as_echo "no" >&6; }
8461 fi
8462
8463
8464 fi
8465 if test -z "$ac_cv_prog_RANLIB"; then
8466 ac_ct_RANLIB=$RANLIB
8467 # Extract the first word of "ranlib", so it can be a program name with args.
8468 set dummy ranlib; ac_word=$2
8469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8470 $as_echo_n "checking for $ac_word... " >&6; }
8471 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8472 $as_echo_n "(cached) " >&6
8473 else
8474 if test -n "$ac_ct_RANLIB"; then
8475 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8476 else
8477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8478 for as_dir in $PATH
8479 do
8480 IFS=$as_save_IFS
8481 test -z "$as_dir" && as_dir=.
8482 for ac_exec_ext in '' $ac_executable_extensions; do
8483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8484 ac_cv_prog_ac_ct_RANLIB="ranlib"
8485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8486 break 2
8487 fi
8488 done
8489 done
8490 IFS=$as_save_IFS
8491
8492 fi
8493 fi
8494 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8495 if test -n "$ac_ct_RANLIB"; then
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8497 $as_echo "$ac_ct_RANLIB" >&6; }
8498 else
8499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8500 $as_echo "no" >&6; }
8501 fi
8502
8503 if test "x$ac_ct_RANLIB" = x; then
8504 RANLIB=":"
8505 else
8506 case $cross_compiling:$ac_tool_warned in
8507 yes:)
8508 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8509 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8510 ac_tool_warned=yes ;;
8511 esac
8512 RANLIB=$ac_ct_RANLIB
8513 fi
8514 else
8515 RANLIB="$ac_cv_prog_RANLIB"
8516 fi
8517
8518
8519 # Some of the common include files depend on bfd.h, and bfd.h checks
8520 # that config.h is included first by testing that the PACKAGE macro
8521 # is defined.
8522 PACKAGE=sim
8523
8524 cat >>confdefs.h <<_ACEOF
8525 #define PACKAGE "$PACKAGE"
8526 _ACEOF
8527
8528
8529
8530 # Dependency checking.
8531 ac_config_commands="$ac_config_commands depdir"
8532
8533
8534 depcc="$CC" am_compiler_list=
8535
8536 am_depcomp=$ac_aux_dir/depcomp
8537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8538 $as_echo_n "checking dependency style of $depcc... " >&6; }
8539 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8540 $as_echo_n "(cached) " >&6
8541 else
8542 if test -f "$am_depcomp"; then
8543 # We make a subdir and do the tests there. Otherwise we can end up
8544 # making bogus files that we don't know about and never remove. For
8545 # instance it was reported that on HP-UX the gcc test will end up
8546 # making a dummy file named `D' -- because `-MD' means `put the output
8547 # in D'.
8548 mkdir conftest.dir
8549 # Copy depcomp to subdir because otherwise we won't find it if we're
8550 # using a relative directory.
8551 cp "$am_depcomp" conftest.dir
8552 cd conftest.dir
8553 # We will build objects and dependencies in a subdirectory because
8554 # it helps to detect inapplicable dependency modes. For instance
8555 # both Tru64's cc and ICC support -MD to output dependencies as a
8556 # side effect of compilation, but ICC will put the dependencies in
8557 # the current directory while Tru64 will put them in the object
8558 # directory.
8559 mkdir sub
8560
8561 am_cv_CC_dependencies_compiler_type=none
8562 if test "$am_compiler_list" = ""; then
8563 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8564 fi
8565 for depmode in $am_compiler_list; do
8566 if test $depmode = none; then break; fi
8567
8568 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8569 # Setup a source with many dependencies, because some compilers
8570 # like to wrap large dependency lists on column 80 (with \), and
8571 # we should not choose a depcomp mode which is confused by this.
8572 #
8573 # We need to recreate these files for each test, as the compiler may
8574 # overwrite some of them when testing with obscure command lines.
8575 # This happens at least with the AIX C compiler.
8576 : > sub/conftest.c
8577 for i in 1 2 3 4 5 6; do
8578 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8579 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8580 # Solaris 8's {/usr,}/bin/sh.
8581 touch sub/conftst$i.h
8582 done
8583 echo "include sub/conftest.Po" > confmf
8584
8585 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8586 # mode. It turns out that the SunPro C++ compiler does not properly
8587 # handle `-M -o', and we need to detect this.
8588 depcmd="depmode=$depmode \
8589 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8590 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8591 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8592 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8593 if env $depcmd > conftest.err 2>&1 &&
8594 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8595 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8596 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8597 # icc doesn't choke on unknown options, it will just issue warnings
8598 # or remarks (even with -Werror). So we grep stderr for any message
8599 # that says an option was ignored or not supported.
8600 # When given -MP, icc 7.0 and 7.1 complain thusly:
8601 # icc: Command line warning: ignoring option '-M'; no argument required
8602 # The diagnosis changed in icc 8.0:
8603 # icc: Command line remark: option '-MP' not supported
8604 if (grep 'ignoring option' conftest.err ||
8605 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8606 am_cv_CC_dependencies_compiler_type=$depmode
8607 $as_echo "$as_me:$LINENO: success" >&5
8608 break
8609 fi
8610 fi
8611 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8612 sed -e 's/^/| /' < conftest.err >&5
8613 done
8614
8615 cd ..
8616 rm -rf conftest.dir
8617 else
8618 am_cv_CC_dependencies_compiler_type=none
8619 fi
8620
8621 fi
8622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8623 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8624 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8625 then as_fn_error "no usable dependency style found" "$LINENO" 5
8626 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8627
8628 fi
8629
8630
8631 # Check for the 'make' the user wants to use.
8632 for ac_prog in make
8633 do
8634 # Extract the first word of "$ac_prog", so it can be a program name with args.
8635 set dummy $ac_prog; ac_word=$2
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8637 $as_echo_n "checking for $ac_word... " >&6; }
8638 if test "${ac_cv_prog_MAKE+set}" = set; then :
8639 $as_echo_n "(cached) " >&6
8640 else
8641 if test -n "$MAKE"; then
8642 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8643 else
8644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8645 for as_dir in $PATH
8646 do
8647 IFS=$as_save_IFS
8648 test -z "$as_dir" && as_dir=.
8649 for ac_exec_ext in '' $ac_executable_extensions; do
8650 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8651 ac_cv_prog_MAKE="$ac_prog"
8652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8653 break 2
8654 fi
8655 done
8656 done
8657 IFS=$as_save_IFS
8658
8659 fi
8660 fi
8661 MAKE=$ac_cv_prog_MAKE
8662 if test -n "$MAKE"; then
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8664 $as_echo "$MAKE" >&6; }
8665 else
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8667 $as_echo "no" >&6; }
8668 fi
8669
8670
8671 test -n "$MAKE" && break
8672 done
8673
8674 MAKE_IS_GNU=
8675 case "`$MAKE --version 2>&1 | sed 1q`" in
8676 *GNU*)
8677 MAKE_IS_GNU=yes
8678 ;;
8679 esac
8680 if test "$MAKE_IS_GNU" = yes; then
8681 GMAKE_TRUE=
8682 GMAKE_FALSE='#'
8683 else
8684 GMAKE_TRUE='#'
8685 GMAKE_FALSE=
8686 fi
8687
8688
8689 ALL_LINGUAS=
8690 # If we haven't got the data from the intl directory,
8691 # assume NLS is disabled.
8692 USE_NLS=no
8693 LIBINTL=
8694 LIBINTL_DEP=
8695 INCINTL=
8696 XGETTEXT=
8697 GMSGFMT=
8698 POSUB=
8699
8700 if test -f ../../intl/config.intl; then
8701 . ../../intl/config.intl
8702 fi
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8704 $as_echo_n "checking whether NLS is requested... " >&6; }
8705 if test x"$USE_NLS" != xyes; then
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8707 $as_echo "no" >&6; }
8708 else
8709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8710 $as_echo "yes" >&6; }
8711
8712 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8713
8714
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8716 $as_echo_n "checking for catalogs to be installed... " >&6; }
8717 # Look for .po and .gmo files in the source directory.
8718 CATALOGS=
8719 XLINGUAS=
8720 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8721 # If there aren't any .gmo files the shell will give us the
8722 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8723 # weeded out.
8724 case "$cat" in *\**)
8725 continue;;
8726 esac
8727 # The quadruple backslash is collapsed to a double backslash
8728 # by the backticks, then collapsed again by the double quotes,
8729 # leaving us with one backslash in the sed expression (right
8730 # before the dot that mustn't act as a wildcard).
8731 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8732 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8733 # The user is allowed to set LINGUAS to a list of languages to
8734 # install catalogs for. If it's empty that means "all of them."
8735 if test "x$LINGUAS" = x; then
8736 CATALOGS="$CATALOGS $cat"
8737 XLINGUAS="$XLINGUAS $lang"
8738 else
8739 case "$LINGUAS" in *$lang*)
8740 CATALOGS="$CATALOGS $cat"
8741 XLINGUAS="$XLINGUAS $lang"
8742 ;;
8743 esac
8744 fi
8745 done
8746 LINGUAS="$XLINGUAS"
8747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8748 $as_echo "$LINGUAS" >&6; }
8749
8750
8751 DATADIRNAME=share
8752
8753 INSTOBJEXT=.mo
8754
8755 GENCAT=gencat
8756
8757 CATOBJEXT=.gmo
8758
8759 fi
8760
8761 # Check for common headers.
8762 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8763 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8764 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8765 do :
8766 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8767 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8768 eval as_val=\$$as_ac_Header
8769 if test "x$as_val" = x""yes; then :
8770 cat >>confdefs.h <<_ACEOF
8771 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8772 _ACEOF
8773
8774 fi
8775
8776 done
8777
8778 for ac_header in sys/time.h sys/resource.h
8779 do :
8780 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8781 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8782 eval as_val=\$$as_ac_Header
8783 if test "x$as_val" = x""yes; then :
8784 cat >>confdefs.h <<_ACEOF
8785 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8786 _ACEOF
8787
8788 fi
8789
8790 done
8791
8792 for ac_header in fcntl.h fpu_control.h
8793 do :
8794 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8795 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8796 eval as_val=\$$as_ac_Header
8797 if test "x$as_val" = x""yes; then :
8798 cat >>confdefs.h <<_ACEOF
8799 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8800 _ACEOF
8801
8802 fi
8803
8804 done
8805
8806 for ac_header in dlfcn.h errno.h sys/stat.h
8807 do :
8808 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8809 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8810 eval as_val=\$$as_ac_Header
8811 if test "x$as_val" = x""yes; then :
8812 cat >>confdefs.h <<_ACEOF
8813 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8814 _ACEOF
8815
8816 fi
8817
8818 done
8819
8820 for ac_func in getrusage time sigaction __setfpucw
8821 do :
8822 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8823 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8824 eval as_val=\$$as_ac_var
8825 if test "x$as_val" = x""yes; then :
8826 cat >>confdefs.h <<_ACEOF
8827 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8828 _ACEOF
8829
8830 fi
8831 done
8832
8833
8834 # Check for socket libraries
8835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8836 $as_echo_n "checking for bind in -lsocket... " >&6; }
8837 if test "${ac_cv_lib_socket_bind+set}" = set; then :
8838 $as_echo_n "(cached) " >&6
8839 else
8840 ac_check_lib_save_LIBS=$LIBS
8841 LIBS="-lsocket $LIBS"
8842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8843 /* end confdefs.h. */
8844
8845 /* Override any GCC internal prototype to avoid an error.
8846 Use char because int might match the return type of a GCC
8847 builtin and then its argument prototype would still apply. */
8848 #ifdef __cplusplus
8849 extern "C"
8850 #endif
8851 char bind ();
8852 int
8853 main ()
8854 {
8855 return bind ();
8856 ;
8857 return 0;
8858 }
8859 _ACEOF
8860 if ac_fn_c_try_link "$LINENO"; then :
8861 ac_cv_lib_socket_bind=yes
8862 else
8863 ac_cv_lib_socket_bind=no
8864 fi
8865 rm -f core conftest.err conftest.$ac_objext \
8866 conftest$ac_exeext conftest.$ac_ext
8867 LIBS=$ac_check_lib_save_LIBS
8868 fi
8869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8870 $as_echo "$ac_cv_lib_socket_bind" >&6; }
8871 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8872 cat >>confdefs.h <<_ACEOF
8873 #define HAVE_LIBSOCKET 1
8874 _ACEOF
8875
8876 LIBS="-lsocket $LIBS"
8877
8878 fi
8879
8880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8881 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8882 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8883 $as_echo_n "(cached) " >&6
8884 else
8885 ac_check_lib_save_LIBS=$LIBS
8886 LIBS="-lnsl $LIBS"
8887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8888 /* end confdefs.h. */
8889
8890 /* Override any GCC internal prototype to avoid an error.
8891 Use char because int might match the return type of a GCC
8892 builtin and then its argument prototype would still apply. */
8893 #ifdef __cplusplus
8894 extern "C"
8895 #endif
8896 char gethostbyname ();
8897 int
8898 main ()
8899 {
8900 return gethostbyname ();
8901 ;
8902 return 0;
8903 }
8904 _ACEOF
8905 if ac_fn_c_try_link "$LINENO"; then :
8906 ac_cv_lib_nsl_gethostbyname=yes
8907 else
8908 ac_cv_lib_nsl_gethostbyname=no
8909 fi
8910 rm -f core conftest.err conftest.$ac_objext \
8911 conftest$ac_exeext conftest.$ac_ext
8912 LIBS=$ac_check_lib_save_LIBS
8913 fi
8914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8915 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8916 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8917 cat >>confdefs.h <<_ACEOF
8918 #define HAVE_LIBNSL 1
8919 _ACEOF
8920
8921 LIBS="-lnsl $LIBS"
8922
8923 fi
8924
8925
8926 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
8927 # using the same condition.
8928
8929 # Use the system's zlib library.
8930 zlibdir="-L\$(top_builddir)/../zlib"
8931 zlibinc="-I\$(top_srcdir)/../zlib"
8932
8933 # Check whether --with-system-zlib was given.
8934 if test "${with_system_zlib+set}" = set; then :
8935 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
8936 zlibdir=
8937 zlibinc=
8938 fi
8939
8940 fi
8941
8942
8943
8944
8945
8946 # BFD uses libdl when when plugins enabled.
8947
8948 maybe_plugins=no
8949 for ac_header in dlfcn.h
8950 do :
8951 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8952 "
8953 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8954 cat >>confdefs.h <<_ACEOF
8955 #define HAVE_DLFCN_H 1
8956 _ACEOF
8957 maybe_plugins=yes
8958 fi
8959
8960 done
8961
8962 for ac_header in windows.h
8963 do :
8964 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
8965 "
8966 if test "x$ac_cv_header_windows_h" = x""yes; then :
8967 cat >>confdefs.h <<_ACEOF
8968 #define HAVE_WINDOWS_H 1
8969 _ACEOF
8970 maybe_plugins=yes
8971 fi
8972
8973 done
8974
8975
8976 # Check whether --enable-plugins was given.
8977 if test "${enable_plugins+set}" = set; then :
8978 enableval=$enable_plugins; case "${enableval}" in
8979 no) plugins=no ;;
8980 *) plugins=yes
8981 if test "$maybe_plugins" != "yes" ; then
8982 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
8983 fi ;;
8984 esac
8985 else
8986 plugins=$maybe_plugins
8987
8988 fi
8989
8990 if test "$plugins" = "yes"; then
8991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
8992 $as_echo_n "checking for library containing dlopen... " >&6; }
8993 if test "${ac_cv_search_dlopen+set}" = set; then :
8994 $as_echo_n "(cached) " >&6
8995 else
8996 ac_func_search_save_LIBS=$LIBS
8997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8998 /* end confdefs.h. */
8999
9000 /* Override any GCC internal prototype to avoid an error.
9001 Use char because int might match the return type of a GCC
9002 builtin and then its argument prototype would still apply. */
9003 #ifdef __cplusplus
9004 extern "C"
9005 #endif
9006 char dlopen ();
9007 int
9008 main ()
9009 {
9010 return dlopen ();
9011 ;
9012 return 0;
9013 }
9014 _ACEOF
9015 for ac_lib in '' dl; do
9016 if test -z "$ac_lib"; then
9017 ac_res="none required"
9018 else
9019 ac_res=-l$ac_lib
9020 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9021 fi
9022 if ac_fn_c_try_link "$LINENO"; then :
9023 ac_cv_search_dlopen=$ac_res
9024 fi
9025 rm -f core conftest.err conftest.$ac_objext \
9026 conftest$ac_exeext
9027 if test "${ac_cv_search_dlopen+set}" = set; then :
9028 break
9029 fi
9030 done
9031 if test "${ac_cv_search_dlopen+set}" = set; then :
9032
9033 else
9034 ac_cv_search_dlopen=no
9035 fi
9036 rm conftest.$ac_ext
9037 LIBS=$ac_func_search_save_LIBS
9038 fi
9039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9040 $as_echo "$ac_cv_search_dlopen" >&6; }
9041 ac_res=$ac_cv_search_dlopen
9042 if test "$ac_res" != no; then :
9043 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9044
9045 fi
9046
9047 fi
9048
9049 if test "$plugins" = yes; then
9050 PLUGINS_TRUE=
9051 PLUGINS_FALSE='#'
9052 else
9053 PLUGINS_TRUE='#'
9054 PLUGINS_FALSE=
9055 fi
9056
9057
9058
9059
9060
9061 # Set options
9062 enable_dlopen=yes
9063
9064
9065
9066
9067 enable_win32_dll=no
9068
9069
9070 # Check whether --enable-shared was given.
9071 if test "${enable_shared+set}" = set; then :
9072 enableval=$enable_shared; p=${PACKAGE-default}
9073 case $enableval in
9074 yes) enable_shared=yes ;;
9075 no) enable_shared=no ;;
9076 *)
9077 enable_shared=no
9078 # Look at the argument we got. We use all the common list separators.
9079 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9080 for pkg in $enableval; do
9081 IFS="$lt_save_ifs"
9082 if test "X$pkg" = "X$p"; then
9083 enable_shared=yes
9084 fi
9085 done
9086 IFS="$lt_save_ifs"
9087 ;;
9088 esac
9089 else
9090 enable_shared=yes
9091 fi
9092
9093
9094
9095
9096
9097
9098
9099
9100
9101 # Check whether --enable-static was given.
9102 if test "${enable_static+set}" = set; then :
9103 enableval=$enable_static; p=${PACKAGE-default}
9104 case $enableval in
9105 yes) enable_static=yes ;;
9106 no) enable_static=no ;;
9107 *)
9108 enable_static=no
9109 # Look at the argument we got. We use all the common list separators.
9110 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9111 for pkg in $enableval; do
9112 IFS="$lt_save_ifs"
9113 if test "X$pkg" = "X$p"; then
9114 enable_static=yes
9115 fi
9116 done
9117 IFS="$lt_save_ifs"
9118 ;;
9119 esac
9120 else
9121 enable_static=yes
9122 fi
9123
9124
9125
9126
9127
9128
9129
9130
9131
9132
9133 # Check whether --with-pic was given.
9134 if test "${with_pic+set}" = set; then :
9135 withval=$with_pic; pic_mode="$withval"
9136 else
9137 pic_mode=default
9138 fi
9139
9140
9141 test -z "$pic_mode" && pic_mode=default
9142
9143
9144
9145
9146
9147
9148
9149 # Check whether --enable-fast-install was given.
9150 if test "${enable_fast_install+set}" = set; then :
9151 enableval=$enable_fast_install; p=${PACKAGE-default}
9152 case $enableval in
9153 yes) enable_fast_install=yes ;;
9154 no) enable_fast_install=no ;;
9155 *)
9156 enable_fast_install=no
9157 # Look at the argument we got. We use all the common list separators.
9158 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9159 for pkg in $enableval; do
9160 IFS="$lt_save_ifs"
9161 if test "X$pkg" = "X$p"; then
9162 enable_fast_install=yes
9163 fi
9164 done
9165 IFS="$lt_save_ifs"
9166 ;;
9167 esac
9168 else
9169 enable_fast_install=yes
9170 fi
9171
9172
9173
9174
9175
9176
9177
9178
9179
9180
9181
9182 # This can be used to rebuild libtool when needed
9183 LIBTOOL_DEPS="$ltmain"
9184
9185 # Always use our own libtool.
9186 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9187
9188
9189
9190
9191
9192
9193
9194
9195
9196
9197
9198
9199
9200
9201
9202
9203
9204
9205
9206
9207
9208
9209
9210
9211
9212
9213 test -z "$LN_S" && LN_S="ln -s"
9214
9215
9216
9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228 if test -n "${ZSH_VERSION+set}" ; then
9229 setopt NO_GLOB_SUBST
9230 fi
9231
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9233 $as_echo_n "checking for objdir... " >&6; }
9234 if test "${lt_cv_objdir+set}" = set; then :
9235 $as_echo_n "(cached) " >&6
9236 else
9237 rm -f .libs 2>/dev/null
9238 mkdir .libs 2>/dev/null
9239 if test -d .libs; then
9240 lt_cv_objdir=.libs
9241 else
9242 # MS-DOS does not allow filenames that begin with a dot.
9243 lt_cv_objdir=_libs
9244 fi
9245 rmdir .libs 2>/dev/null
9246 fi
9247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9248 $as_echo "$lt_cv_objdir" >&6; }
9249 objdir=$lt_cv_objdir
9250
9251
9252
9253
9254
9255 cat >>confdefs.h <<_ACEOF
9256 #define LT_OBJDIR "$lt_cv_objdir/"
9257 _ACEOF
9258
9259
9260
9261
9262 case $host_os in
9263 aix3*)
9264 # AIX sometimes has problems with the GCC collect2 program. For some
9265 # reason, if we set the COLLECT_NAMES environment variable, the problems
9266 # vanish in a puff of smoke.
9267 if test "X${COLLECT_NAMES+set}" != Xset; then
9268 COLLECT_NAMES=
9269 export COLLECT_NAMES
9270 fi
9271 ;;
9272 esac
9273
9274 # Global variables:
9275 ofile=libtool
9276 can_build_shared=yes
9277
9278 # All known linkers require a `.a' archive for static linking (except MSVC,
9279 # which needs '.lib').
9280 libext=a
9281
9282 with_gnu_ld="$lt_cv_prog_gnu_ld"
9283
9284 old_CC="$CC"
9285 old_CFLAGS="$CFLAGS"
9286
9287 # Set sane defaults for various variables
9288 test -z "$CC" && CC=cc
9289 test -z "$LTCC" && LTCC=$CC
9290 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9291 test -z "$LD" && LD=ld
9292 test -z "$ac_objext" && ac_objext=o
9293
9294 for cc_temp in $compiler""; do
9295 case $cc_temp in
9296 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9297 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9298 \-*) ;;
9299 *) break;;
9300 esac
9301 done
9302 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9303
9304
9305 # Only perform the check for file, if the check method requires it
9306 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9307 case $deplibs_check_method in
9308 file_magic*)
9309 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9311 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9312 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9313 $as_echo_n "(cached) " >&6
9314 else
9315 case $MAGIC_CMD in
9316 [\\/*] | ?:[\\/]*)
9317 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9318 ;;
9319 *)
9320 lt_save_MAGIC_CMD="$MAGIC_CMD"
9321 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9322 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9323 for ac_dir in $ac_dummy; do
9324 IFS="$lt_save_ifs"
9325 test -z "$ac_dir" && ac_dir=.
9326 if test -f $ac_dir/${ac_tool_prefix}file; then
9327 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9328 if test -n "$file_magic_test_file"; then
9329 case $deplibs_check_method in
9330 "file_magic "*)
9331 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9332 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9333 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9334 $EGREP "$file_magic_regex" > /dev/null; then
9335 :
9336 else
9337 cat <<_LT_EOF 1>&2
9338
9339 *** Warning: the command libtool uses to detect shared libraries,
9340 *** $file_magic_cmd, produces output that libtool cannot recognize.
9341 *** The result is that libtool may fail to recognize shared libraries
9342 *** as such. This will affect the creation of libtool libraries that
9343 *** depend on shared libraries, but programs linked with such libtool
9344 *** libraries will work regardless of this problem. Nevertheless, you
9345 *** may want to report the problem to your system manager and/or to
9346 *** bug-libtool@gnu.org
9347
9348 _LT_EOF
9349 fi ;;
9350 esac
9351 fi
9352 break
9353 fi
9354 done
9355 IFS="$lt_save_ifs"
9356 MAGIC_CMD="$lt_save_MAGIC_CMD"
9357 ;;
9358 esac
9359 fi
9360
9361 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9362 if test -n "$MAGIC_CMD"; then
9363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9364 $as_echo "$MAGIC_CMD" >&6; }
9365 else
9366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9367 $as_echo "no" >&6; }
9368 fi
9369
9370
9371
9372
9373
9374 if test -z "$lt_cv_path_MAGIC_CMD"; then
9375 if test -n "$ac_tool_prefix"; then
9376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9377 $as_echo_n "checking for file... " >&6; }
9378 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9379 $as_echo_n "(cached) " >&6
9380 else
9381 case $MAGIC_CMD in
9382 [\\/*] | ?:[\\/]*)
9383 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9384 ;;
9385 *)
9386 lt_save_MAGIC_CMD="$MAGIC_CMD"
9387 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9388 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9389 for ac_dir in $ac_dummy; do
9390 IFS="$lt_save_ifs"
9391 test -z "$ac_dir" && ac_dir=.
9392 if test -f $ac_dir/file; then
9393 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9394 if test -n "$file_magic_test_file"; then
9395 case $deplibs_check_method in
9396 "file_magic "*)
9397 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9398 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9399 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9400 $EGREP "$file_magic_regex" > /dev/null; then
9401 :
9402 else
9403 cat <<_LT_EOF 1>&2
9404
9405 *** Warning: the command libtool uses to detect shared libraries,
9406 *** $file_magic_cmd, produces output that libtool cannot recognize.
9407 *** The result is that libtool may fail to recognize shared libraries
9408 *** as such. This will affect the creation of libtool libraries that
9409 *** depend on shared libraries, but programs linked with such libtool
9410 *** libraries will work regardless of this problem. Nevertheless, you
9411 *** may want to report the problem to your system manager and/or to
9412 *** bug-libtool@gnu.org
9413
9414 _LT_EOF
9415 fi ;;
9416 esac
9417 fi
9418 break
9419 fi
9420 done
9421 IFS="$lt_save_ifs"
9422 MAGIC_CMD="$lt_save_MAGIC_CMD"
9423 ;;
9424 esac
9425 fi
9426
9427 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9428 if test -n "$MAGIC_CMD"; then
9429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9430 $as_echo "$MAGIC_CMD" >&6; }
9431 else
9432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9433 $as_echo "no" >&6; }
9434 fi
9435
9436
9437 else
9438 MAGIC_CMD=:
9439 fi
9440 fi
9441
9442 fi
9443 ;;
9444 esac
9445
9446 # Use C for the default configuration in the libtool script
9447
9448 lt_save_CC="$CC"
9449 ac_ext=c
9450 ac_cpp='$CPP $CPPFLAGS'
9451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9454
9455
9456 # Source file extension for C test sources.
9457 ac_ext=c
9458
9459 # Object file extension for compiled C test sources.
9460 objext=o
9461 objext=$objext
9462
9463 # Code to be used in simple compile tests
9464 lt_simple_compile_test_code="int some_variable = 0;"
9465
9466 # Code to be used in simple link tests
9467 lt_simple_link_test_code='int main(){return(0);}'
9468
9469
9470
9471
9472
9473
9474
9475 # If no C compiler was specified, use CC.
9476 LTCC=${LTCC-"$CC"}
9477
9478 # If no C compiler flags were specified, use CFLAGS.
9479 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9480
9481 # Allow CC to be a program name with arguments.
9482 compiler=$CC
9483
9484 # Save the default compiler, since it gets overwritten when the other
9485 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9486 compiler_DEFAULT=$CC
9487
9488 # save warnings/boilerplate of simple test code
9489 ac_outfile=conftest.$ac_objext
9490 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9491 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9492 _lt_compiler_boilerplate=`cat conftest.err`
9493 $RM conftest*
9494
9495 ac_outfile=conftest.$ac_objext
9496 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9497 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9498 _lt_linker_boilerplate=`cat conftest.err`
9499 $RM -r conftest*
9500
9501
9502 ## CAVEAT EMPTOR:
9503 ## There is no encapsulation within the following macros, do not change
9504 ## the running order or otherwise move them around unless you know exactly
9505 ## what you are doing...
9506 if test -n "$compiler"; then
9507
9508 lt_prog_compiler_no_builtin_flag=
9509
9510 if test "$GCC" = yes; then
9511 case $cc_basename in
9512 nvcc*)
9513 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9514 *)
9515 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9516 esac
9517
9518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9519 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9520 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9521 $as_echo_n "(cached) " >&6
9522 else
9523 lt_cv_prog_compiler_rtti_exceptions=no
9524 ac_outfile=conftest.$ac_objext
9525 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9526 lt_compiler_flag="-fno-rtti -fno-exceptions"
9527 # Insert the option either (1) after the last *FLAGS variable, or
9528 # (2) before a word containing "conftest.", or (3) at the end.
9529 # Note that $ac_compile itself does not contain backslashes and begins
9530 # with a dollar sign (not a hyphen), so the echo should work correctly.
9531 # The option is referenced via a variable to avoid confusing sed.
9532 lt_compile=`echo "$ac_compile" | $SED \
9533 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9534 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9535 -e 's:$: $lt_compiler_flag:'`
9536 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9537 (eval "$lt_compile" 2>conftest.err)
9538 ac_status=$?
9539 cat conftest.err >&5
9540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9541 if (exit $ac_status) && test -s "$ac_outfile"; then
9542 # The compiler can only warn and ignore the option if not recognized
9543 # So say no if there are warnings other than the usual output.
9544 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9545 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9546 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9547 lt_cv_prog_compiler_rtti_exceptions=yes
9548 fi
9549 fi
9550 $RM conftest*
9551
9552 fi
9553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9554 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9555
9556 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9557 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9558 else
9559 :
9560 fi
9561
9562 fi
9563
9564
9565
9566
9567
9568
9569 lt_prog_compiler_wl=
9570 lt_prog_compiler_pic=
9571 lt_prog_compiler_static=
9572
9573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9574 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9575
9576 if test "$GCC" = yes; then
9577 lt_prog_compiler_wl='-Wl,'
9578 lt_prog_compiler_static='-static'
9579
9580 case $host_os in
9581 aix*)
9582 # All AIX code is PIC.
9583 if test "$host_cpu" = ia64; then
9584 # AIX 5 now supports IA64 processor
9585 lt_prog_compiler_static='-Bstatic'
9586 fi
9587 lt_prog_compiler_pic='-fPIC'
9588 ;;
9589
9590 amigaos*)
9591 case $host_cpu in
9592 powerpc)
9593 # see comment about AmigaOS4 .so support
9594 lt_prog_compiler_pic='-fPIC'
9595 ;;
9596 m68k)
9597 # FIXME: we need at least 68020 code to build shared libraries, but
9598 # adding the `-m68020' flag to GCC prevents building anything better,
9599 # like `-m68040'.
9600 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9601 ;;
9602 esac
9603 ;;
9604
9605 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9606 # PIC is the default for these OSes.
9607 ;;
9608
9609 mingw* | cygwin* | pw32* | os2* | cegcc*)
9610 # This hack is so that the source file can tell whether it is being
9611 # built for inclusion in a dll (and should export symbols for example).
9612 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9613 # (--disable-auto-import) libraries
9614 lt_prog_compiler_pic='-DDLL_EXPORT'
9615 ;;
9616
9617 darwin* | rhapsody*)
9618 # PIC is the default on this platform
9619 # Common symbols not allowed in MH_DYLIB files
9620 lt_prog_compiler_pic='-fno-common'
9621 ;;
9622
9623 haiku*)
9624 # PIC is the default for Haiku.
9625 # The "-static" flag exists, but is broken.
9626 lt_prog_compiler_static=
9627 ;;
9628
9629 hpux*)
9630 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9631 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9632 # sets the default TLS model and affects inlining.
9633 case $host_cpu in
9634 hppa*64*)
9635 # +Z the default
9636 ;;
9637 *)
9638 lt_prog_compiler_pic='-fPIC'
9639 ;;
9640 esac
9641 ;;
9642
9643 interix[3-9]*)
9644 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9645 # Instead, we relocate shared libraries at runtime.
9646 ;;
9647
9648 msdosdjgpp*)
9649 # Just because we use GCC doesn't mean we suddenly get shared libraries
9650 # on systems that don't support them.
9651 lt_prog_compiler_can_build_shared=no
9652 enable_shared=no
9653 ;;
9654
9655 *nto* | *qnx*)
9656 # QNX uses GNU C++, but need to define -shared option too, otherwise
9657 # it will coredump.
9658 lt_prog_compiler_pic='-fPIC -shared'
9659 ;;
9660
9661 sysv4*MP*)
9662 if test -d /usr/nec; then
9663 lt_prog_compiler_pic=-Kconform_pic
9664 fi
9665 ;;
9666
9667 *)
9668 lt_prog_compiler_pic='-fPIC'
9669 ;;
9670 esac
9671
9672 case $cc_basename in
9673 nvcc*) # Cuda Compiler Driver 2.2
9674 lt_prog_compiler_wl='-Xlinker '
9675 lt_prog_compiler_pic='-Xcompiler -fPIC'
9676 ;;
9677 esac
9678 else
9679 # PORTME Check for flag to pass linker flags through the system compiler.
9680 case $host_os in
9681 aix*)
9682 lt_prog_compiler_wl='-Wl,'
9683 if test "$host_cpu" = ia64; then
9684 # AIX 5 now supports IA64 processor
9685 lt_prog_compiler_static='-Bstatic'
9686 else
9687 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9688 fi
9689 ;;
9690
9691 mingw* | cygwin* | pw32* | os2* | cegcc*)
9692 # This hack is so that the source file can tell whether it is being
9693 # built for inclusion in a dll (and should export symbols for example).
9694 lt_prog_compiler_pic='-DDLL_EXPORT'
9695 ;;
9696
9697 hpux9* | hpux10* | hpux11*)
9698 lt_prog_compiler_wl='-Wl,'
9699 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9700 # not for PA HP-UX.
9701 case $host_cpu in
9702 hppa*64*|ia64*)
9703 # +Z the default
9704 ;;
9705 *)
9706 lt_prog_compiler_pic='+Z'
9707 ;;
9708 esac
9709 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9710 lt_prog_compiler_static='${wl}-a ${wl}archive'
9711 ;;
9712
9713 irix5* | irix6* | nonstopux*)
9714 lt_prog_compiler_wl='-Wl,'
9715 # PIC (with -KPIC) is the default.
9716 lt_prog_compiler_static='-non_shared'
9717 ;;
9718
9719 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9720 case $cc_basename in
9721 # old Intel for x86_64 which still supported -KPIC.
9722 ecc*)
9723 lt_prog_compiler_wl='-Wl,'
9724 lt_prog_compiler_pic='-KPIC'
9725 lt_prog_compiler_static='-static'
9726 ;;
9727 # icc used to be incompatible with GCC.
9728 # ICC 10 doesn't accept -KPIC any more.
9729 icc* | ifort*)
9730 lt_prog_compiler_wl='-Wl,'
9731 lt_prog_compiler_pic='-fPIC'
9732 lt_prog_compiler_static='-static'
9733 ;;
9734 # Lahey Fortran 8.1.
9735 lf95*)
9736 lt_prog_compiler_wl='-Wl,'
9737 lt_prog_compiler_pic='--shared'
9738 lt_prog_compiler_static='--static'
9739 ;;
9740 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9741 # Portland Group compilers (*not* the Pentium gcc compiler,
9742 # which looks to be a dead project)
9743 lt_prog_compiler_wl='-Wl,'
9744 lt_prog_compiler_pic='-fpic'
9745 lt_prog_compiler_static='-Bstatic'
9746 ;;
9747 ccc*)
9748 lt_prog_compiler_wl='-Wl,'
9749 # All Alpha code is PIC.
9750 lt_prog_compiler_static='-non_shared'
9751 ;;
9752 xl* | bgxl* | bgf* | mpixl*)
9753 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9754 lt_prog_compiler_wl='-Wl,'
9755 lt_prog_compiler_pic='-qpic'
9756 lt_prog_compiler_static='-qstaticlink'
9757 ;;
9758 *)
9759 case `$CC -V 2>&1 | sed 5q` in
9760 *Sun\ F* | *Sun*Fortran*)
9761 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9762 lt_prog_compiler_pic='-KPIC'
9763 lt_prog_compiler_static='-Bstatic'
9764 lt_prog_compiler_wl=''
9765 ;;
9766 *Sun\ C*)
9767 # Sun C 5.9
9768 lt_prog_compiler_pic='-KPIC'
9769 lt_prog_compiler_static='-Bstatic'
9770 lt_prog_compiler_wl='-Wl,'
9771 ;;
9772 esac
9773 ;;
9774 esac
9775 ;;
9776
9777 newsos6)
9778 lt_prog_compiler_pic='-KPIC'
9779 lt_prog_compiler_static='-Bstatic'
9780 ;;
9781
9782 *nto* | *qnx*)
9783 # QNX uses GNU C++, but need to define -shared option too, otherwise
9784 # it will coredump.
9785 lt_prog_compiler_pic='-fPIC -shared'
9786 ;;
9787
9788 osf3* | osf4* | osf5*)
9789 lt_prog_compiler_wl='-Wl,'
9790 # All OSF/1 code is PIC.
9791 lt_prog_compiler_static='-non_shared'
9792 ;;
9793
9794 rdos*)
9795 lt_prog_compiler_static='-non_shared'
9796 ;;
9797
9798 solaris*)
9799 lt_prog_compiler_pic='-KPIC'
9800 lt_prog_compiler_static='-Bstatic'
9801 case $cc_basename in
9802 f77* | f90* | f95*)
9803 lt_prog_compiler_wl='-Qoption ld ';;
9804 *)
9805 lt_prog_compiler_wl='-Wl,';;
9806 esac
9807 ;;
9808
9809 sunos4*)
9810 lt_prog_compiler_wl='-Qoption ld '
9811 lt_prog_compiler_pic='-PIC'
9812 lt_prog_compiler_static='-Bstatic'
9813 ;;
9814
9815 sysv4 | sysv4.2uw2* | sysv4.3*)
9816 lt_prog_compiler_wl='-Wl,'
9817 lt_prog_compiler_pic='-KPIC'
9818 lt_prog_compiler_static='-Bstatic'
9819 ;;
9820
9821 sysv4*MP*)
9822 if test -d /usr/nec ;then
9823 lt_prog_compiler_pic='-Kconform_pic'
9824 lt_prog_compiler_static='-Bstatic'
9825 fi
9826 ;;
9827
9828 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9829 lt_prog_compiler_wl='-Wl,'
9830 lt_prog_compiler_pic='-KPIC'
9831 lt_prog_compiler_static='-Bstatic'
9832 ;;
9833
9834 unicos*)
9835 lt_prog_compiler_wl='-Wl,'
9836 lt_prog_compiler_can_build_shared=no
9837 ;;
9838
9839 uts4*)
9840 lt_prog_compiler_pic='-pic'
9841 lt_prog_compiler_static='-Bstatic'
9842 ;;
9843
9844 *)
9845 lt_prog_compiler_can_build_shared=no
9846 ;;
9847 esac
9848 fi
9849
9850 case $host_os in
9851 # For platforms which do not support PIC, -DPIC is meaningless:
9852 *djgpp*)
9853 lt_prog_compiler_pic=
9854 ;;
9855 *)
9856 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9857 ;;
9858 esac
9859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9860 $as_echo "$lt_prog_compiler_pic" >&6; }
9861
9862
9863
9864
9865
9866
9867 #
9868 # Check to make sure the PIC flag actually works.
9869 #
9870 if test -n "$lt_prog_compiler_pic"; then
9871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9872 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9873 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9874 $as_echo_n "(cached) " >&6
9875 else
9876 lt_cv_prog_compiler_pic_works=no
9877 ac_outfile=conftest.$ac_objext
9878 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9879 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9880 # Insert the option either (1) after the last *FLAGS variable, or
9881 # (2) before a word containing "conftest.", or (3) at the end.
9882 # Note that $ac_compile itself does not contain backslashes and begins
9883 # with a dollar sign (not a hyphen), so the echo should work correctly.
9884 # The option is referenced via a variable to avoid confusing sed.
9885 lt_compile=`echo "$ac_compile" | $SED \
9886 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9887 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9888 -e 's:$: $lt_compiler_flag:'`
9889 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9890 (eval "$lt_compile" 2>conftest.err)
9891 ac_status=$?
9892 cat conftest.err >&5
9893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9894 if (exit $ac_status) && test -s "$ac_outfile"; then
9895 # The compiler can only warn and ignore the option if not recognized
9896 # So say no if there are warnings other than the usual output.
9897 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9898 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9899 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9900 lt_cv_prog_compiler_pic_works=yes
9901 fi
9902 fi
9903 $RM conftest*
9904
9905 fi
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9907 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9908
9909 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9910 case $lt_prog_compiler_pic in
9911 "" | " "*) ;;
9912 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9913 esac
9914 else
9915 lt_prog_compiler_pic=
9916 lt_prog_compiler_can_build_shared=no
9917 fi
9918
9919 fi
9920
9921
9922
9923
9924
9925
9926 #
9927 # Check to make sure the static flag actually works.
9928 #
9929 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9931 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9932 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
9933 $as_echo_n "(cached) " >&6
9934 else
9935 lt_cv_prog_compiler_static_works=no
9936 save_LDFLAGS="$LDFLAGS"
9937 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9938 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9939 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9940 # The linker can only warn and ignore the option if not recognized
9941 # So say no if there are warnings
9942 if test -s conftest.err; then
9943 # Append any errors to the config.log.
9944 cat conftest.err 1>&5
9945 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9946 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9947 if diff conftest.exp conftest.er2 >/dev/null; then
9948 lt_cv_prog_compiler_static_works=yes
9949 fi
9950 else
9951 lt_cv_prog_compiler_static_works=yes
9952 fi
9953 fi
9954 $RM -r conftest*
9955 LDFLAGS="$save_LDFLAGS"
9956
9957 fi
9958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9959 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9960
9961 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9962 :
9963 else
9964 lt_prog_compiler_static=
9965 fi
9966
9967
9968
9969
9970
9971
9972
9973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9974 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9975 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9976 $as_echo_n "(cached) " >&6
9977 else
9978 lt_cv_prog_compiler_c_o=no
9979 $RM -r conftest 2>/dev/null
9980 mkdir conftest
9981 cd conftest
9982 mkdir out
9983 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9984
9985 lt_compiler_flag="-o out/conftest2.$ac_objext"
9986 # Insert the option either (1) after the last *FLAGS variable, or
9987 # (2) before a word containing "conftest.", or (3) at the end.
9988 # Note that $ac_compile itself does not contain backslashes and begins
9989 # with a dollar sign (not a hyphen), so the echo should work correctly.
9990 lt_compile=`echo "$ac_compile" | $SED \
9991 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9992 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9993 -e 's:$: $lt_compiler_flag:'`
9994 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9995 (eval "$lt_compile" 2>out/conftest.err)
9996 ac_status=$?
9997 cat out/conftest.err >&5
9998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9999 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10000 then
10001 # The compiler can only warn and ignore the option if not recognized
10002 # So say no if there are warnings
10003 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10004 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10005 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10006 lt_cv_prog_compiler_c_o=yes
10007 fi
10008 fi
10009 chmod u+w . 2>&5
10010 $RM conftest*
10011 # SGI C++ compiler will create directory out/ii_files/ for
10012 # template instantiation
10013 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10014 $RM out/* && rmdir out
10015 cd ..
10016 $RM -r conftest
10017 $RM conftest*
10018
10019 fi
10020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10021 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10022
10023
10024
10025
10026
10027
10028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10029 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10030 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10031 $as_echo_n "(cached) " >&6
10032 else
10033 lt_cv_prog_compiler_c_o=no
10034 $RM -r conftest 2>/dev/null
10035 mkdir conftest
10036 cd conftest
10037 mkdir out
10038 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10039
10040 lt_compiler_flag="-o out/conftest2.$ac_objext"
10041 # Insert the option either (1) after the last *FLAGS variable, or
10042 # (2) before a word containing "conftest.", or (3) at the end.
10043 # Note that $ac_compile itself does not contain backslashes and begins
10044 # with a dollar sign (not a hyphen), so the echo should work correctly.
10045 lt_compile=`echo "$ac_compile" | $SED \
10046 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10047 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10048 -e 's:$: $lt_compiler_flag:'`
10049 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10050 (eval "$lt_compile" 2>out/conftest.err)
10051 ac_status=$?
10052 cat out/conftest.err >&5
10053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10054 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10055 then
10056 # The compiler can only warn and ignore the option if not recognized
10057 # So say no if there are warnings
10058 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10059 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10060 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10061 lt_cv_prog_compiler_c_o=yes
10062 fi
10063 fi
10064 chmod u+w . 2>&5
10065 $RM conftest*
10066 # SGI C++ compiler will create directory out/ii_files/ for
10067 # template instantiation
10068 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10069 $RM out/* && rmdir out
10070 cd ..
10071 $RM -r conftest
10072 $RM conftest*
10073
10074 fi
10075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10076 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10077
10078
10079
10080
10081 hard_links="nottested"
10082 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10083 # do not overwrite the value of need_locks provided by the user
10084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10085 $as_echo_n "checking if we can lock with hard links... " >&6; }
10086 hard_links=yes
10087 $RM conftest*
10088 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10089 touch conftest.a
10090 ln conftest.a conftest.b 2>&5 || hard_links=no
10091 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10093 $as_echo "$hard_links" >&6; }
10094 if test "$hard_links" = no; then
10095 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10096 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10097 need_locks=warn
10098 fi
10099 else
10100 need_locks=no
10101 fi
10102
10103
10104
10105
10106
10107
10108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10109 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10110
10111 runpath_var=
10112 allow_undefined_flag=
10113 always_export_symbols=no
10114 archive_cmds=
10115 archive_expsym_cmds=
10116 compiler_needs_object=no
10117 enable_shared_with_static_runtimes=no
10118 export_dynamic_flag_spec=
10119 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10120 hardcode_automatic=no
10121 hardcode_direct=no
10122 hardcode_direct_absolute=no
10123 hardcode_libdir_flag_spec=
10124 hardcode_libdir_flag_spec_ld=
10125 hardcode_libdir_separator=
10126 hardcode_minus_L=no
10127 hardcode_shlibpath_var=unsupported
10128 inherit_rpath=no
10129 link_all_deplibs=unknown
10130 module_cmds=
10131 module_expsym_cmds=
10132 old_archive_from_new_cmds=
10133 old_archive_from_expsyms_cmds=
10134 thread_safe_flag_spec=
10135 whole_archive_flag_spec=
10136 # include_expsyms should be a list of space-separated symbols to be *always*
10137 # included in the symbol list
10138 include_expsyms=
10139 # exclude_expsyms can be an extended regexp of symbols to exclude
10140 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10141 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10142 # as well as any symbol that contains `d'.
10143 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10144 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10145 # platforms (ab)use it in PIC code, but their linkers get confused if
10146 # the symbol is explicitly referenced. Since portable code cannot
10147 # rely on this symbol name, it's probably fine to never include it in
10148 # preloaded symbol tables.
10149 # Exclude shared library initialization/finalization symbols.
10150 extract_expsyms_cmds=
10151
10152 case $host_os in
10153 cygwin* | mingw* | pw32* | cegcc*)
10154 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10155 # When not using gcc, we currently assume that we are using
10156 # Microsoft Visual C++.
10157 if test "$GCC" != yes; then
10158 with_gnu_ld=no
10159 fi
10160 ;;
10161 interix*)
10162 # we just hope/assume this is gcc and not c89 (= MSVC++)
10163 with_gnu_ld=yes
10164 ;;
10165 openbsd*)
10166 with_gnu_ld=no
10167 ;;
10168 esac
10169
10170 ld_shlibs=yes
10171
10172 # On some targets, GNU ld is compatible enough with the native linker
10173 # that we're better off using the native interface for both.
10174 lt_use_gnu_ld_interface=no
10175 if test "$with_gnu_ld" = yes; then
10176 case $host_os in
10177 aix*)
10178 # The AIX port of GNU ld has always aspired to compatibility
10179 # with the native linker. However, as the warning in the GNU ld
10180 # block says, versions before 2.19.5* couldn't really create working
10181 # shared libraries, regardless of the interface used.
10182 case `$LD -v 2>&1` in
10183 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10184 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10185 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10186 *)
10187 lt_use_gnu_ld_interface=yes
10188 ;;
10189 esac
10190 ;;
10191 *)
10192 lt_use_gnu_ld_interface=yes
10193 ;;
10194 esac
10195 fi
10196
10197 if test "$lt_use_gnu_ld_interface" = yes; then
10198 # If archive_cmds runs LD, not CC, wlarc should be empty
10199 wlarc='${wl}'
10200
10201 # Set some defaults for GNU ld with shared library support. These
10202 # are reset later if shared libraries are not supported. Putting them
10203 # here allows them to be overridden if necessary.
10204 runpath_var=LD_RUN_PATH
10205 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10206 export_dynamic_flag_spec='${wl}--export-dynamic'
10207 # ancient GNU ld didn't support --whole-archive et. al.
10208 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10209 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10210 else
10211 whole_archive_flag_spec=
10212 fi
10213 supports_anon_versioning=no
10214 case `$LD -v 2>&1` in
10215 *GNU\ gold*) supports_anon_versioning=yes ;;
10216 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10217 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10218 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10219 *\ 2.11.*) ;; # other 2.11 versions
10220 *) supports_anon_versioning=yes ;;
10221 esac
10222
10223 # See if GNU ld supports shared libraries.
10224 case $host_os in
10225 aix[3-9]*)
10226 # On AIX/PPC, the GNU linker is very broken
10227 if test "$host_cpu" != ia64; then
10228 ld_shlibs=no
10229 cat <<_LT_EOF 1>&2
10230
10231 *** Warning: the GNU linker, at least up to release 2.19, is reported
10232 *** to be unable to reliably create shared libraries on AIX.
10233 *** Therefore, libtool is disabling shared libraries support. If you
10234 *** really care for shared libraries, you may want to install binutils
10235 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10236 *** You will then need to restart the configuration process.
10237
10238 _LT_EOF
10239 fi
10240 ;;
10241
10242 amigaos*)
10243 case $host_cpu in
10244 powerpc)
10245 # see comment about AmigaOS4 .so support
10246 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10247 archive_expsym_cmds=''
10248 ;;
10249 m68k)
10250 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)'
10251 hardcode_libdir_flag_spec='-L$libdir'
10252 hardcode_minus_L=yes
10253 ;;
10254 esac
10255 ;;
10256
10257 beos*)
10258 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10259 allow_undefined_flag=unsupported
10260 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10261 # support --undefined. This deserves some investigation. FIXME
10262 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10263 else
10264 ld_shlibs=no
10265 fi
10266 ;;
10267
10268 cygwin* | mingw* | pw32* | cegcc*)
10269 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10270 # as there is no search path for DLLs.
10271 hardcode_libdir_flag_spec='-L$libdir'
10272 export_dynamic_flag_spec='${wl}--export-all-symbols'
10273 allow_undefined_flag=unsupported
10274 always_export_symbols=no
10275 enable_shared_with_static_runtimes=yes
10276 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10277
10278 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10279 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10280 # If the export-symbols file already is a .def file (1st line
10281 # is EXPORTS), use it as is; otherwise, prepend...
10282 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10283 cp $export_symbols $output_objdir/$soname.def;
10284 else
10285 echo EXPORTS > $output_objdir/$soname.def;
10286 cat $export_symbols >> $output_objdir/$soname.def;
10287 fi~
10288 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10289 else
10290 ld_shlibs=no
10291 fi
10292 ;;
10293
10294 haiku*)
10295 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10296 link_all_deplibs=yes
10297 ;;
10298
10299 interix[3-9]*)
10300 hardcode_direct=no
10301 hardcode_shlibpath_var=no
10302 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10303 export_dynamic_flag_spec='${wl}-E'
10304 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10305 # Instead, shared libraries are loaded at an image base (0x10000000 by
10306 # default) and relocated if they conflict, which is a slow very memory
10307 # consuming and fragmenting process. To avoid this, we pick a random,
10308 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10309 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10310 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10311 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'
10312 ;;
10313
10314 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10315 tmp_diet=no
10316 if test "$host_os" = linux-dietlibc; then
10317 case $cc_basename in
10318 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10319 esac
10320 fi
10321 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10322 && test "$tmp_diet" = no
10323 then
10324 tmp_addflag=' $pic_flag'
10325 tmp_sharedflag='-shared'
10326 case $cc_basename,$host_cpu in
10327 pgcc*) # Portland Group C compiler
10328 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'
10329 tmp_addflag=' $pic_flag'
10330 ;;
10331 pgf77* | pgf90* | pgf95* | pgfortran*)
10332 # Portland Group f77 and f90 compilers
10333 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'
10334 tmp_addflag=' $pic_flag -Mnomain' ;;
10335 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10336 tmp_addflag=' -i_dynamic' ;;
10337 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10338 tmp_addflag=' -i_dynamic -nofor_main' ;;
10339 ifc* | ifort*) # Intel Fortran compiler
10340 tmp_addflag=' -nofor_main' ;;
10341 lf95*) # Lahey Fortran 8.1
10342 whole_archive_flag_spec=
10343 tmp_sharedflag='--shared' ;;
10344 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10345 tmp_sharedflag='-qmkshrobj'
10346 tmp_addflag= ;;
10347 nvcc*) # Cuda Compiler Driver 2.2
10348 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'
10349 compiler_needs_object=yes
10350 ;;
10351 esac
10352 case `$CC -V 2>&1 | sed 5q` in
10353 *Sun\ C*) # Sun C 5.9
10354 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'
10355 compiler_needs_object=yes
10356 tmp_sharedflag='-G' ;;
10357 *Sun\ F*) # Sun Fortran 8.3
10358 tmp_sharedflag='-G' ;;
10359 esac
10360 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10361
10362 if test "x$supports_anon_versioning" = xyes; then
10363 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10364 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10365 echo "local: *; };" >> $output_objdir/$libname.ver~
10366 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10367 fi
10368
10369 case $cc_basename in
10370 xlf* | bgf* | bgxlf* | mpixlf*)
10371 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10372 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10373 hardcode_libdir_flag_spec=
10374 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10375 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10376 if test "x$supports_anon_versioning" = xyes; then
10377 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10378 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10379 echo "local: *; };" >> $output_objdir/$libname.ver~
10380 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10381 fi
10382 ;;
10383 esac
10384 else
10385 ld_shlibs=no
10386 fi
10387 ;;
10388
10389 netbsd*)
10390 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10391 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10392 wlarc=
10393 else
10394 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10395 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10396 fi
10397 ;;
10398
10399 solaris*)
10400 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10401 ld_shlibs=no
10402 cat <<_LT_EOF 1>&2
10403
10404 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10405 *** create shared libraries on Solaris systems. Therefore, libtool
10406 *** is disabling shared libraries support. We urge you to upgrade GNU
10407 *** binutils to release 2.9.1 or newer. Another option is to modify
10408 *** your PATH or compiler configuration so that the native linker is
10409 *** used, and then restart.
10410
10411 _LT_EOF
10412 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10413 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10414 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10415 else
10416 ld_shlibs=no
10417 fi
10418 ;;
10419
10420 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10421 case `$LD -v 2>&1` in
10422 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10423 ld_shlibs=no
10424 cat <<_LT_EOF 1>&2
10425
10426 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10427 *** reliably create shared libraries on SCO systems. Therefore, libtool
10428 *** is disabling shared libraries support. We urge you to upgrade GNU
10429 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10430 *** your PATH or compiler configuration so that the native linker is
10431 *** used, and then restart.
10432
10433 _LT_EOF
10434 ;;
10435 *)
10436 # For security reasons, it is highly recommended that you always
10437 # use absolute paths for naming shared libraries, and exclude the
10438 # DT_RUNPATH tag from executables and libraries. But doing so
10439 # requires that you compile everything twice, which is a pain.
10440 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10441 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10442 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10443 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10444 else
10445 ld_shlibs=no
10446 fi
10447 ;;
10448 esac
10449 ;;
10450
10451 sunos4*)
10452 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10453 wlarc=
10454 hardcode_direct=yes
10455 hardcode_shlibpath_var=no
10456 ;;
10457
10458 *)
10459 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10460 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10461 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10462 else
10463 ld_shlibs=no
10464 fi
10465 ;;
10466 esac
10467
10468 if test "$ld_shlibs" = no; then
10469 runpath_var=
10470 hardcode_libdir_flag_spec=
10471 export_dynamic_flag_spec=
10472 whole_archive_flag_spec=
10473 fi
10474 else
10475 # PORTME fill in a description of your system's linker (not GNU ld)
10476 case $host_os in
10477 aix3*)
10478 allow_undefined_flag=unsupported
10479 always_export_symbols=yes
10480 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'
10481 # Note: this linker hardcodes the directories in LIBPATH if there
10482 # are no directories specified by -L.
10483 hardcode_minus_L=yes
10484 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10485 # Neither direct hardcoding nor static linking is supported with a
10486 # broken collect2.
10487 hardcode_direct=unsupported
10488 fi
10489 ;;
10490
10491 aix[4-9]*)
10492 if test "$host_cpu" = ia64; then
10493 # On IA64, the linker does run time linking by default, so we don't
10494 # have to do anything special.
10495 aix_use_runtimelinking=no
10496 exp_sym_flag='-Bexport'
10497 no_entry_flag=""
10498 else
10499 # If we're using GNU nm, then we don't want the "-C" option.
10500 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10501 # Also, AIX nm treats weak defined symbols like other global
10502 # defined symbols, whereas GNU nm marks them as "W".
10503 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10504 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'
10505 else
10506 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'
10507 fi
10508 aix_use_runtimelinking=no
10509
10510 # Test if we are trying to use run time linking or normal
10511 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10512 # need to do runtime linking.
10513 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10514 for ld_flag in $LDFLAGS; do
10515 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10516 aix_use_runtimelinking=yes
10517 break
10518 fi
10519 done
10520 ;;
10521 esac
10522
10523 exp_sym_flag='-bexport'
10524 no_entry_flag='-bnoentry'
10525 fi
10526
10527 # When large executables or shared objects are built, AIX ld can
10528 # have problems creating the table of contents. If linking a library
10529 # or program results in "error TOC overflow" add -mminimal-toc to
10530 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10531 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10532
10533 archive_cmds=''
10534 hardcode_direct=yes
10535 hardcode_direct_absolute=yes
10536 hardcode_libdir_separator=':'
10537 link_all_deplibs=yes
10538 file_list_spec='${wl}-f,'
10539
10540 if test "$GCC" = yes; then
10541 case $host_os in aix4.[012]|aix4.[012].*)
10542 # We only want to do this on AIX 4.2 and lower, the check
10543 # below for broken collect2 doesn't work under 4.3+
10544 collect2name=`${CC} -print-prog-name=collect2`
10545 if test -f "$collect2name" &&
10546 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10547 then
10548 # We have reworked collect2
10549 :
10550 else
10551 # We have old collect2
10552 hardcode_direct=unsupported
10553 # It fails to find uninstalled libraries when the uninstalled
10554 # path is not listed in the libpath. Setting hardcode_minus_L
10555 # to unsupported forces relinking
10556 hardcode_minus_L=yes
10557 hardcode_libdir_flag_spec='-L$libdir'
10558 hardcode_libdir_separator=
10559 fi
10560 ;;
10561 esac
10562 shared_flag='-shared'
10563 if test "$aix_use_runtimelinking" = yes; then
10564 shared_flag="$shared_flag "'${wl}-G'
10565 fi
10566 else
10567 # not using gcc
10568 if test "$host_cpu" = ia64; then
10569 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10570 # chokes on -Wl,-G. The following line is correct:
10571 shared_flag='-G'
10572 else
10573 if test "$aix_use_runtimelinking" = yes; then
10574 shared_flag='${wl}-G'
10575 else
10576 shared_flag='${wl}-bM:SRE'
10577 fi
10578 fi
10579 fi
10580
10581 export_dynamic_flag_spec='${wl}-bexpall'
10582 # It seems that -bexpall does not export symbols beginning with
10583 # underscore (_), so it is better to generate a list of symbols to export.
10584 always_export_symbols=yes
10585 if test "$aix_use_runtimelinking" = yes; then
10586 # Warning - without using the other runtime loading flags (-brtl),
10587 # -berok will link without error, but may produce a broken library.
10588 allow_undefined_flag='-berok'
10589 # Determine the default libpath from the value encoded in an
10590 # empty executable.
10591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10592 /* end confdefs.h. */
10593
10594 int
10595 main ()
10596 {
10597
10598 ;
10599 return 0;
10600 }
10601 _ACEOF
10602 if ac_fn_c_try_link "$LINENO"; then :
10603
10604 lt_aix_libpath_sed='
10605 /Import File Strings/,/^$/ {
10606 /^0/ {
10607 s/^0 *\(.*\)$/\1/
10608 p
10609 }
10610 }'
10611 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10612 # Check for a 64-bit object if we didn't find anything.
10613 if test -z "$aix_libpath"; then
10614 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10615 fi
10616 fi
10617 rm -f core conftest.err conftest.$ac_objext \
10618 conftest$ac_exeext conftest.$ac_ext
10619 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10620
10621 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10622 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"
10623 else
10624 if test "$host_cpu" = ia64; then
10625 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10626 allow_undefined_flag="-z nodefs"
10627 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"
10628 else
10629 # Determine the default libpath from the value encoded in an
10630 # empty executable.
10631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10632 /* end confdefs.h. */
10633
10634 int
10635 main ()
10636 {
10637
10638 ;
10639 return 0;
10640 }
10641 _ACEOF
10642 if ac_fn_c_try_link "$LINENO"; then :
10643
10644 lt_aix_libpath_sed='
10645 /Import File Strings/,/^$/ {
10646 /^0/ {
10647 s/^0 *\(.*\)$/\1/
10648 p
10649 }
10650 }'
10651 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10652 # Check for a 64-bit object if we didn't find anything.
10653 if test -z "$aix_libpath"; then
10654 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10655 fi
10656 fi
10657 rm -f core conftest.err conftest.$ac_objext \
10658 conftest$ac_exeext conftest.$ac_ext
10659 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10660
10661 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10662 # Warning - without using the other run time loading flags,
10663 # -berok will link without error, but may produce a broken library.
10664 no_undefined_flag=' ${wl}-bernotok'
10665 allow_undefined_flag=' ${wl}-berok'
10666 if test "$with_gnu_ld" = yes; then
10667 # We only use this code for GNU lds that support --whole-archive.
10668 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10669 else
10670 # Exported symbols can be pulled into shared objects from archives
10671 whole_archive_flag_spec='$convenience'
10672 fi
10673 archive_cmds_need_lc=yes
10674 # This is similar to how AIX traditionally builds its shared libraries.
10675 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'
10676 fi
10677 fi
10678 ;;
10679
10680 amigaos*)
10681 case $host_cpu in
10682 powerpc)
10683 # see comment about AmigaOS4 .so support
10684 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10685 archive_expsym_cmds=''
10686 ;;
10687 m68k)
10688 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)'
10689 hardcode_libdir_flag_spec='-L$libdir'
10690 hardcode_minus_L=yes
10691 ;;
10692 esac
10693 ;;
10694
10695 bsdi[45]*)
10696 export_dynamic_flag_spec=-rdynamic
10697 ;;
10698
10699 cygwin* | mingw* | pw32* | cegcc*)
10700 # When not using gcc, we currently assume that we are using
10701 # Microsoft Visual C++.
10702 # hardcode_libdir_flag_spec is actually meaningless, as there is
10703 # no search path for DLLs.
10704 hardcode_libdir_flag_spec=' '
10705 allow_undefined_flag=unsupported
10706 # Tell ltmain to make .lib files, not .a files.
10707 libext=lib
10708 # Tell ltmain to make .dll files, not .so files.
10709 shrext_cmds=".dll"
10710 # FIXME: Setting linknames here is a bad hack.
10711 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10712 # The linker will automatically build a .lib file if we build a DLL.
10713 old_archive_from_new_cmds='true'
10714 # FIXME: Should let the user specify the lib program.
10715 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10716 fix_srcfile_path='`cygpath -w "$srcfile"`'
10717 enable_shared_with_static_runtimes=yes
10718 ;;
10719
10720 darwin* | rhapsody*)
10721
10722
10723 archive_cmds_need_lc=no
10724 hardcode_direct=no
10725 hardcode_automatic=yes
10726 hardcode_shlibpath_var=unsupported
10727 if test "$lt_cv_ld_force_load" = "yes"; then
10728 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\"`'
10729 else
10730 whole_archive_flag_spec=''
10731 fi
10732 link_all_deplibs=yes
10733 allow_undefined_flag="$_lt_dar_allow_undefined"
10734 case $cc_basename in
10735 ifort*) _lt_dar_can_shared=yes ;;
10736 *) _lt_dar_can_shared=$GCC ;;
10737 esac
10738 if test "$_lt_dar_can_shared" = "yes"; then
10739 output_verbose_link_cmd=func_echo_all
10740 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10741 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10742 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}"
10743 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}"
10744
10745 else
10746 ld_shlibs=no
10747 fi
10748
10749 ;;
10750
10751 dgux*)
10752 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10753 hardcode_libdir_flag_spec='-L$libdir'
10754 hardcode_shlibpath_var=no
10755 ;;
10756
10757 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10758 # support. Future versions do this automatically, but an explicit c++rt0.o
10759 # does not break anything, and helps significantly (at the cost of a little
10760 # extra space).
10761 freebsd2.2*)
10762 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10763 hardcode_libdir_flag_spec='-R$libdir'
10764 hardcode_direct=yes
10765 hardcode_shlibpath_var=no
10766 ;;
10767
10768 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10769 freebsd2.*)
10770 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10771 hardcode_direct=yes
10772 hardcode_minus_L=yes
10773 hardcode_shlibpath_var=no
10774 ;;
10775
10776 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10777 freebsd* | dragonfly*)
10778 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10779 hardcode_libdir_flag_spec='-R$libdir'
10780 hardcode_direct=yes
10781 hardcode_shlibpath_var=no
10782 ;;
10783
10784 hpux9*)
10785 if test "$GCC" = yes; then
10786 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'
10787 else
10788 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'
10789 fi
10790 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10791 hardcode_libdir_separator=:
10792 hardcode_direct=yes
10793
10794 # hardcode_minus_L: Not really in the search PATH,
10795 # but as the default location of the library.
10796 hardcode_minus_L=yes
10797 export_dynamic_flag_spec='${wl}-E'
10798 ;;
10799
10800 hpux10*)
10801 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10802 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10803 else
10804 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10805 fi
10806 if test "$with_gnu_ld" = no; then
10807 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10808 hardcode_libdir_flag_spec_ld='+b $libdir'
10809 hardcode_libdir_separator=:
10810 hardcode_direct=yes
10811 hardcode_direct_absolute=yes
10812 export_dynamic_flag_spec='${wl}-E'
10813 # hardcode_minus_L: Not really in the search PATH,
10814 # but as the default location of the library.
10815 hardcode_minus_L=yes
10816 fi
10817 ;;
10818
10819 hpux11*)
10820 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10821 case $host_cpu in
10822 hppa*64*)
10823 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10824 ;;
10825 ia64*)
10826 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10827 ;;
10828 *)
10829 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10830 ;;
10831 esac
10832 else
10833 case $host_cpu in
10834 hppa*64*)
10835 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10836 ;;
10837 ia64*)
10838 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10839 ;;
10840 *)
10841
10842 # Older versions of the 11.00 compiler do not understand -b yet
10843 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10845 $as_echo_n "checking if $CC understands -b... " >&6; }
10846 if test "${lt_cv_prog_compiler__b+set}" = set; then :
10847 $as_echo_n "(cached) " >&6
10848 else
10849 lt_cv_prog_compiler__b=no
10850 save_LDFLAGS="$LDFLAGS"
10851 LDFLAGS="$LDFLAGS -b"
10852 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10853 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10854 # The linker can only warn and ignore the option if not recognized
10855 # So say no if there are warnings
10856 if test -s conftest.err; then
10857 # Append any errors to the config.log.
10858 cat conftest.err 1>&5
10859 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10860 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10861 if diff conftest.exp conftest.er2 >/dev/null; then
10862 lt_cv_prog_compiler__b=yes
10863 fi
10864 else
10865 lt_cv_prog_compiler__b=yes
10866 fi
10867 fi
10868 $RM -r conftest*
10869 LDFLAGS="$save_LDFLAGS"
10870
10871 fi
10872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10873 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10874
10875 if test x"$lt_cv_prog_compiler__b" = xyes; then
10876 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10877 else
10878 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10879 fi
10880
10881 ;;
10882 esac
10883 fi
10884 if test "$with_gnu_ld" = no; then
10885 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10886 hardcode_libdir_separator=:
10887
10888 case $host_cpu in
10889 hppa*64*|ia64*)
10890 hardcode_direct=no
10891 hardcode_shlibpath_var=no
10892 ;;
10893 *)
10894 hardcode_direct=yes
10895 hardcode_direct_absolute=yes
10896 export_dynamic_flag_spec='${wl}-E'
10897
10898 # hardcode_minus_L: Not really in the search PATH,
10899 # but as the default location of the library.
10900 hardcode_minus_L=yes
10901 ;;
10902 esac
10903 fi
10904 ;;
10905
10906 irix5* | irix6* | nonstopux*)
10907 if test "$GCC" = yes; then
10908 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'
10909 # Try to use the -exported_symbol ld option, if it does not
10910 # work, assume that -exports_file does not work either and
10911 # implicitly export all symbols.
10912 save_LDFLAGS="$LDFLAGS"
10913 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10915 /* end confdefs.h. */
10916 int foo(void) {}
10917 _ACEOF
10918 if ac_fn_c_try_link "$LINENO"; then :
10919 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'
10920
10921 fi
10922 rm -f core conftest.err conftest.$ac_objext \
10923 conftest$ac_exeext conftest.$ac_ext
10924 LDFLAGS="$save_LDFLAGS"
10925 else
10926 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'
10927 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'
10928 fi
10929 archive_cmds_need_lc='no'
10930 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10931 hardcode_libdir_separator=:
10932 inherit_rpath=yes
10933 link_all_deplibs=yes
10934 ;;
10935
10936 netbsd*)
10937 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10938 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10939 else
10940 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10941 fi
10942 hardcode_libdir_flag_spec='-R$libdir'
10943 hardcode_direct=yes
10944 hardcode_shlibpath_var=no
10945 ;;
10946
10947 newsos6)
10948 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10949 hardcode_direct=yes
10950 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10951 hardcode_libdir_separator=:
10952 hardcode_shlibpath_var=no
10953 ;;
10954
10955 *nto* | *qnx*)
10956 ;;
10957
10958 openbsd*)
10959 if test -f /usr/libexec/ld.so; then
10960 hardcode_direct=yes
10961 hardcode_shlibpath_var=no
10962 hardcode_direct_absolute=yes
10963 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10964 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10965 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10966 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10967 export_dynamic_flag_spec='${wl}-E'
10968 else
10969 case $host_os in
10970 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10971 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10972 hardcode_libdir_flag_spec='-R$libdir'
10973 ;;
10974 *)
10975 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10976 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10977 ;;
10978 esac
10979 fi
10980 else
10981 ld_shlibs=no
10982 fi
10983 ;;
10984
10985 os2*)
10986 hardcode_libdir_flag_spec='-L$libdir'
10987 hardcode_minus_L=yes
10988 allow_undefined_flag=unsupported
10989 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'
10990 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10991 ;;
10992
10993 osf3*)
10994 if test "$GCC" = yes; then
10995 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10996 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'
10997 else
10998 allow_undefined_flag=' -expect_unresolved \*'
10999 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'
11000 fi
11001 archive_cmds_need_lc='no'
11002 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11003 hardcode_libdir_separator=:
11004 ;;
11005
11006 osf4* | osf5*) # as osf3* with the addition of -msym flag
11007 if test "$GCC" = yes; then
11008 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11009 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'
11010 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11011 else
11012 allow_undefined_flag=' -expect_unresolved \*'
11013 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'
11014 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~
11015 $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'
11016
11017 # Both c and cxx compiler support -rpath directly
11018 hardcode_libdir_flag_spec='-rpath $libdir'
11019 fi
11020 archive_cmds_need_lc='no'
11021 hardcode_libdir_separator=:
11022 ;;
11023
11024 solaris*)
11025 no_undefined_flag=' -z defs'
11026 if test "$GCC" = yes; then
11027 wlarc='${wl}'
11028 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11029 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11030 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11031 else
11032 case `$CC -V 2>&1` in
11033 *"Compilers 5.0"*)
11034 wlarc=''
11035 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11036 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11037 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11038 ;;
11039 *)
11040 wlarc='${wl}'
11041 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11042 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11043 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11044 ;;
11045 esac
11046 fi
11047 hardcode_libdir_flag_spec='-R$libdir'
11048 hardcode_shlibpath_var=no
11049 case $host_os in
11050 solaris2.[0-5] | solaris2.[0-5].*) ;;
11051 *)
11052 # The compiler driver will combine and reorder linker options,
11053 # but understands `-z linker_flag'. GCC discards it without `$wl',
11054 # but is careful enough not to reorder.
11055 # Supported since Solaris 2.6 (maybe 2.5.1?)
11056 if test "$GCC" = yes; then
11057 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11058 else
11059 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11060 fi
11061 ;;
11062 esac
11063 link_all_deplibs=yes
11064 ;;
11065
11066 sunos4*)
11067 if test "x$host_vendor" = xsequent; then
11068 # Use $CC to link under sequent, because it throws in some extra .o
11069 # files that make .init and .fini sections work.
11070 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11071 else
11072 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11073 fi
11074 hardcode_libdir_flag_spec='-L$libdir'
11075 hardcode_direct=yes
11076 hardcode_minus_L=yes
11077 hardcode_shlibpath_var=no
11078 ;;
11079
11080 sysv4)
11081 case $host_vendor in
11082 sni)
11083 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11084 hardcode_direct=yes # is this really true???
11085 ;;
11086 siemens)
11087 ## LD is ld it makes a PLAMLIB
11088 ## CC just makes a GrossModule.
11089 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11090 reload_cmds='$CC -r -o $output$reload_objs'
11091 hardcode_direct=no
11092 ;;
11093 motorola)
11094 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11095 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11096 ;;
11097 esac
11098 runpath_var='LD_RUN_PATH'
11099 hardcode_shlibpath_var=no
11100 ;;
11101
11102 sysv4.3*)
11103 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11104 hardcode_shlibpath_var=no
11105 export_dynamic_flag_spec='-Bexport'
11106 ;;
11107
11108 sysv4*MP*)
11109 if test -d /usr/nec; then
11110 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11111 hardcode_shlibpath_var=no
11112 runpath_var=LD_RUN_PATH
11113 hardcode_runpath_var=yes
11114 ld_shlibs=yes
11115 fi
11116 ;;
11117
11118 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11119 no_undefined_flag='${wl}-z,text'
11120 archive_cmds_need_lc=no
11121 hardcode_shlibpath_var=no
11122 runpath_var='LD_RUN_PATH'
11123
11124 if test "$GCC" = yes; then
11125 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11126 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11127 else
11128 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11129 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11130 fi
11131 ;;
11132
11133 sysv5* | sco3.2v5* | sco5v6*)
11134 # Note: We can NOT use -z defs as we might desire, because we do not
11135 # link with -lc, and that would cause any symbols used from libc to
11136 # always be unresolved, which means just about no library would
11137 # ever link correctly. If we're not using GNU ld we use -z text
11138 # though, which does catch some bad symbols but isn't as heavy-handed
11139 # as -z defs.
11140 no_undefined_flag='${wl}-z,text'
11141 allow_undefined_flag='${wl}-z,nodefs'
11142 archive_cmds_need_lc=no
11143 hardcode_shlibpath_var=no
11144 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11145 hardcode_libdir_separator=':'
11146 link_all_deplibs=yes
11147 export_dynamic_flag_spec='${wl}-Bexport'
11148 runpath_var='LD_RUN_PATH'
11149
11150 if test "$GCC" = yes; then
11151 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11152 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11153 else
11154 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11155 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11156 fi
11157 ;;
11158
11159 uts4*)
11160 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11161 hardcode_libdir_flag_spec='-L$libdir'
11162 hardcode_shlibpath_var=no
11163 ;;
11164
11165 *)
11166 ld_shlibs=no
11167 ;;
11168 esac
11169
11170 if test x$host_vendor = xsni; then
11171 case $host in
11172 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11173 export_dynamic_flag_spec='${wl}-Blargedynsym'
11174 ;;
11175 esac
11176 fi
11177 fi
11178
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11180 $as_echo "$ld_shlibs" >&6; }
11181 test "$ld_shlibs" = no && can_build_shared=no
11182
11183 with_gnu_ld=$with_gnu_ld
11184
11185
11186
11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
11197
11198
11199 #
11200 # Do we need to explicitly link libc?
11201 #
11202 case "x$archive_cmds_need_lc" in
11203 x|xyes)
11204 # Assume -lc should be added
11205 archive_cmds_need_lc=yes
11206
11207 if test "$enable_shared" = yes && test "$GCC" = yes; then
11208 case $archive_cmds in
11209 *'~'*)
11210 # FIXME: we may have to deal with multi-command sequences.
11211 ;;
11212 '$CC '*)
11213 # Test whether the compiler implicitly links with -lc since on some
11214 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11215 # to ld, don't add -lc before -lgcc.
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11217 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11218 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11219 $as_echo_n "(cached) " >&6
11220 else
11221 $RM conftest*
11222 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11223
11224 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11225 (eval $ac_compile) 2>&5
11226 ac_status=$?
11227 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11228 test $ac_status = 0; } 2>conftest.err; then
11229 soname=conftest
11230 lib=conftest
11231 libobjs=conftest.$ac_objext
11232 deplibs=
11233 wl=$lt_prog_compiler_wl
11234 pic_flag=$lt_prog_compiler_pic
11235 compiler_flags=-v
11236 linker_flags=-v
11237 verstring=
11238 output_objdir=.
11239 libname=conftest
11240 lt_save_allow_undefined_flag=$allow_undefined_flag
11241 allow_undefined_flag=
11242 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11243 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11244 ac_status=$?
11245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11246 test $ac_status = 0; }
11247 then
11248 lt_cv_archive_cmds_need_lc=no
11249 else
11250 lt_cv_archive_cmds_need_lc=yes
11251 fi
11252 allow_undefined_flag=$lt_save_allow_undefined_flag
11253 else
11254 cat conftest.err 1>&5
11255 fi
11256 $RM conftest*
11257
11258 fi
11259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11260 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11261 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11262 ;;
11263 esac
11264 fi
11265 ;;
11266 esac
11267
11268
11269
11270
11271
11272
11273
11274
11275
11276
11277
11278
11279
11280
11281
11282
11283
11284
11285
11286
11287
11288
11289
11290
11291
11292
11293
11294
11295
11296
11297
11298
11299
11300
11301
11302
11303
11304
11305
11306
11307
11308
11309
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321
11322
11323
11324
11325
11326
11327
11328
11329
11330
11331
11332
11333
11334
11335
11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
11346
11347
11348
11349
11350
11351
11352
11353
11354
11355
11356
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
11382
11383
11384
11385
11386
11387
11388
11389
11390
11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422
11423
11424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11425 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11426
11427 if test "$GCC" = yes; then
11428 case $host_os in
11429 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11430 *) lt_awk_arg="/^libraries:/" ;;
11431 esac
11432 case $host_os in
11433 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11434 *) lt_sed_strip_eq="s,=/,/,g" ;;
11435 esac
11436 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11437 case $lt_search_path_spec in
11438 *\;*)
11439 # if the path contains ";" then we assume it to be the separator
11440 # otherwise default to the standard path separator (i.e. ":") - it is
11441 # assumed that no part of a normal pathname contains ";" but that should
11442 # okay in the real world where ";" in dirpaths is itself problematic.
11443 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11444 ;;
11445 *)
11446 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11447 ;;
11448 esac
11449 # Ok, now we have the path, separated by spaces, we can step through it
11450 # and add multilib dir if necessary.
11451 lt_tmp_lt_search_path_spec=
11452 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11453 for lt_sys_path in $lt_search_path_spec; do
11454 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11455 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11456 else
11457 test -d "$lt_sys_path" && \
11458 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11459 fi
11460 done
11461 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11462 BEGIN {RS=" "; FS="/|\n";} {
11463 lt_foo="";
11464 lt_count=0;
11465 for (lt_i = NF; lt_i > 0; lt_i--) {
11466 if ($lt_i != "" && $lt_i != ".") {
11467 if ($lt_i == "..") {
11468 lt_count++;
11469 } else {
11470 if (lt_count == 0) {
11471 lt_foo="/" $lt_i lt_foo;
11472 } else {
11473 lt_count--;
11474 }
11475 }
11476 }
11477 }
11478 if (lt_foo != "") { lt_freq[lt_foo]++; }
11479 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11480 }'`
11481 # AWK program above erroneously prepends '/' to C:/dos/paths
11482 # for these hosts.
11483 case $host_os in
11484 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11485 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11486 esac
11487 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11488 else
11489 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11490 fi
11491 library_names_spec=
11492 libname_spec='lib$name'
11493 soname_spec=
11494 shrext_cmds=".so"
11495 postinstall_cmds=
11496 postuninstall_cmds=
11497 finish_cmds=
11498 finish_eval=
11499 shlibpath_var=
11500 shlibpath_overrides_runpath=unknown
11501 version_type=none
11502 dynamic_linker="$host_os ld.so"
11503 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11504 need_lib_prefix=unknown
11505 hardcode_into_libs=no
11506
11507 # when you set need_version to no, make sure it does not cause -set_version
11508 # flags to be left without arguments
11509 need_version=unknown
11510
11511 case $host_os in
11512 aix3*)
11513 version_type=linux
11514 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11515 shlibpath_var=LIBPATH
11516
11517 # AIX 3 has no versioning support, so we append a major version to the name.
11518 soname_spec='${libname}${release}${shared_ext}$major'
11519 ;;
11520
11521 aix[4-9]*)
11522 version_type=linux
11523 need_lib_prefix=no
11524 need_version=no
11525 hardcode_into_libs=yes
11526 if test "$host_cpu" = ia64; then
11527 # AIX 5 supports IA64
11528 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11529 shlibpath_var=LD_LIBRARY_PATH
11530 else
11531 # With GCC up to 2.95.x, collect2 would create an import file
11532 # for dependence libraries. The import file would start with
11533 # the line `#! .'. This would cause the generated library to
11534 # depend on `.', always an invalid library. This was fixed in
11535 # development snapshots of GCC prior to 3.0.
11536 case $host_os in
11537 aix4 | aix4.[01] | aix4.[01].*)
11538 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11539 echo ' yes '
11540 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11541 :
11542 else
11543 can_build_shared=no
11544 fi
11545 ;;
11546 esac
11547 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11548 # soname into executable. Probably we can add versioning support to
11549 # collect2, so additional links can be useful in future.
11550 if test "$aix_use_runtimelinking" = yes; then
11551 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11552 # instead of lib<name>.a to let people know that these are not
11553 # typical AIX shared libraries.
11554 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11555 else
11556 # We preserve .a as extension for shared libraries through AIX4.2
11557 # and later when we are not doing run time linking.
11558 library_names_spec='${libname}${release}.a $libname.a'
11559 soname_spec='${libname}${release}${shared_ext}$major'
11560 fi
11561 shlibpath_var=LIBPATH
11562 fi
11563 ;;
11564
11565 amigaos*)
11566 case $host_cpu in
11567 powerpc)
11568 # Since July 2007 AmigaOS4 officially supports .so libraries.
11569 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11570 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11571 ;;
11572 m68k)
11573 library_names_spec='$libname.ixlibrary $libname.a'
11574 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11575 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'
11576 ;;
11577 esac
11578 ;;
11579
11580 beos*)
11581 library_names_spec='${libname}${shared_ext}'
11582 dynamic_linker="$host_os ld.so"
11583 shlibpath_var=LIBRARY_PATH
11584 ;;
11585
11586 bsdi[45]*)
11587 version_type=linux
11588 need_version=no
11589 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11590 soname_spec='${libname}${release}${shared_ext}$major'
11591 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11592 shlibpath_var=LD_LIBRARY_PATH
11593 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11594 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11595 # the default ld.so.conf also contains /usr/contrib/lib and
11596 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11597 # libtool to hard-code these into programs
11598 ;;
11599
11600 cygwin* | mingw* | pw32* | cegcc*)
11601 version_type=windows
11602 shrext_cmds=".dll"
11603 need_version=no
11604 need_lib_prefix=no
11605
11606 case $GCC,$host_os in
11607 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11608 library_names_spec='$libname.dll.a'
11609 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11610 postinstall_cmds='base_file=`basename \${file}`~
11611 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11612 dldir=$destdir/`dirname \$dlpath`~
11613 test -d \$dldir || mkdir -p \$dldir~
11614 $install_prog $dir/$dlname \$dldir/$dlname~
11615 chmod a+x \$dldir/$dlname~
11616 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11617 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11618 fi'
11619 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11620 dlpath=$dir/\$dldll~
11621 $RM \$dlpath'
11622 shlibpath_overrides_runpath=yes
11623
11624 case $host_os in
11625 cygwin*)
11626 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11627 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11628
11629 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11630 ;;
11631 mingw* | cegcc*)
11632 # MinGW DLLs use traditional 'lib' prefix
11633 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11634 ;;
11635 pw32*)
11636 # pw32 DLLs use 'pw' prefix rather than 'lib'
11637 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11638 ;;
11639 esac
11640 ;;
11641
11642 *)
11643 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11644 ;;
11645 esac
11646 dynamic_linker='Win32 ld.exe'
11647 # FIXME: first we should search . and the directory the executable is in
11648 shlibpath_var=PATH
11649 ;;
11650
11651 darwin* | rhapsody*)
11652 dynamic_linker="$host_os dyld"
11653 version_type=darwin
11654 need_lib_prefix=no
11655 need_version=no
11656 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11657 soname_spec='${libname}${release}${major}$shared_ext'
11658 shlibpath_overrides_runpath=yes
11659 shlibpath_var=DYLD_LIBRARY_PATH
11660 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11661
11662 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11663 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11664 ;;
11665
11666 dgux*)
11667 version_type=linux
11668 need_lib_prefix=no
11669 need_version=no
11670 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11671 soname_spec='${libname}${release}${shared_ext}$major'
11672 shlibpath_var=LD_LIBRARY_PATH
11673 ;;
11674
11675 freebsd* | dragonfly*)
11676 # DragonFly does not have aout. When/if they implement a new
11677 # versioning mechanism, adjust this.
11678 if test -x /usr/bin/objformat; then
11679 objformat=`/usr/bin/objformat`
11680 else
11681 case $host_os in
11682 freebsd[23].*) objformat=aout ;;
11683 *) objformat=elf ;;
11684 esac
11685 fi
11686 version_type=freebsd-$objformat
11687 case $version_type in
11688 freebsd-elf*)
11689 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11690 need_version=no
11691 need_lib_prefix=no
11692 ;;
11693 freebsd-*)
11694 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11695 need_version=yes
11696 ;;
11697 esac
11698 shlibpath_var=LD_LIBRARY_PATH
11699 case $host_os in
11700 freebsd2.*)
11701 shlibpath_overrides_runpath=yes
11702 ;;
11703 freebsd3.[01]* | freebsdelf3.[01]*)
11704 shlibpath_overrides_runpath=yes
11705 hardcode_into_libs=yes
11706 ;;
11707 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11708 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11709 shlibpath_overrides_runpath=no
11710 hardcode_into_libs=yes
11711 ;;
11712 *) # from 4.6 on, and DragonFly
11713 shlibpath_overrides_runpath=yes
11714 hardcode_into_libs=yes
11715 ;;
11716 esac
11717 ;;
11718
11719 gnu*)
11720 version_type=linux
11721 need_lib_prefix=no
11722 need_version=no
11723 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11724 soname_spec='${libname}${release}${shared_ext}$major'
11725 shlibpath_var=LD_LIBRARY_PATH
11726 hardcode_into_libs=yes
11727 ;;
11728
11729 haiku*)
11730 version_type=linux
11731 need_lib_prefix=no
11732 need_version=no
11733 dynamic_linker="$host_os runtime_loader"
11734 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11735 soname_spec='${libname}${release}${shared_ext}$major'
11736 shlibpath_var=LIBRARY_PATH
11737 shlibpath_overrides_runpath=yes
11738 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11739 hardcode_into_libs=yes
11740 ;;
11741
11742 hpux9* | hpux10* | hpux11*)
11743 # Give a soname corresponding to the major version so that dld.sl refuses to
11744 # link against other versions.
11745 version_type=sunos
11746 need_lib_prefix=no
11747 need_version=no
11748 case $host_cpu in
11749 ia64*)
11750 shrext_cmds='.so'
11751 hardcode_into_libs=yes
11752 dynamic_linker="$host_os dld.so"
11753 shlibpath_var=LD_LIBRARY_PATH
11754 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11755 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11756 soname_spec='${libname}${release}${shared_ext}$major'
11757 if test "X$HPUX_IA64_MODE" = X32; then
11758 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11759 else
11760 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11761 fi
11762 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11763 ;;
11764 hppa*64*)
11765 shrext_cmds='.sl'
11766 hardcode_into_libs=yes
11767 dynamic_linker="$host_os dld.sl"
11768 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11769 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11770 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11771 soname_spec='${libname}${release}${shared_ext}$major'
11772 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11773 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11774 ;;
11775 *)
11776 shrext_cmds='.sl'
11777 dynamic_linker="$host_os dld.sl"
11778 shlibpath_var=SHLIB_PATH
11779 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11780 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11781 soname_spec='${libname}${release}${shared_ext}$major'
11782 ;;
11783 esac
11784 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11785 postinstall_cmds='chmod 555 $lib'
11786 # or fails outright, so override atomically:
11787 install_override_mode=555
11788 ;;
11789
11790 interix[3-9]*)
11791 version_type=linux
11792 need_lib_prefix=no
11793 need_version=no
11794 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11795 soname_spec='${libname}${release}${shared_ext}$major'
11796 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11797 shlibpath_var=LD_LIBRARY_PATH
11798 shlibpath_overrides_runpath=no
11799 hardcode_into_libs=yes
11800 ;;
11801
11802 irix5* | irix6* | nonstopux*)
11803 case $host_os in
11804 nonstopux*) version_type=nonstopux ;;
11805 *)
11806 if test "$lt_cv_prog_gnu_ld" = yes; then
11807 version_type=linux
11808 else
11809 version_type=irix
11810 fi ;;
11811 esac
11812 need_lib_prefix=no
11813 need_version=no
11814 soname_spec='${libname}${release}${shared_ext}$major'
11815 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11816 case $host_os in
11817 irix5* | nonstopux*)
11818 libsuff= shlibsuff=
11819 ;;
11820 *)
11821 case $LD in # libtool.m4 will add one of these switches to LD
11822 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11823 libsuff= shlibsuff= libmagic=32-bit;;
11824 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11825 libsuff=32 shlibsuff=N32 libmagic=N32;;
11826 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11827 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11828 *) libsuff= shlibsuff= libmagic=never-match;;
11829 esac
11830 ;;
11831 esac
11832 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11833 shlibpath_overrides_runpath=no
11834 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11835 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11836 hardcode_into_libs=yes
11837 ;;
11838
11839 # No shared lib support for Linux oldld, aout, or coff.
11840 linux*oldld* | linux*aout* | linux*coff*)
11841 dynamic_linker=no
11842 ;;
11843
11844 # This must be Linux ELF.
11845 linux* | k*bsd*-gnu | kopensolaris*-gnu)
11846 version_type=linux
11847 need_lib_prefix=no
11848 need_version=no
11849 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11850 soname_spec='${libname}${release}${shared_ext}$major'
11851 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11852 shlibpath_var=LD_LIBRARY_PATH
11853 shlibpath_overrides_runpath=no
11854
11855 # Some binutils ld are patched to set DT_RUNPATH
11856 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
11857 $as_echo_n "(cached) " >&6
11858 else
11859 lt_cv_shlibpath_overrides_runpath=no
11860 save_LDFLAGS=$LDFLAGS
11861 save_libdir=$libdir
11862 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11863 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11865 /* end confdefs.h. */
11866
11867 int
11868 main ()
11869 {
11870
11871 ;
11872 return 0;
11873 }
11874 _ACEOF
11875 if ac_fn_c_try_link "$LINENO"; then :
11876 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11877 lt_cv_shlibpath_overrides_runpath=yes
11878 fi
11879 fi
11880 rm -f core conftest.err conftest.$ac_objext \
11881 conftest$ac_exeext conftest.$ac_ext
11882 LDFLAGS=$save_LDFLAGS
11883 libdir=$save_libdir
11884
11885 fi
11886
11887 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11888
11889 # This implies no fast_install, which is unacceptable.
11890 # Some rework will be needed to allow for fast_install
11891 # before this can be enabled.
11892 hardcode_into_libs=yes
11893
11894 # Append ld.so.conf contents to the search path
11895 if test -f /etc/ld.so.conf; then
11896 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' ' '`
11897 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11898 fi
11899
11900 # We used to test for /lib/ld.so.1 and disable shared libraries on
11901 # powerpc, because MkLinux only supported shared libraries with the
11902 # GNU dynamic linker. Since this was broken with cross compilers,
11903 # most powerpc-linux boxes support dynamic linking these days and
11904 # people can always --disable-shared, the test was removed, and we
11905 # assume the GNU/Linux dynamic linker is in use.
11906 dynamic_linker='GNU/Linux ld.so'
11907 ;;
11908
11909 netbsd*)
11910 version_type=sunos
11911 need_lib_prefix=no
11912 need_version=no
11913 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11914 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11915 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11916 dynamic_linker='NetBSD (a.out) ld.so'
11917 else
11918 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11919 soname_spec='${libname}${release}${shared_ext}$major'
11920 dynamic_linker='NetBSD ld.elf_so'
11921 fi
11922 shlibpath_var=LD_LIBRARY_PATH
11923 shlibpath_overrides_runpath=yes
11924 hardcode_into_libs=yes
11925 ;;
11926
11927 newsos6)
11928 version_type=linux
11929 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11930 shlibpath_var=LD_LIBRARY_PATH
11931 shlibpath_overrides_runpath=yes
11932 ;;
11933
11934 *nto* | *qnx*)
11935 version_type=qnx
11936 need_lib_prefix=no
11937 need_version=no
11938 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11939 soname_spec='${libname}${release}${shared_ext}$major'
11940 shlibpath_var=LD_LIBRARY_PATH
11941 shlibpath_overrides_runpath=no
11942 hardcode_into_libs=yes
11943 dynamic_linker='ldqnx.so'
11944 ;;
11945
11946 openbsd*)
11947 version_type=sunos
11948 sys_lib_dlsearch_path_spec="/usr/lib"
11949 need_lib_prefix=no
11950 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11951 case $host_os in
11952 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11953 *) need_version=no ;;
11954 esac
11955 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11956 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11957 shlibpath_var=LD_LIBRARY_PATH
11958 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11959 case $host_os in
11960 openbsd2.[89] | openbsd2.[89].*)
11961 shlibpath_overrides_runpath=no
11962 ;;
11963 *)
11964 shlibpath_overrides_runpath=yes
11965 ;;
11966 esac
11967 else
11968 shlibpath_overrides_runpath=yes
11969 fi
11970 ;;
11971
11972 os2*)
11973 libname_spec='$name'
11974 shrext_cmds=".dll"
11975 need_lib_prefix=no
11976 library_names_spec='$libname${shared_ext} $libname.a'
11977 dynamic_linker='OS/2 ld.exe'
11978 shlibpath_var=LIBPATH
11979 ;;
11980
11981 osf3* | osf4* | osf5*)
11982 version_type=osf
11983 need_lib_prefix=no
11984 need_version=no
11985 soname_spec='${libname}${release}${shared_ext}$major'
11986 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11987 shlibpath_var=LD_LIBRARY_PATH
11988 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11989 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11990 ;;
11991
11992 rdos*)
11993 dynamic_linker=no
11994 ;;
11995
11996 solaris*)
11997 version_type=linux
11998 need_lib_prefix=no
11999 need_version=no
12000 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12001 soname_spec='${libname}${release}${shared_ext}$major'
12002 shlibpath_var=LD_LIBRARY_PATH
12003 shlibpath_overrides_runpath=yes
12004 hardcode_into_libs=yes
12005 # ldd complains unless libraries are executable
12006 postinstall_cmds='chmod +x $lib'
12007 ;;
12008
12009 sunos4*)
12010 version_type=sunos
12011 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12012 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12013 shlibpath_var=LD_LIBRARY_PATH
12014 shlibpath_overrides_runpath=yes
12015 if test "$with_gnu_ld" = yes; then
12016 need_lib_prefix=no
12017 fi
12018 need_version=yes
12019 ;;
12020
12021 sysv4 | sysv4.3*)
12022 version_type=linux
12023 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12024 soname_spec='${libname}${release}${shared_ext}$major'
12025 shlibpath_var=LD_LIBRARY_PATH
12026 case $host_vendor in
12027 sni)
12028 shlibpath_overrides_runpath=no
12029 need_lib_prefix=no
12030 runpath_var=LD_RUN_PATH
12031 ;;
12032 siemens)
12033 need_lib_prefix=no
12034 ;;
12035 motorola)
12036 need_lib_prefix=no
12037 need_version=no
12038 shlibpath_overrides_runpath=no
12039 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12040 ;;
12041 esac
12042 ;;
12043
12044 sysv4*MP*)
12045 if test -d /usr/nec ;then
12046 version_type=linux
12047 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12048 soname_spec='$libname${shared_ext}.$major'
12049 shlibpath_var=LD_LIBRARY_PATH
12050 fi
12051 ;;
12052
12053 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12054 version_type=freebsd-elf
12055 need_lib_prefix=no
12056 need_version=no
12057 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12058 soname_spec='${libname}${release}${shared_ext}$major'
12059 shlibpath_var=LD_LIBRARY_PATH
12060 shlibpath_overrides_runpath=yes
12061 hardcode_into_libs=yes
12062 if test "$with_gnu_ld" = yes; then
12063 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12064 else
12065 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12066 case $host_os in
12067 sco3.2v5*)
12068 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12069 ;;
12070 esac
12071 fi
12072 sys_lib_dlsearch_path_spec='/usr/lib'
12073 ;;
12074
12075 tpf*)
12076 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12077 version_type=linux
12078 need_lib_prefix=no
12079 need_version=no
12080 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12081 shlibpath_var=LD_LIBRARY_PATH
12082 shlibpath_overrides_runpath=no
12083 hardcode_into_libs=yes
12084 ;;
12085
12086 uts4*)
12087 version_type=linux
12088 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12089 soname_spec='${libname}${release}${shared_ext}$major'
12090 shlibpath_var=LD_LIBRARY_PATH
12091 ;;
12092
12093 *)
12094 dynamic_linker=no
12095 ;;
12096 esac
12097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12098 $as_echo "$dynamic_linker" >&6; }
12099 test "$dynamic_linker" = no && can_build_shared=no
12100
12101 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12102 if test "$GCC" = yes; then
12103 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12104 fi
12105
12106 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12107 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12108 fi
12109 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12110 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12111 fi
12112
12113
12114
12115
12116
12117
12118
12119
12120
12121
12122
12123
12124
12125
12126
12127
12128
12129
12130
12131
12132
12133
12134
12135
12136
12137
12138
12139
12140
12141
12142
12143
12144
12145
12146
12147
12148
12149
12150
12151
12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
12169
12170
12171
12172
12173
12174
12175
12176
12177
12178
12179
12180
12181
12182
12183
12184
12185
12186
12187
12188
12189
12190
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
12203
12204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12205 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12206 hardcode_action=
12207 if test -n "$hardcode_libdir_flag_spec" ||
12208 test -n "$runpath_var" ||
12209 test "X$hardcode_automatic" = "Xyes" ; then
12210
12211 # We can hardcode non-existent directories.
12212 if test "$hardcode_direct" != no &&
12213 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12214 # have to relink, otherwise we might link with an installed library
12215 # when we should be linking with a yet-to-be-installed one
12216 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12217 test "$hardcode_minus_L" != no; then
12218 # Linking always hardcodes the temporary library directory.
12219 hardcode_action=relink
12220 else
12221 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12222 hardcode_action=immediate
12223 fi
12224 else
12225 # We cannot hardcode anything, or else we can only hardcode existing
12226 # directories.
12227 hardcode_action=unsupported
12228 fi
12229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12230 $as_echo "$hardcode_action" >&6; }
12231
12232 if test "$hardcode_action" = relink ||
12233 test "$inherit_rpath" = yes; then
12234 # Fast installation is not supported
12235 enable_fast_install=no
12236 elif test "$shlibpath_overrides_runpath" = yes ||
12237 test "$enable_shared" = no; then
12238 # Fast installation is not necessary
12239 enable_fast_install=needless
12240 fi
12241
12242
12243
12244
12245
12246
12247 if test "x$enable_dlopen" != xyes; then
12248 enable_dlopen=unknown
12249 enable_dlopen_self=unknown
12250 enable_dlopen_self_static=unknown
12251 else
12252 lt_cv_dlopen=no
12253 lt_cv_dlopen_libs=
12254
12255 case $host_os in
12256 beos*)
12257 lt_cv_dlopen="load_add_on"
12258 lt_cv_dlopen_libs=
12259 lt_cv_dlopen_self=yes
12260 ;;
12261
12262 mingw* | pw32* | cegcc*)
12263 lt_cv_dlopen="LoadLibrary"
12264 lt_cv_dlopen_libs=
12265 ;;
12266
12267 cygwin*)
12268 lt_cv_dlopen="dlopen"
12269 lt_cv_dlopen_libs=
12270 ;;
12271
12272 darwin*)
12273 # if libdl is installed we need to link against it
12274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12275 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12276 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12277 $as_echo_n "(cached) " >&6
12278 else
12279 ac_check_lib_save_LIBS=$LIBS
12280 LIBS="-ldl $LIBS"
12281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12282 /* end confdefs.h. */
12283
12284 /* Override any GCC internal prototype to avoid an error.
12285 Use char because int might match the return type of a GCC
12286 builtin and then its argument prototype would still apply. */
12287 #ifdef __cplusplus
12288 extern "C"
12289 #endif
12290 char dlopen ();
12291 int
12292 main ()
12293 {
12294 return dlopen ();
12295 ;
12296 return 0;
12297 }
12298 _ACEOF
12299 if ac_fn_c_try_link "$LINENO"; then :
12300 ac_cv_lib_dl_dlopen=yes
12301 else
12302 ac_cv_lib_dl_dlopen=no
12303 fi
12304 rm -f core conftest.err conftest.$ac_objext \
12305 conftest$ac_exeext conftest.$ac_ext
12306 LIBS=$ac_check_lib_save_LIBS
12307 fi
12308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12309 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12310 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12311 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12312 else
12313
12314 lt_cv_dlopen="dyld"
12315 lt_cv_dlopen_libs=
12316 lt_cv_dlopen_self=yes
12317
12318 fi
12319
12320 ;;
12321
12322 *)
12323 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12324 if test "x$ac_cv_func_shl_load" = x""yes; then :
12325 lt_cv_dlopen="shl_load"
12326 else
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12328 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12329 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12330 $as_echo_n "(cached) " >&6
12331 else
12332 ac_check_lib_save_LIBS=$LIBS
12333 LIBS="-ldld $LIBS"
12334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12335 /* end confdefs.h. */
12336
12337 /* Override any GCC internal prototype to avoid an error.
12338 Use char because int might match the return type of a GCC
12339 builtin and then its argument prototype would still apply. */
12340 #ifdef __cplusplus
12341 extern "C"
12342 #endif
12343 char shl_load ();
12344 int
12345 main ()
12346 {
12347 return shl_load ();
12348 ;
12349 return 0;
12350 }
12351 _ACEOF
12352 if ac_fn_c_try_link "$LINENO"; then :
12353 ac_cv_lib_dld_shl_load=yes
12354 else
12355 ac_cv_lib_dld_shl_load=no
12356 fi
12357 rm -f core conftest.err conftest.$ac_objext \
12358 conftest$ac_exeext conftest.$ac_ext
12359 LIBS=$ac_check_lib_save_LIBS
12360 fi
12361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12362 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12363 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12364 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12365 else
12366 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12367 if test "x$ac_cv_func_dlopen" = x""yes; then :
12368 lt_cv_dlopen="dlopen"
12369 else
12370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12371 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12372 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12373 $as_echo_n "(cached) " >&6
12374 else
12375 ac_check_lib_save_LIBS=$LIBS
12376 LIBS="-ldl $LIBS"
12377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12378 /* end confdefs.h. */
12379
12380 /* Override any GCC internal prototype to avoid an error.
12381 Use char because int might match the return type of a GCC
12382 builtin and then its argument prototype would still apply. */
12383 #ifdef __cplusplus
12384 extern "C"
12385 #endif
12386 char dlopen ();
12387 int
12388 main ()
12389 {
12390 return dlopen ();
12391 ;
12392 return 0;
12393 }
12394 _ACEOF
12395 if ac_fn_c_try_link "$LINENO"; then :
12396 ac_cv_lib_dl_dlopen=yes
12397 else
12398 ac_cv_lib_dl_dlopen=no
12399 fi
12400 rm -f core conftest.err conftest.$ac_objext \
12401 conftest$ac_exeext conftest.$ac_ext
12402 LIBS=$ac_check_lib_save_LIBS
12403 fi
12404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12405 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12406 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12407 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12408 else
12409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12410 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12411 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12412 $as_echo_n "(cached) " >&6
12413 else
12414 ac_check_lib_save_LIBS=$LIBS
12415 LIBS="-lsvld $LIBS"
12416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12417 /* end confdefs.h. */
12418
12419 /* Override any GCC internal prototype to avoid an error.
12420 Use char because int might match the return type of a GCC
12421 builtin and then its argument prototype would still apply. */
12422 #ifdef __cplusplus
12423 extern "C"
12424 #endif
12425 char dlopen ();
12426 int
12427 main ()
12428 {
12429 return dlopen ();
12430 ;
12431 return 0;
12432 }
12433 _ACEOF
12434 if ac_fn_c_try_link "$LINENO"; then :
12435 ac_cv_lib_svld_dlopen=yes
12436 else
12437 ac_cv_lib_svld_dlopen=no
12438 fi
12439 rm -f core conftest.err conftest.$ac_objext \
12440 conftest$ac_exeext conftest.$ac_ext
12441 LIBS=$ac_check_lib_save_LIBS
12442 fi
12443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12444 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12445 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12446 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12447 else
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12449 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12450 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12451 $as_echo_n "(cached) " >&6
12452 else
12453 ac_check_lib_save_LIBS=$LIBS
12454 LIBS="-ldld $LIBS"
12455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12456 /* end confdefs.h. */
12457
12458 /* Override any GCC internal prototype to avoid an error.
12459 Use char because int might match the return type of a GCC
12460 builtin and then its argument prototype would still apply. */
12461 #ifdef __cplusplus
12462 extern "C"
12463 #endif
12464 char dld_link ();
12465 int
12466 main ()
12467 {
12468 return dld_link ();
12469 ;
12470 return 0;
12471 }
12472 _ACEOF
12473 if ac_fn_c_try_link "$LINENO"; then :
12474 ac_cv_lib_dld_dld_link=yes
12475 else
12476 ac_cv_lib_dld_dld_link=no
12477 fi
12478 rm -f core conftest.err conftest.$ac_objext \
12479 conftest$ac_exeext conftest.$ac_ext
12480 LIBS=$ac_check_lib_save_LIBS
12481 fi
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12483 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12484 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12485 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12486 fi
12487
12488
12489 fi
12490
12491
12492 fi
12493
12494
12495 fi
12496
12497
12498 fi
12499
12500
12501 fi
12502
12503 ;;
12504 esac
12505
12506 if test "x$lt_cv_dlopen" != xno; then
12507 enable_dlopen=yes
12508 else
12509 enable_dlopen=no
12510 fi
12511
12512 case $lt_cv_dlopen in
12513 dlopen)
12514 save_CPPFLAGS="$CPPFLAGS"
12515 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12516
12517 save_LDFLAGS="$LDFLAGS"
12518 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12519
12520 save_LIBS="$LIBS"
12521 LIBS="$lt_cv_dlopen_libs $LIBS"
12522
12523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12524 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12525 if test "${lt_cv_dlopen_self+set}" = set; then :
12526 $as_echo_n "(cached) " >&6
12527 else
12528 if test "$cross_compiling" = yes; then :
12529 lt_cv_dlopen_self=cross
12530 else
12531 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12532 lt_status=$lt_dlunknown
12533 cat > conftest.$ac_ext <<_LT_EOF
12534 #line 12534 "configure"
12535 #include "confdefs.h"
12536
12537 #if HAVE_DLFCN_H
12538 #include <dlfcn.h>
12539 #endif
12540
12541 #include <stdio.h>
12542
12543 #ifdef RTLD_GLOBAL
12544 # define LT_DLGLOBAL RTLD_GLOBAL
12545 #else
12546 # ifdef DL_GLOBAL
12547 # define LT_DLGLOBAL DL_GLOBAL
12548 # else
12549 # define LT_DLGLOBAL 0
12550 # endif
12551 #endif
12552
12553 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12554 find out it does not work in some platform. */
12555 #ifndef LT_DLLAZY_OR_NOW
12556 # ifdef RTLD_LAZY
12557 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12558 # else
12559 # ifdef DL_LAZY
12560 # define LT_DLLAZY_OR_NOW DL_LAZY
12561 # else
12562 # ifdef RTLD_NOW
12563 # define LT_DLLAZY_OR_NOW RTLD_NOW
12564 # else
12565 # ifdef DL_NOW
12566 # define LT_DLLAZY_OR_NOW DL_NOW
12567 # else
12568 # define LT_DLLAZY_OR_NOW 0
12569 # endif
12570 # endif
12571 # endif
12572 # endif
12573 #endif
12574
12575 /* When -fvisbility=hidden is used, assume the code has been annotated
12576 correspondingly for the symbols needed. */
12577 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12578 void fnord () __attribute__((visibility("default")));
12579 #endif
12580
12581 void fnord () { int i=42; }
12582 int main ()
12583 {
12584 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12585 int status = $lt_dlunknown;
12586
12587 if (self)
12588 {
12589 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12590 else
12591 {
12592 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12593 else puts (dlerror ());
12594 }
12595 /* dlclose (self); */
12596 }
12597 else
12598 puts (dlerror ());
12599
12600 return status;
12601 }
12602 _LT_EOF
12603 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12604 (eval $ac_link) 2>&5
12605 ac_status=$?
12606 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12607 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12608 (./conftest; exit; ) >&5 2>/dev/null
12609 lt_status=$?
12610 case x$lt_status in
12611 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12612 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12613 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12614 esac
12615 else :
12616 # compilation failed
12617 lt_cv_dlopen_self=no
12618 fi
12619 fi
12620 rm -fr conftest*
12621
12622
12623 fi
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12625 $as_echo "$lt_cv_dlopen_self" >&6; }
12626
12627 if test "x$lt_cv_dlopen_self" = xyes; then
12628 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12630 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12631 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12632 $as_echo_n "(cached) " >&6
12633 else
12634 if test "$cross_compiling" = yes; then :
12635 lt_cv_dlopen_self_static=cross
12636 else
12637 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12638 lt_status=$lt_dlunknown
12639 cat > conftest.$ac_ext <<_LT_EOF
12640 #line 12640 "configure"
12641 #include "confdefs.h"
12642
12643 #if HAVE_DLFCN_H
12644 #include <dlfcn.h>
12645 #endif
12646
12647 #include <stdio.h>
12648
12649 #ifdef RTLD_GLOBAL
12650 # define LT_DLGLOBAL RTLD_GLOBAL
12651 #else
12652 # ifdef DL_GLOBAL
12653 # define LT_DLGLOBAL DL_GLOBAL
12654 # else
12655 # define LT_DLGLOBAL 0
12656 # endif
12657 #endif
12658
12659 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12660 find out it does not work in some platform. */
12661 #ifndef LT_DLLAZY_OR_NOW
12662 # ifdef RTLD_LAZY
12663 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12664 # else
12665 # ifdef DL_LAZY
12666 # define LT_DLLAZY_OR_NOW DL_LAZY
12667 # else
12668 # ifdef RTLD_NOW
12669 # define LT_DLLAZY_OR_NOW RTLD_NOW
12670 # else
12671 # ifdef DL_NOW
12672 # define LT_DLLAZY_OR_NOW DL_NOW
12673 # else
12674 # define LT_DLLAZY_OR_NOW 0
12675 # endif
12676 # endif
12677 # endif
12678 # endif
12679 #endif
12680
12681 /* When -fvisbility=hidden is used, assume the code has been annotated
12682 correspondingly for the symbols needed. */
12683 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12684 void fnord () __attribute__((visibility("default")));
12685 #endif
12686
12687 void fnord () { int i=42; }
12688 int main ()
12689 {
12690 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12691 int status = $lt_dlunknown;
12692
12693 if (self)
12694 {
12695 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12696 else
12697 {
12698 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12699 else puts (dlerror ());
12700 }
12701 /* dlclose (self); */
12702 }
12703 else
12704 puts (dlerror ());
12705
12706 return status;
12707 }
12708 _LT_EOF
12709 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12710 (eval $ac_link) 2>&5
12711 ac_status=$?
12712 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12713 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12714 (./conftest; exit; ) >&5 2>/dev/null
12715 lt_status=$?
12716 case x$lt_status in
12717 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12718 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12719 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12720 esac
12721 else :
12722 # compilation failed
12723 lt_cv_dlopen_self_static=no
12724 fi
12725 fi
12726 rm -fr conftest*
12727
12728
12729 fi
12730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12731 $as_echo "$lt_cv_dlopen_self_static" >&6; }
12732 fi
12733
12734 CPPFLAGS="$save_CPPFLAGS"
12735 LDFLAGS="$save_LDFLAGS"
12736 LIBS="$save_LIBS"
12737 ;;
12738 esac
12739
12740 case $lt_cv_dlopen_self in
12741 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12742 *) enable_dlopen_self=unknown ;;
12743 esac
12744
12745 case $lt_cv_dlopen_self_static in
12746 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12747 *) enable_dlopen_self_static=unknown ;;
12748 esac
12749 fi
12750
12751
12752
12753
12754
12755
12756
12757
12758
12759
12760
12761
12762
12763
12764
12765
12766
12767 striplib=
12768 old_striplib=
12769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12770 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
12771 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12772 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12773 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12775 $as_echo "yes" >&6; }
12776 else
12777 # FIXME - insert some real tests, host_os isn't really good enough
12778 case $host_os in
12779 darwin*)
12780 if test -n "$STRIP" ; then
12781 striplib="$STRIP -x"
12782 old_striplib="$STRIP -S"
12783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12784 $as_echo "yes" >&6; }
12785 else
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12787 $as_echo "no" >&6; }
12788 fi
12789 ;;
12790 *)
12791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12792 $as_echo "no" >&6; }
12793 ;;
12794 esac
12795 fi
12796
12797
12798
12799
12800
12801
12802
12803
12804
12805
12806
12807
12808 # Report which library types will actually be built
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12810 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12812 $as_echo "$can_build_shared" >&6; }
12813
12814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12815 $as_echo_n "checking whether to build shared libraries... " >&6; }
12816 test "$can_build_shared" = "no" && enable_shared=no
12817
12818 # On AIX, shared libraries and static libraries use the same namespace, and
12819 # are all built from PIC.
12820 case $host_os in
12821 aix3*)
12822 test "$enable_shared" = yes && enable_static=no
12823 if test -n "$RANLIB"; then
12824 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12825 postinstall_cmds='$RANLIB $lib'
12826 fi
12827 ;;
12828
12829 aix[4-9]*)
12830 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12831 test "$enable_shared" = yes && enable_static=no
12832 fi
12833 ;;
12834 esac
12835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12836 $as_echo "$enable_shared" >&6; }
12837
12838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12839 $as_echo_n "checking whether to build static libraries... " >&6; }
12840 # Make sure either enable_shared or enable_static is yes.
12841 test "$enable_shared" = yes || enable_static=yes
12842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12843 $as_echo "$enable_static" >&6; }
12844
12845
12846
12847
12848 fi
12849 ac_ext=c
12850 ac_cpp='$CPP $CPPFLAGS'
12851 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12852 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12853 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12854
12855 CC="$lt_save_CC"
12856
12857
12858
12859
12860
12861
12862
12863
12864
12865
12866
12867
12868
12869 ac_config_commands="$ac_config_commands libtool"
12870
12871
12872
12873
12874 # Only expand once:
12875
12876
12877
12878
12879 . ${srcdir}/../../bfd/configure.host
12880
12881
12882
12883
12884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12885 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12886 # Check whether --enable-maintainer-mode was given.
12887 if test "${enable_maintainer_mode+set}" = set; then :
12888 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12889 else
12890 USE_MAINTAINER_MODE=no
12891 fi
12892
12893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12894 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12895 if test $USE_MAINTAINER_MODE = yes; then
12896 MAINTAINER_MODE_TRUE=
12897 MAINTAINER_MODE_FALSE='#'
12898 else
12899 MAINTAINER_MODE_TRUE='#'
12900 MAINTAINER_MODE_FALSE=
12901 fi
12902
12903 MAINT=$MAINTAINER_MODE_TRUE
12904
12905
12906
12907
12908 # Check whether --enable-sim-bswap was given.
12909 if test "${enable_sim_bswap+set}" = set; then :
12910 enableval=$enable_sim_bswap; case "${enableval}" in
12911 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12912 no) sim_bswap="-DWITH_BSWAP=0";;
12913 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
12914 esac
12915 if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12916 echo "Setting bswap flags = $sim_bswap" 6>&1
12917 fi
12918 else
12919 sim_bswap=""
12920 fi
12921
12922
12923
12924 # Check whether --enable-sim-cflags was given.
12925 if test "${enable_sim_cflags+set}" = set; then :
12926 enableval=$enable_sim_cflags; case "${enableval}" in
12927 yes) sim_cflags="-O2 -fomit-frame-pointer";;
12928 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
12929 no) sim_cflags="";;
12930 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12931 esac
12932 if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12933 echo "Setting sim cflags = $sim_cflags" 6>&1
12934 fi
12935 else
12936 sim_cflags=""
12937 fi
12938
12939
12940
12941 # Check whether --enable-sim-debug was given.
12942 if test "${enable_sim_debug+set}" = set; then :
12943 enableval=$enable_sim_debug; case "${enableval}" in
12944 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12945 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12946 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12947 esac
12948 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12949 echo "Setting sim debug = $sim_debug" 6>&1
12950 fi
12951 else
12952 sim_debug=""
12953 fi
12954
12955
12956
12957 # Check whether --enable-sim-stdio was given.
12958 if test "${enable_sim_stdio+set}" = set; then :
12959 enableval=$enable_sim_stdio; case "${enableval}" in
12960 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12961 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
12962 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
12963 esac
12964 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12965 echo "Setting stdio flags = $sim_stdio" 6>&1
12966 fi
12967 else
12968 sim_stdio=""
12969 fi
12970
12971
12972
12973 # Check whether --enable-sim-trace was given.
12974 if test "${enable_sim_trace+set}" = set; then :
12975 enableval=$enable_sim_trace; case "${enableval}" in
12976 yes) sim_trace="-DWITH_TRACE=-1";;
12977 no) sim_trace="-DWITH_TRACE=0";;
12978 [-0-9]*)
12979 sim_trace="-DWITH_TRACE='(${enableval})'";;
12980 [[:lower:]]*)
12981 sim_trace=""
12982 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12983 if test x"$sim_trace" = x; then
12984 sim_trace="-DWITH_TRACE='(TRACE_$x"
12985 else
12986 sim_trace="${sim_trace}|TRACE_$x"
12987 fi
12988 done
12989 sim_trace="$sim_trace)'" ;;
12990 esac
12991 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12992 echo "Setting sim trace = $sim_trace" 6>&1
12993 fi
12994 else
12995 sim_trace=""
12996 fi
12997
12998
12999
13000 # Check whether --enable-sim-profile was given.
13001 if test "${enable_sim_profile+set}" = set; then :
13002 enableval=$enable_sim_profile; case "${enableval}" in
13003 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
13004 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
13005 [-0-9]*)
13006 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
13007 [a-z]*)
13008 sim_profile=""
13009 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13010 if test x"$sim_profile" = x; then
13011 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13012 else
13013 sim_profile="${sim_profile}|PROFILE_$x"
13014 fi
13015 done
13016 sim_profile="$sim_profile)'" ;;
13017 esac
13018 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13019 echo "Setting sim profile = $sim_profile" 6>&1
13020 fi
13021 else
13022 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
13023 fi
13024
13025
13026
13027
13028 # Check whether --with-pkgversion was given.
13029 if test "${with_pkgversion+set}" = set; then :
13030 withval=$with_pkgversion; case "$withval" in
13031 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
13032 no) PKGVERSION= ;;
13033 *) PKGVERSION="($withval) " ;;
13034 esac
13035 else
13036 PKGVERSION="(SIM) "
13037
13038 fi
13039
13040
13041
13042
13043
13044 # Check whether --with-bugurl was given.
13045 if test "${with_bugurl+set}" = set; then :
13046 withval=$with_bugurl; case "$withval" in
13047 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13048 no) BUGURL=
13049 ;;
13050 *) BUGURL="$withval"
13051 ;;
13052 esac
13053 else
13054 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13055
13056 fi
13057
13058 case ${BUGURL} in
13059 "")
13060 REPORT_BUGS_TO=
13061 REPORT_BUGS_TEXI=
13062 ;;
13063 *)
13064 REPORT_BUGS_TO="<$BUGURL>"
13065 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13066 ;;
13067 esac;
13068
13069
13070
13071
13072 cat >>confdefs.h <<_ACEOF
13073 #define PKGVERSION "$PKGVERSION"
13074 _ACEOF
13075
13076
13077 cat >>confdefs.h <<_ACEOF
13078 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13079 _ACEOF
13080
13081
13082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13083 $as_echo_n "checking return type of signal handlers... " >&6; }
13084 if test "${ac_cv_type_signal+set}" = set; then :
13085 $as_echo_n "(cached) " >&6
13086 else
13087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13088 /* end confdefs.h. */
13089 #include <sys/types.h>
13090 #include <signal.h>
13091
13092 int
13093 main ()
13094 {
13095 return *(signal (0, 0)) (0) == 1;
13096 ;
13097 return 0;
13098 }
13099 _ACEOF
13100 if ac_fn_c_try_compile "$LINENO"; then :
13101 ac_cv_type_signal=int
13102 else
13103 ac_cv_type_signal=void
13104 fi
13105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13106 fi
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13108 $as_echo "$ac_cv_type_signal" >&6; }
13109
13110 cat >>confdefs.h <<_ACEOF
13111 #define RETSIGTYPE $ac_cv_type_signal
13112 _ACEOF
13113
13114
13115
13116
13117
13118 sim_link_files=
13119 sim_link_links=
13120
13121 # targ-vals.def points to the libc macro description file.
13122 case "${target}" in
13123 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
13124 esac
13125 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
13126 sim_link_links="${sim_link_links} targ-vals.def"
13127
13128
13129
13130
13131 wire_endian=""
13132 default_endian=""
13133 # Check whether --enable-sim-endian was given.
13134 if test "${enable_sim_endian+set}" = set; then :
13135 enableval=$enable_sim_endian; case "${enableval}" in
13136 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13137 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
13138 yes) if test x"$wire_endian" != x; then
13139 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13140 else
13141 if test x"$default_endian" != x; then
13142 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13143 else
13144 echo "No hard-wired endian for target $target" 1>&6
13145 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13146 fi
13147 fi;;
13148 no) if test x"$default_endian" != x; then
13149 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13150 else
13151 if test x"$wire_endian" != x; then
13152 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13153 else
13154 echo "No default endian for target $target" 1>&6
13155 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13156 fi
13157 fi;;
13158 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
13159 esac
13160 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13161 echo "Setting endian flags = $sim_endian" 6>&1
13162 fi
13163 else
13164 if test x"$default_endian" != x; then
13165 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13166 else
13167 if test x"$wire_endian" != x; then
13168 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13169 else
13170 sim_endian=
13171 fi
13172 fi
13173 fi
13174
13175 wire_alignment="STRICT_ALIGNMENT"
13176 default_alignment="STRICT_ALIGNMENT"
13177
13178 # Check whether --enable-sim-alignment was given.
13179 if test "${enable_sim_alignment+set}" = set; then :
13180 enableval=$enable_sim_alignment; case "${enableval}" in
13181 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13182 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13183 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13184 yes) if test x"$wire_alignment" != x; then
13185 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13186 else
13187 if test x"$default_alignment" != x; then
13188 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13189 else
13190 echo "No hard-wired alignment for target $target" 1>&6
13191 sim_alignment="-DWITH_ALIGNMENT=0"
13192 fi
13193 fi;;
13194 no) if test x"$default_alignment" != x; then
13195 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13196 else
13197 if test x"$wire_alignment" != x; then
13198 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13199 else
13200 echo "No default alignment for target $target" 1>&6
13201 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13202 fi
13203 fi;;
13204 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
13205 esac
13206 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13207 echo "Setting alignment flags = $sim_alignment" 6>&1
13208 fi
13209 else
13210 if test x"$default_alignment" != x; then
13211 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13212 else
13213 if test x"$wire_alignment" != x; then
13214 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13215 else
13216 sim_alignment=
13217 fi
13218 fi
13219 fi
13220
13221
13222 # Check whether --enable-sim-environment was given.
13223 if test "${enable_sim_environment+set}" = set; then :
13224 enableval=$enable_sim_environment; case "${enableval}" in
13225 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
13226 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
13227 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
13228 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
13229 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
13230 sim_environment="";;
13231 esac
13232 if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
13233 echo "Setting sim environment = $sim_environment" 6>&1
13234 fi
13235 else
13236 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
13237 fi
13238
13239
13240 default_sim_inline=""
13241 # Check whether --enable-sim-inline was given.
13242 if test "${enable_sim_inline+set}" = set; then :
13243 enableval=$enable_sim_inline; sim_inline=""
13244 case "$enableval" in
13245 no) sim_inline="-DDEFAULT_INLINE=0";;
13246 0) sim_inline="-DDEFAULT_INLINE=0";;
13247 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13248 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13249 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13250 new_flag=""
13251 case "$x" in
13252 *_INLINE=*) new_flag="-D$x";;
13253 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13254 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13255 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13256 esac
13257 if test x"$sim_inline" = x""; then
13258 sim_inline="$new_flag"
13259 else
13260 sim_inline="$sim_inline $new_flag"
13261 fi
13262 done;;
13263 esac
13264 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13265 echo "Setting inline flags = $sim_inline" 6>&1
13266 fi
13267 else
13268
13269 if test "x$cross_compiling" = "xno"; then
13270 if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
13271 sim_inline="${default_sim_inline}"
13272 if test x"$silent" != x"yes"; then
13273 echo "Setting inline flags = $sim_inline" 6>&1
13274 fi
13275 else
13276 sim_inline=""
13277 fi
13278 else
13279 sim_inline="-DDEFAULT_INLINE=0"
13280 fi
13281 fi
13282
13283
13284 # Check whether --enable-werror was given.
13285 if test "${enable_werror+set}" = set; then :
13286 enableval=$enable_werror; case "${enableval}" in
13287 yes | y) ERROR_ON_WARNING="yes" ;;
13288 no | n) ERROR_ON_WARNING="no" ;;
13289 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13290 esac
13291 fi
13292
13293
13294 # Enable -Werror by default when using gcc
13295 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13296 ERROR_ON_WARNING=yes
13297 fi
13298
13299 WERROR_CFLAGS=""
13300 if test "${ERROR_ON_WARNING}" = yes ; then
13301 # NOTE: Disabled in the sim dir due to most sims generating warnings.
13302 # WERROR_CFLAGS="-Werror"
13303 true
13304 fi
13305
13306 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13307 -Wpointer-sign \
13308 -Wno-unused -Wunused-value -Wunused-function \
13309 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13310 -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13311 -Wold-style-declaration -Wold-style-definition"
13312
13313 # Enable -Wno-format by default when using gcc on mingw since many
13314 # GCC versions complain about %I64.
13315 case "${host}" in
13316 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13317 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13318 esac
13319
13320 # Check whether --enable-build-warnings was given.
13321 if test "${enable_build_warnings+set}" = set; then :
13322 enableval=$enable_build_warnings; case "${enableval}" in
13323 yes) ;;
13324 no) build_warnings="-w";;
13325 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13326 build_warnings="${build_warnings} ${t}";;
13327 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13328 build_warnings="${t} ${build_warnings}";;
13329 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13330 esac
13331 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13332 echo "Setting compiler warning flags = $build_warnings" 6>&1
13333 fi
13334 fi
13335 # Check whether --enable-sim-build-warnings was given.
13336 if test "${enable_sim_build_warnings+set}" = set; then :
13337 enableval=$enable_sim_build_warnings; case "${enableval}" in
13338 yes) ;;
13339 no) build_warnings="-w";;
13340 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13341 build_warnings="${build_warnings} ${t}";;
13342 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13343 build_warnings="${t} ${build_warnings}";;
13344 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13345 esac
13346 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13347 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13348 fi
13349 fi
13350 WARN_CFLAGS=""
13351 if test "x${build_warnings}" != x -a "x$GCC" = xyes
13352 then
13353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13354 $as_echo_n "checking compiler warning flags... " >&6; }
13355 # Separate out the -Werror flag as some files just cannot be
13356 # compiled with it enabled.
13357 for w in ${build_warnings}; do
13358 case $w in
13359 -Werr*) WERROR_CFLAGS=-Werror ;;
13360 *) # Check that GCC accepts it
13361 saved_CFLAGS="$CFLAGS"
13362 CFLAGS="$CFLAGS $w"
13363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13364 /* end confdefs.h. */
13365
13366 int
13367 main ()
13368 {
13369
13370 ;
13371 return 0;
13372 }
13373 _ACEOF
13374 if ac_fn_c_try_compile "$LINENO"; then :
13375 WARN_CFLAGS="${WARN_CFLAGS} $w"
13376 fi
13377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13378 CFLAGS="$saved_CFLAGS"
13379 esac
13380 done
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13382 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13383 fi
13384
13385
13386
13387 ac_sources="$sim_link_files"
13388 ac_dests="$sim_link_links"
13389 while test -n "$ac_sources"; do
13390 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13391 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13392 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13393 done
13394 ac_config_links="$ac_config_links $ac_config_links_1"
13395
13396 cgen_breaks=""
13397 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13398 cgen_breaks="break cgen_rtx_error";
13399 fi
13400
13401 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13402
13403 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13404
13405 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13406
13407 ac_config_commands="$ac_config_commands Makefile"
13408
13409 ac_config_commands="$ac_config_commands stamp-h"
13410
13411 cat >confcache <<\_ACEOF
13412 # This file is a shell script that caches the results of configure
13413 # tests run on this system so they can be shared between configure
13414 # scripts and configure runs, see configure's option --config-cache.
13415 # It is not useful on other systems. If it contains results you don't
13416 # want to keep, you may remove or edit it.
13417 #
13418 # config.status only pays attention to the cache file if you give it
13419 # the --recheck option to rerun configure.
13420 #
13421 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13422 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13423 # following values.
13424
13425 _ACEOF
13426
13427 # The following way of writing the cache mishandles newlines in values,
13428 # but we know of no workaround that is simple, portable, and efficient.
13429 # So, we kill variables containing newlines.
13430 # Ultrix sh set writes to stderr and can't be redirected directly,
13431 # and sets the high bit in the cache file unless we assign to the vars.
13432 (
13433 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13434 eval ac_val=\$$ac_var
13435 case $ac_val in #(
13436 *${as_nl}*)
13437 case $ac_var in #(
13438 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13439 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13440 esac
13441 case $ac_var in #(
13442 _ | IFS | as_nl) ;; #(
13443 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13444 *) { eval $ac_var=; unset $ac_var;} ;;
13445 esac ;;
13446 esac
13447 done
13448
13449 (set) 2>&1 |
13450 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13451 *${as_nl}ac_space=\ *)
13452 # `set' does not quote correctly, so add quotes: double-quote
13453 # substitution turns \\\\ into \\, and sed turns \\ into \.
13454 sed -n \
13455 "s/'/'\\\\''/g;
13456 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13457 ;; #(
13458 *)
13459 # `set' quotes correctly as required by POSIX, so do not add quotes.
13460 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13461 ;;
13462 esac |
13463 sort
13464 ) |
13465 sed '
13466 /^ac_cv_env_/b end
13467 t clear
13468 :clear
13469 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13470 t end
13471 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13472 :end' >>confcache
13473 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13474 if test -w "$cache_file"; then
13475 test "x$cache_file" != "x/dev/null" &&
13476 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13477 $as_echo "$as_me: updating cache $cache_file" >&6;}
13478 cat confcache >$cache_file
13479 else
13480 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13481 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13482 fi
13483 fi
13484 rm -f confcache
13485
13486 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13487 # Let make expand exec_prefix.
13488 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13489
13490 DEFS=-DHAVE_CONFIG_H
13491
13492 ac_libobjs=
13493 ac_ltlibobjs=
13494 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13495 # 1. Remove the extension, and $U if already installed.
13496 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13497 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13498 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13499 # will be set to the directory where LIBOBJS objects are built.
13500 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13501 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13502 done
13503 LIBOBJS=$ac_libobjs
13504
13505 LTLIBOBJS=$ac_ltlibobjs
13506
13507
13508
13509 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13510 as_fn_error "conditional \"GMAKE\" was never defined.
13511 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13512 fi
13513 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13514 as_fn_error "conditional \"PLUGINS\" was never defined.
13515 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13516 fi
13517 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13518 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13519 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13520 fi
13521
13522 : ${CONFIG_STATUS=./config.status}
13523 ac_write_fail=0
13524 ac_clean_files_save=$ac_clean_files
13525 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13526 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13527 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13528 as_write_fail=0
13529 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13530 #! $SHELL
13531 # Generated by $as_me.
13532 # Run this file to recreate the current configuration.
13533 # Compiler output produced by configure, useful for debugging
13534 # configure, is in config.log if it exists.
13535
13536 debug=false
13537 ac_cs_recheck=false
13538 ac_cs_silent=false
13539
13540 SHELL=\${CONFIG_SHELL-$SHELL}
13541 export SHELL
13542 _ASEOF
13543 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13544 ## -------------------- ##
13545 ## M4sh Initialization. ##
13546 ## -------------------- ##
13547
13548 # Be more Bourne compatible
13549 DUALCASE=1; export DUALCASE # for MKS sh
13550 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13551 emulate sh
13552 NULLCMD=:
13553 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13554 # is contrary to our usage. Disable this feature.
13555 alias -g '${1+"$@"}'='"$@"'
13556 setopt NO_GLOB_SUBST
13557 else
13558 case `(set -o) 2>/dev/null` in #(
13559 *posix*) :
13560 set -o posix ;; #(
13561 *) :
13562 ;;
13563 esac
13564 fi
13565
13566
13567 as_nl='
13568 '
13569 export as_nl
13570 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13571 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13572 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13573 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13574 # Prefer a ksh shell builtin over an external printf program on Solaris,
13575 # but without wasting forks for bash or zsh.
13576 if test -z "$BASH_VERSION$ZSH_VERSION" \
13577 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13578 as_echo='print -r --'
13579 as_echo_n='print -rn --'
13580 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13581 as_echo='printf %s\n'
13582 as_echo_n='printf %s'
13583 else
13584 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13585 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13586 as_echo_n='/usr/ucb/echo -n'
13587 else
13588 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13589 as_echo_n_body='eval
13590 arg=$1;
13591 case $arg in #(
13592 *"$as_nl"*)
13593 expr "X$arg" : "X\\(.*\\)$as_nl";
13594 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13595 esac;
13596 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13597 '
13598 export as_echo_n_body
13599 as_echo_n='sh -c $as_echo_n_body as_echo'
13600 fi
13601 export as_echo_body
13602 as_echo='sh -c $as_echo_body as_echo'
13603 fi
13604
13605 # The user is always right.
13606 if test "${PATH_SEPARATOR+set}" != set; then
13607 PATH_SEPARATOR=:
13608 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13609 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13610 PATH_SEPARATOR=';'
13611 }
13612 fi
13613
13614
13615 # IFS
13616 # We need space, tab and new line, in precisely that order. Quoting is
13617 # there to prevent editors from complaining about space-tab.
13618 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13619 # splitting by setting IFS to empty value.)
13620 IFS=" "" $as_nl"
13621
13622 # Find who we are. Look in the path if we contain no directory separator.
13623 case $0 in #((
13624 *[\\/]* ) as_myself=$0 ;;
13625 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13626 for as_dir in $PATH
13627 do
13628 IFS=$as_save_IFS
13629 test -z "$as_dir" && as_dir=.
13630 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13631 done
13632 IFS=$as_save_IFS
13633
13634 ;;
13635 esac
13636 # We did not find ourselves, most probably we were run as `sh COMMAND'
13637 # in which case we are not to be found in the path.
13638 if test "x$as_myself" = x; then
13639 as_myself=$0
13640 fi
13641 if test ! -f "$as_myself"; then
13642 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13643 exit 1
13644 fi
13645
13646 # Unset variables that we do not need and which cause bugs (e.g. in
13647 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13648 # suppresses any "Segmentation fault" message there. '((' could
13649 # trigger a bug in pdksh 5.2.14.
13650 for as_var in BASH_ENV ENV MAIL MAILPATH
13651 do eval test x\${$as_var+set} = xset \
13652 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13653 done
13654 PS1='$ '
13655 PS2='> '
13656 PS4='+ '
13657
13658 # NLS nuisances.
13659 LC_ALL=C
13660 export LC_ALL
13661 LANGUAGE=C
13662 export LANGUAGE
13663
13664 # CDPATH.
13665 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13666
13667
13668 # as_fn_error ERROR [LINENO LOG_FD]
13669 # ---------------------------------
13670 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13671 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13672 # script with status $?, using 1 if that was 0.
13673 as_fn_error ()
13674 {
13675 as_status=$?; test $as_status -eq 0 && as_status=1
13676 if test "$3"; then
13677 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13678 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13679 fi
13680 $as_echo "$as_me: error: $1" >&2
13681 as_fn_exit $as_status
13682 } # as_fn_error
13683
13684
13685 # as_fn_set_status STATUS
13686 # -----------------------
13687 # Set $? to STATUS, without forking.
13688 as_fn_set_status ()
13689 {
13690 return $1
13691 } # as_fn_set_status
13692
13693 # as_fn_exit STATUS
13694 # -----------------
13695 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13696 as_fn_exit ()
13697 {
13698 set +e
13699 as_fn_set_status $1
13700 exit $1
13701 } # as_fn_exit
13702
13703 # as_fn_unset VAR
13704 # ---------------
13705 # Portably unset VAR.
13706 as_fn_unset ()
13707 {
13708 { eval $1=; unset $1;}
13709 }
13710 as_unset=as_fn_unset
13711 # as_fn_append VAR VALUE
13712 # ----------------------
13713 # Append the text in VALUE to the end of the definition contained in VAR. Take
13714 # advantage of any shell optimizations that allow amortized linear growth over
13715 # repeated appends, instead of the typical quadratic growth present in naive
13716 # implementations.
13717 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13718 eval 'as_fn_append ()
13719 {
13720 eval $1+=\$2
13721 }'
13722 else
13723 as_fn_append ()
13724 {
13725 eval $1=\$$1\$2
13726 }
13727 fi # as_fn_append
13728
13729 # as_fn_arith ARG...
13730 # ------------------
13731 # Perform arithmetic evaluation on the ARGs, and store the result in the
13732 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13733 # must be portable across $(()) and expr.
13734 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13735 eval 'as_fn_arith ()
13736 {
13737 as_val=$(( $* ))
13738 }'
13739 else
13740 as_fn_arith ()
13741 {
13742 as_val=`expr "$@" || test $? -eq 1`
13743 }
13744 fi # as_fn_arith
13745
13746
13747 if expr a : '\(a\)' >/dev/null 2>&1 &&
13748 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13749 as_expr=expr
13750 else
13751 as_expr=false
13752 fi
13753
13754 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13755 as_basename=basename
13756 else
13757 as_basename=false
13758 fi
13759
13760 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13761 as_dirname=dirname
13762 else
13763 as_dirname=false
13764 fi
13765
13766 as_me=`$as_basename -- "$0" ||
13767 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13768 X"$0" : 'X\(//\)$' \| \
13769 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13770 $as_echo X/"$0" |
13771 sed '/^.*\/\([^/][^/]*\)\/*$/{
13772 s//\1/
13773 q
13774 }
13775 /^X\/\(\/\/\)$/{
13776 s//\1/
13777 q
13778 }
13779 /^X\/\(\/\).*/{
13780 s//\1/
13781 q
13782 }
13783 s/.*/./; q'`
13784
13785 # Avoid depending upon Character Ranges.
13786 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13787 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13788 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13789 as_cr_digits='0123456789'
13790 as_cr_alnum=$as_cr_Letters$as_cr_digits
13791
13792 ECHO_C= ECHO_N= ECHO_T=
13793 case `echo -n x` in #(((((
13794 -n*)
13795 case `echo 'xy\c'` in
13796 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13797 xy) ECHO_C='\c';;
13798 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13799 ECHO_T=' ';;
13800 esac;;
13801 *)
13802 ECHO_N='-n';;
13803 esac
13804
13805 rm -f conf$$ conf$$.exe conf$$.file
13806 if test -d conf$$.dir; then
13807 rm -f conf$$.dir/conf$$.file
13808 else
13809 rm -f conf$$.dir
13810 mkdir conf$$.dir 2>/dev/null
13811 fi
13812 if (echo >conf$$.file) 2>/dev/null; then
13813 if ln -s conf$$.file conf$$ 2>/dev/null; then
13814 as_ln_s='ln -s'
13815 # ... but there are two gotchas:
13816 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13817 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13818 # In both cases, we have to default to `cp -p'.
13819 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13820 as_ln_s='cp -p'
13821 elif ln conf$$.file conf$$ 2>/dev/null; then
13822 as_ln_s=ln
13823 else
13824 as_ln_s='cp -p'
13825 fi
13826 else
13827 as_ln_s='cp -p'
13828 fi
13829 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13830 rmdir conf$$.dir 2>/dev/null
13831
13832
13833 # as_fn_mkdir_p
13834 # -------------
13835 # Create "$as_dir" as a directory, including parents if necessary.
13836 as_fn_mkdir_p ()
13837 {
13838
13839 case $as_dir in #(
13840 -*) as_dir=./$as_dir;;
13841 esac
13842 test -d "$as_dir" || eval $as_mkdir_p || {
13843 as_dirs=
13844 while :; do
13845 case $as_dir in #(
13846 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13847 *) as_qdir=$as_dir;;
13848 esac
13849 as_dirs="'$as_qdir' $as_dirs"
13850 as_dir=`$as_dirname -- "$as_dir" ||
13851 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13852 X"$as_dir" : 'X\(//\)[^/]' \| \
13853 X"$as_dir" : 'X\(//\)$' \| \
13854 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13855 $as_echo X"$as_dir" |
13856 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13857 s//\1/
13858 q
13859 }
13860 /^X\(\/\/\)[^/].*/{
13861 s//\1/
13862 q
13863 }
13864 /^X\(\/\/\)$/{
13865 s//\1/
13866 q
13867 }
13868 /^X\(\/\).*/{
13869 s//\1/
13870 q
13871 }
13872 s/.*/./; q'`
13873 test -d "$as_dir" && break
13874 done
13875 test -z "$as_dirs" || eval "mkdir $as_dirs"
13876 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13877
13878
13879 } # as_fn_mkdir_p
13880 if mkdir -p . 2>/dev/null; then
13881 as_mkdir_p='mkdir -p "$as_dir"'
13882 else
13883 test -d ./-p && rmdir ./-p
13884 as_mkdir_p=false
13885 fi
13886
13887 if test -x / >/dev/null 2>&1; then
13888 as_test_x='test -x'
13889 else
13890 if ls -dL / >/dev/null 2>&1; then
13891 as_ls_L_option=L
13892 else
13893 as_ls_L_option=
13894 fi
13895 as_test_x='
13896 eval sh -c '\''
13897 if test -d "$1"; then
13898 test -d "$1/.";
13899 else
13900 case $1 in #(
13901 -*)set "./$1";;
13902 esac;
13903 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13904 ???[sx]*):;;*)false;;esac;fi
13905 '\'' sh
13906 '
13907 fi
13908 as_executable_p=$as_test_x
13909
13910 # Sed expression to map a string onto a valid CPP name.
13911 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13912
13913 # Sed expression to map a string onto a valid variable name.
13914 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13915
13916
13917 exec 6>&1
13918 ## ----------------------------------- ##
13919 ## Main body of $CONFIG_STATUS script. ##
13920 ## ----------------------------------- ##
13921 _ASEOF
13922 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13923
13924 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13925 # Save the log message, to keep $0 and so on meaningful, and to
13926 # report actual input values of CONFIG_FILES etc. instead of their
13927 # values after options handling.
13928 ac_log="
13929 This file was extended by $as_me, which was
13930 generated by GNU Autoconf 2.64. Invocation command line was
13931
13932 CONFIG_FILES = $CONFIG_FILES
13933 CONFIG_HEADERS = $CONFIG_HEADERS
13934 CONFIG_LINKS = $CONFIG_LINKS
13935 CONFIG_COMMANDS = $CONFIG_COMMANDS
13936 $ $0 $@
13937
13938 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13939 "
13940
13941 _ACEOF
13942
13943 case $ac_config_files in *"
13944 "*) set x $ac_config_files; shift; ac_config_files=$*;;
13945 esac
13946
13947 case $ac_config_headers in *"
13948 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13949 esac
13950
13951
13952 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13953 # Files that config.status was made for.
13954 config_files="$ac_config_files"
13955 config_headers="$ac_config_headers"
13956 config_links="$ac_config_links"
13957 config_commands="$ac_config_commands"
13958
13959 _ACEOF
13960
13961 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13962 ac_cs_usage="\
13963 \`$as_me' instantiates files and other configuration actions
13964 from templates according to the current configuration. Unless the files
13965 and actions are specified as TAGs, all are instantiated by default.
13966
13967 Usage: $0 [OPTION]... [TAG]...
13968
13969 -h, --help print this help, then exit
13970 -V, --version print version number and configuration settings, then exit
13971 -q, --quiet, --silent
13972 do not print progress messages
13973 -d, --debug don't remove temporary files
13974 --recheck update $as_me by reconfiguring in the same conditions
13975 --file=FILE[:TEMPLATE]
13976 instantiate the configuration file FILE
13977 --header=FILE[:TEMPLATE]
13978 instantiate the configuration header FILE
13979
13980 Configuration files:
13981 $config_files
13982
13983 Configuration headers:
13984 $config_headers
13985
13986 Configuration links:
13987 $config_links
13988
13989 Configuration commands:
13990 $config_commands
13991
13992 Report bugs to the package provider."
13993
13994 _ACEOF
13995 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13996 ac_cs_version="\\
13997 config.status
13998 configured by $0, generated by GNU Autoconf 2.64,
13999 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14000
14001 Copyright (C) 2009 Free Software Foundation, Inc.
14002 This config.status script is free software; the Free Software Foundation
14003 gives unlimited permission to copy, distribute and modify it."
14004
14005 ac_pwd='$ac_pwd'
14006 srcdir='$srcdir'
14007 INSTALL='$INSTALL'
14008 AWK='$AWK'
14009 test -n "\$AWK" || AWK=awk
14010 _ACEOF
14011
14012 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14013 # The default lists apply if the user does not specify any file.
14014 ac_need_defaults=:
14015 while test $# != 0
14016 do
14017 case $1 in
14018 --*=*)
14019 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14020 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14021 ac_shift=:
14022 ;;
14023 *)
14024 ac_option=$1
14025 ac_optarg=$2
14026 ac_shift=shift
14027 ;;
14028 esac
14029
14030 case $ac_option in
14031 # Handling of the options.
14032 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14033 ac_cs_recheck=: ;;
14034 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14035 $as_echo "$ac_cs_version"; exit ;;
14036 --debug | --debu | --deb | --de | --d | -d )
14037 debug=: ;;
14038 --file | --fil | --fi | --f )
14039 $ac_shift
14040 case $ac_optarg in
14041 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14042 esac
14043 as_fn_append CONFIG_FILES " '$ac_optarg'"
14044 ac_need_defaults=false;;
14045 --header | --heade | --head | --hea )
14046 $ac_shift
14047 case $ac_optarg in
14048 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14049 esac
14050 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14051 ac_need_defaults=false;;
14052 --he | --h)
14053 # Conflict between --help and --header
14054 as_fn_error "ambiguous option: \`$1'
14055 Try \`$0 --help' for more information.";;
14056 --help | --hel | -h )
14057 $as_echo "$ac_cs_usage"; exit ;;
14058 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14059 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14060 ac_cs_silent=: ;;
14061
14062 # This is an error.
14063 -*) as_fn_error "unrecognized option: \`$1'
14064 Try \`$0 --help' for more information." ;;
14065
14066 *) as_fn_append ac_config_targets " $1"
14067 ac_need_defaults=false ;;
14068
14069 esac
14070 shift
14071 done
14072
14073 ac_configure_extra_args=
14074
14075 if $ac_cs_silent; then
14076 exec 6>/dev/null
14077 ac_configure_extra_args="$ac_configure_extra_args --silent"
14078 fi
14079
14080 _ACEOF
14081 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14082 if \$ac_cs_recheck; then
14083 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14084 shift
14085 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14086 CONFIG_SHELL='$SHELL'
14087 export CONFIG_SHELL
14088 exec "\$@"
14089 fi
14090
14091 _ACEOF
14092 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14093 exec 5>>config.log
14094 {
14095 echo
14096 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14097 ## Running $as_me. ##
14098 _ASBOX
14099 $as_echo "$ac_log"
14100 } >&5
14101
14102 _ACEOF
14103 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14104 #
14105 # INIT-COMMANDS
14106 #
14107 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14108
14109
14110 # The HP-UX ksh and POSIX shell print the target directory to stdout
14111 # if CDPATH is set.
14112 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14113
14114 sed_quote_subst='$sed_quote_subst'
14115 double_quote_subst='$double_quote_subst'
14116 delay_variable_subst='$delay_variable_subst'
14117 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14118 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14119 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14120 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14121 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14122 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14123 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14124 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14125 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14126 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14127 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14128 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14129 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14130 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14131 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14132 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14133 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14134 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14135 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14136 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14137 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14138 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14139 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14140 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14141 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14142 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14143 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14144 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14145 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14146 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14147 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14148 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14149 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14150 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14151 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14152 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14153 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14154 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14155 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14156 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14157 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14158 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14159 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14160 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14161 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14162 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14163 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14164 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14165 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"`'
14166 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14167 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14168 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14169 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14170 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14171 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14172 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14173 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14174 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14175 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14176 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14177 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14178 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14179 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14180 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14181 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14182 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14183 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14184 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14185 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14186 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14187 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14188 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14189 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14190 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14191 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14192 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14193 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14194 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14195 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14196 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14197 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14198 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14199 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14200 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14201 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14202 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14203 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14204 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14205 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14206 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14207 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14208 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14209 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14210 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14211 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14212 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14213 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14214 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14215 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14216 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14217 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14218 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14219 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14220 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14221 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14222 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14223 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14224 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14225 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14226 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14227 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14228 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14229 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14230 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14231 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14232 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14233 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14234 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14235 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14236 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14237
14238 LTCC='$LTCC'
14239 LTCFLAGS='$LTCFLAGS'
14240 compiler='$compiler_DEFAULT'
14241
14242 # A function that is used when there is no print builtin or printf.
14243 func_fallback_echo ()
14244 {
14245 eval 'cat <<_LTECHO_EOF
14246 \$1
14247 _LTECHO_EOF'
14248 }
14249
14250 # Quote evaled strings.
14251 for var in SHELL \
14252 ECHO \
14253 SED \
14254 GREP \
14255 EGREP \
14256 FGREP \
14257 LD \
14258 NM \
14259 LN_S \
14260 lt_SP2NL \
14261 lt_NL2SP \
14262 reload_flag \
14263 OBJDUMP \
14264 deplibs_check_method \
14265 file_magic_cmd \
14266 AR \
14267 AR_FLAGS \
14268 STRIP \
14269 RANLIB \
14270 CC \
14271 CFLAGS \
14272 compiler \
14273 lt_cv_sys_global_symbol_pipe \
14274 lt_cv_sys_global_symbol_to_cdecl \
14275 lt_cv_sys_global_symbol_to_c_name_address \
14276 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14277 lt_prog_compiler_no_builtin_flag \
14278 lt_prog_compiler_wl \
14279 lt_prog_compiler_pic \
14280 lt_prog_compiler_static \
14281 lt_cv_prog_compiler_c_o \
14282 need_locks \
14283 DSYMUTIL \
14284 NMEDIT \
14285 LIPO \
14286 OTOOL \
14287 OTOOL64 \
14288 shrext_cmds \
14289 export_dynamic_flag_spec \
14290 whole_archive_flag_spec \
14291 compiler_needs_object \
14292 with_gnu_ld \
14293 allow_undefined_flag \
14294 no_undefined_flag \
14295 hardcode_libdir_flag_spec \
14296 hardcode_libdir_flag_spec_ld \
14297 hardcode_libdir_separator \
14298 fix_srcfile_path \
14299 exclude_expsyms \
14300 include_expsyms \
14301 file_list_spec \
14302 variables_saved_for_relink \
14303 libname_spec \
14304 library_names_spec \
14305 soname_spec \
14306 install_override_mode \
14307 finish_eval \
14308 old_striplib \
14309 striplib; do
14310 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14311 *[\\\\\\\`\\"\\\$]*)
14312 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14313 ;;
14314 *)
14315 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14316 ;;
14317 esac
14318 done
14319
14320 # Double-quote double-evaled strings.
14321 for var in reload_cmds \
14322 old_postinstall_cmds \
14323 old_postuninstall_cmds \
14324 old_archive_cmds \
14325 extract_expsyms_cmds \
14326 old_archive_from_new_cmds \
14327 old_archive_from_expsyms_cmds \
14328 archive_cmds \
14329 archive_expsym_cmds \
14330 module_cmds \
14331 module_expsym_cmds \
14332 export_symbols_cmds \
14333 prelink_cmds \
14334 postinstall_cmds \
14335 postuninstall_cmds \
14336 finish_cmds \
14337 sys_lib_search_path_spec \
14338 sys_lib_dlsearch_path_spec; do
14339 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14340 *[\\\\\\\`\\"\\\$]*)
14341 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14342 ;;
14343 *)
14344 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14345 ;;
14346 esac
14347 done
14348
14349 ac_aux_dir='$ac_aux_dir'
14350 xsi_shell='$xsi_shell'
14351 lt_shell_append='$lt_shell_append'
14352
14353 # See if we are running on zsh, and set the options which allow our
14354 # commands through without removal of \ escapes INIT.
14355 if test -n "\${ZSH_VERSION+set}" ; then
14356 setopt NO_GLOB_SUBST
14357 fi
14358
14359
14360 PACKAGE='$PACKAGE'
14361 VERSION='$VERSION'
14362 TIMESTAMP='$TIMESTAMP'
14363 RM='$RM'
14364 ofile='$ofile'
14365
14366
14367
14368
14369 _ACEOF
14370
14371 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14372
14373 # Handling of arguments.
14374 for ac_config_target in $ac_config_targets
14375 do
14376 case $ac_config_target in
14377 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14378 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14379 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14380 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14381 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14382 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14383 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14384 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14385 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14386
14387 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14388 esac
14389 done
14390
14391
14392 # If the user did not use the arguments to specify the items to instantiate,
14393 # then the envvar interface is used. Set only those that are not.
14394 # We use the long form for the default assignment because of an extremely
14395 # bizarre bug on SunOS 4.1.3.
14396 if $ac_need_defaults; then
14397 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14398 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14399 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14400 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14401 fi
14402
14403 # Have a temporary directory for convenience. Make it in the build tree
14404 # simply because there is no reason against having it here, and in addition,
14405 # creating and moving files from /tmp can sometimes cause problems.
14406 # Hook for its removal unless debugging.
14407 # Note that there is a small window in which the directory will not be cleaned:
14408 # after its creation but before its name has been assigned to `$tmp'.
14409 $debug ||
14410 {
14411 tmp=
14412 trap 'exit_status=$?
14413 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14414 ' 0
14415 trap 'as_fn_exit 1' 1 2 13 15
14416 }
14417 # Create a (secure) tmp directory for tmp files.
14418
14419 {
14420 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14421 test -n "$tmp" && test -d "$tmp"
14422 } ||
14423 {
14424 tmp=./conf$$-$RANDOM
14425 (umask 077 && mkdir "$tmp")
14426 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14427
14428 # Set up the scripts for CONFIG_FILES section.
14429 # No need to generate them if there are no CONFIG_FILES.
14430 # This happens for instance with `./config.status config.h'.
14431 if test -n "$CONFIG_FILES"; then
14432
14433
14434 ac_cr=`echo X | tr X '\015'`
14435 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14436 # But we know of no other shell where ac_cr would be empty at this
14437 # point, so we can use a bashism as a fallback.
14438 if test "x$ac_cr" = x; then
14439 eval ac_cr=\$\'\\r\'
14440 fi
14441 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14442 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14443 ac_cs_awk_cr='\r'
14444 else
14445 ac_cs_awk_cr=$ac_cr
14446 fi
14447
14448 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14449 _ACEOF
14450
14451
14452 {
14453 echo "cat >conf$$subs.awk <<_ACEOF" &&
14454 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14455 echo "_ACEOF"
14456 } >conf$$subs.sh ||
14457 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14458 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14459 ac_delim='%!_!# '
14460 for ac_last_try in false false false false false :; do
14461 . ./conf$$subs.sh ||
14462 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14463
14464 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14465 if test $ac_delim_n = $ac_delim_num; then
14466 break
14467 elif $ac_last_try; then
14468 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14469 else
14470 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14471 fi
14472 done
14473 rm -f conf$$subs.sh
14474
14475 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14476 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14477 _ACEOF
14478 sed -n '
14479 h
14480 s/^/S["/; s/!.*/"]=/
14481 p
14482 g
14483 s/^[^!]*!//
14484 :repl
14485 t repl
14486 s/'"$ac_delim"'$//
14487 t delim
14488 :nl
14489 h
14490 s/\(.\{148\}\).*/\1/
14491 t more1
14492 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14493 p
14494 n
14495 b repl
14496 :more1
14497 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14498 p
14499 g
14500 s/.\{148\}//
14501 t nl
14502 :delim
14503 h
14504 s/\(.\{148\}\).*/\1/
14505 t more2
14506 s/["\\]/\\&/g; s/^/"/; s/$/"/
14507 p
14508 b
14509 :more2
14510 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14511 p
14512 g
14513 s/.\{148\}//
14514 t delim
14515 ' <conf$$subs.awk | sed '
14516 /^[^""]/{
14517 N
14518 s/\n//
14519 }
14520 ' >>$CONFIG_STATUS || ac_write_fail=1
14521 rm -f conf$$subs.awk
14522 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14523 _ACAWK
14524 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14525 for (key in S) S_is_set[key] = 1
14526 FS = "\a"
14527
14528 }
14529 {
14530 line = $ 0
14531 nfields = split(line, field, "@")
14532 substed = 0
14533 len = length(field[1])
14534 for (i = 2; i < nfields; i++) {
14535 key = field[i]
14536 keylen = length(key)
14537 if (S_is_set[key]) {
14538 value = S[key]
14539 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14540 len += length(value) + length(field[++i])
14541 substed = 1
14542 } else
14543 len += 1 + keylen
14544 }
14545
14546 print line
14547 }
14548
14549 _ACAWK
14550 _ACEOF
14551 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14552 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14553 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14554 else
14555 cat
14556 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14557 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14558 _ACEOF
14559
14560 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14561 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14562 # trailing colons and then remove the whole line if VPATH becomes empty
14563 # (actually we leave an empty line to preserve line numbers).
14564 if test "x$srcdir" = x.; then
14565 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14566 s/:*\$(srcdir):*/:/
14567 s/:*\${srcdir}:*/:/
14568 s/:*@srcdir@:*/:/
14569 s/^\([^=]*=[ ]*\):*/\1/
14570 s/:*$//
14571 s/^[^=]*=[ ]*$//
14572 }'
14573 fi
14574
14575 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14576 fi # test -n "$CONFIG_FILES"
14577
14578 # Set up the scripts for CONFIG_HEADERS section.
14579 # No need to generate them if there are no CONFIG_HEADERS.
14580 # This happens for instance with `./config.status Makefile'.
14581 if test -n "$CONFIG_HEADERS"; then
14582 cat >"$tmp/defines.awk" <<\_ACAWK ||
14583 BEGIN {
14584 _ACEOF
14585
14586 # Transform confdefs.h into an awk script `defines.awk', embedded as
14587 # here-document in config.status, that substitutes the proper values into
14588 # config.h.in to produce config.h.
14589
14590 # Create a delimiter string that does not exist in confdefs.h, to ease
14591 # handling of long lines.
14592 ac_delim='%!_!# '
14593 for ac_last_try in false false :; do
14594 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14595 if test -z "$ac_t"; then
14596 break
14597 elif $ac_last_try; then
14598 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14599 else
14600 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14601 fi
14602 done
14603
14604 # For the awk script, D is an array of macro values keyed by name,
14605 # likewise P contains macro parameters if any. Preserve backslash
14606 # newline sequences.
14607
14608 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14609 sed -n '
14610 s/.\{148\}/&'"$ac_delim"'/g
14611 t rset
14612 :rset
14613 s/^[ ]*#[ ]*define[ ][ ]*/ /
14614 t def
14615 d
14616 :def
14617 s/\\$//
14618 t bsnl
14619 s/["\\]/\\&/g
14620 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14621 D["\1"]=" \3"/p
14622 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14623 d
14624 :bsnl
14625 s/["\\]/\\&/g
14626 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14627 D["\1"]=" \3\\\\\\n"\\/p
14628 t cont
14629 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14630 t cont
14631 d
14632 :cont
14633 n
14634 s/.\{148\}/&'"$ac_delim"'/g
14635 t clear
14636 :clear
14637 s/\\$//
14638 t bsnlc
14639 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14640 d
14641 :bsnlc
14642 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14643 b cont
14644 ' <confdefs.h | sed '
14645 s/'"$ac_delim"'/"\\\
14646 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14647
14648 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14649 for (key in D) D_is_set[key] = 1
14650 FS = "\a"
14651 }
14652 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14653 line = \$ 0
14654 split(line, arg, " ")
14655 if (arg[1] == "#") {
14656 defundef = arg[2]
14657 mac1 = arg[3]
14658 } else {
14659 defundef = substr(arg[1], 2)
14660 mac1 = arg[2]
14661 }
14662 split(mac1, mac2, "(") #)
14663 macro = mac2[1]
14664 prefix = substr(line, 1, index(line, defundef) - 1)
14665 if (D_is_set[macro]) {
14666 # Preserve the white space surrounding the "#".
14667 print prefix "define", macro P[macro] D[macro]
14668 next
14669 } else {
14670 # Replace #undef with comments. This is necessary, for example,
14671 # in the case of _POSIX_SOURCE, which is predefined and required
14672 # on some systems where configure will not decide to define it.
14673 if (defundef == "undef") {
14674 print "/*", prefix defundef, macro, "*/"
14675 next
14676 }
14677 }
14678 }
14679 { print }
14680 _ACAWK
14681 _ACEOF
14682 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14683 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14684 fi # test -n "$CONFIG_HEADERS"
14685
14686
14687 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14688 shift
14689 for ac_tag
14690 do
14691 case $ac_tag in
14692 :[FHLC]) ac_mode=$ac_tag; continue;;
14693 esac
14694 case $ac_mode$ac_tag in
14695 :[FHL]*:*);;
14696 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14697 :[FH]-) ac_tag=-:-;;
14698 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14699 esac
14700 ac_save_IFS=$IFS
14701 IFS=:
14702 set x $ac_tag
14703 IFS=$ac_save_IFS
14704 shift
14705 ac_file=$1
14706 shift
14707
14708 case $ac_mode in
14709 :L) ac_source=$1;;
14710 :[FH])
14711 ac_file_inputs=
14712 for ac_f
14713 do
14714 case $ac_f in
14715 -) ac_f="$tmp/stdin";;
14716 *) # Look for the file first in the build tree, then in the source tree
14717 # (if the path is not absolute). The absolute path cannot be DOS-style,
14718 # because $ac_f cannot contain `:'.
14719 test -f "$ac_f" ||
14720 case $ac_f in
14721 [\\/$]*) false;;
14722 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14723 esac ||
14724 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14725 esac
14726 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14727 as_fn_append ac_file_inputs " '$ac_f'"
14728 done
14729
14730 # Let's still pretend it is `configure' which instantiates (i.e., don't
14731 # use $as_me), people would be surprised to read:
14732 # /* config.h. Generated by config.status. */
14733 configure_input='Generated from '`
14734 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14735 `' by configure.'
14736 if test x"$ac_file" != x-; then
14737 configure_input="$ac_file. $configure_input"
14738 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14739 $as_echo "$as_me: creating $ac_file" >&6;}
14740 fi
14741 # Neutralize special characters interpreted by sed in replacement strings.
14742 case $configure_input in #(
14743 *\&* | *\|* | *\\* )
14744 ac_sed_conf_input=`$as_echo "$configure_input" |
14745 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14746 *) ac_sed_conf_input=$configure_input;;
14747 esac
14748
14749 case $ac_tag in
14750 *:-:* | *:-) cat >"$tmp/stdin" \
14751 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14752 esac
14753 ;;
14754 esac
14755
14756 ac_dir=`$as_dirname -- "$ac_file" ||
14757 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14758 X"$ac_file" : 'X\(//\)[^/]' \| \
14759 X"$ac_file" : 'X\(//\)$' \| \
14760 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14761 $as_echo X"$ac_file" |
14762 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14763 s//\1/
14764 q
14765 }
14766 /^X\(\/\/\)[^/].*/{
14767 s//\1/
14768 q
14769 }
14770 /^X\(\/\/\)$/{
14771 s//\1/
14772 q
14773 }
14774 /^X\(\/\).*/{
14775 s//\1/
14776 q
14777 }
14778 s/.*/./; q'`
14779 as_dir="$ac_dir"; as_fn_mkdir_p
14780 ac_builddir=.
14781
14782 case "$ac_dir" in
14783 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14784 *)
14785 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14786 # A ".." for each directory in $ac_dir_suffix.
14787 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14788 case $ac_top_builddir_sub in
14789 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14790 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14791 esac ;;
14792 esac
14793 ac_abs_top_builddir=$ac_pwd
14794 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14795 # for backward compatibility:
14796 ac_top_builddir=$ac_top_build_prefix
14797
14798 case $srcdir in
14799 .) # We are building in place.
14800 ac_srcdir=.
14801 ac_top_srcdir=$ac_top_builddir_sub
14802 ac_abs_top_srcdir=$ac_pwd ;;
14803 [\\/]* | ?:[\\/]* ) # Absolute name.
14804 ac_srcdir=$srcdir$ac_dir_suffix;
14805 ac_top_srcdir=$srcdir
14806 ac_abs_top_srcdir=$srcdir ;;
14807 *) # Relative name.
14808 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14809 ac_top_srcdir=$ac_top_build_prefix$srcdir
14810 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14811 esac
14812 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14813
14814
14815 case $ac_mode in
14816 :F)
14817 #
14818 # CONFIG_FILE
14819 #
14820
14821 case $INSTALL in
14822 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14823 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14824 esac
14825 _ACEOF
14826
14827 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14828 # If the template does not know about datarootdir, expand it.
14829 # FIXME: This hack should be removed a few years after 2.60.
14830 ac_datarootdir_hack=; ac_datarootdir_seen=
14831 ac_sed_dataroot='
14832 /datarootdir/ {
14833 p
14834 q
14835 }
14836 /@datadir@/p
14837 /@docdir@/p
14838 /@infodir@/p
14839 /@localedir@/p
14840 /@mandir@/p'
14841 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14842 *datarootdir*) ac_datarootdir_seen=yes;;
14843 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14844 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14845 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14846 _ACEOF
14847 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14848 ac_datarootdir_hack='
14849 s&@datadir@&$datadir&g
14850 s&@docdir@&$docdir&g
14851 s&@infodir@&$infodir&g
14852 s&@localedir@&$localedir&g
14853 s&@mandir@&$mandir&g
14854 s&\\\${datarootdir}&$datarootdir&g' ;;
14855 esac
14856 _ACEOF
14857
14858 # Neutralize VPATH when `$srcdir' = `.'.
14859 # Shell code in configure.ac might set extrasub.
14860 # FIXME: do we really want to maintain this feature?
14861 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14862 ac_sed_extra="$ac_vpsub
14863 $extrasub
14864 _ACEOF
14865 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14866 :t
14867 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14868 s|@configure_input@|$ac_sed_conf_input|;t t
14869 s&@top_builddir@&$ac_top_builddir_sub&;t t
14870 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14871 s&@srcdir@&$ac_srcdir&;t t
14872 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14873 s&@top_srcdir@&$ac_top_srcdir&;t t
14874 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14875 s&@builddir@&$ac_builddir&;t t
14876 s&@abs_builddir@&$ac_abs_builddir&;t t
14877 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14878 s&@INSTALL@&$ac_INSTALL&;t t
14879 $ac_datarootdir_hack
14880 "
14881 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14882 || as_fn_error "could not create $ac_file" "$LINENO" 5
14883
14884 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14885 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14886 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14887 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14888 which seems to be undefined. Please make sure it is defined." >&5
14889 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14890 which seems to be undefined. Please make sure it is defined." >&2;}
14891
14892 rm -f "$tmp/stdin"
14893 case $ac_file in
14894 -) cat "$tmp/out" && rm -f "$tmp/out";;
14895 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14896 esac \
14897 || as_fn_error "could not create $ac_file" "$LINENO" 5
14898 ;;
14899 :H)
14900 #
14901 # CONFIG_HEADER
14902 #
14903 if test x"$ac_file" != x-; then
14904 {
14905 $as_echo "/* $configure_input */" \
14906 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14907 } >"$tmp/config.h" \
14908 || as_fn_error "could not create $ac_file" "$LINENO" 5
14909 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14910 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14911 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14912 else
14913 rm -f "$ac_file"
14914 mv "$tmp/config.h" "$ac_file" \
14915 || as_fn_error "could not create $ac_file" "$LINENO" 5
14916 fi
14917 else
14918 $as_echo "/* $configure_input */" \
14919 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14920 || as_fn_error "could not create -" "$LINENO" 5
14921 fi
14922 ;;
14923 :L)
14924 #
14925 # CONFIG_LINK
14926 #
14927
14928 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
14929 :
14930 else
14931 # Prefer the file from the source tree if names are identical.
14932 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
14933 ac_source=$srcdir/$ac_source
14934 fi
14935
14936 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
14937 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
14938
14939 if test ! -r "$ac_source"; then
14940 as_fn_error "$ac_source: file not found" "$LINENO" 5
14941 fi
14942 rm -f "$ac_file"
14943
14944 # Try a relative symlink, then a hard link, then a copy.
14945 case $srcdir in
14946 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
14947 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
14948 esac
14949 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
14950 ln "$ac_source" "$ac_file" 2>/dev/null ||
14951 cp -p "$ac_source" "$ac_file" ||
14952 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
14953 fi
14954 ;;
14955 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14956 $as_echo "$as_me: executing $ac_file commands" >&6;}
14957 ;;
14958 esac
14959
14960
14961 case $ac_file$ac_mode in
14962 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
14963 "libtool":C)
14964
14965 # See if we are running on zsh, and set the options which allow our
14966 # commands through without removal of \ escapes.
14967 if test -n "${ZSH_VERSION+set}" ; then
14968 setopt NO_GLOB_SUBST
14969 fi
14970
14971 cfgfile="${ofile}T"
14972 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14973 $RM "$cfgfile"
14974
14975 cat <<_LT_EOF >> "$cfgfile"
14976 #! $SHELL
14977
14978 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14979 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14980 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14981 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14982 #
14983 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14984 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14985 # Written by Gordon Matzigkeit, 1996
14986 #
14987 # This file is part of GNU Libtool.
14988 #
14989 # GNU Libtool is free software; you can redistribute it and/or
14990 # modify it under the terms of the GNU General Public License as
14991 # published by the Free Software Foundation; either version 2 of
14992 # the License, or (at your option) any later version.
14993 #
14994 # As a special exception to the GNU General Public License,
14995 # if you distribute this file as part of a program or library that
14996 # is built using GNU Libtool, you may include this file under the
14997 # same distribution terms that you use for the rest of that program.
14998 #
14999 # GNU Libtool is distributed in the hope that it will be useful,
15000 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15001 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15002 # GNU General Public License for more details.
15003 #
15004 # You should have received a copy of the GNU General Public License
15005 # along with GNU Libtool; see the file COPYING. If not, a copy
15006 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15007 # obtained by writing to the Free Software Foundation, Inc.,
15008 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15009
15010
15011 # The names of the tagged configurations supported by this script.
15012 available_tags=""
15013
15014 # ### BEGIN LIBTOOL CONFIG
15015
15016 # Which release of libtool.m4 was used?
15017 macro_version=$macro_version
15018 macro_revision=$macro_revision
15019
15020 # Whether or not to build shared libraries.
15021 build_libtool_libs=$enable_shared
15022
15023 # Whether or not to build static libraries.
15024 build_old_libs=$enable_static
15025
15026 # What type of objects to build.
15027 pic_mode=$pic_mode
15028
15029 # Whether or not to optimize for fast installation.
15030 fast_install=$enable_fast_install
15031
15032 # Shell to use when invoking shell scripts.
15033 SHELL=$lt_SHELL
15034
15035 # An echo program that protects backslashes.
15036 ECHO=$lt_ECHO
15037
15038 # The host system.
15039 host_alias=$host_alias
15040 host=$host
15041 host_os=$host_os
15042
15043 # The build system.
15044 build_alias=$build_alias
15045 build=$build
15046 build_os=$build_os
15047
15048 # A sed program that does not truncate output.
15049 SED=$lt_SED
15050
15051 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15052 Xsed="\$SED -e 1s/^X//"
15053
15054 # A grep program that handles long lines.
15055 GREP=$lt_GREP
15056
15057 # An ERE matcher.
15058 EGREP=$lt_EGREP
15059
15060 # A literal string matcher.
15061 FGREP=$lt_FGREP
15062
15063 # A BSD- or MS-compatible name lister.
15064 NM=$lt_NM
15065
15066 # Whether we need soft or hard links.
15067 LN_S=$lt_LN_S
15068
15069 # What is the maximum length of a command?
15070 max_cmd_len=$max_cmd_len
15071
15072 # Object file suffix (normally "o").
15073 objext=$ac_objext
15074
15075 # Executable file suffix (normally "").
15076 exeext=$exeext
15077
15078 # whether the shell understands "unset".
15079 lt_unset=$lt_unset
15080
15081 # turn spaces into newlines.
15082 SP2NL=$lt_lt_SP2NL
15083
15084 # turn newlines into spaces.
15085 NL2SP=$lt_lt_NL2SP
15086
15087 # An object symbol dumper.
15088 OBJDUMP=$lt_OBJDUMP
15089
15090 # Method to check whether dependent libraries are shared objects.
15091 deplibs_check_method=$lt_deplibs_check_method
15092
15093 # Command to use when deplibs_check_method == "file_magic".
15094 file_magic_cmd=$lt_file_magic_cmd
15095
15096 # The archiver.
15097 AR=$lt_AR
15098 AR_FLAGS=$lt_AR_FLAGS
15099
15100 # A symbol stripping program.
15101 STRIP=$lt_STRIP
15102
15103 # Commands used to install an old-style archive.
15104 RANLIB=$lt_RANLIB
15105 old_postinstall_cmds=$lt_old_postinstall_cmds
15106 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15107
15108 # Whether to use a lock for old archive extraction.
15109 lock_old_archive_extraction=$lock_old_archive_extraction
15110
15111 # A C compiler.
15112 LTCC=$lt_CC
15113
15114 # LTCC compiler flags.
15115 LTCFLAGS=$lt_CFLAGS
15116
15117 # Take the output of nm and produce a listing of raw symbols and C names.
15118 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15119
15120 # Transform the output of nm in a proper C declaration.
15121 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15122
15123 # Transform the output of nm in a C name address pair.
15124 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15125
15126 # Transform the output of nm in a C name address pair when lib prefix is needed.
15127 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15128
15129 # The name of the directory that contains temporary libtool files.
15130 objdir=$objdir
15131
15132 # Used to examine libraries when file_magic_cmd begins with "file".
15133 MAGIC_CMD=$MAGIC_CMD
15134
15135 # Must we lock files when doing compilation?
15136 need_locks=$lt_need_locks
15137
15138 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15139 DSYMUTIL=$lt_DSYMUTIL
15140
15141 # Tool to change global to local symbols on Mac OS X.
15142 NMEDIT=$lt_NMEDIT
15143
15144 # Tool to manipulate fat objects and archives on Mac OS X.
15145 LIPO=$lt_LIPO
15146
15147 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15148 OTOOL=$lt_OTOOL
15149
15150 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15151 OTOOL64=$lt_OTOOL64
15152
15153 # Old archive suffix (normally "a").
15154 libext=$libext
15155
15156 # Shared library suffix (normally ".so").
15157 shrext_cmds=$lt_shrext_cmds
15158
15159 # The commands to extract the exported symbol list from a shared archive.
15160 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15161
15162 # Variables whose values should be saved in libtool wrapper scripts and
15163 # restored at link time.
15164 variables_saved_for_relink=$lt_variables_saved_for_relink
15165
15166 # Do we need the "lib" prefix for modules?
15167 need_lib_prefix=$need_lib_prefix
15168
15169 # Do we need a version for libraries?
15170 need_version=$need_version
15171
15172 # Library versioning type.
15173 version_type=$version_type
15174
15175 # Shared library runtime path variable.
15176 runpath_var=$runpath_var
15177
15178 # Shared library path variable.
15179 shlibpath_var=$shlibpath_var
15180
15181 # Is shlibpath searched before the hard-coded library search path?
15182 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15183
15184 # Format of library name prefix.
15185 libname_spec=$lt_libname_spec
15186
15187 # List of archive names. First name is the real one, the rest are links.
15188 # The last name is the one that the linker finds with -lNAME
15189 library_names_spec=$lt_library_names_spec
15190
15191 # The coded name of the library, if different from the real name.
15192 soname_spec=$lt_soname_spec
15193
15194 # Permission mode override for installation of shared libraries.
15195 install_override_mode=$lt_install_override_mode
15196
15197 # Command to use after installation of a shared archive.
15198 postinstall_cmds=$lt_postinstall_cmds
15199
15200 # Command to use after uninstallation of a shared archive.
15201 postuninstall_cmds=$lt_postuninstall_cmds
15202
15203 # Commands used to finish a libtool library installation in a directory.
15204 finish_cmds=$lt_finish_cmds
15205
15206 # As "finish_cmds", except a single script fragment to be evaled but
15207 # not shown.
15208 finish_eval=$lt_finish_eval
15209
15210 # Whether we should hardcode library paths into libraries.
15211 hardcode_into_libs=$hardcode_into_libs
15212
15213 # Compile-time system search path for libraries.
15214 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15215
15216 # Run-time system search path for libraries.
15217 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15218
15219 # Whether dlopen is supported.
15220 dlopen_support=$enable_dlopen
15221
15222 # Whether dlopen of programs is supported.
15223 dlopen_self=$enable_dlopen_self
15224
15225 # Whether dlopen of statically linked programs is supported.
15226 dlopen_self_static=$enable_dlopen_self_static
15227
15228 # Commands to strip libraries.
15229 old_striplib=$lt_old_striplib
15230 striplib=$lt_striplib
15231
15232
15233 # The linker used to build libraries.
15234 LD=$lt_LD
15235
15236 # How to create reloadable object files.
15237 reload_flag=$lt_reload_flag
15238 reload_cmds=$lt_reload_cmds
15239
15240 # Commands used to build an old-style archive.
15241 old_archive_cmds=$lt_old_archive_cmds
15242
15243 # A language specific compiler.
15244 CC=$lt_compiler
15245
15246 # Is the compiler the GNU compiler?
15247 with_gcc=$GCC
15248
15249 # Compiler flag to turn off builtin functions.
15250 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15251
15252 # How to pass a linker flag through the compiler.
15253 wl=$lt_lt_prog_compiler_wl
15254
15255 # Additional compiler flags for building library objects.
15256 pic_flag=$lt_lt_prog_compiler_pic
15257
15258 # Compiler flag to prevent dynamic linking.
15259 link_static_flag=$lt_lt_prog_compiler_static
15260
15261 # Does compiler simultaneously support -c and -o options?
15262 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15263
15264 # Whether or not to add -lc for building shared libraries.
15265 build_libtool_need_lc=$archive_cmds_need_lc
15266
15267 # Whether or not to disallow shared libs when runtime libs are static.
15268 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15269
15270 # Compiler flag to allow reflexive dlopens.
15271 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15272
15273 # Compiler flag to generate shared objects directly from archives.
15274 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15275
15276 # Whether the compiler copes with passing no objects directly.
15277 compiler_needs_object=$lt_compiler_needs_object
15278
15279 # Create an old-style archive from a shared archive.
15280 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15281
15282 # Create a temporary old-style archive to link instead of a shared archive.
15283 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15284
15285 # Commands used to build a shared archive.
15286 archive_cmds=$lt_archive_cmds
15287 archive_expsym_cmds=$lt_archive_expsym_cmds
15288
15289 # Commands used to build a loadable module if different from building
15290 # a shared archive.
15291 module_cmds=$lt_module_cmds
15292 module_expsym_cmds=$lt_module_expsym_cmds
15293
15294 # Whether we are building with GNU ld or not.
15295 with_gnu_ld=$lt_with_gnu_ld
15296
15297 # Flag that allows shared libraries with undefined symbols to be built.
15298 allow_undefined_flag=$lt_allow_undefined_flag
15299
15300 # Flag that enforces no undefined symbols.
15301 no_undefined_flag=$lt_no_undefined_flag
15302
15303 # Flag to hardcode \$libdir into a binary during linking.
15304 # This must work even if \$libdir does not exist
15305 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15306
15307 # If ld is used when linking, flag to hardcode \$libdir into a binary
15308 # during linking. This must work even if \$libdir does not exist.
15309 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15310
15311 # Whether we need a single "-rpath" flag with a separated argument.
15312 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15313
15314 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15315 # DIR into the resulting binary.
15316 hardcode_direct=$hardcode_direct
15317
15318 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15319 # DIR into the resulting binary and the resulting library dependency is
15320 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15321 # library is relocated.
15322 hardcode_direct_absolute=$hardcode_direct_absolute
15323
15324 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15325 # into the resulting binary.
15326 hardcode_minus_L=$hardcode_minus_L
15327
15328 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15329 # into the resulting binary.
15330 hardcode_shlibpath_var=$hardcode_shlibpath_var
15331
15332 # Set to "yes" if building a shared library automatically hardcodes DIR
15333 # into the library and all subsequent libraries and executables linked
15334 # against it.
15335 hardcode_automatic=$hardcode_automatic
15336
15337 # Set to yes if linker adds runtime paths of dependent libraries
15338 # to runtime path list.
15339 inherit_rpath=$inherit_rpath
15340
15341 # Whether libtool must link a program against all its dependency libraries.
15342 link_all_deplibs=$link_all_deplibs
15343
15344 # Fix the shell variable \$srcfile for the compiler.
15345 fix_srcfile_path=$lt_fix_srcfile_path
15346
15347 # Set to "yes" if exported symbols are required.
15348 always_export_symbols=$always_export_symbols
15349
15350 # The commands to list exported symbols.
15351 export_symbols_cmds=$lt_export_symbols_cmds
15352
15353 # Symbols that should not be listed in the preloaded symbols.
15354 exclude_expsyms=$lt_exclude_expsyms
15355
15356 # Symbols that must always be exported.
15357 include_expsyms=$lt_include_expsyms
15358
15359 # Commands necessary for linking programs (against libraries) with templates.
15360 prelink_cmds=$lt_prelink_cmds
15361
15362 # Specify filename containing input files.
15363 file_list_spec=$lt_file_list_spec
15364
15365 # How to hardcode a shared library path into an executable.
15366 hardcode_action=$hardcode_action
15367
15368 # ### END LIBTOOL CONFIG
15369
15370 _LT_EOF
15371
15372 case $host_os in
15373 aix3*)
15374 cat <<\_LT_EOF >> "$cfgfile"
15375 # AIX sometimes has problems with the GCC collect2 program. For some
15376 # reason, if we set the COLLECT_NAMES environment variable, the problems
15377 # vanish in a puff of smoke.
15378 if test "X${COLLECT_NAMES+set}" != Xset; then
15379 COLLECT_NAMES=
15380 export COLLECT_NAMES
15381 fi
15382 _LT_EOF
15383 ;;
15384 esac
15385
15386
15387 ltmain="$ac_aux_dir/ltmain.sh"
15388
15389
15390 # We use sed instead of cat because bash on DJGPP gets confused if
15391 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15392 # text mode, it properly converts lines to CR/LF. This bash problem
15393 # is reportedly fixed, but why not run on old versions too?
15394 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15395 || (rm -f "$cfgfile"; exit 1)
15396
15397 case $xsi_shell in
15398 yes)
15399 cat << \_LT_EOF >> "$cfgfile"
15400
15401 # func_dirname file append nondir_replacement
15402 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15403 # otherwise set result to NONDIR_REPLACEMENT.
15404 func_dirname ()
15405 {
15406 case ${1} in
15407 */*) func_dirname_result="${1%/*}${2}" ;;
15408 * ) func_dirname_result="${3}" ;;
15409 esac
15410 }
15411
15412 # func_basename file
15413 func_basename ()
15414 {
15415 func_basename_result="${1##*/}"
15416 }
15417
15418 # func_dirname_and_basename file append nondir_replacement
15419 # perform func_basename and func_dirname in a single function
15420 # call:
15421 # dirname: Compute the dirname of FILE. If nonempty,
15422 # add APPEND to the result, otherwise set result
15423 # to NONDIR_REPLACEMENT.
15424 # value returned in "$func_dirname_result"
15425 # basename: Compute filename of FILE.
15426 # value retuned in "$func_basename_result"
15427 # Implementation must be kept synchronized with func_dirname
15428 # and func_basename. For efficiency, we do not delegate to
15429 # those functions but instead duplicate the functionality here.
15430 func_dirname_and_basename ()
15431 {
15432 case ${1} in
15433 */*) func_dirname_result="${1%/*}${2}" ;;
15434 * ) func_dirname_result="${3}" ;;
15435 esac
15436 func_basename_result="${1##*/}"
15437 }
15438
15439 # func_stripname prefix suffix name
15440 # strip PREFIX and SUFFIX off of NAME.
15441 # PREFIX and SUFFIX must not contain globbing or regex special
15442 # characters, hashes, percent signs, but SUFFIX may contain a leading
15443 # dot (in which case that matches only a dot).
15444 func_stripname ()
15445 {
15446 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15447 # positional parameters, so assign one to ordinary parameter first.
15448 func_stripname_result=${3}
15449 func_stripname_result=${func_stripname_result#"${1}"}
15450 func_stripname_result=${func_stripname_result%"${2}"}
15451 }
15452
15453 # func_opt_split
15454 func_opt_split ()
15455 {
15456 func_opt_split_opt=${1%%=*}
15457 func_opt_split_arg=${1#*=}
15458 }
15459
15460 # func_lo2o object
15461 func_lo2o ()
15462 {
15463 case ${1} in
15464 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15465 *) func_lo2o_result=${1} ;;
15466 esac
15467 }
15468
15469 # func_xform libobj-or-source
15470 func_xform ()
15471 {
15472 func_xform_result=${1%.*}.lo
15473 }
15474
15475 # func_arith arithmetic-term...
15476 func_arith ()
15477 {
15478 func_arith_result=$(( $* ))
15479 }
15480
15481 # func_len string
15482 # STRING may not start with a hyphen.
15483 func_len ()
15484 {
15485 func_len_result=${#1}
15486 }
15487
15488 _LT_EOF
15489 ;;
15490 *) # Bourne compatible functions.
15491 cat << \_LT_EOF >> "$cfgfile"
15492
15493 # func_dirname file append nondir_replacement
15494 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15495 # otherwise set result to NONDIR_REPLACEMENT.
15496 func_dirname ()
15497 {
15498 # Extract subdirectory from the argument.
15499 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15500 if test "X$func_dirname_result" = "X${1}"; then
15501 func_dirname_result="${3}"
15502 else
15503 func_dirname_result="$func_dirname_result${2}"
15504 fi
15505 }
15506
15507 # func_basename file
15508 func_basename ()
15509 {
15510 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15511 }
15512
15513
15514 # func_stripname prefix suffix name
15515 # strip PREFIX and SUFFIX off of NAME.
15516 # PREFIX and SUFFIX must not contain globbing or regex special
15517 # characters, hashes, percent signs, but SUFFIX may contain a leading
15518 # dot (in which case that matches only a dot).
15519 # func_strip_suffix prefix name
15520 func_stripname ()
15521 {
15522 case ${2} in
15523 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15524 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15525 esac
15526 }
15527
15528 # sed scripts:
15529 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15530 my_sed_long_arg='1s/^-[^=]*=//'
15531
15532 # func_opt_split
15533 func_opt_split ()
15534 {
15535 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15536 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15537 }
15538
15539 # func_lo2o object
15540 func_lo2o ()
15541 {
15542 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15543 }
15544
15545 # func_xform libobj-or-source
15546 func_xform ()
15547 {
15548 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15549 }
15550
15551 # func_arith arithmetic-term...
15552 func_arith ()
15553 {
15554 func_arith_result=`expr "$@"`
15555 }
15556
15557 # func_len string
15558 # STRING may not start with a hyphen.
15559 func_len ()
15560 {
15561 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15562 }
15563
15564 _LT_EOF
15565 esac
15566
15567 case $lt_shell_append in
15568 yes)
15569 cat << \_LT_EOF >> "$cfgfile"
15570
15571 # func_append var value
15572 # Append VALUE to the end of shell variable VAR.
15573 func_append ()
15574 {
15575 eval "$1+=\$2"
15576 }
15577 _LT_EOF
15578 ;;
15579 *)
15580 cat << \_LT_EOF >> "$cfgfile"
15581
15582 # func_append var value
15583 # Append VALUE to the end of shell variable VAR.
15584 func_append ()
15585 {
15586 eval "$1=\$$1\$2"
15587 }
15588
15589 _LT_EOF
15590 ;;
15591 esac
15592
15593
15594 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15595 || (rm -f "$cfgfile"; exit 1)
15596
15597 mv -f "$cfgfile" "$ofile" ||
15598 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15599 chmod +x "$ofile"
15600
15601 ;;
15602 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15603 rm -f Makesim1.tmp Makesim2.tmp Makefile
15604 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15605 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15606 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15607 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15608 <Makefile.sim >Makefile
15609 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15610 ;;
15611 "stamp-h":C) echo > stamp-h ;;
15612
15613 esac
15614 done # for ac_tag
15615
15616
15617 as_fn_exit 0
15618 _ACEOF
15619 ac_clean_files=$ac_clean_files_save
15620
15621 test $ac_write_fail = 0 ||
15622 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15623
15624
15625 # configure is writing to config.log, and then calls config.status.
15626 # config.status does its own redirection, appending to config.log.
15627 # Unfortunately, on DOS this fails, as config.log is still kept open
15628 # by configure, so config.status won't be able to write to it; its
15629 # output is simply discarded. So we exec the FD to /dev/null,
15630 # effectively closing config.log, so it can be properly (re)opened and
15631 # appended to by config.status. When coming back to configure, we
15632 # need to make the FD available again.
15633 if test "$no_create" != yes; then
15634 ac_cs_success=:
15635 ac_config_status_args=
15636 test "$silent" = yes &&
15637 ac_config_status_args="$ac_config_status_args --quiet"
15638 exec 5>/dev/null
15639 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15640 exec 5>>config.log
15641 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15642 # would make configure fail if this is the last instruction.
15643 $ac_cs_success || as_fn_exit $?
15644 fi
15645 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15647 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15648 fi
15649
15650