sim: unify bug & package settings
[deliverable/binutils-gdb.git] / sim / frv / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
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 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279 fi
280 exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517 *)
518 ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME=
589 PACKAGE_TARNAME=
590 PACKAGE_VERSION=
591 PACKAGE_STRING=
592 PACKAGE_BUGREPORT=
593 PACKAGE_URL=
594
595 ac_unique_file="Makefile.in"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 # include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 # include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
631
632 ac_subst_vars='LTLIBOBJS
633 LIBOBJS
634 sim_reserved_bits
635 sim_float
636 sim_bitsize
637 cgen_breaks
638 sim_trapdump
639 cgen
640 cgendir
641 CGEN_MAINT
642 MAINT
643 MAINTAINER_MODE_FALSE
644 MAINTAINER_MODE_TRUE
645 lt_cv_dlopen_libs
646 OTOOL64
647 OTOOL
648 LIPO
649 NMEDIT
650 DSYMUTIL
651 AWK
652 STRIP
653 OBJDUMP
654 LN_S
655 NM
656 ac_ct_DUMPBIN
657 DUMPBIN
658 LD
659 FGREP
660 SED
661 LIBTOOL
662 PLUGINS_FALSE
663 PLUGINS_TRUE
664 zlibinc
665 zlibdir
666 CATOBJEXT
667 GENCAT
668 INSTOBJEXT
669 DATADIRNAME
670 CATALOGS
671 POSUB
672 GMSGFMT
673 XGETTEXT
674 INCINTL
675 LIBINTL_DEP
676 LIBINTL
677 USE_NLS
678 CCDEPMODE
679 DEPDIR
680 am__leading_dot
681 C_DIALECT
682 RANLIB
683 AR
684 LDFLAGS_FOR_BUILD
685 CFLAGS_FOR_BUILD
686 RANLIB_FOR_BUILD
687 CC_FOR_BUILD
688 AR_FOR_BUILD
689 INSTALL_DATA
690 INSTALL_SCRIPT
691 INSTALL_PROGRAM
692 EGREP
693 GREP
694 CPP
695 OBJEXT
696 EXEEXT
697 ac_ct_CC
698 CPPFLAGS
699 LDFLAGS
700 CFLAGS
701 CC
702 target_os
703 target_vendor
704 target_cpu
705 target
706 host_os
707 host_vendor
708 host_cpu
709 host
710 build_os
711 build_vendor
712 build_cpu
713 build
714 target_alias
715 host_alias
716 build_alias
717 LIBS
718 ECHO_T
719 ECHO_N
720 ECHO_C
721 DEFS
722 mandir
723 localedir
724 libdir
725 psdir
726 pdfdir
727 dvidir
728 htmldir
729 infodir
730 docdir
731 oldincludedir
732 includedir
733 localstatedir
734 sharedstatedir
735 sysconfdir
736 datadir
737 datarootdir
738 libexecdir
739 sbindir
740 bindir
741 program_transform_name
742 prefix
743 exec_prefix
744 PACKAGE_URL
745 PACKAGE_BUGREPORT
746 PACKAGE_STRING
747 PACKAGE_VERSION
748 PACKAGE_TARNAME
749 PACKAGE_NAME
750 PATH_SEPARATOR
751 SHELL
752 WERROR_CFLAGS
753 WARN_CFLAGS
754 sim_scache
755 sim_inline
756 sim_hw
757 sim_hw_objs
758 sim_hw_cflags
759 sim_endian
760 sim_default_model
761 sim_alignment'
762 ac_subst_files=''
763 ac_user_opts='
764 enable_option_checking
765 with_system_zlib
766 enable_plugins
767 enable_shared
768 enable_static
769 with_pic
770 enable_fast_install
771 with_gnu_ld
772 enable_libtool_lock
773 enable_maintainer_mode
774 enable_sim_inline
775 enable_sim_endian
776 enable_sim_alignment
777 enable_sim_scache
778 enable_sim_default_model
779 enable_werror
780 enable_build_warnings
781 enable_sim_build_warnings
782 enable_cgen_maint
783 enable_sim_trapdump
784 enable_sim_hardware
785 '
786 ac_precious_vars='build_alias
787 host_alias
788 target_alias
789 CC
790 CFLAGS
791 LDFLAGS
792 LIBS
793 CPPFLAGS
794 CPP'
795
796
797 # Initialize some variables set by options.
798 ac_init_help=
799 ac_init_version=false
800 ac_unrecognized_opts=
801 ac_unrecognized_sep=
802 # The variables have the same names as the options, with
803 # dashes changed to underlines.
804 cache_file=/dev/null
805 exec_prefix=NONE
806 no_create=
807 no_recursion=
808 prefix=NONE
809 program_prefix=NONE
810 program_suffix=NONE
811 program_transform_name=s,x,x,
812 silent=
813 site=
814 srcdir=
815 verbose=
816 x_includes=NONE
817 x_libraries=NONE
818
819 # Installation directory options.
820 # These are left unexpanded so users can "make install exec_prefix=/foo"
821 # and all the variables that are supposed to be based on exec_prefix
822 # by default will actually change.
823 # Use braces instead of parens because sh, perl, etc. also accept them.
824 # (The list follows the same order as the GNU Coding Standards.)
825 bindir='${exec_prefix}/bin'
826 sbindir='${exec_prefix}/sbin'
827 libexecdir='${exec_prefix}/libexec'
828 datarootdir='${prefix}/share'
829 datadir='${datarootdir}'
830 sysconfdir='${prefix}/etc'
831 sharedstatedir='${prefix}/com'
832 localstatedir='${prefix}/var'
833 includedir='${prefix}/include'
834 oldincludedir='/usr/include'
835 docdir='${datarootdir}/doc/${PACKAGE}'
836 infodir='${datarootdir}/info'
837 htmldir='${docdir}'
838 dvidir='${docdir}'
839 pdfdir='${docdir}'
840 psdir='${docdir}'
841 libdir='${exec_prefix}/lib'
842 localedir='${datarootdir}/locale'
843 mandir='${datarootdir}/man'
844
845 ac_prev=
846 ac_dashdash=
847 for ac_option
848 do
849 # If the previous option needs an argument, assign it.
850 if test -n "$ac_prev"; then
851 eval $ac_prev=\$ac_option
852 ac_prev=
853 continue
854 fi
855
856 case $ac_option in
857 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
858 *=) ac_optarg= ;;
859 *) ac_optarg=yes ;;
860 esac
861
862 # Accept the important Cygnus configure options, so we can diagnose typos.
863
864 case $ac_dashdash$ac_option in
865 --)
866 ac_dashdash=yes ;;
867
868 -bindir | --bindir | --bindi | --bind | --bin | --bi)
869 ac_prev=bindir ;;
870 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
871 bindir=$ac_optarg ;;
872
873 -build | --build | --buil | --bui | --bu)
874 ac_prev=build_alias ;;
875 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
876 build_alias=$ac_optarg ;;
877
878 -cache-file | --cache-file | --cache-fil | --cache-fi \
879 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
880 ac_prev=cache_file ;;
881 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
882 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
883 cache_file=$ac_optarg ;;
884
885 --config-cache | -C)
886 cache_file=config.cache ;;
887
888 -datadir | --datadir | --datadi | --datad)
889 ac_prev=datadir ;;
890 -datadir=* | --datadir=* | --datadi=* | --datad=*)
891 datadir=$ac_optarg ;;
892
893 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
894 | --dataroo | --dataro | --datar)
895 ac_prev=datarootdir ;;
896 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
897 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
898 datarootdir=$ac_optarg ;;
899
900 -disable-* | --disable-*)
901 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
902 # Reject names that are not valid shell variable names.
903 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
904 as_fn_error $? "invalid feature name: $ac_useropt"
905 ac_useropt_orig=$ac_useropt
906 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
907 case $ac_user_opts in
908 *"
909 "enable_$ac_useropt"
910 "*) ;;
911 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
912 ac_unrecognized_sep=', ';;
913 esac
914 eval enable_$ac_useropt=no ;;
915
916 -docdir | --docdir | --docdi | --doc | --do)
917 ac_prev=docdir ;;
918 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
919 docdir=$ac_optarg ;;
920
921 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
922 ac_prev=dvidir ;;
923 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
924 dvidir=$ac_optarg ;;
925
926 -enable-* | --enable-*)
927 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
928 # Reject names that are not valid shell variable names.
929 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
930 as_fn_error $? "invalid feature name: $ac_useropt"
931 ac_useropt_orig=$ac_useropt
932 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
933 case $ac_user_opts in
934 *"
935 "enable_$ac_useropt"
936 "*) ;;
937 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
938 ac_unrecognized_sep=', ';;
939 esac
940 eval enable_$ac_useropt=\$ac_optarg ;;
941
942 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
943 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
944 | --exec | --exe | --ex)
945 ac_prev=exec_prefix ;;
946 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
947 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
948 | --exec=* | --exe=* | --ex=*)
949 exec_prefix=$ac_optarg ;;
950
951 -gas | --gas | --ga | --g)
952 # Obsolete; use --with-gas.
953 with_gas=yes ;;
954
955 -help | --help | --hel | --he | -h)
956 ac_init_help=long ;;
957 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
958 ac_init_help=recursive ;;
959 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
960 ac_init_help=short ;;
961
962 -host | --host | --hos | --ho)
963 ac_prev=host_alias ;;
964 -host=* | --host=* | --hos=* | --ho=*)
965 host_alias=$ac_optarg ;;
966
967 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
968 ac_prev=htmldir ;;
969 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
970 | --ht=*)
971 htmldir=$ac_optarg ;;
972
973 -includedir | --includedir | --includedi | --included | --include \
974 | --includ | --inclu | --incl | --inc)
975 ac_prev=includedir ;;
976 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
977 | --includ=* | --inclu=* | --incl=* | --inc=*)
978 includedir=$ac_optarg ;;
979
980 -infodir | --infodir | --infodi | --infod | --info | --inf)
981 ac_prev=infodir ;;
982 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
983 infodir=$ac_optarg ;;
984
985 -libdir | --libdir | --libdi | --libd)
986 ac_prev=libdir ;;
987 -libdir=* | --libdir=* | --libdi=* | --libd=*)
988 libdir=$ac_optarg ;;
989
990 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
991 | --libexe | --libex | --libe)
992 ac_prev=libexecdir ;;
993 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
994 | --libexe=* | --libex=* | --libe=*)
995 libexecdir=$ac_optarg ;;
996
997 -localedir | --localedir | --localedi | --localed | --locale)
998 ac_prev=localedir ;;
999 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1000 localedir=$ac_optarg ;;
1001
1002 -localstatedir | --localstatedir | --localstatedi | --localstated \
1003 | --localstate | --localstat | --localsta | --localst | --locals)
1004 ac_prev=localstatedir ;;
1005 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1006 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1007 localstatedir=$ac_optarg ;;
1008
1009 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1010 ac_prev=mandir ;;
1011 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1012 mandir=$ac_optarg ;;
1013
1014 -nfp | --nfp | --nf)
1015 # Obsolete; use --without-fp.
1016 with_fp=no ;;
1017
1018 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1019 | --no-cr | --no-c | -n)
1020 no_create=yes ;;
1021
1022 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1023 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1024 no_recursion=yes ;;
1025
1026 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1027 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1028 | --oldin | --oldi | --old | --ol | --o)
1029 ac_prev=oldincludedir ;;
1030 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1031 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1032 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1033 oldincludedir=$ac_optarg ;;
1034
1035 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1036 ac_prev=prefix ;;
1037 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1038 prefix=$ac_optarg ;;
1039
1040 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1041 | --program-pre | --program-pr | --program-p)
1042 ac_prev=program_prefix ;;
1043 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1044 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1045 program_prefix=$ac_optarg ;;
1046
1047 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1048 | --program-suf | --program-su | --program-s)
1049 ac_prev=program_suffix ;;
1050 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1051 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1052 program_suffix=$ac_optarg ;;
1053
1054 -program-transform-name | --program-transform-name \
1055 | --program-transform-nam | --program-transform-na \
1056 | --program-transform-n | --program-transform- \
1057 | --program-transform | --program-transfor \
1058 | --program-transfo | --program-transf \
1059 | --program-trans | --program-tran \
1060 | --progr-tra | --program-tr | --program-t)
1061 ac_prev=program_transform_name ;;
1062 -program-transform-name=* | --program-transform-name=* \
1063 | --program-transform-nam=* | --program-transform-na=* \
1064 | --program-transform-n=* | --program-transform-=* \
1065 | --program-transform=* | --program-transfor=* \
1066 | --program-transfo=* | --program-transf=* \
1067 | --program-trans=* | --program-tran=* \
1068 | --progr-tra=* | --program-tr=* | --program-t=*)
1069 program_transform_name=$ac_optarg ;;
1070
1071 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1072 ac_prev=pdfdir ;;
1073 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1074 pdfdir=$ac_optarg ;;
1075
1076 -psdir | --psdir | --psdi | --psd | --ps)
1077 ac_prev=psdir ;;
1078 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1079 psdir=$ac_optarg ;;
1080
1081 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1082 | -silent | --silent | --silen | --sile | --sil)
1083 silent=yes ;;
1084
1085 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1086 ac_prev=sbindir ;;
1087 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1088 | --sbi=* | --sb=*)
1089 sbindir=$ac_optarg ;;
1090
1091 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1092 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1093 | --sharedst | --shareds | --shared | --share | --shar \
1094 | --sha | --sh)
1095 ac_prev=sharedstatedir ;;
1096 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1097 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1098 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1099 | --sha=* | --sh=*)
1100 sharedstatedir=$ac_optarg ;;
1101
1102 -site | --site | --sit)
1103 ac_prev=site ;;
1104 -site=* | --site=* | --sit=*)
1105 site=$ac_optarg ;;
1106
1107 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1108 ac_prev=srcdir ;;
1109 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1110 srcdir=$ac_optarg ;;
1111
1112 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1113 | --syscon | --sysco | --sysc | --sys | --sy)
1114 ac_prev=sysconfdir ;;
1115 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1116 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1117 sysconfdir=$ac_optarg ;;
1118
1119 -target | --target | --targe | --targ | --tar | --ta | --t)
1120 ac_prev=target_alias ;;
1121 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1122 target_alias=$ac_optarg ;;
1123
1124 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1125 verbose=yes ;;
1126
1127 -version | --version | --versio | --versi | --vers | -V)
1128 ac_init_version=: ;;
1129
1130 -with-* | --with-*)
1131 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1132 # Reject names that are not valid shell variable names.
1133 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1134 as_fn_error $? "invalid package name: $ac_useropt"
1135 ac_useropt_orig=$ac_useropt
1136 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1137 case $ac_user_opts in
1138 *"
1139 "with_$ac_useropt"
1140 "*) ;;
1141 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1142 ac_unrecognized_sep=', ';;
1143 esac
1144 eval with_$ac_useropt=\$ac_optarg ;;
1145
1146 -without-* | --without-*)
1147 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1148 # Reject names that are not valid shell variable names.
1149 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1150 as_fn_error $? "invalid package name: $ac_useropt"
1151 ac_useropt_orig=$ac_useropt
1152 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1153 case $ac_user_opts in
1154 *"
1155 "with_$ac_useropt"
1156 "*) ;;
1157 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1158 ac_unrecognized_sep=', ';;
1159 esac
1160 eval with_$ac_useropt=no ;;
1161
1162 --x)
1163 # Obsolete; use --with-x.
1164 with_x=yes ;;
1165
1166 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1167 | --x-incl | --x-inc | --x-in | --x-i)
1168 ac_prev=x_includes ;;
1169 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1170 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1171 x_includes=$ac_optarg ;;
1172
1173 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1174 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1175 ac_prev=x_libraries ;;
1176 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1177 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1178 x_libraries=$ac_optarg ;;
1179
1180 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1181 Try \`$0 --help' for more information"
1182 ;;
1183
1184 *=*)
1185 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1186 # Reject names that are not valid shell variable names.
1187 case $ac_envvar in #(
1188 '' | [0-9]* | *[!_$as_cr_alnum]* )
1189 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1190 esac
1191 eval $ac_envvar=\$ac_optarg
1192 export $ac_envvar ;;
1193
1194 *)
1195 # FIXME: should be removed in autoconf 3.0.
1196 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1197 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1198 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1199 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1200 ;;
1201
1202 esac
1203 done
1204
1205 if test -n "$ac_prev"; then
1206 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1207 as_fn_error $? "missing argument to $ac_option"
1208 fi
1209
1210 if test -n "$ac_unrecognized_opts"; then
1211 case $enable_option_checking in
1212 no) ;;
1213 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1214 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1215 esac
1216 fi
1217
1218 # Check all directory arguments for consistency.
1219 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1220 datadir sysconfdir sharedstatedir localstatedir includedir \
1221 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1222 libdir localedir mandir
1223 do
1224 eval ac_val=\$$ac_var
1225 # Remove trailing slashes.
1226 case $ac_val in
1227 */ )
1228 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1229 eval $ac_var=\$ac_val;;
1230 esac
1231 # Be sure to have absolute directory names.
1232 case $ac_val in
1233 [\\/$]* | ?:[\\/]* ) continue;;
1234 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1235 esac
1236 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1237 done
1238
1239 # There might be people who depend on the old broken behavior: `$host'
1240 # used to hold the argument of --host etc.
1241 # FIXME: To remove some day.
1242 build=$build_alias
1243 host=$host_alias
1244 target=$target_alias
1245
1246 # FIXME: To remove some day.
1247 if test "x$host_alias" != x; then
1248 if test "x$build_alias" = x; then
1249 cross_compiling=maybe
1250 elif test "x$build_alias" != "x$host_alias"; then
1251 cross_compiling=yes
1252 fi
1253 fi
1254
1255 ac_tool_prefix=
1256 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1257
1258 test "$silent" = yes && exec 6>/dev/null
1259
1260
1261 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1262 ac_ls_di=`ls -di .` &&
1263 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1264 as_fn_error $? "working directory cannot be determined"
1265 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1266 as_fn_error $? "pwd does not report name of working directory"
1267
1268
1269 # Find the source files, if location was not specified.
1270 if test -z "$srcdir"; then
1271 ac_srcdir_defaulted=yes
1272 # Try the directory containing this script, then the parent directory.
1273 ac_confdir=`$as_dirname -- "$as_myself" ||
1274 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1275 X"$as_myself" : 'X\(//\)[^/]' \| \
1276 X"$as_myself" : 'X\(//\)$' \| \
1277 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1278 $as_echo X"$as_myself" |
1279 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1280 s//\1/
1281 q
1282 }
1283 /^X\(\/\/\)[^/].*/{
1284 s//\1/
1285 q
1286 }
1287 /^X\(\/\/\)$/{
1288 s//\1/
1289 q
1290 }
1291 /^X\(\/\).*/{
1292 s//\1/
1293 q
1294 }
1295 s/.*/./; q'`
1296 srcdir=$ac_confdir
1297 if test ! -r "$srcdir/$ac_unique_file"; then
1298 srcdir=..
1299 fi
1300 else
1301 ac_srcdir_defaulted=no
1302 fi
1303 if test ! -r "$srcdir/$ac_unique_file"; then
1304 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1305 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1306 fi
1307 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1308 ac_abs_confdir=`(
1309 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1310 pwd)`
1311 # When building in place, set srcdir=.
1312 if test "$ac_abs_confdir" = "$ac_pwd"; then
1313 srcdir=.
1314 fi
1315 # Remove unnecessary trailing slashes from srcdir.
1316 # Double slashes in file names in object file debugging info
1317 # mess up M-x gdb in Emacs.
1318 case $srcdir in
1319 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1320 esac
1321 for ac_var in $ac_precious_vars; do
1322 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1323 eval ac_env_${ac_var}_value=\$${ac_var}
1324 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1325 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1326 done
1327
1328 #
1329 # Report the --help message.
1330 #
1331 if test "$ac_init_help" = "long"; then
1332 # Omit some internal or obsolete options to make the list less imposing.
1333 # This message is too long to be a string in the A/UX 3.1 sh.
1334 cat <<_ACEOF
1335 \`configure' configures this package to adapt to many kinds of systems.
1336
1337 Usage: $0 [OPTION]... [VAR=VALUE]...
1338
1339 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1340 VAR=VALUE. See below for descriptions of some of the useful variables.
1341
1342 Defaults for the options are specified in brackets.
1343
1344 Configuration:
1345 -h, --help display this help and exit
1346 --help=short display options specific to this package
1347 --help=recursive display the short help of all the included packages
1348 -V, --version display version information and exit
1349 -q, --quiet, --silent do not print \`checking ...' messages
1350 --cache-file=FILE cache test results in FILE [disabled]
1351 -C, --config-cache alias for \`--cache-file=config.cache'
1352 -n, --no-create do not create output files
1353 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1354
1355 Installation directories:
1356 --prefix=PREFIX install architecture-independent files in PREFIX
1357 [$ac_default_prefix]
1358 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1359 [PREFIX]
1360
1361 By default, \`make install' will install all the files in
1362 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1363 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1364 for instance \`--prefix=\$HOME'.
1365
1366 For better control, use the options below.
1367
1368 Fine tuning of the installation directories:
1369 --bindir=DIR user executables [EPREFIX/bin]
1370 --sbindir=DIR system admin executables [EPREFIX/sbin]
1371 --libexecdir=DIR program executables [EPREFIX/libexec]
1372 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1373 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1374 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1375 --libdir=DIR object code libraries [EPREFIX/lib]
1376 --includedir=DIR C header files [PREFIX/include]
1377 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1378 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1379 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1380 --infodir=DIR info documentation [DATAROOTDIR/info]
1381 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1382 --mandir=DIR man documentation [DATAROOTDIR/man]
1383 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1384 --htmldir=DIR html documentation [DOCDIR]
1385 --dvidir=DIR dvi documentation [DOCDIR]
1386 --pdfdir=DIR pdf documentation [DOCDIR]
1387 --psdir=DIR ps documentation [DOCDIR]
1388 _ACEOF
1389
1390 cat <<\_ACEOF
1391
1392 Program names:
1393 --program-prefix=PREFIX prepend PREFIX to installed program names
1394 --program-suffix=SUFFIX append SUFFIX to installed program names
1395 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1396
1397 System types:
1398 --build=BUILD configure for building on BUILD [guessed]
1399 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1400 --target=TARGET configure for building compilers for TARGET [HOST]
1401 _ACEOF
1402 fi
1403
1404 if test -n "$ac_init_help"; then
1405
1406 cat <<\_ACEOF
1407
1408 Optional Features:
1409 --disable-option-checking ignore unrecognized --enable/--with options
1410 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1411 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1412 --enable-plugins Enable support for plugins
1413 --enable-shared[=PKGS] build shared libraries [default=yes]
1414 --enable-static[=PKGS] build static libraries [default=yes]
1415 --enable-fast-install[=PKGS]
1416 optimize for fast installation [default=yes]
1417 --disable-libtool-lock avoid locking (might break parallel builds)
1418 --enable-maintainer-mode
1419 enable make rules and dependencies not useful (and
1420 sometimes confusing) to the casual installer
1421 --enable-sim-inline=inlines
1422 Specify which functions should be inlined
1423 --enable-sim-endian=endian
1424 Specify target byte endian orientation
1425 --enable-sim-alignment=align
1426 Specify strict, nonstrict or forced alignment of
1427 memory accesses
1428 --enable-sim-scache=size
1429 Specify simulator execution cache size
1430 --enable-sim-default-model=model
1431 Specify default model to simulate
1432 --enable-werror treat compile warnings as errors
1433 --enable-build-warnings enable build-time compiler warnings if gcc is used
1434 --enable-sim-build-warnings
1435 enable SIM specific build-time compiler warnings if
1436 gcc is used
1437 --enable-cgen-maint=DIR build cgen generated files
1438 --enable-sim-trapdump Make unknown traps dump the registers
1439 --enable-sim-hardware=LIST
1440 Specify the hardware to be included in the build.
1441
1442 Optional Packages:
1443 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1444 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1445 --with-system-zlib use installed libz
1446 --with-pic try to use only PIC/non-PIC objects [default=use
1447 both]
1448 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1449
1450 Some influential environment variables:
1451 CC C compiler command
1452 CFLAGS C compiler flags
1453 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1454 nonstandard directory <lib dir>
1455 LIBS libraries to pass to the linker, e.g. -l<library>
1456 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1457 you have headers in a nonstandard directory <include dir>
1458 CPP C preprocessor
1459
1460 Use these variables to override the choices made by `configure' or to help
1461 it to find libraries and programs with nonstandard names/locations.
1462
1463 Report bugs to the package provider.
1464 _ACEOF
1465 ac_status=$?
1466 fi
1467
1468 if test "$ac_init_help" = "recursive"; then
1469 # If there are subdirs, report their specific --help.
1470 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1471 test -d "$ac_dir" ||
1472 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1473 continue
1474 ac_builddir=.
1475
1476 case "$ac_dir" in
1477 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1478 *)
1479 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1480 # A ".." for each directory in $ac_dir_suffix.
1481 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1482 case $ac_top_builddir_sub in
1483 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1484 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1485 esac ;;
1486 esac
1487 ac_abs_top_builddir=$ac_pwd
1488 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1489 # for backward compatibility:
1490 ac_top_builddir=$ac_top_build_prefix
1491
1492 case $srcdir in
1493 .) # We are building in place.
1494 ac_srcdir=.
1495 ac_top_srcdir=$ac_top_builddir_sub
1496 ac_abs_top_srcdir=$ac_pwd ;;
1497 [\\/]* | ?:[\\/]* ) # Absolute name.
1498 ac_srcdir=$srcdir$ac_dir_suffix;
1499 ac_top_srcdir=$srcdir
1500 ac_abs_top_srcdir=$srcdir ;;
1501 *) # Relative name.
1502 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1503 ac_top_srcdir=$ac_top_build_prefix$srcdir
1504 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1505 esac
1506 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1507
1508 cd "$ac_dir" || { ac_status=$?; continue; }
1509 # Check for guested configure.
1510 if test -f "$ac_srcdir/configure.gnu"; then
1511 echo &&
1512 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1513 elif test -f "$ac_srcdir/configure"; then
1514 echo &&
1515 $SHELL "$ac_srcdir/configure" --help=recursive
1516 else
1517 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1518 fi || ac_status=$?
1519 cd "$ac_pwd" || { ac_status=$?; break; }
1520 done
1521 fi
1522
1523 test -n "$ac_init_help" && exit $ac_status
1524 if $ac_init_version; then
1525 cat <<\_ACEOF
1526 configure
1527 generated by GNU Autoconf 2.69
1528
1529 Copyright (C) 2012 Free Software Foundation, Inc.
1530 This configure script is free software; the Free Software Foundation
1531 gives unlimited permission to copy, distribute and modify it.
1532 _ACEOF
1533 exit
1534 fi
1535
1536 ## ------------------------ ##
1537 ## Autoconf initialization. ##
1538 ## ------------------------ ##
1539
1540 # ac_fn_c_try_compile LINENO
1541 # --------------------------
1542 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1543 ac_fn_c_try_compile ()
1544 {
1545 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1546 rm -f conftest.$ac_objext
1547 if { { ac_try="$ac_compile"
1548 case "(($ac_try" in
1549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1550 *) ac_try_echo=$ac_try;;
1551 esac
1552 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1553 $as_echo "$ac_try_echo"; } >&5
1554 (eval "$ac_compile") 2>conftest.err
1555 ac_status=$?
1556 if test -s conftest.err; then
1557 grep -v '^ *+' conftest.err >conftest.er1
1558 cat conftest.er1 >&5
1559 mv -f conftest.er1 conftest.err
1560 fi
1561 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1562 test $ac_status = 0; } && {
1563 test -z "$ac_c_werror_flag" ||
1564 test ! -s conftest.err
1565 } && test -s conftest.$ac_objext; then :
1566 ac_retval=0
1567 else
1568 $as_echo "$as_me: failed program was:" >&5
1569 sed 's/^/| /' conftest.$ac_ext >&5
1570
1571 ac_retval=1
1572 fi
1573 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1574 as_fn_set_status $ac_retval
1575
1576 } # ac_fn_c_try_compile
1577
1578 # ac_fn_c_try_cpp LINENO
1579 # ----------------------
1580 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1581 ac_fn_c_try_cpp ()
1582 {
1583 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1584 if { { ac_try="$ac_cpp conftest.$ac_ext"
1585 case "(($ac_try" in
1586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1587 *) ac_try_echo=$ac_try;;
1588 esac
1589 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1590 $as_echo "$ac_try_echo"; } >&5
1591 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1592 ac_status=$?
1593 if test -s conftest.err; then
1594 grep -v '^ *+' conftest.err >conftest.er1
1595 cat conftest.er1 >&5
1596 mv -f conftest.er1 conftest.err
1597 fi
1598 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1599 test $ac_status = 0; } > conftest.i && {
1600 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1601 test ! -s conftest.err
1602 }; then :
1603 ac_retval=0
1604 else
1605 $as_echo "$as_me: failed program was:" >&5
1606 sed 's/^/| /' conftest.$ac_ext >&5
1607
1608 ac_retval=1
1609 fi
1610 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1611 as_fn_set_status $ac_retval
1612
1613 } # ac_fn_c_try_cpp
1614
1615 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1616 # -------------------------------------------------------
1617 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1618 # the include files in INCLUDES and setting the cache variable VAR
1619 # accordingly.
1620 ac_fn_c_check_header_mongrel ()
1621 {
1622 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1623 if eval \${$3+:} false; then :
1624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1625 $as_echo_n "checking for $2... " >&6; }
1626 if eval \${$3+:} false; then :
1627 $as_echo_n "(cached) " >&6
1628 fi
1629 eval ac_res=\$$3
1630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1631 $as_echo "$ac_res" >&6; }
1632 else
1633 # Is the header compilable?
1634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1635 $as_echo_n "checking $2 usability... " >&6; }
1636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1637 /* end confdefs.h. */
1638 $4
1639 #include <$2>
1640 _ACEOF
1641 if ac_fn_c_try_compile "$LINENO"; then :
1642 ac_header_compiler=yes
1643 else
1644 ac_header_compiler=no
1645 fi
1646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1648 $as_echo "$ac_header_compiler" >&6; }
1649
1650 # Is the header present?
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1652 $as_echo_n "checking $2 presence... " >&6; }
1653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1654 /* end confdefs.h. */
1655 #include <$2>
1656 _ACEOF
1657 if ac_fn_c_try_cpp "$LINENO"; then :
1658 ac_header_preproc=yes
1659 else
1660 ac_header_preproc=no
1661 fi
1662 rm -f conftest.err conftest.i conftest.$ac_ext
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1664 $as_echo "$ac_header_preproc" >&6; }
1665
1666 # So? What about this header?
1667 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1668 yes:no: )
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1670 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1672 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1673 ;;
1674 no:yes:* )
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1676 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1678 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1680 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1682 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1684 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1685 ;;
1686 esac
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1688 $as_echo_n "checking for $2... " >&6; }
1689 if eval \${$3+:} false; then :
1690 $as_echo_n "(cached) " >&6
1691 else
1692 eval "$3=\$ac_header_compiler"
1693 fi
1694 eval ac_res=\$$3
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1696 $as_echo "$ac_res" >&6; }
1697 fi
1698 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1699
1700 } # ac_fn_c_check_header_mongrel
1701
1702 # ac_fn_c_try_run LINENO
1703 # ----------------------
1704 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1705 # that executables *can* be run.
1706 ac_fn_c_try_run ()
1707 {
1708 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1709 if { { ac_try="$ac_link"
1710 case "(($ac_try" in
1711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1712 *) ac_try_echo=$ac_try;;
1713 esac
1714 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1715 $as_echo "$ac_try_echo"; } >&5
1716 (eval "$ac_link") 2>&5
1717 ac_status=$?
1718 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1719 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1720 { { case "(($ac_try" in
1721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1722 *) ac_try_echo=$ac_try;;
1723 esac
1724 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1725 $as_echo "$ac_try_echo"; } >&5
1726 (eval "$ac_try") 2>&5
1727 ac_status=$?
1728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1729 test $ac_status = 0; }; }; then :
1730 ac_retval=0
1731 else
1732 $as_echo "$as_me: program exited with status $ac_status" >&5
1733 $as_echo "$as_me: failed program was:" >&5
1734 sed 's/^/| /' conftest.$ac_ext >&5
1735
1736 ac_retval=$ac_status
1737 fi
1738 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1739 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1740 as_fn_set_status $ac_retval
1741
1742 } # ac_fn_c_try_run
1743
1744 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1745 # -------------------------------------------------------
1746 # Tests whether HEADER exists and can be compiled using the include files in
1747 # INCLUDES, setting the cache variable VAR accordingly.
1748 ac_fn_c_check_header_compile ()
1749 {
1750 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1752 $as_echo_n "checking for $2... " >&6; }
1753 if eval \${$3+:} false; then :
1754 $as_echo_n "(cached) " >&6
1755 else
1756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1757 /* end confdefs.h. */
1758 $4
1759 #include <$2>
1760 _ACEOF
1761 if ac_fn_c_try_compile "$LINENO"; then :
1762 eval "$3=yes"
1763 else
1764 eval "$3=no"
1765 fi
1766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1767 fi
1768 eval ac_res=\$$3
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1770 $as_echo "$ac_res" >&6; }
1771 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1772
1773 } # ac_fn_c_check_header_compile
1774
1775 # ac_fn_c_try_link LINENO
1776 # -----------------------
1777 # Try to link conftest.$ac_ext, and return whether this succeeded.
1778 ac_fn_c_try_link ()
1779 {
1780 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1781 rm -f conftest.$ac_objext conftest$ac_exeext
1782 if { { ac_try="$ac_link"
1783 case "(($ac_try" in
1784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1785 *) ac_try_echo=$ac_try;;
1786 esac
1787 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1788 $as_echo "$ac_try_echo"; } >&5
1789 (eval "$ac_link") 2>conftest.err
1790 ac_status=$?
1791 if test -s conftest.err; then
1792 grep -v '^ *+' conftest.err >conftest.er1
1793 cat conftest.er1 >&5
1794 mv -f conftest.er1 conftest.err
1795 fi
1796 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1797 test $ac_status = 0; } && {
1798 test -z "$ac_c_werror_flag" ||
1799 test ! -s conftest.err
1800 } && test -s conftest$ac_exeext && {
1801 test "$cross_compiling" = yes ||
1802 test -x conftest$ac_exeext
1803 }; then :
1804 ac_retval=0
1805 else
1806 $as_echo "$as_me: failed program was:" >&5
1807 sed 's/^/| /' conftest.$ac_ext >&5
1808
1809 ac_retval=1
1810 fi
1811 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1812 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1813 # interfere with the next link command; also delete a directory that is
1814 # left behind by Apple's compiler. We do this before executing the actions.
1815 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1816 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1817 as_fn_set_status $ac_retval
1818
1819 } # ac_fn_c_try_link
1820
1821 # ac_fn_c_check_func LINENO FUNC VAR
1822 # ----------------------------------
1823 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1824 ac_fn_c_check_func ()
1825 {
1826 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1828 $as_echo_n "checking for $2... " >&6; }
1829 if eval \${$3+:} false; then :
1830 $as_echo_n "(cached) " >&6
1831 else
1832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1833 /* end confdefs.h. */
1834 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1835 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1836 #define $2 innocuous_$2
1837
1838 /* System header to define __stub macros and hopefully few prototypes,
1839 which can conflict with char $2 (); below.
1840 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1841 <limits.h> exists even on freestanding compilers. */
1842
1843 #ifdef __STDC__
1844 # include <limits.h>
1845 #else
1846 # include <assert.h>
1847 #endif
1848
1849 #undef $2
1850
1851 /* Override any GCC internal prototype to avoid an error.
1852 Use char because int might match the return type of a GCC
1853 builtin and then its argument prototype would still apply. */
1854 #ifdef __cplusplus
1855 extern "C"
1856 #endif
1857 char $2 ();
1858 /* The GNU C library defines this for functions which it implements
1859 to always fail with ENOSYS. Some functions are actually named
1860 something starting with __ and the normal name is an alias. */
1861 #if defined __stub_$2 || defined __stub___$2
1862 choke me
1863 #endif
1864
1865 int
1866 main ()
1867 {
1868 return $2 ();
1869 ;
1870 return 0;
1871 }
1872 _ACEOF
1873 if ac_fn_c_try_link "$LINENO"; then :
1874 eval "$3=yes"
1875 else
1876 eval "$3=no"
1877 fi
1878 rm -f core conftest.err conftest.$ac_objext \
1879 conftest$ac_exeext conftest.$ac_ext
1880 fi
1881 eval ac_res=\$$3
1882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1883 $as_echo "$ac_res" >&6; }
1884 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1885
1886 } # ac_fn_c_check_func
1887 cat >config.log <<_ACEOF
1888 This file contains any messages produced by compilers while
1889 running configure, to aid debugging if configure makes a mistake.
1890
1891 It was created by $as_me, which was
1892 generated by GNU Autoconf 2.69. Invocation command line was
1893
1894 $ $0 $@
1895
1896 _ACEOF
1897 exec 5>>config.log
1898 {
1899 cat <<_ASUNAME
1900 ## --------- ##
1901 ## Platform. ##
1902 ## --------- ##
1903
1904 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1905 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1906 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1907 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1908 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1909
1910 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1911 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1912
1913 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1914 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1915 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1916 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1917 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1918 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1919 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1920
1921 _ASUNAME
1922
1923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1924 for as_dir in $PATH
1925 do
1926 IFS=$as_save_IFS
1927 test -z "$as_dir" && as_dir=.
1928 $as_echo "PATH: $as_dir"
1929 done
1930 IFS=$as_save_IFS
1931
1932 } >&5
1933
1934 cat >&5 <<_ACEOF
1935
1936
1937 ## ----------- ##
1938 ## Core tests. ##
1939 ## ----------- ##
1940
1941 _ACEOF
1942
1943
1944 # Keep a trace of the command line.
1945 # Strip out --no-create and --no-recursion so they do not pile up.
1946 # Strip out --silent because we don't want to record it for future runs.
1947 # Also quote any args containing shell meta-characters.
1948 # Make two passes to allow for proper duplicate-argument suppression.
1949 ac_configure_args=
1950 ac_configure_args0=
1951 ac_configure_args1=
1952 ac_must_keep_next=false
1953 for ac_pass in 1 2
1954 do
1955 for ac_arg
1956 do
1957 case $ac_arg in
1958 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1959 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1960 | -silent | --silent | --silen | --sile | --sil)
1961 continue ;;
1962 *\'*)
1963 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1964 esac
1965 case $ac_pass in
1966 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1967 2)
1968 as_fn_append ac_configure_args1 " '$ac_arg'"
1969 if test $ac_must_keep_next = true; then
1970 ac_must_keep_next=false # Got value, back to normal.
1971 else
1972 case $ac_arg in
1973 *=* | --config-cache | -C | -disable-* | --disable-* \
1974 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1975 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1976 | -with-* | --with-* | -without-* | --without-* | --x)
1977 case "$ac_configure_args0 " in
1978 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1979 esac
1980 ;;
1981 -* ) ac_must_keep_next=true ;;
1982 esac
1983 fi
1984 as_fn_append ac_configure_args " '$ac_arg'"
1985 ;;
1986 esac
1987 done
1988 done
1989 { ac_configure_args0=; unset ac_configure_args0;}
1990 { ac_configure_args1=; unset ac_configure_args1;}
1991
1992 # When interrupted or exit'd, cleanup temporary files, and complete
1993 # config.log. We remove comments because anyway the quotes in there
1994 # would cause problems or look ugly.
1995 # WARNING: Use '\'' to represent an apostrophe within the trap.
1996 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1997 trap 'exit_status=$?
1998 # Save into config.log some information that might help in debugging.
1999 {
2000 echo
2001
2002 $as_echo "## ---------------- ##
2003 ## Cache variables. ##
2004 ## ---------------- ##"
2005 echo
2006 # The following way of writing the cache mishandles newlines in values,
2007 (
2008 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2009 eval ac_val=\$$ac_var
2010 case $ac_val in #(
2011 *${as_nl}*)
2012 case $ac_var in #(
2013 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2014 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2015 esac
2016 case $ac_var in #(
2017 _ | IFS | as_nl) ;; #(
2018 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2019 *) { eval $ac_var=; unset $ac_var;} ;;
2020 esac ;;
2021 esac
2022 done
2023 (set) 2>&1 |
2024 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2025 *${as_nl}ac_space=\ *)
2026 sed -n \
2027 "s/'\''/'\''\\\\'\'''\''/g;
2028 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2029 ;; #(
2030 *)
2031 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2032 ;;
2033 esac |
2034 sort
2035 )
2036 echo
2037
2038 $as_echo "## ----------------- ##
2039 ## Output variables. ##
2040 ## ----------------- ##"
2041 echo
2042 for ac_var in $ac_subst_vars
2043 do
2044 eval ac_val=\$$ac_var
2045 case $ac_val in
2046 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2047 esac
2048 $as_echo "$ac_var='\''$ac_val'\''"
2049 done | sort
2050 echo
2051
2052 if test -n "$ac_subst_files"; then
2053 $as_echo "## ------------------- ##
2054 ## File substitutions. ##
2055 ## ------------------- ##"
2056 echo
2057 for ac_var in $ac_subst_files
2058 do
2059 eval ac_val=\$$ac_var
2060 case $ac_val in
2061 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2062 esac
2063 $as_echo "$ac_var='\''$ac_val'\''"
2064 done | sort
2065 echo
2066 fi
2067
2068 if test -s confdefs.h; then
2069 $as_echo "## ----------- ##
2070 ## confdefs.h. ##
2071 ## ----------- ##"
2072 echo
2073 cat confdefs.h
2074 echo
2075 fi
2076 test "$ac_signal" != 0 &&
2077 $as_echo "$as_me: caught signal $ac_signal"
2078 $as_echo "$as_me: exit $exit_status"
2079 } >&5
2080 rm -f core *.core core.conftest.* &&
2081 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2082 exit $exit_status
2083 ' 0
2084 for ac_signal in 1 2 13 15; do
2085 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2086 done
2087 ac_signal=0
2088
2089 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2090 rm -f -r conftest* confdefs.h
2091
2092 $as_echo "/* confdefs.h */" > confdefs.h
2093
2094 # Predefined preprocessor variables.
2095
2096 cat >>confdefs.h <<_ACEOF
2097 #define PACKAGE_NAME "$PACKAGE_NAME"
2098 _ACEOF
2099
2100 cat >>confdefs.h <<_ACEOF
2101 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2102 _ACEOF
2103
2104 cat >>confdefs.h <<_ACEOF
2105 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2106 _ACEOF
2107
2108 cat >>confdefs.h <<_ACEOF
2109 #define PACKAGE_STRING "$PACKAGE_STRING"
2110 _ACEOF
2111
2112 cat >>confdefs.h <<_ACEOF
2113 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2114 _ACEOF
2115
2116 cat >>confdefs.h <<_ACEOF
2117 #define PACKAGE_URL "$PACKAGE_URL"
2118 _ACEOF
2119
2120
2121 # Let the site file select an alternate cache file if it wants to.
2122 # Prefer an explicitly selected file to automatically selected ones.
2123 ac_site_file1=NONE
2124 ac_site_file2=NONE
2125 if test -n "$CONFIG_SITE"; then
2126 # We do not want a PATH search for config.site.
2127 case $CONFIG_SITE in #((
2128 -*) ac_site_file1=./$CONFIG_SITE;;
2129 */*) ac_site_file1=$CONFIG_SITE;;
2130 *) ac_site_file1=./$CONFIG_SITE;;
2131 esac
2132 elif test "x$prefix" != xNONE; then
2133 ac_site_file1=$prefix/share/config.site
2134 ac_site_file2=$prefix/etc/config.site
2135 else
2136 ac_site_file1=$ac_default_prefix/share/config.site
2137 ac_site_file2=$ac_default_prefix/etc/config.site
2138 fi
2139 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2140 do
2141 test "x$ac_site_file" = xNONE && continue
2142 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2143 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2144 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2145 sed 's/^/| /' "$ac_site_file" >&5
2146 . "$ac_site_file" \
2147 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2148 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2149 as_fn_error $? "failed to load site script $ac_site_file
2150 See \`config.log' for more details" "$LINENO" 5; }
2151 fi
2152 done
2153
2154 if test -r "$cache_file"; then
2155 # Some versions of bash will fail to source /dev/null (special files
2156 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2157 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2158 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2159 $as_echo "$as_me: loading cache $cache_file" >&6;}
2160 case $cache_file in
2161 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2162 *) . "./$cache_file";;
2163 esac
2164 fi
2165 else
2166 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2167 $as_echo "$as_me: creating cache $cache_file" >&6;}
2168 >$cache_file
2169 fi
2170
2171 # Check that the precious variables saved in the cache have kept the same
2172 # value.
2173 ac_cache_corrupted=false
2174 for ac_var in $ac_precious_vars; do
2175 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2176 eval ac_new_set=\$ac_env_${ac_var}_set
2177 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2178 eval ac_new_val=\$ac_env_${ac_var}_value
2179 case $ac_old_set,$ac_new_set in
2180 set,)
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2182 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2183 ac_cache_corrupted=: ;;
2184 ,set)
2185 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2186 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2187 ac_cache_corrupted=: ;;
2188 ,);;
2189 *)
2190 if test "x$ac_old_val" != "x$ac_new_val"; then
2191 # differences in whitespace do not lead to failure.
2192 ac_old_val_w=`echo x $ac_old_val`
2193 ac_new_val_w=`echo x $ac_new_val`
2194 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2196 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2197 ac_cache_corrupted=:
2198 else
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2200 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2201 eval $ac_var=\$ac_old_val
2202 fi
2203 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2204 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2206 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2207 fi;;
2208 esac
2209 # Pass precious variables to config.status.
2210 if test "$ac_new_set" = set; then
2211 case $ac_new_val in
2212 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2213 *) ac_arg=$ac_var=$ac_new_val ;;
2214 esac
2215 case " $ac_configure_args " in
2216 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2217 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2218 esac
2219 fi
2220 done
2221 if $ac_cache_corrupted; then
2222 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2223 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2224 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2225 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2226 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2227 fi
2228 ## -------------------- ##
2229 ## Main body of script. ##
2230 ## -------------------- ##
2231
2232 ac_ext=c
2233 ac_cpp='$CPP $CPPFLAGS'
2234 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2235 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2236 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2237
2238
2239
2240
2241
2242
2243
2244 ac_aux_dir=
2245 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2246 if test -f "$ac_dir/install-sh"; then
2247 ac_aux_dir=$ac_dir
2248 ac_install_sh="$ac_aux_dir/install-sh -c"
2249 break
2250 elif test -f "$ac_dir/install.sh"; then
2251 ac_aux_dir=$ac_dir
2252 ac_install_sh="$ac_aux_dir/install.sh -c"
2253 break
2254 elif test -f "$ac_dir/shtool"; then
2255 ac_aux_dir=$ac_dir
2256 ac_install_sh="$ac_aux_dir/shtool install -c"
2257 break
2258 fi
2259 done
2260 if test -z "$ac_aux_dir"; then
2261 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2262 fi
2263
2264 # These three variables are undocumented and unsupported,
2265 # and are intended to be withdrawn in a future Autoconf release.
2266 # They can cause serious problems if a builder's source tree is in a directory
2267 # whose full name contains unusual characters.
2268 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2269 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2270 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2271
2272
2273 # Make sure we can run config.sub.
2274 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2275 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2276
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2278 $as_echo_n "checking build system type... " >&6; }
2279 if ${ac_cv_build+:} false; then :
2280 $as_echo_n "(cached) " >&6
2281 else
2282 ac_build_alias=$build_alias
2283 test "x$ac_build_alias" = x &&
2284 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2285 test "x$ac_build_alias" = x &&
2286 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2287 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2288 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2289
2290 fi
2291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2292 $as_echo "$ac_cv_build" >&6; }
2293 case $ac_cv_build in
2294 *-*-*) ;;
2295 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2296 esac
2297 build=$ac_cv_build
2298 ac_save_IFS=$IFS; IFS='-'
2299 set x $ac_cv_build
2300 shift
2301 build_cpu=$1
2302 build_vendor=$2
2303 shift; shift
2304 # Remember, the first character of IFS is used to create $*,
2305 # except with old shells:
2306 build_os=$*
2307 IFS=$ac_save_IFS
2308 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2309
2310
2311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2312 $as_echo_n "checking host system type... " >&6; }
2313 if ${ac_cv_host+:} false; then :
2314 $as_echo_n "(cached) " >&6
2315 else
2316 if test "x$host_alias" = x; then
2317 ac_cv_host=$ac_cv_build
2318 else
2319 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2320 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2321 fi
2322
2323 fi
2324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2325 $as_echo "$ac_cv_host" >&6; }
2326 case $ac_cv_host in
2327 *-*-*) ;;
2328 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2329 esac
2330 host=$ac_cv_host
2331 ac_save_IFS=$IFS; IFS='-'
2332 set x $ac_cv_host
2333 shift
2334 host_cpu=$1
2335 host_vendor=$2
2336 shift; shift
2337 # Remember, the first character of IFS is used to create $*,
2338 # except with old shells:
2339 host_os=$*
2340 IFS=$ac_save_IFS
2341 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2342
2343
2344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2345 $as_echo_n "checking target system type... " >&6; }
2346 if ${ac_cv_target+:} false; then :
2347 $as_echo_n "(cached) " >&6
2348 else
2349 if test "x$target_alias" = x; then
2350 ac_cv_target=$ac_cv_host
2351 else
2352 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2353 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2354 fi
2355
2356 fi
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2358 $as_echo "$ac_cv_target" >&6; }
2359 case $ac_cv_target in
2360 *-*-*) ;;
2361 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2362 esac
2363 target=$ac_cv_target
2364 ac_save_IFS=$IFS; IFS='-'
2365 set x $ac_cv_target
2366 shift
2367 target_cpu=$1
2368 target_vendor=$2
2369 shift; shift
2370 # Remember, the first character of IFS is used to create $*,
2371 # except with old shells:
2372 target_os=$*
2373 IFS=$ac_save_IFS
2374 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2375
2376
2377 # The aliases save the names the user supplied, while $host etc.
2378 # will get canonicalized.
2379 test -n "$target_alias" &&
2380 test "$program_prefix$program_suffix$program_transform_name" = \
2381 NONENONEs,x,x, &&
2382 program_prefix=${target_alias}-
2383 ac_ext=c
2384 ac_cpp='$CPP $CPPFLAGS'
2385 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2386 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2387 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2388 if test -n "$ac_tool_prefix"; then
2389 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2390 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2392 $as_echo_n "checking for $ac_word... " >&6; }
2393 if ${ac_cv_prog_CC+:} false; then :
2394 $as_echo_n "(cached) " >&6
2395 else
2396 if test -n "$CC"; then
2397 ac_cv_prog_CC="$CC" # Let the user override the test.
2398 else
2399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2400 for as_dir in $PATH
2401 do
2402 IFS=$as_save_IFS
2403 test -z "$as_dir" && as_dir=.
2404 for ac_exec_ext in '' $ac_executable_extensions; do
2405 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2406 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2408 break 2
2409 fi
2410 done
2411 done
2412 IFS=$as_save_IFS
2413
2414 fi
2415 fi
2416 CC=$ac_cv_prog_CC
2417 if test -n "$CC"; then
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2419 $as_echo "$CC" >&6; }
2420 else
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2422 $as_echo "no" >&6; }
2423 fi
2424
2425
2426 fi
2427 if test -z "$ac_cv_prog_CC"; then
2428 ac_ct_CC=$CC
2429 # Extract the first word of "gcc", so it can be a program name with args.
2430 set dummy gcc; ac_word=$2
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2432 $as_echo_n "checking for $ac_word... " >&6; }
2433 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2434 $as_echo_n "(cached) " >&6
2435 else
2436 if test -n "$ac_ct_CC"; then
2437 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2438 else
2439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2440 for as_dir in $PATH
2441 do
2442 IFS=$as_save_IFS
2443 test -z "$as_dir" && as_dir=.
2444 for ac_exec_ext in '' $ac_executable_extensions; do
2445 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2446 ac_cv_prog_ac_ct_CC="gcc"
2447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2448 break 2
2449 fi
2450 done
2451 done
2452 IFS=$as_save_IFS
2453
2454 fi
2455 fi
2456 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2457 if test -n "$ac_ct_CC"; then
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2459 $as_echo "$ac_ct_CC" >&6; }
2460 else
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2462 $as_echo "no" >&6; }
2463 fi
2464
2465 if test "x$ac_ct_CC" = x; then
2466 CC=""
2467 else
2468 case $cross_compiling:$ac_tool_warned in
2469 yes:)
2470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2471 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2472 ac_tool_warned=yes ;;
2473 esac
2474 CC=$ac_ct_CC
2475 fi
2476 else
2477 CC="$ac_cv_prog_CC"
2478 fi
2479
2480 if test -z "$CC"; then
2481 if test -n "$ac_tool_prefix"; then
2482 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2483 set dummy ${ac_tool_prefix}cc; ac_word=$2
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2485 $as_echo_n "checking for $ac_word... " >&6; }
2486 if ${ac_cv_prog_CC+:} false; then :
2487 $as_echo_n "(cached) " >&6
2488 else
2489 if test -n "$CC"; then
2490 ac_cv_prog_CC="$CC" # Let the user override the test.
2491 else
2492 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2493 for as_dir in $PATH
2494 do
2495 IFS=$as_save_IFS
2496 test -z "$as_dir" && as_dir=.
2497 for ac_exec_ext in '' $ac_executable_extensions; do
2498 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2499 ac_cv_prog_CC="${ac_tool_prefix}cc"
2500 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2501 break 2
2502 fi
2503 done
2504 done
2505 IFS=$as_save_IFS
2506
2507 fi
2508 fi
2509 CC=$ac_cv_prog_CC
2510 if test -n "$CC"; then
2511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2512 $as_echo "$CC" >&6; }
2513 else
2514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2515 $as_echo "no" >&6; }
2516 fi
2517
2518
2519 fi
2520 fi
2521 if test -z "$CC"; then
2522 # Extract the first word of "cc", so it can be a program name with args.
2523 set dummy cc; ac_word=$2
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2525 $as_echo_n "checking for $ac_word... " >&6; }
2526 if ${ac_cv_prog_CC+:} false; then :
2527 $as_echo_n "(cached) " >&6
2528 else
2529 if test -n "$CC"; then
2530 ac_cv_prog_CC="$CC" # Let the user override the test.
2531 else
2532 ac_prog_rejected=no
2533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2534 for as_dir in $PATH
2535 do
2536 IFS=$as_save_IFS
2537 test -z "$as_dir" && as_dir=.
2538 for ac_exec_ext in '' $ac_executable_extensions; do
2539 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2540 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2541 ac_prog_rejected=yes
2542 continue
2543 fi
2544 ac_cv_prog_CC="cc"
2545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2546 break 2
2547 fi
2548 done
2549 done
2550 IFS=$as_save_IFS
2551
2552 if test $ac_prog_rejected = yes; then
2553 # We found a bogon in the path, so make sure we never use it.
2554 set dummy $ac_cv_prog_CC
2555 shift
2556 if test $# != 0; then
2557 # We chose a different compiler from the bogus one.
2558 # However, it has the same basename, so the bogon will be chosen
2559 # first if we set CC to just the basename; use the full file name.
2560 shift
2561 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2562 fi
2563 fi
2564 fi
2565 fi
2566 CC=$ac_cv_prog_CC
2567 if test -n "$CC"; then
2568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2569 $as_echo "$CC" >&6; }
2570 else
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2572 $as_echo "no" >&6; }
2573 fi
2574
2575
2576 fi
2577 if test -z "$CC"; then
2578 if test -n "$ac_tool_prefix"; then
2579 for ac_prog in cl.exe
2580 do
2581 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2582 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2584 $as_echo_n "checking for $ac_word... " >&6; }
2585 if ${ac_cv_prog_CC+:} false; then :
2586 $as_echo_n "(cached) " >&6
2587 else
2588 if test -n "$CC"; then
2589 ac_cv_prog_CC="$CC" # Let the user override the test.
2590 else
2591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2592 for as_dir in $PATH
2593 do
2594 IFS=$as_save_IFS
2595 test -z "$as_dir" && as_dir=.
2596 for ac_exec_ext in '' $ac_executable_extensions; do
2597 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2598 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2600 break 2
2601 fi
2602 done
2603 done
2604 IFS=$as_save_IFS
2605
2606 fi
2607 fi
2608 CC=$ac_cv_prog_CC
2609 if test -n "$CC"; then
2610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2611 $as_echo "$CC" >&6; }
2612 else
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2614 $as_echo "no" >&6; }
2615 fi
2616
2617
2618 test -n "$CC" && break
2619 done
2620 fi
2621 if test -z "$CC"; then
2622 ac_ct_CC=$CC
2623 for ac_prog in cl.exe
2624 do
2625 # Extract the first word of "$ac_prog", so it can be a program name with args.
2626 set dummy $ac_prog; ac_word=$2
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2628 $as_echo_n "checking for $ac_word... " >&6; }
2629 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2630 $as_echo_n "(cached) " >&6
2631 else
2632 if test -n "$ac_ct_CC"; then
2633 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2634 else
2635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2636 for as_dir in $PATH
2637 do
2638 IFS=$as_save_IFS
2639 test -z "$as_dir" && as_dir=.
2640 for ac_exec_ext in '' $ac_executable_extensions; do
2641 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2642 ac_cv_prog_ac_ct_CC="$ac_prog"
2643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2644 break 2
2645 fi
2646 done
2647 done
2648 IFS=$as_save_IFS
2649
2650 fi
2651 fi
2652 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2653 if test -n "$ac_ct_CC"; then
2654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2655 $as_echo "$ac_ct_CC" >&6; }
2656 else
2657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2658 $as_echo "no" >&6; }
2659 fi
2660
2661
2662 test -n "$ac_ct_CC" && break
2663 done
2664
2665 if test "x$ac_ct_CC" = x; then
2666 CC=""
2667 else
2668 case $cross_compiling:$ac_tool_warned in
2669 yes:)
2670 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2671 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2672 ac_tool_warned=yes ;;
2673 esac
2674 CC=$ac_ct_CC
2675 fi
2676 fi
2677
2678 fi
2679
2680
2681 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2682 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2683 as_fn_error $? "no acceptable C compiler found in \$PATH
2684 See \`config.log' for more details" "$LINENO" 5; }
2685
2686 # Provide some information about the compiler.
2687 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2688 set X $ac_compile
2689 ac_compiler=$2
2690 for ac_option in --version -v -V -qversion; do
2691 { { ac_try="$ac_compiler $ac_option >&5"
2692 case "(($ac_try" in
2693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2694 *) ac_try_echo=$ac_try;;
2695 esac
2696 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2697 $as_echo "$ac_try_echo"; } >&5
2698 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2699 ac_status=$?
2700 if test -s conftest.err; then
2701 sed '10a\
2702 ... rest of stderr output deleted ...
2703 10q' conftest.err >conftest.er1
2704 cat conftest.er1 >&5
2705 fi
2706 rm -f conftest.er1 conftest.err
2707 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2708 test $ac_status = 0; }
2709 done
2710
2711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2712 /* end confdefs.h. */
2713
2714 int
2715 main ()
2716 {
2717
2718 ;
2719 return 0;
2720 }
2721 _ACEOF
2722 ac_clean_files_save=$ac_clean_files
2723 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2724 # Try to create an executable without -o first, disregard a.out.
2725 # It will help us diagnose broken compilers, and finding out an intuition
2726 # of exeext.
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2728 $as_echo_n "checking whether the C compiler works... " >&6; }
2729 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2730
2731 # The possible output files:
2732 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2733
2734 ac_rmfiles=
2735 for ac_file in $ac_files
2736 do
2737 case $ac_file in
2738 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2739 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2740 esac
2741 done
2742 rm -f $ac_rmfiles
2743
2744 if { { ac_try="$ac_link_default"
2745 case "(($ac_try" in
2746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2747 *) ac_try_echo=$ac_try;;
2748 esac
2749 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2750 $as_echo "$ac_try_echo"; } >&5
2751 (eval "$ac_link_default") 2>&5
2752 ac_status=$?
2753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2754 test $ac_status = 0; }; then :
2755 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2756 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2757 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2758 # so that the user can short-circuit this test for compilers unknown to
2759 # Autoconf.
2760 for ac_file in $ac_files ''
2761 do
2762 test -f "$ac_file" || continue
2763 case $ac_file in
2764 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2765 ;;
2766 [ab].out )
2767 # We found the default executable, but exeext='' is most
2768 # certainly right.
2769 break;;
2770 *.* )
2771 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2772 then :; else
2773 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2774 fi
2775 # We set ac_cv_exeext here because the later test for it is not
2776 # safe: cross compilers may not add the suffix if given an `-o'
2777 # argument, so we may need to know it at that point already.
2778 # Even if this section looks crufty: it has the advantage of
2779 # actually working.
2780 break;;
2781 * )
2782 break;;
2783 esac
2784 done
2785 test "$ac_cv_exeext" = no && ac_cv_exeext=
2786
2787 else
2788 ac_file=''
2789 fi
2790 if test -z "$ac_file"; then :
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2792 $as_echo "no" >&6; }
2793 $as_echo "$as_me: failed program was:" >&5
2794 sed 's/^/| /' conftest.$ac_ext >&5
2795
2796 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2797 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2798 as_fn_error 77 "C compiler cannot create executables
2799 See \`config.log' for more details" "$LINENO" 5; }
2800 else
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2802 $as_echo "yes" >&6; }
2803 fi
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2805 $as_echo_n "checking for C compiler default output file name... " >&6; }
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2807 $as_echo "$ac_file" >&6; }
2808 ac_exeext=$ac_cv_exeext
2809
2810 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2811 ac_clean_files=$ac_clean_files_save
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2813 $as_echo_n "checking for suffix of executables... " >&6; }
2814 if { { ac_try="$ac_link"
2815 case "(($ac_try" in
2816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2817 *) ac_try_echo=$ac_try;;
2818 esac
2819 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2820 $as_echo "$ac_try_echo"; } >&5
2821 (eval "$ac_link") 2>&5
2822 ac_status=$?
2823 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2824 test $ac_status = 0; }; then :
2825 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2826 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2827 # work properly (i.e., refer to `conftest.exe'), while it won't with
2828 # `rm'.
2829 for ac_file in conftest.exe conftest conftest.*; do
2830 test -f "$ac_file" || continue
2831 case $ac_file in
2832 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2833 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2834 break;;
2835 * ) break;;
2836 esac
2837 done
2838 else
2839 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2840 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2841 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2842 See \`config.log' for more details" "$LINENO" 5; }
2843 fi
2844 rm -f conftest conftest$ac_cv_exeext
2845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2846 $as_echo "$ac_cv_exeext" >&6; }
2847
2848 rm -f conftest.$ac_ext
2849 EXEEXT=$ac_cv_exeext
2850 ac_exeext=$EXEEXT
2851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2852 /* end confdefs.h. */
2853 #include <stdio.h>
2854 int
2855 main ()
2856 {
2857 FILE *f = fopen ("conftest.out", "w");
2858 return ferror (f) || fclose (f) != 0;
2859
2860 ;
2861 return 0;
2862 }
2863 _ACEOF
2864 ac_clean_files="$ac_clean_files conftest.out"
2865 # Check that the compiler produces executables we can run. If not, either
2866 # the compiler is broken, or we cross compile.
2867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2868 $as_echo_n "checking whether we are cross compiling... " >&6; }
2869 if test "$cross_compiling" != yes; then
2870 { { ac_try="$ac_link"
2871 case "(($ac_try" in
2872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2873 *) ac_try_echo=$ac_try;;
2874 esac
2875 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2876 $as_echo "$ac_try_echo"; } >&5
2877 (eval "$ac_link") 2>&5
2878 ac_status=$?
2879 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2880 test $ac_status = 0; }
2881 if { ac_try='./conftest$ac_cv_exeext'
2882 { { case "(($ac_try" in
2883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2884 *) ac_try_echo=$ac_try;;
2885 esac
2886 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2887 $as_echo "$ac_try_echo"; } >&5
2888 (eval "$ac_try") 2>&5
2889 ac_status=$?
2890 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2891 test $ac_status = 0; }; }; then
2892 cross_compiling=no
2893 else
2894 if test "$cross_compiling" = maybe; then
2895 cross_compiling=yes
2896 else
2897 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2898 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2899 as_fn_error $? "cannot run C compiled programs.
2900 If you meant to cross compile, use \`--host'.
2901 See \`config.log' for more details" "$LINENO" 5; }
2902 fi
2903 fi
2904 fi
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2906 $as_echo "$cross_compiling" >&6; }
2907
2908 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2909 ac_clean_files=$ac_clean_files_save
2910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2911 $as_echo_n "checking for suffix of object files... " >&6; }
2912 if ${ac_cv_objext+:} false; then :
2913 $as_echo_n "(cached) " >&6
2914 else
2915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2916 /* end confdefs.h. */
2917
2918 int
2919 main ()
2920 {
2921
2922 ;
2923 return 0;
2924 }
2925 _ACEOF
2926 rm -f conftest.o conftest.obj
2927 if { { ac_try="$ac_compile"
2928 case "(($ac_try" in
2929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2930 *) ac_try_echo=$ac_try;;
2931 esac
2932 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2933 $as_echo "$ac_try_echo"; } >&5
2934 (eval "$ac_compile") 2>&5
2935 ac_status=$?
2936 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2937 test $ac_status = 0; }; then :
2938 for ac_file in conftest.o conftest.obj conftest.*; do
2939 test -f "$ac_file" || continue;
2940 case $ac_file in
2941 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2942 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2943 break;;
2944 esac
2945 done
2946 else
2947 $as_echo "$as_me: failed program was:" >&5
2948 sed 's/^/| /' conftest.$ac_ext >&5
2949
2950 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2951 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2952 as_fn_error $? "cannot compute suffix of object files: cannot compile
2953 See \`config.log' for more details" "$LINENO" 5; }
2954 fi
2955 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2956 fi
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2958 $as_echo "$ac_cv_objext" >&6; }
2959 OBJEXT=$ac_cv_objext
2960 ac_objext=$OBJEXT
2961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2962 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2963 if ${ac_cv_c_compiler_gnu+:} false; then :
2964 $as_echo_n "(cached) " >&6
2965 else
2966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2967 /* end confdefs.h. */
2968
2969 int
2970 main ()
2971 {
2972 #ifndef __GNUC__
2973 choke me
2974 #endif
2975
2976 ;
2977 return 0;
2978 }
2979 _ACEOF
2980 if ac_fn_c_try_compile "$LINENO"; then :
2981 ac_compiler_gnu=yes
2982 else
2983 ac_compiler_gnu=no
2984 fi
2985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2986 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2987
2988 fi
2989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2990 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2991 if test $ac_compiler_gnu = yes; then
2992 GCC=yes
2993 else
2994 GCC=
2995 fi
2996 ac_test_CFLAGS=${CFLAGS+set}
2997 ac_save_CFLAGS=$CFLAGS
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2999 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3000 if ${ac_cv_prog_cc_g+:} false; then :
3001 $as_echo_n "(cached) " >&6
3002 else
3003 ac_save_c_werror_flag=$ac_c_werror_flag
3004 ac_c_werror_flag=yes
3005 ac_cv_prog_cc_g=no
3006 CFLAGS="-g"
3007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3008 /* end confdefs.h. */
3009
3010 int
3011 main ()
3012 {
3013
3014 ;
3015 return 0;
3016 }
3017 _ACEOF
3018 if ac_fn_c_try_compile "$LINENO"; then :
3019 ac_cv_prog_cc_g=yes
3020 else
3021 CFLAGS=""
3022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3023 /* end confdefs.h. */
3024
3025 int
3026 main ()
3027 {
3028
3029 ;
3030 return 0;
3031 }
3032 _ACEOF
3033 if ac_fn_c_try_compile "$LINENO"; then :
3034
3035 else
3036 ac_c_werror_flag=$ac_save_c_werror_flag
3037 CFLAGS="-g"
3038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3039 /* end confdefs.h. */
3040
3041 int
3042 main ()
3043 {
3044
3045 ;
3046 return 0;
3047 }
3048 _ACEOF
3049 if ac_fn_c_try_compile "$LINENO"; then :
3050 ac_cv_prog_cc_g=yes
3051 fi
3052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3053 fi
3054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3055 fi
3056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3057 ac_c_werror_flag=$ac_save_c_werror_flag
3058 fi
3059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3060 $as_echo "$ac_cv_prog_cc_g" >&6; }
3061 if test "$ac_test_CFLAGS" = set; then
3062 CFLAGS=$ac_save_CFLAGS
3063 elif test $ac_cv_prog_cc_g = yes; then
3064 if test "$GCC" = yes; then
3065 CFLAGS="-g -O2"
3066 else
3067 CFLAGS="-g"
3068 fi
3069 else
3070 if test "$GCC" = yes; then
3071 CFLAGS="-O2"
3072 else
3073 CFLAGS=
3074 fi
3075 fi
3076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3077 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3078 if ${ac_cv_prog_cc_c89+:} false; then :
3079 $as_echo_n "(cached) " >&6
3080 else
3081 ac_cv_prog_cc_c89=no
3082 ac_save_CC=$CC
3083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3084 /* end confdefs.h. */
3085 #include <stdarg.h>
3086 #include <stdio.h>
3087 struct stat;
3088 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3089 struct buf { int x; };
3090 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3091 static char *e (p, i)
3092 char **p;
3093 int i;
3094 {
3095 return p[i];
3096 }
3097 static char *f (char * (*g) (char **, int), char **p, ...)
3098 {
3099 char *s;
3100 va_list v;
3101 va_start (v,p);
3102 s = g (p, va_arg (v,int));
3103 va_end (v);
3104 return s;
3105 }
3106
3107 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3108 function prototypes and stuff, but not '\xHH' hex character constants.
3109 These don't provoke an error unfortunately, instead are silently treated
3110 as 'x'. The following induces an error, until -std is added to get
3111 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3112 array size at least. It's necessary to write '\x00'==0 to get something
3113 that's true only with -std. */
3114 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3115
3116 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3117 inside strings and character constants. */
3118 #define FOO(x) 'x'
3119 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3120
3121 int test (int i, double x);
3122 struct s1 {int (*f) (int a);};
3123 struct s2 {int (*f) (double a);};
3124 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3125 int argc;
3126 char **argv;
3127 int
3128 main ()
3129 {
3130 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3131 ;
3132 return 0;
3133 }
3134 _ACEOF
3135 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3136 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3137 do
3138 CC="$ac_save_CC $ac_arg"
3139 if ac_fn_c_try_compile "$LINENO"; then :
3140 ac_cv_prog_cc_c89=$ac_arg
3141 fi
3142 rm -f core conftest.err conftest.$ac_objext
3143 test "x$ac_cv_prog_cc_c89" != "xno" && break
3144 done
3145 rm -f conftest.$ac_ext
3146 CC=$ac_save_CC
3147
3148 fi
3149 # AC_CACHE_VAL
3150 case "x$ac_cv_prog_cc_c89" in
3151 x)
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3153 $as_echo "none needed" >&6; } ;;
3154 xno)
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3156 $as_echo "unsupported" >&6; } ;;
3157 *)
3158 CC="$CC $ac_cv_prog_cc_c89"
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3160 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3161 esac
3162 if test "x$ac_cv_prog_cc_c89" != xno; then :
3163
3164 fi
3165
3166 ac_ext=c
3167 ac_cpp='$CPP $CPPFLAGS'
3168 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3169 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3170 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3171
3172
3173 ac_ext=c
3174 ac_cpp='$CPP $CPPFLAGS'
3175 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3176 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3177 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3179 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3180 # On Suns, sometimes $CPP names a directory.
3181 if test -n "$CPP" && test -d "$CPP"; then
3182 CPP=
3183 fi
3184 if test -z "$CPP"; then
3185 if ${ac_cv_prog_CPP+:} false; then :
3186 $as_echo_n "(cached) " >&6
3187 else
3188 # Double quotes because CPP needs to be expanded
3189 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3190 do
3191 ac_preproc_ok=false
3192 for ac_c_preproc_warn_flag in '' yes
3193 do
3194 # Use a header file that comes with gcc, so configuring glibc
3195 # with a fresh cross-compiler works.
3196 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3197 # <limits.h> exists even on freestanding compilers.
3198 # On the NeXT, cc -E runs the code through the compiler's parser,
3199 # not just through cpp. "Syntax error" is here to catch this case.
3200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3201 /* end confdefs.h. */
3202 #ifdef __STDC__
3203 # include <limits.h>
3204 #else
3205 # include <assert.h>
3206 #endif
3207 Syntax error
3208 _ACEOF
3209 if ac_fn_c_try_cpp "$LINENO"; then :
3210
3211 else
3212 # Broken: fails on valid input.
3213 continue
3214 fi
3215 rm -f conftest.err conftest.i conftest.$ac_ext
3216
3217 # OK, works on sane cases. Now check whether nonexistent headers
3218 # can be detected and how.
3219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3220 /* end confdefs.h. */
3221 #include <ac_nonexistent.h>
3222 _ACEOF
3223 if ac_fn_c_try_cpp "$LINENO"; then :
3224 # Broken: success on invalid input.
3225 continue
3226 else
3227 # Passes both tests.
3228 ac_preproc_ok=:
3229 break
3230 fi
3231 rm -f conftest.err conftest.i conftest.$ac_ext
3232
3233 done
3234 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3235 rm -f conftest.i conftest.err conftest.$ac_ext
3236 if $ac_preproc_ok; then :
3237 break
3238 fi
3239
3240 done
3241 ac_cv_prog_CPP=$CPP
3242
3243 fi
3244 CPP=$ac_cv_prog_CPP
3245 else
3246 ac_cv_prog_CPP=$CPP
3247 fi
3248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3249 $as_echo "$CPP" >&6; }
3250 ac_preproc_ok=false
3251 for ac_c_preproc_warn_flag in '' yes
3252 do
3253 # Use a header file that comes with gcc, so configuring glibc
3254 # with a fresh cross-compiler works.
3255 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3256 # <limits.h> exists even on freestanding compilers.
3257 # On the NeXT, cc -E runs the code through the compiler's parser,
3258 # not just through cpp. "Syntax error" is here to catch this case.
3259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3260 /* end confdefs.h. */
3261 #ifdef __STDC__
3262 # include <limits.h>
3263 #else
3264 # include <assert.h>
3265 #endif
3266 Syntax error
3267 _ACEOF
3268 if ac_fn_c_try_cpp "$LINENO"; then :
3269
3270 else
3271 # Broken: fails on valid input.
3272 continue
3273 fi
3274 rm -f conftest.err conftest.i conftest.$ac_ext
3275
3276 # OK, works on sane cases. Now check whether nonexistent headers
3277 # can be detected and how.
3278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3279 /* end confdefs.h. */
3280 #include <ac_nonexistent.h>
3281 _ACEOF
3282 if ac_fn_c_try_cpp "$LINENO"; then :
3283 # Broken: success on invalid input.
3284 continue
3285 else
3286 # Passes both tests.
3287 ac_preproc_ok=:
3288 break
3289 fi
3290 rm -f conftest.err conftest.i conftest.$ac_ext
3291
3292 done
3293 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3294 rm -f conftest.i conftest.err conftest.$ac_ext
3295 if $ac_preproc_ok; then :
3296
3297 else
3298 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3299 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3300 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3301 See \`config.log' for more details" "$LINENO" 5; }
3302 fi
3303
3304 ac_ext=c
3305 ac_cpp='$CPP $CPPFLAGS'
3306 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3307 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3308 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3309
3310
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3312 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3313 if ${ac_cv_path_GREP+:} false; then :
3314 $as_echo_n "(cached) " >&6
3315 else
3316 if test -z "$GREP"; then
3317 ac_path_GREP_found=false
3318 # Loop through the user's path and test for each of PROGNAME-LIST
3319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3320 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3321 do
3322 IFS=$as_save_IFS
3323 test -z "$as_dir" && as_dir=.
3324 for ac_prog in grep ggrep; do
3325 for ac_exec_ext in '' $ac_executable_extensions; do
3326 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3327 as_fn_executable_p "$ac_path_GREP" || continue
3328 # Check for GNU ac_path_GREP and select it if it is found.
3329 # Check for GNU $ac_path_GREP
3330 case `"$ac_path_GREP" --version 2>&1` in
3331 *GNU*)
3332 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3333 *)
3334 ac_count=0
3335 $as_echo_n 0123456789 >"conftest.in"
3336 while :
3337 do
3338 cat "conftest.in" "conftest.in" >"conftest.tmp"
3339 mv "conftest.tmp" "conftest.in"
3340 cp "conftest.in" "conftest.nl"
3341 $as_echo 'GREP' >> "conftest.nl"
3342 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3343 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3344 as_fn_arith $ac_count + 1 && ac_count=$as_val
3345 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3346 # Best one so far, save it but keep looking for a better one
3347 ac_cv_path_GREP="$ac_path_GREP"
3348 ac_path_GREP_max=$ac_count
3349 fi
3350 # 10*(2^10) chars as input seems more than enough
3351 test $ac_count -gt 10 && break
3352 done
3353 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3354 esac
3355
3356 $ac_path_GREP_found && break 3
3357 done
3358 done
3359 done
3360 IFS=$as_save_IFS
3361 if test -z "$ac_cv_path_GREP"; then
3362 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3363 fi
3364 else
3365 ac_cv_path_GREP=$GREP
3366 fi
3367
3368 fi
3369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3370 $as_echo "$ac_cv_path_GREP" >&6; }
3371 GREP="$ac_cv_path_GREP"
3372
3373
3374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3375 $as_echo_n "checking for egrep... " >&6; }
3376 if ${ac_cv_path_EGREP+:} false; then :
3377 $as_echo_n "(cached) " >&6
3378 else
3379 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3380 then ac_cv_path_EGREP="$GREP -E"
3381 else
3382 if test -z "$EGREP"; then
3383 ac_path_EGREP_found=false
3384 # Loop through the user's path and test for each of PROGNAME-LIST
3385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3386 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3387 do
3388 IFS=$as_save_IFS
3389 test -z "$as_dir" && as_dir=.
3390 for ac_prog in egrep; do
3391 for ac_exec_ext in '' $ac_executable_extensions; do
3392 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3393 as_fn_executable_p "$ac_path_EGREP" || continue
3394 # Check for GNU ac_path_EGREP and select it if it is found.
3395 # Check for GNU $ac_path_EGREP
3396 case `"$ac_path_EGREP" --version 2>&1` in
3397 *GNU*)
3398 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3399 *)
3400 ac_count=0
3401 $as_echo_n 0123456789 >"conftest.in"
3402 while :
3403 do
3404 cat "conftest.in" "conftest.in" >"conftest.tmp"
3405 mv "conftest.tmp" "conftest.in"
3406 cp "conftest.in" "conftest.nl"
3407 $as_echo 'EGREP' >> "conftest.nl"
3408 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3409 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3410 as_fn_arith $ac_count + 1 && ac_count=$as_val
3411 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3412 # Best one so far, save it but keep looking for a better one
3413 ac_cv_path_EGREP="$ac_path_EGREP"
3414 ac_path_EGREP_max=$ac_count
3415 fi
3416 # 10*(2^10) chars as input seems more than enough
3417 test $ac_count -gt 10 && break
3418 done
3419 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3420 esac
3421
3422 $ac_path_EGREP_found && break 3
3423 done
3424 done
3425 done
3426 IFS=$as_save_IFS
3427 if test -z "$ac_cv_path_EGREP"; then
3428 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3429 fi
3430 else
3431 ac_cv_path_EGREP=$EGREP
3432 fi
3433
3434 fi
3435 fi
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3437 $as_echo "$ac_cv_path_EGREP" >&6; }
3438 EGREP="$ac_cv_path_EGREP"
3439
3440
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3442 $as_echo_n "checking for ANSI C header files... " >&6; }
3443 if ${ac_cv_header_stdc+:} false; then :
3444 $as_echo_n "(cached) " >&6
3445 else
3446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3447 /* end confdefs.h. */
3448 #include <stdlib.h>
3449 #include <stdarg.h>
3450 #include <string.h>
3451 #include <float.h>
3452
3453 int
3454 main ()
3455 {
3456
3457 ;
3458 return 0;
3459 }
3460 _ACEOF
3461 if ac_fn_c_try_compile "$LINENO"; then :
3462 ac_cv_header_stdc=yes
3463 else
3464 ac_cv_header_stdc=no
3465 fi
3466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3467
3468 if test $ac_cv_header_stdc = yes; then
3469 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3471 /* end confdefs.h. */
3472 #include <string.h>
3473
3474 _ACEOF
3475 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3476 $EGREP "memchr" >/dev/null 2>&1; then :
3477
3478 else
3479 ac_cv_header_stdc=no
3480 fi
3481 rm -f conftest*
3482
3483 fi
3484
3485 if test $ac_cv_header_stdc = yes; then
3486 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3488 /* end confdefs.h. */
3489 #include <stdlib.h>
3490
3491 _ACEOF
3492 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3493 $EGREP "free" >/dev/null 2>&1; then :
3494
3495 else
3496 ac_cv_header_stdc=no
3497 fi
3498 rm -f conftest*
3499
3500 fi
3501
3502 if test $ac_cv_header_stdc = yes; then
3503 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3504 if test "$cross_compiling" = yes; then :
3505 :
3506 else
3507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3508 /* end confdefs.h. */
3509 #include <ctype.h>
3510 #include <stdlib.h>
3511 #if ((' ' & 0x0FF) == 0x020)
3512 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3513 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3514 #else
3515 # define ISLOWER(c) \
3516 (('a' <= (c) && (c) <= 'i') \
3517 || ('j' <= (c) && (c) <= 'r') \
3518 || ('s' <= (c) && (c) <= 'z'))
3519 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3520 #endif
3521
3522 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3523 int
3524 main ()
3525 {
3526 int i;
3527 for (i = 0; i < 256; i++)
3528 if (XOR (islower (i), ISLOWER (i))
3529 || toupper (i) != TOUPPER (i))
3530 return 2;
3531 return 0;
3532 }
3533 _ACEOF
3534 if ac_fn_c_try_run "$LINENO"; then :
3535
3536 else
3537 ac_cv_header_stdc=no
3538 fi
3539 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3540 conftest.$ac_objext conftest.beam conftest.$ac_ext
3541 fi
3542
3543 fi
3544 fi
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3546 $as_echo "$ac_cv_header_stdc" >&6; }
3547 if test $ac_cv_header_stdc = yes; then
3548
3549 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
3550
3551 fi
3552
3553 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3554 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3555 inttypes.h stdint.h unistd.h
3556 do :
3557 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3558 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3559 "
3560 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3561 cat >>confdefs.h <<_ACEOF
3562 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3563 _ACEOF
3564
3565 fi
3566
3567 done
3568
3569
3570
3571 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3572 if test "x$ac_cv_header_minix_config_h" = xyes; then :
3573 MINIX=yes
3574 else
3575 MINIX=
3576 fi
3577
3578
3579 if test "$MINIX" = yes; then
3580
3581 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3582
3583
3584 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3585
3586
3587 $as_echo "#define _MINIX 1" >>confdefs.h
3588
3589 fi
3590
3591
3592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3593 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3594 if ${ac_cv_safe_to_define___extensions__+:} false; then :
3595 $as_echo_n "(cached) " >&6
3596 else
3597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3598 /* end confdefs.h. */
3599
3600 # define __EXTENSIONS__ 1
3601 $ac_includes_default
3602 int
3603 main ()
3604 {
3605
3606 ;
3607 return 0;
3608 }
3609 _ACEOF
3610 if ac_fn_c_try_compile "$LINENO"; then :
3611 ac_cv_safe_to_define___extensions__=yes
3612 else
3613 ac_cv_safe_to_define___extensions__=no
3614 fi
3615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3616 fi
3617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3618 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3619 test $ac_cv_safe_to_define___extensions__ = yes &&
3620 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3621
3622 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3623
3624 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3625
3626 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3627
3628 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3629
3630
3631 test "$program_prefix" != NONE &&
3632 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3633 # Use a double $ so make ignores it.
3634 test "$program_suffix" != NONE &&
3635 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3636 # Double any \ or $.
3637 # By default was `s,x,x', remove it if useless.
3638 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3639 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3640
3641 # Find a good install program. We prefer a C program (faster),
3642 # so one script is as good as another. But avoid the broken or
3643 # incompatible versions:
3644 # SysV /etc/install, /usr/sbin/install
3645 # SunOS /usr/etc/install
3646 # IRIX /sbin/install
3647 # AIX /bin/install
3648 # AmigaOS /C/install, which installs bootblocks on floppy discs
3649 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3650 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3651 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3652 # OS/2's system install, which has a completely different semantic
3653 # ./install, which can be erroneously created by make from ./install.sh.
3654 # Reject install programs that cannot install multiple files.
3655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3656 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3657 if test -z "$INSTALL"; then
3658 if ${ac_cv_path_install+:} false; then :
3659 $as_echo_n "(cached) " >&6
3660 else
3661 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3662 for as_dir in $PATH
3663 do
3664 IFS=$as_save_IFS
3665 test -z "$as_dir" && as_dir=.
3666 # Account for people who put trailing slashes in PATH elements.
3667 case $as_dir/ in #((
3668 ./ | .// | /[cC]/* | \
3669 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3670 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3671 /usr/ucb/* ) ;;
3672 *)
3673 # OSF1 and SCO ODT 3.0 have their own names for install.
3674 # Don't use installbsd from OSF since it installs stuff as root
3675 # by default.
3676 for ac_prog in ginstall scoinst install; do
3677 for ac_exec_ext in '' $ac_executable_extensions; do
3678 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3679 if test $ac_prog = install &&
3680 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3681 # AIX install. It has an incompatible calling convention.
3682 :
3683 elif test $ac_prog = install &&
3684 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3685 # program-specific install script used by HP pwplus--don't use.
3686 :
3687 else
3688 rm -rf conftest.one conftest.two conftest.dir
3689 echo one > conftest.one
3690 echo two > conftest.two
3691 mkdir conftest.dir
3692 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3693 test -s conftest.one && test -s conftest.two &&
3694 test -s conftest.dir/conftest.one &&
3695 test -s conftest.dir/conftest.two
3696 then
3697 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3698 break 3
3699 fi
3700 fi
3701 fi
3702 done
3703 done
3704 ;;
3705 esac
3706
3707 done
3708 IFS=$as_save_IFS
3709
3710 rm -rf conftest.one conftest.two conftest.dir
3711
3712 fi
3713 if test "${ac_cv_path_install+set}" = set; then
3714 INSTALL=$ac_cv_path_install
3715 else
3716 # As a last resort, use the slow shell script. Don't cache a
3717 # value for INSTALL within a source directory, because that will
3718 # break other packages using the cache if that directory is
3719 # removed, or if the value is a relative name.
3720 INSTALL=$ac_install_sh
3721 fi
3722 fi
3723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3724 $as_echo "$INSTALL" >&6; }
3725
3726 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3727 # It thinks the first close brace ends the variable substitution.
3728 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3729
3730 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3731
3732 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3733
3734 rm -rf .tst 2>/dev/null
3735 mkdir .tst 2>/dev/null
3736 if test -d .tst; then
3737 am__leading_dot=.
3738 else
3739 am__leading_dot=_
3740 fi
3741 rmdir .tst 2>/dev/null
3742
3743 DEPDIR="${am__leading_dot}deps"
3744
3745 case `pwd` in
3746 *\ * | *\ *)
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3748 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3749 esac
3750
3751
3752
3753 macro_version='2.2.7a'
3754 macro_revision='1.3134'
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768 ltmain="$ac_aux_dir/ltmain.sh"
3769
3770 # Backslashify metacharacters that are still active within
3771 # double-quoted strings.
3772 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3773
3774 # Same as above, but do not quote variable references.
3775 double_quote_subst='s/\(["`\\]\)/\\\1/g'
3776
3777 # Sed substitution to delay expansion of an escaped shell variable in a
3778 # double_quote_subst'ed string.
3779 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3780
3781 # Sed substitution to delay expansion of an escaped single quote.
3782 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3783
3784 # Sed substitution to avoid accidental globbing in evaled expressions
3785 no_glob_subst='s/\*/\\\*/g'
3786
3787 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3788 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3789 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3790
3791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3792 $as_echo_n "checking how to print strings... " >&6; }
3793 # Test print first, because it will be a builtin if present.
3794 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3795 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3796 ECHO='print -r --'
3797 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3798 ECHO='printf %s\n'
3799 else
3800 # Use this function as a fallback that always works.
3801 func_fallback_echo ()
3802 {
3803 eval 'cat <<_LTECHO_EOF
3804 $1
3805 _LTECHO_EOF'
3806 }
3807 ECHO='func_fallback_echo'
3808 fi
3809
3810 # func_echo_all arg...
3811 # Invoke $ECHO with all args, space-separated.
3812 func_echo_all ()
3813 {
3814 $ECHO ""
3815 }
3816
3817 case "$ECHO" in
3818 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3819 $as_echo "printf" >&6; } ;;
3820 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3821 $as_echo "print -r" >&6; } ;;
3822 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3823 $as_echo "cat" >&6; } ;;
3824 esac
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3840 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
3841 if ${ac_cv_path_SED+:} false; then :
3842 $as_echo_n "(cached) " >&6
3843 else
3844 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3845 for ac_i in 1 2 3 4 5 6 7; do
3846 ac_script="$ac_script$as_nl$ac_script"
3847 done
3848 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3849 { ac_script=; unset ac_script;}
3850 if test -z "$SED"; then
3851 ac_path_SED_found=false
3852 # Loop through the user's path and test for each of PROGNAME-LIST
3853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3854 for as_dir in $PATH
3855 do
3856 IFS=$as_save_IFS
3857 test -z "$as_dir" && as_dir=.
3858 for ac_prog in sed gsed; do
3859 for ac_exec_ext in '' $ac_executable_extensions; do
3860 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3861 as_fn_executable_p "$ac_path_SED" || continue
3862 # Check for GNU ac_path_SED and select it if it is found.
3863 # Check for GNU $ac_path_SED
3864 case `"$ac_path_SED" --version 2>&1` in
3865 *GNU*)
3866 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3867 *)
3868 ac_count=0
3869 $as_echo_n 0123456789 >"conftest.in"
3870 while :
3871 do
3872 cat "conftest.in" "conftest.in" >"conftest.tmp"
3873 mv "conftest.tmp" "conftest.in"
3874 cp "conftest.in" "conftest.nl"
3875 $as_echo '' >> "conftest.nl"
3876 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3877 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3878 as_fn_arith $ac_count + 1 && ac_count=$as_val
3879 if test $ac_count -gt ${ac_path_SED_max-0}; then
3880 # Best one so far, save it but keep looking for a better one
3881 ac_cv_path_SED="$ac_path_SED"
3882 ac_path_SED_max=$ac_count
3883 fi
3884 # 10*(2^10) chars as input seems more than enough
3885 test $ac_count -gt 10 && break
3886 done
3887 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3888 esac
3889
3890 $ac_path_SED_found && break 3
3891 done
3892 done
3893 done
3894 IFS=$as_save_IFS
3895 if test -z "$ac_cv_path_SED"; then
3896 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
3897 fi
3898 else
3899 ac_cv_path_SED=$SED
3900 fi
3901
3902 fi
3903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3904 $as_echo "$ac_cv_path_SED" >&6; }
3905 SED="$ac_cv_path_SED"
3906 rm -f conftest.sed
3907
3908 test -z "$SED" && SED=sed
3909 Xsed="$SED -e 1s/^X//"
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3922 $as_echo_n "checking for fgrep... " >&6; }
3923 if ${ac_cv_path_FGREP+:} false; then :
3924 $as_echo_n "(cached) " >&6
3925 else
3926 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3927 then ac_cv_path_FGREP="$GREP -F"
3928 else
3929 if test -z "$FGREP"; then
3930 ac_path_FGREP_found=false
3931 # Loop through the user's path and test for each of PROGNAME-LIST
3932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3933 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3934 do
3935 IFS=$as_save_IFS
3936 test -z "$as_dir" && as_dir=.
3937 for ac_prog in fgrep; do
3938 for ac_exec_ext in '' $ac_executable_extensions; do
3939 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
3940 as_fn_executable_p "$ac_path_FGREP" || continue
3941 # Check for GNU ac_path_FGREP and select it if it is found.
3942 # Check for GNU $ac_path_FGREP
3943 case `"$ac_path_FGREP" --version 2>&1` in
3944 *GNU*)
3945 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3946 *)
3947 ac_count=0
3948 $as_echo_n 0123456789 >"conftest.in"
3949 while :
3950 do
3951 cat "conftest.in" "conftest.in" >"conftest.tmp"
3952 mv "conftest.tmp" "conftest.in"
3953 cp "conftest.in" "conftest.nl"
3954 $as_echo 'FGREP' >> "conftest.nl"
3955 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3956 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3957 as_fn_arith $ac_count + 1 && ac_count=$as_val
3958 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3959 # Best one so far, save it but keep looking for a better one
3960 ac_cv_path_FGREP="$ac_path_FGREP"
3961 ac_path_FGREP_max=$ac_count
3962 fi
3963 # 10*(2^10) chars as input seems more than enough
3964 test $ac_count -gt 10 && break
3965 done
3966 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3967 esac
3968
3969 $ac_path_FGREP_found && break 3
3970 done
3971 done
3972 done
3973 IFS=$as_save_IFS
3974 if test -z "$ac_cv_path_FGREP"; then
3975 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3976 fi
3977 else
3978 ac_cv_path_FGREP=$FGREP
3979 fi
3980
3981 fi
3982 fi
3983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3984 $as_echo "$ac_cv_path_FGREP" >&6; }
3985 FGREP="$ac_cv_path_FGREP"
3986
3987
3988 test -z "$GREP" && GREP=grep
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008 # Check whether --with-gnu-ld was given.
4009 if test "${with_gnu_ld+set}" = set; then :
4010 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4011 else
4012 with_gnu_ld=no
4013 fi
4014
4015 ac_prog=ld
4016 if test "$GCC" = yes; then
4017 # Check if gcc -print-prog-name=ld gives a path.
4018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4019 $as_echo_n "checking for ld used by $CC... " >&6; }
4020 case $host in
4021 *-*-mingw*)
4022 # gcc leaves a trailing carriage return which upsets mingw
4023 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4024 *)
4025 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4026 esac
4027 case $ac_prog in
4028 # Accept absolute paths.
4029 [\\/]* | ?:[\\/]*)
4030 re_direlt='/[^/][^/]*/\.\./'
4031 # Canonicalize the pathname of ld
4032 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4033 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4034 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4035 done
4036 test -z "$LD" && LD="$ac_prog"
4037 ;;
4038 "")
4039 # If it fails, then pretend we aren't using GCC.
4040 ac_prog=ld
4041 ;;
4042 *)
4043 # If it is relative, then search for the first ld in PATH.
4044 with_gnu_ld=unknown
4045 ;;
4046 esac
4047 elif test "$with_gnu_ld" = yes; then
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4049 $as_echo_n "checking for GNU ld... " >&6; }
4050 else
4051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4052 $as_echo_n "checking for non-GNU ld... " >&6; }
4053 fi
4054 if ${lt_cv_path_LD+:} false; then :
4055 $as_echo_n "(cached) " >&6
4056 else
4057 if test -z "$LD"; then
4058 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4059 for ac_dir in $PATH; do
4060 IFS="$lt_save_ifs"
4061 test -z "$ac_dir" && ac_dir=.
4062 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4063 lt_cv_path_LD="$ac_dir/$ac_prog"
4064 # Check to see if the program is GNU ld. I'd rather use --version,
4065 # but apparently some variants of GNU ld only accept -v.
4066 # Break only if it was the GNU/non-GNU ld that we prefer.
4067 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4068 *GNU* | *'with BFD'*)
4069 test "$with_gnu_ld" != no && break
4070 ;;
4071 *)
4072 test "$with_gnu_ld" != yes && break
4073 ;;
4074 esac
4075 fi
4076 done
4077 IFS="$lt_save_ifs"
4078 else
4079 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4080 fi
4081 fi
4082
4083 LD="$lt_cv_path_LD"
4084 if test -n "$LD"; then
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4086 $as_echo "$LD" >&6; }
4087 else
4088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4089 $as_echo "no" >&6; }
4090 fi
4091 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4093 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4094 if ${lt_cv_prog_gnu_ld+:} false; then :
4095 $as_echo_n "(cached) " >&6
4096 else
4097 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4098 case `$LD -v 2>&1 </dev/null` in
4099 *GNU* | *'with BFD'*)
4100 lt_cv_prog_gnu_ld=yes
4101 ;;
4102 *)
4103 lt_cv_prog_gnu_ld=no
4104 ;;
4105 esac
4106 fi
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4108 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4109 with_gnu_ld=$lt_cv_prog_gnu_ld
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4120 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4121 if ${lt_cv_path_NM+:} false; then :
4122 $as_echo_n "(cached) " >&6
4123 else
4124 if test -n "$NM"; then
4125 # Let the user override the test.
4126 lt_cv_path_NM="$NM"
4127 else
4128 lt_nm_to_check="${ac_tool_prefix}nm"
4129 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4130 lt_nm_to_check="$lt_nm_to_check nm"
4131 fi
4132 for lt_tmp_nm in $lt_nm_to_check; do
4133 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4134 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4135 IFS="$lt_save_ifs"
4136 test -z "$ac_dir" && ac_dir=.
4137 tmp_nm="$ac_dir/$lt_tmp_nm"
4138 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4139 # Check to see if the nm accepts a BSD-compat flag.
4140 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4141 # nm: unknown option "B" ignored
4142 # Tru64's nm complains that /dev/null is an invalid object file
4143 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4144 */dev/null* | *'Invalid file or object type'*)
4145 lt_cv_path_NM="$tmp_nm -B"
4146 break
4147 ;;
4148 *)
4149 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4150 */dev/null*)
4151 lt_cv_path_NM="$tmp_nm -p"
4152 break
4153 ;;
4154 *)
4155 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4156 continue # so that we can try to find one that supports BSD flags
4157 ;;
4158 esac
4159 ;;
4160 esac
4161 fi
4162 done
4163 IFS="$lt_save_ifs"
4164 done
4165 : ${lt_cv_path_NM=no}
4166 fi
4167 fi
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4169 $as_echo "$lt_cv_path_NM" >&6; }
4170 if test "$lt_cv_path_NM" != "no"; then
4171 NM="$lt_cv_path_NM"
4172 else
4173 # Didn't find any BSD compatible name lister, look for dumpbin.
4174 if test -n "$DUMPBIN"; then :
4175 # Let the user override the test.
4176 else
4177 if test -n "$ac_tool_prefix"; then
4178 for ac_prog in dumpbin "link -dump"
4179 do
4180 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4181 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4183 $as_echo_n "checking for $ac_word... " >&6; }
4184 if ${ac_cv_prog_DUMPBIN+:} false; then :
4185 $as_echo_n "(cached) " >&6
4186 else
4187 if test -n "$DUMPBIN"; then
4188 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4189 else
4190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4191 for as_dir in $PATH
4192 do
4193 IFS=$as_save_IFS
4194 test -z "$as_dir" && as_dir=.
4195 for ac_exec_ext in '' $ac_executable_extensions; do
4196 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4197 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4199 break 2
4200 fi
4201 done
4202 done
4203 IFS=$as_save_IFS
4204
4205 fi
4206 fi
4207 DUMPBIN=$ac_cv_prog_DUMPBIN
4208 if test -n "$DUMPBIN"; then
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4210 $as_echo "$DUMPBIN" >&6; }
4211 else
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4213 $as_echo "no" >&6; }
4214 fi
4215
4216
4217 test -n "$DUMPBIN" && break
4218 done
4219 fi
4220 if test -z "$DUMPBIN"; then
4221 ac_ct_DUMPBIN=$DUMPBIN
4222 for ac_prog in dumpbin "link -dump"
4223 do
4224 # Extract the first word of "$ac_prog", so it can be a program name with args.
4225 set dummy $ac_prog; ac_word=$2
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4227 $as_echo_n "checking for $ac_word... " >&6; }
4228 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4229 $as_echo_n "(cached) " >&6
4230 else
4231 if test -n "$ac_ct_DUMPBIN"; then
4232 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4233 else
4234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4235 for as_dir in $PATH
4236 do
4237 IFS=$as_save_IFS
4238 test -z "$as_dir" && as_dir=.
4239 for ac_exec_ext in '' $ac_executable_extensions; do
4240 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4241 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4243 break 2
4244 fi
4245 done
4246 done
4247 IFS=$as_save_IFS
4248
4249 fi
4250 fi
4251 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4252 if test -n "$ac_ct_DUMPBIN"; then
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4254 $as_echo "$ac_ct_DUMPBIN" >&6; }
4255 else
4256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4257 $as_echo "no" >&6; }
4258 fi
4259
4260
4261 test -n "$ac_ct_DUMPBIN" && break
4262 done
4263
4264 if test "x$ac_ct_DUMPBIN" = x; then
4265 DUMPBIN=":"
4266 else
4267 case $cross_compiling:$ac_tool_warned in
4268 yes:)
4269 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4270 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4271 ac_tool_warned=yes ;;
4272 esac
4273 DUMPBIN=$ac_ct_DUMPBIN
4274 fi
4275 fi
4276
4277 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4278 *COFF*)
4279 DUMPBIN="$DUMPBIN -symbols"
4280 ;;
4281 *)
4282 DUMPBIN=:
4283 ;;
4284 esac
4285 fi
4286
4287 if test "$DUMPBIN" != ":"; then
4288 NM="$DUMPBIN"
4289 fi
4290 fi
4291 test -z "$NM" && NM=nm
4292
4293
4294
4295
4296
4297
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4299 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4300 if ${lt_cv_nm_interface+:} false; then :
4301 $as_echo_n "(cached) " >&6
4302 else
4303 lt_cv_nm_interface="BSD nm"
4304 echo "int some_variable = 0;" > conftest.$ac_ext
4305 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4306 (eval "$ac_compile" 2>conftest.err)
4307 cat conftest.err >&5
4308 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4309 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4310 cat conftest.err >&5
4311 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4312 cat conftest.out >&5
4313 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4314 lt_cv_nm_interface="MS dumpbin"
4315 fi
4316 rm -f conftest*
4317 fi
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4319 $as_echo "$lt_cv_nm_interface" >&6; }
4320
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4322 $as_echo_n "checking whether ln -s works... " >&6; }
4323 LN_S=$as_ln_s
4324 if test "$LN_S" = "ln -s"; then
4325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4326 $as_echo "yes" >&6; }
4327 else
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4329 $as_echo "no, using $LN_S" >&6; }
4330 fi
4331
4332 # find the maximum length of command line arguments
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4334 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4335 if ${lt_cv_sys_max_cmd_len+:} false; then :
4336 $as_echo_n "(cached) " >&6
4337 else
4338 i=0
4339 teststring="ABCD"
4340
4341 case $build_os in
4342 msdosdjgpp*)
4343 # On DJGPP, this test can blow up pretty badly due to problems in libc
4344 # (any single argument exceeding 2000 bytes causes a buffer overrun
4345 # during glob expansion). Even if it were fixed, the result of this
4346 # check would be larger than it should be.
4347 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4348 ;;
4349
4350 gnu*)
4351 # Under GNU Hurd, this test is not required because there is
4352 # no limit to the length of command line arguments.
4353 # Libtool will interpret -1 as no limit whatsoever
4354 lt_cv_sys_max_cmd_len=-1;
4355 ;;
4356
4357 cygwin* | mingw* | cegcc*)
4358 # On Win9x/ME, this test blows up -- it succeeds, but takes
4359 # about 5 minutes as the teststring grows exponentially.
4360 # Worse, since 9x/ME are not pre-emptively multitasking,
4361 # you end up with a "frozen" computer, even though with patience
4362 # the test eventually succeeds (with a max line length of 256k).
4363 # Instead, let's just punt: use the minimum linelength reported by
4364 # all of the supported platforms: 8192 (on NT/2K/XP).
4365 lt_cv_sys_max_cmd_len=8192;
4366 ;;
4367
4368 mint*)
4369 # On MiNT this can take a long time and run out of memory.
4370 lt_cv_sys_max_cmd_len=8192;
4371 ;;
4372
4373 amigaos*)
4374 # On AmigaOS with pdksh, this test takes hours, literally.
4375 # So we just punt and use a minimum line length of 8192.
4376 lt_cv_sys_max_cmd_len=8192;
4377 ;;
4378
4379 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4380 # This has been around since 386BSD, at least. Likely further.
4381 if test -x /sbin/sysctl; then
4382 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4383 elif test -x /usr/sbin/sysctl; then
4384 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4385 else
4386 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4387 fi
4388 # And add a safety zone
4389 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4390 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4391 ;;
4392
4393 interix*)
4394 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4395 lt_cv_sys_max_cmd_len=196608
4396 ;;
4397
4398 osf*)
4399 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4400 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4401 # nice to cause kernel panics so lets avoid the loop below.
4402 # First set a reasonable default.
4403 lt_cv_sys_max_cmd_len=16384
4404 #
4405 if test -x /sbin/sysconfig; then
4406 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4407 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4408 esac
4409 fi
4410 ;;
4411 sco3.2v5*)
4412 lt_cv_sys_max_cmd_len=102400
4413 ;;
4414 sysv5* | sco5v6* | sysv4.2uw2*)
4415 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4416 if test -n "$kargmax"; then
4417 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4418 else
4419 lt_cv_sys_max_cmd_len=32768
4420 fi
4421 ;;
4422 *)
4423 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4424 if test -n "$lt_cv_sys_max_cmd_len"; then
4425 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4426 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4427 else
4428 # Make teststring a little bigger before we do anything with it.
4429 # a 1K string should be a reasonable start.
4430 for i in 1 2 3 4 5 6 7 8 ; do
4431 teststring=$teststring$teststring
4432 done
4433 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4434 # If test is not a shell built-in, we'll probably end up computing a
4435 # maximum length that is only half of the actual maximum length, but
4436 # we can't tell.
4437 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4438 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4439 test $i != 17 # 1/2 MB should be enough
4440 do
4441 i=`expr $i + 1`
4442 teststring=$teststring$teststring
4443 done
4444 # Only check the string length outside the loop.
4445 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4446 teststring=
4447 # Add a significant safety factor because C++ compilers can tack on
4448 # massive amounts of additional arguments before passing them to the
4449 # linker. It appears as though 1/2 is a usable value.
4450 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4451 fi
4452 ;;
4453 esac
4454
4455 fi
4456
4457 if test -n $lt_cv_sys_max_cmd_len ; then
4458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4459 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4460 else
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4462 $as_echo "none" >&6; }
4463 fi
4464 max_cmd_len=$lt_cv_sys_max_cmd_len
4465
4466
4467
4468
4469
4470
4471 : ${CP="cp -f"}
4472 : ${MV="mv -f"}
4473 : ${RM="rm -f"}
4474
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4476 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4477 # Try some XSI features
4478 xsi_shell=no
4479 ( _lt_dummy="a/b/c"
4480 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4481 = c,a/b,, \
4482 && eval 'test $(( 1 + 1 )) -eq 2 \
4483 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4484 && xsi_shell=yes
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4486 $as_echo "$xsi_shell" >&6; }
4487
4488
4489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4490 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4491 lt_shell_append=no
4492 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4493 >/dev/null 2>&1 \
4494 && lt_shell_append=yes
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4496 $as_echo "$lt_shell_append" >&6; }
4497
4498
4499 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4500 lt_unset=unset
4501 else
4502 lt_unset=false
4503 fi
4504
4505
4506
4507
4508
4509 # test EBCDIC or ASCII
4510 case `echo X|tr X '\101'` in
4511 A) # ASCII based system
4512 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4513 lt_SP2NL='tr \040 \012'
4514 lt_NL2SP='tr \015\012 \040\040'
4515 ;;
4516 *) # EBCDIC based system
4517 lt_SP2NL='tr \100 \n'
4518 lt_NL2SP='tr \r\n \100\100'
4519 ;;
4520 esac
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4531 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4532 if ${lt_cv_ld_reload_flag+:} false; then :
4533 $as_echo_n "(cached) " >&6
4534 else
4535 lt_cv_ld_reload_flag='-r'
4536 fi
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4538 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4539 reload_flag=$lt_cv_ld_reload_flag
4540 case $reload_flag in
4541 "" | " "*) ;;
4542 *) reload_flag=" $reload_flag" ;;
4543 esac
4544 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4545 case $host_os in
4546 darwin*)
4547 if test "$GCC" = yes; then
4548 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4549 else
4550 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4551 fi
4552 ;;
4553 esac
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563 if test -n "$ac_tool_prefix"; then
4564 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4565 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4567 $as_echo_n "checking for $ac_word... " >&6; }
4568 if ${ac_cv_prog_OBJDUMP+:} false; then :
4569 $as_echo_n "(cached) " >&6
4570 else
4571 if test -n "$OBJDUMP"; then
4572 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4573 else
4574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4575 for as_dir in $PATH
4576 do
4577 IFS=$as_save_IFS
4578 test -z "$as_dir" && as_dir=.
4579 for ac_exec_ext in '' $ac_executable_extensions; do
4580 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4581 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4583 break 2
4584 fi
4585 done
4586 done
4587 IFS=$as_save_IFS
4588
4589 fi
4590 fi
4591 OBJDUMP=$ac_cv_prog_OBJDUMP
4592 if test -n "$OBJDUMP"; then
4593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4594 $as_echo "$OBJDUMP" >&6; }
4595 else
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4597 $as_echo "no" >&6; }
4598 fi
4599
4600
4601 fi
4602 if test -z "$ac_cv_prog_OBJDUMP"; then
4603 ac_ct_OBJDUMP=$OBJDUMP
4604 # Extract the first word of "objdump", so it can be a program name with args.
4605 set dummy objdump; ac_word=$2
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4607 $as_echo_n "checking for $ac_word... " >&6; }
4608 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
4609 $as_echo_n "(cached) " >&6
4610 else
4611 if test -n "$ac_ct_OBJDUMP"; then
4612 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4613 else
4614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4615 for as_dir in $PATH
4616 do
4617 IFS=$as_save_IFS
4618 test -z "$as_dir" && as_dir=.
4619 for ac_exec_ext in '' $ac_executable_extensions; do
4620 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4621 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4623 break 2
4624 fi
4625 done
4626 done
4627 IFS=$as_save_IFS
4628
4629 fi
4630 fi
4631 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4632 if test -n "$ac_ct_OBJDUMP"; then
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4634 $as_echo "$ac_ct_OBJDUMP" >&6; }
4635 else
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4637 $as_echo "no" >&6; }
4638 fi
4639
4640 if test "x$ac_ct_OBJDUMP" = x; then
4641 OBJDUMP="false"
4642 else
4643 case $cross_compiling:$ac_tool_warned in
4644 yes:)
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4646 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4647 ac_tool_warned=yes ;;
4648 esac
4649 OBJDUMP=$ac_ct_OBJDUMP
4650 fi
4651 else
4652 OBJDUMP="$ac_cv_prog_OBJDUMP"
4653 fi
4654
4655 test -z "$OBJDUMP" && OBJDUMP=objdump
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4666 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4667 if ${lt_cv_deplibs_check_method+:} false; then :
4668 $as_echo_n "(cached) " >&6
4669 else
4670 lt_cv_file_magic_cmd='$MAGIC_CMD'
4671 lt_cv_file_magic_test_file=
4672 lt_cv_deplibs_check_method='unknown'
4673 # Need to set the preceding variable on all platforms that support
4674 # interlibrary dependencies.
4675 # 'none' -- dependencies not supported.
4676 # `unknown' -- same as none, but documents that we really don't know.
4677 # 'pass_all' -- all dependencies passed with no checks.
4678 # 'test_compile' -- check by making test program.
4679 # 'file_magic [[regex]]' -- check by looking for files in library path
4680 # which responds to the $file_magic_cmd with a given extended regex.
4681 # If you have `file' or equivalent on your system and you're not sure
4682 # whether `pass_all' will *always* work, you probably want this one.
4683
4684 case $host_os in
4685 aix[4-9]*)
4686 lt_cv_deplibs_check_method=pass_all
4687 ;;
4688
4689 beos*)
4690 lt_cv_deplibs_check_method=pass_all
4691 ;;
4692
4693 bsdi[45]*)
4694 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4695 lt_cv_file_magic_cmd='/usr/bin/file -L'
4696 lt_cv_file_magic_test_file=/shlib/libc.so
4697 ;;
4698
4699 cygwin*)
4700 # func_win32_libid is a shell function defined in ltmain.sh
4701 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4702 lt_cv_file_magic_cmd='func_win32_libid'
4703 ;;
4704
4705 mingw* | pw32*)
4706 # Base MSYS/MinGW do not provide the 'file' command needed by
4707 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4708 # unless we find 'file', for example because we are cross-compiling.
4709 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4710 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4711 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4712 lt_cv_file_magic_cmd='func_win32_libid'
4713 else
4714 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4715 lt_cv_file_magic_cmd='$OBJDUMP -f'
4716 fi
4717 ;;
4718
4719 cegcc*)
4720 # use the weaker test based on 'objdump'. See mingw*.
4721 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4722 lt_cv_file_magic_cmd='$OBJDUMP -f'
4723 ;;
4724
4725 darwin* | rhapsody*)
4726 lt_cv_deplibs_check_method=pass_all
4727 ;;
4728
4729 freebsd* | dragonfly*)
4730 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4731 case $host_cpu in
4732 i*86 )
4733 # Not sure whether the presence of OpenBSD here was a mistake.
4734 # Let's accept both of them until this is cleared up.
4735 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4736 lt_cv_file_magic_cmd=/usr/bin/file
4737 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4738 ;;
4739 esac
4740 else
4741 lt_cv_deplibs_check_method=pass_all
4742 fi
4743 ;;
4744
4745 gnu*)
4746 lt_cv_deplibs_check_method=pass_all
4747 ;;
4748
4749 haiku*)
4750 lt_cv_deplibs_check_method=pass_all
4751 ;;
4752
4753 hpux10.20* | hpux11*)
4754 lt_cv_file_magic_cmd=/usr/bin/file
4755 case $host_cpu in
4756 ia64*)
4757 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4758 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4759 ;;
4760 hppa*64*)
4761 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]'
4762 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4763 ;;
4764 *)
4765 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4766 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4767 ;;
4768 esac
4769 ;;
4770
4771 interix[3-9]*)
4772 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4773 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4774 ;;
4775
4776 irix5* | irix6* | nonstopux*)
4777 case $LD in
4778 *-32|*"-32 ") libmagic=32-bit;;
4779 *-n32|*"-n32 ") libmagic=N32;;
4780 *-64|*"-64 ") libmagic=64-bit;;
4781 *) libmagic=never-match;;
4782 esac
4783 lt_cv_deplibs_check_method=pass_all
4784 ;;
4785
4786 # This must be Linux ELF.
4787 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4788 lt_cv_deplibs_check_method=pass_all
4789 ;;
4790
4791 netbsd*)
4792 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4793 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4794 else
4795 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4796 fi
4797 ;;
4798
4799 newos6*)
4800 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4801 lt_cv_file_magic_cmd=/usr/bin/file
4802 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4803 ;;
4804
4805 *nto* | *qnx*)
4806 lt_cv_deplibs_check_method=pass_all
4807 ;;
4808
4809 openbsd*)
4810 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4811 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4812 else
4813 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4814 fi
4815 ;;
4816
4817 osf3* | osf4* | osf5*)
4818 lt_cv_deplibs_check_method=pass_all
4819 ;;
4820
4821 rdos*)
4822 lt_cv_deplibs_check_method=pass_all
4823 ;;
4824
4825 solaris*)
4826 lt_cv_deplibs_check_method=pass_all
4827 ;;
4828
4829 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4830 lt_cv_deplibs_check_method=pass_all
4831 ;;
4832
4833 sysv4 | sysv4.3*)
4834 case $host_vendor in
4835 motorola)
4836 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]'
4837 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4838 ;;
4839 ncr)
4840 lt_cv_deplibs_check_method=pass_all
4841 ;;
4842 sequent)
4843 lt_cv_file_magic_cmd='/bin/file'
4844 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4845 ;;
4846 sni)
4847 lt_cv_file_magic_cmd='/bin/file'
4848 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4849 lt_cv_file_magic_test_file=/lib/libc.so
4850 ;;
4851 siemens)
4852 lt_cv_deplibs_check_method=pass_all
4853 ;;
4854 pc)
4855 lt_cv_deplibs_check_method=pass_all
4856 ;;
4857 esac
4858 ;;
4859
4860 tpf*)
4861 lt_cv_deplibs_check_method=pass_all
4862 ;;
4863 esac
4864
4865 fi
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4867 $as_echo "$lt_cv_deplibs_check_method" >&6; }
4868 file_magic_cmd=$lt_cv_file_magic_cmd
4869 deplibs_check_method=$lt_cv_deplibs_check_method
4870 test -z "$deplibs_check_method" && deplibs_check_method=unknown
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883 plugin_option=
4884 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4885 for plugin in $plugin_names; do
4886 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4887 if test x$plugin_so = x$plugin; then
4888 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4889 fi
4890 if test x$plugin_so != x$plugin; then
4891 plugin_option="--plugin $plugin_so"
4892 break
4893 fi
4894 done
4895
4896 if test -n "$ac_tool_prefix"; then
4897 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4898 set dummy ${ac_tool_prefix}ar; ac_word=$2
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4900 $as_echo_n "checking for $ac_word... " >&6; }
4901 if ${ac_cv_prog_AR+:} false; then :
4902 $as_echo_n "(cached) " >&6
4903 else
4904 if test -n "$AR"; then
4905 ac_cv_prog_AR="$AR" # Let the user override the test.
4906 else
4907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4908 for as_dir in $PATH
4909 do
4910 IFS=$as_save_IFS
4911 test -z "$as_dir" && as_dir=.
4912 for ac_exec_ext in '' $ac_executable_extensions; do
4913 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4914 ac_cv_prog_AR="${ac_tool_prefix}ar"
4915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4916 break 2
4917 fi
4918 done
4919 done
4920 IFS=$as_save_IFS
4921
4922 fi
4923 fi
4924 AR=$ac_cv_prog_AR
4925 if test -n "$AR"; then
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4927 $as_echo "$AR" >&6; }
4928 else
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4930 $as_echo "no" >&6; }
4931 fi
4932
4933
4934 fi
4935 if test -z "$ac_cv_prog_AR"; then
4936 ac_ct_AR=$AR
4937 # Extract the first word of "ar", so it can be a program name with args.
4938 set dummy ar; ac_word=$2
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4940 $as_echo_n "checking for $ac_word... " >&6; }
4941 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4942 $as_echo_n "(cached) " >&6
4943 else
4944 if test -n "$ac_ct_AR"; then
4945 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4946 else
4947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4948 for as_dir in $PATH
4949 do
4950 IFS=$as_save_IFS
4951 test -z "$as_dir" && as_dir=.
4952 for ac_exec_ext in '' $ac_executable_extensions; do
4953 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4954 ac_cv_prog_ac_ct_AR="ar"
4955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4956 break 2
4957 fi
4958 done
4959 done
4960 IFS=$as_save_IFS
4961
4962 fi
4963 fi
4964 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4965 if test -n "$ac_ct_AR"; then
4966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4967 $as_echo "$ac_ct_AR" >&6; }
4968 else
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4970 $as_echo "no" >&6; }
4971 fi
4972
4973 if test "x$ac_ct_AR" = x; then
4974 AR="false"
4975 else
4976 case $cross_compiling:$ac_tool_warned in
4977 yes:)
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4979 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4980 ac_tool_warned=yes ;;
4981 esac
4982 AR=$ac_ct_AR
4983 fi
4984 else
4985 AR="$ac_cv_prog_AR"
4986 fi
4987
4988 test -z "$AR" && AR=ar
4989 if test -n "$plugin_option"; then
4990 if $AR --help 2>&1 | grep -q "\--plugin"; then
4991 touch conftest.c
4992 $AR $plugin_option rc conftest.a conftest.c
4993 if test "$?" != 0; then
4994 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4995 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4996 else
4997 AR="$AR $plugin_option"
4998 fi
4999 rm -f conftest.*
5000 fi
5001 fi
5002 test -z "$AR_FLAGS" && AR_FLAGS=cru
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014 if test -n "$ac_tool_prefix"; then
5015 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5016 set dummy ${ac_tool_prefix}strip; ac_word=$2
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5018 $as_echo_n "checking for $ac_word... " >&6; }
5019 if ${ac_cv_prog_STRIP+:} false; then :
5020 $as_echo_n "(cached) " >&6
5021 else
5022 if test -n "$STRIP"; then
5023 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5024 else
5025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5026 for as_dir in $PATH
5027 do
5028 IFS=$as_save_IFS
5029 test -z "$as_dir" && as_dir=.
5030 for ac_exec_ext in '' $ac_executable_extensions; do
5031 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5032 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5034 break 2
5035 fi
5036 done
5037 done
5038 IFS=$as_save_IFS
5039
5040 fi
5041 fi
5042 STRIP=$ac_cv_prog_STRIP
5043 if test -n "$STRIP"; then
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5045 $as_echo "$STRIP" >&6; }
5046 else
5047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5048 $as_echo "no" >&6; }
5049 fi
5050
5051
5052 fi
5053 if test -z "$ac_cv_prog_STRIP"; then
5054 ac_ct_STRIP=$STRIP
5055 # Extract the first word of "strip", so it can be a program name with args.
5056 set dummy strip; ac_word=$2
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5058 $as_echo_n "checking for $ac_word... " >&6; }
5059 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5060 $as_echo_n "(cached) " >&6
5061 else
5062 if test -n "$ac_ct_STRIP"; then
5063 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5064 else
5065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5066 for as_dir in $PATH
5067 do
5068 IFS=$as_save_IFS
5069 test -z "$as_dir" && as_dir=.
5070 for ac_exec_ext in '' $ac_executable_extensions; do
5071 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5072 ac_cv_prog_ac_ct_STRIP="strip"
5073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5074 break 2
5075 fi
5076 done
5077 done
5078 IFS=$as_save_IFS
5079
5080 fi
5081 fi
5082 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5083 if test -n "$ac_ct_STRIP"; then
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5085 $as_echo "$ac_ct_STRIP" >&6; }
5086 else
5087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5088 $as_echo "no" >&6; }
5089 fi
5090
5091 if test "x$ac_ct_STRIP" = x; then
5092 STRIP=":"
5093 else
5094 case $cross_compiling:$ac_tool_warned in
5095 yes:)
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5097 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5098 ac_tool_warned=yes ;;
5099 esac
5100 STRIP=$ac_ct_STRIP
5101 fi
5102 else
5103 STRIP="$ac_cv_prog_STRIP"
5104 fi
5105
5106 test -z "$STRIP" && STRIP=:
5107
5108
5109
5110
5111
5112
5113 if test -n "$ac_tool_prefix"; then
5114 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5115 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5117 $as_echo_n "checking for $ac_word... " >&6; }
5118 if ${ac_cv_prog_RANLIB+:} false; then :
5119 $as_echo_n "(cached) " >&6
5120 else
5121 if test -n "$RANLIB"; then
5122 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5123 else
5124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5125 for as_dir in $PATH
5126 do
5127 IFS=$as_save_IFS
5128 test -z "$as_dir" && as_dir=.
5129 for ac_exec_ext in '' $ac_executable_extensions; do
5130 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5131 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5132 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5133 break 2
5134 fi
5135 done
5136 done
5137 IFS=$as_save_IFS
5138
5139 fi
5140 fi
5141 RANLIB=$ac_cv_prog_RANLIB
5142 if test -n "$RANLIB"; then
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5144 $as_echo "$RANLIB" >&6; }
5145 else
5146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5147 $as_echo "no" >&6; }
5148 fi
5149
5150
5151 fi
5152 if test -z "$ac_cv_prog_RANLIB"; then
5153 ac_ct_RANLIB=$RANLIB
5154 # Extract the first word of "ranlib", so it can be a program name with args.
5155 set dummy ranlib; ac_word=$2
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5157 $as_echo_n "checking for $ac_word... " >&6; }
5158 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5159 $as_echo_n "(cached) " >&6
5160 else
5161 if test -n "$ac_ct_RANLIB"; then
5162 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5163 else
5164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5165 for as_dir in $PATH
5166 do
5167 IFS=$as_save_IFS
5168 test -z "$as_dir" && as_dir=.
5169 for ac_exec_ext in '' $ac_executable_extensions; do
5170 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5171 ac_cv_prog_ac_ct_RANLIB="ranlib"
5172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5173 break 2
5174 fi
5175 done
5176 done
5177 IFS=$as_save_IFS
5178
5179 fi
5180 fi
5181 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5182 if test -n "$ac_ct_RANLIB"; then
5183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5184 $as_echo "$ac_ct_RANLIB" >&6; }
5185 else
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5187 $as_echo "no" >&6; }
5188 fi
5189
5190 if test "x$ac_ct_RANLIB" = x; then
5191 RANLIB=":"
5192 else
5193 case $cross_compiling:$ac_tool_warned in
5194 yes:)
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5196 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5197 ac_tool_warned=yes ;;
5198 esac
5199 RANLIB=$ac_ct_RANLIB
5200 fi
5201 else
5202 RANLIB="$ac_cv_prog_RANLIB"
5203 fi
5204
5205 test -z "$RANLIB" && RANLIB=:
5206 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5207 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5208 RANLIB="$RANLIB $plugin_option"
5209 fi
5210 fi
5211
5212
5213
5214
5215
5216
5217 # Determine commands to create old-style static archives.
5218 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5219 old_postinstall_cmds='chmod 644 $oldlib'
5220 old_postuninstall_cmds=
5221
5222 if test -n "$RANLIB"; then
5223 case $host_os in
5224 openbsd*)
5225 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5226 ;;
5227 *)
5228 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5229 ;;
5230 esac
5231 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5232 fi
5233
5234 case $host_os in
5235 darwin*)
5236 lock_old_archive_extraction=yes ;;
5237 *)
5238 lock_old_archive_extraction=no ;;
5239 esac
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261 for ac_prog in gawk mawk nawk awk
5262 do
5263 # Extract the first word of "$ac_prog", so it can be a program name with args.
5264 set dummy $ac_prog; ac_word=$2
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5266 $as_echo_n "checking for $ac_word... " >&6; }
5267 if ${ac_cv_prog_AWK+:} false; then :
5268 $as_echo_n "(cached) " >&6
5269 else
5270 if test -n "$AWK"; then
5271 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5272 else
5273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5274 for as_dir in $PATH
5275 do
5276 IFS=$as_save_IFS
5277 test -z "$as_dir" && as_dir=.
5278 for ac_exec_ext in '' $ac_executable_extensions; do
5279 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5280 ac_cv_prog_AWK="$ac_prog"
5281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5282 break 2
5283 fi
5284 done
5285 done
5286 IFS=$as_save_IFS
5287
5288 fi
5289 fi
5290 AWK=$ac_cv_prog_AWK
5291 if test -n "$AWK"; then
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5293 $as_echo "$AWK" >&6; }
5294 else
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5296 $as_echo "no" >&6; }
5297 fi
5298
5299
5300 test -n "$AWK" && break
5301 done
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321 # If no C compiler was specified, use CC.
5322 LTCC=${LTCC-"$CC"}
5323
5324 # If no C compiler flags were specified, use CFLAGS.
5325 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5326
5327 # Allow CC to be a program name with arguments.
5328 compiler=$CC
5329
5330
5331 # Check for command to grab the raw symbol name followed by C symbol from nm.
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5333 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5334 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5335 $as_echo_n "(cached) " >&6
5336 else
5337
5338 # These are sane defaults that work on at least a few old systems.
5339 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5340
5341 # Character class describing NM global symbol codes.
5342 symcode='[BCDEGRST]'
5343
5344 # Regexp to match symbols that can be accessed directly from C.
5345 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5346
5347 # Define system-specific variables.
5348 case $host_os in
5349 aix*)
5350 symcode='[BCDT]'
5351 ;;
5352 cygwin* | mingw* | pw32* | cegcc*)
5353 symcode='[ABCDGISTW]'
5354 ;;
5355 hpux*)
5356 if test "$host_cpu" = ia64; then
5357 symcode='[ABCDEGRST]'
5358 fi
5359 ;;
5360 irix* | nonstopux*)
5361 symcode='[BCDEGRST]'
5362 ;;
5363 osf*)
5364 symcode='[BCDEGQRST]'
5365 ;;
5366 solaris*)
5367 symcode='[BDRT]'
5368 ;;
5369 sco3.2v5*)
5370 symcode='[DT]'
5371 ;;
5372 sysv4.2uw2*)
5373 symcode='[DT]'
5374 ;;
5375 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5376 symcode='[ABDT]'
5377 ;;
5378 sysv4)
5379 symcode='[DFNSTU]'
5380 ;;
5381 esac
5382
5383 # If we're using GNU nm, then use its standard symbol codes.
5384 case `$NM -V 2>&1` in
5385 *GNU* | *'with BFD'*)
5386 symcode='[ABCDGIRSTW]' ;;
5387 esac
5388
5389 # Transform an extracted symbol line into a proper C declaration.
5390 # Some systems (esp. on ia64) link data and code symbols differently,
5391 # so use this general approach.
5392 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5393
5394 # Transform an extracted symbol line into symbol name and symbol address
5395 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5396 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'"
5397
5398 # Handle CRLF in mingw tool chain
5399 opt_cr=
5400 case $build_os in
5401 mingw*)
5402 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5403 ;;
5404 esac
5405
5406 # Try without a prefix underscore, then with it.
5407 for ac_symprfx in "" "_"; do
5408
5409 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5410 symxfrm="\\1 $ac_symprfx\\2 \\2"
5411
5412 # Write the raw and C identifiers.
5413 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5414 # Fake it for dumpbin and say T for any non-static function
5415 # and D for any global variable.
5416 # Also find C++ and __fastcall symbols from MSVC++,
5417 # which start with @ or ?.
5418 lt_cv_sys_global_symbol_pipe="$AWK '"\
5419 " {last_section=section; section=\$ 3};"\
5420 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5421 " \$ 0!~/External *\|/{next};"\
5422 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5423 " {if(hide[section]) next};"\
5424 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5425 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5426 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5427 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5428 " ' prfx=^$ac_symprfx"
5429 else
5430 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5431 fi
5432
5433 # Check to see that the pipe works correctly.
5434 pipe_works=no
5435
5436 rm -f conftest*
5437 cat > conftest.$ac_ext <<_LT_EOF
5438 #ifdef __cplusplus
5439 extern "C" {
5440 #endif
5441 char nm_test_var;
5442 void nm_test_func(void);
5443 void nm_test_func(void){}
5444 #ifdef __cplusplus
5445 }
5446 #endif
5447 int main(){nm_test_var='a';nm_test_func();return(0);}
5448 _LT_EOF
5449
5450 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5451 (eval $ac_compile) 2>&5
5452 ac_status=$?
5453 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5454 test $ac_status = 0; }; then
5455 # Now try to grab the symbols.
5456 nlist=conftest.nm
5457 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5458 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5459 ac_status=$?
5460 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5461 test $ac_status = 0; } && test -s "$nlist"; then
5462 # Try sorting and uniquifying the output.
5463 if sort "$nlist" | uniq > "$nlist"T; then
5464 mv -f "$nlist"T "$nlist"
5465 else
5466 rm -f "$nlist"T
5467 fi
5468
5469 # Make sure that we snagged all the symbols we need.
5470 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5471 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5472 cat <<_LT_EOF > conftest.$ac_ext
5473 #ifdef __cplusplus
5474 extern "C" {
5475 #endif
5476
5477 _LT_EOF
5478 # Now generate the symbol file.
5479 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5480
5481 cat <<_LT_EOF >> conftest.$ac_ext
5482
5483 /* The mapping between symbol names and symbols. */
5484 const struct {
5485 const char *name;
5486 void *address;
5487 }
5488 lt__PROGRAM__LTX_preloaded_symbols[] =
5489 {
5490 { "@PROGRAM@", (void *) 0 },
5491 _LT_EOF
5492 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5493 cat <<\_LT_EOF >> conftest.$ac_ext
5494 {0, (void *) 0}
5495 };
5496
5497 /* This works around a problem in FreeBSD linker */
5498 #ifdef FREEBSD_WORKAROUND
5499 static const void *lt_preloaded_setup() {
5500 return lt__PROGRAM__LTX_preloaded_symbols;
5501 }
5502 #endif
5503
5504 #ifdef __cplusplus
5505 }
5506 #endif
5507 _LT_EOF
5508 # Now try linking the two files.
5509 mv conftest.$ac_objext conftstm.$ac_objext
5510 lt_save_LIBS="$LIBS"
5511 lt_save_CFLAGS="$CFLAGS"
5512 LIBS="conftstm.$ac_objext"
5513 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5514 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5515 (eval $ac_link) 2>&5
5516 ac_status=$?
5517 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5518 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5519 pipe_works=yes
5520 fi
5521 LIBS="$lt_save_LIBS"
5522 CFLAGS="$lt_save_CFLAGS"
5523 else
5524 echo "cannot find nm_test_func in $nlist" >&5
5525 fi
5526 else
5527 echo "cannot find nm_test_var in $nlist" >&5
5528 fi
5529 else
5530 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5531 fi
5532 else
5533 echo "$progname: failed program was:" >&5
5534 cat conftest.$ac_ext >&5
5535 fi
5536 rm -rf conftest* conftst*
5537
5538 # Do not use the global_symbol_pipe unless it works.
5539 if test "$pipe_works" = yes; then
5540 break
5541 else
5542 lt_cv_sys_global_symbol_pipe=
5543 fi
5544 done
5545
5546 fi
5547
5548 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5549 lt_cv_sys_global_symbol_to_cdecl=
5550 fi
5551 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5553 $as_echo "failed" >&6; }
5554 else
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5556 $as_echo "ok" >&6; }
5557 fi
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580 # Check whether --enable-libtool-lock was given.
5581 if test "${enable_libtool_lock+set}" = set; then :
5582 enableval=$enable_libtool_lock;
5583 fi
5584
5585 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5586
5587 # Some flags need to be propagated to the compiler or linker for good
5588 # libtool support.
5589 case $host in
5590 ia64-*-hpux*)
5591 # Find out which ABI we are using.
5592 echo 'int i;' > conftest.$ac_ext
5593 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5594 (eval $ac_compile) 2>&5
5595 ac_status=$?
5596 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5597 test $ac_status = 0; }; then
5598 case `/usr/bin/file conftest.$ac_objext` in
5599 *ELF-32*)
5600 HPUX_IA64_MODE="32"
5601 ;;
5602 *ELF-64*)
5603 HPUX_IA64_MODE="64"
5604 ;;
5605 esac
5606 fi
5607 rm -rf conftest*
5608 ;;
5609 *-*-irix6*)
5610 # Find out which ABI we are using.
5611 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5612 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5613 (eval $ac_compile) 2>&5
5614 ac_status=$?
5615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5616 test $ac_status = 0; }; then
5617 if test "$lt_cv_prog_gnu_ld" = yes; then
5618 case `/usr/bin/file conftest.$ac_objext` in
5619 *32-bit*)
5620 LD="${LD-ld} -melf32bsmip"
5621 ;;
5622 *N32*)
5623 LD="${LD-ld} -melf32bmipn32"
5624 ;;
5625 *64-bit*)
5626 LD="${LD-ld} -melf64bmip"
5627 ;;
5628 esac
5629 else
5630 case `/usr/bin/file conftest.$ac_objext` in
5631 *32-bit*)
5632 LD="${LD-ld} -32"
5633 ;;
5634 *N32*)
5635 LD="${LD-ld} -n32"
5636 ;;
5637 *64-bit*)
5638 LD="${LD-ld} -64"
5639 ;;
5640 esac
5641 fi
5642 fi
5643 rm -rf conftest*
5644 ;;
5645
5646 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
5647 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5648 # Find out which ABI we are using.
5649 echo 'int i;' > conftest.$ac_ext
5650 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5651 (eval $ac_compile) 2>&5
5652 ac_status=$?
5653 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5654 test $ac_status = 0; }; then
5655 case `/usr/bin/file conftest.o` in
5656 *32-bit*)
5657 case $host in
5658 x86_64-*kfreebsd*-gnu)
5659 LD="${LD-ld} -m elf_i386_fbsd"
5660 ;;
5661 x86_64-*linux*)
5662 case `/usr/bin/file conftest.o` in
5663 *x86-64*)
5664 LD="${LD-ld} -m elf32_x86_64"
5665 ;;
5666 *)
5667 LD="${LD-ld} -m elf_i386"
5668 ;;
5669 esac
5670 ;;
5671 powerpc64le-*linux*)
5672 LD="${LD-ld} -m elf32lppclinux"
5673 ;;
5674 powerpc64-*linux*)
5675 LD="${LD-ld} -m elf32ppclinux"
5676 ;;
5677 s390x-*linux*)
5678 LD="${LD-ld} -m elf_s390"
5679 ;;
5680 sparc64-*linux*)
5681 LD="${LD-ld} -m elf32_sparc"
5682 ;;
5683 esac
5684 ;;
5685 *64-bit*)
5686 case $host in
5687 x86_64-*kfreebsd*-gnu)
5688 LD="${LD-ld} -m elf_x86_64_fbsd"
5689 ;;
5690 x86_64-*linux*)
5691 LD="${LD-ld} -m elf_x86_64"
5692 ;;
5693 powerpcle-*linux*)
5694 LD="${LD-ld} -m elf64lppc"
5695 ;;
5696 powerpc-*linux*)
5697 LD="${LD-ld} -m elf64ppc"
5698 ;;
5699 s390*-*linux*|s390*-*tpf*)
5700 LD="${LD-ld} -m elf64_s390"
5701 ;;
5702 sparc*-*linux*)
5703 LD="${LD-ld} -m elf64_sparc"
5704 ;;
5705 esac
5706 ;;
5707 esac
5708 fi
5709 rm -rf conftest*
5710 ;;
5711
5712 *-*-sco3.2v5*)
5713 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5714 SAVE_CFLAGS="$CFLAGS"
5715 CFLAGS="$CFLAGS -belf"
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5717 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5718 if ${lt_cv_cc_needs_belf+:} false; then :
5719 $as_echo_n "(cached) " >&6
5720 else
5721 ac_ext=c
5722 ac_cpp='$CPP $CPPFLAGS'
5723 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5724 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5725 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5726
5727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5728 /* end confdefs.h. */
5729
5730 int
5731 main ()
5732 {
5733
5734 ;
5735 return 0;
5736 }
5737 _ACEOF
5738 if ac_fn_c_try_link "$LINENO"; then :
5739 lt_cv_cc_needs_belf=yes
5740 else
5741 lt_cv_cc_needs_belf=no
5742 fi
5743 rm -f core conftest.err conftest.$ac_objext \
5744 conftest$ac_exeext conftest.$ac_ext
5745 ac_ext=c
5746 ac_cpp='$CPP $CPPFLAGS'
5747 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5748 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5749 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5750
5751 fi
5752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5753 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5754 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5755 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5756 CFLAGS="$SAVE_CFLAGS"
5757 fi
5758 ;;
5759 sparc*-*solaris*)
5760 # Find out which ABI we are using.
5761 echo 'int i;' > conftest.$ac_ext
5762 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5763 (eval $ac_compile) 2>&5
5764 ac_status=$?
5765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5766 test $ac_status = 0; }; then
5767 case `/usr/bin/file conftest.o` in
5768 *64-bit*)
5769 case $lt_cv_prog_gnu_ld in
5770 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5771 *)
5772 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5773 LD="${LD-ld} -64"
5774 fi
5775 ;;
5776 esac
5777 ;;
5778 esac
5779 fi
5780 rm -rf conftest*
5781 ;;
5782 esac
5783
5784 need_locks="$enable_libtool_lock"
5785
5786
5787 case $host_os in
5788 rhapsody* | darwin*)
5789 if test -n "$ac_tool_prefix"; then
5790 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5791 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5793 $as_echo_n "checking for $ac_word... " >&6; }
5794 if ${ac_cv_prog_DSYMUTIL+:} false; then :
5795 $as_echo_n "(cached) " >&6
5796 else
5797 if test -n "$DSYMUTIL"; then
5798 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5799 else
5800 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5801 for as_dir in $PATH
5802 do
5803 IFS=$as_save_IFS
5804 test -z "$as_dir" && as_dir=.
5805 for ac_exec_ext in '' $ac_executable_extensions; do
5806 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5807 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5808 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5809 break 2
5810 fi
5811 done
5812 done
5813 IFS=$as_save_IFS
5814
5815 fi
5816 fi
5817 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5818 if test -n "$DSYMUTIL"; then
5819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5820 $as_echo "$DSYMUTIL" >&6; }
5821 else
5822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5823 $as_echo "no" >&6; }
5824 fi
5825
5826
5827 fi
5828 if test -z "$ac_cv_prog_DSYMUTIL"; then
5829 ac_ct_DSYMUTIL=$DSYMUTIL
5830 # Extract the first word of "dsymutil", so it can be a program name with args.
5831 set dummy dsymutil; ac_word=$2
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5833 $as_echo_n "checking for $ac_word... " >&6; }
5834 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
5835 $as_echo_n "(cached) " >&6
5836 else
5837 if test -n "$ac_ct_DSYMUTIL"; then
5838 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5839 else
5840 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5841 for as_dir in $PATH
5842 do
5843 IFS=$as_save_IFS
5844 test -z "$as_dir" && as_dir=.
5845 for ac_exec_ext in '' $ac_executable_extensions; do
5846 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5847 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5848 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5849 break 2
5850 fi
5851 done
5852 done
5853 IFS=$as_save_IFS
5854
5855 fi
5856 fi
5857 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5858 if test -n "$ac_ct_DSYMUTIL"; then
5859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5860 $as_echo "$ac_ct_DSYMUTIL" >&6; }
5861 else
5862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5863 $as_echo "no" >&6; }
5864 fi
5865
5866 if test "x$ac_ct_DSYMUTIL" = x; then
5867 DSYMUTIL=":"
5868 else
5869 case $cross_compiling:$ac_tool_warned in
5870 yes:)
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5872 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5873 ac_tool_warned=yes ;;
5874 esac
5875 DSYMUTIL=$ac_ct_DSYMUTIL
5876 fi
5877 else
5878 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5879 fi
5880
5881 if test -n "$ac_tool_prefix"; then
5882 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5883 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5885 $as_echo_n "checking for $ac_word... " >&6; }
5886 if ${ac_cv_prog_NMEDIT+:} false; then :
5887 $as_echo_n "(cached) " >&6
5888 else
5889 if test -n "$NMEDIT"; then
5890 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5891 else
5892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5893 for as_dir in $PATH
5894 do
5895 IFS=$as_save_IFS
5896 test -z "$as_dir" && as_dir=.
5897 for ac_exec_ext in '' $ac_executable_extensions; do
5898 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5899 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5901 break 2
5902 fi
5903 done
5904 done
5905 IFS=$as_save_IFS
5906
5907 fi
5908 fi
5909 NMEDIT=$ac_cv_prog_NMEDIT
5910 if test -n "$NMEDIT"; then
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5912 $as_echo "$NMEDIT" >&6; }
5913 else
5914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5915 $as_echo "no" >&6; }
5916 fi
5917
5918
5919 fi
5920 if test -z "$ac_cv_prog_NMEDIT"; then
5921 ac_ct_NMEDIT=$NMEDIT
5922 # Extract the first word of "nmedit", so it can be a program name with args.
5923 set dummy nmedit; ac_word=$2
5924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5925 $as_echo_n "checking for $ac_word... " >&6; }
5926 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
5927 $as_echo_n "(cached) " >&6
5928 else
5929 if test -n "$ac_ct_NMEDIT"; then
5930 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5931 else
5932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5933 for as_dir in $PATH
5934 do
5935 IFS=$as_save_IFS
5936 test -z "$as_dir" && as_dir=.
5937 for ac_exec_ext in '' $ac_executable_extensions; do
5938 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5939 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5940 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5941 break 2
5942 fi
5943 done
5944 done
5945 IFS=$as_save_IFS
5946
5947 fi
5948 fi
5949 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5950 if test -n "$ac_ct_NMEDIT"; then
5951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5952 $as_echo "$ac_ct_NMEDIT" >&6; }
5953 else
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5955 $as_echo "no" >&6; }
5956 fi
5957
5958 if test "x$ac_ct_NMEDIT" = x; then
5959 NMEDIT=":"
5960 else
5961 case $cross_compiling:$ac_tool_warned in
5962 yes:)
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5964 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5965 ac_tool_warned=yes ;;
5966 esac
5967 NMEDIT=$ac_ct_NMEDIT
5968 fi
5969 else
5970 NMEDIT="$ac_cv_prog_NMEDIT"
5971 fi
5972
5973 if test -n "$ac_tool_prefix"; then
5974 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5975 set dummy ${ac_tool_prefix}lipo; ac_word=$2
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5977 $as_echo_n "checking for $ac_word... " >&6; }
5978 if ${ac_cv_prog_LIPO+:} false; then :
5979 $as_echo_n "(cached) " >&6
5980 else
5981 if test -n "$LIPO"; then
5982 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5983 else
5984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5985 for as_dir in $PATH
5986 do
5987 IFS=$as_save_IFS
5988 test -z "$as_dir" && as_dir=.
5989 for ac_exec_ext in '' $ac_executable_extensions; do
5990 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5991 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5993 break 2
5994 fi
5995 done
5996 done
5997 IFS=$as_save_IFS
5998
5999 fi
6000 fi
6001 LIPO=$ac_cv_prog_LIPO
6002 if test -n "$LIPO"; then
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6004 $as_echo "$LIPO" >&6; }
6005 else
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6007 $as_echo "no" >&6; }
6008 fi
6009
6010
6011 fi
6012 if test -z "$ac_cv_prog_LIPO"; then
6013 ac_ct_LIPO=$LIPO
6014 # Extract the first word of "lipo", so it can be a program name with args.
6015 set dummy lipo; ac_word=$2
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6017 $as_echo_n "checking for $ac_word... " >&6; }
6018 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6019 $as_echo_n "(cached) " >&6
6020 else
6021 if test -n "$ac_ct_LIPO"; then
6022 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6023 else
6024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6025 for as_dir in $PATH
6026 do
6027 IFS=$as_save_IFS
6028 test -z "$as_dir" && as_dir=.
6029 for ac_exec_ext in '' $ac_executable_extensions; do
6030 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6031 ac_cv_prog_ac_ct_LIPO="lipo"
6032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6033 break 2
6034 fi
6035 done
6036 done
6037 IFS=$as_save_IFS
6038
6039 fi
6040 fi
6041 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6042 if test -n "$ac_ct_LIPO"; then
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6044 $as_echo "$ac_ct_LIPO" >&6; }
6045 else
6046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6047 $as_echo "no" >&6; }
6048 fi
6049
6050 if test "x$ac_ct_LIPO" = x; then
6051 LIPO=":"
6052 else
6053 case $cross_compiling:$ac_tool_warned in
6054 yes:)
6055 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6056 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6057 ac_tool_warned=yes ;;
6058 esac
6059 LIPO=$ac_ct_LIPO
6060 fi
6061 else
6062 LIPO="$ac_cv_prog_LIPO"
6063 fi
6064
6065 if test -n "$ac_tool_prefix"; then
6066 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6067 set dummy ${ac_tool_prefix}otool; ac_word=$2
6068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6069 $as_echo_n "checking for $ac_word... " >&6; }
6070 if ${ac_cv_prog_OTOOL+:} false; then :
6071 $as_echo_n "(cached) " >&6
6072 else
6073 if test -n "$OTOOL"; then
6074 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6075 else
6076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6077 for as_dir in $PATH
6078 do
6079 IFS=$as_save_IFS
6080 test -z "$as_dir" && as_dir=.
6081 for ac_exec_ext in '' $ac_executable_extensions; do
6082 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6083 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6085 break 2
6086 fi
6087 done
6088 done
6089 IFS=$as_save_IFS
6090
6091 fi
6092 fi
6093 OTOOL=$ac_cv_prog_OTOOL
6094 if test -n "$OTOOL"; then
6095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6096 $as_echo "$OTOOL" >&6; }
6097 else
6098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6099 $as_echo "no" >&6; }
6100 fi
6101
6102
6103 fi
6104 if test -z "$ac_cv_prog_OTOOL"; then
6105 ac_ct_OTOOL=$OTOOL
6106 # Extract the first word of "otool", so it can be a program name with args.
6107 set dummy otool; ac_word=$2
6108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6109 $as_echo_n "checking for $ac_word... " >&6; }
6110 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6111 $as_echo_n "(cached) " >&6
6112 else
6113 if test -n "$ac_ct_OTOOL"; then
6114 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6115 else
6116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6117 for as_dir in $PATH
6118 do
6119 IFS=$as_save_IFS
6120 test -z "$as_dir" && as_dir=.
6121 for ac_exec_ext in '' $ac_executable_extensions; do
6122 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6123 ac_cv_prog_ac_ct_OTOOL="otool"
6124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6125 break 2
6126 fi
6127 done
6128 done
6129 IFS=$as_save_IFS
6130
6131 fi
6132 fi
6133 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6134 if test -n "$ac_ct_OTOOL"; then
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6136 $as_echo "$ac_ct_OTOOL" >&6; }
6137 else
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6139 $as_echo "no" >&6; }
6140 fi
6141
6142 if test "x$ac_ct_OTOOL" = x; then
6143 OTOOL=":"
6144 else
6145 case $cross_compiling:$ac_tool_warned in
6146 yes:)
6147 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6148 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6149 ac_tool_warned=yes ;;
6150 esac
6151 OTOOL=$ac_ct_OTOOL
6152 fi
6153 else
6154 OTOOL="$ac_cv_prog_OTOOL"
6155 fi
6156
6157 if test -n "$ac_tool_prefix"; then
6158 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6159 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6161 $as_echo_n "checking for $ac_word... " >&6; }
6162 if ${ac_cv_prog_OTOOL64+:} false; then :
6163 $as_echo_n "(cached) " >&6
6164 else
6165 if test -n "$OTOOL64"; then
6166 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6167 else
6168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6169 for as_dir in $PATH
6170 do
6171 IFS=$as_save_IFS
6172 test -z "$as_dir" && as_dir=.
6173 for ac_exec_ext in '' $ac_executable_extensions; do
6174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6175 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6177 break 2
6178 fi
6179 done
6180 done
6181 IFS=$as_save_IFS
6182
6183 fi
6184 fi
6185 OTOOL64=$ac_cv_prog_OTOOL64
6186 if test -n "$OTOOL64"; then
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6188 $as_echo "$OTOOL64" >&6; }
6189 else
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6191 $as_echo "no" >&6; }
6192 fi
6193
6194
6195 fi
6196 if test -z "$ac_cv_prog_OTOOL64"; then
6197 ac_ct_OTOOL64=$OTOOL64
6198 # Extract the first word of "otool64", so it can be a program name with args.
6199 set dummy otool64; ac_word=$2
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6201 $as_echo_n "checking for $ac_word... " >&6; }
6202 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6203 $as_echo_n "(cached) " >&6
6204 else
6205 if test -n "$ac_ct_OTOOL64"; then
6206 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6207 else
6208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6209 for as_dir in $PATH
6210 do
6211 IFS=$as_save_IFS
6212 test -z "$as_dir" && as_dir=.
6213 for ac_exec_ext in '' $ac_executable_extensions; do
6214 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6215 ac_cv_prog_ac_ct_OTOOL64="otool64"
6216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6217 break 2
6218 fi
6219 done
6220 done
6221 IFS=$as_save_IFS
6222
6223 fi
6224 fi
6225 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6226 if test -n "$ac_ct_OTOOL64"; then
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6228 $as_echo "$ac_ct_OTOOL64" >&6; }
6229 else
6230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6231 $as_echo "no" >&6; }
6232 fi
6233
6234 if test "x$ac_ct_OTOOL64" = x; then
6235 OTOOL64=":"
6236 else
6237 case $cross_compiling:$ac_tool_warned in
6238 yes:)
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6240 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6241 ac_tool_warned=yes ;;
6242 esac
6243 OTOOL64=$ac_ct_OTOOL64
6244 fi
6245 else
6246 OTOOL64="$ac_cv_prog_OTOOL64"
6247 fi
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6276 $as_echo_n "checking for -single_module linker flag... " >&6; }
6277 if ${lt_cv_apple_cc_single_mod+:} false; then :
6278 $as_echo_n "(cached) " >&6
6279 else
6280 lt_cv_apple_cc_single_mod=no
6281 if test -z "${LT_MULTI_MODULE}"; then
6282 # By default we will add the -single_module flag. You can override
6283 # by either setting the environment variable LT_MULTI_MODULE
6284 # non-empty at configure time, or by adding -multi_module to the
6285 # link flags.
6286 rm -rf libconftest.dylib*
6287 echo "int foo(void){return 1;}" > conftest.c
6288 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6289 -dynamiclib -Wl,-single_module conftest.c" >&5
6290 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6291 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6292 _lt_result=$?
6293 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6294 lt_cv_apple_cc_single_mod=yes
6295 else
6296 cat conftest.err >&5
6297 fi
6298 rm -rf libconftest.dylib*
6299 rm -f conftest.*
6300 fi
6301 fi
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6303 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6305 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6306 if ${lt_cv_ld_exported_symbols_list+:} false; then :
6307 $as_echo_n "(cached) " >&6
6308 else
6309 lt_cv_ld_exported_symbols_list=no
6310 save_LDFLAGS=$LDFLAGS
6311 echo "_main" > conftest.sym
6312 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6314 /* end confdefs.h. */
6315
6316 int
6317 main ()
6318 {
6319
6320 ;
6321 return 0;
6322 }
6323 _ACEOF
6324 if ac_fn_c_try_link "$LINENO"; then :
6325 lt_cv_ld_exported_symbols_list=yes
6326 else
6327 lt_cv_ld_exported_symbols_list=no
6328 fi
6329 rm -f core conftest.err conftest.$ac_objext \
6330 conftest$ac_exeext conftest.$ac_ext
6331 LDFLAGS="$save_LDFLAGS"
6332
6333 fi
6334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6335 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6337 $as_echo_n "checking for -force_load linker flag... " >&6; }
6338 if ${lt_cv_ld_force_load+:} false; then :
6339 $as_echo_n "(cached) " >&6
6340 else
6341 lt_cv_ld_force_load=no
6342 cat > conftest.c << _LT_EOF
6343 int forced_loaded() { return 2;}
6344 _LT_EOF
6345 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6346 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6347 echo "$AR cru libconftest.a conftest.o" >&5
6348 $AR cru libconftest.a conftest.o 2>&5
6349 cat > conftest.c << _LT_EOF
6350 int main() { return 0;}
6351 _LT_EOF
6352 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6353 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6354 _lt_result=$?
6355 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6356 lt_cv_ld_force_load=yes
6357 else
6358 cat conftest.err >&5
6359 fi
6360 rm -f conftest.err libconftest.a conftest conftest.c
6361 rm -rf conftest.dSYM
6362
6363 fi
6364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6365 $as_echo "$lt_cv_ld_force_load" >&6; }
6366 case $host_os in
6367 rhapsody* | darwin1.[012])
6368 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6369 darwin1.*)
6370 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6371 darwin*) # darwin 5.x on
6372 # if running on 10.5 or later, the deployment target defaults
6373 # to the OS version, if on x86, and 10.4, the deployment
6374 # target defaults to 10.4. Don't you love it?
6375 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6376 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6377 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6378 10.[012][,.]*)
6379 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6380 10.*)
6381 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6382 esac
6383 ;;
6384 esac
6385 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6386 _lt_dar_single_mod='$single_module'
6387 fi
6388 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6389 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6390 else
6391 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6392 fi
6393 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6394 _lt_dsymutil='~$DSYMUTIL $lib || :'
6395 else
6396 _lt_dsymutil=
6397 fi
6398 ;;
6399 esac
6400
6401 for ac_header in dlfcn.h
6402 do :
6403 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6404 "
6405 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6406 cat >>confdefs.h <<_ACEOF
6407 #define HAVE_DLFCN_H 1
6408 _ACEOF
6409
6410 fi
6411
6412 done
6413
6414
6415
6416
6417
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6419 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
6420 if ${ac_cv_c_bigendian+:} false; then :
6421 $as_echo_n "(cached) " >&6
6422 else
6423 ac_cv_c_bigendian=unknown
6424 # See if we're dealing with a universal compiler.
6425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6426 /* end confdefs.h. */
6427 #ifndef __APPLE_CC__
6428 not a universal capable compiler
6429 #endif
6430 typedef int dummy;
6431
6432 _ACEOF
6433 if ac_fn_c_try_compile "$LINENO"; then :
6434
6435 # Check for potential -arch flags. It is not universal unless
6436 # there are at least two -arch flags with different values.
6437 ac_arch=
6438 ac_prev=
6439 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6440 if test -n "$ac_prev"; then
6441 case $ac_word in
6442 i?86 | x86_64 | ppc | ppc64)
6443 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6444 ac_arch=$ac_word
6445 else
6446 ac_cv_c_bigendian=universal
6447 break
6448 fi
6449 ;;
6450 esac
6451 ac_prev=
6452 elif test "x$ac_word" = "x-arch"; then
6453 ac_prev=arch
6454 fi
6455 done
6456 fi
6457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6458 if test $ac_cv_c_bigendian = unknown; then
6459 # See if sys/param.h defines the BYTE_ORDER macro.
6460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6461 /* end confdefs.h. */
6462 #include <sys/types.h>
6463 #include <sys/param.h>
6464
6465 int
6466 main ()
6467 {
6468 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6469 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6470 && LITTLE_ENDIAN)
6471 bogus endian macros
6472 #endif
6473
6474 ;
6475 return 0;
6476 }
6477 _ACEOF
6478 if ac_fn_c_try_compile "$LINENO"; then :
6479 # It does; now see whether it defined to BIG_ENDIAN or not.
6480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6481 /* end confdefs.h. */
6482 #include <sys/types.h>
6483 #include <sys/param.h>
6484
6485 int
6486 main ()
6487 {
6488 #if BYTE_ORDER != BIG_ENDIAN
6489 not big endian
6490 #endif
6491
6492 ;
6493 return 0;
6494 }
6495 _ACEOF
6496 if ac_fn_c_try_compile "$LINENO"; then :
6497 ac_cv_c_bigendian=yes
6498 else
6499 ac_cv_c_bigendian=no
6500 fi
6501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6502 fi
6503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6504 fi
6505 if test $ac_cv_c_bigendian = unknown; then
6506 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6508 /* end confdefs.h. */
6509 #include <limits.h>
6510
6511 int
6512 main ()
6513 {
6514 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6515 bogus endian macros
6516 #endif
6517
6518 ;
6519 return 0;
6520 }
6521 _ACEOF
6522 if ac_fn_c_try_compile "$LINENO"; then :
6523 # It does; now see whether it defined to _BIG_ENDIAN or not.
6524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6525 /* end confdefs.h. */
6526 #include <limits.h>
6527
6528 int
6529 main ()
6530 {
6531 #ifndef _BIG_ENDIAN
6532 not big endian
6533 #endif
6534
6535 ;
6536 return 0;
6537 }
6538 _ACEOF
6539 if ac_fn_c_try_compile "$LINENO"; then :
6540 ac_cv_c_bigendian=yes
6541 else
6542 ac_cv_c_bigendian=no
6543 fi
6544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6545 fi
6546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6547 fi
6548 if test $ac_cv_c_bigendian = unknown; then
6549 # Compile a test program.
6550 if test "$cross_compiling" = yes; then :
6551 # Try to guess by grepping values from an object file.
6552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6553 /* end confdefs.h. */
6554 short int ascii_mm[] =
6555 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6556 short int ascii_ii[] =
6557 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6558 int use_ascii (int i) {
6559 return ascii_mm[i] + ascii_ii[i];
6560 }
6561 short int ebcdic_ii[] =
6562 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6563 short int ebcdic_mm[] =
6564 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6565 int use_ebcdic (int i) {
6566 return ebcdic_mm[i] + ebcdic_ii[i];
6567 }
6568 extern int foo;
6569
6570 int
6571 main ()
6572 {
6573 return use_ascii (foo) == use_ebcdic (foo);
6574 ;
6575 return 0;
6576 }
6577 _ACEOF
6578 if ac_fn_c_try_compile "$LINENO"; then :
6579 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6580 ac_cv_c_bigendian=yes
6581 fi
6582 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6583 if test "$ac_cv_c_bigendian" = unknown; then
6584 ac_cv_c_bigendian=no
6585 else
6586 # finding both strings is unlikely to happen, but who knows?
6587 ac_cv_c_bigendian=unknown
6588 fi
6589 fi
6590 fi
6591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6592 else
6593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6594 /* end confdefs.h. */
6595 $ac_includes_default
6596 int
6597 main ()
6598 {
6599
6600 /* Are we little or big endian? From Harbison&Steele. */
6601 union
6602 {
6603 long int l;
6604 char c[sizeof (long int)];
6605 } u;
6606 u.l = 1;
6607 return u.c[sizeof (long int) - 1] == 1;
6608
6609 ;
6610 return 0;
6611 }
6612 _ACEOF
6613 if ac_fn_c_try_run "$LINENO"; then :
6614 ac_cv_c_bigendian=no
6615 else
6616 ac_cv_c_bigendian=yes
6617 fi
6618 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6619 conftest.$ac_objext conftest.beam conftest.$ac_ext
6620 fi
6621
6622 fi
6623 fi
6624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6625 $as_echo "$ac_cv_c_bigendian" >&6; }
6626 case $ac_cv_c_bigendian in #(
6627 yes)
6628 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6629 ;; #(
6630 no)
6631 ;; #(
6632 universal)
6633
6634 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6635
6636 ;; #(
6637 *)
6638 as_fn_error $? "unknown endianness
6639 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6640 esac
6641
6642
6643
6644
6645 if test "x$cross_compiling" = "xno"; then
6646 : "${AR_FOR_BUILD:=\$(AR)}"
6647 : "${CC_FOR_BUILD:=\$(CC)}"
6648 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
6649 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
6650 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
6651 else
6652 : "${AR_FOR_BUILD:=ar}"
6653 : "${CC_FOR_BUILD:=gcc}"
6654 : "${RANLIB_FOR_BUILD:=ranlib}"
6655 : "${CFLAGS_FOR_BUILD:=-g -O}"
6656 : "${LDLFAGS_FOR_BUILD:=}"
6657 fi
6658
6659
6660
6661
6662
6663
6664
6665 if test -n "$ac_tool_prefix"; then
6666 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6667 set dummy ${ac_tool_prefix}ar; ac_word=$2
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6669 $as_echo_n "checking for $ac_word... " >&6; }
6670 if ${ac_cv_prog_AR+:} false; then :
6671 $as_echo_n "(cached) " >&6
6672 else
6673 if test -n "$AR"; then
6674 ac_cv_prog_AR="$AR" # Let the user override the test.
6675 else
6676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6677 for as_dir in $PATH
6678 do
6679 IFS=$as_save_IFS
6680 test -z "$as_dir" && as_dir=.
6681 for ac_exec_ext in '' $ac_executable_extensions; do
6682 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6683 ac_cv_prog_AR="${ac_tool_prefix}ar"
6684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6685 break 2
6686 fi
6687 done
6688 done
6689 IFS=$as_save_IFS
6690
6691 fi
6692 fi
6693 AR=$ac_cv_prog_AR
6694 if test -n "$AR"; then
6695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6696 $as_echo "$AR" >&6; }
6697 else
6698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6699 $as_echo "no" >&6; }
6700 fi
6701
6702
6703 fi
6704 if test -z "$ac_cv_prog_AR"; then
6705 ac_ct_AR=$AR
6706 # Extract the first word of "ar", so it can be a program name with args.
6707 set dummy ar; ac_word=$2
6708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6709 $as_echo_n "checking for $ac_word... " >&6; }
6710 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6711 $as_echo_n "(cached) " >&6
6712 else
6713 if test -n "$ac_ct_AR"; then
6714 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6715 else
6716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6717 for as_dir in $PATH
6718 do
6719 IFS=$as_save_IFS
6720 test -z "$as_dir" && as_dir=.
6721 for ac_exec_ext in '' $ac_executable_extensions; do
6722 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6723 ac_cv_prog_ac_ct_AR="ar"
6724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6725 break 2
6726 fi
6727 done
6728 done
6729 IFS=$as_save_IFS
6730
6731 fi
6732 fi
6733 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6734 if test -n "$ac_ct_AR"; then
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6736 $as_echo "$ac_ct_AR" >&6; }
6737 else
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6739 $as_echo "no" >&6; }
6740 fi
6741
6742 if test "x$ac_ct_AR" = x; then
6743 AR=""
6744 else
6745 case $cross_compiling:$ac_tool_warned in
6746 yes:)
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6748 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6749 ac_tool_warned=yes ;;
6750 esac
6751 AR=$ac_ct_AR
6752 fi
6753 else
6754 AR="$ac_cv_prog_AR"
6755 fi
6756
6757 if test -n "$ac_tool_prefix"; then
6758 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6759 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6761 $as_echo_n "checking for $ac_word... " >&6; }
6762 if ${ac_cv_prog_RANLIB+:} false; then :
6763 $as_echo_n "(cached) " >&6
6764 else
6765 if test -n "$RANLIB"; then
6766 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6767 else
6768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6769 for as_dir in $PATH
6770 do
6771 IFS=$as_save_IFS
6772 test -z "$as_dir" && as_dir=.
6773 for ac_exec_ext in '' $ac_executable_extensions; do
6774 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6775 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6777 break 2
6778 fi
6779 done
6780 done
6781 IFS=$as_save_IFS
6782
6783 fi
6784 fi
6785 RANLIB=$ac_cv_prog_RANLIB
6786 if test -n "$RANLIB"; then
6787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6788 $as_echo "$RANLIB" >&6; }
6789 else
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6791 $as_echo "no" >&6; }
6792 fi
6793
6794
6795 fi
6796 if test -z "$ac_cv_prog_RANLIB"; then
6797 ac_ct_RANLIB=$RANLIB
6798 # Extract the first word of "ranlib", so it can be a program name with args.
6799 set dummy ranlib; ac_word=$2
6800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6801 $as_echo_n "checking for $ac_word... " >&6; }
6802 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6803 $as_echo_n "(cached) " >&6
6804 else
6805 if test -n "$ac_ct_RANLIB"; then
6806 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6807 else
6808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6809 for as_dir in $PATH
6810 do
6811 IFS=$as_save_IFS
6812 test -z "$as_dir" && as_dir=.
6813 for ac_exec_ext in '' $ac_executable_extensions; do
6814 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6815 ac_cv_prog_ac_ct_RANLIB="ranlib"
6816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6817 break 2
6818 fi
6819 done
6820 done
6821 IFS=$as_save_IFS
6822
6823 fi
6824 fi
6825 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6826 if test -n "$ac_ct_RANLIB"; then
6827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6828 $as_echo "$ac_ct_RANLIB" >&6; }
6829 else
6830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6831 $as_echo "no" >&6; }
6832 fi
6833
6834 if test "x$ac_ct_RANLIB" = x; then
6835 RANLIB=":"
6836 else
6837 case $cross_compiling:$ac_tool_warned in
6838 yes:)
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6840 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6841 ac_tool_warned=yes ;;
6842 esac
6843 RANLIB=$ac_ct_RANLIB
6844 fi
6845 else
6846 RANLIB="$ac_cv_prog_RANLIB"
6847 fi
6848
6849
6850 # Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6851 # AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6852 # is C99. So handle it ourselves.
6853 :
6854 C_DIALECT=
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6856 $as_echo_n "checking whether C11 is supported by default... " >&6; }
6857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6858 /* end confdefs.h. */
6859
6860 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6861 # error "C11 support not found"
6862 #endif
6863
6864 _ACEOF
6865 if ac_fn_c_try_compile "$LINENO"; then :
6866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6867 $as_echo "yes" >&6; }
6868 else
6869
6870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6871 $as_echo "no" >&6; }
6872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6873 $as_echo_n "checking for -std=c11 support... " >&6; }
6874 ac_save_CC="$CC"
6875 CC="$CC -std=c11"
6876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6877 /* end confdefs.h. */
6878
6879 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6880 # error "C11 support not found"
6881 #endif
6882
6883 _ACEOF
6884 if ac_fn_c_try_compile "$LINENO"; then :
6885
6886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6887 $as_echo "yes" >&6; }
6888 CC="$ac_save_CC"
6889 C_DIALECT="-std=c11"
6890
6891 else
6892 as_fn_error $? "C11 is required" "$LINENO" 5
6893 fi
6894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6895 fi
6896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6897
6898
6899 ac_config_headers="$ac_config_headers config.h:config.in"
6900
6901
6902 # Dependency checking.
6903 ac_config_commands="$ac_config_commands depdir"
6904
6905
6906 depcc="$CC" am_compiler_list=
6907
6908 am_depcomp=$ac_aux_dir/depcomp
6909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6910 $as_echo_n "checking dependency style of $depcc... " >&6; }
6911 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6912 $as_echo_n "(cached) " >&6
6913 else
6914 if test -f "$am_depcomp"; then
6915 # We make a subdir and do the tests there. Otherwise we can end up
6916 # making bogus files that we don't know about and never remove. For
6917 # instance it was reported that on HP-UX the gcc test will end up
6918 # making a dummy file named `D' -- because `-MD' means `put the output
6919 # in D'.
6920 mkdir conftest.dir
6921 # Copy depcomp to subdir because otherwise we won't find it if we're
6922 # using a relative directory.
6923 cp "$am_depcomp" conftest.dir
6924 cd conftest.dir
6925 # We will build objects and dependencies in a subdirectory because
6926 # it helps to detect inapplicable dependency modes. For instance
6927 # both Tru64's cc and ICC support -MD to output dependencies as a
6928 # side effect of compilation, but ICC will put the dependencies in
6929 # the current directory while Tru64 will put them in the object
6930 # directory.
6931 mkdir sub
6932
6933 am_cv_CC_dependencies_compiler_type=none
6934 if test "$am_compiler_list" = ""; then
6935 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6936 fi
6937 for depmode in $am_compiler_list; do
6938 if test $depmode = none; then break; fi
6939
6940 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6941 # Setup a source with many dependencies, because some compilers
6942 # like to wrap large dependency lists on column 80 (with \), and
6943 # we should not choose a depcomp mode which is confused by this.
6944 #
6945 # We need to recreate these files for each test, as the compiler may
6946 # overwrite some of them when testing with obscure command lines.
6947 # This happens at least with the AIX C compiler.
6948 : > sub/conftest.c
6949 for i in 1 2 3 4 5 6; do
6950 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6951 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6952 # Solaris 8's {/usr,}/bin/sh.
6953 touch sub/conftst$i.h
6954 done
6955 echo "include sub/conftest.Po" > confmf
6956
6957 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6958 # mode. It turns out that the SunPro C++ compiler does not properly
6959 # handle `-M -o', and we need to detect this.
6960 depcmd="depmode=$depmode \
6961 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6962 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6963 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6964 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6965 if env $depcmd > conftest.err 2>&1 &&
6966 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6967 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6968 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6969 # icc doesn't choke on unknown options, it will just issue warnings
6970 # or remarks (even with -Werror). So we grep stderr for any message
6971 # that says an option was ignored or not supported.
6972 # When given -MP, icc 7.0 and 7.1 complain thusly:
6973 # icc: Command line warning: ignoring option '-M'; no argument required
6974 # The diagnosis changed in icc 8.0:
6975 # icc: Command line remark: option '-MP' not supported
6976 if (grep 'ignoring option' conftest.err ||
6977 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6978 am_cv_CC_dependencies_compiler_type=$depmode
6979 $as_echo "$as_me:$LINENO: success" >&5
6980 break
6981 fi
6982 fi
6983 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6984 sed -e 's/^/| /' < conftest.err >&5
6985 done
6986
6987 cd ..
6988 rm -rf conftest.dir
6989 else
6990 am_cv_CC_dependencies_compiler_type=none
6991 fi
6992
6993 fi
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6995 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6996 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
6997 then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6998 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6999
7000 fi
7001
7002
7003 ALL_LINGUAS=
7004 # If we haven't got the data from the intl directory,
7005 # assume NLS is disabled.
7006 USE_NLS=no
7007 LIBINTL=
7008 LIBINTL_DEP=
7009 INCINTL=
7010 XGETTEXT=
7011 GMSGFMT=
7012 POSUB=
7013
7014 if test -f ../../intl/config.intl; then
7015 . ../../intl/config.intl
7016 fi
7017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7018 $as_echo_n "checking whether NLS is requested... " >&6; }
7019 if test x"$USE_NLS" != xyes; then
7020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7021 $as_echo "no" >&6; }
7022 else
7023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7024 $as_echo "yes" >&6; }
7025
7026 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
7027
7028
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7030 $as_echo_n "checking for catalogs to be installed... " >&6; }
7031 # Look for .po and .gmo files in the source directory.
7032 CATALOGS=
7033 XLINGUAS=
7034 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7035 # If there aren't any .gmo files the shell will give us the
7036 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7037 # weeded out.
7038 case "$cat" in *\**)
7039 continue;;
7040 esac
7041 # The quadruple backslash is collapsed to a double backslash
7042 # by the backticks, then collapsed again by the double quotes,
7043 # leaving us with one backslash in the sed expression (right
7044 # before the dot that mustn't act as a wildcard).
7045 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7046 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7047 # The user is allowed to set LINGUAS to a list of languages to
7048 # install catalogs for. If it's empty that means "all of them."
7049 if test "x$LINGUAS" = x; then
7050 CATALOGS="$CATALOGS $cat"
7051 XLINGUAS="$XLINGUAS $lang"
7052 else
7053 case "$LINGUAS" in *$lang*)
7054 CATALOGS="$CATALOGS $cat"
7055 XLINGUAS="$XLINGUAS $lang"
7056 ;;
7057 esac
7058 fi
7059 done
7060 LINGUAS="$XLINGUAS"
7061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7062 $as_echo "$LINGUAS" >&6; }
7063
7064
7065 DATADIRNAME=share
7066
7067 INSTOBJEXT=.mo
7068
7069 GENCAT=gencat
7070
7071 CATOBJEXT=.gmo
7072
7073 fi
7074
7075 # Check for socket libraries
7076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7077 $as_echo_n "checking for bind in -lsocket... " >&6; }
7078 if ${ac_cv_lib_socket_bind+:} false; then :
7079 $as_echo_n "(cached) " >&6
7080 else
7081 ac_check_lib_save_LIBS=$LIBS
7082 LIBS="-lsocket $LIBS"
7083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7084 /* end confdefs.h. */
7085
7086 /* Override any GCC internal prototype to avoid an error.
7087 Use char because int might match the return type of a GCC
7088 builtin and then its argument prototype would still apply. */
7089 #ifdef __cplusplus
7090 extern "C"
7091 #endif
7092 char bind ();
7093 int
7094 main ()
7095 {
7096 return bind ();
7097 ;
7098 return 0;
7099 }
7100 _ACEOF
7101 if ac_fn_c_try_link "$LINENO"; then :
7102 ac_cv_lib_socket_bind=yes
7103 else
7104 ac_cv_lib_socket_bind=no
7105 fi
7106 rm -f core conftest.err conftest.$ac_objext \
7107 conftest$ac_exeext conftest.$ac_ext
7108 LIBS=$ac_check_lib_save_LIBS
7109 fi
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7111 $as_echo "$ac_cv_lib_socket_bind" >&6; }
7112 if test "x$ac_cv_lib_socket_bind" = xyes; then :
7113 cat >>confdefs.h <<_ACEOF
7114 #define HAVE_LIBSOCKET 1
7115 _ACEOF
7116
7117 LIBS="-lsocket $LIBS"
7118
7119 fi
7120
7121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7122 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7123 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
7124 $as_echo_n "(cached) " >&6
7125 else
7126 ac_check_lib_save_LIBS=$LIBS
7127 LIBS="-lnsl $LIBS"
7128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7129 /* end confdefs.h. */
7130
7131 /* Override any GCC internal prototype to avoid an error.
7132 Use char because int might match the return type of a GCC
7133 builtin and then its argument prototype would still apply. */
7134 #ifdef __cplusplus
7135 extern "C"
7136 #endif
7137 char gethostbyname ();
7138 int
7139 main ()
7140 {
7141 return gethostbyname ();
7142 ;
7143 return 0;
7144 }
7145 _ACEOF
7146 if ac_fn_c_try_link "$LINENO"; then :
7147 ac_cv_lib_nsl_gethostbyname=yes
7148 else
7149 ac_cv_lib_nsl_gethostbyname=no
7150 fi
7151 rm -f core conftest.err conftest.$ac_objext \
7152 conftest$ac_exeext conftest.$ac_ext
7153 LIBS=$ac_check_lib_save_LIBS
7154 fi
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7156 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7157 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
7158 cat >>confdefs.h <<_ACEOF
7159 #define HAVE_LIBNSL 1
7160 _ACEOF
7161
7162 LIBS="-lnsl $LIBS"
7163
7164 fi
7165
7166
7167 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
7168 # using the same condition.
7169
7170 # Use the system's zlib library.
7171 zlibdir="-L\$(top_builddir)/../zlib"
7172 zlibinc="-I\$(top_srcdir)/../zlib"
7173
7174 # Check whether --with-system-zlib was given.
7175 if test "${with_system_zlib+set}" = set; then :
7176 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7177 zlibdir=
7178 zlibinc=
7179 fi
7180
7181 fi
7182
7183
7184
7185
7186
7187 # BFD uses libdl when when plugins enabled.
7188
7189 maybe_plugins=no
7190 for ac_header in dlfcn.h
7191 do :
7192 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7193 "
7194 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7195 cat >>confdefs.h <<_ACEOF
7196 #define HAVE_DLFCN_H 1
7197 _ACEOF
7198 maybe_plugins=yes
7199 fi
7200
7201 done
7202
7203 for ac_header in windows.h
7204 do :
7205 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7206 "
7207 if test "x$ac_cv_header_windows_h" = xyes; then :
7208 cat >>confdefs.h <<_ACEOF
7209 #define HAVE_WINDOWS_H 1
7210 _ACEOF
7211 maybe_plugins=yes
7212 fi
7213
7214 done
7215
7216
7217 # Check whether --enable-plugins was given.
7218 if test "${enable_plugins+set}" = set; then :
7219 enableval=$enable_plugins; case "${enableval}" in
7220 no) plugins=no ;;
7221 *) plugins=yes
7222 if test "$maybe_plugins" != "yes" ; then
7223 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
7224 fi ;;
7225 esac
7226 else
7227 plugins=$maybe_plugins
7228
7229 fi
7230
7231 if test "$plugins" = "yes"; then
7232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7233 $as_echo_n "checking for library containing dlsym... " >&6; }
7234 if ${ac_cv_search_dlsym+:} false; then :
7235 $as_echo_n "(cached) " >&6
7236 else
7237 ac_func_search_save_LIBS=$LIBS
7238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7239 /* end confdefs.h. */
7240
7241 /* Override any GCC internal prototype to avoid an error.
7242 Use char because int might match the return type of a GCC
7243 builtin and then its argument prototype would still apply. */
7244 #ifdef __cplusplus
7245 extern "C"
7246 #endif
7247 char dlsym ();
7248 int
7249 main ()
7250 {
7251 return dlsym ();
7252 ;
7253 return 0;
7254 }
7255 _ACEOF
7256 for ac_lib in '' dl; do
7257 if test -z "$ac_lib"; then
7258 ac_res="none required"
7259 else
7260 ac_res=-l$ac_lib
7261 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7262 fi
7263 if ac_fn_c_try_link "$LINENO"; then :
7264 ac_cv_search_dlsym=$ac_res
7265 fi
7266 rm -f core conftest.err conftest.$ac_objext \
7267 conftest$ac_exeext
7268 if ${ac_cv_search_dlsym+:} false; then :
7269 break
7270 fi
7271 done
7272 if ${ac_cv_search_dlsym+:} false; then :
7273
7274 else
7275 ac_cv_search_dlsym=no
7276 fi
7277 rm conftest.$ac_ext
7278 LIBS=$ac_func_search_save_LIBS
7279 fi
7280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7281 $as_echo "$ac_cv_search_dlsym" >&6; }
7282 ac_res=$ac_cv_search_dlsym
7283 if test "$ac_res" != no; then :
7284 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7285
7286 fi
7287
7288 fi
7289
7290 if test "$plugins" = yes; then
7291 PLUGINS_TRUE=
7292 PLUGINS_FALSE='#'
7293 else
7294 PLUGINS_TRUE='#'
7295 PLUGINS_FALSE=
7296 fi
7297
7298
7299
7300
7301
7302 # Set options
7303 enable_dlopen=yes
7304
7305
7306
7307
7308 enable_win32_dll=no
7309
7310
7311 # Check whether --enable-shared was given.
7312 if test "${enable_shared+set}" = set; then :
7313 enableval=$enable_shared; p=${PACKAGE-default}
7314 case $enableval in
7315 yes) enable_shared=yes ;;
7316 no) enable_shared=no ;;
7317 *)
7318 enable_shared=no
7319 # Look at the argument we got. We use all the common list separators.
7320 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7321 for pkg in $enableval; do
7322 IFS="$lt_save_ifs"
7323 if test "X$pkg" = "X$p"; then
7324 enable_shared=yes
7325 fi
7326 done
7327 IFS="$lt_save_ifs"
7328 ;;
7329 esac
7330 else
7331 enable_shared=yes
7332 fi
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342 # Check whether --enable-static was given.
7343 if test "${enable_static+set}" = set; then :
7344 enableval=$enable_static; p=${PACKAGE-default}
7345 case $enableval in
7346 yes) enable_static=yes ;;
7347 no) enable_static=no ;;
7348 *)
7349 enable_static=no
7350 # Look at the argument we got. We use all the common list separators.
7351 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7352 for pkg in $enableval; do
7353 IFS="$lt_save_ifs"
7354 if test "X$pkg" = "X$p"; then
7355 enable_static=yes
7356 fi
7357 done
7358 IFS="$lt_save_ifs"
7359 ;;
7360 esac
7361 else
7362 enable_static=yes
7363 fi
7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
7374 # Check whether --with-pic was given.
7375 if test "${with_pic+set}" = set; then :
7376 withval=$with_pic; pic_mode="$withval"
7377 else
7378 pic_mode=default
7379 fi
7380
7381
7382 test -z "$pic_mode" && pic_mode=default
7383
7384
7385
7386
7387
7388
7389
7390 # Check whether --enable-fast-install was given.
7391 if test "${enable_fast_install+set}" = set; then :
7392 enableval=$enable_fast_install; p=${PACKAGE-default}
7393 case $enableval in
7394 yes) enable_fast_install=yes ;;
7395 no) enable_fast_install=no ;;
7396 *)
7397 enable_fast_install=no
7398 # Look at the argument we got. We use all the common list separators.
7399 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7400 for pkg in $enableval; do
7401 IFS="$lt_save_ifs"
7402 if test "X$pkg" = "X$p"; then
7403 enable_fast_install=yes
7404 fi
7405 done
7406 IFS="$lt_save_ifs"
7407 ;;
7408 esac
7409 else
7410 enable_fast_install=yes
7411 fi
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423 # This can be used to rebuild libtool when needed
7424 LIBTOOL_DEPS="$ltmain"
7425
7426 # Always use our own libtool.
7427 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454 test -z "$LN_S" && LN_S="ln -s"
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469 if test -n "${ZSH_VERSION+set}" ; then
7470 setopt NO_GLOB_SUBST
7471 fi
7472
7473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7474 $as_echo_n "checking for objdir... " >&6; }
7475 if ${lt_cv_objdir+:} false; then :
7476 $as_echo_n "(cached) " >&6
7477 else
7478 rm -f .libs 2>/dev/null
7479 mkdir .libs 2>/dev/null
7480 if test -d .libs; then
7481 lt_cv_objdir=.libs
7482 else
7483 # MS-DOS does not allow filenames that begin with a dot.
7484 lt_cv_objdir=_libs
7485 fi
7486 rmdir .libs 2>/dev/null
7487 fi
7488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7489 $as_echo "$lt_cv_objdir" >&6; }
7490 objdir=$lt_cv_objdir
7491
7492
7493
7494
7495
7496 cat >>confdefs.h <<_ACEOF
7497 #define LT_OBJDIR "$lt_cv_objdir/"
7498 _ACEOF
7499
7500
7501
7502
7503 case $host_os in
7504 aix3*)
7505 # AIX sometimes has problems with the GCC collect2 program. For some
7506 # reason, if we set the COLLECT_NAMES environment variable, the problems
7507 # vanish in a puff of smoke.
7508 if test "X${COLLECT_NAMES+set}" != Xset; then
7509 COLLECT_NAMES=
7510 export COLLECT_NAMES
7511 fi
7512 ;;
7513 esac
7514
7515 # Global variables:
7516 ofile=libtool
7517 can_build_shared=yes
7518
7519 # All known linkers require a `.a' archive for static linking (except MSVC,
7520 # which needs '.lib').
7521 libext=a
7522
7523 with_gnu_ld="$lt_cv_prog_gnu_ld"
7524
7525 old_CC="$CC"
7526 old_CFLAGS="$CFLAGS"
7527
7528 # Set sane defaults for various variables
7529 test -z "$CC" && CC=cc
7530 test -z "$LTCC" && LTCC=$CC
7531 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7532 test -z "$LD" && LD=ld
7533 test -z "$ac_objext" && ac_objext=o
7534
7535 for cc_temp in $compiler""; do
7536 case $cc_temp in
7537 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7538 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7539 \-*) ;;
7540 *) break;;
7541 esac
7542 done
7543 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7544
7545
7546 # Only perform the check for file, if the check method requires it
7547 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7548 case $deplibs_check_method in
7549 file_magic*)
7550 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7552 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7553 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7554 $as_echo_n "(cached) " >&6
7555 else
7556 case $MAGIC_CMD in
7557 [\\/*] | ?:[\\/]*)
7558 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7559 ;;
7560 *)
7561 lt_save_MAGIC_CMD="$MAGIC_CMD"
7562 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7563 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7564 for ac_dir in $ac_dummy; do
7565 IFS="$lt_save_ifs"
7566 test -z "$ac_dir" && ac_dir=.
7567 if test -f $ac_dir/${ac_tool_prefix}file; then
7568 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7569 if test -n "$file_magic_test_file"; then
7570 case $deplibs_check_method in
7571 "file_magic "*)
7572 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7573 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7574 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7575 $EGREP "$file_magic_regex" > /dev/null; then
7576 :
7577 else
7578 cat <<_LT_EOF 1>&2
7579
7580 *** Warning: the command libtool uses to detect shared libraries,
7581 *** $file_magic_cmd, produces output that libtool cannot recognize.
7582 *** The result is that libtool may fail to recognize shared libraries
7583 *** as such. This will affect the creation of libtool libraries that
7584 *** depend on shared libraries, but programs linked with such libtool
7585 *** libraries will work regardless of this problem. Nevertheless, you
7586 *** may want to report the problem to your system manager and/or to
7587 *** bug-libtool@gnu.org
7588
7589 _LT_EOF
7590 fi ;;
7591 esac
7592 fi
7593 break
7594 fi
7595 done
7596 IFS="$lt_save_ifs"
7597 MAGIC_CMD="$lt_save_MAGIC_CMD"
7598 ;;
7599 esac
7600 fi
7601
7602 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7603 if test -n "$MAGIC_CMD"; then
7604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7605 $as_echo "$MAGIC_CMD" >&6; }
7606 else
7607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7608 $as_echo "no" >&6; }
7609 fi
7610
7611
7612
7613
7614
7615 if test -z "$lt_cv_path_MAGIC_CMD"; then
7616 if test -n "$ac_tool_prefix"; then
7617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7618 $as_echo_n "checking for file... " >&6; }
7619 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7620 $as_echo_n "(cached) " >&6
7621 else
7622 case $MAGIC_CMD in
7623 [\\/*] | ?:[\\/]*)
7624 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7625 ;;
7626 *)
7627 lt_save_MAGIC_CMD="$MAGIC_CMD"
7628 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7629 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7630 for ac_dir in $ac_dummy; do
7631 IFS="$lt_save_ifs"
7632 test -z "$ac_dir" && ac_dir=.
7633 if test -f $ac_dir/file; then
7634 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7635 if test -n "$file_magic_test_file"; then
7636 case $deplibs_check_method in
7637 "file_magic "*)
7638 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7639 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7640 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7641 $EGREP "$file_magic_regex" > /dev/null; then
7642 :
7643 else
7644 cat <<_LT_EOF 1>&2
7645
7646 *** Warning: the command libtool uses to detect shared libraries,
7647 *** $file_magic_cmd, produces output that libtool cannot recognize.
7648 *** The result is that libtool may fail to recognize shared libraries
7649 *** as such. This will affect the creation of libtool libraries that
7650 *** depend on shared libraries, but programs linked with such libtool
7651 *** libraries will work regardless of this problem. Nevertheless, you
7652 *** may want to report the problem to your system manager and/or to
7653 *** bug-libtool@gnu.org
7654
7655 _LT_EOF
7656 fi ;;
7657 esac
7658 fi
7659 break
7660 fi
7661 done
7662 IFS="$lt_save_ifs"
7663 MAGIC_CMD="$lt_save_MAGIC_CMD"
7664 ;;
7665 esac
7666 fi
7667
7668 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7669 if test -n "$MAGIC_CMD"; then
7670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7671 $as_echo "$MAGIC_CMD" >&6; }
7672 else
7673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7674 $as_echo "no" >&6; }
7675 fi
7676
7677
7678 else
7679 MAGIC_CMD=:
7680 fi
7681 fi
7682
7683 fi
7684 ;;
7685 esac
7686
7687 # Use C for the default configuration in the libtool script
7688
7689 lt_save_CC="$CC"
7690 ac_ext=c
7691 ac_cpp='$CPP $CPPFLAGS'
7692 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7693 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7694 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7695
7696
7697 # Source file extension for C test sources.
7698 ac_ext=c
7699
7700 # Object file extension for compiled C test sources.
7701 objext=o
7702 objext=$objext
7703
7704 # Code to be used in simple compile tests
7705 lt_simple_compile_test_code="int some_variable = 0;"
7706
7707 # Code to be used in simple link tests
7708 lt_simple_link_test_code='int main(){return(0);}'
7709
7710
7711
7712
7713
7714
7715
7716 # If no C compiler was specified, use CC.
7717 LTCC=${LTCC-"$CC"}
7718
7719 # If no C compiler flags were specified, use CFLAGS.
7720 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7721
7722 # Allow CC to be a program name with arguments.
7723 compiler=$CC
7724
7725 # Save the default compiler, since it gets overwritten when the other
7726 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7727 compiler_DEFAULT=$CC
7728
7729 # save warnings/boilerplate of simple test code
7730 ac_outfile=conftest.$ac_objext
7731 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7732 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7733 _lt_compiler_boilerplate=`cat conftest.err`
7734 $RM conftest*
7735
7736 ac_outfile=conftest.$ac_objext
7737 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7738 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7739 _lt_linker_boilerplate=`cat conftest.err`
7740 $RM -r conftest*
7741
7742
7743 ## CAVEAT EMPTOR:
7744 ## There is no encapsulation within the following macros, do not change
7745 ## the running order or otherwise move them around unless you know exactly
7746 ## what you are doing...
7747 if test -n "$compiler"; then
7748
7749 lt_prog_compiler_no_builtin_flag=
7750
7751 if test "$GCC" = yes; then
7752 case $cc_basename in
7753 nvcc*)
7754 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7755 *)
7756 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7757 esac
7758
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7760 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7761 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7762 $as_echo_n "(cached) " >&6
7763 else
7764 lt_cv_prog_compiler_rtti_exceptions=no
7765 ac_outfile=conftest.$ac_objext
7766 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7767 lt_compiler_flag="-fno-rtti -fno-exceptions"
7768 # Insert the option either (1) after the last *FLAGS variable, or
7769 # (2) before a word containing "conftest.", or (3) at the end.
7770 # Note that $ac_compile itself does not contain backslashes and begins
7771 # with a dollar sign (not a hyphen), so the echo should work correctly.
7772 # The option is referenced via a variable to avoid confusing sed.
7773 lt_compile=`echo "$ac_compile" | $SED \
7774 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7775 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7776 -e 's:$: $lt_compiler_flag:'`
7777 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7778 (eval "$lt_compile" 2>conftest.err)
7779 ac_status=$?
7780 cat conftest.err >&5
7781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7782 if (exit $ac_status) && test -s "$ac_outfile"; then
7783 # The compiler can only warn and ignore the option if not recognized
7784 # So say no if there are warnings other than the usual output.
7785 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7786 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7787 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7788 lt_cv_prog_compiler_rtti_exceptions=yes
7789 fi
7790 fi
7791 $RM conftest*
7792
7793 fi
7794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7795 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7796
7797 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7798 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7799 else
7800 :
7801 fi
7802
7803 fi
7804
7805
7806
7807
7808
7809
7810 lt_prog_compiler_wl=
7811 lt_prog_compiler_pic=
7812 lt_prog_compiler_static=
7813
7814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7815 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7816
7817 if test "$GCC" = yes; then
7818 lt_prog_compiler_wl='-Wl,'
7819 lt_prog_compiler_static='-static'
7820
7821 case $host_os in
7822 aix*)
7823 # All AIX code is PIC.
7824 if test "$host_cpu" = ia64; then
7825 # AIX 5 now supports IA64 processor
7826 lt_prog_compiler_static='-Bstatic'
7827 fi
7828 lt_prog_compiler_pic='-fPIC'
7829 ;;
7830
7831 amigaos*)
7832 case $host_cpu in
7833 powerpc)
7834 # see comment about AmigaOS4 .so support
7835 lt_prog_compiler_pic='-fPIC'
7836 ;;
7837 m68k)
7838 # FIXME: we need at least 68020 code to build shared libraries, but
7839 # adding the `-m68020' flag to GCC prevents building anything better,
7840 # like `-m68040'.
7841 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7842 ;;
7843 esac
7844 ;;
7845
7846 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7847 # PIC is the default for these OSes.
7848 ;;
7849
7850 mingw* | cygwin* | pw32* | os2* | cegcc*)
7851 # This hack is so that the source file can tell whether it is being
7852 # built for inclusion in a dll (and should export symbols for example).
7853 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7854 # (--disable-auto-import) libraries
7855 lt_prog_compiler_pic='-DDLL_EXPORT'
7856 ;;
7857
7858 darwin* | rhapsody*)
7859 # PIC is the default on this platform
7860 # Common symbols not allowed in MH_DYLIB files
7861 lt_prog_compiler_pic='-fno-common'
7862 ;;
7863
7864 haiku*)
7865 # PIC is the default for Haiku.
7866 # The "-static" flag exists, but is broken.
7867 lt_prog_compiler_static=
7868 ;;
7869
7870 hpux*)
7871 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7872 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7873 # sets the default TLS model and affects inlining.
7874 case $host_cpu in
7875 hppa*64*)
7876 # +Z the default
7877 ;;
7878 *)
7879 lt_prog_compiler_pic='-fPIC'
7880 ;;
7881 esac
7882 ;;
7883
7884 interix[3-9]*)
7885 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7886 # Instead, we relocate shared libraries at runtime.
7887 ;;
7888
7889 msdosdjgpp*)
7890 # Just because we use GCC doesn't mean we suddenly get shared libraries
7891 # on systems that don't support them.
7892 lt_prog_compiler_can_build_shared=no
7893 enable_shared=no
7894 ;;
7895
7896 *nto* | *qnx*)
7897 # QNX uses GNU C++, but need to define -shared option too, otherwise
7898 # it will coredump.
7899 lt_prog_compiler_pic='-fPIC -shared'
7900 ;;
7901
7902 sysv4*MP*)
7903 if test -d /usr/nec; then
7904 lt_prog_compiler_pic=-Kconform_pic
7905 fi
7906 ;;
7907
7908 *)
7909 lt_prog_compiler_pic='-fPIC'
7910 ;;
7911 esac
7912
7913 case $cc_basename in
7914 nvcc*) # Cuda Compiler Driver 2.2
7915 lt_prog_compiler_wl='-Xlinker '
7916 lt_prog_compiler_pic='-Xcompiler -fPIC'
7917 ;;
7918 esac
7919 else
7920 # PORTME Check for flag to pass linker flags through the system compiler.
7921 case $host_os in
7922 aix*)
7923 lt_prog_compiler_wl='-Wl,'
7924 if test "$host_cpu" = ia64; then
7925 # AIX 5 now supports IA64 processor
7926 lt_prog_compiler_static='-Bstatic'
7927 else
7928 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7929 fi
7930 ;;
7931
7932 mingw* | cygwin* | pw32* | os2* | cegcc*)
7933 # This hack is so that the source file can tell whether it is being
7934 # built for inclusion in a dll (and should export symbols for example).
7935 lt_prog_compiler_pic='-DDLL_EXPORT'
7936 ;;
7937
7938 hpux9* | hpux10* | hpux11*)
7939 lt_prog_compiler_wl='-Wl,'
7940 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7941 # not for PA HP-UX.
7942 case $host_cpu in
7943 hppa*64*|ia64*)
7944 # +Z the default
7945 ;;
7946 *)
7947 lt_prog_compiler_pic='+Z'
7948 ;;
7949 esac
7950 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7951 lt_prog_compiler_static='${wl}-a ${wl}archive'
7952 ;;
7953
7954 irix5* | irix6* | nonstopux*)
7955 lt_prog_compiler_wl='-Wl,'
7956 # PIC (with -KPIC) is the default.
7957 lt_prog_compiler_static='-non_shared'
7958 ;;
7959
7960 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7961 case $cc_basename in
7962 # old Intel for x86_64 which still supported -KPIC.
7963 ecc*)
7964 lt_prog_compiler_wl='-Wl,'
7965 lt_prog_compiler_pic='-KPIC'
7966 lt_prog_compiler_static='-static'
7967 ;;
7968 # icc used to be incompatible with GCC.
7969 # ICC 10 doesn't accept -KPIC any more.
7970 icc* | ifort*)
7971 lt_prog_compiler_wl='-Wl,'
7972 lt_prog_compiler_pic='-fPIC'
7973 lt_prog_compiler_static='-static'
7974 ;;
7975 # Lahey Fortran 8.1.
7976 lf95*)
7977 lt_prog_compiler_wl='-Wl,'
7978 lt_prog_compiler_pic='--shared'
7979 lt_prog_compiler_static='--static'
7980 ;;
7981 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7982 # Portland Group compilers (*not* the Pentium gcc compiler,
7983 # which looks to be a dead project)
7984 lt_prog_compiler_wl='-Wl,'
7985 lt_prog_compiler_pic='-fpic'
7986 lt_prog_compiler_static='-Bstatic'
7987 ;;
7988 ccc*)
7989 lt_prog_compiler_wl='-Wl,'
7990 # All Alpha code is PIC.
7991 lt_prog_compiler_static='-non_shared'
7992 ;;
7993 xl* | bgxl* | bgf* | mpixl*)
7994 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7995 lt_prog_compiler_wl='-Wl,'
7996 lt_prog_compiler_pic='-qpic'
7997 lt_prog_compiler_static='-qstaticlink'
7998 ;;
7999 *)
8000 case `$CC -V 2>&1 | sed 5q` in
8001 *Sun\ F* | *Sun*Fortran*)
8002 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8003 lt_prog_compiler_pic='-KPIC'
8004 lt_prog_compiler_static='-Bstatic'
8005 lt_prog_compiler_wl=''
8006 ;;
8007 *Sun\ C*)
8008 # Sun C 5.9
8009 lt_prog_compiler_pic='-KPIC'
8010 lt_prog_compiler_static='-Bstatic'
8011 lt_prog_compiler_wl='-Wl,'
8012 ;;
8013 esac
8014 ;;
8015 esac
8016 ;;
8017
8018 newsos6)
8019 lt_prog_compiler_pic='-KPIC'
8020 lt_prog_compiler_static='-Bstatic'
8021 ;;
8022
8023 *nto* | *qnx*)
8024 # QNX uses GNU C++, but need to define -shared option too, otherwise
8025 # it will coredump.
8026 lt_prog_compiler_pic='-fPIC -shared'
8027 ;;
8028
8029 osf3* | osf4* | osf5*)
8030 lt_prog_compiler_wl='-Wl,'
8031 # All OSF/1 code is PIC.
8032 lt_prog_compiler_static='-non_shared'
8033 ;;
8034
8035 rdos*)
8036 lt_prog_compiler_static='-non_shared'
8037 ;;
8038
8039 solaris*)
8040 lt_prog_compiler_pic='-KPIC'
8041 lt_prog_compiler_static='-Bstatic'
8042 case $cc_basename in
8043 f77* | f90* | f95*)
8044 lt_prog_compiler_wl='-Qoption ld ';;
8045 *)
8046 lt_prog_compiler_wl='-Wl,';;
8047 esac
8048 ;;
8049
8050 sunos4*)
8051 lt_prog_compiler_wl='-Qoption ld '
8052 lt_prog_compiler_pic='-PIC'
8053 lt_prog_compiler_static='-Bstatic'
8054 ;;
8055
8056 sysv4 | sysv4.2uw2* | sysv4.3*)
8057 lt_prog_compiler_wl='-Wl,'
8058 lt_prog_compiler_pic='-KPIC'
8059 lt_prog_compiler_static='-Bstatic'
8060 ;;
8061
8062 sysv4*MP*)
8063 if test -d /usr/nec ;then
8064 lt_prog_compiler_pic='-Kconform_pic'
8065 lt_prog_compiler_static='-Bstatic'
8066 fi
8067 ;;
8068
8069 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8070 lt_prog_compiler_wl='-Wl,'
8071 lt_prog_compiler_pic='-KPIC'
8072 lt_prog_compiler_static='-Bstatic'
8073 ;;
8074
8075 unicos*)
8076 lt_prog_compiler_wl='-Wl,'
8077 lt_prog_compiler_can_build_shared=no
8078 ;;
8079
8080 uts4*)
8081 lt_prog_compiler_pic='-pic'
8082 lt_prog_compiler_static='-Bstatic'
8083 ;;
8084
8085 *)
8086 lt_prog_compiler_can_build_shared=no
8087 ;;
8088 esac
8089 fi
8090
8091 case $host_os in
8092 # For platforms which do not support PIC, -DPIC is meaningless:
8093 *djgpp*)
8094 lt_prog_compiler_pic=
8095 ;;
8096 *)
8097 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8098 ;;
8099 esac
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8101 $as_echo "$lt_prog_compiler_pic" >&6; }
8102
8103
8104
8105
8106
8107
8108 #
8109 # Check to make sure the PIC flag actually works.
8110 #
8111 if test -n "$lt_prog_compiler_pic"; then
8112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8113 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8114 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8115 $as_echo_n "(cached) " >&6
8116 else
8117 lt_cv_prog_compiler_pic_works=no
8118 ac_outfile=conftest.$ac_objext
8119 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8120 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8121 # Insert the option either (1) after the last *FLAGS variable, or
8122 # (2) before a word containing "conftest.", or (3) at the end.
8123 # Note that $ac_compile itself does not contain backslashes and begins
8124 # with a dollar sign (not a hyphen), so the echo should work correctly.
8125 # The option is referenced via a variable to avoid confusing sed.
8126 lt_compile=`echo "$ac_compile" | $SED \
8127 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8128 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8129 -e 's:$: $lt_compiler_flag:'`
8130 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8131 (eval "$lt_compile" 2>conftest.err)
8132 ac_status=$?
8133 cat conftest.err >&5
8134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8135 if (exit $ac_status) && test -s "$ac_outfile"; then
8136 # The compiler can only warn and ignore the option if not recognized
8137 # So say no if there are warnings other than the usual output.
8138 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8139 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8140 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8141 lt_cv_prog_compiler_pic_works=yes
8142 fi
8143 fi
8144 $RM conftest*
8145
8146 fi
8147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8148 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8149
8150 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8151 case $lt_prog_compiler_pic in
8152 "" | " "*) ;;
8153 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8154 esac
8155 else
8156 lt_prog_compiler_pic=
8157 lt_prog_compiler_can_build_shared=no
8158 fi
8159
8160 fi
8161
8162
8163
8164
8165
8166
8167 #
8168 # Check to make sure the static flag actually works.
8169 #
8170 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8172 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8173 if ${lt_cv_prog_compiler_static_works+:} false; then :
8174 $as_echo_n "(cached) " >&6
8175 else
8176 lt_cv_prog_compiler_static_works=no
8177 save_LDFLAGS="$LDFLAGS"
8178 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8179 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8180 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8181 # The linker can only warn and ignore the option if not recognized
8182 # So say no if there are warnings
8183 if test -s conftest.err; then
8184 # Append any errors to the config.log.
8185 cat conftest.err 1>&5
8186 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8187 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8188 if diff conftest.exp conftest.er2 >/dev/null; then
8189 lt_cv_prog_compiler_static_works=yes
8190 fi
8191 else
8192 lt_cv_prog_compiler_static_works=yes
8193 fi
8194 fi
8195 $RM -r conftest*
8196 LDFLAGS="$save_LDFLAGS"
8197
8198 fi
8199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8200 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8201
8202 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8203 :
8204 else
8205 lt_prog_compiler_static=
8206 fi
8207
8208
8209
8210
8211
8212
8213
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8215 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8216 if ${lt_cv_prog_compiler_c_o+:} false; then :
8217 $as_echo_n "(cached) " >&6
8218 else
8219 lt_cv_prog_compiler_c_o=no
8220 $RM -r conftest 2>/dev/null
8221 mkdir conftest
8222 cd conftest
8223 mkdir out
8224 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8225
8226 lt_compiler_flag="-o out/conftest2.$ac_objext"
8227 # Insert the option either (1) after the last *FLAGS variable, or
8228 # (2) before a word containing "conftest.", or (3) at the end.
8229 # Note that $ac_compile itself does not contain backslashes and begins
8230 # with a dollar sign (not a hyphen), so the echo should work correctly.
8231 lt_compile=`echo "$ac_compile" | $SED \
8232 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8233 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8234 -e 's:$: $lt_compiler_flag:'`
8235 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8236 (eval "$lt_compile" 2>out/conftest.err)
8237 ac_status=$?
8238 cat out/conftest.err >&5
8239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8240 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8241 then
8242 # The compiler can only warn and ignore the option if not recognized
8243 # So say no if there are warnings
8244 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8245 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8246 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8247 lt_cv_prog_compiler_c_o=yes
8248 fi
8249 fi
8250 chmod u+w . 2>&5
8251 $RM conftest*
8252 # SGI C++ compiler will create directory out/ii_files/ for
8253 # template instantiation
8254 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8255 $RM out/* && rmdir out
8256 cd ..
8257 $RM -r conftest
8258 $RM conftest*
8259
8260 fi
8261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8262 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8263
8264
8265
8266
8267
8268
8269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8270 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8271 if ${lt_cv_prog_compiler_c_o+:} false; then :
8272 $as_echo_n "(cached) " >&6
8273 else
8274 lt_cv_prog_compiler_c_o=no
8275 $RM -r conftest 2>/dev/null
8276 mkdir conftest
8277 cd conftest
8278 mkdir out
8279 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8280
8281 lt_compiler_flag="-o out/conftest2.$ac_objext"
8282 # Insert the option either (1) after the last *FLAGS variable, or
8283 # (2) before a word containing "conftest.", or (3) at the end.
8284 # Note that $ac_compile itself does not contain backslashes and begins
8285 # with a dollar sign (not a hyphen), so the echo should work correctly.
8286 lt_compile=`echo "$ac_compile" | $SED \
8287 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8288 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8289 -e 's:$: $lt_compiler_flag:'`
8290 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8291 (eval "$lt_compile" 2>out/conftest.err)
8292 ac_status=$?
8293 cat out/conftest.err >&5
8294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8295 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8296 then
8297 # The compiler can only warn and ignore the option if not recognized
8298 # So say no if there are warnings
8299 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8300 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8301 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8302 lt_cv_prog_compiler_c_o=yes
8303 fi
8304 fi
8305 chmod u+w . 2>&5
8306 $RM conftest*
8307 # SGI C++ compiler will create directory out/ii_files/ for
8308 # template instantiation
8309 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8310 $RM out/* && rmdir out
8311 cd ..
8312 $RM -r conftest
8313 $RM conftest*
8314
8315 fi
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8317 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8318
8319
8320
8321
8322 hard_links="nottested"
8323 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8324 # do not overwrite the value of need_locks provided by the user
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8326 $as_echo_n "checking if we can lock with hard links... " >&6; }
8327 hard_links=yes
8328 $RM conftest*
8329 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8330 touch conftest.a
8331 ln conftest.a conftest.b 2>&5 || hard_links=no
8332 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8334 $as_echo "$hard_links" >&6; }
8335 if test "$hard_links" = no; then
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8337 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8338 need_locks=warn
8339 fi
8340 else
8341 need_locks=no
8342 fi
8343
8344
8345
8346
8347
8348
8349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8350 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8351
8352 runpath_var=
8353 allow_undefined_flag=
8354 always_export_symbols=no
8355 archive_cmds=
8356 archive_expsym_cmds=
8357 compiler_needs_object=no
8358 enable_shared_with_static_runtimes=no
8359 export_dynamic_flag_spec=
8360 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8361 hardcode_automatic=no
8362 hardcode_direct=no
8363 hardcode_direct_absolute=no
8364 hardcode_libdir_flag_spec=
8365 hardcode_libdir_flag_spec_ld=
8366 hardcode_libdir_separator=
8367 hardcode_minus_L=no
8368 hardcode_shlibpath_var=unsupported
8369 inherit_rpath=no
8370 link_all_deplibs=unknown
8371 module_cmds=
8372 module_expsym_cmds=
8373 old_archive_from_new_cmds=
8374 old_archive_from_expsyms_cmds=
8375 thread_safe_flag_spec=
8376 whole_archive_flag_spec=
8377 # include_expsyms should be a list of space-separated symbols to be *always*
8378 # included in the symbol list
8379 include_expsyms=
8380 # exclude_expsyms can be an extended regexp of symbols to exclude
8381 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8382 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8383 # as well as any symbol that contains `d'.
8384 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8385 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8386 # platforms (ab)use it in PIC code, but their linkers get confused if
8387 # the symbol is explicitly referenced. Since portable code cannot
8388 # rely on this symbol name, it's probably fine to never include it in
8389 # preloaded symbol tables.
8390 # Exclude shared library initialization/finalization symbols.
8391 extract_expsyms_cmds=
8392
8393 case $host_os in
8394 cygwin* | mingw* | pw32* | cegcc*)
8395 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8396 # When not using gcc, we currently assume that we are using
8397 # Microsoft Visual C++.
8398 if test "$GCC" != yes; then
8399 with_gnu_ld=no
8400 fi
8401 ;;
8402 interix*)
8403 # we just hope/assume this is gcc and not c89 (= MSVC++)
8404 with_gnu_ld=yes
8405 ;;
8406 openbsd*)
8407 with_gnu_ld=no
8408 ;;
8409 esac
8410
8411 ld_shlibs=yes
8412
8413 # On some targets, GNU ld is compatible enough with the native linker
8414 # that we're better off using the native interface for both.
8415 lt_use_gnu_ld_interface=no
8416 if test "$with_gnu_ld" = yes; then
8417 case $host_os in
8418 aix*)
8419 # The AIX port of GNU ld has always aspired to compatibility
8420 # with the native linker. However, as the warning in the GNU ld
8421 # block says, versions before 2.19.5* couldn't really create working
8422 # shared libraries, regardless of the interface used.
8423 case `$LD -v 2>&1` in
8424 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8425 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8426 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8427 *)
8428 lt_use_gnu_ld_interface=yes
8429 ;;
8430 esac
8431 ;;
8432 *)
8433 lt_use_gnu_ld_interface=yes
8434 ;;
8435 esac
8436 fi
8437
8438 if test "$lt_use_gnu_ld_interface" = yes; then
8439 # If archive_cmds runs LD, not CC, wlarc should be empty
8440 wlarc='${wl}'
8441
8442 # Set some defaults for GNU ld with shared library support. These
8443 # are reset later if shared libraries are not supported. Putting them
8444 # here allows them to be overridden if necessary.
8445 runpath_var=LD_RUN_PATH
8446 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8447 export_dynamic_flag_spec='${wl}--export-dynamic'
8448 # ancient GNU ld didn't support --whole-archive et. al.
8449 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8450 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8451 else
8452 whole_archive_flag_spec=
8453 fi
8454 supports_anon_versioning=no
8455 case `$LD -v 2>&1` in
8456 *GNU\ gold*) supports_anon_versioning=yes ;;
8457 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8458 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8459 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8460 *\ 2.11.*) ;; # other 2.11 versions
8461 *) supports_anon_versioning=yes ;;
8462 esac
8463
8464 # See if GNU ld supports shared libraries.
8465 case $host_os in
8466 aix[3-9]*)
8467 # On AIX/PPC, the GNU linker is very broken
8468 if test "$host_cpu" != ia64; then
8469 ld_shlibs=no
8470 cat <<_LT_EOF 1>&2
8471
8472 *** Warning: the GNU linker, at least up to release 2.19, is reported
8473 *** to be unable to reliably create shared libraries on AIX.
8474 *** Therefore, libtool is disabling shared libraries support. If you
8475 *** really care for shared libraries, you may want to install binutils
8476 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8477 *** You will then need to restart the configuration process.
8478
8479 _LT_EOF
8480 fi
8481 ;;
8482
8483 amigaos*)
8484 case $host_cpu in
8485 powerpc)
8486 # see comment about AmigaOS4 .so support
8487 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8488 archive_expsym_cmds=''
8489 ;;
8490 m68k)
8491 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)'
8492 hardcode_libdir_flag_spec='-L$libdir'
8493 hardcode_minus_L=yes
8494 ;;
8495 esac
8496 ;;
8497
8498 beos*)
8499 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8500 allow_undefined_flag=unsupported
8501 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8502 # support --undefined. This deserves some investigation. FIXME
8503 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8504 else
8505 ld_shlibs=no
8506 fi
8507 ;;
8508
8509 cygwin* | mingw* | pw32* | cegcc*)
8510 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8511 # as there is no search path for DLLs.
8512 hardcode_libdir_flag_spec='-L$libdir'
8513 export_dynamic_flag_spec='${wl}--export-all-symbols'
8514 allow_undefined_flag=unsupported
8515 always_export_symbols=no
8516 enable_shared_with_static_runtimes=yes
8517 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8518
8519 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8520 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8521 # If the export-symbols file already is a .def file (1st line
8522 # is EXPORTS), use it as is; otherwise, prepend...
8523 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8524 cp $export_symbols $output_objdir/$soname.def;
8525 else
8526 echo EXPORTS > $output_objdir/$soname.def;
8527 cat $export_symbols >> $output_objdir/$soname.def;
8528 fi~
8529 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8530 else
8531 ld_shlibs=no
8532 fi
8533 ;;
8534
8535 haiku*)
8536 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8537 link_all_deplibs=yes
8538 ;;
8539
8540 interix[3-9]*)
8541 hardcode_direct=no
8542 hardcode_shlibpath_var=no
8543 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8544 export_dynamic_flag_spec='${wl}-E'
8545 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8546 # Instead, shared libraries are loaded at an image base (0x10000000 by
8547 # default) and relocated if they conflict, which is a slow very memory
8548 # consuming and fragmenting process. To avoid this, we pick a random,
8549 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8550 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8551 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8552 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'
8553 ;;
8554
8555 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8556 tmp_diet=no
8557 if test "$host_os" = linux-dietlibc; then
8558 case $cc_basename in
8559 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8560 esac
8561 fi
8562 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8563 && test "$tmp_diet" = no
8564 then
8565 tmp_addflag=' $pic_flag'
8566 tmp_sharedflag='-shared'
8567 case $cc_basename,$host_cpu in
8568 pgcc*) # Portland Group C compiler
8569 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'
8570 tmp_addflag=' $pic_flag'
8571 ;;
8572 pgf77* | pgf90* | pgf95* | pgfortran*)
8573 # Portland Group f77 and f90 compilers
8574 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'
8575 tmp_addflag=' $pic_flag -Mnomain' ;;
8576 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8577 tmp_addflag=' -i_dynamic' ;;
8578 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8579 tmp_addflag=' -i_dynamic -nofor_main' ;;
8580 ifc* | ifort*) # Intel Fortran compiler
8581 tmp_addflag=' -nofor_main' ;;
8582 lf95*) # Lahey Fortran 8.1
8583 whole_archive_flag_spec=
8584 tmp_sharedflag='--shared' ;;
8585 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8586 tmp_sharedflag='-qmkshrobj'
8587 tmp_addflag= ;;
8588 nvcc*) # Cuda Compiler Driver 2.2
8589 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'
8590 compiler_needs_object=yes
8591 ;;
8592 esac
8593 case `$CC -V 2>&1 | sed 5q` in
8594 *Sun\ C*) # Sun C 5.9
8595 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'
8596 compiler_needs_object=yes
8597 tmp_sharedflag='-G' ;;
8598 *Sun\ F*) # Sun Fortran 8.3
8599 tmp_sharedflag='-G' ;;
8600 esac
8601 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8602
8603 if test "x$supports_anon_versioning" = xyes; then
8604 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8605 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8606 echo "local: *; };" >> $output_objdir/$libname.ver~
8607 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8608 fi
8609
8610 case $cc_basename in
8611 xlf* | bgf* | bgxlf* | mpixlf*)
8612 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8613 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8614 hardcode_libdir_flag_spec=
8615 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8616 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8617 if test "x$supports_anon_versioning" = xyes; then
8618 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8619 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8620 echo "local: *; };" >> $output_objdir/$libname.ver~
8621 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8622 fi
8623 ;;
8624 esac
8625 else
8626 ld_shlibs=no
8627 fi
8628 ;;
8629
8630 netbsd*)
8631 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8632 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8633 wlarc=
8634 else
8635 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8636 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8637 fi
8638 ;;
8639
8640 solaris*)
8641 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8642 ld_shlibs=no
8643 cat <<_LT_EOF 1>&2
8644
8645 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8646 *** create shared libraries on Solaris systems. Therefore, libtool
8647 *** is disabling shared libraries support. We urge you to upgrade GNU
8648 *** binutils to release 2.9.1 or newer. Another option is to modify
8649 *** your PATH or compiler configuration so that the native linker is
8650 *** used, and then restart.
8651
8652 _LT_EOF
8653 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8654 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8655 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8656 else
8657 ld_shlibs=no
8658 fi
8659 ;;
8660
8661 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8662 case `$LD -v 2>&1` in
8663 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8664 ld_shlibs=no
8665 cat <<_LT_EOF 1>&2
8666
8667 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8668 *** reliably create shared libraries on SCO systems. Therefore, libtool
8669 *** is disabling shared libraries support. We urge you to upgrade GNU
8670 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8671 *** your PATH or compiler configuration so that the native linker is
8672 *** used, and then restart.
8673
8674 _LT_EOF
8675 ;;
8676 *)
8677 # For security reasons, it is highly recommended that you always
8678 # use absolute paths for naming shared libraries, and exclude the
8679 # DT_RUNPATH tag from executables and libraries. But doing so
8680 # requires that you compile everything twice, which is a pain.
8681 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8682 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8683 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8684 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8685 else
8686 ld_shlibs=no
8687 fi
8688 ;;
8689 esac
8690 ;;
8691
8692 sunos4*)
8693 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8694 wlarc=
8695 hardcode_direct=yes
8696 hardcode_shlibpath_var=no
8697 ;;
8698
8699 *)
8700 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8701 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8702 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8703 else
8704 ld_shlibs=no
8705 fi
8706 ;;
8707 esac
8708
8709 if test "$ld_shlibs" = no; then
8710 runpath_var=
8711 hardcode_libdir_flag_spec=
8712 export_dynamic_flag_spec=
8713 whole_archive_flag_spec=
8714 fi
8715 else
8716 # PORTME fill in a description of your system's linker (not GNU ld)
8717 case $host_os in
8718 aix3*)
8719 allow_undefined_flag=unsupported
8720 always_export_symbols=yes
8721 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'
8722 # Note: this linker hardcodes the directories in LIBPATH if there
8723 # are no directories specified by -L.
8724 hardcode_minus_L=yes
8725 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8726 # Neither direct hardcoding nor static linking is supported with a
8727 # broken collect2.
8728 hardcode_direct=unsupported
8729 fi
8730 ;;
8731
8732 aix[4-9]*)
8733 if test "$host_cpu" = ia64; then
8734 # On IA64, the linker does run time linking by default, so we don't
8735 # have to do anything special.
8736 aix_use_runtimelinking=no
8737 exp_sym_flag='-Bexport'
8738 no_entry_flag=""
8739 else
8740 # If we're using GNU nm, then we don't want the "-C" option.
8741 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8742 # Also, AIX nm treats weak defined symbols like other global
8743 # defined symbols, whereas GNU nm marks them as "W".
8744 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8745 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'
8746 else
8747 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8748 fi
8749 aix_use_runtimelinking=no
8750
8751 # Test if we are trying to use run time linking or normal
8752 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8753 # need to do runtime linking.
8754 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8755 for ld_flag in $LDFLAGS; do
8756 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8757 aix_use_runtimelinking=yes
8758 break
8759 fi
8760 done
8761 ;;
8762 esac
8763
8764 exp_sym_flag='-bexport'
8765 no_entry_flag='-bnoentry'
8766 fi
8767
8768 # When large executables or shared objects are built, AIX ld can
8769 # have problems creating the table of contents. If linking a library
8770 # or program results in "error TOC overflow" add -mminimal-toc to
8771 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8772 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8773
8774 archive_cmds=''
8775 hardcode_direct=yes
8776 hardcode_direct_absolute=yes
8777 hardcode_libdir_separator=':'
8778 link_all_deplibs=yes
8779 file_list_spec='${wl}-f,'
8780
8781 if test "$GCC" = yes; then
8782 case $host_os in aix4.[012]|aix4.[012].*)
8783 # We only want to do this on AIX 4.2 and lower, the check
8784 # below for broken collect2 doesn't work under 4.3+
8785 collect2name=`${CC} -print-prog-name=collect2`
8786 if test -f "$collect2name" &&
8787 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8788 then
8789 # We have reworked collect2
8790 :
8791 else
8792 # We have old collect2
8793 hardcode_direct=unsupported
8794 # It fails to find uninstalled libraries when the uninstalled
8795 # path is not listed in the libpath. Setting hardcode_minus_L
8796 # to unsupported forces relinking
8797 hardcode_minus_L=yes
8798 hardcode_libdir_flag_spec='-L$libdir'
8799 hardcode_libdir_separator=
8800 fi
8801 ;;
8802 esac
8803 shared_flag='-shared'
8804 if test "$aix_use_runtimelinking" = yes; then
8805 shared_flag="$shared_flag "'${wl}-G'
8806 fi
8807 else
8808 # not using gcc
8809 if test "$host_cpu" = ia64; then
8810 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8811 # chokes on -Wl,-G. The following line is correct:
8812 shared_flag='-G'
8813 else
8814 if test "$aix_use_runtimelinking" = yes; then
8815 shared_flag='${wl}-G'
8816 else
8817 shared_flag='${wl}-bM:SRE'
8818 fi
8819 fi
8820 fi
8821
8822 export_dynamic_flag_spec='${wl}-bexpall'
8823 # It seems that -bexpall does not export symbols beginning with
8824 # underscore (_), so it is better to generate a list of symbols to export.
8825 always_export_symbols=yes
8826 if test "$aix_use_runtimelinking" = yes; then
8827 # Warning - without using the other runtime loading flags (-brtl),
8828 # -berok will link without error, but may produce a broken library.
8829 allow_undefined_flag='-berok'
8830 # Determine the default libpath from the value encoded in an
8831 # empty executable.
8832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8833 /* end confdefs.h. */
8834
8835 int
8836 main ()
8837 {
8838
8839 ;
8840 return 0;
8841 }
8842 _ACEOF
8843 if ac_fn_c_try_link "$LINENO"; then :
8844
8845 lt_aix_libpath_sed='
8846 /Import File Strings/,/^$/ {
8847 /^0/ {
8848 s/^0 *\(.*\)$/\1/
8849 p
8850 }
8851 }'
8852 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8853 # Check for a 64-bit object if we didn't find anything.
8854 if test -z "$aix_libpath"; then
8855 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8856 fi
8857 fi
8858 rm -f core conftest.err conftest.$ac_objext \
8859 conftest$ac_exeext conftest.$ac_ext
8860 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8861
8862 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8863 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"
8864 else
8865 if test "$host_cpu" = ia64; then
8866 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8867 allow_undefined_flag="-z nodefs"
8868 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"
8869 else
8870 # Determine the default libpath from the value encoded in an
8871 # empty executable.
8872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8873 /* end confdefs.h. */
8874
8875 int
8876 main ()
8877 {
8878
8879 ;
8880 return 0;
8881 }
8882 _ACEOF
8883 if ac_fn_c_try_link "$LINENO"; then :
8884
8885 lt_aix_libpath_sed='
8886 /Import File Strings/,/^$/ {
8887 /^0/ {
8888 s/^0 *\(.*\)$/\1/
8889 p
8890 }
8891 }'
8892 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8893 # Check for a 64-bit object if we didn't find anything.
8894 if test -z "$aix_libpath"; then
8895 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8896 fi
8897 fi
8898 rm -f core conftest.err conftest.$ac_objext \
8899 conftest$ac_exeext conftest.$ac_ext
8900 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8901
8902 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8903 # Warning - without using the other run time loading flags,
8904 # -berok will link without error, but may produce a broken library.
8905 no_undefined_flag=' ${wl}-bernotok'
8906 allow_undefined_flag=' ${wl}-berok'
8907 if test "$with_gnu_ld" = yes; then
8908 # We only use this code for GNU lds that support --whole-archive.
8909 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8910 else
8911 # Exported symbols can be pulled into shared objects from archives
8912 whole_archive_flag_spec='$convenience'
8913 fi
8914 archive_cmds_need_lc=yes
8915 # This is similar to how AIX traditionally builds its shared libraries.
8916 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'
8917 fi
8918 fi
8919 ;;
8920
8921 amigaos*)
8922 case $host_cpu in
8923 powerpc)
8924 # see comment about AmigaOS4 .so support
8925 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8926 archive_expsym_cmds=''
8927 ;;
8928 m68k)
8929 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)'
8930 hardcode_libdir_flag_spec='-L$libdir'
8931 hardcode_minus_L=yes
8932 ;;
8933 esac
8934 ;;
8935
8936 bsdi[45]*)
8937 export_dynamic_flag_spec=-rdynamic
8938 ;;
8939
8940 cygwin* | mingw* | pw32* | cegcc*)
8941 # When not using gcc, we currently assume that we are using
8942 # Microsoft Visual C++.
8943 # hardcode_libdir_flag_spec is actually meaningless, as there is
8944 # no search path for DLLs.
8945 hardcode_libdir_flag_spec=' '
8946 allow_undefined_flag=unsupported
8947 # Tell ltmain to make .lib files, not .a files.
8948 libext=lib
8949 # Tell ltmain to make .dll files, not .so files.
8950 shrext_cmds=".dll"
8951 # FIXME: Setting linknames here is a bad hack.
8952 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8953 # The linker will automatically build a .lib file if we build a DLL.
8954 old_archive_from_new_cmds='true'
8955 # FIXME: Should let the user specify the lib program.
8956 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8957 fix_srcfile_path='`cygpath -w "$srcfile"`'
8958 enable_shared_with_static_runtimes=yes
8959 ;;
8960
8961 darwin* | rhapsody*)
8962
8963
8964 archive_cmds_need_lc=no
8965 hardcode_direct=no
8966 hardcode_automatic=yes
8967 hardcode_shlibpath_var=unsupported
8968 if test "$lt_cv_ld_force_load" = "yes"; then
8969 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\"`'
8970 else
8971 whole_archive_flag_spec=''
8972 fi
8973 link_all_deplibs=yes
8974 allow_undefined_flag="$_lt_dar_allow_undefined"
8975 case $cc_basename in
8976 ifort*) _lt_dar_can_shared=yes ;;
8977 *) _lt_dar_can_shared=$GCC ;;
8978 esac
8979 if test "$_lt_dar_can_shared" = "yes"; then
8980 output_verbose_link_cmd=func_echo_all
8981 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8982 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8983 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}"
8984 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}"
8985
8986 else
8987 ld_shlibs=no
8988 fi
8989
8990 ;;
8991
8992 dgux*)
8993 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8994 hardcode_libdir_flag_spec='-L$libdir'
8995 hardcode_shlibpath_var=no
8996 ;;
8997
8998 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8999 # support. Future versions do this automatically, but an explicit c++rt0.o
9000 # does not break anything, and helps significantly (at the cost of a little
9001 # extra space).
9002 freebsd2.2*)
9003 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9004 hardcode_libdir_flag_spec='-R$libdir'
9005 hardcode_direct=yes
9006 hardcode_shlibpath_var=no
9007 ;;
9008
9009 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9010 freebsd2.*)
9011 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9012 hardcode_direct=yes
9013 hardcode_minus_L=yes
9014 hardcode_shlibpath_var=no
9015 ;;
9016
9017 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9018 freebsd* | dragonfly*)
9019 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9020 hardcode_libdir_flag_spec='-R$libdir'
9021 hardcode_direct=yes
9022 hardcode_shlibpath_var=no
9023 ;;
9024
9025 hpux9*)
9026 if test "$GCC" = yes; then
9027 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'
9028 else
9029 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'
9030 fi
9031 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9032 hardcode_libdir_separator=:
9033 hardcode_direct=yes
9034
9035 # hardcode_minus_L: Not really in the search PATH,
9036 # but as the default location of the library.
9037 hardcode_minus_L=yes
9038 export_dynamic_flag_spec='${wl}-E'
9039 ;;
9040
9041 hpux10*)
9042 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9043 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9044 else
9045 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9046 fi
9047 if test "$with_gnu_ld" = no; then
9048 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9049 hardcode_libdir_flag_spec_ld='+b $libdir'
9050 hardcode_libdir_separator=:
9051 hardcode_direct=yes
9052 hardcode_direct_absolute=yes
9053 export_dynamic_flag_spec='${wl}-E'
9054 # hardcode_minus_L: Not really in the search PATH,
9055 # but as the default location of the library.
9056 hardcode_minus_L=yes
9057 fi
9058 ;;
9059
9060 hpux11*)
9061 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9062 case $host_cpu in
9063 hppa*64*)
9064 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9065 ;;
9066 ia64*)
9067 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9068 ;;
9069 *)
9070 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9071 ;;
9072 esac
9073 else
9074 case $host_cpu in
9075 hppa*64*)
9076 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9077 ;;
9078 ia64*)
9079 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9080 ;;
9081 *)
9082
9083 # Older versions of the 11.00 compiler do not understand -b yet
9084 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9086 $as_echo_n "checking if $CC understands -b... " >&6; }
9087 if ${lt_cv_prog_compiler__b+:} false; then :
9088 $as_echo_n "(cached) " >&6
9089 else
9090 lt_cv_prog_compiler__b=no
9091 save_LDFLAGS="$LDFLAGS"
9092 LDFLAGS="$LDFLAGS -b"
9093 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9094 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9095 # The linker can only warn and ignore the option if not recognized
9096 # So say no if there are warnings
9097 if test -s conftest.err; then
9098 # Append any errors to the config.log.
9099 cat conftest.err 1>&5
9100 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9101 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9102 if diff conftest.exp conftest.er2 >/dev/null; then
9103 lt_cv_prog_compiler__b=yes
9104 fi
9105 else
9106 lt_cv_prog_compiler__b=yes
9107 fi
9108 fi
9109 $RM -r conftest*
9110 LDFLAGS="$save_LDFLAGS"
9111
9112 fi
9113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9114 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9115
9116 if test x"$lt_cv_prog_compiler__b" = xyes; then
9117 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9118 else
9119 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9120 fi
9121
9122 ;;
9123 esac
9124 fi
9125 if test "$with_gnu_ld" = no; then
9126 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9127 hardcode_libdir_separator=:
9128
9129 case $host_cpu in
9130 hppa*64*|ia64*)
9131 hardcode_direct=no
9132 hardcode_shlibpath_var=no
9133 ;;
9134 *)
9135 hardcode_direct=yes
9136 hardcode_direct_absolute=yes
9137 export_dynamic_flag_spec='${wl}-E'
9138
9139 # hardcode_minus_L: Not really in the search PATH,
9140 # but as the default location of the library.
9141 hardcode_minus_L=yes
9142 ;;
9143 esac
9144 fi
9145 ;;
9146
9147 irix5* | irix6* | nonstopux*)
9148 if test "$GCC" = yes; then
9149 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'
9150 # Try to use the -exported_symbol ld option, if it does not
9151 # work, assume that -exports_file does not work either and
9152 # implicitly export all symbols.
9153 save_LDFLAGS="$LDFLAGS"
9154 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9156 /* end confdefs.h. */
9157 int foo(void) {}
9158 _ACEOF
9159 if ac_fn_c_try_link "$LINENO"; then :
9160 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'
9161
9162 fi
9163 rm -f core conftest.err conftest.$ac_objext \
9164 conftest$ac_exeext conftest.$ac_ext
9165 LDFLAGS="$save_LDFLAGS"
9166 else
9167 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'
9168 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'
9169 fi
9170 archive_cmds_need_lc='no'
9171 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9172 hardcode_libdir_separator=:
9173 inherit_rpath=yes
9174 link_all_deplibs=yes
9175 ;;
9176
9177 netbsd*)
9178 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9179 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9180 else
9181 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9182 fi
9183 hardcode_libdir_flag_spec='-R$libdir'
9184 hardcode_direct=yes
9185 hardcode_shlibpath_var=no
9186 ;;
9187
9188 newsos6)
9189 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9190 hardcode_direct=yes
9191 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9192 hardcode_libdir_separator=:
9193 hardcode_shlibpath_var=no
9194 ;;
9195
9196 *nto* | *qnx*)
9197 ;;
9198
9199 openbsd*)
9200 if test -f /usr/libexec/ld.so; then
9201 hardcode_direct=yes
9202 hardcode_shlibpath_var=no
9203 hardcode_direct_absolute=yes
9204 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9205 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9206 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9207 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9208 export_dynamic_flag_spec='${wl}-E'
9209 else
9210 case $host_os in
9211 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9212 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9213 hardcode_libdir_flag_spec='-R$libdir'
9214 ;;
9215 *)
9216 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9217 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9218 ;;
9219 esac
9220 fi
9221 else
9222 ld_shlibs=no
9223 fi
9224 ;;
9225
9226 os2*)
9227 hardcode_libdir_flag_spec='-L$libdir'
9228 hardcode_minus_L=yes
9229 allow_undefined_flag=unsupported
9230 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'
9231 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9232 ;;
9233
9234 osf3*)
9235 if test "$GCC" = yes; then
9236 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9237 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'
9238 else
9239 allow_undefined_flag=' -expect_unresolved \*'
9240 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'
9241 fi
9242 archive_cmds_need_lc='no'
9243 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9244 hardcode_libdir_separator=:
9245 ;;
9246
9247 osf4* | osf5*) # as osf3* with the addition of -msym flag
9248 if test "$GCC" = yes; then
9249 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9250 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'
9251 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9252 else
9253 allow_undefined_flag=' -expect_unresolved \*'
9254 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'
9255 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~
9256 $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'
9257
9258 # Both c and cxx compiler support -rpath directly
9259 hardcode_libdir_flag_spec='-rpath $libdir'
9260 fi
9261 archive_cmds_need_lc='no'
9262 hardcode_libdir_separator=:
9263 ;;
9264
9265 solaris*)
9266 no_undefined_flag=' -z defs'
9267 if test "$GCC" = yes; then
9268 wlarc='${wl}'
9269 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9270 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9271 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9272 else
9273 case `$CC -V 2>&1` in
9274 *"Compilers 5.0"*)
9275 wlarc=''
9276 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9277 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9278 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9279 ;;
9280 *)
9281 wlarc='${wl}'
9282 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9283 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9284 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9285 ;;
9286 esac
9287 fi
9288 hardcode_libdir_flag_spec='-R$libdir'
9289 hardcode_shlibpath_var=no
9290 case $host_os in
9291 solaris2.[0-5] | solaris2.[0-5].*) ;;
9292 *)
9293 # The compiler driver will combine and reorder linker options,
9294 # but understands `-z linker_flag'. GCC discards it without `$wl',
9295 # but is careful enough not to reorder.
9296 # Supported since Solaris 2.6 (maybe 2.5.1?)
9297 if test "$GCC" = yes; then
9298 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9299 else
9300 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9301 fi
9302 ;;
9303 esac
9304 link_all_deplibs=yes
9305 ;;
9306
9307 sunos4*)
9308 if test "x$host_vendor" = xsequent; then
9309 # Use $CC to link under sequent, because it throws in some extra .o
9310 # files that make .init and .fini sections work.
9311 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9312 else
9313 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9314 fi
9315 hardcode_libdir_flag_spec='-L$libdir'
9316 hardcode_direct=yes
9317 hardcode_minus_L=yes
9318 hardcode_shlibpath_var=no
9319 ;;
9320
9321 sysv4)
9322 case $host_vendor in
9323 sni)
9324 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9325 hardcode_direct=yes # is this really true???
9326 ;;
9327 siemens)
9328 ## LD is ld it makes a PLAMLIB
9329 ## CC just makes a GrossModule.
9330 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9331 reload_cmds='$CC -r -o $output$reload_objs'
9332 hardcode_direct=no
9333 ;;
9334 motorola)
9335 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9336 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9337 ;;
9338 esac
9339 runpath_var='LD_RUN_PATH'
9340 hardcode_shlibpath_var=no
9341 ;;
9342
9343 sysv4.3*)
9344 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9345 hardcode_shlibpath_var=no
9346 export_dynamic_flag_spec='-Bexport'
9347 ;;
9348
9349 sysv4*MP*)
9350 if test -d /usr/nec; then
9351 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9352 hardcode_shlibpath_var=no
9353 runpath_var=LD_RUN_PATH
9354 hardcode_runpath_var=yes
9355 ld_shlibs=yes
9356 fi
9357 ;;
9358
9359 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9360 no_undefined_flag='${wl}-z,text'
9361 archive_cmds_need_lc=no
9362 hardcode_shlibpath_var=no
9363 runpath_var='LD_RUN_PATH'
9364
9365 if test "$GCC" = yes; then
9366 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9367 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9368 else
9369 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9370 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9371 fi
9372 ;;
9373
9374 sysv5* | sco3.2v5* | sco5v6*)
9375 # Note: We can NOT use -z defs as we might desire, because we do not
9376 # link with -lc, and that would cause any symbols used from libc to
9377 # always be unresolved, which means just about no library would
9378 # ever link correctly. If we're not using GNU ld we use -z text
9379 # though, which does catch some bad symbols but isn't as heavy-handed
9380 # as -z defs.
9381 no_undefined_flag='${wl}-z,text'
9382 allow_undefined_flag='${wl}-z,nodefs'
9383 archive_cmds_need_lc=no
9384 hardcode_shlibpath_var=no
9385 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9386 hardcode_libdir_separator=':'
9387 link_all_deplibs=yes
9388 export_dynamic_flag_spec='${wl}-Bexport'
9389 runpath_var='LD_RUN_PATH'
9390
9391 if test "$GCC" = yes; then
9392 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9393 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9394 else
9395 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9396 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9397 fi
9398 ;;
9399
9400 uts4*)
9401 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9402 hardcode_libdir_flag_spec='-L$libdir'
9403 hardcode_shlibpath_var=no
9404 ;;
9405
9406 *)
9407 ld_shlibs=no
9408 ;;
9409 esac
9410
9411 if test x$host_vendor = xsni; then
9412 case $host in
9413 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9414 export_dynamic_flag_spec='${wl}-Blargedynsym'
9415 ;;
9416 esac
9417 fi
9418 fi
9419
9420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9421 $as_echo "$ld_shlibs" >&6; }
9422 test "$ld_shlibs" = no && can_build_shared=no
9423
9424 with_gnu_ld=$with_gnu_ld
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
9436
9437
9438
9439
9440 #
9441 # Do we need to explicitly link libc?
9442 #
9443 case "x$archive_cmds_need_lc" in
9444 x|xyes)
9445 # Assume -lc should be added
9446 archive_cmds_need_lc=yes
9447
9448 if test "$enable_shared" = yes && test "$GCC" = yes; then
9449 case $archive_cmds in
9450 *'~'*)
9451 # FIXME: we may have to deal with multi-command sequences.
9452 ;;
9453 '$CC '*)
9454 # Test whether the compiler implicitly links with -lc since on some
9455 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9456 # to ld, don't add -lc before -lgcc.
9457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9458 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9459 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9460 $as_echo_n "(cached) " >&6
9461 else
9462 $RM conftest*
9463 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9464
9465 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9466 (eval $ac_compile) 2>&5
9467 ac_status=$?
9468 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9469 test $ac_status = 0; } 2>conftest.err; then
9470 soname=conftest
9471 lib=conftest
9472 libobjs=conftest.$ac_objext
9473 deplibs=
9474 wl=$lt_prog_compiler_wl
9475 pic_flag=$lt_prog_compiler_pic
9476 compiler_flags=-v
9477 linker_flags=-v
9478 verstring=
9479 output_objdir=.
9480 libname=conftest
9481 lt_save_allow_undefined_flag=$allow_undefined_flag
9482 allow_undefined_flag=
9483 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9484 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9485 ac_status=$?
9486 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9487 test $ac_status = 0; }
9488 then
9489 lt_cv_archive_cmds_need_lc=no
9490 else
9491 lt_cv_archive_cmds_need_lc=yes
9492 fi
9493 allow_undefined_flag=$lt_save_allow_undefined_flag
9494 else
9495 cat conftest.err 1>&5
9496 fi
9497 $RM conftest*
9498
9499 fi
9500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9501 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9502 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9503 ;;
9504 esac
9505 fi
9506 ;;
9507 esac
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9666 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9667
9668 if test "$GCC" = yes; then
9669 case $host_os in
9670 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9671 *) lt_awk_arg="/^libraries:/" ;;
9672 esac
9673 case $host_os in
9674 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9675 *) lt_sed_strip_eq="s,=/,/,g" ;;
9676 esac
9677 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9678 case $lt_search_path_spec in
9679 *\;*)
9680 # if the path contains ";" then we assume it to be the separator
9681 # otherwise default to the standard path separator (i.e. ":") - it is
9682 # assumed that no part of a normal pathname contains ";" but that should
9683 # okay in the real world where ";" in dirpaths is itself problematic.
9684 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9685 ;;
9686 *)
9687 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9688 ;;
9689 esac
9690 # Ok, now we have the path, separated by spaces, we can step through it
9691 # and add multilib dir if necessary.
9692 lt_tmp_lt_search_path_spec=
9693 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9694 for lt_sys_path in $lt_search_path_spec; do
9695 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9696 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9697 else
9698 test -d "$lt_sys_path" && \
9699 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9700 fi
9701 done
9702 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9703 BEGIN {RS=" "; FS="/|\n";} {
9704 lt_foo="";
9705 lt_count=0;
9706 for (lt_i = NF; lt_i > 0; lt_i--) {
9707 if ($lt_i != "" && $lt_i != ".") {
9708 if ($lt_i == "..") {
9709 lt_count++;
9710 } else {
9711 if (lt_count == 0) {
9712 lt_foo="/" $lt_i lt_foo;
9713 } else {
9714 lt_count--;
9715 }
9716 }
9717 }
9718 }
9719 if (lt_foo != "") { lt_freq[lt_foo]++; }
9720 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9721 }'`
9722 # AWK program above erroneously prepends '/' to C:/dos/paths
9723 # for these hosts.
9724 case $host_os in
9725 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9726 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9727 esac
9728 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9729 else
9730 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9731 fi
9732 library_names_spec=
9733 libname_spec='lib$name'
9734 soname_spec=
9735 shrext_cmds=".so"
9736 postinstall_cmds=
9737 postuninstall_cmds=
9738 finish_cmds=
9739 finish_eval=
9740 shlibpath_var=
9741 shlibpath_overrides_runpath=unknown
9742 version_type=none
9743 dynamic_linker="$host_os ld.so"
9744 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9745 need_lib_prefix=unknown
9746 hardcode_into_libs=no
9747
9748 # when you set need_version to no, make sure it does not cause -set_version
9749 # flags to be left without arguments
9750 need_version=unknown
9751
9752 case $host_os in
9753 aix3*)
9754 version_type=linux
9755 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9756 shlibpath_var=LIBPATH
9757
9758 # AIX 3 has no versioning support, so we append a major version to the name.
9759 soname_spec='${libname}${release}${shared_ext}$major'
9760 ;;
9761
9762 aix[4-9]*)
9763 version_type=linux
9764 need_lib_prefix=no
9765 need_version=no
9766 hardcode_into_libs=yes
9767 if test "$host_cpu" = ia64; then
9768 # AIX 5 supports IA64
9769 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9770 shlibpath_var=LD_LIBRARY_PATH
9771 else
9772 # With GCC up to 2.95.x, collect2 would create an import file
9773 # for dependence libraries. The import file would start with
9774 # the line `#! .'. This would cause the generated library to
9775 # depend on `.', always an invalid library. This was fixed in
9776 # development snapshots of GCC prior to 3.0.
9777 case $host_os in
9778 aix4 | aix4.[01] | aix4.[01].*)
9779 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9780 echo ' yes '
9781 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9782 :
9783 else
9784 can_build_shared=no
9785 fi
9786 ;;
9787 esac
9788 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9789 # soname into executable. Probably we can add versioning support to
9790 # collect2, so additional links can be useful in future.
9791 if test "$aix_use_runtimelinking" = yes; then
9792 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9793 # instead of lib<name>.a to let people know that these are not
9794 # typical AIX shared libraries.
9795 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9796 else
9797 # We preserve .a as extension for shared libraries through AIX4.2
9798 # and later when we are not doing run time linking.
9799 library_names_spec='${libname}${release}.a $libname.a'
9800 soname_spec='${libname}${release}${shared_ext}$major'
9801 fi
9802 shlibpath_var=LIBPATH
9803 fi
9804 ;;
9805
9806 amigaos*)
9807 case $host_cpu in
9808 powerpc)
9809 # Since July 2007 AmigaOS4 officially supports .so libraries.
9810 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9811 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9812 ;;
9813 m68k)
9814 library_names_spec='$libname.ixlibrary $libname.a'
9815 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9816 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'
9817 ;;
9818 esac
9819 ;;
9820
9821 beos*)
9822 library_names_spec='${libname}${shared_ext}'
9823 dynamic_linker="$host_os ld.so"
9824 shlibpath_var=LIBRARY_PATH
9825 ;;
9826
9827 bsdi[45]*)
9828 version_type=linux
9829 need_version=no
9830 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9831 soname_spec='${libname}${release}${shared_ext}$major'
9832 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9833 shlibpath_var=LD_LIBRARY_PATH
9834 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9835 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9836 # the default ld.so.conf also contains /usr/contrib/lib and
9837 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9838 # libtool to hard-code these into programs
9839 ;;
9840
9841 cygwin* | mingw* | pw32* | cegcc*)
9842 version_type=windows
9843 shrext_cmds=".dll"
9844 need_version=no
9845 need_lib_prefix=no
9846
9847 case $GCC,$host_os in
9848 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9849 library_names_spec='$libname.dll.a'
9850 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9851 postinstall_cmds='base_file=`basename \${file}`~
9852 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9853 dldir=$destdir/`dirname \$dlpath`~
9854 test -d \$dldir || mkdir -p \$dldir~
9855 $install_prog $dir/$dlname \$dldir/$dlname~
9856 chmod a+x \$dldir/$dlname~
9857 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9858 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9859 fi'
9860 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9861 dlpath=$dir/\$dldll~
9862 $RM \$dlpath'
9863 shlibpath_overrides_runpath=yes
9864
9865 case $host_os in
9866 cygwin*)
9867 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9868 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9869
9870 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9871 ;;
9872 mingw* | cegcc*)
9873 # MinGW DLLs use traditional 'lib' prefix
9874 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9875 ;;
9876 pw32*)
9877 # pw32 DLLs use 'pw' prefix rather than 'lib'
9878 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9879 ;;
9880 esac
9881 ;;
9882
9883 *)
9884 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9885 ;;
9886 esac
9887 dynamic_linker='Win32 ld.exe'
9888 # FIXME: first we should search . and the directory the executable is in
9889 shlibpath_var=PATH
9890 ;;
9891
9892 darwin* | rhapsody*)
9893 dynamic_linker="$host_os dyld"
9894 version_type=darwin
9895 need_lib_prefix=no
9896 need_version=no
9897 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9898 soname_spec='${libname}${release}${major}$shared_ext'
9899 shlibpath_overrides_runpath=yes
9900 shlibpath_var=DYLD_LIBRARY_PATH
9901 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9902
9903 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9904 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9905 ;;
9906
9907 dgux*)
9908 version_type=linux
9909 need_lib_prefix=no
9910 need_version=no
9911 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9912 soname_spec='${libname}${release}${shared_ext}$major'
9913 shlibpath_var=LD_LIBRARY_PATH
9914 ;;
9915
9916 freebsd* | dragonfly*)
9917 # DragonFly does not have aout. When/if they implement a new
9918 # versioning mechanism, adjust this.
9919 if test -x /usr/bin/objformat; then
9920 objformat=`/usr/bin/objformat`
9921 else
9922 case $host_os in
9923 freebsd[23].*) objformat=aout ;;
9924 *) objformat=elf ;;
9925 esac
9926 fi
9927 version_type=freebsd-$objformat
9928 case $version_type in
9929 freebsd-elf*)
9930 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9931 need_version=no
9932 need_lib_prefix=no
9933 ;;
9934 freebsd-*)
9935 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9936 need_version=yes
9937 ;;
9938 esac
9939 shlibpath_var=LD_LIBRARY_PATH
9940 case $host_os in
9941 freebsd2.*)
9942 shlibpath_overrides_runpath=yes
9943 ;;
9944 freebsd3.[01]* | freebsdelf3.[01]*)
9945 shlibpath_overrides_runpath=yes
9946 hardcode_into_libs=yes
9947 ;;
9948 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9949 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9950 shlibpath_overrides_runpath=no
9951 hardcode_into_libs=yes
9952 ;;
9953 *) # from 4.6 on, and DragonFly
9954 shlibpath_overrides_runpath=yes
9955 hardcode_into_libs=yes
9956 ;;
9957 esac
9958 ;;
9959
9960 haiku*)
9961 version_type=linux
9962 need_lib_prefix=no
9963 need_version=no
9964 dynamic_linker="$host_os runtime_loader"
9965 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9966 soname_spec='${libname}${release}${shared_ext}$major'
9967 shlibpath_var=LIBRARY_PATH
9968 shlibpath_overrides_runpath=yes
9969 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9970 hardcode_into_libs=yes
9971 ;;
9972
9973 hpux9* | hpux10* | hpux11*)
9974 # Give a soname corresponding to the major version so that dld.sl refuses to
9975 # link against other versions.
9976 version_type=sunos
9977 need_lib_prefix=no
9978 need_version=no
9979 case $host_cpu in
9980 ia64*)
9981 shrext_cmds='.so'
9982 hardcode_into_libs=yes
9983 dynamic_linker="$host_os dld.so"
9984 shlibpath_var=LD_LIBRARY_PATH
9985 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9986 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9987 soname_spec='${libname}${release}${shared_ext}$major'
9988 if test "X$HPUX_IA64_MODE" = X32; then
9989 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9990 else
9991 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9992 fi
9993 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9994 ;;
9995 hppa*64*)
9996 shrext_cmds='.sl'
9997 hardcode_into_libs=yes
9998 dynamic_linker="$host_os dld.sl"
9999 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10000 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10001 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10002 soname_spec='${libname}${release}${shared_ext}$major'
10003 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10004 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10005 ;;
10006 *)
10007 shrext_cmds='.sl'
10008 dynamic_linker="$host_os dld.sl"
10009 shlibpath_var=SHLIB_PATH
10010 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10011 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10012 soname_spec='${libname}${release}${shared_ext}$major'
10013 ;;
10014 esac
10015 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10016 postinstall_cmds='chmod 555 $lib'
10017 # or fails outright, so override atomically:
10018 install_override_mode=555
10019 ;;
10020
10021 interix[3-9]*)
10022 version_type=linux
10023 need_lib_prefix=no
10024 need_version=no
10025 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10026 soname_spec='${libname}${release}${shared_ext}$major'
10027 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10028 shlibpath_var=LD_LIBRARY_PATH
10029 shlibpath_overrides_runpath=no
10030 hardcode_into_libs=yes
10031 ;;
10032
10033 irix5* | irix6* | nonstopux*)
10034 case $host_os in
10035 nonstopux*) version_type=nonstopux ;;
10036 *)
10037 if test "$lt_cv_prog_gnu_ld" = yes; then
10038 version_type=linux
10039 else
10040 version_type=irix
10041 fi ;;
10042 esac
10043 need_lib_prefix=no
10044 need_version=no
10045 soname_spec='${libname}${release}${shared_ext}$major'
10046 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10047 case $host_os in
10048 irix5* | nonstopux*)
10049 libsuff= shlibsuff=
10050 ;;
10051 *)
10052 case $LD in # libtool.m4 will add one of these switches to LD
10053 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10054 libsuff= shlibsuff= libmagic=32-bit;;
10055 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10056 libsuff=32 shlibsuff=N32 libmagic=N32;;
10057 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10058 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10059 *) libsuff= shlibsuff= libmagic=never-match;;
10060 esac
10061 ;;
10062 esac
10063 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10064 shlibpath_overrides_runpath=no
10065 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10066 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10067 hardcode_into_libs=yes
10068 ;;
10069
10070 # No shared lib support for Linux oldld, aout, or coff.
10071 linux*oldld* | linux*aout* | linux*coff*)
10072 dynamic_linker=no
10073 ;;
10074
10075 # This must be Linux ELF.
10076 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10077 version_type=linux
10078 need_lib_prefix=no
10079 need_version=no
10080 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10081 soname_spec='${libname}${release}${shared_ext}$major'
10082 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10083 shlibpath_var=LD_LIBRARY_PATH
10084 shlibpath_overrides_runpath=no
10085
10086 # Some binutils ld are patched to set DT_RUNPATH
10087 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10088 $as_echo_n "(cached) " >&6
10089 else
10090 lt_cv_shlibpath_overrides_runpath=no
10091 save_LDFLAGS=$LDFLAGS
10092 save_libdir=$libdir
10093 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10094 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10096 /* end confdefs.h. */
10097
10098 int
10099 main ()
10100 {
10101
10102 ;
10103 return 0;
10104 }
10105 _ACEOF
10106 if ac_fn_c_try_link "$LINENO"; then :
10107 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10108 lt_cv_shlibpath_overrides_runpath=yes
10109 fi
10110 fi
10111 rm -f core conftest.err conftest.$ac_objext \
10112 conftest$ac_exeext conftest.$ac_ext
10113 LDFLAGS=$save_LDFLAGS
10114 libdir=$save_libdir
10115
10116 fi
10117
10118 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10119
10120 # This implies no fast_install, which is unacceptable.
10121 # Some rework will be needed to allow for fast_install
10122 # before this can be enabled.
10123 hardcode_into_libs=yes
10124
10125 # Append ld.so.conf contents to the search path
10126 if test -f /etc/ld.so.conf; then
10127 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' ' '`
10128 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10129 fi
10130
10131 # We used to test for /lib/ld.so.1 and disable shared libraries on
10132 # powerpc, because MkLinux only supported shared libraries with the
10133 # GNU dynamic linker. Since this was broken with cross compilers,
10134 # most powerpc-linux boxes support dynamic linking these days and
10135 # people can always --disable-shared, the test was removed, and we
10136 # assume the GNU/Linux dynamic linker is in use.
10137 dynamic_linker='GNU/Linux ld.so'
10138 ;;
10139
10140 netbsd*)
10141 version_type=sunos
10142 need_lib_prefix=no
10143 need_version=no
10144 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10145 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10146 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10147 dynamic_linker='NetBSD (a.out) ld.so'
10148 else
10149 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10150 soname_spec='${libname}${release}${shared_ext}$major'
10151 dynamic_linker='NetBSD ld.elf_so'
10152 fi
10153 shlibpath_var=LD_LIBRARY_PATH
10154 shlibpath_overrides_runpath=yes
10155 hardcode_into_libs=yes
10156 ;;
10157
10158 newsos6)
10159 version_type=linux
10160 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10161 shlibpath_var=LD_LIBRARY_PATH
10162 shlibpath_overrides_runpath=yes
10163 ;;
10164
10165 *nto* | *qnx*)
10166 version_type=qnx
10167 need_lib_prefix=no
10168 need_version=no
10169 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10170 soname_spec='${libname}${release}${shared_ext}$major'
10171 shlibpath_var=LD_LIBRARY_PATH
10172 shlibpath_overrides_runpath=no
10173 hardcode_into_libs=yes
10174 dynamic_linker='ldqnx.so'
10175 ;;
10176
10177 openbsd*)
10178 version_type=sunos
10179 sys_lib_dlsearch_path_spec="/usr/lib"
10180 need_lib_prefix=no
10181 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10182 case $host_os in
10183 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10184 *) need_version=no ;;
10185 esac
10186 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10187 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10188 shlibpath_var=LD_LIBRARY_PATH
10189 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10190 case $host_os in
10191 openbsd2.[89] | openbsd2.[89].*)
10192 shlibpath_overrides_runpath=no
10193 ;;
10194 *)
10195 shlibpath_overrides_runpath=yes
10196 ;;
10197 esac
10198 else
10199 shlibpath_overrides_runpath=yes
10200 fi
10201 ;;
10202
10203 os2*)
10204 libname_spec='$name'
10205 shrext_cmds=".dll"
10206 need_lib_prefix=no
10207 library_names_spec='$libname${shared_ext} $libname.a'
10208 dynamic_linker='OS/2 ld.exe'
10209 shlibpath_var=LIBPATH
10210 ;;
10211
10212 osf3* | osf4* | osf5*)
10213 version_type=osf
10214 need_lib_prefix=no
10215 need_version=no
10216 soname_spec='${libname}${release}${shared_ext}$major'
10217 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10218 shlibpath_var=LD_LIBRARY_PATH
10219 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10220 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10221 ;;
10222
10223 rdos*)
10224 dynamic_linker=no
10225 ;;
10226
10227 solaris*)
10228 version_type=linux
10229 need_lib_prefix=no
10230 need_version=no
10231 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10232 soname_spec='${libname}${release}${shared_ext}$major'
10233 shlibpath_var=LD_LIBRARY_PATH
10234 shlibpath_overrides_runpath=yes
10235 hardcode_into_libs=yes
10236 # ldd complains unless libraries are executable
10237 postinstall_cmds='chmod +x $lib'
10238 ;;
10239
10240 sunos4*)
10241 version_type=sunos
10242 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10243 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10244 shlibpath_var=LD_LIBRARY_PATH
10245 shlibpath_overrides_runpath=yes
10246 if test "$with_gnu_ld" = yes; then
10247 need_lib_prefix=no
10248 fi
10249 need_version=yes
10250 ;;
10251
10252 sysv4 | sysv4.3*)
10253 version_type=linux
10254 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10255 soname_spec='${libname}${release}${shared_ext}$major'
10256 shlibpath_var=LD_LIBRARY_PATH
10257 case $host_vendor in
10258 sni)
10259 shlibpath_overrides_runpath=no
10260 need_lib_prefix=no
10261 runpath_var=LD_RUN_PATH
10262 ;;
10263 siemens)
10264 need_lib_prefix=no
10265 ;;
10266 motorola)
10267 need_lib_prefix=no
10268 need_version=no
10269 shlibpath_overrides_runpath=no
10270 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10271 ;;
10272 esac
10273 ;;
10274
10275 sysv4*MP*)
10276 if test -d /usr/nec ;then
10277 version_type=linux
10278 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10279 soname_spec='$libname${shared_ext}.$major'
10280 shlibpath_var=LD_LIBRARY_PATH
10281 fi
10282 ;;
10283
10284 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10285 version_type=freebsd-elf
10286 need_lib_prefix=no
10287 need_version=no
10288 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10289 soname_spec='${libname}${release}${shared_ext}$major'
10290 shlibpath_var=LD_LIBRARY_PATH
10291 shlibpath_overrides_runpath=yes
10292 hardcode_into_libs=yes
10293 if test "$with_gnu_ld" = yes; then
10294 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10295 else
10296 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10297 case $host_os in
10298 sco3.2v5*)
10299 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10300 ;;
10301 esac
10302 fi
10303 sys_lib_dlsearch_path_spec='/usr/lib'
10304 ;;
10305
10306 tpf*)
10307 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10308 version_type=linux
10309 need_lib_prefix=no
10310 need_version=no
10311 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10312 shlibpath_var=LD_LIBRARY_PATH
10313 shlibpath_overrides_runpath=no
10314 hardcode_into_libs=yes
10315 ;;
10316
10317 uts4*)
10318 version_type=linux
10319 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10320 soname_spec='${libname}${release}${shared_ext}$major'
10321 shlibpath_var=LD_LIBRARY_PATH
10322 ;;
10323
10324 *)
10325 dynamic_linker=no
10326 ;;
10327 esac
10328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10329 $as_echo "$dynamic_linker" >&6; }
10330 test "$dynamic_linker" = no && can_build_shared=no
10331
10332 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10333 if test "$GCC" = yes; then
10334 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10335 fi
10336
10337 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10338 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10339 fi
10340 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10341 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10342 fi
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10436 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10437 hardcode_action=
10438 if test -n "$hardcode_libdir_flag_spec" ||
10439 test -n "$runpath_var" ||
10440 test "X$hardcode_automatic" = "Xyes" ; then
10441
10442 # We can hardcode non-existent directories.
10443 if test "$hardcode_direct" != no &&
10444 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10445 # have to relink, otherwise we might link with an installed library
10446 # when we should be linking with a yet-to-be-installed one
10447 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10448 test "$hardcode_minus_L" != no; then
10449 # Linking always hardcodes the temporary library directory.
10450 hardcode_action=relink
10451 else
10452 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10453 hardcode_action=immediate
10454 fi
10455 else
10456 # We cannot hardcode anything, or else we can only hardcode existing
10457 # directories.
10458 hardcode_action=unsupported
10459 fi
10460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10461 $as_echo "$hardcode_action" >&6; }
10462
10463 if test "$hardcode_action" = relink ||
10464 test "$inherit_rpath" = yes; then
10465 # Fast installation is not supported
10466 enable_fast_install=no
10467 elif test "$shlibpath_overrides_runpath" = yes ||
10468 test "$enable_shared" = no; then
10469 # Fast installation is not necessary
10470 enable_fast_install=needless
10471 fi
10472
10473
10474
10475
10476
10477
10478 if test "x$enable_dlopen" != xyes; then
10479 enable_dlopen=unknown
10480 enable_dlopen_self=unknown
10481 enable_dlopen_self_static=unknown
10482 else
10483 lt_cv_dlopen=no
10484 lt_cv_dlopen_libs=
10485
10486 case $host_os in
10487 beos*)
10488 lt_cv_dlopen="load_add_on"
10489 lt_cv_dlopen_libs=
10490 lt_cv_dlopen_self=yes
10491 ;;
10492
10493 mingw* | pw32* | cegcc*)
10494 lt_cv_dlopen="LoadLibrary"
10495 lt_cv_dlopen_libs=
10496 ;;
10497
10498 cygwin*)
10499 lt_cv_dlopen="dlopen"
10500 lt_cv_dlopen_libs=
10501 ;;
10502
10503 darwin*)
10504 # if libdl is installed we need to link against it
10505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10506 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10507 if ${ac_cv_lib_dl_dlopen+:} false; then :
10508 $as_echo_n "(cached) " >&6
10509 else
10510 ac_check_lib_save_LIBS=$LIBS
10511 LIBS="-ldl $LIBS"
10512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10513 /* end confdefs.h. */
10514
10515 /* Override any GCC internal prototype to avoid an error.
10516 Use char because int might match the return type of a GCC
10517 builtin and then its argument prototype would still apply. */
10518 #ifdef __cplusplus
10519 extern "C"
10520 #endif
10521 char dlopen ();
10522 int
10523 main ()
10524 {
10525 return dlopen ();
10526 ;
10527 return 0;
10528 }
10529 _ACEOF
10530 if ac_fn_c_try_link "$LINENO"; then :
10531 ac_cv_lib_dl_dlopen=yes
10532 else
10533 ac_cv_lib_dl_dlopen=no
10534 fi
10535 rm -f core conftest.err conftest.$ac_objext \
10536 conftest$ac_exeext conftest.$ac_ext
10537 LIBS=$ac_check_lib_save_LIBS
10538 fi
10539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10540 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10541 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10542 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10543 else
10544
10545 lt_cv_dlopen="dyld"
10546 lt_cv_dlopen_libs=
10547 lt_cv_dlopen_self=yes
10548
10549 fi
10550
10551 ;;
10552
10553 *)
10554 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10555 if test "x$ac_cv_func_shl_load" = xyes; then :
10556 lt_cv_dlopen="shl_load"
10557 else
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10559 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10560 if ${ac_cv_lib_dld_shl_load+:} false; then :
10561 $as_echo_n "(cached) " >&6
10562 else
10563 ac_check_lib_save_LIBS=$LIBS
10564 LIBS="-ldld $LIBS"
10565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10566 /* end confdefs.h. */
10567
10568 /* Override any GCC internal prototype to avoid an error.
10569 Use char because int might match the return type of a GCC
10570 builtin and then its argument prototype would still apply. */
10571 #ifdef __cplusplus
10572 extern "C"
10573 #endif
10574 char shl_load ();
10575 int
10576 main ()
10577 {
10578 return shl_load ();
10579 ;
10580 return 0;
10581 }
10582 _ACEOF
10583 if ac_fn_c_try_link "$LINENO"; then :
10584 ac_cv_lib_dld_shl_load=yes
10585 else
10586 ac_cv_lib_dld_shl_load=no
10587 fi
10588 rm -f core conftest.err conftest.$ac_objext \
10589 conftest$ac_exeext conftest.$ac_ext
10590 LIBS=$ac_check_lib_save_LIBS
10591 fi
10592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10593 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10594 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10595 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10596 else
10597 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10598 if test "x$ac_cv_func_dlopen" = xyes; then :
10599 lt_cv_dlopen="dlopen"
10600 else
10601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10602 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10603 if ${ac_cv_lib_dl_dlopen+:} false; then :
10604 $as_echo_n "(cached) " >&6
10605 else
10606 ac_check_lib_save_LIBS=$LIBS
10607 LIBS="-ldl $LIBS"
10608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10609 /* end confdefs.h. */
10610
10611 /* Override any GCC internal prototype to avoid an error.
10612 Use char because int might match the return type of a GCC
10613 builtin and then its argument prototype would still apply. */
10614 #ifdef __cplusplus
10615 extern "C"
10616 #endif
10617 char dlopen ();
10618 int
10619 main ()
10620 {
10621 return dlopen ();
10622 ;
10623 return 0;
10624 }
10625 _ACEOF
10626 if ac_fn_c_try_link "$LINENO"; then :
10627 ac_cv_lib_dl_dlopen=yes
10628 else
10629 ac_cv_lib_dl_dlopen=no
10630 fi
10631 rm -f core conftest.err conftest.$ac_objext \
10632 conftest$ac_exeext conftest.$ac_ext
10633 LIBS=$ac_check_lib_save_LIBS
10634 fi
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10636 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10637 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10638 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10639 else
10640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10641 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10642 if ${ac_cv_lib_svld_dlopen+:} false; then :
10643 $as_echo_n "(cached) " >&6
10644 else
10645 ac_check_lib_save_LIBS=$LIBS
10646 LIBS="-lsvld $LIBS"
10647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10648 /* end confdefs.h. */
10649
10650 /* Override any GCC internal prototype to avoid an error.
10651 Use char because int might match the return type of a GCC
10652 builtin and then its argument prototype would still apply. */
10653 #ifdef __cplusplus
10654 extern "C"
10655 #endif
10656 char dlopen ();
10657 int
10658 main ()
10659 {
10660 return dlopen ();
10661 ;
10662 return 0;
10663 }
10664 _ACEOF
10665 if ac_fn_c_try_link "$LINENO"; then :
10666 ac_cv_lib_svld_dlopen=yes
10667 else
10668 ac_cv_lib_svld_dlopen=no
10669 fi
10670 rm -f core conftest.err conftest.$ac_objext \
10671 conftest$ac_exeext conftest.$ac_ext
10672 LIBS=$ac_check_lib_save_LIBS
10673 fi
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10675 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10676 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10677 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10678 else
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10680 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10681 if ${ac_cv_lib_dld_dld_link+:} false; then :
10682 $as_echo_n "(cached) " >&6
10683 else
10684 ac_check_lib_save_LIBS=$LIBS
10685 LIBS="-ldld $LIBS"
10686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10687 /* end confdefs.h. */
10688
10689 /* Override any GCC internal prototype to avoid an error.
10690 Use char because int might match the return type of a GCC
10691 builtin and then its argument prototype would still apply. */
10692 #ifdef __cplusplus
10693 extern "C"
10694 #endif
10695 char dld_link ();
10696 int
10697 main ()
10698 {
10699 return dld_link ();
10700 ;
10701 return 0;
10702 }
10703 _ACEOF
10704 if ac_fn_c_try_link "$LINENO"; then :
10705 ac_cv_lib_dld_dld_link=yes
10706 else
10707 ac_cv_lib_dld_dld_link=no
10708 fi
10709 rm -f core conftest.err conftest.$ac_objext \
10710 conftest$ac_exeext conftest.$ac_ext
10711 LIBS=$ac_check_lib_save_LIBS
10712 fi
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10714 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10715 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10716 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10717 fi
10718
10719
10720 fi
10721
10722
10723 fi
10724
10725
10726 fi
10727
10728
10729 fi
10730
10731
10732 fi
10733
10734 ;;
10735 esac
10736
10737 if test "x$lt_cv_dlopen" != xno; then
10738 enable_dlopen=yes
10739 else
10740 enable_dlopen=no
10741 fi
10742
10743 case $lt_cv_dlopen in
10744 dlopen)
10745 save_CPPFLAGS="$CPPFLAGS"
10746 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10747
10748 save_LDFLAGS="$LDFLAGS"
10749 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10750
10751 save_LIBS="$LIBS"
10752 LIBS="$lt_cv_dlopen_libs $LIBS"
10753
10754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10755 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10756 if ${lt_cv_dlopen_self+:} false; then :
10757 $as_echo_n "(cached) " >&6
10758 else
10759 if test "$cross_compiling" = yes; then :
10760 lt_cv_dlopen_self=cross
10761 else
10762 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10763 lt_status=$lt_dlunknown
10764 cat > conftest.$ac_ext <<_LT_EOF
10765 #line 10765 "configure"
10766 #include "confdefs.h"
10767
10768 #if HAVE_DLFCN_H
10769 #include <dlfcn.h>
10770 #endif
10771
10772 #include <stdio.h>
10773
10774 #ifdef RTLD_GLOBAL
10775 # define LT_DLGLOBAL RTLD_GLOBAL
10776 #else
10777 # ifdef DL_GLOBAL
10778 # define LT_DLGLOBAL DL_GLOBAL
10779 # else
10780 # define LT_DLGLOBAL 0
10781 # endif
10782 #endif
10783
10784 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10785 find out it does not work in some platform. */
10786 #ifndef LT_DLLAZY_OR_NOW
10787 # ifdef RTLD_LAZY
10788 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10789 # else
10790 # ifdef DL_LAZY
10791 # define LT_DLLAZY_OR_NOW DL_LAZY
10792 # else
10793 # ifdef RTLD_NOW
10794 # define LT_DLLAZY_OR_NOW RTLD_NOW
10795 # else
10796 # ifdef DL_NOW
10797 # define LT_DLLAZY_OR_NOW DL_NOW
10798 # else
10799 # define LT_DLLAZY_OR_NOW 0
10800 # endif
10801 # endif
10802 # endif
10803 # endif
10804 #endif
10805
10806 /* When -fvisbility=hidden is used, assume the code has been annotated
10807 correspondingly for the symbols needed. */
10808 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10809 void fnord () __attribute__((visibility("default")));
10810 #endif
10811
10812 void fnord () { int i=42; }
10813 int main ()
10814 {
10815 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10816 int status = $lt_dlunknown;
10817
10818 if (self)
10819 {
10820 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10821 else
10822 {
10823 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10824 else puts (dlerror ());
10825 }
10826 /* dlclose (self); */
10827 }
10828 else
10829 puts (dlerror ());
10830
10831 return status;
10832 }
10833 _LT_EOF
10834 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10835 (eval $ac_link) 2>&5
10836 ac_status=$?
10837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10838 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10839 (./conftest; exit; ) >&5 2>/dev/null
10840 lt_status=$?
10841 case x$lt_status in
10842 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10843 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10844 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10845 esac
10846 else :
10847 # compilation failed
10848 lt_cv_dlopen_self=no
10849 fi
10850 fi
10851 rm -fr conftest*
10852
10853
10854 fi
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10856 $as_echo "$lt_cv_dlopen_self" >&6; }
10857
10858 if test "x$lt_cv_dlopen_self" = xyes; then
10859 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10861 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10862 if ${lt_cv_dlopen_self_static+:} false; then :
10863 $as_echo_n "(cached) " >&6
10864 else
10865 if test "$cross_compiling" = yes; then :
10866 lt_cv_dlopen_self_static=cross
10867 else
10868 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10869 lt_status=$lt_dlunknown
10870 cat > conftest.$ac_ext <<_LT_EOF
10871 #line 10871 "configure"
10872 #include "confdefs.h"
10873
10874 #if HAVE_DLFCN_H
10875 #include <dlfcn.h>
10876 #endif
10877
10878 #include <stdio.h>
10879
10880 #ifdef RTLD_GLOBAL
10881 # define LT_DLGLOBAL RTLD_GLOBAL
10882 #else
10883 # ifdef DL_GLOBAL
10884 # define LT_DLGLOBAL DL_GLOBAL
10885 # else
10886 # define LT_DLGLOBAL 0
10887 # endif
10888 #endif
10889
10890 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10891 find out it does not work in some platform. */
10892 #ifndef LT_DLLAZY_OR_NOW
10893 # ifdef RTLD_LAZY
10894 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10895 # else
10896 # ifdef DL_LAZY
10897 # define LT_DLLAZY_OR_NOW DL_LAZY
10898 # else
10899 # ifdef RTLD_NOW
10900 # define LT_DLLAZY_OR_NOW RTLD_NOW
10901 # else
10902 # ifdef DL_NOW
10903 # define LT_DLLAZY_OR_NOW DL_NOW
10904 # else
10905 # define LT_DLLAZY_OR_NOW 0
10906 # endif
10907 # endif
10908 # endif
10909 # endif
10910 #endif
10911
10912 /* When -fvisbility=hidden is used, assume the code has been annotated
10913 correspondingly for the symbols needed. */
10914 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10915 void fnord () __attribute__((visibility("default")));
10916 #endif
10917
10918 void fnord () { int i=42; }
10919 int main ()
10920 {
10921 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10922 int status = $lt_dlunknown;
10923
10924 if (self)
10925 {
10926 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10927 else
10928 {
10929 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10930 else puts (dlerror ());
10931 }
10932 /* dlclose (self); */
10933 }
10934 else
10935 puts (dlerror ());
10936
10937 return status;
10938 }
10939 _LT_EOF
10940 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10941 (eval $ac_link) 2>&5
10942 ac_status=$?
10943 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10944 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10945 (./conftest; exit; ) >&5 2>/dev/null
10946 lt_status=$?
10947 case x$lt_status in
10948 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10949 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10950 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10951 esac
10952 else :
10953 # compilation failed
10954 lt_cv_dlopen_self_static=no
10955 fi
10956 fi
10957 rm -fr conftest*
10958
10959
10960 fi
10961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10962 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10963 fi
10964
10965 CPPFLAGS="$save_CPPFLAGS"
10966 LDFLAGS="$save_LDFLAGS"
10967 LIBS="$save_LIBS"
10968 ;;
10969 esac
10970
10971 case $lt_cv_dlopen_self in
10972 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10973 *) enable_dlopen_self=unknown ;;
10974 esac
10975
10976 case $lt_cv_dlopen_self_static in
10977 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10978 *) enable_dlopen_self_static=unknown ;;
10979 esac
10980 fi
10981
10982
10983
10984
10985
10986
10987
10988
10989
10990
10991
10992
10993
10994
10995
10996
10997
10998 striplib=
10999 old_striplib=
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11001 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11002 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11003 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11004 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11006 $as_echo "yes" >&6; }
11007 else
11008 # FIXME - insert some real tests, host_os isn't really good enough
11009 case $host_os in
11010 darwin*)
11011 if test -n "$STRIP" ; then
11012 striplib="$STRIP -x"
11013 old_striplib="$STRIP -S"
11014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11015 $as_echo "yes" >&6; }
11016 else
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11018 $as_echo "no" >&6; }
11019 fi
11020 ;;
11021 *)
11022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11023 $as_echo "no" >&6; }
11024 ;;
11025 esac
11026 fi
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039 # Report which library types will actually be built
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11041 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11043 $as_echo "$can_build_shared" >&6; }
11044
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11046 $as_echo_n "checking whether to build shared libraries... " >&6; }
11047 test "$can_build_shared" = "no" && enable_shared=no
11048
11049 # On AIX, shared libraries and static libraries use the same namespace, and
11050 # are all built from PIC.
11051 case $host_os in
11052 aix3*)
11053 test "$enable_shared" = yes && enable_static=no
11054 if test -n "$RANLIB"; then
11055 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11056 postinstall_cmds='$RANLIB $lib'
11057 fi
11058 ;;
11059
11060 aix[4-9]*)
11061 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11062 test "$enable_shared" = yes && enable_static=no
11063 fi
11064 ;;
11065 esac
11066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11067 $as_echo "$enable_shared" >&6; }
11068
11069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11070 $as_echo_n "checking whether to build static libraries... " >&6; }
11071 # Make sure either enable_shared or enable_static is yes.
11072 test "$enable_shared" = yes || enable_static=yes
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11074 $as_echo "$enable_static" >&6; }
11075
11076
11077
11078
11079 fi
11080 ac_ext=c
11081 ac_cpp='$CPP $CPPFLAGS'
11082 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11083 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11084 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11085
11086 CC="$lt_save_CC"
11087
11088
11089
11090
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100 ac_config_commands="$ac_config_commands libtool"
11101
11102
11103
11104
11105 # Only expand once:
11106
11107
11108
11109
11110
11111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11112 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11113 # Check whether --enable-maintainer-mode was given.
11114 if test "${enable_maintainer_mode+set}" = set; then :
11115 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11116 else
11117 USE_MAINTAINER_MODE=no
11118 fi
11119
11120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11121 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11122 if test $USE_MAINTAINER_MODE = yes; then
11123 MAINTAINER_MODE_TRUE=
11124 MAINTAINER_MODE_FALSE='#'
11125 else
11126 MAINTAINER_MODE_TRUE='#'
11127 MAINTAINER_MODE_FALSE=
11128 fi
11129
11130 MAINT=$MAINTAINER_MODE_TRUE
11131
11132
11133
11134
11135 sim_inline="-DDEFAULT_INLINE=0"
11136 # Check whether --enable-sim-inline was given.
11137 if test "${enable_sim_inline+set}" = set; then :
11138 enableval=$enable_sim_inline; sim_inline=""
11139 case "$enableval" in
11140 no) sim_inline="-DDEFAULT_INLINE=0";;
11141 0) sim_inline="-DDEFAULT_INLINE=0";;
11142 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11143 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11144 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11145 new_flag=""
11146 case "$x" in
11147 *_INLINE=*) new_flag="-D$x";;
11148 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11149 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11150 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11151 esac
11152 if test x"$sim_inline" = x""; then
11153 sim_inline="$new_flag"
11154 else
11155 sim_inline="$sim_inline $new_flag"
11156 fi
11157 done;;
11158 esac
11159 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11160 echo "Setting inline flags = $sim_inline" 6>&1
11161 fi
11162 fi
11163
11164
11165
11166
11167
11168
11169 wire_endian="BIG"
11170 default_endian=""
11171 # Check whether --enable-sim-endian was given.
11172 if test "${enable_sim_endian+set}" = set; then :
11173 enableval=$enable_sim_endian; case "${enableval}" in
11174 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11175 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
11176 yes) if test x"$wire_endian" != x; then
11177 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11178 else
11179 if test x"$default_endian" != x; then
11180 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11181 else
11182 echo "No hard-wired endian for target $target" 1>&6
11183 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
11184 fi
11185 fi;;
11186 no) if test x"$default_endian" != x; then
11187 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11188 else
11189 if test x"$wire_endian" != x; then
11190 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11191 else
11192 echo "No default endian for target $target" 1>&6
11193 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
11194 fi
11195 fi;;
11196 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
11197 esac
11198 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11199 echo "Setting endian flags = $sim_endian" 6>&1
11200 fi
11201 else
11202 if test x"$default_endian" != x; then
11203 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11204 else
11205 if test x"$wire_endian" != x; then
11206 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11207 else
11208 sim_endian=
11209 fi
11210 fi
11211 fi
11212
11213 wire_alignment="STRICT_ALIGNMENT"
11214 default_alignment=""
11215
11216 # Check whether --enable-sim-alignment was given.
11217 if test "${enable_sim_alignment+set}" = set; then :
11218 enableval=$enable_sim_alignment; case "${enableval}" in
11219 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11220 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11221 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11222 yes) if test x"$wire_alignment" != x; then
11223 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11224 else
11225 if test x"$default_alignment" != x; then
11226 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11227 else
11228 echo "No hard-wired alignment for target $target" 1>&6
11229 sim_alignment="-DWITH_ALIGNMENT=0"
11230 fi
11231 fi;;
11232 no) if test x"$default_alignment" != x; then
11233 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11234 else
11235 if test x"$wire_alignment" != x; then
11236 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11237 else
11238 echo "No default alignment for target $target" 1>&6
11239 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11240 fi
11241 fi;;
11242 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
11243 esac
11244 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11245 echo "Setting alignment flags = $sim_alignment" 6>&1
11246 fi
11247 else
11248 if test x"$default_alignment" != x; then
11249 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11250 else
11251 if test x"$wire_alignment" != x; then
11252 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11253 else
11254 sim_alignment=
11255 fi
11256 fi
11257 fi
11258
11259
11260 default_sim_scache="16384"
11261 # Check whether --enable-sim-scache was given.
11262 if test "${enable_sim_scache+set}" = set; then :
11263 enableval=$enable_sim_scache; case "${enableval}" in
11264 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
11265 no) sim_scache="-DWITH_SCACHE=0" ;;
11266 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
11267 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
11268 sim_scache="";;
11269 esac
11270 if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
11271 echo "Setting scache size = $sim_scache" 6>&1
11272 fi
11273 else
11274 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
11275 fi
11276
11277
11278
11279 default_sim_default_model="fr500"
11280 # Check whether --enable-sim-default-model was given.
11281 if test "${enable_sim_default_model+set}" = set; then :
11282 enableval=$enable_sim_default_model; case "${enableval}" in
11283 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
11284 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11285 esac
11286 if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11287 echo "Setting default model = $sim_default_model" 6>&1
11288 fi
11289 else
11290 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
11291 fi
11292
11293
11294
11295 # Check whether --enable-werror was given.
11296 if test "${enable_werror+set}" = set; then :
11297 enableval=$enable_werror; case "${enableval}" in
11298 yes | y) ERROR_ON_WARNING="yes" ;;
11299 no | n) ERROR_ON_WARNING="no" ;;
11300 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11301 esac
11302 fi
11303
11304
11305 # Enable -Werror by default when using gcc
11306 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11307 ERROR_ON_WARNING=yes
11308 fi
11309
11310 WERROR_CFLAGS=""
11311
11312 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11313 -Wpointer-sign \
11314 -Wno-unused -Wunused-value -Wunused-function \
11315 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11316 -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11317 -Wold-style-declaration -Wold-style-definition"
11318
11319 # Enable -Wno-format by default when using gcc on mingw since many
11320 # GCC versions complain about %I64.
11321 case "${host}" in
11322 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11323 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11324 esac
11325
11326 # Check whether --enable-build-warnings was given.
11327 if test "${enable_build_warnings+set}" = set; then :
11328 enableval=$enable_build_warnings; case "${enableval}" in
11329 yes) ;;
11330 no) build_warnings="-w";;
11331 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11332 build_warnings="${build_warnings} ${t}";;
11333 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11334 build_warnings="${t} ${build_warnings}";;
11335 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11336 esac
11337 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11338 echo "Setting compiler warning flags = $build_warnings" 6>&1
11339 fi
11340 fi
11341 # Check whether --enable-sim-build-warnings was given.
11342 if test "${enable_sim_build_warnings+set}" = set; then :
11343 enableval=$enable_sim_build_warnings; case "${enableval}" in
11344 yes) ;;
11345 no) build_warnings="-w";;
11346 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11347 build_warnings="${build_warnings} ${t}";;
11348 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11349 build_warnings="${t} ${build_warnings}";;
11350 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11351 esac
11352 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11353 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11354 fi
11355 fi
11356 WARN_CFLAGS=""
11357 if test "x${build_warnings}" != x -a "x$GCC" = xyes
11358 then
11359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11360 $as_echo_n "checking compiler warning flags... " >&6; }
11361 # Separate out the -Werror flag as some files just cannot be
11362 # compiled with it enabled.
11363 for w in ${build_warnings}; do
11364 case $w in
11365 -Werr*) WERROR_CFLAGS=-Werror ;;
11366 *) # Check that GCC accepts it
11367 saved_CFLAGS="$CFLAGS"
11368 CFLAGS="$CFLAGS -Werror $w"
11369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11370 /* end confdefs.h. */
11371
11372 int
11373 main ()
11374 {
11375
11376 ;
11377 return 0;
11378 }
11379 _ACEOF
11380 if ac_fn_c_try_compile "$LINENO"; then :
11381 WARN_CFLAGS="${WARN_CFLAGS} $w"
11382 fi
11383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11384 CFLAGS="$saved_CFLAGS"
11385 esac
11386 done
11387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11388 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11389 fi
11390
11391
11392 cgen_maint=no
11393 cgen=guile
11394 cgendir='$(srcdir)/../../cgen'
11395 # Check whether --enable-cgen-maint was given.
11396 if test "${enable_cgen_maint+set}" = set; then :
11397 enableval=$enable_cgen_maint; case "${enableval}" in
11398 yes) cgen_maint=yes ;;
11399 no) cgen_maint=no ;;
11400 *)
11401 # Argument is a directory where cgen can be found. In some
11402 # future world cgen could be installable, but right now this
11403 # is not the case. Instead we assume the directory is a path
11404 # to the cgen source tree.
11405 cgen_maint=yes
11406 if test -r ${enableval}/iformat.scm; then
11407 # This looks like a cgen source tree.
11408 cgendir=${enableval}
11409 else
11410 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
11411 fi
11412 ;;
11413 esac
11414 fi
11415 if test x${cgen_maint} != xno ; then
11416 CGEN_MAINT=''
11417 else
11418 CGEN_MAINT='#'
11419 fi
11420
11421
11422
11423
11424
11425 #
11426 # Enable making unknown traps dump out registers
11427 #
11428 # Check whether --enable-sim-trapdump was given.
11429 if test "${enable_sim_trapdump+set}" = set; then :
11430 enableval=$enable_sim_trapdump; case "${enableval}" in
11431 yes) sim_trapdump="-DTRAPDUMP=1";;
11432 no) sim_trapdump="-DTRAPDUMP=0";;
11433 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-trapdump\"" "$LINENO" 5; sim_trapdump="";;
11434 esac
11435 if test x"$silent" != x"yes" && test x"$sim_trapdump" != x""; then
11436 echo "Setting sim_trapdump = $sim_trapdump" 6>&1
11437 fi
11438 else
11439 sim_trapdump=""
11440 fi
11441
11442
11443
11444 hardware="cfi core pal glue "
11445 sim_hw_cflags="-DWITH_HW=1"
11446 sim_hw="$hardware"
11447 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11448
11449 # Check whether --enable-sim-hardware was given.
11450 if test "${enable_sim_hardware+set}" = set; then :
11451 enableval=$enable_sim_hardware;
11452 else
11453 enable_sim_hardware="yes"
11454 fi
11455
11456 case ${enable_sim_hardware} in
11457 yes|no) ;;
11458 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11459 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11460 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11461 esac
11462
11463 if test "$enable_sim_hardware" = no; then
11464 sim_hw_objs=
11465 sim_hw_cflags="-DWITH_HW=0"
11466 sim_hw=
11467 else
11468 sim_hw_cflags="-DWITH_HW=1"
11469 # remove duplicates
11470 sim_hw=""
11471 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11472 for i in $hardware ; do
11473 case " $sim_hw " in
11474 *" $i "*) ;;
11475 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11476 esac
11477 done
11478 # mingw does not support sockser
11479 case ${host} in
11480 *mingw*) ;;
11481 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11482 # that you instatiate. Instead, other code will call into it directly.
11483 # At some point, we should convert it over.
11484 sim_hw_objs="$sim_hw_objs dv-sockser.o"
11485
11486 cat >>confdefs.h <<_ACEOF
11487 #define HAVE_DV_SOCKSER 1
11488 _ACEOF
11489
11490 ;;
11491 esac
11492 if test x"$silent" != x"yes"; then
11493 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11494 fi
11495 case " $hardware " in
11496 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
11497 $as_echo_n "checking for log2 in -lm... " >&6; }
11498 if ${ac_cv_lib_m_log2+:} false; then :
11499 $as_echo_n "(cached) " >&6
11500 else
11501 ac_check_lib_save_LIBS=$LIBS
11502 LIBS="-lm $LIBS"
11503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11504 /* end confdefs.h. */
11505
11506 /* Override any GCC internal prototype to avoid an error.
11507 Use char because int might match the return type of a GCC
11508 builtin and then its argument prototype would still apply. */
11509 #ifdef __cplusplus
11510 extern "C"
11511 #endif
11512 char log2 ();
11513 int
11514 main ()
11515 {
11516 return log2 ();
11517 ;
11518 return 0;
11519 }
11520 _ACEOF
11521 if ac_fn_c_try_link "$LINENO"; then :
11522 ac_cv_lib_m_log2=yes
11523 else
11524 ac_cv_lib_m_log2=no
11525 fi
11526 rm -f core conftest.err conftest.$ac_objext \
11527 conftest$ac_exeext conftest.$ac_ext
11528 LIBS=$ac_check_lib_save_LIBS
11529 fi
11530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11531 $as_echo "$ac_cv_lib_m_log2" >&6; }
11532 if test "x$ac_cv_lib_m_log2" = xyes; then :
11533 cat >>confdefs.h <<_ACEOF
11534 #define HAVE_LIBM 1
11535 _ACEOF
11536
11537 LIBS="-lm $LIBS"
11538
11539 fi
11540 ;;
11541 esac
11542 fi
11543
11544
11545 cgen_breaks=""
11546 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11547 cgen_breaks="break cgen_rtx_error";
11548 fi
11549
11550 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
11551
11552 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
11553
11554 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
11555
11556 ac_config_commands="$ac_config_commands Makefile"
11557
11558 ac_config_commands="$ac_config_commands stamp-h"
11559
11560
11561
11562
11563
11564
11565
11566
11567
11568
11569
11570
11571
11572 cat >confcache <<\_ACEOF
11573 # This file is a shell script that caches the results of configure
11574 # tests run on this system so they can be shared between configure
11575 # scripts and configure runs, see configure's option --config-cache.
11576 # It is not useful on other systems. If it contains results you don't
11577 # want to keep, you may remove or edit it.
11578 #
11579 # config.status only pays attention to the cache file if you give it
11580 # the --recheck option to rerun configure.
11581 #
11582 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11583 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11584 # following values.
11585
11586 _ACEOF
11587
11588 # The following way of writing the cache mishandles newlines in values,
11589 # but we know of no workaround that is simple, portable, and efficient.
11590 # So, we kill variables containing newlines.
11591 # Ultrix sh set writes to stderr and can't be redirected directly,
11592 # and sets the high bit in the cache file unless we assign to the vars.
11593 (
11594 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11595 eval ac_val=\$$ac_var
11596 case $ac_val in #(
11597 *${as_nl}*)
11598 case $ac_var in #(
11599 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11600 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11601 esac
11602 case $ac_var in #(
11603 _ | IFS | as_nl) ;; #(
11604 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11605 *) { eval $ac_var=; unset $ac_var;} ;;
11606 esac ;;
11607 esac
11608 done
11609
11610 (set) 2>&1 |
11611 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11612 *${as_nl}ac_space=\ *)
11613 # `set' does not quote correctly, so add quotes: double-quote
11614 # substitution turns \\\\ into \\, and sed turns \\ into \.
11615 sed -n \
11616 "s/'/'\\\\''/g;
11617 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11618 ;; #(
11619 *)
11620 # `set' quotes correctly as required by POSIX, so do not add quotes.
11621 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11622 ;;
11623 esac |
11624 sort
11625 ) |
11626 sed '
11627 /^ac_cv_env_/b end
11628 t clear
11629 :clear
11630 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11631 t end
11632 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11633 :end' >>confcache
11634 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11635 if test -w "$cache_file"; then
11636 if test "x$cache_file" != "x/dev/null"; then
11637 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11638 $as_echo "$as_me: updating cache $cache_file" >&6;}
11639 if test ! -f "$cache_file" || test -h "$cache_file"; then
11640 cat confcache >"$cache_file"
11641 else
11642 case $cache_file in #(
11643 */* | ?:*)
11644 mv -f confcache "$cache_file"$$ &&
11645 mv -f "$cache_file"$$ "$cache_file" ;; #(
11646 *)
11647 mv -f confcache "$cache_file" ;;
11648 esac
11649 fi
11650 fi
11651 else
11652 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11653 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11654 fi
11655 fi
11656 rm -f confcache
11657
11658 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11659 # Let make expand exec_prefix.
11660 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11661
11662 DEFS=-DHAVE_CONFIG_H
11663
11664 ac_libobjs=
11665 ac_ltlibobjs=
11666 U=
11667 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11668 # 1. Remove the extension, and $U if already installed.
11669 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11670 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11671 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11672 # will be set to the directory where LIBOBJS objects are built.
11673 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11674 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11675 done
11676 LIBOBJS=$ac_libobjs
11677
11678 LTLIBOBJS=$ac_ltlibobjs
11679
11680
11681
11682 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
11683 as_fn_error $? "conditional \"PLUGINS\" was never defined.
11684 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11685 fi
11686 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11687 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
11688 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11689 fi
11690
11691 : "${CONFIG_STATUS=./config.status}"
11692 ac_write_fail=0
11693 ac_clean_files_save=$ac_clean_files
11694 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11696 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11697 as_write_fail=0
11698 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11699 #! $SHELL
11700 # Generated by $as_me.
11701 # Run this file to recreate the current configuration.
11702 # Compiler output produced by configure, useful for debugging
11703 # configure, is in config.log if it exists.
11704
11705 debug=false
11706 ac_cs_recheck=false
11707 ac_cs_silent=false
11708
11709 SHELL=\${CONFIG_SHELL-$SHELL}
11710 export SHELL
11711 _ASEOF
11712 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11713 ## -------------------- ##
11714 ## M4sh Initialization. ##
11715 ## -------------------- ##
11716
11717 # Be more Bourne compatible
11718 DUALCASE=1; export DUALCASE # for MKS sh
11719 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11720 emulate sh
11721 NULLCMD=:
11722 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11723 # is contrary to our usage. Disable this feature.
11724 alias -g '${1+"$@"}'='"$@"'
11725 setopt NO_GLOB_SUBST
11726 else
11727 case `(set -o) 2>/dev/null` in #(
11728 *posix*) :
11729 set -o posix ;; #(
11730 *) :
11731 ;;
11732 esac
11733 fi
11734
11735
11736 as_nl='
11737 '
11738 export as_nl
11739 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11740 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11741 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11742 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11743 # Prefer a ksh shell builtin over an external printf program on Solaris,
11744 # but without wasting forks for bash or zsh.
11745 if test -z "$BASH_VERSION$ZSH_VERSION" \
11746 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11747 as_echo='print -r --'
11748 as_echo_n='print -rn --'
11749 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11750 as_echo='printf %s\n'
11751 as_echo_n='printf %s'
11752 else
11753 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11754 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11755 as_echo_n='/usr/ucb/echo -n'
11756 else
11757 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11758 as_echo_n_body='eval
11759 arg=$1;
11760 case $arg in #(
11761 *"$as_nl"*)
11762 expr "X$arg" : "X\\(.*\\)$as_nl";
11763 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11764 esac;
11765 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11766 '
11767 export as_echo_n_body
11768 as_echo_n='sh -c $as_echo_n_body as_echo'
11769 fi
11770 export as_echo_body
11771 as_echo='sh -c $as_echo_body as_echo'
11772 fi
11773
11774 # The user is always right.
11775 if test "${PATH_SEPARATOR+set}" != set; then
11776 PATH_SEPARATOR=:
11777 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11778 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11779 PATH_SEPARATOR=';'
11780 }
11781 fi
11782
11783
11784 # IFS
11785 # We need space, tab and new line, in precisely that order. Quoting is
11786 # there to prevent editors from complaining about space-tab.
11787 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11788 # splitting by setting IFS to empty value.)
11789 IFS=" "" $as_nl"
11790
11791 # Find who we are. Look in the path if we contain no directory separator.
11792 as_myself=
11793 case $0 in #((
11794 *[\\/]* ) as_myself=$0 ;;
11795 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11796 for as_dir in $PATH
11797 do
11798 IFS=$as_save_IFS
11799 test -z "$as_dir" && as_dir=.
11800 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11801 done
11802 IFS=$as_save_IFS
11803
11804 ;;
11805 esac
11806 # We did not find ourselves, most probably we were run as `sh COMMAND'
11807 # in which case we are not to be found in the path.
11808 if test "x$as_myself" = x; then
11809 as_myself=$0
11810 fi
11811 if test ! -f "$as_myself"; then
11812 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11813 exit 1
11814 fi
11815
11816 # Unset variables that we do not need and which cause bugs (e.g. in
11817 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11818 # suppresses any "Segmentation fault" message there. '((' could
11819 # trigger a bug in pdksh 5.2.14.
11820 for as_var in BASH_ENV ENV MAIL MAILPATH
11821 do eval test x\${$as_var+set} = xset \
11822 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11823 done
11824 PS1='$ '
11825 PS2='> '
11826 PS4='+ '
11827
11828 # NLS nuisances.
11829 LC_ALL=C
11830 export LC_ALL
11831 LANGUAGE=C
11832 export LANGUAGE
11833
11834 # CDPATH.
11835 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11836
11837
11838 # as_fn_error STATUS ERROR [LINENO LOG_FD]
11839 # ----------------------------------------
11840 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11841 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11842 # script with STATUS, using 1 if that was 0.
11843 as_fn_error ()
11844 {
11845 as_status=$1; test $as_status -eq 0 && as_status=1
11846 if test "$4"; then
11847 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11848 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
11849 fi
11850 $as_echo "$as_me: error: $2" >&2
11851 as_fn_exit $as_status
11852 } # as_fn_error
11853
11854
11855 # as_fn_set_status STATUS
11856 # -----------------------
11857 # Set $? to STATUS, without forking.
11858 as_fn_set_status ()
11859 {
11860 return $1
11861 } # as_fn_set_status
11862
11863 # as_fn_exit STATUS
11864 # -----------------
11865 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11866 as_fn_exit ()
11867 {
11868 set +e
11869 as_fn_set_status $1
11870 exit $1
11871 } # as_fn_exit
11872
11873 # as_fn_unset VAR
11874 # ---------------
11875 # Portably unset VAR.
11876 as_fn_unset ()
11877 {
11878 { eval $1=; unset $1;}
11879 }
11880 as_unset=as_fn_unset
11881 # as_fn_append VAR VALUE
11882 # ----------------------
11883 # Append the text in VALUE to the end of the definition contained in VAR. Take
11884 # advantage of any shell optimizations that allow amortized linear growth over
11885 # repeated appends, instead of the typical quadratic growth present in naive
11886 # implementations.
11887 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11888 eval 'as_fn_append ()
11889 {
11890 eval $1+=\$2
11891 }'
11892 else
11893 as_fn_append ()
11894 {
11895 eval $1=\$$1\$2
11896 }
11897 fi # as_fn_append
11898
11899 # as_fn_arith ARG...
11900 # ------------------
11901 # Perform arithmetic evaluation on the ARGs, and store the result in the
11902 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11903 # must be portable across $(()) and expr.
11904 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11905 eval 'as_fn_arith ()
11906 {
11907 as_val=$(( $* ))
11908 }'
11909 else
11910 as_fn_arith ()
11911 {
11912 as_val=`expr "$@" || test $? -eq 1`
11913 }
11914 fi # as_fn_arith
11915
11916
11917 if expr a : '\(a\)' >/dev/null 2>&1 &&
11918 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11919 as_expr=expr
11920 else
11921 as_expr=false
11922 fi
11923
11924 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11925 as_basename=basename
11926 else
11927 as_basename=false
11928 fi
11929
11930 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11931 as_dirname=dirname
11932 else
11933 as_dirname=false
11934 fi
11935
11936 as_me=`$as_basename -- "$0" ||
11937 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11938 X"$0" : 'X\(//\)$' \| \
11939 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11940 $as_echo X/"$0" |
11941 sed '/^.*\/\([^/][^/]*\)\/*$/{
11942 s//\1/
11943 q
11944 }
11945 /^X\/\(\/\/\)$/{
11946 s//\1/
11947 q
11948 }
11949 /^X\/\(\/\).*/{
11950 s//\1/
11951 q
11952 }
11953 s/.*/./; q'`
11954
11955 # Avoid depending upon Character Ranges.
11956 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11957 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11958 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11959 as_cr_digits='0123456789'
11960 as_cr_alnum=$as_cr_Letters$as_cr_digits
11961
11962 ECHO_C= ECHO_N= ECHO_T=
11963 case `echo -n x` in #(((((
11964 -n*)
11965 case `echo 'xy\c'` in
11966 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11967 xy) ECHO_C='\c';;
11968 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11969 ECHO_T=' ';;
11970 esac;;
11971 *)
11972 ECHO_N='-n';;
11973 esac
11974
11975 rm -f conf$$ conf$$.exe conf$$.file
11976 if test -d conf$$.dir; then
11977 rm -f conf$$.dir/conf$$.file
11978 else
11979 rm -f conf$$.dir
11980 mkdir conf$$.dir 2>/dev/null
11981 fi
11982 if (echo >conf$$.file) 2>/dev/null; then
11983 if ln -s conf$$.file conf$$ 2>/dev/null; then
11984 as_ln_s='ln -s'
11985 # ... but there are two gotchas:
11986 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11987 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11988 # In both cases, we have to default to `cp -pR'.
11989 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11990 as_ln_s='cp -pR'
11991 elif ln conf$$.file conf$$ 2>/dev/null; then
11992 as_ln_s=ln
11993 else
11994 as_ln_s='cp -pR'
11995 fi
11996 else
11997 as_ln_s='cp -pR'
11998 fi
11999 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12000 rmdir conf$$.dir 2>/dev/null
12001
12002
12003 # as_fn_mkdir_p
12004 # -------------
12005 # Create "$as_dir" as a directory, including parents if necessary.
12006 as_fn_mkdir_p ()
12007 {
12008
12009 case $as_dir in #(
12010 -*) as_dir=./$as_dir;;
12011 esac
12012 test -d "$as_dir" || eval $as_mkdir_p || {
12013 as_dirs=
12014 while :; do
12015 case $as_dir in #(
12016 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12017 *) as_qdir=$as_dir;;
12018 esac
12019 as_dirs="'$as_qdir' $as_dirs"
12020 as_dir=`$as_dirname -- "$as_dir" ||
12021 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12022 X"$as_dir" : 'X\(//\)[^/]' \| \
12023 X"$as_dir" : 'X\(//\)$' \| \
12024 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12025 $as_echo X"$as_dir" |
12026 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12027 s//\1/
12028 q
12029 }
12030 /^X\(\/\/\)[^/].*/{
12031 s//\1/
12032 q
12033 }
12034 /^X\(\/\/\)$/{
12035 s//\1/
12036 q
12037 }
12038 /^X\(\/\).*/{
12039 s//\1/
12040 q
12041 }
12042 s/.*/./; q'`
12043 test -d "$as_dir" && break
12044 done
12045 test -z "$as_dirs" || eval "mkdir $as_dirs"
12046 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
12047
12048
12049 } # as_fn_mkdir_p
12050 if mkdir -p . 2>/dev/null; then
12051 as_mkdir_p='mkdir -p "$as_dir"'
12052 else
12053 test -d ./-p && rmdir ./-p
12054 as_mkdir_p=false
12055 fi
12056
12057
12058 # as_fn_executable_p FILE
12059 # -----------------------
12060 # Test if FILE is an executable regular file.
12061 as_fn_executable_p ()
12062 {
12063 test -f "$1" && test -x "$1"
12064 } # as_fn_executable_p
12065 as_test_x='test -x'
12066 as_executable_p=as_fn_executable_p
12067
12068 # Sed expression to map a string onto a valid CPP name.
12069 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12070
12071 # Sed expression to map a string onto a valid variable name.
12072 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12073
12074
12075 exec 6>&1
12076 ## ----------------------------------- ##
12077 ## Main body of $CONFIG_STATUS script. ##
12078 ## ----------------------------------- ##
12079 _ASEOF
12080 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12081
12082 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12083 # Save the log message, to keep $0 and so on meaningful, and to
12084 # report actual input values of CONFIG_FILES etc. instead of their
12085 # values after options handling.
12086 ac_log="
12087 This file was extended by $as_me, which was
12088 generated by GNU Autoconf 2.69. Invocation command line was
12089
12090 CONFIG_FILES = $CONFIG_FILES
12091 CONFIG_HEADERS = $CONFIG_HEADERS
12092 CONFIG_LINKS = $CONFIG_LINKS
12093 CONFIG_COMMANDS = $CONFIG_COMMANDS
12094 $ $0 $@
12095
12096 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12097 "
12098
12099 _ACEOF
12100
12101 case $ac_config_files in *"
12102 "*) set x $ac_config_files; shift; ac_config_files=$*;;
12103 esac
12104
12105 case $ac_config_headers in *"
12106 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12107 esac
12108
12109
12110 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12111 # Files that config.status was made for.
12112 config_files="$ac_config_files"
12113 config_headers="$ac_config_headers"
12114 config_commands="$ac_config_commands"
12115
12116 _ACEOF
12117
12118 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12119 ac_cs_usage="\
12120 \`$as_me' instantiates files and other configuration actions
12121 from templates according to the current configuration. Unless the files
12122 and actions are specified as TAGs, all are instantiated by default.
12123
12124 Usage: $0 [OPTION]... [TAG]...
12125
12126 -h, --help print this help, then exit
12127 -V, --version print version number and configuration settings, then exit
12128 --config print configuration, then exit
12129 -q, --quiet, --silent
12130 do not print progress messages
12131 -d, --debug don't remove temporary files
12132 --recheck update $as_me by reconfiguring in the same conditions
12133 --file=FILE[:TEMPLATE]
12134 instantiate the configuration file FILE
12135 --header=FILE[:TEMPLATE]
12136 instantiate the configuration header FILE
12137
12138 Configuration files:
12139 $config_files
12140
12141 Configuration headers:
12142 $config_headers
12143
12144 Configuration commands:
12145 $config_commands
12146
12147 Report bugs to the package provider."
12148
12149 _ACEOF
12150 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12151 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12152 ac_cs_version="\\
12153 config.status
12154 configured by $0, generated by GNU Autoconf 2.69,
12155 with options \\"\$ac_cs_config\\"
12156
12157 Copyright (C) 2012 Free Software Foundation, Inc.
12158 This config.status script is free software; the Free Software Foundation
12159 gives unlimited permission to copy, distribute and modify it."
12160
12161 ac_pwd='$ac_pwd'
12162 srcdir='$srcdir'
12163 INSTALL='$INSTALL'
12164 AWK='$AWK'
12165 test -n "\$AWK" || AWK=awk
12166 _ACEOF
12167
12168 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12169 # The default lists apply if the user does not specify any file.
12170 ac_need_defaults=:
12171 while test $# != 0
12172 do
12173 case $1 in
12174 --*=?*)
12175 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12176 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12177 ac_shift=:
12178 ;;
12179 --*=)
12180 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12181 ac_optarg=
12182 ac_shift=:
12183 ;;
12184 *)
12185 ac_option=$1
12186 ac_optarg=$2
12187 ac_shift=shift
12188 ;;
12189 esac
12190
12191 case $ac_option in
12192 # Handling of the options.
12193 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12194 ac_cs_recheck=: ;;
12195 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12196 $as_echo "$ac_cs_version"; exit ;;
12197 --config | --confi | --conf | --con | --co | --c )
12198 $as_echo "$ac_cs_config"; exit ;;
12199 --debug | --debu | --deb | --de | --d | -d )
12200 debug=: ;;
12201 --file | --fil | --fi | --f )
12202 $ac_shift
12203 case $ac_optarg in
12204 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12205 '') as_fn_error $? "missing file argument" ;;
12206 esac
12207 as_fn_append CONFIG_FILES " '$ac_optarg'"
12208 ac_need_defaults=false;;
12209 --header | --heade | --head | --hea )
12210 $ac_shift
12211 case $ac_optarg in
12212 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12213 esac
12214 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12215 ac_need_defaults=false;;
12216 --he | --h)
12217 # Conflict between --help and --header
12218 as_fn_error $? "ambiguous option: \`$1'
12219 Try \`$0 --help' for more information.";;
12220 --help | --hel | -h )
12221 $as_echo "$ac_cs_usage"; exit ;;
12222 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12223 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12224 ac_cs_silent=: ;;
12225
12226 # This is an error.
12227 -*) as_fn_error $? "unrecognized option: \`$1'
12228 Try \`$0 --help' for more information." ;;
12229
12230 *) as_fn_append ac_config_targets " $1"
12231 ac_need_defaults=false ;;
12232
12233 esac
12234 shift
12235 done
12236
12237 ac_configure_extra_args=
12238
12239 if $ac_cs_silent; then
12240 exec 6>/dev/null
12241 ac_configure_extra_args="$ac_configure_extra_args --silent"
12242 fi
12243
12244 _ACEOF
12245 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12246 if \$ac_cs_recheck; then
12247 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12248 shift
12249 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12250 CONFIG_SHELL='$SHELL'
12251 export CONFIG_SHELL
12252 exec "\$@"
12253 fi
12254
12255 _ACEOF
12256 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12257 exec 5>>config.log
12258 {
12259 echo
12260 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12261 ## Running $as_me. ##
12262 _ASBOX
12263 $as_echo "$ac_log"
12264 } >&5
12265
12266 _ACEOF
12267 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12268 #
12269 # INIT-COMMANDS
12270 #
12271 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12272
12273
12274 # The HP-UX ksh and POSIX shell print the target directory to stdout
12275 # if CDPATH is set.
12276 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12277
12278 sed_quote_subst='$sed_quote_subst'
12279 double_quote_subst='$double_quote_subst'
12280 delay_variable_subst='$delay_variable_subst'
12281 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12282 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12283 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12284 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12285 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12286 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12287 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12288 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12289 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12290 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12291 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12292 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12293 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12294 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12295 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12296 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12297 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12298 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12299 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12300 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12301 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12302 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12303 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12304 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12305 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12306 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12307 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12308 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12309 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12310 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12311 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12312 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12313 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12314 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12315 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12316 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12317 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12318 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12319 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12320 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12321 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12322 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12323 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12324 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12325 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12326 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12327 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12328 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12329 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"`'
12330 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12331 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12332 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12333 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12334 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12335 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12336 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12337 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12338 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12339 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12340 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12341 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12342 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12343 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12344 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12345 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12346 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12347 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12348 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12349 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12350 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12351 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12352 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12353 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12354 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12355 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12356 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12357 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12358 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12359 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12360 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12361 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12362 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12363 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12364 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12365 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12366 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12367 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12368 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12369 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12370 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12371 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12372 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12373 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12374 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12375 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12376 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12377 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12378 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12379 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12380 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12381 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12382 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12383 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12384 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12385 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12386 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12387 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12388 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12389 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12390 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12391 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12392 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12393 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12394 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12395 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12396 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12397 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12398 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12399 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12400 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12401
12402 LTCC='$LTCC'
12403 LTCFLAGS='$LTCFLAGS'
12404 compiler='$compiler_DEFAULT'
12405
12406 # A function that is used when there is no print builtin or printf.
12407 func_fallback_echo ()
12408 {
12409 eval 'cat <<_LTECHO_EOF
12410 \$1
12411 _LTECHO_EOF'
12412 }
12413
12414 # Quote evaled strings.
12415 for var in SHELL \
12416 ECHO \
12417 SED \
12418 GREP \
12419 EGREP \
12420 FGREP \
12421 LD \
12422 NM \
12423 LN_S \
12424 lt_SP2NL \
12425 lt_NL2SP \
12426 reload_flag \
12427 OBJDUMP \
12428 deplibs_check_method \
12429 file_magic_cmd \
12430 AR \
12431 AR_FLAGS \
12432 STRIP \
12433 RANLIB \
12434 CC \
12435 CFLAGS \
12436 compiler \
12437 lt_cv_sys_global_symbol_pipe \
12438 lt_cv_sys_global_symbol_to_cdecl \
12439 lt_cv_sys_global_symbol_to_c_name_address \
12440 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12441 lt_prog_compiler_no_builtin_flag \
12442 lt_prog_compiler_wl \
12443 lt_prog_compiler_pic \
12444 lt_prog_compiler_static \
12445 lt_cv_prog_compiler_c_o \
12446 need_locks \
12447 DSYMUTIL \
12448 NMEDIT \
12449 LIPO \
12450 OTOOL \
12451 OTOOL64 \
12452 shrext_cmds \
12453 export_dynamic_flag_spec \
12454 whole_archive_flag_spec \
12455 compiler_needs_object \
12456 with_gnu_ld \
12457 allow_undefined_flag \
12458 no_undefined_flag \
12459 hardcode_libdir_flag_spec \
12460 hardcode_libdir_flag_spec_ld \
12461 hardcode_libdir_separator \
12462 fix_srcfile_path \
12463 exclude_expsyms \
12464 include_expsyms \
12465 file_list_spec \
12466 variables_saved_for_relink \
12467 libname_spec \
12468 library_names_spec \
12469 soname_spec \
12470 install_override_mode \
12471 finish_eval \
12472 old_striplib \
12473 striplib; do
12474 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12475 *[\\\\\\\`\\"\\\$]*)
12476 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12477 ;;
12478 *)
12479 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12480 ;;
12481 esac
12482 done
12483
12484 # Double-quote double-evaled strings.
12485 for var in reload_cmds \
12486 old_postinstall_cmds \
12487 old_postuninstall_cmds \
12488 old_archive_cmds \
12489 extract_expsyms_cmds \
12490 old_archive_from_new_cmds \
12491 old_archive_from_expsyms_cmds \
12492 archive_cmds \
12493 archive_expsym_cmds \
12494 module_cmds \
12495 module_expsym_cmds \
12496 export_symbols_cmds \
12497 prelink_cmds \
12498 postinstall_cmds \
12499 postuninstall_cmds \
12500 finish_cmds \
12501 sys_lib_search_path_spec \
12502 sys_lib_dlsearch_path_spec; do
12503 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12504 *[\\\\\\\`\\"\\\$]*)
12505 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12506 ;;
12507 *)
12508 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12509 ;;
12510 esac
12511 done
12512
12513 ac_aux_dir='$ac_aux_dir'
12514 xsi_shell='$xsi_shell'
12515 lt_shell_append='$lt_shell_append'
12516
12517 # See if we are running on zsh, and set the options which allow our
12518 # commands through without removal of \ escapes INIT.
12519 if test -n "\${ZSH_VERSION+set}" ; then
12520 setopt NO_GLOB_SUBST
12521 fi
12522
12523
12524 PACKAGE='$PACKAGE'
12525 VERSION='$VERSION'
12526 TIMESTAMP='$TIMESTAMP'
12527 RM='$RM'
12528 ofile='$ofile'
12529
12530
12531
12532
12533 _ACEOF
12534
12535 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12536
12537 # Handling of arguments.
12538 for ac_config_target in $ac_config_targets
12539 do
12540 case $ac_config_target in
12541 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
12542 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
12543 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12544 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12545 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12546 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12547 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12548 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12549
12550 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12551 esac
12552 done
12553
12554
12555 # If the user did not use the arguments to specify the items to instantiate,
12556 # then the envvar interface is used. Set only those that are not.
12557 # We use the long form for the default assignment because of an extremely
12558 # bizarre bug on SunOS 4.1.3.
12559 if $ac_need_defaults; then
12560 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12561 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12562 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12563 fi
12564
12565 # Have a temporary directory for convenience. Make it in the build tree
12566 # simply because there is no reason against having it here, and in addition,
12567 # creating and moving files from /tmp can sometimes cause problems.
12568 # Hook for its removal unless debugging.
12569 # Note that there is a small window in which the directory will not be cleaned:
12570 # after its creation but before its name has been assigned to `$tmp'.
12571 $debug ||
12572 {
12573 tmp= ac_tmp=
12574 trap 'exit_status=$?
12575 : "${ac_tmp:=$tmp}"
12576 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
12577 ' 0
12578 trap 'as_fn_exit 1' 1 2 13 15
12579 }
12580 # Create a (secure) tmp directory for tmp files.
12581
12582 {
12583 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12584 test -d "$tmp"
12585 } ||
12586 {
12587 tmp=./conf$$-$RANDOM
12588 (umask 077 && mkdir "$tmp")
12589 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12590 ac_tmp=$tmp
12591
12592 # Set up the scripts for CONFIG_FILES section.
12593 # No need to generate them if there are no CONFIG_FILES.
12594 # This happens for instance with `./config.status config.h'.
12595 if test -n "$CONFIG_FILES"; then
12596
12597
12598 ac_cr=`echo X | tr X '\015'`
12599 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12600 # But we know of no other shell where ac_cr would be empty at this
12601 # point, so we can use a bashism as a fallback.
12602 if test "x$ac_cr" = x; then
12603 eval ac_cr=\$\'\\r\'
12604 fi
12605 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12606 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12607 ac_cs_awk_cr='\\r'
12608 else
12609 ac_cs_awk_cr=$ac_cr
12610 fi
12611
12612 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
12613 _ACEOF
12614
12615
12616 {
12617 echo "cat >conf$$subs.awk <<_ACEOF" &&
12618 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12619 echo "_ACEOF"
12620 } >conf$$subs.sh ||
12621 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12622 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12623 ac_delim='%!_!# '
12624 for ac_last_try in false false false false false :; do
12625 . ./conf$$subs.sh ||
12626 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12627
12628 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12629 if test $ac_delim_n = $ac_delim_num; then
12630 break
12631 elif $ac_last_try; then
12632 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12633 else
12634 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12635 fi
12636 done
12637 rm -f conf$$subs.sh
12638
12639 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12640 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
12641 _ACEOF
12642 sed -n '
12643 h
12644 s/^/S["/; s/!.*/"]=/
12645 p
12646 g
12647 s/^[^!]*!//
12648 :repl
12649 t repl
12650 s/'"$ac_delim"'$//
12651 t delim
12652 :nl
12653 h
12654 s/\(.\{148\}\)..*/\1/
12655 t more1
12656 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12657 p
12658 n
12659 b repl
12660 :more1
12661 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12662 p
12663 g
12664 s/.\{148\}//
12665 t nl
12666 :delim
12667 h
12668 s/\(.\{148\}\)..*/\1/
12669 t more2
12670 s/["\\]/\\&/g; s/^/"/; s/$/"/
12671 p
12672 b
12673 :more2
12674 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12675 p
12676 g
12677 s/.\{148\}//
12678 t delim
12679 ' <conf$$subs.awk | sed '
12680 /^[^""]/{
12681 N
12682 s/\n//
12683 }
12684 ' >>$CONFIG_STATUS || ac_write_fail=1
12685 rm -f conf$$subs.awk
12686 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12687 _ACAWK
12688 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
12689 for (key in S) S_is_set[key] = 1
12690 FS = "\a"
12691
12692 }
12693 {
12694 line = $ 0
12695 nfields = split(line, field, "@")
12696 substed = 0
12697 len = length(field[1])
12698 for (i = 2; i < nfields; i++) {
12699 key = field[i]
12700 keylen = length(key)
12701 if (S_is_set[key]) {
12702 value = S[key]
12703 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12704 len += length(value) + length(field[++i])
12705 substed = 1
12706 } else
12707 len += 1 + keylen
12708 }
12709
12710 print line
12711 }
12712
12713 _ACAWK
12714 _ACEOF
12715 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12716 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12717 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12718 else
12719 cat
12720 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12721 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12722 _ACEOF
12723
12724 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12725 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12726 # trailing colons and then remove the whole line if VPATH becomes empty
12727 # (actually we leave an empty line to preserve line numbers).
12728 if test "x$srcdir" = x.; then
12729 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12730 h
12731 s///
12732 s/^/:/
12733 s/[ ]*$/:/
12734 s/:\$(srcdir):/:/g
12735 s/:\${srcdir}:/:/g
12736 s/:@srcdir@:/:/g
12737 s/^:*//
12738 s/:*$//
12739 x
12740 s/\(=[ ]*\).*/\1/
12741 G
12742 s/\n//
12743 s/^[^=]*=[ ]*$//
12744 }'
12745 fi
12746
12747 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12748 fi # test -n "$CONFIG_FILES"
12749
12750 # Set up the scripts for CONFIG_HEADERS section.
12751 # No need to generate them if there are no CONFIG_HEADERS.
12752 # This happens for instance with `./config.status Makefile'.
12753 if test -n "$CONFIG_HEADERS"; then
12754 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
12755 BEGIN {
12756 _ACEOF
12757
12758 # Transform confdefs.h into an awk script `defines.awk', embedded as
12759 # here-document in config.status, that substitutes the proper values into
12760 # config.h.in to produce config.h.
12761
12762 # Create a delimiter string that does not exist in confdefs.h, to ease
12763 # handling of long lines.
12764 ac_delim='%!_!# '
12765 for ac_last_try in false false :; do
12766 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12767 if test -z "$ac_tt"; then
12768 break
12769 elif $ac_last_try; then
12770 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
12771 else
12772 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12773 fi
12774 done
12775
12776 # For the awk script, D is an array of macro values keyed by name,
12777 # likewise P contains macro parameters if any. Preserve backslash
12778 # newline sequences.
12779
12780 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12781 sed -n '
12782 s/.\{148\}/&'"$ac_delim"'/g
12783 t rset
12784 :rset
12785 s/^[ ]*#[ ]*define[ ][ ]*/ /
12786 t def
12787 d
12788 :def
12789 s/\\$//
12790 t bsnl
12791 s/["\\]/\\&/g
12792 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12793 D["\1"]=" \3"/p
12794 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12795 d
12796 :bsnl
12797 s/["\\]/\\&/g
12798 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12799 D["\1"]=" \3\\\\\\n"\\/p
12800 t cont
12801 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12802 t cont
12803 d
12804 :cont
12805 n
12806 s/.\{148\}/&'"$ac_delim"'/g
12807 t clear
12808 :clear
12809 s/\\$//
12810 t bsnlc
12811 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12812 d
12813 :bsnlc
12814 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12815 b cont
12816 ' <confdefs.h | sed '
12817 s/'"$ac_delim"'/"\\\
12818 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12819
12820 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12821 for (key in D) D_is_set[key] = 1
12822 FS = "\a"
12823 }
12824 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12825 line = \$ 0
12826 split(line, arg, " ")
12827 if (arg[1] == "#") {
12828 defundef = arg[2]
12829 mac1 = arg[3]
12830 } else {
12831 defundef = substr(arg[1], 2)
12832 mac1 = arg[2]
12833 }
12834 split(mac1, mac2, "(") #)
12835 macro = mac2[1]
12836 prefix = substr(line, 1, index(line, defundef) - 1)
12837 if (D_is_set[macro]) {
12838 # Preserve the white space surrounding the "#".
12839 print prefix "define", macro P[macro] D[macro]
12840 next
12841 } else {
12842 # Replace #undef with comments. This is necessary, for example,
12843 # in the case of _POSIX_SOURCE, which is predefined and required
12844 # on some systems where configure will not decide to define it.
12845 if (defundef == "undef") {
12846 print "/*", prefix defundef, macro, "*/"
12847 next
12848 }
12849 }
12850 }
12851 { print }
12852 _ACAWK
12853 _ACEOF
12854 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12855 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
12856 fi # test -n "$CONFIG_HEADERS"
12857
12858
12859 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12860 shift
12861 for ac_tag
12862 do
12863 case $ac_tag in
12864 :[FHLC]) ac_mode=$ac_tag; continue;;
12865 esac
12866 case $ac_mode$ac_tag in
12867 :[FHL]*:*);;
12868 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
12869 :[FH]-) ac_tag=-:-;;
12870 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12871 esac
12872 ac_save_IFS=$IFS
12873 IFS=:
12874 set x $ac_tag
12875 IFS=$ac_save_IFS
12876 shift
12877 ac_file=$1
12878 shift
12879
12880 case $ac_mode in
12881 :L) ac_source=$1;;
12882 :[FH])
12883 ac_file_inputs=
12884 for ac_f
12885 do
12886 case $ac_f in
12887 -) ac_f="$ac_tmp/stdin";;
12888 *) # Look for the file first in the build tree, then in the source tree
12889 # (if the path is not absolute). The absolute path cannot be DOS-style,
12890 # because $ac_f cannot contain `:'.
12891 test -f "$ac_f" ||
12892 case $ac_f in
12893 [\\/$]*) false;;
12894 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12895 esac ||
12896 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12897 esac
12898 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12899 as_fn_append ac_file_inputs " '$ac_f'"
12900 done
12901
12902 # Let's still pretend it is `configure' which instantiates (i.e., don't
12903 # use $as_me), people would be surprised to read:
12904 # /* config.h. Generated by config.status. */
12905 configure_input='Generated from '`
12906 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12907 `' by configure.'
12908 if test x"$ac_file" != x-; then
12909 configure_input="$ac_file. $configure_input"
12910 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12911 $as_echo "$as_me: creating $ac_file" >&6;}
12912 fi
12913 # Neutralize special characters interpreted by sed in replacement strings.
12914 case $configure_input in #(
12915 *\&* | *\|* | *\\* )
12916 ac_sed_conf_input=`$as_echo "$configure_input" |
12917 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12918 *) ac_sed_conf_input=$configure_input;;
12919 esac
12920
12921 case $ac_tag in
12922 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12923 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
12924 esac
12925 ;;
12926 esac
12927
12928 ac_dir=`$as_dirname -- "$ac_file" ||
12929 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12930 X"$ac_file" : 'X\(//\)[^/]' \| \
12931 X"$ac_file" : 'X\(//\)$' \| \
12932 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12933 $as_echo X"$ac_file" |
12934 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12935 s//\1/
12936 q
12937 }
12938 /^X\(\/\/\)[^/].*/{
12939 s//\1/
12940 q
12941 }
12942 /^X\(\/\/\)$/{
12943 s//\1/
12944 q
12945 }
12946 /^X\(\/\).*/{
12947 s//\1/
12948 q
12949 }
12950 s/.*/./; q'`
12951 as_dir="$ac_dir"; as_fn_mkdir_p
12952 ac_builddir=.
12953
12954 case "$ac_dir" in
12955 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12956 *)
12957 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12958 # A ".." for each directory in $ac_dir_suffix.
12959 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12960 case $ac_top_builddir_sub in
12961 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12962 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12963 esac ;;
12964 esac
12965 ac_abs_top_builddir=$ac_pwd
12966 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12967 # for backward compatibility:
12968 ac_top_builddir=$ac_top_build_prefix
12969
12970 case $srcdir in
12971 .) # We are building in place.
12972 ac_srcdir=.
12973 ac_top_srcdir=$ac_top_builddir_sub
12974 ac_abs_top_srcdir=$ac_pwd ;;
12975 [\\/]* | ?:[\\/]* ) # Absolute name.
12976 ac_srcdir=$srcdir$ac_dir_suffix;
12977 ac_top_srcdir=$srcdir
12978 ac_abs_top_srcdir=$srcdir ;;
12979 *) # Relative name.
12980 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12981 ac_top_srcdir=$ac_top_build_prefix$srcdir
12982 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12983 esac
12984 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12985
12986
12987 case $ac_mode in
12988 :F)
12989 #
12990 # CONFIG_FILE
12991 #
12992
12993 case $INSTALL in
12994 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12995 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12996 esac
12997 _ACEOF
12998
12999 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13000 # If the template does not know about datarootdir, expand it.
13001 # FIXME: This hack should be removed a few years after 2.60.
13002 ac_datarootdir_hack=; ac_datarootdir_seen=
13003 ac_sed_dataroot='
13004 /datarootdir/ {
13005 p
13006 q
13007 }
13008 /@datadir@/p
13009 /@docdir@/p
13010 /@infodir@/p
13011 /@localedir@/p
13012 /@mandir@/p'
13013 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13014 *datarootdir*) ac_datarootdir_seen=yes;;
13015 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13016 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13017 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13018 _ACEOF
13019 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13020 ac_datarootdir_hack='
13021 s&@datadir@&$datadir&g
13022 s&@docdir@&$docdir&g
13023 s&@infodir@&$infodir&g
13024 s&@localedir@&$localedir&g
13025 s&@mandir@&$mandir&g
13026 s&\\\${datarootdir}&$datarootdir&g' ;;
13027 esac
13028 _ACEOF
13029
13030 # Neutralize VPATH when `$srcdir' = `.'.
13031 # Shell code in configure.ac might set extrasub.
13032 # FIXME: do we really want to maintain this feature?
13033 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13034 ac_sed_extra="$ac_vpsub
13035 $extrasub
13036 _ACEOF
13037 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13038 :t
13039 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13040 s|@configure_input@|$ac_sed_conf_input|;t t
13041 s&@top_builddir@&$ac_top_builddir_sub&;t t
13042 s&@top_build_prefix@&$ac_top_build_prefix&;t t
13043 s&@srcdir@&$ac_srcdir&;t t
13044 s&@abs_srcdir@&$ac_abs_srcdir&;t t
13045 s&@top_srcdir@&$ac_top_srcdir&;t t
13046 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13047 s&@builddir@&$ac_builddir&;t t
13048 s&@abs_builddir@&$ac_abs_builddir&;t t
13049 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13050 s&@INSTALL@&$ac_INSTALL&;t t
13051 $ac_datarootdir_hack
13052 "
13053 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13054 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13055
13056 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13057 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13058 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13059 "$ac_tmp/out"`; test -z "$ac_out"; } &&
13060 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13061 which seems to be undefined. Please make sure it is defined" >&5
13062 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13063 which seems to be undefined. Please make sure it is defined" >&2;}
13064
13065 rm -f "$ac_tmp/stdin"
13066 case $ac_file in
13067 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13068 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
13069 esac \
13070 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13071 ;;
13072 :H)
13073 #
13074 # CONFIG_HEADER
13075 #
13076 if test x"$ac_file" != x-; then
13077 {
13078 $as_echo "/* $configure_input */" \
13079 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13080 } >"$ac_tmp/config.h" \
13081 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13082 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
13083 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13084 $as_echo "$as_me: $ac_file is unchanged" >&6;}
13085 else
13086 rm -f "$ac_file"
13087 mv "$ac_tmp/config.h" "$ac_file" \
13088 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13089 fi
13090 else
13091 $as_echo "/* $configure_input */" \
13092 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13093 || as_fn_error $? "could not create -" "$LINENO" 5
13094 fi
13095 ;;
13096
13097 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13098 $as_echo "$as_me: executing $ac_file commands" >&6;}
13099 ;;
13100 esac
13101
13102
13103 case $ac_file$ac_mode in
13104 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
13105 "libtool":C)
13106
13107 # See if we are running on zsh, and set the options which allow our
13108 # commands through without removal of \ escapes.
13109 if test -n "${ZSH_VERSION+set}" ; then
13110 setopt NO_GLOB_SUBST
13111 fi
13112
13113 cfgfile="${ofile}T"
13114 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13115 $RM "$cfgfile"
13116
13117 cat <<_LT_EOF >> "$cfgfile"
13118 #! $SHELL
13119
13120 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13121 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13122 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13123 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13124 #
13125 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13126 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13127 # Written by Gordon Matzigkeit, 1996
13128 #
13129 # This file is part of GNU Libtool.
13130 #
13131 # GNU Libtool is free software; you can redistribute it and/or
13132 # modify it under the terms of the GNU General Public License as
13133 # published by the Free Software Foundation; either version 2 of
13134 # the License, or (at your option) any later version.
13135 #
13136 # As a special exception to the GNU General Public License,
13137 # if you distribute this file as part of a program or library that
13138 # is built using GNU Libtool, you may include this file under the
13139 # same distribution terms that you use for the rest of that program.
13140 #
13141 # GNU Libtool is distributed in the hope that it will be useful,
13142 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13143 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13144 # GNU General Public License for more details.
13145 #
13146 # You should have received a copy of the GNU General Public License
13147 # along with GNU Libtool; see the file COPYING. If not, a copy
13148 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13149 # obtained by writing to the Free Software Foundation, Inc.,
13150 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13151
13152
13153 # The names of the tagged configurations supported by this script.
13154 available_tags=""
13155
13156 # ### BEGIN LIBTOOL CONFIG
13157
13158 # Which release of libtool.m4 was used?
13159 macro_version=$macro_version
13160 macro_revision=$macro_revision
13161
13162 # Whether or not to build shared libraries.
13163 build_libtool_libs=$enable_shared
13164
13165 # Whether or not to build static libraries.
13166 build_old_libs=$enable_static
13167
13168 # What type of objects to build.
13169 pic_mode=$pic_mode
13170
13171 # Whether or not to optimize for fast installation.
13172 fast_install=$enable_fast_install
13173
13174 # Shell to use when invoking shell scripts.
13175 SHELL=$lt_SHELL
13176
13177 # An echo program that protects backslashes.
13178 ECHO=$lt_ECHO
13179
13180 # The host system.
13181 host_alias=$host_alias
13182 host=$host
13183 host_os=$host_os
13184
13185 # The build system.
13186 build_alias=$build_alias
13187 build=$build
13188 build_os=$build_os
13189
13190 # A sed program that does not truncate output.
13191 SED=$lt_SED
13192
13193 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13194 Xsed="\$SED -e 1s/^X//"
13195
13196 # A grep program that handles long lines.
13197 GREP=$lt_GREP
13198
13199 # An ERE matcher.
13200 EGREP=$lt_EGREP
13201
13202 # A literal string matcher.
13203 FGREP=$lt_FGREP
13204
13205 # A BSD- or MS-compatible name lister.
13206 NM=$lt_NM
13207
13208 # Whether we need soft or hard links.
13209 LN_S=$lt_LN_S
13210
13211 # What is the maximum length of a command?
13212 max_cmd_len=$max_cmd_len
13213
13214 # Object file suffix (normally "o").
13215 objext=$ac_objext
13216
13217 # Executable file suffix (normally "").
13218 exeext=$exeext
13219
13220 # whether the shell understands "unset".
13221 lt_unset=$lt_unset
13222
13223 # turn spaces into newlines.
13224 SP2NL=$lt_lt_SP2NL
13225
13226 # turn newlines into spaces.
13227 NL2SP=$lt_lt_NL2SP
13228
13229 # An object symbol dumper.
13230 OBJDUMP=$lt_OBJDUMP
13231
13232 # Method to check whether dependent libraries are shared objects.
13233 deplibs_check_method=$lt_deplibs_check_method
13234
13235 # Command to use when deplibs_check_method == "file_magic".
13236 file_magic_cmd=$lt_file_magic_cmd
13237
13238 # The archiver.
13239 AR=$lt_AR
13240 AR_FLAGS=$lt_AR_FLAGS
13241
13242 # A symbol stripping program.
13243 STRIP=$lt_STRIP
13244
13245 # Commands used to install an old-style archive.
13246 RANLIB=$lt_RANLIB
13247 old_postinstall_cmds=$lt_old_postinstall_cmds
13248 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13249
13250 # Whether to use a lock for old archive extraction.
13251 lock_old_archive_extraction=$lock_old_archive_extraction
13252
13253 # A C compiler.
13254 LTCC=$lt_CC
13255
13256 # LTCC compiler flags.
13257 LTCFLAGS=$lt_CFLAGS
13258
13259 # Take the output of nm and produce a listing of raw symbols and C names.
13260 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13261
13262 # Transform the output of nm in a proper C declaration.
13263 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13264
13265 # Transform the output of nm in a C name address pair.
13266 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13267
13268 # Transform the output of nm in a C name address pair when lib prefix is needed.
13269 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13270
13271 # The name of the directory that contains temporary libtool files.
13272 objdir=$objdir
13273
13274 # Used to examine libraries when file_magic_cmd begins with "file".
13275 MAGIC_CMD=$MAGIC_CMD
13276
13277 # Must we lock files when doing compilation?
13278 need_locks=$lt_need_locks
13279
13280 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13281 DSYMUTIL=$lt_DSYMUTIL
13282
13283 # Tool to change global to local symbols on Mac OS X.
13284 NMEDIT=$lt_NMEDIT
13285
13286 # Tool to manipulate fat objects and archives on Mac OS X.
13287 LIPO=$lt_LIPO
13288
13289 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13290 OTOOL=$lt_OTOOL
13291
13292 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13293 OTOOL64=$lt_OTOOL64
13294
13295 # Old archive suffix (normally "a").
13296 libext=$libext
13297
13298 # Shared library suffix (normally ".so").
13299 shrext_cmds=$lt_shrext_cmds
13300
13301 # The commands to extract the exported symbol list from a shared archive.
13302 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13303
13304 # Variables whose values should be saved in libtool wrapper scripts and
13305 # restored at link time.
13306 variables_saved_for_relink=$lt_variables_saved_for_relink
13307
13308 # Do we need the "lib" prefix for modules?
13309 need_lib_prefix=$need_lib_prefix
13310
13311 # Do we need a version for libraries?
13312 need_version=$need_version
13313
13314 # Library versioning type.
13315 version_type=$version_type
13316
13317 # Shared library runtime path variable.
13318 runpath_var=$runpath_var
13319
13320 # Shared library path variable.
13321 shlibpath_var=$shlibpath_var
13322
13323 # Is shlibpath searched before the hard-coded library search path?
13324 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13325
13326 # Format of library name prefix.
13327 libname_spec=$lt_libname_spec
13328
13329 # List of archive names. First name is the real one, the rest are links.
13330 # The last name is the one that the linker finds with -lNAME
13331 library_names_spec=$lt_library_names_spec
13332
13333 # The coded name of the library, if different from the real name.
13334 soname_spec=$lt_soname_spec
13335
13336 # Permission mode override for installation of shared libraries.
13337 install_override_mode=$lt_install_override_mode
13338
13339 # Command to use after installation of a shared archive.
13340 postinstall_cmds=$lt_postinstall_cmds
13341
13342 # Command to use after uninstallation of a shared archive.
13343 postuninstall_cmds=$lt_postuninstall_cmds
13344
13345 # Commands used to finish a libtool library installation in a directory.
13346 finish_cmds=$lt_finish_cmds
13347
13348 # As "finish_cmds", except a single script fragment to be evaled but
13349 # not shown.
13350 finish_eval=$lt_finish_eval
13351
13352 # Whether we should hardcode library paths into libraries.
13353 hardcode_into_libs=$hardcode_into_libs
13354
13355 # Compile-time system search path for libraries.
13356 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13357
13358 # Run-time system search path for libraries.
13359 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13360
13361 # Whether dlopen is supported.
13362 dlopen_support=$enable_dlopen
13363
13364 # Whether dlopen of programs is supported.
13365 dlopen_self=$enable_dlopen_self
13366
13367 # Whether dlopen of statically linked programs is supported.
13368 dlopen_self_static=$enable_dlopen_self_static
13369
13370 # Commands to strip libraries.
13371 old_striplib=$lt_old_striplib
13372 striplib=$lt_striplib
13373
13374
13375 # The linker used to build libraries.
13376 LD=$lt_LD
13377
13378 # How to create reloadable object files.
13379 reload_flag=$lt_reload_flag
13380 reload_cmds=$lt_reload_cmds
13381
13382 # Commands used to build an old-style archive.
13383 old_archive_cmds=$lt_old_archive_cmds
13384
13385 # A language specific compiler.
13386 CC=$lt_compiler
13387
13388 # Is the compiler the GNU compiler?
13389 with_gcc=$GCC
13390
13391 # Compiler flag to turn off builtin functions.
13392 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13393
13394 # How to pass a linker flag through the compiler.
13395 wl=$lt_lt_prog_compiler_wl
13396
13397 # Additional compiler flags for building library objects.
13398 pic_flag=$lt_lt_prog_compiler_pic
13399
13400 # Compiler flag to prevent dynamic linking.
13401 link_static_flag=$lt_lt_prog_compiler_static
13402
13403 # Does compiler simultaneously support -c and -o options?
13404 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13405
13406 # Whether or not to add -lc for building shared libraries.
13407 build_libtool_need_lc=$archive_cmds_need_lc
13408
13409 # Whether or not to disallow shared libs when runtime libs are static.
13410 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13411
13412 # Compiler flag to allow reflexive dlopens.
13413 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13414
13415 # Compiler flag to generate shared objects directly from archives.
13416 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13417
13418 # Whether the compiler copes with passing no objects directly.
13419 compiler_needs_object=$lt_compiler_needs_object
13420
13421 # Create an old-style archive from a shared archive.
13422 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13423
13424 # Create a temporary old-style archive to link instead of a shared archive.
13425 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13426
13427 # Commands used to build a shared archive.
13428 archive_cmds=$lt_archive_cmds
13429 archive_expsym_cmds=$lt_archive_expsym_cmds
13430
13431 # Commands used to build a loadable module if different from building
13432 # a shared archive.
13433 module_cmds=$lt_module_cmds
13434 module_expsym_cmds=$lt_module_expsym_cmds
13435
13436 # Whether we are building with GNU ld or not.
13437 with_gnu_ld=$lt_with_gnu_ld
13438
13439 # Flag that allows shared libraries with undefined symbols to be built.
13440 allow_undefined_flag=$lt_allow_undefined_flag
13441
13442 # Flag that enforces no undefined symbols.
13443 no_undefined_flag=$lt_no_undefined_flag
13444
13445 # Flag to hardcode \$libdir into a binary during linking.
13446 # This must work even if \$libdir does not exist
13447 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13448
13449 # If ld is used when linking, flag to hardcode \$libdir into a binary
13450 # during linking. This must work even if \$libdir does not exist.
13451 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13452
13453 # Whether we need a single "-rpath" flag with a separated argument.
13454 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13455
13456 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13457 # DIR into the resulting binary.
13458 hardcode_direct=$hardcode_direct
13459
13460 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13461 # DIR into the resulting binary and the resulting library dependency is
13462 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13463 # library is relocated.
13464 hardcode_direct_absolute=$hardcode_direct_absolute
13465
13466 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13467 # into the resulting binary.
13468 hardcode_minus_L=$hardcode_minus_L
13469
13470 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13471 # into the resulting binary.
13472 hardcode_shlibpath_var=$hardcode_shlibpath_var
13473
13474 # Set to "yes" if building a shared library automatically hardcodes DIR
13475 # into the library and all subsequent libraries and executables linked
13476 # against it.
13477 hardcode_automatic=$hardcode_automatic
13478
13479 # Set to yes if linker adds runtime paths of dependent libraries
13480 # to runtime path list.
13481 inherit_rpath=$inherit_rpath
13482
13483 # Whether libtool must link a program against all its dependency libraries.
13484 link_all_deplibs=$link_all_deplibs
13485
13486 # Fix the shell variable \$srcfile for the compiler.
13487 fix_srcfile_path=$lt_fix_srcfile_path
13488
13489 # Set to "yes" if exported symbols are required.
13490 always_export_symbols=$always_export_symbols
13491
13492 # The commands to list exported symbols.
13493 export_symbols_cmds=$lt_export_symbols_cmds
13494
13495 # Symbols that should not be listed in the preloaded symbols.
13496 exclude_expsyms=$lt_exclude_expsyms
13497
13498 # Symbols that must always be exported.
13499 include_expsyms=$lt_include_expsyms
13500
13501 # Commands necessary for linking programs (against libraries) with templates.
13502 prelink_cmds=$lt_prelink_cmds
13503
13504 # Specify filename containing input files.
13505 file_list_spec=$lt_file_list_spec
13506
13507 # How to hardcode a shared library path into an executable.
13508 hardcode_action=$hardcode_action
13509
13510 # ### END LIBTOOL CONFIG
13511
13512 _LT_EOF
13513
13514 case $host_os in
13515 aix3*)
13516 cat <<\_LT_EOF >> "$cfgfile"
13517 # AIX sometimes has problems with the GCC collect2 program. For some
13518 # reason, if we set the COLLECT_NAMES environment variable, the problems
13519 # vanish in a puff of smoke.
13520 if test "X${COLLECT_NAMES+set}" != Xset; then
13521 COLLECT_NAMES=
13522 export COLLECT_NAMES
13523 fi
13524 _LT_EOF
13525 ;;
13526 esac
13527
13528
13529 ltmain="$ac_aux_dir/ltmain.sh"
13530
13531
13532 # We use sed instead of cat because bash on DJGPP gets confused if
13533 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13534 # text mode, it properly converts lines to CR/LF. This bash problem
13535 # is reportedly fixed, but why not run on old versions too?
13536 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13537 || (rm -f "$cfgfile"; exit 1)
13538
13539 case $xsi_shell in
13540 yes)
13541 cat << \_LT_EOF >> "$cfgfile"
13542
13543 # func_dirname file append nondir_replacement
13544 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13545 # otherwise set result to NONDIR_REPLACEMENT.
13546 func_dirname ()
13547 {
13548 case ${1} in
13549 */*) func_dirname_result="${1%/*}${2}" ;;
13550 * ) func_dirname_result="${3}" ;;
13551 esac
13552 }
13553
13554 # func_basename file
13555 func_basename ()
13556 {
13557 func_basename_result="${1##*/}"
13558 }
13559
13560 # func_dirname_and_basename file append nondir_replacement
13561 # perform func_basename and func_dirname in a single function
13562 # call:
13563 # dirname: Compute the dirname of FILE. If nonempty,
13564 # add APPEND to the result, otherwise set result
13565 # to NONDIR_REPLACEMENT.
13566 # value returned in "$func_dirname_result"
13567 # basename: Compute filename of FILE.
13568 # value retuned in "$func_basename_result"
13569 # Implementation must be kept synchronized with func_dirname
13570 # and func_basename. For efficiency, we do not delegate to
13571 # those functions but instead duplicate the functionality here.
13572 func_dirname_and_basename ()
13573 {
13574 case ${1} in
13575 */*) func_dirname_result="${1%/*}${2}" ;;
13576 * ) func_dirname_result="${3}" ;;
13577 esac
13578 func_basename_result="${1##*/}"
13579 }
13580
13581 # func_stripname prefix suffix name
13582 # strip PREFIX and SUFFIX off of NAME.
13583 # PREFIX and SUFFIX must not contain globbing or regex special
13584 # characters, hashes, percent signs, but SUFFIX may contain a leading
13585 # dot (in which case that matches only a dot).
13586 func_stripname ()
13587 {
13588 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13589 # positional parameters, so assign one to ordinary parameter first.
13590 func_stripname_result=${3}
13591 func_stripname_result=${func_stripname_result#"${1}"}
13592 func_stripname_result=${func_stripname_result%"${2}"}
13593 }
13594
13595 # func_opt_split
13596 func_opt_split ()
13597 {
13598 func_opt_split_opt=${1%%=*}
13599 func_opt_split_arg=${1#*=}
13600 }
13601
13602 # func_lo2o object
13603 func_lo2o ()
13604 {
13605 case ${1} in
13606 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13607 *) func_lo2o_result=${1} ;;
13608 esac
13609 }
13610
13611 # func_xform libobj-or-source
13612 func_xform ()
13613 {
13614 func_xform_result=${1%.*}.lo
13615 }
13616
13617 # func_arith arithmetic-term...
13618 func_arith ()
13619 {
13620 func_arith_result=$(( $* ))
13621 }
13622
13623 # func_len string
13624 # STRING may not start with a hyphen.
13625 func_len ()
13626 {
13627 func_len_result=${#1}
13628 }
13629
13630 _LT_EOF
13631 ;;
13632 *) # Bourne compatible functions.
13633 cat << \_LT_EOF >> "$cfgfile"
13634
13635 # func_dirname file append nondir_replacement
13636 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13637 # otherwise set result to NONDIR_REPLACEMENT.
13638 func_dirname ()
13639 {
13640 # Extract subdirectory from the argument.
13641 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13642 if test "X$func_dirname_result" = "X${1}"; then
13643 func_dirname_result="${3}"
13644 else
13645 func_dirname_result="$func_dirname_result${2}"
13646 fi
13647 }
13648
13649 # func_basename file
13650 func_basename ()
13651 {
13652 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13653 }
13654
13655
13656 # func_stripname prefix suffix name
13657 # strip PREFIX and SUFFIX off of NAME.
13658 # PREFIX and SUFFIX must not contain globbing or regex special
13659 # characters, hashes, percent signs, but SUFFIX may contain a leading
13660 # dot (in which case that matches only a dot).
13661 # func_strip_suffix prefix name
13662 func_stripname ()
13663 {
13664 case ${2} in
13665 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13666 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13667 esac
13668 }
13669
13670 # sed scripts:
13671 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13672 my_sed_long_arg='1s/^-[^=]*=//'
13673
13674 # func_opt_split
13675 func_opt_split ()
13676 {
13677 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13678 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13679 }
13680
13681 # func_lo2o object
13682 func_lo2o ()
13683 {
13684 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13685 }
13686
13687 # func_xform libobj-or-source
13688 func_xform ()
13689 {
13690 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13691 }
13692
13693 # func_arith arithmetic-term...
13694 func_arith ()
13695 {
13696 func_arith_result=`expr "$@"`
13697 }
13698
13699 # func_len string
13700 # STRING may not start with a hyphen.
13701 func_len ()
13702 {
13703 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13704 }
13705
13706 _LT_EOF
13707 esac
13708
13709 case $lt_shell_append in
13710 yes)
13711 cat << \_LT_EOF >> "$cfgfile"
13712
13713 # func_append var value
13714 # Append VALUE to the end of shell variable VAR.
13715 func_append ()
13716 {
13717 eval "$1+=\$2"
13718 }
13719 _LT_EOF
13720 ;;
13721 *)
13722 cat << \_LT_EOF >> "$cfgfile"
13723
13724 # func_append var value
13725 # Append VALUE to the end of shell variable VAR.
13726 func_append ()
13727 {
13728 eval "$1=\$$1\$2"
13729 }
13730
13731 _LT_EOF
13732 ;;
13733 esac
13734
13735
13736 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13737 || (rm -f "$cfgfile"; exit 1)
13738
13739 mv -f "$cfgfile" "$ofile" ||
13740 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13741 chmod +x "$ofile"
13742
13743 ;;
13744 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
13745 rm -f Makesim1.tmp Makesim2.tmp Makefile
13746 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13747 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13748 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
13749 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13750 <Makefile.sim >Makefile
13751 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
13752 ;;
13753 "stamp-h":C) echo > stamp-h ;;
13754
13755 esac
13756 done # for ac_tag
13757
13758
13759 as_fn_exit 0
13760 _ACEOF
13761 ac_clean_files=$ac_clean_files_save
13762
13763 test $ac_write_fail = 0 ||
13764 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
13765
13766
13767 # configure is writing to config.log, and then calls config.status.
13768 # config.status does its own redirection, appending to config.log.
13769 # Unfortunately, on DOS this fails, as config.log is still kept open
13770 # by configure, so config.status won't be able to write to it; its
13771 # output is simply discarded. So we exec the FD to /dev/null,
13772 # effectively closing config.log, so it can be properly (re)opened and
13773 # appended to by config.status. When coming back to configure, we
13774 # need to make the FD available again.
13775 if test "$no_create" != yes; then
13776 ac_cs_success=:
13777 ac_config_status_args=
13778 test "$silent" = yes &&
13779 ac_config_status_args="$ac_config_status_args --quiet"
13780 exec 5>/dev/null
13781 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13782 exec 5>>config.log
13783 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13784 # would make configure fail if this is the last instruction.
13785 $ac_cs_success || as_fn_exit 1
13786 fi
13787 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13789 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13790 fi
13791
13792
This page took 0.315058 seconds and 5 git commands to generate.