]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/h8300/configure
sim: drop --enable-sim-{regparm,stdcall} options
[thirdparty/binutils-gdb.git] / sim / h8300 / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
100
101 ;;
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111 fi
112
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148 esac
149 fi
150 "
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
156
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164 else
165 exitcode=1; echo positional parameters were not saved.
166 fi
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183 else
184 as_have_required=no
185 fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188 else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192 do
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206 fi
207 fi
208 done;;
209 esac
210 as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228 fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
241 fi
242 exit 1
243 fi
244 fi
245 fi
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
251
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
259 {
260 { eval $1=; unset $1;}
261 }
262 as_unset=as_fn_unset
263
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
268 {
269 return $1
270 } # as_fn_set_status
271
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
276 {
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
281
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
286 {
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340 else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345 fi # as_fn_append
346
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357 else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362 fi # as_fn_arith
363
364
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
371 {
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
380
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384 else
385 as_expr=false
386 fi
387
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
392 fi
393
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396 else
397 as_dirname=false
398 fi
399
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
418
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
456 }
457
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467 *)
468 ECHO_N='-n';;
469 esac
470
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474 else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
477 fi
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
491 fi
492 else
493 as_ln_s='cp -p'
494 fi
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
497
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500 else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503 fi
504
505 if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525 fi
526 as_executable_p=$as_test_x
527
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537 exec 7<&0 </dev/null 6>&1
538
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544 #
545 # Initializations.
546 #
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
555
556 # Identity of this package.
557 PACKAGE_NAME=
558 PACKAGE_TARNAME=
559 PACKAGE_VERSION=
560 PACKAGE_STRING=
561 PACKAGE_BUGREPORT=
562 PACKAGE_URL=
563
564 ac_unique_file="Makefile.in"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
567 #include <stdio.h>
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
570 #endif
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
573 #endif
574 #ifdef STDC_HEADERS
575 # include <stdlib.h>
576 # include <stddef.h>
577 #else
578 # ifdef HAVE_STDLIB_H
579 # include <stdlib.h>
580 # endif
581 #endif
582 #ifdef HAVE_STRING_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584 # include <memory.h>
585 # endif
586 # include <string.h>
587 #endif
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
590 #endif
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
593 #endif
594 #ifdef HAVE_STDINT_H
595 # include <stdint.h>
596 #endif
597 #ifdef HAVE_UNISTD_H
598 # include <unistd.h>
599 #endif"
600
601 ac_subst_vars='LTLIBOBJS
602 LIBOBJS
603 cgen_breaks
604 REPORT_BUGS_TEXI
605 REPORT_BUGS_TO
606 PKGVERSION
607 sim_profile
608 sim_trace
609 sim_stdio
610 sim_debug
611 MAINT
612 MAINTAINER_MODE_FALSE
613 MAINTAINER_MODE_TRUE
614 lt_cv_dlopen_libs
615 OTOOL64
616 OTOOL
617 LIPO
618 NMEDIT
619 DSYMUTIL
620 AWK
621 STRIP
622 OBJDUMP
623 LN_S
624 NM
625 ac_ct_DUMPBIN
626 DUMPBIN
627 LD
628 FGREP
629 SED
630 LIBTOOL
631 PLUGINS_FALSE
632 PLUGINS_TRUE
633 zlibinc
634 zlibdir
635 CATOBJEXT
636 GENCAT
637 INSTOBJEXT
638 DATADIRNAME
639 CATALOGS
640 POSUB
641 GMSGFMT
642 XGETTEXT
643 INCINTL
644 LIBINTL_DEP
645 LIBINTL
646 USE_NLS
647 GMAKE_FALSE
648 GMAKE_TRUE
649 MAKE
650 CCDEPMODE
651 DEPDIR
652 am__leading_dot
653 PACKAGE
654 RANLIB
655 AR
656 HDEFINES
657 CC_FOR_BUILD
658 INSTALL_DATA
659 INSTALL_SCRIPT
660 INSTALL_PROGRAM
661 EGREP
662 GREP
663 CPP
664 target_os
665 target_vendor
666 target_cpu
667 target
668 host_os
669 host_vendor
670 host_cpu
671 host
672 build_os
673 build_vendor
674 build_cpu
675 build
676 OBJEXT
677 EXEEXT
678 ac_ct_CC
679 CPPFLAGS
680 LDFLAGS
681 CFLAGS
682 CC
683 WERROR_CFLAGS
684 WARN_CFLAGS
685 sim_xor_endian
686 sim_smp
687 sim_reserved_bits
688 sim_packages
689 sim_inline
690 sim_hw
691 sim_hw_objs
692 sim_hw_cflags
693 sim_default_model
694 sim_scache
695 sim_float
696 sim_endian
697 sim_bitsize
698 sim_assert
699 sim_alignment
700 sim_environment
701 target_alias
702 host_alias
703 build_alias
704 LIBS
705 ECHO_T
706 ECHO_N
707 ECHO_C
708 DEFS
709 mandir
710 localedir
711 libdir
712 psdir
713 pdfdir
714 dvidir
715 htmldir
716 infodir
717 docdir
718 oldincludedir
719 includedir
720 localstatedir
721 sharedstatedir
722 sysconfdir
723 datadir
724 datarootdir
725 libexecdir
726 sbindir
727 bindir
728 program_transform_name
729 prefix
730 exec_prefix
731 PACKAGE_URL
732 PACKAGE_BUGREPORT
733 PACKAGE_STRING
734 PACKAGE_VERSION
735 PACKAGE_TARNAME
736 PACKAGE_NAME
737 PATH_SEPARATOR
738 SHELL'
739 ac_subst_files=''
740 ac_user_opts='
741 enable_option_checking
742 with_system_zlib
743 enable_plugins
744 enable_shared
745 enable_static
746 with_pic
747 enable_fast_install
748 with_gnu_ld
749 enable_libtool_lock
750 enable_maintainer_mode
751 enable_sim_debug
752 enable_sim_stdio
753 enable_sim_trace
754 enable_sim_profile
755 with_pkgversion
756 with_bugurl
757 enable_sim_endian
758 enable_sim_alignment
759 '
760 ac_precious_vars='build_alias
761 host_alias
762 target_alias
763 CC
764 CFLAGS
765 LDFLAGS
766 LIBS
767 CPPFLAGS
768 CPP'
769
770
771 # Initialize some variables set by options.
772 ac_init_help=
773 ac_init_version=false
774 ac_unrecognized_opts=
775 ac_unrecognized_sep=
776 # The variables have the same names as the options, with
777 # dashes changed to underlines.
778 cache_file=/dev/null
779 exec_prefix=NONE
780 no_create=
781 no_recursion=
782 prefix=NONE
783 program_prefix=NONE
784 program_suffix=NONE
785 program_transform_name=s,x,x,
786 silent=
787 site=
788 srcdir=
789 verbose=
790 x_includes=NONE
791 x_libraries=NONE
792
793 # Installation directory options.
794 # These are left unexpanded so users can "make install exec_prefix=/foo"
795 # and all the variables that are supposed to be based on exec_prefix
796 # by default will actually change.
797 # Use braces instead of parens because sh, perl, etc. also accept them.
798 # (The list follows the same order as the GNU Coding Standards.)
799 bindir='${exec_prefix}/bin'
800 sbindir='${exec_prefix}/sbin'
801 libexecdir='${exec_prefix}/libexec'
802 datarootdir='${prefix}/share'
803 datadir='${datarootdir}'
804 sysconfdir='${prefix}/etc'
805 sharedstatedir='${prefix}/com'
806 localstatedir='${prefix}/var'
807 includedir='${prefix}/include'
808 oldincludedir='/usr/include'
809 docdir='${datarootdir}/doc/${PACKAGE}'
810 infodir='${datarootdir}/info'
811 htmldir='${docdir}'
812 dvidir='${docdir}'
813 pdfdir='${docdir}'
814 psdir='${docdir}'
815 libdir='${exec_prefix}/lib'
816 localedir='${datarootdir}/locale'
817 mandir='${datarootdir}/man'
818
819 ac_prev=
820 ac_dashdash=
821 for ac_option
822 do
823 # If the previous option needs an argument, assign it.
824 if test -n "$ac_prev"; then
825 eval $ac_prev=\$ac_option
826 ac_prev=
827 continue
828 fi
829
830 case $ac_option in
831 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
832 *) ac_optarg=yes ;;
833 esac
834
835 # Accept the important Cygnus configure options, so we can diagnose typos.
836
837 case $ac_dashdash$ac_option in
838 --)
839 ac_dashdash=yes ;;
840
841 -bindir | --bindir | --bindi | --bind | --bin | --bi)
842 ac_prev=bindir ;;
843 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
844 bindir=$ac_optarg ;;
845
846 -build | --build | --buil | --bui | --bu)
847 ac_prev=build_alias ;;
848 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
849 build_alias=$ac_optarg ;;
850
851 -cache-file | --cache-file | --cache-fil | --cache-fi \
852 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
853 ac_prev=cache_file ;;
854 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
855 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
856 cache_file=$ac_optarg ;;
857
858 --config-cache | -C)
859 cache_file=config.cache ;;
860
861 -datadir | --datadir | --datadi | --datad)
862 ac_prev=datadir ;;
863 -datadir=* | --datadir=* | --datadi=* | --datad=*)
864 datadir=$ac_optarg ;;
865
866 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
867 | --dataroo | --dataro | --datar)
868 ac_prev=datarootdir ;;
869 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
870 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
871 datarootdir=$ac_optarg ;;
872
873 -disable-* | --disable-*)
874 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
875 # Reject names that are not valid shell variable names.
876 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
877 as_fn_error "invalid feature name: $ac_useropt"
878 ac_useropt_orig=$ac_useropt
879 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
880 case $ac_user_opts in
881 *"
882 "enable_$ac_useropt"
883 "*) ;;
884 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
885 ac_unrecognized_sep=', ';;
886 esac
887 eval enable_$ac_useropt=no ;;
888
889 -docdir | --docdir | --docdi | --doc | --do)
890 ac_prev=docdir ;;
891 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
892 docdir=$ac_optarg ;;
893
894 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
895 ac_prev=dvidir ;;
896 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
897 dvidir=$ac_optarg ;;
898
899 -enable-* | --enable-*)
900 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
901 # Reject names that are not valid shell variable names.
902 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
903 as_fn_error "invalid feature name: $ac_useropt"
904 ac_useropt_orig=$ac_useropt
905 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
906 case $ac_user_opts in
907 *"
908 "enable_$ac_useropt"
909 "*) ;;
910 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
911 ac_unrecognized_sep=', ';;
912 esac
913 eval enable_$ac_useropt=\$ac_optarg ;;
914
915 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
916 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
917 | --exec | --exe | --ex)
918 ac_prev=exec_prefix ;;
919 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
920 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
921 | --exec=* | --exe=* | --ex=*)
922 exec_prefix=$ac_optarg ;;
923
924 -gas | --gas | --ga | --g)
925 # Obsolete; use --with-gas.
926 with_gas=yes ;;
927
928 -help | --help | --hel | --he | -h)
929 ac_init_help=long ;;
930 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
931 ac_init_help=recursive ;;
932 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
933 ac_init_help=short ;;
934
935 -host | --host | --hos | --ho)
936 ac_prev=host_alias ;;
937 -host=* | --host=* | --hos=* | --ho=*)
938 host_alias=$ac_optarg ;;
939
940 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
941 ac_prev=htmldir ;;
942 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
943 | --ht=*)
944 htmldir=$ac_optarg ;;
945
946 -includedir | --includedir | --includedi | --included | --include \
947 | --includ | --inclu | --incl | --inc)
948 ac_prev=includedir ;;
949 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
950 | --includ=* | --inclu=* | --incl=* | --inc=*)
951 includedir=$ac_optarg ;;
952
953 -infodir | --infodir | --infodi | --infod | --info | --inf)
954 ac_prev=infodir ;;
955 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
956 infodir=$ac_optarg ;;
957
958 -libdir | --libdir | --libdi | --libd)
959 ac_prev=libdir ;;
960 -libdir=* | --libdir=* | --libdi=* | --libd=*)
961 libdir=$ac_optarg ;;
962
963 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
964 | --libexe | --libex | --libe)
965 ac_prev=libexecdir ;;
966 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
967 | --libexe=* | --libex=* | --libe=*)
968 libexecdir=$ac_optarg ;;
969
970 -localedir | --localedir | --localedi | --localed | --locale)
971 ac_prev=localedir ;;
972 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
973 localedir=$ac_optarg ;;
974
975 -localstatedir | --localstatedir | --localstatedi | --localstated \
976 | --localstate | --localstat | --localsta | --localst | --locals)
977 ac_prev=localstatedir ;;
978 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
979 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
980 localstatedir=$ac_optarg ;;
981
982 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
983 ac_prev=mandir ;;
984 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
985 mandir=$ac_optarg ;;
986
987 -nfp | --nfp | --nf)
988 # Obsolete; use --without-fp.
989 with_fp=no ;;
990
991 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
992 | --no-cr | --no-c | -n)
993 no_create=yes ;;
994
995 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
996 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
997 no_recursion=yes ;;
998
999 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1000 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1001 | --oldin | --oldi | --old | --ol | --o)
1002 ac_prev=oldincludedir ;;
1003 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1004 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1005 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1006 oldincludedir=$ac_optarg ;;
1007
1008 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1009 ac_prev=prefix ;;
1010 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1011 prefix=$ac_optarg ;;
1012
1013 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1014 | --program-pre | --program-pr | --program-p)
1015 ac_prev=program_prefix ;;
1016 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1017 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1018 program_prefix=$ac_optarg ;;
1019
1020 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1021 | --program-suf | --program-su | --program-s)
1022 ac_prev=program_suffix ;;
1023 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1024 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1025 program_suffix=$ac_optarg ;;
1026
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 ac_prev=program_transform_name ;;
1035 -program-transform-name=* | --program-transform-name=* \
1036 | --program-transform-nam=* | --program-transform-na=* \
1037 | --program-transform-n=* | --program-transform-=* \
1038 | --program-transform=* | --program-transfor=* \
1039 | --program-transfo=* | --program-transf=* \
1040 | --program-trans=* | --program-tran=* \
1041 | --progr-tra=* | --program-tr=* | --program-t=*)
1042 program_transform_name=$ac_optarg ;;
1043
1044 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1045 ac_prev=pdfdir ;;
1046 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1047 pdfdir=$ac_optarg ;;
1048
1049 -psdir | --psdir | --psdi | --psd | --ps)
1050 ac_prev=psdir ;;
1051 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1052 psdir=$ac_optarg ;;
1053
1054 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1055 | -silent | --silent | --silen | --sile | --sil)
1056 silent=yes ;;
1057
1058 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1059 ac_prev=sbindir ;;
1060 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1061 | --sbi=* | --sb=*)
1062 sbindir=$ac_optarg ;;
1063
1064 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1065 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1066 | --sharedst | --shareds | --shared | --share | --shar \
1067 | --sha | --sh)
1068 ac_prev=sharedstatedir ;;
1069 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1070 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1071 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1072 | --sha=* | --sh=*)
1073 sharedstatedir=$ac_optarg ;;
1074
1075 -site | --site | --sit)
1076 ac_prev=site ;;
1077 -site=* | --site=* | --sit=*)
1078 site=$ac_optarg ;;
1079
1080 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1081 ac_prev=srcdir ;;
1082 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1083 srcdir=$ac_optarg ;;
1084
1085 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1086 | --syscon | --sysco | --sysc | --sys | --sy)
1087 ac_prev=sysconfdir ;;
1088 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1089 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1090 sysconfdir=$ac_optarg ;;
1091
1092 -target | --target | --targe | --targ | --tar | --ta | --t)
1093 ac_prev=target_alias ;;
1094 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1095 target_alias=$ac_optarg ;;
1096
1097 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1098 verbose=yes ;;
1099
1100 -version | --version | --versio | --versi | --vers | -V)
1101 ac_init_version=: ;;
1102
1103 -with-* | --with-*)
1104 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1105 # Reject names that are not valid shell variable names.
1106 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1107 as_fn_error "invalid package name: $ac_useropt"
1108 ac_useropt_orig=$ac_useropt
1109 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1110 case $ac_user_opts in
1111 *"
1112 "with_$ac_useropt"
1113 "*) ;;
1114 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1115 ac_unrecognized_sep=', ';;
1116 esac
1117 eval with_$ac_useropt=\$ac_optarg ;;
1118
1119 -without-* | --without-*)
1120 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1121 # Reject names that are not valid shell variable names.
1122 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1123 as_fn_error "invalid package name: $ac_useropt"
1124 ac_useropt_orig=$ac_useropt
1125 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1126 case $ac_user_opts in
1127 *"
1128 "with_$ac_useropt"
1129 "*) ;;
1130 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1131 ac_unrecognized_sep=', ';;
1132 esac
1133 eval with_$ac_useropt=no ;;
1134
1135 --x)
1136 # Obsolete; use --with-x.
1137 with_x=yes ;;
1138
1139 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1140 | --x-incl | --x-inc | --x-in | --x-i)
1141 ac_prev=x_includes ;;
1142 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1143 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1144 x_includes=$ac_optarg ;;
1145
1146 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1147 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1148 ac_prev=x_libraries ;;
1149 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1150 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1151 x_libraries=$ac_optarg ;;
1152
1153 -*) as_fn_error "unrecognized option: \`$ac_option'
1154 Try \`$0 --help' for more information."
1155 ;;
1156
1157 *=*)
1158 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1159 # Reject names that are not valid shell variable names.
1160 case $ac_envvar in #(
1161 '' | [0-9]* | *[!_$as_cr_alnum]* )
1162 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1163 esac
1164 eval $ac_envvar=\$ac_optarg
1165 export $ac_envvar ;;
1166
1167 *)
1168 # FIXME: should be removed in autoconf 3.0.
1169 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1170 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1171 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1172 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1173 ;;
1174
1175 esac
1176 done
1177
1178 if test -n "$ac_prev"; then
1179 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1180 as_fn_error "missing argument to $ac_option"
1181 fi
1182
1183 if test -n "$ac_unrecognized_opts"; then
1184 case $enable_option_checking in
1185 no) ;;
1186 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1187 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1188 esac
1189 fi
1190
1191 # Check all directory arguments for consistency.
1192 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193 datadir sysconfdir sharedstatedir localstatedir includedir \
1194 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195 libdir localedir mandir
1196 do
1197 eval ac_val=\$$ac_var
1198 # Remove trailing slashes.
1199 case $ac_val in
1200 */ )
1201 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1202 eval $ac_var=\$ac_val;;
1203 esac
1204 # Be sure to have absolute directory names.
1205 case $ac_val in
1206 [\\/$]* | ?:[\\/]* ) continue;;
1207 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1208 esac
1209 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1210 done
1211
1212 # There might be people who depend on the old broken behavior: `$host'
1213 # used to hold the argument of --host etc.
1214 # FIXME: To remove some day.
1215 build=$build_alias
1216 host=$host_alias
1217 target=$target_alias
1218
1219 # FIXME: To remove some day.
1220 if test "x$host_alias" != x; then
1221 if test "x$build_alias" = x; then
1222 cross_compiling=maybe
1223 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1224 If a cross compiler is detected then cross compile mode will be used." >&2
1225 elif test "x$build_alias" != "x$host_alias"; then
1226 cross_compiling=yes
1227 fi
1228 fi
1229
1230 ac_tool_prefix=
1231 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1232
1233 test "$silent" = yes && exec 6>/dev/null
1234
1235
1236 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1237 ac_ls_di=`ls -di .` &&
1238 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1239 as_fn_error "working directory cannot be determined"
1240 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1241 as_fn_error "pwd does not report name of working directory"
1242
1243
1244 # Find the source files, if location was not specified.
1245 if test -z "$srcdir"; then
1246 ac_srcdir_defaulted=yes
1247 # Try the directory containing this script, then the parent directory.
1248 ac_confdir=`$as_dirname -- "$as_myself" ||
1249 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1250 X"$as_myself" : 'X\(//\)[^/]' \| \
1251 X"$as_myself" : 'X\(//\)$' \| \
1252 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1253 $as_echo X"$as_myself" |
1254 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1255 s//\1/
1256 q
1257 }
1258 /^X\(\/\/\)[^/].*/{
1259 s//\1/
1260 q
1261 }
1262 /^X\(\/\/\)$/{
1263 s//\1/
1264 q
1265 }
1266 /^X\(\/\).*/{
1267 s//\1/
1268 q
1269 }
1270 s/.*/./; q'`
1271 srcdir=$ac_confdir
1272 if test ! -r "$srcdir/$ac_unique_file"; then
1273 srcdir=..
1274 fi
1275 else
1276 ac_srcdir_defaulted=no
1277 fi
1278 if test ! -r "$srcdir/$ac_unique_file"; then
1279 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1280 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1281 fi
1282 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1283 ac_abs_confdir=`(
1284 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1285 pwd)`
1286 # When building in place, set srcdir=.
1287 if test "$ac_abs_confdir" = "$ac_pwd"; then
1288 srcdir=.
1289 fi
1290 # Remove unnecessary trailing slashes from srcdir.
1291 # Double slashes in file names in object file debugging info
1292 # mess up M-x gdb in Emacs.
1293 case $srcdir in
1294 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1295 esac
1296 for ac_var in $ac_precious_vars; do
1297 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_env_${ac_var}_value=\$${ac_var}
1299 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1300 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1301 done
1302
1303 #
1304 # Report the --help message.
1305 #
1306 if test "$ac_init_help" = "long"; then
1307 # Omit some internal or obsolete options to make the list less imposing.
1308 # This message is too long to be a string in the A/UX 3.1 sh.
1309 cat <<_ACEOF
1310 \`configure' configures this package to adapt to many kinds of systems.
1311
1312 Usage: $0 [OPTION]... [VAR=VALUE]...
1313
1314 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1315 VAR=VALUE. See below for descriptions of some of the useful variables.
1316
1317 Defaults for the options are specified in brackets.
1318
1319 Configuration:
1320 -h, --help display this help and exit
1321 --help=short display options specific to this package
1322 --help=recursive display the short help of all the included packages
1323 -V, --version display version information and exit
1324 -q, --quiet, --silent do not print \`checking...' messages
1325 --cache-file=FILE cache test results in FILE [disabled]
1326 -C, --config-cache alias for \`--cache-file=config.cache'
1327 -n, --no-create do not create output files
1328 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1329
1330 Installation directories:
1331 --prefix=PREFIX install architecture-independent files in PREFIX
1332 [$ac_default_prefix]
1333 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1334 [PREFIX]
1335
1336 By default, \`make install' will install all the files in
1337 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1338 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1339 for instance \`--prefix=\$HOME'.
1340
1341 For better control, use the options below.
1342
1343 Fine tuning of the installation directories:
1344 --bindir=DIR user executables [EPREFIX/bin]
1345 --sbindir=DIR system admin executables [EPREFIX/sbin]
1346 --libexecdir=DIR program executables [EPREFIX/libexec]
1347 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1348 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1349 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1350 --libdir=DIR object code libraries [EPREFIX/lib]
1351 --includedir=DIR C header files [PREFIX/include]
1352 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1353 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1354 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1355 --infodir=DIR info documentation [DATAROOTDIR/info]
1356 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1357 --mandir=DIR man documentation [DATAROOTDIR/man]
1358 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1359 --htmldir=DIR html documentation [DOCDIR]
1360 --dvidir=DIR dvi documentation [DOCDIR]
1361 --pdfdir=DIR pdf documentation [DOCDIR]
1362 --psdir=DIR ps documentation [DOCDIR]
1363 _ACEOF
1364
1365 cat <<\_ACEOF
1366
1367 Program names:
1368 --program-prefix=PREFIX prepend PREFIX to installed program names
1369 --program-suffix=SUFFIX append SUFFIX to installed program names
1370 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1371
1372 System types:
1373 --build=BUILD configure for building on BUILD [guessed]
1374 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1375 --target=TARGET configure for building compilers for TARGET [HOST]
1376 _ACEOF
1377 fi
1378
1379 if test -n "$ac_init_help"; then
1380
1381 cat <<\_ACEOF
1382
1383 Optional Features:
1384 --disable-option-checking ignore unrecognized --enable/--with options
1385 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1386 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1387 --enable-plugins Enable support for plugins
1388 --enable-shared[=PKGS] build shared libraries [default=yes]
1389 --enable-static[=PKGS] build static libraries [default=yes]
1390 --enable-fast-install[=PKGS]
1391 optimize for fast installation [default=yes]
1392 --disable-libtool-lock avoid locking (might break parallel builds)
1393 --enable-maintainer-mode enable make rules and dependencies not useful
1394 (and sometimes confusing) to the casual installer
1395 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1396 itself)
1397 --enable-sim-stdio Specify whether to use stdio for console
1398 input/output
1399 --enable-sim-trace=opts Enable tracing of simulated programs
1400 --enable-sim-profile=opts
1401 Enable profiling flags
1402 --enable-sim-endian=endian
1403 Specify target byte endian orientation
1404 --enable-sim-alignment=align
1405 Specify strict, nonstrict or forced alignment of
1406 memory accesses
1407
1408 Optional Packages:
1409 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1410 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1411 --with-system-zlib use installed libz
1412 --with-pic try to use only PIC/non-PIC objects [default=use
1413 both]
1414 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1415 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1416 --with-bugurl=URL Direct users to URL to report a bug
1417
1418 Some influential environment variables:
1419 CC C compiler command
1420 CFLAGS C compiler flags
1421 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1422 nonstandard directory <lib dir>
1423 LIBS libraries to pass to the linker, e.g. -l<library>
1424 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1425 you have headers in a nonstandard directory <include dir>
1426 CPP C preprocessor
1427
1428 Use these variables to override the choices made by `configure' or to help
1429 it to find libraries and programs with nonstandard names/locations.
1430
1431 Report bugs to the package provider.
1432 _ACEOF
1433 ac_status=$?
1434 fi
1435
1436 if test "$ac_init_help" = "recursive"; then
1437 # If there are subdirs, report their specific --help.
1438 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1439 test -d "$ac_dir" ||
1440 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1441 continue
1442 ac_builddir=.
1443
1444 case "$ac_dir" in
1445 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1446 *)
1447 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1448 # A ".." for each directory in $ac_dir_suffix.
1449 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1450 case $ac_top_builddir_sub in
1451 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1452 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1453 esac ;;
1454 esac
1455 ac_abs_top_builddir=$ac_pwd
1456 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1457 # for backward compatibility:
1458 ac_top_builddir=$ac_top_build_prefix
1459
1460 case $srcdir in
1461 .) # We are building in place.
1462 ac_srcdir=.
1463 ac_top_srcdir=$ac_top_builddir_sub
1464 ac_abs_top_srcdir=$ac_pwd ;;
1465 [\\/]* | ?:[\\/]* ) # Absolute name.
1466 ac_srcdir=$srcdir$ac_dir_suffix;
1467 ac_top_srcdir=$srcdir
1468 ac_abs_top_srcdir=$srcdir ;;
1469 *) # Relative name.
1470 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1471 ac_top_srcdir=$ac_top_build_prefix$srcdir
1472 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1473 esac
1474 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1475
1476 cd "$ac_dir" || { ac_status=$?; continue; }
1477 # Check for guested configure.
1478 if test -f "$ac_srcdir/configure.gnu"; then
1479 echo &&
1480 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1481 elif test -f "$ac_srcdir/configure"; then
1482 echo &&
1483 $SHELL "$ac_srcdir/configure" --help=recursive
1484 else
1485 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1486 fi || ac_status=$?
1487 cd "$ac_pwd" || { ac_status=$?; break; }
1488 done
1489 fi
1490
1491 test -n "$ac_init_help" && exit $ac_status
1492 if $ac_init_version; then
1493 cat <<\_ACEOF
1494 configure
1495 generated by GNU Autoconf 2.64
1496
1497 Copyright (C) 2009 Free Software Foundation, Inc.
1498 This configure script is free software; the Free Software Foundation
1499 gives unlimited permission to copy, distribute and modify it.
1500 _ACEOF
1501 exit
1502 fi
1503
1504 ## ------------------------ ##
1505 ## Autoconf initialization. ##
1506 ## ------------------------ ##
1507
1508 # ac_fn_c_try_compile LINENO
1509 # --------------------------
1510 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1511 ac_fn_c_try_compile ()
1512 {
1513 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1514 rm -f conftest.$ac_objext
1515 if { { ac_try="$ac_compile"
1516 case "(($ac_try" in
1517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1518 *) ac_try_echo=$ac_try;;
1519 esac
1520 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1521 $as_echo "$ac_try_echo"; } >&5
1522 (eval "$ac_compile") 2>conftest.err
1523 ac_status=$?
1524 if test -s conftest.err; then
1525 grep -v '^ *+' conftest.err >conftest.er1
1526 cat conftest.er1 >&5
1527 mv -f conftest.er1 conftest.err
1528 fi
1529 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1530 test $ac_status = 0; } && {
1531 test -z "$ac_c_werror_flag" ||
1532 test ! -s conftest.err
1533 } && test -s conftest.$ac_objext; then :
1534 ac_retval=0
1535 else
1536 $as_echo "$as_me: failed program was:" >&5
1537 sed 's/^/| /' conftest.$ac_ext >&5
1538
1539 ac_retval=1
1540 fi
1541 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1542 return $ac_retval
1543
1544 } # ac_fn_c_try_compile
1545
1546 # ac_fn_c_try_cpp LINENO
1547 # ----------------------
1548 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1549 ac_fn_c_try_cpp ()
1550 {
1551 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1552 if { { ac_try="$ac_cpp conftest.$ac_ext"
1553 case "(($ac_try" in
1554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1555 *) ac_try_echo=$ac_try;;
1556 esac
1557 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1558 $as_echo "$ac_try_echo"; } >&5
1559 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1560 ac_status=$?
1561 if test -s conftest.err; then
1562 grep -v '^ *+' conftest.err >conftest.er1
1563 cat conftest.er1 >&5
1564 mv -f conftest.er1 conftest.err
1565 fi
1566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1567 test $ac_status = 0; } >/dev/null && {
1568 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1569 test ! -s conftest.err
1570 }; then :
1571 ac_retval=0
1572 else
1573 $as_echo "$as_me: failed program was:" >&5
1574 sed 's/^/| /' conftest.$ac_ext >&5
1575
1576 ac_retval=1
1577 fi
1578 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1579 return $ac_retval
1580
1581 } # ac_fn_c_try_cpp
1582
1583 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1584 # -------------------------------------------------------
1585 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1586 # the include files in INCLUDES and setting the cache variable VAR
1587 # accordingly.
1588 ac_fn_c_check_header_mongrel ()
1589 {
1590 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1591 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1593 $as_echo_n "checking for $2... " >&6; }
1594 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1595 $as_echo_n "(cached) " >&6
1596 fi
1597 eval ac_res=\$$3
1598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1599 $as_echo "$ac_res" >&6; }
1600 else
1601 # Is the header compilable?
1602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1603 $as_echo_n "checking $2 usability... " >&6; }
1604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1605 /* end confdefs.h. */
1606 $4
1607 #include <$2>
1608 _ACEOF
1609 if ac_fn_c_try_compile "$LINENO"; then :
1610 ac_header_compiler=yes
1611 else
1612 ac_header_compiler=no
1613 fi
1614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1616 $as_echo "$ac_header_compiler" >&6; }
1617
1618 # Is the header present?
1619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1620 $as_echo_n "checking $2 presence... " >&6; }
1621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1622 /* end confdefs.h. */
1623 #include <$2>
1624 _ACEOF
1625 if ac_fn_c_try_cpp "$LINENO"; then :
1626 ac_header_preproc=yes
1627 else
1628 ac_header_preproc=no
1629 fi
1630 rm -f conftest.err conftest.$ac_ext
1631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1632 $as_echo "$ac_header_preproc" >&6; }
1633
1634 # So? What about this header?
1635 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1636 yes:no: )
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1638 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1639 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1640 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1641 ;;
1642 no:yes:* )
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1644 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1645 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1646 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1648 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1650 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1652 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1653 ;;
1654 esac
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1656 $as_echo_n "checking for $2... " >&6; }
1657 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1658 $as_echo_n "(cached) " >&6
1659 else
1660 eval "$3=\$ac_header_compiler"
1661 fi
1662 eval ac_res=\$$3
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1664 $as_echo "$ac_res" >&6; }
1665 fi
1666 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1667
1668 } # ac_fn_c_check_header_mongrel
1669
1670 # ac_fn_c_try_run LINENO
1671 # ----------------------
1672 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1673 # that executables *can* be run.
1674 ac_fn_c_try_run ()
1675 {
1676 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1677 if { { ac_try="$ac_link"
1678 case "(($ac_try" in
1679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1680 *) ac_try_echo=$ac_try;;
1681 esac
1682 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1683 $as_echo "$ac_try_echo"; } >&5
1684 (eval "$ac_link") 2>&5
1685 ac_status=$?
1686 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1687 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1688 { { case "(($ac_try" in
1689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1690 *) ac_try_echo=$ac_try;;
1691 esac
1692 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693 $as_echo "$ac_try_echo"; } >&5
1694 (eval "$ac_try") 2>&5
1695 ac_status=$?
1696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1697 test $ac_status = 0; }; }; then :
1698 ac_retval=0
1699 else
1700 $as_echo "$as_me: program exited with status $ac_status" >&5
1701 $as_echo "$as_me: failed program was:" >&5
1702 sed 's/^/| /' conftest.$ac_ext >&5
1703
1704 ac_retval=$ac_status
1705 fi
1706 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1707 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1708 return $ac_retval
1709
1710 } # ac_fn_c_try_run
1711
1712 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1713 # -------------------------------------------------------
1714 # Tests whether HEADER exists and can be compiled using the include files in
1715 # INCLUDES, setting the cache variable VAR accordingly.
1716 ac_fn_c_check_header_compile ()
1717 {
1718 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1720 $as_echo_n "checking for $2... " >&6; }
1721 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1722 $as_echo_n "(cached) " >&6
1723 else
1724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1725 /* end confdefs.h. */
1726 $4
1727 #include <$2>
1728 _ACEOF
1729 if ac_fn_c_try_compile "$LINENO"; then :
1730 eval "$3=yes"
1731 else
1732 eval "$3=no"
1733 fi
1734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1735 fi
1736 eval ac_res=\$$3
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1738 $as_echo "$ac_res" >&6; }
1739 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1740
1741 } # ac_fn_c_check_header_compile
1742
1743 # ac_fn_c_try_link LINENO
1744 # -----------------------
1745 # Try to link conftest.$ac_ext, and return whether this succeeded.
1746 ac_fn_c_try_link ()
1747 {
1748 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1749 rm -f conftest.$ac_objext conftest$ac_exeext
1750 if { { ac_try="$ac_link"
1751 case "(($ac_try" in
1752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1753 *) ac_try_echo=$ac_try;;
1754 esac
1755 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1756 $as_echo "$ac_try_echo"; } >&5
1757 (eval "$ac_link") 2>conftest.err
1758 ac_status=$?
1759 if test -s conftest.err; then
1760 grep -v '^ *+' conftest.err >conftest.er1
1761 cat conftest.er1 >&5
1762 mv -f conftest.er1 conftest.err
1763 fi
1764 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1765 test $ac_status = 0; } && {
1766 test -z "$ac_c_werror_flag" ||
1767 test ! -s conftest.err
1768 } && test -s conftest$ac_exeext && {
1769 test "$cross_compiling" = yes ||
1770 $as_test_x conftest$ac_exeext
1771 }; then :
1772 ac_retval=0
1773 else
1774 $as_echo "$as_me: failed program was:" >&5
1775 sed 's/^/| /' conftest.$ac_ext >&5
1776
1777 ac_retval=1
1778 fi
1779 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1780 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1781 # interfere with the next link command; also delete a directory that is
1782 # left behind by Apple's compiler. We do this before executing the actions.
1783 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1784 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1785 return $ac_retval
1786
1787 } # ac_fn_c_try_link
1788
1789 # ac_fn_c_check_func LINENO FUNC VAR
1790 # ----------------------------------
1791 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1792 ac_fn_c_check_func ()
1793 {
1794 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1796 $as_echo_n "checking for $2... " >&6; }
1797 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1798 $as_echo_n "(cached) " >&6
1799 else
1800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1801 /* end confdefs.h. */
1802 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1803 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1804 #define $2 innocuous_$2
1805
1806 /* System header to define __stub macros and hopefully few prototypes,
1807 which can conflict with char $2 (); below.
1808 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1809 <limits.h> exists even on freestanding compilers. */
1810
1811 #ifdef __STDC__
1812 # include <limits.h>
1813 #else
1814 # include <assert.h>
1815 #endif
1816
1817 #undef $2
1818
1819 /* Override any GCC internal prototype to avoid an error.
1820 Use char because int might match the return type of a GCC
1821 builtin and then its argument prototype would still apply. */
1822 #ifdef __cplusplus
1823 extern "C"
1824 #endif
1825 char $2 ();
1826 /* The GNU C library defines this for functions which it implements
1827 to always fail with ENOSYS. Some functions are actually named
1828 something starting with __ and the normal name is an alias. */
1829 #if defined __stub_$2 || defined __stub___$2
1830 choke me
1831 #endif
1832
1833 int
1834 main ()
1835 {
1836 return $2 ();
1837 ;
1838 return 0;
1839 }
1840 _ACEOF
1841 if ac_fn_c_try_link "$LINENO"; then :
1842 eval "$3=yes"
1843 else
1844 eval "$3=no"
1845 fi
1846 rm -f core conftest.err conftest.$ac_objext \
1847 conftest$ac_exeext conftest.$ac_ext
1848 fi
1849 eval ac_res=\$$3
1850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1851 $as_echo "$ac_res" >&6; }
1852 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1853
1854 } # ac_fn_c_check_func
1855
1856 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1857 # ----------------------------------------------------
1858 # Tries to find if the field MEMBER exists in type AGGR, after including
1859 # INCLUDES, setting cache variable VAR accordingly.
1860 ac_fn_c_check_member ()
1861 {
1862 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1864 $as_echo_n "checking for $2.$3... " >&6; }
1865 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1866 $as_echo_n "(cached) " >&6
1867 else
1868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1869 /* end confdefs.h. */
1870 $5
1871 int
1872 main ()
1873 {
1874 static $2 ac_aggr;
1875 if (ac_aggr.$3)
1876 return 0;
1877 ;
1878 return 0;
1879 }
1880 _ACEOF
1881 if ac_fn_c_try_compile "$LINENO"; then :
1882 eval "$4=yes"
1883 else
1884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1885 /* end confdefs.h. */
1886 $5
1887 int
1888 main ()
1889 {
1890 static $2 ac_aggr;
1891 if (sizeof ac_aggr.$3)
1892 return 0;
1893 ;
1894 return 0;
1895 }
1896 _ACEOF
1897 if ac_fn_c_try_compile "$LINENO"; then :
1898 eval "$4=yes"
1899 else
1900 eval "$4=no"
1901 fi
1902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1903 fi
1904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1905 fi
1906 eval ac_res=\$$4
1907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1908 $as_echo "$ac_res" >&6; }
1909 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1910
1911 } # ac_fn_c_check_member
1912
1913 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1914 # -------------------------------------------
1915 # Tests whether TYPE exists after having included INCLUDES, setting cache
1916 # variable VAR accordingly.
1917 ac_fn_c_check_type ()
1918 {
1919 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1921 $as_echo_n "checking for $2... " >&6; }
1922 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1923 $as_echo_n "(cached) " >&6
1924 else
1925 eval "$3=no"
1926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1927 /* end confdefs.h. */
1928 $4
1929 int
1930 main ()
1931 {
1932 if (sizeof ($2))
1933 return 0;
1934 ;
1935 return 0;
1936 }
1937 _ACEOF
1938 if ac_fn_c_try_compile "$LINENO"; then :
1939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1940 /* end confdefs.h. */
1941 $4
1942 int
1943 main ()
1944 {
1945 if (sizeof (($2)))
1946 return 0;
1947 ;
1948 return 0;
1949 }
1950 _ACEOF
1951 if ac_fn_c_try_compile "$LINENO"; then :
1952
1953 else
1954 eval "$3=yes"
1955 fi
1956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1957 fi
1958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1959 fi
1960 eval ac_res=\$$3
1961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1962 $as_echo "$ac_res" >&6; }
1963 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1964
1965 } # ac_fn_c_check_type
1966 cat >config.log <<_ACEOF
1967 This file contains any messages produced by compilers while
1968 running configure, to aid debugging if configure makes a mistake.
1969
1970 It was created by $as_me, which was
1971 generated by GNU Autoconf 2.64. Invocation command line was
1972
1973 $ $0 $@
1974
1975 _ACEOF
1976 exec 5>>config.log
1977 {
1978 cat <<_ASUNAME
1979 ## --------- ##
1980 ## Platform. ##
1981 ## --------- ##
1982
1983 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1984 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1985 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1986 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1987 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1988
1989 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1990 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1991
1992 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1993 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1994 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1995 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1996 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1997 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1998 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1999
2000 _ASUNAME
2001
2002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2003 for as_dir in $PATH
2004 do
2005 IFS=$as_save_IFS
2006 test -z "$as_dir" && as_dir=.
2007 $as_echo "PATH: $as_dir"
2008 done
2009 IFS=$as_save_IFS
2010
2011 } >&5
2012
2013 cat >&5 <<_ACEOF
2014
2015
2016 ## ----------- ##
2017 ## Core tests. ##
2018 ## ----------- ##
2019
2020 _ACEOF
2021
2022
2023 # Keep a trace of the command line.
2024 # Strip out --no-create and --no-recursion so they do not pile up.
2025 # Strip out --silent because we don't want to record it for future runs.
2026 # Also quote any args containing shell meta-characters.
2027 # Make two passes to allow for proper duplicate-argument suppression.
2028 ac_configure_args=
2029 ac_configure_args0=
2030 ac_configure_args1=
2031 ac_must_keep_next=false
2032 for ac_pass in 1 2
2033 do
2034 for ac_arg
2035 do
2036 case $ac_arg in
2037 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2038 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2039 | -silent | --silent | --silen | --sile | --sil)
2040 continue ;;
2041 *\'*)
2042 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2043 esac
2044 case $ac_pass in
2045 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2046 2)
2047 as_fn_append ac_configure_args1 " '$ac_arg'"
2048 if test $ac_must_keep_next = true; then
2049 ac_must_keep_next=false # Got value, back to normal.
2050 else
2051 case $ac_arg in
2052 *=* | --config-cache | -C | -disable-* | --disable-* \
2053 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2054 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2055 | -with-* | --with-* | -without-* | --without-* | --x)
2056 case "$ac_configure_args0 " in
2057 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2058 esac
2059 ;;
2060 -* ) ac_must_keep_next=true ;;
2061 esac
2062 fi
2063 as_fn_append ac_configure_args " '$ac_arg'"
2064 ;;
2065 esac
2066 done
2067 done
2068 { ac_configure_args0=; unset ac_configure_args0;}
2069 { ac_configure_args1=; unset ac_configure_args1;}
2070
2071 # When interrupted or exit'd, cleanup temporary files, and complete
2072 # config.log. We remove comments because anyway the quotes in there
2073 # would cause problems or look ugly.
2074 # WARNING: Use '\'' to represent an apostrophe within the trap.
2075 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2076 trap 'exit_status=$?
2077 # Save into config.log some information that might help in debugging.
2078 {
2079 echo
2080
2081 cat <<\_ASBOX
2082 ## ---------------- ##
2083 ## Cache variables. ##
2084 ## ---------------- ##
2085 _ASBOX
2086 echo
2087 # The following way of writing the cache mishandles newlines in values,
2088 (
2089 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2090 eval ac_val=\$$ac_var
2091 case $ac_val in #(
2092 *${as_nl}*)
2093 case $ac_var in #(
2094 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2095 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2096 esac
2097 case $ac_var in #(
2098 _ | IFS | as_nl) ;; #(
2099 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2100 *) { eval $ac_var=; unset $ac_var;} ;;
2101 esac ;;
2102 esac
2103 done
2104 (set) 2>&1 |
2105 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2106 *${as_nl}ac_space=\ *)
2107 sed -n \
2108 "s/'\''/'\''\\\\'\'''\''/g;
2109 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2110 ;; #(
2111 *)
2112 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2113 ;;
2114 esac |
2115 sort
2116 )
2117 echo
2118
2119 cat <<\_ASBOX
2120 ## ----------------- ##
2121 ## Output variables. ##
2122 ## ----------------- ##
2123 _ASBOX
2124 echo
2125 for ac_var in $ac_subst_vars
2126 do
2127 eval ac_val=\$$ac_var
2128 case $ac_val in
2129 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2130 esac
2131 $as_echo "$ac_var='\''$ac_val'\''"
2132 done | sort
2133 echo
2134
2135 if test -n "$ac_subst_files"; then
2136 cat <<\_ASBOX
2137 ## ------------------- ##
2138 ## File substitutions. ##
2139 ## ------------------- ##
2140 _ASBOX
2141 echo
2142 for ac_var in $ac_subst_files
2143 do
2144 eval ac_val=\$$ac_var
2145 case $ac_val in
2146 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2147 esac
2148 $as_echo "$ac_var='\''$ac_val'\''"
2149 done | sort
2150 echo
2151 fi
2152
2153 if test -s confdefs.h; then
2154 cat <<\_ASBOX
2155 ## ----------- ##
2156 ## confdefs.h. ##
2157 ## ----------- ##
2158 _ASBOX
2159 echo
2160 cat confdefs.h
2161 echo
2162 fi
2163 test "$ac_signal" != 0 &&
2164 $as_echo "$as_me: caught signal $ac_signal"
2165 $as_echo "$as_me: exit $exit_status"
2166 } >&5
2167 rm -f core *.core core.conftest.* &&
2168 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2169 exit $exit_status
2170 ' 0
2171 for ac_signal in 1 2 13 15; do
2172 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2173 done
2174 ac_signal=0
2175
2176 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2177 rm -f -r conftest* confdefs.h
2178
2179 $as_echo "/* confdefs.h */" > confdefs.h
2180
2181 # Predefined preprocessor variables.
2182
2183 cat >>confdefs.h <<_ACEOF
2184 #define PACKAGE_NAME "$PACKAGE_NAME"
2185 _ACEOF
2186
2187 cat >>confdefs.h <<_ACEOF
2188 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2189 _ACEOF
2190
2191 cat >>confdefs.h <<_ACEOF
2192 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2193 _ACEOF
2194
2195 cat >>confdefs.h <<_ACEOF
2196 #define PACKAGE_STRING "$PACKAGE_STRING"
2197 _ACEOF
2198
2199 cat >>confdefs.h <<_ACEOF
2200 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2201 _ACEOF
2202
2203 cat >>confdefs.h <<_ACEOF
2204 #define PACKAGE_URL "$PACKAGE_URL"
2205 _ACEOF
2206
2207
2208 # Let the site file select an alternate cache file if it wants to.
2209 # Prefer an explicitly selected file to automatically selected ones.
2210 ac_site_file1=NONE
2211 ac_site_file2=NONE
2212 if test -n "$CONFIG_SITE"; then
2213 ac_site_file1=$CONFIG_SITE
2214 elif test "x$prefix" != xNONE; then
2215 ac_site_file1=$prefix/share/config.site
2216 ac_site_file2=$prefix/etc/config.site
2217 else
2218 ac_site_file1=$ac_default_prefix/share/config.site
2219 ac_site_file2=$ac_default_prefix/etc/config.site
2220 fi
2221 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2222 do
2223 test "x$ac_site_file" = xNONE && continue
2224 if test -r "$ac_site_file"; then
2225 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2226 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2227 sed 's/^/| /' "$ac_site_file" >&5
2228 . "$ac_site_file"
2229 fi
2230 done
2231
2232 if test -r "$cache_file"; then
2233 # Some versions of bash will fail to source /dev/null (special
2234 # files actually), so we avoid doing that.
2235 if test -f "$cache_file"; then
2236 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2237 $as_echo "$as_me: loading cache $cache_file" >&6;}
2238 case $cache_file in
2239 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2240 *) . "./$cache_file";;
2241 esac
2242 fi
2243 else
2244 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2245 $as_echo "$as_me: creating cache $cache_file" >&6;}
2246 >$cache_file
2247 fi
2248
2249 # Check that the precious variables saved in the cache have kept the same
2250 # value.
2251 ac_cache_corrupted=false
2252 for ac_var in $ac_precious_vars; do
2253 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2254 eval ac_new_set=\$ac_env_${ac_var}_set
2255 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2256 eval ac_new_val=\$ac_env_${ac_var}_value
2257 case $ac_old_set,$ac_new_set in
2258 set,)
2259 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2260 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2261 ac_cache_corrupted=: ;;
2262 ,set)
2263 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2264 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2265 ac_cache_corrupted=: ;;
2266 ,);;
2267 *)
2268 if test "x$ac_old_val" != "x$ac_new_val"; then
2269 # differences in whitespace do not lead to failure.
2270 ac_old_val_w=`echo x $ac_old_val`
2271 ac_new_val_w=`echo x $ac_new_val`
2272 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2273 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2274 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2275 ac_cache_corrupted=:
2276 else
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2278 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2279 eval $ac_var=\$ac_old_val
2280 fi
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2282 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2283 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2284 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2285 fi;;
2286 esac
2287 # Pass precious variables to config.status.
2288 if test "$ac_new_set" = set; then
2289 case $ac_new_val in
2290 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2291 *) ac_arg=$ac_var=$ac_new_val ;;
2292 esac
2293 case " $ac_configure_args " in
2294 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2295 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2296 esac
2297 fi
2298 done
2299 if $ac_cache_corrupted; then
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2301 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2302 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2303 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2304 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2305 fi
2306 ## -------------------- ##
2307 ## Main body of script. ##
2308 ## -------------------- ##
2309
2310 ac_ext=c
2311 ac_cpp='$CPP $CPPFLAGS'
2312 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2313 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2314 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2315
2316
2317 # This file contains common code used by all simulators.
2318 #
2319 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2320 # directory. It is intended to be invoked before any target specific stuff.
2321 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2322 # It is intended to be invoked last.
2323 #
2324 # The simulator's configure.ac should look like:
2325 #
2326 # dnl Process this file with autoconf to produce a configure script.
2327 # AC_PREREQ(2.64)dnl
2328 # AC_INIT(Makefile.in)
2329 # sinclude(../common/aclocal.m4)
2330 #
2331 # SIM_AC_COMMON
2332 #
2333 # ... target specific stuff ...
2334 #
2335 # SIM_AC_OUTPUT
2336
2337 # Include global overrides and fixes for Autoconf.
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364 # _AC_CHECK_DECL_BODY
2365 # -------------------
2366 # Shell function body for AC_CHECK_DECL.
2367 # _AC_CHECK_DECL_BODY
2368
2369 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2370 # INCLUDES)
2371 # -------------------------------------------------------------
2372 # Helper to AC_CHECK_DECLS, which generates the check for a single
2373 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2374 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2387 #
2388 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2389 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2390 # Written by Gordon Matzigkeit, 1996
2391 #
2392 # This file is free software; the Free Software Foundation gives
2393 # unlimited permission to copy and/or distribute it, with or without
2394 # modifications, as long as this notice is preserved.
2395
2396
2397
2398 # serial 56 LT_INIT
2399
2400
2401 # LT_PREREQ(VERSION)
2402 # ------------------
2403 # Complain and exit if this libtool version is less that VERSION.
2404
2405
2406
2407 # _LT_CHECK_BUILDDIR
2408 # ------------------
2409 # Complain if the absolute build directory name contains unusual characters
2410
2411
2412
2413 # LT_INIT([OPTIONS])
2414 # ------------------
2415 # LT_INIT
2416
2417 # Old names:
2418 # This is what autoupdate's m4 run will expand. It fires
2419 # the warning (with _au_warn_XXX), outputs it into the
2420 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2421 # the replacement expansion.
2422
2423
2424 # This is an auxiliary macro that is also run when
2425 # autoupdate runs m4. It simply calls m4_warning, but
2426 # we need a wrapper so that each warning is emitted only
2427 # once. We break the quoting in m4_warning's argument in
2428 # order to expand this macro's arguments, not AU_DEFUN's.
2429
2430
2431 # Finally, this is the expansion that is picked up by
2432 # autoconf. It tells the user to run autoupdate, and
2433 # then outputs the replacement expansion. We do not care
2434 # about autoupdate's warning because that contains
2435 # information on what to do *after* running autoupdate.
2436
2437 # This is what autoupdate's m4 run will expand. It fires
2438 # the warning (with _au_warn_XXX), outputs it into the
2439 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2440 # the replacement expansion.
2441
2442
2443 # This is an auxiliary macro that is also run when
2444 # autoupdate runs m4. It simply calls m4_warning, but
2445 # we need a wrapper so that each warning is emitted only
2446 # once. We break the quoting in m4_warning's argument in
2447 # order to expand this macro's arguments, not AU_DEFUN's.
2448
2449
2450 # Finally, this is the expansion that is picked up by
2451 # autoconf. It tells the user to run autoupdate, and
2452 # then outputs the replacement expansion. We do not care
2453 # about autoupdate's warning because that contains
2454 # information on what to do *after* running autoupdate.
2455
2456
2457
2458 # _LT_CC_BASENAME(CC)
2459 # -------------------
2460 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2461
2462
2463
2464 # _LT_FILEUTILS_DEFAULTS
2465 # ----------------------
2466 # It is okay to use these file commands and assume they have been set
2467 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2468 # _LT_FILEUTILS_DEFAULTS
2469
2470
2471 # _LT_SETUP
2472 # ---------
2473 # _LT_SETUP
2474
2475
2476 # _LT_PREPARE_SED_QUOTE_VARS
2477 # --------------------------
2478 # Define a few sed substitution that help us do robust quoting.
2479
2480
2481 # _LT_PROG_LTMAIN
2482 # ---------------
2483 # Note that this code is called both from `configure', and `config.status'
2484 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2485 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2486 # so we pass a copy along to make sure it has a sensible value anyway.
2487 # _LT_PROG_LTMAIN
2488
2489
2490 ## ------------------------------------- ##
2491 ## Accumulate code for creating libtool. ##
2492 ## ------------------------------------- ##
2493
2494 # So that we can recreate a full libtool script including additional
2495 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2496 # in macros and then make a single call at the end using the `libtool'
2497 # label.
2498
2499
2500 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2501 # ----------------------------------------
2502 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2503
2504
2505 # Initialize.
2506
2507
2508
2509 # _LT_CONFIG_LIBTOOL([COMMANDS])
2510 # ------------------------------
2511 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2512
2513
2514 # Initialize.
2515
2516
2517
2518 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2519 # -----------------------------------------------------
2520
2521
2522
2523 # _LT_FORMAT_COMMENT([COMMENT])
2524 # -----------------------------
2525 # Add leading comment marks to the start of each line, and a trailing
2526 # full-stop to the whole comment if one is not present already.
2527
2528
2529
2530
2531 ## ------------------------ ##
2532 ## FIXME: Eliminate VARNAME ##
2533 ## ------------------------ ##
2534
2535
2536 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2537 # -------------------------------------------------------------------
2538 # CONFIGNAME is the name given to the value in the libtool script.
2539 # VARNAME is the (base) name used in the configure script.
2540 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2541 # VARNAME. Any other value will be used directly.
2542
2543
2544
2545 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2546 # --------------------------------------------------------
2547
2548
2549
2550 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2551 # ------------------------------------------------
2552
2553
2554
2555 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2556 # ---------------------------------------------------------
2557
2558
2559
2560 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2561 # --------------------------------------------------
2562
2563
2564
2565 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2566 # ---------------------------------------------------
2567
2568
2569
2570 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2571 # ---------------------------------------------------
2572
2573
2574
2575
2576 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2577 # ------------------------------------------------
2578
2579
2580
2581
2582 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2583 # ------------------------------------
2584 # Quote a variable value, and forward it to `config.status' so that its
2585 # declaration there will have the same value as in `configure'. VARNAME
2586 # must have a single quote delimited value for this to work.
2587
2588
2589
2590 # _LT_CONFIG_STATUS_DECLARATIONS
2591 # ------------------------------
2592 # We delimit libtool config variables with single quotes, so when
2593 # we write them to config.status, we have to be sure to quote all
2594 # embedded single quotes properly. In configure, this macro expands
2595 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2596 #
2597 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2598
2599
2600
2601 # _LT_LIBTOOL_TAGS
2602 # ----------------
2603 # Output comment and list of tags supported by the script
2604
2605
2606
2607 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2608 # -----------------------------------
2609 # Extract the dictionary values for VARNAME (optionally with TAG) and
2610 # expand to a commented shell variable setting:
2611 #
2612 # # Some comment about what VAR is for.
2613 # visible_name=$lt_internal_name
2614
2615
2616
2617 # _LT_LIBTOOL_CONFIG_VARS
2618 # -----------------------
2619 # Produce commented declarations of non-tagged libtool config variables
2620 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2621 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2622 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2623
2624
2625
2626 # _LT_LIBTOOL_TAG_VARS(TAG)
2627 # -------------------------
2628
2629
2630
2631 # _LT_TAGVAR(VARNAME, [TAGNAME])
2632 # ------------------------------
2633
2634
2635
2636 # _LT_CONFIG_COMMANDS
2637 # -------------------
2638 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2639 # variables for single and double quote escaping we saved from calls
2640 # to _LT_DECL, we can put quote escaped variables declarations
2641 # into `config.status', and then the shell code to quote escape them in
2642 # for loops in `config.status'. Finally, any additional code accumulated
2643 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2644 #_LT_CONFIG_COMMANDS
2645
2646
2647 # Initialize.
2648
2649
2650 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2651 # ------------------------------------
2652 # Generate a child script FILE with all initialization necessary to
2653 # reuse the environment learned by the parent script, and make the
2654 # file executable. If COMMENT is supplied, it is inserted after the
2655 # `#!' sequence but before initialization text begins. After this
2656 # macro, additional text can be appended to FILE to form the body of
2657 # the child script. The macro ends with non-zero status if the
2658 # file could not be fully written (such as if the disk is full).
2659 # _LT_GENERATED_FILE_INIT
2660
2661 # LT_OUTPUT
2662 # ---------
2663 # This macro allows early generation of the libtool script (before
2664 # AC_OUTPUT is called), incase it is used in configure for compilation
2665 # tests.
2666 # LT_OUTPUT
2667
2668
2669 # _LT_CONFIG(TAG)
2670 # ---------------
2671 # If TAG is the built-in tag, create an initial libtool script with a
2672 # default configuration from the untagged config vars. Otherwise add code
2673 # to config.status for appending the configuration named by TAG from the
2674 # matching tagged config vars.
2675 # _LT_CONFIG
2676
2677
2678 # LT_SUPPORTED_TAG(TAG)
2679 # ---------------------
2680 # Trace this macro to discover what tags are supported by the libtool
2681 # --tag option, using:
2682 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2683
2684
2685
2686 # C support is built-in for now
2687
2688
2689
2690
2691 # LT_LANG(LANG)
2692 # -------------
2693 # Enable libtool support for the given language if not already enabled.
2694 # LT_LANG
2695
2696
2697 # _LT_LANG(LANGNAME)
2698 # ------------------
2699 # _LT_LANG
2700
2701
2702 # _LT_LANG_DEFAULT_CONFIG
2703 # -----------------------
2704 # _LT_LANG_DEFAULT_CONFIG
2705
2706 # Obsolete macros:
2707 # This is what autoupdate's m4 run will expand. It fires
2708 # the warning (with _au_warn_XXX), outputs it into the
2709 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2710 # the replacement expansion.
2711
2712
2713 # This is an auxiliary macro that is also run when
2714 # autoupdate runs m4. It simply calls m4_warning, but
2715 # we need a wrapper so that each warning is emitted only
2716 # once. We break the quoting in m4_warning's argument in
2717 # order to expand this macro's arguments, not AU_DEFUN's.
2718
2719
2720 # Finally, this is the expansion that is picked up by
2721 # autoconf. It tells the user to run autoupdate, and
2722 # then outputs the replacement expansion. We do not care
2723 # about autoupdate's warning because that contains
2724 # information on what to do *after* running autoupdate.
2725
2726 # This is what autoupdate's m4 run will expand. It fires
2727 # the warning (with _au_warn_XXX), outputs it into the
2728 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2729 # the replacement expansion.
2730
2731
2732 # This is an auxiliary macro that is also run when
2733 # autoupdate runs m4. It simply calls m4_warning, but
2734 # we need a wrapper so that each warning is emitted only
2735 # once. We break the quoting in m4_warning's argument in
2736 # order to expand this macro's arguments, not AU_DEFUN's.
2737
2738
2739 # Finally, this is the expansion that is picked up by
2740 # autoconf. It tells the user to run autoupdate, and
2741 # then outputs the replacement expansion. We do not care
2742 # about autoupdate's warning because that contains
2743 # information on what to do *after* running autoupdate.
2744
2745 # This is what autoupdate's m4 run will expand. It fires
2746 # the warning (with _au_warn_XXX), outputs it into the
2747 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2748 # the replacement expansion.
2749
2750
2751 # This is an auxiliary macro that is also run when
2752 # autoupdate runs m4. It simply calls m4_warning, but
2753 # we need a wrapper so that each warning is emitted only
2754 # once. We break the quoting in m4_warning's argument in
2755 # order to expand this macro's arguments, not AU_DEFUN's.
2756
2757
2758 # Finally, this is the expansion that is picked up by
2759 # autoconf. It tells the user to run autoupdate, and
2760 # then outputs the replacement expansion. We do not care
2761 # about autoupdate's warning because that contains
2762 # information on what to do *after* running autoupdate.
2763
2764 # This is what autoupdate's m4 run will expand. It fires
2765 # the warning (with _au_warn_XXX), outputs it into the
2766 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2767 # the replacement expansion.
2768
2769
2770 # This is an auxiliary macro that is also run when
2771 # autoupdate runs m4. It simply calls m4_warning, but
2772 # we need a wrapper so that each warning is emitted only
2773 # once. We break the quoting in m4_warning's argument in
2774 # order to expand this macro's arguments, not AU_DEFUN's.
2775
2776
2777 # Finally, this is the expansion that is picked up by
2778 # autoconf. It tells the user to run autoupdate, and
2779 # then outputs the replacement expansion. We do not care
2780 # about autoupdate's warning because that contains
2781 # information on what to do *after* running autoupdate.
2782
2783 # This is what autoupdate's m4 run will expand. It fires
2784 # the warning (with _au_warn_XXX), outputs it into the
2785 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2786 # the replacement expansion.
2787
2788
2789 # This is an auxiliary macro that is also run when
2790 # autoupdate runs m4. It simply calls m4_warning, but
2791 # we need a wrapper so that each warning is emitted only
2792 # once. We break the quoting in m4_warning's argument in
2793 # order to expand this macro's arguments, not AU_DEFUN's.
2794
2795
2796 # Finally, this is the expansion that is picked up by
2797 # autoconf. It tells the user to run autoupdate, and
2798 # then outputs the replacement expansion. We do not care
2799 # about autoupdate's warning because that contains
2800 # information on what to do *after* running autoupdate.
2801
2802
2803
2804 # _LT_TAG_COMPILER
2805 # ----------------
2806 # _LT_TAG_COMPILER
2807
2808
2809 # _LT_COMPILER_BOILERPLATE
2810 # ------------------------
2811 # Check for compiler boilerplate output or warnings with
2812 # the simple compiler test code.
2813 # _LT_COMPILER_BOILERPLATE
2814
2815
2816 # _LT_LINKER_BOILERPLATE
2817 # ----------------------
2818 # Check for linker boilerplate output or warnings with
2819 # the simple link test code.
2820 # _LT_LINKER_BOILERPLATE
2821
2822 # _LT_REQUIRED_DARWIN_CHECKS
2823 # -------------------------
2824
2825
2826
2827 # _LT_DARWIN_LINKER_FEATURES
2828 # --------------------------
2829 # Checks for linker and compiler features on darwin
2830
2831
2832 # _LT_SYS_MODULE_PATH_AIX
2833 # -----------------------
2834 # Links a minimal program and checks the executable
2835 # for the system default hardcoded library path. In most cases,
2836 # this is /usr/lib:/lib, but when the MPI compilers are used
2837 # the location of the communication and MPI libs are included too.
2838 # If we don't find anything, use the default library path according
2839 # to the aix ld manual.
2840 # _LT_SYS_MODULE_PATH_AIX
2841
2842
2843 # _LT_SHELL_INIT(ARG)
2844 # -------------------
2845 # _LT_SHELL_INIT
2846
2847
2848
2849 # _LT_PROG_ECHO_BACKSLASH
2850 # -----------------------
2851 # Find how we can fake an echo command that does not interpret backslash.
2852 # In particular, with Autoconf 2.60 or later we add some code to the start
2853 # of the generated configure script which will find a shell with a builtin
2854 # printf (which we can use as an echo command).
2855 # _LT_PROG_ECHO_BACKSLASH
2856
2857
2858 # _LT_ENABLE_LOCK
2859 # ---------------
2860 # _LT_ENABLE_LOCK
2861
2862
2863 # _LT_CMD_OLD_ARCHIVE
2864 # -------------------
2865 # _LT_CMD_OLD_ARCHIVE
2866
2867
2868 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2869 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2870 # ----------------------------------------------------------------
2871 # Check whether the given compiler option works
2872 # _LT_COMPILER_OPTION
2873
2874 # Old name:
2875 # This is what autoupdate's m4 run will expand. It fires
2876 # the warning (with _au_warn_XXX), outputs it into the
2877 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2878 # the replacement expansion.
2879
2880
2881 # This is an auxiliary macro that is also run when
2882 # autoupdate runs m4. It simply calls m4_warning, but
2883 # we need a wrapper so that each warning is emitted only
2884 # once. We break the quoting in m4_warning's argument in
2885 # order to expand this macro's arguments, not AU_DEFUN's.
2886
2887
2888 # Finally, this is the expansion that is picked up by
2889 # autoconf. It tells the user to run autoupdate, and
2890 # then outputs the replacement expansion. We do not care
2891 # about autoupdate's warning because that contains
2892 # information on what to do *after* running autoupdate.
2893
2894
2895
2896 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2897 # [ACTION-SUCCESS], [ACTION-FAILURE])
2898 # ----------------------------------------------------
2899 # Check whether the given linker option works
2900 # _LT_LINKER_OPTION
2901
2902 # Old name:
2903 # This is what autoupdate's m4 run will expand. It fires
2904 # the warning (with _au_warn_XXX), outputs it into the
2905 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2906 # the replacement expansion.
2907
2908
2909 # This is an auxiliary macro that is also run when
2910 # autoupdate runs m4. It simply calls m4_warning, but
2911 # we need a wrapper so that each warning is emitted only
2912 # once. We break the quoting in m4_warning's argument in
2913 # order to expand this macro's arguments, not AU_DEFUN's.
2914
2915
2916 # Finally, this is the expansion that is picked up by
2917 # autoconf. It tells the user to run autoupdate, and
2918 # then outputs the replacement expansion. We do not care
2919 # about autoupdate's warning because that contains
2920 # information on what to do *after* running autoupdate.
2921
2922
2923
2924 # LT_CMD_MAX_LEN
2925 #---------------
2926 # LT_CMD_MAX_LEN
2927
2928 # Old name:
2929 # This is what autoupdate's m4 run will expand. It fires
2930 # the warning (with _au_warn_XXX), outputs it into the
2931 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2932 # the replacement expansion.
2933
2934
2935 # This is an auxiliary macro that is also run when
2936 # autoupdate runs m4. It simply calls m4_warning, but
2937 # we need a wrapper so that each warning is emitted only
2938 # once. We break the quoting in m4_warning's argument in
2939 # order to expand this macro's arguments, not AU_DEFUN's.
2940
2941
2942 # Finally, this is the expansion that is picked up by
2943 # autoconf. It tells the user to run autoupdate, and
2944 # then outputs the replacement expansion. We do not care
2945 # about autoupdate's warning because that contains
2946 # information on what to do *after* running autoupdate.
2947
2948
2949
2950 # _LT_HEADER_DLFCN
2951 # ----------------
2952 # _LT_HEADER_DLFCN
2953
2954
2955 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2956 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2957 # ----------------------------------------------------------------
2958 # _LT_TRY_DLOPEN_SELF
2959
2960
2961 # LT_SYS_DLOPEN_SELF
2962 # ------------------
2963 # LT_SYS_DLOPEN_SELF
2964
2965 # Old name:
2966 # This is what autoupdate's m4 run will expand. It fires
2967 # the warning (with _au_warn_XXX), outputs it into the
2968 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2969 # the replacement expansion.
2970
2971
2972 # This is an auxiliary macro that is also run when
2973 # autoupdate runs m4. It simply calls m4_warning, but
2974 # we need a wrapper so that each warning is emitted only
2975 # once. We break the quoting in m4_warning's argument in
2976 # order to expand this macro's arguments, not AU_DEFUN's.
2977
2978
2979 # Finally, this is the expansion that is picked up by
2980 # autoconf. It tells the user to run autoupdate, and
2981 # then outputs the replacement expansion. We do not care
2982 # about autoupdate's warning because that contains
2983 # information on what to do *after* running autoupdate.
2984
2985
2986
2987 # _LT_COMPILER_C_O([TAGNAME])
2988 # ---------------------------
2989 # Check to see if options -c and -o are simultaneously supported by compiler.
2990 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
2991 # _LT_COMPILER_C_O
2992
2993
2994 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
2995 # ----------------------------------
2996 # Check to see if we can do hard links to lock some files if needed
2997 # _LT_COMPILER_FILE_LOCKS
2998
2999
3000 # _LT_CHECK_OBJDIR
3001 # ----------------
3002 # _LT_CHECK_OBJDIR
3003
3004
3005 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3006 # --------------------------------------
3007 # Check hardcoding attributes.
3008 # _LT_LINKER_HARDCODE_LIBPATH
3009
3010
3011 # _LT_CMD_STRIPLIB
3012 # ----------------
3013 # _LT_CMD_STRIPLIB
3014
3015
3016 # _LT_SYS_DYNAMIC_LINKER([TAG])
3017 # -----------------------------
3018 # PORTME Fill in your ld.so characteristics
3019 # _LT_SYS_DYNAMIC_LINKER
3020
3021
3022 # _LT_PATH_TOOL_PREFIX(TOOL)
3023 # --------------------------
3024 # find a file program which can recognize shared library
3025 # _LT_PATH_TOOL_PREFIX
3026
3027 # Old name:
3028 # This is what autoupdate's m4 run will expand. It fires
3029 # the warning (with _au_warn_XXX), outputs it into the
3030 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3031 # the replacement expansion.
3032
3033
3034 # This is an auxiliary macro that is also run when
3035 # autoupdate runs m4. It simply calls m4_warning, but
3036 # we need a wrapper so that each warning is emitted only
3037 # once. We break the quoting in m4_warning's argument in
3038 # order to expand this macro's arguments, not AU_DEFUN's.
3039
3040
3041 # Finally, this is the expansion that is picked up by
3042 # autoconf. It tells the user to run autoupdate, and
3043 # then outputs the replacement expansion. We do not care
3044 # about autoupdate's warning because that contains
3045 # information on what to do *after* running autoupdate.
3046
3047
3048
3049 # _LT_PATH_MAGIC
3050 # --------------
3051 # find a file program which can recognize a shared library
3052 # _LT_PATH_MAGIC
3053
3054
3055 # LT_PATH_LD
3056 # ----------
3057 # find the pathname to the GNU or non-GNU linker
3058 # LT_PATH_LD
3059
3060 # Old names:
3061 # This is what autoupdate's m4 run will expand. It fires
3062 # the warning (with _au_warn_XXX), outputs it into the
3063 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3064 # the replacement expansion.
3065
3066
3067 # This is an auxiliary macro that is also run when
3068 # autoupdate runs m4. It simply calls m4_warning, but
3069 # we need a wrapper so that each warning is emitted only
3070 # once. We break the quoting in m4_warning's argument in
3071 # order to expand this macro's arguments, not AU_DEFUN's.
3072
3073
3074 # Finally, this is the expansion that is picked up by
3075 # autoconf. It tells the user to run autoupdate, and
3076 # then outputs the replacement expansion. We do not care
3077 # about autoupdate's warning because that contains
3078 # information on what to do *after* running autoupdate.
3079
3080 # This is what autoupdate's m4 run will expand. It fires
3081 # the warning (with _au_warn_XXX), outputs it into the
3082 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3083 # the replacement expansion.
3084
3085
3086 # This is an auxiliary macro that is also run when
3087 # autoupdate runs m4. It simply calls m4_warning, but
3088 # we need a wrapper so that each warning is emitted only
3089 # once. We break the quoting in m4_warning's argument in
3090 # order to expand this macro's arguments, not AU_DEFUN's.
3091
3092
3093 # Finally, this is the expansion that is picked up by
3094 # autoconf. It tells the user to run autoupdate, and
3095 # then outputs the replacement expansion. We do not care
3096 # about autoupdate's warning because that contains
3097 # information on what to do *after* running autoupdate.
3098
3099
3100
3101 # _LT_PATH_LD_GNU
3102 #- --------------
3103 # _LT_PATH_LD_GNU
3104
3105
3106 # _LT_CMD_RELOAD
3107 # --------------
3108 # find reload flag for linker
3109 # -- PORTME Some linkers may need a different reload flag.
3110 # _LT_CMD_RELOAD
3111
3112
3113 # _LT_CHECK_MAGIC_METHOD
3114 # ----------------------
3115 # how to check for library dependencies
3116 # -- PORTME fill in with the dynamic library characteristics
3117 # _LT_CHECK_MAGIC_METHOD
3118
3119
3120 # LT_PATH_NM
3121 # ----------
3122 # find the pathname to a BSD- or MS-compatible name lister
3123 # LT_PATH_NM
3124
3125 # Old names:
3126 # This is what autoupdate's m4 run will expand. It fires
3127 # the warning (with _au_warn_XXX), outputs it into the
3128 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3129 # the replacement expansion.
3130
3131
3132 # This is an auxiliary macro that is also run when
3133 # autoupdate runs m4. It simply calls m4_warning, but
3134 # we need a wrapper so that each warning is emitted only
3135 # once. We break the quoting in m4_warning's argument in
3136 # order to expand this macro's arguments, not AU_DEFUN's.
3137
3138
3139 # Finally, this is the expansion that is picked up by
3140 # autoconf. It tells the user to run autoupdate, and
3141 # then outputs the replacement expansion. We do not care
3142 # about autoupdate's warning because that contains
3143 # information on what to do *after* running autoupdate.
3144
3145 # This is what autoupdate's m4 run will expand. It fires
3146 # the warning (with _au_warn_XXX), outputs it into the
3147 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3148 # the replacement expansion.
3149
3150
3151 # This is an auxiliary macro that is also run when
3152 # autoupdate runs m4. It simply calls m4_warning, but
3153 # we need a wrapper so that each warning is emitted only
3154 # once. We break the quoting in m4_warning's argument in
3155 # order to expand this macro's arguments, not AU_DEFUN's.
3156
3157
3158 # Finally, this is the expansion that is picked up by
3159 # autoconf. It tells the user to run autoupdate, and
3160 # then outputs the replacement expansion. We do not care
3161 # about autoupdate's warning because that contains
3162 # information on what to do *after* running autoupdate.
3163
3164
3165
3166 # LT_LIB_M
3167 # --------
3168 # check for math library
3169 # LT_LIB_M
3170
3171 # Old name:
3172 # This is what autoupdate's m4 run will expand. It fires
3173 # the warning (with _au_warn_XXX), outputs it into the
3174 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3175 # the replacement expansion.
3176
3177
3178 # This is an auxiliary macro that is also run when
3179 # autoupdate runs m4. It simply calls m4_warning, but
3180 # we need a wrapper so that each warning is emitted only
3181 # once. We break the quoting in m4_warning's argument in
3182 # order to expand this macro's arguments, not AU_DEFUN's.
3183
3184
3185 # Finally, this is the expansion that is picked up by
3186 # autoconf. It tells the user to run autoupdate, and
3187 # then outputs the replacement expansion. We do not care
3188 # about autoupdate's warning because that contains
3189 # information on what to do *after* running autoupdate.
3190
3191
3192
3193 # _LT_COMPILER_NO_RTTI([TAGNAME])
3194 # -------------------------------
3195 # _LT_COMPILER_NO_RTTI
3196
3197
3198 # _LT_CMD_GLOBAL_SYMBOLS
3199 # ----------------------
3200 # _LT_CMD_GLOBAL_SYMBOLS
3201
3202
3203 # _LT_COMPILER_PIC([TAGNAME])
3204 # ---------------------------
3205 # _LT_COMPILER_PIC
3206
3207
3208 # _LT_LINKER_SHLIBS([TAGNAME])
3209 # ----------------------------
3210 # See if the linker supports building shared libraries.
3211 # _LT_LINKER_SHLIBS
3212
3213
3214 # _LT_LANG_C_CONFIG([TAG])
3215 # ------------------------
3216 # Ensure that the configuration variables for a C compiler are suitably
3217 # defined. These variables are subsequently used by _LT_CONFIG to write
3218 # the compiler configuration to `libtool'.
3219 # _LT_LANG_C_CONFIG
3220
3221
3222 # _LT_LANG_CXX_CONFIG([TAG])
3223 # --------------------------
3224 # Ensure that the configuration variables for a C++ compiler are suitably
3225 # defined. These variables are subsequently used by _LT_CONFIG to write
3226 # the compiler configuration to `libtool'.
3227 # _LT_LANG_CXX_CONFIG
3228
3229
3230 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3231 # ---------------------------------
3232 # Figure out "hidden" library dependencies from verbose
3233 # compiler output when linking a shared library.
3234 # Parse the compiler output and extract the necessary
3235 # objects, libraries and library flags.
3236 # _LT_SYS_HIDDEN_LIBDEPS
3237
3238
3239 # _LT_LANG_F77_CONFIG([TAG])
3240 # --------------------------
3241 # Ensure that the configuration variables for a Fortran 77 compiler are
3242 # suitably defined. These variables are subsequently used by _LT_CONFIG
3243 # to write the compiler configuration to `libtool'.
3244 # _LT_LANG_F77_CONFIG
3245
3246
3247 # _LT_LANG_FC_CONFIG([TAG])
3248 # -------------------------
3249 # Ensure that the configuration variables for a Fortran compiler are
3250 # suitably defined. These variables are subsequently used by _LT_CONFIG
3251 # to write the compiler configuration to `libtool'.
3252 # _LT_LANG_FC_CONFIG
3253
3254
3255 # _LT_LANG_GCJ_CONFIG([TAG])
3256 # --------------------------
3257 # Ensure that the configuration variables for the GNU Java Compiler compiler
3258 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3259 # to write the compiler configuration to `libtool'.
3260 # _LT_LANG_GCJ_CONFIG
3261
3262
3263 # _LT_LANG_RC_CONFIG([TAG])
3264 # -------------------------
3265 # Ensure that the configuration variables for the Windows resource compiler
3266 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3267 # to write the compiler configuration to `libtool'.
3268 # _LT_LANG_RC_CONFIG
3269
3270
3271 # LT_PROG_GCJ
3272 # -----------
3273
3274
3275 # Old name:
3276 # This is what autoupdate's m4 run will expand. It fires
3277 # the warning (with _au_warn_XXX), outputs it into the
3278 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3279 # the replacement expansion.
3280
3281
3282 # This is an auxiliary macro that is also run when
3283 # autoupdate runs m4. It simply calls m4_warning, but
3284 # we need a wrapper so that each warning is emitted only
3285 # once. We break the quoting in m4_warning's argument in
3286 # order to expand this macro's arguments, not AU_DEFUN's.
3287
3288
3289 # Finally, this is the expansion that is picked up by
3290 # autoconf. It tells the user to run autoupdate, and
3291 # then outputs the replacement expansion. We do not care
3292 # about autoupdate's warning because that contains
3293 # information on what to do *after* running autoupdate.
3294
3295
3296
3297 # LT_PROG_RC
3298 # ----------
3299
3300
3301 # Old name:
3302 # This is what autoupdate's m4 run will expand. It fires
3303 # the warning (with _au_warn_XXX), outputs it into the
3304 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3305 # the replacement expansion.
3306
3307
3308 # This is an auxiliary macro that is also run when
3309 # autoupdate runs m4. It simply calls m4_warning, but
3310 # we need a wrapper so that each warning is emitted only
3311 # once. We break the quoting in m4_warning's argument in
3312 # order to expand this macro's arguments, not AU_DEFUN's.
3313
3314
3315 # Finally, this is the expansion that is picked up by
3316 # autoconf. It tells the user to run autoupdate, and
3317 # then outputs the replacement expansion. We do not care
3318 # about autoupdate's warning because that contains
3319 # information on what to do *after* running autoupdate.
3320
3321
3322
3323 # _LT_DECL_EGREP
3324 # --------------
3325 # If we don't have a new enough Autoconf to choose the best grep
3326 # available, choose the one first in the user's PATH.
3327
3328
3329
3330 # _LT_DECL_OBJDUMP
3331 # --------------
3332 # If we don't have a new enough Autoconf to choose the best objdump
3333 # available, choose the one first in the user's PATH.
3334
3335
3336
3337 # _LT_DECL_SED
3338 # ------------
3339 # Check for a fully-functional sed program, that truncates
3340 # as few characters as possible. Prefer GNU sed if found.
3341 # _LT_DECL_SED
3342
3343 #m4_ifndef
3344
3345 # Old name:
3346 # This is what autoupdate's m4 run will expand. It fires
3347 # the warning (with _au_warn_XXX), outputs it into the
3348 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3349 # the replacement expansion.
3350
3351
3352 # This is an auxiliary macro that is also run when
3353 # autoupdate runs m4. It simply calls m4_warning, but
3354 # we need a wrapper so that each warning is emitted only
3355 # once. We break the quoting in m4_warning's argument in
3356 # order to expand this macro's arguments, not AU_DEFUN's.
3357
3358
3359 # Finally, this is the expansion that is picked up by
3360 # autoconf. It tells the user to run autoupdate, and
3361 # then outputs the replacement expansion. We do not care
3362 # about autoupdate's warning because that contains
3363 # information on what to do *after* running autoupdate.
3364
3365
3366
3367 # _LT_CHECK_SHELL_FEATURES
3368 # ------------------------
3369 # Find out whether the shell is Bourne or XSI compatible,
3370 # or has some other useful features.
3371 # _LT_CHECK_SHELL_FEATURES
3372
3373
3374 # _LT_PROG_XSI_SHELLFNS
3375 # ---------------------
3376 # Bourne and XSI compatible variants of some useful shell functions.
3377
3378
3379 # Helper functions for option handling. -*- Autoconf -*-
3380 #
3381 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3382 # Inc.
3383 # Written by Gary V. Vaughan, 2004
3384 #
3385 # This file is free software; the Free Software Foundation gives
3386 # unlimited permission to copy and/or distribute it, with or without
3387 # modifications, as long as this notice is preserved.
3388
3389 # serial 6 ltoptions.m4
3390
3391 # This is to help aclocal find these macros, as it can't see m4_define.
3392
3393
3394
3395 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3396 # ------------------------------------------
3397
3398
3399
3400 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3401 # ---------------------------------------
3402 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3403 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3404 # saved as a flag.
3405
3406
3407
3408 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3409 # ------------------------------------------------------------
3410 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3411
3412
3413
3414 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3415 # -------------------------------------------------------
3416 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3417 # are set.
3418
3419
3420
3421 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3422 # ----------------------------------------
3423 # OPTION-LIST is a space-separated list of Libtool options associated
3424 # with MACRO-NAME. If any OPTION has a matching handler declared with
3425 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3426 # the unknown option and exit.
3427 # _LT_SET_OPTIONS
3428
3429
3430 ## --------------------------------- ##
3431 ## Macros to handle LT_INIT options. ##
3432 ## --------------------------------- ##
3433
3434 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3435 # -----------------------------------------
3436
3437
3438
3439 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3440 # -----------------------------------------------
3441 # LT_OPTION_DEFINE
3442
3443
3444 # dlopen
3445 # ------
3446
3447
3448 # This is what autoupdate's m4 run will expand. It fires
3449 # the warning (with _au_warn_XXX), outputs it into the
3450 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3451 # the replacement expansion.
3452
3453
3454 # This is an auxiliary macro that is also run when
3455 # autoupdate runs m4. It simply calls m4_warning, but
3456 # we need a wrapper so that each warning is emitted only
3457 # once. We break the quoting in m4_warning's argument in
3458 # order to expand this macro's arguments, not AU_DEFUN's.
3459
3460
3461 # Finally, this is the expansion that is picked up by
3462 # autoconf. It tells the user to run autoupdate, and
3463 # then outputs the replacement expansion. We do not care
3464 # about autoupdate's warning because that contains
3465 # information on what to do *after* running autoupdate.
3466
3467
3468
3469
3470 # win32-dll
3471 # ---------
3472 # Declare package support for building win32 dll's.
3473 # win32-dll
3474
3475 # This is what autoupdate's m4 run will expand. It fires
3476 # the warning (with _au_warn_XXX), outputs it into the
3477 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3478 # the replacement expansion.
3479
3480
3481 # This is an auxiliary macro that is also run when
3482 # autoupdate runs m4. It simply calls m4_warning, but
3483 # we need a wrapper so that each warning is emitted only
3484 # once. We break the quoting in m4_warning's argument in
3485 # order to expand this macro's arguments, not AU_DEFUN's.
3486
3487
3488 # Finally, this is the expansion that is picked up by
3489 # autoconf. It tells the user to run autoupdate, and
3490 # then outputs the replacement expansion. We do not care
3491 # about autoupdate's warning because that contains
3492 # information on what to do *after* running autoupdate.
3493
3494
3495
3496
3497 # _LT_ENABLE_SHARED([DEFAULT])
3498 # ----------------------------
3499 # implement the --enable-shared flag, and supports the `shared' and
3500 # `disable-shared' LT_INIT options.
3501 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3502 # _LT_ENABLE_SHARED
3503
3504
3505
3506
3507 # Old names:
3508
3509
3510
3511
3512 # This is what autoupdate's m4 run will expand. It fires
3513 # the warning (with _au_warn_XXX), outputs it into the
3514 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3515 # the replacement expansion.
3516
3517
3518 # This is an auxiliary macro that is also run when
3519 # autoupdate runs m4. It simply calls m4_warning, but
3520 # we need a wrapper so that each warning is emitted only
3521 # once. We break the quoting in m4_warning's argument in
3522 # order to expand this macro's arguments, not AU_DEFUN's.
3523
3524
3525 # Finally, this is the expansion that is picked up by
3526 # autoconf. It tells the user to run autoupdate, and
3527 # then outputs the replacement expansion. We do not care
3528 # about autoupdate's warning because that contains
3529 # information on what to do *after* running autoupdate.
3530
3531 # This is what autoupdate's m4 run will expand. It fires
3532 # the warning (with _au_warn_XXX), outputs it into the
3533 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3534 # the replacement expansion.
3535
3536
3537 # This is an auxiliary macro that is also run when
3538 # autoupdate runs m4. It simply calls m4_warning, but
3539 # we need a wrapper so that each warning is emitted only
3540 # once. We break the quoting in m4_warning's argument in
3541 # order to expand this macro's arguments, not AU_DEFUN's.
3542
3543
3544 # Finally, this is the expansion that is picked up by
3545 # autoconf. It tells the user to run autoupdate, and
3546 # then outputs the replacement expansion. We do not care
3547 # about autoupdate's warning because that contains
3548 # information on what to do *after* running autoupdate.
3549
3550
3551
3552
3553
3554 # _LT_ENABLE_STATIC([DEFAULT])
3555 # ----------------------------
3556 # implement the --enable-static flag, and support the `static' and
3557 # `disable-static' LT_INIT options.
3558 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3559 # _LT_ENABLE_STATIC
3560
3561
3562
3563
3564 # Old names:
3565
3566
3567
3568
3569 # This is what autoupdate's m4 run will expand. It fires
3570 # the warning (with _au_warn_XXX), outputs it into the
3571 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3572 # the replacement expansion.
3573
3574
3575 # This is an auxiliary macro that is also run when
3576 # autoupdate runs m4. It simply calls m4_warning, but
3577 # we need a wrapper so that each warning is emitted only
3578 # once. We break the quoting in m4_warning's argument in
3579 # order to expand this macro's arguments, not AU_DEFUN's.
3580
3581
3582 # Finally, this is the expansion that is picked up by
3583 # autoconf. It tells the user to run autoupdate, and
3584 # then outputs the replacement expansion. We do not care
3585 # about autoupdate's warning because that contains
3586 # information on what to do *after* running autoupdate.
3587
3588 # This is what autoupdate's m4 run will expand. It fires
3589 # the warning (with _au_warn_XXX), outputs it into the
3590 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3591 # the replacement expansion.
3592
3593
3594 # This is an auxiliary macro that is also run when
3595 # autoupdate runs m4. It simply calls m4_warning, but
3596 # we need a wrapper so that each warning is emitted only
3597 # once. We break the quoting in m4_warning's argument in
3598 # order to expand this macro's arguments, not AU_DEFUN's.
3599
3600
3601 # Finally, this is the expansion that is picked up by
3602 # autoconf. It tells the user to run autoupdate, and
3603 # then outputs the replacement expansion. We do not care
3604 # about autoupdate's warning because that contains
3605 # information on what to do *after* running autoupdate.
3606
3607
3608
3609
3610
3611 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3612 # ----------------------------------
3613 # implement the --enable-fast-install flag, and support the `fast-install'
3614 # and `disable-fast-install' LT_INIT options.
3615 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3616 # _LT_ENABLE_FAST_INSTALL
3617
3618
3619
3620
3621 # Old names:
3622 # This is what autoupdate's m4 run will expand. It fires
3623 # the warning (with _au_warn_XXX), outputs it into the
3624 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3625 # the replacement expansion.
3626
3627
3628 # This is an auxiliary macro that is also run when
3629 # autoupdate runs m4. It simply calls m4_warning, but
3630 # we need a wrapper so that each warning is emitted only
3631 # once. We break the quoting in m4_warning's argument in
3632 # order to expand this macro's arguments, not AU_DEFUN's.
3633
3634
3635 # Finally, this is the expansion that is picked up by
3636 # autoconf. It tells the user to run autoupdate, and
3637 # then outputs the replacement expansion. We do not care
3638 # about autoupdate's warning because that contains
3639 # information on what to do *after* running autoupdate.
3640
3641
3642 # This is what autoupdate's m4 run will expand. It fires
3643 # the warning (with _au_warn_XXX), outputs it into the
3644 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3645 # the replacement expansion.
3646
3647
3648 # This is an auxiliary macro that is also run when
3649 # autoupdate runs m4. It simply calls m4_warning, but
3650 # we need a wrapper so that each warning is emitted only
3651 # once. We break the quoting in m4_warning's argument in
3652 # order to expand this macro's arguments, not AU_DEFUN's.
3653
3654
3655 # Finally, this is the expansion that is picked up by
3656 # autoconf. It tells the user to run autoupdate, and
3657 # then outputs the replacement expansion. We do not care
3658 # about autoupdate's warning because that contains
3659 # information on what to do *after* running autoupdate.
3660
3661
3662
3663
3664 # _LT_WITH_PIC([MODE])
3665 # --------------------
3666 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3667 # LT_INIT options.
3668 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3669 # _LT_WITH_PIC
3670
3671
3672
3673
3674 # Old name:
3675 # This is what autoupdate's m4 run will expand. It fires
3676 # the warning (with _au_warn_XXX), outputs it into the
3677 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3678 # the replacement expansion.
3679
3680
3681 # This is an auxiliary macro that is also run when
3682 # autoupdate runs m4. It simply calls m4_warning, but
3683 # we need a wrapper so that each warning is emitted only
3684 # once. We break the quoting in m4_warning's argument in
3685 # order to expand this macro's arguments, not AU_DEFUN's.
3686
3687
3688 # Finally, this is the expansion that is picked up by
3689 # autoconf. It tells the user to run autoupdate, and
3690 # then outputs the replacement expansion. We do not care
3691 # about autoupdate's warning because that contains
3692 # information on what to do *after* running autoupdate.
3693
3694
3695
3696 ## ----------------- ##
3697 ## LTDL_INIT Options ##
3698 ## ----------------- ##
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3710 #
3711 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3712 # Written by Gary V. Vaughan, 2004
3713 #
3714 # This file is free software; the Free Software Foundation gives
3715 # unlimited permission to copy and/or distribute it, with or without
3716 # modifications, as long as this notice is preserved.
3717
3718 # serial 6 ltsugar.m4
3719
3720 # This is to help aclocal find these macros, as it can't see m4_define.
3721
3722
3723
3724 # lt_join(SEP, ARG1, [ARG2...])
3725 # -----------------------------
3726 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3727 # associated separator.
3728 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3729 # versions in m4sugar had bugs.
3730
3731
3732
3733
3734 # lt_car(LIST)
3735 # lt_cdr(LIST)
3736 # ------------
3737 # Manipulate m4 lists.
3738 # These macros are necessary as long as will still need to support
3739 # Autoconf-2.59 which quotes differently.
3740
3741
3742
3743
3744
3745 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3746 # ------------------------------------------
3747 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3748 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3749 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3750 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3751 # than defined and empty).
3752 #
3753 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3754 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3755
3756
3757
3758
3759 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3760 # ----------------------------------------------------------
3761 # Produce a SEP delimited list of all paired combinations of elements of
3762 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3763 # has the form PREFIXmINFIXSUFFIXn.
3764 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3765
3766
3767
3768 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3769 # -----------------------------------------------------------------------
3770 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3771 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3772
3773
3774
3775 # lt_dict_add(DICT, KEY, VALUE)
3776 # -----------------------------
3777
3778
3779
3780 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3781 # --------------------------------------------
3782
3783
3784
3785 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3786 # ----------------------------------
3787
3788
3789
3790 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3791 # -----------------------------------------------------------------
3792
3793
3794
3795 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3796 # --------------------------------------------------------------
3797
3798
3799 # ltversion.m4 -- version numbers -*- Autoconf -*-
3800 #
3801 # Copyright (C) 2004 Free Software Foundation, Inc.
3802 # Written by Scott James Remnant, 2004
3803 #
3804 # This file is free software; the Free Software Foundation gives
3805 # unlimited permission to copy and/or distribute it, with or without
3806 # modifications, as long as this notice is preserved.
3807
3808 # Generated from ltversion.in.
3809
3810 # serial 3134 ltversion.m4
3811 # This file is part of GNU Libtool
3812
3813
3814
3815
3816
3817
3818 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3819 #
3820 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3821 # Written by Scott James Remnant, 2004.
3822 #
3823 # This file is free software; the Free Software Foundation gives
3824 # unlimited permission to copy and/or distribute it, with or without
3825 # modifications, as long as this notice is preserved.
3826
3827 # serial 4 lt~obsolete.m4
3828
3829 # These exist entirely to fool aclocal when bootstrapping libtool.
3830 #
3831 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3832 # which have later been changed to m4_define as they aren't part of the
3833 # exported API, or moved to Autoconf or Automake where they belong.
3834 #
3835 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3836 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3837 # using a macro with the same name in our local m4/libtool.m4 it'll
3838 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3839 # and doesn't know about Autoconf macros at all.)
3840 #
3841 # So we provide this file, which has a silly filename so it's always
3842 # included after everything else. This provides aclocal with the
3843 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3844 # because those macros already exist, or will be overwritten later.
3845 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3846 #
3847 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3848 # Yes, that means every name once taken will need to remain here until
3849 # we give up compatibility with versions before 1.7, at which point
3850 # we need to keep only those names which we still refer to.
3851
3852 # This is to help aclocal find these macros, as it can't see m4_define.
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917 ## -*- Autoconf -*-
3918
3919 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3920 # Free Software Foundation, Inc.
3921 #
3922 # This file is free software; the Free Software Foundation
3923 # gives unlimited permission to copy and/or distribute it,
3924 # with or without modifications, as long as this notice is preserved.
3925
3926 # serial 8
3927
3928 # Based on depend.m4 from automake 1.9, modified for standalone use in
3929 # an environment where GNU make is required.
3930
3931 # ZW_PROG_COMPILER_DEPENDENCIES
3932 # -----------------------------
3933 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3934 # sets fooDEPMODE accordingly. Cache-variable compatible with
3935 # original; not side-effect compatible. As the users of this macro
3936 # may require accurate dependencies for correct builds, it does *not*
3937 # honor --disable-dependency-checking, and failure to detect a usable
3938 # method is an error. depcomp is assumed to be located in
3939 # $ac_aux_dir.
3940 #
3941 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3942
3943
3944
3945 # AM_SET_DEPDIR
3946 # -------------
3947 # Choose a directory name for dependency files.
3948
3949
3950 # ZW_CREATE_DEPDIR
3951 # ----------------
3952 # As AM_SET_DEPDIR, but also create the directory at config.status time.
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999 sim_inline="-DDEFAULT_INLINE=0"
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028 # intl sister-directory configuration rules.
4029 #
4030
4031 # The idea behind this macro is that there's no need to repeat all the
4032 # autoconf probes done by the intl directory - it's already done them
4033 # for us. In fact, there's no need even to look at the cache for the
4034 # answers. All we need to do is nab a few pieces of information.
4035 # The intl directory is set up to make this easy, by generating a
4036 # small file which can be sourced as a shell script; then we produce
4037 # the necessary substitutions and definitions for this directory.
4038
4039
4040
4041 # Autoconf M4 include file defining utility macros for complex Canadian
4042 # cross builds.
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052 ####
4053 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4054 # or AC_INIT.
4055 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
4056
4057 ####
4058 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4059 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4060
4061
4062 ####
4063 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4064 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4065
4066
4067
4068 # Backported from Autoconf 2.5x; can go away when and if
4069 # we switch. Put the OS path separator in $PATH_SEPARATOR.
4070
4071
4072
4073
4074 # ACX_HAVE_GCC_FOR_TARGET
4075 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4076
4077
4078 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4079 # Searching for installed target binutils. We need to take extra care,
4080 # else we may find the wrong assembler, linker, etc., and lose.
4081 #
4082 # First try --with-build-time-tools, if specified.
4083 #
4084 # For build != host, we ask the installed GCC for the name of the tool it
4085 # uses, and accept it if it is an absolute path. This is because the
4086 # only good choice for a compiler is the same GCC version that is being
4087 # installed (or we couldn't make target libraries), and we assume that
4088 # on the host system we'll have not only the same GCC version, but also
4089 # the same binutils version.
4090 #
4091 # For build == host, search the same directories that the installed
4092 # compiler will search. We used to do this for the assembler, linker,
4093 # and nm only; for simplicity of configuration, however, we extend this
4094 # criterion to tools (such as ar and ranlib) that are never invoked by
4095 # the compiler, to avoid mismatches.
4096 #
4097 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4098 # if build == target. This makes the most sense only when bootstrapping,
4099 # but we also do so when build != host. In this case, we hope that the
4100 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4101 #
4102 # If we do not find a suitable binary, then try the user's path.
4103
4104
4105 ###
4106 # AC_PROG_CPP_WERROR
4107 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4108 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4109 # For now, using this also overrides header checks to use only the
4110 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4111 # bit harder from here).
4112 # Eventually autoconf will default to checking headers with the compiler
4113 # instead, and we'll have to do this differently.
4114
4115 # AC_PROG_CPP_WERROR
4116
4117 # Test for GNAT.
4118 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4119 # that understands Ada. We use the user's CC setting, already found, and
4120 # possibly add $1 to the command-line parameters.
4121 #
4122 # Sets the shell variable have_gnat to yes or no as appropriate, and
4123 # substitutes GNATBIND and GNATMAKE.
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149 ac_ext=c
4150 ac_cpp='$CPP $CPPFLAGS'
4151 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4152 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4153 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4154 if test -n "$ac_tool_prefix"; then
4155 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4156 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4158 $as_echo_n "checking for $ac_word... " >&6; }
4159 if test "${ac_cv_prog_CC+set}" = set; then :
4160 $as_echo_n "(cached) " >&6
4161 else
4162 if test -n "$CC"; then
4163 ac_cv_prog_CC="$CC" # Let the user override the test.
4164 else
4165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4166 for as_dir in $PATH
4167 do
4168 IFS=$as_save_IFS
4169 test -z "$as_dir" && as_dir=.
4170 for ac_exec_ext in '' $ac_executable_extensions; do
4171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4172 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4174 break 2
4175 fi
4176 done
4177 done
4178 IFS=$as_save_IFS
4179
4180 fi
4181 fi
4182 CC=$ac_cv_prog_CC
4183 if test -n "$CC"; then
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4185 $as_echo "$CC" >&6; }
4186 else
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4188 $as_echo "no" >&6; }
4189 fi
4190
4191
4192 fi
4193 if test -z "$ac_cv_prog_CC"; then
4194 ac_ct_CC=$CC
4195 # Extract the first word of "gcc", so it can be a program name with args.
4196 set dummy gcc; ac_word=$2
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4198 $as_echo_n "checking for $ac_word... " >&6; }
4199 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4200 $as_echo_n "(cached) " >&6
4201 else
4202 if test -n "$ac_ct_CC"; then
4203 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4204 else
4205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4206 for as_dir in $PATH
4207 do
4208 IFS=$as_save_IFS
4209 test -z "$as_dir" && as_dir=.
4210 for ac_exec_ext in '' $ac_executable_extensions; do
4211 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4212 ac_cv_prog_ac_ct_CC="gcc"
4213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4214 break 2
4215 fi
4216 done
4217 done
4218 IFS=$as_save_IFS
4219
4220 fi
4221 fi
4222 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4223 if test -n "$ac_ct_CC"; then
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4225 $as_echo "$ac_ct_CC" >&6; }
4226 else
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4228 $as_echo "no" >&6; }
4229 fi
4230
4231 if test "x$ac_ct_CC" = x; then
4232 CC=""
4233 else
4234 case $cross_compiling:$ac_tool_warned in
4235 yes:)
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4237 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4238 ac_tool_warned=yes ;;
4239 esac
4240 CC=$ac_ct_CC
4241 fi
4242 else
4243 CC="$ac_cv_prog_CC"
4244 fi
4245
4246 if test -z "$CC"; then
4247 if test -n "$ac_tool_prefix"; then
4248 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4249 set dummy ${ac_tool_prefix}cc; ac_word=$2
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4251 $as_echo_n "checking for $ac_word... " >&6; }
4252 if test "${ac_cv_prog_CC+set}" = set; then :
4253 $as_echo_n "(cached) " >&6
4254 else
4255 if test -n "$CC"; then
4256 ac_cv_prog_CC="$CC" # Let the user override the test.
4257 else
4258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4259 for as_dir in $PATH
4260 do
4261 IFS=$as_save_IFS
4262 test -z "$as_dir" && as_dir=.
4263 for ac_exec_ext in '' $ac_executable_extensions; do
4264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4265 ac_cv_prog_CC="${ac_tool_prefix}cc"
4266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4267 break 2
4268 fi
4269 done
4270 done
4271 IFS=$as_save_IFS
4272
4273 fi
4274 fi
4275 CC=$ac_cv_prog_CC
4276 if test -n "$CC"; then
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4278 $as_echo "$CC" >&6; }
4279 else
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4281 $as_echo "no" >&6; }
4282 fi
4283
4284
4285 fi
4286 fi
4287 if test -z "$CC"; then
4288 # Extract the first word of "cc", so it can be a program name with args.
4289 set dummy cc; ac_word=$2
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4291 $as_echo_n "checking for $ac_word... " >&6; }
4292 if test "${ac_cv_prog_CC+set}" = set; then :
4293 $as_echo_n "(cached) " >&6
4294 else
4295 if test -n "$CC"; then
4296 ac_cv_prog_CC="$CC" # Let the user override the test.
4297 else
4298 ac_prog_rejected=no
4299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4300 for as_dir in $PATH
4301 do
4302 IFS=$as_save_IFS
4303 test -z "$as_dir" && as_dir=.
4304 for ac_exec_ext in '' $ac_executable_extensions; do
4305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4306 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4307 ac_prog_rejected=yes
4308 continue
4309 fi
4310 ac_cv_prog_CC="cc"
4311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4312 break 2
4313 fi
4314 done
4315 done
4316 IFS=$as_save_IFS
4317
4318 if test $ac_prog_rejected = yes; then
4319 # We found a bogon in the path, so make sure we never use it.
4320 set dummy $ac_cv_prog_CC
4321 shift
4322 if test $# != 0; then
4323 # We chose a different compiler from the bogus one.
4324 # However, it has the same basename, so the bogon will be chosen
4325 # first if we set CC to just the basename; use the full file name.
4326 shift
4327 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4328 fi
4329 fi
4330 fi
4331 fi
4332 CC=$ac_cv_prog_CC
4333 if test -n "$CC"; then
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4335 $as_echo "$CC" >&6; }
4336 else
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4338 $as_echo "no" >&6; }
4339 fi
4340
4341
4342 fi
4343 if test -z "$CC"; then
4344 if test -n "$ac_tool_prefix"; then
4345 for ac_prog in cl.exe
4346 do
4347 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4348 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4350 $as_echo_n "checking for $ac_word... " >&6; }
4351 if test "${ac_cv_prog_CC+set}" = set; then :
4352 $as_echo_n "(cached) " >&6
4353 else
4354 if test -n "$CC"; then
4355 ac_cv_prog_CC="$CC" # Let the user override the test.
4356 else
4357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4358 for as_dir in $PATH
4359 do
4360 IFS=$as_save_IFS
4361 test -z "$as_dir" && as_dir=.
4362 for ac_exec_ext in '' $ac_executable_extensions; do
4363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4364 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4366 break 2
4367 fi
4368 done
4369 done
4370 IFS=$as_save_IFS
4371
4372 fi
4373 fi
4374 CC=$ac_cv_prog_CC
4375 if test -n "$CC"; then
4376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4377 $as_echo "$CC" >&6; }
4378 else
4379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4380 $as_echo "no" >&6; }
4381 fi
4382
4383
4384 test -n "$CC" && break
4385 done
4386 fi
4387 if test -z "$CC"; then
4388 ac_ct_CC=$CC
4389 for ac_prog in cl.exe
4390 do
4391 # Extract the first word of "$ac_prog", so it can be a program name with args.
4392 set dummy $ac_prog; ac_word=$2
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4394 $as_echo_n "checking for $ac_word... " >&6; }
4395 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4396 $as_echo_n "(cached) " >&6
4397 else
4398 if test -n "$ac_ct_CC"; then
4399 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4400 else
4401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4402 for as_dir in $PATH
4403 do
4404 IFS=$as_save_IFS
4405 test -z "$as_dir" && as_dir=.
4406 for ac_exec_ext in '' $ac_executable_extensions; do
4407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4408 ac_cv_prog_ac_ct_CC="$ac_prog"
4409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4410 break 2
4411 fi
4412 done
4413 done
4414 IFS=$as_save_IFS
4415
4416 fi
4417 fi
4418 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4419 if test -n "$ac_ct_CC"; then
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4421 $as_echo "$ac_ct_CC" >&6; }
4422 else
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4424 $as_echo "no" >&6; }
4425 fi
4426
4427
4428 test -n "$ac_ct_CC" && break
4429 done
4430
4431 if test "x$ac_ct_CC" = x; then
4432 CC=""
4433 else
4434 case $cross_compiling:$ac_tool_warned in
4435 yes:)
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4437 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4438 ac_tool_warned=yes ;;
4439 esac
4440 CC=$ac_ct_CC
4441 fi
4442 fi
4443
4444 fi
4445
4446
4447 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4448 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4449 as_fn_error "no acceptable C compiler found in \$PATH
4450 See \`config.log' for more details." "$LINENO" 5; }
4451
4452 # Provide some information about the compiler.
4453 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4454 set X $ac_compile
4455 ac_compiler=$2
4456 for ac_option in --version -v -V -qversion; do
4457 { { ac_try="$ac_compiler $ac_option >&5"
4458 case "(($ac_try" in
4459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4460 *) ac_try_echo=$ac_try;;
4461 esac
4462 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4463 $as_echo "$ac_try_echo"; } >&5
4464 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4465 ac_status=$?
4466 if test -s conftest.err; then
4467 sed '10a\
4468 ... rest of stderr output deleted ...
4469 10q' conftest.err >conftest.er1
4470 cat conftest.er1 >&5
4471 rm -f conftest.er1 conftest.err
4472 fi
4473 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4474 test $ac_status = 0; }
4475 done
4476
4477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4478 /* end confdefs.h. */
4479
4480 int
4481 main ()
4482 {
4483
4484 ;
4485 return 0;
4486 }
4487 _ACEOF
4488 ac_clean_files_save=$ac_clean_files
4489 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4490 # Try to create an executable without -o first, disregard a.out.
4491 # It will help us diagnose broken compilers, and finding out an intuition
4492 # of exeext.
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4494 $as_echo_n "checking for C compiler default output file name... " >&6; }
4495 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4496
4497 # The possible output files:
4498 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4499
4500 ac_rmfiles=
4501 for ac_file in $ac_files
4502 do
4503 case $ac_file in
4504 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4505 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4506 esac
4507 done
4508 rm -f $ac_rmfiles
4509
4510 if { { ac_try="$ac_link_default"
4511 case "(($ac_try" in
4512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4513 *) ac_try_echo=$ac_try;;
4514 esac
4515 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4516 $as_echo "$ac_try_echo"; } >&5
4517 (eval "$ac_link_default") 2>&5
4518 ac_status=$?
4519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4520 test $ac_status = 0; }; then :
4521 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4522 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4523 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4524 # so that the user can short-circuit this test for compilers unknown to
4525 # Autoconf.
4526 for ac_file in $ac_files ''
4527 do
4528 test -f "$ac_file" || continue
4529 case $ac_file in
4530 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4531 ;;
4532 [ab].out )
4533 # We found the default executable, but exeext='' is most
4534 # certainly right.
4535 break;;
4536 *.* )
4537 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4538 then :; else
4539 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4540 fi
4541 # We set ac_cv_exeext here because the later test for it is not
4542 # safe: cross compilers may not add the suffix if given an `-o'
4543 # argument, so we may need to know it at that point already.
4544 # Even if this section looks crufty: it has the advantage of
4545 # actually working.
4546 break;;
4547 * )
4548 break;;
4549 esac
4550 done
4551 test "$ac_cv_exeext" = no && ac_cv_exeext=
4552
4553 else
4554 ac_file=''
4555 fi
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4557 $as_echo "$ac_file" >&6; }
4558 if test -z "$ac_file"; then :
4559 $as_echo "$as_me: failed program was:" >&5
4560 sed 's/^/| /' conftest.$ac_ext >&5
4561
4562 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4563 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4564 { as_fn_set_status 77
4565 as_fn_error "C compiler cannot create executables
4566 See \`config.log' for more details." "$LINENO" 5; }; }
4567 fi
4568 ac_exeext=$ac_cv_exeext
4569
4570 # Check that the compiler produces executables we can run. If not, either
4571 # the compiler is broken, or we cross compile.
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4573 $as_echo_n "checking whether the C compiler works... " >&6; }
4574 # If not cross compiling, check that we can run a simple program.
4575 if test "$cross_compiling" != yes; then
4576 if { ac_try='./$ac_file'
4577 { { case "(($ac_try" in
4578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4579 *) ac_try_echo=$ac_try;;
4580 esac
4581 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4582 $as_echo "$ac_try_echo"; } >&5
4583 (eval "$ac_try") 2>&5
4584 ac_status=$?
4585 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4586 test $ac_status = 0; }; }; then
4587 cross_compiling=no
4588 else
4589 if test "$cross_compiling" = maybe; then
4590 cross_compiling=yes
4591 else
4592 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4593 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4594 as_fn_error "cannot run C compiled programs.
4595 If you meant to cross compile, use \`--host'.
4596 See \`config.log' for more details." "$LINENO" 5; }
4597 fi
4598 fi
4599 fi
4600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4601 $as_echo "yes" >&6; }
4602
4603 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4604 ac_clean_files=$ac_clean_files_save
4605 # Check that the compiler produces executables we can run. If not, either
4606 # the compiler is broken, or we cross compile.
4607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4608 $as_echo_n "checking whether we are cross compiling... " >&6; }
4609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4610 $as_echo "$cross_compiling" >&6; }
4611
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4613 $as_echo_n "checking for suffix of executables... " >&6; }
4614 if { { ac_try="$ac_link"
4615 case "(($ac_try" in
4616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4617 *) ac_try_echo=$ac_try;;
4618 esac
4619 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4620 $as_echo "$ac_try_echo"; } >&5
4621 (eval "$ac_link") 2>&5
4622 ac_status=$?
4623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4624 test $ac_status = 0; }; then :
4625 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4626 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4627 # work properly (i.e., refer to `conftest.exe'), while it won't with
4628 # `rm'.
4629 for ac_file in conftest.exe conftest conftest.*; do
4630 test -f "$ac_file" || continue
4631 case $ac_file in
4632 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4633 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4634 break;;
4635 * ) break;;
4636 esac
4637 done
4638 else
4639 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4640 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4641 as_fn_error "cannot compute suffix of executables: cannot compile and link
4642 See \`config.log' for more details." "$LINENO" 5; }
4643 fi
4644 rm -f conftest$ac_cv_exeext
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4646 $as_echo "$ac_cv_exeext" >&6; }
4647
4648 rm -f conftest.$ac_ext
4649 EXEEXT=$ac_cv_exeext
4650 ac_exeext=$EXEEXT
4651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4652 $as_echo_n "checking for suffix of object files... " >&6; }
4653 if test "${ac_cv_objext+set}" = set; then :
4654 $as_echo_n "(cached) " >&6
4655 else
4656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4657 /* end confdefs.h. */
4658
4659 int
4660 main ()
4661 {
4662
4663 ;
4664 return 0;
4665 }
4666 _ACEOF
4667 rm -f conftest.o conftest.obj
4668 if { { ac_try="$ac_compile"
4669 case "(($ac_try" in
4670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4671 *) ac_try_echo=$ac_try;;
4672 esac
4673 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4674 $as_echo "$ac_try_echo"; } >&5
4675 (eval "$ac_compile") 2>&5
4676 ac_status=$?
4677 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4678 test $ac_status = 0; }; then :
4679 for ac_file in conftest.o conftest.obj conftest.*; do
4680 test -f "$ac_file" || continue;
4681 case $ac_file in
4682 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4683 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4684 break;;
4685 esac
4686 done
4687 else
4688 $as_echo "$as_me: failed program was:" >&5
4689 sed 's/^/| /' conftest.$ac_ext >&5
4690
4691 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4692 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4693 as_fn_error "cannot compute suffix of object files: cannot compile
4694 See \`config.log' for more details." "$LINENO" 5; }
4695 fi
4696 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4697 fi
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4699 $as_echo "$ac_cv_objext" >&6; }
4700 OBJEXT=$ac_cv_objext
4701 ac_objext=$OBJEXT
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4703 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4704 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4705 $as_echo_n "(cached) " >&6
4706 else
4707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4708 /* end confdefs.h. */
4709
4710 int
4711 main ()
4712 {
4713 #ifndef __GNUC__
4714 choke me
4715 #endif
4716
4717 ;
4718 return 0;
4719 }
4720 _ACEOF
4721 if ac_fn_c_try_compile "$LINENO"; then :
4722 ac_compiler_gnu=yes
4723 else
4724 ac_compiler_gnu=no
4725 fi
4726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4727 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4728
4729 fi
4730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4731 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4732 if test $ac_compiler_gnu = yes; then
4733 GCC=yes
4734 else
4735 GCC=
4736 fi
4737 ac_test_CFLAGS=${CFLAGS+set}
4738 ac_save_CFLAGS=$CFLAGS
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4740 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4741 if test "${ac_cv_prog_cc_g+set}" = set; then :
4742 $as_echo_n "(cached) " >&6
4743 else
4744 ac_save_c_werror_flag=$ac_c_werror_flag
4745 ac_c_werror_flag=yes
4746 ac_cv_prog_cc_g=no
4747 CFLAGS="-g"
4748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4749 /* end confdefs.h. */
4750
4751 int
4752 main ()
4753 {
4754
4755 ;
4756 return 0;
4757 }
4758 _ACEOF
4759 if ac_fn_c_try_compile "$LINENO"; then :
4760 ac_cv_prog_cc_g=yes
4761 else
4762 CFLAGS=""
4763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4764 /* end confdefs.h. */
4765
4766 int
4767 main ()
4768 {
4769
4770 ;
4771 return 0;
4772 }
4773 _ACEOF
4774 if ac_fn_c_try_compile "$LINENO"; then :
4775
4776 else
4777 ac_c_werror_flag=$ac_save_c_werror_flag
4778 CFLAGS="-g"
4779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4780 /* end confdefs.h. */
4781
4782 int
4783 main ()
4784 {
4785
4786 ;
4787 return 0;
4788 }
4789 _ACEOF
4790 if ac_fn_c_try_compile "$LINENO"; then :
4791 ac_cv_prog_cc_g=yes
4792 fi
4793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4794 fi
4795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4796 fi
4797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4798 ac_c_werror_flag=$ac_save_c_werror_flag
4799 fi
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4801 $as_echo "$ac_cv_prog_cc_g" >&6; }
4802 if test "$ac_test_CFLAGS" = set; then
4803 CFLAGS=$ac_save_CFLAGS
4804 elif test $ac_cv_prog_cc_g = yes; then
4805 if test "$GCC" = yes; then
4806 CFLAGS="-g -O2"
4807 else
4808 CFLAGS="-g"
4809 fi
4810 else
4811 if test "$GCC" = yes; then
4812 CFLAGS="-O2"
4813 else
4814 CFLAGS=
4815 fi
4816 fi
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4818 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4819 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4820 $as_echo_n "(cached) " >&6
4821 else
4822 ac_cv_prog_cc_c89=no
4823 ac_save_CC=$CC
4824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4825 /* end confdefs.h. */
4826 #include <stdarg.h>
4827 #include <stdio.h>
4828 #include <sys/types.h>
4829 #include <sys/stat.h>
4830 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4831 struct buf { int x; };
4832 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4833 static char *e (p, i)
4834 char **p;
4835 int i;
4836 {
4837 return p[i];
4838 }
4839 static char *f (char * (*g) (char **, int), char **p, ...)
4840 {
4841 char *s;
4842 va_list v;
4843 va_start (v,p);
4844 s = g (p, va_arg (v,int));
4845 va_end (v);
4846 return s;
4847 }
4848
4849 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4850 function prototypes and stuff, but not '\xHH' hex character constants.
4851 These don't provoke an error unfortunately, instead are silently treated
4852 as 'x'. The following induces an error, until -std is added to get
4853 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4854 array size at least. It's necessary to write '\x00'==0 to get something
4855 that's true only with -std. */
4856 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4857
4858 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4859 inside strings and character constants. */
4860 #define FOO(x) 'x'
4861 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4862
4863 int test (int i, double x);
4864 struct s1 {int (*f) (int a);};
4865 struct s2 {int (*f) (double a);};
4866 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4867 int argc;
4868 char **argv;
4869 int
4870 main ()
4871 {
4872 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4873 ;
4874 return 0;
4875 }
4876 _ACEOF
4877 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4878 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4879 do
4880 CC="$ac_save_CC $ac_arg"
4881 if ac_fn_c_try_compile "$LINENO"; then :
4882 ac_cv_prog_cc_c89=$ac_arg
4883 fi
4884 rm -f core conftest.err conftest.$ac_objext
4885 test "x$ac_cv_prog_cc_c89" != "xno" && break
4886 done
4887 rm -f conftest.$ac_ext
4888 CC=$ac_save_CC
4889
4890 fi
4891 # AC_CACHE_VAL
4892 case "x$ac_cv_prog_cc_c89" in
4893 x)
4894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4895 $as_echo "none needed" >&6; } ;;
4896 xno)
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4898 $as_echo "unsupported" >&6; } ;;
4899 *)
4900 CC="$CC $ac_cv_prog_cc_c89"
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4902 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4903 esac
4904 if test "x$ac_cv_prog_cc_c89" != xno; then :
4905
4906 fi
4907
4908 ac_ext=c
4909 ac_cpp='$CPP $CPPFLAGS'
4910 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4911 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4912 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4913
4914 ac_aux_dir=
4915 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4916 for ac_t in install-sh install.sh shtool; do
4917 if test -f "$ac_dir/$ac_t"; then
4918 ac_aux_dir=$ac_dir
4919 ac_install_sh="$ac_aux_dir/$ac_t -c"
4920 break 2
4921 fi
4922 done
4923 done
4924 if test -z "$ac_aux_dir"; then
4925 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4926 fi
4927
4928 # These three variables are undocumented and unsupported,
4929 # and are intended to be withdrawn in a future Autoconf release.
4930 # They can cause serious problems if a builder's source tree is in a directory
4931 # whose full name contains unusual characters.
4932 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4933 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4934 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4935
4936
4937 # Make sure we can run config.sub.
4938 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4939 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4940
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4942 $as_echo_n "checking build system type... " >&6; }
4943 if test "${ac_cv_build+set}" = set; then :
4944 $as_echo_n "(cached) " >&6
4945 else
4946 ac_build_alias=$build_alias
4947 test "x$ac_build_alias" = x &&
4948 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4949 test "x$ac_build_alias" = x &&
4950 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4951 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4952 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4953
4954 fi
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4956 $as_echo "$ac_cv_build" >&6; }
4957 case $ac_cv_build in
4958 *-*-*) ;;
4959 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4960 esac
4961 build=$ac_cv_build
4962 ac_save_IFS=$IFS; IFS='-'
4963 set x $ac_cv_build
4964 shift
4965 build_cpu=$1
4966 build_vendor=$2
4967 shift; shift
4968 # Remember, the first character of IFS is used to create $*,
4969 # except with old shells:
4970 build_os=$*
4971 IFS=$ac_save_IFS
4972 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4973
4974
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4976 $as_echo_n "checking host system type... " >&6; }
4977 if test "${ac_cv_host+set}" = set; then :
4978 $as_echo_n "(cached) " >&6
4979 else
4980 if test "x$host_alias" = x; then
4981 ac_cv_host=$ac_cv_build
4982 else
4983 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4984 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4985 fi
4986
4987 fi
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4989 $as_echo "$ac_cv_host" >&6; }
4990 case $ac_cv_host in
4991 *-*-*) ;;
4992 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4993 esac
4994 host=$ac_cv_host
4995 ac_save_IFS=$IFS; IFS='-'
4996 set x $ac_cv_host
4997 shift
4998 host_cpu=$1
4999 host_vendor=$2
5000 shift; shift
5001 # Remember, the first character of IFS is used to create $*,
5002 # except with old shells:
5003 host_os=$*
5004 IFS=$ac_save_IFS
5005 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5006
5007
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5009 $as_echo_n "checking target system type... " >&6; }
5010 if test "${ac_cv_target+set}" = set; then :
5011 $as_echo_n "(cached) " >&6
5012 else
5013 if test "x$target_alias" = x; then
5014 ac_cv_target=$ac_cv_host
5015 else
5016 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5017 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5018 fi
5019
5020 fi
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5022 $as_echo "$ac_cv_target" >&6; }
5023 case $ac_cv_target in
5024 *-*-*) ;;
5025 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5026 esac
5027 target=$ac_cv_target
5028 ac_save_IFS=$IFS; IFS='-'
5029 set x $ac_cv_target
5030 shift
5031 target_cpu=$1
5032 target_vendor=$2
5033 shift; shift
5034 # Remember, the first character of IFS is used to create $*,
5035 # except with old shells:
5036 target_os=$*
5037 IFS=$ac_save_IFS
5038 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5039
5040
5041 # The aliases save the names the user supplied, while $host etc.
5042 # will get canonicalized.
5043 test -n "$target_alias" &&
5044 test "$program_prefix$program_suffix$program_transform_name" = \
5045 NONENONEs,x,x, &&
5046 program_prefix=${target_alias}-
5047
5048 ac_ext=c
5049 ac_cpp='$CPP $CPPFLAGS'
5050 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5051 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5052 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5054 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5055 # On Suns, sometimes $CPP names a directory.
5056 if test -n "$CPP" && test -d "$CPP"; then
5057 CPP=
5058 fi
5059 if test -z "$CPP"; then
5060 if test "${ac_cv_prog_CPP+set}" = set; then :
5061 $as_echo_n "(cached) " >&6
5062 else
5063 # Double quotes because CPP needs to be expanded
5064 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5065 do
5066 ac_preproc_ok=false
5067 for ac_c_preproc_warn_flag in '' yes
5068 do
5069 # Use a header file that comes with gcc, so configuring glibc
5070 # with a fresh cross-compiler works.
5071 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5072 # <limits.h> exists even on freestanding compilers.
5073 # On the NeXT, cc -E runs the code through the compiler's parser,
5074 # not just through cpp. "Syntax error" is here to catch this case.
5075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5076 /* end confdefs.h. */
5077 #ifdef __STDC__
5078 # include <limits.h>
5079 #else
5080 # include <assert.h>
5081 #endif
5082 Syntax error
5083 _ACEOF
5084 if ac_fn_c_try_cpp "$LINENO"; then :
5085
5086 else
5087 # Broken: fails on valid input.
5088 continue
5089 fi
5090 rm -f conftest.err conftest.$ac_ext
5091
5092 # OK, works on sane cases. Now check whether nonexistent headers
5093 # can be detected and how.
5094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5095 /* end confdefs.h. */
5096 #include <ac_nonexistent.h>
5097 _ACEOF
5098 if ac_fn_c_try_cpp "$LINENO"; then :
5099 # Broken: success on invalid input.
5100 continue
5101 else
5102 # Passes both tests.
5103 ac_preproc_ok=:
5104 break
5105 fi
5106 rm -f conftest.err conftest.$ac_ext
5107
5108 done
5109 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5110 rm -f conftest.err conftest.$ac_ext
5111 if $ac_preproc_ok; then :
5112 break
5113 fi
5114
5115 done
5116 ac_cv_prog_CPP=$CPP
5117
5118 fi
5119 CPP=$ac_cv_prog_CPP
5120 else
5121 ac_cv_prog_CPP=$CPP
5122 fi
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5124 $as_echo "$CPP" >&6; }
5125 ac_preproc_ok=false
5126 for ac_c_preproc_warn_flag in '' yes
5127 do
5128 # Use a header file that comes with gcc, so configuring glibc
5129 # with a fresh cross-compiler works.
5130 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5131 # <limits.h> exists even on freestanding compilers.
5132 # On the NeXT, cc -E runs the code through the compiler's parser,
5133 # not just through cpp. "Syntax error" is here to catch this case.
5134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5135 /* end confdefs.h. */
5136 #ifdef __STDC__
5137 # include <limits.h>
5138 #else
5139 # include <assert.h>
5140 #endif
5141 Syntax error
5142 _ACEOF
5143 if ac_fn_c_try_cpp "$LINENO"; then :
5144
5145 else
5146 # Broken: fails on valid input.
5147 continue
5148 fi
5149 rm -f conftest.err conftest.$ac_ext
5150
5151 # OK, works on sane cases. Now check whether nonexistent headers
5152 # can be detected and how.
5153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5154 /* end confdefs.h. */
5155 #include <ac_nonexistent.h>
5156 _ACEOF
5157 if ac_fn_c_try_cpp "$LINENO"; then :
5158 # Broken: success on invalid input.
5159 continue
5160 else
5161 # Passes both tests.
5162 ac_preproc_ok=:
5163 break
5164 fi
5165 rm -f conftest.err conftest.$ac_ext
5166
5167 done
5168 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5169 rm -f conftest.err conftest.$ac_ext
5170 if $ac_preproc_ok; then :
5171
5172 else
5173 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5174 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5175 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5176 See \`config.log' for more details." "$LINENO" 5; }
5177 fi
5178
5179 ac_ext=c
5180 ac_cpp='$CPP $CPPFLAGS'
5181 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5182 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5183 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5184
5185
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5187 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5188 if test "${ac_cv_path_GREP+set}" = set; then :
5189 $as_echo_n "(cached) " >&6
5190 else
5191 if test -z "$GREP"; then
5192 ac_path_GREP_found=false
5193 # Loop through the user's path and test for each of PROGNAME-LIST
5194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5195 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5196 do
5197 IFS=$as_save_IFS
5198 test -z "$as_dir" && as_dir=.
5199 for ac_prog in grep ggrep; do
5200 for ac_exec_ext in '' $ac_executable_extensions; do
5201 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5202 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5203 # Check for GNU ac_path_GREP and select it if it is found.
5204 # Check for GNU $ac_path_GREP
5205 case `"$ac_path_GREP" --version 2>&1` in
5206 *GNU*)
5207 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5208 *)
5209 ac_count=0
5210 $as_echo_n 0123456789 >"conftest.in"
5211 while :
5212 do
5213 cat "conftest.in" "conftest.in" >"conftest.tmp"
5214 mv "conftest.tmp" "conftest.in"
5215 cp "conftest.in" "conftest.nl"
5216 $as_echo 'GREP' >> "conftest.nl"
5217 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5218 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5219 as_fn_arith $ac_count + 1 && ac_count=$as_val
5220 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5221 # Best one so far, save it but keep looking for a better one
5222 ac_cv_path_GREP="$ac_path_GREP"
5223 ac_path_GREP_max=$ac_count
5224 fi
5225 # 10*(2^10) chars as input seems more than enough
5226 test $ac_count -gt 10 && break
5227 done
5228 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5229 esac
5230
5231 $ac_path_GREP_found && break 3
5232 done
5233 done
5234 done
5235 IFS=$as_save_IFS
5236 if test -z "$ac_cv_path_GREP"; then
5237 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5238 fi
5239 else
5240 ac_cv_path_GREP=$GREP
5241 fi
5242
5243 fi
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5245 $as_echo "$ac_cv_path_GREP" >&6; }
5246 GREP="$ac_cv_path_GREP"
5247
5248
5249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5250 $as_echo_n "checking for egrep... " >&6; }
5251 if test "${ac_cv_path_EGREP+set}" = set; then :
5252 $as_echo_n "(cached) " >&6
5253 else
5254 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5255 then ac_cv_path_EGREP="$GREP -E"
5256 else
5257 if test -z "$EGREP"; then
5258 ac_path_EGREP_found=false
5259 # Loop through the user's path and test for each of PROGNAME-LIST
5260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5261 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5262 do
5263 IFS=$as_save_IFS
5264 test -z "$as_dir" && as_dir=.
5265 for ac_prog in egrep; do
5266 for ac_exec_ext in '' $ac_executable_extensions; do
5267 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5268 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5269 # Check for GNU ac_path_EGREP and select it if it is found.
5270 # Check for GNU $ac_path_EGREP
5271 case `"$ac_path_EGREP" --version 2>&1` in
5272 *GNU*)
5273 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5274 *)
5275 ac_count=0
5276 $as_echo_n 0123456789 >"conftest.in"
5277 while :
5278 do
5279 cat "conftest.in" "conftest.in" >"conftest.tmp"
5280 mv "conftest.tmp" "conftest.in"
5281 cp "conftest.in" "conftest.nl"
5282 $as_echo 'EGREP' >> "conftest.nl"
5283 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5284 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5285 as_fn_arith $ac_count + 1 && ac_count=$as_val
5286 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5287 # Best one so far, save it but keep looking for a better one
5288 ac_cv_path_EGREP="$ac_path_EGREP"
5289 ac_path_EGREP_max=$ac_count
5290 fi
5291 # 10*(2^10) chars as input seems more than enough
5292 test $ac_count -gt 10 && break
5293 done
5294 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5295 esac
5296
5297 $ac_path_EGREP_found && break 3
5298 done
5299 done
5300 done
5301 IFS=$as_save_IFS
5302 if test -z "$ac_cv_path_EGREP"; then
5303 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5304 fi
5305 else
5306 ac_cv_path_EGREP=$EGREP
5307 fi
5308
5309 fi
5310 fi
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5312 $as_echo "$ac_cv_path_EGREP" >&6; }
5313 EGREP="$ac_cv_path_EGREP"
5314
5315
5316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5317 $as_echo_n "checking for ANSI C header files... " >&6; }
5318 if test "${ac_cv_header_stdc+set}" = set; then :
5319 $as_echo_n "(cached) " >&6
5320 else
5321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5322 /* end confdefs.h. */
5323 #include <stdlib.h>
5324 #include <stdarg.h>
5325 #include <string.h>
5326 #include <float.h>
5327
5328 int
5329 main ()
5330 {
5331
5332 ;
5333 return 0;
5334 }
5335 _ACEOF
5336 if ac_fn_c_try_compile "$LINENO"; then :
5337 ac_cv_header_stdc=yes
5338 else
5339 ac_cv_header_stdc=no
5340 fi
5341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5342
5343 if test $ac_cv_header_stdc = yes; then
5344 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5346 /* end confdefs.h. */
5347 #include <string.h>
5348
5349 _ACEOF
5350 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5351 $EGREP "memchr" >/dev/null 2>&1; then :
5352
5353 else
5354 ac_cv_header_stdc=no
5355 fi
5356 rm -f conftest*
5357
5358 fi
5359
5360 if test $ac_cv_header_stdc = yes; then
5361 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5363 /* end confdefs.h. */
5364 #include <stdlib.h>
5365
5366 _ACEOF
5367 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5368 $EGREP "free" >/dev/null 2>&1; then :
5369
5370 else
5371 ac_cv_header_stdc=no
5372 fi
5373 rm -f conftest*
5374
5375 fi
5376
5377 if test $ac_cv_header_stdc = yes; then
5378 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5379 if test "$cross_compiling" = yes; then :
5380 :
5381 else
5382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5383 /* end confdefs.h. */
5384 #include <ctype.h>
5385 #include <stdlib.h>
5386 #if ((' ' & 0x0FF) == 0x020)
5387 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5388 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5389 #else
5390 # define ISLOWER(c) \
5391 (('a' <= (c) && (c) <= 'i') \
5392 || ('j' <= (c) && (c) <= 'r') \
5393 || ('s' <= (c) && (c) <= 'z'))
5394 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5395 #endif
5396
5397 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5398 int
5399 main ()
5400 {
5401 int i;
5402 for (i = 0; i < 256; i++)
5403 if (XOR (islower (i), ISLOWER (i))
5404 || toupper (i) != TOUPPER (i))
5405 return 2;
5406 return 0;
5407 }
5408 _ACEOF
5409 if ac_fn_c_try_run "$LINENO"; then :
5410
5411 else
5412 ac_cv_header_stdc=no
5413 fi
5414 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5415 conftest.$ac_objext conftest.beam conftest.$ac_ext
5416 fi
5417
5418 fi
5419 fi
5420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5421 $as_echo "$ac_cv_header_stdc" >&6; }
5422 if test $ac_cv_header_stdc = yes; then
5423
5424 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5425
5426 fi
5427
5428 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5429 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5430 inttypes.h stdint.h unistd.h
5431 do :
5432 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5433 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5434 "
5435 eval as_val=\$$as_ac_Header
5436 if test "x$as_val" = x""yes; then :
5437 cat >>confdefs.h <<_ACEOF
5438 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5439 _ACEOF
5440
5441 fi
5442
5443 done
5444
5445
5446
5447 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5448 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5449 MINIX=yes
5450 else
5451 MINIX=
5452 fi
5453
5454
5455 if test "$MINIX" = yes; then
5456
5457 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5458
5459
5460 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5461
5462
5463 $as_echo "#define _MINIX 1" >>confdefs.h
5464
5465 fi
5466
5467
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5469 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5470 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5471 $as_echo_n "(cached) " >&6
5472 else
5473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5474 /* end confdefs.h. */
5475
5476 # define __EXTENSIONS__ 1
5477 $ac_includes_default
5478 int
5479 main ()
5480 {
5481
5482 ;
5483 return 0;
5484 }
5485 _ACEOF
5486 if ac_fn_c_try_compile "$LINENO"; then :
5487 ac_cv_safe_to_define___extensions__=yes
5488 else
5489 ac_cv_safe_to_define___extensions__=no
5490 fi
5491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5492 fi
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5494 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5495 test $ac_cv_safe_to_define___extensions__ = yes &&
5496 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5497
5498 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5499
5500 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5501
5502 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5503
5504 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5505
5506
5507 test "$program_prefix" != NONE &&
5508 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5509 # Use a double $ so make ignores it.
5510 test "$program_suffix" != NONE &&
5511 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5512 # Double any \ or $.
5513 # By default was `s,x,x', remove it if useless.
5514 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5515 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5516
5517 # Find a good install program. We prefer a C program (faster),
5518 # so one script is as good as another. But avoid the broken or
5519 # incompatible versions:
5520 # SysV /etc/install, /usr/sbin/install
5521 # SunOS /usr/etc/install
5522 # IRIX /sbin/install
5523 # AIX /bin/install
5524 # AmigaOS /C/install, which installs bootblocks on floppy discs
5525 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5526 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5527 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5528 # OS/2's system install, which has a completely different semantic
5529 # ./install, which can be erroneously created by make from ./install.sh.
5530 # Reject install programs that cannot install multiple files.
5531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5532 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5533 if test -z "$INSTALL"; then
5534 if test "${ac_cv_path_install+set}" = set; then :
5535 $as_echo_n "(cached) " >&6
5536 else
5537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5538 for as_dir in $PATH
5539 do
5540 IFS=$as_save_IFS
5541 test -z "$as_dir" && as_dir=.
5542 # Account for people who put trailing slashes in PATH elements.
5543 case $as_dir/ in #((
5544 ./ | .// | /[cC]/* | \
5545 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5546 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5547 /usr/ucb/* ) ;;
5548 *)
5549 # OSF1 and SCO ODT 3.0 have their own names for install.
5550 # Don't use installbsd from OSF since it installs stuff as root
5551 # by default.
5552 for ac_prog in ginstall scoinst install; do
5553 for ac_exec_ext in '' $ac_executable_extensions; do
5554 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5555 if test $ac_prog = install &&
5556 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5557 # AIX install. It has an incompatible calling convention.
5558 :
5559 elif test $ac_prog = install &&
5560 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5561 # program-specific install script used by HP pwplus--don't use.
5562 :
5563 else
5564 rm -rf conftest.one conftest.two conftest.dir
5565 echo one > conftest.one
5566 echo two > conftest.two
5567 mkdir conftest.dir
5568 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5569 test -s conftest.one && test -s conftest.two &&
5570 test -s conftest.dir/conftest.one &&
5571 test -s conftest.dir/conftest.two
5572 then
5573 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5574 break 3
5575 fi
5576 fi
5577 fi
5578 done
5579 done
5580 ;;
5581 esac
5582
5583 done
5584 IFS=$as_save_IFS
5585
5586 rm -rf conftest.one conftest.two conftest.dir
5587
5588 fi
5589 if test "${ac_cv_path_install+set}" = set; then
5590 INSTALL=$ac_cv_path_install
5591 else
5592 # As a last resort, use the slow shell script. Don't cache a
5593 # value for INSTALL within a source directory, because that will
5594 # break other packages using the cache if that directory is
5595 # removed, or if the value is a relative name.
5596 INSTALL=$ac_install_sh
5597 fi
5598 fi
5599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5600 $as_echo "$INSTALL" >&6; }
5601
5602 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5603 # It thinks the first close brace ends the variable substitution.
5604 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5605
5606 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5607
5608 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5609
5610 rm -rf .tst 2>/dev/null
5611 mkdir .tst 2>/dev/null
5612 if test -d .tst; then
5613 am__leading_dot=.
5614 else
5615 am__leading_dot=_
5616 fi
5617 rmdir .tst 2>/dev/null
5618
5619 DEPDIR="${am__leading_dot}deps"
5620
5621 case `pwd` in
5622 *\ * | *\ *)
5623 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5624 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5625 esac
5626
5627
5628
5629 macro_version='2.2.7a'
5630 macro_revision='1.3134'
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644 ltmain="$ac_aux_dir/ltmain.sh"
5645
5646 # Backslashify metacharacters that are still active within
5647 # double-quoted strings.
5648 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5649
5650 # Same as above, but do not quote variable references.
5651 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5652
5653 # Sed substitution to delay expansion of an escaped shell variable in a
5654 # double_quote_subst'ed string.
5655 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5656
5657 # Sed substitution to delay expansion of an escaped single quote.
5658 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5659
5660 # Sed substitution to avoid accidental globbing in evaled expressions
5661 no_glob_subst='s/\*/\\\*/g'
5662
5663 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5664 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5665 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5666
5667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5668 $as_echo_n "checking how to print strings... " >&6; }
5669 # Test print first, because it will be a builtin if present.
5670 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5671 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5672 ECHO='print -r --'
5673 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5674 ECHO='printf %s\n'
5675 else
5676 # Use this function as a fallback that always works.
5677 func_fallback_echo ()
5678 {
5679 eval 'cat <<_LTECHO_EOF
5680 $1
5681 _LTECHO_EOF'
5682 }
5683 ECHO='func_fallback_echo'
5684 fi
5685
5686 # func_echo_all arg...
5687 # Invoke $ECHO with all args, space-separated.
5688 func_echo_all ()
5689 {
5690 $ECHO ""
5691 }
5692
5693 case "$ECHO" in
5694 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5695 $as_echo "printf" >&6; } ;;
5696 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5697 $as_echo "print -r" >&6; } ;;
5698 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5699 $as_echo "cat" >&6; } ;;
5700 esac
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5716 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5717 if test "${ac_cv_path_SED+set}" = set; then :
5718 $as_echo_n "(cached) " >&6
5719 else
5720 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5721 for ac_i in 1 2 3 4 5 6 7; do
5722 ac_script="$ac_script$as_nl$ac_script"
5723 done
5724 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5725 { ac_script=; unset ac_script;}
5726 if test -z "$SED"; then
5727 ac_path_SED_found=false
5728 # Loop through the user's path and test for each of PROGNAME-LIST
5729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5730 for as_dir in $PATH
5731 do
5732 IFS=$as_save_IFS
5733 test -z "$as_dir" && as_dir=.
5734 for ac_prog in sed gsed; do
5735 for ac_exec_ext in '' $ac_executable_extensions; do
5736 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5737 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5738 # Check for GNU ac_path_SED and select it if it is found.
5739 # Check for GNU $ac_path_SED
5740 case `"$ac_path_SED" --version 2>&1` in
5741 *GNU*)
5742 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5743 *)
5744 ac_count=0
5745 $as_echo_n 0123456789 >"conftest.in"
5746 while :
5747 do
5748 cat "conftest.in" "conftest.in" >"conftest.tmp"
5749 mv "conftest.tmp" "conftest.in"
5750 cp "conftest.in" "conftest.nl"
5751 $as_echo '' >> "conftest.nl"
5752 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5753 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5754 as_fn_arith $ac_count + 1 && ac_count=$as_val
5755 if test $ac_count -gt ${ac_path_SED_max-0}; then
5756 # Best one so far, save it but keep looking for a better one
5757 ac_cv_path_SED="$ac_path_SED"
5758 ac_path_SED_max=$ac_count
5759 fi
5760 # 10*(2^10) chars as input seems more than enough
5761 test $ac_count -gt 10 && break
5762 done
5763 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5764 esac
5765
5766 $ac_path_SED_found && break 3
5767 done
5768 done
5769 done
5770 IFS=$as_save_IFS
5771 if test -z "$ac_cv_path_SED"; then
5772 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5773 fi
5774 else
5775 ac_cv_path_SED=$SED
5776 fi
5777
5778 fi
5779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5780 $as_echo "$ac_cv_path_SED" >&6; }
5781 SED="$ac_cv_path_SED"
5782 rm -f conftest.sed
5783
5784 test -z "$SED" && SED=sed
5785 Xsed="$SED -e 1s/^X//"
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5798 $as_echo_n "checking for fgrep... " >&6; }
5799 if test "${ac_cv_path_FGREP+set}" = set; then :
5800 $as_echo_n "(cached) " >&6
5801 else
5802 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5803 then ac_cv_path_FGREP="$GREP -F"
5804 else
5805 if test -z "$FGREP"; then
5806 ac_path_FGREP_found=false
5807 # Loop through the user's path and test for each of PROGNAME-LIST
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5810 do
5811 IFS=$as_save_IFS
5812 test -z "$as_dir" && as_dir=.
5813 for ac_prog in fgrep; do
5814 for ac_exec_ext in '' $ac_executable_extensions; do
5815 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5816 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5817 # Check for GNU ac_path_FGREP and select it if it is found.
5818 # Check for GNU $ac_path_FGREP
5819 case `"$ac_path_FGREP" --version 2>&1` in
5820 *GNU*)
5821 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5822 *)
5823 ac_count=0
5824 $as_echo_n 0123456789 >"conftest.in"
5825 while :
5826 do
5827 cat "conftest.in" "conftest.in" >"conftest.tmp"
5828 mv "conftest.tmp" "conftest.in"
5829 cp "conftest.in" "conftest.nl"
5830 $as_echo 'FGREP' >> "conftest.nl"
5831 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5832 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5833 as_fn_arith $ac_count + 1 && ac_count=$as_val
5834 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5835 # Best one so far, save it but keep looking for a better one
5836 ac_cv_path_FGREP="$ac_path_FGREP"
5837 ac_path_FGREP_max=$ac_count
5838 fi
5839 # 10*(2^10) chars as input seems more than enough
5840 test $ac_count -gt 10 && break
5841 done
5842 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5843 esac
5844
5845 $ac_path_FGREP_found && break 3
5846 done
5847 done
5848 done
5849 IFS=$as_save_IFS
5850 if test -z "$ac_cv_path_FGREP"; then
5851 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5852 fi
5853 else
5854 ac_cv_path_FGREP=$FGREP
5855 fi
5856
5857 fi
5858 fi
5859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5860 $as_echo "$ac_cv_path_FGREP" >&6; }
5861 FGREP="$ac_cv_path_FGREP"
5862
5863
5864 test -z "$GREP" && GREP=grep
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884 # Check whether --with-gnu-ld was given.
5885 if test "${with_gnu_ld+set}" = set; then :
5886 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5887 else
5888 with_gnu_ld=no
5889 fi
5890
5891 ac_prog=ld
5892 if test "$GCC" = yes; then
5893 # Check if gcc -print-prog-name=ld gives a path.
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5895 $as_echo_n "checking for ld used by $CC... " >&6; }
5896 case $host in
5897 *-*-mingw*)
5898 # gcc leaves a trailing carriage return which upsets mingw
5899 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5900 *)
5901 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5902 esac
5903 case $ac_prog in
5904 # Accept absolute paths.
5905 [\\/]* | ?:[\\/]*)
5906 re_direlt='/[^/][^/]*/\.\./'
5907 # Canonicalize the pathname of ld
5908 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5909 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5910 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5911 done
5912 test -z "$LD" && LD="$ac_prog"
5913 ;;
5914 "")
5915 # If it fails, then pretend we aren't using GCC.
5916 ac_prog=ld
5917 ;;
5918 *)
5919 # If it is relative, then search for the first ld in PATH.
5920 with_gnu_ld=unknown
5921 ;;
5922 esac
5923 elif test "$with_gnu_ld" = yes; then
5924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5925 $as_echo_n "checking for GNU ld... " >&6; }
5926 else
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5928 $as_echo_n "checking for non-GNU ld... " >&6; }
5929 fi
5930 if test "${lt_cv_path_LD+set}" = set; then :
5931 $as_echo_n "(cached) " >&6
5932 else
5933 if test -z "$LD"; then
5934 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5935 for ac_dir in $PATH; do
5936 IFS="$lt_save_ifs"
5937 test -z "$ac_dir" && ac_dir=.
5938 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5939 lt_cv_path_LD="$ac_dir/$ac_prog"
5940 # Check to see if the program is GNU ld. I'd rather use --version,
5941 # but apparently some variants of GNU ld only accept -v.
5942 # Break only if it was the GNU/non-GNU ld that we prefer.
5943 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5944 *GNU* | *'with BFD'*)
5945 test "$with_gnu_ld" != no && break
5946 ;;
5947 *)
5948 test "$with_gnu_ld" != yes && break
5949 ;;
5950 esac
5951 fi
5952 done
5953 IFS="$lt_save_ifs"
5954 else
5955 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5956 fi
5957 fi
5958
5959 LD="$lt_cv_path_LD"
5960 if test -n "$LD"; then
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5962 $as_echo "$LD" >&6; }
5963 else
5964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5965 $as_echo "no" >&6; }
5966 fi
5967 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5969 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5970 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5971 $as_echo_n "(cached) " >&6
5972 else
5973 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5974 case `$LD -v 2>&1 </dev/null` in
5975 *GNU* | *'with BFD'*)
5976 lt_cv_prog_gnu_ld=yes
5977 ;;
5978 *)
5979 lt_cv_prog_gnu_ld=no
5980 ;;
5981 esac
5982 fi
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5984 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5985 with_gnu_ld=$lt_cv_prog_gnu_ld
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5996 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5997 if test "${lt_cv_path_NM+set}" = set; then :
5998 $as_echo_n "(cached) " >&6
5999 else
6000 if test -n "$NM"; then
6001 # Let the user override the test.
6002 lt_cv_path_NM="$NM"
6003 else
6004 lt_nm_to_check="${ac_tool_prefix}nm"
6005 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6006 lt_nm_to_check="$lt_nm_to_check nm"
6007 fi
6008 for lt_tmp_nm in $lt_nm_to_check; do
6009 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6010 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6011 IFS="$lt_save_ifs"
6012 test -z "$ac_dir" && ac_dir=.
6013 tmp_nm="$ac_dir/$lt_tmp_nm"
6014 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6015 # Check to see if the nm accepts a BSD-compat flag.
6016 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6017 # nm: unknown option "B" ignored
6018 # Tru64's nm complains that /dev/null is an invalid object file
6019 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6020 */dev/null* | *'Invalid file or object type'*)
6021 lt_cv_path_NM="$tmp_nm -B"
6022 break
6023 ;;
6024 *)
6025 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6026 */dev/null*)
6027 lt_cv_path_NM="$tmp_nm -p"
6028 break
6029 ;;
6030 *)
6031 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6032 continue # so that we can try to find one that supports BSD flags
6033 ;;
6034 esac
6035 ;;
6036 esac
6037 fi
6038 done
6039 IFS="$lt_save_ifs"
6040 done
6041 : ${lt_cv_path_NM=no}
6042 fi
6043 fi
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6045 $as_echo "$lt_cv_path_NM" >&6; }
6046 if test "$lt_cv_path_NM" != "no"; then
6047 NM="$lt_cv_path_NM"
6048 else
6049 # Didn't find any BSD compatible name lister, look for dumpbin.
6050 if test -n "$DUMPBIN"; then :
6051 # Let the user override the test.
6052 else
6053 if test -n "$ac_tool_prefix"; then
6054 for ac_prog in dumpbin "link -dump"
6055 do
6056 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6057 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6059 $as_echo_n "checking for $ac_word... " >&6; }
6060 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6061 $as_echo_n "(cached) " >&6
6062 else
6063 if test -n "$DUMPBIN"; then
6064 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6065 else
6066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6067 for as_dir in $PATH
6068 do
6069 IFS=$as_save_IFS
6070 test -z "$as_dir" && as_dir=.
6071 for ac_exec_ext in '' $ac_executable_extensions; do
6072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6073 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6075 break 2
6076 fi
6077 done
6078 done
6079 IFS=$as_save_IFS
6080
6081 fi
6082 fi
6083 DUMPBIN=$ac_cv_prog_DUMPBIN
6084 if test -n "$DUMPBIN"; then
6085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6086 $as_echo "$DUMPBIN" >&6; }
6087 else
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6089 $as_echo "no" >&6; }
6090 fi
6091
6092
6093 test -n "$DUMPBIN" && break
6094 done
6095 fi
6096 if test -z "$DUMPBIN"; then
6097 ac_ct_DUMPBIN=$DUMPBIN
6098 for ac_prog in dumpbin "link -dump"
6099 do
6100 # Extract the first word of "$ac_prog", so it can be a program name with args.
6101 set dummy $ac_prog; ac_word=$2
6102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6103 $as_echo_n "checking for $ac_word... " >&6; }
6104 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6105 $as_echo_n "(cached) " >&6
6106 else
6107 if test -n "$ac_ct_DUMPBIN"; then
6108 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6109 else
6110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6111 for as_dir in $PATH
6112 do
6113 IFS=$as_save_IFS
6114 test -z "$as_dir" && as_dir=.
6115 for ac_exec_ext in '' $ac_executable_extensions; do
6116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6117 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6119 break 2
6120 fi
6121 done
6122 done
6123 IFS=$as_save_IFS
6124
6125 fi
6126 fi
6127 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6128 if test -n "$ac_ct_DUMPBIN"; then
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6130 $as_echo "$ac_ct_DUMPBIN" >&6; }
6131 else
6132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6133 $as_echo "no" >&6; }
6134 fi
6135
6136
6137 test -n "$ac_ct_DUMPBIN" && break
6138 done
6139
6140 if test "x$ac_ct_DUMPBIN" = x; then
6141 DUMPBIN=":"
6142 else
6143 case $cross_compiling:$ac_tool_warned in
6144 yes:)
6145 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6146 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6147 ac_tool_warned=yes ;;
6148 esac
6149 DUMPBIN=$ac_ct_DUMPBIN
6150 fi
6151 fi
6152
6153 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6154 *COFF*)
6155 DUMPBIN="$DUMPBIN -symbols"
6156 ;;
6157 *)
6158 DUMPBIN=:
6159 ;;
6160 esac
6161 fi
6162
6163 if test "$DUMPBIN" != ":"; then
6164 NM="$DUMPBIN"
6165 fi
6166 fi
6167 test -z "$NM" && NM=nm
6168
6169
6170
6171
6172
6173
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6175 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6176 if test "${lt_cv_nm_interface+set}" = set; then :
6177 $as_echo_n "(cached) " >&6
6178 else
6179 lt_cv_nm_interface="BSD nm"
6180 echo "int some_variable = 0;" > conftest.$ac_ext
6181 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6182 (eval "$ac_compile" 2>conftest.err)
6183 cat conftest.err >&5
6184 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6185 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6186 cat conftest.err >&5
6187 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6188 cat conftest.out >&5
6189 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6190 lt_cv_nm_interface="MS dumpbin"
6191 fi
6192 rm -f conftest*
6193 fi
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6195 $as_echo "$lt_cv_nm_interface" >&6; }
6196
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6198 $as_echo_n "checking whether ln -s works... " >&6; }
6199 LN_S=$as_ln_s
6200 if test "$LN_S" = "ln -s"; then
6201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6202 $as_echo "yes" >&6; }
6203 else
6204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6205 $as_echo "no, using $LN_S" >&6; }
6206 fi
6207
6208 # find the maximum length of command line arguments
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6210 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6211 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6212 $as_echo_n "(cached) " >&6
6213 else
6214 i=0
6215 teststring="ABCD"
6216
6217 case $build_os in
6218 msdosdjgpp*)
6219 # On DJGPP, this test can blow up pretty badly due to problems in libc
6220 # (any single argument exceeding 2000 bytes causes a buffer overrun
6221 # during glob expansion). Even if it were fixed, the result of this
6222 # check would be larger than it should be.
6223 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6224 ;;
6225
6226 gnu*)
6227 # Under GNU Hurd, this test is not required because there is
6228 # no limit to the length of command line arguments.
6229 # Libtool will interpret -1 as no limit whatsoever
6230 lt_cv_sys_max_cmd_len=-1;
6231 ;;
6232
6233 cygwin* | mingw* | cegcc*)
6234 # On Win9x/ME, this test blows up -- it succeeds, but takes
6235 # about 5 minutes as the teststring grows exponentially.
6236 # Worse, since 9x/ME are not pre-emptively multitasking,
6237 # you end up with a "frozen" computer, even though with patience
6238 # the test eventually succeeds (with a max line length of 256k).
6239 # Instead, let's just punt: use the minimum linelength reported by
6240 # all of the supported platforms: 8192 (on NT/2K/XP).
6241 lt_cv_sys_max_cmd_len=8192;
6242 ;;
6243
6244 mint*)
6245 # On MiNT this can take a long time and run out of memory.
6246 lt_cv_sys_max_cmd_len=8192;
6247 ;;
6248
6249 amigaos*)
6250 # On AmigaOS with pdksh, this test takes hours, literally.
6251 # So we just punt and use a minimum line length of 8192.
6252 lt_cv_sys_max_cmd_len=8192;
6253 ;;
6254
6255 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6256 # This has been around since 386BSD, at least. Likely further.
6257 if test -x /sbin/sysctl; then
6258 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6259 elif test -x /usr/sbin/sysctl; then
6260 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6261 else
6262 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6263 fi
6264 # And add a safety zone
6265 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6266 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6267 ;;
6268
6269 interix*)
6270 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6271 lt_cv_sys_max_cmd_len=196608
6272 ;;
6273
6274 osf*)
6275 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6276 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6277 # nice to cause kernel panics so lets avoid the loop below.
6278 # First set a reasonable default.
6279 lt_cv_sys_max_cmd_len=16384
6280 #
6281 if test -x /sbin/sysconfig; then
6282 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6283 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6284 esac
6285 fi
6286 ;;
6287 sco3.2v5*)
6288 lt_cv_sys_max_cmd_len=102400
6289 ;;
6290 sysv5* | sco5v6* | sysv4.2uw2*)
6291 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6292 if test -n "$kargmax"; then
6293 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6294 else
6295 lt_cv_sys_max_cmd_len=32768
6296 fi
6297 ;;
6298 *)
6299 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6300 if test -n "$lt_cv_sys_max_cmd_len"; then
6301 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6302 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6303 else
6304 # Make teststring a little bigger before we do anything with it.
6305 # a 1K string should be a reasonable start.
6306 for i in 1 2 3 4 5 6 7 8 ; do
6307 teststring=$teststring$teststring
6308 done
6309 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6310 # If test is not a shell built-in, we'll probably end up computing a
6311 # maximum length that is only half of the actual maximum length, but
6312 # we can't tell.
6313 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6314 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6315 test $i != 17 # 1/2 MB should be enough
6316 do
6317 i=`expr $i + 1`
6318 teststring=$teststring$teststring
6319 done
6320 # Only check the string length outside the loop.
6321 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6322 teststring=
6323 # Add a significant safety factor because C++ compilers can tack on
6324 # massive amounts of additional arguments before passing them to the
6325 # linker. It appears as though 1/2 is a usable value.
6326 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6327 fi
6328 ;;
6329 esac
6330
6331 fi
6332
6333 if test -n $lt_cv_sys_max_cmd_len ; then
6334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6335 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6336 else
6337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6338 $as_echo "none" >&6; }
6339 fi
6340 max_cmd_len=$lt_cv_sys_max_cmd_len
6341
6342
6343
6344
6345
6346
6347 : ${CP="cp -f"}
6348 : ${MV="mv -f"}
6349 : ${RM="rm -f"}
6350
6351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6352 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6353 # Try some XSI features
6354 xsi_shell=no
6355 ( _lt_dummy="a/b/c"
6356 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6357 = c,a/b,, \
6358 && eval 'test $(( 1 + 1 )) -eq 2 \
6359 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6360 && xsi_shell=yes
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6362 $as_echo "$xsi_shell" >&6; }
6363
6364
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6366 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6367 lt_shell_append=no
6368 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6369 >/dev/null 2>&1 \
6370 && lt_shell_append=yes
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6372 $as_echo "$lt_shell_append" >&6; }
6373
6374
6375 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6376 lt_unset=unset
6377 else
6378 lt_unset=false
6379 fi
6380
6381
6382
6383
6384
6385 # test EBCDIC or ASCII
6386 case `echo X|tr X '\101'` in
6387 A) # ASCII based system
6388 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6389 lt_SP2NL='tr \040 \012'
6390 lt_NL2SP='tr \015\012 \040\040'
6391 ;;
6392 *) # EBCDIC based system
6393 lt_SP2NL='tr \100 \n'
6394 lt_NL2SP='tr \r\n \100\100'
6395 ;;
6396 esac
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6407 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6408 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6409 $as_echo_n "(cached) " >&6
6410 else
6411 lt_cv_ld_reload_flag='-r'
6412 fi
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6414 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6415 reload_flag=$lt_cv_ld_reload_flag
6416 case $reload_flag in
6417 "" | " "*) ;;
6418 *) reload_flag=" $reload_flag" ;;
6419 esac
6420 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6421 case $host_os in
6422 darwin*)
6423 if test "$GCC" = yes; then
6424 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6425 else
6426 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6427 fi
6428 ;;
6429 esac
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439 if test -n "$ac_tool_prefix"; then
6440 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6441 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6443 $as_echo_n "checking for $ac_word... " >&6; }
6444 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6445 $as_echo_n "(cached) " >&6
6446 else
6447 if test -n "$OBJDUMP"; then
6448 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6449 else
6450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6451 for as_dir in $PATH
6452 do
6453 IFS=$as_save_IFS
6454 test -z "$as_dir" && as_dir=.
6455 for ac_exec_ext in '' $ac_executable_extensions; do
6456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6457 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6459 break 2
6460 fi
6461 done
6462 done
6463 IFS=$as_save_IFS
6464
6465 fi
6466 fi
6467 OBJDUMP=$ac_cv_prog_OBJDUMP
6468 if test -n "$OBJDUMP"; then
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6470 $as_echo "$OBJDUMP" >&6; }
6471 else
6472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6473 $as_echo "no" >&6; }
6474 fi
6475
6476
6477 fi
6478 if test -z "$ac_cv_prog_OBJDUMP"; then
6479 ac_ct_OBJDUMP=$OBJDUMP
6480 # Extract the first word of "objdump", so it can be a program name with args.
6481 set dummy objdump; ac_word=$2
6482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6483 $as_echo_n "checking for $ac_word... " >&6; }
6484 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6485 $as_echo_n "(cached) " >&6
6486 else
6487 if test -n "$ac_ct_OBJDUMP"; then
6488 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6489 else
6490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6491 for as_dir in $PATH
6492 do
6493 IFS=$as_save_IFS
6494 test -z "$as_dir" && as_dir=.
6495 for ac_exec_ext in '' $ac_executable_extensions; do
6496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6497 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6499 break 2
6500 fi
6501 done
6502 done
6503 IFS=$as_save_IFS
6504
6505 fi
6506 fi
6507 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6508 if test -n "$ac_ct_OBJDUMP"; then
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6510 $as_echo "$ac_ct_OBJDUMP" >&6; }
6511 else
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6513 $as_echo "no" >&6; }
6514 fi
6515
6516 if test "x$ac_ct_OBJDUMP" = x; then
6517 OBJDUMP="false"
6518 else
6519 case $cross_compiling:$ac_tool_warned in
6520 yes:)
6521 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6522 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6523 ac_tool_warned=yes ;;
6524 esac
6525 OBJDUMP=$ac_ct_OBJDUMP
6526 fi
6527 else
6528 OBJDUMP="$ac_cv_prog_OBJDUMP"
6529 fi
6530
6531 test -z "$OBJDUMP" && OBJDUMP=objdump
6532
6533
6534
6535
6536
6537
6538
6539
6540
6541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6542 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6543 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6544 $as_echo_n "(cached) " >&6
6545 else
6546 lt_cv_file_magic_cmd='$MAGIC_CMD'
6547 lt_cv_file_magic_test_file=
6548 lt_cv_deplibs_check_method='unknown'
6549 # Need to set the preceding variable on all platforms that support
6550 # interlibrary dependencies.
6551 # 'none' -- dependencies not supported.
6552 # `unknown' -- same as none, but documents that we really don't know.
6553 # 'pass_all' -- all dependencies passed with no checks.
6554 # 'test_compile' -- check by making test program.
6555 # 'file_magic [[regex]]' -- check by looking for files in library path
6556 # which responds to the $file_magic_cmd with a given extended regex.
6557 # If you have `file' or equivalent on your system and you're not sure
6558 # whether `pass_all' will *always* work, you probably want this one.
6559
6560 case $host_os in
6561 aix[4-9]*)
6562 lt_cv_deplibs_check_method=pass_all
6563 ;;
6564
6565 beos*)
6566 lt_cv_deplibs_check_method=pass_all
6567 ;;
6568
6569 bsdi[45]*)
6570 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6571 lt_cv_file_magic_cmd='/usr/bin/file -L'
6572 lt_cv_file_magic_test_file=/shlib/libc.so
6573 ;;
6574
6575 cygwin*)
6576 # func_win32_libid is a shell function defined in ltmain.sh
6577 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6578 lt_cv_file_magic_cmd='func_win32_libid'
6579 ;;
6580
6581 mingw* | pw32*)
6582 # Base MSYS/MinGW do not provide the 'file' command needed by
6583 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6584 # unless we find 'file', for example because we are cross-compiling.
6585 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6586 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6587 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6588 lt_cv_file_magic_cmd='func_win32_libid'
6589 else
6590 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6591 lt_cv_file_magic_cmd='$OBJDUMP -f'
6592 fi
6593 ;;
6594
6595 cegcc*)
6596 # use the weaker test based on 'objdump'. See mingw*.
6597 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6598 lt_cv_file_magic_cmd='$OBJDUMP -f'
6599 ;;
6600
6601 darwin* | rhapsody*)
6602 lt_cv_deplibs_check_method=pass_all
6603 ;;
6604
6605 freebsd* | dragonfly*)
6606 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6607 case $host_cpu in
6608 i*86 )
6609 # Not sure whether the presence of OpenBSD here was a mistake.
6610 # Let's accept both of them until this is cleared up.
6611 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6612 lt_cv_file_magic_cmd=/usr/bin/file
6613 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6614 ;;
6615 esac
6616 else
6617 lt_cv_deplibs_check_method=pass_all
6618 fi
6619 ;;
6620
6621 gnu*)
6622 lt_cv_deplibs_check_method=pass_all
6623 ;;
6624
6625 haiku*)
6626 lt_cv_deplibs_check_method=pass_all
6627 ;;
6628
6629 hpux10.20* | hpux11*)
6630 lt_cv_file_magic_cmd=/usr/bin/file
6631 case $host_cpu in
6632 ia64*)
6633 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6634 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6635 ;;
6636 hppa*64*)
6637 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]'
6638 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6639 ;;
6640 *)
6641 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6642 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6643 ;;
6644 esac
6645 ;;
6646
6647 interix[3-9]*)
6648 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6649 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6650 ;;
6651
6652 irix5* | irix6* | nonstopux*)
6653 case $LD in
6654 *-32|*"-32 ") libmagic=32-bit;;
6655 *-n32|*"-n32 ") libmagic=N32;;
6656 *-64|*"-64 ") libmagic=64-bit;;
6657 *) libmagic=never-match;;
6658 esac
6659 lt_cv_deplibs_check_method=pass_all
6660 ;;
6661
6662 # This must be Linux ELF.
6663 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6664 lt_cv_deplibs_check_method=pass_all
6665 ;;
6666
6667 netbsd*)
6668 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6669 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6670 else
6671 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6672 fi
6673 ;;
6674
6675 newos6*)
6676 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6677 lt_cv_file_magic_cmd=/usr/bin/file
6678 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6679 ;;
6680
6681 *nto* | *qnx*)
6682 lt_cv_deplibs_check_method=pass_all
6683 ;;
6684
6685 openbsd*)
6686 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6687 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6688 else
6689 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6690 fi
6691 ;;
6692
6693 osf3* | osf4* | osf5*)
6694 lt_cv_deplibs_check_method=pass_all
6695 ;;
6696
6697 rdos*)
6698 lt_cv_deplibs_check_method=pass_all
6699 ;;
6700
6701 solaris*)
6702 lt_cv_deplibs_check_method=pass_all
6703 ;;
6704
6705 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6706 lt_cv_deplibs_check_method=pass_all
6707 ;;
6708
6709 sysv4 | sysv4.3*)
6710 case $host_vendor in
6711 motorola)
6712 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]'
6713 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6714 ;;
6715 ncr)
6716 lt_cv_deplibs_check_method=pass_all
6717 ;;
6718 sequent)
6719 lt_cv_file_magic_cmd='/bin/file'
6720 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6721 ;;
6722 sni)
6723 lt_cv_file_magic_cmd='/bin/file'
6724 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6725 lt_cv_file_magic_test_file=/lib/libc.so
6726 ;;
6727 siemens)
6728 lt_cv_deplibs_check_method=pass_all
6729 ;;
6730 pc)
6731 lt_cv_deplibs_check_method=pass_all
6732 ;;
6733 esac
6734 ;;
6735
6736 tpf*)
6737 lt_cv_deplibs_check_method=pass_all
6738 ;;
6739 esac
6740
6741 fi
6742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6743 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6744 file_magic_cmd=$lt_cv_file_magic_cmd
6745 deplibs_check_method=$lt_cv_deplibs_check_method
6746 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759 if test -n "$ac_tool_prefix"; then
6760 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6761 set dummy ${ac_tool_prefix}ar; ac_word=$2
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6763 $as_echo_n "checking for $ac_word... " >&6; }
6764 if test "${ac_cv_prog_AR+set}" = set; then :
6765 $as_echo_n "(cached) " >&6
6766 else
6767 if test -n "$AR"; then
6768 ac_cv_prog_AR="$AR" # Let the user override the test.
6769 else
6770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6771 for as_dir in $PATH
6772 do
6773 IFS=$as_save_IFS
6774 test -z "$as_dir" && as_dir=.
6775 for ac_exec_ext in '' $ac_executable_extensions; do
6776 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6777 ac_cv_prog_AR="${ac_tool_prefix}ar"
6778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6779 break 2
6780 fi
6781 done
6782 done
6783 IFS=$as_save_IFS
6784
6785 fi
6786 fi
6787 AR=$ac_cv_prog_AR
6788 if test -n "$AR"; then
6789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6790 $as_echo "$AR" >&6; }
6791 else
6792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6793 $as_echo "no" >&6; }
6794 fi
6795
6796
6797 fi
6798 if test -z "$ac_cv_prog_AR"; then
6799 ac_ct_AR=$AR
6800 # Extract the first word of "ar", so it can be a program name with args.
6801 set dummy ar; ac_word=$2
6802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6803 $as_echo_n "checking for $ac_word... " >&6; }
6804 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6805 $as_echo_n "(cached) " >&6
6806 else
6807 if test -n "$ac_ct_AR"; then
6808 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6809 else
6810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6811 for as_dir in $PATH
6812 do
6813 IFS=$as_save_IFS
6814 test -z "$as_dir" && as_dir=.
6815 for ac_exec_ext in '' $ac_executable_extensions; do
6816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6817 ac_cv_prog_ac_ct_AR="ar"
6818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6819 break 2
6820 fi
6821 done
6822 done
6823 IFS=$as_save_IFS
6824
6825 fi
6826 fi
6827 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6828 if test -n "$ac_ct_AR"; then
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6830 $as_echo "$ac_ct_AR" >&6; }
6831 else
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6833 $as_echo "no" >&6; }
6834 fi
6835
6836 if test "x$ac_ct_AR" = x; then
6837 AR="false"
6838 else
6839 case $cross_compiling:$ac_tool_warned in
6840 yes:)
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6842 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6843 ac_tool_warned=yes ;;
6844 esac
6845 AR=$ac_ct_AR
6846 fi
6847 else
6848 AR="$ac_cv_prog_AR"
6849 fi
6850
6851 test -z "$AR" && AR=ar
6852 test -z "$AR_FLAGS" && AR_FLAGS=cru
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
6863
6864 if test -n "$ac_tool_prefix"; then
6865 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6866 set dummy ${ac_tool_prefix}strip; ac_word=$2
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6868 $as_echo_n "checking for $ac_word... " >&6; }
6869 if test "${ac_cv_prog_STRIP+set}" = set; then :
6870 $as_echo_n "(cached) " >&6
6871 else
6872 if test -n "$STRIP"; then
6873 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6874 else
6875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6876 for as_dir in $PATH
6877 do
6878 IFS=$as_save_IFS
6879 test -z "$as_dir" && as_dir=.
6880 for ac_exec_ext in '' $ac_executable_extensions; do
6881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6882 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6884 break 2
6885 fi
6886 done
6887 done
6888 IFS=$as_save_IFS
6889
6890 fi
6891 fi
6892 STRIP=$ac_cv_prog_STRIP
6893 if test -n "$STRIP"; then
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6895 $as_echo "$STRIP" >&6; }
6896 else
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6898 $as_echo "no" >&6; }
6899 fi
6900
6901
6902 fi
6903 if test -z "$ac_cv_prog_STRIP"; then
6904 ac_ct_STRIP=$STRIP
6905 # Extract the first word of "strip", so it can be a program name with args.
6906 set dummy strip; ac_word=$2
6907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6908 $as_echo_n "checking for $ac_word... " >&6; }
6909 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6910 $as_echo_n "(cached) " >&6
6911 else
6912 if test -n "$ac_ct_STRIP"; then
6913 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6914 else
6915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6916 for as_dir in $PATH
6917 do
6918 IFS=$as_save_IFS
6919 test -z "$as_dir" && as_dir=.
6920 for ac_exec_ext in '' $ac_executable_extensions; do
6921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6922 ac_cv_prog_ac_ct_STRIP="strip"
6923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6924 break 2
6925 fi
6926 done
6927 done
6928 IFS=$as_save_IFS
6929
6930 fi
6931 fi
6932 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6933 if test -n "$ac_ct_STRIP"; then
6934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6935 $as_echo "$ac_ct_STRIP" >&6; }
6936 else
6937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6938 $as_echo "no" >&6; }
6939 fi
6940
6941 if test "x$ac_ct_STRIP" = x; then
6942 STRIP=":"
6943 else
6944 case $cross_compiling:$ac_tool_warned in
6945 yes:)
6946 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6947 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6948 ac_tool_warned=yes ;;
6949 esac
6950 STRIP=$ac_ct_STRIP
6951 fi
6952 else
6953 STRIP="$ac_cv_prog_STRIP"
6954 fi
6955
6956 test -z "$STRIP" && STRIP=:
6957
6958
6959
6960
6961
6962
6963 if test -n "$ac_tool_prefix"; then
6964 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6965 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6967 $as_echo_n "checking for $ac_word... " >&6; }
6968 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6969 $as_echo_n "(cached) " >&6
6970 else
6971 if test -n "$RANLIB"; then
6972 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6973 else
6974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6975 for as_dir in $PATH
6976 do
6977 IFS=$as_save_IFS
6978 test -z "$as_dir" && as_dir=.
6979 for ac_exec_ext in '' $ac_executable_extensions; do
6980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6981 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6983 break 2
6984 fi
6985 done
6986 done
6987 IFS=$as_save_IFS
6988
6989 fi
6990 fi
6991 RANLIB=$ac_cv_prog_RANLIB
6992 if test -n "$RANLIB"; then
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6994 $as_echo "$RANLIB" >&6; }
6995 else
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6997 $as_echo "no" >&6; }
6998 fi
6999
7000
7001 fi
7002 if test -z "$ac_cv_prog_RANLIB"; then
7003 ac_ct_RANLIB=$RANLIB
7004 # Extract the first word of "ranlib", so it can be a program name with args.
7005 set dummy ranlib; ac_word=$2
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7007 $as_echo_n "checking for $ac_word... " >&6; }
7008 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7009 $as_echo_n "(cached) " >&6
7010 else
7011 if test -n "$ac_ct_RANLIB"; then
7012 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7013 else
7014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7015 for as_dir in $PATH
7016 do
7017 IFS=$as_save_IFS
7018 test -z "$as_dir" && as_dir=.
7019 for ac_exec_ext in '' $ac_executable_extensions; do
7020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7021 ac_cv_prog_ac_ct_RANLIB="ranlib"
7022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7023 break 2
7024 fi
7025 done
7026 done
7027 IFS=$as_save_IFS
7028
7029 fi
7030 fi
7031 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7032 if test -n "$ac_ct_RANLIB"; then
7033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7034 $as_echo "$ac_ct_RANLIB" >&6; }
7035 else
7036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7037 $as_echo "no" >&6; }
7038 fi
7039
7040 if test "x$ac_ct_RANLIB" = x; then
7041 RANLIB=":"
7042 else
7043 case $cross_compiling:$ac_tool_warned in
7044 yes:)
7045 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7046 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7047 ac_tool_warned=yes ;;
7048 esac
7049 RANLIB=$ac_ct_RANLIB
7050 fi
7051 else
7052 RANLIB="$ac_cv_prog_RANLIB"
7053 fi
7054
7055 test -z "$RANLIB" && RANLIB=:
7056
7057
7058
7059
7060
7061
7062 # Determine commands to create old-style static archives.
7063 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7064 old_postinstall_cmds='chmod 644 $oldlib'
7065 old_postuninstall_cmds=
7066
7067 if test -n "$RANLIB"; then
7068 case $host_os in
7069 openbsd*)
7070 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7071 ;;
7072 *)
7073 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7074 ;;
7075 esac
7076 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7077 fi
7078
7079 case $host_os in
7080 darwin*)
7081 lock_old_archive_extraction=yes ;;
7082 *)
7083 lock_old_archive_extraction=no ;;
7084 esac
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105
7106 for ac_prog in gawk mawk nawk awk
7107 do
7108 # Extract the first word of "$ac_prog", so it can be a program name with args.
7109 set dummy $ac_prog; ac_word=$2
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7111 $as_echo_n "checking for $ac_word... " >&6; }
7112 if test "${ac_cv_prog_AWK+set}" = set; then :
7113 $as_echo_n "(cached) " >&6
7114 else
7115 if test -n "$AWK"; then
7116 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7117 else
7118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7119 for as_dir in $PATH
7120 do
7121 IFS=$as_save_IFS
7122 test -z "$as_dir" && as_dir=.
7123 for ac_exec_ext in '' $ac_executable_extensions; do
7124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7125 ac_cv_prog_AWK="$ac_prog"
7126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7127 break 2
7128 fi
7129 done
7130 done
7131 IFS=$as_save_IFS
7132
7133 fi
7134 fi
7135 AWK=$ac_cv_prog_AWK
7136 if test -n "$AWK"; then
7137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7138 $as_echo "$AWK" >&6; }
7139 else
7140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7141 $as_echo "no" >&6; }
7142 fi
7143
7144
7145 test -n "$AWK" && break
7146 done
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166 # If no C compiler was specified, use CC.
7167 LTCC=${LTCC-"$CC"}
7168
7169 # If no C compiler flags were specified, use CFLAGS.
7170 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7171
7172 # Allow CC to be a program name with arguments.
7173 compiler=$CC
7174
7175
7176 # Check for command to grab the raw symbol name followed by C symbol from nm.
7177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7178 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7179 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7180 $as_echo_n "(cached) " >&6
7181 else
7182
7183 # These are sane defaults that work on at least a few old systems.
7184 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7185
7186 # Character class describing NM global symbol codes.
7187 symcode='[BCDEGRST]'
7188
7189 # Regexp to match symbols that can be accessed directly from C.
7190 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7191
7192 # Define system-specific variables.
7193 case $host_os in
7194 aix*)
7195 symcode='[BCDT]'
7196 ;;
7197 cygwin* | mingw* | pw32* | cegcc*)
7198 symcode='[ABCDGISTW]'
7199 ;;
7200 hpux*)
7201 if test "$host_cpu" = ia64; then
7202 symcode='[ABCDEGRST]'
7203 fi
7204 ;;
7205 irix* | nonstopux*)
7206 symcode='[BCDEGRST]'
7207 ;;
7208 osf*)
7209 symcode='[BCDEGQRST]'
7210 ;;
7211 solaris*)
7212 symcode='[BDRT]'
7213 ;;
7214 sco3.2v5*)
7215 symcode='[DT]'
7216 ;;
7217 sysv4.2uw2*)
7218 symcode='[DT]'
7219 ;;
7220 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7221 symcode='[ABDT]'
7222 ;;
7223 sysv4)
7224 symcode='[DFNSTU]'
7225 ;;
7226 esac
7227
7228 # If we're using GNU nm, then use its standard symbol codes.
7229 case `$NM -V 2>&1` in
7230 *GNU* | *'with BFD'*)
7231 symcode='[ABCDGIRSTW]' ;;
7232 esac
7233
7234 # Transform an extracted symbol line into a proper C declaration.
7235 # Some systems (esp. on ia64) link data and code symbols differently,
7236 # so use this general approach.
7237 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7238
7239 # Transform an extracted symbol line into symbol name and symbol address
7240 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7241 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'"
7242
7243 # Handle CRLF in mingw tool chain
7244 opt_cr=
7245 case $build_os in
7246 mingw*)
7247 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7248 ;;
7249 esac
7250
7251 # Try without a prefix underscore, then with it.
7252 for ac_symprfx in "" "_"; do
7253
7254 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7255 symxfrm="\\1 $ac_symprfx\\2 \\2"
7256
7257 # Write the raw and C identifiers.
7258 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7259 # Fake it for dumpbin and say T for any non-static function
7260 # and D for any global variable.
7261 # Also find C++ and __fastcall symbols from MSVC++,
7262 # which start with @ or ?.
7263 lt_cv_sys_global_symbol_pipe="$AWK '"\
7264 " {last_section=section; section=\$ 3};"\
7265 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7266 " \$ 0!~/External *\|/{next};"\
7267 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7268 " {if(hide[section]) next};"\
7269 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7270 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7271 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7272 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7273 " ' prfx=^$ac_symprfx"
7274 else
7275 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7276 fi
7277
7278 # Check to see that the pipe works correctly.
7279 pipe_works=no
7280
7281 rm -f conftest*
7282 cat > conftest.$ac_ext <<_LT_EOF
7283 #ifdef __cplusplus
7284 extern "C" {
7285 #endif
7286 char nm_test_var;
7287 void nm_test_func(void);
7288 void nm_test_func(void){}
7289 #ifdef __cplusplus
7290 }
7291 #endif
7292 int main(){nm_test_var='a';nm_test_func();return(0);}
7293 _LT_EOF
7294
7295 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7296 (eval $ac_compile) 2>&5
7297 ac_status=$?
7298 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7299 test $ac_status = 0; }; then
7300 # Now try to grab the symbols.
7301 nlist=conftest.nm
7302 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7303 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7304 ac_status=$?
7305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7306 test $ac_status = 0; } && test -s "$nlist"; then
7307 # Try sorting and uniquifying the output.
7308 if sort "$nlist" | uniq > "$nlist"T; then
7309 mv -f "$nlist"T "$nlist"
7310 else
7311 rm -f "$nlist"T
7312 fi
7313
7314 # Make sure that we snagged all the symbols we need.
7315 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7316 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7317 cat <<_LT_EOF > conftest.$ac_ext
7318 #ifdef __cplusplus
7319 extern "C" {
7320 #endif
7321
7322 _LT_EOF
7323 # Now generate the symbol file.
7324 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7325
7326 cat <<_LT_EOF >> conftest.$ac_ext
7327
7328 /* The mapping between symbol names and symbols. */
7329 const struct {
7330 const char *name;
7331 void *address;
7332 }
7333 lt__PROGRAM__LTX_preloaded_symbols[] =
7334 {
7335 { "@PROGRAM@", (void *) 0 },
7336 _LT_EOF
7337 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7338 cat <<\_LT_EOF >> conftest.$ac_ext
7339 {0, (void *) 0}
7340 };
7341
7342 /* This works around a problem in FreeBSD linker */
7343 #ifdef FREEBSD_WORKAROUND
7344 static const void *lt_preloaded_setup() {
7345 return lt__PROGRAM__LTX_preloaded_symbols;
7346 }
7347 #endif
7348
7349 #ifdef __cplusplus
7350 }
7351 #endif
7352 _LT_EOF
7353 # Now try linking the two files.
7354 mv conftest.$ac_objext conftstm.$ac_objext
7355 lt_save_LIBS="$LIBS"
7356 lt_save_CFLAGS="$CFLAGS"
7357 LIBS="conftstm.$ac_objext"
7358 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7359 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7360 (eval $ac_link) 2>&5
7361 ac_status=$?
7362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7363 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7364 pipe_works=yes
7365 fi
7366 LIBS="$lt_save_LIBS"
7367 CFLAGS="$lt_save_CFLAGS"
7368 else
7369 echo "cannot find nm_test_func in $nlist" >&5
7370 fi
7371 else
7372 echo "cannot find nm_test_var in $nlist" >&5
7373 fi
7374 else
7375 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7376 fi
7377 else
7378 echo "$progname: failed program was:" >&5
7379 cat conftest.$ac_ext >&5
7380 fi
7381 rm -rf conftest* conftst*
7382
7383 # Do not use the global_symbol_pipe unless it works.
7384 if test "$pipe_works" = yes; then
7385 break
7386 else
7387 lt_cv_sys_global_symbol_pipe=
7388 fi
7389 done
7390
7391 fi
7392
7393 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7394 lt_cv_sys_global_symbol_to_cdecl=
7395 fi
7396 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7398 $as_echo "failed" >&6; }
7399 else
7400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7401 $as_echo "ok" >&6; }
7402 fi
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425 # Check whether --enable-libtool-lock was given.
7426 if test "${enable_libtool_lock+set}" = set; then :
7427 enableval=$enable_libtool_lock;
7428 fi
7429
7430 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7431
7432 # Some flags need to be propagated to the compiler or linker for good
7433 # libtool support.
7434 case $host in
7435 ia64-*-hpux*)
7436 # Find out which ABI we are using.
7437 echo 'int i;' > conftest.$ac_ext
7438 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7439 (eval $ac_compile) 2>&5
7440 ac_status=$?
7441 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7442 test $ac_status = 0; }; then
7443 case `/usr/bin/file conftest.$ac_objext` in
7444 *ELF-32*)
7445 HPUX_IA64_MODE="32"
7446 ;;
7447 *ELF-64*)
7448 HPUX_IA64_MODE="64"
7449 ;;
7450 esac
7451 fi
7452 rm -rf conftest*
7453 ;;
7454 *-*-irix6*)
7455 # Find out which ABI we are using.
7456 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7457 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7458 (eval $ac_compile) 2>&5
7459 ac_status=$?
7460 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7461 test $ac_status = 0; }; then
7462 if test "$lt_cv_prog_gnu_ld" = yes; then
7463 case `/usr/bin/file conftest.$ac_objext` in
7464 *32-bit*)
7465 LD="${LD-ld} -melf32bsmip"
7466 ;;
7467 *N32*)
7468 LD="${LD-ld} -melf32bmipn32"
7469 ;;
7470 *64-bit*)
7471 LD="${LD-ld} -melf64bmip"
7472 ;;
7473 esac
7474 else
7475 case `/usr/bin/file conftest.$ac_objext` in
7476 *32-bit*)
7477 LD="${LD-ld} -32"
7478 ;;
7479 *N32*)
7480 LD="${LD-ld} -n32"
7481 ;;
7482 *64-bit*)
7483 LD="${LD-ld} -64"
7484 ;;
7485 esac
7486 fi
7487 fi
7488 rm -rf conftest*
7489 ;;
7490
7491 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7492 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7493 # Find out which ABI we are using.
7494 echo 'int i;' > conftest.$ac_ext
7495 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7496 (eval $ac_compile) 2>&5
7497 ac_status=$?
7498 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7499 test $ac_status = 0; }; then
7500 case `/usr/bin/file conftest.o` in
7501 *32-bit*)
7502 case $host in
7503 x86_64-*kfreebsd*-gnu)
7504 LD="${LD-ld} -m elf_i386_fbsd"
7505 ;;
7506 x86_64-*linux*)
7507 case `/usr/bin/file conftest.o` in
7508 *x86-64*)
7509 LD="${LD-ld} -m elf32_x86_64"
7510 ;;
7511 *)
7512 LD="${LD-ld} -m elf_i386"
7513 ;;
7514 esac
7515 ;;
7516 powerpc64le-*linux*)
7517 LD="${LD-ld} -m elf32lppclinux"
7518 ;;
7519 powerpc64-*linux*)
7520 LD="${LD-ld} -m elf32ppclinux"
7521 ;;
7522 s390x-*linux*)
7523 LD="${LD-ld} -m elf_s390"
7524 ;;
7525 sparc64-*linux*)
7526 LD="${LD-ld} -m elf32_sparc"
7527 ;;
7528 esac
7529 ;;
7530 *64-bit*)
7531 case $host in
7532 x86_64-*kfreebsd*-gnu)
7533 LD="${LD-ld} -m elf_x86_64_fbsd"
7534 ;;
7535 x86_64-*linux*)
7536 LD="${LD-ld} -m elf_x86_64"
7537 ;;
7538 powerpcle-*linux*)
7539 LD="${LD-ld} -m elf64lppc"
7540 ;;
7541 powerpc-*linux*)
7542 LD="${LD-ld} -m elf64ppc"
7543 ;;
7544 s390*-*linux*|s390*-*tpf*)
7545 LD="${LD-ld} -m elf64_s390"
7546 ;;
7547 sparc*-*linux*)
7548 LD="${LD-ld} -m elf64_sparc"
7549 ;;
7550 esac
7551 ;;
7552 esac
7553 fi
7554 rm -rf conftest*
7555 ;;
7556
7557 *-*-sco3.2v5*)
7558 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7559 SAVE_CFLAGS="$CFLAGS"
7560 CFLAGS="$CFLAGS -belf"
7561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7562 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7563 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7564 $as_echo_n "(cached) " >&6
7565 else
7566 ac_ext=c
7567 ac_cpp='$CPP $CPPFLAGS'
7568 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7569 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7570 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7571
7572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7573 /* end confdefs.h. */
7574
7575 int
7576 main ()
7577 {
7578
7579 ;
7580 return 0;
7581 }
7582 _ACEOF
7583 if ac_fn_c_try_link "$LINENO"; then :
7584 lt_cv_cc_needs_belf=yes
7585 else
7586 lt_cv_cc_needs_belf=no
7587 fi
7588 rm -f core conftest.err conftest.$ac_objext \
7589 conftest$ac_exeext conftest.$ac_ext
7590 ac_ext=c
7591 ac_cpp='$CPP $CPPFLAGS'
7592 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7593 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7594 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7595
7596 fi
7597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7598 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7599 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7600 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7601 CFLAGS="$SAVE_CFLAGS"
7602 fi
7603 ;;
7604 sparc*-*solaris*)
7605 # Find out which ABI we are using.
7606 echo 'int i;' > conftest.$ac_ext
7607 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7608 (eval $ac_compile) 2>&5
7609 ac_status=$?
7610 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7611 test $ac_status = 0; }; then
7612 case `/usr/bin/file conftest.o` in
7613 *64-bit*)
7614 case $lt_cv_prog_gnu_ld in
7615 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7616 *)
7617 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7618 LD="${LD-ld} -64"
7619 fi
7620 ;;
7621 esac
7622 ;;
7623 esac
7624 fi
7625 rm -rf conftest*
7626 ;;
7627 esac
7628
7629 need_locks="$enable_libtool_lock"
7630
7631
7632 case $host_os in
7633 rhapsody* | darwin*)
7634 if test -n "$ac_tool_prefix"; then
7635 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7636 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7638 $as_echo_n "checking for $ac_word... " >&6; }
7639 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7640 $as_echo_n "(cached) " >&6
7641 else
7642 if test -n "$DSYMUTIL"; then
7643 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7644 else
7645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7646 for as_dir in $PATH
7647 do
7648 IFS=$as_save_IFS
7649 test -z "$as_dir" && as_dir=.
7650 for ac_exec_ext in '' $ac_executable_extensions; do
7651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7652 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7654 break 2
7655 fi
7656 done
7657 done
7658 IFS=$as_save_IFS
7659
7660 fi
7661 fi
7662 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7663 if test -n "$DSYMUTIL"; then
7664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7665 $as_echo "$DSYMUTIL" >&6; }
7666 else
7667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7668 $as_echo "no" >&6; }
7669 fi
7670
7671
7672 fi
7673 if test -z "$ac_cv_prog_DSYMUTIL"; then
7674 ac_ct_DSYMUTIL=$DSYMUTIL
7675 # Extract the first word of "dsymutil", so it can be a program name with args.
7676 set dummy dsymutil; ac_word=$2
7677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7678 $as_echo_n "checking for $ac_word... " >&6; }
7679 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7680 $as_echo_n "(cached) " >&6
7681 else
7682 if test -n "$ac_ct_DSYMUTIL"; then
7683 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7684 else
7685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7686 for as_dir in $PATH
7687 do
7688 IFS=$as_save_IFS
7689 test -z "$as_dir" && as_dir=.
7690 for ac_exec_ext in '' $ac_executable_extensions; do
7691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7692 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7694 break 2
7695 fi
7696 done
7697 done
7698 IFS=$as_save_IFS
7699
7700 fi
7701 fi
7702 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7703 if test -n "$ac_ct_DSYMUTIL"; then
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7705 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7706 else
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7708 $as_echo "no" >&6; }
7709 fi
7710
7711 if test "x$ac_ct_DSYMUTIL" = x; then
7712 DSYMUTIL=":"
7713 else
7714 case $cross_compiling:$ac_tool_warned in
7715 yes:)
7716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7717 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7718 ac_tool_warned=yes ;;
7719 esac
7720 DSYMUTIL=$ac_ct_DSYMUTIL
7721 fi
7722 else
7723 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7724 fi
7725
7726 if test -n "$ac_tool_prefix"; then
7727 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7728 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7730 $as_echo_n "checking for $ac_word... " >&6; }
7731 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7732 $as_echo_n "(cached) " >&6
7733 else
7734 if test -n "$NMEDIT"; then
7735 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7736 else
7737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7738 for as_dir in $PATH
7739 do
7740 IFS=$as_save_IFS
7741 test -z "$as_dir" && as_dir=.
7742 for ac_exec_ext in '' $ac_executable_extensions; do
7743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7744 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7746 break 2
7747 fi
7748 done
7749 done
7750 IFS=$as_save_IFS
7751
7752 fi
7753 fi
7754 NMEDIT=$ac_cv_prog_NMEDIT
7755 if test -n "$NMEDIT"; then
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7757 $as_echo "$NMEDIT" >&6; }
7758 else
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7760 $as_echo "no" >&6; }
7761 fi
7762
7763
7764 fi
7765 if test -z "$ac_cv_prog_NMEDIT"; then
7766 ac_ct_NMEDIT=$NMEDIT
7767 # Extract the first word of "nmedit", so it can be a program name with args.
7768 set dummy nmedit; ac_word=$2
7769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7770 $as_echo_n "checking for $ac_word... " >&6; }
7771 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7772 $as_echo_n "(cached) " >&6
7773 else
7774 if test -n "$ac_ct_NMEDIT"; then
7775 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7776 else
7777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7778 for as_dir in $PATH
7779 do
7780 IFS=$as_save_IFS
7781 test -z "$as_dir" && as_dir=.
7782 for ac_exec_ext in '' $ac_executable_extensions; do
7783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7784 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7786 break 2
7787 fi
7788 done
7789 done
7790 IFS=$as_save_IFS
7791
7792 fi
7793 fi
7794 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7795 if test -n "$ac_ct_NMEDIT"; then
7796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7797 $as_echo "$ac_ct_NMEDIT" >&6; }
7798 else
7799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7800 $as_echo "no" >&6; }
7801 fi
7802
7803 if test "x$ac_ct_NMEDIT" = x; then
7804 NMEDIT=":"
7805 else
7806 case $cross_compiling:$ac_tool_warned in
7807 yes:)
7808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7809 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7810 ac_tool_warned=yes ;;
7811 esac
7812 NMEDIT=$ac_ct_NMEDIT
7813 fi
7814 else
7815 NMEDIT="$ac_cv_prog_NMEDIT"
7816 fi
7817
7818 if test -n "$ac_tool_prefix"; then
7819 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7820 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7822 $as_echo_n "checking for $ac_word... " >&6; }
7823 if test "${ac_cv_prog_LIPO+set}" = set; then :
7824 $as_echo_n "(cached) " >&6
7825 else
7826 if test -n "$LIPO"; then
7827 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7828 else
7829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7830 for as_dir in $PATH
7831 do
7832 IFS=$as_save_IFS
7833 test -z "$as_dir" && as_dir=.
7834 for ac_exec_ext in '' $ac_executable_extensions; do
7835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7836 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7838 break 2
7839 fi
7840 done
7841 done
7842 IFS=$as_save_IFS
7843
7844 fi
7845 fi
7846 LIPO=$ac_cv_prog_LIPO
7847 if test -n "$LIPO"; then
7848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7849 $as_echo "$LIPO" >&6; }
7850 else
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7852 $as_echo "no" >&6; }
7853 fi
7854
7855
7856 fi
7857 if test -z "$ac_cv_prog_LIPO"; then
7858 ac_ct_LIPO=$LIPO
7859 # Extract the first word of "lipo", so it can be a program name with args.
7860 set dummy lipo; ac_word=$2
7861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7862 $as_echo_n "checking for $ac_word... " >&6; }
7863 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7864 $as_echo_n "(cached) " >&6
7865 else
7866 if test -n "$ac_ct_LIPO"; then
7867 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7868 else
7869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7870 for as_dir in $PATH
7871 do
7872 IFS=$as_save_IFS
7873 test -z "$as_dir" && as_dir=.
7874 for ac_exec_ext in '' $ac_executable_extensions; do
7875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7876 ac_cv_prog_ac_ct_LIPO="lipo"
7877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7878 break 2
7879 fi
7880 done
7881 done
7882 IFS=$as_save_IFS
7883
7884 fi
7885 fi
7886 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7887 if test -n "$ac_ct_LIPO"; then
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7889 $as_echo "$ac_ct_LIPO" >&6; }
7890 else
7891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7892 $as_echo "no" >&6; }
7893 fi
7894
7895 if test "x$ac_ct_LIPO" = x; then
7896 LIPO=":"
7897 else
7898 case $cross_compiling:$ac_tool_warned in
7899 yes:)
7900 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7901 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7902 ac_tool_warned=yes ;;
7903 esac
7904 LIPO=$ac_ct_LIPO
7905 fi
7906 else
7907 LIPO="$ac_cv_prog_LIPO"
7908 fi
7909
7910 if test -n "$ac_tool_prefix"; then
7911 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7912 set dummy ${ac_tool_prefix}otool; ac_word=$2
7913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7914 $as_echo_n "checking for $ac_word... " >&6; }
7915 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7916 $as_echo_n "(cached) " >&6
7917 else
7918 if test -n "$OTOOL"; then
7919 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7920 else
7921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7922 for as_dir in $PATH
7923 do
7924 IFS=$as_save_IFS
7925 test -z "$as_dir" && as_dir=.
7926 for ac_exec_ext in '' $ac_executable_extensions; do
7927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7928 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7930 break 2
7931 fi
7932 done
7933 done
7934 IFS=$as_save_IFS
7935
7936 fi
7937 fi
7938 OTOOL=$ac_cv_prog_OTOOL
7939 if test -n "$OTOOL"; then
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7941 $as_echo "$OTOOL" >&6; }
7942 else
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7944 $as_echo "no" >&6; }
7945 fi
7946
7947
7948 fi
7949 if test -z "$ac_cv_prog_OTOOL"; then
7950 ac_ct_OTOOL=$OTOOL
7951 # Extract the first word of "otool", so it can be a program name with args.
7952 set dummy otool; ac_word=$2
7953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7954 $as_echo_n "checking for $ac_word... " >&6; }
7955 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7956 $as_echo_n "(cached) " >&6
7957 else
7958 if test -n "$ac_ct_OTOOL"; then
7959 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7960 else
7961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7962 for as_dir in $PATH
7963 do
7964 IFS=$as_save_IFS
7965 test -z "$as_dir" && as_dir=.
7966 for ac_exec_ext in '' $ac_executable_extensions; do
7967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7968 ac_cv_prog_ac_ct_OTOOL="otool"
7969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7970 break 2
7971 fi
7972 done
7973 done
7974 IFS=$as_save_IFS
7975
7976 fi
7977 fi
7978 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7979 if test -n "$ac_ct_OTOOL"; then
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7981 $as_echo "$ac_ct_OTOOL" >&6; }
7982 else
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7984 $as_echo "no" >&6; }
7985 fi
7986
7987 if test "x$ac_ct_OTOOL" = x; then
7988 OTOOL=":"
7989 else
7990 case $cross_compiling:$ac_tool_warned in
7991 yes:)
7992 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7993 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7994 ac_tool_warned=yes ;;
7995 esac
7996 OTOOL=$ac_ct_OTOOL
7997 fi
7998 else
7999 OTOOL="$ac_cv_prog_OTOOL"
8000 fi
8001
8002 if test -n "$ac_tool_prefix"; then
8003 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8004 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8006 $as_echo_n "checking for $ac_word... " >&6; }
8007 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8008 $as_echo_n "(cached) " >&6
8009 else
8010 if test -n "$OTOOL64"; then
8011 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8012 else
8013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8014 for as_dir in $PATH
8015 do
8016 IFS=$as_save_IFS
8017 test -z "$as_dir" && as_dir=.
8018 for ac_exec_ext in '' $ac_executable_extensions; do
8019 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8020 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8022 break 2
8023 fi
8024 done
8025 done
8026 IFS=$as_save_IFS
8027
8028 fi
8029 fi
8030 OTOOL64=$ac_cv_prog_OTOOL64
8031 if test -n "$OTOOL64"; then
8032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8033 $as_echo "$OTOOL64" >&6; }
8034 else
8035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8036 $as_echo "no" >&6; }
8037 fi
8038
8039
8040 fi
8041 if test -z "$ac_cv_prog_OTOOL64"; then
8042 ac_ct_OTOOL64=$OTOOL64
8043 # Extract the first word of "otool64", so it can be a program name with args.
8044 set dummy otool64; ac_word=$2
8045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8046 $as_echo_n "checking for $ac_word... " >&6; }
8047 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8048 $as_echo_n "(cached) " >&6
8049 else
8050 if test -n "$ac_ct_OTOOL64"; then
8051 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8052 else
8053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8054 for as_dir in $PATH
8055 do
8056 IFS=$as_save_IFS
8057 test -z "$as_dir" && as_dir=.
8058 for ac_exec_ext in '' $ac_executable_extensions; do
8059 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8060 ac_cv_prog_ac_ct_OTOOL64="otool64"
8061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8062 break 2
8063 fi
8064 done
8065 done
8066 IFS=$as_save_IFS
8067
8068 fi
8069 fi
8070 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8071 if test -n "$ac_ct_OTOOL64"; then
8072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8073 $as_echo "$ac_ct_OTOOL64" >&6; }
8074 else
8075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8076 $as_echo "no" >&6; }
8077 fi
8078
8079 if test "x$ac_ct_OTOOL64" = x; then
8080 OTOOL64=":"
8081 else
8082 case $cross_compiling:$ac_tool_warned in
8083 yes:)
8084 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8085 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8086 ac_tool_warned=yes ;;
8087 esac
8088 OTOOL64=$ac_ct_OTOOL64
8089 fi
8090 else
8091 OTOOL64="$ac_cv_prog_OTOOL64"
8092 fi
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8121 $as_echo_n "checking for -single_module linker flag... " >&6; }
8122 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8123 $as_echo_n "(cached) " >&6
8124 else
8125 lt_cv_apple_cc_single_mod=no
8126 if test -z "${LT_MULTI_MODULE}"; then
8127 # By default we will add the -single_module flag. You can override
8128 # by either setting the environment variable LT_MULTI_MODULE
8129 # non-empty at configure time, or by adding -multi_module to the
8130 # link flags.
8131 rm -rf libconftest.dylib*
8132 echo "int foo(void){return 1;}" > conftest.c
8133 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8134 -dynamiclib -Wl,-single_module conftest.c" >&5
8135 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8136 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8137 _lt_result=$?
8138 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8139 lt_cv_apple_cc_single_mod=yes
8140 else
8141 cat conftest.err >&5
8142 fi
8143 rm -rf libconftest.dylib*
8144 rm -f conftest.*
8145 fi
8146 fi
8147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8148 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8150 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8151 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8152 $as_echo_n "(cached) " >&6
8153 else
8154 lt_cv_ld_exported_symbols_list=no
8155 save_LDFLAGS=$LDFLAGS
8156 echo "_main" > conftest.sym
8157 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8159 /* end confdefs.h. */
8160
8161 int
8162 main ()
8163 {
8164
8165 ;
8166 return 0;
8167 }
8168 _ACEOF
8169 if ac_fn_c_try_link "$LINENO"; then :
8170 lt_cv_ld_exported_symbols_list=yes
8171 else
8172 lt_cv_ld_exported_symbols_list=no
8173 fi
8174 rm -f core conftest.err conftest.$ac_objext \
8175 conftest$ac_exeext conftest.$ac_ext
8176 LDFLAGS="$save_LDFLAGS"
8177
8178 fi
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8180 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8182 $as_echo_n "checking for -force_load linker flag... " >&6; }
8183 if test "${lt_cv_ld_force_load+set}" = set; then :
8184 $as_echo_n "(cached) " >&6
8185 else
8186 lt_cv_ld_force_load=no
8187 cat > conftest.c << _LT_EOF
8188 int forced_loaded() { return 2;}
8189 _LT_EOF
8190 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8191 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8192 echo "$AR cru libconftest.a conftest.o" >&5
8193 $AR cru libconftest.a conftest.o 2>&5
8194 cat > conftest.c << _LT_EOF
8195 int main() { return 0;}
8196 _LT_EOF
8197 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8198 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8199 _lt_result=$?
8200 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8201 lt_cv_ld_force_load=yes
8202 else
8203 cat conftest.err >&5
8204 fi
8205 rm -f conftest.err libconftest.a conftest conftest.c
8206 rm -rf conftest.dSYM
8207
8208 fi
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8210 $as_echo "$lt_cv_ld_force_load" >&6; }
8211 case $host_os in
8212 rhapsody* | darwin1.[012])
8213 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8214 darwin1.*)
8215 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8216 darwin*) # darwin 5.x on
8217 # if running on 10.5 or later, the deployment target defaults
8218 # to the OS version, if on x86, and 10.4, the deployment
8219 # target defaults to 10.4. Don't you love it?
8220 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8221 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8222 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8223 10.[012][,.]*)
8224 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8225 10.*)
8226 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8227 esac
8228 ;;
8229 esac
8230 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8231 _lt_dar_single_mod='$single_module'
8232 fi
8233 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8234 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8235 else
8236 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8237 fi
8238 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8239 _lt_dsymutil='~$DSYMUTIL $lib || :'
8240 else
8241 _lt_dsymutil=
8242 fi
8243 ;;
8244 esac
8245
8246 for ac_header in dlfcn.h
8247 do :
8248 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8249 "
8250 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8251 cat >>confdefs.h <<_ACEOF
8252 #define HAVE_DLFCN_H 1
8253 _ACEOF
8254
8255 fi
8256
8257 done
8258
8259
8260
8261 # autoconf.info says this should be called right after AC_INIT.
8262 ac_config_headers="$ac_config_headers config.h:config.in"
8263
8264
8265
8266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8267 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8268 if test "${ac_cv_c_bigendian+set}" = set; then :
8269 $as_echo_n "(cached) " >&6
8270 else
8271 ac_cv_c_bigendian=unknown
8272 # See if we're dealing with a universal compiler.
8273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8274 /* end confdefs.h. */
8275 #ifndef __APPLE_CC__
8276 not a universal capable compiler
8277 #endif
8278 typedef int dummy;
8279
8280 _ACEOF
8281 if ac_fn_c_try_compile "$LINENO"; then :
8282
8283 # Check for potential -arch flags. It is not universal unless
8284 # there are at least two -arch flags with different values.
8285 ac_arch=
8286 ac_prev=
8287 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8288 if test -n "$ac_prev"; then
8289 case $ac_word in
8290 i?86 | x86_64 | ppc | ppc64)
8291 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8292 ac_arch=$ac_word
8293 else
8294 ac_cv_c_bigendian=universal
8295 break
8296 fi
8297 ;;
8298 esac
8299 ac_prev=
8300 elif test "x$ac_word" = "x-arch"; then
8301 ac_prev=arch
8302 fi
8303 done
8304 fi
8305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8306 if test $ac_cv_c_bigendian = unknown; then
8307 # See if sys/param.h defines the BYTE_ORDER macro.
8308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8309 /* end confdefs.h. */
8310 #include <sys/types.h>
8311 #include <sys/param.h>
8312
8313 int
8314 main ()
8315 {
8316 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8317 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8318 && LITTLE_ENDIAN)
8319 bogus endian macros
8320 #endif
8321
8322 ;
8323 return 0;
8324 }
8325 _ACEOF
8326 if ac_fn_c_try_compile "$LINENO"; then :
8327 # It does; now see whether it defined to BIG_ENDIAN or not.
8328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8329 /* end confdefs.h. */
8330 #include <sys/types.h>
8331 #include <sys/param.h>
8332
8333 int
8334 main ()
8335 {
8336 #if BYTE_ORDER != BIG_ENDIAN
8337 not big endian
8338 #endif
8339
8340 ;
8341 return 0;
8342 }
8343 _ACEOF
8344 if ac_fn_c_try_compile "$LINENO"; then :
8345 ac_cv_c_bigendian=yes
8346 else
8347 ac_cv_c_bigendian=no
8348 fi
8349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8350 fi
8351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8352 fi
8353 if test $ac_cv_c_bigendian = unknown; then
8354 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8356 /* end confdefs.h. */
8357 #include <limits.h>
8358
8359 int
8360 main ()
8361 {
8362 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8363 bogus endian macros
8364 #endif
8365
8366 ;
8367 return 0;
8368 }
8369 _ACEOF
8370 if ac_fn_c_try_compile "$LINENO"; then :
8371 # It does; now see whether it defined to _BIG_ENDIAN or not.
8372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8373 /* end confdefs.h. */
8374 #include <limits.h>
8375
8376 int
8377 main ()
8378 {
8379 #ifndef _BIG_ENDIAN
8380 not big endian
8381 #endif
8382
8383 ;
8384 return 0;
8385 }
8386 _ACEOF
8387 if ac_fn_c_try_compile "$LINENO"; then :
8388 ac_cv_c_bigendian=yes
8389 else
8390 ac_cv_c_bigendian=no
8391 fi
8392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8393 fi
8394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8395 fi
8396 if test $ac_cv_c_bigendian = unknown; then
8397 # Compile a test program.
8398 if test "$cross_compiling" = yes; then :
8399 # Try to guess by grepping values from an object file.
8400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8401 /* end confdefs.h. */
8402 short int ascii_mm[] =
8403 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8404 short int ascii_ii[] =
8405 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8406 int use_ascii (int i) {
8407 return ascii_mm[i] + ascii_ii[i];
8408 }
8409 short int ebcdic_ii[] =
8410 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8411 short int ebcdic_mm[] =
8412 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8413 int use_ebcdic (int i) {
8414 return ebcdic_mm[i] + ebcdic_ii[i];
8415 }
8416 extern int foo;
8417
8418 int
8419 main ()
8420 {
8421 return use_ascii (foo) == use_ebcdic (foo);
8422 ;
8423 return 0;
8424 }
8425 _ACEOF
8426 if ac_fn_c_try_compile "$LINENO"; then :
8427 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8428 ac_cv_c_bigendian=yes
8429 fi
8430 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8431 if test "$ac_cv_c_bigendian" = unknown; then
8432 ac_cv_c_bigendian=no
8433 else
8434 # finding both strings is unlikely to happen, but who knows?
8435 ac_cv_c_bigendian=unknown
8436 fi
8437 fi
8438 fi
8439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8440 else
8441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8442 /* end confdefs.h. */
8443 $ac_includes_default
8444 int
8445 main ()
8446 {
8447
8448 /* Are we little or big endian? From Harbison&Steele. */
8449 union
8450 {
8451 long int l;
8452 char c[sizeof (long int)];
8453 } u;
8454 u.l = 1;
8455 return u.c[sizeof (long int) - 1] == 1;
8456
8457 ;
8458 return 0;
8459 }
8460 _ACEOF
8461 if ac_fn_c_try_run "$LINENO"; then :
8462 ac_cv_c_bigendian=no
8463 else
8464 ac_cv_c_bigendian=yes
8465 fi
8466 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8467 conftest.$ac_objext conftest.beam conftest.$ac_ext
8468 fi
8469
8470 fi
8471 fi
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8473 $as_echo "$ac_cv_c_bigendian" >&6; }
8474 case $ac_cv_c_bigendian in #(
8475 yes)
8476 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8477 ;; #(
8478 no)
8479 ;; #(
8480 universal)
8481
8482 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8483
8484 ;; #(
8485 *)
8486 as_fn_error "unknown endianness
8487 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8488 esac
8489
8490
8491
8492
8493 # Put a plausible default for CC_FOR_BUILD in Makefile.
8494 if test "x$cross_compiling" = "xno"; then
8495 CC_FOR_BUILD='$(CC)'
8496 else
8497 CC_FOR_BUILD=gcc
8498 fi
8499
8500
8501
8502
8503 AR=${AR-ar}
8504
8505 if test -n "$ac_tool_prefix"; then
8506 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8507 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8509 $as_echo_n "checking for $ac_word... " >&6; }
8510 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8511 $as_echo_n "(cached) " >&6
8512 else
8513 if test -n "$RANLIB"; then
8514 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8515 else
8516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8517 for as_dir in $PATH
8518 do
8519 IFS=$as_save_IFS
8520 test -z "$as_dir" && as_dir=.
8521 for ac_exec_ext in '' $ac_executable_extensions; do
8522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8523 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8525 break 2
8526 fi
8527 done
8528 done
8529 IFS=$as_save_IFS
8530
8531 fi
8532 fi
8533 RANLIB=$ac_cv_prog_RANLIB
8534 if test -n "$RANLIB"; then
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8536 $as_echo "$RANLIB" >&6; }
8537 else
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8539 $as_echo "no" >&6; }
8540 fi
8541
8542
8543 fi
8544 if test -z "$ac_cv_prog_RANLIB"; then
8545 ac_ct_RANLIB=$RANLIB
8546 # Extract the first word of "ranlib", so it can be a program name with args.
8547 set dummy ranlib; ac_word=$2
8548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8549 $as_echo_n "checking for $ac_word... " >&6; }
8550 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8551 $as_echo_n "(cached) " >&6
8552 else
8553 if test -n "$ac_ct_RANLIB"; then
8554 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8555 else
8556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8557 for as_dir in $PATH
8558 do
8559 IFS=$as_save_IFS
8560 test -z "$as_dir" && as_dir=.
8561 for ac_exec_ext in '' $ac_executable_extensions; do
8562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8563 ac_cv_prog_ac_ct_RANLIB="ranlib"
8564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8565 break 2
8566 fi
8567 done
8568 done
8569 IFS=$as_save_IFS
8570
8571 fi
8572 fi
8573 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8574 if test -n "$ac_ct_RANLIB"; then
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8576 $as_echo "$ac_ct_RANLIB" >&6; }
8577 else
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8579 $as_echo "no" >&6; }
8580 fi
8581
8582 if test "x$ac_ct_RANLIB" = x; then
8583 RANLIB=":"
8584 else
8585 case $cross_compiling:$ac_tool_warned in
8586 yes:)
8587 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8588 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8589 ac_tool_warned=yes ;;
8590 esac
8591 RANLIB=$ac_ct_RANLIB
8592 fi
8593 else
8594 RANLIB="$ac_cv_prog_RANLIB"
8595 fi
8596
8597
8598 # Some of the common include files depend on bfd.h, and bfd.h checks
8599 # that config.h is included first by testing that the PACKAGE macro
8600 # is defined.
8601 PACKAGE=sim
8602
8603 cat >>confdefs.h <<_ACEOF
8604 #define PACKAGE "$PACKAGE"
8605 _ACEOF
8606
8607
8608
8609 # Dependency checking.
8610 ac_config_commands="$ac_config_commands depdir"
8611
8612
8613 depcc="$CC" am_compiler_list=
8614
8615 am_depcomp=$ac_aux_dir/depcomp
8616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8617 $as_echo_n "checking dependency style of $depcc... " >&6; }
8618 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8619 $as_echo_n "(cached) " >&6
8620 else
8621 if test -f "$am_depcomp"; then
8622 # We make a subdir and do the tests there. Otherwise we can end up
8623 # making bogus files that we don't know about and never remove. For
8624 # instance it was reported that on HP-UX the gcc test will end up
8625 # making a dummy file named `D' -- because `-MD' means `put the output
8626 # in D'.
8627 mkdir conftest.dir
8628 # Copy depcomp to subdir because otherwise we won't find it if we're
8629 # using a relative directory.
8630 cp "$am_depcomp" conftest.dir
8631 cd conftest.dir
8632 # We will build objects and dependencies in a subdirectory because
8633 # it helps to detect inapplicable dependency modes. For instance
8634 # both Tru64's cc and ICC support -MD to output dependencies as a
8635 # side effect of compilation, but ICC will put the dependencies in
8636 # the current directory while Tru64 will put them in the object
8637 # directory.
8638 mkdir sub
8639
8640 am_cv_CC_dependencies_compiler_type=none
8641 if test "$am_compiler_list" = ""; then
8642 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8643 fi
8644 for depmode in $am_compiler_list; do
8645 if test $depmode = none; then break; fi
8646
8647 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8648 # Setup a source with many dependencies, because some compilers
8649 # like to wrap large dependency lists on column 80 (with \), and
8650 # we should not choose a depcomp mode which is confused by this.
8651 #
8652 # We need to recreate these files for each test, as the compiler may
8653 # overwrite some of them when testing with obscure command lines.
8654 # This happens at least with the AIX C compiler.
8655 : > sub/conftest.c
8656 for i in 1 2 3 4 5 6; do
8657 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8658 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8659 # Solaris 8's {/usr,}/bin/sh.
8660 touch sub/conftst$i.h
8661 done
8662 echo "include sub/conftest.Po" > confmf
8663
8664 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8665 # mode. It turns out that the SunPro C++ compiler does not properly
8666 # handle `-M -o', and we need to detect this.
8667 depcmd="depmode=$depmode \
8668 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8669 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8670 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8671 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8672 if env $depcmd > conftest.err 2>&1 &&
8673 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8674 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8675 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8676 # icc doesn't choke on unknown options, it will just issue warnings
8677 # or remarks (even with -Werror). So we grep stderr for any message
8678 # that says an option was ignored or not supported.
8679 # When given -MP, icc 7.0 and 7.1 complain thusly:
8680 # icc: Command line warning: ignoring option '-M'; no argument required
8681 # The diagnosis changed in icc 8.0:
8682 # icc: Command line remark: option '-MP' not supported
8683 if (grep 'ignoring option' conftest.err ||
8684 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8685 am_cv_CC_dependencies_compiler_type=$depmode
8686 $as_echo "$as_me:$LINENO: success" >&5
8687 break
8688 fi
8689 fi
8690 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8691 sed -e 's/^/| /' < conftest.err >&5
8692 done
8693
8694 cd ..
8695 rm -rf conftest.dir
8696 else
8697 am_cv_CC_dependencies_compiler_type=none
8698 fi
8699
8700 fi
8701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8702 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8703 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8704 then as_fn_error "no usable dependency style found" "$LINENO" 5
8705 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8706
8707 fi
8708
8709
8710 # Check for the 'make' the user wants to use.
8711 for ac_prog in make
8712 do
8713 # Extract the first word of "$ac_prog", so it can be a program name with args.
8714 set dummy $ac_prog; ac_word=$2
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8716 $as_echo_n "checking for $ac_word... " >&6; }
8717 if test "${ac_cv_prog_MAKE+set}" = set; then :
8718 $as_echo_n "(cached) " >&6
8719 else
8720 if test -n "$MAKE"; then
8721 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8722 else
8723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8724 for as_dir in $PATH
8725 do
8726 IFS=$as_save_IFS
8727 test -z "$as_dir" && as_dir=.
8728 for ac_exec_ext in '' $ac_executable_extensions; do
8729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8730 ac_cv_prog_MAKE="$ac_prog"
8731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8732 break 2
8733 fi
8734 done
8735 done
8736 IFS=$as_save_IFS
8737
8738 fi
8739 fi
8740 MAKE=$ac_cv_prog_MAKE
8741 if test -n "$MAKE"; then
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8743 $as_echo "$MAKE" >&6; }
8744 else
8745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8746 $as_echo "no" >&6; }
8747 fi
8748
8749
8750 test -n "$MAKE" && break
8751 done
8752
8753 MAKE_IS_GNU=
8754 case "`$MAKE --version 2>&1 | sed 1q`" in
8755 *GNU*)
8756 MAKE_IS_GNU=yes
8757 ;;
8758 esac
8759 if test "$MAKE_IS_GNU" = yes; then
8760 GMAKE_TRUE=
8761 GMAKE_FALSE='#'
8762 else
8763 GMAKE_TRUE='#'
8764 GMAKE_FALSE=
8765 fi
8766
8767
8768 ALL_LINGUAS=
8769 # If we haven't got the data from the intl directory,
8770 # assume NLS is disabled.
8771 USE_NLS=no
8772 LIBINTL=
8773 LIBINTL_DEP=
8774 INCINTL=
8775 XGETTEXT=
8776 GMSGFMT=
8777 POSUB=
8778
8779 if test -f ../../intl/config.intl; then
8780 . ../../intl/config.intl
8781 fi
8782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8783 $as_echo_n "checking whether NLS is requested... " >&6; }
8784 if test x"$USE_NLS" != xyes; then
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8786 $as_echo "no" >&6; }
8787 else
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8789 $as_echo "yes" >&6; }
8790
8791 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8792
8793
8794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8795 $as_echo_n "checking for catalogs to be installed... " >&6; }
8796 # Look for .po and .gmo files in the source directory.
8797 CATALOGS=
8798 XLINGUAS=
8799 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8800 # If there aren't any .gmo files the shell will give us the
8801 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8802 # weeded out.
8803 case "$cat" in *\**)
8804 continue;;
8805 esac
8806 # The quadruple backslash is collapsed to a double backslash
8807 # by the backticks, then collapsed again by the double quotes,
8808 # leaving us with one backslash in the sed expression (right
8809 # before the dot that mustn't act as a wildcard).
8810 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8811 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8812 # The user is allowed to set LINGUAS to a list of languages to
8813 # install catalogs for. If it's empty that means "all of them."
8814 if test "x$LINGUAS" = x; then
8815 CATALOGS="$CATALOGS $cat"
8816 XLINGUAS="$XLINGUAS $lang"
8817 else
8818 case "$LINGUAS" in *$lang*)
8819 CATALOGS="$CATALOGS $cat"
8820 XLINGUAS="$XLINGUAS $lang"
8821 ;;
8822 esac
8823 fi
8824 done
8825 LINGUAS="$XLINGUAS"
8826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8827 $as_echo "$LINGUAS" >&6; }
8828
8829
8830 DATADIRNAME=share
8831
8832 INSTOBJEXT=.mo
8833
8834 GENCAT=gencat
8835
8836 CATOBJEXT=.gmo
8837
8838 fi
8839
8840 # Check for common headers.
8841 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8842 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8843 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8844 do :
8845 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8846 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8847 eval as_val=\$$as_ac_Header
8848 if test "x$as_val" = x""yes; then :
8849 cat >>confdefs.h <<_ACEOF
8850 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8851 _ACEOF
8852
8853 fi
8854
8855 done
8856
8857 for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
8858 do :
8859 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8860 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8861 eval as_val=\$$as_ac_Header
8862 if test "x$as_val" = x""yes; then :
8863 cat >>confdefs.h <<_ACEOF
8864 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8865 _ACEOF
8866
8867 fi
8868
8869 done
8870
8871 for ac_header in fcntl.h fpu_control.h
8872 do :
8873 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8874 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8875 eval as_val=\$$as_ac_Header
8876 if test "x$as_val" = x""yes; then :
8877 cat >>confdefs.h <<_ACEOF
8878 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8879 _ACEOF
8880
8881 fi
8882
8883 done
8884
8885 for ac_header in dlfcn.h errno.h sys/stat.h
8886 do :
8887 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8888 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8889 eval as_val=\$$as_ac_Header
8890 if test "x$as_val" = x""yes; then :
8891 cat >>confdefs.h <<_ACEOF
8892 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8893 _ACEOF
8894
8895 fi
8896
8897 done
8898
8899 for ac_func in getrusage time sigaction __setfpucw
8900 do :
8901 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8902 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8903 eval as_val=\$$as_ac_var
8904 if test "x$as_val" = x""yes; then :
8905 cat >>confdefs.h <<_ACEOF
8906 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8907 _ACEOF
8908
8909 fi
8910 done
8911
8912 for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8913 do :
8914 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8915 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8916 eval as_val=\$$as_ac_var
8917 if test "x$as_val" = x""yes; then :
8918 cat >>confdefs.h <<_ACEOF
8919 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8920 _ACEOF
8921
8922 fi
8923 done
8924
8925 ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8926 #include <sys/types.h>
8927 #endif
8928 #ifdef HAVE_SYS_STAT_H
8929 #include <sys/stat.h>
8930 #endif
8931 "
8932 if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8933
8934 cat >>confdefs.h <<_ACEOF
8935 #define HAVE_STRUCT_STAT_ST_DEV 1
8936 _ACEOF
8937
8938
8939 fi
8940 ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8941 #include <sys/types.h>
8942 #endif
8943 #ifdef HAVE_SYS_STAT_H
8944 #include <sys/stat.h>
8945 #endif
8946 "
8947 if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8948
8949 cat >>confdefs.h <<_ACEOF
8950 #define HAVE_STRUCT_STAT_ST_INO 1
8951 _ACEOF
8952
8953
8954 fi
8955 ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8956 #include <sys/types.h>
8957 #endif
8958 #ifdef HAVE_SYS_STAT_H
8959 #include <sys/stat.h>
8960 #endif
8961 "
8962 if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8963
8964 cat >>confdefs.h <<_ACEOF
8965 #define HAVE_STRUCT_STAT_ST_MODE 1
8966 _ACEOF
8967
8968
8969 fi
8970 ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
8971 #include <sys/types.h>
8972 #endif
8973 #ifdef HAVE_SYS_STAT_H
8974 #include <sys/stat.h>
8975 #endif
8976 "
8977 if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
8978
8979 cat >>confdefs.h <<_ACEOF
8980 #define HAVE_STRUCT_STAT_ST_NLINK 1
8981 _ACEOF
8982
8983
8984 fi
8985 ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
8986 #include <sys/types.h>
8987 #endif
8988 #ifdef HAVE_SYS_STAT_H
8989 #include <sys/stat.h>
8990 #endif
8991 "
8992 if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
8993
8994 cat >>confdefs.h <<_ACEOF
8995 #define HAVE_STRUCT_STAT_ST_UID 1
8996 _ACEOF
8997
8998
8999 fi
9000 ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9001 #include <sys/types.h>
9002 #endif
9003 #ifdef HAVE_SYS_STAT_H
9004 #include <sys/stat.h>
9005 #endif
9006 "
9007 if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9008
9009 cat >>confdefs.h <<_ACEOF
9010 #define HAVE_STRUCT_STAT_ST_GID 1
9011 _ACEOF
9012
9013
9014 fi
9015 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9016 #include <sys/types.h>
9017 #endif
9018 #ifdef HAVE_SYS_STAT_H
9019 #include <sys/stat.h>
9020 #endif
9021 "
9022 if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9023
9024 cat >>confdefs.h <<_ACEOF
9025 #define HAVE_STRUCT_STAT_ST_RDEV 1
9026 _ACEOF
9027
9028
9029 fi
9030 ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9031 #include <sys/types.h>
9032 #endif
9033 #ifdef HAVE_SYS_STAT_H
9034 #include <sys/stat.h>
9035 #endif
9036 "
9037 if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9038
9039 cat >>confdefs.h <<_ACEOF
9040 #define HAVE_STRUCT_STAT_ST_SIZE 1
9041 _ACEOF
9042
9043
9044 fi
9045 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9046 #include <sys/types.h>
9047 #endif
9048 #ifdef HAVE_SYS_STAT_H
9049 #include <sys/stat.h>
9050 #endif
9051 "
9052 if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9053
9054 cat >>confdefs.h <<_ACEOF
9055 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9056 _ACEOF
9057
9058
9059 fi
9060 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9061 #include <sys/types.h>
9062 #endif
9063 #ifdef HAVE_SYS_STAT_H
9064 #include <sys/stat.h>
9065 #endif
9066 "
9067 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9068
9069 cat >>confdefs.h <<_ACEOF
9070 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9071 _ACEOF
9072
9073
9074 fi
9075 ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9076 #include <sys/types.h>
9077 #endif
9078 #ifdef HAVE_SYS_STAT_H
9079 #include <sys/stat.h>
9080 #endif
9081 "
9082 if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9083
9084 cat >>confdefs.h <<_ACEOF
9085 #define HAVE_STRUCT_STAT_ST_ATIME 1
9086 _ACEOF
9087
9088
9089 fi
9090 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9091 #include <sys/types.h>
9092 #endif
9093 #ifdef HAVE_SYS_STAT_H
9094 #include <sys/stat.h>
9095 #endif
9096 "
9097 if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9098
9099 cat >>confdefs.h <<_ACEOF
9100 #define HAVE_STRUCT_STAT_ST_MTIME 1
9101 _ACEOF
9102
9103
9104 fi
9105 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9106 #include <sys/types.h>
9107 #endif
9108 #ifdef HAVE_SYS_STAT_H
9109 #include <sys/stat.h>
9110 #endif
9111 "
9112 if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9113
9114 cat >>confdefs.h <<_ACEOF
9115 #define HAVE_STRUCT_STAT_ST_CTIME 1
9116 _ACEOF
9117
9118
9119 fi
9120
9121 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9122 #include <sys/socket.h>
9123
9124 "
9125 if test "x$ac_cv_type_socklen_t" = x""yes; then :
9126
9127 cat >>confdefs.h <<_ACEOF
9128 #define HAVE_SOCKLEN_T 1
9129 _ACEOF
9130
9131
9132 fi
9133
9134
9135 # Check for socket libraries
9136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9137 $as_echo_n "checking for bind in -lsocket... " >&6; }
9138 if test "${ac_cv_lib_socket_bind+set}" = set; then :
9139 $as_echo_n "(cached) " >&6
9140 else
9141 ac_check_lib_save_LIBS=$LIBS
9142 LIBS="-lsocket $LIBS"
9143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9144 /* end confdefs.h. */
9145
9146 /* Override any GCC internal prototype to avoid an error.
9147 Use char because int might match the return type of a GCC
9148 builtin and then its argument prototype would still apply. */
9149 #ifdef __cplusplus
9150 extern "C"
9151 #endif
9152 char bind ();
9153 int
9154 main ()
9155 {
9156 return bind ();
9157 ;
9158 return 0;
9159 }
9160 _ACEOF
9161 if ac_fn_c_try_link "$LINENO"; then :
9162 ac_cv_lib_socket_bind=yes
9163 else
9164 ac_cv_lib_socket_bind=no
9165 fi
9166 rm -f core conftest.err conftest.$ac_objext \
9167 conftest$ac_exeext conftest.$ac_ext
9168 LIBS=$ac_check_lib_save_LIBS
9169 fi
9170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9171 $as_echo "$ac_cv_lib_socket_bind" >&6; }
9172 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9173 cat >>confdefs.h <<_ACEOF
9174 #define HAVE_LIBSOCKET 1
9175 _ACEOF
9176
9177 LIBS="-lsocket $LIBS"
9178
9179 fi
9180
9181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9182 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9183 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9184 $as_echo_n "(cached) " >&6
9185 else
9186 ac_check_lib_save_LIBS=$LIBS
9187 LIBS="-lnsl $LIBS"
9188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9189 /* end confdefs.h. */
9190
9191 /* Override any GCC internal prototype to avoid an error.
9192 Use char because int might match the return type of a GCC
9193 builtin and then its argument prototype would still apply. */
9194 #ifdef __cplusplus
9195 extern "C"
9196 #endif
9197 char gethostbyname ();
9198 int
9199 main ()
9200 {
9201 return gethostbyname ();
9202 ;
9203 return 0;
9204 }
9205 _ACEOF
9206 if ac_fn_c_try_link "$LINENO"; then :
9207 ac_cv_lib_nsl_gethostbyname=yes
9208 else
9209 ac_cv_lib_nsl_gethostbyname=no
9210 fi
9211 rm -f core conftest.err conftest.$ac_objext \
9212 conftest$ac_exeext conftest.$ac_ext
9213 LIBS=$ac_check_lib_save_LIBS
9214 fi
9215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9216 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9217 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9218 cat >>confdefs.h <<_ACEOF
9219 #define HAVE_LIBNSL 1
9220 _ACEOF
9221
9222 LIBS="-lnsl $LIBS"
9223
9224 fi
9225
9226
9227 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
9228 # using the same condition.
9229
9230 # Use the system's zlib library.
9231 zlibdir="-L\$(top_builddir)/../zlib"
9232 zlibinc="-I\$(top_srcdir)/../zlib"
9233
9234 # Check whether --with-system-zlib was given.
9235 if test "${with_system_zlib+set}" = set; then :
9236 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9237 zlibdir=
9238 zlibinc=
9239 fi
9240
9241 fi
9242
9243
9244
9245
9246
9247 # BFD uses libdl when when plugins enabled.
9248
9249 maybe_plugins=no
9250 for ac_header in dlfcn.h
9251 do :
9252 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9253 "
9254 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9255 cat >>confdefs.h <<_ACEOF
9256 #define HAVE_DLFCN_H 1
9257 _ACEOF
9258 maybe_plugins=yes
9259 fi
9260
9261 done
9262
9263 for ac_header in windows.h
9264 do :
9265 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9266 "
9267 if test "x$ac_cv_header_windows_h" = x""yes; then :
9268 cat >>confdefs.h <<_ACEOF
9269 #define HAVE_WINDOWS_H 1
9270 _ACEOF
9271 maybe_plugins=yes
9272 fi
9273
9274 done
9275
9276
9277 # Check whether --enable-plugins was given.
9278 if test "${enable_plugins+set}" = set; then :
9279 enableval=$enable_plugins; case "${enableval}" in
9280 no) plugins=no ;;
9281 *) plugins=yes
9282 if test "$maybe_plugins" != "yes" ; then
9283 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9284 fi ;;
9285 esac
9286 else
9287 plugins=$maybe_plugins
9288
9289 fi
9290
9291 if test "$plugins" = "yes"; then
9292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9293 $as_echo_n "checking for library containing dlopen... " >&6; }
9294 if test "${ac_cv_search_dlopen+set}" = set; then :
9295 $as_echo_n "(cached) " >&6
9296 else
9297 ac_func_search_save_LIBS=$LIBS
9298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9299 /* end confdefs.h. */
9300
9301 /* Override any GCC internal prototype to avoid an error.
9302 Use char because int might match the return type of a GCC
9303 builtin and then its argument prototype would still apply. */
9304 #ifdef __cplusplus
9305 extern "C"
9306 #endif
9307 char dlopen ();
9308 int
9309 main ()
9310 {
9311 return dlopen ();
9312 ;
9313 return 0;
9314 }
9315 _ACEOF
9316 for ac_lib in '' dl; do
9317 if test -z "$ac_lib"; then
9318 ac_res="none required"
9319 else
9320 ac_res=-l$ac_lib
9321 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9322 fi
9323 if ac_fn_c_try_link "$LINENO"; then :
9324 ac_cv_search_dlopen=$ac_res
9325 fi
9326 rm -f core conftest.err conftest.$ac_objext \
9327 conftest$ac_exeext
9328 if test "${ac_cv_search_dlopen+set}" = set; then :
9329 break
9330 fi
9331 done
9332 if test "${ac_cv_search_dlopen+set}" = set; then :
9333
9334 else
9335 ac_cv_search_dlopen=no
9336 fi
9337 rm conftest.$ac_ext
9338 LIBS=$ac_func_search_save_LIBS
9339 fi
9340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9341 $as_echo "$ac_cv_search_dlopen" >&6; }
9342 ac_res=$ac_cv_search_dlopen
9343 if test "$ac_res" != no; then :
9344 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9345
9346 fi
9347
9348 fi
9349
9350 if test "$plugins" = yes; then
9351 PLUGINS_TRUE=
9352 PLUGINS_FALSE='#'
9353 else
9354 PLUGINS_TRUE='#'
9355 PLUGINS_FALSE=
9356 fi
9357
9358
9359
9360
9361
9362 # Set options
9363 enable_dlopen=yes
9364
9365
9366
9367
9368 enable_win32_dll=no
9369
9370
9371 # Check whether --enable-shared was given.
9372 if test "${enable_shared+set}" = set; then :
9373 enableval=$enable_shared; p=${PACKAGE-default}
9374 case $enableval in
9375 yes) enable_shared=yes ;;
9376 no) enable_shared=no ;;
9377 *)
9378 enable_shared=no
9379 # Look at the argument we got. We use all the common list separators.
9380 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9381 for pkg in $enableval; do
9382 IFS="$lt_save_ifs"
9383 if test "X$pkg" = "X$p"; then
9384 enable_shared=yes
9385 fi
9386 done
9387 IFS="$lt_save_ifs"
9388 ;;
9389 esac
9390 else
9391 enable_shared=yes
9392 fi
9393
9394
9395
9396
9397
9398
9399
9400
9401
9402 # Check whether --enable-static was given.
9403 if test "${enable_static+set}" = set; then :
9404 enableval=$enable_static; p=${PACKAGE-default}
9405 case $enableval in
9406 yes) enable_static=yes ;;
9407 no) enable_static=no ;;
9408 *)
9409 enable_static=no
9410 # Look at the argument we got. We use all the common list separators.
9411 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9412 for pkg in $enableval; do
9413 IFS="$lt_save_ifs"
9414 if test "X$pkg" = "X$p"; then
9415 enable_static=yes
9416 fi
9417 done
9418 IFS="$lt_save_ifs"
9419 ;;
9420 esac
9421 else
9422 enable_static=yes
9423 fi
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434 # Check whether --with-pic was given.
9435 if test "${with_pic+set}" = set; then :
9436 withval=$with_pic; pic_mode="$withval"
9437 else
9438 pic_mode=default
9439 fi
9440
9441
9442 test -z "$pic_mode" && pic_mode=default
9443
9444
9445
9446
9447
9448
9449
9450 # Check whether --enable-fast-install was given.
9451 if test "${enable_fast_install+set}" = set; then :
9452 enableval=$enable_fast_install; p=${PACKAGE-default}
9453 case $enableval in
9454 yes) enable_fast_install=yes ;;
9455 no) enable_fast_install=no ;;
9456 *)
9457 enable_fast_install=no
9458 # Look at the argument we got. We use all the common list separators.
9459 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9460 for pkg in $enableval; do
9461 IFS="$lt_save_ifs"
9462 if test "X$pkg" = "X$p"; then
9463 enable_fast_install=yes
9464 fi
9465 done
9466 IFS="$lt_save_ifs"
9467 ;;
9468 esac
9469 else
9470 enable_fast_install=yes
9471 fi
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483 # This can be used to rebuild libtool when needed
9484 LIBTOOL_DEPS="$ltmain"
9485
9486 # Always use our own libtool.
9487 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514 test -z "$LN_S" && LN_S="ln -s"
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529 if test -n "${ZSH_VERSION+set}" ; then
9530 setopt NO_GLOB_SUBST
9531 fi
9532
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9534 $as_echo_n "checking for objdir... " >&6; }
9535 if test "${lt_cv_objdir+set}" = set; then :
9536 $as_echo_n "(cached) " >&6
9537 else
9538 rm -f .libs 2>/dev/null
9539 mkdir .libs 2>/dev/null
9540 if test -d .libs; then
9541 lt_cv_objdir=.libs
9542 else
9543 # MS-DOS does not allow filenames that begin with a dot.
9544 lt_cv_objdir=_libs
9545 fi
9546 rmdir .libs 2>/dev/null
9547 fi
9548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9549 $as_echo "$lt_cv_objdir" >&6; }
9550 objdir=$lt_cv_objdir
9551
9552
9553
9554
9555
9556 cat >>confdefs.h <<_ACEOF
9557 #define LT_OBJDIR "$lt_cv_objdir/"
9558 _ACEOF
9559
9560
9561
9562
9563 case $host_os in
9564 aix3*)
9565 # AIX sometimes has problems with the GCC collect2 program. For some
9566 # reason, if we set the COLLECT_NAMES environment variable, the problems
9567 # vanish in a puff of smoke.
9568 if test "X${COLLECT_NAMES+set}" != Xset; then
9569 COLLECT_NAMES=
9570 export COLLECT_NAMES
9571 fi
9572 ;;
9573 esac
9574
9575 # Global variables:
9576 ofile=libtool
9577 can_build_shared=yes
9578
9579 # All known linkers require a `.a' archive for static linking (except MSVC,
9580 # which needs '.lib').
9581 libext=a
9582
9583 with_gnu_ld="$lt_cv_prog_gnu_ld"
9584
9585 old_CC="$CC"
9586 old_CFLAGS="$CFLAGS"
9587
9588 # Set sane defaults for various variables
9589 test -z "$CC" && CC=cc
9590 test -z "$LTCC" && LTCC=$CC
9591 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9592 test -z "$LD" && LD=ld
9593 test -z "$ac_objext" && ac_objext=o
9594
9595 for cc_temp in $compiler""; do
9596 case $cc_temp in
9597 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9598 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9599 \-*) ;;
9600 *) break;;
9601 esac
9602 done
9603 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9604
9605
9606 # Only perform the check for file, if the check method requires it
9607 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9608 case $deplibs_check_method in
9609 file_magic*)
9610 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9612 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9613 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9614 $as_echo_n "(cached) " >&6
9615 else
9616 case $MAGIC_CMD in
9617 [\\/*] | ?:[\\/]*)
9618 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9619 ;;
9620 *)
9621 lt_save_MAGIC_CMD="$MAGIC_CMD"
9622 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9623 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9624 for ac_dir in $ac_dummy; do
9625 IFS="$lt_save_ifs"
9626 test -z "$ac_dir" && ac_dir=.
9627 if test -f $ac_dir/${ac_tool_prefix}file; then
9628 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9629 if test -n "$file_magic_test_file"; then
9630 case $deplibs_check_method in
9631 "file_magic "*)
9632 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9633 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9634 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9635 $EGREP "$file_magic_regex" > /dev/null; then
9636 :
9637 else
9638 cat <<_LT_EOF 1>&2
9639
9640 *** Warning: the command libtool uses to detect shared libraries,
9641 *** $file_magic_cmd, produces output that libtool cannot recognize.
9642 *** The result is that libtool may fail to recognize shared libraries
9643 *** as such. This will affect the creation of libtool libraries that
9644 *** depend on shared libraries, but programs linked with such libtool
9645 *** libraries will work regardless of this problem. Nevertheless, you
9646 *** may want to report the problem to your system manager and/or to
9647 *** bug-libtool@gnu.org
9648
9649 _LT_EOF
9650 fi ;;
9651 esac
9652 fi
9653 break
9654 fi
9655 done
9656 IFS="$lt_save_ifs"
9657 MAGIC_CMD="$lt_save_MAGIC_CMD"
9658 ;;
9659 esac
9660 fi
9661
9662 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9663 if test -n "$MAGIC_CMD"; then
9664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9665 $as_echo "$MAGIC_CMD" >&6; }
9666 else
9667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9668 $as_echo "no" >&6; }
9669 fi
9670
9671
9672
9673
9674
9675 if test -z "$lt_cv_path_MAGIC_CMD"; then
9676 if test -n "$ac_tool_prefix"; then
9677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9678 $as_echo_n "checking for file... " >&6; }
9679 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9680 $as_echo_n "(cached) " >&6
9681 else
9682 case $MAGIC_CMD in
9683 [\\/*] | ?:[\\/]*)
9684 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9685 ;;
9686 *)
9687 lt_save_MAGIC_CMD="$MAGIC_CMD"
9688 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9689 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9690 for ac_dir in $ac_dummy; do
9691 IFS="$lt_save_ifs"
9692 test -z "$ac_dir" && ac_dir=.
9693 if test -f $ac_dir/file; then
9694 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9695 if test -n "$file_magic_test_file"; then
9696 case $deplibs_check_method in
9697 "file_magic "*)
9698 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9699 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9700 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9701 $EGREP "$file_magic_regex" > /dev/null; then
9702 :
9703 else
9704 cat <<_LT_EOF 1>&2
9705
9706 *** Warning: the command libtool uses to detect shared libraries,
9707 *** $file_magic_cmd, produces output that libtool cannot recognize.
9708 *** The result is that libtool may fail to recognize shared libraries
9709 *** as such. This will affect the creation of libtool libraries that
9710 *** depend on shared libraries, but programs linked with such libtool
9711 *** libraries will work regardless of this problem. Nevertheless, you
9712 *** may want to report the problem to your system manager and/or to
9713 *** bug-libtool@gnu.org
9714
9715 _LT_EOF
9716 fi ;;
9717 esac
9718 fi
9719 break
9720 fi
9721 done
9722 IFS="$lt_save_ifs"
9723 MAGIC_CMD="$lt_save_MAGIC_CMD"
9724 ;;
9725 esac
9726 fi
9727
9728 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9729 if test -n "$MAGIC_CMD"; then
9730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9731 $as_echo "$MAGIC_CMD" >&6; }
9732 else
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9734 $as_echo "no" >&6; }
9735 fi
9736
9737
9738 else
9739 MAGIC_CMD=:
9740 fi
9741 fi
9742
9743 fi
9744 ;;
9745 esac
9746
9747 # Use C for the default configuration in the libtool script
9748
9749 lt_save_CC="$CC"
9750 ac_ext=c
9751 ac_cpp='$CPP $CPPFLAGS'
9752 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9753 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9754 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9755
9756
9757 # Source file extension for C test sources.
9758 ac_ext=c
9759
9760 # Object file extension for compiled C test sources.
9761 objext=o
9762 objext=$objext
9763
9764 # Code to be used in simple compile tests
9765 lt_simple_compile_test_code="int some_variable = 0;"
9766
9767 # Code to be used in simple link tests
9768 lt_simple_link_test_code='int main(){return(0);}'
9769
9770
9771
9772
9773
9774
9775
9776 # If no C compiler was specified, use CC.
9777 LTCC=${LTCC-"$CC"}
9778
9779 # If no C compiler flags were specified, use CFLAGS.
9780 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9781
9782 # Allow CC to be a program name with arguments.
9783 compiler=$CC
9784
9785 # Save the default compiler, since it gets overwritten when the other
9786 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9787 compiler_DEFAULT=$CC
9788
9789 # save warnings/boilerplate of simple test code
9790 ac_outfile=conftest.$ac_objext
9791 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9792 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9793 _lt_compiler_boilerplate=`cat conftest.err`
9794 $RM conftest*
9795
9796 ac_outfile=conftest.$ac_objext
9797 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9798 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9799 _lt_linker_boilerplate=`cat conftest.err`
9800 $RM -r conftest*
9801
9802
9803 ## CAVEAT EMPTOR:
9804 ## There is no encapsulation within the following macros, do not change
9805 ## the running order or otherwise move them around unless you know exactly
9806 ## what you are doing...
9807 if test -n "$compiler"; then
9808
9809 lt_prog_compiler_no_builtin_flag=
9810
9811 if test "$GCC" = yes; then
9812 case $cc_basename in
9813 nvcc*)
9814 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9815 *)
9816 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9817 esac
9818
9819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9820 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9821 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9822 $as_echo_n "(cached) " >&6
9823 else
9824 lt_cv_prog_compiler_rtti_exceptions=no
9825 ac_outfile=conftest.$ac_objext
9826 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9827 lt_compiler_flag="-fno-rtti -fno-exceptions"
9828 # Insert the option either (1) after the last *FLAGS variable, or
9829 # (2) before a word containing "conftest.", or (3) at the end.
9830 # Note that $ac_compile itself does not contain backslashes and begins
9831 # with a dollar sign (not a hyphen), so the echo should work correctly.
9832 # The option is referenced via a variable to avoid confusing sed.
9833 lt_compile=`echo "$ac_compile" | $SED \
9834 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9835 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9836 -e 's:$: $lt_compiler_flag:'`
9837 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9838 (eval "$lt_compile" 2>conftest.err)
9839 ac_status=$?
9840 cat conftest.err >&5
9841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9842 if (exit $ac_status) && test -s "$ac_outfile"; then
9843 # The compiler can only warn and ignore the option if not recognized
9844 # So say no if there are warnings other than the usual output.
9845 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9846 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9847 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9848 lt_cv_prog_compiler_rtti_exceptions=yes
9849 fi
9850 fi
9851 $RM conftest*
9852
9853 fi
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9855 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9856
9857 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9858 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9859 else
9860 :
9861 fi
9862
9863 fi
9864
9865
9866
9867
9868
9869
9870 lt_prog_compiler_wl=
9871 lt_prog_compiler_pic=
9872 lt_prog_compiler_static=
9873
9874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9875 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9876
9877 if test "$GCC" = yes; then
9878 lt_prog_compiler_wl='-Wl,'
9879 lt_prog_compiler_static='-static'
9880
9881 case $host_os in
9882 aix*)
9883 # All AIX code is PIC.
9884 if test "$host_cpu" = ia64; then
9885 # AIX 5 now supports IA64 processor
9886 lt_prog_compiler_static='-Bstatic'
9887 fi
9888 lt_prog_compiler_pic='-fPIC'
9889 ;;
9890
9891 amigaos*)
9892 case $host_cpu in
9893 powerpc)
9894 # see comment about AmigaOS4 .so support
9895 lt_prog_compiler_pic='-fPIC'
9896 ;;
9897 m68k)
9898 # FIXME: we need at least 68020 code to build shared libraries, but
9899 # adding the `-m68020' flag to GCC prevents building anything better,
9900 # like `-m68040'.
9901 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9902 ;;
9903 esac
9904 ;;
9905
9906 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9907 # PIC is the default for these OSes.
9908 ;;
9909
9910 mingw* | cygwin* | pw32* | os2* | cegcc*)
9911 # This hack is so that the source file can tell whether it is being
9912 # built for inclusion in a dll (and should export symbols for example).
9913 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9914 # (--disable-auto-import) libraries
9915 lt_prog_compiler_pic='-DDLL_EXPORT'
9916 ;;
9917
9918 darwin* | rhapsody*)
9919 # PIC is the default on this platform
9920 # Common symbols not allowed in MH_DYLIB files
9921 lt_prog_compiler_pic='-fno-common'
9922 ;;
9923
9924 haiku*)
9925 # PIC is the default for Haiku.
9926 # The "-static" flag exists, but is broken.
9927 lt_prog_compiler_static=
9928 ;;
9929
9930 hpux*)
9931 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9932 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9933 # sets the default TLS model and affects inlining.
9934 case $host_cpu in
9935 hppa*64*)
9936 # +Z the default
9937 ;;
9938 *)
9939 lt_prog_compiler_pic='-fPIC'
9940 ;;
9941 esac
9942 ;;
9943
9944 interix[3-9]*)
9945 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9946 # Instead, we relocate shared libraries at runtime.
9947 ;;
9948
9949 msdosdjgpp*)
9950 # Just because we use GCC doesn't mean we suddenly get shared libraries
9951 # on systems that don't support them.
9952 lt_prog_compiler_can_build_shared=no
9953 enable_shared=no
9954 ;;
9955
9956 *nto* | *qnx*)
9957 # QNX uses GNU C++, but need to define -shared option too, otherwise
9958 # it will coredump.
9959 lt_prog_compiler_pic='-fPIC -shared'
9960 ;;
9961
9962 sysv4*MP*)
9963 if test -d /usr/nec; then
9964 lt_prog_compiler_pic=-Kconform_pic
9965 fi
9966 ;;
9967
9968 *)
9969 lt_prog_compiler_pic='-fPIC'
9970 ;;
9971 esac
9972
9973 case $cc_basename in
9974 nvcc*) # Cuda Compiler Driver 2.2
9975 lt_prog_compiler_wl='-Xlinker '
9976 lt_prog_compiler_pic='-Xcompiler -fPIC'
9977 ;;
9978 esac
9979 else
9980 # PORTME Check for flag to pass linker flags through the system compiler.
9981 case $host_os in
9982 aix*)
9983 lt_prog_compiler_wl='-Wl,'
9984 if test "$host_cpu" = ia64; then
9985 # AIX 5 now supports IA64 processor
9986 lt_prog_compiler_static='-Bstatic'
9987 else
9988 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9989 fi
9990 ;;
9991
9992 mingw* | cygwin* | pw32* | os2* | cegcc*)
9993 # This hack is so that the source file can tell whether it is being
9994 # built for inclusion in a dll (and should export symbols for example).
9995 lt_prog_compiler_pic='-DDLL_EXPORT'
9996 ;;
9997
9998 hpux9* | hpux10* | hpux11*)
9999 lt_prog_compiler_wl='-Wl,'
10000 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10001 # not for PA HP-UX.
10002 case $host_cpu in
10003 hppa*64*|ia64*)
10004 # +Z the default
10005 ;;
10006 *)
10007 lt_prog_compiler_pic='+Z'
10008 ;;
10009 esac
10010 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10011 lt_prog_compiler_static='${wl}-a ${wl}archive'
10012 ;;
10013
10014 irix5* | irix6* | nonstopux*)
10015 lt_prog_compiler_wl='-Wl,'
10016 # PIC (with -KPIC) is the default.
10017 lt_prog_compiler_static='-non_shared'
10018 ;;
10019
10020 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10021 case $cc_basename in
10022 # old Intel for x86_64 which still supported -KPIC.
10023 ecc*)
10024 lt_prog_compiler_wl='-Wl,'
10025 lt_prog_compiler_pic='-KPIC'
10026 lt_prog_compiler_static='-static'
10027 ;;
10028 # icc used to be incompatible with GCC.
10029 # ICC 10 doesn't accept -KPIC any more.
10030 icc* | ifort*)
10031 lt_prog_compiler_wl='-Wl,'
10032 lt_prog_compiler_pic='-fPIC'
10033 lt_prog_compiler_static='-static'
10034 ;;
10035 # Lahey Fortran 8.1.
10036 lf95*)
10037 lt_prog_compiler_wl='-Wl,'
10038 lt_prog_compiler_pic='--shared'
10039 lt_prog_compiler_static='--static'
10040 ;;
10041 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10042 # Portland Group compilers (*not* the Pentium gcc compiler,
10043 # which looks to be a dead project)
10044 lt_prog_compiler_wl='-Wl,'
10045 lt_prog_compiler_pic='-fpic'
10046 lt_prog_compiler_static='-Bstatic'
10047 ;;
10048 ccc*)
10049 lt_prog_compiler_wl='-Wl,'
10050 # All Alpha code is PIC.
10051 lt_prog_compiler_static='-non_shared'
10052 ;;
10053 xl* | bgxl* | bgf* | mpixl*)
10054 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10055 lt_prog_compiler_wl='-Wl,'
10056 lt_prog_compiler_pic='-qpic'
10057 lt_prog_compiler_static='-qstaticlink'
10058 ;;
10059 *)
10060 case `$CC -V 2>&1 | sed 5q` in
10061 *Sun\ F* | *Sun*Fortran*)
10062 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10063 lt_prog_compiler_pic='-KPIC'
10064 lt_prog_compiler_static='-Bstatic'
10065 lt_prog_compiler_wl=''
10066 ;;
10067 *Sun\ C*)
10068 # Sun C 5.9
10069 lt_prog_compiler_pic='-KPIC'
10070 lt_prog_compiler_static='-Bstatic'
10071 lt_prog_compiler_wl='-Wl,'
10072 ;;
10073 esac
10074 ;;
10075 esac
10076 ;;
10077
10078 newsos6)
10079 lt_prog_compiler_pic='-KPIC'
10080 lt_prog_compiler_static='-Bstatic'
10081 ;;
10082
10083 *nto* | *qnx*)
10084 # QNX uses GNU C++, but need to define -shared option too, otherwise
10085 # it will coredump.
10086 lt_prog_compiler_pic='-fPIC -shared'
10087 ;;
10088
10089 osf3* | osf4* | osf5*)
10090 lt_prog_compiler_wl='-Wl,'
10091 # All OSF/1 code is PIC.
10092 lt_prog_compiler_static='-non_shared'
10093 ;;
10094
10095 rdos*)
10096 lt_prog_compiler_static='-non_shared'
10097 ;;
10098
10099 solaris*)
10100 lt_prog_compiler_pic='-KPIC'
10101 lt_prog_compiler_static='-Bstatic'
10102 case $cc_basename in
10103 f77* | f90* | f95*)
10104 lt_prog_compiler_wl='-Qoption ld ';;
10105 *)
10106 lt_prog_compiler_wl='-Wl,';;
10107 esac
10108 ;;
10109
10110 sunos4*)
10111 lt_prog_compiler_wl='-Qoption ld '
10112 lt_prog_compiler_pic='-PIC'
10113 lt_prog_compiler_static='-Bstatic'
10114 ;;
10115
10116 sysv4 | sysv4.2uw2* | sysv4.3*)
10117 lt_prog_compiler_wl='-Wl,'
10118 lt_prog_compiler_pic='-KPIC'
10119 lt_prog_compiler_static='-Bstatic'
10120 ;;
10121
10122 sysv4*MP*)
10123 if test -d /usr/nec ;then
10124 lt_prog_compiler_pic='-Kconform_pic'
10125 lt_prog_compiler_static='-Bstatic'
10126 fi
10127 ;;
10128
10129 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10130 lt_prog_compiler_wl='-Wl,'
10131 lt_prog_compiler_pic='-KPIC'
10132 lt_prog_compiler_static='-Bstatic'
10133 ;;
10134
10135 unicos*)
10136 lt_prog_compiler_wl='-Wl,'
10137 lt_prog_compiler_can_build_shared=no
10138 ;;
10139
10140 uts4*)
10141 lt_prog_compiler_pic='-pic'
10142 lt_prog_compiler_static='-Bstatic'
10143 ;;
10144
10145 *)
10146 lt_prog_compiler_can_build_shared=no
10147 ;;
10148 esac
10149 fi
10150
10151 case $host_os in
10152 # For platforms which do not support PIC, -DPIC is meaningless:
10153 *djgpp*)
10154 lt_prog_compiler_pic=
10155 ;;
10156 *)
10157 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10158 ;;
10159 esac
10160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10161 $as_echo "$lt_prog_compiler_pic" >&6; }
10162
10163
10164
10165
10166
10167
10168 #
10169 # Check to make sure the PIC flag actually works.
10170 #
10171 if test -n "$lt_prog_compiler_pic"; then
10172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10173 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10174 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10175 $as_echo_n "(cached) " >&6
10176 else
10177 lt_cv_prog_compiler_pic_works=no
10178 ac_outfile=conftest.$ac_objext
10179 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10180 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10181 # Insert the option either (1) after the last *FLAGS variable, or
10182 # (2) before a word containing "conftest.", or (3) at the end.
10183 # Note that $ac_compile itself does not contain backslashes and begins
10184 # with a dollar sign (not a hyphen), so the echo should work correctly.
10185 # The option is referenced via a variable to avoid confusing sed.
10186 lt_compile=`echo "$ac_compile" | $SED \
10187 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10188 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10189 -e 's:$: $lt_compiler_flag:'`
10190 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10191 (eval "$lt_compile" 2>conftest.err)
10192 ac_status=$?
10193 cat conftest.err >&5
10194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10195 if (exit $ac_status) && test -s "$ac_outfile"; then
10196 # The compiler can only warn and ignore the option if not recognized
10197 # So say no if there are warnings other than the usual output.
10198 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10199 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10200 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10201 lt_cv_prog_compiler_pic_works=yes
10202 fi
10203 fi
10204 $RM conftest*
10205
10206 fi
10207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10208 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10209
10210 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10211 case $lt_prog_compiler_pic in
10212 "" | " "*) ;;
10213 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10214 esac
10215 else
10216 lt_prog_compiler_pic=
10217 lt_prog_compiler_can_build_shared=no
10218 fi
10219
10220 fi
10221
10222
10223
10224
10225
10226
10227 #
10228 # Check to make sure the static flag actually works.
10229 #
10230 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10232 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10233 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
10234 $as_echo_n "(cached) " >&6
10235 else
10236 lt_cv_prog_compiler_static_works=no
10237 save_LDFLAGS="$LDFLAGS"
10238 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10239 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10240 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10241 # The linker can only warn and ignore the option if not recognized
10242 # So say no if there are warnings
10243 if test -s conftest.err; then
10244 # Append any errors to the config.log.
10245 cat conftest.err 1>&5
10246 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10247 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10248 if diff conftest.exp conftest.er2 >/dev/null; then
10249 lt_cv_prog_compiler_static_works=yes
10250 fi
10251 else
10252 lt_cv_prog_compiler_static_works=yes
10253 fi
10254 fi
10255 $RM -r conftest*
10256 LDFLAGS="$save_LDFLAGS"
10257
10258 fi
10259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10260 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10261
10262 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10263 :
10264 else
10265 lt_prog_compiler_static=
10266 fi
10267
10268
10269
10270
10271
10272
10273
10274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10275 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10276 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10277 $as_echo_n "(cached) " >&6
10278 else
10279 lt_cv_prog_compiler_c_o=no
10280 $RM -r conftest 2>/dev/null
10281 mkdir conftest
10282 cd conftest
10283 mkdir out
10284 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10285
10286 lt_compiler_flag="-o out/conftest2.$ac_objext"
10287 # Insert the option either (1) after the last *FLAGS variable, or
10288 # (2) before a word containing "conftest.", or (3) at the end.
10289 # Note that $ac_compile itself does not contain backslashes and begins
10290 # with a dollar sign (not a hyphen), so the echo should work correctly.
10291 lt_compile=`echo "$ac_compile" | $SED \
10292 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10293 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10294 -e 's:$: $lt_compiler_flag:'`
10295 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10296 (eval "$lt_compile" 2>out/conftest.err)
10297 ac_status=$?
10298 cat out/conftest.err >&5
10299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10300 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10301 then
10302 # The compiler can only warn and ignore the option if not recognized
10303 # So say no if there are warnings
10304 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10305 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10306 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10307 lt_cv_prog_compiler_c_o=yes
10308 fi
10309 fi
10310 chmod u+w . 2>&5
10311 $RM conftest*
10312 # SGI C++ compiler will create directory out/ii_files/ for
10313 # template instantiation
10314 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10315 $RM out/* && rmdir out
10316 cd ..
10317 $RM -r conftest
10318 $RM conftest*
10319
10320 fi
10321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10322 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10323
10324
10325
10326
10327
10328
10329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10330 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10331 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10332 $as_echo_n "(cached) " >&6
10333 else
10334 lt_cv_prog_compiler_c_o=no
10335 $RM -r conftest 2>/dev/null
10336 mkdir conftest
10337 cd conftest
10338 mkdir out
10339 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10340
10341 lt_compiler_flag="-o out/conftest2.$ac_objext"
10342 # Insert the option either (1) after the last *FLAGS variable, or
10343 # (2) before a word containing "conftest.", or (3) at the end.
10344 # Note that $ac_compile itself does not contain backslashes and begins
10345 # with a dollar sign (not a hyphen), so the echo should work correctly.
10346 lt_compile=`echo "$ac_compile" | $SED \
10347 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10348 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10349 -e 's:$: $lt_compiler_flag:'`
10350 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10351 (eval "$lt_compile" 2>out/conftest.err)
10352 ac_status=$?
10353 cat out/conftest.err >&5
10354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10355 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10356 then
10357 # The compiler can only warn and ignore the option if not recognized
10358 # So say no if there are warnings
10359 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10360 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10361 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10362 lt_cv_prog_compiler_c_o=yes
10363 fi
10364 fi
10365 chmod u+w . 2>&5
10366 $RM conftest*
10367 # SGI C++ compiler will create directory out/ii_files/ for
10368 # template instantiation
10369 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10370 $RM out/* && rmdir out
10371 cd ..
10372 $RM -r conftest
10373 $RM conftest*
10374
10375 fi
10376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10377 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10378
10379
10380
10381
10382 hard_links="nottested"
10383 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10384 # do not overwrite the value of need_locks provided by the user
10385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10386 $as_echo_n "checking if we can lock with hard links... " >&6; }
10387 hard_links=yes
10388 $RM conftest*
10389 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10390 touch conftest.a
10391 ln conftest.a conftest.b 2>&5 || hard_links=no
10392 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10394 $as_echo "$hard_links" >&6; }
10395 if test "$hard_links" = no; then
10396 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10397 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10398 need_locks=warn
10399 fi
10400 else
10401 need_locks=no
10402 fi
10403
10404
10405
10406
10407
10408
10409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10410 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10411
10412 runpath_var=
10413 allow_undefined_flag=
10414 always_export_symbols=no
10415 archive_cmds=
10416 archive_expsym_cmds=
10417 compiler_needs_object=no
10418 enable_shared_with_static_runtimes=no
10419 export_dynamic_flag_spec=
10420 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10421 hardcode_automatic=no
10422 hardcode_direct=no
10423 hardcode_direct_absolute=no
10424 hardcode_libdir_flag_spec=
10425 hardcode_libdir_flag_spec_ld=
10426 hardcode_libdir_separator=
10427 hardcode_minus_L=no
10428 hardcode_shlibpath_var=unsupported
10429 inherit_rpath=no
10430 link_all_deplibs=unknown
10431 module_cmds=
10432 module_expsym_cmds=
10433 old_archive_from_new_cmds=
10434 old_archive_from_expsyms_cmds=
10435 thread_safe_flag_spec=
10436 whole_archive_flag_spec=
10437 # include_expsyms should be a list of space-separated symbols to be *always*
10438 # included in the symbol list
10439 include_expsyms=
10440 # exclude_expsyms can be an extended regexp of symbols to exclude
10441 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10442 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10443 # as well as any symbol that contains `d'.
10444 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10445 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10446 # platforms (ab)use it in PIC code, but their linkers get confused if
10447 # the symbol is explicitly referenced. Since portable code cannot
10448 # rely on this symbol name, it's probably fine to never include it in
10449 # preloaded symbol tables.
10450 # Exclude shared library initialization/finalization symbols.
10451 extract_expsyms_cmds=
10452
10453 case $host_os in
10454 cygwin* | mingw* | pw32* | cegcc*)
10455 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10456 # When not using gcc, we currently assume that we are using
10457 # Microsoft Visual C++.
10458 if test "$GCC" != yes; then
10459 with_gnu_ld=no
10460 fi
10461 ;;
10462 interix*)
10463 # we just hope/assume this is gcc and not c89 (= MSVC++)
10464 with_gnu_ld=yes
10465 ;;
10466 openbsd*)
10467 with_gnu_ld=no
10468 ;;
10469 esac
10470
10471 ld_shlibs=yes
10472
10473 # On some targets, GNU ld is compatible enough with the native linker
10474 # that we're better off using the native interface for both.
10475 lt_use_gnu_ld_interface=no
10476 if test "$with_gnu_ld" = yes; then
10477 case $host_os in
10478 aix*)
10479 # The AIX port of GNU ld has always aspired to compatibility
10480 # with the native linker. However, as the warning in the GNU ld
10481 # block says, versions before 2.19.5* couldn't really create working
10482 # shared libraries, regardless of the interface used.
10483 case `$LD -v 2>&1` in
10484 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10485 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10486 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10487 *)
10488 lt_use_gnu_ld_interface=yes
10489 ;;
10490 esac
10491 ;;
10492 *)
10493 lt_use_gnu_ld_interface=yes
10494 ;;
10495 esac
10496 fi
10497
10498 if test "$lt_use_gnu_ld_interface" = yes; then
10499 # If archive_cmds runs LD, not CC, wlarc should be empty
10500 wlarc='${wl}'
10501
10502 # Set some defaults for GNU ld with shared library support. These
10503 # are reset later if shared libraries are not supported. Putting them
10504 # here allows them to be overridden if necessary.
10505 runpath_var=LD_RUN_PATH
10506 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10507 export_dynamic_flag_spec='${wl}--export-dynamic'
10508 # ancient GNU ld didn't support --whole-archive et. al.
10509 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10510 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10511 else
10512 whole_archive_flag_spec=
10513 fi
10514 supports_anon_versioning=no
10515 case `$LD -v 2>&1` in
10516 *GNU\ gold*) supports_anon_versioning=yes ;;
10517 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10518 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10519 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10520 *\ 2.11.*) ;; # other 2.11 versions
10521 *) supports_anon_versioning=yes ;;
10522 esac
10523
10524 # See if GNU ld supports shared libraries.
10525 case $host_os in
10526 aix[3-9]*)
10527 # On AIX/PPC, the GNU linker is very broken
10528 if test "$host_cpu" != ia64; then
10529 ld_shlibs=no
10530 cat <<_LT_EOF 1>&2
10531
10532 *** Warning: the GNU linker, at least up to release 2.19, is reported
10533 *** to be unable to reliably create shared libraries on AIX.
10534 *** Therefore, libtool is disabling shared libraries support. If you
10535 *** really care for shared libraries, you may want to install binutils
10536 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10537 *** You will then need to restart the configuration process.
10538
10539 _LT_EOF
10540 fi
10541 ;;
10542
10543 amigaos*)
10544 case $host_cpu in
10545 powerpc)
10546 # see comment about AmigaOS4 .so support
10547 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10548 archive_expsym_cmds=''
10549 ;;
10550 m68k)
10551 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)'
10552 hardcode_libdir_flag_spec='-L$libdir'
10553 hardcode_minus_L=yes
10554 ;;
10555 esac
10556 ;;
10557
10558 beos*)
10559 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10560 allow_undefined_flag=unsupported
10561 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10562 # support --undefined. This deserves some investigation. FIXME
10563 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10564 else
10565 ld_shlibs=no
10566 fi
10567 ;;
10568
10569 cygwin* | mingw* | pw32* | cegcc*)
10570 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10571 # as there is no search path for DLLs.
10572 hardcode_libdir_flag_spec='-L$libdir'
10573 export_dynamic_flag_spec='${wl}--export-all-symbols'
10574 allow_undefined_flag=unsupported
10575 always_export_symbols=no
10576 enable_shared_with_static_runtimes=yes
10577 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10578
10579 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10580 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10581 # If the export-symbols file already is a .def file (1st line
10582 # is EXPORTS), use it as is; otherwise, prepend...
10583 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10584 cp $export_symbols $output_objdir/$soname.def;
10585 else
10586 echo EXPORTS > $output_objdir/$soname.def;
10587 cat $export_symbols >> $output_objdir/$soname.def;
10588 fi~
10589 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10590 else
10591 ld_shlibs=no
10592 fi
10593 ;;
10594
10595 haiku*)
10596 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10597 link_all_deplibs=yes
10598 ;;
10599
10600 interix[3-9]*)
10601 hardcode_direct=no
10602 hardcode_shlibpath_var=no
10603 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10604 export_dynamic_flag_spec='${wl}-E'
10605 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10606 # Instead, shared libraries are loaded at an image base (0x10000000 by
10607 # default) and relocated if they conflict, which is a slow very memory
10608 # consuming and fragmenting process. To avoid this, we pick a random,
10609 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10610 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10611 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10612 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'
10613 ;;
10614
10615 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10616 tmp_diet=no
10617 if test "$host_os" = linux-dietlibc; then
10618 case $cc_basename in
10619 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10620 esac
10621 fi
10622 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10623 && test "$tmp_diet" = no
10624 then
10625 tmp_addflag=' $pic_flag'
10626 tmp_sharedflag='-shared'
10627 case $cc_basename,$host_cpu in
10628 pgcc*) # Portland Group C compiler
10629 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'
10630 tmp_addflag=' $pic_flag'
10631 ;;
10632 pgf77* | pgf90* | pgf95* | pgfortran*)
10633 # Portland Group f77 and f90 compilers
10634 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'
10635 tmp_addflag=' $pic_flag -Mnomain' ;;
10636 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10637 tmp_addflag=' -i_dynamic' ;;
10638 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10639 tmp_addflag=' -i_dynamic -nofor_main' ;;
10640 ifc* | ifort*) # Intel Fortran compiler
10641 tmp_addflag=' -nofor_main' ;;
10642 lf95*) # Lahey Fortran 8.1
10643 whole_archive_flag_spec=
10644 tmp_sharedflag='--shared' ;;
10645 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10646 tmp_sharedflag='-qmkshrobj'
10647 tmp_addflag= ;;
10648 nvcc*) # Cuda Compiler Driver 2.2
10649 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'
10650 compiler_needs_object=yes
10651 ;;
10652 esac
10653 case `$CC -V 2>&1 | sed 5q` in
10654 *Sun\ C*) # Sun C 5.9
10655 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'
10656 compiler_needs_object=yes
10657 tmp_sharedflag='-G' ;;
10658 *Sun\ F*) # Sun Fortran 8.3
10659 tmp_sharedflag='-G' ;;
10660 esac
10661 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10662
10663 if test "x$supports_anon_versioning" = xyes; then
10664 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10665 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10666 echo "local: *; };" >> $output_objdir/$libname.ver~
10667 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10668 fi
10669
10670 case $cc_basename in
10671 xlf* | bgf* | bgxlf* | mpixlf*)
10672 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10673 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10674 hardcode_libdir_flag_spec=
10675 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10676 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10677 if test "x$supports_anon_versioning" = xyes; then
10678 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10679 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10680 echo "local: *; };" >> $output_objdir/$libname.ver~
10681 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10682 fi
10683 ;;
10684 esac
10685 else
10686 ld_shlibs=no
10687 fi
10688 ;;
10689
10690 netbsd*)
10691 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10692 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10693 wlarc=
10694 else
10695 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10696 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10697 fi
10698 ;;
10699
10700 solaris*)
10701 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10702 ld_shlibs=no
10703 cat <<_LT_EOF 1>&2
10704
10705 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10706 *** create shared libraries on Solaris systems. Therefore, libtool
10707 *** is disabling shared libraries support. We urge you to upgrade GNU
10708 *** binutils to release 2.9.1 or newer. Another option is to modify
10709 *** your PATH or compiler configuration so that the native linker is
10710 *** used, and then restart.
10711
10712 _LT_EOF
10713 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10714 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10715 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10716 else
10717 ld_shlibs=no
10718 fi
10719 ;;
10720
10721 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10722 case `$LD -v 2>&1` in
10723 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10724 ld_shlibs=no
10725 cat <<_LT_EOF 1>&2
10726
10727 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10728 *** reliably create shared libraries on SCO systems. Therefore, libtool
10729 *** is disabling shared libraries support. We urge you to upgrade GNU
10730 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10731 *** your PATH or compiler configuration so that the native linker is
10732 *** used, and then restart.
10733
10734 _LT_EOF
10735 ;;
10736 *)
10737 # For security reasons, it is highly recommended that you always
10738 # use absolute paths for naming shared libraries, and exclude the
10739 # DT_RUNPATH tag from executables and libraries. But doing so
10740 # requires that you compile everything twice, which is a pain.
10741 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10742 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10743 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10744 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10745 else
10746 ld_shlibs=no
10747 fi
10748 ;;
10749 esac
10750 ;;
10751
10752 sunos4*)
10753 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10754 wlarc=
10755 hardcode_direct=yes
10756 hardcode_shlibpath_var=no
10757 ;;
10758
10759 *)
10760 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10761 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10762 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10763 else
10764 ld_shlibs=no
10765 fi
10766 ;;
10767 esac
10768
10769 if test "$ld_shlibs" = no; then
10770 runpath_var=
10771 hardcode_libdir_flag_spec=
10772 export_dynamic_flag_spec=
10773 whole_archive_flag_spec=
10774 fi
10775 else
10776 # PORTME fill in a description of your system's linker (not GNU ld)
10777 case $host_os in
10778 aix3*)
10779 allow_undefined_flag=unsupported
10780 always_export_symbols=yes
10781 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'
10782 # Note: this linker hardcodes the directories in LIBPATH if there
10783 # are no directories specified by -L.
10784 hardcode_minus_L=yes
10785 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10786 # Neither direct hardcoding nor static linking is supported with a
10787 # broken collect2.
10788 hardcode_direct=unsupported
10789 fi
10790 ;;
10791
10792 aix[4-9]*)
10793 if test "$host_cpu" = ia64; then
10794 # On IA64, the linker does run time linking by default, so we don't
10795 # have to do anything special.
10796 aix_use_runtimelinking=no
10797 exp_sym_flag='-Bexport'
10798 no_entry_flag=""
10799 else
10800 # If we're using GNU nm, then we don't want the "-C" option.
10801 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10802 # Also, AIX nm treats weak defined symbols like other global
10803 # defined symbols, whereas GNU nm marks them as "W".
10804 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10805 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'
10806 else
10807 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10808 fi
10809 aix_use_runtimelinking=no
10810
10811 # Test if we are trying to use run time linking or normal
10812 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10813 # need to do runtime linking.
10814 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10815 for ld_flag in $LDFLAGS; do
10816 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10817 aix_use_runtimelinking=yes
10818 break
10819 fi
10820 done
10821 ;;
10822 esac
10823
10824 exp_sym_flag='-bexport'
10825 no_entry_flag='-bnoentry'
10826 fi
10827
10828 # When large executables or shared objects are built, AIX ld can
10829 # have problems creating the table of contents. If linking a library
10830 # or program results in "error TOC overflow" add -mminimal-toc to
10831 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10832 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10833
10834 archive_cmds=''
10835 hardcode_direct=yes
10836 hardcode_direct_absolute=yes
10837 hardcode_libdir_separator=':'
10838 link_all_deplibs=yes
10839 file_list_spec='${wl}-f,'
10840
10841 if test "$GCC" = yes; then
10842 case $host_os in aix4.[012]|aix4.[012].*)
10843 # We only want to do this on AIX 4.2 and lower, the check
10844 # below for broken collect2 doesn't work under 4.3+
10845 collect2name=`${CC} -print-prog-name=collect2`
10846 if test -f "$collect2name" &&
10847 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10848 then
10849 # We have reworked collect2
10850 :
10851 else
10852 # We have old collect2
10853 hardcode_direct=unsupported
10854 # It fails to find uninstalled libraries when the uninstalled
10855 # path is not listed in the libpath. Setting hardcode_minus_L
10856 # to unsupported forces relinking
10857 hardcode_minus_L=yes
10858 hardcode_libdir_flag_spec='-L$libdir'
10859 hardcode_libdir_separator=
10860 fi
10861 ;;
10862 esac
10863 shared_flag='-shared'
10864 if test "$aix_use_runtimelinking" = yes; then
10865 shared_flag="$shared_flag "'${wl}-G'
10866 fi
10867 else
10868 # not using gcc
10869 if test "$host_cpu" = ia64; then
10870 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10871 # chokes on -Wl,-G. The following line is correct:
10872 shared_flag='-G'
10873 else
10874 if test "$aix_use_runtimelinking" = yes; then
10875 shared_flag='${wl}-G'
10876 else
10877 shared_flag='${wl}-bM:SRE'
10878 fi
10879 fi
10880 fi
10881
10882 export_dynamic_flag_spec='${wl}-bexpall'
10883 # It seems that -bexpall does not export symbols beginning with
10884 # underscore (_), so it is better to generate a list of symbols to export.
10885 always_export_symbols=yes
10886 if test "$aix_use_runtimelinking" = yes; then
10887 # Warning - without using the other runtime loading flags (-brtl),
10888 # -berok will link without error, but may produce a broken library.
10889 allow_undefined_flag='-berok'
10890 # Determine the default libpath from the value encoded in an
10891 # empty executable.
10892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10893 /* end confdefs.h. */
10894
10895 int
10896 main ()
10897 {
10898
10899 ;
10900 return 0;
10901 }
10902 _ACEOF
10903 if ac_fn_c_try_link "$LINENO"; then :
10904
10905 lt_aix_libpath_sed='
10906 /Import File Strings/,/^$/ {
10907 /^0/ {
10908 s/^0 *\(.*\)$/\1/
10909 p
10910 }
10911 }'
10912 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10913 # Check for a 64-bit object if we didn't find anything.
10914 if test -z "$aix_libpath"; then
10915 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10916 fi
10917 fi
10918 rm -f core conftest.err conftest.$ac_objext \
10919 conftest$ac_exeext conftest.$ac_ext
10920 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10921
10922 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10923 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"
10924 else
10925 if test "$host_cpu" = ia64; then
10926 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10927 allow_undefined_flag="-z nodefs"
10928 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"
10929 else
10930 # Determine the default libpath from the value encoded in an
10931 # empty executable.
10932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10933 /* end confdefs.h. */
10934
10935 int
10936 main ()
10937 {
10938
10939 ;
10940 return 0;
10941 }
10942 _ACEOF
10943 if ac_fn_c_try_link "$LINENO"; then :
10944
10945 lt_aix_libpath_sed='
10946 /Import File Strings/,/^$/ {
10947 /^0/ {
10948 s/^0 *\(.*\)$/\1/
10949 p
10950 }
10951 }'
10952 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10953 # Check for a 64-bit object if we didn't find anything.
10954 if test -z "$aix_libpath"; then
10955 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10956 fi
10957 fi
10958 rm -f core conftest.err conftest.$ac_objext \
10959 conftest$ac_exeext conftest.$ac_ext
10960 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10961
10962 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10963 # Warning - without using the other run time loading flags,
10964 # -berok will link without error, but may produce a broken library.
10965 no_undefined_flag=' ${wl}-bernotok'
10966 allow_undefined_flag=' ${wl}-berok'
10967 if test "$with_gnu_ld" = yes; then
10968 # We only use this code for GNU lds that support --whole-archive.
10969 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10970 else
10971 # Exported symbols can be pulled into shared objects from archives
10972 whole_archive_flag_spec='$convenience'
10973 fi
10974 archive_cmds_need_lc=yes
10975 # This is similar to how AIX traditionally builds its shared libraries.
10976 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'
10977 fi
10978 fi
10979 ;;
10980
10981 amigaos*)
10982 case $host_cpu in
10983 powerpc)
10984 # see comment about AmigaOS4 .so support
10985 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10986 archive_expsym_cmds=''
10987 ;;
10988 m68k)
10989 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)'
10990 hardcode_libdir_flag_spec='-L$libdir'
10991 hardcode_minus_L=yes
10992 ;;
10993 esac
10994 ;;
10995
10996 bsdi[45]*)
10997 export_dynamic_flag_spec=-rdynamic
10998 ;;
10999
11000 cygwin* | mingw* | pw32* | cegcc*)
11001 # When not using gcc, we currently assume that we are using
11002 # Microsoft Visual C++.
11003 # hardcode_libdir_flag_spec is actually meaningless, as there is
11004 # no search path for DLLs.
11005 hardcode_libdir_flag_spec=' '
11006 allow_undefined_flag=unsupported
11007 # Tell ltmain to make .lib files, not .a files.
11008 libext=lib
11009 # Tell ltmain to make .dll files, not .so files.
11010 shrext_cmds=".dll"
11011 # FIXME: Setting linknames here is a bad hack.
11012 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11013 # The linker will automatically build a .lib file if we build a DLL.
11014 old_archive_from_new_cmds='true'
11015 # FIXME: Should let the user specify the lib program.
11016 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11017 fix_srcfile_path='`cygpath -w "$srcfile"`'
11018 enable_shared_with_static_runtimes=yes
11019 ;;
11020
11021 darwin* | rhapsody*)
11022
11023
11024 archive_cmds_need_lc=no
11025 hardcode_direct=no
11026 hardcode_automatic=yes
11027 hardcode_shlibpath_var=unsupported
11028 if test "$lt_cv_ld_force_load" = "yes"; then
11029 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\"`'
11030 else
11031 whole_archive_flag_spec=''
11032 fi
11033 link_all_deplibs=yes
11034 allow_undefined_flag="$_lt_dar_allow_undefined"
11035 case $cc_basename in
11036 ifort*) _lt_dar_can_shared=yes ;;
11037 *) _lt_dar_can_shared=$GCC ;;
11038 esac
11039 if test "$_lt_dar_can_shared" = "yes"; then
11040 output_verbose_link_cmd=func_echo_all
11041 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11042 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11043 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}"
11044 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}"
11045
11046 else
11047 ld_shlibs=no
11048 fi
11049
11050 ;;
11051
11052 dgux*)
11053 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11054 hardcode_libdir_flag_spec='-L$libdir'
11055 hardcode_shlibpath_var=no
11056 ;;
11057
11058 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11059 # support. Future versions do this automatically, but an explicit c++rt0.o
11060 # does not break anything, and helps significantly (at the cost of a little
11061 # extra space).
11062 freebsd2.2*)
11063 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11064 hardcode_libdir_flag_spec='-R$libdir'
11065 hardcode_direct=yes
11066 hardcode_shlibpath_var=no
11067 ;;
11068
11069 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11070 freebsd2.*)
11071 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11072 hardcode_direct=yes
11073 hardcode_minus_L=yes
11074 hardcode_shlibpath_var=no
11075 ;;
11076
11077 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11078 freebsd* | dragonfly*)
11079 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11080 hardcode_libdir_flag_spec='-R$libdir'
11081 hardcode_direct=yes
11082 hardcode_shlibpath_var=no
11083 ;;
11084
11085 hpux9*)
11086 if test "$GCC" = yes; then
11087 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'
11088 else
11089 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'
11090 fi
11091 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11092 hardcode_libdir_separator=:
11093 hardcode_direct=yes
11094
11095 # hardcode_minus_L: Not really in the search PATH,
11096 # but as the default location of the library.
11097 hardcode_minus_L=yes
11098 export_dynamic_flag_spec='${wl}-E'
11099 ;;
11100
11101 hpux10*)
11102 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11103 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11104 else
11105 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11106 fi
11107 if test "$with_gnu_ld" = no; then
11108 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11109 hardcode_libdir_flag_spec_ld='+b $libdir'
11110 hardcode_libdir_separator=:
11111 hardcode_direct=yes
11112 hardcode_direct_absolute=yes
11113 export_dynamic_flag_spec='${wl}-E'
11114 # hardcode_minus_L: Not really in the search PATH,
11115 # but as the default location of the library.
11116 hardcode_minus_L=yes
11117 fi
11118 ;;
11119
11120 hpux11*)
11121 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11122 case $host_cpu in
11123 hppa*64*)
11124 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11125 ;;
11126 ia64*)
11127 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11128 ;;
11129 *)
11130 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11131 ;;
11132 esac
11133 else
11134 case $host_cpu in
11135 hppa*64*)
11136 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11137 ;;
11138 ia64*)
11139 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11140 ;;
11141 *)
11142
11143 # Older versions of the 11.00 compiler do not understand -b yet
11144 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11146 $as_echo_n "checking if $CC understands -b... " >&6; }
11147 if test "${lt_cv_prog_compiler__b+set}" = set; then :
11148 $as_echo_n "(cached) " >&6
11149 else
11150 lt_cv_prog_compiler__b=no
11151 save_LDFLAGS="$LDFLAGS"
11152 LDFLAGS="$LDFLAGS -b"
11153 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11154 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11155 # The linker can only warn and ignore the option if not recognized
11156 # So say no if there are warnings
11157 if test -s conftest.err; then
11158 # Append any errors to the config.log.
11159 cat conftest.err 1>&5
11160 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11161 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11162 if diff conftest.exp conftest.er2 >/dev/null; then
11163 lt_cv_prog_compiler__b=yes
11164 fi
11165 else
11166 lt_cv_prog_compiler__b=yes
11167 fi
11168 fi
11169 $RM -r conftest*
11170 LDFLAGS="$save_LDFLAGS"
11171
11172 fi
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11174 $as_echo "$lt_cv_prog_compiler__b" >&6; }
11175
11176 if test x"$lt_cv_prog_compiler__b" = xyes; then
11177 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11178 else
11179 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11180 fi
11181
11182 ;;
11183 esac
11184 fi
11185 if test "$with_gnu_ld" = no; then
11186 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11187 hardcode_libdir_separator=:
11188
11189 case $host_cpu in
11190 hppa*64*|ia64*)
11191 hardcode_direct=no
11192 hardcode_shlibpath_var=no
11193 ;;
11194 *)
11195 hardcode_direct=yes
11196 hardcode_direct_absolute=yes
11197 export_dynamic_flag_spec='${wl}-E'
11198
11199 # hardcode_minus_L: Not really in the search PATH,
11200 # but as the default location of the library.
11201 hardcode_minus_L=yes
11202 ;;
11203 esac
11204 fi
11205 ;;
11206
11207 irix5* | irix6* | nonstopux*)
11208 if test "$GCC" = yes; then
11209 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'
11210 # Try to use the -exported_symbol ld option, if it does not
11211 # work, assume that -exports_file does not work either and
11212 # implicitly export all symbols.
11213 save_LDFLAGS="$LDFLAGS"
11214 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11216 /* end confdefs.h. */
11217 int foo(void) {}
11218 _ACEOF
11219 if ac_fn_c_try_link "$LINENO"; then :
11220 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'
11221
11222 fi
11223 rm -f core conftest.err conftest.$ac_objext \
11224 conftest$ac_exeext conftest.$ac_ext
11225 LDFLAGS="$save_LDFLAGS"
11226 else
11227 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'
11228 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'
11229 fi
11230 archive_cmds_need_lc='no'
11231 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11232 hardcode_libdir_separator=:
11233 inherit_rpath=yes
11234 link_all_deplibs=yes
11235 ;;
11236
11237 netbsd*)
11238 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11239 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11240 else
11241 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11242 fi
11243 hardcode_libdir_flag_spec='-R$libdir'
11244 hardcode_direct=yes
11245 hardcode_shlibpath_var=no
11246 ;;
11247
11248 newsos6)
11249 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11250 hardcode_direct=yes
11251 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11252 hardcode_libdir_separator=:
11253 hardcode_shlibpath_var=no
11254 ;;
11255
11256 *nto* | *qnx*)
11257 ;;
11258
11259 openbsd*)
11260 if test -f /usr/libexec/ld.so; then
11261 hardcode_direct=yes
11262 hardcode_shlibpath_var=no
11263 hardcode_direct_absolute=yes
11264 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11265 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11266 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11267 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11268 export_dynamic_flag_spec='${wl}-E'
11269 else
11270 case $host_os in
11271 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11272 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11273 hardcode_libdir_flag_spec='-R$libdir'
11274 ;;
11275 *)
11276 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11277 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11278 ;;
11279 esac
11280 fi
11281 else
11282 ld_shlibs=no
11283 fi
11284 ;;
11285
11286 os2*)
11287 hardcode_libdir_flag_spec='-L$libdir'
11288 hardcode_minus_L=yes
11289 allow_undefined_flag=unsupported
11290 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'
11291 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11292 ;;
11293
11294 osf3*)
11295 if test "$GCC" = yes; then
11296 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11297 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'
11298 else
11299 allow_undefined_flag=' -expect_unresolved \*'
11300 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'
11301 fi
11302 archive_cmds_need_lc='no'
11303 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11304 hardcode_libdir_separator=:
11305 ;;
11306
11307 osf4* | osf5*) # as osf3* with the addition of -msym flag
11308 if test "$GCC" = yes; then
11309 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11310 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'
11311 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11312 else
11313 allow_undefined_flag=' -expect_unresolved \*'
11314 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'
11315 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~
11316 $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'
11317
11318 # Both c and cxx compiler support -rpath directly
11319 hardcode_libdir_flag_spec='-rpath $libdir'
11320 fi
11321 archive_cmds_need_lc='no'
11322 hardcode_libdir_separator=:
11323 ;;
11324
11325 solaris*)
11326 no_undefined_flag=' -z defs'
11327 if test "$GCC" = yes; then
11328 wlarc='${wl}'
11329 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11330 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11331 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11332 else
11333 case `$CC -V 2>&1` in
11334 *"Compilers 5.0"*)
11335 wlarc=''
11336 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11337 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11338 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11339 ;;
11340 *)
11341 wlarc='${wl}'
11342 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11343 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11344 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11345 ;;
11346 esac
11347 fi
11348 hardcode_libdir_flag_spec='-R$libdir'
11349 hardcode_shlibpath_var=no
11350 case $host_os in
11351 solaris2.[0-5] | solaris2.[0-5].*) ;;
11352 *)
11353 # The compiler driver will combine and reorder linker options,
11354 # but understands `-z linker_flag'. GCC discards it without `$wl',
11355 # but is careful enough not to reorder.
11356 # Supported since Solaris 2.6 (maybe 2.5.1?)
11357 if test "$GCC" = yes; then
11358 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11359 else
11360 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11361 fi
11362 ;;
11363 esac
11364 link_all_deplibs=yes
11365 ;;
11366
11367 sunos4*)
11368 if test "x$host_vendor" = xsequent; then
11369 # Use $CC to link under sequent, because it throws in some extra .o
11370 # files that make .init and .fini sections work.
11371 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11372 else
11373 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11374 fi
11375 hardcode_libdir_flag_spec='-L$libdir'
11376 hardcode_direct=yes
11377 hardcode_minus_L=yes
11378 hardcode_shlibpath_var=no
11379 ;;
11380
11381 sysv4)
11382 case $host_vendor in
11383 sni)
11384 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11385 hardcode_direct=yes # is this really true???
11386 ;;
11387 siemens)
11388 ## LD is ld it makes a PLAMLIB
11389 ## CC just makes a GrossModule.
11390 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11391 reload_cmds='$CC -r -o $output$reload_objs'
11392 hardcode_direct=no
11393 ;;
11394 motorola)
11395 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11396 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11397 ;;
11398 esac
11399 runpath_var='LD_RUN_PATH'
11400 hardcode_shlibpath_var=no
11401 ;;
11402
11403 sysv4.3*)
11404 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11405 hardcode_shlibpath_var=no
11406 export_dynamic_flag_spec='-Bexport'
11407 ;;
11408
11409 sysv4*MP*)
11410 if test -d /usr/nec; then
11411 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11412 hardcode_shlibpath_var=no
11413 runpath_var=LD_RUN_PATH
11414 hardcode_runpath_var=yes
11415 ld_shlibs=yes
11416 fi
11417 ;;
11418
11419 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11420 no_undefined_flag='${wl}-z,text'
11421 archive_cmds_need_lc=no
11422 hardcode_shlibpath_var=no
11423 runpath_var='LD_RUN_PATH'
11424
11425 if test "$GCC" = yes; then
11426 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11427 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11428 else
11429 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11430 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11431 fi
11432 ;;
11433
11434 sysv5* | sco3.2v5* | sco5v6*)
11435 # Note: We can NOT use -z defs as we might desire, because we do not
11436 # link with -lc, and that would cause any symbols used from libc to
11437 # always be unresolved, which means just about no library would
11438 # ever link correctly. If we're not using GNU ld we use -z text
11439 # though, which does catch some bad symbols but isn't as heavy-handed
11440 # as -z defs.
11441 no_undefined_flag='${wl}-z,text'
11442 allow_undefined_flag='${wl}-z,nodefs'
11443 archive_cmds_need_lc=no
11444 hardcode_shlibpath_var=no
11445 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11446 hardcode_libdir_separator=':'
11447 link_all_deplibs=yes
11448 export_dynamic_flag_spec='${wl}-Bexport'
11449 runpath_var='LD_RUN_PATH'
11450
11451 if test "$GCC" = yes; then
11452 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11453 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11454 else
11455 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11456 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11457 fi
11458 ;;
11459
11460 uts4*)
11461 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11462 hardcode_libdir_flag_spec='-L$libdir'
11463 hardcode_shlibpath_var=no
11464 ;;
11465
11466 *)
11467 ld_shlibs=no
11468 ;;
11469 esac
11470
11471 if test x$host_vendor = xsni; then
11472 case $host in
11473 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11474 export_dynamic_flag_spec='${wl}-Blargedynsym'
11475 ;;
11476 esac
11477 fi
11478 fi
11479
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11481 $as_echo "$ld_shlibs" >&6; }
11482 test "$ld_shlibs" = no && can_build_shared=no
11483
11484 with_gnu_ld=$with_gnu_ld
11485
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498
11499
11500 #
11501 # Do we need to explicitly link libc?
11502 #
11503 case "x$archive_cmds_need_lc" in
11504 x|xyes)
11505 # Assume -lc should be added
11506 archive_cmds_need_lc=yes
11507
11508 if test "$enable_shared" = yes && test "$GCC" = yes; then
11509 case $archive_cmds in
11510 *'~'*)
11511 # FIXME: we may have to deal with multi-command sequences.
11512 ;;
11513 '$CC '*)
11514 # Test whether the compiler implicitly links with -lc since on some
11515 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11516 # to ld, don't add -lc before -lgcc.
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11518 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11519 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11520 $as_echo_n "(cached) " >&6
11521 else
11522 $RM conftest*
11523 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11524
11525 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11526 (eval $ac_compile) 2>&5
11527 ac_status=$?
11528 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11529 test $ac_status = 0; } 2>conftest.err; then
11530 soname=conftest
11531 lib=conftest
11532 libobjs=conftest.$ac_objext
11533 deplibs=
11534 wl=$lt_prog_compiler_wl
11535 pic_flag=$lt_prog_compiler_pic
11536 compiler_flags=-v
11537 linker_flags=-v
11538 verstring=
11539 output_objdir=.
11540 libname=conftest
11541 lt_save_allow_undefined_flag=$allow_undefined_flag
11542 allow_undefined_flag=
11543 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11544 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11545 ac_status=$?
11546 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11547 test $ac_status = 0; }
11548 then
11549 lt_cv_archive_cmds_need_lc=no
11550 else
11551 lt_cv_archive_cmds_need_lc=yes
11552 fi
11553 allow_undefined_flag=$lt_save_allow_undefined_flag
11554 else
11555 cat conftest.err 1>&5
11556 fi
11557 $RM conftest*
11558
11559 fi
11560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11561 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11562 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11563 ;;
11564 esac
11565 fi
11566 ;;
11567 esac
11568
11569
11570
11571
11572
11573
11574
11575
11576
11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
11599
11600
11601
11602
11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11726 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11727
11728 if test "$GCC" = yes; then
11729 case $host_os in
11730 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11731 *) lt_awk_arg="/^libraries:/" ;;
11732 esac
11733 case $host_os in
11734 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11735 *) lt_sed_strip_eq="s,=/,/,g" ;;
11736 esac
11737 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11738 case $lt_search_path_spec in
11739 *\;*)
11740 # if the path contains ";" then we assume it to be the separator
11741 # otherwise default to the standard path separator (i.e. ":") - it is
11742 # assumed that no part of a normal pathname contains ";" but that should
11743 # okay in the real world where ";" in dirpaths is itself problematic.
11744 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11745 ;;
11746 *)
11747 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11748 ;;
11749 esac
11750 # Ok, now we have the path, separated by spaces, we can step through it
11751 # and add multilib dir if necessary.
11752 lt_tmp_lt_search_path_spec=
11753 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11754 for lt_sys_path in $lt_search_path_spec; do
11755 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11756 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11757 else
11758 test -d "$lt_sys_path" && \
11759 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11760 fi
11761 done
11762 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11763 BEGIN {RS=" "; FS="/|\n";} {
11764 lt_foo="";
11765 lt_count=0;
11766 for (lt_i = NF; lt_i > 0; lt_i--) {
11767 if ($lt_i != "" && $lt_i != ".") {
11768 if ($lt_i == "..") {
11769 lt_count++;
11770 } else {
11771 if (lt_count == 0) {
11772 lt_foo="/" $lt_i lt_foo;
11773 } else {
11774 lt_count--;
11775 }
11776 }
11777 }
11778 }
11779 if (lt_foo != "") { lt_freq[lt_foo]++; }
11780 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11781 }'`
11782 # AWK program above erroneously prepends '/' to C:/dos/paths
11783 # for these hosts.
11784 case $host_os in
11785 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11786 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11787 esac
11788 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11789 else
11790 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11791 fi
11792 library_names_spec=
11793 libname_spec='lib$name'
11794 soname_spec=
11795 shrext_cmds=".so"
11796 postinstall_cmds=
11797 postuninstall_cmds=
11798 finish_cmds=
11799 finish_eval=
11800 shlibpath_var=
11801 shlibpath_overrides_runpath=unknown
11802 version_type=none
11803 dynamic_linker="$host_os ld.so"
11804 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11805 need_lib_prefix=unknown
11806 hardcode_into_libs=no
11807
11808 # when you set need_version to no, make sure it does not cause -set_version
11809 # flags to be left without arguments
11810 need_version=unknown
11811
11812 case $host_os in
11813 aix3*)
11814 version_type=linux
11815 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11816 shlibpath_var=LIBPATH
11817
11818 # AIX 3 has no versioning support, so we append a major version to the name.
11819 soname_spec='${libname}${release}${shared_ext}$major'
11820 ;;
11821
11822 aix[4-9]*)
11823 version_type=linux
11824 need_lib_prefix=no
11825 need_version=no
11826 hardcode_into_libs=yes
11827 if test "$host_cpu" = ia64; then
11828 # AIX 5 supports IA64
11829 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11830 shlibpath_var=LD_LIBRARY_PATH
11831 else
11832 # With GCC up to 2.95.x, collect2 would create an import file
11833 # for dependence libraries. The import file would start with
11834 # the line `#! .'. This would cause the generated library to
11835 # depend on `.', always an invalid library. This was fixed in
11836 # development snapshots of GCC prior to 3.0.
11837 case $host_os in
11838 aix4 | aix4.[01] | aix4.[01].*)
11839 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11840 echo ' yes '
11841 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11842 :
11843 else
11844 can_build_shared=no
11845 fi
11846 ;;
11847 esac
11848 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11849 # soname into executable. Probably we can add versioning support to
11850 # collect2, so additional links can be useful in future.
11851 if test "$aix_use_runtimelinking" = yes; then
11852 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11853 # instead of lib<name>.a to let people know that these are not
11854 # typical AIX shared libraries.
11855 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11856 else
11857 # We preserve .a as extension for shared libraries through AIX4.2
11858 # and later when we are not doing run time linking.
11859 library_names_spec='${libname}${release}.a $libname.a'
11860 soname_spec='${libname}${release}${shared_ext}$major'
11861 fi
11862 shlibpath_var=LIBPATH
11863 fi
11864 ;;
11865
11866 amigaos*)
11867 case $host_cpu in
11868 powerpc)
11869 # Since July 2007 AmigaOS4 officially supports .so libraries.
11870 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11871 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11872 ;;
11873 m68k)
11874 library_names_spec='$libname.ixlibrary $libname.a'
11875 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11876 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'
11877 ;;
11878 esac
11879 ;;
11880
11881 beos*)
11882 library_names_spec='${libname}${shared_ext}'
11883 dynamic_linker="$host_os ld.so"
11884 shlibpath_var=LIBRARY_PATH
11885 ;;
11886
11887 bsdi[45]*)
11888 version_type=linux
11889 need_version=no
11890 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11891 soname_spec='${libname}${release}${shared_ext}$major'
11892 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11893 shlibpath_var=LD_LIBRARY_PATH
11894 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11895 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11896 # the default ld.so.conf also contains /usr/contrib/lib and
11897 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11898 # libtool to hard-code these into programs
11899 ;;
11900
11901 cygwin* | mingw* | pw32* | cegcc*)
11902 version_type=windows
11903 shrext_cmds=".dll"
11904 need_version=no
11905 need_lib_prefix=no
11906
11907 case $GCC,$host_os in
11908 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11909 library_names_spec='$libname.dll.a'
11910 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11911 postinstall_cmds='base_file=`basename \${file}`~
11912 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11913 dldir=$destdir/`dirname \$dlpath`~
11914 test -d \$dldir || mkdir -p \$dldir~
11915 $install_prog $dir/$dlname \$dldir/$dlname~
11916 chmod a+x \$dldir/$dlname~
11917 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11918 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11919 fi'
11920 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11921 dlpath=$dir/\$dldll~
11922 $RM \$dlpath'
11923 shlibpath_overrides_runpath=yes
11924
11925 case $host_os in
11926 cygwin*)
11927 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11928 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11929
11930 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11931 ;;
11932 mingw* | cegcc*)
11933 # MinGW DLLs use traditional 'lib' prefix
11934 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11935 ;;
11936 pw32*)
11937 # pw32 DLLs use 'pw' prefix rather than 'lib'
11938 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11939 ;;
11940 esac
11941 ;;
11942
11943 *)
11944 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11945 ;;
11946 esac
11947 dynamic_linker='Win32 ld.exe'
11948 # FIXME: first we should search . and the directory the executable is in
11949 shlibpath_var=PATH
11950 ;;
11951
11952 darwin* | rhapsody*)
11953 dynamic_linker="$host_os dyld"
11954 version_type=darwin
11955 need_lib_prefix=no
11956 need_version=no
11957 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11958 soname_spec='${libname}${release}${major}$shared_ext'
11959 shlibpath_overrides_runpath=yes
11960 shlibpath_var=DYLD_LIBRARY_PATH
11961 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11962
11963 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11964 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11965 ;;
11966
11967 dgux*)
11968 version_type=linux
11969 need_lib_prefix=no
11970 need_version=no
11971 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11972 soname_spec='${libname}${release}${shared_ext}$major'
11973 shlibpath_var=LD_LIBRARY_PATH
11974 ;;
11975
11976 freebsd* | dragonfly*)
11977 # DragonFly does not have aout. When/if they implement a new
11978 # versioning mechanism, adjust this.
11979 if test -x /usr/bin/objformat; then
11980 objformat=`/usr/bin/objformat`
11981 else
11982 case $host_os in
11983 freebsd[23].*) objformat=aout ;;
11984 *) objformat=elf ;;
11985 esac
11986 fi
11987 version_type=freebsd-$objformat
11988 case $version_type in
11989 freebsd-elf*)
11990 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11991 need_version=no
11992 need_lib_prefix=no
11993 ;;
11994 freebsd-*)
11995 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11996 need_version=yes
11997 ;;
11998 esac
11999 shlibpath_var=LD_LIBRARY_PATH
12000 case $host_os in
12001 freebsd2.*)
12002 shlibpath_overrides_runpath=yes
12003 ;;
12004 freebsd3.[01]* | freebsdelf3.[01]*)
12005 shlibpath_overrides_runpath=yes
12006 hardcode_into_libs=yes
12007 ;;
12008 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12009 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12010 shlibpath_overrides_runpath=no
12011 hardcode_into_libs=yes
12012 ;;
12013 *) # from 4.6 on, and DragonFly
12014 shlibpath_overrides_runpath=yes
12015 hardcode_into_libs=yes
12016 ;;
12017 esac
12018 ;;
12019
12020 gnu*)
12021 version_type=linux
12022 need_lib_prefix=no
12023 need_version=no
12024 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12025 soname_spec='${libname}${release}${shared_ext}$major'
12026 shlibpath_var=LD_LIBRARY_PATH
12027 hardcode_into_libs=yes
12028 ;;
12029
12030 haiku*)
12031 version_type=linux
12032 need_lib_prefix=no
12033 need_version=no
12034 dynamic_linker="$host_os runtime_loader"
12035 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12036 soname_spec='${libname}${release}${shared_ext}$major'
12037 shlibpath_var=LIBRARY_PATH
12038 shlibpath_overrides_runpath=yes
12039 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12040 hardcode_into_libs=yes
12041 ;;
12042
12043 hpux9* | hpux10* | hpux11*)
12044 # Give a soname corresponding to the major version so that dld.sl refuses to
12045 # link against other versions.
12046 version_type=sunos
12047 need_lib_prefix=no
12048 need_version=no
12049 case $host_cpu in
12050 ia64*)
12051 shrext_cmds='.so'
12052 hardcode_into_libs=yes
12053 dynamic_linker="$host_os dld.so"
12054 shlibpath_var=LD_LIBRARY_PATH
12055 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12056 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12057 soname_spec='${libname}${release}${shared_ext}$major'
12058 if test "X$HPUX_IA64_MODE" = X32; then
12059 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12060 else
12061 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12062 fi
12063 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12064 ;;
12065 hppa*64*)
12066 shrext_cmds='.sl'
12067 hardcode_into_libs=yes
12068 dynamic_linker="$host_os dld.sl"
12069 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12070 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12071 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12072 soname_spec='${libname}${release}${shared_ext}$major'
12073 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12074 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12075 ;;
12076 *)
12077 shrext_cmds='.sl'
12078 dynamic_linker="$host_os dld.sl"
12079 shlibpath_var=SHLIB_PATH
12080 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12081 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12082 soname_spec='${libname}${release}${shared_ext}$major'
12083 ;;
12084 esac
12085 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12086 postinstall_cmds='chmod 555 $lib'
12087 # or fails outright, so override atomically:
12088 install_override_mode=555
12089 ;;
12090
12091 interix[3-9]*)
12092 version_type=linux
12093 need_lib_prefix=no
12094 need_version=no
12095 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12096 soname_spec='${libname}${release}${shared_ext}$major'
12097 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12098 shlibpath_var=LD_LIBRARY_PATH
12099 shlibpath_overrides_runpath=no
12100 hardcode_into_libs=yes
12101 ;;
12102
12103 irix5* | irix6* | nonstopux*)
12104 case $host_os in
12105 nonstopux*) version_type=nonstopux ;;
12106 *)
12107 if test "$lt_cv_prog_gnu_ld" = yes; then
12108 version_type=linux
12109 else
12110 version_type=irix
12111 fi ;;
12112 esac
12113 need_lib_prefix=no
12114 need_version=no
12115 soname_spec='${libname}${release}${shared_ext}$major'
12116 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12117 case $host_os in
12118 irix5* | nonstopux*)
12119 libsuff= shlibsuff=
12120 ;;
12121 *)
12122 case $LD in # libtool.m4 will add one of these switches to LD
12123 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12124 libsuff= shlibsuff= libmagic=32-bit;;
12125 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12126 libsuff=32 shlibsuff=N32 libmagic=N32;;
12127 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12128 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12129 *) libsuff= shlibsuff= libmagic=never-match;;
12130 esac
12131 ;;
12132 esac
12133 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12134 shlibpath_overrides_runpath=no
12135 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12136 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12137 hardcode_into_libs=yes
12138 ;;
12139
12140 # No shared lib support for Linux oldld, aout, or coff.
12141 linux*oldld* | linux*aout* | linux*coff*)
12142 dynamic_linker=no
12143 ;;
12144
12145 # This must be Linux ELF.
12146 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12147 version_type=linux
12148 need_lib_prefix=no
12149 need_version=no
12150 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12151 soname_spec='${libname}${release}${shared_ext}$major'
12152 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12153 shlibpath_var=LD_LIBRARY_PATH
12154 shlibpath_overrides_runpath=no
12155
12156 # Some binutils ld are patched to set DT_RUNPATH
12157 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
12158 $as_echo_n "(cached) " >&6
12159 else
12160 lt_cv_shlibpath_overrides_runpath=no
12161 save_LDFLAGS=$LDFLAGS
12162 save_libdir=$libdir
12163 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12164 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12166 /* end confdefs.h. */
12167
12168 int
12169 main ()
12170 {
12171
12172 ;
12173 return 0;
12174 }
12175 _ACEOF
12176 if ac_fn_c_try_link "$LINENO"; then :
12177 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12178 lt_cv_shlibpath_overrides_runpath=yes
12179 fi
12180 fi
12181 rm -f core conftest.err conftest.$ac_objext \
12182 conftest$ac_exeext conftest.$ac_ext
12183 LDFLAGS=$save_LDFLAGS
12184 libdir=$save_libdir
12185
12186 fi
12187
12188 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12189
12190 # This implies no fast_install, which is unacceptable.
12191 # Some rework will be needed to allow for fast_install
12192 # before this can be enabled.
12193 hardcode_into_libs=yes
12194
12195 # Append ld.so.conf contents to the search path
12196 if test -f /etc/ld.so.conf; then
12197 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' ' '`
12198 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12199 fi
12200
12201 # We used to test for /lib/ld.so.1 and disable shared libraries on
12202 # powerpc, because MkLinux only supported shared libraries with the
12203 # GNU dynamic linker. Since this was broken with cross compilers,
12204 # most powerpc-linux boxes support dynamic linking these days and
12205 # people can always --disable-shared, the test was removed, and we
12206 # assume the GNU/Linux dynamic linker is in use.
12207 dynamic_linker='GNU/Linux ld.so'
12208 ;;
12209
12210 netbsd*)
12211 version_type=sunos
12212 need_lib_prefix=no
12213 need_version=no
12214 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12215 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12216 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12217 dynamic_linker='NetBSD (a.out) ld.so'
12218 else
12219 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12220 soname_spec='${libname}${release}${shared_ext}$major'
12221 dynamic_linker='NetBSD ld.elf_so'
12222 fi
12223 shlibpath_var=LD_LIBRARY_PATH
12224 shlibpath_overrides_runpath=yes
12225 hardcode_into_libs=yes
12226 ;;
12227
12228 newsos6)
12229 version_type=linux
12230 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12231 shlibpath_var=LD_LIBRARY_PATH
12232 shlibpath_overrides_runpath=yes
12233 ;;
12234
12235 *nto* | *qnx*)
12236 version_type=qnx
12237 need_lib_prefix=no
12238 need_version=no
12239 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12240 soname_spec='${libname}${release}${shared_ext}$major'
12241 shlibpath_var=LD_LIBRARY_PATH
12242 shlibpath_overrides_runpath=no
12243 hardcode_into_libs=yes
12244 dynamic_linker='ldqnx.so'
12245 ;;
12246
12247 openbsd*)
12248 version_type=sunos
12249 sys_lib_dlsearch_path_spec="/usr/lib"
12250 need_lib_prefix=no
12251 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12252 case $host_os in
12253 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12254 *) need_version=no ;;
12255 esac
12256 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12257 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12258 shlibpath_var=LD_LIBRARY_PATH
12259 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12260 case $host_os in
12261 openbsd2.[89] | openbsd2.[89].*)
12262 shlibpath_overrides_runpath=no
12263 ;;
12264 *)
12265 shlibpath_overrides_runpath=yes
12266 ;;
12267 esac
12268 else
12269 shlibpath_overrides_runpath=yes
12270 fi
12271 ;;
12272
12273 os2*)
12274 libname_spec='$name'
12275 shrext_cmds=".dll"
12276 need_lib_prefix=no
12277 library_names_spec='$libname${shared_ext} $libname.a'
12278 dynamic_linker='OS/2 ld.exe'
12279 shlibpath_var=LIBPATH
12280 ;;
12281
12282 osf3* | osf4* | osf5*)
12283 version_type=osf
12284 need_lib_prefix=no
12285 need_version=no
12286 soname_spec='${libname}${release}${shared_ext}$major'
12287 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12288 shlibpath_var=LD_LIBRARY_PATH
12289 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12290 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12291 ;;
12292
12293 rdos*)
12294 dynamic_linker=no
12295 ;;
12296
12297 solaris*)
12298 version_type=linux
12299 need_lib_prefix=no
12300 need_version=no
12301 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12302 soname_spec='${libname}${release}${shared_ext}$major'
12303 shlibpath_var=LD_LIBRARY_PATH
12304 shlibpath_overrides_runpath=yes
12305 hardcode_into_libs=yes
12306 # ldd complains unless libraries are executable
12307 postinstall_cmds='chmod +x $lib'
12308 ;;
12309
12310 sunos4*)
12311 version_type=sunos
12312 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12313 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12314 shlibpath_var=LD_LIBRARY_PATH
12315 shlibpath_overrides_runpath=yes
12316 if test "$with_gnu_ld" = yes; then
12317 need_lib_prefix=no
12318 fi
12319 need_version=yes
12320 ;;
12321
12322 sysv4 | sysv4.3*)
12323 version_type=linux
12324 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12325 soname_spec='${libname}${release}${shared_ext}$major'
12326 shlibpath_var=LD_LIBRARY_PATH
12327 case $host_vendor in
12328 sni)
12329 shlibpath_overrides_runpath=no
12330 need_lib_prefix=no
12331 runpath_var=LD_RUN_PATH
12332 ;;
12333 siemens)
12334 need_lib_prefix=no
12335 ;;
12336 motorola)
12337 need_lib_prefix=no
12338 need_version=no
12339 shlibpath_overrides_runpath=no
12340 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12341 ;;
12342 esac
12343 ;;
12344
12345 sysv4*MP*)
12346 if test -d /usr/nec ;then
12347 version_type=linux
12348 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12349 soname_spec='$libname${shared_ext}.$major'
12350 shlibpath_var=LD_LIBRARY_PATH
12351 fi
12352 ;;
12353
12354 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12355 version_type=freebsd-elf
12356 need_lib_prefix=no
12357 need_version=no
12358 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12359 soname_spec='${libname}${release}${shared_ext}$major'
12360 shlibpath_var=LD_LIBRARY_PATH
12361 shlibpath_overrides_runpath=yes
12362 hardcode_into_libs=yes
12363 if test "$with_gnu_ld" = yes; then
12364 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12365 else
12366 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12367 case $host_os in
12368 sco3.2v5*)
12369 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12370 ;;
12371 esac
12372 fi
12373 sys_lib_dlsearch_path_spec='/usr/lib'
12374 ;;
12375
12376 tpf*)
12377 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12378 version_type=linux
12379 need_lib_prefix=no
12380 need_version=no
12381 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12382 shlibpath_var=LD_LIBRARY_PATH
12383 shlibpath_overrides_runpath=no
12384 hardcode_into_libs=yes
12385 ;;
12386
12387 uts4*)
12388 version_type=linux
12389 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12390 soname_spec='${libname}${release}${shared_ext}$major'
12391 shlibpath_var=LD_LIBRARY_PATH
12392 ;;
12393
12394 *)
12395 dynamic_linker=no
12396 ;;
12397 esac
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12399 $as_echo "$dynamic_linker" >&6; }
12400 test "$dynamic_linker" = no && can_build_shared=no
12401
12402 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12403 if test "$GCC" = yes; then
12404 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12405 fi
12406
12407 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12408 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12409 fi
12410 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12411 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12412 fi
12413
12414
12415
12416
12417
12418
12419
12420
12421
12422
12423
12424
12425
12426
12427
12428
12429
12430
12431
12432
12433
12434
12435
12436
12437
12438
12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
12451
12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
12473
12474
12475
12476
12477
12478
12479
12480
12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12506 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12507 hardcode_action=
12508 if test -n "$hardcode_libdir_flag_spec" ||
12509 test -n "$runpath_var" ||
12510 test "X$hardcode_automatic" = "Xyes" ; then
12511
12512 # We can hardcode non-existent directories.
12513 if test "$hardcode_direct" != no &&
12514 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12515 # have to relink, otherwise we might link with an installed library
12516 # when we should be linking with a yet-to-be-installed one
12517 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12518 test "$hardcode_minus_L" != no; then
12519 # Linking always hardcodes the temporary library directory.
12520 hardcode_action=relink
12521 else
12522 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12523 hardcode_action=immediate
12524 fi
12525 else
12526 # We cannot hardcode anything, or else we can only hardcode existing
12527 # directories.
12528 hardcode_action=unsupported
12529 fi
12530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12531 $as_echo "$hardcode_action" >&6; }
12532
12533 if test "$hardcode_action" = relink ||
12534 test "$inherit_rpath" = yes; then
12535 # Fast installation is not supported
12536 enable_fast_install=no
12537 elif test "$shlibpath_overrides_runpath" = yes ||
12538 test "$enable_shared" = no; then
12539 # Fast installation is not necessary
12540 enable_fast_install=needless
12541 fi
12542
12543
12544
12545
12546
12547
12548 if test "x$enable_dlopen" != xyes; then
12549 enable_dlopen=unknown
12550 enable_dlopen_self=unknown
12551 enable_dlopen_self_static=unknown
12552 else
12553 lt_cv_dlopen=no
12554 lt_cv_dlopen_libs=
12555
12556 case $host_os in
12557 beos*)
12558 lt_cv_dlopen="load_add_on"
12559 lt_cv_dlopen_libs=
12560 lt_cv_dlopen_self=yes
12561 ;;
12562
12563 mingw* | pw32* | cegcc*)
12564 lt_cv_dlopen="LoadLibrary"
12565 lt_cv_dlopen_libs=
12566 ;;
12567
12568 cygwin*)
12569 lt_cv_dlopen="dlopen"
12570 lt_cv_dlopen_libs=
12571 ;;
12572
12573 darwin*)
12574 # if libdl is installed we need to link against it
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12576 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12577 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12578 $as_echo_n "(cached) " >&6
12579 else
12580 ac_check_lib_save_LIBS=$LIBS
12581 LIBS="-ldl $LIBS"
12582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12583 /* end confdefs.h. */
12584
12585 /* Override any GCC internal prototype to avoid an error.
12586 Use char because int might match the return type of a GCC
12587 builtin and then its argument prototype would still apply. */
12588 #ifdef __cplusplus
12589 extern "C"
12590 #endif
12591 char dlopen ();
12592 int
12593 main ()
12594 {
12595 return dlopen ();
12596 ;
12597 return 0;
12598 }
12599 _ACEOF
12600 if ac_fn_c_try_link "$LINENO"; then :
12601 ac_cv_lib_dl_dlopen=yes
12602 else
12603 ac_cv_lib_dl_dlopen=no
12604 fi
12605 rm -f core conftest.err conftest.$ac_objext \
12606 conftest$ac_exeext conftest.$ac_ext
12607 LIBS=$ac_check_lib_save_LIBS
12608 fi
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12610 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12611 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12612 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12613 else
12614
12615 lt_cv_dlopen="dyld"
12616 lt_cv_dlopen_libs=
12617 lt_cv_dlopen_self=yes
12618
12619 fi
12620
12621 ;;
12622
12623 *)
12624 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12625 if test "x$ac_cv_func_shl_load" = x""yes; then :
12626 lt_cv_dlopen="shl_load"
12627 else
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12629 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12630 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12631 $as_echo_n "(cached) " >&6
12632 else
12633 ac_check_lib_save_LIBS=$LIBS
12634 LIBS="-ldld $LIBS"
12635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12636 /* end confdefs.h. */
12637
12638 /* Override any GCC internal prototype to avoid an error.
12639 Use char because int might match the return type of a GCC
12640 builtin and then its argument prototype would still apply. */
12641 #ifdef __cplusplus
12642 extern "C"
12643 #endif
12644 char shl_load ();
12645 int
12646 main ()
12647 {
12648 return shl_load ();
12649 ;
12650 return 0;
12651 }
12652 _ACEOF
12653 if ac_fn_c_try_link "$LINENO"; then :
12654 ac_cv_lib_dld_shl_load=yes
12655 else
12656 ac_cv_lib_dld_shl_load=no
12657 fi
12658 rm -f core conftest.err conftest.$ac_objext \
12659 conftest$ac_exeext conftest.$ac_ext
12660 LIBS=$ac_check_lib_save_LIBS
12661 fi
12662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12663 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12664 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12665 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12666 else
12667 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12668 if test "x$ac_cv_func_dlopen" = x""yes; then :
12669 lt_cv_dlopen="dlopen"
12670 else
12671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12672 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12673 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12674 $as_echo_n "(cached) " >&6
12675 else
12676 ac_check_lib_save_LIBS=$LIBS
12677 LIBS="-ldl $LIBS"
12678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12679 /* end confdefs.h. */
12680
12681 /* Override any GCC internal prototype to avoid an error.
12682 Use char because int might match the return type of a GCC
12683 builtin and then its argument prototype would still apply. */
12684 #ifdef __cplusplus
12685 extern "C"
12686 #endif
12687 char dlopen ();
12688 int
12689 main ()
12690 {
12691 return dlopen ();
12692 ;
12693 return 0;
12694 }
12695 _ACEOF
12696 if ac_fn_c_try_link "$LINENO"; then :
12697 ac_cv_lib_dl_dlopen=yes
12698 else
12699 ac_cv_lib_dl_dlopen=no
12700 fi
12701 rm -f core conftest.err conftest.$ac_objext \
12702 conftest$ac_exeext conftest.$ac_ext
12703 LIBS=$ac_check_lib_save_LIBS
12704 fi
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12706 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12707 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12708 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12709 else
12710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12711 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12712 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12713 $as_echo_n "(cached) " >&6
12714 else
12715 ac_check_lib_save_LIBS=$LIBS
12716 LIBS="-lsvld $LIBS"
12717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12718 /* end confdefs.h. */
12719
12720 /* Override any GCC internal prototype to avoid an error.
12721 Use char because int might match the return type of a GCC
12722 builtin and then its argument prototype would still apply. */
12723 #ifdef __cplusplus
12724 extern "C"
12725 #endif
12726 char dlopen ();
12727 int
12728 main ()
12729 {
12730 return dlopen ();
12731 ;
12732 return 0;
12733 }
12734 _ACEOF
12735 if ac_fn_c_try_link "$LINENO"; then :
12736 ac_cv_lib_svld_dlopen=yes
12737 else
12738 ac_cv_lib_svld_dlopen=no
12739 fi
12740 rm -f core conftest.err conftest.$ac_objext \
12741 conftest$ac_exeext conftest.$ac_ext
12742 LIBS=$ac_check_lib_save_LIBS
12743 fi
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12745 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12746 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12747 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12748 else
12749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12750 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12751 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12752 $as_echo_n "(cached) " >&6
12753 else
12754 ac_check_lib_save_LIBS=$LIBS
12755 LIBS="-ldld $LIBS"
12756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12757 /* end confdefs.h. */
12758
12759 /* Override any GCC internal prototype to avoid an error.
12760 Use char because int might match the return type of a GCC
12761 builtin and then its argument prototype would still apply. */
12762 #ifdef __cplusplus
12763 extern "C"
12764 #endif
12765 char dld_link ();
12766 int
12767 main ()
12768 {
12769 return dld_link ();
12770 ;
12771 return 0;
12772 }
12773 _ACEOF
12774 if ac_fn_c_try_link "$LINENO"; then :
12775 ac_cv_lib_dld_dld_link=yes
12776 else
12777 ac_cv_lib_dld_dld_link=no
12778 fi
12779 rm -f core conftest.err conftest.$ac_objext \
12780 conftest$ac_exeext conftest.$ac_ext
12781 LIBS=$ac_check_lib_save_LIBS
12782 fi
12783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12784 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12785 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12786 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12787 fi
12788
12789
12790 fi
12791
12792
12793 fi
12794
12795
12796 fi
12797
12798
12799 fi
12800
12801
12802 fi
12803
12804 ;;
12805 esac
12806
12807 if test "x$lt_cv_dlopen" != xno; then
12808 enable_dlopen=yes
12809 else
12810 enable_dlopen=no
12811 fi
12812
12813 case $lt_cv_dlopen in
12814 dlopen)
12815 save_CPPFLAGS="$CPPFLAGS"
12816 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12817
12818 save_LDFLAGS="$LDFLAGS"
12819 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12820
12821 save_LIBS="$LIBS"
12822 LIBS="$lt_cv_dlopen_libs $LIBS"
12823
12824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12825 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12826 if test "${lt_cv_dlopen_self+set}" = set; then :
12827 $as_echo_n "(cached) " >&6
12828 else
12829 if test "$cross_compiling" = yes; then :
12830 lt_cv_dlopen_self=cross
12831 else
12832 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12833 lt_status=$lt_dlunknown
12834 cat > conftest.$ac_ext <<_LT_EOF
12835 #line 12835 "configure"
12836 #include "confdefs.h"
12837
12838 #if HAVE_DLFCN_H
12839 #include <dlfcn.h>
12840 #endif
12841
12842 #include <stdio.h>
12843
12844 #ifdef RTLD_GLOBAL
12845 # define LT_DLGLOBAL RTLD_GLOBAL
12846 #else
12847 # ifdef DL_GLOBAL
12848 # define LT_DLGLOBAL DL_GLOBAL
12849 # else
12850 # define LT_DLGLOBAL 0
12851 # endif
12852 #endif
12853
12854 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12855 find out it does not work in some platform. */
12856 #ifndef LT_DLLAZY_OR_NOW
12857 # ifdef RTLD_LAZY
12858 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12859 # else
12860 # ifdef DL_LAZY
12861 # define LT_DLLAZY_OR_NOW DL_LAZY
12862 # else
12863 # ifdef RTLD_NOW
12864 # define LT_DLLAZY_OR_NOW RTLD_NOW
12865 # else
12866 # ifdef DL_NOW
12867 # define LT_DLLAZY_OR_NOW DL_NOW
12868 # else
12869 # define LT_DLLAZY_OR_NOW 0
12870 # endif
12871 # endif
12872 # endif
12873 # endif
12874 #endif
12875
12876 /* When -fvisbility=hidden is used, assume the code has been annotated
12877 correspondingly for the symbols needed. */
12878 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12879 void fnord () __attribute__((visibility("default")));
12880 #endif
12881
12882 void fnord () { int i=42; }
12883 int main ()
12884 {
12885 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12886 int status = $lt_dlunknown;
12887
12888 if (self)
12889 {
12890 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12891 else
12892 {
12893 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12894 else puts (dlerror ());
12895 }
12896 /* dlclose (self); */
12897 }
12898 else
12899 puts (dlerror ());
12900
12901 return status;
12902 }
12903 _LT_EOF
12904 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12905 (eval $ac_link) 2>&5
12906 ac_status=$?
12907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12908 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12909 (./conftest; exit; ) >&5 2>/dev/null
12910 lt_status=$?
12911 case x$lt_status in
12912 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12913 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12914 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12915 esac
12916 else :
12917 # compilation failed
12918 lt_cv_dlopen_self=no
12919 fi
12920 fi
12921 rm -fr conftest*
12922
12923
12924 fi
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12926 $as_echo "$lt_cv_dlopen_self" >&6; }
12927
12928 if test "x$lt_cv_dlopen_self" = xyes; then
12929 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12931 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12932 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12933 $as_echo_n "(cached) " >&6
12934 else
12935 if test "$cross_compiling" = yes; then :
12936 lt_cv_dlopen_self_static=cross
12937 else
12938 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12939 lt_status=$lt_dlunknown
12940 cat > conftest.$ac_ext <<_LT_EOF
12941 #line 12941 "configure"
12942 #include "confdefs.h"
12943
12944 #if HAVE_DLFCN_H
12945 #include <dlfcn.h>
12946 #endif
12947
12948 #include <stdio.h>
12949
12950 #ifdef RTLD_GLOBAL
12951 # define LT_DLGLOBAL RTLD_GLOBAL
12952 #else
12953 # ifdef DL_GLOBAL
12954 # define LT_DLGLOBAL DL_GLOBAL
12955 # else
12956 # define LT_DLGLOBAL 0
12957 # endif
12958 #endif
12959
12960 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12961 find out it does not work in some platform. */
12962 #ifndef LT_DLLAZY_OR_NOW
12963 # ifdef RTLD_LAZY
12964 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12965 # else
12966 # ifdef DL_LAZY
12967 # define LT_DLLAZY_OR_NOW DL_LAZY
12968 # else
12969 # ifdef RTLD_NOW
12970 # define LT_DLLAZY_OR_NOW RTLD_NOW
12971 # else
12972 # ifdef DL_NOW
12973 # define LT_DLLAZY_OR_NOW DL_NOW
12974 # else
12975 # define LT_DLLAZY_OR_NOW 0
12976 # endif
12977 # endif
12978 # endif
12979 # endif
12980 #endif
12981
12982 /* When -fvisbility=hidden is used, assume the code has been annotated
12983 correspondingly for the symbols needed. */
12984 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12985 void fnord () __attribute__((visibility("default")));
12986 #endif
12987
12988 void fnord () { int i=42; }
12989 int main ()
12990 {
12991 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12992 int status = $lt_dlunknown;
12993
12994 if (self)
12995 {
12996 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12997 else
12998 {
12999 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13000 else puts (dlerror ());
13001 }
13002 /* dlclose (self); */
13003 }
13004 else
13005 puts (dlerror ());
13006
13007 return status;
13008 }
13009 _LT_EOF
13010 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13011 (eval $ac_link) 2>&5
13012 ac_status=$?
13013 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13014 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13015 (./conftest; exit; ) >&5 2>/dev/null
13016 lt_status=$?
13017 case x$lt_status in
13018 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13019 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13020 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13021 esac
13022 else :
13023 # compilation failed
13024 lt_cv_dlopen_self_static=no
13025 fi
13026 fi
13027 rm -fr conftest*
13028
13029
13030 fi
13031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13032 $as_echo "$lt_cv_dlopen_self_static" >&6; }
13033 fi
13034
13035 CPPFLAGS="$save_CPPFLAGS"
13036 LDFLAGS="$save_LDFLAGS"
13037 LIBS="$save_LIBS"
13038 ;;
13039 esac
13040
13041 case $lt_cv_dlopen_self in
13042 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13043 *) enable_dlopen_self=unknown ;;
13044 esac
13045
13046 case $lt_cv_dlopen_self_static in
13047 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13048 *) enable_dlopen_self_static=unknown ;;
13049 esac
13050 fi
13051
13052
13053
13054
13055
13056
13057
13058
13059
13060
13061
13062
13063
13064
13065
13066
13067
13068 striplib=
13069 old_striplib=
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13071 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
13072 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13073 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13074 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13076 $as_echo "yes" >&6; }
13077 else
13078 # FIXME - insert some real tests, host_os isn't really good enough
13079 case $host_os in
13080 darwin*)
13081 if test -n "$STRIP" ; then
13082 striplib="$STRIP -x"
13083 old_striplib="$STRIP -S"
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13085 $as_echo "yes" >&6; }
13086 else
13087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13088 $as_echo "no" >&6; }
13089 fi
13090 ;;
13091 *)
13092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13093 $as_echo "no" >&6; }
13094 ;;
13095 esac
13096 fi
13097
13098
13099
13100
13101
13102
13103
13104
13105
13106
13107
13108
13109 # Report which library types will actually be built
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13111 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13113 $as_echo "$can_build_shared" >&6; }
13114
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13116 $as_echo_n "checking whether to build shared libraries... " >&6; }
13117 test "$can_build_shared" = "no" && enable_shared=no
13118
13119 # On AIX, shared libraries and static libraries use the same namespace, and
13120 # are all built from PIC.
13121 case $host_os in
13122 aix3*)
13123 test "$enable_shared" = yes && enable_static=no
13124 if test -n "$RANLIB"; then
13125 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13126 postinstall_cmds='$RANLIB $lib'
13127 fi
13128 ;;
13129
13130 aix[4-9]*)
13131 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13132 test "$enable_shared" = yes && enable_static=no
13133 fi
13134 ;;
13135 esac
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13137 $as_echo "$enable_shared" >&6; }
13138
13139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13140 $as_echo_n "checking whether to build static libraries... " >&6; }
13141 # Make sure either enable_shared or enable_static is yes.
13142 test "$enable_shared" = yes || enable_static=yes
13143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13144 $as_echo "$enable_static" >&6; }
13145
13146
13147
13148
13149 fi
13150 ac_ext=c
13151 ac_cpp='$CPP $CPPFLAGS'
13152 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13153 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13154 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13155
13156 CC="$lt_save_CC"
13157
13158
13159
13160
13161
13162
13163
13164
13165
13166
13167
13168
13169
13170 ac_config_commands="$ac_config_commands libtool"
13171
13172
13173
13174
13175 # Only expand once:
13176
13177
13178
13179
13180 . ${srcdir}/../../bfd/configure.host
13181
13182
13183
13184
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13186 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13187 # Check whether --enable-maintainer-mode was given.
13188 if test "${enable_maintainer_mode+set}" = set; then :
13189 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13190 else
13191 USE_MAINTAINER_MODE=no
13192 fi
13193
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13195 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13196 if test $USE_MAINTAINER_MODE = yes; then
13197 MAINTAINER_MODE_TRUE=
13198 MAINTAINER_MODE_FALSE='#'
13199 else
13200 MAINTAINER_MODE_TRUE='#'
13201 MAINTAINER_MODE_FALSE=
13202 fi
13203
13204 MAINT=$MAINTAINER_MODE_TRUE
13205
13206
13207
13208
13209 # Check whether --enable-sim-debug was given.
13210 if test "${enable_sim_debug+set}" = set; then :
13211 enableval=$enable_sim_debug; case "${enableval}" in
13212 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
13213 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
13214 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
13215 esac
13216 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
13217 echo "Setting sim debug = $sim_debug" 6>&1
13218 fi
13219 else
13220 sim_debug=""
13221 fi
13222
13223
13224
13225 # Check whether --enable-sim-stdio was given.
13226 if test "${enable_sim_stdio+set}" = set; then :
13227 enableval=$enable_sim_stdio; case "${enableval}" in
13228 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
13229 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
13230 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
13231 esac
13232 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
13233 echo "Setting stdio flags = $sim_stdio" 6>&1
13234 fi
13235 else
13236 sim_stdio=""
13237 fi
13238
13239
13240
13241 # Check whether --enable-sim-trace was given.
13242 if test "${enable_sim_trace+set}" = set; then :
13243 enableval=$enable_sim_trace; case "${enableval}" in
13244 yes) sim_trace="-DWITH_TRACE=-1";;
13245 no) sim_trace="-DWITH_TRACE=0";;
13246 [-0-9]*)
13247 sim_trace="-DWITH_TRACE='(${enableval})'";;
13248 [[:lower:]]*)
13249 sim_trace=""
13250 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13251 if test x"$sim_trace" = x; then
13252 sim_trace="-DWITH_TRACE='(TRACE_$x"
13253 else
13254 sim_trace="${sim_trace}|TRACE_$x"
13255 fi
13256 done
13257 sim_trace="$sim_trace)'" ;;
13258 esac
13259 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
13260 echo "Setting sim trace = $sim_trace" 6>&1
13261 fi
13262 else
13263 sim_trace=""
13264 fi
13265
13266
13267
13268 # Check whether --enable-sim-profile was given.
13269 if test "${enable_sim_profile+set}" = set; then :
13270 enableval=$enable_sim_profile; case "${enableval}" in
13271 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
13272 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
13273 [-0-9]*)
13274 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
13275 [a-z]*)
13276 sim_profile=""
13277 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13278 if test x"$sim_profile" = x; then
13279 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13280 else
13281 sim_profile="${sim_profile}|PROFILE_$x"
13282 fi
13283 done
13284 sim_profile="$sim_profile)'" ;;
13285 esac
13286 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13287 echo "Setting sim profile = $sim_profile" 6>&1
13288 fi
13289 else
13290 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
13291 fi
13292
13293
13294
13295
13296 # Check whether --with-pkgversion was given.
13297 if test "${with_pkgversion+set}" = set; then :
13298 withval=$with_pkgversion; case "$withval" in
13299 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
13300 no) PKGVERSION= ;;
13301 *) PKGVERSION="($withval) " ;;
13302 esac
13303 else
13304 PKGVERSION="(SIM) "
13305
13306 fi
13307
13308
13309
13310
13311
13312 # Check whether --with-bugurl was given.
13313 if test "${with_bugurl+set}" = set; then :
13314 withval=$with_bugurl; case "$withval" in
13315 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13316 no) BUGURL=
13317 ;;
13318 *) BUGURL="$withval"
13319 ;;
13320 esac
13321 else
13322 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13323
13324 fi
13325
13326 case ${BUGURL} in
13327 "")
13328 REPORT_BUGS_TO=
13329 REPORT_BUGS_TEXI=
13330 ;;
13331 *)
13332 REPORT_BUGS_TO="<$BUGURL>"
13333 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13334 ;;
13335 esac;
13336
13337
13338
13339
13340 cat >>confdefs.h <<_ACEOF
13341 #define PKGVERSION "$PKGVERSION"
13342 _ACEOF
13343
13344
13345 cat >>confdefs.h <<_ACEOF
13346 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13347 _ACEOF
13348
13349
13350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13351 $as_echo_n "checking return type of signal handlers... " >&6; }
13352 if test "${ac_cv_type_signal+set}" = set; then :
13353 $as_echo_n "(cached) " >&6
13354 else
13355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13356 /* end confdefs.h. */
13357 #include <sys/types.h>
13358 #include <signal.h>
13359
13360 int
13361 main ()
13362 {
13363 return *(signal (0, 0)) (0) == 1;
13364 ;
13365 return 0;
13366 }
13367 _ACEOF
13368 if ac_fn_c_try_compile "$LINENO"; then :
13369 ac_cv_type_signal=int
13370 else
13371 ac_cv_type_signal=void
13372 fi
13373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13374 fi
13375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13376 $as_echo "$ac_cv_type_signal" >&6; }
13377
13378 cat >>confdefs.h <<_ACEOF
13379 #define RETSIGTYPE $ac_cv_type_signal
13380 _ACEOF
13381
13382
13383
13384
13385
13386 sim_link_files=
13387 sim_link_links=
13388
13389 # targ-vals.def points to the libc macro description file.
13390 case "${target}" in
13391 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
13392 esac
13393 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
13394 sim_link_links="${sim_link_links} targ-vals.def"
13395
13396
13397
13398
13399 wire_endian="BIG"
13400 default_endian=""
13401 # Check whether --enable-sim-endian was given.
13402 if test "${enable_sim_endian+set}" = set; then :
13403 enableval=$enable_sim_endian; case "${enableval}" in
13404 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13405 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
13406 yes) if test x"$wire_endian" != x; then
13407 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13408 else
13409 if test x"$default_endian" != x; then
13410 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13411 else
13412 echo "No hard-wired endian for target $target" 1>&6
13413 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13414 fi
13415 fi;;
13416 no) if test x"$default_endian" != x; then
13417 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13418 else
13419 if test x"$wire_endian" != x; then
13420 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13421 else
13422 echo "No default endian for target $target" 1>&6
13423 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13424 fi
13425 fi;;
13426 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
13427 esac
13428 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13429 echo "Setting endian flags = $sim_endian" 6>&1
13430 fi
13431 else
13432 if test x"$default_endian" != x; then
13433 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13434 else
13435 if test x"$wire_endian" != x; then
13436 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13437 else
13438 sim_endian=
13439 fi
13440 fi
13441 fi
13442
13443 wire_alignment="NONSTRICT_ALIGNMENT"
13444 default_alignment=""
13445
13446 # Check whether --enable-sim-alignment was given.
13447 if test "${enable_sim_alignment+set}" = set; then :
13448 enableval=$enable_sim_alignment; case "${enableval}" in
13449 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13450 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13451 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13452 yes) if test x"$wire_alignment" != x; then
13453 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13454 else
13455 if test x"$default_alignment" != x; then
13456 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13457 else
13458 echo "No hard-wired alignment for target $target" 1>&6
13459 sim_alignment="-DWITH_ALIGNMENT=0"
13460 fi
13461 fi;;
13462 no) if test x"$default_alignment" != x; then
13463 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13464 else
13465 if test x"$wire_alignment" != x; then
13466 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13467 else
13468 echo "No default alignment for target $target" 1>&6
13469 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13470 fi
13471 fi;;
13472 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
13473 esac
13474 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13475 echo "Setting alignment flags = $sim_alignment" 6>&1
13476 fi
13477 else
13478 if test x"$default_alignment" != x; then
13479 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13480 else
13481 if test x"$wire_alignment" != x; then
13482 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13483 else
13484 sim_alignment=
13485 fi
13486 fi
13487 fi
13488
13489
13490 for ac_header in sys/param.h
13491 do :
13492 ac_fn_c_check_header_mongrel "$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default"
13493 if test "x$ac_cv_header_sys_param_h" = x""yes; then :
13494 cat >>confdefs.h <<_ACEOF
13495 #define HAVE_SYS_PARAM_H 1
13496 _ACEOF
13497
13498 fi
13499
13500 done
13501
13502
13503
13504 ac_sources="$sim_link_files"
13505 ac_dests="$sim_link_links"
13506 while test -n "$ac_sources"; do
13507 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13508 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13509 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13510 done
13511 ac_config_links="$ac_config_links $ac_config_links_1"
13512
13513 cgen_breaks=""
13514 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13515 cgen_breaks="break cgen_rtx_error";
13516 fi
13517
13518 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13519
13520 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13521
13522 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13523
13524 ac_config_commands="$ac_config_commands Makefile"
13525
13526 ac_config_commands="$ac_config_commands stamp-h"
13527
13528 cat >confcache <<\_ACEOF
13529 # This file is a shell script that caches the results of configure
13530 # tests run on this system so they can be shared between configure
13531 # scripts and configure runs, see configure's option --config-cache.
13532 # It is not useful on other systems. If it contains results you don't
13533 # want to keep, you may remove or edit it.
13534 #
13535 # config.status only pays attention to the cache file if you give it
13536 # the --recheck option to rerun configure.
13537 #
13538 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13539 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13540 # following values.
13541
13542 _ACEOF
13543
13544 # The following way of writing the cache mishandles newlines in values,
13545 # but we know of no workaround that is simple, portable, and efficient.
13546 # So, we kill variables containing newlines.
13547 # Ultrix sh set writes to stderr and can't be redirected directly,
13548 # and sets the high bit in the cache file unless we assign to the vars.
13549 (
13550 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13551 eval ac_val=\$$ac_var
13552 case $ac_val in #(
13553 *${as_nl}*)
13554 case $ac_var in #(
13555 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13556 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13557 esac
13558 case $ac_var in #(
13559 _ | IFS | as_nl) ;; #(
13560 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13561 *) { eval $ac_var=; unset $ac_var;} ;;
13562 esac ;;
13563 esac
13564 done
13565
13566 (set) 2>&1 |
13567 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13568 *${as_nl}ac_space=\ *)
13569 # `set' does not quote correctly, so add quotes: double-quote
13570 # substitution turns \\\\ into \\, and sed turns \\ into \.
13571 sed -n \
13572 "s/'/'\\\\''/g;
13573 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13574 ;; #(
13575 *)
13576 # `set' quotes correctly as required by POSIX, so do not add quotes.
13577 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13578 ;;
13579 esac |
13580 sort
13581 ) |
13582 sed '
13583 /^ac_cv_env_/b end
13584 t clear
13585 :clear
13586 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13587 t end
13588 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13589 :end' >>confcache
13590 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13591 if test -w "$cache_file"; then
13592 test "x$cache_file" != "x/dev/null" &&
13593 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13594 $as_echo "$as_me: updating cache $cache_file" >&6;}
13595 cat confcache >$cache_file
13596 else
13597 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13598 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13599 fi
13600 fi
13601 rm -f confcache
13602
13603 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13604 # Let make expand exec_prefix.
13605 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13606
13607 DEFS=-DHAVE_CONFIG_H
13608
13609 ac_libobjs=
13610 ac_ltlibobjs=
13611 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13612 # 1. Remove the extension, and $U if already installed.
13613 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13614 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13615 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13616 # will be set to the directory where LIBOBJS objects are built.
13617 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13618 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13619 done
13620 LIBOBJS=$ac_libobjs
13621
13622 LTLIBOBJS=$ac_ltlibobjs
13623
13624
13625
13626 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13627 as_fn_error "conditional \"GMAKE\" was never defined.
13628 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13629 fi
13630 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13631 as_fn_error "conditional \"PLUGINS\" was never defined.
13632 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13633 fi
13634 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13635 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13636 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13637 fi
13638
13639 : ${CONFIG_STATUS=./config.status}
13640 ac_write_fail=0
13641 ac_clean_files_save=$ac_clean_files
13642 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13643 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13644 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13645 as_write_fail=0
13646 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13647 #! $SHELL
13648 # Generated by $as_me.
13649 # Run this file to recreate the current configuration.
13650 # Compiler output produced by configure, useful for debugging
13651 # configure, is in config.log if it exists.
13652
13653 debug=false
13654 ac_cs_recheck=false
13655 ac_cs_silent=false
13656
13657 SHELL=\${CONFIG_SHELL-$SHELL}
13658 export SHELL
13659 _ASEOF
13660 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13661 ## -------------------- ##
13662 ## M4sh Initialization. ##
13663 ## -------------------- ##
13664
13665 # Be more Bourne compatible
13666 DUALCASE=1; export DUALCASE # for MKS sh
13667 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13668 emulate sh
13669 NULLCMD=:
13670 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13671 # is contrary to our usage. Disable this feature.
13672 alias -g '${1+"$@"}'='"$@"'
13673 setopt NO_GLOB_SUBST
13674 else
13675 case `(set -o) 2>/dev/null` in #(
13676 *posix*) :
13677 set -o posix ;; #(
13678 *) :
13679 ;;
13680 esac
13681 fi
13682
13683
13684 as_nl='
13685 '
13686 export as_nl
13687 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13688 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13689 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13690 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13691 # Prefer a ksh shell builtin over an external printf program on Solaris,
13692 # but without wasting forks for bash or zsh.
13693 if test -z "$BASH_VERSION$ZSH_VERSION" \
13694 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13695 as_echo='print -r --'
13696 as_echo_n='print -rn --'
13697 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13698 as_echo='printf %s\n'
13699 as_echo_n='printf %s'
13700 else
13701 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13702 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13703 as_echo_n='/usr/ucb/echo -n'
13704 else
13705 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13706 as_echo_n_body='eval
13707 arg=$1;
13708 case $arg in #(
13709 *"$as_nl"*)
13710 expr "X$arg" : "X\\(.*\\)$as_nl";
13711 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13712 esac;
13713 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13714 '
13715 export as_echo_n_body
13716 as_echo_n='sh -c $as_echo_n_body as_echo'
13717 fi
13718 export as_echo_body
13719 as_echo='sh -c $as_echo_body as_echo'
13720 fi
13721
13722 # The user is always right.
13723 if test "${PATH_SEPARATOR+set}" != set; then
13724 PATH_SEPARATOR=:
13725 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13726 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13727 PATH_SEPARATOR=';'
13728 }
13729 fi
13730
13731
13732 # IFS
13733 # We need space, tab and new line, in precisely that order. Quoting is
13734 # there to prevent editors from complaining about space-tab.
13735 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13736 # splitting by setting IFS to empty value.)
13737 IFS=" "" $as_nl"
13738
13739 # Find who we are. Look in the path if we contain no directory separator.
13740 case $0 in #((
13741 *[\\/]* ) as_myself=$0 ;;
13742 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13743 for as_dir in $PATH
13744 do
13745 IFS=$as_save_IFS
13746 test -z "$as_dir" && as_dir=.
13747 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13748 done
13749 IFS=$as_save_IFS
13750
13751 ;;
13752 esac
13753 # We did not find ourselves, most probably we were run as `sh COMMAND'
13754 # in which case we are not to be found in the path.
13755 if test "x$as_myself" = x; then
13756 as_myself=$0
13757 fi
13758 if test ! -f "$as_myself"; then
13759 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13760 exit 1
13761 fi
13762
13763 # Unset variables that we do not need and which cause bugs (e.g. in
13764 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13765 # suppresses any "Segmentation fault" message there. '((' could
13766 # trigger a bug in pdksh 5.2.14.
13767 for as_var in BASH_ENV ENV MAIL MAILPATH
13768 do eval test x\${$as_var+set} = xset \
13769 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13770 done
13771 PS1='$ '
13772 PS2='> '
13773 PS4='+ '
13774
13775 # NLS nuisances.
13776 LC_ALL=C
13777 export LC_ALL
13778 LANGUAGE=C
13779 export LANGUAGE
13780
13781 # CDPATH.
13782 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13783
13784
13785 # as_fn_error ERROR [LINENO LOG_FD]
13786 # ---------------------------------
13787 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13788 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13789 # script with status $?, using 1 if that was 0.
13790 as_fn_error ()
13791 {
13792 as_status=$?; test $as_status -eq 0 && as_status=1
13793 if test "$3"; then
13794 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13795 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13796 fi
13797 $as_echo "$as_me: error: $1" >&2
13798 as_fn_exit $as_status
13799 } # as_fn_error
13800
13801
13802 # as_fn_set_status STATUS
13803 # -----------------------
13804 # Set $? to STATUS, without forking.
13805 as_fn_set_status ()
13806 {
13807 return $1
13808 } # as_fn_set_status
13809
13810 # as_fn_exit STATUS
13811 # -----------------
13812 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13813 as_fn_exit ()
13814 {
13815 set +e
13816 as_fn_set_status $1
13817 exit $1
13818 } # as_fn_exit
13819
13820 # as_fn_unset VAR
13821 # ---------------
13822 # Portably unset VAR.
13823 as_fn_unset ()
13824 {
13825 { eval $1=; unset $1;}
13826 }
13827 as_unset=as_fn_unset
13828 # as_fn_append VAR VALUE
13829 # ----------------------
13830 # Append the text in VALUE to the end of the definition contained in VAR. Take
13831 # advantage of any shell optimizations that allow amortized linear growth over
13832 # repeated appends, instead of the typical quadratic growth present in naive
13833 # implementations.
13834 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13835 eval 'as_fn_append ()
13836 {
13837 eval $1+=\$2
13838 }'
13839 else
13840 as_fn_append ()
13841 {
13842 eval $1=\$$1\$2
13843 }
13844 fi # as_fn_append
13845
13846 # as_fn_arith ARG...
13847 # ------------------
13848 # Perform arithmetic evaluation on the ARGs, and store the result in the
13849 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13850 # must be portable across $(()) and expr.
13851 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13852 eval 'as_fn_arith ()
13853 {
13854 as_val=$(( $* ))
13855 }'
13856 else
13857 as_fn_arith ()
13858 {
13859 as_val=`expr "$@" || test $? -eq 1`
13860 }
13861 fi # as_fn_arith
13862
13863
13864 if expr a : '\(a\)' >/dev/null 2>&1 &&
13865 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13866 as_expr=expr
13867 else
13868 as_expr=false
13869 fi
13870
13871 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13872 as_basename=basename
13873 else
13874 as_basename=false
13875 fi
13876
13877 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13878 as_dirname=dirname
13879 else
13880 as_dirname=false
13881 fi
13882
13883 as_me=`$as_basename -- "$0" ||
13884 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13885 X"$0" : 'X\(//\)$' \| \
13886 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13887 $as_echo X/"$0" |
13888 sed '/^.*\/\([^/][^/]*\)\/*$/{
13889 s//\1/
13890 q
13891 }
13892 /^X\/\(\/\/\)$/{
13893 s//\1/
13894 q
13895 }
13896 /^X\/\(\/\).*/{
13897 s//\1/
13898 q
13899 }
13900 s/.*/./; q'`
13901
13902 # Avoid depending upon Character Ranges.
13903 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13904 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13905 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13906 as_cr_digits='0123456789'
13907 as_cr_alnum=$as_cr_Letters$as_cr_digits
13908
13909 ECHO_C= ECHO_N= ECHO_T=
13910 case `echo -n x` in #(((((
13911 -n*)
13912 case `echo 'xy\c'` in
13913 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13914 xy) ECHO_C='\c';;
13915 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13916 ECHO_T=' ';;
13917 esac;;
13918 *)
13919 ECHO_N='-n';;
13920 esac
13921
13922 rm -f conf$$ conf$$.exe conf$$.file
13923 if test -d conf$$.dir; then
13924 rm -f conf$$.dir/conf$$.file
13925 else
13926 rm -f conf$$.dir
13927 mkdir conf$$.dir 2>/dev/null
13928 fi
13929 if (echo >conf$$.file) 2>/dev/null; then
13930 if ln -s conf$$.file conf$$ 2>/dev/null; then
13931 as_ln_s='ln -s'
13932 # ... but there are two gotchas:
13933 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13934 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13935 # In both cases, we have to default to `cp -p'.
13936 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13937 as_ln_s='cp -p'
13938 elif ln conf$$.file conf$$ 2>/dev/null; then
13939 as_ln_s=ln
13940 else
13941 as_ln_s='cp -p'
13942 fi
13943 else
13944 as_ln_s='cp -p'
13945 fi
13946 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13947 rmdir conf$$.dir 2>/dev/null
13948
13949
13950 # as_fn_mkdir_p
13951 # -------------
13952 # Create "$as_dir" as a directory, including parents if necessary.
13953 as_fn_mkdir_p ()
13954 {
13955
13956 case $as_dir in #(
13957 -*) as_dir=./$as_dir;;
13958 esac
13959 test -d "$as_dir" || eval $as_mkdir_p || {
13960 as_dirs=
13961 while :; do
13962 case $as_dir in #(
13963 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13964 *) as_qdir=$as_dir;;
13965 esac
13966 as_dirs="'$as_qdir' $as_dirs"
13967 as_dir=`$as_dirname -- "$as_dir" ||
13968 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13969 X"$as_dir" : 'X\(//\)[^/]' \| \
13970 X"$as_dir" : 'X\(//\)$' \| \
13971 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13972 $as_echo X"$as_dir" |
13973 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13974 s//\1/
13975 q
13976 }
13977 /^X\(\/\/\)[^/].*/{
13978 s//\1/
13979 q
13980 }
13981 /^X\(\/\/\)$/{
13982 s//\1/
13983 q
13984 }
13985 /^X\(\/\).*/{
13986 s//\1/
13987 q
13988 }
13989 s/.*/./; q'`
13990 test -d "$as_dir" && break
13991 done
13992 test -z "$as_dirs" || eval "mkdir $as_dirs"
13993 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13994
13995
13996 } # as_fn_mkdir_p
13997 if mkdir -p . 2>/dev/null; then
13998 as_mkdir_p='mkdir -p "$as_dir"'
13999 else
14000 test -d ./-p && rmdir ./-p
14001 as_mkdir_p=false
14002 fi
14003
14004 if test -x / >/dev/null 2>&1; then
14005 as_test_x='test -x'
14006 else
14007 if ls -dL / >/dev/null 2>&1; then
14008 as_ls_L_option=L
14009 else
14010 as_ls_L_option=
14011 fi
14012 as_test_x='
14013 eval sh -c '\''
14014 if test -d "$1"; then
14015 test -d "$1/.";
14016 else
14017 case $1 in #(
14018 -*)set "./$1";;
14019 esac;
14020 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14021 ???[sx]*):;;*)false;;esac;fi
14022 '\'' sh
14023 '
14024 fi
14025 as_executable_p=$as_test_x
14026
14027 # Sed expression to map a string onto a valid CPP name.
14028 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14029
14030 # Sed expression to map a string onto a valid variable name.
14031 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14032
14033
14034 exec 6>&1
14035 ## ----------------------------------- ##
14036 ## Main body of $CONFIG_STATUS script. ##
14037 ## ----------------------------------- ##
14038 _ASEOF
14039 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14040
14041 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14042 # Save the log message, to keep $0 and so on meaningful, and to
14043 # report actual input values of CONFIG_FILES etc. instead of their
14044 # values after options handling.
14045 ac_log="
14046 This file was extended by $as_me, which was
14047 generated by GNU Autoconf 2.64. Invocation command line was
14048
14049 CONFIG_FILES = $CONFIG_FILES
14050 CONFIG_HEADERS = $CONFIG_HEADERS
14051 CONFIG_LINKS = $CONFIG_LINKS
14052 CONFIG_COMMANDS = $CONFIG_COMMANDS
14053 $ $0 $@
14054
14055 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14056 "
14057
14058 _ACEOF
14059
14060 case $ac_config_files in *"
14061 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14062 esac
14063
14064 case $ac_config_headers in *"
14065 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14066 esac
14067
14068
14069 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14070 # Files that config.status was made for.
14071 config_files="$ac_config_files"
14072 config_headers="$ac_config_headers"
14073 config_links="$ac_config_links"
14074 config_commands="$ac_config_commands"
14075
14076 _ACEOF
14077
14078 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14079 ac_cs_usage="\
14080 \`$as_me' instantiates files and other configuration actions
14081 from templates according to the current configuration. Unless the files
14082 and actions are specified as TAGs, all are instantiated by default.
14083
14084 Usage: $0 [OPTION]... [TAG]...
14085
14086 -h, --help print this help, then exit
14087 -V, --version print version number and configuration settings, then exit
14088 -q, --quiet, --silent
14089 do not print progress messages
14090 -d, --debug don't remove temporary files
14091 --recheck update $as_me by reconfiguring in the same conditions
14092 --file=FILE[:TEMPLATE]
14093 instantiate the configuration file FILE
14094 --header=FILE[:TEMPLATE]
14095 instantiate the configuration header FILE
14096
14097 Configuration files:
14098 $config_files
14099
14100 Configuration headers:
14101 $config_headers
14102
14103 Configuration links:
14104 $config_links
14105
14106 Configuration commands:
14107 $config_commands
14108
14109 Report bugs to the package provider."
14110
14111 _ACEOF
14112 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14113 ac_cs_version="\\
14114 config.status
14115 configured by $0, generated by GNU Autoconf 2.64,
14116 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14117
14118 Copyright (C) 2009 Free Software Foundation, Inc.
14119 This config.status script is free software; the Free Software Foundation
14120 gives unlimited permission to copy, distribute and modify it."
14121
14122 ac_pwd='$ac_pwd'
14123 srcdir='$srcdir'
14124 INSTALL='$INSTALL'
14125 AWK='$AWK'
14126 test -n "\$AWK" || AWK=awk
14127 _ACEOF
14128
14129 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14130 # The default lists apply if the user does not specify any file.
14131 ac_need_defaults=:
14132 while test $# != 0
14133 do
14134 case $1 in
14135 --*=*)
14136 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14137 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14138 ac_shift=:
14139 ;;
14140 *)
14141 ac_option=$1
14142 ac_optarg=$2
14143 ac_shift=shift
14144 ;;
14145 esac
14146
14147 case $ac_option in
14148 # Handling of the options.
14149 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14150 ac_cs_recheck=: ;;
14151 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14152 $as_echo "$ac_cs_version"; exit ;;
14153 --debug | --debu | --deb | --de | --d | -d )
14154 debug=: ;;
14155 --file | --fil | --fi | --f )
14156 $ac_shift
14157 case $ac_optarg in
14158 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14159 esac
14160 as_fn_append CONFIG_FILES " '$ac_optarg'"
14161 ac_need_defaults=false;;
14162 --header | --heade | --head | --hea )
14163 $ac_shift
14164 case $ac_optarg in
14165 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14166 esac
14167 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14168 ac_need_defaults=false;;
14169 --he | --h)
14170 # Conflict between --help and --header
14171 as_fn_error "ambiguous option: \`$1'
14172 Try \`$0 --help' for more information.";;
14173 --help | --hel | -h )
14174 $as_echo "$ac_cs_usage"; exit ;;
14175 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14176 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14177 ac_cs_silent=: ;;
14178
14179 # This is an error.
14180 -*) as_fn_error "unrecognized option: \`$1'
14181 Try \`$0 --help' for more information." ;;
14182
14183 *) as_fn_append ac_config_targets " $1"
14184 ac_need_defaults=false ;;
14185
14186 esac
14187 shift
14188 done
14189
14190 ac_configure_extra_args=
14191
14192 if $ac_cs_silent; then
14193 exec 6>/dev/null
14194 ac_configure_extra_args="$ac_configure_extra_args --silent"
14195 fi
14196
14197 _ACEOF
14198 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14199 if \$ac_cs_recheck; then
14200 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14201 shift
14202 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14203 CONFIG_SHELL='$SHELL'
14204 export CONFIG_SHELL
14205 exec "\$@"
14206 fi
14207
14208 _ACEOF
14209 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14210 exec 5>>config.log
14211 {
14212 echo
14213 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14214 ## Running $as_me. ##
14215 _ASBOX
14216 $as_echo "$ac_log"
14217 } >&5
14218
14219 _ACEOF
14220 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14221 #
14222 # INIT-COMMANDS
14223 #
14224 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14225
14226
14227 # The HP-UX ksh and POSIX shell print the target directory to stdout
14228 # if CDPATH is set.
14229 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14230
14231 sed_quote_subst='$sed_quote_subst'
14232 double_quote_subst='$double_quote_subst'
14233 delay_variable_subst='$delay_variable_subst'
14234 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14235 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14236 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14237 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14238 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14239 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14240 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14241 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14242 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14243 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14244 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14245 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14246 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14247 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14248 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14249 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14250 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14251 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14252 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14253 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14254 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14255 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14256 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14257 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14258 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14259 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14260 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14261 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14262 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14263 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14264 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14265 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14266 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14267 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14268 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14269 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14270 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14271 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14272 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14273 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14274 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14275 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14276 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14277 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14278 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14279 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14280 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14281 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14282 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"`'
14283 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14284 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14285 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14286 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14287 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14288 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14289 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14290 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14291 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14292 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14293 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14294 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14295 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14296 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14297 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14298 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14299 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14300 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14301 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14302 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14303 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14304 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14305 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14306 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14307 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14308 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14309 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14310 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14311 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14312 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14313 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14314 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14315 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14316 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14317 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14318 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14319 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14320 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14321 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14322 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14323 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14324 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14325 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14326 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14327 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14328 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14329 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14330 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14331 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14332 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14333 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14334 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14335 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14336 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14337 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14338 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14339 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14340 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14341 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14342 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14343 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14344 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14345 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14346 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14347 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14348 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14349 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14350 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14351 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14352 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14353 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14354
14355 LTCC='$LTCC'
14356 LTCFLAGS='$LTCFLAGS'
14357 compiler='$compiler_DEFAULT'
14358
14359 # A function that is used when there is no print builtin or printf.
14360 func_fallback_echo ()
14361 {
14362 eval 'cat <<_LTECHO_EOF
14363 \$1
14364 _LTECHO_EOF'
14365 }
14366
14367 # Quote evaled strings.
14368 for var in SHELL \
14369 ECHO \
14370 SED \
14371 GREP \
14372 EGREP \
14373 FGREP \
14374 LD \
14375 NM \
14376 LN_S \
14377 lt_SP2NL \
14378 lt_NL2SP \
14379 reload_flag \
14380 OBJDUMP \
14381 deplibs_check_method \
14382 file_magic_cmd \
14383 AR \
14384 AR_FLAGS \
14385 STRIP \
14386 RANLIB \
14387 CC \
14388 CFLAGS \
14389 compiler \
14390 lt_cv_sys_global_symbol_pipe \
14391 lt_cv_sys_global_symbol_to_cdecl \
14392 lt_cv_sys_global_symbol_to_c_name_address \
14393 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14394 lt_prog_compiler_no_builtin_flag \
14395 lt_prog_compiler_wl \
14396 lt_prog_compiler_pic \
14397 lt_prog_compiler_static \
14398 lt_cv_prog_compiler_c_o \
14399 need_locks \
14400 DSYMUTIL \
14401 NMEDIT \
14402 LIPO \
14403 OTOOL \
14404 OTOOL64 \
14405 shrext_cmds \
14406 export_dynamic_flag_spec \
14407 whole_archive_flag_spec \
14408 compiler_needs_object \
14409 with_gnu_ld \
14410 allow_undefined_flag \
14411 no_undefined_flag \
14412 hardcode_libdir_flag_spec \
14413 hardcode_libdir_flag_spec_ld \
14414 hardcode_libdir_separator \
14415 fix_srcfile_path \
14416 exclude_expsyms \
14417 include_expsyms \
14418 file_list_spec \
14419 variables_saved_for_relink \
14420 libname_spec \
14421 library_names_spec \
14422 soname_spec \
14423 install_override_mode \
14424 finish_eval \
14425 old_striplib \
14426 striplib; do
14427 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14428 *[\\\\\\\`\\"\\\$]*)
14429 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14430 ;;
14431 *)
14432 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14433 ;;
14434 esac
14435 done
14436
14437 # Double-quote double-evaled strings.
14438 for var in reload_cmds \
14439 old_postinstall_cmds \
14440 old_postuninstall_cmds \
14441 old_archive_cmds \
14442 extract_expsyms_cmds \
14443 old_archive_from_new_cmds \
14444 old_archive_from_expsyms_cmds \
14445 archive_cmds \
14446 archive_expsym_cmds \
14447 module_cmds \
14448 module_expsym_cmds \
14449 export_symbols_cmds \
14450 prelink_cmds \
14451 postinstall_cmds \
14452 postuninstall_cmds \
14453 finish_cmds \
14454 sys_lib_search_path_spec \
14455 sys_lib_dlsearch_path_spec; do
14456 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14457 *[\\\\\\\`\\"\\\$]*)
14458 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14459 ;;
14460 *)
14461 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14462 ;;
14463 esac
14464 done
14465
14466 ac_aux_dir='$ac_aux_dir'
14467 xsi_shell='$xsi_shell'
14468 lt_shell_append='$lt_shell_append'
14469
14470 # See if we are running on zsh, and set the options which allow our
14471 # commands through without removal of \ escapes INIT.
14472 if test -n "\${ZSH_VERSION+set}" ; then
14473 setopt NO_GLOB_SUBST
14474 fi
14475
14476
14477 PACKAGE='$PACKAGE'
14478 VERSION='$VERSION'
14479 TIMESTAMP='$TIMESTAMP'
14480 RM='$RM'
14481 ofile='$ofile'
14482
14483
14484
14485
14486 _ACEOF
14487
14488 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14489
14490 # Handling of arguments.
14491 for ac_config_target in $ac_config_targets
14492 do
14493 case $ac_config_target in
14494 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14495 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14496 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14497 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14498 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14499 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14500 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14501 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14502 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14503
14504 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14505 esac
14506 done
14507
14508
14509 # If the user did not use the arguments to specify the items to instantiate,
14510 # then the envvar interface is used. Set only those that are not.
14511 # We use the long form for the default assignment because of an extremely
14512 # bizarre bug on SunOS 4.1.3.
14513 if $ac_need_defaults; then
14514 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14515 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14516 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14517 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14518 fi
14519
14520 # Have a temporary directory for convenience. Make it in the build tree
14521 # simply because there is no reason against having it here, and in addition,
14522 # creating and moving files from /tmp can sometimes cause problems.
14523 # Hook for its removal unless debugging.
14524 # Note that there is a small window in which the directory will not be cleaned:
14525 # after its creation but before its name has been assigned to `$tmp'.
14526 $debug ||
14527 {
14528 tmp=
14529 trap 'exit_status=$?
14530 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14531 ' 0
14532 trap 'as_fn_exit 1' 1 2 13 15
14533 }
14534 # Create a (secure) tmp directory for tmp files.
14535
14536 {
14537 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14538 test -n "$tmp" && test -d "$tmp"
14539 } ||
14540 {
14541 tmp=./conf$$-$RANDOM
14542 (umask 077 && mkdir "$tmp")
14543 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14544
14545 # Set up the scripts for CONFIG_FILES section.
14546 # No need to generate them if there are no CONFIG_FILES.
14547 # This happens for instance with `./config.status config.h'.
14548 if test -n "$CONFIG_FILES"; then
14549
14550
14551 ac_cr=`echo X | tr X '\015'`
14552 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14553 # But we know of no other shell where ac_cr would be empty at this
14554 # point, so we can use a bashism as a fallback.
14555 if test "x$ac_cr" = x; then
14556 eval ac_cr=\$\'\\r\'
14557 fi
14558 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14559 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14560 ac_cs_awk_cr='\r'
14561 else
14562 ac_cs_awk_cr=$ac_cr
14563 fi
14564
14565 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14566 _ACEOF
14567
14568
14569 {
14570 echo "cat >conf$$subs.awk <<_ACEOF" &&
14571 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14572 echo "_ACEOF"
14573 } >conf$$subs.sh ||
14574 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14575 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14576 ac_delim='%!_!# '
14577 for ac_last_try in false false false false false :; do
14578 . ./conf$$subs.sh ||
14579 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14580
14581 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14582 if test $ac_delim_n = $ac_delim_num; then
14583 break
14584 elif $ac_last_try; then
14585 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14586 else
14587 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14588 fi
14589 done
14590 rm -f conf$$subs.sh
14591
14592 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14593 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14594 _ACEOF
14595 sed -n '
14596 h
14597 s/^/S["/; s/!.*/"]=/
14598 p
14599 g
14600 s/^[^!]*!//
14601 :repl
14602 t repl
14603 s/'"$ac_delim"'$//
14604 t delim
14605 :nl
14606 h
14607 s/\(.\{148\}\).*/\1/
14608 t more1
14609 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14610 p
14611 n
14612 b repl
14613 :more1
14614 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14615 p
14616 g
14617 s/.\{148\}//
14618 t nl
14619 :delim
14620 h
14621 s/\(.\{148\}\).*/\1/
14622 t more2
14623 s/["\\]/\\&/g; s/^/"/; s/$/"/
14624 p
14625 b
14626 :more2
14627 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14628 p
14629 g
14630 s/.\{148\}//
14631 t delim
14632 ' <conf$$subs.awk | sed '
14633 /^[^""]/{
14634 N
14635 s/\n//
14636 }
14637 ' >>$CONFIG_STATUS || ac_write_fail=1
14638 rm -f conf$$subs.awk
14639 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14640 _ACAWK
14641 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14642 for (key in S) S_is_set[key] = 1
14643 FS = "\a"
14644
14645 }
14646 {
14647 line = $ 0
14648 nfields = split(line, field, "@")
14649 substed = 0
14650 len = length(field[1])
14651 for (i = 2; i < nfields; i++) {
14652 key = field[i]
14653 keylen = length(key)
14654 if (S_is_set[key]) {
14655 value = S[key]
14656 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14657 len += length(value) + length(field[++i])
14658 substed = 1
14659 } else
14660 len += 1 + keylen
14661 }
14662
14663 print line
14664 }
14665
14666 _ACAWK
14667 _ACEOF
14668 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14669 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14670 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14671 else
14672 cat
14673 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14674 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14675 _ACEOF
14676
14677 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14678 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14679 # trailing colons and then remove the whole line if VPATH becomes empty
14680 # (actually we leave an empty line to preserve line numbers).
14681 if test "x$srcdir" = x.; then
14682 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14683 s/:*\$(srcdir):*/:/
14684 s/:*\${srcdir}:*/:/
14685 s/:*@srcdir@:*/:/
14686 s/^\([^=]*=[ ]*\):*/\1/
14687 s/:*$//
14688 s/^[^=]*=[ ]*$//
14689 }'
14690 fi
14691
14692 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14693 fi # test -n "$CONFIG_FILES"
14694
14695 # Set up the scripts for CONFIG_HEADERS section.
14696 # No need to generate them if there are no CONFIG_HEADERS.
14697 # This happens for instance with `./config.status Makefile'.
14698 if test -n "$CONFIG_HEADERS"; then
14699 cat >"$tmp/defines.awk" <<\_ACAWK ||
14700 BEGIN {
14701 _ACEOF
14702
14703 # Transform confdefs.h into an awk script `defines.awk', embedded as
14704 # here-document in config.status, that substitutes the proper values into
14705 # config.h.in to produce config.h.
14706
14707 # Create a delimiter string that does not exist in confdefs.h, to ease
14708 # handling of long lines.
14709 ac_delim='%!_!# '
14710 for ac_last_try in false false :; do
14711 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14712 if test -z "$ac_t"; then
14713 break
14714 elif $ac_last_try; then
14715 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14716 else
14717 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14718 fi
14719 done
14720
14721 # For the awk script, D is an array of macro values keyed by name,
14722 # likewise P contains macro parameters if any. Preserve backslash
14723 # newline sequences.
14724
14725 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14726 sed -n '
14727 s/.\{148\}/&'"$ac_delim"'/g
14728 t rset
14729 :rset
14730 s/^[ ]*#[ ]*define[ ][ ]*/ /
14731 t def
14732 d
14733 :def
14734 s/\\$//
14735 t bsnl
14736 s/["\\]/\\&/g
14737 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14738 D["\1"]=" \3"/p
14739 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14740 d
14741 :bsnl
14742 s/["\\]/\\&/g
14743 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14744 D["\1"]=" \3\\\\\\n"\\/p
14745 t cont
14746 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14747 t cont
14748 d
14749 :cont
14750 n
14751 s/.\{148\}/&'"$ac_delim"'/g
14752 t clear
14753 :clear
14754 s/\\$//
14755 t bsnlc
14756 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14757 d
14758 :bsnlc
14759 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14760 b cont
14761 ' <confdefs.h | sed '
14762 s/'"$ac_delim"'/"\\\
14763 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14764
14765 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14766 for (key in D) D_is_set[key] = 1
14767 FS = "\a"
14768 }
14769 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14770 line = \$ 0
14771 split(line, arg, " ")
14772 if (arg[1] == "#") {
14773 defundef = arg[2]
14774 mac1 = arg[3]
14775 } else {
14776 defundef = substr(arg[1], 2)
14777 mac1 = arg[2]
14778 }
14779 split(mac1, mac2, "(") #)
14780 macro = mac2[1]
14781 prefix = substr(line, 1, index(line, defundef) - 1)
14782 if (D_is_set[macro]) {
14783 # Preserve the white space surrounding the "#".
14784 print prefix "define", macro P[macro] D[macro]
14785 next
14786 } else {
14787 # Replace #undef with comments. This is necessary, for example,
14788 # in the case of _POSIX_SOURCE, which is predefined and required
14789 # on some systems where configure will not decide to define it.
14790 if (defundef == "undef") {
14791 print "/*", prefix defundef, macro, "*/"
14792 next
14793 }
14794 }
14795 }
14796 { print }
14797 _ACAWK
14798 _ACEOF
14799 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14800 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14801 fi # test -n "$CONFIG_HEADERS"
14802
14803
14804 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14805 shift
14806 for ac_tag
14807 do
14808 case $ac_tag in
14809 :[FHLC]) ac_mode=$ac_tag; continue;;
14810 esac
14811 case $ac_mode$ac_tag in
14812 :[FHL]*:*);;
14813 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14814 :[FH]-) ac_tag=-:-;;
14815 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14816 esac
14817 ac_save_IFS=$IFS
14818 IFS=:
14819 set x $ac_tag
14820 IFS=$ac_save_IFS
14821 shift
14822 ac_file=$1
14823 shift
14824
14825 case $ac_mode in
14826 :L) ac_source=$1;;
14827 :[FH])
14828 ac_file_inputs=
14829 for ac_f
14830 do
14831 case $ac_f in
14832 -) ac_f="$tmp/stdin";;
14833 *) # Look for the file first in the build tree, then in the source tree
14834 # (if the path is not absolute). The absolute path cannot be DOS-style,
14835 # because $ac_f cannot contain `:'.
14836 test -f "$ac_f" ||
14837 case $ac_f in
14838 [\\/$]*) false;;
14839 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14840 esac ||
14841 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14842 esac
14843 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14844 as_fn_append ac_file_inputs " '$ac_f'"
14845 done
14846
14847 # Let's still pretend it is `configure' which instantiates (i.e., don't
14848 # use $as_me), people would be surprised to read:
14849 # /* config.h. Generated by config.status. */
14850 configure_input='Generated from '`
14851 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14852 `' by configure.'
14853 if test x"$ac_file" != x-; then
14854 configure_input="$ac_file. $configure_input"
14855 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14856 $as_echo "$as_me: creating $ac_file" >&6;}
14857 fi
14858 # Neutralize special characters interpreted by sed in replacement strings.
14859 case $configure_input in #(
14860 *\&* | *\|* | *\\* )
14861 ac_sed_conf_input=`$as_echo "$configure_input" |
14862 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14863 *) ac_sed_conf_input=$configure_input;;
14864 esac
14865
14866 case $ac_tag in
14867 *:-:* | *:-) cat >"$tmp/stdin" \
14868 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14869 esac
14870 ;;
14871 esac
14872
14873 ac_dir=`$as_dirname -- "$ac_file" ||
14874 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14875 X"$ac_file" : 'X\(//\)[^/]' \| \
14876 X"$ac_file" : 'X\(//\)$' \| \
14877 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14878 $as_echo X"$ac_file" |
14879 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14880 s//\1/
14881 q
14882 }
14883 /^X\(\/\/\)[^/].*/{
14884 s//\1/
14885 q
14886 }
14887 /^X\(\/\/\)$/{
14888 s//\1/
14889 q
14890 }
14891 /^X\(\/\).*/{
14892 s//\1/
14893 q
14894 }
14895 s/.*/./; q'`
14896 as_dir="$ac_dir"; as_fn_mkdir_p
14897 ac_builddir=.
14898
14899 case "$ac_dir" in
14900 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14901 *)
14902 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14903 # A ".." for each directory in $ac_dir_suffix.
14904 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14905 case $ac_top_builddir_sub in
14906 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14907 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14908 esac ;;
14909 esac
14910 ac_abs_top_builddir=$ac_pwd
14911 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14912 # for backward compatibility:
14913 ac_top_builddir=$ac_top_build_prefix
14914
14915 case $srcdir in
14916 .) # We are building in place.
14917 ac_srcdir=.
14918 ac_top_srcdir=$ac_top_builddir_sub
14919 ac_abs_top_srcdir=$ac_pwd ;;
14920 [\\/]* | ?:[\\/]* ) # Absolute name.
14921 ac_srcdir=$srcdir$ac_dir_suffix;
14922 ac_top_srcdir=$srcdir
14923 ac_abs_top_srcdir=$srcdir ;;
14924 *) # Relative name.
14925 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14926 ac_top_srcdir=$ac_top_build_prefix$srcdir
14927 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14928 esac
14929 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14930
14931
14932 case $ac_mode in
14933 :F)
14934 #
14935 # CONFIG_FILE
14936 #
14937
14938 case $INSTALL in
14939 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14940 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14941 esac
14942 _ACEOF
14943
14944 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14945 # If the template does not know about datarootdir, expand it.
14946 # FIXME: This hack should be removed a few years after 2.60.
14947 ac_datarootdir_hack=; ac_datarootdir_seen=
14948 ac_sed_dataroot='
14949 /datarootdir/ {
14950 p
14951 q
14952 }
14953 /@datadir@/p
14954 /@docdir@/p
14955 /@infodir@/p
14956 /@localedir@/p
14957 /@mandir@/p'
14958 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14959 *datarootdir*) ac_datarootdir_seen=yes;;
14960 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14961 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14962 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14963 _ACEOF
14964 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14965 ac_datarootdir_hack='
14966 s&@datadir@&$datadir&g
14967 s&@docdir@&$docdir&g
14968 s&@infodir@&$infodir&g
14969 s&@localedir@&$localedir&g
14970 s&@mandir@&$mandir&g
14971 s&\\\${datarootdir}&$datarootdir&g' ;;
14972 esac
14973 _ACEOF
14974
14975 # Neutralize VPATH when `$srcdir' = `.'.
14976 # Shell code in configure.ac might set extrasub.
14977 # FIXME: do we really want to maintain this feature?
14978 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14979 ac_sed_extra="$ac_vpsub
14980 $extrasub
14981 _ACEOF
14982 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14983 :t
14984 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14985 s|@configure_input@|$ac_sed_conf_input|;t t
14986 s&@top_builddir@&$ac_top_builddir_sub&;t t
14987 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14988 s&@srcdir@&$ac_srcdir&;t t
14989 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14990 s&@top_srcdir@&$ac_top_srcdir&;t t
14991 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14992 s&@builddir@&$ac_builddir&;t t
14993 s&@abs_builddir@&$ac_abs_builddir&;t t
14994 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14995 s&@INSTALL@&$ac_INSTALL&;t t
14996 $ac_datarootdir_hack
14997 "
14998 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14999 || as_fn_error "could not create $ac_file" "$LINENO" 5
15000
15001 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15002 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15003 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15004 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15005 which seems to be undefined. Please make sure it is defined." >&5
15006 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15007 which seems to be undefined. Please make sure it is defined." >&2;}
15008
15009 rm -f "$tmp/stdin"
15010 case $ac_file in
15011 -) cat "$tmp/out" && rm -f "$tmp/out";;
15012 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15013 esac \
15014 || as_fn_error "could not create $ac_file" "$LINENO" 5
15015 ;;
15016 :H)
15017 #
15018 # CONFIG_HEADER
15019 #
15020 if test x"$ac_file" != x-; then
15021 {
15022 $as_echo "/* $configure_input */" \
15023 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15024 } >"$tmp/config.h" \
15025 || as_fn_error "could not create $ac_file" "$LINENO" 5
15026 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15027 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15028 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15029 else
15030 rm -f "$ac_file"
15031 mv "$tmp/config.h" "$ac_file" \
15032 || as_fn_error "could not create $ac_file" "$LINENO" 5
15033 fi
15034 else
15035 $as_echo "/* $configure_input */" \
15036 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15037 || as_fn_error "could not create -" "$LINENO" 5
15038 fi
15039 ;;
15040 :L)
15041 #
15042 # CONFIG_LINK
15043 #
15044
15045 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15046 :
15047 else
15048 # Prefer the file from the source tree if names are identical.
15049 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15050 ac_source=$srcdir/$ac_source
15051 fi
15052
15053 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15054 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
15055
15056 if test ! -r "$ac_source"; then
15057 as_fn_error "$ac_source: file not found" "$LINENO" 5
15058 fi
15059 rm -f "$ac_file"
15060
15061 # Try a relative symlink, then a hard link, then a copy.
15062 case $srcdir in
15063 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15064 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15065 esac
15066 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15067 ln "$ac_source" "$ac_file" 2>/dev/null ||
15068 cp -p "$ac_source" "$ac_file" ||
15069 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15070 fi
15071 ;;
15072 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15073 $as_echo "$as_me: executing $ac_file commands" >&6;}
15074 ;;
15075 esac
15076
15077
15078 case $ac_file$ac_mode in
15079 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
15080 "libtool":C)
15081
15082 # See if we are running on zsh, and set the options which allow our
15083 # commands through without removal of \ escapes.
15084 if test -n "${ZSH_VERSION+set}" ; then
15085 setopt NO_GLOB_SUBST
15086 fi
15087
15088 cfgfile="${ofile}T"
15089 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15090 $RM "$cfgfile"
15091
15092 cat <<_LT_EOF >> "$cfgfile"
15093 #! $SHELL
15094
15095 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15096 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15097 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15098 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15099 #
15100 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15101 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15102 # Written by Gordon Matzigkeit, 1996
15103 #
15104 # This file is part of GNU Libtool.
15105 #
15106 # GNU Libtool is free software; you can redistribute it and/or
15107 # modify it under the terms of the GNU General Public License as
15108 # published by the Free Software Foundation; either version 2 of
15109 # the License, or (at your option) any later version.
15110 #
15111 # As a special exception to the GNU General Public License,
15112 # if you distribute this file as part of a program or library that
15113 # is built using GNU Libtool, you may include this file under the
15114 # same distribution terms that you use for the rest of that program.
15115 #
15116 # GNU Libtool is distributed in the hope that it will be useful,
15117 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15118 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15119 # GNU General Public License for more details.
15120 #
15121 # You should have received a copy of the GNU General Public License
15122 # along with GNU Libtool; see the file COPYING. If not, a copy
15123 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15124 # obtained by writing to the Free Software Foundation, Inc.,
15125 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15126
15127
15128 # The names of the tagged configurations supported by this script.
15129 available_tags=""
15130
15131 # ### BEGIN LIBTOOL CONFIG
15132
15133 # Which release of libtool.m4 was used?
15134 macro_version=$macro_version
15135 macro_revision=$macro_revision
15136
15137 # Whether or not to build shared libraries.
15138 build_libtool_libs=$enable_shared
15139
15140 # Whether or not to build static libraries.
15141 build_old_libs=$enable_static
15142
15143 # What type of objects to build.
15144 pic_mode=$pic_mode
15145
15146 # Whether or not to optimize for fast installation.
15147 fast_install=$enable_fast_install
15148
15149 # Shell to use when invoking shell scripts.
15150 SHELL=$lt_SHELL
15151
15152 # An echo program that protects backslashes.
15153 ECHO=$lt_ECHO
15154
15155 # The host system.
15156 host_alias=$host_alias
15157 host=$host
15158 host_os=$host_os
15159
15160 # The build system.
15161 build_alias=$build_alias
15162 build=$build
15163 build_os=$build_os
15164
15165 # A sed program that does not truncate output.
15166 SED=$lt_SED
15167
15168 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15169 Xsed="\$SED -e 1s/^X//"
15170
15171 # A grep program that handles long lines.
15172 GREP=$lt_GREP
15173
15174 # An ERE matcher.
15175 EGREP=$lt_EGREP
15176
15177 # A literal string matcher.
15178 FGREP=$lt_FGREP
15179
15180 # A BSD- or MS-compatible name lister.
15181 NM=$lt_NM
15182
15183 # Whether we need soft or hard links.
15184 LN_S=$lt_LN_S
15185
15186 # What is the maximum length of a command?
15187 max_cmd_len=$max_cmd_len
15188
15189 # Object file suffix (normally "o").
15190 objext=$ac_objext
15191
15192 # Executable file suffix (normally "").
15193 exeext=$exeext
15194
15195 # whether the shell understands "unset".
15196 lt_unset=$lt_unset
15197
15198 # turn spaces into newlines.
15199 SP2NL=$lt_lt_SP2NL
15200
15201 # turn newlines into spaces.
15202 NL2SP=$lt_lt_NL2SP
15203
15204 # An object symbol dumper.
15205 OBJDUMP=$lt_OBJDUMP
15206
15207 # Method to check whether dependent libraries are shared objects.
15208 deplibs_check_method=$lt_deplibs_check_method
15209
15210 # Command to use when deplibs_check_method == "file_magic".
15211 file_magic_cmd=$lt_file_magic_cmd
15212
15213 # The archiver.
15214 AR=$lt_AR
15215 AR_FLAGS=$lt_AR_FLAGS
15216
15217 # A symbol stripping program.
15218 STRIP=$lt_STRIP
15219
15220 # Commands used to install an old-style archive.
15221 RANLIB=$lt_RANLIB
15222 old_postinstall_cmds=$lt_old_postinstall_cmds
15223 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15224
15225 # Whether to use a lock for old archive extraction.
15226 lock_old_archive_extraction=$lock_old_archive_extraction
15227
15228 # A C compiler.
15229 LTCC=$lt_CC
15230
15231 # LTCC compiler flags.
15232 LTCFLAGS=$lt_CFLAGS
15233
15234 # Take the output of nm and produce a listing of raw symbols and C names.
15235 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15236
15237 # Transform the output of nm in a proper C declaration.
15238 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15239
15240 # Transform the output of nm in a C name address pair.
15241 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15242
15243 # Transform the output of nm in a C name address pair when lib prefix is needed.
15244 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15245
15246 # The name of the directory that contains temporary libtool files.
15247 objdir=$objdir
15248
15249 # Used to examine libraries when file_magic_cmd begins with "file".
15250 MAGIC_CMD=$MAGIC_CMD
15251
15252 # Must we lock files when doing compilation?
15253 need_locks=$lt_need_locks
15254
15255 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15256 DSYMUTIL=$lt_DSYMUTIL
15257
15258 # Tool to change global to local symbols on Mac OS X.
15259 NMEDIT=$lt_NMEDIT
15260
15261 # Tool to manipulate fat objects and archives on Mac OS X.
15262 LIPO=$lt_LIPO
15263
15264 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15265 OTOOL=$lt_OTOOL
15266
15267 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15268 OTOOL64=$lt_OTOOL64
15269
15270 # Old archive suffix (normally "a").
15271 libext=$libext
15272
15273 # Shared library suffix (normally ".so").
15274 shrext_cmds=$lt_shrext_cmds
15275
15276 # The commands to extract the exported symbol list from a shared archive.
15277 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15278
15279 # Variables whose values should be saved in libtool wrapper scripts and
15280 # restored at link time.
15281 variables_saved_for_relink=$lt_variables_saved_for_relink
15282
15283 # Do we need the "lib" prefix for modules?
15284 need_lib_prefix=$need_lib_prefix
15285
15286 # Do we need a version for libraries?
15287 need_version=$need_version
15288
15289 # Library versioning type.
15290 version_type=$version_type
15291
15292 # Shared library runtime path variable.
15293 runpath_var=$runpath_var
15294
15295 # Shared library path variable.
15296 shlibpath_var=$shlibpath_var
15297
15298 # Is shlibpath searched before the hard-coded library search path?
15299 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15300
15301 # Format of library name prefix.
15302 libname_spec=$lt_libname_spec
15303
15304 # List of archive names. First name is the real one, the rest are links.
15305 # The last name is the one that the linker finds with -lNAME
15306 library_names_spec=$lt_library_names_spec
15307
15308 # The coded name of the library, if different from the real name.
15309 soname_spec=$lt_soname_spec
15310
15311 # Permission mode override for installation of shared libraries.
15312 install_override_mode=$lt_install_override_mode
15313
15314 # Command to use after installation of a shared archive.
15315 postinstall_cmds=$lt_postinstall_cmds
15316
15317 # Command to use after uninstallation of a shared archive.
15318 postuninstall_cmds=$lt_postuninstall_cmds
15319
15320 # Commands used to finish a libtool library installation in a directory.
15321 finish_cmds=$lt_finish_cmds
15322
15323 # As "finish_cmds", except a single script fragment to be evaled but
15324 # not shown.
15325 finish_eval=$lt_finish_eval
15326
15327 # Whether we should hardcode library paths into libraries.
15328 hardcode_into_libs=$hardcode_into_libs
15329
15330 # Compile-time system search path for libraries.
15331 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15332
15333 # Run-time system search path for libraries.
15334 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15335
15336 # Whether dlopen is supported.
15337 dlopen_support=$enable_dlopen
15338
15339 # Whether dlopen of programs is supported.
15340 dlopen_self=$enable_dlopen_self
15341
15342 # Whether dlopen of statically linked programs is supported.
15343 dlopen_self_static=$enable_dlopen_self_static
15344
15345 # Commands to strip libraries.
15346 old_striplib=$lt_old_striplib
15347 striplib=$lt_striplib
15348
15349
15350 # The linker used to build libraries.
15351 LD=$lt_LD
15352
15353 # How to create reloadable object files.
15354 reload_flag=$lt_reload_flag
15355 reload_cmds=$lt_reload_cmds
15356
15357 # Commands used to build an old-style archive.
15358 old_archive_cmds=$lt_old_archive_cmds
15359
15360 # A language specific compiler.
15361 CC=$lt_compiler
15362
15363 # Is the compiler the GNU compiler?
15364 with_gcc=$GCC
15365
15366 # Compiler flag to turn off builtin functions.
15367 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15368
15369 # How to pass a linker flag through the compiler.
15370 wl=$lt_lt_prog_compiler_wl
15371
15372 # Additional compiler flags for building library objects.
15373 pic_flag=$lt_lt_prog_compiler_pic
15374
15375 # Compiler flag to prevent dynamic linking.
15376 link_static_flag=$lt_lt_prog_compiler_static
15377
15378 # Does compiler simultaneously support -c and -o options?
15379 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15380
15381 # Whether or not to add -lc for building shared libraries.
15382 build_libtool_need_lc=$archive_cmds_need_lc
15383
15384 # Whether or not to disallow shared libs when runtime libs are static.
15385 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15386
15387 # Compiler flag to allow reflexive dlopens.
15388 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15389
15390 # Compiler flag to generate shared objects directly from archives.
15391 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15392
15393 # Whether the compiler copes with passing no objects directly.
15394 compiler_needs_object=$lt_compiler_needs_object
15395
15396 # Create an old-style archive from a shared archive.
15397 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15398
15399 # Create a temporary old-style archive to link instead of a shared archive.
15400 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15401
15402 # Commands used to build a shared archive.
15403 archive_cmds=$lt_archive_cmds
15404 archive_expsym_cmds=$lt_archive_expsym_cmds
15405
15406 # Commands used to build a loadable module if different from building
15407 # a shared archive.
15408 module_cmds=$lt_module_cmds
15409 module_expsym_cmds=$lt_module_expsym_cmds
15410
15411 # Whether we are building with GNU ld or not.
15412 with_gnu_ld=$lt_with_gnu_ld
15413
15414 # Flag that allows shared libraries with undefined symbols to be built.
15415 allow_undefined_flag=$lt_allow_undefined_flag
15416
15417 # Flag that enforces no undefined symbols.
15418 no_undefined_flag=$lt_no_undefined_flag
15419
15420 # Flag to hardcode \$libdir into a binary during linking.
15421 # This must work even if \$libdir does not exist
15422 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15423
15424 # If ld is used when linking, flag to hardcode \$libdir into a binary
15425 # during linking. This must work even if \$libdir does not exist.
15426 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15427
15428 # Whether we need a single "-rpath" flag with a separated argument.
15429 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15430
15431 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15432 # DIR into the resulting binary.
15433 hardcode_direct=$hardcode_direct
15434
15435 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15436 # DIR into the resulting binary and the resulting library dependency is
15437 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15438 # library is relocated.
15439 hardcode_direct_absolute=$hardcode_direct_absolute
15440
15441 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15442 # into the resulting binary.
15443 hardcode_minus_L=$hardcode_minus_L
15444
15445 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15446 # into the resulting binary.
15447 hardcode_shlibpath_var=$hardcode_shlibpath_var
15448
15449 # Set to "yes" if building a shared library automatically hardcodes DIR
15450 # into the library and all subsequent libraries and executables linked
15451 # against it.
15452 hardcode_automatic=$hardcode_automatic
15453
15454 # Set to yes if linker adds runtime paths of dependent libraries
15455 # to runtime path list.
15456 inherit_rpath=$inherit_rpath
15457
15458 # Whether libtool must link a program against all its dependency libraries.
15459 link_all_deplibs=$link_all_deplibs
15460
15461 # Fix the shell variable \$srcfile for the compiler.
15462 fix_srcfile_path=$lt_fix_srcfile_path
15463
15464 # Set to "yes" if exported symbols are required.
15465 always_export_symbols=$always_export_symbols
15466
15467 # The commands to list exported symbols.
15468 export_symbols_cmds=$lt_export_symbols_cmds
15469
15470 # Symbols that should not be listed in the preloaded symbols.
15471 exclude_expsyms=$lt_exclude_expsyms
15472
15473 # Symbols that must always be exported.
15474 include_expsyms=$lt_include_expsyms
15475
15476 # Commands necessary for linking programs (against libraries) with templates.
15477 prelink_cmds=$lt_prelink_cmds
15478
15479 # Specify filename containing input files.
15480 file_list_spec=$lt_file_list_spec
15481
15482 # How to hardcode a shared library path into an executable.
15483 hardcode_action=$hardcode_action
15484
15485 # ### END LIBTOOL CONFIG
15486
15487 _LT_EOF
15488
15489 case $host_os in
15490 aix3*)
15491 cat <<\_LT_EOF >> "$cfgfile"
15492 # AIX sometimes has problems with the GCC collect2 program. For some
15493 # reason, if we set the COLLECT_NAMES environment variable, the problems
15494 # vanish in a puff of smoke.
15495 if test "X${COLLECT_NAMES+set}" != Xset; then
15496 COLLECT_NAMES=
15497 export COLLECT_NAMES
15498 fi
15499 _LT_EOF
15500 ;;
15501 esac
15502
15503
15504 ltmain="$ac_aux_dir/ltmain.sh"
15505
15506
15507 # We use sed instead of cat because bash on DJGPP gets confused if
15508 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15509 # text mode, it properly converts lines to CR/LF. This bash problem
15510 # is reportedly fixed, but why not run on old versions too?
15511 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15512 || (rm -f "$cfgfile"; exit 1)
15513
15514 case $xsi_shell in
15515 yes)
15516 cat << \_LT_EOF >> "$cfgfile"
15517
15518 # func_dirname file append nondir_replacement
15519 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15520 # otherwise set result to NONDIR_REPLACEMENT.
15521 func_dirname ()
15522 {
15523 case ${1} in
15524 */*) func_dirname_result="${1%/*}${2}" ;;
15525 * ) func_dirname_result="${3}" ;;
15526 esac
15527 }
15528
15529 # func_basename file
15530 func_basename ()
15531 {
15532 func_basename_result="${1##*/}"
15533 }
15534
15535 # func_dirname_and_basename file append nondir_replacement
15536 # perform func_basename and func_dirname in a single function
15537 # call:
15538 # dirname: Compute the dirname of FILE. If nonempty,
15539 # add APPEND to the result, otherwise set result
15540 # to NONDIR_REPLACEMENT.
15541 # value returned in "$func_dirname_result"
15542 # basename: Compute filename of FILE.
15543 # value retuned in "$func_basename_result"
15544 # Implementation must be kept synchronized with func_dirname
15545 # and func_basename. For efficiency, we do not delegate to
15546 # those functions but instead duplicate the functionality here.
15547 func_dirname_and_basename ()
15548 {
15549 case ${1} in
15550 */*) func_dirname_result="${1%/*}${2}" ;;
15551 * ) func_dirname_result="${3}" ;;
15552 esac
15553 func_basename_result="${1##*/}"
15554 }
15555
15556 # func_stripname prefix suffix name
15557 # strip PREFIX and SUFFIX off of NAME.
15558 # PREFIX and SUFFIX must not contain globbing or regex special
15559 # characters, hashes, percent signs, but SUFFIX may contain a leading
15560 # dot (in which case that matches only a dot).
15561 func_stripname ()
15562 {
15563 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15564 # positional parameters, so assign one to ordinary parameter first.
15565 func_stripname_result=${3}
15566 func_stripname_result=${func_stripname_result#"${1}"}
15567 func_stripname_result=${func_stripname_result%"${2}"}
15568 }
15569
15570 # func_opt_split
15571 func_opt_split ()
15572 {
15573 func_opt_split_opt=${1%%=*}
15574 func_opt_split_arg=${1#*=}
15575 }
15576
15577 # func_lo2o object
15578 func_lo2o ()
15579 {
15580 case ${1} in
15581 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15582 *) func_lo2o_result=${1} ;;
15583 esac
15584 }
15585
15586 # func_xform libobj-or-source
15587 func_xform ()
15588 {
15589 func_xform_result=${1%.*}.lo
15590 }
15591
15592 # func_arith arithmetic-term...
15593 func_arith ()
15594 {
15595 func_arith_result=$(( $* ))
15596 }
15597
15598 # func_len string
15599 # STRING may not start with a hyphen.
15600 func_len ()
15601 {
15602 func_len_result=${#1}
15603 }
15604
15605 _LT_EOF
15606 ;;
15607 *) # Bourne compatible functions.
15608 cat << \_LT_EOF >> "$cfgfile"
15609
15610 # func_dirname file append nondir_replacement
15611 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15612 # otherwise set result to NONDIR_REPLACEMENT.
15613 func_dirname ()
15614 {
15615 # Extract subdirectory from the argument.
15616 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15617 if test "X$func_dirname_result" = "X${1}"; then
15618 func_dirname_result="${3}"
15619 else
15620 func_dirname_result="$func_dirname_result${2}"
15621 fi
15622 }
15623
15624 # func_basename file
15625 func_basename ()
15626 {
15627 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15628 }
15629
15630
15631 # func_stripname prefix suffix name
15632 # strip PREFIX and SUFFIX off of NAME.
15633 # PREFIX and SUFFIX must not contain globbing or regex special
15634 # characters, hashes, percent signs, but SUFFIX may contain a leading
15635 # dot (in which case that matches only a dot).
15636 # func_strip_suffix prefix name
15637 func_stripname ()
15638 {
15639 case ${2} in
15640 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15641 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15642 esac
15643 }
15644
15645 # sed scripts:
15646 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15647 my_sed_long_arg='1s/^-[^=]*=//'
15648
15649 # func_opt_split
15650 func_opt_split ()
15651 {
15652 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15653 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15654 }
15655
15656 # func_lo2o object
15657 func_lo2o ()
15658 {
15659 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15660 }
15661
15662 # func_xform libobj-or-source
15663 func_xform ()
15664 {
15665 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15666 }
15667
15668 # func_arith arithmetic-term...
15669 func_arith ()
15670 {
15671 func_arith_result=`expr "$@"`
15672 }
15673
15674 # func_len string
15675 # STRING may not start with a hyphen.
15676 func_len ()
15677 {
15678 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15679 }
15680
15681 _LT_EOF
15682 esac
15683
15684 case $lt_shell_append in
15685 yes)
15686 cat << \_LT_EOF >> "$cfgfile"
15687
15688 # func_append var value
15689 # Append VALUE to the end of shell variable VAR.
15690 func_append ()
15691 {
15692 eval "$1+=\$2"
15693 }
15694 _LT_EOF
15695 ;;
15696 *)
15697 cat << \_LT_EOF >> "$cfgfile"
15698
15699 # func_append var value
15700 # Append VALUE to the end of shell variable VAR.
15701 func_append ()
15702 {
15703 eval "$1=\$$1\$2"
15704 }
15705
15706 _LT_EOF
15707 ;;
15708 esac
15709
15710
15711 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15712 || (rm -f "$cfgfile"; exit 1)
15713
15714 mv -f "$cfgfile" "$ofile" ||
15715 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15716 chmod +x "$ofile"
15717
15718 ;;
15719 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15720 rm -f Makesim1.tmp Makesim2.tmp Makefile
15721 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15722 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15723 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15724 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15725 <Makefile.sim >Makefile
15726 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15727 ;;
15728 "stamp-h":C) echo > stamp-h ;;
15729
15730 esac
15731 done # for ac_tag
15732
15733
15734 as_fn_exit 0
15735 _ACEOF
15736 ac_clean_files=$ac_clean_files_save
15737
15738 test $ac_write_fail = 0 ||
15739 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15740
15741
15742 # configure is writing to config.log, and then calls config.status.
15743 # config.status does its own redirection, appending to config.log.
15744 # Unfortunately, on DOS this fails, as config.log is still kept open
15745 # by configure, so config.status won't be able to write to it; its
15746 # output is simply discarded. So we exec the FD to /dev/null,
15747 # effectively closing config.log, so it can be properly (re)opened and
15748 # appended to by config.status. When coming back to configure, we
15749 # need to make the FD available again.
15750 if test "$no_create" != yes; then
15751 ac_cs_success=:
15752 ac_config_status_args=
15753 test "$silent" = yes &&
15754 ac_config_status_args="$ac_config_status_args --quiet"
15755 exec 5>/dev/null
15756 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15757 exec 5>>config.log
15758 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15759 # would make configure fail if this is the last instruction.
15760 $ac_cs_success || as_fn_exit $?
15761 fi
15762 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15763 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15764 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15765 fi
15766
15767