b582fcad7cab10acb81193e5cc7c2deccb200b4f
[deliverable/binutils-gdb.git] / sim / rl78 / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
100
101 ;;
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111 fi
112
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148 esac
149 fi
150 "
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
156
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164 else
165 exitcode=1; echo positional parameters were not saved.
166 fi
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183 else
184 as_have_required=no
185 fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188 else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192 do
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206 fi
207 fi
208 done;;
209 esac
210 as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228 fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
241 fi
242 exit 1
243 fi
244 fi
245 fi
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
251
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
259 {
260 { eval $1=; unset $1;}
261 }
262 as_unset=as_fn_unset
263
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
268 {
269 return $1
270 } # as_fn_set_status
271
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
276 {
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
281
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
286 {
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340 else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345 fi # as_fn_append
346
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357 else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362 fi # as_fn_arith
363
364
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
371 {
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
380
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384 else
385 as_expr=false
386 fi
387
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
392 fi
393
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396 else
397 as_dirname=false
398 fi
399
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
418
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
456 }
457
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467 *)
468 ECHO_N='-n';;
469 esac
470
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474 else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
477 fi
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
491 fi
492 else
493 as_ln_s='cp -p'
494 fi
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
497
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500 else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503 fi
504
505 if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525 fi
526 as_executable_p=$as_test_x
527
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537 exec 7<&0 </dev/null 6>&1
538
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544 #
545 # Initializations.
546 #
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
555
556 # Identity of this package.
557 PACKAGE_NAME=
558 PACKAGE_TARNAME=
559 PACKAGE_VERSION=
560 PACKAGE_STRING=
561 PACKAGE_BUGREPORT=
562 PACKAGE_URL=
563
564 ac_unique_file="Makefile.in"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
567 #include <stdio.h>
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
570 #endif
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
573 #endif
574 #ifdef STDC_HEADERS
575 # include <stdlib.h>
576 # include <stddef.h>
577 #else
578 # ifdef HAVE_STDLIB_H
579 # include <stdlib.h>
580 # endif
581 #endif
582 #ifdef HAVE_STRING_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584 # include <memory.h>
585 # endif
586 # include <string.h>
587 #endif
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
590 #endif
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
593 #endif
594 #ifdef HAVE_STDINT_H
595 # include <stdint.h>
596 #endif
597 #ifdef HAVE_UNISTD_H
598 # include <unistd.h>
599 #endif"
600
601 ac_subst_vars='LTLIBOBJS
602 LIBOBJS
603 cgen_breaks
604 REPORT_BUGS_TEXI
605 REPORT_BUGS_TO
606 PKGVERSION
607 MAINT
608 MAINTAINER_MODE_FALSE
609 MAINTAINER_MODE_TRUE
610 lt_cv_dlopen_libs
611 OTOOL64
612 OTOOL
613 LIPO
614 NMEDIT
615 DSYMUTIL
616 AWK
617 STRIP
618 OBJDUMP
619 LN_S
620 NM
621 ac_ct_DUMPBIN
622 DUMPBIN
623 LD
624 FGREP
625 SED
626 LIBTOOL
627 PLUGINS_FALSE
628 PLUGINS_TRUE
629 zlibinc
630 zlibdir
631 CATOBJEXT
632 GENCAT
633 INSTOBJEXT
634 DATADIRNAME
635 CATALOGS
636 POSUB
637 GMSGFMT
638 XGETTEXT
639 INCINTL
640 LIBINTL_DEP
641 LIBINTL
642 USE_NLS
643 GMAKE_FALSE
644 GMAKE_TRUE
645 MAKE
646 CCDEPMODE
647 DEPDIR
648 am__leading_dot
649 PACKAGE
650 RANLIB
651 AR
652 HDEFINES
653 CC_FOR_BUILD
654 INSTALL_DATA
655 INSTALL_SCRIPT
656 INSTALL_PROGRAM
657 EGREP
658 GREP
659 CPP
660 target_os
661 target_vendor
662 target_cpu
663 target
664 host_os
665 host_vendor
666 host_cpu
667 host
668 build_os
669 build_vendor
670 build_cpu
671 build
672 OBJEXT
673 EXEEXT
674 ac_ct_CC
675 CPPFLAGS
676 LDFLAGS
677 CFLAGS
678 CC
679 WERROR_CFLAGS
680 WARN_CFLAGS
681 sim_reserved_bits
682 sim_inline
683 sim_hw
684 sim_hw_objs
685 sim_hw_cflags
686 sim_default_model
687 sim_scache
688 sim_float
689 sim_endian
690 sim_bitsize
691 sim_alignment
692 target_alias
693 host_alias
694 build_alias
695 LIBS
696 ECHO_T
697 ECHO_N
698 ECHO_C
699 DEFS
700 mandir
701 localedir
702 libdir
703 psdir
704 pdfdir
705 dvidir
706 htmldir
707 infodir
708 docdir
709 oldincludedir
710 includedir
711 localstatedir
712 sharedstatedir
713 sysconfdir
714 datadir
715 datarootdir
716 libexecdir
717 sbindir
718 bindir
719 program_transform_name
720 prefix
721 exec_prefix
722 PACKAGE_URL
723 PACKAGE_BUGREPORT
724 PACKAGE_STRING
725 PACKAGE_VERSION
726 PACKAGE_TARNAME
727 PACKAGE_NAME
728 PATH_SEPARATOR
729 SHELL'
730 ac_subst_files=''
731 ac_user_opts='
732 enable_option_checking
733 with_system_zlib
734 enable_plugins
735 enable_shared
736 enable_static
737 with_pic
738 enable_fast_install
739 with_gnu_ld
740 enable_libtool_lock
741 enable_maintainer_mode
742 enable_sim_debug
743 enable_sim_stdio
744 enable_sim_trace
745 enable_sim_profile
746 enable_sim_assert
747 enable_sim_environment
748 enable_sim_inline
749 with_pkgversion
750 with_bugurl
751 '
752 ac_precious_vars='build_alias
753 host_alias
754 target_alias
755 CC
756 CFLAGS
757 LDFLAGS
758 LIBS
759 CPPFLAGS
760 CPP'
761
762
763 # Initialize some variables set by options.
764 ac_init_help=
765 ac_init_version=false
766 ac_unrecognized_opts=
767 ac_unrecognized_sep=
768 # The variables have the same names as the options, with
769 # dashes changed to underlines.
770 cache_file=/dev/null
771 exec_prefix=NONE
772 no_create=
773 no_recursion=
774 prefix=NONE
775 program_prefix=NONE
776 program_suffix=NONE
777 program_transform_name=s,x,x,
778 silent=
779 site=
780 srcdir=
781 verbose=
782 x_includes=NONE
783 x_libraries=NONE
784
785 # Installation directory options.
786 # These are left unexpanded so users can "make install exec_prefix=/foo"
787 # and all the variables that are supposed to be based on exec_prefix
788 # by default will actually change.
789 # Use braces instead of parens because sh, perl, etc. also accept them.
790 # (The list follows the same order as the GNU Coding Standards.)
791 bindir='${exec_prefix}/bin'
792 sbindir='${exec_prefix}/sbin'
793 libexecdir='${exec_prefix}/libexec'
794 datarootdir='${prefix}/share'
795 datadir='${datarootdir}'
796 sysconfdir='${prefix}/etc'
797 sharedstatedir='${prefix}/com'
798 localstatedir='${prefix}/var'
799 includedir='${prefix}/include'
800 oldincludedir='/usr/include'
801 docdir='${datarootdir}/doc/${PACKAGE}'
802 infodir='${datarootdir}/info'
803 htmldir='${docdir}'
804 dvidir='${docdir}'
805 pdfdir='${docdir}'
806 psdir='${docdir}'
807 libdir='${exec_prefix}/lib'
808 localedir='${datarootdir}/locale'
809 mandir='${datarootdir}/man'
810
811 ac_prev=
812 ac_dashdash=
813 for ac_option
814 do
815 # If the previous option needs an argument, assign it.
816 if test -n "$ac_prev"; then
817 eval $ac_prev=\$ac_option
818 ac_prev=
819 continue
820 fi
821
822 case $ac_option in
823 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
824 *) ac_optarg=yes ;;
825 esac
826
827 # Accept the important Cygnus configure options, so we can diagnose typos.
828
829 case $ac_dashdash$ac_option in
830 --)
831 ac_dashdash=yes ;;
832
833 -bindir | --bindir | --bindi | --bind | --bin | --bi)
834 ac_prev=bindir ;;
835 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
836 bindir=$ac_optarg ;;
837
838 -build | --build | --buil | --bui | --bu)
839 ac_prev=build_alias ;;
840 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
841 build_alias=$ac_optarg ;;
842
843 -cache-file | --cache-file | --cache-fil | --cache-fi \
844 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
845 ac_prev=cache_file ;;
846 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
847 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
848 cache_file=$ac_optarg ;;
849
850 --config-cache | -C)
851 cache_file=config.cache ;;
852
853 -datadir | --datadir | --datadi | --datad)
854 ac_prev=datadir ;;
855 -datadir=* | --datadir=* | --datadi=* | --datad=*)
856 datadir=$ac_optarg ;;
857
858 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
859 | --dataroo | --dataro | --datar)
860 ac_prev=datarootdir ;;
861 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
862 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
863 datarootdir=$ac_optarg ;;
864
865 -disable-* | --disable-*)
866 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
867 # Reject names that are not valid shell variable names.
868 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
869 as_fn_error "invalid feature name: $ac_useropt"
870 ac_useropt_orig=$ac_useropt
871 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
872 case $ac_user_opts in
873 *"
874 "enable_$ac_useropt"
875 "*) ;;
876 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
877 ac_unrecognized_sep=', ';;
878 esac
879 eval enable_$ac_useropt=no ;;
880
881 -docdir | --docdir | --docdi | --doc | --do)
882 ac_prev=docdir ;;
883 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
884 docdir=$ac_optarg ;;
885
886 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
887 ac_prev=dvidir ;;
888 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
889 dvidir=$ac_optarg ;;
890
891 -enable-* | --enable-*)
892 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
893 # Reject names that are not valid shell variable names.
894 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
895 as_fn_error "invalid feature name: $ac_useropt"
896 ac_useropt_orig=$ac_useropt
897 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
898 case $ac_user_opts in
899 *"
900 "enable_$ac_useropt"
901 "*) ;;
902 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
903 ac_unrecognized_sep=', ';;
904 esac
905 eval enable_$ac_useropt=\$ac_optarg ;;
906
907 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
908 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
909 | --exec | --exe | --ex)
910 ac_prev=exec_prefix ;;
911 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
912 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
913 | --exec=* | --exe=* | --ex=*)
914 exec_prefix=$ac_optarg ;;
915
916 -gas | --gas | --ga | --g)
917 # Obsolete; use --with-gas.
918 with_gas=yes ;;
919
920 -help | --help | --hel | --he | -h)
921 ac_init_help=long ;;
922 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
923 ac_init_help=recursive ;;
924 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
925 ac_init_help=short ;;
926
927 -host | --host | --hos | --ho)
928 ac_prev=host_alias ;;
929 -host=* | --host=* | --hos=* | --ho=*)
930 host_alias=$ac_optarg ;;
931
932 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
933 ac_prev=htmldir ;;
934 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
935 | --ht=*)
936 htmldir=$ac_optarg ;;
937
938 -includedir | --includedir | --includedi | --included | --include \
939 | --includ | --inclu | --incl | --inc)
940 ac_prev=includedir ;;
941 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
942 | --includ=* | --inclu=* | --incl=* | --inc=*)
943 includedir=$ac_optarg ;;
944
945 -infodir | --infodir | --infodi | --infod | --info | --inf)
946 ac_prev=infodir ;;
947 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
948 infodir=$ac_optarg ;;
949
950 -libdir | --libdir | --libdi | --libd)
951 ac_prev=libdir ;;
952 -libdir=* | --libdir=* | --libdi=* | --libd=*)
953 libdir=$ac_optarg ;;
954
955 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
956 | --libexe | --libex | --libe)
957 ac_prev=libexecdir ;;
958 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
959 | --libexe=* | --libex=* | --libe=*)
960 libexecdir=$ac_optarg ;;
961
962 -localedir | --localedir | --localedi | --localed | --locale)
963 ac_prev=localedir ;;
964 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
965 localedir=$ac_optarg ;;
966
967 -localstatedir | --localstatedir | --localstatedi | --localstated \
968 | --localstate | --localstat | --localsta | --localst | --locals)
969 ac_prev=localstatedir ;;
970 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
971 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
972 localstatedir=$ac_optarg ;;
973
974 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
975 ac_prev=mandir ;;
976 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
977 mandir=$ac_optarg ;;
978
979 -nfp | --nfp | --nf)
980 # Obsolete; use --without-fp.
981 with_fp=no ;;
982
983 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
984 | --no-cr | --no-c | -n)
985 no_create=yes ;;
986
987 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
988 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
989 no_recursion=yes ;;
990
991 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
992 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
993 | --oldin | --oldi | --old | --ol | --o)
994 ac_prev=oldincludedir ;;
995 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
996 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
997 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
998 oldincludedir=$ac_optarg ;;
999
1000 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1001 ac_prev=prefix ;;
1002 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1003 prefix=$ac_optarg ;;
1004
1005 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1006 | --program-pre | --program-pr | --program-p)
1007 ac_prev=program_prefix ;;
1008 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1009 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1010 program_prefix=$ac_optarg ;;
1011
1012 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1013 | --program-suf | --program-su | --program-s)
1014 ac_prev=program_suffix ;;
1015 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1016 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1017 program_suffix=$ac_optarg ;;
1018
1019 -program-transform-name | --program-transform-name \
1020 | --program-transform-nam | --program-transform-na \
1021 | --program-transform-n | --program-transform- \
1022 | --program-transform | --program-transfor \
1023 | --program-transfo | --program-transf \
1024 | --program-trans | --program-tran \
1025 | --progr-tra | --program-tr | --program-t)
1026 ac_prev=program_transform_name ;;
1027 -program-transform-name=* | --program-transform-name=* \
1028 | --program-transform-nam=* | --program-transform-na=* \
1029 | --program-transform-n=* | --program-transform-=* \
1030 | --program-transform=* | --program-transfor=* \
1031 | --program-transfo=* | --program-transf=* \
1032 | --program-trans=* | --program-tran=* \
1033 | --progr-tra=* | --program-tr=* | --program-t=*)
1034 program_transform_name=$ac_optarg ;;
1035
1036 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1037 ac_prev=pdfdir ;;
1038 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1039 pdfdir=$ac_optarg ;;
1040
1041 -psdir | --psdir | --psdi | --psd | --ps)
1042 ac_prev=psdir ;;
1043 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1044 psdir=$ac_optarg ;;
1045
1046 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1047 | -silent | --silent | --silen | --sile | --sil)
1048 silent=yes ;;
1049
1050 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1051 ac_prev=sbindir ;;
1052 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1053 | --sbi=* | --sb=*)
1054 sbindir=$ac_optarg ;;
1055
1056 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1057 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1058 | --sharedst | --shareds | --shared | --share | --shar \
1059 | --sha | --sh)
1060 ac_prev=sharedstatedir ;;
1061 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1062 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1063 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1064 | --sha=* | --sh=*)
1065 sharedstatedir=$ac_optarg ;;
1066
1067 -site | --site | --sit)
1068 ac_prev=site ;;
1069 -site=* | --site=* | --sit=*)
1070 site=$ac_optarg ;;
1071
1072 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1073 ac_prev=srcdir ;;
1074 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1075 srcdir=$ac_optarg ;;
1076
1077 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1078 | --syscon | --sysco | --sysc | --sys | --sy)
1079 ac_prev=sysconfdir ;;
1080 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1081 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1082 sysconfdir=$ac_optarg ;;
1083
1084 -target | --target | --targe | --targ | --tar | --ta | --t)
1085 ac_prev=target_alias ;;
1086 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1087 target_alias=$ac_optarg ;;
1088
1089 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1090 verbose=yes ;;
1091
1092 -version | --version | --versio | --versi | --vers | -V)
1093 ac_init_version=: ;;
1094
1095 -with-* | --with-*)
1096 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1097 # Reject names that are not valid shell variable names.
1098 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1099 as_fn_error "invalid package name: $ac_useropt"
1100 ac_useropt_orig=$ac_useropt
1101 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1102 case $ac_user_opts in
1103 *"
1104 "with_$ac_useropt"
1105 "*) ;;
1106 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1107 ac_unrecognized_sep=', ';;
1108 esac
1109 eval with_$ac_useropt=\$ac_optarg ;;
1110
1111 -without-* | --without-*)
1112 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1113 # Reject names that are not valid shell variable names.
1114 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1115 as_fn_error "invalid package name: $ac_useropt"
1116 ac_useropt_orig=$ac_useropt
1117 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1118 case $ac_user_opts in
1119 *"
1120 "with_$ac_useropt"
1121 "*) ;;
1122 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1123 ac_unrecognized_sep=', ';;
1124 esac
1125 eval with_$ac_useropt=no ;;
1126
1127 --x)
1128 # Obsolete; use --with-x.
1129 with_x=yes ;;
1130
1131 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1132 | --x-incl | --x-inc | --x-in | --x-i)
1133 ac_prev=x_includes ;;
1134 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1135 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1136 x_includes=$ac_optarg ;;
1137
1138 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1139 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1140 ac_prev=x_libraries ;;
1141 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1142 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1143 x_libraries=$ac_optarg ;;
1144
1145 -*) as_fn_error "unrecognized option: \`$ac_option'
1146 Try \`$0 --help' for more information."
1147 ;;
1148
1149 *=*)
1150 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1151 # Reject names that are not valid shell variable names.
1152 case $ac_envvar in #(
1153 '' | [0-9]* | *[!_$as_cr_alnum]* )
1154 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1155 esac
1156 eval $ac_envvar=\$ac_optarg
1157 export $ac_envvar ;;
1158
1159 *)
1160 # FIXME: should be removed in autoconf 3.0.
1161 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1162 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1163 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1164 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1165 ;;
1166
1167 esac
1168 done
1169
1170 if test -n "$ac_prev"; then
1171 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1172 as_fn_error "missing argument to $ac_option"
1173 fi
1174
1175 if test -n "$ac_unrecognized_opts"; then
1176 case $enable_option_checking in
1177 no) ;;
1178 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1179 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1180 esac
1181 fi
1182
1183 # Check all directory arguments for consistency.
1184 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1185 datadir sysconfdir sharedstatedir localstatedir includedir \
1186 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1187 libdir localedir mandir
1188 do
1189 eval ac_val=\$$ac_var
1190 # Remove trailing slashes.
1191 case $ac_val in
1192 */ )
1193 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1194 eval $ac_var=\$ac_val;;
1195 esac
1196 # Be sure to have absolute directory names.
1197 case $ac_val in
1198 [\\/$]* | ?:[\\/]* ) continue;;
1199 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1200 esac
1201 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1202 done
1203
1204 # There might be people who depend on the old broken behavior: `$host'
1205 # used to hold the argument of --host etc.
1206 # FIXME: To remove some day.
1207 build=$build_alias
1208 host=$host_alias
1209 target=$target_alias
1210
1211 # FIXME: To remove some day.
1212 if test "x$host_alias" != x; then
1213 if test "x$build_alias" = x; then
1214 cross_compiling=maybe
1215 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1216 If a cross compiler is detected then cross compile mode will be used." >&2
1217 elif test "x$build_alias" != "x$host_alias"; then
1218 cross_compiling=yes
1219 fi
1220 fi
1221
1222 ac_tool_prefix=
1223 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1224
1225 test "$silent" = yes && exec 6>/dev/null
1226
1227
1228 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1229 ac_ls_di=`ls -di .` &&
1230 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1231 as_fn_error "working directory cannot be determined"
1232 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1233 as_fn_error "pwd does not report name of working directory"
1234
1235
1236 # Find the source files, if location was not specified.
1237 if test -z "$srcdir"; then
1238 ac_srcdir_defaulted=yes
1239 # Try the directory containing this script, then the parent directory.
1240 ac_confdir=`$as_dirname -- "$as_myself" ||
1241 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1242 X"$as_myself" : 'X\(//\)[^/]' \| \
1243 X"$as_myself" : 'X\(//\)$' \| \
1244 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1245 $as_echo X"$as_myself" |
1246 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1247 s//\1/
1248 q
1249 }
1250 /^X\(\/\/\)[^/].*/{
1251 s//\1/
1252 q
1253 }
1254 /^X\(\/\/\)$/{
1255 s//\1/
1256 q
1257 }
1258 /^X\(\/\).*/{
1259 s//\1/
1260 q
1261 }
1262 s/.*/./; q'`
1263 srcdir=$ac_confdir
1264 if test ! -r "$srcdir/$ac_unique_file"; then
1265 srcdir=..
1266 fi
1267 else
1268 ac_srcdir_defaulted=no
1269 fi
1270 if test ! -r "$srcdir/$ac_unique_file"; then
1271 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1272 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1273 fi
1274 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1275 ac_abs_confdir=`(
1276 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1277 pwd)`
1278 # When building in place, set srcdir=.
1279 if test "$ac_abs_confdir" = "$ac_pwd"; then
1280 srcdir=.
1281 fi
1282 # Remove unnecessary trailing slashes from srcdir.
1283 # Double slashes in file names in object file debugging info
1284 # mess up M-x gdb in Emacs.
1285 case $srcdir in
1286 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1287 esac
1288 for ac_var in $ac_precious_vars; do
1289 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1290 eval ac_env_${ac_var}_value=\$${ac_var}
1291 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1292 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1293 done
1294
1295 #
1296 # Report the --help message.
1297 #
1298 if test "$ac_init_help" = "long"; then
1299 # Omit some internal or obsolete options to make the list less imposing.
1300 # This message is too long to be a string in the A/UX 3.1 sh.
1301 cat <<_ACEOF
1302 \`configure' configures this package to adapt to many kinds of systems.
1303
1304 Usage: $0 [OPTION]... [VAR=VALUE]...
1305
1306 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1307 VAR=VALUE. See below for descriptions of some of the useful variables.
1308
1309 Defaults for the options are specified in brackets.
1310
1311 Configuration:
1312 -h, --help display this help and exit
1313 --help=short display options specific to this package
1314 --help=recursive display the short help of all the included packages
1315 -V, --version display version information and exit
1316 -q, --quiet, --silent do not print \`checking...' messages
1317 --cache-file=FILE cache test results in FILE [disabled]
1318 -C, --config-cache alias for \`--cache-file=config.cache'
1319 -n, --no-create do not create output files
1320 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1321
1322 Installation directories:
1323 --prefix=PREFIX install architecture-independent files in PREFIX
1324 [$ac_default_prefix]
1325 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1326 [PREFIX]
1327
1328 By default, \`make install' will install all the files in
1329 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1330 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1331 for instance \`--prefix=\$HOME'.
1332
1333 For better control, use the options below.
1334
1335 Fine tuning of the installation directories:
1336 --bindir=DIR user executables [EPREFIX/bin]
1337 --sbindir=DIR system admin executables [EPREFIX/sbin]
1338 --libexecdir=DIR program executables [EPREFIX/libexec]
1339 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1340 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1341 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1342 --libdir=DIR object code libraries [EPREFIX/lib]
1343 --includedir=DIR C header files [PREFIX/include]
1344 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1345 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1346 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1347 --infodir=DIR info documentation [DATAROOTDIR/info]
1348 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1349 --mandir=DIR man documentation [DATAROOTDIR/man]
1350 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1351 --htmldir=DIR html documentation [DOCDIR]
1352 --dvidir=DIR dvi documentation [DOCDIR]
1353 --pdfdir=DIR pdf documentation [DOCDIR]
1354 --psdir=DIR ps documentation [DOCDIR]
1355 _ACEOF
1356
1357 cat <<\_ACEOF
1358
1359 Program names:
1360 --program-prefix=PREFIX prepend PREFIX to installed program names
1361 --program-suffix=SUFFIX append SUFFIX to installed program names
1362 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1363
1364 System types:
1365 --build=BUILD configure for building on BUILD [guessed]
1366 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1367 --target=TARGET configure for building compilers for TARGET [HOST]
1368 _ACEOF
1369 fi
1370
1371 if test -n "$ac_init_help"; then
1372
1373 cat <<\_ACEOF
1374
1375 Optional Features:
1376 --disable-option-checking ignore unrecognized --enable/--with options
1377 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1378 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1379 --enable-plugins Enable support for plugins
1380 --enable-shared[=PKGS] build shared libraries [default=yes]
1381 --enable-static[=PKGS] build static libraries [default=yes]
1382 --enable-fast-install[=PKGS]
1383 optimize for fast installation [default=yes]
1384 --disable-libtool-lock avoid locking (might break parallel builds)
1385 --enable-maintainer-mode enable make rules and dependencies not useful
1386 (and sometimes confusing) to the casual installer
1387 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1388 itself)
1389 --enable-sim-stdio Specify whether to use stdio for console
1390 input/output
1391 --enable-sim-trace=opts Enable tracing of simulated programs
1392 --enable-sim-profile=opts
1393 Enable profiling flags
1394 --enable-sim-assert Specify whether to perform random assertions
1395 --enable-sim-environment=environment
1396 Specify mixed, user, virtual or operating
1397 environment
1398 --enable-sim-inline=inlines
1399 Specify which functions should be inlined
1400
1401 Optional Packages:
1402 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1403 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1404 --with-system-zlib use installed libz
1405 --with-pic try to use only PIC/non-PIC objects [default=use
1406 both]
1407 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1408 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1409 --with-bugurl=URL Direct users to URL to report a bug
1410
1411 Some influential environment variables:
1412 CC C compiler command
1413 CFLAGS C compiler flags
1414 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1415 nonstandard directory <lib dir>
1416 LIBS libraries to pass to the linker, e.g. -l<library>
1417 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1418 you have headers in a nonstandard directory <include dir>
1419 CPP C preprocessor
1420
1421 Use these variables to override the choices made by `configure' or to help
1422 it to find libraries and programs with nonstandard names/locations.
1423
1424 Report bugs to the package provider.
1425 _ACEOF
1426 ac_status=$?
1427 fi
1428
1429 if test "$ac_init_help" = "recursive"; then
1430 # If there are subdirs, report their specific --help.
1431 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1432 test -d "$ac_dir" ||
1433 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1434 continue
1435 ac_builddir=.
1436
1437 case "$ac_dir" in
1438 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1439 *)
1440 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1441 # A ".." for each directory in $ac_dir_suffix.
1442 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1443 case $ac_top_builddir_sub in
1444 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1445 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1446 esac ;;
1447 esac
1448 ac_abs_top_builddir=$ac_pwd
1449 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1450 # for backward compatibility:
1451 ac_top_builddir=$ac_top_build_prefix
1452
1453 case $srcdir in
1454 .) # We are building in place.
1455 ac_srcdir=.
1456 ac_top_srcdir=$ac_top_builddir_sub
1457 ac_abs_top_srcdir=$ac_pwd ;;
1458 [\\/]* | ?:[\\/]* ) # Absolute name.
1459 ac_srcdir=$srcdir$ac_dir_suffix;
1460 ac_top_srcdir=$srcdir
1461 ac_abs_top_srcdir=$srcdir ;;
1462 *) # Relative name.
1463 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1464 ac_top_srcdir=$ac_top_build_prefix$srcdir
1465 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1466 esac
1467 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1468
1469 cd "$ac_dir" || { ac_status=$?; continue; }
1470 # Check for guested configure.
1471 if test -f "$ac_srcdir/configure.gnu"; then
1472 echo &&
1473 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1474 elif test -f "$ac_srcdir/configure"; then
1475 echo &&
1476 $SHELL "$ac_srcdir/configure" --help=recursive
1477 else
1478 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1479 fi || ac_status=$?
1480 cd "$ac_pwd" || { ac_status=$?; break; }
1481 done
1482 fi
1483
1484 test -n "$ac_init_help" && exit $ac_status
1485 if $ac_init_version; then
1486 cat <<\_ACEOF
1487 configure
1488 generated by GNU Autoconf 2.64
1489
1490 Copyright (C) 2009 Free Software Foundation, Inc.
1491 This configure script is free software; the Free Software Foundation
1492 gives unlimited permission to copy, distribute and modify it.
1493 _ACEOF
1494 exit
1495 fi
1496
1497 ## ------------------------ ##
1498 ## Autoconf initialization. ##
1499 ## ------------------------ ##
1500
1501 # ac_fn_c_try_compile LINENO
1502 # --------------------------
1503 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1504 ac_fn_c_try_compile ()
1505 {
1506 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1507 rm -f conftest.$ac_objext
1508 if { { ac_try="$ac_compile"
1509 case "(($ac_try" in
1510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1511 *) ac_try_echo=$ac_try;;
1512 esac
1513 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1514 $as_echo "$ac_try_echo"; } >&5
1515 (eval "$ac_compile") 2>conftest.err
1516 ac_status=$?
1517 if test -s conftest.err; then
1518 grep -v '^ *+' conftest.err >conftest.er1
1519 cat conftest.er1 >&5
1520 mv -f conftest.er1 conftest.err
1521 fi
1522 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1523 test $ac_status = 0; } && {
1524 test -z "$ac_c_werror_flag" ||
1525 test ! -s conftest.err
1526 } && test -s conftest.$ac_objext; then :
1527 ac_retval=0
1528 else
1529 $as_echo "$as_me: failed program was:" >&5
1530 sed 's/^/| /' conftest.$ac_ext >&5
1531
1532 ac_retval=1
1533 fi
1534 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1535 return $ac_retval
1536
1537 } # ac_fn_c_try_compile
1538
1539 # ac_fn_c_try_cpp LINENO
1540 # ----------------------
1541 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1542 ac_fn_c_try_cpp ()
1543 {
1544 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1545 if { { ac_try="$ac_cpp conftest.$ac_ext"
1546 case "(($ac_try" in
1547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1548 *) ac_try_echo=$ac_try;;
1549 esac
1550 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1551 $as_echo "$ac_try_echo"; } >&5
1552 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1553 ac_status=$?
1554 if test -s conftest.err; then
1555 grep -v '^ *+' conftest.err >conftest.er1
1556 cat conftest.er1 >&5
1557 mv -f conftest.er1 conftest.err
1558 fi
1559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1560 test $ac_status = 0; } >/dev/null && {
1561 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1562 test ! -s conftest.err
1563 }; then :
1564 ac_retval=0
1565 else
1566 $as_echo "$as_me: failed program was:" >&5
1567 sed 's/^/| /' conftest.$ac_ext >&5
1568
1569 ac_retval=1
1570 fi
1571 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1572 return $ac_retval
1573
1574 } # ac_fn_c_try_cpp
1575
1576 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1577 # -------------------------------------------------------
1578 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1579 # the include files in INCLUDES and setting the cache variable VAR
1580 # accordingly.
1581 ac_fn_c_check_header_mongrel ()
1582 {
1583 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1584 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1586 $as_echo_n "checking for $2... " >&6; }
1587 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1588 $as_echo_n "(cached) " >&6
1589 fi
1590 eval ac_res=\$$3
1591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1592 $as_echo "$ac_res" >&6; }
1593 else
1594 # Is the header compilable?
1595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1596 $as_echo_n "checking $2 usability... " >&6; }
1597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1598 /* end confdefs.h. */
1599 $4
1600 #include <$2>
1601 _ACEOF
1602 if ac_fn_c_try_compile "$LINENO"; then :
1603 ac_header_compiler=yes
1604 else
1605 ac_header_compiler=no
1606 fi
1607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1609 $as_echo "$ac_header_compiler" >&6; }
1610
1611 # Is the header present?
1612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1613 $as_echo_n "checking $2 presence... " >&6; }
1614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1615 /* end confdefs.h. */
1616 #include <$2>
1617 _ACEOF
1618 if ac_fn_c_try_cpp "$LINENO"; then :
1619 ac_header_preproc=yes
1620 else
1621 ac_header_preproc=no
1622 fi
1623 rm -f conftest.err conftest.$ac_ext
1624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1625 $as_echo "$ac_header_preproc" >&6; }
1626
1627 # So? What about this header?
1628 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1629 yes:no: )
1630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1631 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1632 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1633 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1634 ;;
1635 no:yes:* )
1636 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1637 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1638 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1639 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1641 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1643 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1645 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1646 ;;
1647 esac
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1649 $as_echo_n "checking for $2... " >&6; }
1650 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1651 $as_echo_n "(cached) " >&6
1652 else
1653 eval "$3=\$ac_header_compiler"
1654 fi
1655 eval ac_res=\$$3
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1657 $as_echo "$ac_res" >&6; }
1658 fi
1659 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1660
1661 } # ac_fn_c_check_header_mongrel
1662
1663 # ac_fn_c_try_run LINENO
1664 # ----------------------
1665 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1666 # that executables *can* be run.
1667 ac_fn_c_try_run ()
1668 {
1669 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1670 if { { ac_try="$ac_link"
1671 case "(($ac_try" in
1672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1673 *) ac_try_echo=$ac_try;;
1674 esac
1675 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1676 $as_echo "$ac_try_echo"; } >&5
1677 (eval "$ac_link") 2>&5
1678 ac_status=$?
1679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1680 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1681 { { case "(($ac_try" in
1682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1683 *) ac_try_echo=$ac_try;;
1684 esac
1685 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1686 $as_echo "$ac_try_echo"; } >&5
1687 (eval "$ac_try") 2>&5
1688 ac_status=$?
1689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1690 test $ac_status = 0; }; }; then :
1691 ac_retval=0
1692 else
1693 $as_echo "$as_me: program exited with status $ac_status" >&5
1694 $as_echo "$as_me: failed program was:" >&5
1695 sed 's/^/| /' conftest.$ac_ext >&5
1696
1697 ac_retval=$ac_status
1698 fi
1699 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1700 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1701 return $ac_retval
1702
1703 } # ac_fn_c_try_run
1704
1705 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1706 # -------------------------------------------------------
1707 # Tests whether HEADER exists and can be compiled using the include files in
1708 # INCLUDES, setting the cache variable VAR accordingly.
1709 ac_fn_c_check_header_compile ()
1710 {
1711 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1713 $as_echo_n "checking for $2... " >&6; }
1714 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1715 $as_echo_n "(cached) " >&6
1716 else
1717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1718 /* end confdefs.h. */
1719 $4
1720 #include <$2>
1721 _ACEOF
1722 if ac_fn_c_try_compile "$LINENO"; then :
1723 eval "$3=yes"
1724 else
1725 eval "$3=no"
1726 fi
1727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1728 fi
1729 eval ac_res=\$$3
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1731 $as_echo "$ac_res" >&6; }
1732 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1733
1734 } # ac_fn_c_check_header_compile
1735
1736 # ac_fn_c_try_link LINENO
1737 # -----------------------
1738 # Try to link conftest.$ac_ext, and return whether this succeeded.
1739 ac_fn_c_try_link ()
1740 {
1741 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1742 rm -f conftest.$ac_objext conftest$ac_exeext
1743 if { { ac_try="$ac_link"
1744 case "(($ac_try" in
1745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1746 *) ac_try_echo=$ac_try;;
1747 esac
1748 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1749 $as_echo "$ac_try_echo"; } >&5
1750 (eval "$ac_link") 2>conftest.err
1751 ac_status=$?
1752 if test -s conftest.err; then
1753 grep -v '^ *+' conftest.err >conftest.er1
1754 cat conftest.er1 >&5
1755 mv -f conftest.er1 conftest.err
1756 fi
1757 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1758 test $ac_status = 0; } && {
1759 test -z "$ac_c_werror_flag" ||
1760 test ! -s conftest.err
1761 } && test -s conftest$ac_exeext && {
1762 test "$cross_compiling" = yes ||
1763 $as_test_x conftest$ac_exeext
1764 }; then :
1765 ac_retval=0
1766 else
1767 $as_echo "$as_me: failed program was:" >&5
1768 sed 's/^/| /' conftest.$ac_ext >&5
1769
1770 ac_retval=1
1771 fi
1772 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1773 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1774 # interfere with the next link command; also delete a directory that is
1775 # left behind by Apple's compiler. We do this before executing the actions.
1776 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1777 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1778 return $ac_retval
1779
1780 } # ac_fn_c_try_link
1781
1782 # ac_fn_c_check_func LINENO FUNC VAR
1783 # ----------------------------------
1784 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1785 ac_fn_c_check_func ()
1786 {
1787 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1789 $as_echo_n "checking for $2... " >&6; }
1790 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1791 $as_echo_n "(cached) " >&6
1792 else
1793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1794 /* end confdefs.h. */
1795 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1796 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1797 #define $2 innocuous_$2
1798
1799 /* System header to define __stub macros and hopefully few prototypes,
1800 which can conflict with char $2 (); below.
1801 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1802 <limits.h> exists even on freestanding compilers. */
1803
1804 #ifdef __STDC__
1805 # include <limits.h>
1806 #else
1807 # include <assert.h>
1808 #endif
1809
1810 #undef $2
1811
1812 /* Override any GCC internal prototype to avoid an error.
1813 Use char because int might match the return type of a GCC
1814 builtin and then its argument prototype would still apply. */
1815 #ifdef __cplusplus
1816 extern "C"
1817 #endif
1818 char $2 ();
1819 /* The GNU C library defines this for functions which it implements
1820 to always fail with ENOSYS. Some functions are actually named
1821 something starting with __ and the normal name is an alias. */
1822 #if defined __stub_$2 || defined __stub___$2
1823 choke me
1824 #endif
1825
1826 int
1827 main ()
1828 {
1829 return $2 ();
1830 ;
1831 return 0;
1832 }
1833 _ACEOF
1834 if ac_fn_c_try_link "$LINENO"; then :
1835 eval "$3=yes"
1836 else
1837 eval "$3=no"
1838 fi
1839 rm -f core conftest.err conftest.$ac_objext \
1840 conftest$ac_exeext conftest.$ac_ext
1841 fi
1842 eval ac_res=\$$3
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1844 $as_echo "$ac_res" >&6; }
1845 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1846
1847 } # ac_fn_c_check_func
1848
1849 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1850 # ----------------------------------------------------
1851 # Tries to find if the field MEMBER exists in type AGGR, after including
1852 # INCLUDES, setting cache variable VAR accordingly.
1853 ac_fn_c_check_member ()
1854 {
1855 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1857 $as_echo_n "checking for $2.$3... " >&6; }
1858 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1859 $as_echo_n "(cached) " >&6
1860 else
1861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1862 /* end confdefs.h. */
1863 $5
1864 int
1865 main ()
1866 {
1867 static $2 ac_aggr;
1868 if (ac_aggr.$3)
1869 return 0;
1870 ;
1871 return 0;
1872 }
1873 _ACEOF
1874 if ac_fn_c_try_compile "$LINENO"; then :
1875 eval "$4=yes"
1876 else
1877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1878 /* end confdefs.h. */
1879 $5
1880 int
1881 main ()
1882 {
1883 static $2 ac_aggr;
1884 if (sizeof ac_aggr.$3)
1885 return 0;
1886 ;
1887 return 0;
1888 }
1889 _ACEOF
1890 if ac_fn_c_try_compile "$LINENO"; then :
1891 eval "$4=yes"
1892 else
1893 eval "$4=no"
1894 fi
1895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1896 fi
1897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1898 fi
1899 eval ac_res=\$$4
1900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1901 $as_echo "$ac_res" >&6; }
1902 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1903
1904 } # ac_fn_c_check_member
1905
1906 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1907 # -------------------------------------------
1908 # Tests whether TYPE exists after having included INCLUDES, setting cache
1909 # variable VAR accordingly.
1910 ac_fn_c_check_type ()
1911 {
1912 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1914 $as_echo_n "checking for $2... " >&6; }
1915 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1916 $as_echo_n "(cached) " >&6
1917 else
1918 eval "$3=no"
1919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1920 /* end confdefs.h. */
1921 $4
1922 int
1923 main ()
1924 {
1925 if (sizeof ($2))
1926 return 0;
1927 ;
1928 return 0;
1929 }
1930 _ACEOF
1931 if ac_fn_c_try_compile "$LINENO"; then :
1932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1933 /* end confdefs.h. */
1934 $4
1935 int
1936 main ()
1937 {
1938 if (sizeof (($2)))
1939 return 0;
1940 ;
1941 return 0;
1942 }
1943 _ACEOF
1944 if ac_fn_c_try_compile "$LINENO"; then :
1945
1946 else
1947 eval "$3=yes"
1948 fi
1949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1950 fi
1951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1952 fi
1953 eval ac_res=\$$3
1954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1955 $as_echo "$ac_res" >&6; }
1956 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1957
1958 } # ac_fn_c_check_type
1959 cat >config.log <<_ACEOF
1960 This file contains any messages produced by compilers while
1961 running configure, to aid debugging if configure makes a mistake.
1962
1963 It was created by $as_me, which was
1964 generated by GNU Autoconf 2.64. Invocation command line was
1965
1966 $ $0 $@
1967
1968 _ACEOF
1969 exec 5>>config.log
1970 {
1971 cat <<_ASUNAME
1972 ## --------- ##
1973 ## Platform. ##
1974 ## --------- ##
1975
1976 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1977 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1978 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1979 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1980 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1981
1982 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1983 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1984
1985 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1986 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1987 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1988 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1989 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1990 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1991 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1992
1993 _ASUNAME
1994
1995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1996 for as_dir in $PATH
1997 do
1998 IFS=$as_save_IFS
1999 test -z "$as_dir" && as_dir=.
2000 $as_echo "PATH: $as_dir"
2001 done
2002 IFS=$as_save_IFS
2003
2004 } >&5
2005
2006 cat >&5 <<_ACEOF
2007
2008
2009 ## ----------- ##
2010 ## Core tests. ##
2011 ## ----------- ##
2012
2013 _ACEOF
2014
2015
2016 # Keep a trace of the command line.
2017 # Strip out --no-create and --no-recursion so they do not pile up.
2018 # Strip out --silent because we don't want to record it for future runs.
2019 # Also quote any args containing shell meta-characters.
2020 # Make two passes to allow for proper duplicate-argument suppression.
2021 ac_configure_args=
2022 ac_configure_args0=
2023 ac_configure_args1=
2024 ac_must_keep_next=false
2025 for ac_pass in 1 2
2026 do
2027 for ac_arg
2028 do
2029 case $ac_arg in
2030 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2031 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2032 | -silent | --silent | --silen | --sile | --sil)
2033 continue ;;
2034 *\'*)
2035 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2036 esac
2037 case $ac_pass in
2038 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2039 2)
2040 as_fn_append ac_configure_args1 " '$ac_arg'"
2041 if test $ac_must_keep_next = true; then
2042 ac_must_keep_next=false # Got value, back to normal.
2043 else
2044 case $ac_arg in
2045 *=* | --config-cache | -C | -disable-* | --disable-* \
2046 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2047 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2048 | -with-* | --with-* | -without-* | --without-* | --x)
2049 case "$ac_configure_args0 " in
2050 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2051 esac
2052 ;;
2053 -* ) ac_must_keep_next=true ;;
2054 esac
2055 fi
2056 as_fn_append ac_configure_args " '$ac_arg'"
2057 ;;
2058 esac
2059 done
2060 done
2061 { ac_configure_args0=; unset ac_configure_args0;}
2062 { ac_configure_args1=; unset ac_configure_args1;}
2063
2064 # When interrupted or exit'd, cleanup temporary files, and complete
2065 # config.log. We remove comments because anyway the quotes in there
2066 # would cause problems or look ugly.
2067 # WARNING: Use '\'' to represent an apostrophe within the trap.
2068 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2069 trap 'exit_status=$?
2070 # Save into config.log some information that might help in debugging.
2071 {
2072 echo
2073
2074 cat <<\_ASBOX
2075 ## ---------------- ##
2076 ## Cache variables. ##
2077 ## ---------------- ##
2078 _ASBOX
2079 echo
2080 # The following way of writing the cache mishandles newlines in values,
2081 (
2082 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2083 eval ac_val=\$$ac_var
2084 case $ac_val in #(
2085 *${as_nl}*)
2086 case $ac_var in #(
2087 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2088 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2089 esac
2090 case $ac_var in #(
2091 _ | IFS | as_nl) ;; #(
2092 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2093 *) { eval $ac_var=; unset $ac_var;} ;;
2094 esac ;;
2095 esac
2096 done
2097 (set) 2>&1 |
2098 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2099 *${as_nl}ac_space=\ *)
2100 sed -n \
2101 "s/'\''/'\''\\\\'\'''\''/g;
2102 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2103 ;; #(
2104 *)
2105 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2106 ;;
2107 esac |
2108 sort
2109 )
2110 echo
2111
2112 cat <<\_ASBOX
2113 ## ----------------- ##
2114 ## Output variables. ##
2115 ## ----------------- ##
2116 _ASBOX
2117 echo
2118 for ac_var in $ac_subst_vars
2119 do
2120 eval ac_val=\$$ac_var
2121 case $ac_val in
2122 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2123 esac
2124 $as_echo "$ac_var='\''$ac_val'\''"
2125 done | sort
2126 echo
2127
2128 if test -n "$ac_subst_files"; then
2129 cat <<\_ASBOX
2130 ## ------------------- ##
2131 ## File substitutions. ##
2132 ## ------------------- ##
2133 _ASBOX
2134 echo
2135 for ac_var in $ac_subst_files
2136 do
2137 eval ac_val=\$$ac_var
2138 case $ac_val in
2139 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2140 esac
2141 $as_echo "$ac_var='\''$ac_val'\''"
2142 done | sort
2143 echo
2144 fi
2145
2146 if test -s confdefs.h; then
2147 cat <<\_ASBOX
2148 ## ----------- ##
2149 ## confdefs.h. ##
2150 ## ----------- ##
2151 _ASBOX
2152 echo
2153 cat confdefs.h
2154 echo
2155 fi
2156 test "$ac_signal" != 0 &&
2157 $as_echo "$as_me: caught signal $ac_signal"
2158 $as_echo "$as_me: exit $exit_status"
2159 } >&5
2160 rm -f core *.core core.conftest.* &&
2161 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2162 exit $exit_status
2163 ' 0
2164 for ac_signal in 1 2 13 15; do
2165 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2166 done
2167 ac_signal=0
2168
2169 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2170 rm -f -r conftest* confdefs.h
2171
2172 $as_echo "/* confdefs.h */" > confdefs.h
2173
2174 # Predefined preprocessor variables.
2175
2176 cat >>confdefs.h <<_ACEOF
2177 #define PACKAGE_NAME "$PACKAGE_NAME"
2178 _ACEOF
2179
2180 cat >>confdefs.h <<_ACEOF
2181 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2182 _ACEOF
2183
2184 cat >>confdefs.h <<_ACEOF
2185 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2186 _ACEOF
2187
2188 cat >>confdefs.h <<_ACEOF
2189 #define PACKAGE_STRING "$PACKAGE_STRING"
2190 _ACEOF
2191
2192 cat >>confdefs.h <<_ACEOF
2193 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2194 _ACEOF
2195
2196 cat >>confdefs.h <<_ACEOF
2197 #define PACKAGE_URL "$PACKAGE_URL"
2198 _ACEOF
2199
2200
2201 # Let the site file select an alternate cache file if it wants to.
2202 # Prefer an explicitly selected file to automatically selected ones.
2203 ac_site_file1=NONE
2204 ac_site_file2=NONE
2205 if test -n "$CONFIG_SITE"; then
2206 ac_site_file1=$CONFIG_SITE
2207 elif test "x$prefix" != xNONE; then
2208 ac_site_file1=$prefix/share/config.site
2209 ac_site_file2=$prefix/etc/config.site
2210 else
2211 ac_site_file1=$ac_default_prefix/share/config.site
2212 ac_site_file2=$ac_default_prefix/etc/config.site
2213 fi
2214 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2215 do
2216 test "x$ac_site_file" = xNONE && continue
2217 if test -r "$ac_site_file"; then
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2219 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2220 sed 's/^/| /' "$ac_site_file" >&5
2221 . "$ac_site_file"
2222 fi
2223 done
2224
2225 if test -r "$cache_file"; then
2226 # Some versions of bash will fail to source /dev/null (special
2227 # files actually), so we avoid doing that.
2228 if test -f "$cache_file"; then
2229 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2230 $as_echo "$as_me: loading cache $cache_file" >&6;}
2231 case $cache_file in
2232 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2233 *) . "./$cache_file";;
2234 esac
2235 fi
2236 else
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2238 $as_echo "$as_me: creating cache $cache_file" >&6;}
2239 >$cache_file
2240 fi
2241
2242 # Check that the precious variables saved in the cache have kept the same
2243 # value.
2244 ac_cache_corrupted=false
2245 for ac_var in $ac_precious_vars; do
2246 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2247 eval ac_new_set=\$ac_env_${ac_var}_set
2248 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2249 eval ac_new_val=\$ac_env_${ac_var}_value
2250 case $ac_old_set,$ac_new_set in
2251 set,)
2252 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2253 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2254 ac_cache_corrupted=: ;;
2255 ,set)
2256 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2257 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2258 ac_cache_corrupted=: ;;
2259 ,);;
2260 *)
2261 if test "x$ac_old_val" != "x$ac_new_val"; then
2262 # differences in whitespace do not lead to failure.
2263 ac_old_val_w=`echo x $ac_old_val`
2264 ac_new_val_w=`echo x $ac_new_val`
2265 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2267 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2268 ac_cache_corrupted=:
2269 else
2270 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2271 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2272 eval $ac_var=\$ac_old_val
2273 fi
2274 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2275 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2276 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2277 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2278 fi;;
2279 esac
2280 # Pass precious variables to config.status.
2281 if test "$ac_new_set" = set; then
2282 case $ac_new_val in
2283 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2284 *) ac_arg=$ac_var=$ac_new_val ;;
2285 esac
2286 case " $ac_configure_args " in
2287 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2288 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2289 esac
2290 fi
2291 done
2292 if $ac_cache_corrupted; then
2293 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2294 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2295 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2296 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2297 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2298 fi
2299 ## -------------------- ##
2300 ## Main body of script. ##
2301 ## -------------------- ##
2302
2303 ac_ext=c
2304 ac_cpp='$CPP $CPPFLAGS'
2305 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2306 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2307 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2308
2309
2310 # This file contains common code used by all simulators.
2311 #
2312 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2313 # directory. It is intended to be invoked before any target specific stuff.
2314 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2315 # It is intended to be invoked last.
2316 #
2317 # The simulator's configure.ac should look like:
2318 #
2319 # dnl Process this file with autoconf to produce a configure script.
2320 # AC_PREREQ(2.64)dnl
2321 # AC_INIT(Makefile.in)
2322 # sinclude(../common/aclocal.m4)
2323 #
2324 # SIM_AC_COMMON
2325 #
2326 # ... target specific stuff ...
2327 #
2328 # SIM_AC_OUTPUT
2329
2330 # Include global overrides and fixes for Autoconf.
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357 # _AC_CHECK_DECL_BODY
2358 # -------------------
2359 # Shell function body for AC_CHECK_DECL.
2360 # _AC_CHECK_DECL_BODY
2361
2362 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2363 # INCLUDES)
2364 # -------------------------------------------------------------
2365 # Helper to AC_CHECK_DECLS, which generates the check for a single
2366 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2367 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2382 #
2383 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2384 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2385 # Written by Gordon Matzigkeit, 1996
2386 #
2387 # This file is free software; the Free Software Foundation gives
2388 # unlimited permission to copy and/or distribute it, with or without
2389 # modifications, as long as this notice is preserved.
2390
2391
2392
2393 # serial 56 LT_INIT
2394
2395
2396 # LT_PREREQ(VERSION)
2397 # ------------------
2398 # Complain and exit if this libtool version is less that VERSION.
2399
2400
2401
2402 # _LT_CHECK_BUILDDIR
2403 # ------------------
2404 # Complain if the absolute build directory name contains unusual characters
2405
2406
2407
2408 # LT_INIT([OPTIONS])
2409 # ------------------
2410 # LT_INIT
2411
2412 # Old names:
2413 # This is what autoupdate's m4 run will expand. It fires
2414 # the warning (with _au_warn_XXX), outputs it into the
2415 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2416 # the replacement expansion.
2417
2418
2419 # This is an auxiliary macro that is also run when
2420 # autoupdate runs m4. It simply calls m4_warning, but
2421 # we need a wrapper so that each warning is emitted only
2422 # once. We break the quoting in m4_warning's argument in
2423 # order to expand this macro's arguments, not AU_DEFUN's.
2424
2425
2426 # Finally, this is the expansion that is picked up by
2427 # autoconf. It tells the user to run autoupdate, and
2428 # then outputs the replacement expansion. We do not care
2429 # about autoupdate's warning because that contains
2430 # information on what to do *after* running autoupdate.
2431
2432 # This is what autoupdate's m4 run will expand. It fires
2433 # the warning (with _au_warn_XXX), outputs it into the
2434 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2435 # the replacement expansion.
2436
2437
2438 # This is an auxiliary macro that is also run when
2439 # autoupdate runs m4. It simply calls m4_warning, but
2440 # we need a wrapper so that each warning is emitted only
2441 # once. We break the quoting in m4_warning's argument in
2442 # order to expand this macro's arguments, not AU_DEFUN's.
2443
2444
2445 # Finally, this is the expansion that is picked up by
2446 # autoconf. It tells the user to run autoupdate, and
2447 # then outputs the replacement expansion. We do not care
2448 # about autoupdate's warning because that contains
2449 # information on what to do *after* running autoupdate.
2450
2451
2452
2453 # _LT_CC_BASENAME(CC)
2454 # -------------------
2455 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2456
2457
2458
2459 # _LT_FILEUTILS_DEFAULTS
2460 # ----------------------
2461 # It is okay to use these file commands and assume they have been set
2462 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2463 # _LT_FILEUTILS_DEFAULTS
2464
2465
2466 # _LT_SETUP
2467 # ---------
2468 # _LT_SETUP
2469
2470
2471 # _LT_PREPARE_SED_QUOTE_VARS
2472 # --------------------------
2473 # Define a few sed substitution that help us do robust quoting.
2474
2475
2476 # _LT_PROG_LTMAIN
2477 # ---------------
2478 # Note that this code is called both from `configure', and `config.status'
2479 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2480 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2481 # so we pass a copy along to make sure it has a sensible value anyway.
2482 # _LT_PROG_LTMAIN
2483
2484
2485 ## ------------------------------------- ##
2486 ## Accumulate code for creating libtool. ##
2487 ## ------------------------------------- ##
2488
2489 # So that we can recreate a full libtool script including additional
2490 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2491 # in macros and then make a single call at the end using the `libtool'
2492 # label.
2493
2494
2495 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2496 # ----------------------------------------
2497 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2498
2499
2500 # Initialize.
2501
2502
2503
2504 # _LT_CONFIG_LIBTOOL([COMMANDS])
2505 # ------------------------------
2506 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2507
2508
2509 # Initialize.
2510
2511
2512
2513 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2514 # -----------------------------------------------------
2515
2516
2517
2518 # _LT_FORMAT_COMMENT([COMMENT])
2519 # -----------------------------
2520 # Add leading comment marks to the start of each line, and a trailing
2521 # full-stop to the whole comment if one is not present already.
2522
2523
2524
2525
2526 ## ------------------------ ##
2527 ## FIXME: Eliminate VARNAME ##
2528 ## ------------------------ ##
2529
2530
2531 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2532 # -------------------------------------------------------------------
2533 # CONFIGNAME is the name given to the value in the libtool script.
2534 # VARNAME is the (base) name used in the configure script.
2535 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2536 # VARNAME. Any other value will be used directly.
2537
2538
2539
2540 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2541 # --------------------------------------------------------
2542
2543
2544
2545 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2546 # ------------------------------------------------
2547
2548
2549
2550 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2551 # ---------------------------------------------------------
2552
2553
2554
2555 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2556 # --------------------------------------------------
2557
2558
2559
2560 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2561 # ---------------------------------------------------
2562
2563
2564
2565 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2566 # ---------------------------------------------------
2567
2568
2569
2570
2571 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2572 # ------------------------------------------------
2573
2574
2575
2576
2577 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2578 # ------------------------------------
2579 # Quote a variable value, and forward it to `config.status' so that its
2580 # declaration there will have the same value as in `configure'. VARNAME
2581 # must have a single quote delimited value for this to work.
2582
2583
2584
2585 # _LT_CONFIG_STATUS_DECLARATIONS
2586 # ------------------------------
2587 # We delimit libtool config variables with single quotes, so when
2588 # we write them to config.status, we have to be sure to quote all
2589 # embedded single quotes properly. In configure, this macro expands
2590 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2591 #
2592 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2593
2594
2595
2596 # _LT_LIBTOOL_TAGS
2597 # ----------------
2598 # Output comment and list of tags supported by the script
2599
2600
2601
2602 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2603 # -----------------------------------
2604 # Extract the dictionary values for VARNAME (optionally with TAG) and
2605 # expand to a commented shell variable setting:
2606 #
2607 # # Some comment about what VAR is for.
2608 # visible_name=$lt_internal_name
2609
2610
2611
2612 # _LT_LIBTOOL_CONFIG_VARS
2613 # -----------------------
2614 # Produce commented declarations of non-tagged libtool config variables
2615 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2616 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2617 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2618
2619
2620
2621 # _LT_LIBTOOL_TAG_VARS(TAG)
2622 # -------------------------
2623
2624
2625
2626 # _LT_TAGVAR(VARNAME, [TAGNAME])
2627 # ------------------------------
2628
2629
2630
2631 # _LT_CONFIG_COMMANDS
2632 # -------------------
2633 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2634 # variables for single and double quote escaping we saved from calls
2635 # to _LT_DECL, we can put quote escaped variables declarations
2636 # into `config.status', and then the shell code to quote escape them in
2637 # for loops in `config.status'. Finally, any additional code accumulated
2638 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2639 #_LT_CONFIG_COMMANDS
2640
2641
2642 # Initialize.
2643
2644
2645 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2646 # ------------------------------------
2647 # Generate a child script FILE with all initialization necessary to
2648 # reuse the environment learned by the parent script, and make the
2649 # file executable. If COMMENT is supplied, it is inserted after the
2650 # `#!' sequence but before initialization text begins. After this
2651 # macro, additional text can be appended to FILE to form the body of
2652 # the child script. The macro ends with non-zero status if the
2653 # file could not be fully written (such as if the disk is full).
2654 # _LT_GENERATED_FILE_INIT
2655
2656 # LT_OUTPUT
2657 # ---------
2658 # This macro allows early generation of the libtool script (before
2659 # AC_OUTPUT is called), incase it is used in configure for compilation
2660 # tests.
2661 # LT_OUTPUT
2662
2663
2664 # _LT_CONFIG(TAG)
2665 # ---------------
2666 # If TAG is the built-in tag, create an initial libtool script with a
2667 # default configuration from the untagged config vars. Otherwise add code
2668 # to config.status for appending the configuration named by TAG from the
2669 # matching tagged config vars.
2670 # _LT_CONFIG
2671
2672
2673 # LT_SUPPORTED_TAG(TAG)
2674 # ---------------------
2675 # Trace this macro to discover what tags are supported by the libtool
2676 # --tag option, using:
2677 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2678
2679
2680
2681 # C support is built-in for now
2682
2683
2684
2685
2686 # LT_LANG(LANG)
2687 # -------------
2688 # Enable libtool support for the given language if not already enabled.
2689 # LT_LANG
2690
2691
2692 # _LT_LANG(LANGNAME)
2693 # ------------------
2694 # _LT_LANG
2695
2696
2697 # _LT_LANG_DEFAULT_CONFIG
2698 # -----------------------
2699 # _LT_LANG_DEFAULT_CONFIG
2700
2701 # Obsolete macros:
2702 # This is what autoupdate's m4 run will expand. It fires
2703 # the warning (with _au_warn_XXX), outputs it into the
2704 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2705 # the replacement expansion.
2706
2707
2708 # This is an auxiliary macro that is also run when
2709 # autoupdate runs m4. It simply calls m4_warning, but
2710 # we need a wrapper so that each warning is emitted only
2711 # once. We break the quoting in m4_warning's argument in
2712 # order to expand this macro's arguments, not AU_DEFUN's.
2713
2714
2715 # Finally, this is the expansion that is picked up by
2716 # autoconf. It tells the user to run autoupdate, and
2717 # then outputs the replacement expansion. We do not care
2718 # about autoupdate's warning because that contains
2719 # information on what to do *after* running autoupdate.
2720
2721 # This is what autoupdate's m4 run will expand. It fires
2722 # the warning (with _au_warn_XXX), outputs it into the
2723 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2724 # the replacement expansion.
2725
2726
2727 # This is an auxiliary macro that is also run when
2728 # autoupdate runs m4. It simply calls m4_warning, but
2729 # we need a wrapper so that each warning is emitted only
2730 # once. We break the quoting in m4_warning's argument in
2731 # order to expand this macro's arguments, not AU_DEFUN's.
2732
2733
2734 # Finally, this is the expansion that is picked up by
2735 # autoconf. It tells the user to run autoupdate, and
2736 # then outputs the replacement expansion. We do not care
2737 # about autoupdate's warning because that contains
2738 # information on what to do *after* running autoupdate.
2739
2740 # This is what autoupdate's m4 run will expand. It fires
2741 # the warning (with _au_warn_XXX), outputs it into the
2742 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2743 # the replacement expansion.
2744
2745
2746 # This is an auxiliary macro that is also run when
2747 # autoupdate runs m4. It simply calls m4_warning, but
2748 # we need a wrapper so that each warning is emitted only
2749 # once. We break the quoting in m4_warning's argument in
2750 # order to expand this macro's arguments, not AU_DEFUN's.
2751
2752
2753 # Finally, this is the expansion that is picked up by
2754 # autoconf. It tells the user to run autoupdate, and
2755 # then outputs the replacement expansion. We do not care
2756 # about autoupdate's warning because that contains
2757 # information on what to do *after* running autoupdate.
2758
2759 # This is what autoupdate's m4 run will expand. It fires
2760 # the warning (with _au_warn_XXX), outputs it into the
2761 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2762 # the replacement expansion.
2763
2764
2765 # This is an auxiliary macro that is also run when
2766 # autoupdate runs m4. It simply calls m4_warning, but
2767 # we need a wrapper so that each warning is emitted only
2768 # once. We break the quoting in m4_warning's argument in
2769 # order to expand this macro's arguments, not AU_DEFUN's.
2770
2771
2772 # Finally, this is the expansion that is picked up by
2773 # autoconf. It tells the user to run autoupdate, and
2774 # then outputs the replacement expansion. We do not care
2775 # about autoupdate's warning because that contains
2776 # information on what to do *after* running autoupdate.
2777
2778 # This is what autoupdate's m4 run will expand. It fires
2779 # the warning (with _au_warn_XXX), outputs it into the
2780 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2781 # the replacement expansion.
2782
2783
2784 # This is an auxiliary macro that is also run when
2785 # autoupdate runs m4. It simply calls m4_warning, but
2786 # we need a wrapper so that each warning is emitted only
2787 # once. We break the quoting in m4_warning's argument in
2788 # order to expand this macro's arguments, not AU_DEFUN's.
2789
2790
2791 # Finally, this is the expansion that is picked up by
2792 # autoconf. It tells the user to run autoupdate, and
2793 # then outputs the replacement expansion. We do not care
2794 # about autoupdate's warning because that contains
2795 # information on what to do *after* running autoupdate.
2796
2797
2798
2799 # _LT_TAG_COMPILER
2800 # ----------------
2801 # _LT_TAG_COMPILER
2802
2803
2804 # _LT_COMPILER_BOILERPLATE
2805 # ------------------------
2806 # Check for compiler boilerplate output or warnings with
2807 # the simple compiler test code.
2808 # _LT_COMPILER_BOILERPLATE
2809
2810
2811 # _LT_LINKER_BOILERPLATE
2812 # ----------------------
2813 # Check for linker boilerplate output or warnings with
2814 # the simple link test code.
2815 # _LT_LINKER_BOILERPLATE
2816
2817 # _LT_REQUIRED_DARWIN_CHECKS
2818 # -------------------------
2819
2820
2821
2822 # _LT_DARWIN_LINKER_FEATURES
2823 # --------------------------
2824 # Checks for linker and compiler features on darwin
2825
2826
2827 # _LT_SYS_MODULE_PATH_AIX
2828 # -----------------------
2829 # Links a minimal program and checks the executable
2830 # for the system default hardcoded library path. In most cases,
2831 # this is /usr/lib:/lib, but when the MPI compilers are used
2832 # the location of the communication and MPI libs are included too.
2833 # If we don't find anything, use the default library path according
2834 # to the aix ld manual.
2835 # _LT_SYS_MODULE_PATH_AIX
2836
2837
2838 # _LT_SHELL_INIT(ARG)
2839 # -------------------
2840 # _LT_SHELL_INIT
2841
2842
2843
2844 # _LT_PROG_ECHO_BACKSLASH
2845 # -----------------------
2846 # Find how we can fake an echo command that does not interpret backslash.
2847 # In particular, with Autoconf 2.60 or later we add some code to the start
2848 # of the generated configure script which will find a shell with a builtin
2849 # printf (which we can use as an echo command).
2850 # _LT_PROG_ECHO_BACKSLASH
2851
2852
2853 # _LT_ENABLE_LOCK
2854 # ---------------
2855 # _LT_ENABLE_LOCK
2856
2857
2858 # _LT_CMD_OLD_ARCHIVE
2859 # -------------------
2860 # _LT_CMD_OLD_ARCHIVE
2861
2862
2863 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2864 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2865 # ----------------------------------------------------------------
2866 # Check whether the given compiler option works
2867 # _LT_COMPILER_OPTION
2868
2869 # Old name:
2870 # This is what autoupdate's m4 run will expand. It fires
2871 # the warning (with _au_warn_XXX), outputs it into the
2872 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2873 # the replacement expansion.
2874
2875
2876 # This is an auxiliary macro that is also run when
2877 # autoupdate runs m4. It simply calls m4_warning, but
2878 # we need a wrapper so that each warning is emitted only
2879 # once. We break the quoting in m4_warning's argument in
2880 # order to expand this macro's arguments, not AU_DEFUN's.
2881
2882
2883 # Finally, this is the expansion that is picked up by
2884 # autoconf. It tells the user to run autoupdate, and
2885 # then outputs the replacement expansion. We do not care
2886 # about autoupdate's warning because that contains
2887 # information on what to do *after* running autoupdate.
2888
2889
2890
2891 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2892 # [ACTION-SUCCESS], [ACTION-FAILURE])
2893 # ----------------------------------------------------
2894 # Check whether the given linker option works
2895 # _LT_LINKER_OPTION
2896
2897 # Old name:
2898 # This is what autoupdate's m4 run will expand. It fires
2899 # the warning (with _au_warn_XXX), outputs it into the
2900 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2901 # the replacement expansion.
2902
2903
2904 # This is an auxiliary macro that is also run when
2905 # autoupdate runs m4. It simply calls m4_warning, but
2906 # we need a wrapper so that each warning is emitted only
2907 # once. We break the quoting in m4_warning's argument in
2908 # order to expand this macro's arguments, not AU_DEFUN's.
2909
2910
2911 # Finally, this is the expansion that is picked up by
2912 # autoconf. It tells the user to run autoupdate, and
2913 # then outputs the replacement expansion. We do not care
2914 # about autoupdate's warning because that contains
2915 # information on what to do *after* running autoupdate.
2916
2917
2918
2919 # LT_CMD_MAX_LEN
2920 #---------------
2921 # LT_CMD_MAX_LEN
2922
2923 # Old name:
2924 # This is what autoupdate's m4 run will expand. It fires
2925 # the warning (with _au_warn_XXX), outputs it into the
2926 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2927 # the replacement expansion.
2928
2929
2930 # This is an auxiliary macro that is also run when
2931 # autoupdate runs m4. It simply calls m4_warning, but
2932 # we need a wrapper so that each warning is emitted only
2933 # once. We break the quoting in m4_warning's argument in
2934 # order to expand this macro's arguments, not AU_DEFUN's.
2935
2936
2937 # Finally, this is the expansion that is picked up by
2938 # autoconf. It tells the user to run autoupdate, and
2939 # then outputs the replacement expansion. We do not care
2940 # about autoupdate's warning because that contains
2941 # information on what to do *after* running autoupdate.
2942
2943
2944
2945 # _LT_HEADER_DLFCN
2946 # ----------------
2947 # _LT_HEADER_DLFCN
2948
2949
2950 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2951 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2952 # ----------------------------------------------------------------
2953 # _LT_TRY_DLOPEN_SELF
2954
2955
2956 # LT_SYS_DLOPEN_SELF
2957 # ------------------
2958 # LT_SYS_DLOPEN_SELF
2959
2960 # Old name:
2961 # This is what autoupdate's m4 run will expand. It fires
2962 # the warning (with _au_warn_XXX), outputs it into the
2963 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2964 # the replacement expansion.
2965
2966
2967 # This is an auxiliary macro that is also run when
2968 # autoupdate runs m4. It simply calls m4_warning, but
2969 # we need a wrapper so that each warning is emitted only
2970 # once. We break the quoting in m4_warning's argument in
2971 # order to expand this macro's arguments, not AU_DEFUN's.
2972
2973
2974 # Finally, this is the expansion that is picked up by
2975 # autoconf. It tells the user to run autoupdate, and
2976 # then outputs the replacement expansion. We do not care
2977 # about autoupdate's warning because that contains
2978 # information on what to do *after* running autoupdate.
2979
2980
2981
2982 # _LT_COMPILER_C_O([TAGNAME])
2983 # ---------------------------
2984 # Check to see if options -c and -o are simultaneously supported by compiler.
2985 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
2986 # _LT_COMPILER_C_O
2987
2988
2989 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
2990 # ----------------------------------
2991 # Check to see if we can do hard links to lock some files if needed
2992 # _LT_COMPILER_FILE_LOCKS
2993
2994
2995 # _LT_CHECK_OBJDIR
2996 # ----------------
2997 # _LT_CHECK_OBJDIR
2998
2999
3000 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3001 # --------------------------------------
3002 # Check hardcoding attributes.
3003 # _LT_LINKER_HARDCODE_LIBPATH
3004
3005
3006 # _LT_CMD_STRIPLIB
3007 # ----------------
3008 # _LT_CMD_STRIPLIB
3009
3010
3011 # _LT_SYS_DYNAMIC_LINKER([TAG])
3012 # -----------------------------
3013 # PORTME Fill in your ld.so characteristics
3014 # _LT_SYS_DYNAMIC_LINKER
3015
3016
3017 # _LT_PATH_TOOL_PREFIX(TOOL)
3018 # --------------------------
3019 # find a file program which can recognize shared library
3020 # _LT_PATH_TOOL_PREFIX
3021
3022 # Old name:
3023 # This is what autoupdate's m4 run will expand. It fires
3024 # the warning (with _au_warn_XXX), outputs it into the
3025 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3026 # the replacement expansion.
3027
3028
3029 # This is an auxiliary macro that is also run when
3030 # autoupdate runs m4. It simply calls m4_warning, but
3031 # we need a wrapper so that each warning is emitted only
3032 # once. We break the quoting in m4_warning's argument in
3033 # order to expand this macro's arguments, not AU_DEFUN's.
3034
3035
3036 # Finally, this is the expansion that is picked up by
3037 # autoconf. It tells the user to run autoupdate, and
3038 # then outputs the replacement expansion. We do not care
3039 # about autoupdate's warning because that contains
3040 # information on what to do *after* running autoupdate.
3041
3042
3043
3044 # _LT_PATH_MAGIC
3045 # --------------
3046 # find a file program which can recognize a shared library
3047 # _LT_PATH_MAGIC
3048
3049
3050 # LT_PATH_LD
3051 # ----------
3052 # find the pathname to the GNU or non-GNU linker
3053 # LT_PATH_LD
3054
3055 # Old names:
3056 # This is what autoupdate's m4 run will expand. It fires
3057 # the warning (with _au_warn_XXX), outputs it into the
3058 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3059 # the replacement expansion.
3060
3061
3062 # This is an auxiliary macro that is also run when
3063 # autoupdate runs m4. It simply calls m4_warning, but
3064 # we need a wrapper so that each warning is emitted only
3065 # once. We break the quoting in m4_warning's argument in
3066 # order to expand this macro's arguments, not AU_DEFUN's.
3067
3068
3069 # Finally, this is the expansion that is picked up by
3070 # autoconf. It tells the user to run autoupdate, and
3071 # then outputs the replacement expansion. We do not care
3072 # about autoupdate's warning because that contains
3073 # information on what to do *after* running autoupdate.
3074
3075 # This is what autoupdate's m4 run will expand. It fires
3076 # the warning (with _au_warn_XXX), outputs it into the
3077 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3078 # the replacement expansion.
3079
3080
3081 # This is an auxiliary macro that is also run when
3082 # autoupdate runs m4. It simply calls m4_warning, but
3083 # we need a wrapper so that each warning is emitted only
3084 # once. We break the quoting in m4_warning's argument in
3085 # order to expand this macro's arguments, not AU_DEFUN's.
3086
3087
3088 # Finally, this is the expansion that is picked up by
3089 # autoconf. It tells the user to run autoupdate, and
3090 # then outputs the replacement expansion. We do not care
3091 # about autoupdate's warning because that contains
3092 # information on what to do *after* running autoupdate.
3093
3094
3095
3096 # _LT_PATH_LD_GNU
3097 #- --------------
3098 # _LT_PATH_LD_GNU
3099
3100
3101 # _LT_CMD_RELOAD
3102 # --------------
3103 # find reload flag for linker
3104 # -- PORTME Some linkers may need a different reload flag.
3105 # _LT_CMD_RELOAD
3106
3107
3108 # _LT_CHECK_MAGIC_METHOD
3109 # ----------------------
3110 # how to check for library dependencies
3111 # -- PORTME fill in with the dynamic library characteristics
3112 # _LT_CHECK_MAGIC_METHOD
3113
3114
3115 # LT_PATH_NM
3116 # ----------
3117 # find the pathname to a BSD- or MS-compatible name lister
3118 # LT_PATH_NM
3119
3120 # Old names:
3121 # This is what autoupdate's m4 run will expand. It fires
3122 # the warning (with _au_warn_XXX), outputs it into the
3123 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3124 # the replacement expansion.
3125
3126
3127 # This is an auxiliary macro that is also run when
3128 # autoupdate runs m4. It simply calls m4_warning, but
3129 # we need a wrapper so that each warning is emitted only
3130 # once. We break the quoting in m4_warning's argument in
3131 # order to expand this macro's arguments, not AU_DEFUN's.
3132
3133
3134 # Finally, this is the expansion that is picked up by
3135 # autoconf. It tells the user to run autoupdate, and
3136 # then outputs the replacement expansion. We do not care
3137 # about autoupdate's warning because that contains
3138 # information on what to do *after* running autoupdate.
3139
3140 # This is what autoupdate's m4 run will expand. It fires
3141 # the warning (with _au_warn_XXX), outputs it into the
3142 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3143 # the replacement expansion.
3144
3145
3146 # This is an auxiliary macro that is also run when
3147 # autoupdate runs m4. It simply calls m4_warning, but
3148 # we need a wrapper so that each warning is emitted only
3149 # once. We break the quoting in m4_warning's argument in
3150 # order to expand this macro's arguments, not AU_DEFUN's.
3151
3152
3153 # Finally, this is the expansion that is picked up by
3154 # autoconf. It tells the user to run autoupdate, and
3155 # then outputs the replacement expansion. We do not care
3156 # about autoupdate's warning because that contains
3157 # information on what to do *after* running autoupdate.
3158
3159
3160
3161 # LT_LIB_M
3162 # --------
3163 # check for math library
3164 # LT_LIB_M
3165
3166 # Old name:
3167 # This is what autoupdate's m4 run will expand. It fires
3168 # the warning (with _au_warn_XXX), outputs it into the
3169 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3170 # the replacement expansion.
3171
3172
3173 # This is an auxiliary macro that is also run when
3174 # autoupdate runs m4. It simply calls m4_warning, but
3175 # we need a wrapper so that each warning is emitted only
3176 # once. We break the quoting in m4_warning's argument in
3177 # order to expand this macro's arguments, not AU_DEFUN's.
3178
3179
3180 # Finally, this is the expansion that is picked up by
3181 # autoconf. It tells the user to run autoupdate, and
3182 # then outputs the replacement expansion. We do not care
3183 # about autoupdate's warning because that contains
3184 # information on what to do *after* running autoupdate.
3185
3186
3187
3188 # _LT_COMPILER_NO_RTTI([TAGNAME])
3189 # -------------------------------
3190 # _LT_COMPILER_NO_RTTI
3191
3192
3193 # _LT_CMD_GLOBAL_SYMBOLS
3194 # ----------------------
3195 # _LT_CMD_GLOBAL_SYMBOLS
3196
3197
3198 # _LT_COMPILER_PIC([TAGNAME])
3199 # ---------------------------
3200 # _LT_COMPILER_PIC
3201
3202
3203 # _LT_LINKER_SHLIBS([TAGNAME])
3204 # ----------------------------
3205 # See if the linker supports building shared libraries.
3206 # _LT_LINKER_SHLIBS
3207
3208
3209 # _LT_LANG_C_CONFIG([TAG])
3210 # ------------------------
3211 # Ensure that the configuration variables for a C compiler are suitably
3212 # defined. These variables are subsequently used by _LT_CONFIG to write
3213 # the compiler configuration to `libtool'.
3214 # _LT_LANG_C_CONFIG
3215
3216
3217 # _LT_LANG_CXX_CONFIG([TAG])
3218 # --------------------------
3219 # Ensure that the configuration variables for a C++ compiler are suitably
3220 # defined. These variables are subsequently used by _LT_CONFIG to write
3221 # the compiler configuration to `libtool'.
3222 # _LT_LANG_CXX_CONFIG
3223
3224
3225 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3226 # ---------------------------------
3227 # Figure out "hidden" library dependencies from verbose
3228 # compiler output when linking a shared library.
3229 # Parse the compiler output and extract the necessary
3230 # objects, libraries and library flags.
3231 # _LT_SYS_HIDDEN_LIBDEPS
3232
3233
3234 # _LT_LANG_F77_CONFIG([TAG])
3235 # --------------------------
3236 # Ensure that the configuration variables for a Fortran 77 compiler are
3237 # suitably defined. These variables are subsequently used by _LT_CONFIG
3238 # to write the compiler configuration to `libtool'.
3239 # _LT_LANG_F77_CONFIG
3240
3241
3242 # _LT_LANG_FC_CONFIG([TAG])
3243 # -------------------------
3244 # Ensure that the configuration variables for a Fortran compiler are
3245 # suitably defined. These variables are subsequently used by _LT_CONFIG
3246 # to write the compiler configuration to `libtool'.
3247 # _LT_LANG_FC_CONFIG
3248
3249
3250 # _LT_LANG_GCJ_CONFIG([TAG])
3251 # --------------------------
3252 # Ensure that the configuration variables for the GNU Java Compiler compiler
3253 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3254 # to write the compiler configuration to `libtool'.
3255 # _LT_LANG_GCJ_CONFIG
3256
3257
3258 # _LT_LANG_RC_CONFIG([TAG])
3259 # -------------------------
3260 # Ensure that the configuration variables for the Windows resource compiler
3261 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3262 # to write the compiler configuration to `libtool'.
3263 # _LT_LANG_RC_CONFIG
3264
3265
3266 # LT_PROG_GCJ
3267 # -----------
3268
3269
3270 # Old name:
3271 # This is what autoupdate's m4 run will expand. It fires
3272 # the warning (with _au_warn_XXX), outputs it into the
3273 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3274 # the replacement expansion.
3275
3276
3277 # This is an auxiliary macro that is also run when
3278 # autoupdate runs m4. It simply calls m4_warning, but
3279 # we need a wrapper so that each warning is emitted only
3280 # once. We break the quoting in m4_warning's argument in
3281 # order to expand this macro's arguments, not AU_DEFUN's.
3282
3283
3284 # Finally, this is the expansion that is picked up by
3285 # autoconf. It tells the user to run autoupdate, and
3286 # then outputs the replacement expansion. We do not care
3287 # about autoupdate's warning because that contains
3288 # information on what to do *after* running autoupdate.
3289
3290
3291
3292 # LT_PROG_RC
3293 # ----------
3294
3295
3296 # Old name:
3297 # This is what autoupdate's m4 run will expand. It fires
3298 # the warning (with _au_warn_XXX), outputs it into the
3299 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3300 # the replacement expansion.
3301
3302
3303 # This is an auxiliary macro that is also run when
3304 # autoupdate runs m4. It simply calls m4_warning, but
3305 # we need a wrapper so that each warning is emitted only
3306 # once. We break the quoting in m4_warning's argument in
3307 # order to expand this macro's arguments, not AU_DEFUN's.
3308
3309
3310 # Finally, this is the expansion that is picked up by
3311 # autoconf. It tells the user to run autoupdate, and
3312 # then outputs the replacement expansion. We do not care
3313 # about autoupdate's warning because that contains
3314 # information on what to do *after* running autoupdate.
3315
3316
3317
3318 # _LT_DECL_EGREP
3319 # --------------
3320 # If we don't have a new enough Autoconf to choose the best grep
3321 # available, choose the one first in the user's PATH.
3322
3323
3324
3325 # _LT_DECL_OBJDUMP
3326 # --------------
3327 # If we don't have a new enough Autoconf to choose the best objdump
3328 # available, choose the one first in the user's PATH.
3329
3330
3331
3332 # _LT_DECL_SED
3333 # ------------
3334 # Check for a fully-functional sed program, that truncates
3335 # as few characters as possible. Prefer GNU sed if found.
3336 # _LT_DECL_SED
3337
3338 #m4_ifndef
3339
3340 # Old name:
3341 # This is what autoupdate's m4 run will expand. It fires
3342 # the warning (with _au_warn_XXX), outputs it into the
3343 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3344 # the replacement expansion.
3345
3346
3347 # This is an auxiliary macro that is also run when
3348 # autoupdate runs m4. It simply calls m4_warning, but
3349 # we need a wrapper so that each warning is emitted only
3350 # once. We break the quoting in m4_warning's argument in
3351 # order to expand this macro's arguments, not AU_DEFUN's.
3352
3353
3354 # Finally, this is the expansion that is picked up by
3355 # autoconf. It tells the user to run autoupdate, and
3356 # then outputs the replacement expansion. We do not care
3357 # about autoupdate's warning because that contains
3358 # information on what to do *after* running autoupdate.
3359
3360
3361
3362 # _LT_CHECK_SHELL_FEATURES
3363 # ------------------------
3364 # Find out whether the shell is Bourne or XSI compatible,
3365 # or has some other useful features.
3366 # _LT_CHECK_SHELL_FEATURES
3367
3368
3369 # _LT_PROG_XSI_SHELLFNS
3370 # ---------------------
3371 # Bourne and XSI compatible variants of some useful shell functions.
3372
3373
3374 # Helper functions for option handling. -*- Autoconf -*-
3375 #
3376 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3377 # Inc.
3378 # Written by Gary V. Vaughan, 2004
3379 #
3380 # This file is free software; the Free Software Foundation gives
3381 # unlimited permission to copy and/or distribute it, with or without
3382 # modifications, as long as this notice is preserved.
3383
3384 # serial 6 ltoptions.m4
3385
3386 # This is to help aclocal find these macros, as it can't see m4_define.
3387
3388
3389
3390 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3391 # ------------------------------------------
3392
3393
3394
3395 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3396 # ---------------------------------------
3397 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3398 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3399 # saved as a flag.
3400
3401
3402
3403 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3404 # ------------------------------------------------------------
3405 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3406
3407
3408
3409 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3410 # -------------------------------------------------------
3411 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3412 # are set.
3413
3414
3415
3416 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3417 # ----------------------------------------
3418 # OPTION-LIST is a space-separated list of Libtool options associated
3419 # with MACRO-NAME. If any OPTION has a matching handler declared with
3420 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3421 # the unknown option and exit.
3422 # _LT_SET_OPTIONS
3423
3424
3425 ## --------------------------------- ##
3426 ## Macros to handle LT_INIT options. ##
3427 ## --------------------------------- ##
3428
3429 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3430 # -----------------------------------------
3431
3432
3433
3434 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3435 # -----------------------------------------------
3436 # LT_OPTION_DEFINE
3437
3438
3439 # dlopen
3440 # ------
3441
3442
3443 # This is what autoupdate's m4 run will expand. It fires
3444 # the warning (with _au_warn_XXX), outputs it into the
3445 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3446 # the replacement expansion.
3447
3448
3449 # This is an auxiliary macro that is also run when
3450 # autoupdate runs m4. It simply calls m4_warning, but
3451 # we need a wrapper so that each warning is emitted only
3452 # once. We break the quoting in m4_warning's argument in
3453 # order to expand this macro's arguments, not AU_DEFUN's.
3454
3455
3456 # Finally, this is the expansion that is picked up by
3457 # autoconf. It tells the user to run autoupdate, and
3458 # then outputs the replacement expansion. We do not care
3459 # about autoupdate's warning because that contains
3460 # information on what to do *after* running autoupdate.
3461
3462
3463
3464
3465 # win32-dll
3466 # ---------
3467 # Declare package support for building win32 dll's.
3468 # win32-dll
3469
3470 # This is what autoupdate's m4 run will expand. It fires
3471 # the warning (with _au_warn_XXX), outputs it into the
3472 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3473 # the replacement expansion.
3474
3475
3476 # This is an auxiliary macro that is also run when
3477 # autoupdate runs m4. It simply calls m4_warning, but
3478 # we need a wrapper so that each warning is emitted only
3479 # once. We break the quoting in m4_warning's argument in
3480 # order to expand this macro's arguments, not AU_DEFUN's.
3481
3482
3483 # Finally, this is the expansion that is picked up by
3484 # autoconf. It tells the user to run autoupdate, and
3485 # then outputs the replacement expansion. We do not care
3486 # about autoupdate's warning because that contains
3487 # information on what to do *after* running autoupdate.
3488
3489
3490
3491
3492 # _LT_ENABLE_SHARED([DEFAULT])
3493 # ----------------------------
3494 # implement the --enable-shared flag, and supports the `shared' and
3495 # `disable-shared' LT_INIT options.
3496 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3497 # _LT_ENABLE_SHARED
3498
3499
3500
3501
3502 # Old names:
3503
3504
3505
3506
3507 # This is what autoupdate's m4 run will expand. It fires
3508 # the warning (with _au_warn_XXX), outputs it into the
3509 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3510 # the replacement expansion.
3511
3512
3513 # This is an auxiliary macro that is also run when
3514 # autoupdate runs m4. It simply calls m4_warning, but
3515 # we need a wrapper so that each warning is emitted only
3516 # once. We break the quoting in m4_warning's argument in
3517 # order to expand this macro's arguments, not AU_DEFUN's.
3518
3519
3520 # Finally, this is the expansion that is picked up by
3521 # autoconf. It tells the user to run autoupdate, and
3522 # then outputs the replacement expansion. We do not care
3523 # about autoupdate's warning because that contains
3524 # information on what to do *after* running autoupdate.
3525
3526 # This is what autoupdate's m4 run will expand. It fires
3527 # the warning (with _au_warn_XXX), outputs it into the
3528 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3529 # the replacement expansion.
3530
3531
3532 # This is an auxiliary macro that is also run when
3533 # autoupdate runs m4. It simply calls m4_warning, but
3534 # we need a wrapper so that each warning is emitted only
3535 # once. We break the quoting in m4_warning's argument in
3536 # order to expand this macro's arguments, not AU_DEFUN's.
3537
3538
3539 # Finally, this is the expansion that is picked up by
3540 # autoconf. It tells the user to run autoupdate, and
3541 # then outputs the replacement expansion. We do not care
3542 # about autoupdate's warning because that contains
3543 # information on what to do *after* running autoupdate.
3544
3545
3546
3547
3548
3549 # _LT_ENABLE_STATIC([DEFAULT])
3550 # ----------------------------
3551 # implement the --enable-static flag, and support the `static' and
3552 # `disable-static' LT_INIT options.
3553 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3554 # _LT_ENABLE_STATIC
3555
3556
3557
3558
3559 # Old names:
3560
3561
3562
3563
3564 # This is what autoupdate's m4 run will expand. It fires
3565 # the warning (with _au_warn_XXX), outputs it into the
3566 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3567 # the replacement expansion.
3568
3569
3570 # This is an auxiliary macro that is also run when
3571 # autoupdate runs m4. It simply calls m4_warning, but
3572 # we need a wrapper so that each warning is emitted only
3573 # once. We break the quoting in m4_warning's argument in
3574 # order to expand this macro's arguments, not AU_DEFUN's.
3575
3576
3577 # Finally, this is the expansion that is picked up by
3578 # autoconf. It tells the user to run autoupdate, and
3579 # then outputs the replacement expansion. We do not care
3580 # about autoupdate's warning because that contains
3581 # information on what to do *after* running autoupdate.
3582
3583 # This is what autoupdate's m4 run will expand. It fires
3584 # the warning (with _au_warn_XXX), outputs it into the
3585 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3586 # the replacement expansion.
3587
3588
3589 # This is an auxiliary macro that is also run when
3590 # autoupdate runs m4. It simply calls m4_warning, but
3591 # we need a wrapper so that each warning is emitted only
3592 # once. We break the quoting in m4_warning's argument in
3593 # order to expand this macro's arguments, not AU_DEFUN's.
3594
3595
3596 # Finally, this is the expansion that is picked up by
3597 # autoconf. It tells the user to run autoupdate, and
3598 # then outputs the replacement expansion. We do not care
3599 # about autoupdate's warning because that contains
3600 # information on what to do *after* running autoupdate.
3601
3602
3603
3604
3605
3606 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3607 # ----------------------------------
3608 # implement the --enable-fast-install flag, and support the `fast-install'
3609 # and `disable-fast-install' LT_INIT options.
3610 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3611 # _LT_ENABLE_FAST_INSTALL
3612
3613
3614
3615
3616 # Old names:
3617 # This is what autoupdate's m4 run will expand. It fires
3618 # the warning (with _au_warn_XXX), outputs it into the
3619 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3620 # the replacement expansion.
3621
3622
3623 # This is an auxiliary macro that is also run when
3624 # autoupdate runs m4. It simply calls m4_warning, but
3625 # we need a wrapper so that each warning is emitted only
3626 # once. We break the quoting in m4_warning's argument in
3627 # order to expand this macro's arguments, not AU_DEFUN's.
3628
3629
3630 # Finally, this is the expansion that is picked up by
3631 # autoconf. It tells the user to run autoupdate, and
3632 # then outputs the replacement expansion. We do not care
3633 # about autoupdate's warning because that contains
3634 # information on what to do *after* running autoupdate.
3635
3636
3637 # This is what autoupdate's m4 run will expand. It fires
3638 # the warning (with _au_warn_XXX), outputs it into the
3639 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3640 # the replacement expansion.
3641
3642
3643 # This is an auxiliary macro that is also run when
3644 # autoupdate runs m4. It simply calls m4_warning, but
3645 # we need a wrapper so that each warning is emitted only
3646 # once. We break the quoting in m4_warning's argument in
3647 # order to expand this macro's arguments, not AU_DEFUN's.
3648
3649
3650 # Finally, this is the expansion that is picked up by
3651 # autoconf. It tells the user to run autoupdate, and
3652 # then outputs the replacement expansion. We do not care
3653 # about autoupdate's warning because that contains
3654 # information on what to do *after* running autoupdate.
3655
3656
3657
3658
3659 # _LT_WITH_PIC([MODE])
3660 # --------------------
3661 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3662 # LT_INIT options.
3663 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3664 # _LT_WITH_PIC
3665
3666
3667
3668
3669 # Old name:
3670 # This is what autoupdate's m4 run will expand. It fires
3671 # the warning (with _au_warn_XXX), outputs it into the
3672 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3673 # the replacement expansion.
3674
3675
3676 # This is an auxiliary macro that is also run when
3677 # autoupdate runs m4. It simply calls m4_warning, but
3678 # we need a wrapper so that each warning is emitted only
3679 # once. We break the quoting in m4_warning's argument in
3680 # order to expand this macro's arguments, not AU_DEFUN's.
3681
3682
3683 # Finally, this is the expansion that is picked up by
3684 # autoconf. It tells the user to run autoupdate, and
3685 # then outputs the replacement expansion. We do not care
3686 # about autoupdate's warning because that contains
3687 # information on what to do *after* running autoupdate.
3688
3689
3690
3691 ## ----------------- ##
3692 ## LTDL_INIT Options ##
3693 ## ----------------- ##
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3705 #
3706 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3707 # Written by Gary V. Vaughan, 2004
3708 #
3709 # This file is free software; the Free Software Foundation gives
3710 # unlimited permission to copy and/or distribute it, with or without
3711 # modifications, as long as this notice is preserved.
3712
3713 # serial 6 ltsugar.m4
3714
3715 # This is to help aclocal find these macros, as it can't see m4_define.
3716
3717
3718
3719 # lt_join(SEP, ARG1, [ARG2...])
3720 # -----------------------------
3721 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3722 # associated separator.
3723 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3724 # versions in m4sugar had bugs.
3725
3726
3727
3728
3729 # lt_car(LIST)
3730 # lt_cdr(LIST)
3731 # ------------
3732 # Manipulate m4 lists.
3733 # These macros are necessary as long as will still need to support
3734 # Autoconf-2.59 which quotes differently.
3735
3736
3737
3738
3739
3740 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3741 # ------------------------------------------
3742 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3743 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3744 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3745 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3746 # than defined and empty).
3747 #
3748 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3749 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3750
3751
3752
3753
3754 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3755 # ----------------------------------------------------------
3756 # Produce a SEP delimited list of all paired combinations of elements of
3757 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3758 # has the form PREFIXmINFIXSUFFIXn.
3759 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3760
3761
3762
3763 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3764 # -----------------------------------------------------------------------
3765 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3766 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3767
3768
3769
3770 # lt_dict_add(DICT, KEY, VALUE)
3771 # -----------------------------
3772
3773
3774
3775 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3776 # --------------------------------------------
3777
3778
3779
3780 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3781 # ----------------------------------
3782
3783
3784
3785 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3786 # -----------------------------------------------------------------
3787
3788
3789
3790 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3791 # --------------------------------------------------------------
3792
3793
3794 # ltversion.m4 -- version numbers -*- Autoconf -*-
3795 #
3796 # Copyright (C) 2004 Free Software Foundation, Inc.
3797 # Written by Scott James Remnant, 2004
3798 #
3799 # This file is free software; the Free Software Foundation gives
3800 # unlimited permission to copy and/or distribute it, with or without
3801 # modifications, as long as this notice is preserved.
3802
3803 # Generated from ltversion.in.
3804
3805 # serial 3134 ltversion.m4
3806 # This file is part of GNU Libtool
3807
3808
3809
3810
3811
3812
3813 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3814 #
3815 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3816 # Written by Scott James Remnant, 2004.
3817 #
3818 # This file is free software; the Free Software Foundation gives
3819 # unlimited permission to copy and/or distribute it, with or without
3820 # modifications, as long as this notice is preserved.
3821
3822 # serial 4 lt~obsolete.m4
3823
3824 # These exist entirely to fool aclocal when bootstrapping libtool.
3825 #
3826 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3827 # which have later been changed to m4_define as they aren't part of the
3828 # exported API, or moved to Autoconf or Automake where they belong.
3829 #
3830 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3831 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3832 # using a macro with the same name in our local m4/libtool.m4 it'll
3833 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3834 # and doesn't know about Autoconf macros at all.)
3835 #
3836 # So we provide this file, which has a silly filename so it's always
3837 # included after everything else. This provides aclocal with the
3838 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3839 # because those macros already exist, or will be overwritten later.
3840 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3841 #
3842 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3843 # Yes, that means every name once taken will need to remain here until
3844 # we give up compatibility with versions before 1.7, at which point
3845 # we need to keep only those names which we still refer to.
3846
3847 # This is to help aclocal find these macros, as it can't see m4_define.
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
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 ## -*- Autoconf -*-
3913
3914 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3915 # Free Software Foundation, Inc.
3916 #
3917 # This file is free software; the Free Software Foundation
3918 # gives unlimited permission to copy and/or distribute it,
3919 # with or without modifications, as long as this notice is preserved.
3920
3921 # serial 8
3922
3923 # Based on depend.m4 from automake 1.9, modified for standalone use in
3924 # an environment where GNU make is required.
3925
3926 # ZW_PROG_COMPILER_DEPENDENCIES
3927 # -----------------------------
3928 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3929 # sets fooDEPMODE accordingly. Cache-variable compatible with
3930 # original; not side-effect compatible. As the users of this macro
3931 # may require accurate dependencies for correct builds, it does *not*
3932 # honor --disable-dependency-checking, and failure to detect a usable
3933 # method is an error. depcomp is assumed to be located in
3934 # $ac_aux_dir.
3935 #
3936 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3937
3938
3939
3940 # AM_SET_DEPDIR
3941 # -------------
3942 # Choose a directory name for dependency files.
3943
3944
3945 # ZW_CREATE_DEPDIR
3946 # ----------------
3947 # As AM_SET_DEPDIR, but also create the directory at config.status time.
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014 # intl sister-directory configuration rules.
4015 #
4016
4017 # The idea behind this macro is that there's no need to repeat all the
4018 # autoconf probes done by the intl directory - it's already done them
4019 # for us. In fact, there's no need even to look at the cache for the
4020 # answers. All we need to do is nab a few pieces of information.
4021 # The intl directory is set up to make this easy, by generating a
4022 # small file which can be sourced as a shell script; then we produce
4023 # the necessary substitutions and definitions for this directory.
4024
4025
4026
4027 # Autoconf M4 include file defining utility macros for complex Canadian
4028 # cross builds.
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038 ####
4039 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4040 # or AC_INIT.
4041 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
4042
4043 ####
4044 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4045 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4046
4047
4048 ####
4049 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4050 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4051
4052
4053
4054 # Backported from Autoconf 2.5x; can go away when and if
4055 # we switch. Put the OS path separator in $PATH_SEPARATOR.
4056
4057
4058
4059
4060
4061
4062
4063
4064 # ACX_HAVE_GCC_FOR_TARGET
4065 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4066
4067
4068 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4069 # Searching for installed target binutils. We need to take extra care,
4070 # else we may find the wrong assembler, linker, etc., and lose.
4071 #
4072 # First try --with-build-time-tools, if specified.
4073 #
4074 # For build != host, we ask the installed GCC for the name of the tool it
4075 # uses, and accept it if it is an absolute path. This is because the
4076 # only good choice for a compiler is the same GCC version that is being
4077 # installed (or we couldn't make target libraries), and we assume that
4078 # on the host system we'll have not only the same GCC version, but also
4079 # the same binutils version.
4080 #
4081 # For build == host, search the same directories that the installed
4082 # compiler will search. We used to do this for the assembler, linker,
4083 # and nm only; for simplicity of configuration, however, we extend this
4084 # criterion to tools (such as ar and ranlib) that are never invoked by
4085 # the compiler, to avoid mismatches.
4086 #
4087 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4088 # if build == target. This makes the most sense only when bootstrapping,
4089 # but we also do so when build != host. In this case, we hope that the
4090 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4091 #
4092 # If we do not find a suitable binary, then try the user's path.
4093
4094
4095 ###
4096 # AC_PROG_CPP_WERROR
4097 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4098 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4099 # For now, using this also overrides header checks to use only the
4100 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4101 # bit harder from here).
4102 # Eventually autoconf will default to checking headers with the compiler
4103 # instead, and we'll have to do this differently.
4104
4105 # AC_PROG_CPP_WERROR
4106
4107 # Test for GNAT.
4108 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4109 # that understands Ada. We use the user's CC setting, already found, and
4110 # possibly add $1 to the command-line parameters.
4111 #
4112 # Sets the shell variable have_gnat to yes or no as appropriate, and
4113 # substitutes GNATBIND and GNATMAKE.
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139 ac_ext=c
4140 ac_cpp='$CPP $CPPFLAGS'
4141 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4142 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4143 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4144 if test -n "$ac_tool_prefix"; then
4145 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4146 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4148 $as_echo_n "checking for $ac_word... " >&6; }
4149 if test "${ac_cv_prog_CC+set}" = set; then :
4150 $as_echo_n "(cached) " >&6
4151 else
4152 if test -n "$CC"; then
4153 ac_cv_prog_CC="$CC" # Let the user override the test.
4154 else
4155 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4156 for as_dir in $PATH
4157 do
4158 IFS=$as_save_IFS
4159 test -z "$as_dir" && as_dir=.
4160 for ac_exec_ext in '' $ac_executable_extensions; do
4161 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4162 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4164 break 2
4165 fi
4166 done
4167 done
4168 IFS=$as_save_IFS
4169
4170 fi
4171 fi
4172 CC=$ac_cv_prog_CC
4173 if test -n "$CC"; then
4174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4175 $as_echo "$CC" >&6; }
4176 else
4177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4178 $as_echo "no" >&6; }
4179 fi
4180
4181
4182 fi
4183 if test -z "$ac_cv_prog_CC"; then
4184 ac_ct_CC=$CC
4185 # Extract the first word of "gcc", so it can be a program name with args.
4186 set dummy gcc; ac_word=$2
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4188 $as_echo_n "checking for $ac_word... " >&6; }
4189 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4190 $as_echo_n "(cached) " >&6
4191 else
4192 if test -n "$ac_ct_CC"; then
4193 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4194 else
4195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4196 for as_dir in $PATH
4197 do
4198 IFS=$as_save_IFS
4199 test -z "$as_dir" && as_dir=.
4200 for ac_exec_ext in '' $ac_executable_extensions; do
4201 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4202 ac_cv_prog_ac_ct_CC="gcc"
4203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4204 break 2
4205 fi
4206 done
4207 done
4208 IFS=$as_save_IFS
4209
4210 fi
4211 fi
4212 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4213 if test -n "$ac_ct_CC"; then
4214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4215 $as_echo "$ac_ct_CC" >&6; }
4216 else
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4218 $as_echo "no" >&6; }
4219 fi
4220
4221 if test "x$ac_ct_CC" = x; then
4222 CC=""
4223 else
4224 case $cross_compiling:$ac_tool_warned in
4225 yes:)
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4227 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4228 ac_tool_warned=yes ;;
4229 esac
4230 CC=$ac_ct_CC
4231 fi
4232 else
4233 CC="$ac_cv_prog_CC"
4234 fi
4235
4236 if test -z "$CC"; then
4237 if test -n "$ac_tool_prefix"; then
4238 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4239 set dummy ${ac_tool_prefix}cc; ac_word=$2
4240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4241 $as_echo_n "checking for $ac_word... " >&6; }
4242 if test "${ac_cv_prog_CC+set}" = set; then :
4243 $as_echo_n "(cached) " >&6
4244 else
4245 if test -n "$CC"; then
4246 ac_cv_prog_CC="$CC" # Let the user override the test.
4247 else
4248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4249 for as_dir in $PATH
4250 do
4251 IFS=$as_save_IFS
4252 test -z "$as_dir" && as_dir=.
4253 for ac_exec_ext in '' $ac_executable_extensions; do
4254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4255 ac_cv_prog_CC="${ac_tool_prefix}cc"
4256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4257 break 2
4258 fi
4259 done
4260 done
4261 IFS=$as_save_IFS
4262
4263 fi
4264 fi
4265 CC=$ac_cv_prog_CC
4266 if test -n "$CC"; then
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4268 $as_echo "$CC" >&6; }
4269 else
4270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4271 $as_echo "no" >&6; }
4272 fi
4273
4274
4275 fi
4276 fi
4277 if test -z "$CC"; then
4278 # Extract the first word of "cc", so it can be a program name with args.
4279 set dummy cc; ac_word=$2
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4281 $as_echo_n "checking for $ac_word... " >&6; }
4282 if test "${ac_cv_prog_CC+set}" = set; then :
4283 $as_echo_n "(cached) " >&6
4284 else
4285 if test -n "$CC"; then
4286 ac_cv_prog_CC="$CC" # Let the user override the test.
4287 else
4288 ac_prog_rejected=no
4289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4290 for as_dir in $PATH
4291 do
4292 IFS=$as_save_IFS
4293 test -z "$as_dir" && as_dir=.
4294 for ac_exec_ext in '' $ac_executable_extensions; do
4295 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4296 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4297 ac_prog_rejected=yes
4298 continue
4299 fi
4300 ac_cv_prog_CC="cc"
4301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4302 break 2
4303 fi
4304 done
4305 done
4306 IFS=$as_save_IFS
4307
4308 if test $ac_prog_rejected = yes; then
4309 # We found a bogon in the path, so make sure we never use it.
4310 set dummy $ac_cv_prog_CC
4311 shift
4312 if test $# != 0; then
4313 # We chose a different compiler from the bogus one.
4314 # However, it has the same basename, so the bogon will be chosen
4315 # first if we set CC to just the basename; use the full file name.
4316 shift
4317 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4318 fi
4319 fi
4320 fi
4321 fi
4322 CC=$ac_cv_prog_CC
4323 if test -n "$CC"; then
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4325 $as_echo "$CC" >&6; }
4326 else
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4328 $as_echo "no" >&6; }
4329 fi
4330
4331
4332 fi
4333 if test -z "$CC"; then
4334 if test -n "$ac_tool_prefix"; then
4335 for ac_prog in cl.exe
4336 do
4337 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4338 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4340 $as_echo_n "checking for $ac_word... " >&6; }
4341 if test "${ac_cv_prog_CC+set}" = set; then :
4342 $as_echo_n "(cached) " >&6
4343 else
4344 if test -n "$CC"; then
4345 ac_cv_prog_CC="$CC" # Let the user override the test.
4346 else
4347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4348 for as_dir in $PATH
4349 do
4350 IFS=$as_save_IFS
4351 test -z "$as_dir" && as_dir=.
4352 for ac_exec_ext in '' $ac_executable_extensions; do
4353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4354 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4356 break 2
4357 fi
4358 done
4359 done
4360 IFS=$as_save_IFS
4361
4362 fi
4363 fi
4364 CC=$ac_cv_prog_CC
4365 if test -n "$CC"; then
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4367 $as_echo "$CC" >&6; }
4368 else
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4370 $as_echo "no" >&6; }
4371 fi
4372
4373
4374 test -n "$CC" && break
4375 done
4376 fi
4377 if test -z "$CC"; then
4378 ac_ct_CC=$CC
4379 for ac_prog in cl.exe
4380 do
4381 # Extract the first word of "$ac_prog", so it can be a program name with args.
4382 set dummy $ac_prog; ac_word=$2
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4384 $as_echo_n "checking for $ac_word... " >&6; }
4385 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4386 $as_echo_n "(cached) " >&6
4387 else
4388 if test -n "$ac_ct_CC"; then
4389 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4390 else
4391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4392 for as_dir in $PATH
4393 do
4394 IFS=$as_save_IFS
4395 test -z "$as_dir" && as_dir=.
4396 for ac_exec_ext in '' $ac_executable_extensions; do
4397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4398 ac_cv_prog_ac_ct_CC="$ac_prog"
4399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4400 break 2
4401 fi
4402 done
4403 done
4404 IFS=$as_save_IFS
4405
4406 fi
4407 fi
4408 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4409 if test -n "$ac_ct_CC"; then
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4411 $as_echo "$ac_ct_CC" >&6; }
4412 else
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4414 $as_echo "no" >&6; }
4415 fi
4416
4417
4418 test -n "$ac_ct_CC" && break
4419 done
4420
4421 if test "x$ac_ct_CC" = x; then
4422 CC=""
4423 else
4424 case $cross_compiling:$ac_tool_warned in
4425 yes:)
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4427 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4428 ac_tool_warned=yes ;;
4429 esac
4430 CC=$ac_ct_CC
4431 fi
4432 fi
4433
4434 fi
4435
4436
4437 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4438 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4439 as_fn_error "no acceptable C compiler found in \$PATH
4440 See \`config.log' for more details." "$LINENO" 5; }
4441
4442 # Provide some information about the compiler.
4443 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4444 set X $ac_compile
4445 ac_compiler=$2
4446 for ac_option in --version -v -V -qversion; do
4447 { { ac_try="$ac_compiler $ac_option >&5"
4448 case "(($ac_try" in
4449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4450 *) ac_try_echo=$ac_try;;
4451 esac
4452 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4453 $as_echo "$ac_try_echo"; } >&5
4454 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4455 ac_status=$?
4456 if test -s conftest.err; then
4457 sed '10a\
4458 ... rest of stderr output deleted ...
4459 10q' conftest.err >conftest.er1
4460 cat conftest.er1 >&5
4461 rm -f conftest.er1 conftest.err
4462 fi
4463 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4464 test $ac_status = 0; }
4465 done
4466
4467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4468 /* end confdefs.h. */
4469
4470 int
4471 main ()
4472 {
4473
4474 ;
4475 return 0;
4476 }
4477 _ACEOF
4478 ac_clean_files_save=$ac_clean_files
4479 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4480 # Try to create an executable without -o first, disregard a.out.
4481 # It will help us diagnose broken compilers, and finding out an intuition
4482 # of exeext.
4483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4484 $as_echo_n "checking for C compiler default output file name... " >&6; }
4485 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4486
4487 # The possible output files:
4488 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4489
4490 ac_rmfiles=
4491 for ac_file in $ac_files
4492 do
4493 case $ac_file in
4494 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4495 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4496 esac
4497 done
4498 rm -f $ac_rmfiles
4499
4500 if { { ac_try="$ac_link_default"
4501 case "(($ac_try" in
4502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4503 *) ac_try_echo=$ac_try;;
4504 esac
4505 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4506 $as_echo "$ac_try_echo"; } >&5
4507 (eval "$ac_link_default") 2>&5
4508 ac_status=$?
4509 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4510 test $ac_status = 0; }; then :
4511 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4512 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4513 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4514 # so that the user can short-circuit this test for compilers unknown to
4515 # Autoconf.
4516 for ac_file in $ac_files ''
4517 do
4518 test -f "$ac_file" || continue
4519 case $ac_file in
4520 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4521 ;;
4522 [ab].out )
4523 # We found the default executable, but exeext='' is most
4524 # certainly right.
4525 break;;
4526 *.* )
4527 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4528 then :; else
4529 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4530 fi
4531 # We set ac_cv_exeext here because the later test for it is not
4532 # safe: cross compilers may not add the suffix if given an `-o'
4533 # argument, so we may need to know it at that point already.
4534 # Even if this section looks crufty: it has the advantage of
4535 # actually working.
4536 break;;
4537 * )
4538 break;;
4539 esac
4540 done
4541 test "$ac_cv_exeext" = no && ac_cv_exeext=
4542
4543 else
4544 ac_file=''
4545 fi
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4547 $as_echo "$ac_file" >&6; }
4548 if test -z "$ac_file"; then :
4549 $as_echo "$as_me: failed program was:" >&5
4550 sed 's/^/| /' conftest.$ac_ext >&5
4551
4552 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4553 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4554 { as_fn_set_status 77
4555 as_fn_error "C compiler cannot create executables
4556 See \`config.log' for more details." "$LINENO" 5; }; }
4557 fi
4558 ac_exeext=$ac_cv_exeext
4559
4560 # Check that the compiler produces executables we can run. If not, either
4561 # the compiler is broken, or we cross compile.
4562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4563 $as_echo_n "checking whether the C compiler works... " >&6; }
4564 # If not cross compiling, check that we can run a simple program.
4565 if test "$cross_compiling" != yes; then
4566 if { ac_try='./$ac_file'
4567 { { case "(($ac_try" in
4568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4569 *) ac_try_echo=$ac_try;;
4570 esac
4571 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4572 $as_echo "$ac_try_echo"; } >&5
4573 (eval "$ac_try") 2>&5
4574 ac_status=$?
4575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4576 test $ac_status = 0; }; }; then
4577 cross_compiling=no
4578 else
4579 if test "$cross_compiling" = maybe; then
4580 cross_compiling=yes
4581 else
4582 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4583 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4584 as_fn_error "cannot run C compiled programs.
4585 If you meant to cross compile, use \`--host'.
4586 See \`config.log' for more details." "$LINENO" 5; }
4587 fi
4588 fi
4589 fi
4590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4591 $as_echo "yes" >&6; }
4592
4593 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4594 ac_clean_files=$ac_clean_files_save
4595 # Check that the compiler produces executables we can run. If not, either
4596 # the compiler is broken, or we cross compile.
4597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4598 $as_echo_n "checking whether we are cross compiling... " >&6; }
4599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4600 $as_echo "$cross_compiling" >&6; }
4601
4602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4603 $as_echo_n "checking for suffix of executables... " >&6; }
4604 if { { ac_try="$ac_link"
4605 case "(($ac_try" in
4606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4607 *) ac_try_echo=$ac_try;;
4608 esac
4609 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4610 $as_echo "$ac_try_echo"; } >&5
4611 (eval "$ac_link") 2>&5
4612 ac_status=$?
4613 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4614 test $ac_status = 0; }; then :
4615 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4616 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4617 # work properly (i.e., refer to `conftest.exe'), while it won't with
4618 # `rm'.
4619 for ac_file in conftest.exe conftest conftest.*; do
4620 test -f "$ac_file" || continue
4621 case $ac_file in
4622 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4623 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4624 break;;
4625 * ) break;;
4626 esac
4627 done
4628 else
4629 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4630 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4631 as_fn_error "cannot compute suffix of executables: cannot compile and link
4632 See \`config.log' for more details." "$LINENO" 5; }
4633 fi
4634 rm -f conftest$ac_cv_exeext
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4636 $as_echo "$ac_cv_exeext" >&6; }
4637
4638 rm -f conftest.$ac_ext
4639 EXEEXT=$ac_cv_exeext
4640 ac_exeext=$EXEEXT
4641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4642 $as_echo_n "checking for suffix of object files... " >&6; }
4643 if test "${ac_cv_objext+set}" = set; then :
4644 $as_echo_n "(cached) " >&6
4645 else
4646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4647 /* end confdefs.h. */
4648
4649 int
4650 main ()
4651 {
4652
4653 ;
4654 return 0;
4655 }
4656 _ACEOF
4657 rm -f conftest.o conftest.obj
4658 if { { ac_try="$ac_compile"
4659 case "(($ac_try" in
4660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4661 *) ac_try_echo=$ac_try;;
4662 esac
4663 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4664 $as_echo "$ac_try_echo"; } >&5
4665 (eval "$ac_compile") 2>&5
4666 ac_status=$?
4667 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4668 test $ac_status = 0; }; then :
4669 for ac_file in conftest.o conftest.obj conftest.*; do
4670 test -f "$ac_file" || continue;
4671 case $ac_file in
4672 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4673 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4674 break;;
4675 esac
4676 done
4677 else
4678 $as_echo "$as_me: failed program was:" >&5
4679 sed 's/^/| /' conftest.$ac_ext >&5
4680
4681 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4682 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4683 as_fn_error "cannot compute suffix of object files: cannot compile
4684 See \`config.log' for more details." "$LINENO" 5; }
4685 fi
4686 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4687 fi
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4689 $as_echo "$ac_cv_objext" >&6; }
4690 OBJEXT=$ac_cv_objext
4691 ac_objext=$OBJEXT
4692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4693 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4694 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4695 $as_echo_n "(cached) " >&6
4696 else
4697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4698 /* end confdefs.h. */
4699
4700 int
4701 main ()
4702 {
4703 #ifndef __GNUC__
4704 choke me
4705 #endif
4706
4707 ;
4708 return 0;
4709 }
4710 _ACEOF
4711 if ac_fn_c_try_compile "$LINENO"; then :
4712 ac_compiler_gnu=yes
4713 else
4714 ac_compiler_gnu=no
4715 fi
4716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4717 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4718
4719 fi
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4721 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4722 if test $ac_compiler_gnu = yes; then
4723 GCC=yes
4724 else
4725 GCC=
4726 fi
4727 ac_test_CFLAGS=${CFLAGS+set}
4728 ac_save_CFLAGS=$CFLAGS
4729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4730 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4731 if test "${ac_cv_prog_cc_g+set}" = set; then :
4732 $as_echo_n "(cached) " >&6
4733 else
4734 ac_save_c_werror_flag=$ac_c_werror_flag
4735 ac_c_werror_flag=yes
4736 ac_cv_prog_cc_g=no
4737 CFLAGS="-g"
4738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4739 /* end confdefs.h. */
4740
4741 int
4742 main ()
4743 {
4744
4745 ;
4746 return 0;
4747 }
4748 _ACEOF
4749 if ac_fn_c_try_compile "$LINENO"; then :
4750 ac_cv_prog_cc_g=yes
4751 else
4752 CFLAGS=""
4753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4754 /* end confdefs.h. */
4755
4756 int
4757 main ()
4758 {
4759
4760 ;
4761 return 0;
4762 }
4763 _ACEOF
4764 if ac_fn_c_try_compile "$LINENO"; then :
4765
4766 else
4767 ac_c_werror_flag=$ac_save_c_werror_flag
4768 CFLAGS="-g"
4769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4770 /* end confdefs.h. */
4771
4772 int
4773 main ()
4774 {
4775
4776 ;
4777 return 0;
4778 }
4779 _ACEOF
4780 if ac_fn_c_try_compile "$LINENO"; then :
4781 ac_cv_prog_cc_g=yes
4782 fi
4783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4784 fi
4785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4786 fi
4787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4788 ac_c_werror_flag=$ac_save_c_werror_flag
4789 fi
4790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4791 $as_echo "$ac_cv_prog_cc_g" >&6; }
4792 if test "$ac_test_CFLAGS" = set; then
4793 CFLAGS=$ac_save_CFLAGS
4794 elif test $ac_cv_prog_cc_g = yes; then
4795 if test "$GCC" = yes; then
4796 CFLAGS="-g -O2"
4797 else
4798 CFLAGS="-g"
4799 fi
4800 else
4801 if test "$GCC" = yes; then
4802 CFLAGS="-O2"
4803 else
4804 CFLAGS=
4805 fi
4806 fi
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4808 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4809 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4810 $as_echo_n "(cached) " >&6
4811 else
4812 ac_cv_prog_cc_c89=no
4813 ac_save_CC=$CC
4814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4815 /* end confdefs.h. */
4816 #include <stdarg.h>
4817 #include <stdio.h>
4818 #include <sys/types.h>
4819 #include <sys/stat.h>
4820 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4821 struct buf { int x; };
4822 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4823 static char *e (p, i)
4824 char **p;
4825 int i;
4826 {
4827 return p[i];
4828 }
4829 static char *f (char * (*g) (char **, int), char **p, ...)
4830 {
4831 char *s;
4832 va_list v;
4833 va_start (v,p);
4834 s = g (p, va_arg (v,int));
4835 va_end (v);
4836 return s;
4837 }
4838
4839 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4840 function prototypes and stuff, but not '\xHH' hex character constants.
4841 These don't provoke an error unfortunately, instead are silently treated
4842 as 'x'. The following induces an error, until -std is added to get
4843 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4844 array size at least. It's necessary to write '\x00'==0 to get something
4845 that's true only with -std. */
4846 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4847
4848 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4849 inside strings and character constants. */
4850 #define FOO(x) 'x'
4851 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4852
4853 int test (int i, double x);
4854 struct s1 {int (*f) (int a);};
4855 struct s2 {int (*f) (double a);};
4856 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4857 int argc;
4858 char **argv;
4859 int
4860 main ()
4861 {
4862 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4863 ;
4864 return 0;
4865 }
4866 _ACEOF
4867 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4868 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4869 do
4870 CC="$ac_save_CC $ac_arg"
4871 if ac_fn_c_try_compile "$LINENO"; then :
4872 ac_cv_prog_cc_c89=$ac_arg
4873 fi
4874 rm -f core conftest.err conftest.$ac_objext
4875 test "x$ac_cv_prog_cc_c89" != "xno" && break
4876 done
4877 rm -f conftest.$ac_ext
4878 CC=$ac_save_CC
4879
4880 fi
4881 # AC_CACHE_VAL
4882 case "x$ac_cv_prog_cc_c89" in
4883 x)
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4885 $as_echo "none needed" >&6; } ;;
4886 xno)
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4888 $as_echo "unsupported" >&6; } ;;
4889 *)
4890 CC="$CC $ac_cv_prog_cc_c89"
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4892 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4893 esac
4894 if test "x$ac_cv_prog_cc_c89" != xno; then :
4895
4896 fi
4897
4898 ac_ext=c
4899 ac_cpp='$CPP $CPPFLAGS'
4900 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4901 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4902 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4903
4904 ac_aux_dir=
4905 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4906 for ac_t in install-sh install.sh shtool; do
4907 if test -f "$ac_dir/$ac_t"; then
4908 ac_aux_dir=$ac_dir
4909 ac_install_sh="$ac_aux_dir/$ac_t -c"
4910 break 2
4911 fi
4912 done
4913 done
4914 if test -z "$ac_aux_dir"; then
4915 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4916 fi
4917
4918 # These three variables are undocumented and unsupported,
4919 # and are intended to be withdrawn in a future Autoconf release.
4920 # They can cause serious problems if a builder's source tree is in a directory
4921 # whose full name contains unusual characters.
4922 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4923 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4924 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4925
4926
4927 # Make sure we can run config.sub.
4928 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4929 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4930
4931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4932 $as_echo_n "checking build system type... " >&6; }
4933 if test "${ac_cv_build+set}" = set; then :
4934 $as_echo_n "(cached) " >&6
4935 else
4936 ac_build_alias=$build_alias
4937 test "x$ac_build_alias" = x &&
4938 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4939 test "x$ac_build_alias" = x &&
4940 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4941 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4942 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4943
4944 fi
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4946 $as_echo "$ac_cv_build" >&6; }
4947 case $ac_cv_build in
4948 *-*-*) ;;
4949 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4950 esac
4951 build=$ac_cv_build
4952 ac_save_IFS=$IFS; IFS='-'
4953 set x $ac_cv_build
4954 shift
4955 build_cpu=$1
4956 build_vendor=$2
4957 shift; shift
4958 # Remember, the first character of IFS is used to create $*,
4959 # except with old shells:
4960 build_os=$*
4961 IFS=$ac_save_IFS
4962 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4963
4964
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4966 $as_echo_n "checking host system type... " >&6; }
4967 if test "${ac_cv_host+set}" = set; then :
4968 $as_echo_n "(cached) " >&6
4969 else
4970 if test "x$host_alias" = x; then
4971 ac_cv_host=$ac_cv_build
4972 else
4973 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4974 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4975 fi
4976
4977 fi
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4979 $as_echo "$ac_cv_host" >&6; }
4980 case $ac_cv_host in
4981 *-*-*) ;;
4982 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4983 esac
4984 host=$ac_cv_host
4985 ac_save_IFS=$IFS; IFS='-'
4986 set x $ac_cv_host
4987 shift
4988 host_cpu=$1
4989 host_vendor=$2
4990 shift; shift
4991 # Remember, the first character of IFS is used to create $*,
4992 # except with old shells:
4993 host_os=$*
4994 IFS=$ac_save_IFS
4995 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4996
4997
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4999 $as_echo_n "checking target system type... " >&6; }
5000 if test "${ac_cv_target+set}" = set; then :
5001 $as_echo_n "(cached) " >&6
5002 else
5003 if test "x$target_alias" = x; then
5004 ac_cv_target=$ac_cv_host
5005 else
5006 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5007 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5008 fi
5009
5010 fi
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5012 $as_echo "$ac_cv_target" >&6; }
5013 case $ac_cv_target in
5014 *-*-*) ;;
5015 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5016 esac
5017 target=$ac_cv_target
5018 ac_save_IFS=$IFS; IFS='-'
5019 set x $ac_cv_target
5020 shift
5021 target_cpu=$1
5022 target_vendor=$2
5023 shift; shift
5024 # Remember, the first character of IFS is used to create $*,
5025 # except with old shells:
5026 target_os=$*
5027 IFS=$ac_save_IFS
5028 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5029
5030
5031 # The aliases save the names the user supplied, while $host etc.
5032 # will get canonicalized.
5033 test -n "$target_alias" &&
5034 test "$program_prefix$program_suffix$program_transform_name" = \
5035 NONENONEs,x,x, &&
5036 program_prefix=${target_alias}-
5037
5038 ac_ext=c
5039 ac_cpp='$CPP $CPPFLAGS'
5040 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5041 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5042 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5044 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5045 # On Suns, sometimes $CPP names a directory.
5046 if test -n "$CPP" && test -d "$CPP"; then
5047 CPP=
5048 fi
5049 if test -z "$CPP"; then
5050 if test "${ac_cv_prog_CPP+set}" = set; then :
5051 $as_echo_n "(cached) " >&6
5052 else
5053 # Double quotes because CPP needs to be expanded
5054 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5055 do
5056 ac_preproc_ok=false
5057 for ac_c_preproc_warn_flag in '' yes
5058 do
5059 # Use a header file that comes with gcc, so configuring glibc
5060 # with a fresh cross-compiler works.
5061 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5062 # <limits.h> exists even on freestanding compilers.
5063 # On the NeXT, cc -E runs the code through the compiler's parser,
5064 # not just through cpp. "Syntax error" is here to catch this case.
5065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5066 /* end confdefs.h. */
5067 #ifdef __STDC__
5068 # include <limits.h>
5069 #else
5070 # include <assert.h>
5071 #endif
5072 Syntax error
5073 _ACEOF
5074 if ac_fn_c_try_cpp "$LINENO"; then :
5075
5076 else
5077 # Broken: fails on valid input.
5078 continue
5079 fi
5080 rm -f conftest.err conftest.$ac_ext
5081
5082 # OK, works on sane cases. Now check whether nonexistent headers
5083 # can be detected and how.
5084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5085 /* end confdefs.h. */
5086 #include <ac_nonexistent.h>
5087 _ACEOF
5088 if ac_fn_c_try_cpp "$LINENO"; then :
5089 # Broken: success on invalid input.
5090 continue
5091 else
5092 # Passes both tests.
5093 ac_preproc_ok=:
5094 break
5095 fi
5096 rm -f conftest.err conftest.$ac_ext
5097
5098 done
5099 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5100 rm -f conftest.err conftest.$ac_ext
5101 if $ac_preproc_ok; then :
5102 break
5103 fi
5104
5105 done
5106 ac_cv_prog_CPP=$CPP
5107
5108 fi
5109 CPP=$ac_cv_prog_CPP
5110 else
5111 ac_cv_prog_CPP=$CPP
5112 fi
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5114 $as_echo "$CPP" >&6; }
5115 ac_preproc_ok=false
5116 for ac_c_preproc_warn_flag in '' yes
5117 do
5118 # Use a header file that comes with gcc, so configuring glibc
5119 # with a fresh cross-compiler works.
5120 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5121 # <limits.h> exists even on freestanding compilers.
5122 # On the NeXT, cc -E runs the code through the compiler's parser,
5123 # not just through cpp. "Syntax error" is here to catch this case.
5124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5125 /* end confdefs.h. */
5126 #ifdef __STDC__
5127 # include <limits.h>
5128 #else
5129 # include <assert.h>
5130 #endif
5131 Syntax error
5132 _ACEOF
5133 if ac_fn_c_try_cpp "$LINENO"; then :
5134
5135 else
5136 # Broken: fails on valid input.
5137 continue
5138 fi
5139 rm -f conftest.err conftest.$ac_ext
5140
5141 # OK, works on sane cases. Now check whether nonexistent headers
5142 # can be detected and how.
5143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5144 /* end confdefs.h. */
5145 #include <ac_nonexistent.h>
5146 _ACEOF
5147 if ac_fn_c_try_cpp "$LINENO"; then :
5148 # Broken: success on invalid input.
5149 continue
5150 else
5151 # Passes both tests.
5152 ac_preproc_ok=:
5153 break
5154 fi
5155 rm -f conftest.err conftest.$ac_ext
5156
5157 done
5158 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5159 rm -f conftest.err conftest.$ac_ext
5160 if $ac_preproc_ok; then :
5161
5162 else
5163 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5164 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5165 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5166 See \`config.log' for more details." "$LINENO" 5; }
5167 fi
5168
5169 ac_ext=c
5170 ac_cpp='$CPP $CPPFLAGS'
5171 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5172 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5173 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5174
5175
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5177 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5178 if test "${ac_cv_path_GREP+set}" = set; then :
5179 $as_echo_n "(cached) " >&6
5180 else
5181 if test -z "$GREP"; then
5182 ac_path_GREP_found=false
5183 # Loop through the user's path and test for each of PROGNAME-LIST
5184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5185 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5186 do
5187 IFS=$as_save_IFS
5188 test -z "$as_dir" && as_dir=.
5189 for ac_prog in grep ggrep; do
5190 for ac_exec_ext in '' $ac_executable_extensions; do
5191 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5192 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5193 # Check for GNU ac_path_GREP and select it if it is found.
5194 # Check for GNU $ac_path_GREP
5195 case `"$ac_path_GREP" --version 2>&1` in
5196 *GNU*)
5197 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5198 *)
5199 ac_count=0
5200 $as_echo_n 0123456789 >"conftest.in"
5201 while :
5202 do
5203 cat "conftest.in" "conftest.in" >"conftest.tmp"
5204 mv "conftest.tmp" "conftest.in"
5205 cp "conftest.in" "conftest.nl"
5206 $as_echo 'GREP' >> "conftest.nl"
5207 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5208 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5209 as_fn_arith $ac_count + 1 && ac_count=$as_val
5210 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5211 # Best one so far, save it but keep looking for a better one
5212 ac_cv_path_GREP="$ac_path_GREP"
5213 ac_path_GREP_max=$ac_count
5214 fi
5215 # 10*(2^10) chars as input seems more than enough
5216 test $ac_count -gt 10 && break
5217 done
5218 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5219 esac
5220
5221 $ac_path_GREP_found && break 3
5222 done
5223 done
5224 done
5225 IFS=$as_save_IFS
5226 if test -z "$ac_cv_path_GREP"; then
5227 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5228 fi
5229 else
5230 ac_cv_path_GREP=$GREP
5231 fi
5232
5233 fi
5234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5235 $as_echo "$ac_cv_path_GREP" >&6; }
5236 GREP="$ac_cv_path_GREP"
5237
5238
5239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5240 $as_echo_n "checking for egrep... " >&6; }
5241 if test "${ac_cv_path_EGREP+set}" = set; then :
5242 $as_echo_n "(cached) " >&6
5243 else
5244 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5245 then ac_cv_path_EGREP="$GREP -E"
5246 else
5247 if test -z "$EGREP"; then
5248 ac_path_EGREP_found=false
5249 # Loop through the user's path and test for each of PROGNAME-LIST
5250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5251 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5252 do
5253 IFS=$as_save_IFS
5254 test -z "$as_dir" && as_dir=.
5255 for ac_prog in egrep; do
5256 for ac_exec_ext in '' $ac_executable_extensions; do
5257 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5258 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5259 # Check for GNU ac_path_EGREP and select it if it is found.
5260 # Check for GNU $ac_path_EGREP
5261 case `"$ac_path_EGREP" --version 2>&1` in
5262 *GNU*)
5263 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5264 *)
5265 ac_count=0
5266 $as_echo_n 0123456789 >"conftest.in"
5267 while :
5268 do
5269 cat "conftest.in" "conftest.in" >"conftest.tmp"
5270 mv "conftest.tmp" "conftest.in"
5271 cp "conftest.in" "conftest.nl"
5272 $as_echo 'EGREP' >> "conftest.nl"
5273 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5274 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5275 as_fn_arith $ac_count + 1 && ac_count=$as_val
5276 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5277 # Best one so far, save it but keep looking for a better one
5278 ac_cv_path_EGREP="$ac_path_EGREP"
5279 ac_path_EGREP_max=$ac_count
5280 fi
5281 # 10*(2^10) chars as input seems more than enough
5282 test $ac_count -gt 10 && break
5283 done
5284 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5285 esac
5286
5287 $ac_path_EGREP_found && break 3
5288 done
5289 done
5290 done
5291 IFS=$as_save_IFS
5292 if test -z "$ac_cv_path_EGREP"; then
5293 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5294 fi
5295 else
5296 ac_cv_path_EGREP=$EGREP
5297 fi
5298
5299 fi
5300 fi
5301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5302 $as_echo "$ac_cv_path_EGREP" >&6; }
5303 EGREP="$ac_cv_path_EGREP"
5304
5305
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5307 $as_echo_n "checking for ANSI C header files... " >&6; }
5308 if test "${ac_cv_header_stdc+set}" = set; then :
5309 $as_echo_n "(cached) " >&6
5310 else
5311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5312 /* end confdefs.h. */
5313 #include <stdlib.h>
5314 #include <stdarg.h>
5315 #include <string.h>
5316 #include <float.h>
5317
5318 int
5319 main ()
5320 {
5321
5322 ;
5323 return 0;
5324 }
5325 _ACEOF
5326 if ac_fn_c_try_compile "$LINENO"; then :
5327 ac_cv_header_stdc=yes
5328 else
5329 ac_cv_header_stdc=no
5330 fi
5331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5332
5333 if test $ac_cv_header_stdc = yes; then
5334 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5336 /* end confdefs.h. */
5337 #include <string.h>
5338
5339 _ACEOF
5340 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5341 $EGREP "memchr" >/dev/null 2>&1; then :
5342
5343 else
5344 ac_cv_header_stdc=no
5345 fi
5346 rm -f conftest*
5347
5348 fi
5349
5350 if test $ac_cv_header_stdc = yes; then
5351 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5353 /* end confdefs.h. */
5354 #include <stdlib.h>
5355
5356 _ACEOF
5357 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5358 $EGREP "free" >/dev/null 2>&1; then :
5359
5360 else
5361 ac_cv_header_stdc=no
5362 fi
5363 rm -f conftest*
5364
5365 fi
5366
5367 if test $ac_cv_header_stdc = yes; then
5368 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5369 if test "$cross_compiling" = yes; then :
5370 :
5371 else
5372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5373 /* end confdefs.h. */
5374 #include <ctype.h>
5375 #include <stdlib.h>
5376 #if ((' ' & 0x0FF) == 0x020)
5377 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5378 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5379 #else
5380 # define ISLOWER(c) \
5381 (('a' <= (c) && (c) <= 'i') \
5382 || ('j' <= (c) && (c) <= 'r') \
5383 || ('s' <= (c) && (c) <= 'z'))
5384 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5385 #endif
5386
5387 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5388 int
5389 main ()
5390 {
5391 int i;
5392 for (i = 0; i < 256; i++)
5393 if (XOR (islower (i), ISLOWER (i))
5394 || toupper (i) != TOUPPER (i))
5395 return 2;
5396 return 0;
5397 }
5398 _ACEOF
5399 if ac_fn_c_try_run "$LINENO"; then :
5400
5401 else
5402 ac_cv_header_stdc=no
5403 fi
5404 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5405 conftest.$ac_objext conftest.beam conftest.$ac_ext
5406 fi
5407
5408 fi
5409 fi
5410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5411 $as_echo "$ac_cv_header_stdc" >&6; }
5412 if test $ac_cv_header_stdc = yes; then
5413
5414 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5415
5416 fi
5417
5418 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5419 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5420 inttypes.h stdint.h unistd.h
5421 do :
5422 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5423 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5424 "
5425 eval as_val=\$$as_ac_Header
5426 if test "x$as_val" = x""yes; then :
5427 cat >>confdefs.h <<_ACEOF
5428 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5429 _ACEOF
5430
5431 fi
5432
5433 done
5434
5435
5436
5437 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5438 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5439 MINIX=yes
5440 else
5441 MINIX=
5442 fi
5443
5444
5445 if test "$MINIX" = yes; then
5446
5447 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5448
5449
5450 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5451
5452
5453 $as_echo "#define _MINIX 1" >>confdefs.h
5454
5455 fi
5456
5457
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5459 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5460 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5461 $as_echo_n "(cached) " >&6
5462 else
5463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464 /* end confdefs.h. */
5465
5466 # define __EXTENSIONS__ 1
5467 $ac_includes_default
5468 int
5469 main ()
5470 {
5471
5472 ;
5473 return 0;
5474 }
5475 _ACEOF
5476 if ac_fn_c_try_compile "$LINENO"; then :
5477 ac_cv_safe_to_define___extensions__=yes
5478 else
5479 ac_cv_safe_to_define___extensions__=no
5480 fi
5481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5482 fi
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5484 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5485 test $ac_cv_safe_to_define___extensions__ = yes &&
5486 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5487
5488 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5489
5490 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5491
5492 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5493
5494 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5495
5496
5497 test "$program_prefix" != NONE &&
5498 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5499 # Use a double $ so make ignores it.
5500 test "$program_suffix" != NONE &&
5501 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5502 # Double any \ or $.
5503 # By default was `s,x,x', remove it if useless.
5504 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5505 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5506
5507 # Find a good install program. We prefer a C program (faster),
5508 # so one script is as good as another. But avoid the broken or
5509 # incompatible versions:
5510 # SysV /etc/install, /usr/sbin/install
5511 # SunOS /usr/etc/install
5512 # IRIX /sbin/install
5513 # AIX /bin/install
5514 # AmigaOS /C/install, which installs bootblocks on floppy discs
5515 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5516 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5517 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5518 # OS/2's system install, which has a completely different semantic
5519 # ./install, which can be erroneously created by make from ./install.sh.
5520 # Reject install programs that cannot install multiple files.
5521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5522 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5523 if test -z "$INSTALL"; then
5524 if test "${ac_cv_path_install+set}" = set; then :
5525 $as_echo_n "(cached) " >&6
5526 else
5527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5528 for as_dir in $PATH
5529 do
5530 IFS=$as_save_IFS
5531 test -z "$as_dir" && as_dir=.
5532 # Account for people who put trailing slashes in PATH elements.
5533 case $as_dir/ in #((
5534 ./ | .// | /[cC]/* | \
5535 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5536 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5537 /usr/ucb/* ) ;;
5538 *)
5539 # OSF1 and SCO ODT 3.0 have their own names for install.
5540 # Don't use installbsd from OSF since it installs stuff as root
5541 # by default.
5542 for ac_prog in ginstall scoinst install; do
5543 for ac_exec_ext in '' $ac_executable_extensions; do
5544 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5545 if test $ac_prog = install &&
5546 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5547 # AIX install. It has an incompatible calling convention.
5548 :
5549 elif test $ac_prog = install &&
5550 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5551 # program-specific install script used by HP pwplus--don't use.
5552 :
5553 else
5554 rm -rf conftest.one conftest.two conftest.dir
5555 echo one > conftest.one
5556 echo two > conftest.two
5557 mkdir conftest.dir
5558 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5559 test -s conftest.one && test -s conftest.two &&
5560 test -s conftest.dir/conftest.one &&
5561 test -s conftest.dir/conftest.two
5562 then
5563 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5564 break 3
5565 fi
5566 fi
5567 fi
5568 done
5569 done
5570 ;;
5571 esac
5572
5573 done
5574 IFS=$as_save_IFS
5575
5576 rm -rf conftest.one conftest.two conftest.dir
5577
5578 fi
5579 if test "${ac_cv_path_install+set}" = set; then
5580 INSTALL=$ac_cv_path_install
5581 else
5582 # As a last resort, use the slow shell script. Don't cache a
5583 # value for INSTALL within a source directory, because that will
5584 # break other packages using the cache if that directory is
5585 # removed, or if the value is a relative name.
5586 INSTALL=$ac_install_sh
5587 fi
5588 fi
5589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5590 $as_echo "$INSTALL" >&6; }
5591
5592 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5593 # It thinks the first close brace ends the variable substitution.
5594 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5595
5596 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5597
5598 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5599
5600 rm -rf .tst 2>/dev/null
5601 mkdir .tst 2>/dev/null
5602 if test -d .tst; then
5603 am__leading_dot=.
5604 else
5605 am__leading_dot=_
5606 fi
5607 rmdir .tst 2>/dev/null
5608
5609 DEPDIR="${am__leading_dot}deps"
5610
5611 case `pwd` in
5612 *\ * | *\ *)
5613 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5614 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5615 esac
5616
5617
5618
5619 macro_version='2.2.7a'
5620 macro_revision='1.3134'
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634 ltmain="$ac_aux_dir/ltmain.sh"
5635
5636 # Backslashify metacharacters that are still active within
5637 # double-quoted strings.
5638 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5639
5640 # Same as above, but do not quote variable references.
5641 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5642
5643 # Sed substitution to delay expansion of an escaped shell variable in a
5644 # double_quote_subst'ed string.
5645 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5646
5647 # Sed substitution to delay expansion of an escaped single quote.
5648 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5649
5650 # Sed substitution to avoid accidental globbing in evaled expressions
5651 no_glob_subst='s/\*/\\\*/g'
5652
5653 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5654 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5655 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5656
5657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5658 $as_echo_n "checking how to print strings... " >&6; }
5659 # Test print first, because it will be a builtin if present.
5660 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5661 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5662 ECHO='print -r --'
5663 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5664 ECHO='printf %s\n'
5665 else
5666 # Use this function as a fallback that always works.
5667 func_fallback_echo ()
5668 {
5669 eval 'cat <<_LTECHO_EOF
5670 $1
5671 _LTECHO_EOF'
5672 }
5673 ECHO='func_fallback_echo'
5674 fi
5675
5676 # func_echo_all arg...
5677 # Invoke $ECHO with all args, space-separated.
5678 func_echo_all ()
5679 {
5680 $ECHO ""
5681 }
5682
5683 case "$ECHO" in
5684 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5685 $as_echo "printf" >&6; } ;;
5686 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5687 $as_echo "print -r" >&6; } ;;
5688 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5689 $as_echo "cat" >&6; } ;;
5690 esac
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5706 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5707 if test "${ac_cv_path_SED+set}" = set; then :
5708 $as_echo_n "(cached) " >&6
5709 else
5710 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5711 for ac_i in 1 2 3 4 5 6 7; do
5712 ac_script="$ac_script$as_nl$ac_script"
5713 done
5714 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5715 { ac_script=; unset ac_script;}
5716 if test -z "$SED"; then
5717 ac_path_SED_found=false
5718 # Loop through the user's path and test for each of PROGNAME-LIST
5719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5720 for as_dir in $PATH
5721 do
5722 IFS=$as_save_IFS
5723 test -z "$as_dir" && as_dir=.
5724 for ac_prog in sed gsed; do
5725 for ac_exec_ext in '' $ac_executable_extensions; do
5726 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5727 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5728 # Check for GNU ac_path_SED and select it if it is found.
5729 # Check for GNU $ac_path_SED
5730 case `"$ac_path_SED" --version 2>&1` in
5731 *GNU*)
5732 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5733 *)
5734 ac_count=0
5735 $as_echo_n 0123456789 >"conftest.in"
5736 while :
5737 do
5738 cat "conftest.in" "conftest.in" >"conftest.tmp"
5739 mv "conftest.tmp" "conftest.in"
5740 cp "conftest.in" "conftest.nl"
5741 $as_echo '' >> "conftest.nl"
5742 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5743 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5744 as_fn_arith $ac_count + 1 && ac_count=$as_val
5745 if test $ac_count -gt ${ac_path_SED_max-0}; then
5746 # Best one so far, save it but keep looking for a better one
5747 ac_cv_path_SED="$ac_path_SED"
5748 ac_path_SED_max=$ac_count
5749 fi
5750 # 10*(2^10) chars as input seems more than enough
5751 test $ac_count -gt 10 && break
5752 done
5753 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5754 esac
5755
5756 $ac_path_SED_found && break 3
5757 done
5758 done
5759 done
5760 IFS=$as_save_IFS
5761 if test -z "$ac_cv_path_SED"; then
5762 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5763 fi
5764 else
5765 ac_cv_path_SED=$SED
5766 fi
5767
5768 fi
5769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5770 $as_echo "$ac_cv_path_SED" >&6; }
5771 SED="$ac_cv_path_SED"
5772 rm -f conftest.sed
5773
5774 test -z "$SED" && SED=sed
5775 Xsed="$SED -e 1s/^X//"
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5788 $as_echo_n "checking for fgrep... " >&6; }
5789 if test "${ac_cv_path_FGREP+set}" = set; then :
5790 $as_echo_n "(cached) " >&6
5791 else
5792 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5793 then ac_cv_path_FGREP="$GREP -F"
5794 else
5795 if test -z "$FGREP"; then
5796 ac_path_FGREP_found=false
5797 # Loop through the user's path and test for each of PROGNAME-LIST
5798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5799 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5800 do
5801 IFS=$as_save_IFS
5802 test -z "$as_dir" && as_dir=.
5803 for ac_prog in fgrep; do
5804 for ac_exec_ext in '' $ac_executable_extensions; do
5805 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5806 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5807 # Check for GNU ac_path_FGREP and select it if it is found.
5808 # Check for GNU $ac_path_FGREP
5809 case `"$ac_path_FGREP" --version 2>&1` in
5810 *GNU*)
5811 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5812 *)
5813 ac_count=0
5814 $as_echo_n 0123456789 >"conftest.in"
5815 while :
5816 do
5817 cat "conftest.in" "conftest.in" >"conftest.tmp"
5818 mv "conftest.tmp" "conftest.in"
5819 cp "conftest.in" "conftest.nl"
5820 $as_echo 'FGREP' >> "conftest.nl"
5821 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5822 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5823 as_fn_arith $ac_count + 1 && ac_count=$as_val
5824 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5825 # Best one so far, save it but keep looking for a better one
5826 ac_cv_path_FGREP="$ac_path_FGREP"
5827 ac_path_FGREP_max=$ac_count
5828 fi
5829 # 10*(2^10) chars as input seems more than enough
5830 test $ac_count -gt 10 && break
5831 done
5832 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5833 esac
5834
5835 $ac_path_FGREP_found && break 3
5836 done
5837 done
5838 done
5839 IFS=$as_save_IFS
5840 if test -z "$ac_cv_path_FGREP"; then
5841 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5842 fi
5843 else
5844 ac_cv_path_FGREP=$FGREP
5845 fi
5846
5847 fi
5848 fi
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5850 $as_echo "$ac_cv_path_FGREP" >&6; }
5851 FGREP="$ac_cv_path_FGREP"
5852
5853
5854 test -z "$GREP" && GREP=grep
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874 # Check whether --with-gnu-ld was given.
5875 if test "${with_gnu_ld+set}" = set; then :
5876 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5877 else
5878 with_gnu_ld=no
5879 fi
5880
5881 ac_prog=ld
5882 if test "$GCC" = yes; then
5883 # Check if gcc -print-prog-name=ld gives a path.
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5885 $as_echo_n "checking for ld used by $CC... " >&6; }
5886 case $host in
5887 *-*-mingw*)
5888 # gcc leaves a trailing carriage return which upsets mingw
5889 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5890 *)
5891 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5892 esac
5893 case $ac_prog in
5894 # Accept absolute paths.
5895 [\\/]* | ?:[\\/]*)
5896 re_direlt='/[^/][^/]*/\.\./'
5897 # Canonicalize the pathname of ld
5898 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5899 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5900 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5901 done
5902 test -z "$LD" && LD="$ac_prog"
5903 ;;
5904 "")
5905 # If it fails, then pretend we aren't using GCC.
5906 ac_prog=ld
5907 ;;
5908 *)
5909 # If it is relative, then search for the first ld in PATH.
5910 with_gnu_ld=unknown
5911 ;;
5912 esac
5913 elif test "$with_gnu_ld" = yes; then
5914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5915 $as_echo_n "checking for GNU ld... " >&6; }
5916 else
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5918 $as_echo_n "checking for non-GNU ld... " >&6; }
5919 fi
5920 if test "${lt_cv_path_LD+set}" = set; then :
5921 $as_echo_n "(cached) " >&6
5922 else
5923 if test -z "$LD"; then
5924 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5925 for ac_dir in $PATH; do
5926 IFS="$lt_save_ifs"
5927 test -z "$ac_dir" && ac_dir=.
5928 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5929 lt_cv_path_LD="$ac_dir/$ac_prog"
5930 # Check to see if the program is GNU ld. I'd rather use --version,
5931 # but apparently some variants of GNU ld only accept -v.
5932 # Break only if it was the GNU/non-GNU ld that we prefer.
5933 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5934 *GNU* | *'with BFD'*)
5935 test "$with_gnu_ld" != no && break
5936 ;;
5937 *)
5938 test "$with_gnu_ld" != yes && break
5939 ;;
5940 esac
5941 fi
5942 done
5943 IFS="$lt_save_ifs"
5944 else
5945 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5946 fi
5947 fi
5948
5949 LD="$lt_cv_path_LD"
5950 if test -n "$LD"; then
5951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5952 $as_echo "$LD" >&6; }
5953 else
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5955 $as_echo "no" >&6; }
5956 fi
5957 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5959 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5960 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5961 $as_echo_n "(cached) " >&6
5962 else
5963 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5964 case `$LD -v 2>&1 </dev/null` in
5965 *GNU* | *'with BFD'*)
5966 lt_cv_prog_gnu_ld=yes
5967 ;;
5968 *)
5969 lt_cv_prog_gnu_ld=no
5970 ;;
5971 esac
5972 fi
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5974 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5975 with_gnu_ld=$lt_cv_prog_gnu_ld
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5986 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5987 if test "${lt_cv_path_NM+set}" = set; then :
5988 $as_echo_n "(cached) " >&6
5989 else
5990 if test -n "$NM"; then
5991 # Let the user override the test.
5992 lt_cv_path_NM="$NM"
5993 else
5994 lt_nm_to_check="${ac_tool_prefix}nm"
5995 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5996 lt_nm_to_check="$lt_nm_to_check nm"
5997 fi
5998 for lt_tmp_nm in $lt_nm_to_check; do
5999 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6000 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6001 IFS="$lt_save_ifs"
6002 test -z "$ac_dir" && ac_dir=.
6003 tmp_nm="$ac_dir/$lt_tmp_nm"
6004 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6005 # Check to see if the nm accepts a BSD-compat flag.
6006 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6007 # nm: unknown option "B" ignored
6008 # Tru64's nm complains that /dev/null is an invalid object file
6009 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6010 */dev/null* | *'Invalid file or object type'*)
6011 lt_cv_path_NM="$tmp_nm -B"
6012 break
6013 ;;
6014 *)
6015 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6016 */dev/null*)
6017 lt_cv_path_NM="$tmp_nm -p"
6018 break
6019 ;;
6020 *)
6021 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6022 continue # so that we can try to find one that supports BSD flags
6023 ;;
6024 esac
6025 ;;
6026 esac
6027 fi
6028 done
6029 IFS="$lt_save_ifs"
6030 done
6031 : ${lt_cv_path_NM=no}
6032 fi
6033 fi
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6035 $as_echo "$lt_cv_path_NM" >&6; }
6036 if test "$lt_cv_path_NM" != "no"; then
6037 NM="$lt_cv_path_NM"
6038 else
6039 # Didn't find any BSD compatible name lister, look for dumpbin.
6040 if test -n "$DUMPBIN"; then :
6041 # Let the user override the test.
6042 else
6043 if test -n "$ac_tool_prefix"; then
6044 for ac_prog in dumpbin "link -dump"
6045 do
6046 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6047 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6049 $as_echo_n "checking for $ac_word... " >&6; }
6050 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6051 $as_echo_n "(cached) " >&6
6052 else
6053 if test -n "$DUMPBIN"; then
6054 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6055 else
6056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6057 for as_dir in $PATH
6058 do
6059 IFS=$as_save_IFS
6060 test -z "$as_dir" && as_dir=.
6061 for ac_exec_ext in '' $ac_executable_extensions; do
6062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6063 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6065 break 2
6066 fi
6067 done
6068 done
6069 IFS=$as_save_IFS
6070
6071 fi
6072 fi
6073 DUMPBIN=$ac_cv_prog_DUMPBIN
6074 if test -n "$DUMPBIN"; then
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6076 $as_echo "$DUMPBIN" >&6; }
6077 else
6078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6079 $as_echo "no" >&6; }
6080 fi
6081
6082
6083 test -n "$DUMPBIN" && break
6084 done
6085 fi
6086 if test -z "$DUMPBIN"; then
6087 ac_ct_DUMPBIN=$DUMPBIN
6088 for ac_prog in dumpbin "link -dump"
6089 do
6090 # Extract the first word of "$ac_prog", so it can be a program name with args.
6091 set dummy $ac_prog; ac_word=$2
6092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6093 $as_echo_n "checking for $ac_word... " >&6; }
6094 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6095 $as_echo_n "(cached) " >&6
6096 else
6097 if test -n "$ac_ct_DUMPBIN"; then
6098 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6099 else
6100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6101 for as_dir in $PATH
6102 do
6103 IFS=$as_save_IFS
6104 test -z "$as_dir" && as_dir=.
6105 for ac_exec_ext in '' $ac_executable_extensions; do
6106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6107 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6109 break 2
6110 fi
6111 done
6112 done
6113 IFS=$as_save_IFS
6114
6115 fi
6116 fi
6117 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6118 if test -n "$ac_ct_DUMPBIN"; then
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6120 $as_echo "$ac_ct_DUMPBIN" >&6; }
6121 else
6122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6123 $as_echo "no" >&6; }
6124 fi
6125
6126
6127 test -n "$ac_ct_DUMPBIN" && break
6128 done
6129
6130 if test "x$ac_ct_DUMPBIN" = x; then
6131 DUMPBIN=":"
6132 else
6133 case $cross_compiling:$ac_tool_warned in
6134 yes:)
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6136 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6137 ac_tool_warned=yes ;;
6138 esac
6139 DUMPBIN=$ac_ct_DUMPBIN
6140 fi
6141 fi
6142
6143 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6144 *COFF*)
6145 DUMPBIN="$DUMPBIN -symbols"
6146 ;;
6147 *)
6148 DUMPBIN=:
6149 ;;
6150 esac
6151 fi
6152
6153 if test "$DUMPBIN" != ":"; then
6154 NM="$DUMPBIN"
6155 fi
6156 fi
6157 test -z "$NM" && NM=nm
6158
6159
6160
6161
6162
6163
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6165 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6166 if test "${lt_cv_nm_interface+set}" = set; then :
6167 $as_echo_n "(cached) " >&6
6168 else
6169 lt_cv_nm_interface="BSD nm"
6170 echo "int some_variable = 0;" > conftest.$ac_ext
6171 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6172 (eval "$ac_compile" 2>conftest.err)
6173 cat conftest.err >&5
6174 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6175 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6176 cat conftest.err >&5
6177 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6178 cat conftest.out >&5
6179 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6180 lt_cv_nm_interface="MS dumpbin"
6181 fi
6182 rm -f conftest*
6183 fi
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6185 $as_echo "$lt_cv_nm_interface" >&6; }
6186
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6188 $as_echo_n "checking whether ln -s works... " >&6; }
6189 LN_S=$as_ln_s
6190 if test "$LN_S" = "ln -s"; then
6191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6192 $as_echo "yes" >&6; }
6193 else
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6195 $as_echo "no, using $LN_S" >&6; }
6196 fi
6197
6198 # find the maximum length of command line arguments
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6200 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6201 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6202 $as_echo_n "(cached) " >&6
6203 else
6204 i=0
6205 teststring="ABCD"
6206
6207 case $build_os in
6208 msdosdjgpp*)
6209 # On DJGPP, this test can blow up pretty badly due to problems in libc
6210 # (any single argument exceeding 2000 bytes causes a buffer overrun
6211 # during glob expansion). Even if it were fixed, the result of this
6212 # check would be larger than it should be.
6213 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6214 ;;
6215
6216 gnu*)
6217 # Under GNU Hurd, this test is not required because there is
6218 # no limit to the length of command line arguments.
6219 # Libtool will interpret -1 as no limit whatsoever
6220 lt_cv_sys_max_cmd_len=-1;
6221 ;;
6222
6223 cygwin* | mingw* | cegcc*)
6224 # On Win9x/ME, this test blows up -- it succeeds, but takes
6225 # about 5 minutes as the teststring grows exponentially.
6226 # Worse, since 9x/ME are not pre-emptively multitasking,
6227 # you end up with a "frozen" computer, even though with patience
6228 # the test eventually succeeds (with a max line length of 256k).
6229 # Instead, let's just punt: use the minimum linelength reported by
6230 # all of the supported platforms: 8192 (on NT/2K/XP).
6231 lt_cv_sys_max_cmd_len=8192;
6232 ;;
6233
6234 mint*)
6235 # On MiNT this can take a long time and run out of memory.
6236 lt_cv_sys_max_cmd_len=8192;
6237 ;;
6238
6239 amigaos*)
6240 # On AmigaOS with pdksh, this test takes hours, literally.
6241 # So we just punt and use a minimum line length of 8192.
6242 lt_cv_sys_max_cmd_len=8192;
6243 ;;
6244
6245 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6246 # This has been around since 386BSD, at least. Likely further.
6247 if test -x /sbin/sysctl; then
6248 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6249 elif test -x /usr/sbin/sysctl; then
6250 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6251 else
6252 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6253 fi
6254 # And add a safety zone
6255 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6256 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6257 ;;
6258
6259 interix*)
6260 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6261 lt_cv_sys_max_cmd_len=196608
6262 ;;
6263
6264 osf*)
6265 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6266 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6267 # nice to cause kernel panics so lets avoid the loop below.
6268 # First set a reasonable default.
6269 lt_cv_sys_max_cmd_len=16384
6270 #
6271 if test -x /sbin/sysconfig; then
6272 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6273 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6274 esac
6275 fi
6276 ;;
6277 sco3.2v5*)
6278 lt_cv_sys_max_cmd_len=102400
6279 ;;
6280 sysv5* | sco5v6* | sysv4.2uw2*)
6281 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6282 if test -n "$kargmax"; then
6283 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6284 else
6285 lt_cv_sys_max_cmd_len=32768
6286 fi
6287 ;;
6288 *)
6289 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6290 if test -n "$lt_cv_sys_max_cmd_len"; then
6291 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6292 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6293 else
6294 # Make teststring a little bigger before we do anything with it.
6295 # a 1K string should be a reasonable start.
6296 for i in 1 2 3 4 5 6 7 8 ; do
6297 teststring=$teststring$teststring
6298 done
6299 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6300 # If test is not a shell built-in, we'll probably end up computing a
6301 # maximum length that is only half of the actual maximum length, but
6302 # we can't tell.
6303 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6304 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6305 test $i != 17 # 1/2 MB should be enough
6306 do
6307 i=`expr $i + 1`
6308 teststring=$teststring$teststring
6309 done
6310 # Only check the string length outside the loop.
6311 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6312 teststring=
6313 # Add a significant safety factor because C++ compilers can tack on
6314 # massive amounts of additional arguments before passing them to the
6315 # linker. It appears as though 1/2 is a usable value.
6316 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6317 fi
6318 ;;
6319 esac
6320
6321 fi
6322
6323 if test -n $lt_cv_sys_max_cmd_len ; then
6324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6325 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6326 else
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6328 $as_echo "none" >&6; }
6329 fi
6330 max_cmd_len=$lt_cv_sys_max_cmd_len
6331
6332
6333
6334
6335
6336
6337 : ${CP="cp -f"}
6338 : ${MV="mv -f"}
6339 : ${RM="rm -f"}
6340
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6342 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6343 # Try some XSI features
6344 xsi_shell=no
6345 ( _lt_dummy="a/b/c"
6346 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6347 = c,a/b,, \
6348 && eval 'test $(( 1 + 1 )) -eq 2 \
6349 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6350 && xsi_shell=yes
6351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6352 $as_echo "$xsi_shell" >&6; }
6353
6354
6355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6356 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6357 lt_shell_append=no
6358 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6359 >/dev/null 2>&1 \
6360 && lt_shell_append=yes
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6362 $as_echo "$lt_shell_append" >&6; }
6363
6364
6365 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6366 lt_unset=unset
6367 else
6368 lt_unset=false
6369 fi
6370
6371
6372
6373
6374
6375 # test EBCDIC or ASCII
6376 case `echo X|tr X '\101'` in
6377 A) # ASCII based system
6378 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6379 lt_SP2NL='tr \040 \012'
6380 lt_NL2SP='tr \015\012 \040\040'
6381 ;;
6382 *) # EBCDIC based system
6383 lt_SP2NL='tr \100 \n'
6384 lt_NL2SP='tr \r\n \100\100'
6385 ;;
6386 esac
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6397 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6398 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6399 $as_echo_n "(cached) " >&6
6400 else
6401 lt_cv_ld_reload_flag='-r'
6402 fi
6403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6404 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6405 reload_flag=$lt_cv_ld_reload_flag
6406 case $reload_flag in
6407 "" | " "*) ;;
6408 *) reload_flag=" $reload_flag" ;;
6409 esac
6410 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6411 case $host_os in
6412 darwin*)
6413 if test "$GCC" = yes; then
6414 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6415 else
6416 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6417 fi
6418 ;;
6419 esac
6420
6421
6422
6423
6424
6425
6426
6427
6428
6429 if test -n "$ac_tool_prefix"; then
6430 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6431 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6433 $as_echo_n "checking for $ac_word... " >&6; }
6434 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6435 $as_echo_n "(cached) " >&6
6436 else
6437 if test -n "$OBJDUMP"; then
6438 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6439 else
6440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6441 for as_dir in $PATH
6442 do
6443 IFS=$as_save_IFS
6444 test -z "$as_dir" && as_dir=.
6445 for ac_exec_ext in '' $ac_executable_extensions; do
6446 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6447 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6448 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6449 break 2
6450 fi
6451 done
6452 done
6453 IFS=$as_save_IFS
6454
6455 fi
6456 fi
6457 OBJDUMP=$ac_cv_prog_OBJDUMP
6458 if test -n "$OBJDUMP"; then
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6460 $as_echo "$OBJDUMP" >&6; }
6461 else
6462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6463 $as_echo "no" >&6; }
6464 fi
6465
6466
6467 fi
6468 if test -z "$ac_cv_prog_OBJDUMP"; then
6469 ac_ct_OBJDUMP=$OBJDUMP
6470 # Extract the first word of "objdump", so it can be a program name with args.
6471 set dummy objdump; ac_word=$2
6472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6473 $as_echo_n "checking for $ac_word... " >&6; }
6474 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6475 $as_echo_n "(cached) " >&6
6476 else
6477 if test -n "$ac_ct_OBJDUMP"; then
6478 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6479 else
6480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6481 for as_dir in $PATH
6482 do
6483 IFS=$as_save_IFS
6484 test -z "$as_dir" && as_dir=.
6485 for ac_exec_ext in '' $ac_executable_extensions; do
6486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6487 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6489 break 2
6490 fi
6491 done
6492 done
6493 IFS=$as_save_IFS
6494
6495 fi
6496 fi
6497 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6498 if test -n "$ac_ct_OBJDUMP"; then
6499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6500 $as_echo "$ac_ct_OBJDUMP" >&6; }
6501 else
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6503 $as_echo "no" >&6; }
6504 fi
6505
6506 if test "x$ac_ct_OBJDUMP" = x; then
6507 OBJDUMP="false"
6508 else
6509 case $cross_compiling:$ac_tool_warned in
6510 yes:)
6511 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6512 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6513 ac_tool_warned=yes ;;
6514 esac
6515 OBJDUMP=$ac_ct_OBJDUMP
6516 fi
6517 else
6518 OBJDUMP="$ac_cv_prog_OBJDUMP"
6519 fi
6520
6521 test -z "$OBJDUMP" && OBJDUMP=objdump
6522
6523
6524
6525
6526
6527
6528
6529
6530
6531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6532 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6533 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6534 $as_echo_n "(cached) " >&6
6535 else
6536 lt_cv_file_magic_cmd='$MAGIC_CMD'
6537 lt_cv_file_magic_test_file=
6538 lt_cv_deplibs_check_method='unknown'
6539 # Need to set the preceding variable on all platforms that support
6540 # interlibrary dependencies.
6541 # 'none' -- dependencies not supported.
6542 # `unknown' -- same as none, but documents that we really don't know.
6543 # 'pass_all' -- all dependencies passed with no checks.
6544 # 'test_compile' -- check by making test program.
6545 # 'file_magic [[regex]]' -- check by looking for files in library path
6546 # which responds to the $file_magic_cmd with a given extended regex.
6547 # If you have `file' or equivalent on your system and you're not sure
6548 # whether `pass_all' will *always* work, you probably want this one.
6549
6550 case $host_os in
6551 aix[4-9]*)
6552 lt_cv_deplibs_check_method=pass_all
6553 ;;
6554
6555 beos*)
6556 lt_cv_deplibs_check_method=pass_all
6557 ;;
6558
6559 bsdi[45]*)
6560 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6561 lt_cv_file_magic_cmd='/usr/bin/file -L'
6562 lt_cv_file_magic_test_file=/shlib/libc.so
6563 ;;
6564
6565 cygwin*)
6566 # func_win32_libid is a shell function defined in ltmain.sh
6567 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6568 lt_cv_file_magic_cmd='func_win32_libid'
6569 ;;
6570
6571 mingw* | pw32*)
6572 # Base MSYS/MinGW do not provide the 'file' command needed by
6573 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6574 # unless we find 'file', for example because we are cross-compiling.
6575 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6576 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6577 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6578 lt_cv_file_magic_cmd='func_win32_libid'
6579 else
6580 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6581 lt_cv_file_magic_cmd='$OBJDUMP -f'
6582 fi
6583 ;;
6584
6585 cegcc*)
6586 # use the weaker test based on 'objdump'. See mingw*.
6587 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6588 lt_cv_file_magic_cmd='$OBJDUMP -f'
6589 ;;
6590
6591 darwin* | rhapsody*)
6592 lt_cv_deplibs_check_method=pass_all
6593 ;;
6594
6595 freebsd* | dragonfly*)
6596 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6597 case $host_cpu in
6598 i*86 )
6599 # Not sure whether the presence of OpenBSD here was a mistake.
6600 # Let's accept both of them until this is cleared up.
6601 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6602 lt_cv_file_magic_cmd=/usr/bin/file
6603 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6604 ;;
6605 esac
6606 else
6607 lt_cv_deplibs_check_method=pass_all
6608 fi
6609 ;;
6610
6611 gnu*)
6612 lt_cv_deplibs_check_method=pass_all
6613 ;;
6614
6615 haiku*)
6616 lt_cv_deplibs_check_method=pass_all
6617 ;;
6618
6619 hpux10.20* | hpux11*)
6620 lt_cv_file_magic_cmd=/usr/bin/file
6621 case $host_cpu in
6622 ia64*)
6623 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6624 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6625 ;;
6626 hppa*64*)
6627 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]'
6628 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6629 ;;
6630 *)
6631 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6632 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6633 ;;
6634 esac
6635 ;;
6636
6637 interix[3-9]*)
6638 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6639 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6640 ;;
6641
6642 irix5* | irix6* | nonstopux*)
6643 case $LD in
6644 *-32|*"-32 ") libmagic=32-bit;;
6645 *-n32|*"-n32 ") libmagic=N32;;
6646 *-64|*"-64 ") libmagic=64-bit;;
6647 *) libmagic=never-match;;
6648 esac
6649 lt_cv_deplibs_check_method=pass_all
6650 ;;
6651
6652 # This must be Linux ELF.
6653 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6654 lt_cv_deplibs_check_method=pass_all
6655 ;;
6656
6657 netbsd*)
6658 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6659 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6660 else
6661 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6662 fi
6663 ;;
6664
6665 newos6*)
6666 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6667 lt_cv_file_magic_cmd=/usr/bin/file
6668 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6669 ;;
6670
6671 *nto* | *qnx*)
6672 lt_cv_deplibs_check_method=pass_all
6673 ;;
6674
6675 openbsd*)
6676 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6677 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6678 else
6679 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6680 fi
6681 ;;
6682
6683 osf3* | osf4* | osf5*)
6684 lt_cv_deplibs_check_method=pass_all
6685 ;;
6686
6687 rdos*)
6688 lt_cv_deplibs_check_method=pass_all
6689 ;;
6690
6691 solaris*)
6692 lt_cv_deplibs_check_method=pass_all
6693 ;;
6694
6695 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6696 lt_cv_deplibs_check_method=pass_all
6697 ;;
6698
6699 sysv4 | sysv4.3*)
6700 case $host_vendor in
6701 motorola)
6702 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]'
6703 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6704 ;;
6705 ncr)
6706 lt_cv_deplibs_check_method=pass_all
6707 ;;
6708 sequent)
6709 lt_cv_file_magic_cmd='/bin/file'
6710 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6711 ;;
6712 sni)
6713 lt_cv_file_magic_cmd='/bin/file'
6714 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6715 lt_cv_file_magic_test_file=/lib/libc.so
6716 ;;
6717 siemens)
6718 lt_cv_deplibs_check_method=pass_all
6719 ;;
6720 pc)
6721 lt_cv_deplibs_check_method=pass_all
6722 ;;
6723 esac
6724 ;;
6725
6726 tpf*)
6727 lt_cv_deplibs_check_method=pass_all
6728 ;;
6729 esac
6730
6731 fi
6732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6733 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6734 file_magic_cmd=$lt_cv_file_magic_cmd
6735 deplibs_check_method=$lt_cv_deplibs_check_method
6736 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749 if test -n "$ac_tool_prefix"; then
6750 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6751 set dummy ${ac_tool_prefix}ar; ac_word=$2
6752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6753 $as_echo_n "checking for $ac_word... " >&6; }
6754 if test "${ac_cv_prog_AR+set}" = set; then :
6755 $as_echo_n "(cached) " >&6
6756 else
6757 if test -n "$AR"; then
6758 ac_cv_prog_AR="$AR" # Let the user override the test.
6759 else
6760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6761 for as_dir in $PATH
6762 do
6763 IFS=$as_save_IFS
6764 test -z "$as_dir" && as_dir=.
6765 for ac_exec_ext in '' $ac_executable_extensions; do
6766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6767 ac_cv_prog_AR="${ac_tool_prefix}ar"
6768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6769 break 2
6770 fi
6771 done
6772 done
6773 IFS=$as_save_IFS
6774
6775 fi
6776 fi
6777 AR=$ac_cv_prog_AR
6778 if test -n "$AR"; then
6779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6780 $as_echo "$AR" >&6; }
6781 else
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6783 $as_echo "no" >&6; }
6784 fi
6785
6786
6787 fi
6788 if test -z "$ac_cv_prog_AR"; then
6789 ac_ct_AR=$AR
6790 # Extract the first word of "ar", so it can be a program name with args.
6791 set dummy ar; ac_word=$2
6792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6793 $as_echo_n "checking for $ac_word... " >&6; }
6794 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6795 $as_echo_n "(cached) " >&6
6796 else
6797 if test -n "$ac_ct_AR"; then
6798 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6799 else
6800 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6801 for as_dir in $PATH
6802 do
6803 IFS=$as_save_IFS
6804 test -z "$as_dir" && as_dir=.
6805 for ac_exec_ext in '' $ac_executable_extensions; do
6806 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6807 ac_cv_prog_ac_ct_AR="ar"
6808 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6809 break 2
6810 fi
6811 done
6812 done
6813 IFS=$as_save_IFS
6814
6815 fi
6816 fi
6817 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6818 if test -n "$ac_ct_AR"; then
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6820 $as_echo "$ac_ct_AR" >&6; }
6821 else
6822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6823 $as_echo "no" >&6; }
6824 fi
6825
6826 if test "x$ac_ct_AR" = x; then
6827 AR="false"
6828 else
6829 case $cross_compiling:$ac_tool_warned in
6830 yes:)
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6832 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6833 ac_tool_warned=yes ;;
6834 esac
6835 AR=$ac_ct_AR
6836 fi
6837 else
6838 AR="$ac_cv_prog_AR"
6839 fi
6840
6841 test -z "$AR" && AR=ar
6842 test -z "$AR_FLAGS" && AR_FLAGS=cru
6843
6844
6845
6846
6847
6848
6849
6850
6851
6852
6853
6854 if test -n "$ac_tool_prefix"; then
6855 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6856 set dummy ${ac_tool_prefix}strip; ac_word=$2
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6858 $as_echo_n "checking for $ac_word... " >&6; }
6859 if test "${ac_cv_prog_STRIP+set}" = set; then :
6860 $as_echo_n "(cached) " >&6
6861 else
6862 if test -n "$STRIP"; then
6863 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6864 else
6865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6866 for as_dir in $PATH
6867 do
6868 IFS=$as_save_IFS
6869 test -z "$as_dir" && as_dir=.
6870 for ac_exec_ext in '' $ac_executable_extensions; do
6871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6872 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6874 break 2
6875 fi
6876 done
6877 done
6878 IFS=$as_save_IFS
6879
6880 fi
6881 fi
6882 STRIP=$ac_cv_prog_STRIP
6883 if test -n "$STRIP"; then
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6885 $as_echo "$STRIP" >&6; }
6886 else
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6888 $as_echo "no" >&6; }
6889 fi
6890
6891
6892 fi
6893 if test -z "$ac_cv_prog_STRIP"; then
6894 ac_ct_STRIP=$STRIP
6895 # Extract the first word of "strip", so it can be a program name with args.
6896 set dummy strip; ac_word=$2
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6898 $as_echo_n "checking for $ac_word... " >&6; }
6899 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6900 $as_echo_n "(cached) " >&6
6901 else
6902 if test -n "$ac_ct_STRIP"; then
6903 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6904 else
6905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6906 for as_dir in $PATH
6907 do
6908 IFS=$as_save_IFS
6909 test -z "$as_dir" && as_dir=.
6910 for ac_exec_ext in '' $ac_executable_extensions; do
6911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6912 ac_cv_prog_ac_ct_STRIP="strip"
6913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6914 break 2
6915 fi
6916 done
6917 done
6918 IFS=$as_save_IFS
6919
6920 fi
6921 fi
6922 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6923 if test -n "$ac_ct_STRIP"; then
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6925 $as_echo "$ac_ct_STRIP" >&6; }
6926 else
6927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6928 $as_echo "no" >&6; }
6929 fi
6930
6931 if test "x$ac_ct_STRIP" = x; then
6932 STRIP=":"
6933 else
6934 case $cross_compiling:$ac_tool_warned in
6935 yes:)
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6937 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6938 ac_tool_warned=yes ;;
6939 esac
6940 STRIP=$ac_ct_STRIP
6941 fi
6942 else
6943 STRIP="$ac_cv_prog_STRIP"
6944 fi
6945
6946 test -z "$STRIP" && STRIP=:
6947
6948
6949
6950
6951
6952
6953 if test -n "$ac_tool_prefix"; then
6954 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6955 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6957 $as_echo_n "checking for $ac_word... " >&6; }
6958 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6959 $as_echo_n "(cached) " >&6
6960 else
6961 if test -n "$RANLIB"; then
6962 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6963 else
6964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6965 for as_dir in $PATH
6966 do
6967 IFS=$as_save_IFS
6968 test -z "$as_dir" && as_dir=.
6969 for ac_exec_ext in '' $ac_executable_extensions; do
6970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6971 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6973 break 2
6974 fi
6975 done
6976 done
6977 IFS=$as_save_IFS
6978
6979 fi
6980 fi
6981 RANLIB=$ac_cv_prog_RANLIB
6982 if test -n "$RANLIB"; then
6983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6984 $as_echo "$RANLIB" >&6; }
6985 else
6986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6987 $as_echo "no" >&6; }
6988 fi
6989
6990
6991 fi
6992 if test -z "$ac_cv_prog_RANLIB"; then
6993 ac_ct_RANLIB=$RANLIB
6994 # Extract the first word of "ranlib", so it can be a program name with args.
6995 set dummy ranlib; ac_word=$2
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6997 $as_echo_n "checking for $ac_word... " >&6; }
6998 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6999 $as_echo_n "(cached) " >&6
7000 else
7001 if test -n "$ac_ct_RANLIB"; then
7002 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7003 else
7004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7005 for as_dir in $PATH
7006 do
7007 IFS=$as_save_IFS
7008 test -z "$as_dir" && as_dir=.
7009 for ac_exec_ext in '' $ac_executable_extensions; do
7010 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7011 ac_cv_prog_ac_ct_RANLIB="ranlib"
7012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7013 break 2
7014 fi
7015 done
7016 done
7017 IFS=$as_save_IFS
7018
7019 fi
7020 fi
7021 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7022 if test -n "$ac_ct_RANLIB"; then
7023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7024 $as_echo "$ac_ct_RANLIB" >&6; }
7025 else
7026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7027 $as_echo "no" >&6; }
7028 fi
7029
7030 if test "x$ac_ct_RANLIB" = x; then
7031 RANLIB=":"
7032 else
7033 case $cross_compiling:$ac_tool_warned in
7034 yes:)
7035 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7036 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7037 ac_tool_warned=yes ;;
7038 esac
7039 RANLIB=$ac_ct_RANLIB
7040 fi
7041 else
7042 RANLIB="$ac_cv_prog_RANLIB"
7043 fi
7044
7045 test -z "$RANLIB" && RANLIB=:
7046
7047
7048
7049
7050
7051
7052 # Determine commands to create old-style static archives.
7053 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7054 old_postinstall_cmds='chmod 644 $oldlib'
7055 old_postuninstall_cmds=
7056
7057 if test -n "$RANLIB"; then
7058 case $host_os in
7059 openbsd*)
7060 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7061 ;;
7062 *)
7063 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7064 ;;
7065 esac
7066 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7067 fi
7068
7069 case $host_os in
7070 darwin*)
7071 lock_old_archive_extraction=yes ;;
7072 *)
7073 lock_old_archive_extraction=no ;;
7074 esac
7075
7076
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096 for ac_prog in gawk mawk nawk awk
7097 do
7098 # Extract the first word of "$ac_prog", so it can be a program name with args.
7099 set dummy $ac_prog; ac_word=$2
7100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7101 $as_echo_n "checking for $ac_word... " >&6; }
7102 if test "${ac_cv_prog_AWK+set}" = set; then :
7103 $as_echo_n "(cached) " >&6
7104 else
7105 if test -n "$AWK"; then
7106 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7107 else
7108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7109 for as_dir in $PATH
7110 do
7111 IFS=$as_save_IFS
7112 test -z "$as_dir" && as_dir=.
7113 for ac_exec_ext in '' $ac_executable_extensions; do
7114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7115 ac_cv_prog_AWK="$ac_prog"
7116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7117 break 2
7118 fi
7119 done
7120 done
7121 IFS=$as_save_IFS
7122
7123 fi
7124 fi
7125 AWK=$ac_cv_prog_AWK
7126 if test -n "$AWK"; then
7127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7128 $as_echo "$AWK" >&6; }
7129 else
7130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7131 $as_echo "no" >&6; }
7132 fi
7133
7134
7135 test -n "$AWK" && break
7136 done
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156 # If no C compiler was specified, use CC.
7157 LTCC=${LTCC-"$CC"}
7158
7159 # If no C compiler flags were specified, use CFLAGS.
7160 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7161
7162 # Allow CC to be a program name with arguments.
7163 compiler=$CC
7164
7165
7166 # Check for command to grab the raw symbol name followed by C symbol from nm.
7167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7168 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7169 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7170 $as_echo_n "(cached) " >&6
7171 else
7172
7173 # These are sane defaults that work on at least a few old systems.
7174 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7175
7176 # Character class describing NM global symbol codes.
7177 symcode='[BCDEGRST]'
7178
7179 # Regexp to match symbols that can be accessed directly from C.
7180 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7181
7182 # Define system-specific variables.
7183 case $host_os in
7184 aix*)
7185 symcode='[BCDT]'
7186 ;;
7187 cygwin* | mingw* | pw32* | cegcc*)
7188 symcode='[ABCDGISTW]'
7189 ;;
7190 hpux*)
7191 if test "$host_cpu" = ia64; then
7192 symcode='[ABCDEGRST]'
7193 fi
7194 ;;
7195 irix* | nonstopux*)
7196 symcode='[BCDEGRST]'
7197 ;;
7198 osf*)
7199 symcode='[BCDEGQRST]'
7200 ;;
7201 solaris*)
7202 symcode='[BDRT]'
7203 ;;
7204 sco3.2v5*)
7205 symcode='[DT]'
7206 ;;
7207 sysv4.2uw2*)
7208 symcode='[DT]'
7209 ;;
7210 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7211 symcode='[ABDT]'
7212 ;;
7213 sysv4)
7214 symcode='[DFNSTU]'
7215 ;;
7216 esac
7217
7218 # If we're using GNU nm, then use its standard symbol codes.
7219 case `$NM -V 2>&1` in
7220 *GNU* | *'with BFD'*)
7221 symcode='[ABCDGIRSTW]' ;;
7222 esac
7223
7224 # Transform an extracted symbol line into a proper C declaration.
7225 # Some systems (esp. on ia64) link data and code symbols differently,
7226 # so use this general approach.
7227 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7228
7229 # Transform an extracted symbol line into symbol name and symbol address
7230 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7231 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'"
7232
7233 # Handle CRLF in mingw tool chain
7234 opt_cr=
7235 case $build_os in
7236 mingw*)
7237 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7238 ;;
7239 esac
7240
7241 # Try without a prefix underscore, then with it.
7242 for ac_symprfx in "" "_"; do
7243
7244 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7245 symxfrm="\\1 $ac_symprfx\\2 \\2"
7246
7247 # Write the raw and C identifiers.
7248 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7249 # Fake it for dumpbin and say T for any non-static function
7250 # and D for any global variable.
7251 # Also find C++ and __fastcall symbols from MSVC++,
7252 # which start with @ or ?.
7253 lt_cv_sys_global_symbol_pipe="$AWK '"\
7254 " {last_section=section; section=\$ 3};"\
7255 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7256 " \$ 0!~/External *\|/{next};"\
7257 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7258 " {if(hide[section]) next};"\
7259 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7260 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7261 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7262 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7263 " ' prfx=^$ac_symprfx"
7264 else
7265 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7266 fi
7267
7268 # Check to see that the pipe works correctly.
7269 pipe_works=no
7270
7271 rm -f conftest*
7272 cat > conftest.$ac_ext <<_LT_EOF
7273 #ifdef __cplusplus
7274 extern "C" {
7275 #endif
7276 char nm_test_var;
7277 void nm_test_func(void);
7278 void nm_test_func(void){}
7279 #ifdef __cplusplus
7280 }
7281 #endif
7282 int main(){nm_test_var='a';nm_test_func();return(0);}
7283 _LT_EOF
7284
7285 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7286 (eval $ac_compile) 2>&5
7287 ac_status=$?
7288 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7289 test $ac_status = 0; }; then
7290 # Now try to grab the symbols.
7291 nlist=conftest.nm
7292 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7293 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7294 ac_status=$?
7295 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7296 test $ac_status = 0; } && test -s "$nlist"; then
7297 # Try sorting and uniquifying the output.
7298 if sort "$nlist" | uniq > "$nlist"T; then
7299 mv -f "$nlist"T "$nlist"
7300 else
7301 rm -f "$nlist"T
7302 fi
7303
7304 # Make sure that we snagged all the symbols we need.
7305 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7306 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7307 cat <<_LT_EOF > conftest.$ac_ext
7308 #ifdef __cplusplus
7309 extern "C" {
7310 #endif
7311
7312 _LT_EOF
7313 # Now generate the symbol file.
7314 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7315
7316 cat <<_LT_EOF >> conftest.$ac_ext
7317
7318 /* The mapping between symbol names and symbols. */
7319 const struct {
7320 const char *name;
7321 void *address;
7322 }
7323 lt__PROGRAM__LTX_preloaded_symbols[] =
7324 {
7325 { "@PROGRAM@", (void *) 0 },
7326 _LT_EOF
7327 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7328 cat <<\_LT_EOF >> conftest.$ac_ext
7329 {0, (void *) 0}
7330 };
7331
7332 /* This works around a problem in FreeBSD linker */
7333 #ifdef FREEBSD_WORKAROUND
7334 static const void *lt_preloaded_setup() {
7335 return lt__PROGRAM__LTX_preloaded_symbols;
7336 }
7337 #endif
7338
7339 #ifdef __cplusplus
7340 }
7341 #endif
7342 _LT_EOF
7343 # Now try linking the two files.
7344 mv conftest.$ac_objext conftstm.$ac_objext
7345 lt_save_LIBS="$LIBS"
7346 lt_save_CFLAGS="$CFLAGS"
7347 LIBS="conftstm.$ac_objext"
7348 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7349 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7350 (eval $ac_link) 2>&5
7351 ac_status=$?
7352 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7353 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7354 pipe_works=yes
7355 fi
7356 LIBS="$lt_save_LIBS"
7357 CFLAGS="$lt_save_CFLAGS"
7358 else
7359 echo "cannot find nm_test_func in $nlist" >&5
7360 fi
7361 else
7362 echo "cannot find nm_test_var in $nlist" >&5
7363 fi
7364 else
7365 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7366 fi
7367 else
7368 echo "$progname: failed program was:" >&5
7369 cat conftest.$ac_ext >&5
7370 fi
7371 rm -rf conftest* conftst*
7372
7373 # Do not use the global_symbol_pipe unless it works.
7374 if test "$pipe_works" = yes; then
7375 break
7376 else
7377 lt_cv_sys_global_symbol_pipe=
7378 fi
7379 done
7380
7381 fi
7382
7383 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7384 lt_cv_sys_global_symbol_to_cdecl=
7385 fi
7386 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7388 $as_echo "failed" >&6; }
7389 else
7390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7391 $as_echo "ok" >&6; }
7392 fi
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415 # Check whether --enable-libtool-lock was given.
7416 if test "${enable_libtool_lock+set}" = set; then :
7417 enableval=$enable_libtool_lock;
7418 fi
7419
7420 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7421
7422 # Some flags need to be propagated to the compiler or linker for good
7423 # libtool support.
7424 case $host in
7425 ia64-*-hpux*)
7426 # Find out which ABI we are using.
7427 echo 'int i;' > conftest.$ac_ext
7428 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7429 (eval $ac_compile) 2>&5
7430 ac_status=$?
7431 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7432 test $ac_status = 0; }; then
7433 case `/usr/bin/file conftest.$ac_objext` in
7434 *ELF-32*)
7435 HPUX_IA64_MODE="32"
7436 ;;
7437 *ELF-64*)
7438 HPUX_IA64_MODE="64"
7439 ;;
7440 esac
7441 fi
7442 rm -rf conftest*
7443 ;;
7444 *-*-irix6*)
7445 # Find out which ABI we are using.
7446 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7447 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7448 (eval $ac_compile) 2>&5
7449 ac_status=$?
7450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7451 test $ac_status = 0; }; then
7452 if test "$lt_cv_prog_gnu_ld" = yes; then
7453 case `/usr/bin/file conftest.$ac_objext` in
7454 *32-bit*)
7455 LD="${LD-ld} -melf32bsmip"
7456 ;;
7457 *N32*)
7458 LD="${LD-ld} -melf32bmipn32"
7459 ;;
7460 *64-bit*)
7461 LD="${LD-ld} -melf64bmip"
7462 ;;
7463 esac
7464 else
7465 case `/usr/bin/file conftest.$ac_objext` in
7466 *32-bit*)
7467 LD="${LD-ld} -32"
7468 ;;
7469 *N32*)
7470 LD="${LD-ld} -n32"
7471 ;;
7472 *64-bit*)
7473 LD="${LD-ld} -64"
7474 ;;
7475 esac
7476 fi
7477 fi
7478 rm -rf conftest*
7479 ;;
7480
7481 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7482 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7483 # Find out which ABI we are using.
7484 echo 'int i;' > conftest.$ac_ext
7485 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7486 (eval $ac_compile) 2>&5
7487 ac_status=$?
7488 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7489 test $ac_status = 0; }; then
7490 case `/usr/bin/file conftest.o` in
7491 *32-bit*)
7492 case $host in
7493 x86_64-*kfreebsd*-gnu)
7494 LD="${LD-ld} -m elf_i386_fbsd"
7495 ;;
7496 x86_64-*linux*)
7497 case `/usr/bin/file conftest.o` in
7498 *x86-64*)
7499 LD="${LD-ld} -m elf32_x86_64"
7500 ;;
7501 *)
7502 LD="${LD-ld} -m elf_i386"
7503 ;;
7504 esac
7505 ;;
7506 powerpc64le-*linux*)
7507 LD="${LD-ld} -m elf32lppclinux"
7508 ;;
7509 powerpc64-*linux*)
7510 LD="${LD-ld} -m elf32ppclinux"
7511 ;;
7512 s390x-*linux*)
7513 LD="${LD-ld} -m elf_s390"
7514 ;;
7515 sparc64-*linux*)
7516 LD="${LD-ld} -m elf32_sparc"
7517 ;;
7518 esac
7519 ;;
7520 *64-bit*)
7521 case $host in
7522 x86_64-*kfreebsd*-gnu)
7523 LD="${LD-ld} -m elf_x86_64_fbsd"
7524 ;;
7525 x86_64-*linux*)
7526 LD="${LD-ld} -m elf_x86_64"
7527 ;;
7528 powerpcle-*linux*)
7529 LD="${LD-ld} -m elf64lppc"
7530 ;;
7531 powerpc-*linux*)
7532 LD="${LD-ld} -m elf64ppc"
7533 ;;
7534 s390*-*linux*|s390*-*tpf*)
7535 LD="${LD-ld} -m elf64_s390"
7536 ;;
7537 sparc*-*linux*)
7538 LD="${LD-ld} -m elf64_sparc"
7539 ;;
7540 esac
7541 ;;
7542 esac
7543 fi
7544 rm -rf conftest*
7545 ;;
7546
7547 *-*-sco3.2v5*)
7548 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7549 SAVE_CFLAGS="$CFLAGS"
7550 CFLAGS="$CFLAGS -belf"
7551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7552 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7553 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7554 $as_echo_n "(cached) " >&6
7555 else
7556 ac_ext=c
7557 ac_cpp='$CPP $CPPFLAGS'
7558 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7559 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7560 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7561
7562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7563 /* end confdefs.h. */
7564
7565 int
7566 main ()
7567 {
7568
7569 ;
7570 return 0;
7571 }
7572 _ACEOF
7573 if ac_fn_c_try_link "$LINENO"; then :
7574 lt_cv_cc_needs_belf=yes
7575 else
7576 lt_cv_cc_needs_belf=no
7577 fi
7578 rm -f core conftest.err conftest.$ac_objext \
7579 conftest$ac_exeext conftest.$ac_ext
7580 ac_ext=c
7581 ac_cpp='$CPP $CPPFLAGS'
7582 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7583 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7584 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7585
7586 fi
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7588 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7589 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7590 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7591 CFLAGS="$SAVE_CFLAGS"
7592 fi
7593 ;;
7594 sparc*-*solaris*)
7595 # Find out which ABI we are using.
7596 echo 'int i;' > conftest.$ac_ext
7597 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7598 (eval $ac_compile) 2>&5
7599 ac_status=$?
7600 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7601 test $ac_status = 0; }; then
7602 case `/usr/bin/file conftest.o` in
7603 *64-bit*)
7604 case $lt_cv_prog_gnu_ld in
7605 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7606 *)
7607 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7608 LD="${LD-ld} -64"
7609 fi
7610 ;;
7611 esac
7612 ;;
7613 esac
7614 fi
7615 rm -rf conftest*
7616 ;;
7617 esac
7618
7619 need_locks="$enable_libtool_lock"
7620
7621
7622 case $host_os in
7623 rhapsody* | darwin*)
7624 if test -n "$ac_tool_prefix"; then
7625 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7626 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7628 $as_echo_n "checking for $ac_word... " >&6; }
7629 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7630 $as_echo_n "(cached) " >&6
7631 else
7632 if test -n "$DSYMUTIL"; then
7633 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7634 else
7635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7636 for as_dir in $PATH
7637 do
7638 IFS=$as_save_IFS
7639 test -z "$as_dir" && as_dir=.
7640 for ac_exec_ext in '' $ac_executable_extensions; do
7641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7642 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7644 break 2
7645 fi
7646 done
7647 done
7648 IFS=$as_save_IFS
7649
7650 fi
7651 fi
7652 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7653 if test -n "$DSYMUTIL"; then
7654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7655 $as_echo "$DSYMUTIL" >&6; }
7656 else
7657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7658 $as_echo "no" >&6; }
7659 fi
7660
7661
7662 fi
7663 if test -z "$ac_cv_prog_DSYMUTIL"; then
7664 ac_ct_DSYMUTIL=$DSYMUTIL
7665 # Extract the first word of "dsymutil", so it can be a program name with args.
7666 set dummy dsymutil; ac_word=$2
7667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7668 $as_echo_n "checking for $ac_word... " >&6; }
7669 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7670 $as_echo_n "(cached) " >&6
7671 else
7672 if test -n "$ac_ct_DSYMUTIL"; then
7673 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7674 else
7675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7676 for as_dir in $PATH
7677 do
7678 IFS=$as_save_IFS
7679 test -z "$as_dir" && as_dir=.
7680 for ac_exec_ext in '' $ac_executable_extensions; do
7681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7682 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7684 break 2
7685 fi
7686 done
7687 done
7688 IFS=$as_save_IFS
7689
7690 fi
7691 fi
7692 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7693 if test -n "$ac_ct_DSYMUTIL"; then
7694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7695 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7696 else
7697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7698 $as_echo "no" >&6; }
7699 fi
7700
7701 if test "x$ac_ct_DSYMUTIL" = x; then
7702 DSYMUTIL=":"
7703 else
7704 case $cross_compiling:$ac_tool_warned in
7705 yes:)
7706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7707 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7708 ac_tool_warned=yes ;;
7709 esac
7710 DSYMUTIL=$ac_ct_DSYMUTIL
7711 fi
7712 else
7713 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7714 fi
7715
7716 if test -n "$ac_tool_prefix"; then
7717 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7718 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7720 $as_echo_n "checking for $ac_word... " >&6; }
7721 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7722 $as_echo_n "(cached) " >&6
7723 else
7724 if test -n "$NMEDIT"; then
7725 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7726 else
7727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7728 for as_dir in $PATH
7729 do
7730 IFS=$as_save_IFS
7731 test -z "$as_dir" && as_dir=.
7732 for ac_exec_ext in '' $ac_executable_extensions; do
7733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7734 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7736 break 2
7737 fi
7738 done
7739 done
7740 IFS=$as_save_IFS
7741
7742 fi
7743 fi
7744 NMEDIT=$ac_cv_prog_NMEDIT
7745 if test -n "$NMEDIT"; then
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7747 $as_echo "$NMEDIT" >&6; }
7748 else
7749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7750 $as_echo "no" >&6; }
7751 fi
7752
7753
7754 fi
7755 if test -z "$ac_cv_prog_NMEDIT"; then
7756 ac_ct_NMEDIT=$NMEDIT
7757 # Extract the first word of "nmedit", so it can be a program name with args.
7758 set dummy nmedit; ac_word=$2
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7760 $as_echo_n "checking for $ac_word... " >&6; }
7761 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7762 $as_echo_n "(cached) " >&6
7763 else
7764 if test -n "$ac_ct_NMEDIT"; then
7765 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7766 else
7767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7768 for as_dir in $PATH
7769 do
7770 IFS=$as_save_IFS
7771 test -z "$as_dir" && as_dir=.
7772 for ac_exec_ext in '' $ac_executable_extensions; do
7773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7774 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7776 break 2
7777 fi
7778 done
7779 done
7780 IFS=$as_save_IFS
7781
7782 fi
7783 fi
7784 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7785 if test -n "$ac_ct_NMEDIT"; then
7786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7787 $as_echo "$ac_ct_NMEDIT" >&6; }
7788 else
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7790 $as_echo "no" >&6; }
7791 fi
7792
7793 if test "x$ac_ct_NMEDIT" = x; then
7794 NMEDIT=":"
7795 else
7796 case $cross_compiling:$ac_tool_warned in
7797 yes:)
7798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7799 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7800 ac_tool_warned=yes ;;
7801 esac
7802 NMEDIT=$ac_ct_NMEDIT
7803 fi
7804 else
7805 NMEDIT="$ac_cv_prog_NMEDIT"
7806 fi
7807
7808 if test -n "$ac_tool_prefix"; then
7809 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7810 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7812 $as_echo_n "checking for $ac_word... " >&6; }
7813 if test "${ac_cv_prog_LIPO+set}" = set; then :
7814 $as_echo_n "(cached) " >&6
7815 else
7816 if test -n "$LIPO"; then
7817 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7818 else
7819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7820 for as_dir in $PATH
7821 do
7822 IFS=$as_save_IFS
7823 test -z "$as_dir" && as_dir=.
7824 for ac_exec_ext in '' $ac_executable_extensions; do
7825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7826 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7828 break 2
7829 fi
7830 done
7831 done
7832 IFS=$as_save_IFS
7833
7834 fi
7835 fi
7836 LIPO=$ac_cv_prog_LIPO
7837 if test -n "$LIPO"; then
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7839 $as_echo "$LIPO" >&6; }
7840 else
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7842 $as_echo "no" >&6; }
7843 fi
7844
7845
7846 fi
7847 if test -z "$ac_cv_prog_LIPO"; then
7848 ac_ct_LIPO=$LIPO
7849 # Extract the first word of "lipo", so it can be a program name with args.
7850 set dummy lipo; ac_word=$2
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7852 $as_echo_n "checking for $ac_word... " >&6; }
7853 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7854 $as_echo_n "(cached) " >&6
7855 else
7856 if test -n "$ac_ct_LIPO"; then
7857 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7858 else
7859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7860 for as_dir in $PATH
7861 do
7862 IFS=$as_save_IFS
7863 test -z "$as_dir" && as_dir=.
7864 for ac_exec_ext in '' $ac_executable_extensions; do
7865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7866 ac_cv_prog_ac_ct_LIPO="lipo"
7867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7868 break 2
7869 fi
7870 done
7871 done
7872 IFS=$as_save_IFS
7873
7874 fi
7875 fi
7876 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7877 if test -n "$ac_ct_LIPO"; then
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7879 $as_echo "$ac_ct_LIPO" >&6; }
7880 else
7881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7882 $as_echo "no" >&6; }
7883 fi
7884
7885 if test "x$ac_ct_LIPO" = x; then
7886 LIPO=":"
7887 else
7888 case $cross_compiling:$ac_tool_warned in
7889 yes:)
7890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7891 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7892 ac_tool_warned=yes ;;
7893 esac
7894 LIPO=$ac_ct_LIPO
7895 fi
7896 else
7897 LIPO="$ac_cv_prog_LIPO"
7898 fi
7899
7900 if test -n "$ac_tool_prefix"; then
7901 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7902 set dummy ${ac_tool_prefix}otool; ac_word=$2
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7904 $as_echo_n "checking for $ac_word... " >&6; }
7905 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7906 $as_echo_n "(cached) " >&6
7907 else
7908 if test -n "$OTOOL"; then
7909 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7910 else
7911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7912 for as_dir in $PATH
7913 do
7914 IFS=$as_save_IFS
7915 test -z "$as_dir" && as_dir=.
7916 for ac_exec_ext in '' $ac_executable_extensions; do
7917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7918 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7920 break 2
7921 fi
7922 done
7923 done
7924 IFS=$as_save_IFS
7925
7926 fi
7927 fi
7928 OTOOL=$ac_cv_prog_OTOOL
7929 if test -n "$OTOOL"; then
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7931 $as_echo "$OTOOL" >&6; }
7932 else
7933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7934 $as_echo "no" >&6; }
7935 fi
7936
7937
7938 fi
7939 if test -z "$ac_cv_prog_OTOOL"; then
7940 ac_ct_OTOOL=$OTOOL
7941 # Extract the first word of "otool", so it can be a program name with args.
7942 set dummy otool; ac_word=$2
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7944 $as_echo_n "checking for $ac_word... " >&6; }
7945 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7946 $as_echo_n "(cached) " >&6
7947 else
7948 if test -n "$ac_ct_OTOOL"; then
7949 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7950 else
7951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7952 for as_dir in $PATH
7953 do
7954 IFS=$as_save_IFS
7955 test -z "$as_dir" && as_dir=.
7956 for ac_exec_ext in '' $ac_executable_extensions; do
7957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7958 ac_cv_prog_ac_ct_OTOOL="otool"
7959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7960 break 2
7961 fi
7962 done
7963 done
7964 IFS=$as_save_IFS
7965
7966 fi
7967 fi
7968 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7969 if test -n "$ac_ct_OTOOL"; then
7970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7971 $as_echo "$ac_ct_OTOOL" >&6; }
7972 else
7973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7974 $as_echo "no" >&6; }
7975 fi
7976
7977 if test "x$ac_ct_OTOOL" = x; then
7978 OTOOL=":"
7979 else
7980 case $cross_compiling:$ac_tool_warned in
7981 yes:)
7982 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7983 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7984 ac_tool_warned=yes ;;
7985 esac
7986 OTOOL=$ac_ct_OTOOL
7987 fi
7988 else
7989 OTOOL="$ac_cv_prog_OTOOL"
7990 fi
7991
7992 if test -n "$ac_tool_prefix"; then
7993 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7994 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7996 $as_echo_n "checking for $ac_word... " >&6; }
7997 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7998 $as_echo_n "(cached) " >&6
7999 else
8000 if test -n "$OTOOL64"; then
8001 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8002 else
8003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8004 for as_dir in $PATH
8005 do
8006 IFS=$as_save_IFS
8007 test -z "$as_dir" && as_dir=.
8008 for ac_exec_ext in '' $ac_executable_extensions; do
8009 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8010 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8012 break 2
8013 fi
8014 done
8015 done
8016 IFS=$as_save_IFS
8017
8018 fi
8019 fi
8020 OTOOL64=$ac_cv_prog_OTOOL64
8021 if test -n "$OTOOL64"; then
8022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8023 $as_echo "$OTOOL64" >&6; }
8024 else
8025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8026 $as_echo "no" >&6; }
8027 fi
8028
8029
8030 fi
8031 if test -z "$ac_cv_prog_OTOOL64"; then
8032 ac_ct_OTOOL64=$OTOOL64
8033 # Extract the first word of "otool64", so it can be a program name with args.
8034 set dummy otool64; ac_word=$2
8035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8036 $as_echo_n "checking for $ac_word... " >&6; }
8037 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8038 $as_echo_n "(cached) " >&6
8039 else
8040 if test -n "$ac_ct_OTOOL64"; then
8041 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8042 else
8043 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8044 for as_dir in $PATH
8045 do
8046 IFS=$as_save_IFS
8047 test -z "$as_dir" && as_dir=.
8048 for ac_exec_ext in '' $ac_executable_extensions; do
8049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8050 ac_cv_prog_ac_ct_OTOOL64="otool64"
8051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8052 break 2
8053 fi
8054 done
8055 done
8056 IFS=$as_save_IFS
8057
8058 fi
8059 fi
8060 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8061 if test -n "$ac_ct_OTOOL64"; then
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8063 $as_echo "$ac_ct_OTOOL64" >&6; }
8064 else
8065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8066 $as_echo "no" >&6; }
8067 fi
8068
8069 if test "x$ac_ct_OTOOL64" = x; then
8070 OTOOL64=":"
8071 else
8072 case $cross_compiling:$ac_tool_warned in
8073 yes:)
8074 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8075 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8076 ac_tool_warned=yes ;;
8077 esac
8078 OTOOL64=$ac_ct_OTOOL64
8079 fi
8080 else
8081 OTOOL64="$ac_cv_prog_OTOOL64"
8082 fi
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8111 $as_echo_n "checking for -single_module linker flag... " >&6; }
8112 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8113 $as_echo_n "(cached) " >&6
8114 else
8115 lt_cv_apple_cc_single_mod=no
8116 if test -z "${LT_MULTI_MODULE}"; then
8117 # By default we will add the -single_module flag. You can override
8118 # by either setting the environment variable LT_MULTI_MODULE
8119 # non-empty at configure time, or by adding -multi_module to the
8120 # link flags.
8121 rm -rf libconftest.dylib*
8122 echo "int foo(void){return 1;}" > conftest.c
8123 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8124 -dynamiclib -Wl,-single_module conftest.c" >&5
8125 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8126 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8127 _lt_result=$?
8128 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8129 lt_cv_apple_cc_single_mod=yes
8130 else
8131 cat conftest.err >&5
8132 fi
8133 rm -rf libconftest.dylib*
8134 rm -f conftest.*
8135 fi
8136 fi
8137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8138 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8140 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8141 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8142 $as_echo_n "(cached) " >&6
8143 else
8144 lt_cv_ld_exported_symbols_list=no
8145 save_LDFLAGS=$LDFLAGS
8146 echo "_main" > conftest.sym
8147 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8149 /* end confdefs.h. */
8150
8151 int
8152 main ()
8153 {
8154
8155 ;
8156 return 0;
8157 }
8158 _ACEOF
8159 if ac_fn_c_try_link "$LINENO"; then :
8160 lt_cv_ld_exported_symbols_list=yes
8161 else
8162 lt_cv_ld_exported_symbols_list=no
8163 fi
8164 rm -f core conftest.err conftest.$ac_objext \
8165 conftest$ac_exeext conftest.$ac_ext
8166 LDFLAGS="$save_LDFLAGS"
8167
8168 fi
8169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8170 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8172 $as_echo_n "checking for -force_load linker flag... " >&6; }
8173 if test "${lt_cv_ld_force_load+set}" = set; then :
8174 $as_echo_n "(cached) " >&6
8175 else
8176 lt_cv_ld_force_load=no
8177 cat > conftest.c << _LT_EOF
8178 int forced_loaded() { return 2;}
8179 _LT_EOF
8180 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8181 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8182 echo "$AR cru libconftest.a conftest.o" >&5
8183 $AR cru libconftest.a conftest.o 2>&5
8184 cat > conftest.c << _LT_EOF
8185 int main() { return 0;}
8186 _LT_EOF
8187 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8188 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8189 _lt_result=$?
8190 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8191 lt_cv_ld_force_load=yes
8192 else
8193 cat conftest.err >&5
8194 fi
8195 rm -f conftest.err libconftest.a conftest conftest.c
8196 rm -rf conftest.dSYM
8197
8198 fi
8199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8200 $as_echo "$lt_cv_ld_force_load" >&6; }
8201 case $host_os in
8202 rhapsody* | darwin1.[012])
8203 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8204 darwin1.*)
8205 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8206 darwin*) # darwin 5.x on
8207 # if running on 10.5 or later, the deployment target defaults
8208 # to the OS version, if on x86, and 10.4, the deployment
8209 # target defaults to 10.4. Don't you love it?
8210 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8211 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8212 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8213 10.[012][,.]*)
8214 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8215 10.*)
8216 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8217 esac
8218 ;;
8219 esac
8220 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8221 _lt_dar_single_mod='$single_module'
8222 fi
8223 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8224 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8225 else
8226 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8227 fi
8228 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8229 _lt_dsymutil='~$DSYMUTIL $lib || :'
8230 else
8231 _lt_dsymutil=
8232 fi
8233 ;;
8234 esac
8235
8236 for ac_header in dlfcn.h
8237 do :
8238 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8239 "
8240 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8241 cat >>confdefs.h <<_ACEOF
8242 #define HAVE_DLFCN_H 1
8243 _ACEOF
8244
8245 fi
8246
8247 done
8248
8249
8250
8251 # autoconf.info says this should be called right after AC_INIT.
8252 ac_config_headers="$ac_config_headers config.h:config.in"
8253
8254
8255
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8257 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8258 if test "${ac_cv_c_bigendian+set}" = set; then :
8259 $as_echo_n "(cached) " >&6
8260 else
8261 ac_cv_c_bigendian=unknown
8262 # See if we're dealing with a universal compiler.
8263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8264 /* end confdefs.h. */
8265 #ifndef __APPLE_CC__
8266 not a universal capable compiler
8267 #endif
8268 typedef int dummy;
8269
8270 _ACEOF
8271 if ac_fn_c_try_compile "$LINENO"; then :
8272
8273 # Check for potential -arch flags. It is not universal unless
8274 # there are at least two -arch flags with different values.
8275 ac_arch=
8276 ac_prev=
8277 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8278 if test -n "$ac_prev"; then
8279 case $ac_word in
8280 i?86 | x86_64 | ppc | ppc64)
8281 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8282 ac_arch=$ac_word
8283 else
8284 ac_cv_c_bigendian=universal
8285 break
8286 fi
8287 ;;
8288 esac
8289 ac_prev=
8290 elif test "x$ac_word" = "x-arch"; then
8291 ac_prev=arch
8292 fi
8293 done
8294 fi
8295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8296 if test $ac_cv_c_bigendian = unknown; then
8297 # See if sys/param.h defines the BYTE_ORDER macro.
8298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8299 /* end confdefs.h. */
8300 #include <sys/types.h>
8301 #include <sys/param.h>
8302
8303 int
8304 main ()
8305 {
8306 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8307 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8308 && LITTLE_ENDIAN)
8309 bogus endian macros
8310 #endif
8311
8312 ;
8313 return 0;
8314 }
8315 _ACEOF
8316 if ac_fn_c_try_compile "$LINENO"; then :
8317 # It does; now see whether it defined to BIG_ENDIAN or not.
8318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8319 /* end confdefs.h. */
8320 #include <sys/types.h>
8321 #include <sys/param.h>
8322
8323 int
8324 main ()
8325 {
8326 #if BYTE_ORDER != BIG_ENDIAN
8327 not big endian
8328 #endif
8329
8330 ;
8331 return 0;
8332 }
8333 _ACEOF
8334 if ac_fn_c_try_compile "$LINENO"; then :
8335 ac_cv_c_bigendian=yes
8336 else
8337 ac_cv_c_bigendian=no
8338 fi
8339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8340 fi
8341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8342 fi
8343 if test $ac_cv_c_bigendian = unknown; then
8344 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8346 /* end confdefs.h. */
8347 #include <limits.h>
8348
8349 int
8350 main ()
8351 {
8352 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8353 bogus endian macros
8354 #endif
8355
8356 ;
8357 return 0;
8358 }
8359 _ACEOF
8360 if ac_fn_c_try_compile "$LINENO"; then :
8361 # It does; now see whether it defined to _BIG_ENDIAN or not.
8362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8363 /* end confdefs.h. */
8364 #include <limits.h>
8365
8366 int
8367 main ()
8368 {
8369 #ifndef _BIG_ENDIAN
8370 not big endian
8371 #endif
8372
8373 ;
8374 return 0;
8375 }
8376 _ACEOF
8377 if ac_fn_c_try_compile "$LINENO"; then :
8378 ac_cv_c_bigendian=yes
8379 else
8380 ac_cv_c_bigendian=no
8381 fi
8382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8383 fi
8384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8385 fi
8386 if test $ac_cv_c_bigendian = unknown; then
8387 # Compile a test program.
8388 if test "$cross_compiling" = yes; then :
8389 # Try to guess by grepping values from an object file.
8390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8391 /* end confdefs.h. */
8392 short int ascii_mm[] =
8393 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8394 short int ascii_ii[] =
8395 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8396 int use_ascii (int i) {
8397 return ascii_mm[i] + ascii_ii[i];
8398 }
8399 short int ebcdic_ii[] =
8400 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8401 short int ebcdic_mm[] =
8402 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8403 int use_ebcdic (int i) {
8404 return ebcdic_mm[i] + ebcdic_ii[i];
8405 }
8406 extern int foo;
8407
8408 int
8409 main ()
8410 {
8411 return use_ascii (foo) == use_ebcdic (foo);
8412 ;
8413 return 0;
8414 }
8415 _ACEOF
8416 if ac_fn_c_try_compile "$LINENO"; then :
8417 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8418 ac_cv_c_bigendian=yes
8419 fi
8420 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8421 if test "$ac_cv_c_bigendian" = unknown; then
8422 ac_cv_c_bigendian=no
8423 else
8424 # finding both strings is unlikely to happen, but who knows?
8425 ac_cv_c_bigendian=unknown
8426 fi
8427 fi
8428 fi
8429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8430 else
8431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8432 /* end confdefs.h. */
8433 $ac_includes_default
8434 int
8435 main ()
8436 {
8437
8438 /* Are we little or big endian? From Harbison&Steele. */
8439 union
8440 {
8441 long int l;
8442 char c[sizeof (long int)];
8443 } u;
8444 u.l = 1;
8445 return u.c[sizeof (long int) - 1] == 1;
8446
8447 ;
8448 return 0;
8449 }
8450 _ACEOF
8451 if ac_fn_c_try_run "$LINENO"; then :
8452 ac_cv_c_bigendian=no
8453 else
8454 ac_cv_c_bigendian=yes
8455 fi
8456 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8457 conftest.$ac_objext conftest.beam conftest.$ac_ext
8458 fi
8459
8460 fi
8461 fi
8462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8463 $as_echo "$ac_cv_c_bigendian" >&6; }
8464 case $ac_cv_c_bigendian in #(
8465 yes)
8466 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8467 ;; #(
8468 no)
8469 ;; #(
8470 universal)
8471
8472 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8473
8474 ;; #(
8475 *)
8476 as_fn_error "unknown endianness
8477 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8478 esac
8479
8480
8481
8482
8483 # Put a plausible default for CC_FOR_BUILD in Makefile.
8484 if test -z "$CC_FOR_BUILD"; then
8485 if test "x$cross_compiling" = "xno"; then
8486 CC_FOR_BUILD='$(CC)'
8487 else
8488 CC_FOR_BUILD=gcc
8489 fi
8490 fi
8491
8492
8493
8494
8495 AR=${AR-ar}
8496
8497 if test -n "$ac_tool_prefix"; then
8498 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8499 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8501 $as_echo_n "checking for $ac_word... " >&6; }
8502 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8503 $as_echo_n "(cached) " >&6
8504 else
8505 if test -n "$RANLIB"; then
8506 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8507 else
8508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8509 for as_dir in $PATH
8510 do
8511 IFS=$as_save_IFS
8512 test -z "$as_dir" && as_dir=.
8513 for ac_exec_ext in '' $ac_executable_extensions; do
8514 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8515 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8517 break 2
8518 fi
8519 done
8520 done
8521 IFS=$as_save_IFS
8522
8523 fi
8524 fi
8525 RANLIB=$ac_cv_prog_RANLIB
8526 if test -n "$RANLIB"; then
8527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8528 $as_echo "$RANLIB" >&6; }
8529 else
8530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8531 $as_echo "no" >&6; }
8532 fi
8533
8534
8535 fi
8536 if test -z "$ac_cv_prog_RANLIB"; then
8537 ac_ct_RANLIB=$RANLIB
8538 # Extract the first word of "ranlib", so it can be a program name with args.
8539 set dummy ranlib; ac_word=$2
8540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8541 $as_echo_n "checking for $ac_word... " >&6; }
8542 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8543 $as_echo_n "(cached) " >&6
8544 else
8545 if test -n "$ac_ct_RANLIB"; then
8546 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8547 else
8548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8549 for as_dir in $PATH
8550 do
8551 IFS=$as_save_IFS
8552 test -z "$as_dir" && as_dir=.
8553 for ac_exec_ext in '' $ac_executable_extensions; do
8554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8555 ac_cv_prog_ac_ct_RANLIB="ranlib"
8556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8557 break 2
8558 fi
8559 done
8560 done
8561 IFS=$as_save_IFS
8562
8563 fi
8564 fi
8565 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8566 if test -n "$ac_ct_RANLIB"; then
8567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8568 $as_echo "$ac_ct_RANLIB" >&6; }
8569 else
8570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8571 $as_echo "no" >&6; }
8572 fi
8573
8574 if test "x$ac_ct_RANLIB" = x; then
8575 RANLIB=":"
8576 else
8577 case $cross_compiling:$ac_tool_warned in
8578 yes:)
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8580 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8581 ac_tool_warned=yes ;;
8582 esac
8583 RANLIB=$ac_ct_RANLIB
8584 fi
8585 else
8586 RANLIB="$ac_cv_prog_RANLIB"
8587 fi
8588
8589
8590 # Some of the common include files depend on bfd.h, and bfd.h checks
8591 # that config.h is included first by testing that the PACKAGE macro
8592 # is defined.
8593 PACKAGE=sim
8594
8595 cat >>confdefs.h <<_ACEOF
8596 #define PACKAGE "$PACKAGE"
8597 _ACEOF
8598
8599
8600
8601 # Dependency checking.
8602 ac_config_commands="$ac_config_commands depdir"
8603
8604
8605 depcc="$CC" am_compiler_list=
8606
8607 am_depcomp=$ac_aux_dir/depcomp
8608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8609 $as_echo_n "checking dependency style of $depcc... " >&6; }
8610 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8611 $as_echo_n "(cached) " >&6
8612 else
8613 if test -f "$am_depcomp"; then
8614 # We make a subdir and do the tests there. Otherwise we can end up
8615 # making bogus files that we don't know about and never remove. For
8616 # instance it was reported that on HP-UX the gcc test will end up
8617 # making a dummy file named `D' -- because `-MD' means `put the output
8618 # in D'.
8619 mkdir conftest.dir
8620 # Copy depcomp to subdir because otherwise we won't find it if we're
8621 # using a relative directory.
8622 cp "$am_depcomp" conftest.dir
8623 cd conftest.dir
8624 # We will build objects and dependencies in a subdirectory because
8625 # it helps to detect inapplicable dependency modes. For instance
8626 # both Tru64's cc and ICC support -MD to output dependencies as a
8627 # side effect of compilation, but ICC will put the dependencies in
8628 # the current directory while Tru64 will put them in the object
8629 # directory.
8630 mkdir sub
8631
8632 am_cv_CC_dependencies_compiler_type=none
8633 if test "$am_compiler_list" = ""; then
8634 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8635 fi
8636 for depmode in $am_compiler_list; do
8637 if test $depmode = none; then break; fi
8638
8639 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8640 # Setup a source with many dependencies, because some compilers
8641 # like to wrap large dependency lists on column 80 (with \), and
8642 # we should not choose a depcomp mode which is confused by this.
8643 #
8644 # We need to recreate these files for each test, as the compiler may
8645 # overwrite some of them when testing with obscure command lines.
8646 # This happens at least with the AIX C compiler.
8647 : > sub/conftest.c
8648 for i in 1 2 3 4 5 6; do
8649 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8650 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8651 # Solaris 8's {/usr,}/bin/sh.
8652 touch sub/conftst$i.h
8653 done
8654 echo "include sub/conftest.Po" > confmf
8655
8656 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8657 # mode. It turns out that the SunPro C++ compiler does not properly
8658 # handle `-M -o', and we need to detect this.
8659 depcmd="depmode=$depmode \
8660 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8661 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8662 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8663 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8664 if env $depcmd > conftest.err 2>&1 &&
8665 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8666 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8667 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8668 # icc doesn't choke on unknown options, it will just issue warnings
8669 # or remarks (even with -Werror). So we grep stderr for any message
8670 # that says an option was ignored or not supported.
8671 # When given -MP, icc 7.0 and 7.1 complain thusly:
8672 # icc: Command line warning: ignoring option '-M'; no argument required
8673 # The diagnosis changed in icc 8.0:
8674 # icc: Command line remark: option '-MP' not supported
8675 if (grep 'ignoring option' conftest.err ||
8676 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8677 am_cv_CC_dependencies_compiler_type=$depmode
8678 $as_echo "$as_me:$LINENO: success" >&5
8679 break
8680 fi
8681 fi
8682 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8683 sed -e 's/^/| /' < conftest.err >&5
8684 done
8685
8686 cd ..
8687 rm -rf conftest.dir
8688 else
8689 am_cv_CC_dependencies_compiler_type=none
8690 fi
8691
8692 fi
8693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8694 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8695 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8696 then as_fn_error "no usable dependency style found" "$LINENO" 5
8697 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8698
8699 fi
8700
8701
8702 # Check for the 'make' the user wants to use.
8703 for ac_prog in make
8704 do
8705 # Extract the first word of "$ac_prog", so it can be a program name with args.
8706 set dummy $ac_prog; ac_word=$2
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8708 $as_echo_n "checking for $ac_word... " >&6; }
8709 if test "${ac_cv_prog_MAKE+set}" = set; then :
8710 $as_echo_n "(cached) " >&6
8711 else
8712 if test -n "$MAKE"; then
8713 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8714 else
8715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8716 for as_dir in $PATH
8717 do
8718 IFS=$as_save_IFS
8719 test -z "$as_dir" && as_dir=.
8720 for ac_exec_ext in '' $ac_executable_extensions; do
8721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8722 ac_cv_prog_MAKE="$ac_prog"
8723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8724 break 2
8725 fi
8726 done
8727 done
8728 IFS=$as_save_IFS
8729
8730 fi
8731 fi
8732 MAKE=$ac_cv_prog_MAKE
8733 if test -n "$MAKE"; then
8734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8735 $as_echo "$MAKE" >&6; }
8736 else
8737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8738 $as_echo "no" >&6; }
8739 fi
8740
8741
8742 test -n "$MAKE" && break
8743 done
8744
8745 MAKE_IS_GNU=
8746 case "`$MAKE --version 2>&1 | sed 1q`" in
8747 *GNU*)
8748 MAKE_IS_GNU=yes
8749 ;;
8750 esac
8751 if test "$MAKE_IS_GNU" = yes; then
8752 GMAKE_TRUE=
8753 GMAKE_FALSE='#'
8754 else
8755 GMAKE_TRUE='#'
8756 GMAKE_FALSE=
8757 fi
8758
8759
8760 ALL_LINGUAS=
8761 # If we haven't got the data from the intl directory,
8762 # assume NLS is disabled.
8763 USE_NLS=no
8764 LIBINTL=
8765 LIBINTL_DEP=
8766 INCINTL=
8767 XGETTEXT=
8768 GMSGFMT=
8769 POSUB=
8770
8771 if test -f ../../intl/config.intl; then
8772 . ../../intl/config.intl
8773 fi
8774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8775 $as_echo_n "checking whether NLS is requested... " >&6; }
8776 if test x"$USE_NLS" != xyes; then
8777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8778 $as_echo "no" >&6; }
8779 else
8780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8781 $as_echo "yes" >&6; }
8782
8783 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8784
8785
8786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8787 $as_echo_n "checking for catalogs to be installed... " >&6; }
8788 # Look for .po and .gmo files in the source directory.
8789 CATALOGS=
8790 XLINGUAS=
8791 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8792 # If there aren't any .gmo files the shell will give us the
8793 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8794 # weeded out.
8795 case "$cat" in *\**)
8796 continue;;
8797 esac
8798 # The quadruple backslash is collapsed to a double backslash
8799 # by the backticks, then collapsed again by the double quotes,
8800 # leaving us with one backslash in the sed expression (right
8801 # before the dot that mustn't act as a wildcard).
8802 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8803 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8804 # The user is allowed to set LINGUAS to a list of languages to
8805 # install catalogs for. If it's empty that means "all of them."
8806 if test "x$LINGUAS" = x; then
8807 CATALOGS="$CATALOGS $cat"
8808 XLINGUAS="$XLINGUAS $lang"
8809 else
8810 case "$LINGUAS" in *$lang*)
8811 CATALOGS="$CATALOGS $cat"
8812 XLINGUAS="$XLINGUAS $lang"
8813 ;;
8814 esac
8815 fi
8816 done
8817 LINGUAS="$XLINGUAS"
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8819 $as_echo "$LINGUAS" >&6; }
8820
8821
8822 DATADIRNAME=share
8823
8824 INSTOBJEXT=.mo
8825
8826 GENCAT=gencat
8827
8828 CATOBJEXT=.gmo
8829
8830 fi
8831
8832 # Check for common headers.
8833 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8834 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8835 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8836 do :
8837 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8838 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8839 eval as_val=\$$as_ac_Header
8840 if test "x$as_val" = x""yes; then :
8841 cat >>confdefs.h <<_ACEOF
8842 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8843 _ACEOF
8844
8845 fi
8846
8847 done
8848
8849 for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
8850 do :
8851 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8852 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8853 eval as_val=\$$as_ac_Header
8854 if test "x$as_val" = x""yes; then :
8855 cat >>confdefs.h <<_ACEOF
8856 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8857 _ACEOF
8858
8859 fi
8860
8861 done
8862
8863 for ac_header in fcntl.h fpu_control.h
8864 do :
8865 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8866 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8867 eval as_val=\$$as_ac_Header
8868 if test "x$as_val" = x""yes; then :
8869 cat >>confdefs.h <<_ACEOF
8870 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8871 _ACEOF
8872
8873 fi
8874
8875 done
8876
8877 for ac_header in dlfcn.h errno.h sys/stat.h
8878 do :
8879 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8880 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8881 eval as_val=\$$as_ac_Header
8882 if test "x$as_val" = x""yes; then :
8883 cat >>confdefs.h <<_ACEOF
8884 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8885 _ACEOF
8886
8887 fi
8888
8889 done
8890
8891 for ac_func in getrusage time sigaction __setfpucw
8892 do :
8893 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8894 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8895 eval as_val=\$$as_ac_var
8896 if test "x$as_val" = x""yes; then :
8897 cat >>confdefs.h <<_ACEOF
8898 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8899 _ACEOF
8900
8901 fi
8902 done
8903
8904 for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8905 do :
8906 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8907 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8908 eval as_val=\$$as_ac_var
8909 if test "x$as_val" = x""yes; then :
8910 cat >>confdefs.h <<_ACEOF
8911 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8912 _ACEOF
8913
8914 fi
8915 done
8916
8917 ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8918 #include <sys/types.h>
8919 #endif
8920 #ifdef HAVE_SYS_STAT_H
8921 #include <sys/stat.h>
8922 #endif
8923 "
8924 if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8925
8926 cat >>confdefs.h <<_ACEOF
8927 #define HAVE_STRUCT_STAT_ST_DEV 1
8928 _ACEOF
8929
8930
8931 fi
8932 ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8933 #include <sys/types.h>
8934 #endif
8935 #ifdef HAVE_SYS_STAT_H
8936 #include <sys/stat.h>
8937 #endif
8938 "
8939 if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8940
8941 cat >>confdefs.h <<_ACEOF
8942 #define HAVE_STRUCT_STAT_ST_INO 1
8943 _ACEOF
8944
8945
8946 fi
8947 ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8948 #include <sys/types.h>
8949 #endif
8950 #ifdef HAVE_SYS_STAT_H
8951 #include <sys/stat.h>
8952 #endif
8953 "
8954 if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8955
8956 cat >>confdefs.h <<_ACEOF
8957 #define HAVE_STRUCT_STAT_ST_MODE 1
8958 _ACEOF
8959
8960
8961 fi
8962 ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
8963 #include <sys/types.h>
8964 #endif
8965 #ifdef HAVE_SYS_STAT_H
8966 #include <sys/stat.h>
8967 #endif
8968 "
8969 if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
8970
8971 cat >>confdefs.h <<_ACEOF
8972 #define HAVE_STRUCT_STAT_ST_NLINK 1
8973 _ACEOF
8974
8975
8976 fi
8977 ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
8978 #include <sys/types.h>
8979 #endif
8980 #ifdef HAVE_SYS_STAT_H
8981 #include <sys/stat.h>
8982 #endif
8983 "
8984 if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
8985
8986 cat >>confdefs.h <<_ACEOF
8987 #define HAVE_STRUCT_STAT_ST_UID 1
8988 _ACEOF
8989
8990
8991 fi
8992 ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
8993 #include <sys/types.h>
8994 #endif
8995 #ifdef HAVE_SYS_STAT_H
8996 #include <sys/stat.h>
8997 #endif
8998 "
8999 if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9000
9001 cat >>confdefs.h <<_ACEOF
9002 #define HAVE_STRUCT_STAT_ST_GID 1
9003 _ACEOF
9004
9005
9006 fi
9007 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9008 #include <sys/types.h>
9009 #endif
9010 #ifdef HAVE_SYS_STAT_H
9011 #include <sys/stat.h>
9012 #endif
9013 "
9014 if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9015
9016 cat >>confdefs.h <<_ACEOF
9017 #define HAVE_STRUCT_STAT_ST_RDEV 1
9018 _ACEOF
9019
9020
9021 fi
9022 ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9023 #include <sys/types.h>
9024 #endif
9025 #ifdef HAVE_SYS_STAT_H
9026 #include <sys/stat.h>
9027 #endif
9028 "
9029 if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9030
9031 cat >>confdefs.h <<_ACEOF
9032 #define HAVE_STRUCT_STAT_ST_SIZE 1
9033 _ACEOF
9034
9035
9036 fi
9037 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9038 #include <sys/types.h>
9039 #endif
9040 #ifdef HAVE_SYS_STAT_H
9041 #include <sys/stat.h>
9042 #endif
9043 "
9044 if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9045
9046 cat >>confdefs.h <<_ACEOF
9047 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9048 _ACEOF
9049
9050
9051 fi
9052 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9053 #include <sys/types.h>
9054 #endif
9055 #ifdef HAVE_SYS_STAT_H
9056 #include <sys/stat.h>
9057 #endif
9058 "
9059 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9060
9061 cat >>confdefs.h <<_ACEOF
9062 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9063 _ACEOF
9064
9065
9066 fi
9067 ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9068 #include <sys/types.h>
9069 #endif
9070 #ifdef HAVE_SYS_STAT_H
9071 #include <sys/stat.h>
9072 #endif
9073 "
9074 if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9075
9076 cat >>confdefs.h <<_ACEOF
9077 #define HAVE_STRUCT_STAT_ST_ATIME 1
9078 _ACEOF
9079
9080
9081 fi
9082 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9083 #include <sys/types.h>
9084 #endif
9085 #ifdef HAVE_SYS_STAT_H
9086 #include <sys/stat.h>
9087 #endif
9088 "
9089 if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9090
9091 cat >>confdefs.h <<_ACEOF
9092 #define HAVE_STRUCT_STAT_ST_MTIME 1
9093 _ACEOF
9094
9095
9096 fi
9097 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9098 #include <sys/types.h>
9099 #endif
9100 #ifdef HAVE_SYS_STAT_H
9101 #include <sys/stat.h>
9102 #endif
9103 "
9104 if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9105
9106 cat >>confdefs.h <<_ACEOF
9107 #define HAVE_STRUCT_STAT_ST_CTIME 1
9108 _ACEOF
9109
9110
9111 fi
9112
9113 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9114 #include <sys/socket.h>
9115
9116 "
9117 if test "x$ac_cv_type_socklen_t" = x""yes; then :
9118
9119 cat >>confdefs.h <<_ACEOF
9120 #define HAVE_SOCKLEN_T 1
9121 _ACEOF
9122
9123
9124 fi
9125
9126
9127 # Check for socket libraries
9128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9129 $as_echo_n "checking for bind in -lsocket... " >&6; }
9130 if test "${ac_cv_lib_socket_bind+set}" = set; then :
9131 $as_echo_n "(cached) " >&6
9132 else
9133 ac_check_lib_save_LIBS=$LIBS
9134 LIBS="-lsocket $LIBS"
9135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9136 /* end confdefs.h. */
9137
9138 /* Override any GCC internal prototype to avoid an error.
9139 Use char because int might match the return type of a GCC
9140 builtin and then its argument prototype would still apply. */
9141 #ifdef __cplusplus
9142 extern "C"
9143 #endif
9144 char bind ();
9145 int
9146 main ()
9147 {
9148 return bind ();
9149 ;
9150 return 0;
9151 }
9152 _ACEOF
9153 if ac_fn_c_try_link "$LINENO"; then :
9154 ac_cv_lib_socket_bind=yes
9155 else
9156 ac_cv_lib_socket_bind=no
9157 fi
9158 rm -f core conftest.err conftest.$ac_objext \
9159 conftest$ac_exeext conftest.$ac_ext
9160 LIBS=$ac_check_lib_save_LIBS
9161 fi
9162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9163 $as_echo "$ac_cv_lib_socket_bind" >&6; }
9164 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9165 cat >>confdefs.h <<_ACEOF
9166 #define HAVE_LIBSOCKET 1
9167 _ACEOF
9168
9169 LIBS="-lsocket $LIBS"
9170
9171 fi
9172
9173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9174 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9175 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9176 $as_echo_n "(cached) " >&6
9177 else
9178 ac_check_lib_save_LIBS=$LIBS
9179 LIBS="-lnsl $LIBS"
9180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9181 /* end confdefs.h. */
9182
9183 /* Override any GCC internal prototype to avoid an error.
9184 Use char because int might match the return type of a GCC
9185 builtin and then its argument prototype would still apply. */
9186 #ifdef __cplusplus
9187 extern "C"
9188 #endif
9189 char gethostbyname ();
9190 int
9191 main ()
9192 {
9193 return gethostbyname ();
9194 ;
9195 return 0;
9196 }
9197 _ACEOF
9198 if ac_fn_c_try_link "$LINENO"; then :
9199 ac_cv_lib_nsl_gethostbyname=yes
9200 else
9201 ac_cv_lib_nsl_gethostbyname=no
9202 fi
9203 rm -f core conftest.err conftest.$ac_objext \
9204 conftest$ac_exeext conftest.$ac_ext
9205 LIBS=$ac_check_lib_save_LIBS
9206 fi
9207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9208 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9209 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9210 cat >>confdefs.h <<_ACEOF
9211 #define HAVE_LIBNSL 1
9212 _ACEOF
9213
9214 LIBS="-lnsl $LIBS"
9215
9216 fi
9217
9218
9219 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
9220 # using the same condition.
9221
9222 # Use the system's zlib library.
9223 zlibdir="-L\$(top_builddir)/../zlib"
9224 zlibinc="-I\$(top_srcdir)/../zlib"
9225
9226 # Check whether --with-system-zlib was given.
9227 if test "${with_system_zlib+set}" = set; then :
9228 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9229 zlibdir=
9230 zlibinc=
9231 fi
9232
9233 fi
9234
9235
9236
9237
9238
9239 # BFD uses libdl when when plugins enabled.
9240
9241 maybe_plugins=no
9242 for ac_header in dlfcn.h
9243 do :
9244 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9245 "
9246 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9247 cat >>confdefs.h <<_ACEOF
9248 #define HAVE_DLFCN_H 1
9249 _ACEOF
9250 maybe_plugins=yes
9251 fi
9252
9253 done
9254
9255 for ac_header in windows.h
9256 do :
9257 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9258 "
9259 if test "x$ac_cv_header_windows_h" = x""yes; then :
9260 cat >>confdefs.h <<_ACEOF
9261 #define HAVE_WINDOWS_H 1
9262 _ACEOF
9263 maybe_plugins=yes
9264 fi
9265
9266 done
9267
9268
9269 # Check whether --enable-plugins was given.
9270 if test "${enable_plugins+set}" = set; then :
9271 enableval=$enable_plugins; case "${enableval}" in
9272 no) plugins=no ;;
9273 *) plugins=yes
9274 if test "$maybe_plugins" != "yes" ; then
9275 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9276 fi ;;
9277 esac
9278 else
9279 plugins=$maybe_plugins
9280
9281 fi
9282
9283 if test "$plugins" = "yes"; then
9284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9285 $as_echo_n "checking for library containing dlsym... " >&6; }
9286 if test "${ac_cv_search_dlsym+set}" = set; then :
9287 $as_echo_n "(cached) " >&6
9288 else
9289 ac_func_search_save_LIBS=$LIBS
9290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9291 /* end confdefs.h. */
9292
9293 /* Override any GCC internal prototype to avoid an error.
9294 Use char because int might match the return type of a GCC
9295 builtin and then its argument prototype would still apply. */
9296 #ifdef __cplusplus
9297 extern "C"
9298 #endif
9299 char dlsym ();
9300 int
9301 main ()
9302 {
9303 return dlsym ();
9304 ;
9305 return 0;
9306 }
9307 _ACEOF
9308 for ac_lib in '' dl; do
9309 if test -z "$ac_lib"; then
9310 ac_res="none required"
9311 else
9312 ac_res=-l$ac_lib
9313 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9314 fi
9315 if ac_fn_c_try_link "$LINENO"; then :
9316 ac_cv_search_dlsym=$ac_res
9317 fi
9318 rm -f core conftest.err conftest.$ac_objext \
9319 conftest$ac_exeext
9320 if test "${ac_cv_search_dlsym+set}" = set; then :
9321 break
9322 fi
9323 done
9324 if test "${ac_cv_search_dlsym+set}" = set; then :
9325
9326 else
9327 ac_cv_search_dlsym=no
9328 fi
9329 rm conftest.$ac_ext
9330 LIBS=$ac_func_search_save_LIBS
9331 fi
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9333 $as_echo "$ac_cv_search_dlsym" >&6; }
9334 ac_res=$ac_cv_search_dlsym
9335 if test "$ac_res" != no; then :
9336 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9337
9338 fi
9339
9340 fi
9341
9342 if test "$plugins" = yes; then
9343 PLUGINS_TRUE=
9344 PLUGINS_FALSE='#'
9345 else
9346 PLUGINS_TRUE='#'
9347 PLUGINS_FALSE=
9348 fi
9349
9350
9351
9352
9353
9354 # Set options
9355 enable_dlopen=yes
9356
9357
9358
9359
9360 enable_win32_dll=no
9361
9362
9363 # Check whether --enable-shared was given.
9364 if test "${enable_shared+set}" = set; then :
9365 enableval=$enable_shared; p=${PACKAGE-default}
9366 case $enableval in
9367 yes) enable_shared=yes ;;
9368 no) enable_shared=no ;;
9369 *)
9370 enable_shared=no
9371 # Look at the argument we got. We use all the common list separators.
9372 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9373 for pkg in $enableval; do
9374 IFS="$lt_save_ifs"
9375 if test "X$pkg" = "X$p"; then
9376 enable_shared=yes
9377 fi
9378 done
9379 IFS="$lt_save_ifs"
9380 ;;
9381 esac
9382 else
9383 enable_shared=yes
9384 fi
9385
9386
9387
9388
9389
9390
9391
9392
9393
9394 # Check whether --enable-static was given.
9395 if test "${enable_static+set}" = set; then :
9396 enableval=$enable_static; p=${PACKAGE-default}
9397 case $enableval in
9398 yes) enable_static=yes ;;
9399 no) enable_static=no ;;
9400 *)
9401 enable_static=no
9402 # Look at the argument we got. We use all the common list separators.
9403 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9404 for pkg in $enableval; do
9405 IFS="$lt_save_ifs"
9406 if test "X$pkg" = "X$p"; then
9407 enable_static=yes
9408 fi
9409 done
9410 IFS="$lt_save_ifs"
9411 ;;
9412 esac
9413 else
9414 enable_static=yes
9415 fi
9416
9417
9418
9419
9420
9421
9422
9423
9424
9425
9426 # Check whether --with-pic was given.
9427 if test "${with_pic+set}" = set; then :
9428 withval=$with_pic; pic_mode="$withval"
9429 else
9430 pic_mode=default
9431 fi
9432
9433
9434 test -z "$pic_mode" && pic_mode=default
9435
9436
9437
9438
9439
9440
9441
9442 # Check whether --enable-fast-install was given.
9443 if test "${enable_fast_install+set}" = set; then :
9444 enableval=$enable_fast_install; p=${PACKAGE-default}
9445 case $enableval in
9446 yes) enable_fast_install=yes ;;
9447 no) enable_fast_install=no ;;
9448 *)
9449 enable_fast_install=no
9450 # Look at the argument we got. We use all the common list separators.
9451 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9452 for pkg in $enableval; do
9453 IFS="$lt_save_ifs"
9454 if test "X$pkg" = "X$p"; then
9455 enable_fast_install=yes
9456 fi
9457 done
9458 IFS="$lt_save_ifs"
9459 ;;
9460 esac
9461 else
9462 enable_fast_install=yes
9463 fi
9464
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474
9475 # This can be used to rebuild libtool when needed
9476 LIBTOOL_DEPS="$ltmain"
9477
9478 # Always use our own libtool.
9479 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506 test -z "$LN_S" && LN_S="ln -s"
9507
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521 if test -n "${ZSH_VERSION+set}" ; then
9522 setopt NO_GLOB_SUBST
9523 fi
9524
9525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9526 $as_echo_n "checking for objdir... " >&6; }
9527 if test "${lt_cv_objdir+set}" = set; then :
9528 $as_echo_n "(cached) " >&6
9529 else
9530 rm -f .libs 2>/dev/null
9531 mkdir .libs 2>/dev/null
9532 if test -d .libs; then
9533 lt_cv_objdir=.libs
9534 else
9535 # MS-DOS does not allow filenames that begin with a dot.
9536 lt_cv_objdir=_libs
9537 fi
9538 rmdir .libs 2>/dev/null
9539 fi
9540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9541 $as_echo "$lt_cv_objdir" >&6; }
9542 objdir=$lt_cv_objdir
9543
9544
9545
9546
9547
9548 cat >>confdefs.h <<_ACEOF
9549 #define LT_OBJDIR "$lt_cv_objdir/"
9550 _ACEOF
9551
9552
9553
9554
9555 case $host_os in
9556 aix3*)
9557 # AIX sometimes has problems with the GCC collect2 program. For some
9558 # reason, if we set the COLLECT_NAMES environment variable, the problems
9559 # vanish in a puff of smoke.
9560 if test "X${COLLECT_NAMES+set}" != Xset; then
9561 COLLECT_NAMES=
9562 export COLLECT_NAMES
9563 fi
9564 ;;
9565 esac
9566
9567 # Global variables:
9568 ofile=libtool
9569 can_build_shared=yes
9570
9571 # All known linkers require a `.a' archive for static linking (except MSVC,
9572 # which needs '.lib').
9573 libext=a
9574
9575 with_gnu_ld="$lt_cv_prog_gnu_ld"
9576
9577 old_CC="$CC"
9578 old_CFLAGS="$CFLAGS"
9579
9580 # Set sane defaults for various variables
9581 test -z "$CC" && CC=cc
9582 test -z "$LTCC" && LTCC=$CC
9583 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9584 test -z "$LD" && LD=ld
9585 test -z "$ac_objext" && ac_objext=o
9586
9587 for cc_temp in $compiler""; do
9588 case $cc_temp in
9589 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9590 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9591 \-*) ;;
9592 *) break;;
9593 esac
9594 done
9595 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9596
9597
9598 # Only perform the check for file, if the check method requires it
9599 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9600 case $deplibs_check_method in
9601 file_magic*)
9602 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9604 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9605 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9606 $as_echo_n "(cached) " >&6
9607 else
9608 case $MAGIC_CMD in
9609 [\\/*] | ?:[\\/]*)
9610 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9611 ;;
9612 *)
9613 lt_save_MAGIC_CMD="$MAGIC_CMD"
9614 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9615 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9616 for ac_dir in $ac_dummy; do
9617 IFS="$lt_save_ifs"
9618 test -z "$ac_dir" && ac_dir=.
9619 if test -f $ac_dir/${ac_tool_prefix}file; then
9620 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9621 if test -n "$file_magic_test_file"; then
9622 case $deplibs_check_method in
9623 "file_magic "*)
9624 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9625 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9626 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9627 $EGREP "$file_magic_regex" > /dev/null; then
9628 :
9629 else
9630 cat <<_LT_EOF 1>&2
9631
9632 *** Warning: the command libtool uses to detect shared libraries,
9633 *** $file_magic_cmd, produces output that libtool cannot recognize.
9634 *** The result is that libtool may fail to recognize shared libraries
9635 *** as such. This will affect the creation of libtool libraries that
9636 *** depend on shared libraries, but programs linked with such libtool
9637 *** libraries will work regardless of this problem. Nevertheless, you
9638 *** may want to report the problem to your system manager and/or to
9639 *** bug-libtool@gnu.org
9640
9641 _LT_EOF
9642 fi ;;
9643 esac
9644 fi
9645 break
9646 fi
9647 done
9648 IFS="$lt_save_ifs"
9649 MAGIC_CMD="$lt_save_MAGIC_CMD"
9650 ;;
9651 esac
9652 fi
9653
9654 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9655 if test -n "$MAGIC_CMD"; then
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9657 $as_echo "$MAGIC_CMD" >&6; }
9658 else
9659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9660 $as_echo "no" >&6; }
9661 fi
9662
9663
9664
9665
9666
9667 if test -z "$lt_cv_path_MAGIC_CMD"; then
9668 if test -n "$ac_tool_prefix"; then
9669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9670 $as_echo_n "checking for file... " >&6; }
9671 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9672 $as_echo_n "(cached) " >&6
9673 else
9674 case $MAGIC_CMD in
9675 [\\/*] | ?:[\\/]*)
9676 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9677 ;;
9678 *)
9679 lt_save_MAGIC_CMD="$MAGIC_CMD"
9680 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9681 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9682 for ac_dir in $ac_dummy; do
9683 IFS="$lt_save_ifs"
9684 test -z "$ac_dir" && ac_dir=.
9685 if test -f $ac_dir/file; then
9686 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9687 if test -n "$file_magic_test_file"; then
9688 case $deplibs_check_method in
9689 "file_magic "*)
9690 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9691 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9692 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9693 $EGREP "$file_magic_regex" > /dev/null; then
9694 :
9695 else
9696 cat <<_LT_EOF 1>&2
9697
9698 *** Warning: the command libtool uses to detect shared libraries,
9699 *** $file_magic_cmd, produces output that libtool cannot recognize.
9700 *** The result is that libtool may fail to recognize shared libraries
9701 *** as such. This will affect the creation of libtool libraries that
9702 *** depend on shared libraries, but programs linked with such libtool
9703 *** libraries will work regardless of this problem. Nevertheless, you
9704 *** may want to report the problem to your system manager and/or to
9705 *** bug-libtool@gnu.org
9706
9707 _LT_EOF
9708 fi ;;
9709 esac
9710 fi
9711 break
9712 fi
9713 done
9714 IFS="$lt_save_ifs"
9715 MAGIC_CMD="$lt_save_MAGIC_CMD"
9716 ;;
9717 esac
9718 fi
9719
9720 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9721 if test -n "$MAGIC_CMD"; then
9722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9723 $as_echo "$MAGIC_CMD" >&6; }
9724 else
9725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9726 $as_echo "no" >&6; }
9727 fi
9728
9729
9730 else
9731 MAGIC_CMD=:
9732 fi
9733 fi
9734
9735 fi
9736 ;;
9737 esac
9738
9739 # Use C for the default configuration in the libtool script
9740
9741 lt_save_CC="$CC"
9742 ac_ext=c
9743 ac_cpp='$CPP $CPPFLAGS'
9744 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9745 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9746 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9747
9748
9749 # Source file extension for C test sources.
9750 ac_ext=c
9751
9752 # Object file extension for compiled C test sources.
9753 objext=o
9754 objext=$objext
9755
9756 # Code to be used in simple compile tests
9757 lt_simple_compile_test_code="int some_variable = 0;"
9758
9759 # Code to be used in simple link tests
9760 lt_simple_link_test_code='int main(){return(0);}'
9761
9762
9763
9764
9765
9766
9767
9768 # If no C compiler was specified, use CC.
9769 LTCC=${LTCC-"$CC"}
9770
9771 # If no C compiler flags were specified, use CFLAGS.
9772 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9773
9774 # Allow CC to be a program name with arguments.
9775 compiler=$CC
9776
9777 # Save the default compiler, since it gets overwritten when the other
9778 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9779 compiler_DEFAULT=$CC
9780
9781 # save warnings/boilerplate of simple test code
9782 ac_outfile=conftest.$ac_objext
9783 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9784 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9785 _lt_compiler_boilerplate=`cat conftest.err`
9786 $RM conftest*
9787
9788 ac_outfile=conftest.$ac_objext
9789 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9790 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9791 _lt_linker_boilerplate=`cat conftest.err`
9792 $RM -r conftest*
9793
9794
9795 ## CAVEAT EMPTOR:
9796 ## There is no encapsulation within the following macros, do not change
9797 ## the running order or otherwise move them around unless you know exactly
9798 ## what you are doing...
9799 if test -n "$compiler"; then
9800
9801 lt_prog_compiler_no_builtin_flag=
9802
9803 if test "$GCC" = yes; then
9804 case $cc_basename in
9805 nvcc*)
9806 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9807 *)
9808 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9809 esac
9810
9811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9812 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9813 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9814 $as_echo_n "(cached) " >&6
9815 else
9816 lt_cv_prog_compiler_rtti_exceptions=no
9817 ac_outfile=conftest.$ac_objext
9818 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9819 lt_compiler_flag="-fno-rtti -fno-exceptions"
9820 # Insert the option either (1) after the last *FLAGS variable, or
9821 # (2) before a word containing "conftest.", or (3) at the end.
9822 # Note that $ac_compile itself does not contain backslashes and begins
9823 # with a dollar sign (not a hyphen), so the echo should work correctly.
9824 # The option is referenced via a variable to avoid confusing sed.
9825 lt_compile=`echo "$ac_compile" | $SED \
9826 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9827 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9828 -e 's:$: $lt_compiler_flag:'`
9829 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9830 (eval "$lt_compile" 2>conftest.err)
9831 ac_status=$?
9832 cat conftest.err >&5
9833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9834 if (exit $ac_status) && test -s "$ac_outfile"; then
9835 # The compiler can only warn and ignore the option if not recognized
9836 # So say no if there are warnings other than the usual output.
9837 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9838 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9839 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9840 lt_cv_prog_compiler_rtti_exceptions=yes
9841 fi
9842 fi
9843 $RM conftest*
9844
9845 fi
9846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9847 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9848
9849 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9850 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9851 else
9852 :
9853 fi
9854
9855 fi
9856
9857
9858
9859
9860
9861
9862 lt_prog_compiler_wl=
9863 lt_prog_compiler_pic=
9864 lt_prog_compiler_static=
9865
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9867 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9868
9869 if test "$GCC" = yes; then
9870 lt_prog_compiler_wl='-Wl,'
9871 lt_prog_compiler_static='-static'
9872
9873 case $host_os in
9874 aix*)
9875 # All AIX code is PIC.
9876 if test "$host_cpu" = ia64; then
9877 # AIX 5 now supports IA64 processor
9878 lt_prog_compiler_static='-Bstatic'
9879 fi
9880 lt_prog_compiler_pic='-fPIC'
9881 ;;
9882
9883 amigaos*)
9884 case $host_cpu in
9885 powerpc)
9886 # see comment about AmigaOS4 .so support
9887 lt_prog_compiler_pic='-fPIC'
9888 ;;
9889 m68k)
9890 # FIXME: we need at least 68020 code to build shared libraries, but
9891 # adding the `-m68020' flag to GCC prevents building anything better,
9892 # like `-m68040'.
9893 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9894 ;;
9895 esac
9896 ;;
9897
9898 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9899 # PIC is the default for these OSes.
9900 ;;
9901
9902 mingw* | cygwin* | pw32* | os2* | cegcc*)
9903 # This hack is so that the source file can tell whether it is being
9904 # built for inclusion in a dll (and should export symbols for example).
9905 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9906 # (--disable-auto-import) libraries
9907 lt_prog_compiler_pic='-DDLL_EXPORT'
9908 ;;
9909
9910 darwin* | rhapsody*)
9911 # PIC is the default on this platform
9912 # Common symbols not allowed in MH_DYLIB files
9913 lt_prog_compiler_pic='-fno-common'
9914 ;;
9915
9916 haiku*)
9917 # PIC is the default for Haiku.
9918 # The "-static" flag exists, but is broken.
9919 lt_prog_compiler_static=
9920 ;;
9921
9922 hpux*)
9923 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9924 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9925 # sets the default TLS model and affects inlining.
9926 case $host_cpu in
9927 hppa*64*)
9928 # +Z the default
9929 ;;
9930 *)
9931 lt_prog_compiler_pic='-fPIC'
9932 ;;
9933 esac
9934 ;;
9935
9936 interix[3-9]*)
9937 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9938 # Instead, we relocate shared libraries at runtime.
9939 ;;
9940
9941 msdosdjgpp*)
9942 # Just because we use GCC doesn't mean we suddenly get shared libraries
9943 # on systems that don't support them.
9944 lt_prog_compiler_can_build_shared=no
9945 enable_shared=no
9946 ;;
9947
9948 *nto* | *qnx*)
9949 # QNX uses GNU C++, but need to define -shared option too, otherwise
9950 # it will coredump.
9951 lt_prog_compiler_pic='-fPIC -shared'
9952 ;;
9953
9954 sysv4*MP*)
9955 if test -d /usr/nec; then
9956 lt_prog_compiler_pic=-Kconform_pic
9957 fi
9958 ;;
9959
9960 *)
9961 lt_prog_compiler_pic='-fPIC'
9962 ;;
9963 esac
9964
9965 case $cc_basename in
9966 nvcc*) # Cuda Compiler Driver 2.2
9967 lt_prog_compiler_wl='-Xlinker '
9968 lt_prog_compiler_pic='-Xcompiler -fPIC'
9969 ;;
9970 esac
9971 else
9972 # PORTME Check for flag to pass linker flags through the system compiler.
9973 case $host_os in
9974 aix*)
9975 lt_prog_compiler_wl='-Wl,'
9976 if test "$host_cpu" = ia64; then
9977 # AIX 5 now supports IA64 processor
9978 lt_prog_compiler_static='-Bstatic'
9979 else
9980 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9981 fi
9982 ;;
9983
9984 mingw* | cygwin* | pw32* | os2* | cegcc*)
9985 # This hack is so that the source file can tell whether it is being
9986 # built for inclusion in a dll (and should export symbols for example).
9987 lt_prog_compiler_pic='-DDLL_EXPORT'
9988 ;;
9989
9990 hpux9* | hpux10* | hpux11*)
9991 lt_prog_compiler_wl='-Wl,'
9992 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9993 # not for PA HP-UX.
9994 case $host_cpu in
9995 hppa*64*|ia64*)
9996 # +Z the default
9997 ;;
9998 *)
9999 lt_prog_compiler_pic='+Z'
10000 ;;
10001 esac
10002 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10003 lt_prog_compiler_static='${wl}-a ${wl}archive'
10004 ;;
10005
10006 irix5* | irix6* | nonstopux*)
10007 lt_prog_compiler_wl='-Wl,'
10008 # PIC (with -KPIC) is the default.
10009 lt_prog_compiler_static='-non_shared'
10010 ;;
10011
10012 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10013 case $cc_basename in
10014 # old Intel for x86_64 which still supported -KPIC.
10015 ecc*)
10016 lt_prog_compiler_wl='-Wl,'
10017 lt_prog_compiler_pic='-KPIC'
10018 lt_prog_compiler_static='-static'
10019 ;;
10020 # icc used to be incompatible with GCC.
10021 # ICC 10 doesn't accept -KPIC any more.
10022 icc* | ifort*)
10023 lt_prog_compiler_wl='-Wl,'
10024 lt_prog_compiler_pic='-fPIC'
10025 lt_prog_compiler_static='-static'
10026 ;;
10027 # Lahey Fortran 8.1.
10028 lf95*)
10029 lt_prog_compiler_wl='-Wl,'
10030 lt_prog_compiler_pic='--shared'
10031 lt_prog_compiler_static='--static'
10032 ;;
10033 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10034 # Portland Group compilers (*not* the Pentium gcc compiler,
10035 # which looks to be a dead project)
10036 lt_prog_compiler_wl='-Wl,'
10037 lt_prog_compiler_pic='-fpic'
10038 lt_prog_compiler_static='-Bstatic'
10039 ;;
10040 ccc*)
10041 lt_prog_compiler_wl='-Wl,'
10042 # All Alpha code is PIC.
10043 lt_prog_compiler_static='-non_shared'
10044 ;;
10045 xl* | bgxl* | bgf* | mpixl*)
10046 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10047 lt_prog_compiler_wl='-Wl,'
10048 lt_prog_compiler_pic='-qpic'
10049 lt_prog_compiler_static='-qstaticlink'
10050 ;;
10051 *)
10052 case `$CC -V 2>&1 | sed 5q` in
10053 *Sun\ F* | *Sun*Fortran*)
10054 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10055 lt_prog_compiler_pic='-KPIC'
10056 lt_prog_compiler_static='-Bstatic'
10057 lt_prog_compiler_wl=''
10058 ;;
10059 *Sun\ C*)
10060 # Sun C 5.9
10061 lt_prog_compiler_pic='-KPIC'
10062 lt_prog_compiler_static='-Bstatic'
10063 lt_prog_compiler_wl='-Wl,'
10064 ;;
10065 esac
10066 ;;
10067 esac
10068 ;;
10069
10070 newsos6)
10071 lt_prog_compiler_pic='-KPIC'
10072 lt_prog_compiler_static='-Bstatic'
10073 ;;
10074
10075 *nto* | *qnx*)
10076 # QNX uses GNU C++, but need to define -shared option too, otherwise
10077 # it will coredump.
10078 lt_prog_compiler_pic='-fPIC -shared'
10079 ;;
10080
10081 osf3* | osf4* | osf5*)
10082 lt_prog_compiler_wl='-Wl,'
10083 # All OSF/1 code is PIC.
10084 lt_prog_compiler_static='-non_shared'
10085 ;;
10086
10087 rdos*)
10088 lt_prog_compiler_static='-non_shared'
10089 ;;
10090
10091 solaris*)
10092 lt_prog_compiler_pic='-KPIC'
10093 lt_prog_compiler_static='-Bstatic'
10094 case $cc_basename in
10095 f77* | f90* | f95*)
10096 lt_prog_compiler_wl='-Qoption ld ';;
10097 *)
10098 lt_prog_compiler_wl='-Wl,';;
10099 esac
10100 ;;
10101
10102 sunos4*)
10103 lt_prog_compiler_wl='-Qoption ld '
10104 lt_prog_compiler_pic='-PIC'
10105 lt_prog_compiler_static='-Bstatic'
10106 ;;
10107
10108 sysv4 | sysv4.2uw2* | sysv4.3*)
10109 lt_prog_compiler_wl='-Wl,'
10110 lt_prog_compiler_pic='-KPIC'
10111 lt_prog_compiler_static='-Bstatic'
10112 ;;
10113
10114 sysv4*MP*)
10115 if test -d /usr/nec ;then
10116 lt_prog_compiler_pic='-Kconform_pic'
10117 lt_prog_compiler_static='-Bstatic'
10118 fi
10119 ;;
10120
10121 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10122 lt_prog_compiler_wl='-Wl,'
10123 lt_prog_compiler_pic='-KPIC'
10124 lt_prog_compiler_static='-Bstatic'
10125 ;;
10126
10127 unicos*)
10128 lt_prog_compiler_wl='-Wl,'
10129 lt_prog_compiler_can_build_shared=no
10130 ;;
10131
10132 uts4*)
10133 lt_prog_compiler_pic='-pic'
10134 lt_prog_compiler_static='-Bstatic'
10135 ;;
10136
10137 *)
10138 lt_prog_compiler_can_build_shared=no
10139 ;;
10140 esac
10141 fi
10142
10143 case $host_os in
10144 # For platforms which do not support PIC, -DPIC is meaningless:
10145 *djgpp*)
10146 lt_prog_compiler_pic=
10147 ;;
10148 *)
10149 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10150 ;;
10151 esac
10152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10153 $as_echo "$lt_prog_compiler_pic" >&6; }
10154
10155
10156
10157
10158
10159
10160 #
10161 # Check to make sure the PIC flag actually works.
10162 #
10163 if test -n "$lt_prog_compiler_pic"; then
10164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10165 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10166 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10167 $as_echo_n "(cached) " >&6
10168 else
10169 lt_cv_prog_compiler_pic_works=no
10170 ac_outfile=conftest.$ac_objext
10171 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10172 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10173 # Insert the option either (1) after the last *FLAGS variable, or
10174 # (2) before a word containing "conftest.", or (3) at the end.
10175 # Note that $ac_compile itself does not contain backslashes and begins
10176 # with a dollar sign (not a hyphen), so the echo should work correctly.
10177 # The option is referenced via a variable to avoid confusing sed.
10178 lt_compile=`echo "$ac_compile" | $SED \
10179 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10180 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10181 -e 's:$: $lt_compiler_flag:'`
10182 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10183 (eval "$lt_compile" 2>conftest.err)
10184 ac_status=$?
10185 cat conftest.err >&5
10186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10187 if (exit $ac_status) && test -s "$ac_outfile"; then
10188 # The compiler can only warn and ignore the option if not recognized
10189 # So say no if there are warnings other than the usual output.
10190 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10191 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10192 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10193 lt_cv_prog_compiler_pic_works=yes
10194 fi
10195 fi
10196 $RM conftest*
10197
10198 fi
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10200 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10201
10202 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10203 case $lt_prog_compiler_pic in
10204 "" | " "*) ;;
10205 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10206 esac
10207 else
10208 lt_prog_compiler_pic=
10209 lt_prog_compiler_can_build_shared=no
10210 fi
10211
10212 fi
10213
10214
10215
10216
10217
10218
10219 #
10220 # Check to make sure the static flag actually works.
10221 #
10222 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10224 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10225 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
10226 $as_echo_n "(cached) " >&6
10227 else
10228 lt_cv_prog_compiler_static_works=no
10229 save_LDFLAGS="$LDFLAGS"
10230 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10231 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10232 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10233 # The linker can only warn and ignore the option if not recognized
10234 # So say no if there are warnings
10235 if test -s conftest.err; then
10236 # Append any errors to the config.log.
10237 cat conftest.err 1>&5
10238 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10239 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10240 if diff conftest.exp conftest.er2 >/dev/null; then
10241 lt_cv_prog_compiler_static_works=yes
10242 fi
10243 else
10244 lt_cv_prog_compiler_static_works=yes
10245 fi
10246 fi
10247 $RM -r conftest*
10248 LDFLAGS="$save_LDFLAGS"
10249
10250 fi
10251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10252 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10253
10254 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10255 :
10256 else
10257 lt_prog_compiler_static=
10258 fi
10259
10260
10261
10262
10263
10264
10265
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10267 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10268 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10269 $as_echo_n "(cached) " >&6
10270 else
10271 lt_cv_prog_compiler_c_o=no
10272 $RM -r conftest 2>/dev/null
10273 mkdir conftest
10274 cd conftest
10275 mkdir out
10276 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10277
10278 lt_compiler_flag="-o out/conftest2.$ac_objext"
10279 # Insert the option either (1) after the last *FLAGS variable, or
10280 # (2) before a word containing "conftest.", or (3) at the end.
10281 # Note that $ac_compile itself does not contain backslashes and begins
10282 # with a dollar sign (not a hyphen), so the echo should work correctly.
10283 lt_compile=`echo "$ac_compile" | $SED \
10284 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10285 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10286 -e 's:$: $lt_compiler_flag:'`
10287 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10288 (eval "$lt_compile" 2>out/conftest.err)
10289 ac_status=$?
10290 cat out/conftest.err >&5
10291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10292 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10293 then
10294 # The compiler can only warn and ignore the option if not recognized
10295 # So say no if there are warnings
10296 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10297 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10298 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10299 lt_cv_prog_compiler_c_o=yes
10300 fi
10301 fi
10302 chmod u+w . 2>&5
10303 $RM conftest*
10304 # SGI C++ compiler will create directory out/ii_files/ for
10305 # template instantiation
10306 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10307 $RM out/* && rmdir out
10308 cd ..
10309 $RM -r conftest
10310 $RM conftest*
10311
10312 fi
10313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10314 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10315
10316
10317
10318
10319
10320
10321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10322 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10323 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10324 $as_echo_n "(cached) " >&6
10325 else
10326 lt_cv_prog_compiler_c_o=no
10327 $RM -r conftest 2>/dev/null
10328 mkdir conftest
10329 cd conftest
10330 mkdir out
10331 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10332
10333 lt_compiler_flag="-o out/conftest2.$ac_objext"
10334 # Insert the option either (1) after the last *FLAGS variable, or
10335 # (2) before a word containing "conftest.", or (3) at the end.
10336 # Note that $ac_compile itself does not contain backslashes and begins
10337 # with a dollar sign (not a hyphen), so the echo should work correctly.
10338 lt_compile=`echo "$ac_compile" | $SED \
10339 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10340 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10341 -e 's:$: $lt_compiler_flag:'`
10342 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10343 (eval "$lt_compile" 2>out/conftest.err)
10344 ac_status=$?
10345 cat out/conftest.err >&5
10346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10347 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10348 then
10349 # The compiler can only warn and ignore the option if not recognized
10350 # So say no if there are warnings
10351 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10352 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10353 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10354 lt_cv_prog_compiler_c_o=yes
10355 fi
10356 fi
10357 chmod u+w . 2>&5
10358 $RM conftest*
10359 # SGI C++ compiler will create directory out/ii_files/ for
10360 # template instantiation
10361 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10362 $RM out/* && rmdir out
10363 cd ..
10364 $RM -r conftest
10365 $RM conftest*
10366
10367 fi
10368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10369 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10370
10371
10372
10373
10374 hard_links="nottested"
10375 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10376 # do not overwrite the value of need_locks provided by the user
10377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10378 $as_echo_n "checking if we can lock with hard links... " >&6; }
10379 hard_links=yes
10380 $RM conftest*
10381 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10382 touch conftest.a
10383 ln conftest.a conftest.b 2>&5 || hard_links=no
10384 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10386 $as_echo "$hard_links" >&6; }
10387 if test "$hard_links" = no; then
10388 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10389 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10390 need_locks=warn
10391 fi
10392 else
10393 need_locks=no
10394 fi
10395
10396
10397
10398
10399
10400
10401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10402 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10403
10404 runpath_var=
10405 allow_undefined_flag=
10406 always_export_symbols=no
10407 archive_cmds=
10408 archive_expsym_cmds=
10409 compiler_needs_object=no
10410 enable_shared_with_static_runtimes=no
10411 export_dynamic_flag_spec=
10412 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10413 hardcode_automatic=no
10414 hardcode_direct=no
10415 hardcode_direct_absolute=no
10416 hardcode_libdir_flag_spec=
10417 hardcode_libdir_flag_spec_ld=
10418 hardcode_libdir_separator=
10419 hardcode_minus_L=no
10420 hardcode_shlibpath_var=unsupported
10421 inherit_rpath=no
10422 link_all_deplibs=unknown
10423 module_cmds=
10424 module_expsym_cmds=
10425 old_archive_from_new_cmds=
10426 old_archive_from_expsyms_cmds=
10427 thread_safe_flag_spec=
10428 whole_archive_flag_spec=
10429 # include_expsyms should be a list of space-separated symbols to be *always*
10430 # included in the symbol list
10431 include_expsyms=
10432 # exclude_expsyms can be an extended regexp of symbols to exclude
10433 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10434 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10435 # as well as any symbol that contains `d'.
10436 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10437 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10438 # platforms (ab)use it in PIC code, but their linkers get confused if
10439 # the symbol is explicitly referenced. Since portable code cannot
10440 # rely on this symbol name, it's probably fine to never include it in
10441 # preloaded symbol tables.
10442 # Exclude shared library initialization/finalization symbols.
10443 extract_expsyms_cmds=
10444
10445 case $host_os in
10446 cygwin* | mingw* | pw32* | cegcc*)
10447 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10448 # When not using gcc, we currently assume that we are using
10449 # Microsoft Visual C++.
10450 if test "$GCC" != yes; then
10451 with_gnu_ld=no
10452 fi
10453 ;;
10454 interix*)
10455 # we just hope/assume this is gcc and not c89 (= MSVC++)
10456 with_gnu_ld=yes
10457 ;;
10458 openbsd*)
10459 with_gnu_ld=no
10460 ;;
10461 esac
10462
10463 ld_shlibs=yes
10464
10465 # On some targets, GNU ld is compatible enough with the native linker
10466 # that we're better off using the native interface for both.
10467 lt_use_gnu_ld_interface=no
10468 if test "$with_gnu_ld" = yes; then
10469 case $host_os in
10470 aix*)
10471 # The AIX port of GNU ld has always aspired to compatibility
10472 # with the native linker. However, as the warning in the GNU ld
10473 # block says, versions before 2.19.5* couldn't really create working
10474 # shared libraries, regardless of the interface used.
10475 case `$LD -v 2>&1` in
10476 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10477 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10478 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10479 *)
10480 lt_use_gnu_ld_interface=yes
10481 ;;
10482 esac
10483 ;;
10484 *)
10485 lt_use_gnu_ld_interface=yes
10486 ;;
10487 esac
10488 fi
10489
10490 if test "$lt_use_gnu_ld_interface" = yes; then
10491 # If archive_cmds runs LD, not CC, wlarc should be empty
10492 wlarc='${wl}'
10493
10494 # Set some defaults for GNU ld with shared library support. These
10495 # are reset later if shared libraries are not supported. Putting them
10496 # here allows them to be overridden if necessary.
10497 runpath_var=LD_RUN_PATH
10498 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10499 export_dynamic_flag_spec='${wl}--export-dynamic'
10500 # ancient GNU ld didn't support --whole-archive et. al.
10501 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10502 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10503 else
10504 whole_archive_flag_spec=
10505 fi
10506 supports_anon_versioning=no
10507 case `$LD -v 2>&1` in
10508 *GNU\ gold*) supports_anon_versioning=yes ;;
10509 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10510 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10511 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10512 *\ 2.11.*) ;; # other 2.11 versions
10513 *) supports_anon_versioning=yes ;;
10514 esac
10515
10516 # See if GNU ld supports shared libraries.
10517 case $host_os in
10518 aix[3-9]*)
10519 # On AIX/PPC, the GNU linker is very broken
10520 if test "$host_cpu" != ia64; then
10521 ld_shlibs=no
10522 cat <<_LT_EOF 1>&2
10523
10524 *** Warning: the GNU linker, at least up to release 2.19, is reported
10525 *** to be unable to reliably create shared libraries on AIX.
10526 *** Therefore, libtool is disabling shared libraries support. If you
10527 *** really care for shared libraries, you may want to install binutils
10528 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10529 *** You will then need to restart the configuration process.
10530
10531 _LT_EOF
10532 fi
10533 ;;
10534
10535 amigaos*)
10536 case $host_cpu in
10537 powerpc)
10538 # see comment about AmigaOS4 .so support
10539 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10540 archive_expsym_cmds=''
10541 ;;
10542 m68k)
10543 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)'
10544 hardcode_libdir_flag_spec='-L$libdir'
10545 hardcode_minus_L=yes
10546 ;;
10547 esac
10548 ;;
10549
10550 beos*)
10551 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10552 allow_undefined_flag=unsupported
10553 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10554 # support --undefined. This deserves some investigation. FIXME
10555 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10556 else
10557 ld_shlibs=no
10558 fi
10559 ;;
10560
10561 cygwin* | mingw* | pw32* | cegcc*)
10562 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10563 # as there is no search path for DLLs.
10564 hardcode_libdir_flag_spec='-L$libdir'
10565 export_dynamic_flag_spec='${wl}--export-all-symbols'
10566 allow_undefined_flag=unsupported
10567 always_export_symbols=no
10568 enable_shared_with_static_runtimes=yes
10569 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10570
10571 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10572 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10573 # If the export-symbols file already is a .def file (1st line
10574 # is EXPORTS), use it as is; otherwise, prepend...
10575 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10576 cp $export_symbols $output_objdir/$soname.def;
10577 else
10578 echo EXPORTS > $output_objdir/$soname.def;
10579 cat $export_symbols >> $output_objdir/$soname.def;
10580 fi~
10581 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10582 else
10583 ld_shlibs=no
10584 fi
10585 ;;
10586
10587 haiku*)
10588 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10589 link_all_deplibs=yes
10590 ;;
10591
10592 interix[3-9]*)
10593 hardcode_direct=no
10594 hardcode_shlibpath_var=no
10595 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10596 export_dynamic_flag_spec='${wl}-E'
10597 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10598 # Instead, shared libraries are loaded at an image base (0x10000000 by
10599 # default) and relocated if they conflict, which is a slow very memory
10600 # consuming and fragmenting process. To avoid this, we pick a random,
10601 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10602 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10603 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10604 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'
10605 ;;
10606
10607 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10608 tmp_diet=no
10609 if test "$host_os" = linux-dietlibc; then
10610 case $cc_basename in
10611 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10612 esac
10613 fi
10614 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10615 && test "$tmp_diet" = no
10616 then
10617 tmp_addflag=' $pic_flag'
10618 tmp_sharedflag='-shared'
10619 case $cc_basename,$host_cpu in
10620 pgcc*) # Portland Group C compiler
10621 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'
10622 tmp_addflag=' $pic_flag'
10623 ;;
10624 pgf77* | pgf90* | pgf95* | pgfortran*)
10625 # Portland Group f77 and f90 compilers
10626 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
10627 tmp_addflag=' $pic_flag -Mnomain' ;;
10628 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10629 tmp_addflag=' -i_dynamic' ;;
10630 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10631 tmp_addflag=' -i_dynamic -nofor_main' ;;
10632 ifc* | ifort*) # Intel Fortran compiler
10633 tmp_addflag=' -nofor_main' ;;
10634 lf95*) # Lahey Fortran 8.1
10635 whole_archive_flag_spec=
10636 tmp_sharedflag='--shared' ;;
10637 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10638 tmp_sharedflag='-qmkshrobj'
10639 tmp_addflag= ;;
10640 nvcc*) # Cuda Compiler Driver 2.2
10641 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'
10642 compiler_needs_object=yes
10643 ;;
10644 esac
10645 case `$CC -V 2>&1 | sed 5q` in
10646 *Sun\ C*) # Sun C 5.9
10647 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'
10648 compiler_needs_object=yes
10649 tmp_sharedflag='-G' ;;
10650 *Sun\ F*) # Sun Fortran 8.3
10651 tmp_sharedflag='-G' ;;
10652 esac
10653 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10654
10655 if test "x$supports_anon_versioning" = xyes; then
10656 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10657 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10658 echo "local: *; };" >> $output_objdir/$libname.ver~
10659 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10660 fi
10661
10662 case $cc_basename in
10663 xlf* | bgf* | bgxlf* | mpixlf*)
10664 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10665 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10666 hardcode_libdir_flag_spec=
10667 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10668 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10669 if test "x$supports_anon_versioning" = xyes; then
10670 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10671 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10672 echo "local: *; };" >> $output_objdir/$libname.ver~
10673 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10674 fi
10675 ;;
10676 esac
10677 else
10678 ld_shlibs=no
10679 fi
10680 ;;
10681
10682 netbsd*)
10683 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10684 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10685 wlarc=
10686 else
10687 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10688 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10689 fi
10690 ;;
10691
10692 solaris*)
10693 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10694 ld_shlibs=no
10695 cat <<_LT_EOF 1>&2
10696
10697 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10698 *** create shared libraries on Solaris systems. Therefore, libtool
10699 *** is disabling shared libraries support. We urge you to upgrade GNU
10700 *** binutils to release 2.9.1 or newer. Another option is to modify
10701 *** your PATH or compiler configuration so that the native linker is
10702 *** used, and then restart.
10703
10704 _LT_EOF
10705 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10706 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10707 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10708 else
10709 ld_shlibs=no
10710 fi
10711 ;;
10712
10713 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10714 case `$LD -v 2>&1` in
10715 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10716 ld_shlibs=no
10717 cat <<_LT_EOF 1>&2
10718
10719 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10720 *** reliably create shared libraries on SCO systems. Therefore, libtool
10721 *** is disabling shared libraries support. We urge you to upgrade GNU
10722 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10723 *** your PATH or compiler configuration so that the native linker is
10724 *** used, and then restart.
10725
10726 _LT_EOF
10727 ;;
10728 *)
10729 # For security reasons, it is highly recommended that you always
10730 # use absolute paths for naming shared libraries, and exclude the
10731 # DT_RUNPATH tag from executables and libraries. But doing so
10732 # requires that you compile everything twice, which is a pain.
10733 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10734 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10735 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10736 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10737 else
10738 ld_shlibs=no
10739 fi
10740 ;;
10741 esac
10742 ;;
10743
10744 sunos4*)
10745 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10746 wlarc=
10747 hardcode_direct=yes
10748 hardcode_shlibpath_var=no
10749 ;;
10750
10751 *)
10752 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10753 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10754 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10755 else
10756 ld_shlibs=no
10757 fi
10758 ;;
10759 esac
10760
10761 if test "$ld_shlibs" = no; then
10762 runpath_var=
10763 hardcode_libdir_flag_spec=
10764 export_dynamic_flag_spec=
10765 whole_archive_flag_spec=
10766 fi
10767 else
10768 # PORTME fill in a description of your system's linker (not GNU ld)
10769 case $host_os in
10770 aix3*)
10771 allow_undefined_flag=unsupported
10772 always_export_symbols=yes
10773 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'
10774 # Note: this linker hardcodes the directories in LIBPATH if there
10775 # are no directories specified by -L.
10776 hardcode_minus_L=yes
10777 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10778 # Neither direct hardcoding nor static linking is supported with a
10779 # broken collect2.
10780 hardcode_direct=unsupported
10781 fi
10782 ;;
10783
10784 aix[4-9]*)
10785 if test "$host_cpu" = ia64; then
10786 # On IA64, the linker does run time linking by default, so we don't
10787 # have to do anything special.
10788 aix_use_runtimelinking=no
10789 exp_sym_flag='-Bexport'
10790 no_entry_flag=""
10791 else
10792 # If we're using GNU nm, then we don't want the "-C" option.
10793 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10794 # Also, AIX nm treats weak defined symbols like other global
10795 # defined symbols, whereas GNU nm marks them as "W".
10796 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10797 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'
10798 else
10799 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10800 fi
10801 aix_use_runtimelinking=no
10802
10803 # Test if we are trying to use run time linking or normal
10804 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10805 # need to do runtime linking.
10806 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10807 for ld_flag in $LDFLAGS; do
10808 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10809 aix_use_runtimelinking=yes
10810 break
10811 fi
10812 done
10813 ;;
10814 esac
10815
10816 exp_sym_flag='-bexport'
10817 no_entry_flag='-bnoentry'
10818 fi
10819
10820 # When large executables or shared objects are built, AIX ld can
10821 # have problems creating the table of contents. If linking a library
10822 # or program results in "error TOC overflow" add -mminimal-toc to
10823 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10824 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10825
10826 archive_cmds=''
10827 hardcode_direct=yes
10828 hardcode_direct_absolute=yes
10829 hardcode_libdir_separator=':'
10830 link_all_deplibs=yes
10831 file_list_spec='${wl}-f,'
10832
10833 if test "$GCC" = yes; then
10834 case $host_os in aix4.[012]|aix4.[012].*)
10835 # We only want to do this on AIX 4.2 and lower, the check
10836 # below for broken collect2 doesn't work under 4.3+
10837 collect2name=`${CC} -print-prog-name=collect2`
10838 if test -f "$collect2name" &&
10839 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10840 then
10841 # We have reworked collect2
10842 :
10843 else
10844 # We have old collect2
10845 hardcode_direct=unsupported
10846 # It fails to find uninstalled libraries when the uninstalled
10847 # path is not listed in the libpath. Setting hardcode_minus_L
10848 # to unsupported forces relinking
10849 hardcode_minus_L=yes
10850 hardcode_libdir_flag_spec='-L$libdir'
10851 hardcode_libdir_separator=
10852 fi
10853 ;;
10854 esac
10855 shared_flag='-shared'
10856 if test "$aix_use_runtimelinking" = yes; then
10857 shared_flag="$shared_flag "'${wl}-G'
10858 fi
10859 else
10860 # not using gcc
10861 if test "$host_cpu" = ia64; then
10862 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10863 # chokes on -Wl,-G. The following line is correct:
10864 shared_flag='-G'
10865 else
10866 if test "$aix_use_runtimelinking" = yes; then
10867 shared_flag='${wl}-G'
10868 else
10869 shared_flag='${wl}-bM:SRE'
10870 fi
10871 fi
10872 fi
10873
10874 export_dynamic_flag_spec='${wl}-bexpall'
10875 # It seems that -bexpall does not export symbols beginning with
10876 # underscore (_), so it is better to generate a list of symbols to export.
10877 always_export_symbols=yes
10878 if test "$aix_use_runtimelinking" = yes; then
10879 # Warning - without using the other runtime loading flags (-brtl),
10880 # -berok will link without error, but may produce a broken library.
10881 allow_undefined_flag='-berok'
10882 # Determine the default libpath from the value encoded in an
10883 # empty executable.
10884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10885 /* end confdefs.h. */
10886
10887 int
10888 main ()
10889 {
10890
10891 ;
10892 return 0;
10893 }
10894 _ACEOF
10895 if ac_fn_c_try_link "$LINENO"; then :
10896
10897 lt_aix_libpath_sed='
10898 /Import File Strings/,/^$/ {
10899 /^0/ {
10900 s/^0 *\(.*\)$/\1/
10901 p
10902 }
10903 }'
10904 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10905 # Check for a 64-bit object if we didn't find anything.
10906 if test -z "$aix_libpath"; then
10907 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10908 fi
10909 fi
10910 rm -f core conftest.err conftest.$ac_objext \
10911 conftest$ac_exeext conftest.$ac_ext
10912 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10913
10914 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10915 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"
10916 else
10917 if test "$host_cpu" = ia64; then
10918 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10919 allow_undefined_flag="-z nodefs"
10920 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"
10921 else
10922 # Determine the default libpath from the value encoded in an
10923 # empty executable.
10924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10925 /* end confdefs.h. */
10926
10927 int
10928 main ()
10929 {
10930
10931 ;
10932 return 0;
10933 }
10934 _ACEOF
10935 if ac_fn_c_try_link "$LINENO"; then :
10936
10937 lt_aix_libpath_sed='
10938 /Import File Strings/,/^$/ {
10939 /^0/ {
10940 s/^0 *\(.*\)$/\1/
10941 p
10942 }
10943 }'
10944 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10945 # Check for a 64-bit object if we didn't find anything.
10946 if test -z "$aix_libpath"; then
10947 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10948 fi
10949 fi
10950 rm -f core conftest.err conftest.$ac_objext \
10951 conftest$ac_exeext conftest.$ac_ext
10952 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10953
10954 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10955 # Warning - without using the other run time loading flags,
10956 # -berok will link without error, but may produce a broken library.
10957 no_undefined_flag=' ${wl}-bernotok'
10958 allow_undefined_flag=' ${wl}-berok'
10959 if test "$with_gnu_ld" = yes; then
10960 # We only use this code for GNU lds that support --whole-archive.
10961 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10962 else
10963 # Exported symbols can be pulled into shared objects from archives
10964 whole_archive_flag_spec='$convenience'
10965 fi
10966 archive_cmds_need_lc=yes
10967 # This is similar to how AIX traditionally builds its shared libraries.
10968 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'
10969 fi
10970 fi
10971 ;;
10972
10973 amigaos*)
10974 case $host_cpu in
10975 powerpc)
10976 # see comment about AmigaOS4 .so support
10977 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10978 archive_expsym_cmds=''
10979 ;;
10980 m68k)
10981 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)'
10982 hardcode_libdir_flag_spec='-L$libdir'
10983 hardcode_minus_L=yes
10984 ;;
10985 esac
10986 ;;
10987
10988 bsdi[45]*)
10989 export_dynamic_flag_spec=-rdynamic
10990 ;;
10991
10992 cygwin* | mingw* | pw32* | cegcc*)
10993 # When not using gcc, we currently assume that we are using
10994 # Microsoft Visual C++.
10995 # hardcode_libdir_flag_spec is actually meaningless, as there is
10996 # no search path for DLLs.
10997 hardcode_libdir_flag_spec=' '
10998 allow_undefined_flag=unsupported
10999 # Tell ltmain to make .lib files, not .a files.
11000 libext=lib
11001 # Tell ltmain to make .dll files, not .so files.
11002 shrext_cmds=".dll"
11003 # FIXME: Setting linknames here is a bad hack.
11004 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11005 # The linker will automatically build a .lib file if we build a DLL.
11006 old_archive_from_new_cmds='true'
11007 # FIXME: Should let the user specify the lib program.
11008 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11009 fix_srcfile_path='`cygpath -w "$srcfile"`'
11010 enable_shared_with_static_runtimes=yes
11011 ;;
11012
11013 darwin* | rhapsody*)
11014
11015
11016 archive_cmds_need_lc=no
11017 hardcode_direct=no
11018 hardcode_automatic=yes
11019 hardcode_shlibpath_var=unsupported
11020 if test "$lt_cv_ld_force_load" = "yes"; then
11021 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\"`'
11022 else
11023 whole_archive_flag_spec=''
11024 fi
11025 link_all_deplibs=yes
11026 allow_undefined_flag="$_lt_dar_allow_undefined"
11027 case $cc_basename in
11028 ifort*) _lt_dar_can_shared=yes ;;
11029 *) _lt_dar_can_shared=$GCC ;;
11030 esac
11031 if test "$_lt_dar_can_shared" = "yes"; then
11032 output_verbose_link_cmd=func_echo_all
11033 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11034 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11035 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}"
11036 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}"
11037
11038 else
11039 ld_shlibs=no
11040 fi
11041
11042 ;;
11043
11044 dgux*)
11045 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11046 hardcode_libdir_flag_spec='-L$libdir'
11047 hardcode_shlibpath_var=no
11048 ;;
11049
11050 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11051 # support. Future versions do this automatically, but an explicit c++rt0.o
11052 # does not break anything, and helps significantly (at the cost of a little
11053 # extra space).
11054 freebsd2.2*)
11055 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11056 hardcode_libdir_flag_spec='-R$libdir'
11057 hardcode_direct=yes
11058 hardcode_shlibpath_var=no
11059 ;;
11060
11061 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11062 freebsd2.*)
11063 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11064 hardcode_direct=yes
11065 hardcode_minus_L=yes
11066 hardcode_shlibpath_var=no
11067 ;;
11068
11069 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11070 freebsd* | dragonfly*)
11071 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11072 hardcode_libdir_flag_spec='-R$libdir'
11073 hardcode_direct=yes
11074 hardcode_shlibpath_var=no
11075 ;;
11076
11077 hpux9*)
11078 if test "$GCC" = yes; then
11079 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'
11080 else
11081 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'
11082 fi
11083 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11084 hardcode_libdir_separator=:
11085 hardcode_direct=yes
11086
11087 # hardcode_minus_L: Not really in the search PATH,
11088 # but as the default location of the library.
11089 hardcode_minus_L=yes
11090 export_dynamic_flag_spec='${wl}-E'
11091 ;;
11092
11093 hpux10*)
11094 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11095 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11096 else
11097 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11098 fi
11099 if test "$with_gnu_ld" = no; then
11100 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11101 hardcode_libdir_flag_spec_ld='+b $libdir'
11102 hardcode_libdir_separator=:
11103 hardcode_direct=yes
11104 hardcode_direct_absolute=yes
11105 export_dynamic_flag_spec='${wl}-E'
11106 # hardcode_minus_L: Not really in the search PATH,
11107 # but as the default location of the library.
11108 hardcode_minus_L=yes
11109 fi
11110 ;;
11111
11112 hpux11*)
11113 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11114 case $host_cpu in
11115 hppa*64*)
11116 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11117 ;;
11118 ia64*)
11119 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11120 ;;
11121 *)
11122 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11123 ;;
11124 esac
11125 else
11126 case $host_cpu in
11127 hppa*64*)
11128 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11129 ;;
11130 ia64*)
11131 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11132 ;;
11133 *)
11134
11135 # Older versions of the 11.00 compiler do not understand -b yet
11136 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11138 $as_echo_n "checking if $CC understands -b... " >&6; }
11139 if test "${lt_cv_prog_compiler__b+set}" = set; then :
11140 $as_echo_n "(cached) " >&6
11141 else
11142 lt_cv_prog_compiler__b=no
11143 save_LDFLAGS="$LDFLAGS"
11144 LDFLAGS="$LDFLAGS -b"
11145 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11146 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11147 # The linker can only warn and ignore the option if not recognized
11148 # So say no if there are warnings
11149 if test -s conftest.err; then
11150 # Append any errors to the config.log.
11151 cat conftest.err 1>&5
11152 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11153 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11154 if diff conftest.exp conftest.er2 >/dev/null; then
11155 lt_cv_prog_compiler__b=yes
11156 fi
11157 else
11158 lt_cv_prog_compiler__b=yes
11159 fi
11160 fi
11161 $RM -r conftest*
11162 LDFLAGS="$save_LDFLAGS"
11163
11164 fi
11165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11166 $as_echo "$lt_cv_prog_compiler__b" >&6; }
11167
11168 if test x"$lt_cv_prog_compiler__b" = xyes; then
11169 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11170 else
11171 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11172 fi
11173
11174 ;;
11175 esac
11176 fi
11177 if test "$with_gnu_ld" = no; then
11178 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11179 hardcode_libdir_separator=:
11180
11181 case $host_cpu in
11182 hppa*64*|ia64*)
11183 hardcode_direct=no
11184 hardcode_shlibpath_var=no
11185 ;;
11186 *)
11187 hardcode_direct=yes
11188 hardcode_direct_absolute=yes
11189 export_dynamic_flag_spec='${wl}-E'
11190
11191 # hardcode_minus_L: Not really in the search PATH,
11192 # but as the default location of the library.
11193 hardcode_minus_L=yes
11194 ;;
11195 esac
11196 fi
11197 ;;
11198
11199 irix5* | irix6* | nonstopux*)
11200 if test "$GCC" = yes; then
11201 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'
11202 # Try to use the -exported_symbol ld option, if it does not
11203 # work, assume that -exports_file does not work either and
11204 # implicitly export all symbols.
11205 save_LDFLAGS="$LDFLAGS"
11206 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11208 /* end confdefs.h. */
11209 int foo(void) {}
11210 _ACEOF
11211 if ac_fn_c_try_link "$LINENO"; then :
11212 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'
11213
11214 fi
11215 rm -f core conftest.err conftest.$ac_objext \
11216 conftest$ac_exeext conftest.$ac_ext
11217 LDFLAGS="$save_LDFLAGS"
11218 else
11219 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'
11220 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'
11221 fi
11222 archive_cmds_need_lc='no'
11223 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11224 hardcode_libdir_separator=:
11225 inherit_rpath=yes
11226 link_all_deplibs=yes
11227 ;;
11228
11229 netbsd*)
11230 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11231 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11232 else
11233 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11234 fi
11235 hardcode_libdir_flag_spec='-R$libdir'
11236 hardcode_direct=yes
11237 hardcode_shlibpath_var=no
11238 ;;
11239
11240 newsos6)
11241 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11242 hardcode_direct=yes
11243 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11244 hardcode_libdir_separator=:
11245 hardcode_shlibpath_var=no
11246 ;;
11247
11248 *nto* | *qnx*)
11249 ;;
11250
11251 openbsd*)
11252 if test -f /usr/libexec/ld.so; then
11253 hardcode_direct=yes
11254 hardcode_shlibpath_var=no
11255 hardcode_direct_absolute=yes
11256 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11257 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11258 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11259 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11260 export_dynamic_flag_spec='${wl}-E'
11261 else
11262 case $host_os in
11263 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11264 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11265 hardcode_libdir_flag_spec='-R$libdir'
11266 ;;
11267 *)
11268 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11269 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11270 ;;
11271 esac
11272 fi
11273 else
11274 ld_shlibs=no
11275 fi
11276 ;;
11277
11278 os2*)
11279 hardcode_libdir_flag_spec='-L$libdir'
11280 hardcode_minus_L=yes
11281 allow_undefined_flag=unsupported
11282 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'
11283 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11284 ;;
11285
11286 osf3*)
11287 if test "$GCC" = yes; then
11288 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11289 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'
11290 else
11291 allow_undefined_flag=' -expect_unresolved \*'
11292 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'
11293 fi
11294 archive_cmds_need_lc='no'
11295 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11296 hardcode_libdir_separator=:
11297 ;;
11298
11299 osf4* | osf5*) # as osf3* with the addition of -msym flag
11300 if test "$GCC" = yes; then
11301 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11302 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'
11303 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11304 else
11305 allow_undefined_flag=' -expect_unresolved \*'
11306 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'
11307 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~
11308 $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'
11309
11310 # Both c and cxx compiler support -rpath directly
11311 hardcode_libdir_flag_spec='-rpath $libdir'
11312 fi
11313 archive_cmds_need_lc='no'
11314 hardcode_libdir_separator=:
11315 ;;
11316
11317 solaris*)
11318 no_undefined_flag=' -z defs'
11319 if test "$GCC" = yes; then
11320 wlarc='${wl}'
11321 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11322 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11323 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11324 else
11325 case `$CC -V 2>&1` in
11326 *"Compilers 5.0"*)
11327 wlarc=''
11328 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11329 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11330 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11331 ;;
11332 *)
11333 wlarc='${wl}'
11334 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11335 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11336 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11337 ;;
11338 esac
11339 fi
11340 hardcode_libdir_flag_spec='-R$libdir'
11341 hardcode_shlibpath_var=no
11342 case $host_os in
11343 solaris2.[0-5] | solaris2.[0-5].*) ;;
11344 *)
11345 # The compiler driver will combine and reorder linker options,
11346 # but understands `-z linker_flag'. GCC discards it without `$wl',
11347 # but is careful enough not to reorder.
11348 # Supported since Solaris 2.6 (maybe 2.5.1?)
11349 if test "$GCC" = yes; then
11350 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11351 else
11352 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11353 fi
11354 ;;
11355 esac
11356 link_all_deplibs=yes
11357 ;;
11358
11359 sunos4*)
11360 if test "x$host_vendor" = xsequent; then
11361 # Use $CC to link under sequent, because it throws in some extra .o
11362 # files that make .init and .fini sections work.
11363 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11364 else
11365 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11366 fi
11367 hardcode_libdir_flag_spec='-L$libdir'
11368 hardcode_direct=yes
11369 hardcode_minus_L=yes
11370 hardcode_shlibpath_var=no
11371 ;;
11372
11373 sysv4)
11374 case $host_vendor in
11375 sni)
11376 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11377 hardcode_direct=yes # is this really true???
11378 ;;
11379 siemens)
11380 ## LD is ld it makes a PLAMLIB
11381 ## CC just makes a GrossModule.
11382 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11383 reload_cmds='$CC -r -o $output$reload_objs'
11384 hardcode_direct=no
11385 ;;
11386 motorola)
11387 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11388 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11389 ;;
11390 esac
11391 runpath_var='LD_RUN_PATH'
11392 hardcode_shlibpath_var=no
11393 ;;
11394
11395 sysv4.3*)
11396 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11397 hardcode_shlibpath_var=no
11398 export_dynamic_flag_spec='-Bexport'
11399 ;;
11400
11401 sysv4*MP*)
11402 if test -d /usr/nec; then
11403 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11404 hardcode_shlibpath_var=no
11405 runpath_var=LD_RUN_PATH
11406 hardcode_runpath_var=yes
11407 ld_shlibs=yes
11408 fi
11409 ;;
11410
11411 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11412 no_undefined_flag='${wl}-z,text'
11413 archive_cmds_need_lc=no
11414 hardcode_shlibpath_var=no
11415 runpath_var='LD_RUN_PATH'
11416
11417 if test "$GCC" = yes; then
11418 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11419 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11420 else
11421 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11422 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11423 fi
11424 ;;
11425
11426 sysv5* | sco3.2v5* | sco5v6*)
11427 # Note: We can NOT use -z defs as we might desire, because we do not
11428 # link with -lc, and that would cause any symbols used from libc to
11429 # always be unresolved, which means just about no library would
11430 # ever link correctly. If we're not using GNU ld we use -z text
11431 # though, which does catch some bad symbols but isn't as heavy-handed
11432 # as -z defs.
11433 no_undefined_flag='${wl}-z,text'
11434 allow_undefined_flag='${wl}-z,nodefs'
11435 archive_cmds_need_lc=no
11436 hardcode_shlibpath_var=no
11437 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11438 hardcode_libdir_separator=':'
11439 link_all_deplibs=yes
11440 export_dynamic_flag_spec='${wl}-Bexport'
11441 runpath_var='LD_RUN_PATH'
11442
11443 if test "$GCC" = yes; then
11444 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11445 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11446 else
11447 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11448 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11449 fi
11450 ;;
11451
11452 uts4*)
11453 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11454 hardcode_libdir_flag_spec='-L$libdir'
11455 hardcode_shlibpath_var=no
11456 ;;
11457
11458 *)
11459 ld_shlibs=no
11460 ;;
11461 esac
11462
11463 if test x$host_vendor = xsni; then
11464 case $host in
11465 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11466 export_dynamic_flag_spec='${wl}-Blargedynsym'
11467 ;;
11468 esac
11469 fi
11470 fi
11471
11472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11473 $as_echo "$ld_shlibs" >&6; }
11474 test "$ld_shlibs" = no && can_build_shared=no
11475
11476 with_gnu_ld=$with_gnu_ld
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
11491
11492 #
11493 # Do we need to explicitly link libc?
11494 #
11495 case "x$archive_cmds_need_lc" in
11496 x|xyes)
11497 # Assume -lc should be added
11498 archive_cmds_need_lc=yes
11499
11500 if test "$enable_shared" = yes && test "$GCC" = yes; then
11501 case $archive_cmds in
11502 *'~'*)
11503 # FIXME: we may have to deal with multi-command sequences.
11504 ;;
11505 '$CC '*)
11506 # Test whether the compiler implicitly links with -lc since on some
11507 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11508 # to ld, don't add -lc before -lgcc.
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11510 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11511 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11512 $as_echo_n "(cached) " >&6
11513 else
11514 $RM conftest*
11515 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11516
11517 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11518 (eval $ac_compile) 2>&5
11519 ac_status=$?
11520 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11521 test $ac_status = 0; } 2>conftest.err; then
11522 soname=conftest
11523 lib=conftest
11524 libobjs=conftest.$ac_objext
11525 deplibs=
11526 wl=$lt_prog_compiler_wl
11527 pic_flag=$lt_prog_compiler_pic
11528 compiler_flags=-v
11529 linker_flags=-v
11530 verstring=
11531 output_objdir=.
11532 libname=conftest
11533 lt_save_allow_undefined_flag=$allow_undefined_flag
11534 allow_undefined_flag=
11535 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11536 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11537 ac_status=$?
11538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11539 test $ac_status = 0; }
11540 then
11541 lt_cv_archive_cmds_need_lc=no
11542 else
11543 lt_cv_archive_cmds_need_lc=yes
11544 fi
11545 allow_undefined_flag=$lt_save_allow_undefined_flag
11546 else
11547 cat conftest.err 1>&5
11548 fi
11549 $RM conftest*
11550
11551 fi
11552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11553 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11554 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11555 ;;
11556 esac
11557 fi
11558 ;;
11559 esac
11560
11561
11562
11563
11564
11565
11566
11567
11568
11569
11570
11571
11572
11573
11574
11575
11576
11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
11599
11600
11601
11602
11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11718 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11719
11720 if test "$GCC" = yes; then
11721 case $host_os in
11722 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11723 *) lt_awk_arg="/^libraries:/" ;;
11724 esac
11725 case $host_os in
11726 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11727 *) lt_sed_strip_eq="s,=/,/,g" ;;
11728 esac
11729 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11730 case $lt_search_path_spec in
11731 *\;*)
11732 # if the path contains ";" then we assume it to be the separator
11733 # otherwise default to the standard path separator (i.e. ":") - it is
11734 # assumed that no part of a normal pathname contains ";" but that should
11735 # okay in the real world where ";" in dirpaths is itself problematic.
11736 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11737 ;;
11738 *)
11739 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11740 ;;
11741 esac
11742 # Ok, now we have the path, separated by spaces, we can step through it
11743 # and add multilib dir if necessary.
11744 lt_tmp_lt_search_path_spec=
11745 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11746 for lt_sys_path in $lt_search_path_spec; do
11747 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11748 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11749 else
11750 test -d "$lt_sys_path" && \
11751 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11752 fi
11753 done
11754 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11755 BEGIN {RS=" "; FS="/|\n";} {
11756 lt_foo="";
11757 lt_count=0;
11758 for (lt_i = NF; lt_i > 0; lt_i--) {
11759 if ($lt_i != "" && $lt_i != ".") {
11760 if ($lt_i == "..") {
11761 lt_count++;
11762 } else {
11763 if (lt_count == 0) {
11764 lt_foo="/" $lt_i lt_foo;
11765 } else {
11766 lt_count--;
11767 }
11768 }
11769 }
11770 }
11771 if (lt_foo != "") { lt_freq[lt_foo]++; }
11772 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11773 }'`
11774 # AWK program above erroneously prepends '/' to C:/dos/paths
11775 # for these hosts.
11776 case $host_os in
11777 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11778 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11779 esac
11780 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11781 else
11782 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11783 fi
11784 library_names_spec=
11785 libname_spec='lib$name'
11786 soname_spec=
11787 shrext_cmds=".so"
11788 postinstall_cmds=
11789 postuninstall_cmds=
11790 finish_cmds=
11791 finish_eval=
11792 shlibpath_var=
11793 shlibpath_overrides_runpath=unknown
11794 version_type=none
11795 dynamic_linker="$host_os ld.so"
11796 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11797 need_lib_prefix=unknown
11798 hardcode_into_libs=no
11799
11800 # when you set need_version to no, make sure it does not cause -set_version
11801 # flags to be left without arguments
11802 need_version=unknown
11803
11804 case $host_os in
11805 aix3*)
11806 version_type=linux
11807 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11808 shlibpath_var=LIBPATH
11809
11810 # AIX 3 has no versioning support, so we append a major version to the name.
11811 soname_spec='${libname}${release}${shared_ext}$major'
11812 ;;
11813
11814 aix[4-9]*)
11815 version_type=linux
11816 need_lib_prefix=no
11817 need_version=no
11818 hardcode_into_libs=yes
11819 if test "$host_cpu" = ia64; then
11820 # AIX 5 supports IA64
11821 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11822 shlibpath_var=LD_LIBRARY_PATH
11823 else
11824 # With GCC up to 2.95.x, collect2 would create an import file
11825 # for dependence libraries. The import file would start with
11826 # the line `#! .'. This would cause the generated library to
11827 # depend on `.', always an invalid library. This was fixed in
11828 # development snapshots of GCC prior to 3.0.
11829 case $host_os in
11830 aix4 | aix4.[01] | aix4.[01].*)
11831 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11832 echo ' yes '
11833 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11834 :
11835 else
11836 can_build_shared=no
11837 fi
11838 ;;
11839 esac
11840 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11841 # soname into executable. Probably we can add versioning support to
11842 # collect2, so additional links can be useful in future.
11843 if test "$aix_use_runtimelinking" = yes; then
11844 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11845 # instead of lib<name>.a to let people know that these are not
11846 # typical AIX shared libraries.
11847 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11848 else
11849 # We preserve .a as extension for shared libraries through AIX4.2
11850 # and later when we are not doing run time linking.
11851 library_names_spec='${libname}${release}.a $libname.a'
11852 soname_spec='${libname}${release}${shared_ext}$major'
11853 fi
11854 shlibpath_var=LIBPATH
11855 fi
11856 ;;
11857
11858 amigaos*)
11859 case $host_cpu in
11860 powerpc)
11861 # Since July 2007 AmigaOS4 officially supports .so libraries.
11862 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11863 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11864 ;;
11865 m68k)
11866 library_names_spec='$libname.ixlibrary $libname.a'
11867 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11868 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'
11869 ;;
11870 esac
11871 ;;
11872
11873 beos*)
11874 library_names_spec='${libname}${shared_ext}'
11875 dynamic_linker="$host_os ld.so"
11876 shlibpath_var=LIBRARY_PATH
11877 ;;
11878
11879 bsdi[45]*)
11880 version_type=linux
11881 need_version=no
11882 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11883 soname_spec='${libname}${release}${shared_ext}$major'
11884 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11885 shlibpath_var=LD_LIBRARY_PATH
11886 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11887 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11888 # the default ld.so.conf also contains /usr/contrib/lib and
11889 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11890 # libtool to hard-code these into programs
11891 ;;
11892
11893 cygwin* | mingw* | pw32* | cegcc*)
11894 version_type=windows
11895 shrext_cmds=".dll"
11896 need_version=no
11897 need_lib_prefix=no
11898
11899 case $GCC,$host_os in
11900 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11901 library_names_spec='$libname.dll.a'
11902 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11903 postinstall_cmds='base_file=`basename \${file}`~
11904 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11905 dldir=$destdir/`dirname \$dlpath`~
11906 test -d \$dldir || mkdir -p \$dldir~
11907 $install_prog $dir/$dlname \$dldir/$dlname~
11908 chmod a+x \$dldir/$dlname~
11909 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11910 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11911 fi'
11912 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11913 dlpath=$dir/\$dldll~
11914 $RM \$dlpath'
11915 shlibpath_overrides_runpath=yes
11916
11917 case $host_os in
11918 cygwin*)
11919 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11920 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11921
11922 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11923 ;;
11924 mingw* | cegcc*)
11925 # MinGW DLLs use traditional 'lib' prefix
11926 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11927 ;;
11928 pw32*)
11929 # pw32 DLLs use 'pw' prefix rather than 'lib'
11930 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11931 ;;
11932 esac
11933 ;;
11934
11935 *)
11936 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11937 ;;
11938 esac
11939 dynamic_linker='Win32 ld.exe'
11940 # FIXME: first we should search . and the directory the executable is in
11941 shlibpath_var=PATH
11942 ;;
11943
11944 darwin* | rhapsody*)
11945 dynamic_linker="$host_os dyld"
11946 version_type=darwin
11947 need_lib_prefix=no
11948 need_version=no
11949 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11950 soname_spec='${libname}${release}${major}$shared_ext'
11951 shlibpath_overrides_runpath=yes
11952 shlibpath_var=DYLD_LIBRARY_PATH
11953 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11954
11955 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11956 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11957 ;;
11958
11959 dgux*)
11960 version_type=linux
11961 need_lib_prefix=no
11962 need_version=no
11963 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11964 soname_spec='${libname}${release}${shared_ext}$major'
11965 shlibpath_var=LD_LIBRARY_PATH
11966 ;;
11967
11968 freebsd* | dragonfly*)
11969 # DragonFly does not have aout. When/if they implement a new
11970 # versioning mechanism, adjust this.
11971 if test -x /usr/bin/objformat; then
11972 objformat=`/usr/bin/objformat`
11973 else
11974 case $host_os in
11975 freebsd[23].*) objformat=aout ;;
11976 *) objformat=elf ;;
11977 esac
11978 fi
11979 version_type=freebsd-$objformat
11980 case $version_type in
11981 freebsd-elf*)
11982 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11983 need_version=no
11984 need_lib_prefix=no
11985 ;;
11986 freebsd-*)
11987 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11988 need_version=yes
11989 ;;
11990 esac
11991 shlibpath_var=LD_LIBRARY_PATH
11992 case $host_os in
11993 freebsd2.*)
11994 shlibpath_overrides_runpath=yes
11995 ;;
11996 freebsd3.[01]* | freebsdelf3.[01]*)
11997 shlibpath_overrides_runpath=yes
11998 hardcode_into_libs=yes
11999 ;;
12000 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12001 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12002 shlibpath_overrides_runpath=no
12003 hardcode_into_libs=yes
12004 ;;
12005 *) # from 4.6 on, and DragonFly
12006 shlibpath_overrides_runpath=yes
12007 hardcode_into_libs=yes
12008 ;;
12009 esac
12010 ;;
12011
12012 gnu*)
12013 version_type=linux
12014 need_lib_prefix=no
12015 need_version=no
12016 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12017 soname_spec='${libname}${release}${shared_ext}$major'
12018 shlibpath_var=LD_LIBRARY_PATH
12019 hardcode_into_libs=yes
12020 ;;
12021
12022 haiku*)
12023 version_type=linux
12024 need_lib_prefix=no
12025 need_version=no
12026 dynamic_linker="$host_os runtime_loader"
12027 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12028 soname_spec='${libname}${release}${shared_ext}$major'
12029 shlibpath_var=LIBRARY_PATH
12030 shlibpath_overrides_runpath=yes
12031 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12032 hardcode_into_libs=yes
12033 ;;
12034
12035 hpux9* | hpux10* | hpux11*)
12036 # Give a soname corresponding to the major version so that dld.sl refuses to
12037 # link against other versions.
12038 version_type=sunos
12039 need_lib_prefix=no
12040 need_version=no
12041 case $host_cpu in
12042 ia64*)
12043 shrext_cmds='.so'
12044 hardcode_into_libs=yes
12045 dynamic_linker="$host_os dld.so"
12046 shlibpath_var=LD_LIBRARY_PATH
12047 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12048 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12049 soname_spec='${libname}${release}${shared_ext}$major'
12050 if test "X$HPUX_IA64_MODE" = X32; then
12051 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12052 else
12053 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12054 fi
12055 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12056 ;;
12057 hppa*64*)
12058 shrext_cmds='.sl'
12059 hardcode_into_libs=yes
12060 dynamic_linker="$host_os dld.sl"
12061 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12062 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12063 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12064 soname_spec='${libname}${release}${shared_ext}$major'
12065 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12066 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12067 ;;
12068 *)
12069 shrext_cmds='.sl'
12070 dynamic_linker="$host_os dld.sl"
12071 shlibpath_var=SHLIB_PATH
12072 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12073 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12074 soname_spec='${libname}${release}${shared_ext}$major'
12075 ;;
12076 esac
12077 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12078 postinstall_cmds='chmod 555 $lib'
12079 # or fails outright, so override atomically:
12080 install_override_mode=555
12081 ;;
12082
12083 interix[3-9]*)
12084 version_type=linux
12085 need_lib_prefix=no
12086 need_version=no
12087 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12088 soname_spec='${libname}${release}${shared_ext}$major'
12089 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12090 shlibpath_var=LD_LIBRARY_PATH
12091 shlibpath_overrides_runpath=no
12092 hardcode_into_libs=yes
12093 ;;
12094
12095 irix5* | irix6* | nonstopux*)
12096 case $host_os in
12097 nonstopux*) version_type=nonstopux ;;
12098 *)
12099 if test "$lt_cv_prog_gnu_ld" = yes; then
12100 version_type=linux
12101 else
12102 version_type=irix
12103 fi ;;
12104 esac
12105 need_lib_prefix=no
12106 need_version=no
12107 soname_spec='${libname}${release}${shared_ext}$major'
12108 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12109 case $host_os in
12110 irix5* | nonstopux*)
12111 libsuff= shlibsuff=
12112 ;;
12113 *)
12114 case $LD in # libtool.m4 will add one of these switches to LD
12115 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12116 libsuff= shlibsuff= libmagic=32-bit;;
12117 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12118 libsuff=32 shlibsuff=N32 libmagic=N32;;
12119 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12120 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12121 *) libsuff= shlibsuff= libmagic=never-match;;
12122 esac
12123 ;;
12124 esac
12125 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12126 shlibpath_overrides_runpath=no
12127 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12128 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12129 hardcode_into_libs=yes
12130 ;;
12131
12132 # No shared lib support for Linux oldld, aout, or coff.
12133 linux*oldld* | linux*aout* | linux*coff*)
12134 dynamic_linker=no
12135 ;;
12136
12137 # This must be Linux ELF.
12138 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12139 version_type=linux
12140 need_lib_prefix=no
12141 need_version=no
12142 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12143 soname_spec='${libname}${release}${shared_ext}$major'
12144 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12145 shlibpath_var=LD_LIBRARY_PATH
12146 shlibpath_overrides_runpath=no
12147
12148 # Some binutils ld are patched to set DT_RUNPATH
12149 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
12150 $as_echo_n "(cached) " >&6
12151 else
12152 lt_cv_shlibpath_overrides_runpath=no
12153 save_LDFLAGS=$LDFLAGS
12154 save_libdir=$libdir
12155 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12156 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12158 /* end confdefs.h. */
12159
12160 int
12161 main ()
12162 {
12163
12164 ;
12165 return 0;
12166 }
12167 _ACEOF
12168 if ac_fn_c_try_link "$LINENO"; then :
12169 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12170 lt_cv_shlibpath_overrides_runpath=yes
12171 fi
12172 fi
12173 rm -f core conftest.err conftest.$ac_objext \
12174 conftest$ac_exeext conftest.$ac_ext
12175 LDFLAGS=$save_LDFLAGS
12176 libdir=$save_libdir
12177
12178 fi
12179
12180 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12181
12182 # This implies no fast_install, which is unacceptable.
12183 # Some rework will be needed to allow for fast_install
12184 # before this can be enabled.
12185 hardcode_into_libs=yes
12186
12187 # Append ld.so.conf contents to the search path
12188 if test -f /etc/ld.so.conf; then
12189 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' ' '`
12190 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12191 fi
12192
12193 # We used to test for /lib/ld.so.1 and disable shared libraries on
12194 # powerpc, because MkLinux only supported shared libraries with the
12195 # GNU dynamic linker. Since this was broken with cross compilers,
12196 # most powerpc-linux boxes support dynamic linking these days and
12197 # people can always --disable-shared, the test was removed, and we
12198 # assume the GNU/Linux dynamic linker is in use.
12199 dynamic_linker='GNU/Linux ld.so'
12200 ;;
12201
12202 netbsd*)
12203 version_type=sunos
12204 need_lib_prefix=no
12205 need_version=no
12206 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12207 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12208 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12209 dynamic_linker='NetBSD (a.out) ld.so'
12210 else
12211 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12212 soname_spec='${libname}${release}${shared_ext}$major'
12213 dynamic_linker='NetBSD ld.elf_so'
12214 fi
12215 shlibpath_var=LD_LIBRARY_PATH
12216 shlibpath_overrides_runpath=yes
12217 hardcode_into_libs=yes
12218 ;;
12219
12220 newsos6)
12221 version_type=linux
12222 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12223 shlibpath_var=LD_LIBRARY_PATH
12224 shlibpath_overrides_runpath=yes
12225 ;;
12226
12227 *nto* | *qnx*)
12228 version_type=qnx
12229 need_lib_prefix=no
12230 need_version=no
12231 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12232 soname_spec='${libname}${release}${shared_ext}$major'
12233 shlibpath_var=LD_LIBRARY_PATH
12234 shlibpath_overrides_runpath=no
12235 hardcode_into_libs=yes
12236 dynamic_linker='ldqnx.so'
12237 ;;
12238
12239 openbsd*)
12240 version_type=sunos
12241 sys_lib_dlsearch_path_spec="/usr/lib"
12242 need_lib_prefix=no
12243 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12244 case $host_os in
12245 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12246 *) need_version=no ;;
12247 esac
12248 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12249 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12250 shlibpath_var=LD_LIBRARY_PATH
12251 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12252 case $host_os in
12253 openbsd2.[89] | openbsd2.[89].*)
12254 shlibpath_overrides_runpath=no
12255 ;;
12256 *)
12257 shlibpath_overrides_runpath=yes
12258 ;;
12259 esac
12260 else
12261 shlibpath_overrides_runpath=yes
12262 fi
12263 ;;
12264
12265 os2*)
12266 libname_spec='$name'
12267 shrext_cmds=".dll"
12268 need_lib_prefix=no
12269 library_names_spec='$libname${shared_ext} $libname.a'
12270 dynamic_linker='OS/2 ld.exe'
12271 shlibpath_var=LIBPATH
12272 ;;
12273
12274 osf3* | osf4* | osf5*)
12275 version_type=osf
12276 need_lib_prefix=no
12277 need_version=no
12278 soname_spec='${libname}${release}${shared_ext}$major'
12279 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12280 shlibpath_var=LD_LIBRARY_PATH
12281 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12282 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12283 ;;
12284
12285 rdos*)
12286 dynamic_linker=no
12287 ;;
12288
12289 solaris*)
12290 version_type=linux
12291 need_lib_prefix=no
12292 need_version=no
12293 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12294 soname_spec='${libname}${release}${shared_ext}$major'
12295 shlibpath_var=LD_LIBRARY_PATH
12296 shlibpath_overrides_runpath=yes
12297 hardcode_into_libs=yes
12298 # ldd complains unless libraries are executable
12299 postinstall_cmds='chmod +x $lib'
12300 ;;
12301
12302 sunos4*)
12303 version_type=sunos
12304 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12305 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12306 shlibpath_var=LD_LIBRARY_PATH
12307 shlibpath_overrides_runpath=yes
12308 if test "$with_gnu_ld" = yes; then
12309 need_lib_prefix=no
12310 fi
12311 need_version=yes
12312 ;;
12313
12314 sysv4 | sysv4.3*)
12315 version_type=linux
12316 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12317 soname_spec='${libname}${release}${shared_ext}$major'
12318 shlibpath_var=LD_LIBRARY_PATH
12319 case $host_vendor in
12320 sni)
12321 shlibpath_overrides_runpath=no
12322 need_lib_prefix=no
12323 runpath_var=LD_RUN_PATH
12324 ;;
12325 siemens)
12326 need_lib_prefix=no
12327 ;;
12328 motorola)
12329 need_lib_prefix=no
12330 need_version=no
12331 shlibpath_overrides_runpath=no
12332 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12333 ;;
12334 esac
12335 ;;
12336
12337 sysv4*MP*)
12338 if test -d /usr/nec ;then
12339 version_type=linux
12340 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12341 soname_spec='$libname${shared_ext}.$major'
12342 shlibpath_var=LD_LIBRARY_PATH
12343 fi
12344 ;;
12345
12346 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12347 version_type=freebsd-elf
12348 need_lib_prefix=no
12349 need_version=no
12350 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12351 soname_spec='${libname}${release}${shared_ext}$major'
12352 shlibpath_var=LD_LIBRARY_PATH
12353 shlibpath_overrides_runpath=yes
12354 hardcode_into_libs=yes
12355 if test "$with_gnu_ld" = yes; then
12356 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12357 else
12358 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12359 case $host_os in
12360 sco3.2v5*)
12361 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12362 ;;
12363 esac
12364 fi
12365 sys_lib_dlsearch_path_spec='/usr/lib'
12366 ;;
12367
12368 tpf*)
12369 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12370 version_type=linux
12371 need_lib_prefix=no
12372 need_version=no
12373 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12374 shlibpath_var=LD_LIBRARY_PATH
12375 shlibpath_overrides_runpath=no
12376 hardcode_into_libs=yes
12377 ;;
12378
12379 uts4*)
12380 version_type=linux
12381 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12382 soname_spec='${libname}${release}${shared_ext}$major'
12383 shlibpath_var=LD_LIBRARY_PATH
12384 ;;
12385
12386 *)
12387 dynamic_linker=no
12388 ;;
12389 esac
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12391 $as_echo "$dynamic_linker" >&6; }
12392 test "$dynamic_linker" = no && can_build_shared=no
12393
12394 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12395 if test "$GCC" = yes; then
12396 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12397 fi
12398
12399 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12400 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12401 fi
12402 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12403 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12404 fi
12405
12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
12420
12421
12422
12423
12424
12425
12426
12427
12428
12429
12430
12431
12432
12433
12434
12435
12436
12437
12438
12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
12451
12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
12473
12474
12475
12476
12477
12478
12479
12480
12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12498 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12499 hardcode_action=
12500 if test -n "$hardcode_libdir_flag_spec" ||
12501 test -n "$runpath_var" ||
12502 test "X$hardcode_automatic" = "Xyes" ; then
12503
12504 # We can hardcode non-existent directories.
12505 if test "$hardcode_direct" != no &&
12506 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12507 # have to relink, otherwise we might link with an installed library
12508 # when we should be linking with a yet-to-be-installed one
12509 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12510 test "$hardcode_minus_L" != no; then
12511 # Linking always hardcodes the temporary library directory.
12512 hardcode_action=relink
12513 else
12514 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12515 hardcode_action=immediate
12516 fi
12517 else
12518 # We cannot hardcode anything, or else we can only hardcode existing
12519 # directories.
12520 hardcode_action=unsupported
12521 fi
12522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12523 $as_echo "$hardcode_action" >&6; }
12524
12525 if test "$hardcode_action" = relink ||
12526 test "$inherit_rpath" = yes; then
12527 # Fast installation is not supported
12528 enable_fast_install=no
12529 elif test "$shlibpath_overrides_runpath" = yes ||
12530 test "$enable_shared" = no; then
12531 # Fast installation is not necessary
12532 enable_fast_install=needless
12533 fi
12534
12535
12536
12537
12538
12539
12540 if test "x$enable_dlopen" != xyes; then
12541 enable_dlopen=unknown
12542 enable_dlopen_self=unknown
12543 enable_dlopen_self_static=unknown
12544 else
12545 lt_cv_dlopen=no
12546 lt_cv_dlopen_libs=
12547
12548 case $host_os in
12549 beos*)
12550 lt_cv_dlopen="load_add_on"
12551 lt_cv_dlopen_libs=
12552 lt_cv_dlopen_self=yes
12553 ;;
12554
12555 mingw* | pw32* | cegcc*)
12556 lt_cv_dlopen="LoadLibrary"
12557 lt_cv_dlopen_libs=
12558 ;;
12559
12560 cygwin*)
12561 lt_cv_dlopen="dlopen"
12562 lt_cv_dlopen_libs=
12563 ;;
12564
12565 darwin*)
12566 # if libdl is installed we need to link against it
12567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12568 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12569 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12570 $as_echo_n "(cached) " >&6
12571 else
12572 ac_check_lib_save_LIBS=$LIBS
12573 LIBS="-ldl $LIBS"
12574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12575 /* end confdefs.h. */
12576
12577 /* Override any GCC internal prototype to avoid an error.
12578 Use char because int might match the return type of a GCC
12579 builtin and then its argument prototype would still apply. */
12580 #ifdef __cplusplus
12581 extern "C"
12582 #endif
12583 char dlopen ();
12584 int
12585 main ()
12586 {
12587 return dlopen ();
12588 ;
12589 return 0;
12590 }
12591 _ACEOF
12592 if ac_fn_c_try_link "$LINENO"; then :
12593 ac_cv_lib_dl_dlopen=yes
12594 else
12595 ac_cv_lib_dl_dlopen=no
12596 fi
12597 rm -f core conftest.err conftest.$ac_objext \
12598 conftest$ac_exeext conftest.$ac_ext
12599 LIBS=$ac_check_lib_save_LIBS
12600 fi
12601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12602 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12603 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12604 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12605 else
12606
12607 lt_cv_dlopen="dyld"
12608 lt_cv_dlopen_libs=
12609 lt_cv_dlopen_self=yes
12610
12611 fi
12612
12613 ;;
12614
12615 *)
12616 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12617 if test "x$ac_cv_func_shl_load" = x""yes; then :
12618 lt_cv_dlopen="shl_load"
12619 else
12620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12621 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12622 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12623 $as_echo_n "(cached) " >&6
12624 else
12625 ac_check_lib_save_LIBS=$LIBS
12626 LIBS="-ldld $LIBS"
12627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12628 /* end confdefs.h. */
12629
12630 /* Override any GCC internal prototype to avoid an error.
12631 Use char because int might match the return type of a GCC
12632 builtin and then its argument prototype would still apply. */
12633 #ifdef __cplusplus
12634 extern "C"
12635 #endif
12636 char shl_load ();
12637 int
12638 main ()
12639 {
12640 return shl_load ();
12641 ;
12642 return 0;
12643 }
12644 _ACEOF
12645 if ac_fn_c_try_link "$LINENO"; then :
12646 ac_cv_lib_dld_shl_load=yes
12647 else
12648 ac_cv_lib_dld_shl_load=no
12649 fi
12650 rm -f core conftest.err conftest.$ac_objext \
12651 conftest$ac_exeext conftest.$ac_ext
12652 LIBS=$ac_check_lib_save_LIBS
12653 fi
12654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12655 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12656 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12657 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12658 else
12659 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12660 if test "x$ac_cv_func_dlopen" = x""yes; then :
12661 lt_cv_dlopen="dlopen"
12662 else
12663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12664 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12665 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12666 $as_echo_n "(cached) " >&6
12667 else
12668 ac_check_lib_save_LIBS=$LIBS
12669 LIBS="-ldl $LIBS"
12670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12671 /* end confdefs.h. */
12672
12673 /* Override any GCC internal prototype to avoid an error.
12674 Use char because int might match the return type of a GCC
12675 builtin and then its argument prototype would still apply. */
12676 #ifdef __cplusplus
12677 extern "C"
12678 #endif
12679 char dlopen ();
12680 int
12681 main ()
12682 {
12683 return dlopen ();
12684 ;
12685 return 0;
12686 }
12687 _ACEOF
12688 if ac_fn_c_try_link "$LINENO"; then :
12689 ac_cv_lib_dl_dlopen=yes
12690 else
12691 ac_cv_lib_dl_dlopen=no
12692 fi
12693 rm -f core conftest.err conftest.$ac_objext \
12694 conftest$ac_exeext conftest.$ac_ext
12695 LIBS=$ac_check_lib_save_LIBS
12696 fi
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12698 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12699 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12700 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12701 else
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12703 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12704 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12705 $as_echo_n "(cached) " >&6
12706 else
12707 ac_check_lib_save_LIBS=$LIBS
12708 LIBS="-lsvld $LIBS"
12709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12710 /* end confdefs.h. */
12711
12712 /* Override any GCC internal prototype to avoid an error.
12713 Use char because int might match the return type of a GCC
12714 builtin and then its argument prototype would still apply. */
12715 #ifdef __cplusplus
12716 extern "C"
12717 #endif
12718 char dlopen ();
12719 int
12720 main ()
12721 {
12722 return dlopen ();
12723 ;
12724 return 0;
12725 }
12726 _ACEOF
12727 if ac_fn_c_try_link "$LINENO"; then :
12728 ac_cv_lib_svld_dlopen=yes
12729 else
12730 ac_cv_lib_svld_dlopen=no
12731 fi
12732 rm -f core conftest.err conftest.$ac_objext \
12733 conftest$ac_exeext conftest.$ac_ext
12734 LIBS=$ac_check_lib_save_LIBS
12735 fi
12736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12737 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12738 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12739 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12740 else
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12742 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12743 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12744 $as_echo_n "(cached) " >&6
12745 else
12746 ac_check_lib_save_LIBS=$LIBS
12747 LIBS="-ldld $LIBS"
12748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12749 /* end confdefs.h. */
12750
12751 /* Override any GCC internal prototype to avoid an error.
12752 Use char because int might match the return type of a GCC
12753 builtin and then its argument prototype would still apply. */
12754 #ifdef __cplusplus
12755 extern "C"
12756 #endif
12757 char dld_link ();
12758 int
12759 main ()
12760 {
12761 return dld_link ();
12762 ;
12763 return 0;
12764 }
12765 _ACEOF
12766 if ac_fn_c_try_link "$LINENO"; then :
12767 ac_cv_lib_dld_dld_link=yes
12768 else
12769 ac_cv_lib_dld_dld_link=no
12770 fi
12771 rm -f core conftest.err conftest.$ac_objext \
12772 conftest$ac_exeext conftest.$ac_ext
12773 LIBS=$ac_check_lib_save_LIBS
12774 fi
12775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12776 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12777 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12778 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12779 fi
12780
12781
12782 fi
12783
12784
12785 fi
12786
12787
12788 fi
12789
12790
12791 fi
12792
12793
12794 fi
12795
12796 ;;
12797 esac
12798
12799 if test "x$lt_cv_dlopen" != xno; then
12800 enable_dlopen=yes
12801 else
12802 enable_dlopen=no
12803 fi
12804
12805 case $lt_cv_dlopen in
12806 dlopen)
12807 save_CPPFLAGS="$CPPFLAGS"
12808 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12809
12810 save_LDFLAGS="$LDFLAGS"
12811 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12812
12813 save_LIBS="$LIBS"
12814 LIBS="$lt_cv_dlopen_libs $LIBS"
12815
12816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12817 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12818 if test "${lt_cv_dlopen_self+set}" = set; then :
12819 $as_echo_n "(cached) " >&6
12820 else
12821 if test "$cross_compiling" = yes; then :
12822 lt_cv_dlopen_self=cross
12823 else
12824 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12825 lt_status=$lt_dlunknown
12826 cat > conftest.$ac_ext <<_LT_EOF
12827 #line 12827 "configure"
12828 #include "confdefs.h"
12829
12830 #if HAVE_DLFCN_H
12831 #include <dlfcn.h>
12832 #endif
12833
12834 #include <stdio.h>
12835
12836 #ifdef RTLD_GLOBAL
12837 # define LT_DLGLOBAL RTLD_GLOBAL
12838 #else
12839 # ifdef DL_GLOBAL
12840 # define LT_DLGLOBAL DL_GLOBAL
12841 # else
12842 # define LT_DLGLOBAL 0
12843 # endif
12844 #endif
12845
12846 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12847 find out it does not work in some platform. */
12848 #ifndef LT_DLLAZY_OR_NOW
12849 # ifdef RTLD_LAZY
12850 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12851 # else
12852 # ifdef DL_LAZY
12853 # define LT_DLLAZY_OR_NOW DL_LAZY
12854 # else
12855 # ifdef RTLD_NOW
12856 # define LT_DLLAZY_OR_NOW RTLD_NOW
12857 # else
12858 # ifdef DL_NOW
12859 # define LT_DLLAZY_OR_NOW DL_NOW
12860 # else
12861 # define LT_DLLAZY_OR_NOW 0
12862 # endif
12863 # endif
12864 # endif
12865 # endif
12866 #endif
12867
12868 /* When -fvisbility=hidden is used, assume the code has been annotated
12869 correspondingly for the symbols needed. */
12870 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12871 void fnord () __attribute__((visibility("default")));
12872 #endif
12873
12874 void fnord () { int i=42; }
12875 int main ()
12876 {
12877 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12878 int status = $lt_dlunknown;
12879
12880 if (self)
12881 {
12882 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12883 else
12884 {
12885 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12886 else puts (dlerror ());
12887 }
12888 /* dlclose (self); */
12889 }
12890 else
12891 puts (dlerror ());
12892
12893 return status;
12894 }
12895 _LT_EOF
12896 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12897 (eval $ac_link) 2>&5
12898 ac_status=$?
12899 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12900 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12901 (./conftest; exit; ) >&5 2>/dev/null
12902 lt_status=$?
12903 case x$lt_status in
12904 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12905 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12906 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12907 esac
12908 else :
12909 # compilation failed
12910 lt_cv_dlopen_self=no
12911 fi
12912 fi
12913 rm -fr conftest*
12914
12915
12916 fi
12917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12918 $as_echo "$lt_cv_dlopen_self" >&6; }
12919
12920 if test "x$lt_cv_dlopen_self" = xyes; then
12921 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12923 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12924 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12925 $as_echo_n "(cached) " >&6
12926 else
12927 if test "$cross_compiling" = yes; then :
12928 lt_cv_dlopen_self_static=cross
12929 else
12930 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12931 lt_status=$lt_dlunknown
12932 cat > conftest.$ac_ext <<_LT_EOF
12933 #line 12933 "configure"
12934 #include "confdefs.h"
12935
12936 #if HAVE_DLFCN_H
12937 #include <dlfcn.h>
12938 #endif
12939
12940 #include <stdio.h>
12941
12942 #ifdef RTLD_GLOBAL
12943 # define LT_DLGLOBAL RTLD_GLOBAL
12944 #else
12945 # ifdef DL_GLOBAL
12946 # define LT_DLGLOBAL DL_GLOBAL
12947 # else
12948 # define LT_DLGLOBAL 0
12949 # endif
12950 #endif
12951
12952 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12953 find out it does not work in some platform. */
12954 #ifndef LT_DLLAZY_OR_NOW
12955 # ifdef RTLD_LAZY
12956 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12957 # else
12958 # ifdef DL_LAZY
12959 # define LT_DLLAZY_OR_NOW DL_LAZY
12960 # else
12961 # ifdef RTLD_NOW
12962 # define LT_DLLAZY_OR_NOW RTLD_NOW
12963 # else
12964 # ifdef DL_NOW
12965 # define LT_DLLAZY_OR_NOW DL_NOW
12966 # else
12967 # define LT_DLLAZY_OR_NOW 0
12968 # endif
12969 # endif
12970 # endif
12971 # endif
12972 #endif
12973
12974 /* When -fvisbility=hidden is used, assume the code has been annotated
12975 correspondingly for the symbols needed. */
12976 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12977 void fnord () __attribute__((visibility("default")));
12978 #endif
12979
12980 void fnord () { int i=42; }
12981 int main ()
12982 {
12983 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12984 int status = $lt_dlunknown;
12985
12986 if (self)
12987 {
12988 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12989 else
12990 {
12991 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12992 else puts (dlerror ());
12993 }
12994 /* dlclose (self); */
12995 }
12996 else
12997 puts (dlerror ());
12998
12999 return status;
13000 }
13001 _LT_EOF
13002 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13003 (eval $ac_link) 2>&5
13004 ac_status=$?
13005 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13006 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13007 (./conftest; exit; ) >&5 2>/dev/null
13008 lt_status=$?
13009 case x$lt_status in
13010 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13011 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13012 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13013 esac
13014 else :
13015 # compilation failed
13016 lt_cv_dlopen_self_static=no
13017 fi
13018 fi
13019 rm -fr conftest*
13020
13021
13022 fi
13023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13024 $as_echo "$lt_cv_dlopen_self_static" >&6; }
13025 fi
13026
13027 CPPFLAGS="$save_CPPFLAGS"
13028 LDFLAGS="$save_LDFLAGS"
13029 LIBS="$save_LIBS"
13030 ;;
13031 esac
13032
13033 case $lt_cv_dlopen_self in
13034 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13035 *) enable_dlopen_self=unknown ;;
13036 esac
13037
13038 case $lt_cv_dlopen_self_static in
13039 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13040 *) enable_dlopen_self_static=unknown ;;
13041 esac
13042 fi
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
13054
13055
13056
13057
13058
13059
13060 striplib=
13061 old_striplib=
13062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13063 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
13064 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13065 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13066 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13068 $as_echo "yes" >&6; }
13069 else
13070 # FIXME - insert some real tests, host_os isn't really good enough
13071 case $host_os in
13072 darwin*)
13073 if test -n "$STRIP" ; then
13074 striplib="$STRIP -x"
13075 old_striplib="$STRIP -S"
13076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13077 $as_echo "yes" >&6; }
13078 else
13079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13080 $as_echo "no" >&6; }
13081 fi
13082 ;;
13083 *)
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13085 $as_echo "no" >&6; }
13086 ;;
13087 esac
13088 fi
13089
13090
13091
13092
13093
13094
13095
13096
13097
13098
13099
13100
13101 # Report which library types will actually be built
13102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13103 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
13104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13105 $as_echo "$can_build_shared" >&6; }
13106
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13108 $as_echo_n "checking whether to build shared libraries... " >&6; }
13109 test "$can_build_shared" = "no" && enable_shared=no
13110
13111 # On AIX, shared libraries and static libraries use the same namespace, and
13112 # are all built from PIC.
13113 case $host_os in
13114 aix3*)
13115 test "$enable_shared" = yes && enable_static=no
13116 if test -n "$RANLIB"; then
13117 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13118 postinstall_cmds='$RANLIB $lib'
13119 fi
13120 ;;
13121
13122 aix[4-9]*)
13123 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13124 test "$enable_shared" = yes && enable_static=no
13125 fi
13126 ;;
13127 esac
13128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13129 $as_echo "$enable_shared" >&6; }
13130
13131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13132 $as_echo_n "checking whether to build static libraries... " >&6; }
13133 # Make sure either enable_shared or enable_static is yes.
13134 test "$enable_shared" = yes || enable_static=yes
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13136 $as_echo "$enable_static" >&6; }
13137
13138
13139
13140
13141 fi
13142 ac_ext=c
13143 ac_cpp='$CPP $CPPFLAGS'
13144 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13145 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13146 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13147
13148 CC="$lt_save_CC"
13149
13150
13151
13152
13153
13154
13155
13156
13157
13158
13159
13160
13161
13162 ac_config_commands="$ac_config_commands libtool"
13163
13164
13165
13166
13167 # Only expand once:
13168
13169
13170
13171
13172 . ${srcdir}/../../bfd/configure.host
13173
13174
13175
13176
13177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13178 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13179 # Check whether --enable-maintainer-mode was given.
13180 if test "${enable_maintainer_mode+set}" = set; then :
13181 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13182 else
13183 USE_MAINTAINER_MODE=no
13184 fi
13185
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13187 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13188 if test $USE_MAINTAINER_MODE = yes; then
13189 MAINTAINER_MODE_TRUE=
13190 MAINTAINER_MODE_FALSE='#'
13191 else
13192 MAINTAINER_MODE_TRUE='#'
13193 MAINTAINER_MODE_FALSE=
13194 fi
13195
13196 MAINT=$MAINTAINER_MODE_TRUE
13197
13198
13199
13200
13201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13202 $as_echo_n "checking for sim debug setting... " >&6; }
13203 sim_debug="0"
13204 # Check whether --enable-sim-debug was given.
13205 if test "${enable_sim_debug+set}" = set; then :
13206 enableval=$enable_sim_debug; case "${enableval}" in
13207 yes) sim_debug="7";;
13208 no) sim_debug="0";;
13209 *) sim_debug="($enableval)";;
13210 esac
13211 fi
13212 if test "$sim_debug" != "0"; then
13213
13214 cat >>confdefs.h <<_ACEOF
13215 #define DEBUG $sim_debug
13216 _ACEOF
13217
13218 fi
13219
13220 cat >>confdefs.h <<_ACEOF
13221 #define WITH_DEBUG $sim_debug
13222 _ACEOF
13223
13224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13225 $as_echo "$sim_debug" >&6; }
13226
13227
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13229 $as_echo_n "checking for sim stdio debug behavior... " >&6; }
13230 sim_stdio="0"
13231 # Check whether --enable-sim-stdio was given.
13232 if test "${enable_sim_stdio+set}" = set; then :
13233 enableval=$enable_sim_stdio; case "${enableval}" in
13234 yes) sim_stdio="DO_USE_STDIO";;
13235 no) sim_stdio="DONT_USE_STDIO";;
13236 *) as_fn_error "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
13237 esac
13238 fi
13239
13240 cat >>confdefs.h <<_ACEOF
13241 #define WITH_STDIO $sim_stdio
13242 _ACEOF
13243
13244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13245 $as_echo "$sim_stdio" >&6; }
13246
13247
13248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13249 $as_echo_n "checking for sim trace settings... " >&6; }
13250 sim_trace="~TRACE_debug"
13251 # Check whether --enable-sim-trace was given.
13252 if test "${enable_sim_trace+set}" = set; then :
13253 enableval=$enable_sim_trace; case "${enableval}" in
13254 yes) sim_trace="-1";;
13255 no) sim_trace="0";;
13256 [-0-9]*)
13257 sim_trace="'(${enableval})'";;
13258 [[:lower:]]*)
13259 sim_trace=""
13260 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13261 if test x"$sim_trace" = x; then
13262 sim_trace="(TRACE_$x"
13263 else
13264 sim_trace="${sim_trace}|TRACE_$x"
13265 fi
13266 done
13267 sim_trace="$sim_trace)" ;;
13268 esac
13269 fi
13270
13271 cat >>confdefs.h <<_ACEOF
13272 #define WITH_TRACE $sim_trace
13273 _ACEOF
13274
13275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13276 $as_echo "$sim_trace" >&6; }
13277
13278
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13280 $as_echo_n "checking for sim profile settings... " >&6; }
13281 profile="1"
13282 sim_profile="-1"
13283 # Check whether --enable-sim-profile was given.
13284 if test "${enable_sim_profile+set}" = set; then :
13285 enableval=$enable_sim_profile; case "${enableval}" in
13286 yes) profile="1" sim_profile="-1";;
13287 no) profile="0" sim_profile="0";;
13288 [-0-9]*)
13289 profile="(${enableval})" sim_profile="(${enableval})";;
13290 [a-z]*)
13291 profile="1"
13292 sim_profile=""
13293 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13294 if test x"$sim_profile" = x; then
13295 sim_profile="(PROFILE_$x"
13296 else
13297 sim_profile="${sim_profile}|PROFILE_$x"
13298 fi
13299 done
13300 sim_profile="$sim_profile)" ;;
13301 esac
13302 fi
13303
13304 cat >>confdefs.h <<_ACEOF
13305 #define PROFILE $profile
13306 _ACEOF
13307
13308
13309 cat >>confdefs.h <<_ACEOF
13310 #define WITH_PROFILE $sim_profile
13311 _ACEOF
13312
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13314 $as_echo "$sim_profile" >&6; }
13315
13316
13317
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13319 $as_echo_n "checking whether to enable sim asserts... " >&6; }
13320 sim_assert="1"
13321 # Check whether --enable-sim-assert was given.
13322 if test "${enable_sim_assert+set}" = set; then :
13323 enableval=$enable_sim_assert; case "${enableval}" in
13324 yes) sim_assert="1";;
13325 no) sim_assert="0";;
13326 *) as_fn_error "--enable-sim-assert does not take a value" "$LINENO" 5;;
13327 esac
13328 fi
13329
13330 cat >>confdefs.h <<_ACEOF
13331 #define WITH_ASSERT $sim_assert
13332 _ACEOF
13333
13334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13335 $as_echo "$sim_assert" >&6; }
13336
13337
13338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13339 $as_echo_n "checking default sim environment setting... " >&6; }
13340 sim_environment="ALL_ENVIRONMENT"
13341 # Check whether --enable-sim-environment was given.
13342 if test "${enable_sim_environment+set}" = set; then :
13343 enableval=$enable_sim_environment; case "${enableval}" in
13344 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13345 user | USER) sim_environment="USER_ENVIRONMENT";;
13346 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13347 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
13348 *) as_fn_error "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
13349 esac
13350 fi
13351
13352 cat >>confdefs.h <<_ACEOF
13353 #define WITH_ENVIRONMENT $sim_environment
13354 _ACEOF
13355
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13357 $as_echo "$sim_environment" >&6; }
13358
13359
13360 sim_inline="-DDEFAULT_INLINE=0"
13361 # Check whether --enable-sim-inline was given.
13362 if test "${enable_sim_inline+set}" = set; then :
13363 enableval=$enable_sim_inline; sim_inline=""
13364 case "$enableval" in
13365 no) sim_inline="-DDEFAULT_INLINE=0";;
13366 0) sim_inline="-DDEFAULT_INLINE=0";;
13367 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13368 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13369 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13370 new_flag=""
13371 case "$x" in
13372 *_INLINE=*) new_flag="-D$x";;
13373 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13374 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13375 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13376 esac
13377 if test x"$sim_inline" = x""; then
13378 sim_inline="$new_flag"
13379 else
13380 sim_inline="$sim_inline $new_flag"
13381 fi
13382 done;;
13383 esac
13384 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13385 echo "Setting inline flags = $sim_inline" 6>&1
13386 fi
13387 fi
13388
13389
13390
13391
13392 # Check whether --with-pkgversion was given.
13393 if test "${with_pkgversion+set}" = set; then :
13394 withval=$with_pkgversion; case "$withval" in
13395 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
13396 no) PKGVERSION= ;;
13397 *) PKGVERSION="($withval) " ;;
13398 esac
13399 else
13400 PKGVERSION="(SIM) "
13401
13402 fi
13403
13404
13405
13406
13407
13408 # Check whether --with-bugurl was given.
13409 if test "${with_bugurl+set}" = set; then :
13410 withval=$with_bugurl; case "$withval" in
13411 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13412 no) BUGURL=
13413 ;;
13414 *) BUGURL="$withval"
13415 ;;
13416 esac
13417 else
13418 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13419
13420 fi
13421
13422 case ${BUGURL} in
13423 "")
13424 REPORT_BUGS_TO=
13425 REPORT_BUGS_TEXI=
13426 ;;
13427 *)
13428 REPORT_BUGS_TO="<$BUGURL>"
13429 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13430 ;;
13431 esac;
13432
13433
13434
13435
13436 cat >>confdefs.h <<_ACEOF
13437 #define PKGVERSION "$PKGVERSION"
13438 _ACEOF
13439
13440
13441 cat >>confdefs.h <<_ACEOF
13442 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13443 _ACEOF
13444
13445
13446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13447 $as_echo_n "checking return type of signal handlers... " >&6; }
13448 if test "${ac_cv_type_signal+set}" = set; then :
13449 $as_echo_n "(cached) " >&6
13450 else
13451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13452 /* end confdefs.h. */
13453 #include <sys/types.h>
13454 #include <signal.h>
13455
13456 int
13457 main ()
13458 {
13459 return *(signal (0, 0)) (0) == 1;
13460 ;
13461 return 0;
13462 }
13463 _ACEOF
13464 if ac_fn_c_try_compile "$LINENO"; then :
13465 ac_cv_type_signal=int
13466 else
13467 ac_cv_type_signal=void
13468 fi
13469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13470 fi
13471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13472 $as_echo "$ac_cv_type_signal" >&6; }
13473
13474 cat >>confdefs.h <<_ACEOF
13475 #define RETSIGTYPE $ac_cv_type_signal
13476 _ACEOF
13477
13478
13479
13480
13481
13482
13483
13484 for ac_header in getopt.h
13485 do :
13486 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
13487 if test "x$ac_cv_header_getopt_h" = x""yes; then :
13488 cat >>confdefs.h <<_ACEOF
13489 #define HAVE_GETOPT_H 1
13490 _ACEOF
13491
13492 fi
13493
13494 done
13495
13496
13497
13498 cgen_breaks=""
13499 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13500 cgen_breaks="break cgen_rtx_error";
13501 fi
13502
13503 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13504
13505 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13506
13507 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13508
13509 ac_config_commands="$ac_config_commands Makefile"
13510
13511 ac_config_commands="$ac_config_commands stamp-h"
13512
13513 cat >confcache <<\_ACEOF
13514 # This file is a shell script that caches the results of configure
13515 # tests run on this system so they can be shared between configure
13516 # scripts and configure runs, see configure's option --config-cache.
13517 # It is not useful on other systems. If it contains results you don't
13518 # want to keep, you may remove or edit it.
13519 #
13520 # config.status only pays attention to the cache file if you give it
13521 # the --recheck option to rerun configure.
13522 #
13523 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13524 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13525 # following values.
13526
13527 _ACEOF
13528
13529 # The following way of writing the cache mishandles newlines in values,
13530 # but we know of no workaround that is simple, portable, and efficient.
13531 # So, we kill variables containing newlines.
13532 # Ultrix sh set writes to stderr and can't be redirected directly,
13533 # and sets the high bit in the cache file unless we assign to the vars.
13534 (
13535 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13536 eval ac_val=\$$ac_var
13537 case $ac_val in #(
13538 *${as_nl}*)
13539 case $ac_var in #(
13540 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13541 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13542 esac
13543 case $ac_var in #(
13544 _ | IFS | as_nl) ;; #(
13545 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13546 *) { eval $ac_var=; unset $ac_var;} ;;
13547 esac ;;
13548 esac
13549 done
13550
13551 (set) 2>&1 |
13552 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13553 *${as_nl}ac_space=\ *)
13554 # `set' does not quote correctly, so add quotes: double-quote
13555 # substitution turns \\\\ into \\, and sed turns \\ into \.
13556 sed -n \
13557 "s/'/'\\\\''/g;
13558 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13559 ;; #(
13560 *)
13561 # `set' quotes correctly as required by POSIX, so do not add quotes.
13562 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13563 ;;
13564 esac |
13565 sort
13566 ) |
13567 sed '
13568 /^ac_cv_env_/b end
13569 t clear
13570 :clear
13571 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13572 t end
13573 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13574 :end' >>confcache
13575 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13576 if test -w "$cache_file"; then
13577 test "x$cache_file" != "x/dev/null" &&
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13579 $as_echo "$as_me: updating cache $cache_file" >&6;}
13580 cat confcache >$cache_file
13581 else
13582 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13583 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13584 fi
13585 fi
13586 rm -f confcache
13587
13588 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13589 # Let make expand exec_prefix.
13590 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13591
13592 DEFS=-DHAVE_CONFIG_H
13593
13594 ac_libobjs=
13595 ac_ltlibobjs=
13596 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13597 # 1. Remove the extension, and $U if already installed.
13598 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13599 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13600 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13601 # will be set to the directory where LIBOBJS objects are built.
13602 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13603 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13604 done
13605 LIBOBJS=$ac_libobjs
13606
13607 LTLIBOBJS=$ac_ltlibobjs
13608
13609
13610
13611 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13612 as_fn_error "conditional \"GMAKE\" was never defined.
13613 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13614 fi
13615 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13616 as_fn_error "conditional \"PLUGINS\" was never defined.
13617 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13618 fi
13619 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13620 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13621 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13622 fi
13623
13624 : ${CONFIG_STATUS=./config.status}
13625 ac_write_fail=0
13626 ac_clean_files_save=$ac_clean_files
13627 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13629 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13630 as_write_fail=0
13631 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13632 #! $SHELL
13633 # Generated by $as_me.
13634 # Run this file to recreate the current configuration.
13635 # Compiler output produced by configure, useful for debugging
13636 # configure, is in config.log if it exists.
13637
13638 debug=false
13639 ac_cs_recheck=false
13640 ac_cs_silent=false
13641
13642 SHELL=\${CONFIG_SHELL-$SHELL}
13643 export SHELL
13644 _ASEOF
13645 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13646 ## -------------------- ##
13647 ## M4sh Initialization. ##
13648 ## -------------------- ##
13649
13650 # Be more Bourne compatible
13651 DUALCASE=1; export DUALCASE # for MKS sh
13652 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13653 emulate sh
13654 NULLCMD=:
13655 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13656 # is contrary to our usage. Disable this feature.
13657 alias -g '${1+"$@"}'='"$@"'
13658 setopt NO_GLOB_SUBST
13659 else
13660 case `(set -o) 2>/dev/null` in #(
13661 *posix*) :
13662 set -o posix ;; #(
13663 *) :
13664 ;;
13665 esac
13666 fi
13667
13668
13669 as_nl='
13670 '
13671 export as_nl
13672 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13673 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13674 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13675 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13676 # Prefer a ksh shell builtin over an external printf program on Solaris,
13677 # but without wasting forks for bash or zsh.
13678 if test -z "$BASH_VERSION$ZSH_VERSION" \
13679 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13680 as_echo='print -r --'
13681 as_echo_n='print -rn --'
13682 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13683 as_echo='printf %s\n'
13684 as_echo_n='printf %s'
13685 else
13686 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13687 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13688 as_echo_n='/usr/ucb/echo -n'
13689 else
13690 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13691 as_echo_n_body='eval
13692 arg=$1;
13693 case $arg in #(
13694 *"$as_nl"*)
13695 expr "X$arg" : "X\\(.*\\)$as_nl";
13696 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13697 esac;
13698 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13699 '
13700 export as_echo_n_body
13701 as_echo_n='sh -c $as_echo_n_body as_echo'
13702 fi
13703 export as_echo_body
13704 as_echo='sh -c $as_echo_body as_echo'
13705 fi
13706
13707 # The user is always right.
13708 if test "${PATH_SEPARATOR+set}" != set; then
13709 PATH_SEPARATOR=:
13710 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13711 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13712 PATH_SEPARATOR=';'
13713 }
13714 fi
13715
13716
13717 # IFS
13718 # We need space, tab and new line, in precisely that order. Quoting is
13719 # there to prevent editors from complaining about space-tab.
13720 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13721 # splitting by setting IFS to empty value.)
13722 IFS=" "" $as_nl"
13723
13724 # Find who we are. Look in the path if we contain no directory separator.
13725 case $0 in #((
13726 *[\\/]* ) as_myself=$0 ;;
13727 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13728 for as_dir in $PATH
13729 do
13730 IFS=$as_save_IFS
13731 test -z "$as_dir" && as_dir=.
13732 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13733 done
13734 IFS=$as_save_IFS
13735
13736 ;;
13737 esac
13738 # We did not find ourselves, most probably we were run as `sh COMMAND'
13739 # in which case we are not to be found in the path.
13740 if test "x$as_myself" = x; then
13741 as_myself=$0
13742 fi
13743 if test ! -f "$as_myself"; then
13744 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13745 exit 1
13746 fi
13747
13748 # Unset variables that we do not need and which cause bugs (e.g. in
13749 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13750 # suppresses any "Segmentation fault" message there. '((' could
13751 # trigger a bug in pdksh 5.2.14.
13752 for as_var in BASH_ENV ENV MAIL MAILPATH
13753 do eval test x\${$as_var+set} = xset \
13754 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13755 done
13756 PS1='$ '
13757 PS2='> '
13758 PS4='+ '
13759
13760 # NLS nuisances.
13761 LC_ALL=C
13762 export LC_ALL
13763 LANGUAGE=C
13764 export LANGUAGE
13765
13766 # CDPATH.
13767 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13768
13769
13770 # as_fn_error ERROR [LINENO LOG_FD]
13771 # ---------------------------------
13772 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13773 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13774 # script with status $?, using 1 if that was 0.
13775 as_fn_error ()
13776 {
13777 as_status=$?; test $as_status -eq 0 && as_status=1
13778 if test "$3"; then
13779 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13780 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13781 fi
13782 $as_echo "$as_me: error: $1" >&2
13783 as_fn_exit $as_status
13784 } # as_fn_error
13785
13786
13787 # as_fn_set_status STATUS
13788 # -----------------------
13789 # Set $? to STATUS, without forking.
13790 as_fn_set_status ()
13791 {
13792 return $1
13793 } # as_fn_set_status
13794
13795 # as_fn_exit STATUS
13796 # -----------------
13797 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13798 as_fn_exit ()
13799 {
13800 set +e
13801 as_fn_set_status $1
13802 exit $1
13803 } # as_fn_exit
13804
13805 # as_fn_unset VAR
13806 # ---------------
13807 # Portably unset VAR.
13808 as_fn_unset ()
13809 {
13810 { eval $1=; unset $1;}
13811 }
13812 as_unset=as_fn_unset
13813 # as_fn_append VAR VALUE
13814 # ----------------------
13815 # Append the text in VALUE to the end of the definition contained in VAR. Take
13816 # advantage of any shell optimizations that allow amortized linear growth over
13817 # repeated appends, instead of the typical quadratic growth present in naive
13818 # implementations.
13819 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13820 eval 'as_fn_append ()
13821 {
13822 eval $1+=\$2
13823 }'
13824 else
13825 as_fn_append ()
13826 {
13827 eval $1=\$$1\$2
13828 }
13829 fi # as_fn_append
13830
13831 # as_fn_arith ARG...
13832 # ------------------
13833 # Perform arithmetic evaluation on the ARGs, and store the result in the
13834 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13835 # must be portable across $(()) and expr.
13836 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13837 eval 'as_fn_arith ()
13838 {
13839 as_val=$(( $* ))
13840 }'
13841 else
13842 as_fn_arith ()
13843 {
13844 as_val=`expr "$@" || test $? -eq 1`
13845 }
13846 fi # as_fn_arith
13847
13848
13849 if expr a : '\(a\)' >/dev/null 2>&1 &&
13850 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13851 as_expr=expr
13852 else
13853 as_expr=false
13854 fi
13855
13856 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13857 as_basename=basename
13858 else
13859 as_basename=false
13860 fi
13861
13862 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13863 as_dirname=dirname
13864 else
13865 as_dirname=false
13866 fi
13867
13868 as_me=`$as_basename -- "$0" ||
13869 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13870 X"$0" : 'X\(//\)$' \| \
13871 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13872 $as_echo X/"$0" |
13873 sed '/^.*\/\([^/][^/]*\)\/*$/{
13874 s//\1/
13875 q
13876 }
13877 /^X\/\(\/\/\)$/{
13878 s//\1/
13879 q
13880 }
13881 /^X\/\(\/\).*/{
13882 s//\1/
13883 q
13884 }
13885 s/.*/./; q'`
13886
13887 # Avoid depending upon Character Ranges.
13888 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13889 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13890 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13891 as_cr_digits='0123456789'
13892 as_cr_alnum=$as_cr_Letters$as_cr_digits
13893
13894 ECHO_C= ECHO_N= ECHO_T=
13895 case `echo -n x` in #(((((
13896 -n*)
13897 case `echo 'xy\c'` in
13898 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13899 xy) ECHO_C='\c';;
13900 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13901 ECHO_T=' ';;
13902 esac;;
13903 *)
13904 ECHO_N='-n';;
13905 esac
13906
13907 rm -f conf$$ conf$$.exe conf$$.file
13908 if test -d conf$$.dir; then
13909 rm -f conf$$.dir/conf$$.file
13910 else
13911 rm -f conf$$.dir
13912 mkdir conf$$.dir 2>/dev/null
13913 fi
13914 if (echo >conf$$.file) 2>/dev/null; then
13915 if ln -s conf$$.file conf$$ 2>/dev/null; then
13916 as_ln_s='ln -s'
13917 # ... but there are two gotchas:
13918 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13919 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13920 # In both cases, we have to default to `cp -p'.
13921 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13922 as_ln_s='cp -p'
13923 elif ln conf$$.file conf$$ 2>/dev/null; then
13924 as_ln_s=ln
13925 else
13926 as_ln_s='cp -p'
13927 fi
13928 else
13929 as_ln_s='cp -p'
13930 fi
13931 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13932 rmdir conf$$.dir 2>/dev/null
13933
13934
13935 # as_fn_mkdir_p
13936 # -------------
13937 # Create "$as_dir" as a directory, including parents if necessary.
13938 as_fn_mkdir_p ()
13939 {
13940
13941 case $as_dir in #(
13942 -*) as_dir=./$as_dir;;
13943 esac
13944 test -d "$as_dir" || eval $as_mkdir_p || {
13945 as_dirs=
13946 while :; do
13947 case $as_dir in #(
13948 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13949 *) as_qdir=$as_dir;;
13950 esac
13951 as_dirs="'$as_qdir' $as_dirs"
13952 as_dir=`$as_dirname -- "$as_dir" ||
13953 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13954 X"$as_dir" : 'X\(//\)[^/]' \| \
13955 X"$as_dir" : 'X\(//\)$' \| \
13956 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13957 $as_echo X"$as_dir" |
13958 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13959 s//\1/
13960 q
13961 }
13962 /^X\(\/\/\)[^/].*/{
13963 s//\1/
13964 q
13965 }
13966 /^X\(\/\/\)$/{
13967 s//\1/
13968 q
13969 }
13970 /^X\(\/\).*/{
13971 s//\1/
13972 q
13973 }
13974 s/.*/./; q'`
13975 test -d "$as_dir" && break
13976 done
13977 test -z "$as_dirs" || eval "mkdir $as_dirs"
13978 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13979
13980
13981 } # as_fn_mkdir_p
13982 if mkdir -p . 2>/dev/null; then
13983 as_mkdir_p='mkdir -p "$as_dir"'
13984 else
13985 test -d ./-p && rmdir ./-p
13986 as_mkdir_p=false
13987 fi
13988
13989 if test -x / >/dev/null 2>&1; then
13990 as_test_x='test -x'
13991 else
13992 if ls -dL / >/dev/null 2>&1; then
13993 as_ls_L_option=L
13994 else
13995 as_ls_L_option=
13996 fi
13997 as_test_x='
13998 eval sh -c '\''
13999 if test -d "$1"; then
14000 test -d "$1/.";
14001 else
14002 case $1 in #(
14003 -*)set "./$1";;
14004 esac;
14005 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14006 ???[sx]*):;;*)false;;esac;fi
14007 '\'' sh
14008 '
14009 fi
14010 as_executable_p=$as_test_x
14011
14012 # Sed expression to map a string onto a valid CPP name.
14013 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14014
14015 # Sed expression to map a string onto a valid variable name.
14016 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14017
14018
14019 exec 6>&1
14020 ## ----------------------------------- ##
14021 ## Main body of $CONFIG_STATUS script. ##
14022 ## ----------------------------------- ##
14023 _ASEOF
14024 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14025
14026 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14027 # Save the log message, to keep $0 and so on meaningful, and to
14028 # report actual input values of CONFIG_FILES etc. instead of their
14029 # values after options handling.
14030 ac_log="
14031 This file was extended by $as_me, which was
14032 generated by GNU Autoconf 2.64. Invocation command line was
14033
14034 CONFIG_FILES = $CONFIG_FILES
14035 CONFIG_HEADERS = $CONFIG_HEADERS
14036 CONFIG_LINKS = $CONFIG_LINKS
14037 CONFIG_COMMANDS = $CONFIG_COMMANDS
14038 $ $0 $@
14039
14040 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14041 "
14042
14043 _ACEOF
14044
14045 case $ac_config_files in *"
14046 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14047 esac
14048
14049 case $ac_config_headers in *"
14050 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14051 esac
14052
14053
14054 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14055 # Files that config.status was made for.
14056 config_files="$ac_config_files"
14057 config_headers="$ac_config_headers"
14058 config_commands="$ac_config_commands"
14059
14060 _ACEOF
14061
14062 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14063 ac_cs_usage="\
14064 \`$as_me' instantiates files and other configuration actions
14065 from templates according to the current configuration. Unless the files
14066 and actions are specified as TAGs, all are instantiated by default.
14067
14068 Usage: $0 [OPTION]... [TAG]...
14069
14070 -h, --help print this help, then exit
14071 -V, --version print version number and configuration settings, then exit
14072 -q, --quiet, --silent
14073 do not print progress messages
14074 -d, --debug don't remove temporary files
14075 --recheck update $as_me by reconfiguring in the same conditions
14076 --file=FILE[:TEMPLATE]
14077 instantiate the configuration file FILE
14078 --header=FILE[:TEMPLATE]
14079 instantiate the configuration header FILE
14080
14081 Configuration files:
14082 $config_files
14083
14084 Configuration headers:
14085 $config_headers
14086
14087 Configuration commands:
14088 $config_commands
14089
14090 Report bugs to the package provider."
14091
14092 _ACEOF
14093 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14094 ac_cs_version="\\
14095 config.status
14096 configured by $0, generated by GNU Autoconf 2.64,
14097 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14098
14099 Copyright (C) 2009 Free Software Foundation, Inc.
14100 This config.status script is free software; the Free Software Foundation
14101 gives unlimited permission to copy, distribute and modify it."
14102
14103 ac_pwd='$ac_pwd'
14104 srcdir='$srcdir'
14105 INSTALL='$INSTALL'
14106 AWK='$AWK'
14107 test -n "\$AWK" || AWK=awk
14108 _ACEOF
14109
14110 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14111 # The default lists apply if the user does not specify any file.
14112 ac_need_defaults=:
14113 while test $# != 0
14114 do
14115 case $1 in
14116 --*=*)
14117 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14118 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14119 ac_shift=:
14120 ;;
14121 *)
14122 ac_option=$1
14123 ac_optarg=$2
14124 ac_shift=shift
14125 ;;
14126 esac
14127
14128 case $ac_option in
14129 # Handling of the options.
14130 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14131 ac_cs_recheck=: ;;
14132 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14133 $as_echo "$ac_cs_version"; exit ;;
14134 --debug | --debu | --deb | --de | --d | -d )
14135 debug=: ;;
14136 --file | --fil | --fi | --f )
14137 $ac_shift
14138 case $ac_optarg in
14139 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14140 esac
14141 as_fn_append CONFIG_FILES " '$ac_optarg'"
14142 ac_need_defaults=false;;
14143 --header | --heade | --head | --hea )
14144 $ac_shift
14145 case $ac_optarg in
14146 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14147 esac
14148 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14149 ac_need_defaults=false;;
14150 --he | --h)
14151 # Conflict between --help and --header
14152 as_fn_error "ambiguous option: \`$1'
14153 Try \`$0 --help' for more information.";;
14154 --help | --hel | -h )
14155 $as_echo "$ac_cs_usage"; exit ;;
14156 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14157 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14158 ac_cs_silent=: ;;
14159
14160 # This is an error.
14161 -*) as_fn_error "unrecognized option: \`$1'
14162 Try \`$0 --help' for more information." ;;
14163
14164 *) as_fn_append ac_config_targets " $1"
14165 ac_need_defaults=false ;;
14166
14167 esac
14168 shift
14169 done
14170
14171 ac_configure_extra_args=
14172
14173 if $ac_cs_silent; then
14174 exec 6>/dev/null
14175 ac_configure_extra_args="$ac_configure_extra_args --silent"
14176 fi
14177
14178 _ACEOF
14179 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14180 if \$ac_cs_recheck; then
14181 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14182 shift
14183 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14184 CONFIG_SHELL='$SHELL'
14185 export CONFIG_SHELL
14186 exec "\$@"
14187 fi
14188
14189 _ACEOF
14190 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14191 exec 5>>config.log
14192 {
14193 echo
14194 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14195 ## Running $as_me. ##
14196 _ASBOX
14197 $as_echo "$ac_log"
14198 } >&5
14199
14200 _ACEOF
14201 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14202 #
14203 # INIT-COMMANDS
14204 #
14205 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14206
14207
14208 # The HP-UX ksh and POSIX shell print the target directory to stdout
14209 # if CDPATH is set.
14210 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14211
14212 sed_quote_subst='$sed_quote_subst'
14213 double_quote_subst='$double_quote_subst'
14214 delay_variable_subst='$delay_variable_subst'
14215 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14216 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14217 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14218 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14219 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14220 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14221 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14222 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14223 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14224 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14225 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14226 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14227 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14228 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14229 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14230 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14231 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14232 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14233 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14234 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14235 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14236 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14237 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14238 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14239 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14240 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14241 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14242 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14243 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14244 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14245 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14246 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14247 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14248 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14249 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14250 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14251 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14252 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14253 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14254 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14255 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14256 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14257 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14258 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14259 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14260 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14261 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14262 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14263 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"`'
14264 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14265 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14266 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14267 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14268 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14269 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14270 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14271 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14272 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14273 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14274 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14275 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14276 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14277 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14278 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14279 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14280 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14281 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14282 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14283 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14284 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14285 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14286 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14287 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14288 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14289 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14290 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14291 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14292 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14293 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14294 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14295 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14296 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14297 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14298 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14299 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14300 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14301 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14302 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14303 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14304 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14305 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14306 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14307 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14308 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14309 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14310 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14311 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14312 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14313 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14314 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14315 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14316 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14317 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14318 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14319 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14320 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14321 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14322 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14323 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14324 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14325 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14326 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14327 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14328 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14329 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14330 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14331 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14332 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14333 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14334 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14335
14336 LTCC='$LTCC'
14337 LTCFLAGS='$LTCFLAGS'
14338 compiler='$compiler_DEFAULT'
14339
14340 # A function that is used when there is no print builtin or printf.
14341 func_fallback_echo ()
14342 {
14343 eval 'cat <<_LTECHO_EOF
14344 \$1
14345 _LTECHO_EOF'
14346 }
14347
14348 # Quote evaled strings.
14349 for var in SHELL \
14350 ECHO \
14351 SED \
14352 GREP \
14353 EGREP \
14354 FGREP \
14355 LD \
14356 NM \
14357 LN_S \
14358 lt_SP2NL \
14359 lt_NL2SP \
14360 reload_flag \
14361 OBJDUMP \
14362 deplibs_check_method \
14363 file_magic_cmd \
14364 AR \
14365 AR_FLAGS \
14366 STRIP \
14367 RANLIB \
14368 CC \
14369 CFLAGS \
14370 compiler \
14371 lt_cv_sys_global_symbol_pipe \
14372 lt_cv_sys_global_symbol_to_cdecl \
14373 lt_cv_sys_global_symbol_to_c_name_address \
14374 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14375 lt_prog_compiler_no_builtin_flag \
14376 lt_prog_compiler_wl \
14377 lt_prog_compiler_pic \
14378 lt_prog_compiler_static \
14379 lt_cv_prog_compiler_c_o \
14380 need_locks \
14381 DSYMUTIL \
14382 NMEDIT \
14383 LIPO \
14384 OTOOL \
14385 OTOOL64 \
14386 shrext_cmds \
14387 export_dynamic_flag_spec \
14388 whole_archive_flag_spec \
14389 compiler_needs_object \
14390 with_gnu_ld \
14391 allow_undefined_flag \
14392 no_undefined_flag \
14393 hardcode_libdir_flag_spec \
14394 hardcode_libdir_flag_spec_ld \
14395 hardcode_libdir_separator \
14396 fix_srcfile_path \
14397 exclude_expsyms \
14398 include_expsyms \
14399 file_list_spec \
14400 variables_saved_for_relink \
14401 libname_spec \
14402 library_names_spec \
14403 soname_spec \
14404 install_override_mode \
14405 finish_eval \
14406 old_striplib \
14407 striplib; do
14408 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14409 *[\\\\\\\`\\"\\\$]*)
14410 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14411 ;;
14412 *)
14413 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14414 ;;
14415 esac
14416 done
14417
14418 # Double-quote double-evaled strings.
14419 for var in reload_cmds \
14420 old_postinstall_cmds \
14421 old_postuninstall_cmds \
14422 old_archive_cmds \
14423 extract_expsyms_cmds \
14424 old_archive_from_new_cmds \
14425 old_archive_from_expsyms_cmds \
14426 archive_cmds \
14427 archive_expsym_cmds \
14428 module_cmds \
14429 module_expsym_cmds \
14430 export_symbols_cmds \
14431 prelink_cmds \
14432 postinstall_cmds \
14433 postuninstall_cmds \
14434 finish_cmds \
14435 sys_lib_search_path_spec \
14436 sys_lib_dlsearch_path_spec; do
14437 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14438 *[\\\\\\\`\\"\\\$]*)
14439 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14440 ;;
14441 *)
14442 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14443 ;;
14444 esac
14445 done
14446
14447 ac_aux_dir='$ac_aux_dir'
14448 xsi_shell='$xsi_shell'
14449 lt_shell_append='$lt_shell_append'
14450
14451 # See if we are running on zsh, and set the options which allow our
14452 # commands through without removal of \ escapes INIT.
14453 if test -n "\${ZSH_VERSION+set}" ; then
14454 setopt NO_GLOB_SUBST
14455 fi
14456
14457
14458 PACKAGE='$PACKAGE'
14459 VERSION='$VERSION'
14460 TIMESTAMP='$TIMESTAMP'
14461 RM='$RM'
14462 ofile='$ofile'
14463
14464
14465
14466
14467 _ACEOF
14468
14469 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14470
14471 # Handling of arguments.
14472 for ac_config_target in $ac_config_targets
14473 do
14474 case $ac_config_target in
14475 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14476 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14477 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14478 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14479 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14480 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14481 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14482 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14483
14484 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14485 esac
14486 done
14487
14488
14489 # If the user did not use the arguments to specify the items to instantiate,
14490 # then the envvar interface is used. Set only those that are not.
14491 # We use the long form for the default assignment because of an extremely
14492 # bizarre bug on SunOS 4.1.3.
14493 if $ac_need_defaults; then
14494 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14495 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14496 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14497 fi
14498
14499 # Have a temporary directory for convenience. Make it in the build tree
14500 # simply because there is no reason against having it here, and in addition,
14501 # creating and moving files from /tmp can sometimes cause problems.
14502 # Hook for its removal unless debugging.
14503 # Note that there is a small window in which the directory will not be cleaned:
14504 # after its creation but before its name has been assigned to `$tmp'.
14505 $debug ||
14506 {
14507 tmp=
14508 trap 'exit_status=$?
14509 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14510 ' 0
14511 trap 'as_fn_exit 1' 1 2 13 15
14512 }
14513 # Create a (secure) tmp directory for tmp files.
14514
14515 {
14516 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14517 test -n "$tmp" && test -d "$tmp"
14518 } ||
14519 {
14520 tmp=./conf$$-$RANDOM
14521 (umask 077 && mkdir "$tmp")
14522 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14523
14524 # Set up the scripts for CONFIG_FILES section.
14525 # No need to generate them if there are no CONFIG_FILES.
14526 # This happens for instance with `./config.status config.h'.
14527 if test -n "$CONFIG_FILES"; then
14528
14529
14530 ac_cr=`echo X | tr X '\015'`
14531 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14532 # But we know of no other shell where ac_cr would be empty at this
14533 # point, so we can use a bashism as a fallback.
14534 if test "x$ac_cr" = x; then
14535 eval ac_cr=\$\'\\r\'
14536 fi
14537 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14538 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14539 ac_cs_awk_cr='\r'
14540 else
14541 ac_cs_awk_cr=$ac_cr
14542 fi
14543
14544 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14545 _ACEOF
14546
14547
14548 {
14549 echo "cat >conf$$subs.awk <<_ACEOF" &&
14550 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14551 echo "_ACEOF"
14552 } >conf$$subs.sh ||
14553 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14554 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14555 ac_delim='%!_!# '
14556 for ac_last_try in false false false false false :; do
14557 . ./conf$$subs.sh ||
14558 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14559
14560 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14561 if test $ac_delim_n = $ac_delim_num; then
14562 break
14563 elif $ac_last_try; then
14564 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14565 else
14566 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14567 fi
14568 done
14569 rm -f conf$$subs.sh
14570
14571 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14572 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14573 _ACEOF
14574 sed -n '
14575 h
14576 s/^/S["/; s/!.*/"]=/
14577 p
14578 g
14579 s/^[^!]*!//
14580 :repl
14581 t repl
14582 s/'"$ac_delim"'$//
14583 t delim
14584 :nl
14585 h
14586 s/\(.\{148\}\).*/\1/
14587 t more1
14588 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14589 p
14590 n
14591 b repl
14592 :more1
14593 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14594 p
14595 g
14596 s/.\{148\}//
14597 t nl
14598 :delim
14599 h
14600 s/\(.\{148\}\).*/\1/
14601 t more2
14602 s/["\\]/\\&/g; s/^/"/; s/$/"/
14603 p
14604 b
14605 :more2
14606 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14607 p
14608 g
14609 s/.\{148\}//
14610 t delim
14611 ' <conf$$subs.awk | sed '
14612 /^[^""]/{
14613 N
14614 s/\n//
14615 }
14616 ' >>$CONFIG_STATUS || ac_write_fail=1
14617 rm -f conf$$subs.awk
14618 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14619 _ACAWK
14620 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14621 for (key in S) S_is_set[key] = 1
14622 FS = "\a"
14623
14624 }
14625 {
14626 line = $ 0
14627 nfields = split(line, field, "@")
14628 substed = 0
14629 len = length(field[1])
14630 for (i = 2; i < nfields; i++) {
14631 key = field[i]
14632 keylen = length(key)
14633 if (S_is_set[key]) {
14634 value = S[key]
14635 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14636 len += length(value) + length(field[++i])
14637 substed = 1
14638 } else
14639 len += 1 + keylen
14640 }
14641
14642 print line
14643 }
14644
14645 _ACAWK
14646 _ACEOF
14647 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14648 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14649 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14650 else
14651 cat
14652 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14653 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14654 _ACEOF
14655
14656 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14657 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14658 # trailing colons and then remove the whole line if VPATH becomes empty
14659 # (actually we leave an empty line to preserve line numbers).
14660 if test "x$srcdir" = x.; then
14661 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14662 s/:*\$(srcdir):*/:/
14663 s/:*\${srcdir}:*/:/
14664 s/:*@srcdir@:*/:/
14665 s/^\([^=]*=[ ]*\):*/\1/
14666 s/:*$//
14667 s/^[^=]*=[ ]*$//
14668 }'
14669 fi
14670
14671 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14672 fi # test -n "$CONFIG_FILES"
14673
14674 # Set up the scripts for CONFIG_HEADERS section.
14675 # No need to generate them if there are no CONFIG_HEADERS.
14676 # This happens for instance with `./config.status Makefile'.
14677 if test -n "$CONFIG_HEADERS"; then
14678 cat >"$tmp/defines.awk" <<\_ACAWK ||
14679 BEGIN {
14680 _ACEOF
14681
14682 # Transform confdefs.h into an awk script `defines.awk', embedded as
14683 # here-document in config.status, that substitutes the proper values into
14684 # config.h.in to produce config.h.
14685
14686 # Create a delimiter string that does not exist in confdefs.h, to ease
14687 # handling of long lines.
14688 ac_delim='%!_!# '
14689 for ac_last_try in false false :; do
14690 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14691 if test -z "$ac_t"; then
14692 break
14693 elif $ac_last_try; then
14694 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14695 else
14696 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14697 fi
14698 done
14699
14700 # For the awk script, D is an array of macro values keyed by name,
14701 # likewise P contains macro parameters if any. Preserve backslash
14702 # newline sequences.
14703
14704 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14705 sed -n '
14706 s/.\{148\}/&'"$ac_delim"'/g
14707 t rset
14708 :rset
14709 s/^[ ]*#[ ]*define[ ][ ]*/ /
14710 t def
14711 d
14712 :def
14713 s/\\$//
14714 t bsnl
14715 s/["\\]/\\&/g
14716 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14717 D["\1"]=" \3"/p
14718 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14719 d
14720 :bsnl
14721 s/["\\]/\\&/g
14722 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14723 D["\1"]=" \3\\\\\\n"\\/p
14724 t cont
14725 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14726 t cont
14727 d
14728 :cont
14729 n
14730 s/.\{148\}/&'"$ac_delim"'/g
14731 t clear
14732 :clear
14733 s/\\$//
14734 t bsnlc
14735 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14736 d
14737 :bsnlc
14738 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14739 b cont
14740 ' <confdefs.h | sed '
14741 s/'"$ac_delim"'/"\\\
14742 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14743
14744 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14745 for (key in D) D_is_set[key] = 1
14746 FS = "\a"
14747 }
14748 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14749 line = \$ 0
14750 split(line, arg, " ")
14751 if (arg[1] == "#") {
14752 defundef = arg[2]
14753 mac1 = arg[3]
14754 } else {
14755 defundef = substr(arg[1], 2)
14756 mac1 = arg[2]
14757 }
14758 split(mac1, mac2, "(") #)
14759 macro = mac2[1]
14760 prefix = substr(line, 1, index(line, defundef) - 1)
14761 if (D_is_set[macro]) {
14762 # Preserve the white space surrounding the "#".
14763 print prefix "define", macro P[macro] D[macro]
14764 next
14765 } else {
14766 # Replace #undef with comments. This is necessary, for example,
14767 # in the case of _POSIX_SOURCE, which is predefined and required
14768 # on some systems where configure will not decide to define it.
14769 if (defundef == "undef") {
14770 print "/*", prefix defundef, macro, "*/"
14771 next
14772 }
14773 }
14774 }
14775 { print }
14776 _ACAWK
14777 _ACEOF
14778 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14779 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14780 fi # test -n "$CONFIG_HEADERS"
14781
14782
14783 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14784 shift
14785 for ac_tag
14786 do
14787 case $ac_tag in
14788 :[FHLC]) ac_mode=$ac_tag; continue;;
14789 esac
14790 case $ac_mode$ac_tag in
14791 :[FHL]*:*);;
14792 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14793 :[FH]-) ac_tag=-:-;;
14794 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14795 esac
14796 ac_save_IFS=$IFS
14797 IFS=:
14798 set x $ac_tag
14799 IFS=$ac_save_IFS
14800 shift
14801 ac_file=$1
14802 shift
14803
14804 case $ac_mode in
14805 :L) ac_source=$1;;
14806 :[FH])
14807 ac_file_inputs=
14808 for ac_f
14809 do
14810 case $ac_f in
14811 -) ac_f="$tmp/stdin";;
14812 *) # Look for the file first in the build tree, then in the source tree
14813 # (if the path is not absolute). The absolute path cannot be DOS-style,
14814 # because $ac_f cannot contain `:'.
14815 test -f "$ac_f" ||
14816 case $ac_f in
14817 [\\/$]*) false;;
14818 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14819 esac ||
14820 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14821 esac
14822 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14823 as_fn_append ac_file_inputs " '$ac_f'"
14824 done
14825
14826 # Let's still pretend it is `configure' which instantiates (i.e., don't
14827 # use $as_me), people would be surprised to read:
14828 # /* config.h. Generated by config.status. */
14829 configure_input='Generated from '`
14830 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14831 `' by configure.'
14832 if test x"$ac_file" != x-; then
14833 configure_input="$ac_file. $configure_input"
14834 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14835 $as_echo "$as_me: creating $ac_file" >&6;}
14836 fi
14837 # Neutralize special characters interpreted by sed in replacement strings.
14838 case $configure_input in #(
14839 *\&* | *\|* | *\\* )
14840 ac_sed_conf_input=`$as_echo "$configure_input" |
14841 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14842 *) ac_sed_conf_input=$configure_input;;
14843 esac
14844
14845 case $ac_tag in
14846 *:-:* | *:-) cat >"$tmp/stdin" \
14847 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14848 esac
14849 ;;
14850 esac
14851
14852 ac_dir=`$as_dirname -- "$ac_file" ||
14853 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14854 X"$ac_file" : 'X\(//\)[^/]' \| \
14855 X"$ac_file" : 'X\(//\)$' \| \
14856 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14857 $as_echo X"$ac_file" |
14858 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14859 s//\1/
14860 q
14861 }
14862 /^X\(\/\/\)[^/].*/{
14863 s//\1/
14864 q
14865 }
14866 /^X\(\/\/\)$/{
14867 s//\1/
14868 q
14869 }
14870 /^X\(\/\).*/{
14871 s//\1/
14872 q
14873 }
14874 s/.*/./; q'`
14875 as_dir="$ac_dir"; as_fn_mkdir_p
14876 ac_builddir=.
14877
14878 case "$ac_dir" in
14879 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14880 *)
14881 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14882 # A ".." for each directory in $ac_dir_suffix.
14883 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14884 case $ac_top_builddir_sub in
14885 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14886 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14887 esac ;;
14888 esac
14889 ac_abs_top_builddir=$ac_pwd
14890 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14891 # for backward compatibility:
14892 ac_top_builddir=$ac_top_build_prefix
14893
14894 case $srcdir in
14895 .) # We are building in place.
14896 ac_srcdir=.
14897 ac_top_srcdir=$ac_top_builddir_sub
14898 ac_abs_top_srcdir=$ac_pwd ;;
14899 [\\/]* | ?:[\\/]* ) # Absolute name.
14900 ac_srcdir=$srcdir$ac_dir_suffix;
14901 ac_top_srcdir=$srcdir
14902 ac_abs_top_srcdir=$srcdir ;;
14903 *) # Relative name.
14904 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14905 ac_top_srcdir=$ac_top_build_prefix$srcdir
14906 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14907 esac
14908 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14909
14910
14911 case $ac_mode in
14912 :F)
14913 #
14914 # CONFIG_FILE
14915 #
14916
14917 case $INSTALL in
14918 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14919 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14920 esac
14921 _ACEOF
14922
14923 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14924 # If the template does not know about datarootdir, expand it.
14925 # FIXME: This hack should be removed a few years after 2.60.
14926 ac_datarootdir_hack=; ac_datarootdir_seen=
14927 ac_sed_dataroot='
14928 /datarootdir/ {
14929 p
14930 q
14931 }
14932 /@datadir@/p
14933 /@docdir@/p
14934 /@infodir@/p
14935 /@localedir@/p
14936 /@mandir@/p'
14937 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14938 *datarootdir*) ac_datarootdir_seen=yes;;
14939 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14940 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14941 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14942 _ACEOF
14943 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14944 ac_datarootdir_hack='
14945 s&@datadir@&$datadir&g
14946 s&@docdir@&$docdir&g
14947 s&@infodir@&$infodir&g
14948 s&@localedir@&$localedir&g
14949 s&@mandir@&$mandir&g
14950 s&\\\${datarootdir}&$datarootdir&g' ;;
14951 esac
14952 _ACEOF
14953
14954 # Neutralize VPATH when `$srcdir' = `.'.
14955 # Shell code in configure.ac might set extrasub.
14956 # FIXME: do we really want to maintain this feature?
14957 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14958 ac_sed_extra="$ac_vpsub
14959 $extrasub
14960 _ACEOF
14961 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14962 :t
14963 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14964 s|@configure_input@|$ac_sed_conf_input|;t t
14965 s&@top_builddir@&$ac_top_builddir_sub&;t t
14966 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14967 s&@srcdir@&$ac_srcdir&;t t
14968 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14969 s&@top_srcdir@&$ac_top_srcdir&;t t
14970 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14971 s&@builddir@&$ac_builddir&;t t
14972 s&@abs_builddir@&$ac_abs_builddir&;t t
14973 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14974 s&@INSTALL@&$ac_INSTALL&;t t
14975 $ac_datarootdir_hack
14976 "
14977 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14978 || as_fn_error "could not create $ac_file" "$LINENO" 5
14979
14980 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14981 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14982 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14983 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14984 which seems to be undefined. Please make sure it is defined." >&5
14985 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14986 which seems to be undefined. Please make sure it is defined." >&2;}
14987
14988 rm -f "$tmp/stdin"
14989 case $ac_file in
14990 -) cat "$tmp/out" && rm -f "$tmp/out";;
14991 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14992 esac \
14993 || as_fn_error "could not create $ac_file" "$LINENO" 5
14994 ;;
14995 :H)
14996 #
14997 # CONFIG_HEADER
14998 #
14999 if test x"$ac_file" != x-; then
15000 {
15001 $as_echo "/* $configure_input */" \
15002 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15003 } >"$tmp/config.h" \
15004 || as_fn_error "could not create $ac_file" "$LINENO" 5
15005 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15006 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15007 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15008 else
15009 rm -f "$ac_file"
15010 mv "$tmp/config.h" "$ac_file" \
15011 || as_fn_error "could not create $ac_file" "$LINENO" 5
15012 fi
15013 else
15014 $as_echo "/* $configure_input */" \
15015 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15016 || as_fn_error "could not create -" "$LINENO" 5
15017 fi
15018 ;;
15019
15020 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15021 $as_echo "$as_me: executing $ac_file commands" >&6;}
15022 ;;
15023 esac
15024
15025
15026 case $ac_file$ac_mode in
15027 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
15028 "libtool":C)
15029
15030 # See if we are running on zsh, and set the options which allow our
15031 # commands through without removal of \ escapes.
15032 if test -n "${ZSH_VERSION+set}" ; then
15033 setopt NO_GLOB_SUBST
15034 fi
15035
15036 cfgfile="${ofile}T"
15037 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15038 $RM "$cfgfile"
15039
15040 cat <<_LT_EOF >> "$cfgfile"
15041 #! $SHELL
15042
15043 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15044 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15045 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15046 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15047 #
15048 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15049 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15050 # Written by Gordon Matzigkeit, 1996
15051 #
15052 # This file is part of GNU Libtool.
15053 #
15054 # GNU Libtool is free software; you can redistribute it and/or
15055 # modify it under the terms of the GNU General Public License as
15056 # published by the Free Software Foundation; either version 2 of
15057 # the License, or (at your option) any later version.
15058 #
15059 # As a special exception to the GNU General Public License,
15060 # if you distribute this file as part of a program or library that
15061 # is built using GNU Libtool, you may include this file under the
15062 # same distribution terms that you use for the rest of that program.
15063 #
15064 # GNU Libtool is distributed in the hope that it will be useful,
15065 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15066 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15067 # GNU General Public License for more details.
15068 #
15069 # You should have received a copy of the GNU General Public License
15070 # along with GNU Libtool; see the file COPYING. If not, a copy
15071 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15072 # obtained by writing to the Free Software Foundation, Inc.,
15073 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15074
15075
15076 # The names of the tagged configurations supported by this script.
15077 available_tags=""
15078
15079 # ### BEGIN LIBTOOL CONFIG
15080
15081 # Which release of libtool.m4 was used?
15082 macro_version=$macro_version
15083 macro_revision=$macro_revision
15084
15085 # Whether or not to build shared libraries.
15086 build_libtool_libs=$enable_shared
15087
15088 # Whether or not to build static libraries.
15089 build_old_libs=$enable_static
15090
15091 # What type of objects to build.
15092 pic_mode=$pic_mode
15093
15094 # Whether or not to optimize for fast installation.
15095 fast_install=$enable_fast_install
15096
15097 # Shell to use when invoking shell scripts.
15098 SHELL=$lt_SHELL
15099
15100 # An echo program that protects backslashes.
15101 ECHO=$lt_ECHO
15102
15103 # The host system.
15104 host_alias=$host_alias
15105 host=$host
15106 host_os=$host_os
15107
15108 # The build system.
15109 build_alias=$build_alias
15110 build=$build
15111 build_os=$build_os
15112
15113 # A sed program that does not truncate output.
15114 SED=$lt_SED
15115
15116 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15117 Xsed="\$SED -e 1s/^X//"
15118
15119 # A grep program that handles long lines.
15120 GREP=$lt_GREP
15121
15122 # An ERE matcher.
15123 EGREP=$lt_EGREP
15124
15125 # A literal string matcher.
15126 FGREP=$lt_FGREP
15127
15128 # A BSD- or MS-compatible name lister.
15129 NM=$lt_NM
15130
15131 # Whether we need soft or hard links.
15132 LN_S=$lt_LN_S
15133
15134 # What is the maximum length of a command?
15135 max_cmd_len=$max_cmd_len
15136
15137 # Object file suffix (normally "o").
15138 objext=$ac_objext
15139
15140 # Executable file suffix (normally "").
15141 exeext=$exeext
15142
15143 # whether the shell understands "unset".
15144 lt_unset=$lt_unset
15145
15146 # turn spaces into newlines.
15147 SP2NL=$lt_lt_SP2NL
15148
15149 # turn newlines into spaces.
15150 NL2SP=$lt_lt_NL2SP
15151
15152 # An object symbol dumper.
15153 OBJDUMP=$lt_OBJDUMP
15154
15155 # Method to check whether dependent libraries are shared objects.
15156 deplibs_check_method=$lt_deplibs_check_method
15157
15158 # Command to use when deplibs_check_method == "file_magic".
15159 file_magic_cmd=$lt_file_magic_cmd
15160
15161 # The archiver.
15162 AR=$lt_AR
15163 AR_FLAGS=$lt_AR_FLAGS
15164
15165 # A symbol stripping program.
15166 STRIP=$lt_STRIP
15167
15168 # Commands used to install an old-style archive.
15169 RANLIB=$lt_RANLIB
15170 old_postinstall_cmds=$lt_old_postinstall_cmds
15171 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15172
15173 # Whether to use a lock for old archive extraction.
15174 lock_old_archive_extraction=$lock_old_archive_extraction
15175
15176 # A C compiler.
15177 LTCC=$lt_CC
15178
15179 # LTCC compiler flags.
15180 LTCFLAGS=$lt_CFLAGS
15181
15182 # Take the output of nm and produce a listing of raw symbols and C names.
15183 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15184
15185 # Transform the output of nm in a proper C declaration.
15186 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15187
15188 # Transform the output of nm in a C name address pair.
15189 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15190
15191 # Transform the output of nm in a C name address pair when lib prefix is needed.
15192 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15193
15194 # The name of the directory that contains temporary libtool files.
15195 objdir=$objdir
15196
15197 # Used to examine libraries when file_magic_cmd begins with "file".
15198 MAGIC_CMD=$MAGIC_CMD
15199
15200 # Must we lock files when doing compilation?
15201 need_locks=$lt_need_locks
15202
15203 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15204 DSYMUTIL=$lt_DSYMUTIL
15205
15206 # Tool to change global to local symbols on Mac OS X.
15207 NMEDIT=$lt_NMEDIT
15208
15209 # Tool to manipulate fat objects and archives on Mac OS X.
15210 LIPO=$lt_LIPO
15211
15212 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15213 OTOOL=$lt_OTOOL
15214
15215 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15216 OTOOL64=$lt_OTOOL64
15217
15218 # Old archive suffix (normally "a").
15219 libext=$libext
15220
15221 # Shared library suffix (normally ".so").
15222 shrext_cmds=$lt_shrext_cmds
15223
15224 # The commands to extract the exported symbol list from a shared archive.
15225 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15226
15227 # Variables whose values should be saved in libtool wrapper scripts and
15228 # restored at link time.
15229 variables_saved_for_relink=$lt_variables_saved_for_relink
15230
15231 # Do we need the "lib" prefix for modules?
15232 need_lib_prefix=$need_lib_prefix
15233
15234 # Do we need a version for libraries?
15235 need_version=$need_version
15236
15237 # Library versioning type.
15238 version_type=$version_type
15239
15240 # Shared library runtime path variable.
15241 runpath_var=$runpath_var
15242
15243 # Shared library path variable.
15244 shlibpath_var=$shlibpath_var
15245
15246 # Is shlibpath searched before the hard-coded library search path?
15247 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15248
15249 # Format of library name prefix.
15250 libname_spec=$lt_libname_spec
15251
15252 # List of archive names. First name is the real one, the rest are links.
15253 # The last name is the one that the linker finds with -lNAME
15254 library_names_spec=$lt_library_names_spec
15255
15256 # The coded name of the library, if different from the real name.
15257 soname_spec=$lt_soname_spec
15258
15259 # Permission mode override for installation of shared libraries.
15260 install_override_mode=$lt_install_override_mode
15261
15262 # Command to use after installation of a shared archive.
15263 postinstall_cmds=$lt_postinstall_cmds
15264
15265 # Command to use after uninstallation of a shared archive.
15266 postuninstall_cmds=$lt_postuninstall_cmds
15267
15268 # Commands used to finish a libtool library installation in a directory.
15269 finish_cmds=$lt_finish_cmds
15270
15271 # As "finish_cmds", except a single script fragment to be evaled but
15272 # not shown.
15273 finish_eval=$lt_finish_eval
15274
15275 # Whether we should hardcode library paths into libraries.
15276 hardcode_into_libs=$hardcode_into_libs
15277
15278 # Compile-time system search path for libraries.
15279 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15280
15281 # Run-time system search path for libraries.
15282 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15283
15284 # Whether dlopen is supported.
15285 dlopen_support=$enable_dlopen
15286
15287 # Whether dlopen of programs is supported.
15288 dlopen_self=$enable_dlopen_self
15289
15290 # Whether dlopen of statically linked programs is supported.
15291 dlopen_self_static=$enable_dlopen_self_static
15292
15293 # Commands to strip libraries.
15294 old_striplib=$lt_old_striplib
15295 striplib=$lt_striplib
15296
15297
15298 # The linker used to build libraries.
15299 LD=$lt_LD
15300
15301 # How to create reloadable object files.
15302 reload_flag=$lt_reload_flag
15303 reload_cmds=$lt_reload_cmds
15304
15305 # Commands used to build an old-style archive.
15306 old_archive_cmds=$lt_old_archive_cmds
15307
15308 # A language specific compiler.
15309 CC=$lt_compiler
15310
15311 # Is the compiler the GNU compiler?
15312 with_gcc=$GCC
15313
15314 # Compiler flag to turn off builtin functions.
15315 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15316
15317 # How to pass a linker flag through the compiler.
15318 wl=$lt_lt_prog_compiler_wl
15319
15320 # Additional compiler flags for building library objects.
15321 pic_flag=$lt_lt_prog_compiler_pic
15322
15323 # Compiler flag to prevent dynamic linking.
15324 link_static_flag=$lt_lt_prog_compiler_static
15325
15326 # Does compiler simultaneously support -c and -o options?
15327 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15328
15329 # Whether or not to add -lc for building shared libraries.
15330 build_libtool_need_lc=$archive_cmds_need_lc
15331
15332 # Whether or not to disallow shared libs when runtime libs are static.
15333 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15334
15335 # Compiler flag to allow reflexive dlopens.
15336 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15337
15338 # Compiler flag to generate shared objects directly from archives.
15339 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15340
15341 # Whether the compiler copes with passing no objects directly.
15342 compiler_needs_object=$lt_compiler_needs_object
15343
15344 # Create an old-style archive from a shared archive.
15345 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15346
15347 # Create a temporary old-style archive to link instead of a shared archive.
15348 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15349
15350 # Commands used to build a shared archive.
15351 archive_cmds=$lt_archive_cmds
15352 archive_expsym_cmds=$lt_archive_expsym_cmds
15353
15354 # Commands used to build a loadable module if different from building
15355 # a shared archive.
15356 module_cmds=$lt_module_cmds
15357 module_expsym_cmds=$lt_module_expsym_cmds
15358
15359 # Whether we are building with GNU ld or not.
15360 with_gnu_ld=$lt_with_gnu_ld
15361
15362 # Flag that allows shared libraries with undefined symbols to be built.
15363 allow_undefined_flag=$lt_allow_undefined_flag
15364
15365 # Flag that enforces no undefined symbols.
15366 no_undefined_flag=$lt_no_undefined_flag
15367
15368 # Flag to hardcode \$libdir into a binary during linking.
15369 # This must work even if \$libdir does not exist
15370 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15371
15372 # If ld is used when linking, flag to hardcode \$libdir into a binary
15373 # during linking. This must work even if \$libdir does not exist.
15374 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15375
15376 # Whether we need a single "-rpath" flag with a separated argument.
15377 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15378
15379 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15380 # DIR into the resulting binary.
15381 hardcode_direct=$hardcode_direct
15382
15383 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15384 # DIR into the resulting binary and the resulting library dependency is
15385 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15386 # library is relocated.
15387 hardcode_direct_absolute=$hardcode_direct_absolute
15388
15389 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15390 # into the resulting binary.
15391 hardcode_minus_L=$hardcode_minus_L
15392
15393 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15394 # into the resulting binary.
15395 hardcode_shlibpath_var=$hardcode_shlibpath_var
15396
15397 # Set to "yes" if building a shared library automatically hardcodes DIR
15398 # into the library and all subsequent libraries and executables linked
15399 # against it.
15400 hardcode_automatic=$hardcode_automatic
15401
15402 # Set to yes if linker adds runtime paths of dependent libraries
15403 # to runtime path list.
15404 inherit_rpath=$inherit_rpath
15405
15406 # Whether libtool must link a program against all its dependency libraries.
15407 link_all_deplibs=$link_all_deplibs
15408
15409 # Fix the shell variable \$srcfile for the compiler.
15410 fix_srcfile_path=$lt_fix_srcfile_path
15411
15412 # Set to "yes" if exported symbols are required.
15413 always_export_symbols=$always_export_symbols
15414
15415 # The commands to list exported symbols.
15416 export_symbols_cmds=$lt_export_symbols_cmds
15417
15418 # Symbols that should not be listed in the preloaded symbols.
15419 exclude_expsyms=$lt_exclude_expsyms
15420
15421 # Symbols that must always be exported.
15422 include_expsyms=$lt_include_expsyms
15423
15424 # Commands necessary for linking programs (against libraries) with templates.
15425 prelink_cmds=$lt_prelink_cmds
15426
15427 # Specify filename containing input files.
15428 file_list_spec=$lt_file_list_spec
15429
15430 # How to hardcode a shared library path into an executable.
15431 hardcode_action=$hardcode_action
15432
15433 # ### END LIBTOOL CONFIG
15434
15435 _LT_EOF
15436
15437 case $host_os in
15438 aix3*)
15439 cat <<\_LT_EOF >> "$cfgfile"
15440 # AIX sometimes has problems with the GCC collect2 program. For some
15441 # reason, if we set the COLLECT_NAMES environment variable, the problems
15442 # vanish in a puff of smoke.
15443 if test "X${COLLECT_NAMES+set}" != Xset; then
15444 COLLECT_NAMES=
15445 export COLLECT_NAMES
15446 fi
15447 _LT_EOF
15448 ;;
15449 esac
15450
15451
15452 ltmain="$ac_aux_dir/ltmain.sh"
15453
15454
15455 # We use sed instead of cat because bash on DJGPP gets confused if
15456 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15457 # text mode, it properly converts lines to CR/LF. This bash problem
15458 # is reportedly fixed, but why not run on old versions too?
15459 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15460 || (rm -f "$cfgfile"; exit 1)
15461
15462 case $xsi_shell in
15463 yes)
15464 cat << \_LT_EOF >> "$cfgfile"
15465
15466 # func_dirname file append nondir_replacement
15467 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15468 # otherwise set result to NONDIR_REPLACEMENT.
15469 func_dirname ()
15470 {
15471 case ${1} in
15472 */*) func_dirname_result="${1%/*}${2}" ;;
15473 * ) func_dirname_result="${3}" ;;
15474 esac
15475 }
15476
15477 # func_basename file
15478 func_basename ()
15479 {
15480 func_basename_result="${1##*/}"
15481 }
15482
15483 # func_dirname_and_basename file append nondir_replacement
15484 # perform func_basename and func_dirname in a single function
15485 # call:
15486 # dirname: Compute the dirname of FILE. If nonempty,
15487 # add APPEND to the result, otherwise set result
15488 # to NONDIR_REPLACEMENT.
15489 # value returned in "$func_dirname_result"
15490 # basename: Compute filename of FILE.
15491 # value retuned in "$func_basename_result"
15492 # Implementation must be kept synchronized with func_dirname
15493 # and func_basename. For efficiency, we do not delegate to
15494 # those functions but instead duplicate the functionality here.
15495 func_dirname_and_basename ()
15496 {
15497 case ${1} in
15498 */*) func_dirname_result="${1%/*}${2}" ;;
15499 * ) func_dirname_result="${3}" ;;
15500 esac
15501 func_basename_result="${1##*/}"
15502 }
15503
15504 # func_stripname prefix suffix name
15505 # strip PREFIX and SUFFIX off of NAME.
15506 # PREFIX and SUFFIX must not contain globbing or regex special
15507 # characters, hashes, percent signs, but SUFFIX may contain a leading
15508 # dot (in which case that matches only a dot).
15509 func_stripname ()
15510 {
15511 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15512 # positional parameters, so assign one to ordinary parameter first.
15513 func_stripname_result=${3}
15514 func_stripname_result=${func_stripname_result#"${1}"}
15515 func_stripname_result=${func_stripname_result%"${2}"}
15516 }
15517
15518 # func_opt_split
15519 func_opt_split ()
15520 {
15521 func_opt_split_opt=${1%%=*}
15522 func_opt_split_arg=${1#*=}
15523 }
15524
15525 # func_lo2o object
15526 func_lo2o ()
15527 {
15528 case ${1} in
15529 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15530 *) func_lo2o_result=${1} ;;
15531 esac
15532 }
15533
15534 # func_xform libobj-or-source
15535 func_xform ()
15536 {
15537 func_xform_result=${1%.*}.lo
15538 }
15539
15540 # func_arith arithmetic-term...
15541 func_arith ()
15542 {
15543 func_arith_result=$(( $* ))
15544 }
15545
15546 # func_len string
15547 # STRING may not start with a hyphen.
15548 func_len ()
15549 {
15550 func_len_result=${#1}
15551 }
15552
15553 _LT_EOF
15554 ;;
15555 *) # Bourne compatible functions.
15556 cat << \_LT_EOF >> "$cfgfile"
15557
15558 # func_dirname file append nondir_replacement
15559 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15560 # otherwise set result to NONDIR_REPLACEMENT.
15561 func_dirname ()
15562 {
15563 # Extract subdirectory from the argument.
15564 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15565 if test "X$func_dirname_result" = "X${1}"; then
15566 func_dirname_result="${3}"
15567 else
15568 func_dirname_result="$func_dirname_result${2}"
15569 fi
15570 }
15571
15572 # func_basename file
15573 func_basename ()
15574 {
15575 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15576 }
15577
15578
15579 # func_stripname prefix suffix name
15580 # strip PREFIX and SUFFIX off of NAME.
15581 # PREFIX and SUFFIX must not contain globbing or regex special
15582 # characters, hashes, percent signs, but SUFFIX may contain a leading
15583 # dot (in which case that matches only a dot).
15584 # func_strip_suffix prefix name
15585 func_stripname ()
15586 {
15587 case ${2} in
15588 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15589 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15590 esac
15591 }
15592
15593 # sed scripts:
15594 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15595 my_sed_long_arg='1s/^-[^=]*=//'
15596
15597 # func_opt_split
15598 func_opt_split ()
15599 {
15600 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15601 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15602 }
15603
15604 # func_lo2o object
15605 func_lo2o ()
15606 {
15607 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15608 }
15609
15610 # func_xform libobj-or-source
15611 func_xform ()
15612 {
15613 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15614 }
15615
15616 # func_arith arithmetic-term...
15617 func_arith ()
15618 {
15619 func_arith_result=`expr "$@"`
15620 }
15621
15622 # func_len string
15623 # STRING may not start with a hyphen.
15624 func_len ()
15625 {
15626 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15627 }
15628
15629 _LT_EOF
15630 esac
15631
15632 case $lt_shell_append in
15633 yes)
15634 cat << \_LT_EOF >> "$cfgfile"
15635
15636 # func_append var value
15637 # Append VALUE to the end of shell variable VAR.
15638 func_append ()
15639 {
15640 eval "$1+=\$2"
15641 }
15642 _LT_EOF
15643 ;;
15644 *)
15645 cat << \_LT_EOF >> "$cfgfile"
15646
15647 # func_append var value
15648 # Append VALUE to the end of shell variable VAR.
15649 func_append ()
15650 {
15651 eval "$1=\$$1\$2"
15652 }
15653
15654 _LT_EOF
15655 ;;
15656 esac
15657
15658
15659 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15660 || (rm -f "$cfgfile"; exit 1)
15661
15662 mv -f "$cfgfile" "$ofile" ||
15663 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15664 chmod +x "$ofile"
15665
15666 ;;
15667 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15668 rm -f Makesim1.tmp Makesim2.tmp Makefile
15669 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15670 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15671 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15672 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15673 <Makefile.sim >Makefile
15674 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15675 ;;
15676 "stamp-h":C) echo > stamp-h ;;
15677
15678 esac
15679 done # for ac_tag
15680
15681
15682 as_fn_exit 0
15683 _ACEOF
15684 ac_clean_files=$ac_clean_files_save
15685
15686 test $ac_write_fail = 0 ||
15687 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15688
15689
15690 # configure is writing to config.log, and then calls config.status.
15691 # config.status does its own redirection, appending to config.log.
15692 # Unfortunately, on DOS this fails, as config.log is still kept open
15693 # by configure, so config.status won't be able to write to it; its
15694 # output is simply discarded. So we exec the FD to /dev/null,
15695 # effectively closing config.log, so it can be properly (re)opened and
15696 # appended to by config.status. When coming back to configure, we
15697 # need to make the FD available again.
15698 if test "$no_create" != yes; then
15699 ac_cs_success=:
15700 ac_config_status_args=
15701 test "$silent" = yes &&
15702 ac_config_status_args="$ac_config_status_args --quiet"
15703 exec 5>/dev/null
15704 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15705 exec 5>>config.log
15706 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15707 # would make configure fail if this is the last instruction.
15708 $ac_cs_success || as_fn_exit $?
15709 fi
15710 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15711 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15712 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15713 fi
15714
15715
This page took 0.449001 seconds and 4 git commands to generate.