]> git.proxmox.com Git - mirror_zfs-debian.git/blame - configure
Linux 2.6.36 compat, synchronous bio flag
[mirror_zfs-debian.git] / configure
CommitLineData
e70e591c
BB
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.63.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9## --------------------- ##
10## M4sh Initialization. ##
11## --------------------- ##
12
13# Be more Bourne compatible
14DUALCASE=1; export DUALCASE # for MKS sh
15if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
17 NULLCMD=:
18 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"'
21 setopt NO_GLOB_SUBST
22else
23 case `(set -o) 2>/dev/null` in
24 *posix*) set -o posix ;;
25esac
26
27fi
28
29
30
31
32# PATH needs CR
33# Avoid depending upon Character Ranges.
34as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37as_cr_digits='0123456789'
38as_cr_alnum=$as_cr_Letters$as_cr_digits
39
40as_nl='
41'
42export as_nl
43# Printing a long string crashes Solaris 7 /usr/bin/printf.
44as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
45as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
46as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
47if (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'
50else
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'
70fi
71
72# The user is always right.
73if 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 }
79fi
80
81# Support unset when possible.
82if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
83 as_unset=unset
84else
85 as_unset=false
86fi
87
88
89# IFS
90# We need space, tab and new line, in precisely that order. Quoting is
91# there to prevent editors from complaining about space-tab.
92# (If _AS_PATH_WALK were called with IFS unset, it would disable word
93# splitting by setting IFS to empty value.)
94IFS=" "" $as_nl"
95
96# Find who we are. Look in the path if we contain no directory separator.
97case $0 in
98 *[\\/]* ) as_myself=$0 ;;
99 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
100for as_dir in $PATH
101do
102 IFS=$as_save_IFS
103 test -z "$as_dir" && as_dir=.
104 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
105done
106IFS=$as_save_IFS
107
108 ;;
109esac
110# We did not find ourselves, most probably we were run as `sh COMMAND'
111# in which case we are not to be found in the path.
112if test "x$as_myself" = x; then
113 as_myself=$0
114fi
115if test ! -f "$as_myself"; then
116 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
117 { (exit 1); exit 1; }
118fi
119
120# Work around bugs in pre-3.0 UWIN ksh.
121for as_var in ENV MAIL MAILPATH
122do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
123done
124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
133
134# Required to use basename.
135if expr a : '\(a\)' >/dev/null 2>&1 &&
136 test "X`expr 00001 : '.*\(...\)'`" = X001; then
137 as_expr=expr
138else
139 as_expr=false
140fi
141
142if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
143 as_basename=basename
144else
145 as_basename=false
146fi
147
148
149# Name of the executable.
150as_me=`$as_basename -- "$0" ||
151$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
152 X"$0" : 'X\(//\)$' \| \
153 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
154$as_echo X/"$0" |
155 sed '/^.*\/\([^/][^/]*\)\/*$/{
156 s//\1/
157 q
158 }
159 /^X\/\(\/\/\)$/{
160 s//\1/
161 q
162 }
163 /^X\/\(\/\).*/{
164 s//\1/
165 q
166 }
167 s/.*/./; q'`
168
169# CDPATH.
170$as_unset CDPATH
171
172
173if test "x$CONFIG_SHELL" = x; then
174 if (eval ":") 2>/dev/null; then
175 as_have_required=yes
176else
177 as_have_required=no
178fi
179
180 if test $as_have_required = yes && (eval ":
181(as_func_return () {
182 (exit \$1)
183}
184as_func_success () {
185 as_func_return 0
186}
187as_func_failure () {
188 as_func_return 1
189}
190as_func_ret_success () {
191 return 0
192}
193as_func_ret_failure () {
194 return 1
195}
196
197exitcode=0
198if as_func_success; then
199 :
200else
201 exitcode=1
202 echo as_func_success failed.
203fi
204
205if as_func_failure; then
206 exitcode=1
207 echo as_func_failure succeeded.
208fi
209
210if as_func_ret_success; then
211 :
212else
213 exitcode=1
214 echo as_func_ret_success failed.
215fi
216
217if as_func_ret_failure; then
218 exitcode=1
219 echo as_func_ret_failure succeeded.
220fi
221
222if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
223 :
224else
225 exitcode=1
226 echo positional parameters were not saved.
227fi
228
229test \$exitcode = 0) || { (exit 1); exit 1; }
230
231(
232 as_lineno_1=\$LINENO
233 as_lineno_2=\$LINENO
234 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
235 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
236") 2> /dev/null; then
237 :
238else
239 as_candidate_shells=
240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
241for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
242do
243 IFS=$as_save_IFS
244 test -z "$as_dir" && as_dir=.
245 case $as_dir in
246 /*)
247 for as_base in sh bash ksh sh5; do
248 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
249 done;;
250 esac
251done
252IFS=$as_save_IFS
253
254
255 for as_shell in $as_candidate_shells $SHELL; do
256 # Try only shells that exist, to save several forks.
257 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
258 { ("$as_shell") 2> /dev/null <<\_ASEOF
259if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
260 emulate sh
261 NULLCMD=:
262 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
263 # is contrary to our usage. Disable this feature.
264 alias -g '${1+"$@"}'='"$@"'
265 setopt NO_GLOB_SUBST
266else
267 case `(set -o) 2>/dev/null` in
268 *posix*) set -o posix ;;
269esac
270
271fi
272
273
274:
275_ASEOF
276}; then
277 CONFIG_SHELL=$as_shell
278 as_have_required=yes
279 if { "$as_shell" 2> /dev/null <<\_ASEOF
280if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
281 emulate sh
282 NULLCMD=:
283 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
284 # is contrary to our usage. Disable this feature.
285 alias -g '${1+"$@"}'='"$@"'
286 setopt NO_GLOB_SUBST
287else
288 case `(set -o) 2>/dev/null` in
289 *posix*) set -o posix ;;
290esac
291
292fi
293
294
295:
296(as_func_return () {
297 (exit $1)
298}
299as_func_success () {
300 as_func_return 0
301}
302as_func_failure () {
303 as_func_return 1
304}
305as_func_ret_success () {
306 return 0
307}
308as_func_ret_failure () {
309 return 1
310}
311
312exitcode=0
313if as_func_success; then
314 :
315else
316 exitcode=1
317 echo as_func_success failed.
318fi
319
320if as_func_failure; then
321 exitcode=1
322 echo as_func_failure succeeded.
323fi
324
325if as_func_ret_success; then
326 :
327else
328 exitcode=1
329 echo as_func_ret_success failed.
330fi
331
332if as_func_ret_failure; then
333 exitcode=1
334 echo as_func_ret_failure succeeded.
335fi
336
337if ( set x; as_func_ret_success y && test x = "$1" ); then
338 :
339else
340 exitcode=1
341 echo positional parameters were not saved.
342fi
343
344test $exitcode = 0) || { (exit 1); exit 1; }
345
346(
347 as_lineno_1=$LINENO
348 as_lineno_2=$LINENO
349 test "x$as_lineno_1" != "x$as_lineno_2" &&
350 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
351
352_ASEOF
353}; then
354 break
355fi
356
357fi
358
359 done
360
361 if test "x$CONFIG_SHELL" != x; then
362 for as_var in BASH_ENV ENV
363 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
364 done
365 export CONFIG_SHELL
366 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
367fi
368
369
370 if test $as_have_required = no; then
371 echo This script requires a shell more modern than all the
372 echo shells that I found on your system. Please install a
373 echo modern shell, or manually run the script under such a
374 echo shell if you do have one.
375 { (exit 1); exit 1; }
376fi
377
378
379fi
380
381fi
382
383
384
385(eval "as_func_return () {
386 (exit \$1)
387}
388as_func_success () {
389 as_func_return 0
390}
391as_func_failure () {
392 as_func_return 1
393}
394as_func_ret_success () {
395 return 0
396}
397as_func_ret_failure () {
398 return 1
399}
400
401exitcode=0
402if as_func_success; then
403 :
404else
405 exitcode=1
406 echo as_func_success failed.
407fi
408
409if as_func_failure; then
410 exitcode=1
411 echo as_func_failure succeeded.
412fi
413
414if as_func_ret_success; then
415 :
416else
417 exitcode=1
418 echo as_func_ret_success failed.
419fi
420
421if as_func_ret_failure; then
422 exitcode=1
423 echo as_func_ret_failure succeeded.
424fi
425
426if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
427 :
428else
429 exitcode=1
430 echo positional parameters were not saved.
431fi
432
433test \$exitcode = 0") || {
434 echo No shell found that supports shell functions.
435 echo Please tell bug-autoconf@gnu.org about your system,
436 echo including any error possibly output before this message.
437 echo This can help us improve future autoconf versions.
438 echo Configuration will now proceed without shell functions.
439}
440
441
442
443 as_lineno_1=$LINENO
444 as_lineno_2=$LINENO
445 test "x$as_lineno_1" != "x$as_lineno_2" &&
446 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
447
448 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
449 # uniformly replaced by the line number. The first 'sed' inserts a
450 # line-number line after each line using $LINENO; the second 'sed'
451 # does the real work. The second script uses 'N' to pair each
452 # line-number line with the line containing $LINENO, and appends
453 # trailing '-' during substitution so that $LINENO is not a special
454 # case at line end.
455 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
456 # scripts with optimization help from Paolo Bonzini. Blame Lee
457 # E. McMahon (1931-1989) for sed's syntax. :-)
458 sed -n '
459 p
460 /[$]LINENO/=
461 ' <$as_myself |
462 sed '
463 s/[$]LINENO.*/&-/
464 t lineno
465 b
466 :lineno
467 N
468 :loop
469 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
470 t loop
471 s/-\n.*//
472 ' >$as_me.lineno &&
473 chmod +x "$as_me.lineno" ||
474 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
475 { (exit 1); exit 1; }; }
476
477 # Don't try to exec as it changes $[0], causing all sort of problems
478 # (the dirname of $[0] is not the place where we might find the
479 # original and so on. Autoconf is especially sensitive to this).
480 . "./$as_me.lineno"
481 # Exit status is that of the last command.
482 exit
483}
484
485
486if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
487 as_dirname=dirname
488else
489 as_dirname=false
490fi
491
492ECHO_C= ECHO_N= ECHO_T=
493case `echo -n x` in
494-n*)
495 case `echo 'x\c'` in
496 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
497 *) ECHO_C='\c';;
498 esac;;
499*)
500 ECHO_N='-n';;
501esac
502if expr a : '\(a\)' >/dev/null 2>&1 &&
503 test "X`expr 00001 : '.*\(...\)'`" = X001; then
504 as_expr=expr
505else
506 as_expr=false
507fi
508
509rm -f conf$$ conf$$.exe conf$$.file
510if test -d conf$$.dir; then
511 rm -f conf$$.dir/conf$$.file
512else
513 rm -f conf$$.dir
514 mkdir conf$$.dir 2>/dev/null
515fi
516if (echo >conf$$.file) 2>/dev/null; then
517 if ln -s conf$$.file conf$$ 2>/dev/null; then
518 as_ln_s='ln -s'
519 # ... but there are two gotchas:
520 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
521 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
522 # In both cases, we have to default to `cp -p'.
523 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
524 as_ln_s='cp -p'
525 elif ln conf$$.file conf$$ 2>/dev/null; then
526 as_ln_s=ln
527 else
528 as_ln_s='cp -p'
529 fi
530else
531 as_ln_s='cp -p'
532fi
533rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
534rmdir conf$$.dir 2>/dev/null
535
536if mkdir -p . 2>/dev/null; then
537 as_mkdir_p=:
538else
539 test -d ./-p && rmdir ./-p
540 as_mkdir_p=false
541fi
542
543if test -x / >/dev/null 2>&1; then
544 as_test_x='test -x'
545else
546 if ls -dL / >/dev/null 2>&1; then
547 as_ls_L_option=L
548 else
549 as_ls_L_option=
550 fi
551 as_test_x='
552 eval sh -c '\''
553 if test -d "$1"; then
554 test -d "$1/.";
555 else
556 case $1 in
557 -*)set "./$1";;
558 esac;
559 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
560 ???[sx]*):;;*)false;;esac;fi
561 '\'' sh
562 '
563fi
564as_executable_p=$as_test_x
565
566# Sed expression to map a string onto a valid CPP name.
567as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
568
569# Sed expression to map a string onto a valid variable name.
570as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
571
572
573
574
575# Check that we are running under the correct shell.
576SHELL=${CONFIG_SHELL-/bin/sh}
577
578case X$lt_ECHO in
579X*--fallback-echo)
580 # Remove one level of quotation (which was required for Make).
581 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
582 ;;
583esac
584
585ECHO=${lt_ECHO-echo}
586if test "X$1" = X--no-reexec; then
587 # Discard the --no-reexec flag, and continue.
588 shift
589elif test "X$1" = X--fallback-echo; then
590 # Avoid inline document here, it may be left over
591 :
592elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
593 # Yippee, $ECHO works!
594 :
595else
596 # Restart under the correct shell.
597 exec $SHELL "$0" --no-reexec ${1+"$@"}
598fi
599
600if test "X$1" = X--fallback-echo; then
601 # used as fallback echo
602 shift
603 cat <<_LT_EOF
604$*
605_LT_EOF
606 exit 0
607fi
608
609# The HP-UX ksh and POSIX shell print the target directory to stdout
610# if CDPATH is set.
611(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
612
613if test -z "$lt_ECHO"; then
614 if test "X${echo_test_string+set}" != Xset; then
615 # find a string as large as possible, as long as the shell can cope with it
616 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
617 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
618 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
619 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
620 then
621 break
622 fi
623 done
624 fi
625
626 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
627 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
628 test "X$echo_testing_string" = "X$echo_test_string"; then
629 :
630 else
631 # The Solaris, AIX, and Digital Unix default echo programs unquote
632 # backslashes. This makes it impossible to quote backslashes using
633 # echo "$something" | sed 's/\\/\\\\/g'
634 #
635 # So, first we look for a working echo in the user's PATH.
636
637 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
638 for dir in $PATH /usr/ucb; do
639 IFS="$lt_save_ifs"
640 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
641 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
642 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
643 test "X$echo_testing_string" = "X$echo_test_string"; then
644 ECHO="$dir/echo"
645 break
646 fi
647 done
648 IFS="$lt_save_ifs"
649
650 if test "X$ECHO" = Xecho; then
651 # We didn't find a better echo, so look for alternatives.
652 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
653 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
654 test "X$echo_testing_string" = "X$echo_test_string"; then
655 # This shell has a builtin print -r that does the trick.
656 ECHO='print -r'
657 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
658 test "X$CONFIG_SHELL" != X/bin/ksh; then
659 # If we have ksh, try running configure again with it.
660 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
661 export ORIGINAL_CONFIG_SHELL
662 CONFIG_SHELL=/bin/ksh
663 export CONFIG_SHELL
664 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
665 else
666 # Try using printf.
667 ECHO='printf %s\n'
668 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
669 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
670 test "X$echo_testing_string" = "X$echo_test_string"; then
671 # Cool, printf works
672 :
673 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
674 test "X$echo_testing_string" = 'X\t' &&
675 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
676 test "X$echo_testing_string" = "X$echo_test_string"; then
677 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
678 export CONFIG_SHELL
679 SHELL="$CONFIG_SHELL"
680 export SHELL
681 ECHO="$CONFIG_SHELL $0 --fallback-echo"
682 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
683 test "X$echo_testing_string" = 'X\t' &&
684 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
685 test "X$echo_testing_string" = "X$echo_test_string"; then
686 ECHO="$CONFIG_SHELL $0 --fallback-echo"
687 else
688 # maybe with a smaller string...
689 prev=:
690
691 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
692 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
693 then
694 break
695 fi
696 prev="$cmd"
697 done
698
699 if test "$prev" != 'sed 50q "$0"'; then
700 echo_test_string=`eval $prev`
701 export echo_test_string
702 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
703 else
704 # Oops. We lost completely, so just stick with echo.
705 ECHO=echo
706 fi
707 fi
708 fi
709 fi
710 fi
711fi
712
713# Copy echo and quote the copy suitably for passing to libtool from
714# the Makefile, instead of quoting the original, which is used later.
715lt_ECHO=$ECHO
716if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
717 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
718fi
719
720
721
722
723exec 7<&0 </dev/null 6>&1
724
725# Name of the host.
726# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
727# so uname gets run too.
728ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
729
730#
731# Initializations.
732#
733ac_default_prefix=/usr/local
734ac_clean_files=
735ac_config_libobj_dir=.
736LIBOBJS=
737cross_compiling=no
738subdirs=
739MFLAGS=
740MAKEFLAGS=
741SHELL=${CONFIG_SHELL-/bin/sh}
742
743# Identity of this package.
744PACKAGE_NAME=
745PACKAGE_TARNAME=
746PACKAGE_VERSION=
747PACKAGE_STRING=
748PACKAGE_BUGREPORT=
749
750# Factoring default headers for most tests.
751ac_includes_default="\
752#include <stdio.h>
753#ifdef HAVE_SYS_TYPES_H
754# include <sys/types.h>
755#endif
756#ifdef HAVE_SYS_STAT_H
757# include <sys/stat.h>
758#endif
759#ifdef STDC_HEADERS
760# include <stdlib.h>
761# include <stddef.h>
762#else
763# ifdef HAVE_STDLIB_H
764# include <stdlib.h>
765# endif
766#endif
767#ifdef HAVE_STRING_H
768# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
769# include <memory.h>
770# endif
771# include <string.h>
772#endif
773#ifdef HAVE_STRINGS_H
774# include <strings.h>
775#endif
776#ifdef HAVE_INTTYPES_H
777# include <inttypes.h>
778#endif
779#ifdef HAVE_STDINT_H
780# include <stdint.h>
781#endif
782#ifdef HAVE_UNISTD_H
783# include <unistd.h>
784#endif"
785
786ac_subst_vars='am__EXEEXT_FALSE
787am__EXEEXT_TRUE
788LTLIBOBJS
789LIBOBJS
790DEBUG_STACKFLAGS
791DEBUG_CFLAGS
792CONFIG_KERNEL_FALSE
793CONFIG_KERNEL_TRUE
794CONFIG_USER_FALSE
795CONFIG_USER_TRUE
796FRAME_LARGER_THAN
797LIBBLKID
798LIBUUID
799ZLIB
800KERNELCPPFLAGS
801KERNELMAKE_PARAMS
802SPL_SYMBOLS
803SPL_VERSION
804SPL_OBJ
805SPL
806LINUX_SYMBOLS
807LINUX_VERSION
808LINUX_OBJ
809LINUX
810ZFS_CONFIG
811TARGET_ASM_DIR
e70e591c
BB
812DEFAULT_PACKAGE
813VENDOR
814ALIEN_VERSION
815ALIEN
816HAVE_ALIEN
817DPKGBUILD_VERSION
818DPKGBUILD
819HAVE_DPKGBUILD
820DPKG_VERSION
821DPKG
822HAVE_DPKG
823RPMBUILD_VERSION
824RPMBUILD
825HAVE_RPMBUILD
826RPM_VERSION
827RPM
828HAVE_RPM
829am__fastdepCCAS_FALSE
830am__fastdepCCAS_TRUE
831CCASDEPMODE
832CCASFLAGS
833CCAS
834CPP
835OTOOL64
836OTOOL
837LIPO
838NMEDIT
839DSYMUTIL
840lt_ECHO
841RANLIB
842AR
843OBJDUMP
844LN_S
845NM
846ac_ct_DUMPBIN
847DUMPBIN
848LD
849FGREP
850EGREP
851GREP
852SED
853LIBTOOL
854am__fastdepCC_FALSE
855am__fastdepCC_TRUE
856CCDEPMODE
857AMDEPBACKSLASH
858AMDEP_FALSE
859AMDEP_TRUE
860am__quote
861am__include
862DEPDIR
863OBJEXT
864EXEEXT
865ac_ct_CC
866CPPFLAGS
867LDFLAGS
868CFLAGS
869CC
870am__untar
871am__tar
872AMTAR
873am__leading_dot
874SET_MAKE
875AWK
876mkdir_p
877MKDIR_P
878INSTALL_STRIP_PROGRAM
879STRIP
880install_sh
881MAKEINFO
882AUTOHEADER
883AUTOMAKE
884AUTOCONF
885ACLOCAL
886VERSION
887PACKAGE
888CYGPATH_W
889am__isrc
890INSTALL_DATA
891INSTALL_SCRIPT
892INSTALL_PROGRAM
893AM_BACKSLASH
894AM_DEFAULT_VERBOSITY
895MAINT
896MAINTAINER_MODE_FALSE
897MAINTAINER_MODE_TRUE
898target_os
899target_vendor
900target_cpu
901target
902host_os
903host_vendor
904host_cpu
905host
906build_os
907build_vendor
908build_cpu
909build
910ZFS_META_LT_AGE
911ZFS_META_LT_REVISION
912ZFS_META_LT_CURRENT
913ZFS_META_AUTHOR
914ZFS_META_DATA
915ZFS_META_ALIAS
916ZFS_META_LICENSE
917ZFS_META_RELEASE
918ZFS_META_VERSION
919ZFS_META_NAME
920target_alias
921host_alias
922build_alias
923LIBS
924ECHO_T
925ECHO_N
926ECHO_C
927DEFS
928mandir
929localedir
930libdir
931psdir
932pdfdir
933dvidir
934htmldir
935infodir
936docdir
937oldincludedir
938includedir
939localstatedir
940sharedstatedir
941sysconfdir
942datadir
943datarootdir
944libexecdir
945sbindir
946bindir
947program_transform_name
948prefix
949exec_prefix
950PACKAGE_BUGREPORT
951PACKAGE_STRING
952PACKAGE_VERSION
953PACKAGE_TARNAME
954PACKAGE_NAME
955PATH_SEPARATOR
956SHELL'
957ac_subst_files=''
958ac_user_opts='
959enable_option_checking
960enable_maintainer_mode
961enable_silent_rules
962enable_dependency_tracking
963enable_shared
964enable_static
965with_pic
966enable_fast_install
967with_gnu_ld
968enable_libtool_lock
969with_config
970with_linux
971with_linux_obj
972with_spl
973with_spl_obj
974with_blkid
975enable_debug
976'
977 ac_precious_vars='build_alias
978host_alias
979target_alias
980CC
981CFLAGS
982LDFLAGS
983LIBS
984CPPFLAGS
985CPP
986CCAS
987CCASFLAGS'
988
989
990# Initialize some variables set by options.
991ac_init_help=
992ac_init_version=false
993ac_unrecognized_opts=
994ac_unrecognized_sep=
995# The variables have the same names as the options, with
996# dashes changed to underlines.
997cache_file=/dev/null
998exec_prefix=NONE
999no_create=
1000no_recursion=
1001prefix=NONE
1002program_prefix=NONE
1003program_suffix=NONE
1004program_transform_name=s,x,x,
1005silent=
1006site=
1007srcdir=
1008verbose=
1009x_includes=NONE
1010x_libraries=NONE
1011
1012# Installation directory options.
1013# These are left unexpanded so users can "make install exec_prefix=/foo"
1014# and all the variables that are supposed to be based on exec_prefix
1015# by default will actually change.
1016# Use braces instead of parens because sh, perl, etc. also accept them.
1017# (The list follows the same order as the GNU Coding Standards.)
1018bindir='${exec_prefix}/bin'
1019sbindir='${exec_prefix}/sbin'
1020libexecdir='${exec_prefix}/libexec'
1021datarootdir='${prefix}/share'
1022datadir='${datarootdir}'
1023sysconfdir='${prefix}/etc'
1024sharedstatedir='${prefix}/com'
1025localstatedir='${prefix}/var'
1026includedir='${prefix}/include'
1027oldincludedir='/usr/include'
1028docdir='${datarootdir}/doc/${PACKAGE}'
1029infodir='${datarootdir}/info'
1030htmldir='${docdir}'
1031dvidir='${docdir}'
1032pdfdir='${docdir}'
1033psdir='${docdir}'
1034libdir='${exec_prefix}/lib'
1035localedir='${datarootdir}/locale'
1036mandir='${datarootdir}/man'
1037
1038ac_prev=
1039ac_dashdash=
1040for ac_option
1041do
1042 # If the previous option needs an argument, assign it.
1043 if test -n "$ac_prev"; then
1044 eval $ac_prev=\$ac_option
1045 ac_prev=
1046 continue
1047 fi
1048
1049 case $ac_option in
1050 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1051 *) ac_optarg=yes ;;
1052 esac
1053
1054 # Accept the important Cygnus configure options, so we can diagnose typos.
1055
1056 case $ac_dashdash$ac_option in
1057 --)
1058 ac_dashdash=yes ;;
1059
1060 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1061 ac_prev=bindir ;;
1062 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1063 bindir=$ac_optarg ;;
1064
1065 -build | --build | --buil | --bui | --bu)
1066 ac_prev=build_alias ;;
1067 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1068 build_alias=$ac_optarg ;;
1069
1070 -cache-file | --cache-file | --cache-fil | --cache-fi \
1071 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1072 ac_prev=cache_file ;;
1073 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1074 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1075 cache_file=$ac_optarg ;;
1076
1077 --config-cache | -C)
1078 cache_file=config.cache ;;
1079
1080 -datadir | --datadir | --datadi | --datad)
1081 ac_prev=datadir ;;
1082 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1083 datadir=$ac_optarg ;;
1084
1085 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1086 | --dataroo | --dataro | --datar)
1087 ac_prev=datarootdir ;;
1088 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1089 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1090 datarootdir=$ac_optarg ;;
1091
1092 -disable-* | --disable-*)
1093 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1094 # Reject names that are not valid shell variable names.
1095 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1096 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1097 { (exit 1); exit 1; }; }
1098 ac_useropt_orig=$ac_useropt
1099 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1100 case $ac_user_opts in
1101 *"
1102"enable_$ac_useropt"
1103"*) ;;
1104 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1105 ac_unrecognized_sep=', ';;
1106 esac
1107 eval enable_$ac_useropt=no ;;
1108
1109 -docdir | --docdir | --docdi | --doc | --do)
1110 ac_prev=docdir ;;
1111 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1112 docdir=$ac_optarg ;;
1113
1114 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1115 ac_prev=dvidir ;;
1116 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1117 dvidir=$ac_optarg ;;
1118
1119 -enable-* | --enable-*)
1120 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1121 # Reject names that are not valid shell variable names.
1122 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1123 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1124 { (exit 1); exit 1; }; }
1125 ac_useropt_orig=$ac_useropt
1126 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1127 case $ac_user_opts in
1128 *"
1129"enable_$ac_useropt"
1130"*) ;;
1131 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1132 ac_unrecognized_sep=', ';;
1133 esac
1134 eval enable_$ac_useropt=\$ac_optarg ;;
1135
1136 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1137 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1138 | --exec | --exe | --ex)
1139 ac_prev=exec_prefix ;;
1140 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1141 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1142 | --exec=* | --exe=* | --ex=*)
1143 exec_prefix=$ac_optarg ;;
1144
1145 -gas | --gas | --ga | --g)
1146 # Obsolete; use --with-gas.
1147 with_gas=yes ;;
1148
1149 -help | --help | --hel | --he | -h)
1150 ac_init_help=long ;;
1151 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1152 ac_init_help=recursive ;;
1153 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1154 ac_init_help=short ;;
1155
1156 -host | --host | --hos | --ho)
1157 ac_prev=host_alias ;;
1158 -host=* | --host=* | --hos=* | --ho=*)
1159 host_alias=$ac_optarg ;;
1160
1161 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1162 ac_prev=htmldir ;;
1163 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1164 | --ht=*)
1165 htmldir=$ac_optarg ;;
1166
1167 -includedir | --includedir | --includedi | --included | --include \
1168 | --includ | --inclu | --incl | --inc)
1169 ac_prev=includedir ;;
1170 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1171 | --includ=* | --inclu=* | --incl=* | --inc=*)
1172 includedir=$ac_optarg ;;
1173
1174 -infodir | --infodir | --infodi | --infod | --info | --inf)
1175 ac_prev=infodir ;;
1176 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1177 infodir=$ac_optarg ;;
1178
1179 -libdir | --libdir | --libdi | --libd)
1180 ac_prev=libdir ;;
1181 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1182 libdir=$ac_optarg ;;
1183
1184 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1185 | --libexe | --libex | --libe)
1186 ac_prev=libexecdir ;;
1187 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1188 | --libexe=* | --libex=* | --libe=*)
1189 libexecdir=$ac_optarg ;;
1190
1191 -localedir | --localedir | --localedi | --localed | --locale)
1192 ac_prev=localedir ;;
1193 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1194 localedir=$ac_optarg ;;
1195
1196 -localstatedir | --localstatedir | --localstatedi | --localstated \
1197 | --localstate | --localstat | --localsta | --localst | --locals)
1198 ac_prev=localstatedir ;;
1199 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1200 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1201 localstatedir=$ac_optarg ;;
1202
1203 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1204 ac_prev=mandir ;;
1205 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1206 mandir=$ac_optarg ;;
1207
1208 -nfp | --nfp | --nf)
1209 # Obsolete; use --without-fp.
1210 with_fp=no ;;
1211
1212 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1213 | --no-cr | --no-c | -n)
1214 no_create=yes ;;
1215
1216 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1217 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1218 no_recursion=yes ;;
1219
1220 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1221 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1222 | --oldin | --oldi | --old | --ol | --o)
1223 ac_prev=oldincludedir ;;
1224 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1225 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1226 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1227 oldincludedir=$ac_optarg ;;
1228
1229 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1230 ac_prev=prefix ;;
1231 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1232 prefix=$ac_optarg ;;
1233
1234 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1235 | --program-pre | --program-pr | --program-p)
1236 ac_prev=program_prefix ;;
1237 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1238 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1239 program_prefix=$ac_optarg ;;
1240
1241 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1242 | --program-suf | --program-su | --program-s)
1243 ac_prev=program_suffix ;;
1244 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1245 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1246 program_suffix=$ac_optarg ;;
1247
1248 -program-transform-name | --program-transform-name \
1249 | --program-transform-nam | --program-transform-na \
1250 | --program-transform-n | --program-transform- \
1251 | --program-transform | --program-transfor \
1252 | --program-transfo | --program-transf \
1253 | --program-trans | --program-tran \
1254 | --progr-tra | --program-tr | --program-t)
1255 ac_prev=program_transform_name ;;
1256 -program-transform-name=* | --program-transform-name=* \
1257 | --program-transform-nam=* | --program-transform-na=* \
1258 | --program-transform-n=* | --program-transform-=* \
1259 | --program-transform=* | --program-transfor=* \
1260 | --program-transfo=* | --program-transf=* \
1261 | --program-trans=* | --program-tran=* \
1262 | --progr-tra=* | --program-tr=* | --program-t=*)
1263 program_transform_name=$ac_optarg ;;
1264
1265 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1266 ac_prev=pdfdir ;;
1267 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1268 pdfdir=$ac_optarg ;;
1269
1270 -psdir | --psdir | --psdi | --psd | --ps)
1271 ac_prev=psdir ;;
1272 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1273 psdir=$ac_optarg ;;
1274
1275 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1276 | -silent | --silent | --silen | --sile | --sil)
1277 silent=yes ;;
1278
1279 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1280 ac_prev=sbindir ;;
1281 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1282 | --sbi=* | --sb=*)
1283 sbindir=$ac_optarg ;;
1284
1285 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1286 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1287 | --sharedst | --shareds | --shared | --share | --shar \
1288 | --sha | --sh)
1289 ac_prev=sharedstatedir ;;
1290 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1291 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1292 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1293 | --sha=* | --sh=*)
1294 sharedstatedir=$ac_optarg ;;
1295
1296 -site | --site | --sit)
1297 ac_prev=site ;;
1298 -site=* | --site=* | --sit=*)
1299 site=$ac_optarg ;;
1300
1301 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1302 ac_prev=srcdir ;;
1303 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1304 srcdir=$ac_optarg ;;
1305
1306 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1307 | --syscon | --sysco | --sysc | --sys | --sy)
1308 ac_prev=sysconfdir ;;
1309 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1310 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1311 sysconfdir=$ac_optarg ;;
1312
1313 -target | --target | --targe | --targ | --tar | --ta | --t)
1314 ac_prev=target_alias ;;
1315 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1316 target_alias=$ac_optarg ;;
1317
1318 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1319 verbose=yes ;;
1320
1321 -version | --version | --versio | --versi | --vers | -V)
1322 ac_init_version=: ;;
1323
1324 -with-* | --with-*)
1325 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1326 # Reject names that are not valid shell variable names.
1327 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1328 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1329 { (exit 1); exit 1; }; }
1330 ac_useropt_orig=$ac_useropt
1331 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1332 case $ac_user_opts in
1333 *"
1334"with_$ac_useropt"
1335"*) ;;
1336 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1337 ac_unrecognized_sep=', ';;
1338 esac
1339 eval with_$ac_useropt=\$ac_optarg ;;
1340
1341 -without-* | --without-*)
1342 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1343 # Reject names that are not valid shell variable names.
1344 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1345 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1346 { (exit 1); exit 1; }; }
1347 ac_useropt_orig=$ac_useropt
1348 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1349 case $ac_user_opts in
1350 *"
1351"with_$ac_useropt"
1352"*) ;;
1353 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1354 ac_unrecognized_sep=', ';;
1355 esac
1356 eval with_$ac_useropt=no ;;
1357
1358 --x)
1359 # Obsolete; use --with-x.
1360 with_x=yes ;;
1361
1362 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1363 | --x-incl | --x-inc | --x-in | --x-i)
1364 ac_prev=x_includes ;;
1365 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1366 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1367 x_includes=$ac_optarg ;;
1368
1369 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1370 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1371 ac_prev=x_libraries ;;
1372 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1373 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1374 x_libraries=$ac_optarg ;;
1375
1376 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1377Try \`$0 --help' for more information." >&2
1378 { (exit 1); exit 1; }; }
1379 ;;
1380
1381 *=*)
1382 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1383 # Reject names that are not valid shell variable names.
1384 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1385 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1386 { (exit 1); exit 1; }; }
1387 eval $ac_envvar=\$ac_optarg
1388 export $ac_envvar ;;
1389
1390 *)
1391 # FIXME: should be removed in autoconf 3.0.
1392 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1393 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1394 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1395 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1396 ;;
1397
1398 esac
1399done
1400
1401if test -n "$ac_prev"; then
1402 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1403 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1404 { (exit 1); exit 1; }; }
1405fi
1406
1407if test -n "$ac_unrecognized_opts"; then
1408 case $enable_option_checking in
1409 no) ;;
1410 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1411 { (exit 1); exit 1; }; } ;;
1412 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1413 esac
1414fi
1415
1416# Check all directory arguments for consistency.
1417for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1418 datadir sysconfdir sharedstatedir localstatedir includedir \
1419 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1420 libdir localedir mandir
1421do
1422 eval ac_val=\$$ac_var
1423 # Remove trailing slashes.
1424 case $ac_val in
1425 */ )
1426 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1427 eval $ac_var=\$ac_val;;
1428 esac
1429 # Be sure to have absolute directory names.
1430 case $ac_val in
1431 [\\/$]* | ?:[\\/]* ) continue;;
1432 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1433 esac
1434 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1435 { (exit 1); exit 1; }; }
1436done
1437
1438# There might be people who depend on the old broken behavior: `$host'
1439# used to hold the argument of --host etc.
1440# FIXME: To remove some day.
1441build=$build_alias
1442host=$host_alias
1443target=$target_alias
1444
1445# FIXME: To remove some day.
1446if test "x$host_alias" != x; then
1447 if test "x$build_alias" = x; then
1448 cross_compiling=maybe
1449 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1450 If a cross compiler is detected then cross compile mode will be used." >&2
1451 elif test "x$build_alias" != "x$host_alias"; then
1452 cross_compiling=yes
1453 fi
1454fi
1455
1456ac_tool_prefix=
1457test -n "$host_alias" && ac_tool_prefix=$host_alias-
1458
1459test "$silent" = yes && exec 6>/dev/null
1460
1461
1462ac_pwd=`pwd` && test -n "$ac_pwd" &&
1463ac_ls_di=`ls -di .` &&
1464ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1465 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1466 { (exit 1); exit 1; }; }
1467test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1468 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1469 { (exit 1); exit 1; }; }
1470
1471
1472# Find the source files, if location was not specified.
1473if test -z "$srcdir"; then
1474 ac_srcdir_defaulted=yes
1475 # Try the directory containing this script, then the parent directory.
1476 ac_confdir=`$as_dirname -- "$as_myself" ||
1477$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1478 X"$as_myself" : 'X\(//\)[^/]' \| \
1479 X"$as_myself" : 'X\(//\)$' \| \
1480 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1481$as_echo X"$as_myself" |
1482 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1483 s//\1/
1484 q
1485 }
1486 /^X\(\/\/\)[^/].*/{
1487 s//\1/
1488 q
1489 }
1490 /^X\(\/\/\)$/{
1491 s//\1/
1492 q
1493 }
1494 /^X\(\/\).*/{
1495 s//\1/
1496 q
1497 }
1498 s/.*/./; q'`
1499 srcdir=$ac_confdir
1500 if test ! -r "$srcdir/$ac_unique_file"; then
1501 srcdir=..
1502 fi
1503else
1504 ac_srcdir_defaulted=no
1505fi
1506if test ! -r "$srcdir/$ac_unique_file"; then
1507 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1508 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1509 { (exit 1); exit 1; }; }
1510fi
1511ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1512ac_abs_confdir=`(
1513 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1514 { (exit 1); exit 1; }; }
1515 pwd)`
1516# When building in place, set srcdir=.
1517if test "$ac_abs_confdir" = "$ac_pwd"; then
1518 srcdir=.
1519fi
1520# Remove unnecessary trailing slashes from srcdir.
1521# Double slashes in file names in object file debugging info
1522# mess up M-x gdb in Emacs.
1523case $srcdir in
1524*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1525esac
1526for ac_var in $ac_precious_vars; do
1527 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1528 eval ac_env_${ac_var}_value=\$${ac_var}
1529 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1530 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1531done
1532
1533#
1534# Report the --help message.
1535#
1536if test "$ac_init_help" = "long"; then
1537 # Omit some internal or obsolete options to make the list less imposing.
1538 # This message is too long to be a string in the A/UX 3.1 sh.
1539 cat <<_ACEOF
1540\`configure' configures this package to adapt to many kinds of systems.
1541
1542Usage: $0 [OPTION]... [VAR=VALUE]...
1543
1544To assign environment variables (e.g., CC, CFLAGS...), specify them as
1545VAR=VALUE. See below for descriptions of some of the useful variables.
1546
1547Defaults for the options are specified in brackets.
1548
1549Configuration:
1550 -h, --help display this help and exit
1551 --help=short display options specific to this package
1552 --help=recursive display the short help of all the included packages
1553 -V, --version display version information and exit
1554 -q, --quiet, --silent do not print \`checking...' messages
1555 --cache-file=FILE cache test results in FILE [disabled]
1556 -C, --config-cache alias for \`--cache-file=config.cache'
1557 -n, --no-create do not create output files
1558 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1559
1560Installation directories:
1561 --prefix=PREFIX install architecture-independent files in PREFIX
1562 [$ac_default_prefix]
1563 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1564 [PREFIX]
1565
1566By default, \`make install' will install all the files in
1567\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1568an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1569for instance \`--prefix=\$HOME'.
1570
1571For better control, use the options below.
1572
1573Fine tuning of the installation directories:
1574 --bindir=DIR user executables [EPREFIX/bin]
1575 --sbindir=DIR system admin executables [EPREFIX/sbin]
1576 --libexecdir=DIR program executables [EPREFIX/libexec]
1577 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1578 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1579 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1580 --libdir=DIR object code libraries [EPREFIX/lib]
1581 --includedir=DIR C header files [PREFIX/include]
1582 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1583 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1584 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1585 --infodir=DIR info documentation [DATAROOTDIR/info]
1586 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1587 --mandir=DIR man documentation [DATAROOTDIR/man]
1588 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1589 --htmldir=DIR html documentation [DOCDIR]
1590 --dvidir=DIR dvi documentation [DOCDIR]
1591 --pdfdir=DIR pdf documentation [DOCDIR]
1592 --psdir=DIR ps documentation [DOCDIR]
1593_ACEOF
1594
1595 cat <<\_ACEOF
1596
1597Program names:
1598 --program-prefix=PREFIX prepend PREFIX to installed program names
1599 --program-suffix=SUFFIX append SUFFIX to installed program names
1600 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1601
1602System types:
1603 --build=BUILD configure for building on BUILD [guessed]
1604 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1605 --target=TARGET configure for building compilers for TARGET [HOST]
1606_ACEOF
1607fi
1608
1609if test -n "$ac_init_help"; then
1610
1611 cat <<\_ACEOF
1612
1613Optional Features:
1614 --disable-option-checking ignore unrecognized --enable/--with options
1615 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1616 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1617 --enable-maintainer-mode enable make rules and dependencies not useful
1618 (and sometimes confusing) to the casual installer
1619 --enable-silent-rules less verbose build output (undo: `make V=1')
1620 --disable-silent-rules verbose build output (undo: `make V=0')
1621 --disable-dependency-tracking speeds up one-time build
1622 --enable-dependency-tracking do not reject slow dependency extractors
1623 --enable-shared[=PKGS] build shared libraries [default=yes]
1624 --enable-static[=PKGS] build static libraries [default=yes]
1625 --enable-fast-install[=PKGS]
1626 optimize for fast installation [default=yes]
1627 --disable-libtool-lock avoid locking (might break parallel builds)
1628 --enable-debug Enable generic debug support [default=no]
1629
1630Optional Packages:
1631 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1632 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1633 --with-pic try to use only PIC/non-PIC objects [default=use
1634 both]
1635 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1636 --with-config=CONFIG Config file 'kernel|user|all|srpm'
1637 --with-linux=PATH Path to kernel source
1638 --with-linux-obj=PATH Path to kernel build objects
1639 --with-spl=PATH Path to spl source
1640 --with-spl-obj=PATH Path to spl build objects
1641 --with-blkid support blkid caching [default=check]
1642
1643Some influential environment variables:
1644 CC C compiler command
1645 CFLAGS C compiler flags
1646 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1647 nonstandard directory <lib dir>
1648 LIBS libraries to pass to the linker, e.g. -l<library>
1649 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1650 you have headers in a nonstandard directory <include dir>
1651 CPP C preprocessor
1652 CCAS assembler compiler command (defaults to CC)
1653 CCASFLAGS assembler compiler flags (defaults to CFLAGS)
1654
1655Use these variables to override the choices made by `configure' or to help
1656it to find libraries and programs with nonstandard names/locations.
1657
1658_ACEOF
1659ac_status=$?
1660fi
1661
1662if test "$ac_init_help" = "recursive"; then
1663 # If there are subdirs, report their specific --help.
1664 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1665 test -d "$ac_dir" ||
1666 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1667 continue
1668 ac_builddir=.
1669
1670case "$ac_dir" in
1671.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1672*)
1673 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1674 # A ".." for each directory in $ac_dir_suffix.
1675 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1676 case $ac_top_builddir_sub in
1677 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1678 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1679 esac ;;
1680esac
1681ac_abs_top_builddir=$ac_pwd
1682ac_abs_builddir=$ac_pwd$ac_dir_suffix
1683# for backward compatibility:
1684ac_top_builddir=$ac_top_build_prefix
1685
1686case $srcdir in
1687 .) # We are building in place.
1688 ac_srcdir=.
1689 ac_top_srcdir=$ac_top_builddir_sub
1690 ac_abs_top_srcdir=$ac_pwd ;;
1691 [\\/]* | ?:[\\/]* ) # Absolute name.
1692 ac_srcdir=$srcdir$ac_dir_suffix;
1693 ac_top_srcdir=$srcdir
1694 ac_abs_top_srcdir=$srcdir ;;
1695 *) # Relative name.
1696 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1697 ac_top_srcdir=$ac_top_build_prefix$srcdir
1698 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1699esac
1700ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1701
1702 cd "$ac_dir" || { ac_status=$?; continue; }
1703 # Check for guested configure.
1704 if test -f "$ac_srcdir/configure.gnu"; then
1705 echo &&
1706 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1707 elif test -f "$ac_srcdir/configure"; then
1708 echo &&
1709 $SHELL "$ac_srcdir/configure" --help=recursive
1710 else
1711 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1712 fi || ac_status=$?
1713 cd "$ac_pwd" || { ac_status=$?; break; }
1714 done
1715fi
1716
1717test -n "$ac_init_help" && exit $ac_status
1718if $ac_init_version; then
1719 cat <<\_ACEOF
1720configure
1721generated by GNU Autoconf 2.63
1722
1723Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
17242002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1725This configure script is free software; the Free Software Foundation
1726gives unlimited permission to copy, distribute and modify it.
1727_ACEOF
1728 exit
1729fi
1730cat >config.log <<_ACEOF
1731This file contains any messages produced by compilers while
1732running configure, to aid debugging if configure makes a mistake.
1733
1734It was created by $as_me, which was
1735generated by GNU Autoconf 2.63. Invocation command line was
1736
1737 $ $0 $@
1738
1739_ACEOF
1740exec 5>>config.log
1741{
1742cat <<_ASUNAME
1743## --------- ##
1744## Platform. ##
1745## --------- ##
1746
1747hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1748uname -m = `(uname -m) 2>/dev/null || echo unknown`
1749uname -r = `(uname -r) 2>/dev/null || echo unknown`
1750uname -s = `(uname -s) 2>/dev/null || echo unknown`
1751uname -v = `(uname -v) 2>/dev/null || echo unknown`
1752
1753/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1754/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1755
1756/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1757/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1758/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1759/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1760/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1761/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1762/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1763
1764_ASUNAME
1765
1766as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1767for as_dir in $PATH
1768do
1769 IFS=$as_save_IFS
1770 test -z "$as_dir" && as_dir=.
1771 $as_echo "PATH: $as_dir"
1772done
1773IFS=$as_save_IFS
1774
1775} >&5
1776
1777cat >&5 <<_ACEOF
1778
1779
1780## ----------- ##
1781## Core tests. ##
1782## ----------- ##
1783
1784_ACEOF
1785
1786
1787# Keep a trace of the command line.
1788# Strip out --no-create and --no-recursion so they do not pile up.
1789# Strip out --silent because we don't want to record it for future runs.
1790# Also quote any args containing shell meta-characters.
1791# Make two passes to allow for proper duplicate-argument suppression.
1792ac_configure_args=
1793ac_configure_args0=
1794ac_configure_args1=
1795ac_must_keep_next=false
1796for ac_pass in 1 2
1797do
1798 for ac_arg
1799 do
1800 case $ac_arg in
1801 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1802 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1803 | -silent | --silent | --silen | --sile | --sil)
1804 continue ;;
1805 *\'*)
1806 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1807 esac
1808 case $ac_pass in
1809 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1810 2)
1811 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1812 if test $ac_must_keep_next = true; then
1813 ac_must_keep_next=false # Got value, back to normal.
1814 else
1815 case $ac_arg in
1816 *=* | --config-cache | -C | -disable-* | --disable-* \
1817 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1818 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1819 | -with-* | --with-* | -without-* | --without-* | --x)
1820 case "$ac_configure_args0 " in
1821 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1822 esac
1823 ;;
1824 -* ) ac_must_keep_next=true ;;
1825 esac
1826 fi
1827 ac_configure_args="$ac_configure_args '$ac_arg'"
1828 ;;
1829 esac
1830 done
1831done
1832$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1833$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1834
1835# When interrupted or exit'd, cleanup temporary files, and complete
1836# config.log. We remove comments because anyway the quotes in there
1837# would cause problems or look ugly.
1838# WARNING: Use '\'' to represent an apostrophe within the trap.
1839# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1840trap 'exit_status=$?
1841 # Save into config.log some information that might help in debugging.
1842 {
1843 echo
1844
1845 cat <<\_ASBOX
1846## ---------------- ##
1847## Cache variables. ##
1848## ---------------- ##
1849_ASBOX
1850 echo
1851 # The following way of writing the cache mishandles newlines in values,
1852(
1853 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1854 eval ac_val=\$$ac_var
1855 case $ac_val in #(
1856 *${as_nl}*)
1857 case $ac_var in #(
1858 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1859$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1860 esac
1861 case $ac_var in #(
1862 _ | IFS | as_nl) ;; #(
1863 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1864 *) $as_unset $ac_var ;;
1865 esac ;;
1866 esac
1867 done
1868 (set) 2>&1 |
1869 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1870 *${as_nl}ac_space=\ *)
1871 sed -n \
1872 "s/'\''/'\''\\\\'\'''\''/g;
1873 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1874 ;; #(
1875 *)
1876 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1877 ;;
1878 esac |
1879 sort
1880)
1881 echo
1882
1883 cat <<\_ASBOX
1884## ----------------- ##
1885## Output variables. ##
1886## ----------------- ##
1887_ASBOX
1888 echo
1889 for ac_var in $ac_subst_vars
1890 do
1891 eval ac_val=\$$ac_var
1892 case $ac_val in
1893 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1894 esac
1895 $as_echo "$ac_var='\''$ac_val'\''"
1896 done | sort
1897 echo
1898
1899 if test -n "$ac_subst_files"; then
1900 cat <<\_ASBOX
1901## ------------------- ##
1902## File substitutions. ##
1903## ------------------- ##
1904_ASBOX
1905 echo
1906 for ac_var in $ac_subst_files
1907 do
1908 eval ac_val=\$$ac_var
1909 case $ac_val in
1910 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1911 esac
1912 $as_echo "$ac_var='\''$ac_val'\''"
1913 done | sort
1914 echo
1915 fi
1916
1917 if test -s confdefs.h; then
1918 cat <<\_ASBOX
1919## ----------- ##
1920## confdefs.h. ##
1921## ----------- ##
1922_ASBOX
1923 echo
1924 cat confdefs.h
1925 echo
1926 fi
1927 test "$ac_signal" != 0 &&
1928 $as_echo "$as_me: caught signal $ac_signal"
1929 $as_echo "$as_me: exit $exit_status"
1930 } >&5
1931 rm -f core *.core core.conftest.* &&
1932 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1933 exit $exit_status
1934' 0
1935for ac_signal in 1 2 13 15; do
1936 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1937done
1938ac_signal=0
1939
1940# confdefs.h avoids OS command line length limits that DEFS can exceed.
1941rm -f -r conftest* confdefs.h
1942
1943# Predefined preprocessor variables.
1944
1945cat >>confdefs.h <<_ACEOF
1946#define PACKAGE_NAME "$PACKAGE_NAME"
1947_ACEOF
1948
1949
1950cat >>confdefs.h <<_ACEOF
1951#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1952_ACEOF
1953
1954
1955cat >>confdefs.h <<_ACEOF
1956#define PACKAGE_VERSION "$PACKAGE_VERSION"
1957_ACEOF
1958
1959
1960cat >>confdefs.h <<_ACEOF
1961#define PACKAGE_STRING "$PACKAGE_STRING"
1962_ACEOF
1963
1964
1965cat >>confdefs.h <<_ACEOF
1966#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1967_ACEOF
1968
1969
1970# Let the site file select an alternate cache file if it wants to.
1971# Prefer an explicitly selected file to automatically selected ones.
1972ac_site_file1=NONE
1973ac_site_file2=NONE
1974if test -n "$CONFIG_SITE"; then
1975 ac_site_file1=$CONFIG_SITE
1976elif test "x$prefix" != xNONE; then
1977 ac_site_file1=$prefix/share/config.site
1978 ac_site_file2=$prefix/etc/config.site
1979else
1980 ac_site_file1=$ac_default_prefix/share/config.site
1981 ac_site_file2=$ac_default_prefix/etc/config.site
1982fi
1983for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1984do
1985 test "x$ac_site_file" = xNONE && continue
1986 if test -r "$ac_site_file"; then
1987 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1988$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1989 sed 's/^/| /' "$ac_site_file" >&5
1990 . "$ac_site_file"
1991 fi
1992done
1993
1994if test -r "$cache_file"; then
1995 # Some versions of bash will fail to source /dev/null (special
1996 # files actually), so we avoid doing that.
1997 if test -f "$cache_file"; then
1998 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1999$as_echo "$as_me: loading cache $cache_file" >&6;}
2000 case $cache_file in
2001 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2002 *) . "./$cache_file";;
2003 esac
2004 fi
2005else
2006 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
2007$as_echo "$as_me: creating cache $cache_file" >&6;}
2008 >$cache_file
2009fi
2010
2011# Check that the precious variables saved in the cache have kept the same
2012# value.
2013ac_cache_corrupted=false
2014for ac_var in $ac_precious_vars; do
2015 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2016 eval ac_new_set=\$ac_env_${ac_var}_set
2017 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2018 eval ac_new_val=\$ac_env_${ac_var}_value
2019 case $ac_old_set,$ac_new_set in
2020 set,)
2021 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2022$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2023 ac_cache_corrupted=: ;;
2024 ,set)
2025 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2026$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2027 ac_cache_corrupted=: ;;
2028 ,);;
2029 *)
2030 if test "x$ac_old_val" != "x$ac_new_val"; then
2031 # differences in whitespace do not lead to failure.
2032 ac_old_val_w=`echo x $ac_old_val`
2033 ac_new_val_w=`echo x $ac_new_val`
2034 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2035 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2036$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2037 ac_cache_corrupted=:
2038 else
2039 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2040$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2041 eval $ac_var=\$ac_old_val
2042 fi
2043 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
2044$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2045 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
2046$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2047 fi;;
2048 esac
2049 # Pass precious variables to config.status.
2050 if test "$ac_new_set" = set; then
2051 case $ac_new_val in
2052 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2053 *) ac_arg=$ac_var=$ac_new_val ;;
2054 esac
2055 case " $ac_configure_args " in
2056 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2057 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2058 esac
2059 fi
2060done
2061if $ac_cache_corrupted; then
2062 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2063$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2064 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2065$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2066 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2067$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2068 { (exit 1); exit 1; }; }
2069fi
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087ac_ext=c
2088ac_cpp='$CPP $CPPFLAGS'
2089ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2090ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2091ac_compiler_gnu=$ac_cv_c_compiler_gnu
2092
2093
2094ac_ext=c
2095ac_cpp='$CPP $CPPFLAGS'
2096ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2097ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2098ac_compiler_gnu=$ac_cv_c_compiler_gnu
2099
2100
2101
2102
2103
2104
2105 { $as_echo "$as_me:$LINENO: checking metadata" >&5
2106$as_echo_n "checking metadata... " >&6; }
2107
2108 META="$srcdir/META"
2109 _zfs_ac_meta_got_file=no
2110 if test -f "$META"; then
2111 _zfs_ac_meta_got_file=yes
2112
2113 ZFS_META_NAME=`perl -n\
2114 -e "BEGIN { \\$key=shift @ARGV; }"\
2115 -e "next unless s/^\s*\\$key[:=]//i;"\
2116 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2117 -e "s/^\s+//;"\
2118 -e "s/\s+$//;"\
2119 -e "s/^(['\"])(.*)\1/\\$2/;"\
2120 -e "\\$val=\\$_;"\
2121 -e "END { print \\$val if defined \\$val; }"\
2122 '(?:NAME|PROJECT|PACKAGE)' $META`;
2123 if test -n "$ZFS_META_NAME"; then
2124
2125cat >>confdefs.h <<_ACEOF
2126#define ZFS_META_NAME "$ZFS_META_NAME"
2127_ACEOF
2128
2129
2130 fi
2131
2132 ZFS_META_VERSION=`perl -n\
2133 -e "BEGIN { \\$key=shift @ARGV; }"\
2134 -e "next unless s/^\s*\\$key[:=]//i;"\
2135 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2136 -e "s/^\s+//;"\
2137 -e "s/\s+$//;"\
2138 -e "s/^(['\"])(.*)\1/\\$2/;"\
2139 -e "\\$val=\\$_;"\
2140 -e "END { print \\$val if defined \\$val; }"\
2141 'VERSION' $META`;
2142 if test -n "$ZFS_META_VERSION"; then
2143
2144cat >>confdefs.h <<_ACEOF
2145#define ZFS_META_VERSION "$ZFS_META_VERSION"
2146_ACEOF
2147
2148
2149 fi
2150
2151 ZFS_META_RELEASE=`perl -n\
2152 -e "BEGIN { \\$key=shift @ARGV; }"\
2153 -e "next unless s/^\s*\\$key[:=]//i;"\
2154 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2155 -e "s/^\s+//;"\
2156 -e "s/\s+$//;"\
2157 -e "s/^(['\"])(.*)\1/\\$2/;"\
2158 -e "\\$val=\\$_;"\
2159 -e "END { print \\$val if defined \\$val; }"\
2160 'RELEASE' $META`;
2161 if test -n "$ZFS_META_RELEASE"; then
2162
2163cat >>confdefs.h <<_ACEOF
2164#define ZFS_META_RELEASE "$ZFS_META_RELEASE"
2165_ACEOF
2166
2167
2168 fi
2169
2170 ZFS_META_LICENSE=`perl -n\
2171 -e "BEGIN { \\$key=shift @ARGV; }"\
2172 -e "next unless s/^\s*\\$key[:=]//i;"\
2173 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2174 -e "s/^\s+//;"\
2175 -e "s/\s+$//;"\
2176 -e "s/^(['\"])(.*)\1/\\$2/;"\
2177 -e "\\$val=\\$_;"\
2178 -e "END { print \\$val if defined \\$val; }"\
2179 'LICENSE' $META`;
2180 if test -n "$ZFS_META_LICENSE"; then
2181
2182cat >>confdefs.h <<_ACEOF
2183#define ZFS_META_LICENSE "$ZFS_META_LICENSE"
2184_ACEOF
2185
2186
2187 fi
2188
2189 if test -n "$ZFS_META_NAME" -a -n "$ZFS_META_VERSION"; then
2190 ZFS_META_ALIAS="$ZFS_META_NAME-$ZFS_META_VERSION"
2191 test -n "$ZFS_META_RELEASE" &&
2192 ZFS_META_ALIAS="$ZFS_META_ALIAS-$ZFS_META_RELEASE"
2193
2194cat >>confdefs.h <<_ACEOF
2195#define ZFS_META_ALIAS "$ZFS_META_ALIAS"
2196_ACEOF
2197
2198
2199 fi
2200
2201 ZFS_META_DATA=`perl -n\
2202 -e "BEGIN { \\$key=shift @ARGV; }"\
2203 -e "next unless s/^\s*\\$key[:=]//i;"\
2204 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2205 -e "s/^\s+//;"\
2206 -e "s/\s+$//;"\
2207 -e "s/^(['\"])(.*)\1/\\$2/;"\
2208 -e "\\$val=\\$_;"\
2209 -e "END { print \\$val if defined \\$val; }"\
2210 'DATE' $META`;
2211 if test -n "$ZFS_META_DATA"; then
2212
2213cat >>confdefs.h <<_ACEOF
2214#define ZFS_META_DATA "$ZFS_META_DATA"
2215_ACEOF
2216
2217
2218 fi
2219
2220 ZFS_META_AUTHOR=`perl -n\
2221 -e "BEGIN { \\$key=shift @ARGV; }"\
2222 -e "next unless s/^\s*\\$key[:=]//i;"\
2223 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2224 -e "s/^\s+//;"\
2225 -e "s/\s+$//;"\
2226 -e "s/^(['\"])(.*)\1/\\$2/;"\
2227 -e "\\$val=\\$_;"\
2228 -e "END { print \\$val if defined \\$val; }"\
2229 'AUTHOR' $META`;
2230 if test -n "$ZFS_META_AUTHOR"; then
2231
2232cat >>confdefs.h <<_ACEOF
2233#define ZFS_META_AUTHOR "$ZFS_META_AUTHOR"
2234_ACEOF
2235
2236
2237 fi
2238
2239
2240 ZFS_META_LT_CURRENT=`perl -n\
2241 -e "BEGIN { \\$key=shift @ARGV; }"\
2242 -e "next unless s/^\s*\\$key[:=]//i;"\
2243 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2244 -e "s/^\s+//;"\
2245 -e "s/\s+$//;"\
2246 -e "s/^(['\"])(.*)\1/\\$2/;"\
2247 -e "\\$val=\\$_;"\
2248 -e "END { print \\$val if defined \\$val; }"\
2249 'LT_CURRENT' $META`;
2250 ZFS_META_LT_REVISION=`perl -n\
2251 -e "BEGIN { \\$key=shift @ARGV; }"\
2252 -e "next unless s/^\s*\\$key[:=]//i;"\
2253 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2254 -e "s/^\s+//;"\
2255 -e "s/\s+$//;"\
2256 -e "s/^(['\"])(.*)\1/\\$2/;"\
2257 -e "\\$val=\\$_;"\
2258 -e "END { print \\$val if defined \\$val; }"\
2259 'LT_REVISION' $META`;
2260 ZFS_META_LT_AGE=`perl -n\
2261 -e "BEGIN { \\$key=shift @ARGV; }"\
2262 -e "next unless s/^\s*\\$key[:=]//i;"\
2263 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2264 -e "s/^\s+//;"\
2265 -e "s/\s+$//;"\
2266 -e "s/^(['\"])(.*)\1/\\$2/;"\
2267 -e "\\$val=\\$_;"\
2268 -e "END { print \\$val if defined \\$val; }"\
2269 'LT_AGE' $META`;
2270 if test -n "$ZFS_META_LT_CURRENT" \
2271 -o -n "$ZFS_META_LT_REVISION" \
2272 -o -n "$ZFS_META_LT_AGE"; then
2273 test -n "$ZFS_META_LT_CURRENT" || ZFS_META_LT_CURRENT="0"
2274 test -n "$ZFS_META_LT_REVISION" || ZFS_META_LT_REVISION="0"
2275 test -n "$ZFS_META_LT_AGE" || ZFS_META_LT_AGE="0"
2276
2277cat >>confdefs.h <<_ACEOF
2278#define ZFS_META_LT_CURRENT "$ZFS_META_LT_CURRENT"
2279_ACEOF
2280
2281
2282cat >>confdefs.h <<_ACEOF
2283#define ZFS_META_LT_REVISION "$ZFS_META_LT_REVISION"
2284_ACEOF
2285
2286
2287cat >>confdefs.h <<_ACEOF
2288#define ZFS_META_LT_AGE "$ZFS_META_LT_AGE"
2289_ACEOF
2290
2291
2292
2293
2294 fi
2295 fi
2296
2297 { $as_echo "$as_me:$LINENO: result: $_zfs_ac_meta_got_file" >&5
2298$as_echo "$_zfs_ac_meta_got_file" >&6; }
2299
2300
2301ac_aux_dir=
2302for ac_dir in config "$srcdir"/config; do
2303 if test -f "$ac_dir/install-sh"; then
2304 ac_aux_dir=$ac_dir
2305 ac_install_sh="$ac_aux_dir/install-sh -c"
2306 break
2307 elif test -f "$ac_dir/install.sh"; then
2308 ac_aux_dir=$ac_dir
2309 ac_install_sh="$ac_aux_dir/install.sh -c"
2310 break
2311 elif test -f "$ac_dir/shtool"; then
2312 ac_aux_dir=$ac_dir
2313 ac_install_sh="$ac_aux_dir/shtool install -c"
2314 break
2315 fi
2316done
2317if test -z "$ac_aux_dir"; then
2318 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&5
2319$as_echo "$as_me: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&2;}
2320 { (exit 1); exit 1; }; }
2321fi
2322
2323# These three variables are undocumented and unsupported,
2324# and are intended to be withdrawn in a future Autoconf release.
2325# They can cause serious problems if a builder's source tree is in a directory
2326# whose full name contains unusual characters.
2327ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2328ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2329ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2330
2331
2332# Make sure we can run config.sub.
2333$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2334 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2335$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2336 { (exit 1); exit 1; }; }
2337
2338{ $as_echo "$as_me:$LINENO: checking build system type" >&5
2339$as_echo_n "checking build system type... " >&6; }
2340if test "${ac_cv_build+set}" = set; then
2341 $as_echo_n "(cached) " >&6
2342else
2343 ac_build_alias=$build_alias
2344test "x$ac_build_alias" = x &&
2345 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2346test "x$ac_build_alias" = x &&
2347 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2348$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2349 { (exit 1); exit 1; }; }
2350ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2351 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2352$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2353 { (exit 1); exit 1; }; }
2354
2355fi
2356{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2357$as_echo "$ac_cv_build" >&6; }
2358case $ac_cv_build in
2359*-*-*) ;;
2360*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2361$as_echo "$as_me: error: invalid value of canonical build" >&2;}
2362 { (exit 1); exit 1; }; };;
2363esac
2364build=$ac_cv_build
2365ac_save_IFS=$IFS; IFS='-'
2366set x $ac_cv_build
2367shift
2368build_cpu=$1
2369build_vendor=$2
2370shift; shift
2371# Remember, the first character of IFS is used to create $*,
2372# except with old shells:
2373build_os=$*
2374IFS=$ac_save_IFS
2375case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2376
2377
2378{ $as_echo "$as_me:$LINENO: checking host system type" >&5
2379$as_echo_n "checking host system type... " >&6; }
2380if test "${ac_cv_host+set}" = set; then
2381 $as_echo_n "(cached) " >&6
2382else
2383 if test "x$host_alias" = x; then
2384 ac_cv_host=$ac_cv_build
2385else
2386 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2387 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2388$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2389 { (exit 1); exit 1; }; }
2390fi
2391
2392fi
2393{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2394$as_echo "$ac_cv_host" >&6; }
2395case $ac_cv_host in
2396*-*-*) ;;
2397*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2398$as_echo "$as_me: error: invalid value of canonical host" >&2;}
2399 { (exit 1); exit 1; }; };;
2400esac
2401host=$ac_cv_host
2402ac_save_IFS=$IFS; IFS='-'
2403set x $ac_cv_host
2404shift
2405host_cpu=$1
2406host_vendor=$2
2407shift; shift
2408# Remember, the first character of IFS is used to create $*,
2409# except with old shells:
2410host_os=$*
2411IFS=$ac_save_IFS
2412case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2413
2414
2415{ $as_echo "$as_me:$LINENO: checking target system type" >&5
2416$as_echo_n "checking target system type... " >&6; }
2417if test "${ac_cv_target+set}" = set; then
2418 $as_echo_n "(cached) " >&6
2419else
2420 if test "x$target_alias" = x; then
2421 ac_cv_target=$ac_cv_host
2422else
2423 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2424 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
2425$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
2426 { (exit 1); exit 1; }; }
2427fi
2428
2429fi
2430{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2431$as_echo "$ac_cv_target" >&6; }
2432case $ac_cv_target in
2433*-*-*) ;;
2434*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
2435$as_echo "$as_me: error: invalid value of canonical target" >&2;}
2436 { (exit 1); exit 1; }; };;
2437esac
2438target=$ac_cv_target
2439ac_save_IFS=$IFS; IFS='-'
2440set x $ac_cv_target
2441shift
2442target_cpu=$1
2443target_vendor=$2
2444shift; shift
2445# Remember, the first character of IFS is used to create $*,
2446# except with old shells:
2447target_os=$*
2448IFS=$ac_save_IFS
2449case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2450
2451
2452# The aliases save the names the user supplied, while $host etc.
2453# will get canonicalized.
2454test -n "$target_alias" &&
2455 test "$program_prefix$program_suffix$program_transform_name" = \
2456 NONENONEs,x,x, &&
2457 program_prefix=${target_alias}-
2458
2459{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2460$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2461 # Check whether --enable-maintainer-mode was given.
2462if test "${enable_maintainer_mode+set}" = set; then
2463 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2464else
2465 USE_MAINTAINER_MODE=no
2466fi
2467
2468 { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2469$as_echo "$USE_MAINTAINER_MODE" >&6; }
2470 if test $USE_MAINTAINER_MODE = yes; then
2471 MAINTAINER_MODE_TRUE=
2472 MAINTAINER_MODE_FALSE='#'
2473else
2474 MAINTAINER_MODE_TRUE='#'
2475 MAINTAINER_MODE_FALSE=
2476fi
2477
2478 MAINT=$MAINTAINER_MODE_TRUE
2479
2480
2481# Check whether --enable-silent-rules was given.
2482if test "${enable_silent_rules+set}" = set; then
2483 enableval=$enable_silent_rules;
2484fi
2485
2486case $enable_silent_rules in
2487yes) AM_DEFAULT_VERBOSITY=0;;
2488no) AM_DEFAULT_VERBOSITY=1;;
2489*) AM_DEFAULT_VERBOSITY=1;;
2490esac
2491AM_BACKSLASH='\'
2492
2493am__api_version='1.11'
2494
2495# Find a good install program. We prefer a C program (faster),
2496# so one script is as good as another. But avoid the broken or
2497# incompatible versions:
2498# SysV /etc/install, /usr/sbin/install
2499# SunOS /usr/etc/install
2500# IRIX /sbin/install
2501# AIX /bin/install
2502# AmigaOS /C/install, which installs bootblocks on floppy discs
2503# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2504# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2505# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2506# OS/2's system install, which has a completely different semantic
2507# ./install, which can be erroneously created by make from ./install.sh.
2508# Reject install programs that cannot install multiple files.
2509{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2510$as_echo_n "checking for a BSD-compatible install... " >&6; }
2511if test -z "$INSTALL"; then
2512if test "${ac_cv_path_install+set}" = set; then
2513 $as_echo_n "(cached) " >&6
2514else
2515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2516for as_dir in $PATH
2517do
2518 IFS=$as_save_IFS
2519 test -z "$as_dir" && as_dir=.
2520 # Account for people who put trailing slashes in PATH elements.
2521case $as_dir/ in
2522 ./ | .// | /cC/* | \
2523 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2524 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2525 /usr/ucb/* ) ;;
2526 *)
2527 # OSF1 and SCO ODT 3.0 have their own names for install.
2528 # Don't use installbsd from OSF since it installs stuff as root
2529 # by default.
2530 for ac_prog in ginstall scoinst install; do
2531 for ac_exec_ext in '' $ac_executable_extensions; do
2532 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2533 if test $ac_prog = install &&
2534 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2535 # AIX install. It has an incompatible calling convention.
2536 :
2537 elif test $ac_prog = install &&
2538 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2539 # program-specific install script used by HP pwplus--don't use.
2540 :
2541 else
2542 rm -rf conftest.one conftest.two conftest.dir
2543 echo one > conftest.one
2544 echo two > conftest.two
2545 mkdir conftest.dir
2546 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2547 test -s conftest.one && test -s conftest.two &&
2548 test -s conftest.dir/conftest.one &&
2549 test -s conftest.dir/conftest.two
2550 then
2551 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2552 break 3
2553 fi
2554 fi
2555 fi
2556 done
2557 done
2558 ;;
2559esac
2560
2561done
2562IFS=$as_save_IFS
2563
2564rm -rf conftest.one conftest.two conftest.dir
2565
2566fi
2567 if test "${ac_cv_path_install+set}" = set; then
2568 INSTALL=$ac_cv_path_install
2569 else
2570 # As a last resort, use the slow shell script. Don't cache a
2571 # value for INSTALL within a source directory, because that will
2572 # break other packages using the cache if that directory is
2573 # removed, or if the value is a relative name.
2574 INSTALL=$ac_install_sh
2575 fi
2576fi
2577{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2578$as_echo "$INSTALL" >&6; }
2579
2580# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2581# It thinks the first close brace ends the variable substitution.
2582test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2583
2584test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2585
2586test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2587
2588{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2589$as_echo_n "checking whether build environment is sane... " >&6; }
2590# Just in case
2591sleep 1
2592echo timestamp > conftest.file
2593# Reject unsafe characters in $srcdir or the absolute working directory
2594# name. Accept space and tab only in the latter.
2595am_lf='
2596'
2597case `pwd` in
2598 *[\\\"\#\$\&\'\`$am_lf]*)
2599 { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2600$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2601 { (exit 1); exit 1; }; };;
2602esac
2603case $srcdir in
2604 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2605 { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2606$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
2607 { (exit 1); exit 1; }; };;
2608esac
2609
2610# Do `set' in a subshell so we don't clobber the current shell's
2611# arguments. Must try -L first in case configure is actually a
2612# symlink; some systems play weird games with the mod time of symlinks
2613# (eg FreeBSD returns the mod time of the symlink's containing
2614# directory).
2615if (
2616 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2617 if test "$*" = "X"; then
2618 # -L didn't work.
2619 set X `ls -t "$srcdir/configure" conftest.file`
2620 fi
2621 rm -f conftest.file
2622 if test "$*" != "X $srcdir/configure conftest.file" \
2623 && test "$*" != "X conftest.file $srcdir/configure"; then
2624
2625 # If neither matched, then we have a broken ls. This can happen
2626 # if, for instance, CONFIG_SHELL is bash and it inherits a
2627 # broken ls alias from the environment. This has actually
2628 # happened. Such a system could not be considered "sane".
2629 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2630alias in your environment" >&5
2631$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2632alias in your environment" >&2;}
2633 { (exit 1); exit 1; }; }
2634 fi
2635
2636 test "$2" = conftest.file
2637 )
2638then
2639 # Ok.
2640 :
2641else
2642 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2643Check your system clock" >&5
2644$as_echo "$as_me: error: newly created file is older than distributed files!
2645Check your system clock" >&2;}
2646 { (exit 1); exit 1; }; }
2647fi
2648{ $as_echo "$as_me:$LINENO: result: yes" >&5
2649$as_echo "yes" >&6; }
2650test "$program_prefix" != NONE &&
2651 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2652# Use a double $ so make ignores it.
2653test "$program_suffix" != NONE &&
2654 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2655# Double any \ or $.
2656# By default was `s,x,x', remove it if useless.
2657ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2658program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2659
2660# expand $ac_aux_dir to an absolute path
2661am_aux_dir=`cd $ac_aux_dir && pwd`
2662
2663if test x"${MISSING+set}" != xset; then
2664 case $am_aux_dir in
2665 *\ * | *\ *)
2666 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2667 *)
2668 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2669 esac
2670fi
2671# Use eval to expand $SHELL
2672if eval "$MISSING --run true"; then
2673 am_missing_run="$MISSING --run "
2674else
2675 am_missing_run=
2676 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2677$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2678fi
2679
2680if test x"${install_sh}" != xset; then
2681 case $am_aux_dir in
2682 *\ * | *\ *)
2683 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2684 *)
2685 install_sh="\${SHELL} $am_aux_dir/install-sh"
2686 esac
2687fi
2688
2689# Installed binaries are usually stripped using `strip' when the user
2690# run `make install-strip'. However `strip' might not be the right
2691# tool to use in cross-compilation environments, therefore Automake
2692# will honor the `STRIP' environment variable to overrule this program.
2693if test "$cross_compiling" != no; then
2694 if test -n "$ac_tool_prefix"; then
2695 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2696set dummy ${ac_tool_prefix}strip; ac_word=$2
2697{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2698$as_echo_n "checking for $ac_word... " >&6; }
2699if test "${ac_cv_prog_STRIP+set}" = set; then
2700 $as_echo_n "(cached) " >&6
2701else
2702 if test -n "$STRIP"; then
2703 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2704else
2705as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2706for as_dir in $PATH
2707do
2708 IFS=$as_save_IFS
2709 test -z "$as_dir" && as_dir=.
2710 for ac_exec_ext in '' $ac_executable_extensions; do
2711 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2712 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2713 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2714 break 2
2715 fi
2716done
2717done
2718IFS=$as_save_IFS
2719
2720fi
2721fi
2722STRIP=$ac_cv_prog_STRIP
2723if test -n "$STRIP"; then
2724 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2725$as_echo "$STRIP" >&6; }
2726else
2727 { $as_echo "$as_me:$LINENO: result: no" >&5
2728$as_echo "no" >&6; }
2729fi
2730
2731
2732fi
2733if test -z "$ac_cv_prog_STRIP"; then
2734 ac_ct_STRIP=$STRIP
2735 # Extract the first word of "strip", so it can be a program name with args.
2736set dummy strip; ac_word=$2
2737{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2738$as_echo_n "checking for $ac_word... " >&6; }
2739if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2740 $as_echo_n "(cached) " >&6
2741else
2742 if test -n "$ac_ct_STRIP"; then
2743 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2744else
2745as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2746for as_dir in $PATH
2747do
2748 IFS=$as_save_IFS
2749 test -z "$as_dir" && as_dir=.
2750 for ac_exec_ext in '' $ac_executable_extensions; do
2751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2752 ac_cv_prog_ac_ct_STRIP="strip"
2753 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2754 break 2
2755 fi
2756done
2757done
2758IFS=$as_save_IFS
2759
2760fi
2761fi
2762ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2763if test -n "$ac_ct_STRIP"; then
2764 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2765$as_echo "$ac_ct_STRIP" >&6; }
2766else
2767 { $as_echo "$as_me:$LINENO: result: no" >&5
2768$as_echo "no" >&6; }
2769fi
2770
2771 if test "x$ac_ct_STRIP" = x; then
2772 STRIP=":"
2773 else
2774 case $cross_compiling:$ac_tool_warned in
2775yes:)
2776{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2777$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2778ac_tool_warned=yes ;;
2779esac
2780 STRIP=$ac_ct_STRIP
2781 fi
2782else
2783 STRIP="$ac_cv_prog_STRIP"
2784fi
2785
2786fi
2787INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2788
2789{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2790$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2791if test -z "$MKDIR_P"; then
2792 if test "${ac_cv_path_mkdir+set}" = set; then
2793 $as_echo_n "(cached) " >&6
2794else
2795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2796for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2797do
2798 IFS=$as_save_IFS
2799 test -z "$as_dir" && as_dir=.
2800 for ac_prog in mkdir gmkdir; do
2801 for ac_exec_ext in '' $ac_executable_extensions; do
2802 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2803 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2804 'mkdir (GNU coreutils) '* | \
2805 'mkdir (coreutils) '* | \
2806 'mkdir (fileutils) '4.1*)
2807 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2808 break 3;;
2809 esac
2810 done
2811 done
2812done
2813IFS=$as_save_IFS
2814
2815fi
2816
2817 if test "${ac_cv_path_mkdir+set}" = set; then
2818 MKDIR_P="$ac_cv_path_mkdir -p"
2819 else
2820 # As a last resort, use the slow shell script. Don't cache a
2821 # value for MKDIR_P within a source directory, because that will
2822 # break other packages using the cache if that directory is
2823 # removed, or if the value is a relative name.
2824 test -d ./--version && rmdir ./--version
2825 MKDIR_P="$ac_install_sh -d"
2826 fi
2827fi
2828{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2829$as_echo "$MKDIR_P" >&6; }
2830
2831mkdir_p="$MKDIR_P"
2832case $mkdir_p in
2833 [\\/$]* | ?:[\\/]*) ;;
2834 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2835esac
2836
2837for ac_prog in gawk mawk nawk awk
2838do
2839 # Extract the first word of "$ac_prog", so it can be a program name with args.
2840set dummy $ac_prog; ac_word=$2
2841{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2842$as_echo_n "checking for $ac_word... " >&6; }
2843if test "${ac_cv_prog_AWK+set}" = set; then
2844 $as_echo_n "(cached) " >&6
2845else
2846 if test -n "$AWK"; then
2847 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2848else
2849as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2850for as_dir in $PATH
2851do
2852 IFS=$as_save_IFS
2853 test -z "$as_dir" && as_dir=.
2854 for ac_exec_ext in '' $ac_executable_extensions; do
2855 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2856 ac_cv_prog_AWK="$ac_prog"
2857 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2858 break 2
2859 fi
2860done
2861done
2862IFS=$as_save_IFS
2863
2864fi
2865fi
2866AWK=$ac_cv_prog_AWK
2867if test -n "$AWK"; then
2868 { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2869$as_echo "$AWK" >&6; }
2870else
2871 { $as_echo "$as_me:$LINENO: result: no" >&5
2872$as_echo "no" >&6; }
2873fi
2874
2875
2876 test -n "$AWK" && break
2877done
2878
2879{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2880$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2881set x ${MAKE-make}
2882ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2883if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2884 $as_echo_n "(cached) " >&6
2885else
2886 cat >conftest.make <<\_ACEOF
2887SHELL = /bin/sh
2888all:
2889 @echo '@@@%%%=$(MAKE)=@@@%%%'
2890_ACEOF
2891# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2892case `${MAKE-make} -f conftest.make 2>/dev/null` in
2893 *@@@%%%=?*=@@@%%%*)
2894 eval ac_cv_prog_make_${ac_make}_set=yes;;
2895 *)
2896 eval ac_cv_prog_make_${ac_make}_set=no;;
2897esac
2898rm -f conftest.make
2899fi
2900if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2901 { $as_echo "$as_me:$LINENO: result: yes" >&5
2902$as_echo "yes" >&6; }
2903 SET_MAKE=
2904else
2905 { $as_echo "$as_me:$LINENO: result: no" >&5
2906$as_echo "no" >&6; }
2907 SET_MAKE="MAKE=${MAKE-make}"
2908fi
2909
2910rm -rf .tst 2>/dev/null
2911mkdir .tst 2>/dev/null
2912if test -d .tst; then
2913 am__leading_dot=.
2914else
2915 am__leading_dot=_
2916fi
2917rmdir .tst 2>/dev/null
2918
2919if test "`cd $srcdir && pwd`" != "`pwd`"; then
2920 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2921 # is not polluted with repeated "-I."
2922 am__isrc=' -I$(srcdir)'
2923 # test to see if srcdir already configured
2924 if test -f $srcdir/config.status; then
2925 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2926$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2927 { (exit 1); exit 1; }; }
2928 fi
2929fi
2930
2931# test whether we have cygpath
2932if test -z "$CYGPATH_W"; then
2933 if (cygpath --version) >/dev/null 2>/dev/null; then
2934 CYGPATH_W='cygpath -w'
2935 else
2936 CYGPATH_W=echo
2937 fi
2938fi
2939
2940
2941# Define the identity of the package.
2942 PACKAGE=$ZFS_META_NAME
2943 VERSION=$ZFS_META_VERSION
2944
2945
2946cat >>confdefs.h <<_ACEOF
2947#define PACKAGE "$PACKAGE"
2948_ACEOF
2949
2950
2951cat >>confdefs.h <<_ACEOF
2952#define VERSION "$VERSION"
2953_ACEOF
2954
2955# Some tools Automake needs.
2956
2957ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2958
2959
2960AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2961
2962
2963AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2964
2965
2966AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2967
2968
2969MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2970
2971# We need awk for the "check" target. The system "awk" is bad on
2972# some platforms.
2973# Always define AMTAR for backward compatibility.
2974
2975AMTAR=${AMTAR-"${am_missing_run}tar"}
2976
2977am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2978
2979
2980
2981
2982
2983ac_config_headers="$ac_config_headers zfs_config.h"
2984
2985
2986# Find a good install program. We prefer a C program (faster),
2987# so one script is as good as another. But avoid the broken or
2988# incompatible versions:
2989# SysV /etc/install, /usr/sbin/install
2990# SunOS /usr/etc/install
2991# IRIX /sbin/install
2992# AIX /bin/install
2993# AmigaOS /C/install, which installs bootblocks on floppy discs
2994# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2995# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2996# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2997# OS/2's system install, which has a completely different semantic
2998# ./install, which can be erroneously created by make from ./install.sh.
2999# Reject install programs that cannot install multiple files.
3000{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3001$as_echo_n "checking for a BSD-compatible install... " >&6; }
3002if test -z "$INSTALL"; then
3003if test "${ac_cv_path_install+set}" = set; then
3004 $as_echo_n "(cached) " >&6
3005else
3006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3007for as_dir in $PATH
3008do
3009 IFS=$as_save_IFS
3010 test -z "$as_dir" && as_dir=.
3011 # Account for people who put trailing slashes in PATH elements.
3012case $as_dir/ in
3013 ./ | .// | /cC/* | \
3014 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3015 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3016 /usr/ucb/* ) ;;
3017 *)
3018 # OSF1 and SCO ODT 3.0 have their own names for install.
3019 # Don't use installbsd from OSF since it installs stuff as root
3020 # by default.
3021 for ac_prog in ginstall scoinst install; do
3022 for ac_exec_ext in '' $ac_executable_extensions; do
3023 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3024 if test $ac_prog = install &&
3025 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3026 # AIX install. It has an incompatible calling convention.
3027 :
3028 elif test $ac_prog = install &&
3029 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3030 # program-specific install script used by HP pwplus--don't use.
3031 :
3032 else
3033 rm -rf conftest.one conftest.two conftest.dir
3034 echo one > conftest.one
3035 echo two > conftest.two
3036 mkdir conftest.dir
3037 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3038 test -s conftest.one && test -s conftest.two &&
3039 test -s conftest.dir/conftest.one &&
3040 test -s conftest.dir/conftest.two
3041 then
3042 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3043 break 3
3044 fi
3045 fi
3046 fi
3047 done
3048 done
3049 ;;
3050esac
3051
3052done
3053IFS=$as_save_IFS
3054
3055rm -rf conftest.one conftest.two conftest.dir
3056
3057fi
3058 if test "${ac_cv_path_install+set}" = set; then
3059 INSTALL=$ac_cv_path_install
3060 else
3061 # As a last resort, use the slow shell script. Don't cache a
3062 # value for INSTALL within a source directory, because that will
3063 # break other packages using the cache if that directory is
3064 # removed, or if the value is a relative name.
3065 INSTALL=$ac_install_sh
3066 fi
3067fi
3068{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
3069$as_echo "$INSTALL" >&6; }
3070
3071# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3072# It thinks the first close brace ends the variable substitution.
3073test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3074
3075test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3076
3077test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3078
3079ac_ext=c
3080ac_cpp='$CPP $CPPFLAGS'
3081ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3082ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3083ac_compiler_gnu=$ac_cv_c_compiler_gnu
3084if test -n "$ac_tool_prefix"; then
3085 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3086set dummy ${ac_tool_prefix}gcc; ac_word=$2
3087{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3088$as_echo_n "checking for $ac_word... " >&6; }
3089if test "${ac_cv_prog_CC+set}" = set; then
3090 $as_echo_n "(cached) " >&6
3091else
3092 if test -n "$CC"; then
3093 ac_cv_prog_CC="$CC" # Let the user override the test.
3094else
3095as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3096for as_dir in $PATH
3097do
3098 IFS=$as_save_IFS
3099 test -z "$as_dir" && as_dir=.
3100 for ac_exec_ext in '' $ac_executable_extensions; do
3101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3102 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3103 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3104 break 2
3105 fi
3106done
3107done
3108IFS=$as_save_IFS
3109
3110fi
3111fi
3112CC=$ac_cv_prog_CC
3113if test -n "$CC"; then
3114 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3115$as_echo "$CC" >&6; }
3116else
3117 { $as_echo "$as_me:$LINENO: result: no" >&5
3118$as_echo "no" >&6; }
3119fi
3120
3121
3122fi
3123if test -z "$ac_cv_prog_CC"; then
3124 ac_ct_CC=$CC
3125 # Extract the first word of "gcc", so it can be a program name with args.
3126set dummy gcc; ac_word=$2
3127{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3128$as_echo_n "checking for $ac_word... " >&6; }
3129if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3130 $as_echo_n "(cached) " >&6
3131else
3132 if test -n "$ac_ct_CC"; then
3133 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3134else
3135as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3136for as_dir in $PATH
3137do
3138 IFS=$as_save_IFS
3139 test -z "$as_dir" && as_dir=.
3140 for ac_exec_ext in '' $ac_executable_extensions; do
3141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3142 ac_cv_prog_ac_ct_CC="gcc"
3143 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3144 break 2
3145 fi
3146done
3147done
3148IFS=$as_save_IFS
3149
3150fi
3151fi
3152ac_ct_CC=$ac_cv_prog_ac_ct_CC
3153if test -n "$ac_ct_CC"; then
3154 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3155$as_echo "$ac_ct_CC" >&6; }
3156else
3157 { $as_echo "$as_me:$LINENO: result: no" >&5
3158$as_echo "no" >&6; }
3159fi
3160
3161 if test "x$ac_ct_CC" = x; then
3162 CC=""
3163 else
3164 case $cross_compiling:$ac_tool_warned in
3165yes:)
3166{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3167$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3168ac_tool_warned=yes ;;
3169esac
3170 CC=$ac_ct_CC
3171 fi
3172else
3173 CC="$ac_cv_prog_CC"
3174fi
3175
3176if test -z "$CC"; then
3177 if test -n "$ac_tool_prefix"; then
3178 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3179set dummy ${ac_tool_prefix}cc; ac_word=$2
3180{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3181$as_echo_n "checking for $ac_word... " >&6; }
3182if test "${ac_cv_prog_CC+set}" = set; then
3183 $as_echo_n "(cached) " >&6
3184else
3185 if test -n "$CC"; then
3186 ac_cv_prog_CC="$CC" # Let the user override the test.
3187else
3188as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3189for as_dir in $PATH
3190do
3191 IFS=$as_save_IFS
3192 test -z "$as_dir" && as_dir=.
3193 for ac_exec_ext in '' $ac_executable_extensions; do
3194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3195 ac_cv_prog_CC="${ac_tool_prefix}cc"
3196 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3197 break 2
3198 fi
3199done
3200done
3201IFS=$as_save_IFS
3202
3203fi
3204fi
3205CC=$ac_cv_prog_CC
3206if test -n "$CC"; then
3207 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3208$as_echo "$CC" >&6; }
3209else
3210 { $as_echo "$as_me:$LINENO: result: no" >&5
3211$as_echo "no" >&6; }
3212fi
3213
3214
3215 fi
3216fi
3217if test -z "$CC"; then
3218 # Extract the first word of "cc", so it can be a program name with args.
3219set dummy cc; ac_word=$2
3220{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3221$as_echo_n "checking for $ac_word... " >&6; }
3222if test "${ac_cv_prog_CC+set}" = set; then
3223 $as_echo_n "(cached) " >&6
3224else
3225 if test -n "$CC"; then
3226 ac_cv_prog_CC="$CC" # Let the user override the test.
3227else
3228 ac_prog_rejected=no
3229as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3230for as_dir in $PATH
3231do
3232 IFS=$as_save_IFS
3233 test -z "$as_dir" && as_dir=.
3234 for ac_exec_ext in '' $ac_executable_extensions; do
3235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3236 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3237 ac_prog_rejected=yes
3238 continue
3239 fi
3240 ac_cv_prog_CC="cc"
3241 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3242 break 2
3243 fi
3244done
3245done
3246IFS=$as_save_IFS
3247
3248if test $ac_prog_rejected = yes; then
3249 # We found a bogon in the path, so make sure we never use it.
3250 set dummy $ac_cv_prog_CC
3251 shift
3252 if test $# != 0; then
3253 # We chose a different compiler from the bogus one.
3254 # However, it has the same basename, so the bogon will be chosen
3255 # first if we set CC to just the basename; use the full file name.
3256 shift
3257 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3258 fi
3259fi
3260fi
3261fi
3262CC=$ac_cv_prog_CC
3263if test -n "$CC"; then
3264 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3265$as_echo "$CC" >&6; }
3266else
3267 { $as_echo "$as_me:$LINENO: result: no" >&5
3268$as_echo "no" >&6; }
3269fi
3270
3271
3272fi
3273if test -z "$CC"; then
3274 if test -n "$ac_tool_prefix"; then
3275 for ac_prog in cl.exe
3276 do
3277 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3278set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3279{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3280$as_echo_n "checking for $ac_word... " >&6; }
3281if test "${ac_cv_prog_CC+set}" = set; then
3282 $as_echo_n "(cached) " >&6
3283else
3284 if test -n "$CC"; then
3285 ac_cv_prog_CC="$CC" # Let the user override the test.
3286else
3287as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3288for as_dir in $PATH
3289do
3290 IFS=$as_save_IFS
3291 test -z "$as_dir" && as_dir=.
3292 for ac_exec_ext in '' $ac_executable_extensions; do
3293 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3294 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3295 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3296 break 2
3297 fi
3298done
3299done
3300IFS=$as_save_IFS
3301
3302fi
3303fi
3304CC=$ac_cv_prog_CC
3305if test -n "$CC"; then
3306 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3307$as_echo "$CC" >&6; }
3308else
3309 { $as_echo "$as_me:$LINENO: result: no" >&5
3310$as_echo "no" >&6; }
3311fi
3312
3313
3314 test -n "$CC" && break
3315 done
3316fi
3317if test -z "$CC"; then
3318 ac_ct_CC=$CC
3319 for ac_prog in cl.exe
3320do
3321 # Extract the first word of "$ac_prog", so it can be a program name with args.
3322set dummy $ac_prog; ac_word=$2
3323{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3324$as_echo_n "checking for $ac_word... " >&6; }
3325if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3326 $as_echo_n "(cached) " >&6
3327else
3328 if test -n "$ac_ct_CC"; then
3329 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3330else
3331as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3332for as_dir in $PATH
3333do
3334 IFS=$as_save_IFS
3335 test -z "$as_dir" && as_dir=.
3336 for ac_exec_ext in '' $ac_executable_extensions; do
3337 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3338 ac_cv_prog_ac_ct_CC="$ac_prog"
3339 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3340 break 2
3341 fi
3342done
3343done
3344IFS=$as_save_IFS
3345
3346fi
3347fi
3348ac_ct_CC=$ac_cv_prog_ac_ct_CC
3349if test -n "$ac_ct_CC"; then
3350 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3351$as_echo "$ac_ct_CC" >&6; }
3352else
3353 { $as_echo "$as_me:$LINENO: result: no" >&5
3354$as_echo "no" >&6; }
3355fi
3356
3357
3358 test -n "$ac_ct_CC" && break
3359done
3360
3361 if test "x$ac_ct_CC" = x; then
3362 CC=""
3363 else
3364 case $cross_compiling:$ac_tool_warned in
3365yes:)
3366{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3367$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3368ac_tool_warned=yes ;;
3369esac
3370 CC=$ac_ct_CC
3371 fi
3372fi
3373
3374fi
3375
3376
3377test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3378$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3379{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3380See \`config.log' for more details." >&5
3381$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
3382See \`config.log' for more details." >&2;}
3383 { (exit 1); exit 1; }; }; }
3384
3385# Provide some information about the compiler.
3386$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3387set X $ac_compile
3388ac_compiler=$2
3389{ (ac_try="$ac_compiler --version >&5"
3390case "(($ac_try" in
3391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3392 *) ac_try_echo=$ac_try;;
3393esac
3394eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3395$as_echo "$ac_try_echo") >&5
3396 (eval "$ac_compiler --version >&5") 2>&5
3397 ac_status=$?
3398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3399 (exit $ac_status); }
3400{ (ac_try="$ac_compiler -v >&5"
3401case "(($ac_try" in
3402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3403 *) ac_try_echo=$ac_try;;
3404esac
3405eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3406$as_echo "$ac_try_echo") >&5
3407 (eval "$ac_compiler -v >&5") 2>&5
3408 ac_status=$?
3409 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3410 (exit $ac_status); }
3411{ (ac_try="$ac_compiler -V >&5"
3412case "(($ac_try" in
3413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3414 *) ac_try_echo=$ac_try;;
3415esac
3416eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3417$as_echo "$ac_try_echo") >&5
3418 (eval "$ac_compiler -V >&5") 2>&5
3419 ac_status=$?
3420 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3421 (exit $ac_status); }
3422
3423cat >conftest.$ac_ext <<_ACEOF
3424/* confdefs.h. */
3425_ACEOF
3426cat confdefs.h >>conftest.$ac_ext
3427cat >>conftest.$ac_ext <<_ACEOF
3428/* end confdefs.h. */
3429
3430int
3431main ()
3432{
3433
3434 ;
3435 return 0;
3436}
3437_ACEOF
3438ac_clean_files_save=$ac_clean_files
3439ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3440# Try to create an executable without -o first, disregard a.out.
3441# It will help us diagnose broken compilers, and finding out an intuition
3442# of exeext.
3443{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3444$as_echo_n "checking for C compiler default output file name... " >&6; }
3445ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3446
3447# The possible output files:
3448ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3449
3450ac_rmfiles=
3451for ac_file in $ac_files
3452do
3453 case $ac_file in
3454 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3455 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3456 esac
3457done
3458rm -f $ac_rmfiles
3459
3460if { (ac_try="$ac_link_default"
3461case "(($ac_try" in
3462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3463 *) ac_try_echo=$ac_try;;
3464esac
3465eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3466$as_echo "$ac_try_echo") >&5
3467 (eval "$ac_link_default") 2>&5
3468 ac_status=$?
3469 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3470 (exit $ac_status); }; then
3471 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3472# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3473# in a Makefile. We should not override ac_cv_exeext if it was cached,
3474# so that the user can short-circuit this test for compilers unknown to
3475# Autoconf.
3476for ac_file in $ac_files ''
3477do
3478 test -f "$ac_file" || continue
3479 case $ac_file in
3480 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3481 ;;
3482 [ab].out )
3483 # We found the default executable, but exeext='' is most
3484 # certainly right.
3485 break;;
3486 *.* )
3487 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3488 then :; else
3489 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3490 fi
3491 # We set ac_cv_exeext here because the later test for it is not
3492 # safe: cross compilers may not add the suffix if given an `-o'
3493 # argument, so we may need to know it at that point already.
3494 # Even if this section looks crufty: it has the advantage of
3495 # actually working.
3496 break;;
3497 * )
3498 break;;
3499 esac
3500done
3501test "$ac_cv_exeext" = no && ac_cv_exeext=
3502
3503else
3504 ac_file=''
3505fi
3506
3507{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3508$as_echo "$ac_file" >&6; }
3509if test -z "$ac_file"; then
3510 $as_echo "$as_me: failed program was:" >&5
3511sed 's/^/| /' conftest.$ac_ext >&5
3512
3513{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3514$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3515{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
3516See \`config.log' for more details." >&5
3517$as_echo "$as_me: error: C compiler cannot create executables
3518See \`config.log' for more details." >&2;}
3519 { (exit 77); exit 77; }; }; }
3520fi
3521
3522ac_exeext=$ac_cv_exeext
3523
3524# Check that the compiler produces executables we can run. If not, either
3525# the compiler is broken, or we cross compile.
3526{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3527$as_echo_n "checking whether the C compiler works... " >&6; }
3528# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3529# If not cross compiling, check that we can run a simple program.
3530if test "$cross_compiling" != yes; then
3531 if { ac_try='./$ac_file'
3532 { (case "(($ac_try" in
3533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3534 *) ac_try_echo=$ac_try;;
3535esac
3536eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3537$as_echo "$ac_try_echo") >&5
3538 (eval "$ac_try") 2>&5
3539 ac_status=$?
3540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3541 (exit $ac_status); }; }; then
3542 cross_compiling=no
3543 else
3544 if test "$cross_compiling" = maybe; then
3545 cross_compiling=yes
3546 else
3547 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3548$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3549{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
3550If you meant to cross compile, use \`--host'.
3551See \`config.log' for more details." >&5
3552$as_echo "$as_me: error: cannot run C compiled programs.
3553If you meant to cross compile, use \`--host'.
3554See \`config.log' for more details." >&2;}
3555 { (exit 1); exit 1; }; }; }
3556 fi
3557 fi
3558fi
3559{ $as_echo "$as_me:$LINENO: result: yes" >&5
3560$as_echo "yes" >&6; }
3561
3562rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3563ac_clean_files=$ac_clean_files_save
3564# Check that the compiler produces executables we can run. If not, either
3565# the compiler is broken, or we cross compile.
3566{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3567$as_echo_n "checking whether we are cross compiling... " >&6; }
3568{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3569$as_echo "$cross_compiling" >&6; }
3570
3571{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3572$as_echo_n "checking for suffix of executables... " >&6; }
3573if { (ac_try="$ac_link"
3574case "(($ac_try" in
3575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3576 *) ac_try_echo=$ac_try;;
3577esac
3578eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3579$as_echo "$ac_try_echo") >&5
3580 (eval "$ac_link") 2>&5
3581 ac_status=$?
3582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3583 (exit $ac_status); }; then
3584 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3585# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3586# work properly (i.e., refer to `conftest.exe'), while it won't with
3587# `rm'.
3588for ac_file in conftest.exe conftest conftest.*; do
3589 test -f "$ac_file" || continue
3590 case $ac_file in
3591 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3592 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3593 break;;
3594 * ) break;;
3595 esac
3596done
3597else
3598 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3599$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3600{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3601See \`config.log' for more details." >&5
3602$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3603See \`config.log' for more details." >&2;}
3604 { (exit 1); exit 1; }; }; }
3605fi
3606
3607rm -f conftest$ac_cv_exeext
3608{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3609$as_echo "$ac_cv_exeext" >&6; }
3610
3611rm -f conftest.$ac_ext
3612EXEEXT=$ac_cv_exeext
3613ac_exeext=$EXEEXT
3614{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3615$as_echo_n "checking for suffix of object files... " >&6; }
3616if test "${ac_cv_objext+set}" = set; then
3617 $as_echo_n "(cached) " >&6
3618else
3619 cat >conftest.$ac_ext <<_ACEOF
3620/* confdefs.h. */
3621_ACEOF
3622cat confdefs.h >>conftest.$ac_ext
3623cat >>conftest.$ac_ext <<_ACEOF
3624/* end confdefs.h. */
3625
3626int
3627main ()
3628{
3629
3630 ;
3631 return 0;
3632}
3633_ACEOF
3634rm -f conftest.o conftest.obj
3635if { (ac_try="$ac_compile"
3636case "(($ac_try" in
3637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3638 *) ac_try_echo=$ac_try;;
3639esac
3640eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3641$as_echo "$ac_try_echo") >&5
3642 (eval "$ac_compile") 2>&5
3643 ac_status=$?
3644 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3645 (exit $ac_status); }; then
3646 for ac_file in conftest.o conftest.obj conftest.*; do
3647 test -f "$ac_file" || continue;
3648 case $ac_file in
3649 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3650 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3651 break;;
3652 esac
3653done
3654else
3655 $as_echo "$as_me: failed program was:" >&5
3656sed 's/^/| /' conftest.$ac_ext >&5
3657
3658{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3659$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3660{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3661See \`config.log' for more details." >&5
3662$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3663See \`config.log' for more details." >&2;}
3664 { (exit 1); exit 1; }; }; }
3665fi
3666
3667rm -f conftest.$ac_cv_objext conftest.$ac_ext
3668fi
3669{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3670$as_echo "$ac_cv_objext" >&6; }
3671OBJEXT=$ac_cv_objext
3672ac_objext=$OBJEXT
3673{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3674$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3675if test "${ac_cv_c_compiler_gnu+set}" = set; then
3676 $as_echo_n "(cached) " >&6
3677else
3678 cat >conftest.$ac_ext <<_ACEOF
3679/* confdefs.h. */
3680_ACEOF
3681cat confdefs.h >>conftest.$ac_ext
3682cat >>conftest.$ac_ext <<_ACEOF
3683/* end confdefs.h. */
3684
3685int
3686main ()
3687{
3688#ifndef __GNUC__
3689 choke me
3690#endif
3691
3692 ;
3693 return 0;
3694}
3695_ACEOF
3696rm -f conftest.$ac_objext
3697if { (ac_try="$ac_compile"
3698case "(($ac_try" in
3699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3700 *) ac_try_echo=$ac_try;;
3701esac
3702eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3703$as_echo "$ac_try_echo") >&5
3704 (eval "$ac_compile") 2>conftest.er1
3705 ac_status=$?
3706 grep -v '^ *+' conftest.er1 >conftest.err
3707 rm -f conftest.er1
3708 cat conftest.err >&5
3709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3710 (exit $ac_status); } && {
3711 test -z "$ac_c_werror_flag" ||
3712 test ! -s conftest.err
3713 } && test -s conftest.$ac_objext; then
3714 ac_compiler_gnu=yes
3715else
3716 $as_echo "$as_me: failed program was:" >&5
3717sed 's/^/| /' conftest.$ac_ext >&5
3718
3719 ac_compiler_gnu=no
3720fi
3721
3722rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3723ac_cv_c_compiler_gnu=$ac_compiler_gnu
3724
3725fi
3726{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3727$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3728if test $ac_compiler_gnu = yes; then
3729 GCC=yes
3730else
3731 GCC=
3732fi
3733ac_test_CFLAGS=${CFLAGS+set}
3734ac_save_CFLAGS=$CFLAGS
3735{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3736$as_echo_n "checking whether $CC accepts -g... " >&6; }
3737if test "${ac_cv_prog_cc_g+set}" = set; then
3738 $as_echo_n "(cached) " >&6
3739else
3740 ac_save_c_werror_flag=$ac_c_werror_flag
3741 ac_c_werror_flag=yes
3742 ac_cv_prog_cc_g=no
3743 CFLAGS="-g"
3744 cat >conftest.$ac_ext <<_ACEOF
3745/* confdefs.h. */
3746_ACEOF
3747cat confdefs.h >>conftest.$ac_ext
3748cat >>conftest.$ac_ext <<_ACEOF
3749/* end confdefs.h. */
3750
3751int
3752main ()
3753{
3754
3755 ;
3756 return 0;
3757}
3758_ACEOF
3759rm -f conftest.$ac_objext
3760if { (ac_try="$ac_compile"
3761case "(($ac_try" in
3762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3763 *) ac_try_echo=$ac_try;;
3764esac
3765eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3766$as_echo "$ac_try_echo") >&5
3767 (eval "$ac_compile") 2>conftest.er1
3768 ac_status=$?
3769 grep -v '^ *+' conftest.er1 >conftest.err
3770 rm -f conftest.er1
3771 cat conftest.err >&5
3772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3773 (exit $ac_status); } && {
3774 test -z "$ac_c_werror_flag" ||
3775 test ! -s conftest.err
3776 } && test -s conftest.$ac_objext; then
3777 ac_cv_prog_cc_g=yes
3778else
3779 $as_echo "$as_me: failed program was:" >&5
3780sed 's/^/| /' conftest.$ac_ext >&5
3781
3782 CFLAGS=""
3783 cat >conftest.$ac_ext <<_ACEOF
3784/* confdefs.h. */
3785_ACEOF
3786cat confdefs.h >>conftest.$ac_ext
3787cat >>conftest.$ac_ext <<_ACEOF
3788/* end confdefs.h. */
3789
3790int
3791main ()
3792{
3793
3794 ;
3795 return 0;
3796}
3797_ACEOF
3798rm -f conftest.$ac_objext
3799if { (ac_try="$ac_compile"
3800case "(($ac_try" in
3801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3802 *) ac_try_echo=$ac_try;;
3803esac
3804eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3805$as_echo "$ac_try_echo") >&5
3806 (eval "$ac_compile") 2>conftest.er1
3807 ac_status=$?
3808 grep -v '^ *+' conftest.er1 >conftest.err
3809 rm -f conftest.er1
3810 cat conftest.err >&5
3811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3812 (exit $ac_status); } && {
3813 test -z "$ac_c_werror_flag" ||
3814 test ! -s conftest.err
3815 } && test -s conftest.$ac_objext; then
3816 :
3817else
3818 $as_echo "$as_me: failed program was:" >&5
3819sed 's/^/| /' conftest.$ac_ext >&5
3820
3821 ac_c_werror_flag=$ac_save_c_werror_flag
3822 CFLAGS="-g"
3823 cat >conftest.$ac_ext <<_ACEOF
3824/* confdefs.h. */
3825_ACEOF
3826cat confdefs.h >>conftest.$ac_ext
3827cat >>conftest.$ac_ext <<_ACEOF
3828/* end confdefs.h. */
3829
3830int
3831main ()
3832{
3833
3834 ;
3835 return 0;
3836}
3837_ACEOF
3838rm -f conftest.$ac_objext
3839if { (ac_try="$ac_compile"
3840case "(($ac_try" in
3841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3842 *) ac_try_echo=$ac_try;;
3843esac
3844eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3845$as_echo "$ac_try_echo") >&5
3846 (eval "$ac_compile") 2>conftest.er1
3847 ac_status=$?
3848 grep -v '^ *+' conftest.er1 >conftest.err
3849 rm -f conftest.er1
3850 cat conftest.err >&5
3851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3852 (exit $ac_status); } && {
3853 test -z "$ac_c_werror_flag" ||
3854 test ! -s conftest.err
3855 } && test -s conftest.$ac_objext; then
3856 ac_cv_prog_cc_g=yes
3857else
3858 $as_echo "$as_me: failed program was:" >&5
3859sed 's/^/| /' conftest.$ac_ext >&5
3860
3861
3862fi
3863
3864rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3865fi
3866
3867rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3868fi
3869
3870rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3871 ac_c_werror_flag=$ac_save_c_werror_flag
3872fi
3873{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3874$as_echo "$ac_cv_prog_cc_g" >&6; }
3875if test "$ac_test_CFLAGS" = set; then
3876 CFLAGS=$ac_save_CFLAGS
3877elif test $ac_cv_prog_cc_g = yes; then
3878 if test "$GCC" = yes; then
3879 CFLAGS="-g -O2"
3880 else
3881 CFLAGS="-g"
3882 fi
3883else
3884 if test "$GCC" = yes; then
3885 CFLAGS="-O2"
3886 else
3887 CFLAGS=
3888 fi
3889fi
3890{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3891$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3892if test "${ac_cv_prog_cc_c89+set}" = set; then
3893 $as_echo_n "(cached) " >&6
3894else
3895 ac_cv_prog_cc_c89=no
3896ac_save_CC=$CC
3897cat >conftest.$ac_ext <<_ACEOF
3898/* confdefs.h. */
3899_ACEOF
3900cat confdefs.h >>conftest.$ac_ext
3901cat >>conftest.$ac_ext <<_ACEOF
3902/* end confdefs.h. */
3903#include <stdarg.h>
3904#include <stdio.h>
3905#include <sys/types.h>
3906#include <sys/stat.h>
3907/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3908struct buf { int x; };
3909FILE * (*rcsopen) (struct buf *, struct stat *, int);
3910static char *e (p, i)
3911 char **p;
3912 int i;
3913{
3914 return p[i];
3915}
3916static char *f (char * (*g) (char **, int), char **p, ...)
3917{
3918 char *s;
3919 va_list v;
3920 va_start (v,p);
3921 s = g (p, va_arg (v,int));
3922 va_end (v);
3923 return s;
3924}
3925
3926/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3927 function prototypes and stuff, but not '\xHH' hex character constants.
3928 These don't provoke an error unfortunately, instead are silently treated
3929 as 'x'. The following induces an error, until -std is added to get
3930 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3931 array size at least. It's necessary to write '\x00'==0 to get something
3932 that's true only with -std. */
3933int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3934
3935/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3936 inside strings and character constants. */
3937#define FOO(x) 'x'
3938int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3939
3940int test (int i, double x);
3941struct s1 {int (*f) (int a);};
3942struct s2 {int (*f) (double a);};
3943int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3944int argc;
3945char **argv;
3946int
3947main ()
3948{
3949return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3950 ;
3951 return 0;
3952}
3953_ACEOF
3954for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3955 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3956do
3957 CC="$ac_save_CC $ac_arg"
3958 rm -f conftest.$ac_objext
3959if { (ac_try="$ac_compile"
3960case "(($ac_try" in
3961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3962 *) ac_try_echo=$ac_try;;
3963esac
3964eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3965$as_echo "$ac_try_echo") >&5
3966 (eval "$ac_compile") 2>conftest.er1
3967 ac_status=$?
3968 grep -v '^ *+' conftest.er1 >conftest.err
3969 rm -f conftest.er1
3970 cat conftest.err >&5
3971 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3972 (exit $ac_status); } && {
3973 test -z "$ac_c_werror_flag" ||
3974 test ! -s conftest.err
3975 } && test -s conftest.$ac_objext; then
3976 ac_cv_prog_cc_c89=$ac_arg
3977else
3978 $as_echo "$as_me: failed program was:" >&5
3979sed 's/^/| /' conftest.$ac_ext >&5
3980
3981
3982fi
3983
3984rm -f core conftest.err conftest.$ac_objext
3985 test "x$ac_cv_prog_cc_c89" != "xno" && break
3986done
3987rm -f conftest.$ac_ext
3988CC=$ac_save_CC
3989
3990fi
3991# AC_CACHE_VAL
3992case "x$ac_cv_prog_cc_c89" in
3993 x)
3994 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3995$as_echo "none needed" >&6; } ;;
3996 xno)
3997 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3998$as_echo "unsupported" >&6; } ;;
3999 *)
4000 CC="$CC $ac_cv_prog_cc_c89"
4001 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
4002$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4003esac
4004
4005
4006ac_ext=c
4007ac_cpp='$CPP $CPPFLAGS'
4008ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4009ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4010ac_compiler_gnu=$ac_cv_c_compiler_gnu
4011DEPDIR="${am__leading_dot}deps"
4012
4013ac_config_commands="$ac_config_commands depfiles"
4014
4015
4016am_make=${MAKE-make}
4017cat > confinc << 'END'
4018am__doit:
4019 @echo this is the am__doit target
4020.PHONY: am__doit
4021END
4022# If we don't find an include directive, just comment out the code.
4023{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
4024$as_echo_n "checking for style of include used by $am_make... " >&6; }
4025am__include="#"
4026am__quote=
4027_am_result=none
4028# First try GNU make style include.
4029echo "include confinc" > confmf
4030# Ignore all kinds of additional output from `make'.
4031case `$am_make -s -f confmf 2> /dev/null` in #(
4032*the\ am__doit\ target*)
4033 am__include=include
4034 am__quote=
4035 _am_result=GNU
4036 ;;
4037esac
4038# Now try BSD make style include.
4039if test "$am__include" = "#"; then
4040 echo '.include "confinc"' > confmf
4041 case `$am_make -s -f confmf 2> /dev/null` in #(
4042 *the\ am__doit\ target*)
4043 am__include=.include
4044 am__quote="\""
4045 _am_result=BSD
4046 ;;
4047 esac
4048fi
4049
4050
4051{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
4052$as_echo "$_am_result" >&6; }
4053rm -f confinc confmf
4054
4055# Check whether --enable-dependency-tracking was given.
4056if test "${enable_dependency_tracking+set}" = set; then
4057 enableval=$enable_dependency_tracking;
4058fi
4059
4060if test "x$enable_dependency_tracking" != xno; then
4061 am_depcomp="$ac_aux_dir/depcomp"
4062 AMDEPBACKSLASH='\'
4063fi
4064 if test "x$enable_dependency_tracking" != xno; then
4065 AMDEP_TRUE=
4066 AMDEP_FALSE='#'
4067else
4068 AMDEP_TRUE='#'
4069 AMDEP_FALSE=
4070fi
4071
4072
4073
4074depcc="$CC" am_compiler_list=
4075
4076{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4077$as_echo_n "checking dependency style of $depcc... " >&6; }
4078if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
4079 $as_echo_n "(cached) " >&6
4080else
4081 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4082 # We make a subdir and do the tests there. Otherwise we can end up
4083 # making bogus files that we don't know about and never remove. For
4084 # instance it was reported that on HP-UX the gcc test will end up
4085 # making a dummy file named `D' -- because `-MD' means `put the output
4086 # in D'.
4087 mkdir conftest.dir
4088 # Copy depcomp to subdir because otherwise we won't find it if we're
4089 # using a relative directory.
4090 cp "$am_depcomp" conftest.dir
4091 cd conftest.dir
4092 # We will build objects and dependencies in a subdirectory because
4093 # it helps to detect inapplicable dependency modes. For instance
4094 # both Tru64's cc and ICC support -MD to output dependencies as a
4095 # side effect of compilation, but ICC will put the dependencies in
4096 # the current directory while Tru64 will put them in the object
4097 # directory.
4098 mkdir sub
4099
4100 am_cv_CC_dependencies_compiler_type=none
4101 if test "$am_compiler_list" = ""; then
4102 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4103 fi
4104 am__universal=false
4105 case " $depcc " in #(
4106 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4107 esac
4108
4109 for depmode in $am_compiler_list; do
4110 # Setup a source with many dependencies, because some compilers
4111 # like to wrap large dependency lists on column 80 (with \), and
4112 # we should not choose a depcomp mode which is confused by this.
4113 #
4114 # We need to recreate these files for each test, as the compiler may
4115 # overwrite some of them when testing with obscure command lines.
4116 # This happens at least with the AIX C compiler.
4117 : > sub/conftest.c
4118 for i in 1 2 3 4 5 6; do
4119 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4120 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4121 # Solaris 8's {/usr,}/bin/sh.
4122 touch sub/conftst$i.h
4123 done
4124 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4125
4126 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4127 # mode. It turns out that the SunPro C++ compiler does not properly
4128 # handle `-M -o', and we need to detect this. Also, some Intel
4129 # versions had trouble with output in subdirs
4130 am__obj=sub/conftest.${OBJEXT-o}
4131 am__minus_obj="-o $am__obj"
4132 case $depmode in
4133 gcc)
4134 # This depmode causes a compiler race in universal mode.
4135 test "$am__universal" = false || continue
4136 ;;
4137 nosideeffect)
4138 # after this tag, mechanisms are not by side-effect, so they'll
4139 # only be used when explicitly requested
4140 if test "x$enable_dependency_tracking" = xyes; then
4141 continue
4142 else
4143 break
4144 fi
4145 ;;
4146 msvisualcpp | msvcmsys)
4147 # This compiler won't grok `-c -o', but also, the minuso test has
4148 # not run yet. These depmodes are late enough in the game, and
4149 # so weak that their functioning should not be impacted.
4150 am__obj=conftest.${OBJEXT-o}
4151 am__minus_obj=
4152 ;;
4153 none) break ;;
4154 esac
4155 if depmode=$depmode \
4156 source=sub/conftest.c object=$am__obj \
4157 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4158 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4159 >/dev/null 2>conftest.err &&
4160 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4161 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4162 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4163 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4164 # icc doesn't choke on unknown options, it will just issue warnings
4165 # or remarks (even with -Werror). So we grep stderr for any message
4166 # that says an option was ignored or not supported.
4167 # When given -MP, icc 7.0 and 7.1 complain thusly:
4168 # icc: Command line warning: ignoring option '-M'; no argument required
4169 # The diagnosis changed in icc 8.0:
4170 # icc: Command line remark: option '-MP' not supported
4171 if (grep 'ignoring option' conftest.err ||
4172 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4173 am_cv_CC_dependencies_compiler_type=$depmode
4174 break
4175 fi
4176 fi
4177 done
4178
4179 cd ..
4180 rm -rf conftest.dir
4181else
4182 am_cv_CC_dependencies_compiler_type=none
4183fi
4184
4185fi
4186{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
4187$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4188CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4189
4190 if
4191 test "x$enable_dependency_tracking" != xno \
4192 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4193 am__fastdepCC_TRUE=
4194 am__fastdepCC_FALSE='#'
4195else
4196 am__fastdepCC_TRUE='#'
4197 am__fastdepCC_FALSE=
4198fi
4199
4200
4201case `pwd` in
4202 *\ * | *\ *)
4203 { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4204$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4205esac
4206
4207
4208
4209macro_version='2.2.6'
4210macro_revision='1.3012'
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224ltmain="$ac_aux_dir/ltmain.sh"
4225
4226{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4227$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4228if test "${ac_cv_path_SED+set}" = set; then
4229 $as_echo_n "(cached) " >&6
4230else
4231 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4232 for ac_i in 1 2 3 4 5 6 7; do
4233 ac_script="$ac_script$as_nl$ac_script"
4234 done
4235 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4236 $as_unset ac_script || ac_script=
4237 if test -z "$SED"; then
4238 ac_path_SED_found=false
4239 # Loop through the user's path and test for each of PROGNAME-LIST
4240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4241for as_dir in $PATH
4242do
4243 IFS=$as_save_IFS
4244 test -z "$as_dir" && as_dir=.
4245 for ac_prog in sed gsed; do
4246 for ac_exec_ext in '' $ac_executable_extensions; do
4247 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4248 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4249# Check for GNU ac_path_SED and select it if it is found.
4250 # Check for GNU $ac_path_SED
4251case `"$ac_path_SED" --version 2>&1` in
4252*GNU*)
4253 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4254*)
4255 ac_count=0
4256 $as_echo_n 0123456789 >"conftest.in"
4257 while :
4258 do
4259 cat "conftest.in" "conftest.in" >"conftest.tmp"
4260 mv "conftest.tmp" "conftest.in"
4261 cp "conftest.in" "conftest.nl"
4262 $as_echo '' >> "conftest.nl"
4263 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4264 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4265 ac_count=`expr $ac_count + 1`
4266 if test $ac_count -gt ${ac_path_SED_max-0}; then
4267 # Best one so far, save it but keep looking for a better one
4268 ac_cv_path_SED="$ac_path_SED"
4269 ac_path_SED_max=$ac_count
4270 fi
4271 # 10*(2^10) chars as input seems more than enough
4272 test $ac_count -gt 10 && break
4273 done
4274 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4275esac
4276
4277 $ac_path_SED_found && break 3
4278 done
4279 done
4280done
4281IFS=$as_save_IFS
4282 if test -z "$ac_cv_path_SED"; then
4283 { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
4284$as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
4285 { (exit 1); exit 1; }; }
4286 fi
4287else
4288 ac_cv_path_SED=$SED
4289fi
4290
4291fi
4292{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
4293$as_echo "$ac_cv_path_SED" >&6; }
4294 SED="$ac_cv_path_SED"
4295 rm -f conftest.sed
4296
4297test -z "$SED" && SED=sed
4298Xsed="$SED -e 1s/^X//"
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4311$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4312if test "${ac_cv_path_GREP+set}" = set; then
4313 $as_echo_n "(cached) " >&6
4314else
4315 if test -z "$GREP"; then
4316 ac_path_GREP_found=false
4317 # Loop through the user's path and test for each of PROGNAME-LIST
4318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4319for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4320do
4321 IFS=$as_save_IFS
4322 test -z "$as_dir" && as_dir=.
4323 for ac_prog in grep ggrep; do
4324 for ac_exec_ext in '' $ac_executable_extensions; do
4325 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4326 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4327# Check for GNU ac_path_GREP and select it if it is found.
4328 # Check for GNU $ac_path_GREP
4329case `"$ac_path_GREP" --version 2>&1` in
4330*GNU*)
4331 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4332*)
4333 ac_count=0
4334 $as_echo_n 0123456789 >"conftest.in"
4335 while :
4336 do
4337 cat "conftest.in" "conftest.in" >"conftest.tmp"
4338 mv "conftest.tmp" "conftest.in"
4339 cp "conftest.in" "conftest.nl"
4340 $as_echo 'GREP' >> "conftest.nl"
4341 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4342 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4343 ac_count=`expr $ac_count + 1`
4344 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4345 # Best one so far, save it but keep looking for a better one
4346 ac_cv_path_GREP="$ac_path_GREP"
4347 ac_path_GREP_max=$ac_count
4348 fi
4349 # 10*(2^10) chars as input seems more than enough
4350 test $ac_count -gt 10 && break
4351 done
4352 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4353esac
4354
4355 $ac_path_GREP_found && break 3
4356 done
4357 done
4358done
4359IFS=$as_save_IFS
4360 if test -z "$ac_cv_path_GREP"; then
4361 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4362$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4363 { (exit 1); exit 1; }; }
4364 fi
4365else
4366 ac_cv_path_GREP=$GREP
4367fi
4368
4369fi
4370{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4371$as_echo "$ac_cv_path_GREP" >&6; }
4372 GREP="$ac_cv_path_GREP"
4373
4374
4375{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
4376$as_echo_n "checking for egrep... " >&6; }
4377if test "${ac_cv_path_EGREP+set}" = set; then
4378 $as_echo_n "(cached) " >&6
4379else
4380 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4381 then ac_cv_path_EGREP="$GREP -E"
4382 else
4383 if test -z "$EGREP"; then
4384 ac_path_EGREP_found=false
4385 # Loop through the user's path and test for each of PROGNAME-LIST
4386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4387for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4388do
4389 IFS=$as_save_IFS
4390 test -z "$as_dir" && as_dir=.
4391 for ac_prog in egrep; do
4392 for ac_exec_ext in '' $ac_executable_extensions; do
4393 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4394 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4395# Check for GNU ac_path_EGREP and select it if it is found.
4396 # Check for GNU $ac_path_EGREP
4397case `"$ac_path_EGREP" --version 2>&1` in
4398*GNU*)
4399 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4400*)
4401 ac_count=0
4402 $as_echo_n 0123456789 >"conftest.in"
4403 while :
4404 do
4405 cat "conftest.in" "conftest.in" >"conftest.tmp"
4406 mv "conftest.tmp" "conftest.in"
4407 cp "conftest.in" "conftest.nl"
4408 $as_echo 'EGREP' >> "conftest.nl"
4409 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4410 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4411 ac_count=`expr $ac_count + 1`
4412 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4413 # Best one so far, save it but keep looking for a better one
4414 ac_cv_path_EGREP="$ac_path_EGREP"
4415 ac_path_EGREP_max=$ac_count
4416 fi
4417 # 10*(2^10) chars as input seems more than enough
4418 test $ac_count -gt 10 && break
4419 done
4420 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4421esac
4422
4423 $ac_path_EGREP_found && break 3
4424 done
4425 done
4426done
4427IFS=$as_save_IFS
4428 if test -z "$ac_cv_path_EGREP"; then
4429 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4430$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4431 { (exit 1); exit 1; }; }
4432 fi
4433else
4434 ac_cv_path_EGREP=$EGREP
4435fi
4436
4437 fi
4438fi
4439{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4440$as_echo "$ac_cv_path_EGREP" >&6; }
4441 EGREP="$ac_cv_path_EGREP"
4442
4443
4444{ $as_echo "$as_me:$LINENO: checking for fgrep" >&5
4445$as_echo_n "checking for fgrep... " >&6; }
4446if test "${ac_cv_path_FGREP+set}" = set; then
4447 $as_echo_n "(cached) " >&6
4448else
4449 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4450 then ac_cv_path_FGREP="$GREP -F"
4451 else
4452 if test -z "$FGREP"; then
4453 ac_path_FGREP_found=false
4454 # Loop through the user's path and test for each of PROGNAME-LIST
4455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4456for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4457do
4458 IFS=$as_save_IFS
4459 test -z "$as_dir" && as_dir=.
4460 for ac_prog in fgrep; do
4461 for ac_exec_ext in '' $ac_executable_extensions; do
4462 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4463 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4464# Check for GNU ac_path_FGREP and select it if it is found.
4465 # Check for GNU $ac_path_FGREP
4466case `"$ac_path_FGREP" --version 2>&1` in
4467*GNU*)
4468 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4469*)
4470 ac_count=0
4471 $as_echo_n 0123456789 >"conftest.in"
4472 while :
4473 do
4474 cat "conftest.in" "conftest.in" >"conftest.tmp"
4475 mv "conftest.tmp" "conftest.in"
4476 cp "conftest.in" "conftest.nl"
4477 $as_echo 'FGREP' >> "conftest.nl"
4478 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4479 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4480 ac_count=`expr $ac_count + 1`
4481 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4482 # Best one so far, save it but keep looking for a better one
4483 ac_cv_path_FGREP="$ac_path_FGREP"
4484 ac_path_FGREP_max=$ac_count
4485 fi
4486 # 10*(2^10) chars as input seems more than enough
4487 test $ac_count -gt 10 && break
4488 done
4489 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4490esac
4491
4492 $ac_path_FGREP_found && break 3
4493 done
4494 done
4495done
4496IFS=$as_save_IFS
4497 if test -z "$ac_cv_path_FGREP"; then
4498 { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4499$as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4500 { (exit 1); exit 1; }; }
4501 fi
4502else
4503 ac_cv_path_FGREP=$FGREP
4504fi
4505
4506 fi
4507fi
4508{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
4509$as_echo "$ac_cv_path_FGREP" >&6; }
4510 FGREP="$ac_cv_path_FGREP"
4511
4512
4513test -z "$GREP" && GREP=grep
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533# Check whether --with-gnu-ld was given.
4534if test "${with_gnu_ld+set}" = set; then
4535 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4536else
4537 with_gnu_ld=no
4538fi
4539
4540ac_prog=ld
4541if test "$GCC" = yes; then
4542 # Check if gcc -print-prog-name=ld gives a path.
4543 { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4544$as_echo_n "checking for ld used by $CC... " >&6; }
4545 case $host in
4546 *-*-mingw*)
4547 # gcc leaves a trailing carriage return which upsets mingw
4548 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4549 *)
4550 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4551 esac
4552 case $ac_prog in
4553 # Accept absolute paths.
4554 [\\/]* | ?:[\\/]*)
4555 re_direlt='/[^/][^/]*/\.\./'
4556 # Canonicalize the pathname of ld
4557 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4558 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4559 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4560 done
4561 test -z "$LD" && LD="$ac_prog"
4562 ;;
4563 "")
4564 # If it fails, then pretend we aren't using GCC.
4565 ac_prog=ld
4566 ;;
4567 *)
4568 # If it is relative, then search for the first ld in PATH.
4569 with_gnu_ld=unknown
4570 ;;
4571 esac
4572elif test "$with_gnu_ld" = yes; then
4573 { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
4574$as_echo_n "checking for GNU ld... " >&6; }
4575else
4576 { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4577$as_echo_n "checking for non-GNU ld... " >&6; }
4578fi
4579if test "${lt_cv_path_LD+set}" = set; then
4580 $as_echo_n "(cached) " >&6
4581else
4582 if test -z "$LD"; then
4583 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4584 for ac_dir in $PATH; do
4585 IFS="$lt_save_ifs"
4586 test -z "$ac_dir" && ac_dir=.
4587 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4588 lt_cv_path_LD="$ac_dir/$ac_prog"
4589 # Check to see if the program is GNU ld. I'd rather use --version,
4590 # but apparently some variants of GNU ld only accept -v.
4591 # Break only if it was the GNU/non-GNU ld that we prefer.
4592 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4593 *GNU* | *'with BFD'*)
4594 test "$with_gnu_ld" != no && break
4595 ;;
4596 *)
4597 test "$with_gnu_ld" != yes && break
4598 ;;
4599 esac
4600 fi
4601 done
4602 IFS="$lt_save_ifs"
4603else
4604 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4605fi
4606fi
4607
4608LD="$lt_cv_path_LD"
4609if test -n "$LD"; then
4610 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4611$as_echo "$LD" >&6; }
4612else
4613 { $as_echo "$as_me:$LINENO: result: no" >&5
4614$as_echo "no" >&6; }
4615fi
4616test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4617$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4618 { (exit 1); exit 1; }; }
4619{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4620$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4621if test "${lt_cv_prog_gnu_ld+set}" = set; then
4622 $as_echo_n "(cached) " >&6
4623else
4624 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4625case `$LD -v 2>&1 </dev/null` in
4626*GNU* | *'with BFD'*)
4627 lt_cv_prog_gnu_ld=yes
4628 ;;
4629*)
4630 lt_cv_prog_gnu_ld=no
4631 ;;
4632esac
4633fi
4634{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4635$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4636with_gnu_ld=$lt_cv_prog_gnu_ld
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646{ $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4647$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4648if test "${lt_cv_path_NM+set}" = set; then
4649 $as_echo_n "(cached) " >&6
4650else
4651 if test -n "$NM"; then
4652 # Let the user override the test.
4653 lt_cv_path_NM="$NM"
4654else
4655 lt_nm_to_check="${ac_tool_prefix}nm"
4656 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4657 lt_nm_to_check="$lt_nm_to_check nm"
4658 fi
4659 for lt_tmp_nm in $lt_nm_to_check; do
4660 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4661 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4662 IFS="$lt_save_ifs"
4663 test -z "$ac_dir" && ac_dir=.
4664 tmp_nm="$ac_dir/$lt_tmp_nm"
4665 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4666 # Check to see if the nm accepts a BSD-compat flag.
4667 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4668 # nm: unknown option "B" ignored
4669 # Tru64's nm complains that /dev/null is an invalid object file
4670 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4671 */dev/null* | *'Invalid file or object type'*)
4672 lt_cv_path_NM="$tmp_nm -B"
4673 break
4674 ;;
4675 *)
4676 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4677 */dev/null*)
4678 lt_cv_path_NM="$tmp_nm -p"
4679 break
4680 ;;
4681 *)
4682 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4683 continue # so that we can try to find one that supports BSD flags
4684 ;;
4685 esac
4686 ;;
4687 esac
4688 fi
4689 done
4690 IFS="$lt_save_ifs"
4691 done
4692 : ${lt_cv_path_NM=no}
4693fi
4694fi
4695{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4696$as_echo "$lt_cv_path_NM" >&6; }
4697if test "$lt_cv_path_NM" != "no"; then
4698 NM="$lt_cv_path_NM"
4699else
4700 # Didn't find any BSD compatible name lister, look for dumpbin.
4701 if test -n "$ac_tool_prefix"; then
4702 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4703 do
4704 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4705set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4706{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4707$as_echo_n "checking for $ac_word... " >&6; }
4708if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4709 $as_echo_n "(cached) " >&6
4710else
4711 if test -n "$DUMPBIN"; then
4712 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4713else
4714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4715for as_dir in $PATH
4716do
4717 IFS=$as_save_IFS
4718 test -z "$as_dir" && as_dir=.
4719 for ac_exec_ext in '' $ac_executable_extensions; do
4720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4721 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4722 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4723 break 2
4724 fi
4725done
4726done
4727IFS=$as_save_IFS
4728
4729fi
4730fi
4731DUMPBIN=$ac_cv_prog_DUMPBIN
4732if test -n "$DUMPBIN"; then
4733 { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4734$as_echo "$DUMPBIN" >&6; }
4735else
4736 { $as_echo "$as_me:$LINENO: result: no" >&5
4737$as_echo "no" >&6; }
4738fi
4739
4740
4741 test -n "$DUMPBIN" && break
4742 done
4743fi
4744if test -z "$DUMPBIN"; then
4745 ac_ct_DUMPBIN=$DUMPBIN
4746 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4747do
4748 # Extract the first word of "$ac_prog", so it can be a program name with args.
4749set dummy $ac_prog; ac_word=$2
4750{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4751$as_echo_n "checking for $ac_word... " >&6; }
4752if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4753 $as_echo_n "(cached) " >&6
4754else
4755 if test -n "$ac_ct_DUMPBIN"; then
4756 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4757else
4758as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4759for as_dir in $PATH
4760do
4761 IFS=$as_save_IFS
4762 test -z "$as_dir" && as_dir=.
4763 for ac_exec_ext in '' $ac_executable_extensions; do
4764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4765 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4766 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4767 break 2
4768 fi
4769done
4770done
4771IFS=$as_save_IFS
4772
4773fi
4774fi
4775ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4776if test -n "$ac_ct_DUMPBIN"; then
4777 { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4778$as_echo "$ac_ct_DUMPBIN" >&6; }
4779else
4780 { $as_echo "$as_me:$LINENO: result: no" >&5
4781$as_echo "no" >&6; }
4782fi
4783
4784
4785 test -n "$ac_ct_DUMPBIN" && break
4786done
4787
4788 if test "x$ac_ct_DUMPBIN" = x; then
4789 DUMPBIN=":"
4790 else
4791 case $cross_compiling:$ac_tool_warned in
4792yes:)
4793{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4794$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4795ac_tool_warned=yes ;;
4796esac
4797 DUMPBIN=$ac_ct_DUMPBIN
4798 fi
4799fi
4800
4801
4802 if test "$DUMPBIN" != ":"; then
4803 NM="$DUMPBIN"
4804 fi
4805fi
4806test -z "$NM" && NM=nm
4807
4808
4809
4810
4811
4812
4813{ $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4814$as_echo_n "checking the name lister ($NM) interface... " >&6; }
4815if test "${lt_cv_nm_interface+set}" = set; then
4816 $as_echo_n "(cached) " >&6
4817else
4818 lt_cv_nm_interface="BSD nm"
4819 echo "int some_variable = 0;" > conftest.$ac_ext
6283f55e 4820 (eval echo "\"\$as_me:4820: $ac_compile\"" >&5)
e70e591c
BB
4821 (eval "$ac_compile" 2>conftest.err)
4822 cat conftest.err >&5
6283f55e 4823 (eval echo "\"\$as_me:4823: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
e70e591c
BB
4824 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4825 cat conftest.err >&5
6283f55e 4826 (eval echo "\"\$as_me:4826: output\"" >&5)
e70e591c
BB
4827 cat conftest.out >&5
4828 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4829 lt_cv_nm_interface="MS dumpbin"
4830 fi
4831 rm -f conftest*
4832fi
4833{ $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4834$as_echo "$lt_cv_nm_interface" >&6; }
4835
4836{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4837$as_echo_n "checking whether ln -s works... " >&6; }
4838LN_S=$as_ln_s
4839if test "$LN_S" = "ln -s"; then
4840 { $as_echo "$as_me:$LINENO: result: yes" >&5
4841$as_echo "yes" >&6; }
4842else
4843 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4844$as_echo "no, using $LN_S" >&6; }
4845fi
4846
4847# find the maximum length of command line arguments
4848{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4849$as_echo_n "checking the maximum length of command line arguments... " >&6; }
4850if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4851 $as_echo_n "(cached) " >&6
4852else
4853 i=0
4854 teststring="ABCD"
4855
4856 case $build_os in
4857 msdosdjgpp*)
4858 # On DJGPP, this test can blow up pretty badly due to problems in libc
4859 # (any single argument exceeding 2000 bytes causes a buffer overrun
4860 # during glob expansion). Even if it were fixed, the result of this
4861 # check would be larger than it should be.
4862 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4863 ;;
4864
4865 gnu*)
4866 # Under GNU Hurd, this test is not required because there is
4867 # no limit to the length of command line arguments.
4868 # Libtool will interpret -1 as no limit whatsoever
4869 lt_cv_sys_max_cmd_len=-1;
4870 ;;
4871
4872 cygwin* | mingw* | cegcc*)
4873 # On Win9x/ME, this test blows up -- it succeeds, but takes
4874 # about 5 minutes as the teststring grows exponentially.
4875 # Worse, since 9x/ME are not pre-emptively multitasking,
4876 # you end up with a "frozen" computer, even though with patience
4877 # the test eventually succeeds (with a max line length of 256k).
4878 # Instead, let's just punt: use the minimum linelength reported by
4879 # all of the supported platforms: 8192 (on NT/2K/XP).
4880 lt_cv_sys_max_cmd_len=8192;
4881 ;;
4882
4883 amigaos*)
4884 # On AmigaOS with pdksh, this test takes hours, literally.
4885 # So we just punt and use a minimum line length of 8192.
4886 lt_cv_sys_max_cmd_len=8192;
4887 ;;
4888
4889 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4890 # This has been around since 386BSD, at least. Likely further.
4891 if test -x /sbin/sysctl; then
4892 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4893 elif test -x /usr/sbin/sysctl; then
4894 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4895 else
4896 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4897 fi
4898 # And add a safety zone
4899 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4900 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4901 ;;
4902
4903 interix*)
4904 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4905 lt_cv_sys_max_cmd_len=196608
4906 ;;
4907
4908 osf*)
4909 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4910 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4911 # nice to cause kernel panics so lets avoid the loop below.
4912 # First set a reasonable default.
4913 lt_cv_sys_max_cmd_len=16384
4914 #
4915 if test -x /sbin/sysconfig; then
4916 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4917 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4918 esac
4919 fi
4920 ;;
4921 sco3.2v5*)
4922 lt_cv_sys_max_cmd_len=102400
4923 ;;
4924 sysv5* | sco5v6* | sysv4.2uw2*)
4925 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4926 if test -n "$kargmax"; then
4927 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4928 else
4929 lt_cv_sys_max_cmd_len=32768
4930 fi
4931 ;;
4932 *)
4933 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4934 if test -n "$lt_cv_sys_max_cmd_len"; then
4935 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4936 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4937 else
4938 # Make teststring a little bigger before we do anything with it.
4939 # a 1K string should be a reasonable start.
4940 for i in 1 2 3 4 5 6 7 8 ; do
4941 teststring=$teststring$teststring
4942 done
4943 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4944 # If test is not a shell built-in, we'll probably end up computing a
4945 # maximum length that is only half of the actual maximum length, but
4946 # we can't tell.
4947 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4948 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4949 test $i != 17 # 1/2 MB should be enough
4950 do
4951 i=`expr $i + 1`
4952 teststring=$teststring$teststring
4953 done
4954 # Only check the string length outside the loop.
4955 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4956 teststring=
4957 # Add a significant safety factor because C++ compilers can tack on
4958 # massive amounts of additional arguments before passing them to the
4959 # linker. It appears as though 1/2 is a usable value.
4960 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4961 fi
4962 ;;
4963 esac
4964
4965fi
4966
4967if test -n $lt_cv_sys_max_cmd_len ; then
4968 { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4969$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4970else
4971 { $as_echo "$as_me:$LINENO: result: none" >&5
4972$as_echo "none" >&6; }
4973fi
4974max_cmd_len=$lt_cv_sys_max_cmd_len
4975
4976
4977
4978
4979
4980
4981: ${CP="cp -f"}
4982: ${MV="mv -f"}
4983: ${RM="rm -f"}
4984
4985{ $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4986$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4987# Try some XSI features
4988xsi_shell=no
4989( _lt_dummy="a/b/c"
4990 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4991 = c,a/b,, \
4992 && eval 'test $(( 1 + 1 )) -eq 2 \
4993 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4994 && xsi_shell=yes
4995{ $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
4996$as_echo "$xsi_shell" >&6; }
4997
4998
4999{ $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
5000$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5001lt_shell_append=no
5002( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5003 >/dev/null 2>&1 \
5004 && lt_shell_append=yes
5005{ $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
5006$as_echo "$lt_shell_append" >&6; }
5007
5008
5009if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5010 lt_unset=unset
5011else
5012 lt_unset=false
5013fi
5014
5015
5016
5017
5018
5019# test EBCDIC or ASCII
5020case `echo X|tr X '\101'` in
5021 A) # ASCII based system
5022 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5023 lt_SP2NL='tr \040 \012'
5024 lt_NL2SP='tr \015\012 \040\040'
5025 ;;
5026 *) # EBCDIC based system
5027 lt_SP2NL='tr \100 \n'
5028 lt_NL2SP='tr \r\n \100\100'
5029 ;;
5030esac
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
5041$as_echo_n "checking for $LD option to reload object files... " >&6; }
5042if test "${lt_cv_ld_reload_flag+set}" = set; then
5043 $as_echo_n "(cached) " >&6
5044else
5045 lt_cv_ld_reload_flag='-r'
5046fi
5047{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
5048$as_echo "$lt_cv_ld_reload_flag" >&6; }
5049reload_flag=$lt_cv_ld_reload_flag
5050case $reload_flag in
5051"" | " "*) ;;
5052*) reload_flag=" $reload_flag" ;;
5053esac
5054reload_cmds='$LD$reload_flag -o $output$reload_objs'
5055case $host_os in
5056 darwin*)
5057 if test "$GCC" = yes; then
5058 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5059 else
5060 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5061 fi
5062 ;;
5063esac
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073if test -n "$ac_tool_prefix"; then
5074 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5075set dummy ${ac_tool_prefix}objdump; ac_word=$2
5076{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5077$as_echo_n "checking for $ac_word... " >&6; }
5078if test "${ac_cv_prog_OBJDUMP+set}" = set; then
5079 $as_echo_n "(cached) " >&6
5080else
5081 if test -n "$OBJDUMP"; then
5082 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5083else
5084as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5085for as_dir in $PATH
5086do
5087 IFS=$as_save_IFS
5088 test -z "$as_dir" && as_dir=.
5089 for ac_exec_ext in '' $ac_executable_extensions; do
5090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5091 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5092 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5093 break 2
5094 fi
5095done
5096done
5097IFS=$as_save_IFS
5098
5099fi
5100fi
5101OBJDUMP=$ac_cv_prog_OBJDUMP
5102if test -n "$OBJDUMP"; then
5103 { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
5104$as_echo "$OBJDUMP" >&6; }
5105else
5106 { $as_echo "$as_me:$LINENO: result: no" >&5
5107$as_echo "no" >&6; }
5108fi
5109
5110
5111fi
5112if test -z "$ac_cv_prog_OBJDUMP"; then
5113 ac_ct_OBJDUMP=$OBJDUMP
5114 # Extract the first word of "objdump", so it can be a program name with args.
5115set dummy objdump; ac_word=$2
5116{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5117$as_echo_n "checking for $ac_word... " >&6; }
5118if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
5119 $as_echo_n "(cached) " >&6
5120else
5121 if test -n "$ac_ct_OBJDUMP"; then
5122 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5123else
5124as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5125for as_dir in $PATH
5126do
5127 IFS=$as_save_IFS
5128 test -z "$as_dir" && as_dir=.
5129 for ac_exec_ext in '' $ac_executable_extensions; do
5130 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5131 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5132 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5133 break 2
5134 fi
5135done
5136done
5137IFS=$as_save_IFS
5138
5139fi
5140fi
5141ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5142if test -n "$ac_ct_OBJDUMP"; then
5143 { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
5144$as_echo "$ac_ct_OBJDUMP" >&6; }
5145else
5146 { $as_echo "$as_me:$LINENO: result: no" >&5
5147$as_echo "no" >&6; }
5148fi
5149
5150 if test "x$ac_ct_OBJDUMP" = x; then
5151 OBJDUMP="false"
5152 else
5153 case $cross_compiling:$ac_tool_warned in
5154yes:)
5155{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5156$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5157ac_tool_warned=yes ;;
5158esac
5159 OBJDUMP=$ac_ct_OBJDUMP
5160 fi
5161else
5162 OBJDUMP="$ac_cv_prog_OBJDUMP"
5163fi
5164
5165test -z "$OBJDUMP" && OBJDUMP=objdump
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
5176$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5177if test "${lt_cv_deplibs_check_method+set}" = set; then
5178 $as_echo_n "(cached) " >&6
5179else
5180 lt_cv_file_magic_cmd='$MAGIC_CMD'
5181lt_cv_file_magic_test_file=
5182lt_cv_deplibs_check_method='unknown'
5183# Need to set the preceding variable on all platforms that support
5184# interlibrary dependencies.
5185# 'none' -- dependencies not supported.
5186# `unknown' -- same as none, but documents that we really don't know.
5187# 'pass_all' -- all dependencies passed with no checks.
5188# 'test_compile' -- check by making test program.
5189# 'file_magic [[regex]]' -- check by looking for files in library path
5190# which responds to the $file_magic_cmd with a given extended regex.
5191# If you have `file' or equivalent on your system and you're not sure
5192# whether `pass_all' will *always* work, you probably want this one.
5193
5194case $host_os in
5195aix[4-9]*)
5196 lt_cv_deplibs_check_method=pass_all
5197 ;;
5198
5199beos*)
5200 lt_cv_deplibs_check_method=pass_all
5201 ;;
5202
5203bsdi[45]*)
5204 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5205 lt_cv_file_magic_cmd='/usr/bin/file -L'
5206 lt_cv_file_magic_test_file=/shlib/libc.so
5207 ;;
5208
5209cygwin*)
5210 # func_win32_libid is a shell function defined in ltmain.sh
5211 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5212 lt_cv_file_magic_cmd='func_win32_libid'
5213 ;;
5214
5215mingw* | pw32*)
5216 # Base MSYS/MinGW do not provide the 'file' command needed by
5217 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5218 # unless we find 'file', for example because we are cross-compiling.
5219 if ( file / ) >/dev/null 2>&1; then
5220 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5221 lt_cv_file_magic_cmd='func_win32_libid'
5222 else
5223 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5224 lt_cv_file_magic_cmd='$OBJDUMP -f'
5225 fi
5226 ;;
5227
5228cegcc)
5229 # use the weaker test based on 'objdump'. See mingw*.
5230 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5231 lt_cv_file_magic_cmd='$OBJDUMP -f'
5232 ;;
5233
5234darwin* | rhapsody*)
5235 lt_cv_deplibs_check_method=pass_all
5236 ;;
5237
5238freebsd* | dragonfly*)
5239 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5240 case $host_cpu in
5241 i*86 )
5242 # Not sure whether the presence of OpenBSD here was a mistake.
5243 # Let's accept both of them until this is cleared up.
5244 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5245 lt_cv_file_magic_cmd=/usr/bin/file
5246 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5247 ;;
5248 esac
5249 else
5250 lt_cv_deplibs_check_method=pass_all
5251 fi
5252 ;;
5253
5254gnu*)
5255 lt_cv_deplibs_check_method=pass_all
5256 ;;
5257
5258hpux10.20* | hpux11*)
5259 lt_cv_file_magic_cmd=/usr/bin/file
5260 case $host_cpu in
5261 ia64*)
5262 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5263 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5264 ;;
5265 hppa*64*)
5266 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
5267 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5268 ;;
5269 *)
5270 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5271 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5272 ;;
5273 esac
5274 ;;
5275
5276interix[3-9]*)
5277 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5278 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5279 ;;
5280
5281irix5* | irix6* | nonstopux*)
5282 case $LD in
5283 *-32|*"-32 ") libmagic=32-bit;;
5284 *-n32|*"-n32 ") libmagic=N32;;
5285 *-64|*"-64 ") libmagic=64-bit;;
5286 *) libmagic=never-match;;
5287 esac
5288 lt_cv_deplibs_check_method=pass_all
5289 ;;
5290
5291# This must be Linux ELF.
5292linux* | k*bsd*-gnu)
5293 lt_cv_deplibs_check_method=pass_all
5294 ;;
5295
5296netbsd*)
5297 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5298 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5299 else
5300 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5301 fi
5302 ;;
5303
5304newos6*)
5305 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5306 lt_cv_file_magic_cmd=/usr/bin/file
5307 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5308 ;;
5309
5310*nto* | *qnx*)
5311 lt_cv_deplibs_check_method=pass_all
5312 ;;
5313
5314openbsd*)
5315 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5316 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5317 else
5318 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5319 fi
5320 ;;
5321
5322osf3* | osf4* | osf5*)
5323 lt_cv_deplibs_check_method=pass_all
5324 ;;
5325
5326rdos*)
5327 lt_cv_deplibs_check_method=pass_all
5328 ;;
5329
5330solaris*)
5331 lt_cv_deplibs_check_method=pass_all
5332 ;;
5333
5334sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5335 lt_cv_deplibs_check_method=pass_all
5336 ;;
5337
5338sysv4 | sysv4.3*)
5339 case $host_vendor in
5340 motorola)
5341 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]'
5342 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5343 ;;
5344 ncr)
5345 lt_cv_deplibs_check_method=pass_all
5346 ;;
5347 sequent)
5348 lt_cv_file_magic_cmd='/bin/file'
5349 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5350 ;;
5351 sni)
5352 lt_cv_file_magic_cmd='/bin/file'
5353 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5354 lt_cv_file_magic_test_file=/lib/libc.so
5355 ;;
5356 siemens)
5357 lt_cv_deplibs_check_method=pass_all
5358 ;;
5359 pc)
5360 lt_cv_deplibs_check_method=pass_all
5361 ;;
5362 esac
5363 ;;
5364
5365tpf*)
5366 lt_cv_deplibs_check_method=pass_all
5367 ;;
5368esac
5369
5370fi
5371{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
5372$as_echo "$lt_cv_deplibs_check_method" >&6; }
5373file_magic_cmd=$lt_cv_file_magic_cmd
5374deplibs_check_method=$lt_cv_deplibs_check_method
5375test -z "$deplibs_check_method" && deplibs_check_method=unknown
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388if test -n "$ac_tool_prefix"; then
5389 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5390set dummy ${ac_tool_prefix}ar; ac_word=$2
5391{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5392$as_echo_n "checking for $ac_word... " >&6; }
5393if test "${ac_cv_prog_AR+set}" = set; then
5394 $as_echo_n "(cached) " >&6
5395else
5396 if test -n "$AR"; then
5397 ac_cv_prog_AR="$AR" # Let the user override the test.
5398else
5399as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5400for as_dir in $PATH
5401do
5402 IFS=$as_save_IFS
5403 test -z "$as_dir" && as_dir=.
5404 for ac_exec_ext in '' $ac_executable_extensions; do
5405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5406 ac_cv_prog_AR="${ac_tool_prefix}ar"
5407 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5408 break 2
5409 fi
5410done
5411done
5412IFS=$as_save_IFS
5413
5414fi
5415fi
5416AR=$ac_cv_prog_AR
5417if test -n "$AR"; then
5418 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5419$as_echo "$AR" >&6; }
5420else
5421 { $as_echo "$as_me:$LINENO: result: no" >&5
5422$as_echo "no" >&6; }
5423fi
5424
5425
5426fi
5427if test -z "$ac_cv_prog_AR"; then
5428 ac_ct_AR=$AR
5429 # Extract the first word of "ar", so it can be a program name with args.
5430set dummy ar; ac_word=$2
5431{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5432$as_echo_n "checking for $ac_word... " >&6; }
5433if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5434 $as_echo_n "(cached) " >&6
5435else
5436 if test -n "$ac_ct_AR"; then
5437 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5438else
5439as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5440for as_dir in $PATH
5441do
5442 IFS=$as_save_IFS
5443 test -z "$as_dir" && as_dir=.
5444 for ac_exec_ext in '' $ac_executable_extensions; do
5445 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5446 ac_cv_prog_ac_ct_AR="ar"
5447 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5448 break 2
5449 fi
5450done
5451done
5452IFS=$as_save_IFS
5453
5454fi
5455fi
5456ac_ct_AR=$ac_cv_prog_ac_ct_AR
5457if test -n "$ac_ct_AR"; then
5458 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5459$as_echo "$ac_ct_AR" >&6; }
5460else
5461 { $as_echo "$as_me:$LINENO: result: no" >&5
5462$as_echo "no" >&6; }
5463fi
5464
5465 if test "x$ac_ct_AR" = x; then
5466 AR="false"
5467 else
5468 case $cross_compiling:$ac_tool_warned in
5469yes:)
5470{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5471$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5472ac_tool_warned=yes ;;
5473esac
5474 AR=$ac_ct_AR
5475 fi
5476else
5477 AR="$ac_cv_prog_AR"
5478fi
5479
5480test -z "$AR" && AR=ar
5481test -z "$AR_FLAGS" && AR_FLAGS=cru
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493if test -n "$ac_tool_prefix"; then
5494 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5495set dummy ${ac_tool_prefix}strip; ac_word=$2
5496{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5497$as_echo_n "checking for $ac_word... " >&6; }
5498if test "${ac_cv_prog_STRIP+set}" = set; then
5499 $as_echo_n "(cached) " >&6
5500else
5501 if test -n "$STRIP"; then
5502 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5503else
5504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5505for as_dir in $PATH
5506do
5507 IFS=$as_save_IFS
5508 test -z "$as_dir" && as_dir=.
5509 for ac_exec_ext in '' $ac_executable_extensions; do
5510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5511 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5512 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5513 break 2
5514 fi
5515done
5516done
5517IFS=$as_save_IFS
5518
5519fi
5520fi
5521STRIP=$ac_cv_prog_STRIP
5522if test -n "$STRIP"; then
5523 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
5524$as_echo "$STRIP" >&6; }
5525else
5526 { $as_echo "$as_me:$LINENO: result: no" >&5
5527$as_echo "no" >&6; }
5528fi
5529
5530
5531fi
5532if test -z "$ac_cv_prog_STRIP"; then
5533 ac_ct_STRIP=$STRIP
5534 # Extract the first word of "strip", so it can be a program name with args.
5535set dummy strip; ac_word=$2
5536{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5537$as_echo_n "checking for $ac_word... " >&6; }
5538if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5539 $as_echo_n "(cached) " >&6
5540else
5541 if test -n "$ac_ct_STRIP"; then
5542 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5543else
5544as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5545for as_dir in $PATH
5546do
5547 IFS=$as_save_IFS
5548 test -z "$as_dir" && as_dir=.
5549 for ac_exec_ext in '' $ac_executable_extensions; do
5550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5551 ac_cv_prog_ac_ct_STRIP="strip"
5552 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5553 break 2
5554 fi
5555done
5556done
5557IFS=$as_save_IFS
5558
5559fi
5560fi
5561ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5562if test -n "$ac_ct_STRIP"; then
5563 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5564$as_echo "$ac_ct_STRIP" >&6; }
5565else
5566 { $as_echo "$as_me:$LINENO: result: no" >&5
5567$as_echo "no" >&6; }
5568fi
5569
5570 if test "x$ac_ct_STRIP" = x; then
5571 STRIP=":"
5572 else
5573 case $cross_compiling:$ac_tool_warned in
5574yes:)
5575{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5576$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5577ac_tool_warned=yes ;;
5578esac
5579 STRIP=$ac_ct_STRIP
5580 fi
5581else
5582 STRIP="$ac_cv_prog_STRIP"
5583fi
5584
5585test -z "$STRIP" && STRIP=:
5586
5587
5588
5589
5590
5591
5592if test -n "$ac_tool_prefix"; then
5593 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5594set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5595{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5596$as_echo_n "checking for $ac_word... " >&6; }
5597if test "${ac_cv_prog_RANLIB+set}" = set; then
5598 $as_echo_n "(cached) " >&6
5599else
5600 if test -n "$RANLIB"; then
5601 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5602else
5603as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5604for as_dir in $PATH
5605do
5606 IFS=$as_save_IFS
5607 test -z "$as_dir" && as_dir=.
5608 for ac_exec_ext in '' $ac_executable_extensions; do
5609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5610 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5611 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5612 break 2
5613 fi
5614done
5615done
5616IFS=$as_save_IFS
5617
5618fi
5619fi
5620RANLIB=$ac_cv_prog_RANLIB
5621if test -n "$RANLIB"; then
5622 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
5623$as_echo "$RANLIB" >&6; }
5624else
5625 { $as_echo "$as_me:$LINENO: result: no" >&5
5626$as_echo "no" >&6; }
5627fi
5628
5629
5630fi
5631if test -z "$ac_cv_prog_RANLIB"; then
5632 ac_ct_RANLIB=$RANLIB
5633 # Extract the first word of "ranlib", so it can be a program name with args.
5634set dummy ranlib; ac_word=$2
5635{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5636$as_echo_n "checking for $ac_word... " >&6; }
5637if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5638 $as_echo_n "(cached) " >&6
5639else
5640 if test -n "$ac_ct_RANLIB"; then
5641 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5642else
5643as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5644for as_dir in $PATH
5645do
5646 IFS=$as_save_IFS
5647 test -z "$as_dir" && as_dir=.
5648 for ac_exec_ext in '' $ac_executable_extensions; do
5649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5650 ac_cv_prog_ac_ct_RANLIB="ranlib"
5651 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5652 break 2
5653 fi
5654done
5655done
5656IFS=$as_save_IFS
5657
5658fi
5659fi
5660ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5661if test -n "$ac_ct_RANLIB"; then
5662 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5663$as_echo "$ac_ct_RANLIB" >&6; }
5664else
5665 { $as_echo "$as_me:$LINENO: result: no" >&5
5666$as_echo "no" >&6; }
5667fi
5668
5669 if test "x$ac_ct_RANLIB" = x; then
5670 RANLIB=":"
5671 else
5672 case $cross_compiling:$ac_tool_warned in
5673yes:)
5674{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5675$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5676ac_tool_warned=yes ;;
5677esac
5678 RANLIB=$ac_ct_RANLIB
5679 fi
5680else
5681 RANLIB="$ac_cv_prog_RANLIB"
5682fi
5683
5684test -z "$RANLIB" && RANLIB=:
5685
5686
5687
5688
5689
5690
5691# Determine commands to create old-style static archives.
5692old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5693old_postinstall_cmds='chmod 644 $oldlib'
5694old_postuninstall_cmds=
5695
5696if test -n "$RANLIB"; then
5697 case $host_os in
5698 openbsd*)
5699 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5700 ;;
5701 *)
5702 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5703 ;;
5704 esac
5705 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5706fi
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741# If no C compiler was specified, use CC.
5742LTCC=${LTCC-"$CC"}
5743
5744# If no C compiler flags were specified, use CFLAGS.
5745LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5746
5747# Allow CC to be a program name with arguments.
5748compiler=$CC
5749
5750
5751# Check for command to grab the raw symbol name followed by C symbol from nm.
5752{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
5753$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5754if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5755 $as_echo_n "(cached) " >&6
5756else
5757
5758# These are sane defaults that work on at least a few old systems.
5759# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5760
5761# Character class describing NM global symbol codes.
5762symcode='[BCDEGRST]'
5763
5764# Regexp to match symbols that can be accessed directly from C.
5765sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5766
5767# Define system-specific variables.
5768case $host_os in
5769aix*)
5770 symcode='[BCDT]'
5771 ;;
5772cygwin* | mingw* | pw32* | cegcc*)
5773 symcode='[ABCDGISTW]'
5774 ;;
5775hpux*)
5776 if test "$host_cpu" = ia64; then
5777 symcode='[ABCDEGRST]'
5778 fi
5779 ;;
5780irix* | nonstopux*)
5781 symcode='[BCDEGRST]'
5782 ;;
5783osf*)
5784 symcode='[BCDEGQRST]'
5785 ;;
5786solaris*)
5787 symcode='[BDRT]'
5788 ;;
5789sco3.2v5*)
5790 symcode='[DT]'
5791 ;;
5792sysv4.2uw2*)
5793 symcode='[DT]'
5794 ;;
5795sysv5* | sco5v6* | unixware* | OpenUNIX*)
5796 symcode='[ABDT]'
5797 ;;
5798sysv4)
5799 symcode='[DFNSTU]'
5800 ;;
5801esac
5802
5803# If we're using GNU nm, then use its standard symbol codes.
5804case `$NM -V 2>&1` in
5805*GNU* | *'with BFD'*)
5806 symcode='[ABCDGIRSTW]' ;;
5807esac
5808
5809# Transform an extracted symbol line into a proper C declaration.
5810# Some systems (esp. on ia64) link data and code symbols differently,
5811# so use this general approach.
5812lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5813
5814# Transform an extracted symbol line into symbol name and symbol address
5815lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5816lt_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'"
5817
5818# Handle CRLF in mingw tool chain
5819opt_cr=
5820case $build_os in
5821mingw*)
5822 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5823 ;;
5824esac
5825
5826# Try without a prefix underscore, then with it.
5827for ac_symprfx in "" "_"; do
5828
5829 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5830 symxfrm="\\1 $ac_symprfx\\2 \\2"
5831
5832 # Write the raw and C identifiers.
5833 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5834 # Fake it for dumpbin and say T for any non-static function
5835 # and D for any global variable.
5836 # Also find C++ and __fastcall symbols from MSVC++,
5837 # which start with @ or ?.
5838 lt_cv_sys_global_symbol_pipe="$AWK '"\
5839" {last_section=section; section=\$ 3};"\
5840" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5841" \$ 0!~/External *\|/{next};"\
5842" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5843" {if(hide[section]) next};"\
5844" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5845" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5846" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5847" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5848" ' prfx=^$ac_symprfx"
5849 else
5850 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5851 fi
5852
5853 # Check to see that the pipe works correctly.
5854 pipe_works=no
5855
5856 rm -f conftest*
5857 cat > conftest.$ac_ext <<_LT_EOF
5858#ifdef __cplusplus
5859extern "C" {
5860#endif
5861char nm_test_var;
5862void nm_test_func(void);
5863void nm_test_func(void){}
5864#ifdef __cplusplus
5865}
5866#endif
5867int main(){nm_test_var='a';nm_test_func();return(0);}
5868_LT_EOF
5869
5870 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5871 (eval $ac_compile) 2>&5
5872 ac_status=$?
5873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5874 (exit $ac_status); }; then
5875 # Now try to grab the symbols.
5876 nlist=conftest.nm
5877 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
5878 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5879 ac_status=$?
5880 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5881 (exit $ac_status); } && test -s "$nlist"; then
5882 # Try sorting and uniquifying the output.
5883 if sort "$nlist" | uniq > "$nlist"T; then
5884 mv -f "$nlist"T "$nlist"
5885 else
5886 rm -f "$nlist"T
5887 fi
5888
5889 # Make sure that we snagged all the symbols we need.
5890 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5891 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5892 cat <<_LT_EOF > conftest.$ac_ext
5893#ifdef __cplusplus
5894extern "C" {
5895#endif
5896
5897_LT_EOF
5898 # Now generate the symbol file.
5899 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5900
5901 cat <<_LT_EOF >> conftest.$ac_ext
5902
5903/* The mapping between symbol names and symbols. */
5904const struct {
5905 const char *name;
5906 void *address;
5907}
5908lt__PROGRAM__LTX_preloaded_symbols[] =
5909{
5910 { "@PROGRAM@", (void *) 0 },
5911_LT_EOF
5912 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5913 cat <<\_LT_EOF >> conftest.$ac_ext
5914 {0, (void *) 0}
5915};
5916
5917/* This works around a problem in FreeBSD linker */
5918#ifdef FREEBSD_WORKAROUND
5919static const void *lt_preloaded_setup() {
5920 return lt__PROGRAM__LTX_preloaded_symbols;
5921}
5922#endif
5923
5924#ifdef __cplusplus
5925}
5926#endif
5927_LT_EOF
5928 # Now try linking the two files.
5929 mv conftest.$ac_objext conftstm.$ac_objext
5930 lt_save_LIBS="$LIBS"
5931 lt_save_CFLAGS="$CFLAGS"
5932 LIBS="conftstm.$ac_objext"
5933 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5934 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5935 (eval $ac_link) 2>&5
5936 ac_status=$?
5937 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5938 (exit $ac_status); } && test -s conftest${ac_exeext}; then
5939 pipe_works=yes
5940 fi
5941 LIBS="$lt_save_LIBS"
5942 CFLAGS="$lt_save_CFLAGS"
5943 else
5944 echo "cannot find nm_test_func in $nlist" >&5
5945 fi
5946 else
5947 echo "cannot find nm_test_var in $nlist" >&5
5948 fi
5949 else
5950 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5951 fi
5952 else
5953 echo "$progname: failed program was:" >&5
5954 cat conftest.$ac_ext >&5
5955 fi
5956 rm -rf conftest* conftst*
5957
5958 # Do not use the global_symbol_pipe unless it works.
5959 if test "$pipe_works" = yes; then
5960 break
5961 else
5962 lt_cv_sys_global_symbol_pipe=
5963 fi
5964done
5965
5966fi
5967
5968if test -z "$lt_cv_sys_global_symbol_pipe"; then
5969 lt_cv_sys_global_symbol_to_cdecl=
5970fi
5971if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5972 { $as_echo "$as_me:$LINENO: result: failed" >&5
5973$as_echo "failed" >&6; }
5974else
5975 { $as_echo "$as_me:$LINENO: result: ok" >&5
5976$as_echo "ok" >&6; }
5977fi
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001# Check whether --enable-libtool-lock was given.
6002if test "${enable_libtool_lock+set}" = set; then
6003 enableval=$enable_libtool_lock;
6004fi
6005
6006test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6007
6008# Some flags need to be propagated to the compiler or linker for good
6009# libtool support.
6010case $host in
6011ia64-*-hpux*)
6012 # Find out which ABI we are using.
6013 echo 'int i;' > conftest.$ac_ext
6014 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6015 (eval $ac_compile) 2>&5
6016 ac_status=$?
6017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6018 (exit $ac_status); }; then
6019 case `/usr/bin/file conftest.$ac_objext` in
6020 *ELF-32*)
6021 HPUX_IA64_MODE="32"
6022 ;;
6023 *ELF-64*)
6024 HPUX_IA64_MODE="64"
6025 ;;
6026 esac
6027 fi
6028 rm -rf conftest*
6029 ;;
6030*-*-irix6*)
6031 # Find out which ABI we are using.
6283f55e 6032 echo '#line 6032 "configure"' > conftest.$ac_ext
e70e591c
BB
6033 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6034 (eval $ac_compile) 2>&5
6035 ac_status=$?
6036 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6037 (exit $ac_status); }; then
6038 if test "$lt_cv_prog_gnu_ld" = yes; then
6039 case `/usr/bin/file conftest.$ac_objext` in
6040 *32-bit*)
6041 LD="${LD-ld} -melf32bsmip"
6042 ;;
6043 *N32*)
6044 LD="${LD-ld} -melf32bmipn32"
6045 ;;
6046 *64-bit*)
6047 LD="${LD-ld} -melf64bmip"
6048 ;;
6049 esac
6050 else
6051 case `/usr/bin/file conftest.$ac_objext` in
6052 *32-bit*)
6053 LD="${LD-ld} -32"
6054 ;;
6055 *N32*)
6056 LD="${LD-ld} -n32"
6057 ;;
6058 *64-bit*)
6059 LD="${LD-ld} -64"
6060 ;;
6061 esac
6062 fi
6063 fi
6064 rm -rf conftest*
6065 ;;
6066
6067x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6068s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6069 # Find out which ABI we are using.
6070 echo 'int i;' > conftest.$ac_ext
6071 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6072 (eval $ac_compile) 2>&5
6073 ac_status=$?
6074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6075 (exit $ac_status); }; then
6076 case `/usr/bin/file conftest.o` in
6077 *32-bit*)
6078 case $host in
6079 x86_64-*kfreebsd*-gnu)
6080 LD="${LD-ld} -m elf_i386_fbsd"
6081 ;;
6082 x86_64-*linux*)
6083 LD="${LD-ld} -m elf_i386"
6084 ;;
6085 ppc64-*linux*|powerpc64-*linux*)
6086 LD="${LD-ld} -m elf32ppclinux"
6087 ;;
6088 s390x-*linux*)
6089 LD="${LD-ld} -m elf_s390"
6090 ;;
6091 sparc64-*linux*)
6092 LD="${LD-ld} -m elf32_sparc"
6093 ;;
6094 esac
6095 ;;
6096 *64-bit*)
6097 case $host in
6098 x86_64-*kfreebsd*-gnu)
6099 LD="${LD-ld} -m elf_x86_64_fbsd"
6100 ;;
6101 x86_64-*linux*)
6102 LD="${LD-ld} -m elf_x86_64"
6103 ;;
6104 ppc*-*linux*|powerpc*-*linux*)
6105 LD="${LD-ld} -m elf64ppc"
6106 ;;
6107 s390*-*linux*|s390*-*tpf*)
6108 LD="${LD-ld} -m elf64_s390"
6109 ;;
6110 sparc*-*linux*)
6111 LD="${LD-ld} -m elf64_sparc"
6112 ;;
6113 esac
6114 ;;
6115 esac
6116 fi
6117 rm -rf conftest*
6118 ;;
6119
6120*-*-sco3.2v5*)
6121 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6122 SAVE_CFLAGS="$CFLAGS"
6123 CFLAGS="$CFLAGS -belf"
6124 { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
6125$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6126if test "${lt_cv_cc_needs_belf+set}" = set; then
6127 $as_echo_n "(cached) " >&6
6128else
6129 ac_ext=c
6130ac_cpp='$CPP $CPPFLAGS'
6131ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6132ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6133ac_compiler_gnu=$ac_cv_c_compiler_gnu
6134
6135 cat >conftest.$ac_ext <<_ACEOF
6136/* confdefs.h. */
6137_ACEOF
6138cat confdefs.h >>conftest.$ac_ext
6139cat >>conftest.$ac_ext <<_ACEOF
6140/* end confdefs.h. */
6141
6142int
6143main ()
6144{
6145
6146 ;
6147 return 0;
6148}
6149_ACEOF
6150rm -f conftest.$ac_objext conftest$ac_exeext
6151if { (ac_try="$ac_link"
6152case "(($ac_try" in
6153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6154 *) ac_try_echo=$ac_try;;
6155esac
6156eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6157$as_echo "$ac_try_echo") >&5
6158 (eval "$ac_link") 2>conftest.er1
6159 ac_status=$?
6160 grep -v '^ *+' conftest.er1 >conftest.err
6161 rm -f conftest.er1
6162 cat conftest.err >&5
6163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6164 (exit $ac_status); } && {
6165 test -z "$ac_c_werror_flag" ||
6166 test ! -s conftest.err
6167 } && test -s conftest$ac_exeext && {
6168 test "$cross_compiling" = yes ||
6169 $as_test_x conftest$ac_exeext
6170 }; then
6171 lt_cv_cc_needs_belf=yes
6172else
6173 $as_echo "$as_me: failed program was:" >&5
6174sed 's/^/| /' conftest.$ac_ext >&5
6175
6176 lt_cv_cc_needs_belf=no
6177fi
6178
6179rm -rf conftest.dSYM
6180rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6181 conftest$ac_exeext conftest.$ac_ext
6182 ac_ext=c
6183ac_cpp='$CPP $CPPFLAGS'
6184ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6185ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6186ac_compiler_gnu=$ac_cv_c_compiler_gnu
6187
6188fi
6189{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
6190$as_echo "$lt_cv_cc_needs_belf" >&6; }
6191 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6192 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6193 CFLAGS="$SAVE_CFLAGS"
6194 fi
6195 ;;
6196sparc*-*solaris*)
6197 # Find out which ABI we are using.
6198 echo 'int i;' > conftest.$ac_ext
6199 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6200 (eval $ac_compile) 2>&5
6201 ac_status=$?
6202 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6203 (exit $ac_status); }; then
6204 case `/usr/bin/file conftest.o` in
6205 *64-bit*)
6206 case $lt_cv_prog_gnu_ld in
6207 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6208 *)
6209 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6210 LD="${LD-ld} -64"
6211 fi
6212 ;;
6213 esac
6214 ;;
6215 esac
6216 fi
6217 rm -rf conftest*
6218 ;;
6219esac
6220
6221need_locks="$enable_libtool_lock"
6222
6223
6224 case $host_os in
6225 rhapsody* | darwin*)
6226 if test -n "$ac_tool_prefix"; then
6227 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6228set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6229{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6230$as_echo_n "checking for $ac_word... " >&6; }
6231if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
6232 $as_echo_n "(cached) " >&6
6233else
6234 if test -n "$DSYMUTIL"; then
6235 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6236else
6237as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6238for as_dir in $PATH
6239do
6240 IFS=$as_save_IFS
6241 test -z "$as_dir" && as_dir=.
6242 for ac_exec_ext in '' $ac_executable_extensions; do
6243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6244 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6245 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6246 break 2
6247 fi
6248done
6249done
6250IFS=$as_save_IFS
6251
6252fi
6253fi
6254DSYMUTIL=$ac_cv_prog_DSYMUTIL
6255if test -n "$DSYMUTIL"; then
6256 { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
6257$as_echo "$DSYMUTIL" >&6; }
6258else
6259 { $as_echo "$as_me:$LINENO: result: no" >&5
6260$as_echo "no" >&6; }
6261fi
6262
6263
6264fi
6265if test -z "$ac_cv_prog_DSYMUTIL"; then
6266 ac_ct_DSYMUTIL=$DSYMUTIL
6267 # Extract the first word of "dsymutil", so it can be a program name with args.
6268set dummy dsymutil; ac_word=$2
6269{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6270$as_echo_n "checking for $ac_word... " >&6; }
6271if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
6272 $as_echo_n "(cached) " >&6
6273else
6274 if test -n "$ac_ct_DSYMUTIL"; then
6275 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6276else
6277as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6278for as_dir in $PATH
6279do
6280 IFS=$as_save_IFS
6281 test -z "$as_dir" && as_dir=.
6282 for ac_exec_ext in '' $ac_executable_extensions; do
6283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6284 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6285 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6286 break 2
6287 fi
6288done
6289done
6290IFS=$as_save_IFS
6291
6292fi
6293fi
6294ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6295if test -n "$ac_ct_DSYMUTIL"; then
6296 { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
6297$as_echo "$ac_ct_DSYMUTIL" >&6; }
6298else
6299 { $as_echo "$as_me:$LINENO: result: no" >&5
6300$as_echo "no" >&6; }
6301fi
6302
6303 if test "x$ac_ct_DSYMUTIL" = x; then
6304 DSYMUTIL=":"
6305 else
6306 case $cross_compiling:$ac_tool_warned in
6307yes:)
6308{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6309$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6310ac_tool_warned=yes ;;
6311esac
6312 DSYMUTIL=$ac_ct_DSYMUTIL
6313 fi
6314else
6315 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6316fi
6317
6318 if test -n "$ac_tool_prefix"; then
6319 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6320set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6321{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6322$as_echo_n "checking for $ac_word... " >&6; }
6323if test "${ac_cv_prog_NMEDIT+set}" = set; then
6324 $as_echo_n "(cached) " >&6
6325else
6326 if test -n "$NMEDIT"; then
6327 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6328else
6329as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6330for as_dir in $PATH
6331do
6332 IFS=$as_save_IFS
6333 test -z "$as_dir" && as_dir=.
6334 for ac_exec_ext in '' $ac_executable_extensions; do
6335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6336 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6337 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6338 break 2
6339 fi
6340done
6341done
6342IFS=$as_save_IFS
6343
6344fi
6345fi
6346NMEDIT=$ac_cv_prog_NMEDIT
6347if test -n "$NMEDIT"; then
6348 { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
6349$as_echo "$NMEDIT" >&6; }
6350else
6351 { $as_echo "$as_me:$LINENO: result: no" >&5
6352$as_echo "no" >&6; }
6353fi
6354
6355
6356fi
6357if test -z "$ac_cv_prog_NMEDIT"; then
6358 ac_ct_NMEDIT=$NMEDIT
6359 # Extract the first word of "nmedit", so it can be a program name with args.
6360set dummy nmedit; ac_word=$2
6361{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6362$as_echo_n "checking for $ac_word... " >&6; }
6363if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
6364 $as_echo_n "(cached) " >&6
6365else
6366 if test -n "$ac_ct_NMEDIT"; then
6367 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6368else
6369as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6370for as_dir in $PATH
6371do
6372 IFS=$as_save_IFS
6373 test -z "$as_dir" && as_dir=.
6374 for ac_exec_ext in '' $ac_executable_extensions; do
6375 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6376 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6377 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6378 break 2
6379 fi
6380done
6381done
6382IFS=$as_save_IFS
6383
6384fi
6385fi
6386ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6387if test -n "$ac_ct_NMEDIT"; then
6388 { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
6389$as_echo "$ac_ct_NMEDIT" >&6; }
6390else
6391 { $as_echo "$as_me:$LINENO: result: no" >&5
6392$as_echo "no" >&6; }
6393fi
6394
6395 if test "x$ac_ct_NMEDIT" = x; then
6396 NMEDIT=":"
6397 else
6398 case $cross_compiling:$ac_tool_warned in
6399yes:)
6400{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6401$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6402ac_tool_warned=yes ;;
6403esac
6404 NMEDIT=$ac_ct_NMEDIT
6405 fi
6406else
6407 NMEDIT="$ac_cv_prog_NMEDIT"
6408fi
6409
6410 if test -n "$ac_tool_prefix"; then
6411 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6412set dummy ${ac_tool_prefix}lipo; ac_word=$2
6413{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6414$as_echo_n "checking for $ac_word... " >&6; }
6415if test "${ac_cv_prog_LIPO+set}" = set; then
6416 $as_echo_n "(cached) " >&6
6417else
6418 if test -n "$LIPO"; then
6419 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6420else
6421as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6422for as_dir in $PATH
6423do
6424 IFS=$as_save_IFS
6425 test -z "$as_dir" && as_dir=.
6426 for ac_exec_ext in '' $ac_executable_extensions; do
6427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6428 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6429 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6430 break 2
6431 fi
6432done
6433done
6434IFS=$as_save_IFS
6435
6436fi
6437fi
6438LIPO=$ac_cv_prog_LIPO
6439if test -n "$LIPO"; then
6440 { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
6441$as_echo "$LIPO" >&6; }
6442else
6443 { $as_echo "$as_me:$LINENO: result: no" >&5
6444$as_echo "no" >&6; }
6445fi
6446
6447
6448fi
6449if test -z "$ac_cv_prog_LIPO"; then
6450 ac_ct_LIPO=$LIPO
6451 # Extract the first word of "lipo", so it can be a program name with args.
6452set dummy lipo; ac_word=$2
6453{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6454$as_echo_n "checking for $ac_word... " >&6; }
6455if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
6456 $as_echo_n "(cached) " >&6
6457else
6458 if test -n "$ac_ct_LIPO"; then
6459 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6460else
6461as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6462for as_dir in $PATH
6463do
6464 IFS=$as_save_IFS
6465 test -z "$as_dir" && as_dir=.
6466 for ac_exec_ext in '' $ac_executable_extensions; do
6467 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6468 ac_cv_prog_ac_ct_LIPO="lipo"
6469 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6470 break 2
6471 fi
6472done
6473done
6474IFS=$as_save_IFS
6475
6476fi
6477fi
6478ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6479if test -n "$ac_ct_LIPO"; then
6480 { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
6481$as_echo "$ac_ct_LIPO" >&6; }
6482else
6483 { $as_echo "$as_me:$LINENO: result: no" >&5
6484$as_echo "no" >&6; }
6485fi
6486
6487 if test "x$ac_ct_LIPO" = x; then
6488 LIPO=":"
6489 else
6490 case $cross_compiling:$ac_tool_warned in
6491yes:)
6492{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6493$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6494ac_tool_warned=yes ;;
6495esac
6496 LIPO=$ac_ct_LIPO
6497 fi
6498else
6499 LIPO="$ac_cv_prog_LIPO"
6500fi
6501
6502 if test -n "$ac_tool_prefix"; then
6503 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6504set dummy ${ac_tool_prefix}otool; ac_word=$2
6505{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6506$as_echo_n "checking for $ac_word... " >&6; }
6507if test "${ac_cv_prog_OTOOL+set}" = set; then
6508 $as_echo_n "(cached) " >&6
6509else
6510 if test -n "$OTOOL"; then
6511 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6512else
6513as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6514for as_dir in $PATH
6515do
6516 IFS=$as_save_IFS
6517 test -z "$as_dir" && as_dir=.
6518 for ac_exec_ext in '' $ac_executable_extensions; do
6519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6520 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6521 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6522 break 2
6523 fi
6524done
6525done
6526IFS=$as_save_IFS
6527
6528fi
6529fi
6530OTOOL=$ac_cv_prog_OTOOL
6531if test -n "$OTOOL"; then
6532 { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
6533$as_echo "$OTOOL" >&6; }
6534else
6535 { $as_echo "$as_me:$LINENO: result: no" >&5
6536$as_echo "no" >&6; }
6537fi
6538
6539
6540fi
6541if test -z "$ac_cv_prog_OTOOL"; then
6542 ac_ct_OTOOL=$OTOOL
6543 # Extract the first word of "otool", so it can be a program name with args.
6544set dummy otool; ac_word=$2
6545{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6546$as_echo_n "checking for $ac_word... " >&6; }
6547if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
6548 $as_echo_n "(cached) " >&6
6549else
6550 if test -n "$ac_ct_OTOOL"; then
6551 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6552else
6553as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6554for as_dir in $PATH
6555do
6556 IFS=$as_save_IFS
6557 test -z "$as_dir" && as_dir=.
6558 for ac_exec_ext in '' $ac_executable_extensions; do
6559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6560 ac_cv_prog_ac_ct_OTOOL="otool"
6561 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6562 break 2
6563 fi
6564done
6565done
6566IFS=$as_save_IFS
6567
6568fi
6569fi
6570ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6571if test -n "$ac_ct_OTOOL"; then
6572 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
6573$as_echo "$ac_ct_OTOOL" >&6; }
6574else
6575 { $as_echo "$as_me:$LINENO: result: no" >&5
6576$as_echo "no" >&6; }
6577fi
6578
6579 if test "x$ac_ct_OTOOL" = x; then
6580 OTOOL=":"
6581 else
6582 case $cross_compiling:$ac_tool_warned in
6583yes:)
6584{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6585$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6586ac_tool_warned=yes ;;
6587esac
6588 OTOOL=$ac_ct_OTOOL
6589 fi
6590else
6591 OTOOL="$ac_cv_prog_OTOOL"
6592fi
6593
6594 if test -n "$ac_tool_prefix"; then
6595 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6596set dummy ${ac_tool_prefix}otool64; ac_word=$2
6597{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6598$as_echo_n "checking for $ac_word... " >&6; }
6599if test "${ac_cv_prog_OTOOL64+set}" = set; then
6600 $as_echo_n "(cached) " >&6
6601else
6602 if test -n "$OTOOL64"; then
6603 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6604else
6605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6606for as_dir in $PATH
6607do
6608 IFS=$as_save_IFS
6609 test -z "$as_dir" && as_dir=.
6610 for ac_exec_ext in '' $ac_executable_extensions; do
6611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6612 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6613 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6614 break 2
6615 fi
6616done
6617done
6618IFS=$as_save_IFS
6619
6620fi
6621fi
6622OTOOL64=$ac_cv_prog_OTOOL64
6623if test -n "$OTOOL64"; then
6624 { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
6625$as_echo "$OTOOL64" >&6; }
6626else
6627 { $as_echo "$as_me:$LINENO: result: no" >&5
6628$as_echo "no" >&6; }
6629fi
6630
6631
6632fi
6633if test -z "$ac_cv_prog_OTOOL64"; then
6634 ac_ct_OTOOL64=$OTOOL64
6635 # Extract the first word of "otool64", so it can be a program name with args.
6636set dummy otool64; ac_word=$2
6637{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6638$as_echo_n "checking for $ac_word... " >&6; }
6639if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
6640 $as_echo_n "(cached) " >&6
6641else
6642 if test -n "$ac_ct_OTOOL64"; then
6643 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6644else
6645as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6646for as_dir in $PATH
6647do
6648 IFS=$as_save_IFS
6649 test -z "$as_dir" && as_dir=.
6650 for ac_exec_ext in '' $ac_executable_extensions; do
6651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6652 ac_cv_prog_ac_ct_OTOOL64="otool64"
6653 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6654 break 2
6655 fi
6656done
6657done
6658IFS=$as_save_IFS
6659
6660fi
6661fi
6662ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6663if test -n "$ac_ct_OTOOL64"; then
6664 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
6665$as_echo "$ac_ct_OTOOL64" >&6; }
6666else
6667 { $as_echo "$as_me:$LINENO: result: no" >&5
6668$as_echo "no" >&6; }
6669fi
6670
6671 if test "x$ac_ct_OTOOL64" = x; then
6672 OTOOL64=":"
6673 else
6674 case $cross_compiling:$ac_tool_warned in
6675yes:)
6676{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6677$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6678ac_tool_warned=yes ;;
6679esac
6680 OTOOL64=$ac_ct_OTOOL64
6681 fi
6682else
6683 OTOOL64="$ac_cv_prog_OTOOL64"
6684fi
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
6708
6709
6710
6711
6712 { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
6713$as_echo_n "checking for -single_module linker flag... " >&6; }
6714if test "${lt_cv_apple_cc_single_mod+set}" = set; then
6715 $as_echo_n "(cached) " >&6
6716else
6717 lt_cv_apple_cc_single_mod=no
6718 if test -z "${LT_MULTI_MODULE}"; then
6719 # By default we will add the -single_module flag. You can override
6720 # by either setting the environment variable LT_MULTI_MODULE
6721 # non-empty at configure time, or by adding -multi_module to the
6722 # link flags.
6723 rm -rf libconftest.dylib*
6724 echo "int foo(void){return 1;}" > conftest.c
6725 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6726-dynamiclib -Wl,-single_module conftest.c" >&5
6727 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6728 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6729 _lt_result=$?
6730 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6731 lt_cv_apple_cc_single_mod=yes
6732 else
6733 cat conftest.err >&5
6734 fi
6735 rm -rf libconftest.dylib*
6736 rm -f conftest.*
6737 fi
6738fi
6739{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
6740$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6741 { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
6742$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6743if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
6744 $as_echo_n "(cached) " >&6
6745else
6746 lt_cv_ld_exported_symbols_list=no
6747 save_LDFLAGS=$LDFLAGS
6748 echo "_main" > conftest.sym
6749 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6750 cat >conftest.$ac_ext <<_ACEOF
6751/* confdefs.h. */
6752_ACEOF
6753cat confdefs.h >>conftest.$ac_ext
6754cat >>conftest.$ac_ext <<_ACEOF
6755/* end confdefs.h. */
6756
6757int
6758main ()
6759{
6760
6761 ;
6762 return 0;
6763}
6764_ACEOF
6765rm -f conftest.$ac_objext conftest$ac_exeext
6766if { (ac_try="$ac_link"
6767case "(($ac_try" in
6768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6769 *) ac_try_echo=$ac_try;;
6770esac
6771eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6772$as_echo "$ac_try_echo") >&5
6773 (eval "$ac_link") 2>conftest.er1
6774 ac_status=$?
6775 grep -v '^ *+' conftest.er1 >conftest.err
6776 rm -f conftest.er1
6777 cat conftest.err >&5
6778 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6779 (exit $ac_status); } && {
6780 test -z "$ac_c_werror_flag" ||
6781 test ! -s conftest.err
6782 } && test -s conftest$ac_exeext && {
6783 test "$cross_compiling" = yes ||
6784 $as_test_x conftest$ac_exeext
6785 }; then
6786 lt_cv_ld_exported_symbols_list=yes
6787else
6788 $as_echo "$as_me: failed program was:" >&5
6789sed 's/^/| /' conftest.$ac_ext >&5
6790
6791 lt_cv_ld_exported_symbols_list=no
6792fi
6793
6794rm -rf conftest.dSYM
6795rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6796 conftest$ac_exeext conftest.$ac_ext
6797 LDFLAGS="$save_LDFLAGS"
6798
6799fi
6800{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
6801$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6802 case $host_os in
6803 rhapsody* | darwin1.[012])
6804 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6805 darwin1.*)
6806 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6807 darwin*) # darwin 5.x on
6808 # if running on 10.5 or later, the deployment target defaults
6809 # to the OS version, if on x86, and 10.4, the deployment
6810 # target defaults to 10.4. Don't you love it?
6811 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6812 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6813 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6814 10.[012]*)
6815 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6816 10.*)
6817 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6818 esac
6819 ;;
6820 esac
6821 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6822 _lt_dar_single_mod='$single_module'
6823 fi
6824 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6825 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6826 else
6827 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6828 fi
6829 if test "$DSYMUTIL" != ":"; then
6830 _lt_dsymutil='~$DSYMUTIL $lib || :'
6831 else
6832 _lt_dsymutil=
6833 fi
6834 ;;
6835 esac
6836
6837ac_ext=c
6838ac_cpp='$CPP $CPPFLAGS'
6839ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6840ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6841ac_compiler_gnu=$ac_cv_c_compiler_gnu
6842{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6843$as_echo_n "checking how to run the C preprocessor... " >&6; }
6844# On Suns, sometimes $CPP names a directory.
6845if test -n "$CPP" && test -d "$CPP"; then
6846 CPP=
6847fi
6848if test -z "$CPP"; then
6849 if test "${ac_cv_prog_CPP+set}" = set; then
6850 $as_echo_n "(cached) " >&6
6851else
6852 # Double quotes because CPP needs to be expanded
6853 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6854 do
6855 ac_preproc_ok=false
6856for ac_c_preproc_warn_flag in '' yes
6857do
6858 # Use a header file that comes with gcc, so configuring glibc
6859 # with a fresh cross-compiler works.
6860 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6861 # <limits.h> exists even on freestanding compilers.
6862 # On the NeXT, cc -E runs the code through the compiler's parser,
6863 # not just through cpp. "Syntax error" is here to catch this case.
6864 cat >conftest.$ac_ext <<_ACEOF
6865/* confdefs.h. */
6866_ACEOF
6867cat confdefs.h >>conftest.$ac_ext
6868cat >>conftest.$ac_ext <<_ACEOF
6869/* end confdefs.h. */
6870#ifdef __STDC__
6871# include <limits.h>
6872#else
6873# include <assert.h>
6874#endif
6875 Syntax error
6876_ACEOF
6877if { (ac_try="$ac_cpp conftest.$ac_ext"
6878case "(($ac_try" in
6879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6880 *) ac_try_echo=$ac_try;;
6881esac
6882eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6883$as_echo "$ac_try_echo") >&5
6884 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6885 ac_status=$?
6886 grep -v '^ *+' conftest.er1 >conftest.err
6887 rm -f conftest.er1
6888 cat conftest.err >&5
6889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6890 (exit $ac_status); } >/dev/null && {
6891 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6892 test ! -s conftest.err
6893 }; then
6894 :
6895else
6896 $as_echo "$as_me: failed program was:" >&5
6897sed 's/^/| /' conftest.$ac_ext >&5
6898
6899 # Broken: fails on valid input.
6900continue
6901fi
6902
6903rm -f conftest.err conftest.$ac_ext
6904
6905 # OK, works on sane cases. Now check whether nonexistent headers
6906 # can be detected and how.
6907 cat >conftest.$ac_ext <<_ACEOF
6908/* confdefs.h. */
6909_ACEOF
6910cat confdefs.h >>conftest.$ac_ext
6911cat >>conftest.$ac_ext <<_ACEOF
6912/* end confdefs.h. */
6913#include <ac_nonexistent.h>
6914_ACEOF
6915if { (ac_try="$ac_cpp conftest.$ac_ext"
6916case "(($ac_try" in
6917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6918 *) ac_try_echo=$ac_try;;
6919esac
6920eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6921$as_echo "$ac_try_echo") >&5
6922 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6923 ac_status=$?
6924 grep -v '^ *+' conftest.er1 >conftest.err
6925 rm -f conftest.er1
6926 cat conftest.err >&5
6927 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6928 (exit $ac_status); } >/dev/null && {
6929 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6930 test ! -s conftest.err
6931 }; then
6932 # Broken: success on invalid input.
6933continue
6934else
6935 $as_echo "$as_me: failed program was:" >&5
6936sed 's/^/| /' conftest.$ac_ext >&5
6937
6938 # Passes both tests.
6939ac_preproc_ok=:
6940break
6941fi
6942
6943rm -f conftest.err conftest.$ac_ext
6944
6945done
6946# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6947rm -f conftest.err conftest.$ac_ext
6948if $ac_preproc_ok; then
6949 break
6950fi
6951
6952 done
6953 ac_cv_prog_CPP=$CPP
6954
6955fi
6956 CPP=$ac_cv_prog_CPP
6957else
6958 ac_cv_prog_CPP=$CPP
6959fi
6960{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
6961$as_echo "$CPP" >&6; }
6962ac_preproc_ok=false
6963for ac_c_preproc_warn_flag in '' yes
6964do
6965 # Use a header file that comes with gcc, so configuring glibc
6966 # with a fresh cross-compiler works.
6967 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6968 # <limits.h> exists even on freestanding compilers.
6969 # On the NeXT, cc -E runs the code through the compiler's parser,
6970 # not just through cpp. "Syntax error" is here to catch this case.
6971 cat >conftest.$ac_ext <<_ACEOF
6972/* confdefs.h. */
6973_ACEOF
6974cat confdefs.h >>conftest.$ac_ext
6975cat >>conftest.$ac_ext <<_ACEOF
6976/* end confdefs.h. */
6977#ifdef __STDC__
6978# include <limits.h>
6979#else
6980# include <assert.h>
6981#endif
6982 Syntax error
6983_ACEOF
6984if { (ac_try="$ac_cpp conftest.$ac_ext"
6985case "(($ac_try" in
6986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6987 *) ac_try_echo=$ac_try;;
6988esac
6989eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6990$as_echo "$ac_try_echo") >&5
6991 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6992 ac_status=$?
6993 grep -v '^ *+' conftest.er1 >conftest.err
6994 rm -f conftest.er1
6995 cat conftest.err >&5
6996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6997 (exit $ac_status); } >/dev/null && {
6998 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6999 test ! -s conftest.err
7000 }; then
7001 :
7002else
7003 $as_echo "$as_me: failed program was:" >&5
7004sed 's/^/| /' conftest.$ac_ext >&5
7005
7006 # Broken: fails on valid input.
7007continue
7008fi
7009
7010rm -f conftest.err conftest.$ac_ext
7011
7012 # OK, works on sane cases. Now check whether nonexistent headers
7013 # can be detected and how.
7014 cat >conftest.$ac_ext <<_ACEOF
7015/* confdefs.h. */
7016_ACEOF
7017cat confdefs.h >>conftest.$ac_ext
7018cat >>conftest.$ac_ext <<_ACEOF
7019/* end confdefs.h. */
7020#include <ac_nonexistent.h>
7021_ACEOF
7022if { (ac_try="$ac_cpp conftest.$ac_ext"
7023case "(($ac_try" in
7024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7025 *) ac_try_echo=$ac_try;;
7026esac
7027eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7028$as_echo "$ac_try_echo") >&5
7029 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7030 ac_status=$?
7031 grep -v '^ *+' conftest.er1 >conftest.err
7032 rm -f conftest.er1
7033 cat conftest.err >&5
7034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7035 (exit $ac_status); } >/dev/null && {
7036 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7037 test ! -s conftest.err
7038 }; then
7039 # Broken: success on invalid input.
7040continue
7041else
7042 $as_echo "$as_me: failed program was:" >&5
7043sed 's/^/| /' conftest.$ac_ext >&5
7044
7045 # Passes both tests.
7046ac_preproc_ok=:
7047break
7048fi
7049
7050rm -f conftest.err conftest.$ac_ext
7051
7052done
7053# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7054rm -f conftest.err conftest.$ac_ext
7055if $ac_preproc_ok; then
7056 :
7057else
7058 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
7059$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7060{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
7061See \`config.log' for more details." >&5
7062$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
7063See \`config.log' for more details." >&2;}
7064 { (exit 1); exit 1; }; }; }
7065fi
7066
7067ac_ext=c
7068ac_cpp='$CPP $CPPFLAGS'
7069ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7070ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7071ac_compiler_gnu=$ac_cv_c_compiler_gnu
7072
7073
7074{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7075$as_echo_n "checking for ANSI C header files... " >&6; }
7076if test "${ac_cv_header_stdc+set}" = set; then
7077 $as_echo_n "(cached) " >&6
7078else
7079 cat >conftest.$ac_ext <<_ACEOF
7080/* confdefs.h. */
7081_ACEOF
7082cat confdefs.h >>conftest.$ac_ext
7083cat >>conftest.$ac_ext <<_ACEOF
7084/* end confdefs.h. */
7085#include <stdlib.h>
7086#include <stdarg.h>
7087#include <string.h>
7088#include <float.h>
7089
7090int
7091main ()
7092{
7093
7094 ;
7095 return 0;
7096}
7097_ACEOF
7098rm -f conftest.$ac_objext
7099if { (ac_try="$ac_compile"
7100case "(($ac_try" in
7101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7102 *) ac_try_echo=$ac_try;;
7103esac
7104eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7105$as_echo "$ac_try_echo") >&5
7106 (eval "$ac_compile") 2>conftest.er1
7107 ac_status=$?
7108 grep -v '^ *+' conftest.er1 >conftest.err
7109 rm -f conftest.er1
7110 cat conftest.err >&5
7111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7112 (exit $ac_status); } && {
7113 test -z "$ac_c_werror_flag" ||
7114 test ! -s conftest.err
7115 } && test -s conftest.$ac_objext; then
7116 ac_cv_header_stdc=yes
7117else
7118 $as_echo "$as_me: failed program was:" >&5
7119sed 's/^/| /' conftest.$ac_ext >&5
7120
7121 ac_cv_header_stdc=no
7122fi
7123
7124rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7125
7126if test $ac_cv_header_stdc = yes; then
7127 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7128 cat >conftest.$ac_ext <<_ACEOF
7129/* confdefs.h. */
7130_ACEOF
7131cat confdefs.h >>conftest.$ac_ext
7132cat >>conftest.$ac_ext <<_ACEOF
7133/* end confdefs.h. */
7134#include <string.h>
7135
7136_ACEOF
7137if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7138 $EGREP "memchr" >/dev/null 2>&1; then
7139 :
7140else
7141 ac_cv_header_stdc=no
7142fi
7143rm -f conftest*
7144
7145fi
7146
7147if test $ac_cv_header_stdc = yes; then
7148 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7149 cat >conftest.$ac_ext <<_ACEOF
7150/* confdefs.h. */
7151_ACEOF
7152cat confdefs.h >>conftest.$ac_ext
7153cat >>conftest.$ac_ext <<_ACEOF
7154/* end confdefs.h. */
7155#include <stdlib.h>
7156
7157_ACEOF
7158if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7159 $EGREP "free" >/dev/null 2>&1; then
7160 :
7161else
7162 ac_cv_header_stdc=no
7163fi
7164rm -f conftest*
7165
7166fi
7167
7168if test $ac_cv_header_stdc = yes; then
7169 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7170 if test "$cross_compiling" = yes; then
7171 :
7172else
7173 cat >conftest.$ac_ext <<_ACEOF
7174/* confdefs.h. */
7175_ACEOF
7176cat confdefs.h >>conftest.$ac_ext
7177cat >>conftest.$ac_ext <<_ACEOF
7178/* end confdefs.h. */
7179#include <ctype.h>
7180#include <stdlib.h>
7181#if ((' ' & 0x0FF) == 0x020)
7182# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7183# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7184#else
7185# define ISLOWER(c) \
7186 (('a' <= (c) && (c) <= 'i') \
7187 || ('j' <= (c) && (c) <= 'r') \
7188 || ('s' <= (c) && (c) <= 'z'))
7189# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7190#endif
7191
7192#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7193int
7194main ()
7195{
7196 int i;
7197 for (i = 0; i < 256; i++)
7198 if (XOR (islower (i), ISLOWER (i))
7199 || toupper (i) != TOUPPER (i))
7200 return 2;
7201 return 0;
7202}
7203_ACEOF
7204rm -f conftest$ac_exeext
7205if { (ac_try="$ac_link"
7206case "(($ac_try" in
7207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7208 *) ac_try_echo=$ac_try;;
7209esac
7210eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7211$as_echo "$ac_try_echo") >&5
7212 (eval "$ac_link") 2>&5
7213 ac_status=$?
7214 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7215 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7216 { (case "(($ac_try" in
7217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7218 *) ac_try_echo=$ac_try;;
7219esac
7220eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7221$as_echo "$ac_try_echo") >&5
7222 (eval "$ac_try") 2>&5
7223 ac_status=$?
7224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7225 (exit $ac_status); }; }; then
7226 :
7227else
7228 $as_echo "$as_me: program exited with status $ac_status" >&5
7229$as_echo "$as_me: failed program was:" >&5
7230sed 's/^/| /' conftest.$ac_ext >&5
7231
7232( exit $ac_status )
7233ac_cv_header_stdc=no
7234fi
7235rm -rf conftest.dSYM
7236rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7237fi
7238
7239
7240fi
7241fi
7242{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7243$as_echo "$ac_cv_header_stdc" >&6; }
7244if test $ac_cv_header_stdc = yes; then
7245
7246cat >>confdefs.h <<\_ACEOF
7247#define STDC_HEADERS 1
7248_ACEOF
7249
7250fi
7251
7252# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7263 inttypes.h stdint.h unistd.h
7264do
7265as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7266{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7267$as_echo_n "checking for $ac_header... " >&6; }
7268if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7269 $as_echo_n "(cached) " >&6
7270else
7271 cat >conftest.$ac_ext <<_ACEOF
7272/* confdefs.h. */
7273_ACEOF
7274cat confdefs.h >>conftest.$ac_ext
7275cat >>conftest.$ac_ext <<_ACEOF
7276/* end confdefs.h. */
7277$ac_includes_default
7278
7279#include <$ac_header>
7280_ACEOF
7281rm -f conftest.$ac_objext
7282if { (ac_try="$ac_compile"
7283case "(($ac_try" in
7284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7285 *) ac_try_echo=$ac_try;;
7286esac
7287eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7288$as_echo "$ac_try_echo") >&5
7289 (eval "$ac_compile") 2>conftest.er1
7290 ac_status=$?
7291 grep -v '^ *+' conftest.er1 >conftest.err
7292 rm -f conftest.er1
7293 cat conftest.err >&5
7294 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7295 (exit $ac_status); } && {
7296 test -z "$ac_c_werror_flag" ||
7297 test ! -s conftest.err
7298 } && test -s conftest.$ac_objext; then
7299 eval "$as_ac_Header=yes"
7300else
7301 $as_echo "$as_me: failed program was:" >&5
7302sed 's/^/| /' conftest.$ac_ext >&5
7303
7304 eval "$as_ac_Header=no"
7305fi
7306
7307rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7308fi
7309ac_res=`eval 'as_val=${'$as_ac_Header'}
7310 $as_echo "$as_val"'`
7311 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7312$as_echo "$ac_res" >&6; }
7313as_val=`eval 'as_val=${'$as_ac_Header'}
7314 $as_echo "$as_val"'`
7315 if test "x$as_val" = x""yes; then
7316 cat >>confdefs.h <<_ACEOF
7317#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7318_ACEOF
7319
7320fi
7321
7322done
7323
7324
7325
7326for ac_header in dlfcn.h
7327do
7328as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7329{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7330$as_echo_n "checking for $ac_header... " >&6; }
7331if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7332 $as_echo_n "(cached) " >&6
7333else
7334 cat >conftest.$ac_ext <<_ACEOF
7335/* confdefs.h. */
7336_ACEOF
7337cat confdefs.h >>conftest.$ac_ext
7338cat >>conftest.$ac_ext <<_ACEOF
7339/* end confdefs.h. */
7340$ac_includes_default
7341
7342#include <$ac_header>
7343_ACEOF
7344rm -f conftest.$ac_objext
7345if { (ac_try="$ac_compile"
7346case "(($ac_try" in
7347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7348 *) ac_try_echo=$ac_try;;
7349esac
7350eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7351$as_echo "$ac_try_echo") >&5
7352 (eval "$ac_compile") 2>conftest.er1
7353 ac_status=$?
7354 grep -v '^ *+' conftest.er1 >conftest.err
7355 rm -f conftest.er1
7356 cat conftest.err >&5
7357 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7358 (exit $ac_status); } && {
7359 test -z "$ac_c_werror_flag" ||
7360 test ! -s conftest.err
7361 } && test -s conftest.$ac_objext; then
7362 eval "$as_ac_Header=yes"
7363else
7364 $as_echo "$as_me: failed program was:" >&5
7365sed 's/^/| /' conftest.$ac_ext >&5
7366
7367 eval "$as_ac_Header=no"
7368fi
7369
7370rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7371fi
7372ac_res=`eval 'as_val=${'$as_ac_Header'}
7373 $as_echo "$as_val"'`
7374 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7375$as_echo "$ac_res" >&6; }
7376as_val=`eval 'as_val=${'$as_ac_Header'}
7377 $as_echo "$as_val"'`
7378 if test "x$as_val" = x""yes; then
7379 cat >>confdefs.h <<_ACEOF
7380#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7381_ACEOF
7382
7383fi
7384
7385done
7386
7387
7388
7389# Set options
7390
7391
7392
7393 enable_dlopen=no
7394
7395
7396 enable_win32_dll=no
7397
7398
7399 # Check whether --enable-shared was given.
7400if test "${enable_shared+set}" = set; then
7401 enableval=$enable_shared; p=${PACKAGE-default}
7402 case $enableval in
7403 yes) enable_shared=yes ;;
7404 no) enable_shared=no ;;
7405 *)
7406 enable_shared=no
7407 # Look at the argument we got. We use all the common list separators.
7408 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7409 for pkg in $enableval; do
7410 IFS="$lt_save_ifs"
7411 if test "X$pkg" = "X$p"; then
7412 enable_shared=yes
7413 fi
7414 done
7415 IFS="$lt_save_ifs"
7416 ;;
7417 esac
7418else
7419 enable_shared=yes
7420fi
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430 # Check whether --enable-static was given.
7431if test "${enable_static+set}" = set; then
7432 enableval=$enable_static; p=${PACKAGE-default}
7433 case $enableval in
7434 yes) enable_static=yes ;;
7435 no) enable_static=no ;;
7436 *)
7437 enable_static=no
7438 # Look at the argument we got. We use all the common list separators.
7439 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7440 for pkg in $enableval; do
7441 IFS="$lt_save_ifs"
7442 if test "X$pkg" = "X$p"; then
7443 enable_static=yes
7444 fi
7445 done
7446 IFS="$lt_save_ifs"
7447 ;;
7448 esac
7449else
7450 enable_static=yes
7451fi
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462# Check whether --with-pic was given.
7463if test "${with_pic+set}" = set; then
7464 withval=$with_pic; pic_mode="$withval"
7465else
7466 pic_mode=default
7467fi
7468
7469
7470test -z "$pic_mode" && pic_mode=default
7471
7472
7473
7474
7475
7476
7477
7478 # Check whether --enable-fast-install was given.
7479if test "${enable_fast_install+set}" = set; then
7480 enableval=$enable_fast_install; p=${PACKAGE-default}
7481 case $enableval in
7482 yes) enable_fast_install=yes ;;
7483 no) enable_fast_install=no ;;
7484 *)
7485 enable_fast_install=no
7486 # Look at the argument we got. We use all the common list separators.
7487 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7488 for pkg in $enableval; do
7489 IFS="$lt_save_ifs"
7490 if test "X$pkg" = "X$p"; then
7491 enable_fast_install=yes
7492 fi
7493 done
7494 IFS="$lt_save_ifs"
7495 ;;
7496 esac
7497else
7498 enable_fast_install=yes
7499fi
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511# This can be used to rebuild libtool when needed
7512LIBTOOL_DEPS="$ltmain"
7513
7514# Always use our own libtool.
7515LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7516
7517
7518
7519
7520
7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
7533
7534
7535
7536
7537
7538
7539
7540
7541test -z "$LN_S" && LN_S="ln -s"
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556if test -n "${ZSH_VERSION+set}" ; then
7557 setopt NO_GLOB_SUBST
7558fi
7559
7560{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
7561$as_echo_n "checking for objdir... " >&6; }
7562if test "${lt_cv_objdir+set}" = set; then
7563 $as_echo_n "(cached) " >&6
7564else
7565 rm -f .libs 2>/dev/null
7566mkdir .libs 2>/dev/null
7567if test -d .libs; then
7568 lt_cv_objdir=.libs
7569else
7570 # MS-DOS does not allow filenames that begin with a dot.
7571 lt_cv_objdir=_libs
7572fi
7573rmdir .libs 2>/dev/null
7574fi
7575{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
7576$as_echo "$lt_cv_objdir" >&6; }
7577objdir=$lt_cv_objdir
7578
7579
7580
7581
7582
7583cat >>confdefs.h <<_ACEOF
7584#define LT_OBJDIR "$lt_cv_objdir/"
7585_ACEOF
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603case $host_os in
7604aix3*)
7605 # AIX sometimes has problems with the GCC collect2 program. For some
7606 # reason, if we set the COLLECT_NAMES environment variable, the problems
7607 # vanish in a puff of smoke.
7608 if test "X${COLLECT_NAMES+set}" != Xset; then
7609 COLLECT_NAMES=
7610 export COLLECT_NAMES
7611 fi
7612 ;;
7613esac
7614
7615# Sed substitution that helps us do robust quoting. It backslashifies
7616# metacharacters that are still active within double-quoted strings.
7617sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7618
7619# Same as above, but do not quote variable references.
7620double_quote_subst='s/\(["`\\]\)/\\\1/g'
7621
7622# Sed substitution to delay expansion of an escaped shell variable in a
7623# double_quote_subst'ed string.
7624delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7625
7626# Sed substitution to delay expansion of an escaped single quote.
7627delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7628
7629# Sed substitution to avoid accidental globbing in evaled expressions
7630no_glob_subst='s/\*/\\\*/g'
7631
7632# Global variables:
7633ofile=libtool
7634can_build_shared=yes
7635
7636# All known linkers require a `.a' archive for static linking (except MSVC,
7637# which needs '.lib').
7638libext=a
7639
7640with_gnu_ld="$lt_cv_prog_gnu_ld"
7641
7642old_CC="$CC"
7643old_CFLAGS="$CFLAGS"
7644
7645# Set sane defaults for various variables
7646test -z "$CC" && CC=cc
7647test -z "$LTCC" && LTCC=$CC
7648test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7649test -z "$LD" && LD=ld
7650test -z "$ac_objext" && ac_objext=o
7651
7652for cc_temp in $compiler""; do
7653 case $cc_temp in
7654 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7655 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7656 \-*) ;;
7657 *) break;;
7658 esac
7659done
7660cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7661
7662
7663# Only perform the check for file, if the check method requires it
7664test -z "$MAGIC_CMD" && MAGIC_CMD=file
7665case $deplibs_check_method in
7666file_magic*)
7667 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7668 { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7669$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7670if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7671 $as_echo_n "(cached) " >&6
7672else
7673 case $MAGIC_CMD in
7674[\\/*] | ?:[\\/]*)
7675 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7676 ;;
7677*)
7678 lt_save_MAGIC_CMD="$MAGIC_CMD"
7679 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7680 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7681 for ac_dir in $ac_dummy; do
7682 IFS="$lt_save_ifs"
7683 test -z "$ac_dir" && ac_dir=.
7684 if test -f $ac_dir/${ac_tool_prefix}file; then
7685 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7686 if test -n "$file_magic_test_file"; then
7687 case $deplibs_check_method in
7688 "file_magic "*)
7689 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7690 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7691 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7692 $EGREP "$file_magic_regex" > /dev/null; then
7693 :
7694 else
7695 cat <<_LT_EOF 1>&2
7696
7697*** Warning: the command libtool uses to detect shared libraries,
7698*** $file_magic_cmd, produces output that libtool cannot recognize.
7699*** The result is that libtool may fail to recognize shared libraries
7700*** as such. This will affect the creation of libtool libraries that
7701*** depend on shared libraries, but programs linked with such libtool
7702*** libraries will work regardless of this problem. Nevertheless, you
7703*** may want to report the problem to your system manager and/or to
7704*** bug-libtool@gnu.org
7705
7706_LT_EOF
7707 fi ;;
7708 esac
7709 fi
7710 break
7711 fi
7712 done
7713 IFS="$lt_save_ifs"
7714 MAGIC_CMD="$lt_save_MAGIC_CMD"
7715 ;;
7716esac
7717fi
7718
7719MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7720if test -n "$MAGIC_CMD"; then
7721 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7722$as_echo "$MAGIC_CMD" >&6; }
7723else
7724 { $as_echo "$as_me:$LINENO: result: no" >&5
7725$as_echo "no" >&6; }
7726fi
7727
7728
7729
7730
7731
7732if test -z "$lt_cv_path_MAGIC_CMD"; then
7733 if test -n "$ac_tool_prefix"; then
7734 { $as_echo "$as_me:$LINENO: checking for file" >&5
7735$as_echo_n "checking for file... " >&6; }
7736if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7737 $as_echo_n "(cached) " >&6
7738else
7739 case $MAGIC_CMD in
7740[\\/*] | ?:[\\/]*)
7741 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7742 ;;
7743*)
7744 lt_save_MAGIC_CMD="$MAGIC_CMD"
7745 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7746 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7747 for ac_dir in $ac_dummy; do
7748 IFS="$lt_save_ifs"
7749 test -z "$ac_dir" && ac_dir=.
7750 if test -f $ac_dir/file; then
7751 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7752 if test -n "$file_magic_test_file"; then
7753 case $deplibs_check_method in
7754 "file_magic "*)
7755 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7756 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7757 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7758 $EGREP "$file_magic_regex" > /dev/null; then
7759 :
7760 else
7761 cat <<_LT_EOF 1>&2
7762
7763*** Warning: the command libtool uses to detect shared libraries,
7764*** $file_magic_cmd, produces output that libtool cannot recognize.
7765*** The result is that libtool may fail to recognize shared libraries
7766*** as such. This will affect the creation of libtool libraries that
7767*** depend on shared libraries, but programs linked with such libtool
7768*** libraries will work regardless of this problem. Nevertheless, you
7769*** may want to report the problem to your system manager and/or to
7770*** bug-libtool@gnu.org
7771
7772_LT_EOF
7773 fi ;;
7774 esac
7775 fi
7776 break
7777 fi
7778 done
7779 IFS="$lt_save_ifs"
7780 MAGIC_CMD="$lt_save_MAGIC_CMD"
7781 ;;
7782esac
7783fi
7784
7785MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7786if test -n "$MAGIC_CMD"; then
7787 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7788$as_echo "$MAGIC_CMD" >&6; }
7789else
7790 { $as_echo "$as_me:$LINENO: result: no" >&5
7791$as_echo "no" >&6; }
7792fi
7793
7794
7795 else
7796 MAGIC_CMD=:
7797 fi
7798fi
7799
7800 fi
7801 ;;
7802esac
7803
7804# Use C for the default configuration in the libtool script
7805
7806lt_save_CC="$CC"
7807ac_ext=c
7808ac_cpp='$CPP $CPPFLAGS'
7809ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7810ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7811ac_compiler_gnu=$ac_cv_c_compiler_gnu
7812
7813
7814# Source file extension for C test sources.
7815ac_ext=c
7816
7817# Object file extension for compiled C test sources.
7818objext=o
7819objext=$objext
7820
7821# Code to be used in simple compile tests
7822lt_simple_compile_test_code="int some_variable = 0;"
7823
7824# Code to be used in simple link tests
7825lt_simple_link_test_code='int main(){return(0);}'
7826
7827
7828
7829
7830
7831
7832
7833# If no C compiler was specified, use CC.
7834LTCC=${LTCC-"$CC"}
7835
7836# If no C compiler flags were specified, use CFLAGS.
7837LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7838
7839# Allow CC to be a program name with arguments.
7840compiler=$CC
7841
7842# Save the default compiler, since it gets overwritten when the other
7843# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7844compiler_DEFAULT=$CC
7845
7846# save warnings/boilerplate of simple test code
7847ac_outfile=conftest.$ac_objext
7848echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7849eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7850_lt_compiler_boilerplate=`cat conftest.err`
7851$RM conftest*
7852
7853ac_outfile=conftest.$ac_objext
7854echo "$lt_simple_link_test_code" >conftest.$ac_ext
7855eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7856_lt_linker_boilerplate=`cat conftest.err`
7857$RM -r conftest*
7858
7859
7860if test -n "$compiler"; then
7861
7862lt_prog_compiler_no_builtin_flag=
7863
7864if test "$GCC" = yes; then
7865 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7866
7867 { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7868$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7869if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7870 $as_echo_n "(cached) " >&6
7871else
7872 lt_cv_prog_compiler_rtti_exceptions=no
7873 ac_outfile=conftest.$ac_objext
7874 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7875 lt_compiler_flag="-fno-rtti -fno-exceptions"
7876 # Insert the option either (1) after the last *FLAGS variable, or
7877 # (2) before a word containing "conftest.", or (3) at the end.
7878 # Note that $ac_compile itself does not contain backslashes and begins
7879 # with a dollar sign (not a hyphen), so the echo should work correctly.
7880 # The option is referenced via a variable to avoid confusing sed.
7881 lt_compile=`echo "$ac_compile" | $SED \
7882 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7883 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7884 -e 's:$: $lt_compiler_flag:'`
6283f55e 7885 (eval echo "\"\$as_me:7885: $lt_compile\"" >&5)
e70e591c
BB
7886 (eval "$lt_compile" 2>conftest.err)
7887 ac_status=$?
7888 cat conftest.err >&5
6283f55e 7889 echo "$as_me:7889: \$? = $ac_status" >&5
e70e591c
BB
7890 if (exit $ac_status) && test -s "$ac_outfile"; then
7891 # The compiler can only warn and ignore the option if not recognized
7892 # So say no if there are warnings other than the usual output.
7893 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7894 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7895 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7896 lt_cv_prog_compiler_rtti_exceptions=yes
7897 fi
7898 fi
7899 $RM conftest*
7900
7901fi
7902{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7903$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7904
7905if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7906 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7907else
7908 :
7909fi
7910
7911fi
7912
7913
7914
7915
7916
7917
7918 lt_prog_compiler_wl=
7919lt_prog_compiler_pic=
7920lt_prog_compiler_static=
7921
7922{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7923$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7924
7925 if test "$GCC" = yes; then
7926 lt_prog_compiler_wl='-Wl,'
7927 lt_prog_compiler_static='-static'
7928
7929 case $host_os in
7930 aix*)
7931 # All AIX code is PIC.
7932 if test "$host_cpu" = ia64; then
7933 # AIX 5 now supports IA64 processor
7934 lt_prog_compiler_static='-Bstatic'
7935 fi
7936 ;;
7937
7938 amigaos*)
7939 case $host_cpu in
7940 powerpc)
7941 # see comment about AmigaOS4 .so support
7942 lt_prog_compiler_pic='-fPIC'
7943 ;;
7944 m68k)
7945 # FIXME: we need at least 68020 code to build shared libraries, but
7946 # adding the `-m68020' flag to GCC prevents building anything better,
7947 # like `-m68040'.
7948 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7949 ;;
7950 esac
7951 ;;
7952
7953 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7954 # PIC is the default for these OSes.
7955 ;;
7956
7957 mingw* | cygwin* | pw32* | os2* | cegcc*)
7958 # This hack is so that the source file can tell whether it is being
7959 # built for inclusion in a dll (and should export symbols for example).
7960 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7961 # (--disable-auto-import) libraries
7962 lt_prog_compiler_pic='-DDLL_EXPORT'
7963 ;;
7964
7965 darwin* | rhapsody*)
7966 # PIC is the default on this platform
7967 # Common symbols not allowed in MH_DYLIB files
7968 lt_prog_compiler_pic='-fno-common'
7969 ;;
7970
7971 hpux*)
7972 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7973 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7974 # sets the default TLS model and affects inlining.
7975 case $host_cpu in
7976 hppa*64*)
7977 # +Z the default
7978 ;;
7979 *)
7980 lt_prog_compiler_pic='-fPIC'
7981 ;;
7982 esac
7983 ;;
7984
7985 interix[3-9]*)
7986 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7987 # Instead, we relocate shared libraries at runtime.
7988 ;;
7989
7990 msdosdjgpp*)
7991 # Just because we use GCC doesn't mean we suddenly get shared libraries
7992 # on systems that don't support them.
7993 lt_prog_compiler_can_build_shared=no
7994 enable_shared=no
7995 ;;
7996
7997 *nto* | *qnx*)
7998 # QNX uses GNU C++, but need to define -shared option too, otherwise
7999 # it will coredump.
8000 lt_prog_compiler_pic='-fPIC -shared'
8001 ;;
8002
8003 sysv4*MP*)
8004 if test -d /usr/nec; then
8005 lt_prog_compiler_pic=-Kconform_pic
8006 fi
8007 ;;
8008
8009 *)
8010 lt_prog_compiler_pic='-fPIC'
8011 ;;
8012 esac
8013 else
8014 # PORTME Check for flag to pass linker flags through the system compiler.
8015 case $host_os in
8016 aix*)
8017 lt_prog_compiler_wl='-Wl,'
8018 if test "$host_cpu" = ia64; then
8019 # AIX 5 now supports IA64 processor
8020 lt_prog_compiler_static='-Bstatic'
8021 else
8022 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8023 fi
8024 ;;
8025
8026 mingw* | cygwin* | pw32* | os2* | cegcc*)
8027 # This hack is so that the source file can tell whether it is being
8028 # built for inclusion in a dll (and should export symbols for example).
8029 lt_prog_compiler_pic='-DDLL_EXPORT'
8030 ;;
8031
8032 hpux9* | hpux10* | hpux11*)
8033 lt_prog_compiler_wl='-Wl,'
8034 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8035 # not for PA HP-UX.
8036 case $host_cpu in
8037 hppa*64*|ia64*)
8038 # +Z the default
8039 ;;
8040 *)
8041 lt_prog_compiler_pic='+Z'
8042 ;;
8043 esac
8044 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8045 lt_prog_compiler_static='${wl}-a ${wl}archive'
8046 ;;
8047
8048 irix5* | irix6* | nonstopux*)
8049 lt_prog_compiler_wl='-Wl,'
8050 # PIC (with -KPIC) is the default.
8051 lt_prog_compiler_static='-non_shared'
8052 ;;
8053
8054 linux* | k*bsd*-gnu)
8055 case $cc_basename in
8056 # old Intel for x86_64 which still supported -KPIC.
8057 ecc*)
8058 lt_prog_compiler_wl='-Wl,'
8059 lt_prog_compiler_pic='-KPIC'
8060 lt_prog_compiler_static='-static'
8061 ;;
8062 # icc used to be incompatible with GCC.
8063 # ICC 10 doesn't accept -KPIC any more.
8064 icc* | ifort*)
8065 lt_prog_compiler_wl='-Wl,'
8066 lt_prog_compiler_pic='-fPIC'
8067 lt_prog_compiler_static='-static'
8068 ;;
8069 # Lahey Fortran 8.1.
8070 lf95*)
8071 lt_prog_compiler_wl='-Wl,'
8072 lt_prog_compiler_pic='--shared'
8073 lt_prog_compiler_static='--static'
8074 ;;
8075 pgcc* | pgf77* | pgf90* | pgf95*)
8076 # Portland Group compilers (*not* the Pentium gcc compiler,
8077 # which looks to be a dead project)
8078 lt_prog_compiler_wl='-Wl,'
8079 lt_prog_compiler_pic='-fpic'
8080 lt_prog_compiler_static='-Bstatic'
8081 ;;
8082 ccc*)
8083 lt_prog_compiler_wl='-Wl,'
8084 # All Alpha code is PIC.
8085 lt_prog_compiler_static='-non_shared'
8086 ;;
8087 xl*)
8088 # IBM XL C 8.0/Fortran 10.1 on PPC
8089 lt_prog_compiler_wl='-Wl,'
8090 lt_prog_compiler_pic='-qpic'
8091 lt_prog_compiler_static='-qstaticlink'
8092 ;;
8093 *)
8094 case `$CC -V 2>&1 | sed 5q` in
8095 *Sun\ C*)
8096 # Sun C 5.9
8097 lt_prog_compiler_pic='-KPIC'
8098 lt_prog_compiler_static='-Bstatic'
8099 lt_prog_compiler_wl='-Wl,'
8100 ;;
8101 *Sun\ F*)
8102 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8103 lt_prog_compiler_pic='-KPIC'
8104 lt_prog_compiler_static='-Bstatic'
8105 lt_prog_compiler_wl=''
8106 ;;
8107 esac
8108 ;;
8109 esac
8110 ;;
8111
8112 newsos6)
8113 lt_prog_compiler_pic='-KPIC'
8114 lt_prog_compiler_static='-Bstatic'
8115 ;;
8116
8117 *nto* | *qnx*)
8118 # QNX uses GNU C++, but need to define -shared option too, otherwise
8119 # it will coredump.
8120 lt_prog_compiler_pic='-fPIC -shared'
8121 ;;
8122
8123 osf3* | osf4* | osf5*)
8124 lt_prog_compiler_wl='-Wl,'
8125 # All OSF/1 code is PIC.
8126 lt_prog_compiler_static='-non_shared'
8127 ;;
8128
8129 rdos*)
8130 lt_prog_compiler_static='-non_shared'
8131 ;;
8132
8133 solaris*)
8134 lt_prog_compiler_pic='-KPIC'
8135 lt_prog_compiler_static='-Bstatic'
8136 case $cc_basename in
8137 f77* | f90* | f95*)
8138 lt_prog_compiler_wl='-Qoption ld ';;
8139 *)
8140 lt_prog_compiler_wl='-Wl,';;
8141 esac
8142 ;;
8143
8144 sunos4*)
8145 lt_prog_compiler_wl='-Qoption ld '
8146 lt_prog_compiler_pic='-PIC'
8147 lt_prog_compiler_static='-Bstatic'
8148 ;;
8149
8150 sysv4 | sysv4.2uw2* | sysv4.3*)
8151 lt_prog_compiler_wl='-Wl,'
8152 lt_prog_compiler_pic='-KPIC'
8153 lt_prog_compiler_static='-Bstatic'
8154 ;;
8155
8156 sysv4*MP*)
8157 if test -d /usr/nec ;then
8158 lt_prog_compiler_pic='-Kconform_pic'
8159 lt_prog_compiler_static='-Bstatic'
8160 fi
8161 ;;
8162
8163 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8164 lt_prog_compiler_wl='-Wl,'
8165 lt_prog_compiler_pic='-KPIC'
8166 lt_prog_compiler_static='-Bstatic'
8167 ;;
8168
8169 unicos*)
8170 lt_prog_compiler_wl='-Wl,'
8171 lt_prog_compiler_can_build_shared=no
8172 ;;
8173
8174 uts4*)
8175 lt_prog_compiler_pic='-pic'
8176 lt_prog_compiler_static='-Bstatic'
8177 ;;
8178
8179 *)
8180 lt_prog_compiler_can_build_shared=no
8181 ;;
8182 esac
8183 fi
8184
8185case $host_os in
8186 # For platforms which do not support PIC, -DPIC is meaningless:
8187 *djgpp*)
8188 lt_prog_compiler_pic=
8189 ;;
8190 *)
8191 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8192 ;;
8193esac
8194{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
8195$as_echo "$lt_prog_compiler_pic" >&6; }
8196
8197
8198
8199
8200
8201
8202#
8203# Check to make sure the PIC flag actually works.
8204#
8205if test -n "$lt_prog_compiler_pic"; then
8206 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8207$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8208if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
8209 $as_echo_n "(cached) " >&6
8210else
8211 lt_cv_prog_compiler_pic_works=no
8212 ac_outfile=conftest.$ac_objext
8213 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8214 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8215 # Insert the option either (1) after the last *FLAGS variable, or
8216 # (2) before a word containing "conftest.", or (3) at the end.
8217 # Note that $ac_compile itself does not contain backslashes and begins
8218 # with a dollar sign (not a hyphen), so the echo should work correctly.
8219 # The option is referenced via a variable to avoid confusing sed.
8220 lt_compile=`echo "$ac_compile" | $SED \
8221 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8222 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8223 -e 's:$: $lt_compiler_flag:'`
6283f55e 8224 (eval echo "\"\$as_me:8224: $lt_compile\"" >&5)
e70e591c
BB
8225 (eval "$lt_compile" 2>conftest.err)
8226 ac_status=$?
8227 cat conftest.err >&5
6283f55e 8228 echo "$as_me:8228: \$? = $ac_status" >&5
e70e591c
BB
8229 if (exit $ac_status) && test -s "$ac_outfile"; then
8230 # The compiler can only warn and ignore the option if not recognized
8231 # So say no if there are warnings other than the usual output.
8232 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8233 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8234 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8235 lt_cv_prog_compiler_pic_works=yes
8236 fi
8237 fi
8238 $RM conftest*
8239
8240fi
8241{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
8242$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8243
8244if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8245 case $lt_prog_compiler_pic in
8246 "" | " "*) ;;
8247 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8248 esac
8249else
8250 lt_prog_compiler_pic=
8251 lt_prog_compiler_can_build_shared=no
8252fi
8253
8254fi
8255
8256
8257
8258
8259
8260
8261#
8262# Check to make sure the static flag actually works.
8263#
8264wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8265{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8266$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8267if test "${lt_cv_prog_compiler_static_works+set}" = set; then
8268 $as_echo_n "(cached) " >&6
8269else
8270 lt_cv_prog_compiler_static_works=no
8271 save_LDFLAGS="$LDFLAGS"
8272 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8273 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8274 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8275 # The linker can only warn and ignore the option if not recognized
8276 # So say no if there are warnings
8277 if test -s conftest.err; then
8278 # Append any errors to the config.log.
8279 cat conftest.err 1>&5
8280 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
8281 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8282 if diff conftest.exp conftest.er2 >/dev/null; then
8283 lt_cv_prog_compiler_static_works=yes
8284 fi
8285 else
8286 lt_cv_prog_compiler_static_works=yes
8287 fi
8288 fi
8289 $RM -r conftest*
8290 LDFLAGS="$save_LDFLAGS"
8291
8292fi
8293{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
8294$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8295
8296if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8297 :
8298else
8299 lt_prog_compiler_static=
8300fi
8301
8302
8303
8304
8305
8306
8307
8308 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8309$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8310if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8311 $as_echo_n "(cached) " >&6
8312else
8313 lt_cv_prog_compiler_c_o=no
8314 $RM -r conftest 2>/dev/null
8315 mkdir conftest
8316 cd conftest
8317 mkdir out
8318 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8319
8320 lt_compiler_flag="-o out/conftest2.$ac_objext"
8321 # Insert the option either (1) after the last *FLAGS variable, or
8322 # (2) before a word containing "conftest.", or (3) at the end.
8323 # Note that $ac_compile itself does not contain backslashes and begins
8324 # with a dollar sign (not a hyphen), so the echo should work correctly.
8325 lt_compile=`echo "$ac_compile" | $SED \
8326 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8327 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8328 -e 's:$: $lt_compiler_flag:'`
6283f55e 8329 (eval echo "\"\$as_me:8329: $lt_compile\"" >&5)
e70e591c
BB
8330 (eval "$lt_compile" 2>out/conftest.err)
8331 ac_status=$?
8332 cat out/conftest.err >&5
6283f55e 8333 echo "$as_me:8333: \$? = $ac_status" >&5
e70e591c
BB
8334 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8335 then
8336 # The compiler can only warn and ignore the option if not recognized
8337 # So say no if there are warnings
8338 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8339 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8340 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8341 lt_cv_prog_compiler_c_o=yes
8342 fi
8343 fi
8344 chmod u+w . 2>&5
8345 $RM conftest*
8346 # SGI C++ compiler will create directory out/ii_files/ for
8347 # template instantiation
8348 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8349 $RM out/* && rmdir out
8350 cd ..
8351 $RM -r conftest
8352 $RM conftest*
8353
8354fi
8355{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8356$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8357
8358
8359
8360
8361
8362
8363 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8364$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8365if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8366 $as_echo_n "(cached) " >&6
8367else
8368 lt_cv_prog_compiler_c_o=no
8369 $RM -r conftest 2>/dev/null
8370 mkdir conftest
8371 cd conftest
8372 mkdir out
8373 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8374
8375 lt_compiler_flag="-o out/conftest2.$ac_objext"
8376 # Insert the option either (1) after the last *FLAGS variable, or
8377 # (2) before a word containing "conftest.", or (3) at the end.
8378 # Note that $ac_compile itself does not contain backslashes and begins
8379 # with a dollar sign (not a hyphen), so the echo should work correctly.
8380 lt_compile=`echo "$ac_compile" | $SED \
8381 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8382 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8383 -e 's:$: $lt_compiler_flag:'`
6283f55e 8384 (eval echo "\"\$as_me:8384: $lt_compile\"" >&5)
e70e591c
BB
8385 (eval "$lt_compile" 2>out/conftest.err)
8386 ac_status=$?
8387 cat out/conftest.err >&5
6283f55e 8388 echo "$as_me:8388: \$? = $ac_status" >&5
e70e591c
BB
8389 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8390 then
8391 # The compiler can only warn and ignore the option if not recognized
8392 # So say no if there are warnings
8393 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8394 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8395 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8396 lt_cv_prog_compiler_c_o=yes
8397 fi
8398 fi
8399 chmod u+w . 2>&5
8400 $RM conftest*
8401 # SGI C++ compiler will create directory out/ii_files/ for
8402 # template instantiation
8403 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8404 $RM out/* && rmdir out
8405 cd ..
8406 $RM -r conftest
8407 $RM conftest*
8408
8409fi
8410{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8411$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8412
8413
8414
8415
8416hard_links="nottested"
8417if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8418 # do not overwrite the value of need_locks provided by the user
8419 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
8420$as_echo_n "checking if we can lock with hard links... " >&6; }
8421 hard_links=yes
8422 $RM conftest*
8423 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8424 touch conftest.a
8425 ln conftest.a conftest.b 2>&5 || hard_links=no
8426 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8427 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
8428$as_echo "$hard_links" >&6; }
8429 if test "$hard_links" = no; then
8430 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8431$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8432 need_locks=warn
8433 fi
8434else
8435 need_locks=no
8436fi
8437
8438
8439
8440
8441
8442
8443 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8444$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8445
8446 runpath_var=
8447 allow_undefined_flag=
8448 always_export_symbols=no
8449 archive_cmds=
8450 archive_expsym_cmds=
8451 compiler_needs_object=no
8452 enable_shared_with_static_runtimes=no
8453 export_dynamic_flag_spec=
8454 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8455 hardcode_automatic=no
8456 hardcode_direct=no
8457 hardcode_direct_absolute=no
8458 hardcode_libdir_flag_spec=
8459 hardcode_libdir_flag_spec_ld=
8460 hardcode_libdir_separator=
8461 hardcode_minus_L=no
8462 hardcode_shlibpath_var=unsupported
8463 inherit_rpath=no
8464 link_all_deplibs=unknown
8465 module_cmds=
8466 module_expsym_cmds=
8467 old_archive_from_new_cmds=
8468 old_archive_from_expsyms_cmds=
8469 thread_safe_flag_spec=
8470 whole_archive_flag_spec=
8471 # include_expsyms should be a list of space-separated symbols to be *always*
8472 # included in the symbol list
8473 include_expsyms=
8474 # exclude_expsyms can be an extended regexp of symbols to exclude
8475 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8476 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8477 # as well as any symbol that contains `d'.
8478 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8479 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8480 # platforms (ab)use it in PIC code, but their linkers get confused if
8481 # the symbol is explicitly referenced. Since portable code cannot
8482 # rely on this symbol name, it's probably fine to never include it in
8483 # preloaded symbol tables.
8484 # Exclude shared library initialization/finalization symbols.
8485 extract_expsyms_cmds=
8486
8487 case $host_os in
8488 cygwin* | mingw* | pw32* | cegcc*)
8489 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8490 # When not using gcc, we currently assume that we are using
8491 # Microsoft Visual C++.
8492 if test "$GCC" != yes; then
8493 with_gnu_ld=no
8494 fi
8495 ;;
8496 interix*)
8497 # we just hope/assume this is gcc and not c89 (= MSVC++)
8498 with_gnu_ld=yes
8499 ;;
8500 openbsd*)
8501 with_gnu_ld=no
8502 ;;
8503 esac
8504
8505 ld_shlibs=yes
8506 if test "$with_gnu_ld" = yes; then
8507 # If archive_cmds runs LD, not CC, wlarc should be empty
8508 wlarc='${wl}'
8509
8510 # Set some defaults for GNU ld with shared library support. These
8511 # are reset later if shared libraries are not supported. Putting them
8512 # here allows them to be overridden if necessary.
8513 runpath_var=LD_RUN_PATH
8514 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8515 export_dynamic_flag_spec='${wl}--export-dynamic'
8516 # ancient GNU ld didn't support --whole-archive et. al.
8517 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8518 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8519 else
8520 whole_archive_flag_spec=
8521 fi
8522 supports_anon_versioning=no
8523 case `$LD -v 2>&1` in
8524 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8525 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8526 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8527 *\ 2.11.*) ;; # other 2.11 versions
8528 *) supports_anon_versioning=yes ;;
8529 esac
8530
8531 # See if GNU ld supports shared libraries.
8532 case $host_os in
8533 aix[3-9]*)
8534 # On AIX/PPC, the GNU linker is very broken
8535 if test "$host_cpu" != ia64; then
8536 ld_shlibs=no
8537 cat <<_LT_EOF 1>&2
8538
8539*** Warning: the GNU linker, at least up to release 2.9.1, is reported
8540*** to be unable to reliably create shared libraries on AIX.
8541*** Therefore, libtool is disabling shared libraries support. If you
8542*** really care for shared libraries, you may want to modify your PATH
8543*** so that a non-GNU linker is found, and then restart.
8544
8545_LT_EOF
8546 fi
8547 ;;
8548
8549 amigaos*)
8550 case $host_cpu in
8551 powerpc)
8552 # see comment about AmigaOS4 .so support
8553 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8554 archive_expsym_cmds=''
8555 ;;
8556 m68k)
8557 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)'
8558 hardcode_libdir_flag_spec='-L$libdir'
8559 hardcode_minus_L=yes
8560 ;;
8561 esac
8562 ;;
8563
8564 beos*)
8565 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8566 allow_undefined_flag=unsupported
8567 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8568 # support --undefined. This deserves some investigation. FIXME
8569 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8570 else
8571 ld_shlibs=no
8572 fi
8573 ;;
8574
8575 cygwin* | mingw* | pw32* | cegcc*)
8576 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8577 # as there is no search path for DLLs.
8578 hardcode_libdir_flag_spec='-L$libdir'
8579 allow_undefined_flag=unsupported
8580 always_export_symbols=no
8581 enable_shared_with_static_runtimes=yes
8582 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8583
8584 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8585 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8586 # If the export-symbols file already is a .def file (1st line
8587 # is EXPORTS), use it as is; otherwise, prepend...
8588 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8589 cp $export_symbols $output_objdir/$soname.def;
8590 else
8591 echo EXPORTS > $output_objdir/$soname.def;
8592 cat $export_symbols >> $output_objdir/$soname.def;
8593 fi~
8594 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8595 else
8596 ld_shlibs=no
8597 fi
8598 ;;
8599
8600 interix[3-9]*)
8601 hardcode_direct=no
8602 hardcode_shlibpath_var=no
8603 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8604 export_dynamic_flag_spec='${wl}-E'
8605 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8606 # Instead, shared libraries are loaded at an image base (0x10000000 by
8607 # default) and relocated if they conflict, which is a slow very memory
8608 # consuming and fragmenting process. To avoid this, we pick a random,
8609 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8610 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8611 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8612 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'
8613 ;;
8614
8615 gnu* | linux* | tpf* | k*bsd*-gnu)
8616 tmp_diet=no
8617 if test "$host_os" = linux-dietlibc; then
8618 case $cc_basename in
8619 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8620 esac
8621 fi
8622 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8623 && test "$tmp_diet" = no
8624 then
8625 tmp_addflag=
8626 tmp_sharedflag='-shared'
8627 case $cc_basename,$host_cpu in
8628 pgcc*) # Portland Group C compiler
8629 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8630 tmp_addflag=' $pic_flag'
8631 ;;
8632 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
8633 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8634 tmp_addflag=' $pic_flag -Mnomain' ;;
8635 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8636 tmp_addflag=' -i_dynamic' ;;
8637 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8638 tmp_addflag=' -i_dynamic -nofor_main' ;;
8639 ifc* | ifort*) # Intel Fortran compiler
8640 tmp_addflag=' -nofor_main' ;;
8641 lf95*) # Lahey Fortran 8.1
8642 whole_archive_flag_spec=
8643 tmp_sharedflag='--shared' ;;
8644 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8645 tmp_sharedflag='-qmkshrobj'
8646 tmp_addflag= ;;
8647 esac
8648 case `$CC -V 2>&1 | sed 5q` in
8649 *Sun\ C*) # Sun C 5.9
8650 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8651 compiler_needs_object=yes
8652 tmp_sharedflag='-G' ;;
8653 *Sun\ F*) # Sun Fortran 8.3
8654 tmp_sharedflag='-G' ;;
8655 esac
8656 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8657
8658 if test "x$supports_anon_versioning" = xyes; then
8659 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8660 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8661 echo "local: *; };" >> $output_objdir/$libname.ver~
8662 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8663 fi
8664
8665 case $cc_basename in
8666 xlf*)
8667 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8668 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8669 hardcode_libdir_flag_spec=
8670 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8671 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8672 if test "x$supports_anon_versioning" = xyes; then
8673 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8674 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8675 echo "local: *; };" >> $output_objdir/$libname.ver~
8676 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8677 fi
8678 ;;
8679 esac
8680 else
8681 ld_shlibs=no
8682 fi
8683 ;;
8684
8685 netbsd*)
8686 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8687 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8688 wlarc=
8689 else
8690 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8691 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8692 fi
8693 ;;
8694
8695 solaris*)
8696 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8697 ld_shlibs=no
8698 cat <<_LT_EOF 1>&2
8699
8700*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8701*** create shared libraries on Solaris systems. Therefore, libtool
8702*** is disabling shared libraries support. We urge you to upgrade GNU
8703*** binutils to release 2.9.1 or newer. Another option is to modify
8704*** your PATH or compiler configuration so that the native linker is
8705*** used, and then restart.
8706
8707_LT_EOF
8708 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8709 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8710 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8711 else
8712 ld_shlibs=no
8713 fi
8714 ;;
8715
8716 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8717 case `$LD -v 2>&1` in
8718 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8719 ld_shlibs=no
8720 cat <<_LT_EOF 1>&2
8721
8722*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8723*** reliably create shared libraries on SCO systems. Therefore, libtool
8724*** is disabling shared libraries support. We urge you to upgrade GNU
8725*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8726*** your PATH or compiler configuration so that the native linker is
8727*** used, and then restart.
8728
8729_LT_EOF
8730 ;;
8731 *)
8732 # For security reasons, it is highly recommended that you always
8733 # use absolute paths for naming shared libraries, and exclude the
8734 # DT_RUNPATH tag from executables and libraries. But doing so
8735 # requires that you compile everything twice, which is a pain.
8736 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8737 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8738 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8739 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8740 else
8741 ld_shlibs=no
8742 fi
8743 ;;
8744 esac
8745 ;;
8746
8747 sunos4*)
8748 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8749 wlarc=
8750 hardcode_direct=yes
8751 hardcode_shlibpath_var=no
8752 ;;
8753
8754 *)
8755 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8756 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8757 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8758 else
8759 ld_shlibs=no
8760 fi
8761 ;;
8762 esac
8763
8764 if test "$ld_shlibs" = no; then
8765 runpath_var=
8766 hardcode_libdir_flag_spec=
8767 export_dynamic_flag_spec=
8768 whole_archive_flag_spec=
8769 fi
8770 else
8771 # PORTME fill in a description of your system's linker (not GNU ld)
8772 case $host_os in
8773 aix3*)
8774 allow_undefined_flag=unsupported
8775 always_export_symbols=yes
8776 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'
8777 # Note: this linker hardcodes the directories in LIBPATH if there
8778 # are no directories specified by -L.
8779 hardcode_minus_L=yes
8780 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8781 # Neither direct hardcoding nor static linking is supported with a
8782 # broken collect2.
8783 hardcode_direct=unsupported
8784 fi
8785 ;;
8786
8787 aix[4-9]*)
8788 if test "$host_cpu" = ia64; then
8789 # On IA64, the linker does run time linking by default, so we don't
8790 # have to do anything special.
8791 aix_use_runtimelinking=no
8792 exp_sym_flag='-Bexport'
8793 no_entry_flag=""
8794 else
8795 # If we're using GNU nm, then we don't want the "-C" option.
8796 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8797 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8798 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8799 else
8800 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8801 fi
8802 aix_use_runtimelinking=no
8803
8804 # Test if we are trying to use run time linking or normal
8805 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8806 # need to do runtime linking.
8807 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8808 for ld_flag in $LDFLAGS; do
8809 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8810 aix_use_runtimelinking=yes
8811 break
8812 fi
8813 done
8814 ;;
8815 esac
8816
8817 exp_sym_flag='-bexport'
8818 no_entry_flag='-bnoentry'
8819 fi
8820
8821 # When large executables or shared objects are built, AIX ld can
8822 # have problems creating the table of contents. If linking a library
8823 # or program results in "error TOC overflow" add -mminimal-toc to
8824 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8825 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8826
8827 archive_cmds=''
8828 hardcode_direct=yes
8829 hardcode_direct_absolute=yes
8830 hardcode_libdir_separator=':'
8831 link_all_deplibs=yes
8832 file_list_spec='${wl}-f,'
8833
8834 if test "$GCC" = yes; then
8835 case $host_os in aix4.[012]|aix4.[012].*)
8836 # We only want to do this on AIX 4.2 and lower, the check
8837 # below for broken collect2 doesn't work under 4.3+
8838 collect2name=`${CC} -print-prog-name=collect2`
8839 if test -f "$collect2name" &&
8840 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8841 then
8842 # We have reworked collect2
8843 :
8844 else
8845 # We have old collect2
8846 hardcode_direct=unsupported
8847 # It fails to find uninstalled libraries when the uninstalled
8848 # path is not listed in the libpath. Setting hardcode_minus_L
8849 # to unsupported forces relinking
8850 hardcode_minus_L=yes
8851 hardcode_libdir_flag_spec='-L$libdir'
8852 hardcode_libdir_separator=
8853 fi
8854 ;;
8855 esac
8856 shared_flag='-shared'
8857 if test "$aix_use_runtimelinking" = yes; then
8858 shared_flag="$shared_flag "'${wl}-G'
8859 fi
8860 else
8861 # not using gcc
8862 if test "$host_cpu" = ia64; then
8863 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8864 # chokes on -Wl,-G. The following line is correct:
8865 shared_flag='-G'
8866 else
8867 if test "$aix_use_runtimelinking" = yes; then
8868 shared_flag='${wl}-G'
8869 else
8870 shared_flag='${wl}-bM:SRE'
8871 fi
8872 fi
8873 fi
8874
8875 export_dynamic_flag_spec='${wl}-bexpall'
8876 # It seems that -bexpall does not export symbols beginning with
8877 # underscore (_), so it is better to generate a list of symbols to export.
8878 always_export_symbols=yes
8879 if test "$aix_use_runtimelinking" = yes; then
8880 # Warning - without using the other runtime loading flags (-brtl),
8881 # -berok will link without error, but may produce a broken library.
8882 allow_undefined_flag='-berok'
8883 # Determine the default libpath from the value encoded in an
8884 # empty executable.
8885 cat >conftest.$ac_ext <<_ACEOF
8886/* confdefs.h. */
8887_ACEOF
8888cat confdefs.h >>conftest.$ac_ext
8889cat >>conftest.$ac_ext <<_ACEOF
8890/* end confdefs.h. */
8891
8892int
8893main ()
8894{
8895
8896 ;
8897 return 0;
8898}
8899_ACEOF
8900rm -f conftest.$ac_objext conftest$ac_exeext
8901if { (ac_try="$ac_link"
8902case "(($ac_try" in
8903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8904 *) ac_try_echo=$ac_try;;
8905esac
8906eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8907$as_echo "$ac_try_echo") >&5
8908 (eval "$ac_link") 2>conftest.er1
8909 ac_status=$?
8910 grep -v '^ *+' conftest.er1 >conftest.err
8911 rm -f conftest.er1
8912 cat conftest.err >&5
8913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8914 (exit $ac_status); } && {
8915 test -z "$ac_c_werror_flag" ||
8916 test ! -s conftest.err
8917 } && test -s conftest$ac_exeext && {
8918 test "$cross_compiling" = yes ||
8919 $as_test_x conftest$ac_exeext
8920 }; then
8921
8922lt_aix_libpath_sed='
8923 /Import File Strings/,/^$/ {
8924 /^0/ {
8925 s/^0 *\(.*\)$/\1/
8926 p
8927 }
8928 }'
8929aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8930# Check for a 64-bit object if we didn't find anything.
8931if test -z "$aix_libpath"; then
8932 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8933fi
8934else
8935 $as_echo "$as_me: failed program was:" >&5
8936sed 's/^/| /' conftest.$ac_ext >&5
8937
8938
8939fi
8940
8941rm -rf conftest.dSYM
8942rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8943 conftest$ac_exeext conftest.$ac_ext
8944if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8945
8946 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8947 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8948 else
8949 if test "$host_cpu" = ia64; then
8950 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8951 allow_undefined_flag="-z nodefs"
8952 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"
8953 else
8954 # Determine the default libpath from the value encoded in an
8955 # empty executable.
8956 cat >conftest.$ac_ext <<_ACEOF
8957/* confdefs.h. */
8958_ACEOF
8959cat confdefs.h >>conftest.$ac_ext
8960cat >>conftest.$ac_ext <<_ACEOF
8961/* end confdefs.h. */
8962
8963int
8964main ()
8965{
8966
8967 ;
8968 return 0;
8969}
8970_ACEOF
8971rm -f conftest.$ac_objext conftest$ac_exeext
8972if { (ac_try="$ac_link"
8973case "(($ac_try" in
8974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8975 *) ac_try_echo=$ac_try;;
8976esac
8977eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8978$as_echo "$ac_try_echo") >&5
8979 (eval "$ac_link") 2>conftest.er1
8980 ac_status=$?
8981 grep -v '^ *+' conftest.er1 >conftest.err
8982 rm -f conftest.er1
8983 cat conftest.err >&5
8984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8985 (exit $ac_status); } && {
8986 test -z "$ac_c_werror_flag" ||
8987 test ! -s conftest.err
8988 } && test -s conftest$ac_exeext && {
8989 test "$cross_compiling" = yes ||
8990 $as_test_x conftest$ac_exeext
8991 }; then
8992
8993lt_aix_libpath_sed='
8994 /Import File Strings/,/^$/ {
8995 /^0/ {
8996 s/^0 *\(.*\)$/\1/
8997 p
8998 }
8999 }'
9000aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9001# Check for a 64-bit object if we didn't find anything.
9002if test -z "$aix_libpath"; then
9003 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9004fi
9005else
9006 $as_echo "$as_me: failed program was:" >&5
9007sed 's/^/| /' conftest.$ac_ext >&5
9008
9009
9010fi
9011
9012rm -rf conftest.dSYM
9013rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9014 conftest$ac_exeext conftest.$ac_ext
9015if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9016
9017 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9018 # Warning - without using the other run time loading flags,
9019 # -berok will link without error, but may produce a broken library.
9020 no_undefined_flag=' ${wl}-bernotok'
9021 allow_undefined_flag=' ${wl}-berok'
9022 # Exported symbols can be pulled into shared objects from archives
9023 whole_archive_flag_spec='$convenience'
9024 archive_cmds_need_lc=yes
9025 # This is similar to how AIX traditionally builds its shared libraries.
9026 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'
9027 fi
9028 fi
9029 ;;
9030
9031 amigaos*)
9032 case $host_cpu in
9033 powerpc)
9034 # see comment about AmigaOS4 .so support
9035 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9036 archive_expsym_cmds=''
9037 ;;
9038 m68k)
9039 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)'
9040 hardcode_libdir_flag_spec='-L$libdir'
9041 hardcode_minus_L=yes
9042 ;;
9043 esac
9044 ;;
9045
9046 bsdi[45]*)
9047 export_dynamic_flag_spec=-rdynamic
9048 ;;
9049
9050 cygwin* | mingw* | pw32* | cegcc*)
9051 # When not using gcc, we currently assume that we are using
9052 # Microsoft Visual C++.
9053 # hardcode_libdir_flag_spec is actually meaningless, as there is
9054 # no search path for DLLs.
9055 hardcode_libdir_flag_spec=' '
9056 allow_undefined_flag=unsupported
9057 # Tell ltmain to make .lib files, not .a files.
9058 libext=lib
9059 # Tell ltmain to make .dll files, not .so files.
9060 shrext_cmds=".dll"
9061 # FIXME: Setting linknames here is a bad hack.
9062 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
9063 # The linker will automatically build a .lib file if we build a DLL.
9064 old_archive_from_new_cmds='true'
9065 # FIXME: Should let the user specify the lib program.
9066 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9067 fix_srcfile_path='`cygpath -w "$srcfile"`'
9068 enable_shared_with_static_runtimes=yes
9069 ;;
9070
9071 darwin* | rhapsody*)
9072
9073
9074 archive_cmds_need_lc=no
9075 hardcode_direct=no
9076 hardcode_automatic=yes
9077 hardcode_shlibpath_var=unsupported
9078 whole_archive_flag_spec=''
9079 link_all_deplibs=yes
9080 allow_undefined_flag="$_lt_dar_allow_undefined"
9081 case $cc_basename in
9082 ifort*) _lt_dar_can_shared=yes ;;
9083 *) _lt_dar_can_shared=$GCC ;;
9084 esac
9085 if test "$_lt_dar_can_shared" = "yes"; then
9086 output_verbose_link_cmd=echo
9087 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9088 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9089 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}"
9090 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}"
9091
9092 else
9093 ld_shlibs=no
9094 fi
9095
9096 ;;
9097
9098 dgux*)
9099 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9100 hardcode_libdir_flag_spec='-L$libdir'
9101 hardcode_shlibpath_var=no
9102 ;;
9103
9104 freebsd1*)
9105 ld_shlibs=no
9106 ;;
9107
9108 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9109 # support. Future versions do this automatically, but an explicit c++rt0.o
9110 # does not break anything, and helps significantly (at the cost of a little
9111 # extra space).
9112 freebsd2.2*)
9113 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9114 hardcode_libdir_flag_spec='-R$libdir'
9115 hardcode_direct=yes
9116 hardcode_shlibpath_var=no
9117 ;;
9118
9119 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9120 freebsd2*)
9121 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9122 hardcode_direct=yes
9123 hardcode_minus_L=yes
9124 hardcode_shlibpath_var=no
9125 ;;
9126
9127 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9128 freebsd* | dragonfly*)
9129 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9130 hardcode_libdir_flag_spec='-R$libdir'
9131 hardcode_direct=yes
9132 hardcode_shlibpath_var=no
9133 ;;
9134
9135 hpux9*)
9136 if test "$GCC" = yes; then
9137 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'
9138 else
9139 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'
9140 fi
9141 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9142 hardcode_libdir_separator=:
9143 hardcode_direct=yes
9144
9145 # hardcode_minus_L: Not really in the search PATH,
9146 # but as the default location of the library.
9147 hardcode_minus_L=yes
9148 export_dynamic_flag_spec='${wl}-E'
9149 ;;
9150
9151 hpux10*)
9152 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9153 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9154 else
9155 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9156 fi
9157 if test "$with_gnu_ld" = no; then
9158 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9159 hardcode_libdir_flag_spec_ld='+b $libdir'
9160 hardcode_libdir_separator=:
9161 hardcode_direct=yes
9162 hardcode_direct_absolute=yes
9163 export_dynamic_flag_spec='${wl}-E'
9164 # hardcode_minus_L: Not really in the search PATH,
9165 # but as the default location of the library.
9166 hardcode_minus_L=yes
9167 fi
9168 ;;
9169
9170 hpux11*)
9171 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9172 case $host_cpu in
9173 hppa*64*)
9174 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9175 ;;
9176 ia64*)
9177 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9178 ;;
9179 *)
9180 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9181 ;;
9182 esac
9183 else
9184 case $host_cpu in
9185 hppa*64*)
9186 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9187 ;;
9188 ia64*)
9189 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9190 ;;
9191 *)
9192 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9193 ;;
9194 esac
9195 fi
9196 if test "$with_gnu_ld" = no; then
9197 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9198 hardcode_libdir_separator=:
9199
9200 case $host_cpu in
9201 hppa*64*|ia64*)
9202 hardcode_direct=no
9203 hardcode_shlibpath_var=no
9204 ;;
9205 *)
9206 hardcode_direct=yes
9207 hardcode_direct_absolute=yes
9208 export_dynamic_flag_spec='${wl}-E'
9209
9210 # hardcode_minus_L: Not really in the search PATH,
9211 # but as the default location of the library.
9212 hardcode_minus_L=yes
9213 ;;
9214 esac
9215 fi
9216 ;;
9217
9218 irix5* | irix6* | nonstopux*)
9219 if test "$GCC" = yes; then
9220 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9221 # Try to use the -exported_symbol ld option, if it does not
9222 # work, assume that -exports_file does not work either and
9223 # implicitly export all symbols.
9224 save_LDFLAGS="$LDFLAGS"
9225 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9226 cat >conftest.$ac_ext <<_ACEOF
9227int foo(void) {}
9228_ACEOF
9229rm -f conftest.$ac_objext conftest$ac_exeext
9230if { (ac_try="$ac_link"
9231case "(($ac_try" in
9232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9233 *) ac_try_echo=$ac_try;;
9234esac
9235eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9236$as_echo "$ac_try_echo") >&5
9237 (eval "$ac_link") 2>conftest.er1
9238 ac_status=$?
9239 grep -v '^ *+' conftest.er1 >conftest.err
9240 rm -f conftest.er1
9241 cat conftest.err >&5
9242 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9243 (exit $ac_status); } && {
9244 test -z "$ac_c_werror_flag" ||
9245 test ! -s conftest.err
9246 } && test -s conftest$ac_exeext && {
9247 test "$cross_compiling" = yes ||
9248 $as_test_x conftest$ac_exeext
9249 }; then
9250 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9251
9252else
9253 $as_echo "$as_me: failed program was:" >&5
9254sed 's/^/| /' conftest.$ac_ext >&5
9255
9256
9257fi
9258
9259rm -rf conftest.dSYM
9260rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9261 conftest$ac_exeext conftest.$ac_ext
9262 LDFLAGS="$save_LDFLAGS"
9263 else
9264 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9265 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9266 fi
9267 archive_cmds_need_lc='no'
9268 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9269 hardcode_libdir_separator=:
9270 inherit_rpath=yes
9271 link_all_deplibs=yes
9272 ;;
9273
9274 netbsd*)
9275 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9276 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9277 else
9278 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9279 fi
9280 hardcode_libdir_flag_spec='-R$libdir'
9281 hardcode_direct=yes
9282 hardcode_shlibpath_var=no
9283 ;;
9284
9285 newsos6)
9286 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9287 hardcode_direct=yes
9288 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9289 hardcode_libdir_separator=:
9290 hardcode_shlibpath_var=no
9291 ;;
9292
9293 *nto* | *qnx*)
9294 ;;
9295
9296 openbsd*)
9297 if test -f /usr/libexec/ld.so; then
9298 hardcode_direct=yes
9299 hardcode_shlibpath_var=no
9300 hardcode_direct_absolute=yes
9301 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9302 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9303 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9304 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9305 export_dynamic_flag_spec='${wl}-E'
9306 else
9307 case $host_os in
9308 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9309 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9310 hardcode_libdir_flag_spec='-R$libdir'
9311 ;;
9312 *)
9313 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9314 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9315 ;;
9316 esac
9317 fi
9318 else
9319 ld_shlibs=no
9320 fi
9321 ;;
9322
9323 os2*)
9324 hardcode_libdir_flag_spec='-L$libdir'
9325 hardcode_minus_L=yes
9326 allow_undefined_flag=unsupported
9327 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'
9328 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9329 ;;
9330
9331 osf3*)
9332 if test "$GCC" = yes; then
9333 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9334 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9335 else
9336 allow_undefined_flag=' -expect_unresolved \*'
9337 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9338 fi
9339 archive_cmds_need_lc='no'
9340 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9341 hardcode_libdir_separator=:
9342 ;;
9343
9344 osf4* | osf5*) # as osf3* with the addition of -msym flag
9345 if test "$GCC" = yes; then
9346 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9347 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9348 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9349 else
9350 allow_undefined_flag=' -expect_unresolved \*'
9351 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9352 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~
9353 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9354
9355 # Both c and cxx compiler support -rpath directly
9356 hardcode_libdir_flag_spec='-rpath $libdir'
9357 fi
9358 archive_cmds_need_lc='no'
9359 hardcode_libdir_separator=:
9360 ;;
9361
9362 solaris*)
9363 no_undefined_flag=' -z defs'
9364 if test "$GCC" = yes; then
9365 wlarc='${wl}'
9366 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9367 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9368 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9369 else
9370 case `$CC -V 2>&1` in
9371 *"Compilers 5.0"*)
9372 wlarc=''
9373 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9374 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9375 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9376 ;;
9377 *)
9378 wlarc='${wl}'
9379 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9380 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9381 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9382 ;;
9383 esac
9384 fi
9385 hardcode_libdir_flag_spec='-R$libdir'
9386 hardcode_shlibpath_var=no
9387 case $host_os in
9388 solaris2.[0-5] | solaris2.[0-5].*) ;;
9389 *)
9390 # The compiler driver will combine and reorder linker options,
9391 # but understands `-z linker_flag'. GCC discards it without `$wl',
9392 # but is careful enough not to reorder.
9393 # Supported since Solaris 2.6 (maybe 2.5.1?)
9394 if test "$GCC" = yes; then
9395 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9396 else
9397 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9398 fi
9399 ;;
9400 esac
9401 link_all_deplibs=yes
9402 ;;
9403
9404 sunos4*)
9405 if test "x$host_vendor" = xsequent; then
9406 # Use $CC to link under sequent, because it throws in some extra .o
9407 # files that make .init and .fini sections work.
9408 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9409 else
9410 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9411 fi
9412 hardcode_libdir_flag_spec='-L$libdir'
9413 hardcode_direct=yes
9414 hardcode_minus_L=yes
9415 hardcode_shlibpath_var=no
9416 ;;
9417
9418 sysv4)
9419 case $host_vendor in
9420 sni)
9421 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9422 hardcode_direct=yes # is this really true???
9423 ;;
9424 siemens)
9425 ## LD is ld it makes a PLAMLIB
9426 ## CC just makes a GrossModule.
9427 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9428 reload_cmds='$CC -r -o $output$reload_objs'
9429 hardcode_direct=no
9430 ;;
9431 motorola)
9432 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9433 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9434 ;;
9435 esac
9436 runpath_var='LD_RUN_PATH'
9437 hardcode_shlibpath_var=no
9438 ;;
9439
9440 sysv4.3*)
9441 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9442 hardcode_shlibpath_var=no
9443 export_dynamic_flag_spec='-Bexport'
9444 ;;
9445
9446 sysv4*MP*)
9447 if test -d /usr/nec; then
9448 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9449 hardcode_shlibpath_var=no
9450 runpath_var=LD_RUN_PATH
9451 hardcode_runpath_var=yes
9452 ld_shlibs=yes
9453 fi
9454 ;;
9455
9456 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9457 no_undefined_flag='${wl}-z,text'
9458 archive_cmds_need_lc=no
9459 hardcode_shlibpath_var=no
9460 runpath_var='LD_RUN_PATH'
9461
9462 if test "$GCC" = yes; then
9463 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9464 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9465 else
9466 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9467 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9468 fi
9469 ;;
9470
9471 sysv5* | sco3.2v5* | sco5v6*)
9472 # Note: We can NOT use -z defs as we might desire, because we do not
9473 # link with -lc, and that would cause any symbols used from libc to
9474 # always be unresolved, which means just about no library would
9475 # ever link correctly. If we're not using GNU ld we use -z text
9476 # though, which does catch some bad symbols but isn't as heavy-handed
9477 # as -z defs.
9478 no_undefined_flag='${wl}-z,text'
9479 allow_undefined_flag='${wl}-z,nodefs'
9480 archive_cmds_need_lc=no
9481 hardcode_shlibpath_var=no
9482 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9483 hardcode_libdir_separator=':'
9484 link_all_deplibs=yes
9485 export_dynamic_flag_spec='${wl}-Bexport'
9486 runpath_var='LD_RUN_PATH'
9487
9488 if test "$GCC" = yes; then
9489 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9490 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9491 else
9492 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9493 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9494 fi
9495 ;;
9496
9497 uts4*)
9498 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9499 hardcode_libdir_flag_spec='-L$libdir'
9500 hardcode_shlibpath_var=no
9501 ;;
9502
9503 *)
9504 ld_shlibs=no
9505 ;;
9506 esac
9507
9508 if test x$host_vendor = xsni; then
9509 case $host in
9510 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9511 export_dynamic_flag_spec='${wl}-Blargedynsym'
9512 ;;
9513 esac
9514 fi
9515 fi
9516
9517{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
9518$as_echo "$ld_shlibs" >&6; }
9519test "$ld_shlibs" = no && can_build_shared=no
9520
9521with_gnu_ld=$with_gnu_ld
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537#
9538# Do we need to explicitly link libc?
9539#
9540case "x$archive_cmds_need_lc" in
9541x|xyes)
9542 # Assume -lc should be added
9543 archive_cmds_need_lc=yes
9544
9545 if test "$enable_shared" = yes && test "$GCC" = yes; then
9546 case $archive_cmds in
9547 *'~'*)
9548 # FIXME: we may have to deal with multi-command sequences.
9549 ;;
9550 '$CC '*)
9551 # Test whether the compiler implicitly links with -lc since on some
9552 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9553 # to ld, don't add -lc before -lgcc.
9554 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9555$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9556 $RM conftest*
9557 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9558
9559 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9560 (eval $ac_compile) 2>&5
9561 ac_status=$?
9562 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9563 (exit $ac_status); } 2>conftest.err; then
9564 soname=conftest
9565 lib=conftest
9566 libobjs=conftest.$ac_objext
9567 deplibs=
9568 wl=$lt_prog_compiler_wl
9569 pic_flag=$lt_prog_compiler_pic
9570 compiler_flags=-v
9571 linker_flags=-v
9572 verstring=
9573 output_objdir=.
9574 libname=conftest
9575 lt_save_allow_undefined_flag=$allow_undefined_flag
9576 allow_undefined_flag=
9577 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
9578 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9579 ac_status=$?
9580 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9581 (exit $ac_status); }
9582 then
9583 archive_cmds_need_lc=no
9584 else
9585 archive_cmds_need_lc=yes
9586 fi
9587 allow_undefined_flag=$lt_save_allow_undefined_flag
9588 else
9589 cat conftest.err 1>&5
9590 fi
9591 $RM conftest*
9592 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9593$as_echo "$archive_cmds_need_lc" >&6; }
9594 ;;
9595 esac
9596 fi
9597 ;;
9598esac
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
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
9693
9694
9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
9712
9713
9714
9715
9716
9717
9718
9719
9720
9721
9722
9723
9724
9725
9726
9727
9728
9729
9730
9731
9732
9733
9734
9735
9736
9737
9738
9739
9740
9741
9742
9743
9744
9745
9746
9747
9748
9749
9750
9751
9752
9753
9754
9755
9756 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9757$as_echo_n "checking dynamic linker characteristics... " >&6; }
9758
9759if test "$GCC" = yes; then
9760 case $host_os in
9761 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9762 *) lt_awk_arg="/^libraries:/" ;;
9763 esac
9764 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9765 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9766 # if the path contains ";" then we assume it to be the separator
9767 # otherwise default to the standard path separator (i.e. ":") - it is
9768 # assumed that no part of a normal pathname contains ";" but that should
9769 # okay in the real world where ";" in dirpaths is itself problematic.
9770 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9771 else
9772 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9773 fi
9774 # Ok, now we have the path, separated by spaces, we can step through it
9775 # and add multilib dir if necessary.
9776 lt_tmp_lt_search_path_spec=
9777 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9778 for lt_sys_path in $lt_search_path_spec; do
9779 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9780 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9781 else
9782 test -d "$lt_sys_path" && \
9783 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9784 fi
9785 done
9786 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9787BEGIN {RS=" "; FS="/|\n";} {
9788 lt_foo="";
9789 lt_count=0;
9790 for (lt_i = NF; lt_i > 0; lt_i--) {
9791 if ($lt_i != "" && $lt_i != ".") {
9792 if ($lt_i == "..") {
9793 lt_count++;
9794 } else {
9795 if (lt_count == 0) {
9796 lt_foo="/" $lt_i lt_foo;
9797 } else {
9798 lt_count--;
9799 }
9800 }
9801 }
9802 }
9803 if (lt_foo != "") { lt_freq[lt_foo]++; }
9804 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9805}'`
9806 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9807else
9808 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9809fi
9810library_names_spec=
9811libname_spec='lib$name'
9812soname_spec=
9813shrext_cmds=".so"
9814postinstall_cmds=
9815postuninstall_cmds=
9816finish_cmds=
9817finish_eval=
9818shlibpath_var=
9819shlibpath_overrides_runpath=unknown
9820version_type=none
9821dynamic_linker="$host_os ld.so"
9822sys_lib_dlsearch_path_spec="/lib /usr/lib"
9823need_lib_prefix=unknown
9824hardcode_into_libs=no
9825
9826# when you set need_version to no, make sure it does not cause -set_version
9827# flags to be left without arguments
9828need_version=unknown
9829
9830case $host_os in
9831aix3*)
9832 version_type=linux
9833 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9834 shlibpath_var=LIBPATH
9835
9836 # AIX 3 has no versioning support, so we append a major version to the name.
9837 soname_spec='${libname}${release}${shared_ext}$major'
9838 ;;
9839
9840aix[4-9]*)
9841 version_type=linux
9842 need_lib_prefix=no
9843 need_version=no
9844 hardcode_into_libs=yes
9845 if test "$host_cpu" = ia64; then
9846 # AIX 5 supports IA64
9847 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9848 shlibpath_var=LD_LIBRARY_PATH
9849 else
9850 # With GCC up to 2.95.x, collect2 would create an import file
9851 # for dependence libraries. The import file would start with
9852 # the line `#! .'. This would cause the generated library to
9853 # depend on `.', always an invalid library. This was fixed in
9854 # development snapshots of GCC prior to 3.0.
9855 case $host_os in
9856 aix4 | aix4.[01] | aix4.[01].*)
9857 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9858 echo ' yes '
9859 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9860 :
9861 else
9862 can_build_shared=no
9863 fi
9864 ;;
9865 esac
9866 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9867 # soname into executable. Probably we can add versioning support to
9868 # collect2, so additional links can be useful in future.
9869 if test "$aix_use_runtimelinking" = yes; then
9870 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9871 # instead of lib<name>.a to let people know that these are not
9872 # typical AIX shared libraries.
9873 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9874 else
9875 # We preserve .a as extension for shared libraries through AIX4.2
9876 # and later when we are not doing run time linking.
9877 library_names_spec='${libname}${release}.a $libname.a'
9878 soname_spec='${libname}${release}${shared_ext}$major'
9879 fi
9880 shlibpath_var=LIBPATH
9881 fi
9882 ;;
9883
9884amigaos*)
9885 case $host_cpu in
9886 powerpc)
9887 # Since July 2007 AmigaOS4 officially supports .so libraries.
9888 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9889 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9890 ;;
9891 m68k)
9892 library_names_spec='$libname.ixlibrary $libname.a'
9893 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9894 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''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'
9895 ;;
9896 esac
9897 ;;
9898
9899beos*)
9900 library_names_spec='${libname}${shared_ext}'
9901 dynamic_linker="$host_os ld.so"
9902 shlibpath_var=LIBRARY_PATH
9903 ;;
9904
9905bsdi[45]*)
9906 version_type=linux
9907 need_version=no
9908 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9909 soname_spec='${libname}${release}${shared_ext}$major'
9910 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9911 shlibpath_var=LD_LIBRARY_PATH
9912 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9913 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9914 # the default ld.so.conf also contains /usr/contrib/lib and
9915 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9916 # libtool to hard-code these into programs
9917 ;;
9918
9919cygwin* | mingw* | pw32* | cegcc*)
9920 version_type=windows
9921 shrext_cmds=".dll"
9922 need_version=no
9923 need_lib_prefix=no
9924
9925 case $GCC,$host_os in
9926 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9927 library_names_spec='$libname.dll.a'
9928 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9929 postinstall_cmds='base_file=`basename \${file}`~
9930 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9931 dldir=$destdir/`dirname \$dlpath`~
9932 test -d \$dldir || mkdir -p \$dldir~
9933 $install_prog $dir/$dlname \$dldir/$dlname~
9934 chmod a+x \$dldir/$dlname~
9935 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9936 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9937 fi'
9938 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9939 dlpath=$dir/\$dldll~
9940 $RM \$dlpath'
9941 shlibpath_overrides_runpath=yes
9942
9943 case $host_os in
9944 cygwin*)
9945 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9946 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9947 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9948 ;;
9949 mingw* | cegcc*)
9950 # MinGW DLLs use traditional 'lib' prefix
9951 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9952 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9953 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9954 # It is most probably a Windows format PATH printed by
9955 # mingw gcc, but we are running on Cygwin. Gcc prints its search
9956 # path with ; separators, and with drive letters. We can handle the
9957 # drive letters (cygwin fileutils understands them), so leave them,
9958 # especially as we might pass files found there to a mingw objdump,
9959 # which wouldn't understand a cygwinified path. Ahh.
9960 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9961 else
9962 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9963 fi
9964 ;;
9965 pw32*)
9966 # pw32 DLLs use 'pw' prefix rather than 'lib'
9967 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9968 ;;
9969 esac
9970 ;;
9971
9972 *)
9973 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9974 ;;
9975 esac
9976 dynamic_linker='Win32 ld.exe'
9977 # FIXME: first we should search . and the directory the executable is in
9978 shlibpath_var=PATH
9979 ;;
9980
9981darwin* | rhapsody*)
9982 dynamic_linker="$host_os dyld"
9983 version_type=darwin
9984 need_lib_prefix=no
9985 need_version=no
9986 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9987 soname_spec='${libname}${release}${major}$shared_ext'
9988 shlibpath_overrides_runpath=yes
9989 shlibpath_var=DYLD_LIBRARY_PATH
9990 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9991
9992 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9993 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9994 ;;
9995
9996dgux*)
9997 version_type=linux
9998 need_lib_prefix=no
9999 need_version=no
10000 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10001 soname_spec='${libname}${release}${shared_ext}$major'
10002 shlibpath_var=LD_LIBRARY_PATH
10003 ;;
10004
10005freebsd1*)
10006 dynamic_linker=no
10007 ;;
10008
10009freebsd* | dragonfly*)
10010 # DragonFly does not have aout. When/if they implement a new
10011 # versioning mechanism, adjust this.
10012 if test -x /usr/bin/objformat; then
10013 objformat=`/usr/bin/objformat`
10014 else
10015 case $host_os in
10016 freebsd[123]*) objformat=aout ;;
10017 *) objformat=elf ;;
10018 esac
10019 fi
10020 version_type=freebsd-$objformat
10021 case $version_type in
10022 freebsd-elf*)
10023 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10024 need_version=no
10025 need_lib_prefix=no
10026 ;;
10027 freebsd-*)
10028 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10029 need_version=yes
10030 ;;
10031 esac
10032 shlibpath_var=LD_LIBRARY_PATH
10033 case $host_os in
10034 freebsd2*)
10035 shlibpath_overrides_runpath=yes
10036 ;;
10037 freebsd3.[01]* | freebsdelf3.[01]*)
10038 shlibpath_overrides_runpath=yes
10039 hardcode_into_libs=yes
10040 ;;
10041 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10042 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10043 shlibpath_overrides_runpath=no
10044 hardcode_into_libs=yes
10045 ;;
10046 *) # from 4.6 on, and DragonFly
10047 shlibpath_overrides_runpath=yes
10048 hardcode_into_libs=yes
10049 ;;
10050 esac
10051 ;;
10052
10053gnu*)
10054 version_type=linux
10055 need_lib_prefix=no
10056 need_version=no
10057 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10058 soname_spec='${libname}${release}${shared_ext}$major'
10059 shlibpath_var=LD_LIBRARY_PATH
10060 hardcode_into_libs=yes
10061 ;;
10062
10063hpux9* | hpux10* | hpux11*)
10064 # Give a soname corresponding to the major version so that dld.sl refuses to
10065 # link against other versions.
10066 version_type=sunos
10067 need_lib_prefix=no
10068 need_version=no
10069 case $host_cpu in
10070 ia64*)
10071 shrext_cmds='.so'
10072 hardcode_into_libs=yes
10073 dynamic_linker="$host_os dld.so"
10074 shlibpath_var=LD_LIBRARY_PATH
10075 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10076 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10077 soname_spec='${libname}${release}${shared_ext}$major'
10078 if test "X$HPUX_IA64_MODE" = X32; then
10079 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10080 else
10081 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10082 fi
10083 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10084 ;;
10085 hppa*64*)
10086 shrext_cmds='.sl'
10087 hardcode_into_libs=yes
10088 dynamic_linker="$host_os dld.sl"
10089 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10090 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10091 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10092 soname_spec='${libname}${release}${shared_ext}$major'
10093 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10094 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10095 ;;
10096 *)
10097 shrext_cmds='.sl'
10098 dynamic_linker="$host_os dld.sl"
10099 shlibpath_var=SHLIB_PATH
10100 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10101 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10102 soname_spec='${libname}${release}${shared_ext}$major'
10103 ;;
10104 esac
10105 # HP-UX runs *really* slowly unless shared libraries are mode 555.
10106 postinstall_cmds='chmod 555 $lib'
10107 ;;
10108
10109interix[3-9]*)
10110 version_type=linux
10111 need_lib_prefix=no
10112 need_version=no
10113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10114 soname_spec='${libname}${release}${shared_ext}$major'
10115 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10116 shlibpath_var=LD_LIBRARY_PATH
10117 shlibpath_overrides_runpath=no
10118 hardcode_into_libs=yes
10119 ;;
10120
10121irix5* | irix6* | nonstopux*)
10122 case $host_os in
10123 nonstopux*) version_type=nonstopux ;;
10124 *)
10125 if test "$lt_cv_prog_gnu_ld" = yes; then
10126 version_type=linux
10127 else
10128 version_type=irix
10129 fi ;;
10130 esac
10131 need_lib_prefix=no
10132 need_version=no
10133 soname_spec='${libname}${release}${shared_ext}$major'
10134 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10135 case $host_os in
10136 irix5* | nonstopux*)
10137 libsuff= shlibsuff=
10138 ;;
10139 *)
10140 case $LD in # libtool.m4 will add one of these switches to LD
10141 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10142 libsuff= shlibsuff= libmagic=32-bit;;
10143 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10144 libsuff=32 shlibsuff=N32 libmagic=N32;;
10145 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10146 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10147 *) libsuff= shlibsuff= libmagic=never-match;;
10148 esac
10149 ;;
10150 esac
10151 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10152 shlibpath_overrides_runpath=no
10153 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10154 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10155 hardcode_into_libs=yes
10156 ;;
10157
10158# No shared lib support for Linux oldld, aout, or coff.
10159linux*oldld* | linux*aout* | linux*coff*)
10160 dynamic_linker=no
10161 ;;
10162
10163# This must be Linux ELF.
10164linux* | k*bsd*-gnu)
10165 version_type=linux
10166 need_lib_prefix=no
10167 need_version=no
10168 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10169 soname_spec='${libname}${release}${shared_ext}$major'
10170 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10171 shlibpath_var=LD_LIBRARY_PATH
10172 shlibpath_overrides_runpath=no
10173 # Some binutils ld are patched to set DT_RUNPATH
10174 save_LDFLAGS=$LDFLAGS
10175 save_libdir=$libdir
10176 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10177 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10178 cat >conftest.$ac_ext <<_ACEOF
10179/* confdefs.h. */
10180_ACEOF
10181cat confdefs.h >>conftest.$ac_ext
10182cat >>conftest.$ac_ext <<_ACEOF
10183/* end confdefs.h. */
10184
10185int
10186main ()
10187{
10188
10189 ;
10190 return 0;
10191}
10192_ACEOF
10193rm -f conftest.$ac_objext conftest$ac_exeext
10194if { (ac_try="$ac_link"
10195case "(($ac_try" in
10196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10197 *) ac_try_echo=$ac_try;;
10198esac
10199eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10200$as_echo "$ac_try_echo") >&5
10201 (eval "$ac_link") 2>conftest.er1
10202 ac_status=$?
10203 grep -v '^ *+' conftest.er1 >conftest.err
10204 rm -f conftest.er1
10205 cat conftest.err >&5
10206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10207 (exit $ac_status); } && {
10208 test -z "$ac_c_werror_flag" ||
10209 test ! -s conftest.err
10210 } && test -s conftest$ac_exeext && {
10211 test "$cross_compiling" = yes ||
10212 $as_test_x conftest$ac_exeext
10213 }; then
10214 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
10215 shlibpath_overrides_runpath=yes
10216fi
10217
10218else
10219 $as_echo "$as_me: failed program was:" >&5
10220sed 's/^/| /' conftest.$ac_ext >&5
10221
10222
10223fi
10224
10225rm -rf conftest.dSYM
10226rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10227 conftest$ac_exeext conftest.$ac_ext
10228 LDFLAGS=$save_LDFLAGS
10229 libdir=$save_libdir
10230
10231 # This implies no fast_install, which is unacceptable.
10232 # Some rework will be needed to allow for fast_install
10233 # before this can be enabled.
10234 hardcode_into_libs=yes
10235
10236 # Add ABI-specific directories to the system library path.
10237 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
10238
10239 # Append ld.so.conf contents to the search path
10240 if test -f /etc/ld.so.conf; then
10241 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;/^$/d' | tr '\n' ' '`
10242 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
10243 fi
10244
10245 # We used to test for /lib/ld.so.1 and disable shared libraries on
10246 # powerpc, because MkLinux only supported shared libraries with the
10247 # GNU dynamic linker. Since this was broken with cross compilers,
10248 # most powerpc-linux boxes support dynamic linking these days and
10249 # people can always --disable-shared, the test was removed, and we
10250 # assume the GNU/Linux dynamic linker is in use.
10251 dynamic_linker='GNU/Linux ld.so'
10252 ;;
10253
10254netbsd*)
10255 version_type=sunos
10256 need_lib_prefix=no
10257 need_version=no
10258 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10259 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10260 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10261 dynamic_linker='NetBSD (a.out) ld.so'
10262 else
10263 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10264 soname_spec='${libname}${release}${shared_ext}$major'
10265 dynamic_linker='NetBSD ld.elf_so'
10266 fi
10267 shlibpath_var=LD_LIBRARY_PATH
10268 shlibpath_overrides_runpath=yes
10269 hardcode_into_libs=yes
10270 ;;
10271
10272newsos6)
10273 version_type=linux
10274 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10275 shlibpath_var=LD_LIBRARY_PATH
10276 shlibpath_overrides_runpath=yes
10277 ;;
10278
10279*nto* | *qnx*)
10280 version_type=qnx
10281 need_lib_prefix=no
10282 need_version=no
10283 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10284 soname_spec='${libname}${release}${shared_ext}$major'
10285 shlibpath_var=LD_LIBRARY_PATH
10286 shlibpath_overrides_runpath=no
10287 hardcode_into_libs=yes
10288 dynamic_linker='ldqnx.so'
10289 ;;
10290
10291openbsd*)
10292 version_type=sunos
10293 sys_lib_dlsearch_path_spec="/usr/lib"
10294 need_lib_prefix=no
10295 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10296 case $host_os in
10297 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10298 *) need_version=no ;;
10299 esac
10300 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10301 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10302 shlibpath_var=LD_LIBRARY_PATH
10303 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10304 case $host_os in
10305 openbsd2.[89] | openbsd2.[89].*)
10306 shlibpath_overrides_runpath=no
10307 ;;
10308 *)
10309 shlibpath_overrides_runpath=yes
10310 ;;
10311 esac
10312 else
10313 shlibpath_overrides_runpath=yes
10314 fi
10315 ;;
10316
10317os2*)
10318 libname_spec='$name'
10319 shrext_cmds=".dll"
10320 need_lib_prefix=no
10321 library_names_spec='$libname${shared_ext} $libname.a'
10322 dynamic_linker='OS/2 ld.exe'
10323 shlibpath_var=LIBPATH
10324 ;;
10325
10326osf3* | osf4* | osf5*)
10327 version_type=osf
10328 need_lib_prefix=no
10329 need_version=no
10330 soname_spec='${libname}${release}${shared_ext}$major'
10331 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10332 shlibpath_var=LD_LIBRARY_PATH
10333 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10334 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10335 ;;
10336
10337rdos*)
10338 dynamic_linker=no
10339 ;;
10340
10341solaris*)
10342 version_type=linux
10343 need_lib_prefix=no
10344 need_version=no
10345 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10346 soname_spec='${libname}${release}${shared_ext}$major'
10347 shlibpath_var=LD_LIBRARY_PATH
10348 shlibpath_overrides_runpath=yes
10349 hardcode_into_libs=yes
10350 # ldd complains unless libraries are executable
10351 postinstall_cmds='chmod +x $lib'
10352 ;;
10353
10354sunos4*)
10355 version_type=sunos
10356 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10357 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10358 shlibpath_var=LD_LIBRARY_PATH
10359 shlibpath_overrides_runpath=yes
10360 if test "$with_gnu_ld" = yes; then
10361 need_lib_prefix=no
10362 fi
10363 need_version=yes
10364 ;;
10365
10366sysv4 | sysv4.3*)
10367 version_type=linux
10368 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10369 soname_spec='${libname}${release}${shared_ext}$major'
10370 shlibpath_var=LD_LIBRARY_PATH
10371 case $host_vendor in
10372 sni)
10373 shlibpath_overrides_runpath=no
10374 need_lib_prefix=no
10375 runpath_var=LD_RUN_PATH
10376 ;;
10377 siemens)
10378 need_lib_prefix=no
10379 ;;
10380 motorola)
10381 need_lib_prefix=no
10382 need_version=no
10383 shlibpath_overrides_runpath=no
10384 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10385 ;;
10386 esac
10387 ;;
10388
10389sysv4*MP*)
10390 if test -d /usr/nec ;then
10391 version_type=linux
10392 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10393 soname_spec='$libname${shared_ext}.$major'
10394 shlibpath_var=LD_LIBRARY_PATH
10395 fi
10396 ;;
10397
10398sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10399 version_type=freebsd-elf
10400 need_lib_prefix=no
10401 need_version=no
10402 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10403 soname_spec='${libname}${release}${shared_ext}$major'
10404 shlibpath_var=LD_LIBRARY_PATH
10405 shlibpath_overrides_runpath=yes
10406 hardcode_into_libs=yes
10407 if test "$with_gnu_ld" = yes; then
10408 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10409 else
10410 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10411 case $host_os in
10412 sco3.2v5*)
10413 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10414 ;;
10415 esac
10416 fi
10417 sys_lib_dlsearch_path_spec='/usr/lib'
10418 ;;
10419
10420tpf*)
10421 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10422 version_type=linux
10423 need_lib_prefix=no
10424 need_version=no
10425 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10426 shlibpath_var=LD_LIBRARY_PATH
10427 shlibpath_overrides_runpath=no
10428 hardcode_into_libs=yes
10429 ;;
10430
10431uts4*)
10432 version_type=linux
10433 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10434 soname_spec='${libname}${release}${shared_ext}$major'
10435 shlibpath_var=LD_LIBRARY_PATH
10436 ;;
10437
10438*)
10439 dynamic_linker=no
10440 ;;
10441esac
10442{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
10443$as_echo "$dynamic_linker" >&6; }
10444test "$dynamic_linker" = no && can_build_shared=no
10445
10446variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10447if test "$GCC" = yes; then
10448 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10449fi
10450
10451if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10452 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10453fi
10454if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10455 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10456fi
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
10468
10469
10470
10471
10472
10473
10474
10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
10487
10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
10500
10501
10502
10503
10504
10505
10506
10507
10508
10509
10510
10511
10512
10513
10514
10515
10516
10517
10518
10519
10520
10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
10533
10534
10535
10536
10537
10538
10539
10540
10541
10542
10543
10544 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
10545$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10546hardcode_action=
10547if test -n "$hardcode_libdir_flag_spec" ||
10548 test -n "$runpath_var" ||
10549 test "X$hardcode_automatic" = "Xyes" ; then
10550
10551 # We can hardcode non-existent directories.
10552 if test "$hardcode_direct" != no &&
10553 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10554 # have to relink, otherwise we might link with an installed library
10555 # when we should be linking with a yet-to-be-installed one
10556 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10557 test "$hardcode_minus_L" != no; then
10558 # Linking always hardcodes the temporary library directory.
10559 hardcode_action=relink
10560 else
10561 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10562 hardcode_action=immediate
10563 fi
10564else
10565 # We cannot hardcode anything, or else we can only hardcode existing
10566 # directories.
10567 hardcode_action=unsupported
10568fi
10569{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
10570$as_echo "$hardcode_action" >&6; }
10571
10572if test "$hardcode_action" = relink ||
10573 test "$inherit_rpath" = yes; then
10574 # Fast installation is not supported
10575 enable_fast_install=no
10576elif test "$shlibpath_overrides_runpath" = yes ||
10577 test "$enable_shared" = no; then
10578 # Fast installation is not necessary
10579 enable_fast_install=needless
10580fi
10581
10582
10583
10584
10585
10586
10587 if test "x$enable_dlopen" != xyes; then
10588 enable_dlopen=unknown
10589 enable_dlopen_self=unknown
10590 enable_dlopen_self_static=unknown
10591else
10592 lt_cv_dlopen=no
10593 lt_cv_dlopen_libs=
10594
10595 case $host_os in
10596 beos*)
10597 lt_cv_dlopen="load_add_on"
10598 lt_cv_dlopen_libs=
10599 lt_cv_dlopen_self=yes
10600 ;;
10601
10602 mingw* | pw32* | cegcc*)
10603 lt_cv_dlopen="LoadLibrary"
10604 lt_cv_dlopen_libs=
10605 ;;
10606
10607 cygwin*)
10608 lt_cv_dlopen="dlopen"
10609 lt_cv_dlopen_libs=
10610 ;;
10611
10612 darwin*)
10613 # if libdl is installed we need to link against it
10614 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10615$as_echo_n "checking for dlopen in -ldl... " >&6; }
10616if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10617 $as_echo_n "(cached) " >&6
10618else
10619 ac_check_lib_save_LIBS=$LIBS
10620LIBS="-ldl $LIBS"
10621cat >conftest.$ac_ext <<_ACEOF
10622/* confdefs.h. */
10623_ACEOF
10624cat confdefs.h >>conftest.$ac_ext
10625cat >>conftest.$ac_ext <<_ACEOF
10626/* end confdefs.h. */
10627
10628/* Override any GCC internal prototype to avoid an error.
10629 Use char because int might match the return type of a GCC
10630 builtin and then its argument prototype would still apply. */
10631#ifdef __cplusplus
10632extern "C"
10633#endif
10634char dlopen ();
10635int
10636main ()
10637{
10638return dlopen ();
10639 ;
10640 return 0;
10641}
10642_ACEOF
10643rm -f conftest.$ac_objext conftest$ac_exeext
10644if { (ac_try="$ac_link"
10645case "(($ac_try" in
10646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10647 *) ac_try_echo=$ac_try;;
10648esac
10649eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10650$as_echo "$ac_try_echo") >&5
10651 (eval "$ac_link") 2>conftest.er1
10652 ac_status=$?
10653 grep -v '^ *+' conftest.er1 >conftest.err
10654 rm -f conftest.er1
10655 cat conftest.err >&5
10656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10657 (exit $ac_status); } && {
10658 test -z "$ac_c_werror_flag" ||
10659 test ! -s conftest.err
10660 } && test -s conftest$ac_exeext && {
10661 test "$cross_compiling" = yes ||
10662 $as_test_x conftest$ac_exeext
10663 }; then
10664 ac_cv_lib_dl_dlopen=yes
10665else
10666 $as_echo "$as_me: failed program was:" >&5
10667sed 's/^/| /' conftest.$ac_ext >&5
10668
10669 ac_cv_lib_dl_dlopen=no
10670fi
10671
10672rm -rf conftest.dSYM
10673rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10674 conftest$ac_exeext conftest.$ac_ext
10675LIBS=$ac_check_lib_save_LIBS
10676fi
10677{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10678$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10679if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
10680 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10681else
10682
10683 lt_cv_dlopen="dyld"
10684 lt_cv_dlopen_libs=
10685 lt_cv_dlopen_self=yes
10686
10687fi
10688
10689 ;;
10690
10691 *)
10692 { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
10693$as_echo_n "checking for shl_load... " >&6; }
10694if test "${ac_cv_func_shl_load+set}" = set; then
10695 $as_echo_n "(cached) " >&6
10696else
10697 cat >conftest.$ac_ext <<_ACEOF
10698/* confdefs.h. */
10699_ACEOF
10700cat confdefs.h >>conftest.$ac_ext
10701cat >>conftest.$ac_ext <<_ACEOF
10702/* end confdefs.h. */
10703/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
10704 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10705#define shl_load innocuous_shl_load
10706
10707/* System header to define __stub macros and hopefully few prototypes,
10708 which can conflict with char shl_load (); below.
10709 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10710 <limits.h> exists even on freestanding compilers. */
10711
10712#ifdef __STDC__
10713# include <limits.h>
10714#else
10715# include <assert.h>
10716#endif
10717
10718#undef shl_load
10719
10720/* Override any GCC internal prototype to avoid an error.
10721 Use char because int might match the return type of a GCC
10722 builtin and then its argument prototype would still apply. */
10723#ifdef __cplusplus
10724extern "C"
10725#endif
10726char shl_load ();
10727/* The GNU C library defines this for functions which it implements
10728 to always fail with ENOSYS. Some functions are actually named
10729 something starting with __ and the normal name is an alias. */
10730#if defined __stub_shl_load || defined __stub___shl_load
10731choke me
10732#endif
10733
10734int
10735main ()
10736{
10737return shl_load ();
10738 ;
10739 return 0;
10740}
10741_ACEOF
10742rm -f conftest.$ac_objext conftest$ac_exeext
10743if { (ac_try="$ac_link"
10744case "(($ac_try" in
10745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10746 *) ac_try_echo=$ac_try;;
10747esac
10748eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10749$as_echo "$ac_try_echo") >&5
10750 (eval "$ac_link") 2>conftest.er1
10751 ac_status=$?
10752 grep -v '^ *+' conftest.er1 >conftest.err
10753 rm -f conftest.er1
10754 cat conftest.err >&5
10755 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10756 (exit $ac_status); } && {
10757 test -z "$ac_c_werror_flag" ||
10758 test ! -s conftest.err
10759 } && test -s conftest$ac_exeext && {
10760 test "$cross_compiling" = yes ||
10761 $as_test_x conftest$ac_exeext
10762 }; then
10763 ac_cv_func_shl_load=yes
10764else
10765 $as_echo "$as_me: failed program was:" >&5
10766sed 's/^/| /' conftest.$ac_ext >&5
10767
10768 ac_cv_func_shl_load=no
10769fi
10770
10771rm -rf conftest.dSYM
10772rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10773 conftest$ac_exeext conftest.$ac_ext
10774fi
10775{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10776$as_echo "$ac_cv_func_shl_load" >&6; }
10777if test "x$ac_cv_func_shl_load" = x""yes; then
10778 lt_cv_dlopen="shl_load"
10779else
10780 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10781$as_echo_n "checking for shl_load in -ldld... " >&6; }
10782if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10783 $as_echo_n "(cached) " >&6
10784else
10785 ac_check_lib_save_LIBS=$LIBS
10786LIBS="-ldld $LIBS"
10787cat >conftest.$ac_ext <<_ACEOF
10788/* confdefs.h. */
10789_ACEOF
10790cat confdefs.h >>conftest.$ac_ext
10791cat >>conftest.$ac_ext <<_ACEOF
10792/* end confdefs.h. */
10793
10794/* Override any GCC internal prototype to avoid an error.
10795 Use char because int might match the return type of a GCC
10796 builtin and then its argument prototype would still apply. */
10797#ifdef __cplusplus
10798extern "C"
10799#endif
10800char shl_load ();
10801int
10802main ()
10803{
10804return shl_load ();
10805 ;
10806 return 0;
10807}
10808_ACEOF
10809rm -f conftest.$ac_objext conftest$ac_exeext
10810if { (ac_try="$ac_link"
10811case "(($ac_try" in
10812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10813 *) ac_try_echo=$ac_try;;
10814esac
10815eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10816$as_echo "$ac_try_echo") >&5
10817 (eval "$ac_link") 2>conftest.er1
10818 ac_status=$?
10819 grep -v '^ *+' conftest.er1 >conftest.err
10820 rm -f conftest.er1
10821 cat conftest.err >&5
10822 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10823 (exit $ac_status); } && {
10824 test -z "$ac_c_werror_flag" ||
10825 test ! -s conftest.err
10826 } && test -s conftest$ac_exeext && {
10827 test "$cross_compiling" = yes ||
10828 $as_test_x conftest$ac_exeext
10829 }; then
10830 ac_cv_lib_dld_shl_load=yes
10831else
10832 $as_echo "$as_me: failed program was:" >&5
10833sed 's/^/| /' conftest.$ac_ext >&5
10834
10835 ac_cv_lib_dld_shl_load=no
10836fi
10837
10838rm -rf conftest.dSYM
10839rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10840 conftest$ac_exeext conftest.$ac_ext
10841LIBS=$ac_check_lib_save_LIBS
10842fi
10843{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10844$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10845if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
10846 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10847else
10848 { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
10849$as_echo_n "checking for dlopen... " >&6; }
10850if test "${ac_cv_func_dlopen+set}" = set; then
10851 $as_echo_n "(cached) " >&6
10852else
10853 cat >conftest.$ac_ext <<_ACEOF
10854/* confdefs.h. */
10855_ACEOF
10856cat confdefs.h >>conftest.$ac_ext
10857cat >>conftest.$ac_ext <<_ACEOF
10858/* end confdefs.h. */
10859/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10860 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10861#define dlopen innocuous_dlopen
10862
10863/* System header to define __stub macros and hopefully few prototypes,
10864 which can conflict with char dlopen (); below.
10865 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10866 <limits.h> exists even on freestanding compilers. */
10867
10868#ifdef __STDC__
10869# include <limits.h>
10870#else
10871# include <assert.h>
10872#endif
10873
10874#undef dlopen
10875
10876/* Override any GCC internal prototype to avoid an error.
10877 Use char because int might match the return type of a GCC
10878 builtin and then its argument prototype would still apply. */
10879#ifdef __cplusplus
10880extern "C"
10881#endif
10882char dlopen ();
10883/* The GNU C library defines this for functions which it implements
10884 to always fail with ENOSYS. Some functions are actually named
10885 something starting with __ and the normal name is an alias. */
10886#if defined __stub_dlopen || defined __stub___dlopen
10887choke me
10888#endif
10889
10890int
10891main ()
10892{
10893return dlopen ();
10894 ;
10895 return 0;
10896}
10897_ACEOF
10898rm -f conftest.$ac_objext conftest$ac_exeext
10899if { (ac_try="$ac_link"
10900case "(($ac_try" in
10901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10902 *) ac_try_echo=$ac_try;;
10903esac
10904eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10905$as_echo "$ac_try_echo") >&5
10906 (eval "$ac_link") 2>conftest.er1
10907 ac_status=$?
10908 grep -v '^ *+' conftest.er1 >conftest.err
10909 rm -f conftest.er1
10910 cat conftest.err >&5
10911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10912 (exit $ac_status); } && {
10913 test -z "$ac_c_werror_flag" ||
10914 test ! -s conftest.err
10915 } && test -s conftest$ac_exeext && {
10916 test "$cross_compiling" = yes ||
10917 $as_test_x conftest$ac_exeext
10918 }; then
10919 ac_cv_func_dlopen=yes
10920else
10921 $as_echo "$as_me: failed program was:" >&5
10922sed 's/^/| /' conftest.$ac_ext >&5
10923
10924 ac_cv_func_dlopen=no
10925fi
10926
10927rm -rf conftest.dSYM
10928rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10929 conftest$ac_exeext conftest.$ac_ext
10930fi
10931{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10932$as_echo "$ac_cv_func_dlopen" >&6; }
10933if test "x$ac_cv_func_dlopen" = x""yes; then
10934 lt_cv_dlopen="dlopen"
10935else
10936 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10937$as_echo_n "checking for dlopen in -ldl... " >&6; }
10938if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10939 $as_echo_n "(cached) " >&6
10940else
10941 ac_check_lib_save_LIBS=$LIBS
10942LIBS="-ldl $LIBS"
10943cat >conftest.$ac_ext <<_ACEOF
10944/* confdefs.h. */
10945_ACEOF
10946cat confdefs.h >>conftest.$ac_ext
10947cat >>conftest.$ac_ext <<_ACEOF
10948/* end confdefs.h. */
10949
10950/* Override any GCC internal prototype to avoid an error.
10951 Use char because int might match the return type of a GCC
10952 builtin and then its argument prototype would still apply. */
10953#ifdef __cplusplus
10954extern "C"
10955#endif
10956char dlopen ();
10957int
10958main ()
10959{
10960return dlopen ();
10961 ;
10962 return 0;
10963}
10964_ACEOF
10965rm -f conftest.$ac_objext conftest$ac_exeext
10966if { (ac_try="$ac_link"
10967case "(($ac_try" in
10968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10969 *) ac_try_echo=$ac_try;;
10970esac
10971eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10972$as_echo "$ac_try_echo") >&5
10973 (eval "$ac_link") 2>conftest.er1
10974 ac_status=$?
10975 grep -v '^ *+' conftest.er1 >conftest.err
10976 rm -f conftest.er1
10977 cat conftest.err >&5
10978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10979 (exit $ac_status); } && {
10980 test -z "$ac_c_werror_flag" ||
10981 test ! -s conftest.err
10982 } && test -s conftest$ac_exeext && {
10983 test "$cross_compiling" = yes ||
10984 $as_test_x conftest$ac_exeext
10985 }; then
10986 ac_cv_lib_dl_dlopen=yes
10987else
10988 $as_echo "$as_me: failed program was:" >&5
10989sed 's/^/| /' conftest.$ac_ext >&5
10990
10991 ac_cv_lib_dl_dlopen=no
10992fi
10993
10994rm -rf conftest.dSYM
10995rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10996 conftest$ac_exeext conftest.$ac_ext
10997LIBS=$ac_check_lib_save_LIBS
10998fi
10999{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
11000$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11001if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
11002 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11003else
11004 { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
11005$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11006if test "${ac_cv_lib_svld_dlopen+set}" = set; then
11007 $as_echo_n "(cached) " >&6
11008else
11009 ac_check_lib_save_LIBS=$LIBS
11010LIBS="-lsvld $LIBS"
11011cat >conftest.$ac_ext <<_ACEOF
11012/* confdefs.h. */
11013_ACEOF
11014cat confdefs.h >>conftest.$ac_ext
11015cat >>conftest.$ac_ext <<_ACEOF
11016/* end confdefs.h. */
11017
11018/* Override any GCC internal prototype to avoid an error.
11019 Use char because int might match the return type of a GCC
11020 builtin and then its argument prototype would still apply. */
11021#ifdef __cplusplus
11022extern "C"
11023#endif
11024char dlopen ();
11025int
11026main ()
11027{
11028return dlopen ();
11029 ;
11030 return 0;
11031}
11032_ACEOF
11033rm -f conftest.$ac_objext conftest$ac_exeext
11034if { (ac_try="$ac_link"
11035case "(($ac_try" in
11036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11037 *) ac_try_echo=$ac_try;;
11038esac
11039eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11040$as_echo "$ac_try_echo") >&5
11041 (eval "$ac_link") 2>conftest.er1
11042 ac_status=$?
11043 grep -v '^ *+' conftest.er1 >conftest.err
11044 rm -f conftest.er1
11045 cat conftest.err >&5
11046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11047 (exit $ac_status); } && {
11048 test -z "$ac_c_werror_flag" ||
11049 test ! -s conftest.err
11050 } && test -s conftest$ac_exeext && {
11051 test "$cross_compiling" = yes ||
11052 $as_test_x conftest$ac_exeext
11053 }; then
11054 ac_cv_lib_svld_dlopen=yes
11055else
11056 $as_echo "$as_me: failed program was:" >&5
11057sed 's/^/| /' conftest.$ac_ext >&5
11058
11059 ac_cv_lib_svld_dlopen=no
11060fi
11061
11062rm -rf conftest.dSYM
11063rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11064 conftest$ac_exeext conftest.$ac_ext
11065LIBS=$ac_check_lib_save_LIBS
11066fi
11067{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
11068$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11069if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
11070 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11071else
11072 { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
11073$as_echo_n "checking for dld_link in -ldld... " >&6; }
11074if test "${ac_cv_lib_dld_dld_link+set}" = set; then
11075 $as_echo_n "(cached) " >&6
11076else
11077 ac_check_lib_save_LIBS=$LIBS
11078LIBS="-ldld $LIBS"
11079cat >conftest.$ac_ext <<_ACEOF
11080/* confdefs.h. */
11081_ACEOF
11082cat confdefs.h >>conftest.$ac_ext
11083cat >>conftest.$ac_ext <<_ACEOF
11084/* end confdefs.h. */
11085
11086/* Override any GCC internal prototype to avoid an error.
11087 Use char because int might match the return type of a GCC
11088 builtin and then its argument prototype would still apply. */
11089#ifdef __cplusplus
11090extern "C"
11091#endif
11092char dld_link ();
11093int
11094main ()
11095{
11096return dld_link ();
11097 ;
11098 return 0;
11099}
11100_ACEOF
11101rm -f conftest.$ac_objext conftest$ac_exeext
11102if { (ac_try="$ac_link"
11103case "(($ac_try" in
11104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11105 *) ac_try_echo=$ac_try;;
11106esac
11107eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11108$as_echo "$ac_try_echo") >&5
11109 (eval "$ac_link") 2>conftest.er1
11110 ac_status=$?
11111 grep -v '^ *+' conftest.er1 >conftest.err
11112 rm -f conftest.er1
11113 cat conftest.err >&5
11114 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11115 (exit $ac_status); } && {
11116 test -z "$ac_c_werror_flag" ||
11117 test ! -s conftest.err
11118 } && test -s conftest$ac_exeext && {
11119 test "$cross_compiling" = yes ||
11120 $as_test_x conftest$ac_exeext
11121 }; then
11122 ac_cv_lib_dld_dld_link=yes
11123else
11124 $as_echo "$as_me: failed program was:" >&5
11125sed 's/^/| /' conftest.$ac_ext >&5
11126
11127 ac_cv_lib_dld_dld_link=no
11128fi
11129
11130rm -rf conftest.dSYM
11131rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11132 conftest$ac_exeext conftest.$ac_ext
11133LIBS=$ac_check_lib_save_LIBS
11134fi
11135{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
11136$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11137if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
11138 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11139fi
11140
11141
11142fi
11143
11144
11145fi
11146
11147
11148fi
11149
11150
11151fi
11152
11153
11154fi
11155
11156 ;;
11157 esac
11158
11159 if test "x$lt_cv_dlopen" != xno; then
11160 enable_dlopen=yes
11161 else
11162 enable_dlopen=no
11163 fi
11164
11165 case $lt_cv_dlopen in
11166 dlopen)
11167 save_CPPFLAGS="$CPPFLAGS"
11168 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11169
11170 save_LDFLAGS="$LDFLAGS"
11171 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11172
11173 save_LIBS="$LIBS"
11174 LIBS="$lt_cv_dlopen_libs $LIBS"
11175
11176 { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
11177$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11178if test "${lt_cv_dlopen_self+set}" = set; then
11179 $as_echo_n "(cached) " >&6
11180else
11181 if test "$cross_compiling" = yes; then :
11182 lt_cv_dlopen_self=cross
11183else
11184 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11185 lt_status=$lt_dlunknown
11186 cat > conftest.$ac_ext <<_LT_EOF
6283f55e 11187#line 11187 "configure"
e70e591c
BB
11188#include "confdefs.h"
11189
11190#if HAVE_DLFCN_H
11191#include <dlfcn.h>
11192#endif
11193
11194#include <stdio.h>
11195
11196#ifdef RTLD_GLOBAL
11197# define LT_DLGLOBAL RTLD_GLOBAL
11198#else
11199# ifdef DL_GLOBAL
11200# define LT_DLGLOBAL DL_GLOBAL
11201# else
11202# define LT_DLGLOBAL 0
11203# endif
11204#endif
11205
11206/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11207 find out it does not work in some platform. */
11208#ifndef LT_DLLAZY_OR_NOW
11209# ifdef RTLD_LAZY
11210# define LT_DLLAZY_OR_NOW RTLD_LAZY
11211# else
11212# ifdef DL_LAZY
11213# define LT_DLLAZY_OR_NOW DL_LAZY
11214# else
11215# ifdef RTLD_NOW
11216# define LT_DLLAZY_OR_NOW RTLD_NOW
11217# else
11218# ifdef DL_NOW
11219# define LT_DLLAZY_OR_NOW DL_NOW
11220# else
11221# define LT_DLLAZY_OR_NOW 0
11222# endif
11223# endif
11224# endif
11225# endif
11226#endif
11227
11228void fnord() { int i=42;}
11229int main ()
11230{
11231 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11232 int status = $lt_dlunknown;
11233
11234 if (self)
11235 {
11236 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11237 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11238 /* dlclose (self); */
11239 }
11240 else
11241 puts (dlerror ());
11242
11243 return status;
11244}
11245_LT_EOF
11246 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11247 (eval $ac_link) 2>&5
11248 ac_status=$?
11249 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11250 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11251 (./conftest; exit; ) >&5 2>/dev/null
11252 lt_status=$?
11253 case x$lt_status in
11254 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11255 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11256 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11257 esac
11258 else :
11259 # compilation failed
11260 lt_cv_dlopen_self=no
11261 fi
11262fi
11263rm -fr conftest*
11264
11265
11266fi
11267{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
11268$as_echo "$lt_cv_dlopen_self" >&6; }
11269
11270 if test "x$lt_cv_dlopen_self" = xyes; then
11271 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11272 { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
11273$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11274if test "${lt_cv_dlopen_self_static+set}" = set; then
11275 $as_echo_n "(cached) " >&6
11276else
11277 if test "$cross_compiling" = yes; then :
11278 lt_cv_dlopen_self_static=cross
11279else
11280 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11281 lt_status=$lt_dlunknown
11282 cat > conftest.$ac_ext <<_LT_EOF
6283f55e 11283#line 11283 "configure"
e70e591c
BB
11284#include "confdefs.h"
11285
11286#if HAVE_DLFCN_H
11287#include <dlfcn.h>
11288#endif
11289
11290#include <stdio.h>
11291
11292#ifdef RTLD_GLOBAL
11293# define LT_DLGLOBAL RTLD_GLOBAL
11294#else
11295# ifdef DL_GLOBAL
11296# define LT_DLGLOBAL DL_GLOBAL
11297# else
11298# define LT_DLGLOBAL 0
11299# endif
11300#endif
11301
11302/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11303 find out it does not work in some platform. */
11304#ifndef LT_DLLAZY_OR_NOW
11305# ifdef RTLD_LAZY
11306# define LT_DLLAZY_OR_NOW RTLD_LAZY
11307# else
11308# ifdef DL_LAZY
11309# define LT_DLLAZY_OR_NOW DL_LAZY
11310# else
11311# ifdef RTLD_NOW
11312# define LT_DLLAZY_OR_NOW RTLD_NOW
11313# else
11314# ifdef DL_NOW
11315# define LT_DLLAZY_OR_NOW DL_NOW
11316# else
11317# define LT_DLLAZY_OR_NOW 0
11318# endif
11319# endif
11320# endif
11321# endif
11322#endif
11323
11324void fnord() { int i=42;}
11325int main ()
11326{
11327 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11328 int status = $lt_dlunknown;
11329
11330 if (self)
11331 {
11332 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11333 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11334 /* dlclose (self); */
11335 }
11336 else
11337 puts (dlerror ());
11338
11339 return status;
11340}
11341_LT_EOF
11342 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11343 (eval $ac_link) 2>&5
11344 ac_status=$?
11345 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11346 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11347 (./conftest; exit; ) >&5 2>/dev/null
11348 lt_status=$?
11349 case x$lt_status in
11350 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11351 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11352 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11353 esac
11354 else :
11355 # compilation failed
11356 lt_cv_dlopen_self_static=no
11357 fi
11358fi
11359rm -fr conftest*
11360
11361
11362fi
11363{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
11364$as_echo "$lt_cv_dlopen_self_static" >&6; }
11365 fi
11366
11367 CPPFLAGS="$save_CPPFLAGS"
11368 LDFLAGS="$save_LDFLAGS"
11369 LIBS="$save_LIBS"
11370 ;;
11371 esac
11372
11373 case $lt_cv_dlopen_self in
11374 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11375 *) enable_dlopen_self=unknown ;;
11376 esac
11377
11378 case $lt_cv_dlopen_self_static in
11379 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11380 *) enable_dlopen_self_static=unknown ;;
11381 esac
11382fi
11383
11384
11385
11386
11387
11388
11389
11390
11391
11392
11393
11394
11395
11396
11397
11398
11399
11400striplib=
11401old_striplib=
11402{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
11403$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11404if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11405 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11406 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11407 { $as_echo "$as_me:$LINENO: result: yes" >&5
11408$as_echo "yes" >&6; }
11409else
11410# FIXME - insert some real tests, host_os isn't really good enough
11411 case $host_os in
11412 darwin*)
11413 if test -n "$STRIP" ; then
11414 striplib="$STRIP -x"
11415 old_striplib="$STRIP -S"
11416 { $as_echo "$as_me:$LINENO: result: yes" >&5
11417$as_echo "yes" >&6; }
11418 else
11419 { $as_echo "$as_me:$LINENO: result: no" >&5
11420$as_echo "no" >&6; }
11421 fi
11422 ;;
11423 *)
11424 { $as_echo "$as_me:$LINENO: result: no" >&5
11425$as_echo "no" >&6; }
11426 ;;
11427 esac
11428fi
11429
11430
11431
11432
11433
11434
11435
11436
11437
11438
11439
11440
11441 # Report which library types will actually be built
11442 { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
11443$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11444 { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
11445$as_echo "$can_build_shared" >&6; }
11446
11447 { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
11448$as_echo_n "checking whether to build shared libraries... " >&6; }
11449 test "$can_build_shared" = "no" && enable_shared=no
11450
11451 # On AIX, shared libraries and static libraries use the same namespace, and
11452 # are all built from PIC.
11453 case $host_os in
11454 aix3*)
11455 test "$enable_shared" = yes && enable_static=no
11456 if test -n "$RANLIB"; then
11457 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11458 postinstall_cmds='$RANLIB $lib'
11459 fi
11460 ;;
11461
11462 aix[4-9]*)
11463 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11464 test "$enable_shared" = yes && enable_static=no
11465 fi
11466 ;;
11467 esac
11468 { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
11469$as_echo "$enable_shared" >&6; }
11470
11471 { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
11472$as_echo_n "checking whether to build static libraries... " >&6; }
11473 # Make sure either enable_shared or enable_static is yes.
11474 test "$enable_shared" = yes || enable_static=yes
11475 { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
11476$as_echo "$enable_static" >&6; }
11477
11478
11479
11480
11481fi
11482ac_ext=c
11483ac_cpp='$CPP $CPPFLAGS'
11484ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11485ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11486ac_compiler_gnu=$ac_cv_c_compiler_gnu
11487
11488CC="$lt_save_CC"
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498
11499
11500
11501
11502 ac_config_commands="$ac_config_commands libtool"
11503
11504
11505
11506
11507# Only expand once:
11508
11509
11510# By default we simply use the C compiler to build assembly code.
11511
11512test "${CCAS+set}" = set || CCAS=$CC
11513test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
11514
11515
11516
11517depcc="$CCAS" am_compiler_list=
11518
11519{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
11520$as_echo_n "checking dependency style of $depcc... " >&6; }
11521if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then
11522 $as_echo_n "(cached) " >&6
11523else
11524 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
11525 # We make a subdir and do the tests there. Otherwise we can end up
11526 # making bogus files that we don't know about and never remove. For
11527 # instance it was reported that on HP-UX the gcc test will end up
11528 # making a dummy file named `D' -- because `-MD' means `put the output
11529 # in D'.
11530 mkdir conftest.dir
11531 # Copy depcomp to subdir because otherwise we won't find it if we're
11532 # using a relative directory.
11533 cp "$am_depcomp" conftest.dir
11534 cd conftest.dir
11535 # We will build objects and dependencies in a subdirectory because
11536 # it helps to detect inapplicable dependency modes. For instance
11537 # both Tru64's cc and ICC support -MD to output dependencies as a
11538 # side effect of compilation, but ICC will put the dependencies in
11539 # the current directory while Tru64 will put them in the object
11540 # directory.
11541 mkdir sub
11542
11543 am_cv_CCAS_dependencies_compiler_type=none
11544 if test "$am_compiler_list" = ""; then
11545 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
11546 fi
11547 am__universal=false
11548
11549
11550 for depmode in $am_compiler_list; do
11551 # Setup a source with many dependencies, because some compilers
11552 # like to wrap large dependency lists on column 80 (with \), and
11553 # we should not choose a depcomp mode which is confused by this.
11554 #
11555 # We need to recreate these files for each test, as the compiler may
11556 # overwrite some of them when testing with obscure command lines.
11557 # This happens at least with the AIX C compiler.
11558 : > sub/conftest.c
11559 for i in 1 2 3 4 5 6; do
11560 echo '#include "conftst'$i'.h"' >> sub/conftest.c
11561 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
11562 # Solaris 8's {/usr,}/bin/sh.
11563 touch sub/conftst$i.h
11564 done
11565 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
11566
11567 # We check with `-c' and `-o' for the sake of the "dashmstdout"
11568 # mode. It turns out that the SunPro C++ compiler does not properly
11569 # handle `-M -o', and we need to detect this. Also, some Intel
11570 # versions had trouble with output in subdirs
11571 am__obj=sub/conftest.${OBJEXT-o}
11572 am__minus_obj="-o $am__obj"
11573 case $depmode in
11574 gcc)
11575 # This depmode causes a compiler race in universal mode.
11576 test "$am__universal" = false || continue
11577 ;;
11578 nosideeffect)
11579 # after this tag, mechanisms are not by side-effect, so they'll
11580 # only be used when explicitly requested
11581 if test "x$enable_dependency_tracking" = xyes; then
11582 continue
11583 else
11584 break
11585 fi
11586 ;;
11587 msvisualcpp | msvcmsys)
11588 # This compiler won't grok `-c -o', but also, the minuso test has
11589 # not run yet. These depmodes are late enough in the game, and
11590 # so weak that their functioning should not be impacted.
11591 am__obj=conftest.${OBJEXT-o}
11592 am__minus_obj=
11593 ;;
11594 none) break ;;
11595 esac
11596 if depmode=$depmode \
11597 source=sub/conftest.c object=$am__obj \
11598 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
11599 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
11600 >/dev/null 2>conftest.err &&
11601 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
11602 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
11603 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
11604 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
11605 # icc doesn't choke on unknown options, it will just issue warnings
11606 # or remarks (even with -Werror). So we grep stderr for any message
11607 # that says an option was ignored or not supported.
11608 # When given -MP, icc 7.0 and 7.1 complain thusly:
11609 # icc: Command line warning: ignoring option '-M'; no argument required
11610 # The diagnosis changed in icc 8.0:
11611 # icc: Command line remark: option '-MP' not supported
11612 if (grep 'ignoring option' conftest.err ||
11613 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
11614 am_cv_CCAS_dependencies_compiler_type=$depmode
11615 break
11616 fi
11617 fi
11618 done
11619
11620 cd ..
11621 rm -rf conftest.dir
11622else
11623 am_cv_CCAS_dependencies_compiler_type=none
11624fi
11625
11626fi
11627{ $as_echo "$as_me:$LINENO: result: $am_cv_CCAS_dependencies_compiler_type" >&5
11628$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
11629CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
11630
11631 if
11632 test "x$enable_dependency_tracking" != xno \
11633 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
11634 am__fastdepCCAS_TRUE=
11635 am__fastdepCCAS_FALSE='#'
11636else
11637 am__fastdepCCAS_TRUE='#'
11638 am__fastdepCCAS_FALSE=
11639fi
11640
11641
11642
11643
11644 { $as_echo "$as_me:$LINENO: checking zfs author" >&5
11645$as_echo_n "checking zfs author... " >&6; }
11646 { $as_echo "$as_me:$LINENO: result: $ZFS_META_AUTHOR" >&5
11647$as_echo "$ZFS_META_AUTHOR" >&6; }
11648
11649 { $as_echo "$as_me:$LINENO: checking zfs license" >&5
11650$as_echo_n "checking zfs license... " >&6; }
11651 { $as_echo "$as_me:$LINENO: result: $ZFS_META_LICENSE" >&5
11652$as_echo "$ZFS_META_LICENSE" >&6; }
11653
11654
11655
11656 RPM=rpm
11657 RPMBUILD=rpmbuild
11658
11659 { $as_echo "$as_me:$LINENO: checking whether $RPM is available" >&5
11660$as_echo_n "checking whether $RPM is available... " >&6; }
11661 if tmp=$($RPM --version 2>/dev/null); then
11662
11663 RPM_VERSION=$(echo $tmp | $AWK '/RPM/ { print $3 }')
11664 HAVE_RPM=yes
11665 { $as_echo "$as_me:$LINENO: result: $HAVE_RPM ($RPM_VERSION)" >&5
11666$as_echo "$HAVE_RPM ($RPM_VERSION)" >&6; }
11667
11668else
11669
11670 HAVE_RPM=no
11671 { $as_echo "$as_me:$LINENO: result: $HAVE_RPM" >&5
11672$as_echo "$HAVE_RPM" >&6; }
11673
11674fi
11675
11676
11677 { $as_echo "$as_me:$LINENO: checking whether $RPMBUILD is available" >&5
11678$as_echo_n "checking whether $RPMBUILD is available... " >&6; }
11679 if tmp=$($RPMBUILD --version 2>/dev/null); then
11680
11681 RPMBUILD_VERSION=$(echo $tmp | $AWK '/RPM/ { print $3 }')
11682 HAVE_RPMBUILD=yes
11683 { $as_echo "$as_me:$LINENO: result: $HAVE_RPMBUILD ($RPMBUILD_VERSION)" >&5
11684$as_echo "$HAVE_RPMBUILD ($RPMBUILD_VERSION)" >&6; }
11685
11686else
11687
11688 HAVE_RPMBUILD=no
11689 { $as_echo "$as_me:$LINENO: result: $HAVE_RPMBUILD" >&5
11690$as_echo "$HAVE_RPMBUILD" >&6; }
11691
11692fi
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704 DPKG=dpkg
11705 DPKGBUILD=dpkg-buildpackage
11706
11707 { $as_echo "$as_me:$LINENO: checking whether $DPKG is available" >&5
11708$as_echo_n "checking whether $DPKG is available... " >&6; }
11709 if tmp=$($DPKG --version 2>/dev/null); then
11710
11711 DPKG_VERSION=$(echo $tmp | $AWK '/Debian/ { print $7 }')
11712 HAVE_DPKG=yes
11713 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKG ($DPKG_VERSION)" >&5
11714$as_echo "$HAVE_DPKG ($DPKG_VERSION)" >&6; }
11715
11716else
11717
11718 HAVE_DPKG=no
11719 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKG" >&5
11720$as_echo "$HAVE_DPKG" >&6; }
11721
11722fi
11723
11724
11725 { $as_echo "$as_me:$LINENO: checking whether $DPKGBUILD is available" >&5
11726$as_echo_n "checking whether $DPKGBUILD is available... " >&6; }
11727 if tmp=$($DPKGBUILD --version 2>/dev/null); then
11728
11729 DPKGBUILD_VERSION=$(echo $tmp | \
11730 $AWK '/Debian/ { print $4 }' | cut -f-4 -d'.')
11731 HAVE_DPKGBUILD=yes
11732 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKGBUILD ($DPKGBUILD_VERSION)" >&5
11733$as_echo "$HAVE_DPKGBUILD ($DPKGBUILD_VERSION)" >&6; }
11734
11735else
11736
11737 HAVE_DPKGBUILD=no
11738 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKGBUILD" >&5
11739$as_echo "$HAVE_DPKGBUILD" >&6; }
11740
11741fi
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753 ALIEN=alien
11754
11755 { $as_echo "$as_me:$LINENO: checking whether $ALIEN is available" >&5
11756$as_echo_n "checking whether $ALIEN is available... " >&6; }
11757 if tmp=$($ALIEN --version 2>/dev/null); then
11758
11759 ALIEN_VERSION=$(echo $tmp | $AWK '{ print $3 }')
11760 HAVE_ALIEN=yes
11761 { $as_echo "$as_me:$LINENO: result: $HAVE_ALIEN ($ALIEN_VERSION)" >&5
11762$as_echo "$HAVE_ALIEN ($ALIEN_VERSION)" >&6; }
11763
11764else
11765
11766 HAVE_ALIEN=no
11767 { $as_echo "$as_me:$LINENO: result: $HAVE_ALIEN" >&5
11768$as_echo "$HAVE_ALIEN" >&6; }
11769
11770fi
11771
11772
11773
11774
11775
11776
11777
11778 { $as_echo "$as_me:$LINENO: checking linux distribution" >&5
11779$as_echo_n "checking linux distribution... " >&6; }
11780 if test -f /etc/redhat-release ; then
11781 VENDOR=redhat ;
11782 elif test -f /etc/fedora-release ; then
11783 VENDOR=fedora ;
e70e591c
BB
11784 elif test -f /etc/lsb-release ; then
11785 VENDOR=ubuntu ;
6283f55e
BB
11786 elif test -f /etc/debian_version ; then
11787 VENDOR=debian ;
e70e591c
BB
11788 elif test -f /etc/SuSE-release ; then
11789 VENDOR=sles ;
11790 elif test -f /etc/slackware-version ; then
11791 VENDOR=slackware ;
11792 elif test -f /etc/gentoo-release ; then
11793 VENDOR=gentoo ;
11794 else
11795 VENDOR= ;
11796 fi
11797 { $as_echo "$as_me:$LINENO: result: $VENDOR" >&5
11798$as_echo "$VENDOR" >&6; }
11799
11800
11801 { $as_echo "$as_me:$LINENO: checking default package type" >&5
11802$as_echo_n "checking default package type... " >&6; }
11803 case "$VENDOR" in
11804 fedora) DEFAULT_PACKAGE=rpm ;;
11805 redhat) DEFAULT_PACKAGE=rpm ;;
11806 sles) DEFAULT_PACKAGE=rpm ;;
11807 ubuntu) DEFAULT_PACKAGE=deb ;;
11808 debian) DEFAULT_PACKAGE=deb ;;
11809 slackware) DEFAULT_PACKAGE=tgz ;;
11810 *) DEFAULT_PACKAGE=rpm ;;
11811 esac
11812
11813 { $as_echo "$as_me:$LINENO: result: $DEFAULT_PACKAGE" >&5
11814$as_echo "$DEFAULT_PACKAGE" >&6; }
11815
11816
11817
11818
e70e591c
BB
11819 TARGET_ASM_DIR=asm-generic
11820
11821
e70e591c
BB
11822 ZFS_CONFIG=all
11823
11824# Check whether --with-config was given.
11825if test "${with_config+set}" = set; then
11826 withval=$with_config; ZFS_CONFIG="$withval"
11827fi
11828
11829
11830 { $as_echo "$as_me:$LINENO: checking zfs config" >&5
11831$as_echo_n "checking zfs config... " >&6; }
11832 { $as_echo "$as_me:$LINENO: result: $ZFS_CONFIG" >&5
11833$as_echo "$ZFS_CONFIG" >&6; };
11834
11835
11836 case "$ZFS_CONFIG" in
11837 kernel)
11838
11839
11840# Check whether --with-linux was given.
11841if test "${with_linux+set}" = set; then
11842 withval=$with_linux; kernelsrc="$withval"
11843fi
11844
11845
11846
11847# Check whether --with-linux-obj was given.
11848if test "${with_linux_obj+set}" = set; then
11849 withval=$with_linux_obj; kernelbuild="$withval"
11850fi
11851
11852
11853 { $as_echo "$as_me:$LINENO: checking kernel source directory" >&5
11854$as_echo_n "checking kernel source directory... " >&6; }
11855 if test -z "$kernelsrc"; then
11856 headersdir="/lib/modules/$(uname -r)/build"
11857 if test -e "$headersdir"; then
11858 sourcelink=$(readlink -f "$headersdir")
11859 else
11860 sourcelink=$(ls -1d /usr/src/kernels/* \
11861 /usr/src/linux-* \
11862 2>/dev/null | grep -v obj | tail -1)
11863 fi
11864
11865 if test -n "$sourcelink" && test -e ${sourcelink}; then
11866 kernelsrc=`readlink -f ${sourcelink}`
11867 else
11868 { $as_echo "$as_me:$LINENO: result: Not found" >&5
11869$as_echo "Not found" >&6; }
11870 { { $as_echo "$as_me:$LINENO: error:
11871 *** Please make sure the kernel devel package for your distribution
11872 *** is installed then try again. If that fails you can specify the
11873 *** location of the kernel source with the '--with-linux=PATH' option." >&5
11874$as_echo "$as_me: error:
11875 *** Please make sure the kernel devel package for your distribution
11876 *** is installed then try again. If that fails you can specify the
11877 *** location of the kernel source with the '--with-linux=PATH' option." >&2;}
11878 { (exit 1); exit 1; }; }
11879 fi
11880 else
11881 if test "$kernelsrc" = "NONE"; then
11882 kernsrcver=NONE
11883 fi
11884 fi
11885
11886 { $as_echo "$as_me:$LINENO: result: $kernelsrc" >&5
11887$as_echo "$kernelsrc" >&6; }
11888 { $as_echo "$as_me:$LINENO: checking kernel build directory" >&5
11889$as_echo_n "checking kernel build directory... " >&6; }
11890 if test -z "$kernelbuild"; then
11891 if test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}; then
11892 kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
11893 elif test -d ${kernelsrc}-obj/${target_cpu}/default; then
11894 kernelbuild=${kernelsrc}-obj/${target_cpu}/default
11895 elif test -d `dirname ${kernelsrc}`/build-${target_cpu}; then
11896 kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
11897 else
11898 kernelbuild=${kernelsrc}
11899 fi
11900 fi
11901 { $as_echo "$as_me:$LINENO: result: $kernelbuild" >&5
11902$as_echo "$kernelbuild" >&6; }
11903
11904 { $as_echo "$as_me:$LINENO: checking kernel source version" >&5
11905$as_echo_n "checking kernel source version... " >&6; }
11906 utsrelease1=$kernelbuild/include/linux/version.h
11907 utsrelease2=$kernelbuild/include/linux/utsrelease.h
11908 utsrelease3=$kernelbuild/include/generated/utsrelease.h
11909 if test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1; then
11910 utsrelease=linux/version.h
11911 elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then
11912 utsrelease=linux/utsrelease.h
11913 elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then
11914 utsrelease=generated/utsrelease.h
11915 fi
11916
11917 if test "$utsrelease"; then
11918 kernsrcver=`(echo "#include <$utsrelease>";
11919 echo "kernsrcver=UTS_RELEASE") |
11920 cpp -I $kernelbuild/include |
11921 grep "^kernsrcver=" | cut -d \" -f 2`
11922
11923 if test -z "$kernsrcver"; then
11924 { $as_echo "$as_me:$LINENO: result: Not found" >&5
11925$as_echo "Not found" >&6; }
11926 { { $as_echo "$as_me:$LINENO: error: *** Cannot determine kernel version." >&5
11927$as_echo "$as_me: error: *** Cannot determine kernel version." >&2;}
11928 { (exit 1); exit 1; }; }
11929 fi
11930 else
11931 { $as_echo "$as_me:$LINENO: result: Not found" >&5
11932$as_echo "Not found" >&6; }
11933 { { $as_echo "$as_me:$LINENO: error: *** Cannot find UTS_RELEASE definition." >&5
11934$as_echo "$as_me: error: *** Cannot find UTS_RELEASE definition." >&2;}
11935 { (exit 1); exit 1; }; }
11936 fi
11937
11938 { $as_echo "$as_me:$LINENO: result: $kernsrcver" >&5
11939$as_echo "$kernsrcver" >&6; }
11940
11941 LINUX=${kernelsrc}
11942 LINUX_OBJ=${kernelbuild}
11943 LINUX_VERSION=${kernsrcver}
11944
11945
11946
11947
11948
11949
11950 modpost=$LINUX/scripts/Makefile.modpost
11951 { $as_echo "$as_me:$LINENO: checking kernel file name for module symbols" >&5
11952$as_echo_n "checking kernel file name for module symbols... " >&6; }
11953 if test -f "$modpost"; then
11954 if grep -q Modules.symvers $modpost; then
11955 LINUX_SYMBOLS=Modules.symvers
11956 else
11957 LINUX_SYMBOLS=Module.symvers
11958 fi
11959 else
11960 LINUX_SYMBOLS=NONE
11961 fi
11962 { $as_echo "$as_me:$LINENO: result: $LINUX_SYMBOLS" >&5
11963$as_echo "$LINUX_SYMBOLS" >&6; }
11964
11965
11966
11967
11968
11969# Check whether --with-spl was given.
11970if test "${with_spl+set}" = set; then
11971 withval=$with_spl; splsrc="$withval"
11972fi
11973
11974
11975
11976# Check whether --with-spl-obj was given.
11977if test "${with_spl_obj+set}" = set; then
11978 withval=$with_spl_obj; splbuild="$withval"
11979fi
11980
11981
11982
11983 { $as_echo "$as_me:$LINENO: checking spl source directory" >&5
11984$as_echo_n "checking spl source directory... " >&6; }
11985 if test -z "$splsrc"; then
11986 sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
11987 2>/dev/null | tail -1`
11988
11989 if test -z "$sourcelink" || test ! -e $sourcelink; then
11990 sourcelink=../spl
11991 fi
11992
11993 if test -e $sourcelink; then
11994 splsrc=`readlink -f ${sourcelink}`
11995 else
11996 { $as_echo "$as_me:$LINENO: result: Not found" >&5
11997$as_echo "Not found" >&6; }
11998 { { $as_echo "$as_me:$LINENO: error:
11999 *** Please make sure the spl devel package for your distribution
12000 *** is installed then try again. If that fails you can specify the
12001 *** location of the spl source with the '--with-spl=PATH' option." >&5
12002$as_echo "$as_me: error:
12003 *** Please make sure the spl devel package for your distribution
12004 *** is installed then try again. If that fails you can specify the
12005 *** location of the spl source with the '--with-spl=PATH' option." >&2;}
12006 { (exit 1); exit 1; }; }
12007 fi
12008 else
12009 if test "$splsrc" = "NONE"; then
12010 splbuild=NONE
12011 splsrcver=NONE
12012 fi
12013 fi
12014
12015 { $as_echo "$as_me:$LINENO: result: $splsrc" >&5
12016$as_echo "$splsrc" >&6; }
12017 { $as_echo "$as_me:$LINENO: checking spl build directory" >&5
12018$as_echo_n "checking spl build directory... " >&6; }
12019 if test -z "$splbuild"; then
6283f55e 12020 splbuild=${splsrc}
e70e591c
BB
12021 fi
12022 { $as_echo "$as_me:$LINENO: result: $splbuild" >&5
12023$as_echo "$splbuild" >&6; }
12024
12025 { $as_echo "$as_me:$LINENO: checking spl source version" >&5
12026$as_echo_n "checking spl source version... " >&6; }
5e612145
BB
12027 if test -r $splbuild/spl_config.h &&
12028 fgrep -q SPL_META_VERSION $splbuild/spl_config.h; then
e70e591c
BB
12029
12030 splsrcver=`(echo "#include <spl_config.h>";
12031 echo "splsrcver=SPL_META_VERSION") |
5e612145 12032 cpp -I $splbuild |
e70e591c
BB
12033 grep "^splsrcver=" | cut -d \" -f 2`
12034 fi
12035
12036 if test -z "$splsrcver"; then
12037 { $as_echo "$as_me:$LINENO: result: Not found" >&5
12038$as_echo "Not found" >&6; }
12039 { { $as_echo "$as_me:$LINENO: error:
12040 *** Cannot determine the version of the spl source.
12041 *** Please prepare the spl source before running this script" >&5
12042$as_echo "$as_me: error:
12043 *** Cannot determine the version of the spl source.
12044 *** Please prepare the spl source before running this script" >&2;}
12045 { (exit 1); exit 1; }; }
12046 fi
12047
12048 { $as_echo "$as_me:$LINENO: result: $splsrcver" >&5
12049$as_echo "$splsrcver" >&6; }
12050
12051 SPL=${splsrc}
12052 SPL_OBJ=${splbuild}
12053 SPL_VERSION=${splsrcver}
12054
12055
12056
12057
12058
12059
12060 { $as_echo "$as_me:$LINENO: checking spl file name for module symbols" >&5
12061$as_echo_n "checking spl file name for module symbols... " >&6; }
12062 if test -r $SPL_OBJ/Module.symvers; then
12063 SPL_SYMBOLS=Module.symvers
12064 elif test -r $SPL_OBJ/Modules.symvers; then
12065 SPL_SYMBOLS=Modules.symvers
6283f55e
BB
12066 elif test -r $SPL_OBJ/module/Module.symvers; then
12067 SPL_SYMBOLS=Module.symvers
12068 elif test -r $SPL_OBJ/module/Modules.symvers; then
12069 SPL_SYMBOLS=Modules.symvers
e70e591c
BB
12070 else
12071 SPL_SYMBOLS=$LINUX_SYMBOLS
12072 fi
12073
12074 { $as_echo "$as_me:$LINENO: result: $SPL_SYMBOLS" >&5
12075$as_echo "$SPL_SYMBOLS" >&6; }
12076
12077
12078
12079
12080
12081 if test "$ZFS_META_LICENSE" = CDDL; then
12082 { $as_echo "$as_me:$LINENO: checking whether Linux was built with CONFIG_DEBUG_LOCK_ALLOC" >&5
12083$as_echo_n "checking whether Linux was built with CONFIG_DEBUG_LOCK_ALLOC... " >&6; }
12084
12085
12086cat confdefs.h - <<_ACEOF >conftest.c
12087/* confdefs.h. */
12088_ACEOF
12089cat confdefs.h >>conftest.$ac_ext
12090cat >>conftest.$ac_ext <<_ACEOF
12091/* end confdefs.h. */
12092
12093
12094 #ifndef AUTOCONF_INCLUDED
12095 #include <linux/config.h>
12096 #endif
12097
12098int
12099main (void)
12100{
12101
12102 #ifndef CONFIG_DEBUG_LOCK_ALLOC
12103 #error CONFIG_DEBUG_LOCK_ALLOC not #defined
12104 #endif
12105
12106 ;
12107 return 0;
12108}
12109
12110_ACEOF
12111
12112
12113 rm -Rf build && mkdir -p build
12114 echo "obj-m := conftest.o" >build/Makefile
12115 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
12116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12117 (eval $ac_try) 2>&5
12118 ac_status=$?
12119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12120 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12122 (eval $ac_try) 2>&5
12123 ac_status=$?
12124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12125 (exit $ac_status); }; }; then
12126
12127 { $as_echo "$as_me:$LINENO: result: yes" >&5
12128$as_echo "yes" >&6; }
12129 { { $as_echo "$as_me:$LINENO: error:
12130 *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is
12131 *** incompatible with the CDDL license. You must rebuild
12132 *** your kernel without this option." >&5
12133$as_echo "$as_me: error:
12134 *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is
12135 *** incompatible with the CDDL license. You must rebuild
12136 *** your kernel without this option." >&2;}
12137 { (exit 1); exit 1; }; }
12138
12139else
12140 $as_echo "$as_me: failed program was:" >&5
12141sed 's/^/| /' conftest.$ac_ext >&5
12142
12143 { $as_echo "$as_me:$LINENO: result: no" >&5
12144$as_echo "no" >&6; }
12145
12146
12147
12148
12149fi
12150
12151 rm -Rf build
12152
12153
12154
12155 fi
12156
12157 if test "$ZFS_META_LICENSE" = GPL; then
12158
12159cat >>confdefs.h <<\_ACEOF
12160#define HAVE_GPL_ONLY_SYMBOLS 1
12161_ACEOF
12162
12163 fi
12164
12165
12166 { $as_echo "$as_me:$LINENO: checking block device operation prototypes" >&5
12167$as_echo_n "checking block device operation prototypes... " >&6; }
12168
12169
12170cat confdefs.h - <<_ACEOF >conftest.c
12171/* confdefs.h. */
12172_ACEOF
12173cat confdefs.h >>conftest.$ac_ext
12174cat >>conftest.$ac_ext <<_ACEOF
12175/* end confdefs.h. */
12176
12177
12178 #include <linux/blkdev.h>
12179
12180int
12181main (void)
12182{
12183
12184 int (*blk_open) (struct block_device *, fmode_t) = NULL;
12185 int (*blk_release) (struct gendisk *, fmode_t) = NULL;
12186 int (*blk_ioctl) (struct block_device *, fmode_t,
12187 unsigned, unsigned long) = NULL;
12188 int (*blk_compat_ioctl) (struct block_device *, fmode_t,
12189 unsigned, unsigned long) = NULL;
12190 struct block_device_operations blk_ops = {
12191 .open = blk_open,
12192 .release = blk_release,
12193 .ioctl = blk_ioctl,
12194 .compat_ioctl = blk_compat_ioctl,
12195 };
12196
12197 blk_ops.open(NULL, 0);
12198 blk_ops.release(NULL, 0);
12199 blk_ops.ioctl(NULL, 0, 0, 0);
12200 blk_ops.compat_ioctl(NULL, 0, 0, 0);
12201
12202 ;
12203 return 0;
12204}
12205
12206_ACEOF
12207
12208
12209 rm -Rf build && mkdir -p build
12210 echo "obj-m := conftest.o" >build/Makefile
12211 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
12212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12213 (eval $ac_try) 2>&5
12214 ac_status=$?
12215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12216 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12218 (eval $ac_try) 2>&5
12219 ac_status=$?
12220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12221 (exit $ac_status); }; }; then
12222
12223 { $as_echo "$as_me:$LINENO: result: struct block_device" >&5
12224$as_echo "struct block_device" >&6; }
12225
12226cat >>confdefs.h <<\_ACEOF
12227#define HAVE_BDEV_BLOCK_DEVICE_OPERATIONS 1
12228_ACEOF
12229
12230
12231else
12232 $as_echo "$as_me: failed program was:" >&5
12233sed 's/^/| /' conftest.$ac_ext >&5
12234
12235 { $as_echo "$as_me:$LINENO: result: struct inode" >&5
12236$as_echo "struct inode" >&6; }
12237
12238
12239
12240fi
12241
12242 rm -Rf build
12243
12244
12245
12246 { $as_echo "$as_me:$LINENO: checking whether kernel defines fmode_t" >&5
12247$as_echo_n "checking whether kernel defines fmode_t... " >&6; }
12248
12249
12250cat confdefs.h - <<_ACEOF >conftest.c
12251/* confdefs.h. */
12252_ACEOF
12253cat confdefs.h >>conftest.$ac_ext
12254cat >>conftest.$ac_ext <<_ACEOF
12255/* end confdefs.h. */
12256
12257
12258 #include <linux/types.h>
12259
12260int
12261main (void)
12262{
12263
12264 fmode_t *ptr;
12265
12266 ;
12267 return 0;
12268}
12269
12270_ACEOF
12271
12272
12273 rm -Rf build && mkdir -p build
12274 echo "obj-m := conftest.o" >build/Makefile
12275 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
12276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12277 (eval $ac_try) 2>&5
12278 ac_status=$?
12279 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12280 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12282 (eval $ac_try) 2>&5
12283 ac_status=$?
12284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12285 (exit $ac_status); }; }; then
12286
12287 { $as_echo "$as_me:$LINENO: result: yes" >&5
12288$as_echo "yes" >&6; }
12289
12290cat >>confdefs.h <<\_ACEOF
12291#define HAVE_FMODE_T 1
12292_ACEOF
12293
12294
12295else
12296 $as_echo "$as_me: failed program was:" >&5
12297sed 's/^/| /' conftest.$ac_ext >&5
12298
12299 { $as_echo "$as_me:$LINENO: result: no" >&5
12300$as_echo "no" >&6; }
12301
12302
12303
12304fi
12305
12306 rm -Rf build
12307
12308
12309
12310
12311 { $as_echo "$as_me:$LINENO: checking whether kernel defines KOBJ_NAME_LEN" >&5
12312$as_echo_n "checking whether kernel defines KOBJ_NAME_LEN... " >&6; }
12313
12314
12315cat confdefs.h - <<_ACEOF >conftest.c
12316/* confdefs.h. */
12317_ACEOF
12318cat confdefs.h >>conftest.$ac_ext
12319cat >>conftest.$ac_ext <<_ACEOF
12320/* end confdefs.h. */
12321
12322
12323 #include <linux/kobject.h>
12324
12325int
12326main (void)
12327{
12328
12329 int val;
12330 val = KOBJ_NAME_LEN;
12331
12332 ;
12333 return 0;
12334}
12335
12336_ACEOF
12337
12338
12339 rm -Rf build && mkdir -p build
12340 echo "obj-m := conftest.o" >build/Makefile
12341 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
12342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12343 (eval $ac_try) 2>&5
12344 ac_status=$?
12345 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12346 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12348 (eval $ac_try) 2>&5
12349 ac_status=$?
12350 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12351 (exit $ac_status); }; }; then
12352
12353 { $as_echo "$as_me:$LINENO: result: yes" >&5
12354$as_echo "yes" >&6; }
12355
12356cat >>confdefs.h <<\_ACEOF
12357#define HAVE_KOBJ_NAME_LEN 1
12358_ACEOF
12359
12360
12361else
12362 $as_echo "$as_me: failed program was:" >&5
12363sed 's/^/| /' conftest.$ac_ext >&5
12364
12365 { $as_echo "$as_me:$LINENO: result: no" >&5
12366$as_echo "no" >&6; }
12367
12368
12369
12370fi
12371
12372 rm -Rf build
12373
12374
12375
12376
12377 { $as_echo "$as_me:$LINENO: checking whether symbol open_bdev_exclusive is exported" >&5
12378$as_echo_n "checking whether symbol open_bdev_exclusive is exported... " >&6; }
12379 grep -q -E '[[:space:]]open_bdev_exclusive[[:space:]]' \
12380 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
12381 rc=$?
12382 if test $rc -ne 0; then
12383 export=0
12384 for file in fs/block_dev.c; do
12385 grep -q -E "EXPORT_SYMBOL.*(open_bdev_exclusive)" "$LINUX/$file" 2>/dev/null
12386 rc=$?
12387 if test $rc -eq 0; then
12388 export=1
12389 break;
12390 fi
12391 done
12392 if test $export -eq 0; then
12393 { $as_echo "$as_me:$LINENO: result: no" >&5
12394$as_echo "no" >&6; }
12395
12396 else
12397 { $as_echo "$as_me:$LINENO: result: yes" >&5
12398$as_echo "yes" >&6; }
12399
12400cat >>confdefs.h <<\_ACEOF
12401#define HAVE_OPEN_BDEV_EXCLUSIVE 1
12402_ACEOF
12403
12404 fi
12405 else
12406 { $as_echo "$as_me:$LINENO: result: yes" >&5
12407$as_echo "yes" >&6; }
12408
12409cat >>confdefs.h <<\_ACEOF
12410#define HAVE_OPEN_BDEV_EXCLUSIVE 1
12411_ACEOF
12412
12413 fi
12414
12415
12416
12417 { $as_echo "$as_me:$LINENO: checking whether invalidate_bdev() wants 1 arg" >&5
12418$as_echo_n "checking whether invalidate_bdev() wants 1 arg... " >&6; }
12419
12420
12421cat confdefs.h - <<_ACEOF >conftest.c
12422/* confdefs.h. */
12423_ACEOF
12424cat confdefs.h >>conftest.$ac_ext
12425cat >>conftest.$ac_ext <<_ACEOF
12426/* end confdefs.h. */
12427
12428
12429 #include <linux/buffer_head.h>
12430
12431int
12432main (void)
12433{
12434
12435 struct block_device *bdev;
12436 invalidate_bdev(bdev);
12437
12438 ;
12439 return 0;
12440}
12441
12442_ACEOF
12443
12444
12445 rm -Rf build && mkdir -p build
12446 echo "obj-m := conftest.o" >build/Makefile
12447 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
12448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12449 (eval $ac_try) 2>&5
12450 ac_status=$?
12451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12452 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12454 (eval $ac_try) 2>&5
12455 ac_status=$?
12456 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); }; }; then
12458
12459 { $as_echo "$as_me:$LINENO: result: yes" >&5
12460$as_echo "yes" >&6; }
12461
12462cat >>confdefs.h <<\_ACEOF
12463#define HAVE_1ARG_INVALIDATE_BDEV 1
12464_ACEOF
12465
12466
12467else
12468 $as_echo "$as_me: failed program was:" >&5
12469sed 's/^/| /' conftest.$ac_ext >&5
12470
12471 { $as_echo "$as_me:$LINENO: result: no" >&5
12472$as_echo "no" >&6; }
12473
12474
12475
12476fi
12477
12478 rm -Rf build
12479
12480
12481
12482
12483 { $as_echo "$as_me:$LINENO: checking whether bdev_logical_block_size() is available" >&5
12484$as_echo_n "checking whether bdev_logical_block_size() is available... " >&6; }
12485
12486
12487cat confdefs.h - <<_ACEOF >conftest.c
12488/* confdefs.h. */
12489_ACEOF
12490cat confdefs.h >>conftest.$ac_ext
12491cat >>conftest.$ac_ext <<_ACEOF
12492/* end confdefs.h. */
12493
12494
12495 #include <linux/blkdev.h>
12496
12497int
12498main (void)
12499{
12500
12501 struct block_device *bdev = NULL;
12502 bdev_logical_block_size(bdev);
12503
12504 ;
12505 return 0;
12506}
12507
12508_ACEOF
12509
12510
12511 rm -Rf build && mkdir -p build
12512 echo "obj-m := conftest.o" >build/Makefile
12513 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
12514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12515 (eval $ac_try) 2>&5
12516 ac_status=$?
12517 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12518 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12520 (eval $ac_try) 2>&5
12521 ac_status=$?
12522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12523 (exit $ac_status); }; }; then
12524
12525 { $as_echo "$as_me:$LINENO: result: yes" >&5
12526$as_echo "yes" >&6; }
12527
12528cat >>confdefs.h <<\_ACEOF
12529#define HAVE_BDEV_LOGICAL_BLOCK_SIZE 1
12530_ACEOF
12531
12532
12533else
12534 $as_echo "$as_me: failed program was:" >&5
12535sed 's/^/| /' conftest.$ac_ext >&5
12536
12537 { $as_echo "$as_me:$LINENO: result: no" >&5
12538$as_echo "no" >&6; }
12539
12540
12541
12542fi
12543
12544 rm -Rf build
12545
12546
12547
12548
12549 { $as_echo "$as_me:$LINENO: checking whether bio_empty_barrier() is defined" >&5
12550$as_echo_n "checking whether bio_empty_barrier() is defined... " >&6; }
12551 EXTRA_KCFLAGS="-Werror"
12552
12553
12554cat confdefs.h - <<_ACEOF >conftest.c
12555/* confdefs.h. */
12556_ACEOF
12557cat confdefs.h >>conftest.$ac_ext
12558cat >>conftest.$ac_ext <<_ACEOF
12559/* end confdefs.h. */
12560
12561
12562 #include <linux/bio.h>
12563
12564int
12565main (void)
12566{
12567
12568 struct bio bio;
12569 (void)bio_empty_barrier(&bio);
12570
12571 ;
12572 return 0;
12573}
12574
12575_ACEOF
12576
12577
12578 rm -Rf build && mkdir -p build
12579 echo "obj-m := conftest.o" >build/Makefile
12580 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
12581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12582 (eval $ac_try) 2>&5
12583 ac_status=$?
12584 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12585 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12587 (eval $ac_try) 2>&5
12588 ac_status=$?
12589 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12590 (exit $ac_status); }; }; then
12591
12592 { $as_echo "$as_me:$LINENO: result: yes" >&5
12593$as_echo "yes" >&6; }
12594
12595cat >>confdefs.h <<\_ACEOF
12596#define HAVE_BIO_EMPTY_BARRIER 1
12597_ACEOF
12598
12599
12600else
12601 $as_echo "$as_me: failed program was:" >&5
12602sed 's/^/| /' conftest.$ac_ext >&5
12603
12604 { $as_echo "$as_me:$LINENO: result: no" >&5
12605$as_echo "no" >&6; }
12606
12607
12608
12609fi
12610
12611 rm -Rf build
12612
12613
12614
12615
f4af6bb7
BB
12616 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_FAILFAST is defined" >&5
12617$as_echo_n "checking whether BIO_RW_FAILFAST is defined... " >&6; }
12618
12619
12620cat confdefs.h - <<_ACEOF >conftest.c
12621/* confdefs.h. */
12622_ACEOF
12623cat confdefs.h >>conftest.$ac_ext
12624cat >>conftest.$ac_ext <<_ACEOF
12625/* end confdefs.h. */
12626
12627
12628 #include <linux/bio.h>
12629
12630int
12631main (void)
12632{
12633
12634 int flags;
12635 flags = (1 << BIO_RW_FAILFAST);
12636
12637 ;
12638 return 0;
12639}
12640
12641_ACEOF
12642
12643
12644 rm -Rf build && mkdir -p build
12645 echo "obj-m := conftest.o" >build/Makefile
12646 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
12647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12648 (eval $ac_try) 2>&5
12649 ac_status=$?
12650 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12651 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12653 (eval $ac_try) 2>&5
12654 ac_status=$?
12655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12656 (exit $ac_status); }; }; then
12657
12658 { $as_echo "$as_me:$LINENO: result: yes" >&5
12659$as_echo "yes" >&6; }
12660
12661cat >>confdefs.h <<\_ACEOF
12662#define HAVE_BIO_RW_FAILFAST 1
12663_ACEOF
12664
12665
12666else
12667 $as_echo "$as_me: failed program was:" >&5
12668sed 's/^/| /' conftest.$ac_ext >&5
12669
12670 { $as_echo "$as_me:$LINENO: result: no" >&5
12671$as_echo "no" >&6; }
12672
12673
12674
12675fi
12676
12677 rm -Rf build
12678
12679
12680
12681
2959d94a
BB
12682 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_FAILFAST_* are defined" >&5
12683$as_echo_n "checking whether BIO_RW_FAILFAST_* are defined... " >&6; }
12684
12685
12686cat confdefs.h - <<_ACEOF >conftest.c
12687/* confdefs.h. */
12688_ACEOF
12689cat confdefs.h >>conftest.$ac_ext
12690cat >>conftest.$ac_ext <<_ACEOF
12691/* end confdefs.h. */
12692
12693
12694 #include <linux/bio.h>
12695
12696int
12697main (void)
12698{
12699
12700 int flags;
12701 flags = ((1 << BIO_RW_FAILFAST_DEV) |
12702 (1 << BIO_RW_FAILFAST_TRANSPORT) |
12703 (1 << BIO_RW_FAILFAST_DRIVER));
12704
12705 ;
12706 return 0;
12707}
12708
12709_ACEOF
12710
12711
12712 rm -Rf build && mkdir -p build
12713 echo "obj-m := conftest.o" >build/Makefile
12714 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
12715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12716 (eval $ac_try) 2>&5
12717 ac_status=$?
12718 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12719 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12721 (eval $ac_try) 2>&5
12722 ac_status=$?
12723 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12724 (exit $ac_status); }; }; then
12725
12726 { $as_echo "$as_me:$LINENO: result: yes" >&5
12727$as_echo "yes" >&6; }
12728
12729cat >>confdefs.h <<\_ACEOF
f4af6bb7
BB
12730#define HAVE_BIO_RW_FAILFAST_DTD 1
12731_ACEOF
12732
12733
12734else
12735 $as_echo "$as_me: failed program was:" >&5
12736sed 's/^/| /' conftest.$ac_ext >&5
12737
12738 { $as_echo "$as_me:$LINENO: result: no" >&5
12739$as_echo "no" >&6; }
12740
12741
12742
12743fi
12744
12745 rm -Rf build
12746
12747
12748
12749
12750 { $as_echo "$as_me:$LINENO: checking whether REQ_FAILFAST_MASK is defined" >&5
12751$as_echo_n "checking whether REQ_FAILFAST_MASK is defined... " >&6; }
12752
12753
12754cat confdefs.h - <<_ACEOF >conftest.c
12755/* confdefs.h. */
12756_ACEOF
12757cat confdefs.h >>conftest.$ac_ext
12758cat >>conftest.$ac_ext <<_ACEOF
12759/* end confdefs.h. */
12760
12761
12762 #include <linux/bio.h>
12763
12764int
12765main (void)
12766{
12767
12768 int flags;
12769 flags = REQ_FAILFAST_MASK;
12770
12771 ;
12772 return 0;
12773}
12774
12775_ACEOF
12776
12777
12778 rm -Rf build && mkdir -p build
12779 echo "obj-m := conftest.o" >build/Makefile
12780 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
12781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12782 (eval $ac_try) 2>&5
12783 ac_status=$?
12784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12785 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12787 (eval $ac_try) 2>&5
12788 ac_status=$?
12789 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12790 (exit $ac_status); }; }; then
12791
12792 { $as_echo "$as_me:$LINENO: result: yes" >&5
12793$as_echo "yes" >&6; }
12794
12795cat >>confdefs.h <<\_ACEOF
12796#define HAVE_BIO_REQ_FAILFAST_MASK 1
2959d94a
BB
12797_ACEOF
12798
12799
12800else
12801 $as_echo "$as_me: failed program was:" >&5
12802sed 's/^/| /' conftest.$ac_ext >&5
12803
12804 { $as_echo "$as_me:$LINENO: result: no" >&5
12805$as_echo "no" >&6; }
12806
12807
12808
12809fi
12810
12811 rm -Rf build
12812
12813
12814
12815
e70e591c
BB
12816 { $as_echo "$as_me:$LINENO: checking whether bio_end_io_t wants 2 args" >&5
12817$as_echo_n "checking whether bio_end_io_t wants 2 args... " >&6; }
12818 tmp_flags="$EXTRA_KCFLAGS"
12819 EXTRA_KCFLAGS="-Werror"
12820
12821
12822cat confdefs.h - <<_ACEOF >conftest.c
12823/* confdefs.h. */
12824_ACEOF
12825cat confdefs.h >>conftest.$ac_ext
12826cat >>conftest.$ac_ext <<_ACEOF
12827/* end confdefs.h. */
12828
12829
12830 #include <linux/bio.h>
12831
12832int
12833main (void)
12834{
12835
12836 void (*wanted_end_io)(struct bio *, int) = NULL;
12837 bio_end_io_t *local_end_io;
12838
12839 local_end_io = wanted_end_io;
12840
12841 ;
12842 return 0;
12843}
12844
12845_ACEOF
12846
12847
12848 rm -Rf build && mkdir -p build
12849 echo "obj-m := conftest.o" >build/Makefile
12850 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
12851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12852 (eval $ac_try) 2>&5
12853 ac_status=$?
12854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12855 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12857 (eval $ac_try) 2>&5
12858 ac_status=$?
12859 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12860 (exit $ac_status); }; }; then
12861
12862 { $as_echo "$as_me:$LINENO: result: yes" >&5
12863$as_echo "yes" >&6; }
12864
12865cat >>confdefs.h <<\_ACEOF
12866#define HAVE_2ARGS_BIO_END_IO_T 1
12867_ACEOF
12868
12869
12870else
12871 $as_echo "$as_me: failed program was:" >&5
12872sed 's/^/| /' conftest.$ac_ext >&5
12873
12874 { $as_echo "$as_me:$LINENO: result: no" >&5
12875$as_echo "no" >&6; }
12876
12877
12878
12879fi
12880
12881 rm -Rf build
12882
12883
12884 EXTRA_KCFLAGS="$tmp_flags"
12885
12886
675de5aa
BB
12887 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_SYNC is defined" >&5
12888$as_echo_n "checking whether BIO_RW_SYNC is defined... " >&6; }
12889
12890
12891cat confdefs.h - <<_ACEOF >conftest.c
12892/* confdefs.h. */
12893_ACEOF
12894cat confdefs.h >>conftest.$ac_ext
12895cat >>conftest.$ac_ext <<_ACEOF
12896/* end confdefs.h. */
12897
12898
12899 #include <linux/bio.h>
12900
12901int
12902main (void)
12903{
12904
12905 int flags;
12906 flags = BIO_RW_SYNC;
12907
12908 ;
12909 return 0;
12910}
12911
12912_ACEOF
12913
12914
12915 rm -Rf build && mkdir -p build
12916 echo "obj-m := conftest.o" >build/Makefile
12917 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
12918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12919 (eval $ac_try) 2>&5
12920 ac_status=$?
12921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12922 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12924 (eval $ac_try) 2>&5
12925 ac_status=$?
12926 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12927 (exit $ac_status); }; }; then
12928
12929 { $as_echo "$as_me:$LINENO: result: yes" >&5
12930$as_echo "yes" >&6; }
12931
12932cat >>confdefs.h <<\_ACEOF
12933#define HAVE_BIO_RW_SYNC 1
12934_ACEOF
12935
12936
12937else
12938 $as_echo "$as_me: failed program was:" >&5
12939sed 's/^/| /' conftest.$ac_ext >&5
12940
12941 { $as_echo "$as_me:$LINENO: result: no" >&5
12942$as_echo "no" >&6; }
12943
12944
12945
12946fi
12947
12948 rm -Rf build
12949
12950
12951
12952
e70e591c
BB
12953 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_SYNCIO is defined" >&5
12954$as_echo_n "checking whether BIO_RW_SYNCIO is defined... " >&6; }
12955
12956
12957cat confdefs.h - <<_ACEOF >conftest.c
12958/* confdefs.h. */
12959_ACEOF
12960cat confdefs.h >>conftest.$ac_ext
12961cat >>conftest.$ac_ext <<_ACEOF
12962/* end confdefs.h. */
12963
12964
12965 #include <linux/bio.h>
12966
12967int
12968main (void)
12969{
12970
12971 int flags;
12972 flags = BIO_RW_SYNCIO;
12973
12974 ;
12975 return 0;
12976}
12977
12978_ACEOF
12979
12980
12981 rm -Rf build && mkdir -p build
12982 echo "obj-m := conftest.o" >build/Makefile
12983 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
12984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12985 (eval $ac_try) 2>&5
12986 ac_status=$?
12987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12988 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12990 (eval $ac_try) 2>&5
12991 ac_status=$?
12992 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12993 (exit $ac_status); }; }; then
12994
12995 { $as_echo "$as_me:$LINENO: result: yes" >&5
12996$as_echo "yes" >&6; }
12997
12998cat >>confdefs.h <<\_ACEOF
12999#define HAVE_BIO_RW_SYNCIO 1
13000_ACEOF
13001
13002
13003else
13004 $as_echo "$as_me: failed program was:" >&5
13005sed 's/^/| /' conftest.$ac_ext >&5
13006
13007 { $as_echo "$as_me:$LINENO: result: no" >&5
13008$as_echo "no" >&6; }
13009
13010
13011
13012fi
13013
13014 rm -Rf build
13015
13016
13017
13018
675de5aa
BB
13019 { $as_echo "$as_me:$LINENO: checking whether REQ_SYNC is defined" >&5
13020$as_echo_n "checking whether REQ_SYNC is defined... " >&6; }
13021
13022
13023cat confdefs.h - <<_ACEOF >conftest.c
13024/* confdefs.h. */
13025_ACEOF
13026cat confdefs.h >>conftest.$ac_ext
13027cat >>conftest.$ac_ext <<_ACEOF
13028/* end confdefs.h. */
13029
13030
13031 #include <linux/bio.h>
13032
13033int
13034main (void)
13035{
13036
13037 int flags;
13038 flags = REQ_SYNC;
13039
13040 ;
13041 return 0;
13042}
13043
13044_ACEOF
13045
13046
13047 rm -Rf build && mkdir -p build
13048 echo "obj-m := conftest.o" >build/Makefile
13049 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
13050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13051 (eval $ac_try) 2>&5
13052 ac_status=$?
13053 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13054 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13056 (eval $ac_try) 2>&5
13057 ac_status=$?
13058 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13059 (exit $ac_status); }; }; then
13060
13061 { $as_echo "$as_me:$LINENO: result: yes" >&5
13062$as_echo "yes" >&6; }
13063
13064cat >>confdefs.h <<\_ACEOF
13065#define HAVE_REQ_SYNC 1
13066_ACEOF
13067
13068
13069else
13070 $as_echo "$as_me: failed program was:" >&5
13071sed 's/^/| /' conftest.$ac_ext >&5
13072
13073 { $as_echo "$as_me:$LINENO: result: no" >&5
13074$as_echo "no" >&6; }
13075
13076
13077
13078fi
13079
13080 rm -Rf build
13081
13082
13083
13084
e70e591c
BB
13085 { $as_echo "$as_me:$LINENO: checking whether blk_end_request() is available" >&5
13086$as_echo_n "checking whether blk_end_request() is available... " >&6; }
13087
13088
13089cat confdefs.h - <<_ACEOF >conftest.c
13090/* confdefs.h. */
13091_ACEOF
13092cat confdefs.h >>conftest.$ac_ext
13093cat >>conftest.$ac_ext <<_ACEOF
13094/* end confdefs.h. */
13095
13096
13097 #include <linux/blkdev.h>
13098
13099int
13100main (void)
13101{
13102
13103 struct request *req = NULL;
13104 (void) blk_end_request(req, 0, 0);
13105
13106 ;
13107 return 0;
13108}
13109
13110_ACEOF
13111
13112
13113 rm -Rf build && mkdir -p build
13114 echo "obj-m := conftest.o" >build/Makefile
13115 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
13116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13117 (eval $ac_try) 2>&5
13118 ac_status=$?
13119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13120 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13122 (eval $ac_try) 2>&5
13123 ac_status=$?
13124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13125 (exit $ac_status); }; }; then
13126
13127 { $as_echo "$as_me:$LINENO: result: yes" >&5
13128$as_echo "yes" >&6; }
13129
13130cat >>confdefs.h <<\_ACEOF
13131#define HAVE_BLK_END_REQUEST 1
13132_ACEOF
13133
13134
13135else
13136 $as_echo "$as_me: failed program was:" >&5
13137sed 's/^/| /' conftest.$ac_ext >&5
13138
13139 { $as_echo "$as_me:$LINENO: result: no" >&5
13140$as_echo "no" >&6; }
13141
13142
13143
13144fi
13145
13146 rm -Rf build
13147
13148
13149
13150 { $as_echo "$as_me:$LINENO: checking whether blk_end_request() is GPL-only" >&5
13151$as_echo_n "checking whether blk_end_request() is GPL-only... " >&6; }
13152
13153
13154cat confdefs.h - <<_ACEOF >conftest.c
13155/* confdefs.h. */
13156_ACEOF
13157cat confdefs.h >>conftest.$ac_ext
13158cat >>conftest.$ac_ext <<_ACEOF
13159/* end confdefs.h. */
13160
13161
13162 #include <linux/module.h>
13163 #include <linux/blkdev.h>
13164
13165 MODULE_LICENSE("CDDL");
13166
13167int
13168main (void)
13169{
13170
13171 struct request *req = NULL;
13172 (void) blk_end_request(req, 0, 0);
13173
13174 ;
13175 return 0;
13176}
13177
13178_ACEOF
13179
13180
13181 rm -Rf build && mkdir -p build
13182 echo "obj-m := conftest.o" >build/Makefile
13183 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
13184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13185 (eval $ac_try) 2>&5
13186 ac_status=$?
13187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13188 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13190 (eval $ac_try) 2>&5
13191 ac_status=$?
13192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13193 (exit $ac_status); }; }; then
13194
13195 { $as_echo "$as_me:$LINENO: result: no" >&5
13196$as_echo "no" >&6; }
13197
13198else
13199 $as_echo "$as_me: failed program was:" >&5
13200sed 's/^/| /' conftest.$ac_ext >&5
13201
13202 { $as_echo "$as_me:$LINENO: result: yes" >&5
13203$as_echo "yes" >&6; }
13204
13205cat >>confdefs.h <<\_ACEOF
13206#define HAVE_BLK_END_REQUEST_GPL_ONLY 1
13207_ACEOF
13208
13209
13210
13211
13212fi
13213
13214 rm -Rf build
13215
13216
13217
13218
13219 { $as_echo "$as_me:$LINENO: checking whether blk_fetch_request() is available" >&5
13220$as_echo_n "checking whether blk_fetch_request() is available... " >&6; }
13221
13222
13223cat confdefs.h - <<_ACEOF >conftest.c
13224/* confdefs.h. */
13225_ACEOF
13226cat confdefs.h >>conftest.$ac_ext
13227cat >>conftest.$ac_ext <<_ACEOF
13228/* end confdefs.h. */
13229
13230
13231 #include <linux/blkdev.h>
13232
13233int
13234main (void)
13235{
13236
13237 struct request_queue *q = NULL;
13238 (void) blk_fetch_request(q);
13239
13240 ;
13241 return 0;
13242}
13243
13244_ACEOF
13245
13246
13247 rm -Rf build && mkdir -p build
13248 echo "obj-m := conftest.o" >build/Makefile
13249 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
13250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13251 (eval $ac_try) 2>&5
13252 ac_status=$?
13253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13254 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13256 (eval $ac_try) 2>&5
13257 ac_status=$?
13258 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13259 (exit $ac_status); }; }; then
13260
13261 { $as_echo "$as_me:$LINENO: result: yes" >&5
13262$as_echo "yes" >&6; }
13263
13264cat >>confdefs.h <<\_ACEOF
13265#define HAVE_BLK_FETCH_REQUEST 1
13266_ACEOF
13267
13268
13269else
13270 $as_echo "$as_me: failed program was:" >&5
13271sed 's/^/| /' conftest.$ac_ext >&5
13272
13273 { $as_echo "$as_me:$LINENO: result: no" >&5
13274$as_echo "no" >&6; }
13275
13276
13277
13278fi
13279
13280 rm -Rf build
13281
13282
13283
13284
13285 { $as_echo "$as_me:$LINENO: checking whether blk_requeue_request() is available" >&5
13286$as_echo_n "checking whether blk_requeue_request() is available... " >&6; }
13287
13288
13289cat confdefs.h - <<_ACEOF >conftest.c
13290/* confdefs.h. */
13291_ACEOF
13292cat confdefs.h >>conftest.$ac_ext
13293cat >>conftest.$ac_ext <<_ACEOF
13294/* end confdefs.h. */
13295
13296
13297 #include <linux/blkdev.h>
13298
13299int
13300main (void)
13301{
13302
13303 struct request_queue *q = NULL;
13304 struct request *req = NULL;
13305 blk_requeue_request(q, req);
13306
13307 ;
13308 return 0;
13309}
13310
13311_ACEOF
13312
13313
13314 rm -Rf build && mkdir -p build
13315 echo "obj-m := conftest.o" >build/Makefile
13316 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
13317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13318 (eval $ac_try) 2>&5
13319 ac_status=$?
13320 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13321 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13323 (eval $ac_try) 2>&5
13324 ac_status=$?
13325 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13326 (exit $ac_status); }; }; then
13327
13328 { $as_echo "$as_me:$LINENO: result: yes" >&5
13329$as_echo "yes" >&6; }
13330
13331cat >>confdefs.h <<\_ACEOF
13332#define HAVE_BLK_REQUEUE_REQUEST 1
13333_ACEOF
13334
13335
13336else
13337 $as_echo "$as_me: failed program was:" >&5
13338sed 's/^/| /' conftest.$ac_ext >&5
13339
13340 { $as_echo "$as_me:$LINENO: result: no" >&5
13341$as_echo "no" >&6; }
13342
13343
13344
13345fi
13346
13347 rm -Rf build
13348
13349
13350
13351
13352 { $as_echo "$as_me:$LINENO: checking whether blk_rq_bytes() is available" >&5
13353$as_echo_n "checking whether blk_rq_bytes() is available... " >&6; }
13354
13355
13356cat confdefs.h - <<_ACEOF >conftest.c
13357/* confdefs.h. */
13358_ACEOF
13359cat confdefs.h >>conftest.$ac_ext
13360cat >>conftest.$ac_ext <<_ACEOF
13361/* end confdefs.h. */
13362
13363
13364 #include <linux/blkdev.h>
13365
13366int
13367main (void)
13368{
13369
13370 struct request *req = NULL;
13371 (void) blk_rq_bytes(req);
13372
13373 ;
13374 return 0;
13375}
13376
13377_ACEOF
13378
13379
13380 rm -Rf build && mkdir -p build
13381 echo "obj-m := conftest.o" >build/Makefile
13382 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
13383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13384 (eval $ac_try) 2>&5
13385 ac_status=$?
13386 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13387 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13389 (eval $ac_try) 2>&5
13390 ac_status=$?
13391 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13392 (exit $ac_status); }; }; then
13393
13394 { $as_echo "$as_me:$LINENO: result: yes" >&5
13395$as_echo "yes" >&6; }
13396
13397cat >>confdefs.h <<\_ACEOF
13398#define HAVE_BLK_RQ_BYTES 1
13399_ACEOF
13400
13401
13402else
13403 $as_echo "$as_me: failed program was:" >&5
13404sed 's/^/| /' conftest.$ac_ext >&5
13405
13406 { $as_echo "$as_me:$LINENO: result: no" >&5
13407$as_echo "no" >&6; }
13408
13409
13410
13411fi
13412
13413 rm -Rf build
13414
13415
13416
13417 { $as_echo "$as_me:$LINENO: checking whether blk_rq_bytes() is GPL-only" >&5
13418$as_echo_n "checking whether blk_rq_bytes() is GPL-only... " >&6; }
13419
13420
13421cat confdefs.h - <<_ACEOF >conftest.c
13422/* confdefs.h. */
13423_ACEOF
13424cat confdefs.h >>conftest.$ac_ext
13425cat >>conftest.$ac_ext <<_ACEOF
13426/* end confdefs.h. */
13427
13428
13429 #include <linux/module.h>
13430 #include <linux/blkdev.h>
13431
13432 MODULE_LICENSE("CDDL");
13433
13434int
13435main (void)
13436{
13437
13438 struct request *req = NULL;
13439 (void) blk_rq_bytes(req);
13440
13441 ;
13442 return 0;
13443}
13444
13445_ACEOF
13446
13447
13448 rm -Rf build && mkdir -p build
13449 echo "obj-m := conftest.o" >build/Makefile
13450 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
13451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13452 (eval $ac_try) 2>&5
13453 ac_status=$?
13454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13455 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13457 (eval $ac_try) 2>&5
13458 ac_status=$?
13459 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13460 (exit $ac_status); }; }; then
13461
13462 { $as_echo "$as_me:$LINENO: result: no" >&5
13463$as_echo "no" >&6; }
13464
13465else
13466 $as_echo "$as_me: failed program was:" >&5
13467sed 's/^/| /' conftest.$ac_ext >&5
13468
13469 { $as_echo "$as_me:$LINENO: result: yes" >&5
13470$as_echo "yes" >&6; }
13471
13472cat >>confdefs.h <<\_ACEOF
13473#define HAVE_BLK_RQ_BYTES_GPL_ONLY 1
13474_ACEOF
13475
13476
13477
13478
13479fi
13480
13481 rm -Rf build
13482
13483
13484
13485
13486 { $as_echo "$as_me:$LINENO: checking whether blk_rq_pos() is available" >&5
13487$as_echo_n "checking whether blk_rq_pos() is available... " >&6; }
13488
13489
13490cat confdefs.h - <<_ACEOF >conftest.c
13491/* confdefs.h. */
13492_ACEOF
13493cat confdefs.h >>conftest.$ac_ext
13494cat >>conftest.$ac_ext <<_ACEOF
13495/* end confdefs.h. */
13496
13497
13498 #include <linux/blkdev.h>
13499
13500int
13501main (void)
13502{
13503
13504 struct request *req = NULL;
13505 (void) blk_rq_pos(req);
13506
13507 ;
13508 return 0;
13509}
13510
13511_ACEOF
13512
13513
13514 rm -Rf build && mkdir -p build
13515 echo "obj-m := conftest.o" >build/Makefile
13516 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
13517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13518 (eval $ac_try) 2>&5
13519 ac_status=$?
13520 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13521 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13523 (eval $ac_try) 2>&5
13524 ac_status=$?
13525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13526 (exit $ac_status); }; }; then
13527
13528 { $as_echo "$as_me:$LINENO: result: yes" >&5
13529$as_echo "yes" >&6; }
13530
13531cat >>confdefs.h <<\_ACEOF
13532#define HAVE_BLK_RQ_POS 1
13533_ACEOF
13534
13535
13536else
13537 $as_echo "$as_me: failed program was:" >&5
13538sed 's/^/| /' conftest.$ac_ext >&5
13539
13540 { $as_echo "$as_me:$LINENO: result: no" >&5
13541$as_echo "no" >&6; }
13542
13543
13544
13545fi
13546
13547 rm -Rf build
13548
13549
13550
13551
13552 { $as_echo "$as_me:$LINENO: checking whether blk_rq_sectors() is available" >&5
13553$as_echo_n "checking whether blk_rq_sectors() is available... " >&6; }
13554
13555
13556cat confdefs.h - <<_ACEOF >conftest.c
13557/* confdefs.h. */
13558_ACEOF
13559cat confdefs.h >>conftest.$ac_ext
13560cat >>conftest.$ac_ext <<_ACEOF
13561/* end confdefs.h. */
13562
13563
13564 #include <linux/blkdev.h>
13565
13566int
13567main (void)
13568{
13569
13570 struct request *req = NULL;
13571 (void) blk_rq_sectors(req);
13572
13573 ;
13574 return 0;
13575}
13576
13577_ACEOF
13578
13579
13580 rm -Rf build && mkdir -p build
13581 echo "obj-m := conftest.o" >build/Makefile
13582 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
13583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13584 (eval $ac_try) 2>&5
13585 ac_status=$?
13586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13587 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13589 (eval $ac_try) 2>&5
13590 ac_status=$?
13591 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13592 (exit $ac_status); }; }; then
13593
13594 { $as_echo "$as_me:$LINENO: result: yes" >&5
13595$as_echo "yes" >&6; }
13596
13597cat >>confdefs.h <<\_ACEOF
13598#define HAVE_BLK_RQ_SECTORS 1
13599_ACEOF
13600
13601
13602else
13603 $as_echo "$as_me: failed program was:" >&5
13604sed 's/^/| /' conftest.$ac_ext >&5
13605
13606 { $as_echo "$as_me:$LINENO: result: no" >&5
13607$as_echo "no" >&6; }
13608
13609
13610
13611fi
13612
13613 rm -Rf build
13614
13615
13616
13617
13618 { $as_echo "$as_me:$LINENO: checking whether get_disk_ro() is available" >&5
13619$as_echo_n "checking whether get_disk_ro() is available... " >&6; }
13620
13621
13622cat confdefs.h - <<_ACEOF >conftest.c
13623/* confdefs.h. */
13624_ACEOF
13625cat confdefs.h >>conftest.$ac_ext
13626cat >>conftest.$ac_ext <<_ACEOF
13627/* end confdefs.h. */
13628
13629
13630 #include <linux/blkdev.h>
13631
13632int
13633main (void)
13634{
13635
13636 struct gendisk *disk = NULL;
13637 (void) get_disk_ro(disk);
13638
13639 ;
13640 return 0;
13641}
13642
13643_ACEOF
13644
13645
13646 rm -Rf build && mkdir -p build
13647 echo "obj-m := conftest.o" >build/Makefile
13648 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
13649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13650 (eval $ac_try) 2>&5
13651 ac_status=$?
13652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13653 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13655 (eval $ac_try) 2>&5
13656 ac_status=$?
13657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13658 (exit $ac_status); }; }; then
13659
13660 { $as_echo "$as_me:$LINENO: result: yes" >&5
13661$as_echo "yes" >&6; }
13662
13663cat >>confdefs.h <<\_ACEOF
13664#define HAVE_GET_DISK_RO 1
13665_ACEOF
13666
13667
13668else
13669 $as_echo "$as_me: failed program was:" >&5
13670sed 's/^/| /' conftest.$ac_ext >&5
13671
13672 { $as_echo "$as_me:$LINENO: result: no" >&5
13673$as_echo "no" >&6; }
13674
13675
13676
13677fi
13678
13679 rm -Rf build
13680
13681
13682
13683
13684 { $as_echo "$as_me:$LINENO: checking whether rq_is_sync() is available" >&5
13685$as_echo_n "checking whether rq_is_sync() is available... " >&6; }
13686
13687
13688cat confdefs.h - <<_ACEOF >conftest.c
13689/* confdefs.h. */
13690_ACEOF
13691cat confdefs.h >>conftest.$ac_ext
13692cat >>conftest.$ac_ext <<_ACEOF
13693/* end confdefs.h. */
13694
13695
13696 #include <linux/blkdev.h>
13697
13698int
13699main (void)
13700{
13701
13702 struct request *req = NULL;
13703 (void) rq_is_sync(req);
13704
13705 ;
13706 return 0;
13707}
13708
13709_ACEOF
13710
13711
13712 rm -Rf build && mkdir -p build
13713 echo "obj-m := conftest.o" >build/Makefile
13714 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
13715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13716 (eval $ac_try) 2>&5
13717 ac_status=$?
13718 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13719 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13721 (eval $ac_try) 2>&5
13722 ac_status=$?
13723 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13724 (exit $ac_status); }; }; then
13725
13726 { $as_echo "$as_me:$LINENO: result: yes" >&5
13727$as_echo "yes" >&6; }
13728
13729cat >>confdefs.h <<\_ACEOF
13730#define HAVE_RQ_IS_SYNC 1
13731_ACEOF
13732
13733
13734else
13735 $as_echo "$as_me: failed program was:" >&5
13736sed 's/^/| /' conftest.$ac_ext >&5
13737
13738 { $as_echo "$as_me:$LINENO: result: no" >&5
13739$as_echo "no" >&6; }
13740
13741
13742
13743fi
13744
13745 rm -Rf build
13746
13747
13748
13749
13750 { $as_echo "$as_me:$LINENO: checking whether rq_for_each_segment() is available" >&5
13751$as_echo_n "checking whether rq_for_each_segment() is available... " >&6; }
13752
13753
13754cat confdefs.h - <<_ACEOF >conftest.c
13755/* confdefs.h. */
13756_ACEOF
13757cat confdefs.h >>conftest.$ac_ext
13758cat >>conftest.$ac_ext <<_ACEOF
13759/* end confdefs.h. */
13760
13761
13762 #include <linux/blkdev.h>
13763
13764int
13765main (void)
13766{
13767
13768 struct bio_vec *bv;
13769 struct req_iterator iter;
13770 struct request *req = NULL;
13771 rq_for_each_segment(bv, req, iter) { }
13772
13773 ;
13774 return 0;
13775}
13776
13777_ACEOF
13778
13779
13780 rm -Rf build && mkdir -p build
13781 echo "obj-m := conftest.o" >build/Makefile
13782 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
13783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13784 (eval $ac_try) 2>&5
13785 ac_status=$?
13786 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13787 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13789 (eval $ac_try) 2>&5
13790 ac_status=$?
13791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13792 (exit $ac_status); }; }; then
13793
13794 { $as_echo "$as_me:$LINENO: result: yes" >&5
13795$as_echo "yes" >&6; }
13796
13797cat >>confdefs.h <<\_ACEOF
13798#define HAVE_RQ_FOR_EACH_SEGMENT 1
13799_ACEOF
13800
13801
13802else
13803 $as_echo "$as_me: failed program was:" >&5
13804sed 's/^/| /' conftest.$ac_ext >&5
13805
13806 { $as_echo "$as_me:$LINENO: result: no" >&5
13807$as_echo "no" >&6; }
13808
13809
13810
13811fi
13812
13813 rm -Rf build
13814
13815
13816
13817
e70e591c
BB
13818 if test "$LINUX_OBJ" != "$LINUX"; then
13819 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
13820 fi
13821
13822
13823
6283f55e
BB
13824 KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL"
13825 KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\""
13826
13827
e70e591c
BB
13828 ;;
13829 user)
13830
13831 { $as_echo "$as_me:$LINENO: checking for target asm dir" >&5
13832$as_echo_n "checking for target asm dir... " >&6; }
13833 TARGET_ARCH=`echo ${target_cpu} | sed -e s/i.86/i386/`
13834
13835 case $TARGET_ARCH in
13836 i386|x86_64)
13837 TARGET_ASM_DIR=asm-${TARGET_ARCH}
13838 ;;
13839 *)
13840 TARGET_ASM_DIR=asm-generic
13841 ;;
13842 esac
13843
13844
13845 { $as_echo "$as_me:$LINENO: result: $TARGET_ASM_DIR" >&5
13846$as_echo "$TARGET_ASM_DIR" >&6; }
13847
13848
13849 { $as_echo "$as_me:$LINENO: checking for sa_init in -lshare" >&5
13850$as_echo_n "checking for sa_init in -lshare... " >&6; }
13851if test "${ac_cv_lib_share_sa_init+set}" = set; then
13852 $as_echo_n "(cached) " >&6
13853else
13854 ac_check_lib_save_LIBS=$LIBS
13855LIBS="-lshare $LIBS"
13856cat >conftest.$ac_ext <<_ACEOF
13857/* confdefs.h. */
13858_ACEOF
13859cat confdefs.h >>conftest.$ac_ext
13860cat >>conftest.$ac_ext <<_ACEOF
13861/* end confdefs.h. */
13862
13863/* Override any GCC internal prototype to avoid an error.
13864 Use char because int might match the return type of a GCC
13865 builtin and then its argument prototype would still apply. */
13866#ifdef __cplusplus
13867extern "C"
13868#endif
13869char sa_init ();
13870int
13871main ()
13872{
13873return sa_init ();
13874 ;
13875 return 0;
13876}
13877_ACEOF
13878rm -f conftest.$ac_objext conftest$ac_exeext
13879if { (ac_try="$ac_link"
13880case "(($ac_try" in
13881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13882 *) ac_try_echo=$ac_try;;
13883esac
13884eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13885$as_echo "$ac_try_echo") >&5
13886 (eval "$ac_link") 2>conftest.er1
13887 ac_status=$?
13888 grep -v '^ *+' conftest.er1 >conftest.err
13889 rm -f conftest.er1
13890 cat conftest.err >&5
13891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13892 (exit $ac_status); } && {
13893 test -z "$ac_c_werror_flag" ||
13894 test ! -s conftest.err
13895 } && test -s conftest$ac_exeext && {
13896 test "$cross_compiling" = yes ||
13897 $as_test_x conftest$ac_exeext
13898 }; then
13899 ac_cv_lib_share_sa_init=yes
13900else
13901 $as_echo "$as_me: failed program was:" >&5
13902sed 's/^/| /' conftest.$ac_ext >&5
13903
13904 ac_cv_lib_share_sa_init=no
13905fi
13906
13907rm -rf conftest.dSYM
13908rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13909 conftest$ac_exeext conftest.$ac_ext
13910LIBS=$ac_check_lib_save_LIBS
13911fi
13912{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_share_sa_init" >&5
13913$as_echo "$ac_cv_lib_share_sa_init" >&6; }
13914if test "x$ac_cv_lib_share_sa_init" = x""yes; then
13915
13916cat >>confdefs.h <<\_ACEOF
13917#define HAVE_LIBSHARE 1
13918_ACEOF
13919
13920fi
13921
13922
13923
13924 { $as_echo "$as_me:$LINENO: checking for ioctl()" >&5
13925$as_echo_n "checking for ioctl()... " >&6; }
13926 cat >conftest.$ac_ext <<_ACEOF
13927/* confdefs.h. */
13928_ACEOF
13929cat confdefs.h >>conftest.$ac_ext
13930cat >>conftest.$ac_ext <<_ACEOF
13931/* end confdefs.h. */
13932#include <unistd.h>
13933
13934_ACEOF
13935if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13936 $EGREP "ioctl" >/dev/null 2>&1; then
13937 is_unistd=yes
13938else
13939 is_unistd=no
13940fi
13941rm -f conftest*
13942
13943 cat >conftest.$ac_ext <<_ACEOF
13944/* confdefs.h. */
13945_ACEOF
13946cat confdefs.h >>conftest.$ac_ext
13947cat >>conftest.$ac_ext <<_ACEOF
13948/* end confdefs.h. */
13949#include <sys/ioctl.h>
13950
13951_ACEOF
13952if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13953 $EGREP "ioctl" >/dev/null 2>&1; then
13954 is_sys_ioctl=yes
13955else
13956 is_sys_ioctl=no
13957fi
13958rm -f conftest*
13959
13960 cat >conftest.$ac_ext <<_ACEOF
13961/* confdefs.h. */
13962_ACEOF
13963cat confdefs.h >>conftest.$ac_ext
13964cat >>conftest.$ac_ext <<_ACEOF
13965/* end confdefs.h. */
13966#include <stropts.h>
13967
13968_ACEOF
13969if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13970 $EGREP "ioctl" >/dev/null 2>&1; then
13971 is_stropts=yes
13972else
13973 is_stropts=no
13974fi
13975rm -f conftest*
13976
13977
13978 if test $is_unistd = yes; then
13979 result=unistd.h
13980
13981cat >>confdefs.h <<\_ACEOF
13982#define HAVE_IOCTL_IN_UNISTD_H 1
13983_ACEOF
13984
13985 else
13986
13987 if test $is_sys_ioctl = yes; then
13988 result=sys/ioctl.h
13989
13990cat >>confdefs.h <<\_ACEOF
13991#define HAVE_IOCTL_IN_SYS_IOCTL_H 1
13992_ACEOF
13993
13994 elif test $is_stropts = yes; then
13995
13996cat >>confdefs.h <<\_ACEOF
13997#define HAVE_IOCTL_IN_STROPTS_H 1
13998_ACEOF
13999
14000 else
14001 result=no
14002 fi
14003 fi
14004
14005 if test $result = no; then
14006 { $as_echo "$as_me:$LINENO: result: no" >&5
14007$as_echo "no" >&6; }
14008 { { $as_echo "$as_me:$LINENO: error: *** Cannot locate ioctl() definition" >&5
14009$as_echo "$as_me: error: *** Cannot locate ioctl() definition" >&2;}
14010 { (exit 1); exit 1; }; }
14011 else
14012 { $as_echo "$as_me:$LINENO: result: yes" >&5
14013$as_echo "yes" >&6; }
14014 fi
14015
14016
14017 ZLIB=
14018
14019 if test "${ac_cv_header_zlib_h+set}" = set; then
14020 { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
14021$as_echo_n "checking for zlib.h... " >&6; }
14022if test "${ac_cv_header_zlib_h+set}" = set; then
14023 $as_echo_n "(cached) " >&6
14024fi
14025{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
14026$as_echo "$ac_cv_header_zlib_h" >&6; }
14027else
14028 # Is the header compilable?
14029{ $as_echo "$as_me:$LINENO: checking zlib.h usability" >&5
14030$as_echo_n "checking zlib.h usability... " >&6; }
14031cat >conftest.$ac_ext <<_ACEOF
14032/* confdefs.h. */
14033_ACEOF
14034cat confdefs.h >>conftest.$ac_ext
14035cat >>conftest.$ac_ext <<_ACEOF
14036/* end confdefs.h. */
14037$ac_includes_default
14038#include <zlib.h>
14039_ACEOF
14040rm -f conftest.$ac_objext
14041if { (ac_try="$ac_compile"
14042case "(($ac_try" in
14043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14044 *) ac_try_echo=$ac_try;;
14045esac
14046eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14047$as_echo "$ac_try_echo") >&5
14048 (eval "$ac_compile") 2>conftest.er1
14049 ac_status=$?
14050 grep -v '^ *+' conftest.er1 >conftest.err
14051 rm -f conftest.er1
14052 cat conftest.err >&5
14053 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14054 (exit $ac_status); } && {
14055 test -z "$ac_c_werror_flag" ||
14056 test ! -s conftest.err
14057 } && test -s conftest.$ac_objext; then
14058 ac_header_compiler=yes
14059else
14060 $as_echo "$as_me: failed program was:" >&5
14061sed 's/^/| /' conftest.$ac_ext >&5
14062
14063 ac_header_compiler=no
14064fi
14065
14066rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14067{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14068$as_echo "$ac_header_compiler" >&6; }
14069
14070# Is the header present?
14071{ $as_echo "$as_me:$LINENO: checking zlib.h presence" >&5
14072$as_echo_n "checking zlib.h presence... " >&6; }
14073cat >conftest.$ac_ext <<_ACEOF
14074/* confdefs.h. */
14075_ACEOF
14076cat confdefs.h >>conftest.$ac_ext
14077cat >>conftest.$ac_ext <<_ACEOF
14078/* end confdefs.h. */
14079#include <zlib.h>
14080_ACEOF
14081if { (ac_try="$ac_cpp conftest.$ac_ext"
14082case "(($ac_try" in
14083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14084 *) ac_try_echo=$ac_try;;
14085esac
14086eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14087$as_echo "$ac_try_echo") >&5
14088 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14089 ac_status=$?
14090 grep -v '^ *+' conftest.er1 >conftest.err
14091 rm -f conftest.er1
14092 cat conftest.err >&5
14093 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14094 (exit $ac_status); } >/dev/null && {
14095 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14096 test ! -s conftest.err
14097 }; then
14098 ac_header_preproc=yes
14099else
14100 $as_echo "$as_me: failed program was:" >&5
14101sed 's/^/| /' conftest.$ac_ext >&5
14102
14103 ac_header_preproc=no
14104fi
14105
14106rm -f conftest.err conftest.$ac_ext
14107{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14108$as_echo "$ac_header_preproc" >&6; }
14109
14110# So? What about this header?
14111case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14112 yes:no: )
14113 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
14114$as_echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14115 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
14116$as_echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
14117 ac_header_preproc=yes
14118 ;;
14119 no:yes:* )
14120 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
14121$as_echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
14122 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
14123$as_echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
14124 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
14125$as_echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
14126 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
14127$as_echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
14128 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
14129$as_echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
14130 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
14131$as_echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
14132
14133 ;;
14134esac
14135{ $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
14136$as_echo_n "checking for zlib.h... " >&6; }
14137if test "${ac_cv_header_zlib_h+set}" = set; then
14138 $as_echo_n "(cached) " >&6
14139else
14140 ac_cv_header_zlib_h=$ac_header_preproc
14141fi
14142{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
14143$as_echo "$ac_cv_header_zlib_h" >&6; }
14144
14145fi
14146if test "x$ac_cv_header_zlib_h" = x""yes; then
14147 :
14148else
14149 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14150$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14151{ { $as_echo "$as_me:$LINENO: error:
14152 *** zlib.h missing, zlib-devel package required
14153See \`config.log' for more details." >&5
14154$as_echo "$as_me: error:
14155 *** zlib.h missing, zlib-devel package required
14156See \`config.log' for more details." >&2;}
14157 { (exit 1); exit 1; }; }; }
14158fi
14159
14160
14161
14162
14163{ $as_echo "$as_me:$LINENO: checking for compress2 in -lz" >&5
14164$as_echo_n "checking for compress2 in -lz... " >&6; }
14165if test "${ac_cv_lib_z_compress2+set}" = set; then
14166 $as_echo_n "(cached) " >&6
14167else
14168 ac_check_lib_save_LIBS=$LIBS
14169LIBS="-lz $LIBS"
14170cat >conftest.$ac_ext <<_ACEOF
14171/* confdefs.h. */
14172_ACEOF
14173cat confdefs.h >>conftest.$ac_ext
14174cat >>conftest.$ac_ext <<_ACEOF
14175/* end confdefs.h. */
14176
14177/* Override any GCC internal prototype to avoid an error.
14178 Use char because int might match the return type of a GCC
14179 builtin and then its argument prototype would still apply. */
14180#ifdef __cplusplus
14181extern "C"
14182#endif
14183char compress2 ();
14184int
14185main ()
14186{
14187return compress2 ();
14188 ;
14189 return 0;
14190}
14191_ACEOF
14192rm -f conftest.$ac_objext conftest$ac_exeext
14193if { (ac_try="$ac_link"
14194case "(($ac_try" in
14195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14196 *) ac_try_echo=$ac_try;;
14197esac
14198eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14199$as_echo "$ac_try_echo") >&5
14200 (eval "$ac_link") 2>conftest.er1
14201 ac_status=$?
14202 grep -v '^ *+' conftest.er1 >conftest.err
14203 rm -f conftest.er1
14204 cat conftest.err >&5
14205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14206 (exit $ac_status); } && {
14207 test -z "$ac_c_werror_flag" ||
14208 test ! -s conftest.err
14209 } && test -s conftest$ac_exeext && {
14210 test "$cross_compiling" = yes ||
14211 $as_test_x conftest$ac_exeext
14212 }; then
14213 ac_cv_lib_z_compress2=yes
14214else
14215 $as_echo "$as_me: failed program was:" >&5
14216sed 's/^/| /' conftest.$ac_ext >&5
14217
14218 ac_cv_lib_z_compress2=no
14219fi
14220
14221rm -rf conftest.dSYM
14222rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14223 conftest$ac_exeext conftest.$ac_ext
14224LIBS=$ac_check_lib_save_LIBS
14225fi
14226{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_compress2" >&5
14227$as_echo "$ac_cv_lib_z_compress2" >&6; }
14228if test "x$ac_cv_lib_z_compress2" = x""yes; then
14229 cat >>confdefs.h <<_ACEOF
14230#define HAVE_LIBZ 1
14231_ACEOF
14232
14233 LIBS="-lz $LIBS"
14234
14235else
14236 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14237$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14238{ { $as_echo "$as_me:$LINENO: error:
14239 *** compress2() missing, zlib-devel package required
14240See \`config.log' for more details." >&5
14241$as_echo "$as_me: error:
14242 *** compress2() missing, zlib-devel package required
14243See \`config.log' for more details." >&2;}
14244 { (exit 1); exit 1; }; }; }
14245fi
14246
14247
14248
14249{ $as_echo "$as_me:$LINENO: checking for uncompress in -lz" >&5
14250$as_echo_n "checking for uncompress in -lz... " >&6; }
14251if test "${ac_cv_lib_z_uncompress+set}" = set; then
14252 $as_echo_n "(cached) " >&6
14253else
14254 ac_check_lib_save_LIBS=$LIBS
14255LIBS="-lz $LIBS"
14256cat >conftest.$ac_ext <<_ACEOF
14257/* confdefs.h. */
14258_ACEOF
14259cat confdefs.h >>conftest.$ac_ext
14260cat >>conftest.$ac_ext <<_ACEOF
14261/* end confdefs.h. */
14262
14263/* Override any GCC internal prototype to avoid an error.
14264 Use char because int might match the return type of a GCC
14265 builtin and then its argument prototype would still apply. */
14266#ifdef __cplusplus
14267extern "C"
14268#endif
14269char uncompress ();
14270int
14271main ()
14272{
14273return uncompress ();
14274 ;
14275 return 0;
14276}
14277_ACEOF
14278rm -f conftest.$ac_objext conftest$ac_exeext
14279if { (ac_try="$ac_link"
14280case "(($ac_try" in
14281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14282 *) ac_try_echo=$ac_try;;
14283esac
14284eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14285$as_echo "$ac_try_echo") >&5
14286 (eval "$ac_link") 2>conftest.er1
14287 ac_status=$?
14288 grep -v '^ *+' conftest.er1 >conftest.err
14289 rm -f conftest.er1
14290 cat conftest.err >&5
14291 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14292 (exit $ac_status); } && {
14293 test -z "$ac_c_werror_flag" ||
14294 test ! -s conftest.err
14295 } && test -s conftest$ac_exeext && {
14296 test "$cross_compiling" = yes ||
14297 $as_test_x conftest$ac_exeext
14298 }; then
14299 ac_cv_lib_z_uncompress=yes
14300else
14301 $as_echo "$as_me: failed program was:" >&5
14302sed 's/^/| /' conftest.$ac_ext >&5
14303
14304 ac_cv_lib_z_uncompress=no
14305fi
14306
14307rm -rf conftest.dSYM
14308rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14309 conftest$ac_exeext conftest.$ac_ext
14310LIBS=$ac_check_lib_save_LIBS
14311fi
14312{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_uncompress" >&5
14313$as_echo "$ac_cv_lib_z_uncompress" >&6; }
14314if test "x$ac_cv_lib_z_uncompress" = x""yes; then
14315 cat >>confdefs.h <<_ACEOF
14316#define HAVE_LIBZ 1
14317_ACEOF
14318
14319 LIBS="-lz $LIBS"
14320
14321else
14322 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14323$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14324{ { $as_echo "$as_me:$LINENO: error:
14325 *** uncompress() missing, zlib-devel package required
14326See \`config.log' for more details." >&5
14327$as_echo "$as_me: error:
14328 *** uncompress() missing, zlib-devel package required
14329See \`config.log' for more details." >&2;}
14330 { (exit 1); exit 1; }; }; }
14331fi
14332
14333
14334
14335{ $as_echo "$as_me:$LINENO: checking for crc32 in -lz" >&5
14336$as_echo_n "checking for crc32 in -lz... " >&6; }
14337if test "${ac_cv_lib_z_crc32+set}" = set; then
14338 $as_echo_n "(cached) " >&6
14339else
14340 ac_check_lib_save_LIBS=$LIBS
14341LIBS="-lz $LIBS"
14342cat >conftest.$ac_ext <<_ACEOF
14343/* confdefs.h. */
14344_ACEOF
14345cat confdefs.h >>conftest.$ac_ext
14346cat >>conftest.$ac_ext <<_ACEOF
14347/* end confdefs.h. */
14348
14349/* Override any GCC internal prototype to avoid an error.
14350 Use char because int might match the return type of a GCC
14351 builtin and then its argument prototype would still apply. */
14352#ifdef __cplusplus
14353extern "C"
14354#endif
14355char crc32 ();
14356int
14357main ()
14358{
14359return crc32 ();
14360 ;
14361 return 0;
14362}
14363_ACEOF
14364rm -f conftest.$ac_objext conftest$ac_exeext
14365if { (ac_try="$ac_link"
14366case "(($ac_try" in
14367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14368 *) ac_try_echo=$ac_try;;
14369esac
14370eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14371$as_echo "$ac_try_echo") >&5
14372 (eval "$ac_link") 2>conftest.er1
14373 ac_status=$?
14374 grep -v '^ *+' conftest.er1 >conftest.err
14375 rm -f conftest.er1
14376 cat conftest.err >&5
14377 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14378 (exit $ac_status); } && {
14379 test -z "$ac_c_werror_flag" ||
14380 test ! -s conftest.err
14381 } && test -s conftest$ac_exeext && {
14382 test "$cross_compiling" = yes ||
14383 $as_test_x conftest$ac_exeext
14384 }; then
14385 ac_cv_lib_z_crc32=yes
14386else
14387 $as_echo "$as_me: failed program was:" >&5
14388sed 's/^/| /' conftest.$ac_ext >&5
14389
14390 ac_cv_lib_z_crc32=no
14391fi
14392
14393rm -rf conftest.dSYM
14394rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14395 conftest$ac_exeext conftest.$ac_ext
14396LIBS=$ac_check_lib_save_LIBS
14397fi
14398{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_crc32" >&5
14399$as_echo "$ac_cv_lib_z_crc32" >&6; }
14400if test "x$ac_cv_lib_z_crc32" = x""yes; then
14401 cat >>confdefs.h <<_ACEOF
14402#define HAVE_LIBZ 1
14403_ACEOF
14404
14405 LIBS="-lz $LIBS"
14406
14407else
14408 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14409$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14410{ { $as_echo "$as_me:$LINENO: error:
14411 *** crc32() missing, zlib-devel package required
14412See \`config.log' for more details." >&5
14413$as_echo "$as_me: error:
14414 *** crc32() missing, zlib-devel package required
14415See \`config.log' for more details." >&2;}
14416 { (exit 1); exit 1; }; }; }
14417fi
14418
14419
14420 ZLIB="-lz"
14421
14422
14423cat >>confdefs.h <<\_ACEOF
14424#define HAVE_ZLIB 1
14425_ACEOF
14426
14427
14428
14429 LIBUUID=
14430
14431 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
14432 { $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5
14433$as_echo_n "checking for uuid/uuid.h... " >&6; }
14434if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
14435 $as_echo_n "(cached) " >&6
14436fi
14437{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5
14438$as_echo "$ac_cv_header_uuid_uuid_h" >&6; }
14439else
14440 # Is the header compilable?
14441{ $as_echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&5
14442$as_echo_n "checking uuid/uuid.h usability... " >&6; }
14443cat >conftest.$ac_ext <<_ACEOF
14444/* confdefs.h. */
14445_ACEOF
14446cat confdefs.h >>conftest.$ac_ext
14447cat >>conftest.$ac_ext <<_ACEOF
14448/* end confdefs.h. */
14449$ac_includes_default
14450#include <uuid/uuid.h>
14451_ACEOF
14452rm -f conftest.$ac_objext
14453if { (ac_try="$ac_compile"
14454case "(($ac_try" in
14455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14456 *) ac_try_echo=$ac_try;;
14457esac
14458eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14459$as_echo "$ac_try_echo") >&5
14460 (eval "$ac_compile") 2>conftest.er1
14461 ac_status=$?
14462 grep -v '^ *+' conftest.er1 >conftest.err
14463 rm -f conftest.er1
14464 cat conftest.err >&5
14465 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14466 (exit $ac_status); } && {
14467 test -z "$ac_c_werror_flag" ||
14468 test ! -s conftest.err
14469 } && test -s conftest.$ac_objext; then
14470 ac_header_compiler=yes
14471else
14472 $as_echo "$as_me: failed program was:" >&5
14473sed 's/^/| /' conftest.$ac_ext >&5
14474
14475 ac_header_compiler=no
14476fi
14477
14478rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14479{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14480$as_echo "$ac_header_compiler" >&6; }
14481
14482# Is the header present?
14483{ $as_echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&5
14484$as_echo_n "checking uuid/uuid.h presence... " >&6; }
14485cat >conftest.$ac_ext <<_ACEOF
14486/* confdefs.h. */
14487_ACEOF
14488cat confdefs.h >>conftest.$ac_ext
14489cat >>conftest.$ac_ext <<_ACEOF
14490/* end confdefs.h. */
14491#include <uuid/uuid.h>
14492_ACEOF
14493if { (ac_try="$ac_cpp conftest.$ac_ext"
14494case "(($ac_try" in
14495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14496 *) ac_try_echo=$ac_try;;
14497esac
14498eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14499$as_echo "$ac_try_echo") >&5
14500 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14501 ac_status=$?
14502 grep -v '^ *+' conftest.er1 >conftest.err
14503 rm -f conftest.er1
14504 cat conftest.err >&5
14505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14506 (exit $ac_status); } >/dev/null && {
14507 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14508 test ! -s conftest.err
14509 }; then
14510 ac_header_preproc=yes
14511else
14512 $as_echo "$as_me: failed program was:" >&5
14513sed 's/^/| /' conftest.$ac_ext >&5
14514
14515 ac_header_preproc=no
14516fi
14517
14518rm -f conftest.err conftest.$ac_ext
14519{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14520$as_echo "$ac_header_preproc" >&6; }
14521
14522# So? What about this header?
14523case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14524 yes:no: )
14525 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&5
14526$as_echo "$as_me: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14527 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&5
14528$as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&2;}
14529 ac_header_preproc=yes
14530 ;;
14531 no:yes:* )
14532 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: present but cannot be compiled" >&5
14533$as_echo "$as_me: WARNING: uuid/uuid.h: present but cannot be compiled" >&2;}
14534 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: check for missing prerequisite headers?" >&5
14535$as_echo "$as_me: WARNING: uuid/uuid.h: check for missing prerequisite headers?" >&2;}
14536 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: see the Autoconf documentation" >&5
14537$as_echo "$as_me: WARNING: uuid/uuid.h: see the Autoconf documentation" >&2;}
14538 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: section \"Present But Cannot Be Compiled\"" >&5
14539$as_echo "$as_me: WARNING: uuid/uuid.h: section \"Present But Cannot Be Compiled\"" >&2;}
14540 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&5
14541$as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&2;}
14542 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&5
14543$as_echo "$as_me: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&2;}
14544
14545 ;;
14546esac
14547{ $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5
14548$as_echo_n "checking for uuid/uuid.h... " >&6; }
14549if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
14550 $as_echo_n "(cached) " >&6
14551else
14552 ac_cv_header_uuid_uuid_h=$ac_header_preproc
14553fi
14554{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5
14555$as_echo "$ac_cv_header_uuid_uuid_h" >&6; }
14556
14557fi
14558if test "x$ac_cv_header_uuid_uuid_h" = x""yes; then
14559 :
14560else
14561 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14562$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14563{ { $as_echo "$as_me:$LINENO: error:
14564 *** uuid/uuid.h missing, libuuid-devel package required
14565See \`config.log' for more details." >&5
14566$as_echo "$as_me: error:
14567 *** uuid/uuid.h missing, libuuid-devel package required
14568See \`config.log' for more details." >&2;}
14569 { (exit 1); exit 1; }; }; }
14570fi
14571
14572
14573
14574
14575{ $as_echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5
14576$as_echo_n "checking for uuid_generate in -luuid... " >&6; }
14577if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then
14578 $as_echo_n "(cached) " >&6
14579else
14580 ac_check_lib_save_LIBS=$LIBS
14581LIBS="-luuid $LIBS"
14582cat >conftest.$ac_ext <<_ACEOF
14583/* confdefs.h. */
14584_ACEOF
14585cat confdefs.h >>conftest.$ac_ext
14586cat >>conftest.$ac_ext <<_ACEOF
14587/* end confdefs.h. */
14588
14589/* Override any GCC internal prototype to avoid an error.
14590 Use char because int might match the return type of a GCC
14591 builtin and then its argument prototype would still apply. */
14592#ifdef __cplusplus
14593extern "C"
14594#endif
14595char uuid_generate ();
14596int
14597main ()
14598{
14599return uuid_generate ();
14600 ;
14601 return 0;
14602}
14603_ACEOF
14604rm -f conftest.$ac_objext conftest$ac_exeext
14605if { (ac_try="$ac_link"
14606case "(($ac_try" in
14607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14608 *) ac_try_echo=$ac_try;;
14609esac
14610eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14611$as_echo "$ac_try_echo") >&5
14612 (eval "$ac_link") 2>conftest.er1
14613 ac_status=$?
14614 grep -v '^ *+' conftest.er1 >conftest.err
14615 rm -f conftest.er1
14616 cat conftest.err >&5
14617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14618 (exit $ac_status); } && {
14619 test -z "$ac_c_werror_flag" ||
14620 test ! -s conftest.err
14621 } && test -s conftest$ac_exeext && {
14622 test "$cross_compiling" = yes ||
14623 $as_test_x conftest$ac_exeext
14624 }; then
14625 ac_cv_lib_uuid_uuid_generate=yes
14626else
14627 $as_echo "$as_me: failed program was:" >&5
14628sed 's/^/| /' conftest.$ac_ext >&5
14629
14630 ac_cv_lib_uuid_uuid_generate=no
14631fi
14632
14633rm -rf conftest.dSYM
14634rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14635 conftest$ac_exeext conftest.$ac_ext
14636LIBS=$ac_check_lib_save_LIBS
14637fi
14638{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5
14639$as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; }
14640if test "x$ac_cv_lib_uuid_uuid_generate" = x""yes; then
14641 cat >>confdefs.h <<_ACEOF
14642#define HAVE_LIBUUID 1
14643_ACEOF
14644
14645 LIBS="-luuid $LIBS"
14646
14647else
14648 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14649$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14650{ { $as_echo "$as_me:$LINENO: error:
14651 *** uuid_generate() missing, libuuid-devel package required
14652See \`config.log' for more details." >&5
14653$as_echo "$as_me: error:
14654 *** uuid_generate() missing, libuuid-devel package required
14655See \`config.log' for more details." >&2;}
14656 { (exit 1); exit 1; }; }; }
14657fi
14658
14659
14660
14661{ $as_echo "$as_me:$LINENO: checking for uuid_is_null in -luuid" >&5
14662$as_echo_n "checking for uuid_is_null in -luuid... " >&6; }
14663if test "${ac_cv_lib_uuid_uuid_is_null+set}" = set; then
14664 $as_echo_n "(cached) " >&6
14665else
14666 ac_check_lib_save_LIBS=$LIBS
14667LIBS="-luuid $LIBS"
14668cat >conftest.$ac_ext <<_ACEOF
14669/* confdefs.h. */
14670_ACEOF
14671cat confdefs.h >>conftest.$ac_ext
14672cat >>conftest.$ac_ext <<_ACEOF
14673/* end confdefs.h. */
14674
14675/* Override any GCC internal prototype to avoid an error.
14676 Use char because int might match the return type of a GCC
14677 builtin and then its argument prototype would still apply. */
14678#ifdef __cplusplus
14679extern "C"
14680#endif
14681char uuid_is_null ();
14682int
14683main ()
14684{
14685return uuid_is_null ();
14686 ;
14687 return 0;
14688}
14689_ACEOF
14690rm -f conftest.$ac_objext conftest$ac_exeext
14691if { (ac_try="$ac_link"
14692case "(($ac_try" in
14693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14694 *) ac_try_echo=$ac_try;;
14695esac
14696eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14697$as_echo "$ac_try_echo") >&5
14698 (eval "$ac_link") 2>conftest.er1
14699 ac_status=$?
14700 grep -v '^ *+' conftest.er1 >conftest.err
14701 rm -f conftest.er1
14702 cat conftest.err >&5
14703 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14704 (exit $ac_status); } && {
14705 test -z "$ac_c_werror_flag" ||
14706 test ! -s conftest.err
14707 } && test -s conftest$ac_exeext && {
14708 test "$cross_compiling" = yes ||
14709 $as_test_x conftest$ac_exeext
14710 }; then
14711 ac_cv_lib_uuid_uuid_is_null=yes
14712else
14713 $as_echo "$as_me: failed program was:" >&5
14714sed 's/^/| /' conftest.$ac_ext >&5
14715
14716 ac_cv_lib_uuid_uuid_is_null=no
14717fi
14718
14719rm -rf conftest.dSYM
14720rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14721 conftest$ac_exeext conftest.$ac_ext
14722LIBS=$ac_check_lib_save_LIBS
14723fi
14724{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_is_null" >&5
14725$as_echo "$ac_cv_lib_uuid_uuid_is_null" >&6; }
14726if test "x$ac_cv_lib_uuid_uuid_is_null" = x""yes; then
14727 cat >>confdefs.h <<_ACEOF
14728#define HAVE_LIBUUID 1
14729_ACEOF
14730
14731 LIBS="-luuid $LIBS"
14732
14733else
14734 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14735$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14736{ { $as_echo "$as_me:$LINENO: error:
14737 *** uuid_is_null() missing, libuuid-devel package required
14738See \`config.log' for more details." >&5
14739$as_echo "$as_me: error:
14740 *** uuid_is_null() missing, libuuid-devel package required
14741See \`config.log' for more details." >&2;}
14742 { (exit 1); exit 1; }; }; }
14743fi
14744
14745
14746 LIBUUID="-luuid"
14747
14748
14749cat >>confdefs.h <<\_ACEOF
14750#define HAVE_LIBUUID 1
14751_ACEOF
14752
14753
14754
14755
14756# Check whether --with-blkid was given.
14757if test "${with_blkid+set}" = set; then
14758 withval=$with_blkid;
14759else
14760 with_blkid=check
14761fi
14762
14763
14764 LIBBLKID=
14765 if test "x$with_blkid" != xno; then
14766
14767 { $as_echo "$as_me:$LINENO: checking for blkid_get_cache in -lblkid" >&5
14768$as_echo_n "checking for blkid_get_cache in -lblkid... " >&6; }
14769if test "${ac_cv_lib_blkid_blkid_get_cache+set}" = set; then
14770 $as_echo_n "(cached) " >&6
14771else
14772 ac_check_lib_save_LIBS=$LIBS
14773LIBS="-lblkid $LIBS"
14774cat >conftest.$ac_ext <<_ACEOF
14775/* confdefs.h. */
14776_ACEOF
14777cat confdefs.h >>conftest.$ac_ext
14778cat >>conftest.$ac_ext <<_ACEOF
14779/* end confdefs.h. */
14780
14781/* Override any GCC internal prototype to avoid an error.
14782 Use char because int might match the return type of a GCC
14783 builtin and then its argument prototype would still apply. */
14784#ifdef __cplusplus
14785extern "C"
14786#endif
14787char blkid_get_cache ();
14788int
14789main ()
14790{
14791return blkid_get_cache ();
14792 ;
14793 return 0;
14794}
14795_ACEOF
14796rm -f conftest.$ac_objext conftest$ac_exeext
14797if { (ac_try="$ac_link"
14798case "(($ac_try" in
14799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14800 *) ac_try_echo=$ac_try;;
14801esac
14802eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14803$as_echo "$ac_try_echo") >&5
14804 (eval "$ac_link") 2>conftest.er1
14805 ac_status=$?
14806 grep -v '^ *+' conftest.er1 >conftest.err
14807 rm -f conftest.er1
14808 cat conftest.err >&5
14809 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14810 (exit $ac_status); } && {
14811 test -z "$ac_c_werror_flag" ||
14812 test ! -s conftest.err
14813 } && test -s conftest$ac_exeext && {
14814 test "$cross_compiling" = yes ||
14815 $as_test_x conftest$ac_exeext
14816 }; then
14817 ac_cv_lib_blkid_blkid_get_cache=yes
14818else
14819 $as_echo "$as_me: failed program was:" >&5
14820sed 's/^/| /' conftest.$ac_ext >&5
14821
14822 ac_cv_lib_blkid_blkid_get_cache=no
14823fi
14824
14825rm -rf conftest.dSYM
14826rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14827 conftest$ac_exeext conftest.$ac_ext
14828LIBS=$ac_check_lib_save_LIBS
14829fi
14830{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_blkid_blkid_get_cache" >&5
14831$as_echo "$ac_cv_lib_blkid_blkid_get_cache" >&6; }
14832if test "x$ac_cv_lib_blkid_blkid_get_cache" = x""yes; then
14833
14834 { $as_echo "$as_me:$LINENO: checking for blkid zfs support" >&5
14835$as_echo_n "checking for blkid zfs support... " >&6; }
14836
14837 ZFS_DEV=`mktemp`
14838 dd if=/dev/zero of=$ZFS_DEV bs=1024k count=8 \
14839 >/dev/null 2>/dev/null
14840 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
14841 dd of=$ZFS_DEV bs=1k count=8 \
14842 seek=132 conv=notrunc &>/dev/null \
14843 >/dev/null 2>/dev/null
14844
14845 saved_LDFLAGS="$LDFLAGS"
14846 LDFLAGS="-lblkid"
14847
14848 if test "$cross_compiling" = yes; then
14849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14850$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14851{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14852See \`config.log' for more details." >&5
14853$as_echo "$as_me: error: cannot run test program while cross compiling
14854See \`config.log' for more details." >&2;}
14855 { (exit 1); exit 1; }; }; }
14856else
14857 cat >conftest.$ac_ext <<_ACEOF
14858/* confdefs.h. */
14859_ACEOF
14860cat confdefs.h >>conftest.$ac_ext
14861cat >>conftest.$ac_ext <<_ACEOF
14862/* end confdefs.h. */
14863
14864 #include <stdio.h>
14865 #include <blkid/blkid.h>
14866
14867int
14868main ()
14869{
14870
14871 blkid_cache cache;
14872 char *value;
14873
14874 if (blkid_get_cache(&cache, NULL) < 0)
14875 return 1;
14876
14877 value = blkid_get_tag_value(cache, "TYPE",
14878 "$ZFS_DEV");
14879 if (!value) {
14880 blkid_put_cache(cache);
14881 return 2;
14882 }
14883
14884 if (strcmp(value, "zfs")) {
14885 free(value);
14886 blkid_put_cache(cache);
14887 return 3;
14888 }
14889
14890 free(value);
14891 blkid_put_cache(cache);
14892
14893 ;
14894 return 0;
14895}
14896_ACEOF
14897rm -f conftest$ac_exeext
14898if { (ac_try="$ac_link"
14899case "(($ac_try" in
14900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14901 *) ac_try_echo=$ac_try;;
14902esac
14903eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14904$as_echo "$ac_try_echo") >&5
14905 (eval "$ac_link") 2>&5
14906 ac_status=$?
14907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14908 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14909 { (case "(($ac_try" in
14910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14911 *) ac_try_echo=$ac_try;;
14912esac
14913eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14914$as_echo "$ac_try_echo") >&5
14915 (eval "$ac_try") 2>&5
14916 ac_status=$?
14917 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14918 (exit $ac_status); }; }; then
14919
14920 rm -f $ZFS_DEV
14921 { $as_echo "$as_me:$LINENO: result: yes" >&5
14922$as_echo "yes" >&6; }
14923 LIBBLKID="-lblkid"
14924
14925
14926cat >>confdefs.h <<\_ACEOF
14927#define HAVE_LIBBLKID 1
14928_ACEOF
14929
14930
14931else
14932 $as_echo "$as_me: program exited with status $ac_status" >&5
14933$as_echo "$as_me: failed program was:" >&5
14934sed 's/^/| /' conftest.$ac_ext >&5
14935
14936( exit $ac_status )
14937
14938 rm -f $ZFS_DEV
14939 { $as_echo "$as_me:$LINENO: result: no" >&5
14940$as_echo "no" >&6; }
14941 if test "x$with_blkid" != xcheck; then
14942 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14943$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14944{ { $as_echo "$as_me:$LINENO: error: --with-blkid given but unavailable
14945See \`config.log' for more details." >&5
14946$as_echo "$as_me: error: --with-blkid given but unavailable
14947See \`config.log' for more details." >&2;}
14948 { (exit 1); exit 1; }; }; }
14949fi
14950
14951
14952fi
14953rm -rf conftest.dSYM
14954rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14955fi
14956
14957
14958
14959 LDFLAGS="$saved_LDFLAGS"
14960
14961else
14962
14963 if test "x$with_blkid" != xcheck; then
14964 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14965$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14966{ { $as_echo "$as_me:$LINENO: error: --with-blkid given but unavailable
14967See \`config.log' for more details." >&5
14968$as_echo "$as_me: error: --with-blkid given but unavailable
14969See \`config.log' for more details." >&2;}
14970 { (exit 1); exit 1; }; }; }
14971fi
14972
14973
14974
14975fi
14976
14977
14978fi
14979
14980
14981
14982 { $as_echo "$as_me:$LINENO: checking for -Wframe-larger-than=<size> support" >&5
14983$as_echo_n "checking for -Wframe-larger-than=<size> support... " >&6; }
14984
14985 saved_flags="$CFLAGS"
14986 CFLAGS="$CFLAGS -Wframe-larger-than=1024"
14987
14988 if test "$cross_compiling" = yes; then
14989 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14990$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14991{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14992See \`config.log' for more details." >&5
14993$as_echo "$as_me: error: cannot run test program while cross compiling
14994See \`config.log' for more details." >&2;}
14995 { (exit 1); exit 1; }; }; }
14996else
14997 cat >conftest.$ac_ext <<_ACEOF
14998/* confdefs.h. */
14999_ACEOF
15000cat confdefs.h >>conftest.$ac_ext
15001cat >>conftest.$ac_ext <<_ACEOF
15002/* end confdefs.h. */
15003
15004int
15005main ()
15006{
15007
15008 ;
15009 return 0;
15010}
15011_ACEOF
15012rm -f conftest$ac_exeext
15013if { (ac_try="$ac_link"
15014case "(($ac_try" in
15015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15016 *) ac_try_echo=$ac_try;;
15017esac
15018eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15019$as_echo "$ac_try_echo") >&5
15020 (eval "$ac_link") 2>&5
15021 ac_status=$?
15022 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15023 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15024 { (case "(($ac_try" in
15025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15026 *) ac_try_echo=$ac_try;;
15027esac
15028eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15029$as_echo "$ac_try_echo") >&5
15030 (eval "$ac_try") 2>&5
15031 ac_status=$?
15032 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15033 (exit $ac_status); }; }; then
15034
15035 FRAME_LARGER_THAN=-Wframe-larger-than=1024
15036 { $as_echo "$as_me:$LINENO: result: yes" >&5
15037$as_echo "yes" >&6; }
15038
15039else
15040 $as_echo "$as_me: program exited with status $ac_status" >&5
15041$as_echo "$as_me: failed program was:" >&5
15042sed 's/^/| /' conftest.$ac_ext >&5
15043
15044( exit $ac_status )
15045
15046 FRAME_LARGER_THAN=
15047 { $as_echo "$as_me:$LINENO: result: no" >&5
15048$as_echo "no" >&6; }
15049
15050fi
15051rm -rf conftest.dSYM
15052rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15053fi
15054
15055
15056
15057 CFLAGS="$saved_flags"
15058
15059
15060
15061
15062 { $as_echo "$as_me:$LINENO: checking whether pthread stack includes guard" >&5
15063$as_echo_n "checking whether pthread stack includes guard... " >&6; }
15064
15065 saved_CFLAGS="$CFLAGS"
15066 CFLAGS="-fstack-check"
15067 saved_LDFLAGS="$LDFLAGS"
15068 LDFLAGS="-lpthread"
15069
15070 if test "$cross_compiling" = yes; then
15071 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
15072$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15073{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15074See \`config.log' for more details." >&5
15075$as_echo "$as_me: error: cannot run test program while cross compiling
15076See \`config.log' for more details." >&2;}
15077 { (exit 1); exit 1; }; }; }
15078else
15079 cat >conftest.$ac_ext <<_ACEOF
15080/* confdefs.h. */
15081_ACEOF
15082cat confdefs.h >>conftest.$ac_ext
15083cat >>conftest.$ac_ext <<_ACEOF
15084/* end confdefs.h. */
15085
15086 #include <pthread.h>
15087 #include <sys/resource.h>
15088 #include <unistd.h>
15089 #include <bits/local_lim.h>
15090
15091 #define PAGESIZE (sysconf(_SC_PAGESIZE))
15092 #define STACK_SIZE 8192
15093 #define BUFSIZE 4096
15094
15095 void * func(void *arg)
15096 {
15097 char buf[BUFSIZE];
15098 }
15099
15100int
15101main ()
15102{
15103
15104 pthread_t tid;
15105 pthread_attr_t attr;
15106 struct rlimit l;
15107
15108 l.rlim_cur = 0;
15109 l.rlim_max = 0;
15110 setrlimit(RLIMIT_CORE, &l);
15111 pthread_attr_init(&attr);
15112 pthread_attr_setstacksize(&attr, PTHREAD_STACK_MIN + STACK_SIZE);
15113 pthread_attr_setguardsize(&attr, PAGESIZE);
15114 pthread_create(&tid, &attr, func, NULL);
15115 pthread_join(tid, NULL);
15116
15117 ;
15118 return 0;
15119}
15120_ACEOF
15121rm -f conftest$ac_exeext
15122if { (ac_try="$ac_link"
15123case "(($ac_try" in
15124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15125 *) ac_try_echo=$ac_try;;
15126esac
15127eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15128$as_echo "$ac_try_echo") >&5
15129 (eval "$ac_link") 2>&5
15130 ac_status=$?
15131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15132 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15133 { (case "(($ac_try" in
15134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15135 *) ac_try_echo=$ac_try;;
15136esac
15137eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15138$as_echo "$ac_try_echo") >&5
15139 (eval "$ac_try") 2>&5
15140 ac_status=$?
15141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15142 (exit $ac_status); }; }; then
15143
15144 { $as_echo "$as_me:$LINENO: result: no" >&5
15145$as_echo "no" >&6; }
15146
15147else
15148 $as_echo "$as_me: program exited with status $ac_status" >&5
15149$as_echo "$as_me: failed program was:" >&5
15150sed 's/^/| /' conftest.$ac_ext >&5
15151
15152( exit $ac_status )
15153
15154
15155cat >>confdefs.h <<\_ACEOF
15156#define NPTL_GUARD_WITHIN_STACK 1
15157_ACEOF
15158
15159 { $as_echo "$as_me:$LINENO: result: yes" >&5
15160$as_echo "yes" >&6; }
15161
15162fi
15163rm -rf conftest.dSYM
15164rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15165fi
15166
15167
15168 CFLAGS="$saved_CFLAGS"
15169 LDFLAGS="$saved_LDFLAGS"
15170
15171 ;;
15172 all)
15173
15174
15175# Check whether --with-linux was given.
15176if test "${with_linux+set}" = set; then
15177 withval=$with_linux; kernelsrc="$withval"
15178fi
15179
15180
15181
15182# Check whether --with-linux-obj was given.
15183if test "${with_linux_obj+set}" = set; then
15184 withval=$with_linux_obj; kernelbuild="$withval"
15185fi
15186
15187
15188 { $as_echo "$as_me:$LINENO: checking kernel source directory" >&5
15189$as_echo_n "checking kernel source directory... " >&6; }
15190 if test -z "$kernelsrc"; then
15191 headersdir="/lib/modules/$(uname -r)/build"
15192 if test -e "$headersdir"; then
15193 sourcelink=$(readlink -f "$headersdir")
15194 else
15195 sourcelink=$(ls -1d /usr/src/kernels/* \
15196 /usr/src/linux-* \
15197 2>/dev/null | grep -v obj | tail -1)
15198 fi
15199
15200 if test -n "$sourcelink" && test -e ${sourcelink}; then
15201 kernelsrc=`readlink -f ${sourcelink}`
15202 else
15203 { $as_echo "$as_me:$LINENO: result: Not found" >&5
15204$as_echo "Not found" >&6; }
15205 { { $as_echo "$as_me:$LINENO: error:
15206 *** Please make sure the kernel devel package for your distribution
15207 *** is installed then try again. If that fails you can specify the
15208 *** location of the kernel source with the '--with-linux=PATH' option." >&5
15209$as_echo "$as_me: error:
15210 *** Please make sure the kernel devel package for your distribution
15211 *** is installed then try again. If that fails you can specify the
15212 *** location of the kernel source with the '--with-linux=PATH' option." >&2;}
15213 { (exit 1); exit 1; }; }
15214 fi
15215 else
15216 if test "$kernelsrc" = "NONE"; then
15217 kernsrcver=NONE
15218 fi
15219 fi
15220
15221 { $as_echo "$as_me:$LINENO: result: $kernelsrc" >&5
15222$as_echo "$kernelsrc" >&6; }
15223 { $as_echo "$as_me:$LINENO: checking kernel build directory" >&5
15224$as_echo_n "checking kernel build directory... " >&6; }
15225 if test -z "$kernelbuild"; then
15226 if test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}; then
15227 kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
15228 elif test -d ${kernelsrc}-obj/${target_cpu}/default; then
15229 kernelbuild=${kernelsrc}-obj/${target_cpu}/default
15230 elif test -d `dirname ${kernelsrc}`/build-${target_cpu}; then
15231 kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
15232 else
15233 kernelbuild=${kernelsrc}
15234 fi
15235 fi
15236 { $as_echo "$as_me:$LINENO: result: $kernelbuild" >&5
15237$as_echo "$kernelbuild" >&6; }
15238
15239 { $as_echo "$as_me:$LINENO: checking kernel source version" >&5
15240$as_echo_n "checking kernel source version... " >&6; }
15241 utsrelease1=$kernelbuild/include/linux/version.h
15242 utsrelease2=$kernelbuild/include/linux/utsrelease.h
15243 utsrelease3=$kernelbuild/include/generated/utsrelease.h
15244 if test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1; then
15245 utsrelease=linux/version.h
15246 elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then
15247 utsrelease=linux/utsrelease.h
15248 elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then
15249 utsrelease=generated/utsrelease.h
15250 fi
15251
15252 if test "$utsrelease"; then
15253 kernsrcver=`(echo "#include <$utsrelease>";
15254 echo "kernsrcver=UTS_RELEASE") |
15255 cpp -I $kernelbuild/include |
15256 grep "^kernsrcver=" | cut -d \" -f 2`
15257
15258 if test -z "$kernsrcver"; then
15259 { $as_echo "$as_me:$LINENO: result: Not found" >&5
15260$as_echo "Not found" >&6; }
15261 { { $as_echo "$as_me:$LINENO: error: *** Cannot determine kernel version." >&5
15262$as_echo "$as_me: error: *** Cannot determine kernel version." >&2;}
15263 { (exit 1); exit 1; }; }
15264 fi
15265 else
15266 { $as_echo "$as_me:$LINENO: result: Not found" >&5
15267$as_echo "Not found" >&6; }
15268 { { $as_echo "$as_me:$LINENO: error: *** Cannot find UTS_RELEASE definition." >&5
15269$as_echo "$as_me: error: *** Cannot find UTS_RELEASE definition." >&2;}
15270 { (exit 1); exit 1; }; }
15271 fi
15272
15273 { $as_echo "$as_me:$LINENO: result: $kernsrcver" >&5
15274$as_echo "$kernsrcver" >&6; }
15275
15276 LINUX=${kernelsrc}
15277 LINUX_OBJ=${kernelbuild}
15278 LINUX_VERSION=${kernsrcver}
15279
15280
15281
15282
15283
15284
15285 modpost=$LINUX/scripts/Makefile.modpost
15286 { $as_echo "$as_me:$LINENO: checking kernel file name for module symbols" >&5
15287$as_echo_n "checking kernel file name for module symbols... " >&6; }
15288 if test -f "$modpost"; then
15289 if grep -q Modules.symvers $modpost; then
15290 LINUX_SYMBOLS=Modules.symvers
15291 else
15292 LINUX_SYMBOLS=Module.symvers
15293 fi
15294 else
15295 LINUX_SYMBOLS=NONE
15296 fi
15297 { $as_echo "$as_me:$LINENO: result: $LINUX_SYMBOLS" >&5
15298$as_echo "$LINUX_SYMBOLS" >&6; }
15299
15300
15301
15302
15303
15304# Check whether --with-spl was given.
15305if test "${with_spl+set}" = set; then
15306 withval=$with_spl; splsrc="$withval"
15307fi
15308
15309
15310
15311# Check whether --with-spl-obj was given.
15312if test "${with_spl_obj+set}" = set; then
15313 withval=$with_spl_obj; splbuild="$withval"
15314fi
15315
15316
15317
15318 { $as_echo "$as_me:$LINENO: checking spl source directory" >&5
15319$as_echo_n "checking spl source directory... " >&6; }
15320 if test -z "$splsrc"; then
15321 sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
15322 2>/dev/null | tail -1`
15323
15324 if test -z "$sourcelink" || test ! -e $sourcelink; then
15325 sourcelink=../spl
15326 fi
15327
15328 if test -e $sourcelink; then
15329 splsrc=`readlink -f ${sourcelink}`
15330 else
15331 { $as_echo "$as_me:$LINENO: result: Not found" >&5
15332$as_echo "Not found" >&6; }
15333 { { $as_echo "$as_me:$LINENO: error:
15334 *** Please make sure the spl devel package for your distribution
15335 *** is installed then try again. If that fails you can specify the
15336 *** location of the spl source with the '--with-spl=PATH' option." >&5
15337$as_echo "$as_me: error:
15338 *** Please make sure the spl devel package for your distribution
15339 *** is installed then try again. If that fails you can specify the
15340 *** location of the spl source with the '--with-spl=PATH' option." >&2;}
15341 { (exit 1); exit 1; }; }
15342 fi
15343 else
15344 if test "$splsrc" = "NONE"; then
15345 splbuild=NONE
15346 splsrcver=NONE
15347 fi
15348 fi
15349
15350 { $as_echo "$as_me:$LINENO: result: $splsrc" >&5
15351$as_echo "$splsrc" >&6; }
15352 { $as_echo "$as_me:$LINENO: checking spl build directory" >&5
15353$as_echo_n "checking spl build directory... " >&6; }
15354 if test -z "$splbuild"; then
6283f55e 15355 splbuild=${splsrc}
e70e591c
BB
15356 fi
15357 { $as_echo "$as_me:$LINENO: result: $splbuild" >&5
15358$as_echo "$splbuild" >&6; }
15359
15360 { $as_echo "$as_me:$LINENO: checking spl source version" >&5
15361$as_echo_n "checking spl source version... " >&6; }
5e612145
BB
15362 if test -r $splbuild/spl_config.h &&
15363 fgrep -q SPL_META_VERSION $splbuild/spl_config.h; then
e70e591c
BB
15364
15365 splsrcver=`(echo "#include <spl_config.h>";
15366 echo "splsrcver=SPL_META_VERSION") |
5e612145 15367 cpp -I $splbuild |
e70e591c
BB
15368 grep "^splsrcver=" | cut -d \" -f 2`
15369 fi
15370
15371 if test -z "$splsrcver"; then
15372 { $as_echo "$as_me:$LINENO: result: Not found" >&5
15373$as_echo "Not found" >&6; }
15374 { { $as_echo "$as_me:$LINENO: error:
15375 *** Cannot determine the version of the spl source.
15376 *** Please prepare the spl source before running this script" >&5
15377$as_echo "$as_me: error:
15378 *** Cannot determine the version of the spl source.
15379 *** Please prepare the spl source before running this script" >&2;}
15380 { (exit 1); exit 1; }; }
15381 fi
15382
15383 { $as_echo "$as_me:$LINENO: result: $splsrcver" >&5
15384$as_echo "$splsrcver" >&6; }
15385
15386 SPL=${splsrc}
15387 SPL_OBJ=${splbuild}
15388 SPL_VERSION=${splsrcver}
15389
15390
15391
15392
15393
15394
15395 { $as_echo "$as_me:$LINENO: checking spl file name for module symbols" >&5
15396$as_echo_n "checking spl file name for module symbols... " >&6; }
15397 if test -r $SPL_OBJ/Module.symvers; then
15398 SPL_SYMBOLS=Module.symvers
15399 elif test -r $SPL_OBJ/Modules.symvers; then
15400 SPL_SYMBOLS=Modules.symvers
6283f55e
BB
15401 elif test -r $SPL_OBJ/module/Module.symvers; then
15402 SPL_SYMBOLS=Module.symvers
15403 elif test -r $SPL_OBJ/module/Modules.symvers; then
15404 SPL_SYMBOLS=Modules.symvers
e70e591c
BB
15405 else
15406 SPL_SYMBOLS=$LINUX_SYMBOLS
15407 fi
15408
15409 { $as_echo "$as_me:$LINENO: result: $SPL_SYMBOLS" >&5
15410$as_echo "$SPL_SYMBOLS" >&6; }
15411
15412
15413
15414
15415
15416 if test "$ZFS_META_LICENSE" = CDDL; then
15417 { $as_echo "$as_me:$LINENO: checking whether Linux was built with CONFIG_DEBUG_LOCK_ALLOC" >&5
15418$as_echo_n "checking whether Linux was built with CONFIG_DEBUG_LOCK_ALLOC... " >&6; }
15419
15420
15421cat confdefs.h - <<_ACEOF >conftest.c
15422/* confdefs.h. */
15423_ACEOF
15424cat confdefs.h >>conftest.$ac_ext
15425cat >>conftest.$ac_ext <<_ACEOF
15426/* end confdefs.h. */
15427
15428
15429 #ifndef AUTOCONF_INCLUDED
15430 #include <linux/config.h>
15431 #endif
15432
15433int
15434main (void)
15435{
15436
15437 #ifndef CONFIG_DEBUG_LOCK_ALLOC
15438 #error CONFIG_DEBUG_LOCK_ALLOC not #defined
15439 #endif
15440
15441 ;
15442 return 0;
15443}
15444
15445_ACEOF
15446
15447
15448 rm -Rf build && mkdir -p build
15449 echo "obj-m := conftest.o" >build/Makefile
15450 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
15451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15452 (eval $ac_try) 2>&5
15453 ac_status=$?
15454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15455 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15457 (eval $ac_try) 2>&5
15458 ac_status=$?
15459 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15460 (exit $ac_status); }; }; then
15461
15462 { $as_echo "$as_me:$LINENO: result: yes" >&5
15463$as_echo "yes" >&6; }
15464 { { $as_echo "$as_me:$LINENO: error:
15465 *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is
15466 *** incompatible with the CDDL license. You must rebuild
15467 *** your kernel without this option." >&5
15468$as_echo "$as_me: error:
15469 *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is
15470 *** incompatible with the CDDL license. You must rebuild
15471 *** your kernel without this option." >&2;}
15472 { (exit 1); exit 1; }; }
15473
15474else
15475 $as_echo "$as_me: failed program was:" >&5
15476sed 's/^/| /' conftest.$ac_ext >&5
15477
15478 { $as_echo "$as_me:$LINENO: result: no" >&5
15479$as_echo "no" >&6; }
15480
15481
15482
15483
15484fi
15485
15486 rm -Rf build
15487
15488
15489
15490 fi
15491
15492 if test "$ZFS_META_LICENSE" = GPL; then
15493
15494cat >>confdefs.h <<\_ACEOF
15495#define HAVE_GPL_ONLY_SYMBOLS 1
15496_ACEOF
15497
15498 fi
15499
15500
15501 { $as_echo "$as_me:$LINENO: checking block device operation prototypes" >&5
15502$as_echo_n "checking block device operation prototypes... " >&6; }
15503
15504
15505cat confdefs.h - <<_ACEOF >conftest.c
15506/* confdefs.h. */
15507_ACEOF
15508cat confdefs.h >>conftest.$ac_ext
15509cat >>conftest.$ac_ext <<_ACEOF
15510/* end confdefs.h. */
15511
15512
15513 #include <linux/blkdev.h>
15514
15515int
15516main (void)
15517{
15518
15519 int (*blk_open) (struct block_device *, fmode_t) = NULL;
15520 int (*blk_release) (struct gendisk *, fmode_t) = NULL;
15521 int (*blk_ioctl) (struct block_device *, fmode_t,
15522 unsigned, unsigned long) = NULL;
15523 int (*blk_compat_ioctl) (struct block_device *, fmode_t,
15524 unsigned, unsigned long) = NULL;
15525 struct block_device_operations blk_ops = {
15526 .open = blk_open,
15527 .release = blk_release,
15528 .ioctl = blk_ioctl,
15529 .compat_ioctl = blk_compat_ioctl,
15530 };
15531
15532 blk_ops.open(NULL, 0);
15533 blk_ops.release(NULL, 0);
15534 blk_ops.ioctl(NULL, 0, 0, 0);
15535 blk_ops.compat_ioctl(NULL, 0, 0, 0);
15536
15537 ;
15538 return 0;
15539}
15540
15541_ACEOF
15542
15543
15544 rm -Rf build && mkdir -p build
15545 echo "obj-m := conftest.o" >build/Makefile
15546 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
15547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15548 (eval $ac_try) 2>&5
15549 ac_status=$?
15550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15551 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15553 (eval $ac_try) 2>&5
15554 ac_status=$?
15555 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15556 (exit $ac_status); }; }; then
15557
15558 { $as_echo "$as_me:$LINENO: result: struct block_device" >&5
15559$as_echo "struct block_device" >&6; }
15560
15561cat >>confdefs.h <<\_ACEOF
15562#define HAVE_BDEV_BLOCK_DEVICE_OPERATIONS 1
15563_ACEOF
15564
15565
15566else
15567 $as_echo "$as_me: failed program was:" >&5
15568sed 's/^/| /' conftest.$ac_ext >&5
15569
15570 { $as_echo "$as_me:$LINENO: result: struct inode" >&5
15571$as_echo "struct inode" >&6; }
15572
15573
15574
15575fi
15576
15577 rm -Rf build
15578
15579
15580
15581 { $as_echo "$as_me:$LINENO: checking whether kernel defines fmode_t" >&5
15582$as_echo_n "checking whether kernel defines fmode_t... " >&6; }
15583
15584
15585cat confdefs.h - <<_ACEOF >conftest.c
15586/* confdefs.h. */
15587_ACEOF
15588cat confdefs.h >>conftest.$ac_ext
15589cat >>conftest.$ac_ext <<_ACEOF
15590/* end confdefs.h. */
15591
15592
15593 #include <linux/types.h>
15594
15595int
15596main (void)
15597{
15598
15599 fmode_t *ptr;
15600
15601 ;
15602 return 0;
15603}
15604
15605_ACEOF
15606
15607
15608 rm -Rf build && mkdir -p build
15609 echo "obj-m := conftest.o" >build/Makefile
15610 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
15611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15612 (eval $ac_try) 2>&5
15613 ac_status=$?
15614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15615 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15617 (eval $ac_try) 2>&5
15618 ac_status=$?
15619 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15620 (exit $ac_status); }; }; then
15621
15622 { $as_echo "$as_me:$LINENO: result: yes" >&5
15623$as_echo "yes" >&6; }
15624
15625cat >>confdefs.h <<\_ACEOF
15626#define HAVE_FMODE_T 1
15627_ACEOF
15628
15629
15630else
15631 $as_echo "$as_me: failed program was:" >&5
15632sed 's/^/| /' conftest.$ac_ext >&5
15633
15634 { $as_echo "$as_me:$LINENO: result: no" >&5
15635$as_echo "no" >&6; }
15636
15637
15638
15639fi
15640
15641 rm -Rf build
15642
15643
15644
15645
15646 { $as_echo "$as_me:$LINENO: checking whether kernel defines KOBJ_NAME_LEN" >&5
15647$as_echo_n "checking whether kernel defines KOBJ_NAME_LEN... " >&6; }
15648
15649
15650cat confdefs.h - <<_ACEOF >conftest.c
15651/* confdefs.h. */
15652_ACEOF
15653cat confdefs.h >>conftest.$ac_ext
15654cat >>conftest.$ac_ext <<_ACEOF
15655/* end confdefs.h. */
15656
15657
15658 #include <linux/kobject.h>
15659
15660int
15661main (void)
15662{
15663
15664 int val;
15665 val = KOBJ_NAME_LEN;
15666
15667 ;
15668 return 0;
15669}
15670
15671_ACEOF
15672
15673
15674 rm -Rf build && mkdir -p build
15675 echo "obj-m := conftest.o" >build/Makefile
15676 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
15677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15678 (eval $ac_try) 2>&5
15679 ac_status=$?
15680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15681 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15683 (eval $ac_try) 2>&5
15684 ac_status=$?
15685 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15686 (exit $ac_status); }; }; then
15687
15688 { $as_echo "$as_me:$LINENO: result: yes" >&5
15689$as_echo "yes" >&6; }
15690
15691cat >>confdefs.h <<\_ACEOF
15692#define HAVE_KOBJ_NAME_LEN 1
15693_ACEOF
15694
15695
15696else
15697 $as_echo "$as_me: failed program was:" >&5
15698sed 's/^/| /' conftest.$ac_ext >&5
15699
15700 { $as_echo "$as_me:$LINENO: result: no" >&5
15701$as_echo "no" >&6; }
15702
15703
15704
15705fi
15706
15707 rm -Rf build
15708
15709
15710
15711
15712 { $as_echo "$as_me:$LINENO: checking whether symbol open_bdev_exclusive is exported" >&5
15713$as_echo_n "checking whether symbol open_bdev_exclusive is exported... " >&6; }
15714 grep -q -E '[[:space:]]open_bdev_exclusive[[:space:]]' \
15715 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
15716 rc=$?
15717 if test $rc -ne 0; then
15718 export=0
15719 for file in fs/block_dev.c; do
15720 grep -q -E "EXPORT_SYMBOL.*(open_bdev_exclusive)" "$LINUX/$file" 2>/dev/null
15721 rc=$?
15722 if test $rc -eq 0; then
15723 export=1
15724 break;
15725 fi
15726 done
15727 if test $export -eq 0; then
15728 { $as_echo "$as_me:$LINENO: result: no" >&5
15729$as_echo "no" >&6; }
15730
15731 else
15732 { $as_echo "$as_me:$LINENO: result: yes" >&5
15733$as_echo "yes" >&6; }
15734
15735cat >>confdefs.h <<\_ACEOF
15736#define HAVE_OPEN_BDEV_EXCLUSIVE 1
15737_ACEOF
15738
15739 fi
15740 else
15741 { $as_echo "$as_me:$LINENO: result: yes" >&5
15742$as_echo "yes" >&6; }
15743
15744cat >>confdefs.h <<\_ACEOF
15745#define HAVE_OPEN_BDEV_EXCLUSIVE 1
15746_ACEOF
15747
15748 fi
15749
15750
15751
15752 { $as_echo "$as_me:$LINENO: checking whether invalidate_bdev() wants 1 arg" >&5
15753$as_echo_n "checking whether invalidate_bdev() wants 1 arg... " >&6; }
15754
15755
15756cat confdefs.h - <<_ACEOF >conftest.c
15757/* confdefs.h. */
15758_ACEOF
15759cat confdefs.h >>conftest.$ac_ext
15760cat >>conftest.$ac_ext <<_ACEOF
15761/* end confdefs.h. */
15762
15763
15764 #include <linux/buffer_head.h>
15765
15766int
15767main (void)
15768{
15769
15770 struct block_device *bdev;
15771 invalidate_bdev(bdev);
15772
15773 ;
15774 return 0;
15775}
15776
15777_ACEOF
15778
15779
15780 rm -Rf build && mkdir -p build
15781 echo "obj-m := conftest.o" >build/Makefile
15782 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
15783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15784 (eval $ac_try) 2>&5
15785 ac_status=$?
15786 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15787 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15789 (eval $ac_try) 2>&5
15790 ac_status=$?
15791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15792 (exit $ac_status); }; }; then
15793
15794 { $as_echo "$as_me:$LINENO: result: yes" >&5
15795$as_echo "yes" >&6; }
15796
15797cat >>confdefs.h <<\_ACEOF
15798#define HAVE_1ARG_INVALIDATE_BDEV 1
15799_ACEOF
15800
15801
15802else
15803 $as_echo "$as_me: failed program was:" >&5
15804sed 's/^/| /' conftest.$ac_ext >&5
15805
15806 { $as_echo "$as_me:$LINENO: result: no" >&5
15807$as_echo "no" >&6; }
15808
15809
15810
15811fi
15812
15813 rm -Rf build
15814
15815
15816
15817
15818 { $as_echo "$as_me:$LINENO: checking whether bdev_logical_block_size() is available" >&5
15819$as_echo_n "checking whether bdev_logical_block_size() is available... " >&6; }
15820
15821
15822cat confdefs.h - <<_ACEOF >conftest.c
15823/* confdefs.h. */
15824_ACEOF
15825cat confdefs.h >>conftest.$ac_ext
15826cat >>conftest.$ac_ext <<_ACEOF
15827/* end confdefs.h. */
15828
15829
15830 #include <linux/blkdev.h>
15831
15832int
15833main (void)
15834{
15835
15836 struct block_device *bdev = NULL;
15837 bdev_logical_block_size(bdev);
15838
15839 ;
15840 return 0;
15841}
15842
15843_ACEOF
15844
15845
15846 rm -Rf build && mkdir -p build
15847 echo "obj-m := conftest.o" >build/Makefile
15848 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
15849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15850 (eval $ac_try) 2>&5
15851 ac_status=$?
15852 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15853 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15855 (eval $ac_try) 2>&5
15856 ac_status=$?
15857 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15858 (exit $ac_status); }; }; then
15859
15860 { $as_echo "$as_me:$LINENO: result: yes" >&5
15861$as_echo "yes" >&6; }
15862
15863cat >>confdefs.h <<\_ACEOF
15864#define HAVE_BDEV_LOGICAL_BLOCK_SIZE 1
15865_ACEOF
15866
15867
15868else
15869 $as_echo "$as_me: failed program was:" >&5
15870sed 's/^/| /' conftest.$ac_ext >&5
15871
15872 { $as_echo "$as_me:$LINENO: result: no" >&5
15873$as_echo "no" >&6; }
15874
15875
15876
15877fi
15878
15879 rm -Rf build
15880
15881
15882
15883
15884 { $as_echo "$as_me:$LINENO: checking whether bio_empty_barrier() is defined" >&5
15885$as_echo_n "checking whether bio_empty_barrier() is defined... " >&6; }
15886 EXTRA_KCFLAGS="-Werror"
15887
15888
15889cat confdefs.h - <<_ACEOF >conftest.c
15890/* confdefs.h. */
15891_ACEOF
15892cat confdefs.h >>conftest.$ac_ext
15893cat >>conftest.$ac_ext <<_ACEOF
15894/* end confdefs.h. */
15895
15896
15897 #include <linux/bio.h>
15898
15899int
15900main (void)
15901{
15902
15903 struct bio bio;
15904 (void)bio_empty_barrier(&bio);
15905
15906 ;
15907 return 0;
15908}
15909
15910_ACEOF
15911
15912
15913 rm -Rf build && mkdir -p build
15914 echo "obj-m := conftest.o" >build/Makefile
15915 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
15916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15917 (eval $ac_try) 2>&5
15918 ac_status=$?
15919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15920 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15922 (eval $ac_try) 2>&5
15923 ac_status=$?
15924 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15925 (exit $ac_status); }; }; then
15926
15927 { $as_echo "$as_me:$LINENO: result: yes" >&5
15928$as_echo "yes" >&6; }
15929
15930cat >>confdefs.h <<\_ACEOF
15931#define HAVE_BIO_EMPTY_BARRIER 1
15932_ACEOF
15933
15934
15935else
15936 $as_echo "$as_me: failed program was:" >&5
15937sed 's/^/| /' conftest.$ac_ext >&5
15938
15939 { $as_echo "$as_me:$LINENO: result: no" >&5
15940$as_echo "no" >&6; }
15941
15942
15943
15944fi
15945
15946 rm -Rf build
15947
15948
15949
15950
f4af6bb7
BB
15951 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_FAILFAST is defined" >&5
15952$as_echo_n "checking whether BIO_RW_FAILFAST is defined... " >&6; }
15953
15954
15955cat confdefs.h - <<_ACEOF >conftest.c
15956/* confdefs.h. */
15957_ACEOF
15958cat confdefs.h >>conftest.$ac_ext
15959cat >>conftest.$ac_ext <<_ACEOF
15960/* end confdefs.h. */
15961
15962
15963 #include <linux/bio.h>
15964
15965int
15966main (void)
15967{
15968
15969 int flags;
15970 flags = (1 << BIO_RW_FAILFAST);
15971
15972 ;
15973 return 0;
15974}
15975
15976_ACEOF
15977
15978
15979 rm -Rf build && mkdir -p build
15980 echo "obj-m := conftest.o" >build/Makefile
15981 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
15982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15983 (eval $ac_try) 2>&5
15984 ac_status=$?
15985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15986 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15988 (eval $ac_try) 2>&5
15989 ac_status=$?
15990 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15991 (exit $ac_status); }; }; then
15992
15993 { $as_echo "$as_me:$LINENO: result: yes" >&5
15994$as_echo "yes" >&6; }
15995
15996cat >>confdefs.h <<\_ACEOF
15997#define HAVE_BIO_RW_FAILFAST 1
15998_ACEOF
15999
16000
16001else
16002 $as_echo "$as_me: failed program was:" >&5
16003sed 's/^/| /' conftest.$ac_ext >&5
16004
16005 { $as_echo "$as_me:$LINENO: result: no" >&5
16006$as_echo "no" >&6; }
16007
16008
16009
16010fi
16011
16012 rm -Rf build
16013
16014
16015
16016
2959d94a
BB
16017 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_FAILFAST_* are defined" >&5
16018$as_echo_n "checking whether BIO_RW_FAILFAST_* are defined... " >&6; }
16019
16020
16021cat confdefs.h - <<_ACEOF >conftest.c
16022/* confdefs.h. */
16023_ACEOF
16024cat confdefs.h >>conftest.$ac_ext
16025cat >>conftest.$ac_ext <<_ACEOF
16026/* end confdefs.h. */
16027
16028
16029 #include <linux/bio.h>
16030
16031int
16032main (void)
16033{
16034
16035 int flags;
16036 flags = ((1 << BIO_RW_FAILFAST_DEV) |
16037 (1 << BIO_RW_FAILFAST_TRANSPORT) |
16038 (1 << BIO_RW_FAILFAST_DRIVER));
16039
16040 ;
16041 return 0;
16042}
16043
16044_ACEOF
16045
16046
16047 rm -Rf build && mkdir -p build
16048 echo "obj-m := conftest.o" >build/Makefile
16049 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16051 (eval $ac_try) 2>&5
16052 ac_status=$?
16053 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16054 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16056 (eval $ac_try) 2>&5
16057 ac_status=$?
16058 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16059 (exit $ac_status); }; }; then
16060
16061 { $as_echo "$as_me:$LINENO: result: yes" >&5
16062$as_echo "yes" >&6; }
16063
16064cat >>confdefs.h <<\_ACEOF
f4af6bb7
BB
16065#define HAVE_BIO_RW_FAILFAST_DTD 1
16066_ACEOF
16067
16068
16069else
16070 $as_echo "$as_me: failed program was:" >&5
16071sed 's/^/| /' conftest.$ac_ext >&5
16072
16073 { $as_echo "$as_me:$LINENO: result: no" >&5
16074$as_echo "no" >&6; }
16075
16076
16077
16078fi
16079
16080 rm -Rf build
16081
16082
16083
16084
16085 { $as_echo "$as_me:$LINENO: checking whether REQ_FAILFAST_MASK is defined" >&5
16086$as_echo_n "checking whether REQ_FAILFAST_MASK is defined... " >&6; }
16087
16088
16089cat confdefs.h - <<_ACEOF >conftest.c
16090/* confdefs.h. */
16091_ACEOF
16092cat confdefs.h >>conftest.$ac_ext
16093cat >>conftest.$ac_ext <<_ACEOF
16094/* end confdefs.h. */
16095
16096
16097 #include <linux/bio.h>
16098
16099int
16100main (void)
16101{
16102
16103 int flags;
16104 flags = REQ_FAILFAST_MASK;
16105
16106 ;
16107 return 0;
16108}
16109
16110_ACEOF
16111
16112
16113 rm -Rf build && mkdir -p build
16114 echo "obj-m := conftest.o" >build/Makefile
16115 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16117 (eval $ac_try) 2>&5
16118 ac_status=$?
16119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16120 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16122 (eval $ac_try) 2>&5
16123 ac_status=$?
16124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16125 (exit $ac_status); }; }; then
16126
16127 { $as_echo "$as_me:$LINENO: result: yes" >&5
16128$as_echo "yes" >&6; }
16129
16130cat >>confdefs.h <<\_ACEOF
16131#define HAVE_BIO_REQ_FAILFAST_MASK 1
2959d94a
BB
16132_ACEOF
16133
16134
16135else
16136 $as_echo "$as_me: failed program was:" >&5
16137sed 's/^/| /' conftest.$ac_ext >&5
16138
16139 { $as_echo "$as_me:$LINENO: result: no" >&5
16140$as_echo "no" >&6; }
16141
16142
16143
16144fi
16145
16146 rm -Rf build
16147
16148
16149
16150
e70e591c
BB
16151 { $as_echo "$as_me:$LINENO: checking whether bio_end_io_t wants 2 args" >&5
16152$as_echo_n "checking whether bio_end_io_t wants 2 args... " >&6; }
16153 tmp_flags="$EXTRA_KCFLAGS"
16154 EXTRA_KCFLAGS="-Werror"
16155
16156
16157cat confdefs.h - <<_ACEOF >conftest.c
16158/* confdefs.h. */
16159_ACEOF
16160cat confdefs.h >>conftest.$ac_ext
16161cat >>conftest.$ac_ext <<_ACEOF
16162/* end confdefs.h. */
16163
16164
16165 #include <linux/bio.h>
16166
16167int
16168main (void)
16169{
16170
16171 void (*wanted_end_io)(struct bio *, int) = NULL;
16172 bio_end_io_t *local_end_io;
16173
16174 local_end_io = wanted_end_io;
16175
16176 ;
16177 return 0;
16178}
16179
16180_ACEOF
16181
16182
16183 rm -Rf build && mkdir -p build
16184 echo "obj-m := conftest.o" >build/Makefile
16185 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16187 (eval $ac_try) 2>&5
16188 ac_status=$?
16189 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16190 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16192 (eval $ac_try) 2>&5
16193 ac_status=$?
16194 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16195 (exit $ac_status); }; }; then
16196
16197 { $as_echo "$as_me:$LINENO: result: yes" >&5
16198$as_echo "yes" >&6; }
16199
16200cat >>confdefs.h <<\_ACEOF
16201#define HAVE_2ARGS_BIO_END_IO_T 1
16202_ACEOF
16203
16204
16205else
16206 $as_echo "$as_me: failed program was:" >&5
16207sed 's/^/| /' conftest.$ac_ext >&5
16208
16209 { $as_echo "$as_me:$LINENO: result: no" >&5
16210$as_echo "no" >&6; }
16211
16212
16213
16214fi
16215
16216 rm -Rf build
16217
16218
16219 EXTRA_KCFLAGS="$tmp_flags"
16220
16221
675de5aa
BB
16222 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_SYNC is defined" >&5
16223$as_echo_n "checking whether BIO_RW_SYNC is defined... " >&6; }
16224
16225
16226cat confdefs.h - <<_ACEOF >conftest.c
16227/* confdefs.h. */
16228_ACEOF
16229cat confdefs.h >>conftest.$ac_ext
16230cat >>conftest.$ac_ext <<_ACEOF
16231/* end confdefs.h. */
16232
16233
16234 #include <linux/bio.h>
16235
16236int
16237main (void)
16238{
16239
16240 int flags;
16241 flags = BIO_RW_SYNC;
16242
16243 ;
16244 return 0;
16245}
16246
16247_ACEOF
16248
16249
16250 rm -Rf build && mkdir -p build
16251 echo "obj-m := conftest.o" >build/Makefile
16252 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16254 (eval $ac_try) 2>&5
16255 ac_status=$?
16256 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16257 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16259 (eval $ac_try) 2>&5
16260 ac_status=$?
16261 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16262 (exit $ac_status); }; }; then
16263
16264 { $as_echo "$as_me:$LINENO: result: yes" >&5
16265$as_echo "yes" >&6; }
16266
16267cat >>confdefs.h <<\_ACEOF
16268#define HAVE_BIO_RW_SYNC 1
16269_ACEOF
16270
16271
16272else
16273 $as_echo "$as_me: failed program was:" >&5
16274sed 's/^/| /' conftest.$ac_ext >&5
16275
16276 { $as_echo "$as_me:$LINENO: result: no" >&5
16277$as_echo "no" >&6; }
16278
16279
16280
16281fi
16282
16283 rm -Rf build
16284
16285
16286
16287
e70e591c
BB
16288 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_SYNCIO is defined" >&5
16289$as_echo_n "checking whether BIO_RW_SYNCIO is defined... " >&6; }
16290
16291
16292cat confdefs.h - <<_ACEOF >conftest.c
16293/* confdefs.h. */
16294_ACEOF
16295cat confdefs.h >>conftest.$ac_ext
16296cat >>conftest.$ac_ext <<_ACEOF
16297/* end confdefs.h. */
16298
16299
16300 #include <linux/bio.h>
16301
16302int
16303main (void)
16304{
16305
16306 int flags;
16307 flags = BIO_RW_SYNCIO;
16308
16309 ;
16310 return 0;
16311}
16312
16313_ACEOF
16314
16315
16316 rm -Rf build && mkdir -p build
16317 echo "obj-m := conftest.o" >build/Makefile
16318 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16320 (eval $ac_try) 2>&5
16321 ac_status=$?
16322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16323 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16325 (eval $ac_try) 2>&5
16326 ac_status=$?
16327 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16328 (exit $ac_status); }; }; then
16329
16330 { $as_echo "$as_me:$LINENO: result: yes" >&5
16331$as_echo "yes" >&6; }
16332
16333cat >>confdefs.h <<\_ACEOF
16334#define HAVE_BIO_RW_SYNCIO 1
16335_ACEOF
16336
16337
16338else
16339 $as_echo "$as_me: failed program was:" >&5
16340sed 's/^/| /' conftest.$ac_ext >&5
16341
16342 { $as_echo "$as_me:$LINENO: result: no" >&5
16343$as_echo "no" >&6; }
16344
16345
16346
16347fi
16348
16349 rm -Rf build
16350
16351
16352
16353
675de5aa
BB
16354 { $as_echo "$as_me:$LINENO: checking whether REQ_SYNC is defined" >&5
16355$as_echo_n "checking whether REQ_SYNC is defined... " >&6; }
16356
16357
16358cat confdefs.h - <<_ACEOF >conftest.c
16359/* confdefs.h. */
16360_ACEOF
16361cat confdefs.h >>conftest.$ac_ext
16362cat >>conftest.$ac_ext <<_ACEOF
16363/* end confdefs.h. */
16364
16365
16366 #include <linux/bio.h>
16367
16368int
16369main (void)
16370{
16371
16372 int flags;
16373 flags = REQ_SYNC;
16374
16375 ;
16376 return 0;
16377}
16378
16379_ACEOF
16380
16381
16382 rm -Rf build && mkdir -p build
16383 echo "obj-m := conftest.o" >build/Makefile
16384 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16386 (eval $ac_try) 2>&5
16387 ac_status=$?
16388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16389 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16391 (eval $ac_try) 2>&5
16392 ac_status=$?
16393 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16394 (exit $ac_status); }; }; then
16395
16396 { $as_echo "$as_me:$LINENO: result: yes" >&5
16397$as_echo "yes" >&6; }
16398
16399cat >>confdefs.h <<\_ACEOF
16400#define HAVE_REQ_SYNC 1
16401_ACEOF
16402
16403
16404else
16405 $as_echo "$as_me: failed program was:" >&5
16406sed 's/^/| /' conftest.$ac_ext >&5
16407
16408 { $as_echo "$as_me:$LINENO: result: no" >&5
16409$as_echo "no" >&6; }
16410
16411
16412
16413fi
16414
16415 rm -Rf build
16416
16417
16418
16419
e70e591c
BB
16420 { $as_echo "$as_me:$LINENO: checking whether blk_end_request() is available" >&5
16421$as_echo_n "checking whether blk_end_request() is available... " >&6; }
16422
16423
16424cat confdefs.h - <<_ACEOF >conftest.c
16425/* confdefs.h. */
16426_ACEOF
16427cat confdefs.h >>conftest.$ac_ext
16428cat >>conftest.$ac_ext <<_ACEOF
16429/* end confdefs.h. */
16430
16431
16432 #include <linux/blkdev.h>
16433
16434int
16435main (void)
16436{
16437
16438 struct request *req = NULL;
16439 (void) blk_end_request(req, 0, 0);
16440
16441 ;
16442 return 0;
16443}
16444
16445_ACEOF
16446
16447
16448 rm -Rf build && mkdir -p build
16449 echo "obj-m := conftest.o" >build/Makefile
16450 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16452 (eval $ac_try) 2>&5
16453 ac_status=$?
16454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16455 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16457 (eval $ac_try) 2>&5
16458 ac_status=$?
16459 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16460 (exit $ac_status); }; }; then
16461
16462 { $as_echo "$as_me:$LINENO: result: yes" >&5
16463$as_echo "yes" >&6; }
16464
16465cat >>confdefs.h <<\_ACEOF
16466#define HAVE_BLK_END_REQUEST 1
16467_ACEOF
16468
16469
16470else
16471 $as_echo "$as_me: failed program was:" >&5
16472sed 's/^/| /' conftest.$ac_ext >&5
16473
16474 { $as_echo "$as_me:$LINENO: result: no" >&5
16475$as_echo "no" >&6; }
16476
16477
16478
16479fi
16480
16481 rm -Rf build
16482
16483
16484
16485 { $as_echo "$as_me:$LINENO: checking whether blk_end_request() is GPL-only" >&5
16486$as_echo_n "checking whether blk_end_request() is GPL-only... " >&6; }
16487
16488
16489cat confdefs.h - <<_ACEOF >conftest.c
16490/* confdefs.h. */
16491_ACEOF
16492cat confdefs.h >>conftest.$ac_ext
16493cat >>conftest.$ac_ext <<_ACEOF
16494/* end confdefs.h. */
16495
16496
16497 #include <linux/module.h>
16498 #include <linux/blkdev.h>
16499
16500 MODULE_LICENSE("CDDL");
16501
16502int
16503main (void)
16504{
16505
16506 struct request *req = NULL;
16507 (void) blk_end_request(req, 0, 0);
16508
16509 ;
16510 return 0;
16511}
16512
16513_ACEOF
16514
16515
16516 rm -Rf build && mkdir -p build
16517 echo "obj-m := conftest.o" >build/Makefile
16518 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16520 (eval $ac_try) 2>&5
16521 ac_status=$?
16522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16523 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16525 (eval $ac_try) 2>&5
16526 ac_status=$?
16527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16528 (exit $ac_status); }; }; then
16529
16530 { $as_echo "$as_me:$LINENO: result: no" >&5
16531$as_echo "no" >&6; }
16532
16533else
16534 $as_echo "$as_me: failed program was:" >&5
16535sed 's/^/| /' conftest.$ac_ext >&5
16536
16537 { $as_echo "$as_me:$LINENO: result: yes" >&5
16538$as_echo "yes" >&6; }
16539
16540cat >>confdefs.h <<\_ACEOF
16541#define HAVE_BLK_END_REQUEST_GPL_ONLY 1
16542_ACEOF
16543
16544
16545
16546
16547fi
16548
16549 rm -Rf build
16550
16551
16552
16553
16554 { $as_echo "$as_me:$LINENO: checking whether blk_fetch_request() is available" >&5
16555$as_echo_n "checking whether blk_fetch_request() is available... " >&6; }
16556
16557
16558cat confdefs.h - <<_ACEOF >conftest.c
16559/* confdefs.h. */
16560_ACEOF
16561cat confdefs.h >>conftest.$ac_ext
16562cat >>conftest.$ac_ext <<_ACEOF
16563/* end confdefs.h. */
16564
16565
16566 #include <linux/blkdev.h>
16567
16568int
16569main (void)
16570{
16571
16572 struct request_queue *q = NULL;
16573 (void) blk_fetch_request(q);
16574
16575 ;
16576 return 0;
16577}
16578
16579_ACEOF
16580
16581
16582 rm -Rf build && mkdir -p build
16583 echo "obj-m := conftest.o" >build/Makefile
16584 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16586 (eval $ac_try) 2>&5
16587 ac_status=$?
16588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16589 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16591 (eval $ac_try) 2>&5
16592 ac_status=$?
16593 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16594 (exit $ac_status); }; }; then
16595
16596 { $as_echo "$as_me:$LINENO: result: yes" >&5
16597$as_echo "yes" >&6; }
16598
16599cat >>confdefs.h <<\_ACEOF
16600#define HAVE_BLK_FETCH_REQUEST 1
16601_ACEOF
16602
16603
16604else
16605 $as_echo "$as_me: failed program was:" >&5
16606sed 's/^/| /' conftest.$ac_ext >&5
16607
16608 { $as_echo "$as_me:$LINENO: result: no" >&5
16609$as_echo "no" >&6; }
16610
16611
16612
16613fi
16614
16615 rm -Rf build
16616
16617
16618
16619
16620 { $as_echo "$as_me:$LINENO: checking whether blk_requeue_request() is available" >&5
16621$as_echo_n "checking whether blk_requeue_request() is available... " >&6; }
16622
16623
16624cat confdefs.h - <<_ACEOF >conftest.c
16625/* confdefs.h. */
16626_ACEOF
16627cat confdefs.h >>conftest.$ac_ext
16628cat >>conftest.$ac_ext <<_ACEOF
16629/* end confdefs.h. */
16630
16631
16632 #include <linux/blkdev.h>
16633
16634int
16635main (void)
16636{
16637
16638 struct request_queue *q = NULL;
16639 struct request *req = NULL;
16640 blk_requeue_request(q, req);
16641
16642 ;
16643 return 0;
16644}
16645
16646_ACEOF
16647
16648
16649 rm -Rf build && mkdir -p build
16650 echo "obj-m := conftest.o" >build/Makefile
16651 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16653 (eval $ac_try) 2>&5
16654 ac_status=$?
16655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16656 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16658 (eval $ac_try) 2>&5
16659 ac_status=$?
16660 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16661 (exit $ac_status); }; }; then
16662
16663 { $as_echo "$as_me:$LINENO: result: yes" >&5
16664$as_echo "yes" >&6; }
16665
16666cat >>confdefs.h <<\_ACEOF
16667#define HAVE_BLK_REQUEUE_REQUEST 1
16668_ACEOF
16669
16670
16671else
16672 $as_echo "$as_me: failed program was:" >&5
16673sed 's/^/| /' conftest.$ac_ext >&5
16674
16675 { $as_echo "$as_me:$LINENO: result: no" >&5
16676$as_echo "no" >&6; }
16677
16678
16679
16680fi
16681
16682 rm -Rf build
16683
16684
16685
16686
16687 { $as_echo "$as_me:$LINENO: checking whether blk_rq_bytes() is available" >&5
16688$as_echo_n "checking whether blk_rq_bytes() is available... " >&6; }
16689
16690
16691cat confdefs.h - <<_ACEOF >conftest.c
16692/* confdefs.h. */
16693_ACEOF
16694cat confdefs.h >>conftest.$ac_ext
16695cat >>conftest.$ac_ext <<_ACEOF
16696/* end confdefs.h. */
16697
16698
16699 #include <linux/blkdev.h>
16700
16701int
16702main (void)
16703{
16704
16705 struct request *req = NULL;
16706 (void) blk_rq_bytes(req);
16707
16708 ;
16709 return 0;
16710}
16711
16712_ACEOF
16713
16714
16715 rm -Rf build && mkdir -p build
16716 echo "obj-m := conftest.o" >build/Makefile
16717 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16719 (eval $ac_try) 2>&5
16720 ac_status=$?
16721 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16722 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16724 (eval $ac_try) 2>&5
16725 ac_status=$?
16726 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16727 (exit $ac_status); }; }; then
16728
16729 { $as_echo "$as_me:$LINENO: result: yes" >&5
16730$as_echo "yes" >&6; }
16731
16732cat >>confdefs.h <<\_ACEOF
16733#define HAVE_BLK_RQ_BYTES 1
16734_ACEOF
16735
16736
16737else
16738 $as_echo "$as_me: failed program was:" >&5
16739sed 's/^/| /' conftest.$ac_ext >&5
16740
16741 { $as_echo "$as_me:$LINENO: result: no" >&5
16742$as_echo "no" >&6; }
16743
16744
16745
16746fi
16747
16748 rm -Rf build
16749
16750
16751
16752 { $as_echo "$as_me:$LINENO: checking whether blk_rq_bytes() is GPL-only" >&5
16753$as_echo_n "checking whether blk_rq_bytes() is GPL-only... " >&6; }
16754
16755
16756cat confdefs.h - <<_ACEOF >conftest.c
16757/* confdefs.h. */
16758_ACEOF
16759cat confdefs.h >>conftest.$ac_ext
16760cat >>conftest.$ac_ext <<_ACEOF
16761/* end confdefs.h. */
16762
16763
16764 #include <linux/module.h>
16765 #include <linux/blkdev.h>
16766
16767 MODULE_LICENSE("CDDL");
16768
16769int
16770main (void)
16771{
16772
16773 struct request *req = NULL;
16774 (void) blk_rq_bytes(req);
16775
16776 ;
16777 return 0;
16778}
16779
16780_ACEOF
16781
16782
16783 rm -Rf build && mkdir -p build
16784 echo "obj-m := conftest.o" >build/Makefile
16785 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16787 (eval $ac_try) 2>&5
16788 ac_status=$?
16789 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16790 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16792 (eval $ac_try) 2>&5
16793 ac_status=$?
16794 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16795 (exit $ac_status); }; }; then
16796
16797 { $as_echo "$as_me:$LINENO: result: no" >&5
16798$as_echo "no" >&6; }
16799
16800else
16801 $as_echo "$as_me: failed program was:" >&5
16802sed 's/^/| /' conftest.$ac_ext >&5
16803
16804 { $as_echo "$as_me:$LINENO: result: yes" >&5
16805$as_echo "yes" >&6; }
16806
16807cat >>confdefs.h <<\_ACEOF
16808#define HAVE_BLK_RQ_BYTES_GPL_ONLY 1
16809_ACEOF
16810
16811
16812
16813
16814fi
16815
16816 rm -Rf build
16817
16818
16819
16820
16821 { $as_echo "$as_me:$LINENO: checking whether blk_rq_pos() is available" >&5
16822$as_echo_n "checking whether blk_rq_pos() is available... " >&6; }
16823
16824
16825cat confdefs.h - <<_ACEOF >conftest.c
16826/* confdefs.h. */
16827_ACEOF
16828cat confdefs.h >>conftest.$ac_ext
16829cat >>conftest.$ac_ext <<_ACEOF
16830/* end confdefs.h. */
16831
16832
16833 #include <linux/blkdev.h>
16834
16835int
16836main (void)
16837{
16838
16839 struct request *req = NULL;
16840 (void) blk_rq_pos(req);
16841
16842 ;
16843 return 0;
16844}
16845
16846_ACEOF
16847
16848
16849 rm -Rf build && mkdir -p build
16850 echo "obj-m := conftest.o" >build/Makefile
16851 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16853 (eval $ac_try) 2>&5
16854 ac_status=$?
16855 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16856 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16858 (eval $ac_try) 2>&5
16859 ac_status=$?
16860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16861 (exit $ac_status); }; }; then
16862
16863 { $as_echo "$as_me:$LINENO: result: yes" >&5
16864$as_echo "yes" >&6; }
16865
16866cat >>confdefs.h <<\_ACEOF
16867#define HAVE_BLK_RQ_POS 1
16868_ACEOF
16869
16870
16871else
16872 $as_echo "$as_me: failed program was:" >&5
16873sed 's/^/| /' conftest.$ac_ext >&5
16874
16875 { $as_echo "$as_me:$LINENO: result: no" >&5
16876$as_echo "no" >&6; }
16877
16878
16879
16880fi
16881
16882 rm -Rf build
16883
16884
16885
16886
16887 { $as_echo "$as_me:$LINENO: checking whether blk_rq_sectors() is available" >&5
16888$as_echo_n "checking whether blk_rq_sectors() is available... " >&6; }
16889
16890
16891cat confdefs.h - <<_ACEOF >conftest.c
16892/* confdefs.h. */
16893_ACEOF
16894cat confdefs.h >>conftest.$ac_ext
16895cat >>conftest.$ac_ext <<_ACEOF
16896/* end confdefs.h. */
16897
16898
16899 #include <linux/blkdev.h>
16900
16901int
16902main (void)
16903{
16904
16905 struct request *req = NULL;
16906 (void) blk_rq_sectors(req);
16907
16908 ;
16909 return 0;
16910}
16911
16912_ACEOF
16913
16914
16915 rm -Rf build && mkdir -p build
16916 echo "obj-m := conftest.o" >build/Makefile
16917 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16919 (eval $ac_try) 2>&5
16920 ac_status=$?
16921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16922 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16924 (eval $ac_try) 2>&5
16925 ac_status=$?
16926 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16927 (exit $ac_status); }; }; then
16928
16929 { $as_echo "$as_me:$LINENO: result: yes" >&5
16930$as_echo "yes" >&6; }
16931
16932cat >>confdefs.h <<\_ACEOF
16933#define HAVE_BLK_RQ_SECTORS 1
16934_ACEOF
16935
16936
16937else
16938 $as_echo "$as_me: failed program was:" >&5
16939sed 's/^/| /' conftest.$ac_ext >&5
16940
16941 { $as_echo "$as_me:$LINENO: result: no" >&5
16942$as_echo "no" >&6; }
16943
16944
16945
16946fi
16947
16948 rm -Rf build
16949
16950
16951
16952
16953 { $as_echo "$as_me:$LINENO: checking whether get_disk_ro() is available" >&5
16954$as_echo_n "checking whether get_disk_ro() is available... " >&6; }
16955
16956
16957cat confdefs.h - <<_ACEOF >conftest.c
16958/* confdefs.h. */
16959_ACEOF
16960cat confdefs.h >>conftest.$ac_ext
16961cat >>conftest.$ac_ext <<_ACEOF
16962/* end confdefs.h. */
16963
16964
16965 #include <linux/blkdev.h>
16966
16967int
16968main (void)
16969{
16970
16971 struct gendisk *disk = NULL;
16972 (void) get_disk_ro(disk);
16973
16974 ;
16975 return 0;
16976}
16977
16978_ACEOF
16979
16980
16981 rm -Rf build && mkdir -p build
16982 echo "obj-m := conftest.o" >build/Makefile
16983 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16985 (eval $ac_try) 2>&5
16986 ac_status=$?
16987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16988 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16990 (eval $ac_try) 2>&5
16991 ac_status=$?
16992 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16993 (exit $ac_status); }; }; then
16994
16995 { $as_echo "$as_me:$LINENO: result: yes" >&5
16996$as_echo "yes" >&6; }
16997
16998cat >>confdefs.h <<\_ACEOF
16999#define HAVE_GET_DISK_RO 1
17000_ACEOF
17001
17002
17003else
17004 $as_echo "$as_me: failed program was:" >&5
17005sed 's/^/| /' conftest.$ac_ext >&5
17006
17007 { $as_echo "$as_me:$LINENO: result: no" >&5
17008$as_echo "no" >&6; }
17009
17010
17011
17012fi
17013
17014 rm -Rf build
17015
17016
17017
17018
17019 { $as_echo "$as_me:$LINENO: checking whether rq_is_sync() is available" >&5
17020$as_echo_n "checking whether rq_is_sync() is available... " >&6; }
17021
17022
17023cat confdefs.h - <<_ACEOF >conftest.c
17024/* confdefs.h. */
17025_ACEOF
17026cat confdefs.h >>conftest.$ac_ext
17027cat >>conftest.$ac_ext <<_ACEOF
17028/* end confdefs.h. */
17029
17030
17031 #include <linux/blkdev.h>
17032
17033int
17034main (void)
17035{
17036
17037 struct request *req = NULL;
17038 (void) rq_is_sync(req);
17039
17040 ;
17041 return 0;
17042}
17043
17044_ACEOF
17045
17046
17047 rm -Rf build && mkdir -p build
17048 echo "obj-m := conftest.o" >build/Makefile
17049 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
17050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17051 (eval $ac_try) 2>&5
17052 ac_status=$?
17053 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17054 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17056 (eval $ac_try) 2>&5
17057 ac_status=$?
17058 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17059 (exit $ac_status); }; }; then
17060
17061 { $as_echo "$as_me:$LINENO: result: yes" >&5
17062$as_echo "yes" >&6; }
17063
17064cat >>confdefs.h <<\_ACEOF
17065#define HAVE_RQ_IS_SYNC 1
17066_ACEOF
17067
17068
17069else
17070 $as_echo "$as_me: failed program was:" >&5
17071sed 's/^/| /' conftest.$ac_ext >&5
17072
17073 { $as_echo "$as_me:$LINENO: result: no" >&5
17074$as_echo "no" >&6; }
17075
17076
17077
17078fi
17079
17080 rm -Rf build
17081
17082
17083
17084
17085 { $as_echo "$as_me:$LINENO: checking whether rq_for_each_segment() is available" >&5
17086$as_echo_n "checking whether rq_for_each_segment() is available... " >&6; }
17087
17088
17089cat confdefs.h - <<_ACEOF >conftest.c
17090/* confdefs.h. */
17091_ACEOF
17092cat confdefs.h >>conftest.$ac_ext
17093cat >>conftest.$ac_ext <<_ACEOF
17094/* end confdefs.h. */
17095
17096
17097 #include <linux/blkdev.h>
17098
17099int
17100main (void)
17101{
17102
17103 struct bio_vec *bv;
17104 struct req_iterator iter;
17105 struct request *req = NULL;
17106 rq_for_each_segment(bv, req, iter) { }
17107
17108 ;
17109 return 0;
17110}
17111
17112_ACEOF
17113
17114
17115 rm -Rf build && mkdir -p build
17116 echo "obj-m := conftest.o" >build/Makefile
17117 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
17118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17119 (eval $ac_try) 2>&5
17120 ac_status=$?
17121 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17122 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17124 (eval $ac_try) 2>&5
17125 ac_status=$?
17126 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17127 (exit $ac_status); }; }; then
17128
17129 { $as_echo "$as_me:$LINENO: result: yes" >&5
17130$as_echo "yes" >&6; }
17131
17132cat >>confdefs.h <<\_ACEOF
17133#define HAVE_RQ_FOR_EACH_SEGMENT 1
17134_ACEOF
17135
17136
17137else
17138 $as_echo "$as_me: failed program was:" >&5
17139sed 's/^/| /' conftest.$ac_ext >&5
17140
17141 { $as_echo "$as_me:$LINENO: result: no" >&5
17142$as_echo "no" >&6; }
17143
17144
17145
17146fi
17147
17148 rm -Rf build
17149
17150
17151
17152
e70e591c
BB
17153 if test "$LINUX_OBJ" != "$LINUX"; then
17154 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
17155 fi
17156
17157
17158
6283f55e
BB
17159 KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL"
17160 KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\""
17161
17162
e70e591c
BB
17163
17164
17165
17166 { $as_echo "$as_me:$LINENO: checking for target asm dir" >&5
17167$as_echo_n "checking for target asm dir... " >&6; }
17168 TARGET_ARCH=`echo ${target_cpu} | sed -e s/i.86/i386/`
17169
17170 case $TARGET_ARCH in
17171 i386|x86_64)
17172 TARGET_ASM_DIR=asm-${TARGET_ARCH}
17173 ;;
17174 *)
17175 TARGET_ASM_DIR=asm-generic
17176 ;;
17177 esac
17178
17179
17180 { $as_echo "$as_me:$LINENO: result: $TARGET_ASM_DIR" >&5
17181$as_echo "$TARGET_ASM_DIR" >&6; }
17182
17183
17184 { $as_echo "$as_me:$LINENO: checking for sa_init in -lshare" >&5
17185$as_echo_n "checking for sa_init in -lshare... " >&6; }
17186if test "${ac_cv_lib_share_sa_init+set}" = set; then
17187 $as_echo_n "(cached) " >&6
17188else
17189 ac_check_lib_save_LIBS=$LIBS
17190LIBS="-lshare $LIBS"
17191cat >conftest.$ac_ext <<_ACEOF
17192/* confdefs.h. */
17193_ACEOF
17194cat confdefs.h >>conftest.$ac_ext
17195cat >>conftest.$ac_ext <<_ACEOF
17196/* end confdefs.h. */
17197
17198/* Override any GCC internal prototype to avoid an error.
17199 Use char because int might match the return type of a GCC
17200 builtin and then its argument prototype would still apply. */
17201#ifdef __cplusplus
17202extern "C"
17203#endif
17204char sa_init ();
17205int
17206main ()
17207{
17208return sa_init ();
17209 ;
17210 return 0;
17211}
17212_ACEOF
17213rm -f conftest.$ac_objext conftest$ac_exeext
17214if { (ac_try="$ac_link"
17215case "(($ac_try" in
17216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17217 *) ac_try_echo=$ac_try;;
17218esac
17219eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17220$as_echo "$ac_try_echo") >&5
17221 (eval "$ac_link") 2>conftest.er1
17222 ac_status=$?
17223 grep -v '^ *+' conftest.er1 >conftest.err
17224 rm -f conftest.er1
17225 cat conftest.err >&5
17226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17227 (exit $ac_status); } && {
17228 test -z "$ac_c_werror_flag" ||
17229 test ! -s conftest.err
17230 } && test -s conftest$ac_exeext && {
17231 test "$cross_compiling" = yes ||
17232 $as_test_x conftest$ac_exeext
17233 }; then
17234 ac_cv_lib_share_sa_init=yes
17235else
17236 $as_echo "$as_me: failed program was:" >&5
17237sed 's/^/| /' conftest.$ac_ext >&5
17238
17239 ac_cv_lib_share_sa_init=no
17240fi
17241
17242rm -rf conftest.dSYM
17243rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17244 conftest$ac_exeext conftest.$ac_ext
17245LIBS=$ac_check_lib_save_LIBS
17246fi
17247{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_share_sa_init" >&5
17248$as_echo "$ac_cv_lib_share_sa_init" >&6; }
17249if test "x$ac_cv_lib_share_sa_init" = x""yes; then
17250
17251cat >>confdefs.h <<\_ACEOF
17252#define HAVE_LIBSHARE 1
17253_ACEOF
17254
17255fi
17256
17257
17258
17259 { $as_echo "$as_me:$LINENO: checking for ioctl()" >&5
17260$as_echo_n "checking for ioctl()... " >&6; }
17261 cat >conftest.$ac_ext <<_ACEOF
17262/* confdefs.h. */
17263_ACEOF
17264cat confdefs.h >>conftest.$ac_ext
17265cat >>conftest.$ac_ext <<_ACEOF
17266/* end confdefs.h. */
17267#include <unistd.h>
17268
17269_ACEOF
17270if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17271 $EGREP "ioctl" >/dev/null 2>&1; then
17272 is_unistd=yes
17273else
17274 is_unistd=no
17275fi
17276rm -f conftest*
17277
17278 cat >conftest.$ac_ext <<_ACEOF
17279/* confdefs.h. */
17280_ACEOF
17281cat confdefs.h >>conftest.$ac_ext
17282cat >>conftest.$ac_ext <<_ACEOF
17283/* end confdefs.h. */
17284#include <sys/ioctl.h>
17285
17286_ACEOF
17287if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17288 $EGREP "ioctl" >/dev/null 2>&1; then
17289 is_sys_ioctl=yes
17290else
17291 is_sys_ioctl=no
17292fi
17293rm -f conftest*
17294
17295 cat >conftest.$ac_ext <<_ACEOF
17296/* confdefs.h. */
17297_ACEOF
17298cat confdefs.h >>conftest.$ac_ext
17299cat >>conftest.$ac_ext <<_ACEOF
17300/* end confdefs.h. */
17301#include <stropts.h>
17302
17303_ACEOF
17304if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17305 $EGREP "ioctl" >/dev/null 2>&1; then
17306 is_stropts=yes
17307else
17308 is_stropts=no
17309fi
17310rm -f conftest*
17311
17312
17313 if test $is_unistd = yes; then
17314 result=unistd.h
17315
17316cat >>confdefs.h <<\_ACEOF
17317#define HAVE_IOCTL_IN_UNISTD_H 1
17318_ACEOF
17319
17320 else
17321
17322 if test $is_sys_ioctl = yes; then
17323 result=sys/ioctl.h
17324
17325cat >>confdefs.h <<\_ACEOF
17326#define HAVE_IOCTL_IN_SYS_IOCTL_H 1
17327_ACEOF
17328
17329 elif test $is_stropts = yes; then
17330
17331cat >>confdefs.h <<\_ACEOF
17332#define HAVE_IOCTL_IN_STROPTS_H 1
17333_ACEOF
17334
17335 else
17336 result=no
17337 fi
17338 fi
17339
17340 if test $result = no; then
17341 { $as_echo "$as_me:$LINENO: result: no" >&5
17342$as_echo "no" >&6; }
17343 { { $as_echo "$as_me:$LINENO: error: *** Cannot locate ioctl() definition" >&5
17344$as_echo "$as_me: error: *** Cannot locate ioctl() definition" >&2;}
17345 { (exit 1); exit 1; }; }
17346 else
17347 { $as_echo "$as_me:$LINENO: result: yes" >&5
17348$as_echo "yes" >&6; }
17349 fi
17350
17351
17352 ZLIB=
17353
17354 if test "${ac_cv_header_zlib_h+set}" = set; then
17355 { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
17356$as_echo_n "checking for zlib.h... " >&6; }
17357if test "${ac_cv_header_zlib_h+set}" = set; then
17358 $as_echo_n "(cached) " >&6
17359fi
17360{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
17361$as_echo "$ac_cv_header_zlib_h" >&6; }
17362else
17363 # Is the header compilable?
17364{ $as_echo "$as_me:$LINENO: checking zlib.h usability" >&5
17365$as_echo_n "checking zlib.h usability... " >&6; }
17366cat >conftest.$ac_ext <<_ACEOF
17367/* confdefs.h. */
17368_ACEOF
17369cat confdefs.h >>conftest.$ac_ext
17370cat >>conftest.$ac_ext <<_ACEOF
17371/* end confdefs.h. */
17372$ac_includes_default
17373#include <zlib.h>
17374_ACEOF
17375rm -f conftest.$ac_objext
17376if { (ac_try="$ac_compile"
17377case "(($ac_try" in
17378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17379 *) ac_try_echo=$ac_try;;
17380esac
17381eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17382$as_echo "$ac_try_echo") >&5
17383 (eval "$ac_compile") 2>conftest.er1
17384 ac_status=$?
17385 grep -v '^ *+' conftest.er1 >conftest.err
17386 rm -f conftest.er1
17387 cat conftest.err >&5
17388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17389 (exit $ac_status); } && {
17390 test -z "$ac_c_werror_flag" ||
17391 test ! -s conftest.err
17392 } && test -s conftest.$ac_objext; then
17393 ac_header_compiler=yes
17394else
17395 $as_echo "$as_me: failed program was:" >&5
17396sed 's/^/| /' conftest.$ac_ext >&5
17397
17398 ac_header_compiler=no
17399fi
17400
17401rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17402{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17403$as_echo "$ac_header_compiler" >&6; }
17404
17405# Is the header present?
17406{ $as_echo "$as_me:$LINENO: checking zlib.h presence" >&5
17407$as_echo_n "checking zlib.h presence... " >&6; }
17408cat >conftest.$ac_ext <<_ACEOF
17409/* confdefs.h. */
17410_ACEOF
17411cat confdefs.h >>conftest.$ac_ext
17412cat >>conftest.$ac_ext <<_ACEOF
17413/* end confdefs.h. */
17414#include <zlib.h>
17415_ACEOF
17416if { (ac_try="$ac_cpp conftest.$ac_ext"
17417case "(($ac_try" in
17418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17419 *) ac_try_echo=$ac_try;;
17420esac
17421eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17422$as_echo "$ac_try_echo") >&5
17423 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17424 ac_status=$?
17425 grep -v '^ *+' conftest.er1 >conftest.err
17426 rm -f conftest.er1
17427 cat conftest.err >&5
17428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17429 (exit $ac_status); } >/dev/null && {
17430 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17431 test ! -s conftest.err
17432 }; then
17433 ac_header_preproc=yes
17434else
17435 $as_echo "$as_me: failed program was:" >&5
17436sed 's/^/| /' conftest.$ac_ext >&5
17437
17438 ac_header_preproc=no
17439fi
17440
17441rm -f conftest.err conftest.$ac_ext
17442{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17443$as_echo "$ac_header_preproc" >&6; }
17444
17445# So? What about this header?
17446case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17447 yes:no: )
17448 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
17449$as_echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17450 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
17451$as_echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
17452 ac_header_preproc=yes
17453 ;;
17454 no:yes:* )
17455 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
17456$as_echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
17457 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
17458$as_echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
17459 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
17460$as_echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
17461 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
17462$as_echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
17463 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
17464$as_echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
17465 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
17466$as_echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
17467
17468 ;;
17469esac
17470{ $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
17471$as_echo_n "checking for zlib.h... " >&6; }
17472if test "${ac_cv_header_zlib_h+set}" = set; then
17473 $as_echo_n "(cached) " >&6
17474else
17475 ac_cv_header_zlib_h=$ac_header_preproc
17476fi
17477{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
17478$as_echo "$ac_cv_header_zlib_h" >&6; }
17479
17480fi
17481if test "x$ac_cv_header_zlib_h" = x""yes; then
17482 :
17483else
17484 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17485$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17486{ { $as_echo "$as_me:$LINENO: error:
17487 *** zlib.h missing, zlib-devel package required
17488See \`config.log' for more details." >&5
17489$as_echo "$as_me: error:
17490 *** zlib.h missing, zlib-devel package required
17491See \`config.log' for more details." >&2;}
17492 { (exit 1); exit 1; }; }; }
17493fi
17494
17495
17496
17497
17498{ $as_echo "$as_me:$LINENO: checking for compress2 in -lz" >&5
17499$as_echo_n "checking for compress2 in -lz... " >&6; }
17500if test "${ac_cv_lib_z_compress2+set}" = set; then
17501 $as_echo_n "(cached) " >&6
17502else
17503 ac_check_lib_save_LIBS=$LIBS
17504LIBS="-lz $LIBS"
17505cat >conftest.$ac_ext <<_ACEOF
17506/* confdefs.h. */
17507_ACEOF
17508cat confdefs.h >>conftest.$ac_ext
17509cat >>conftest.$ac_ext <<_ACEOF
17510/* end confdefs.h. */
17511
17512/* Override any GCC internal prototype to avoid an error.
17513 Use char because int might match the return type of a GCC
17514 builtin and then its argument prototype would still apply. */
17515#ifdef __cplusplus
17516extern "C"
17517#endif
17518char compress2 ();
17519int
17520main ()
17521{
17522return compress2 ();
17523 ;
17524 return 0;
17525}
17526_ACEOF
17527rm -f conftest.$ac_objext conftest$ac_exeext
17528if { (ac_try="$ac_link"
17529case "(($ac_try" in
17530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17531 *) ac_try_echo=$ac_try;;
17532esac
17533eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17534$as_echo "$ac_try_echo") >&5
17535 (eval "$ac_link") 2>conftest.er1
17536 ac_status=$?
17537 grep -v '^ *+' conftest.er1 >conftest.err
17538 rm -f conftest.er1
17539 cat conftest.err >&5
17540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17541 (exit $ac_status); } && {
17542 test -z "$ac_c_werror_flag" ||
17543 test ! -s conftest.err
17544 } && test -s conftest$ac_exeext && {
17545 test "$cross_compiling" = yes ||
17546 $as_test_x conftest$ac_exeext
17547 }; then
17548 ac_cv_lib_z_compress2=yes
17549else
17550 $as_echo "$as_me: failed program was:" >&5
17551sed 's/^/| /' conftest.$ac_ext >&5
17552
17553 ac_cv_lib_z_compress2=no
17554fi
17555
17556rm -rf conftest.dSYM
17557rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17558 conftest$ac_exeext conftest.$ac_ext
17559LIBS=$ac_check_lib_save_LIBS
17560fi
17561{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_compress2" >&5
17562$as_echo "$ac_cv_lib_z_compress2" >&6; }
17563if test "x$ac_cv_lib_z_compress2" = x""yes; then
17564 cat >>confdefs.h <<_ACEOF
17565#define HAVE_LIBZ 1
17566_ACEOF
17567
17568 LIBS="-lz $LIBS"
17569
17570else
17571 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17572$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17573{ { $as_echo "$as_me:$LINENO: error:
17574 *** compress2() missing, zlib-devel package required
17575See \`config.log' for more details." >&5
17576$as_echo "$as_me: error:
17577 *** compress2() missing, zlib-devel package required
17578See \`config.log' for more details." >&2;}
17579 { (exit 1); exit 1; }; }; }
17580fi
17581
17582
17583
17584{ $as_echo "$as_me:$LINENO: checking for uncompress in -lz" >&5
17585$as_echo_n "checking for uncompress in -lz... " >&6; }
17586if test "${ac_cv_lib_z_uncompress+set}" = set; then
17587 $as_echo_n "(cached) " >&6
17588else
17589 ac_check_lib_save_LIBS=$LIBS
17590LIBS="-lz $LIBS"
17591cat >conftest.$ac_ext <<_ACEOF
17592/* confdefs.h. */
17593_ACEOF
17594cat confdefs.h >>conftest.$ac_ext
17595cat >>conftest.$ac_ext <<_ACEOF
17596/* end confdefs.h. */
17597
17598/* Override any GCC internal prototype to avoid an error.
17599 Use char because int might match the return type of a GCC
17600 builtin and then its argument prototype would still apply. */
17601#ifdef __cplusplus
17602extern "C"
17603#endif
17604char uncompress ();
17605int
17606main ()
17607{
17608return uncompress ();
17609 ;
17610 return 0;
17611}
17612_ACEOF
17613rm -f conftest.$ac_objext conftest$ac_exeext
17614if { (ac_try="$ac_link"
17615case "(($ac_try" in
17616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17617 *) ac_try_echo=$ac_try;;
17618esac
17619eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17620$as_echo "$ac_try_echo") >&5
17621 (eval "$ac_link") 2>conftest.er1
17622 ac_status=$?
17623 grep -v '^ *+' conftest.er1 >conftest.err
17624 rm -f conftest.er1
17625 cat conftest.err >&5
17626 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17627 (exit $ac_status); } && {
17628 test -z "$ac_c_werror_flag" ||
17629 test ! -s conftest.err
17630 } && test -s conftest$ac_exeext && {
17631 test "$cross_compiling" = yes ||
17632 $as_test_x conftest$ac_exeext
17633 }; then
17634 ac_cv_lib_z_uncompress=yes
17635else
17636 $as_echo "$as_me: failed program was:" >&5
17637sed 's/^/| /' conftest.$ac_ext >&5
17638
17639 ac_cv_lib_z_uncompress=no
17640fi
17641
17642rm -rf conftest.dSYM
17643rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17644 conftest$ac_exeext conftest.$ac_ext
17645LIBS=$ac_check_lib_save_LIBS
17646fi
17647{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_uncompress" >&5
17648$as_echo "$ac_cv_lib_z_uncompress" >&6; }
17649if test "x$ac_cv_lib_z_uncompress" = x""yes; then
17650 cat >>confdefs.h <<_ACEOF
17651#define HAVE_LIBZ 1
17652_ACEOF
17653
17654 LIBS="-lz $LIBS"
17655
17656else
17657 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17658$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17659{ { $as_echo "$as_me:$LINENO: error:
17660 *** uncompress() missing, zlib-devel package required
17661See \`config.log' for more details." >&5
17662$as_echo "$as_me: error:
17663 *** uncompress() missing, zlib-devel package required
17664See \`config.log' for more details." >&2;}
17665 { (exit 1); exit 1; }; }; }
17666fi
17667
17668
17669
17670{ $as_echo "$as_me:$LINENO: checking for crc32 in -lz" >&5
17671$as_echo_n "checking for crc32 in -lz... " >&6; }
17672if test "${ac_cv_lib_z_crc32+set}" = set; then
17673 $as_echo_n "(cached) " >&6
17674else
17675 ac_check_lib_save_LIBS=$LIBS
17676LIBS="-lz $LIBS"
17677cat >conftest.$ac_ext <<_ACEOF
17678/* confdefs.h. */
17679_ACEOF
17680cat confdefs.h >>conftest.$ac_ext
17681cat >>conftest.$ac_ext <<_ACEOF
17682/* end confdefs.h. */
17683
17684/* Override any GCC internal prototype to avoid an error.
17685 Use char because int might match the return type of a GCC
17686 builtin and then its argument prototype would still apply. */
17687#ifdef __cplusplus
17688extern "C"
17689#endif
17690char crc32 ();
17691int
17692main ()
17693{
17694return crc32 ();
17695 ;
17696 return 0;
17697}
17698_ACEOF
17699rm -f conftest.$ac_objext conftest$ac_exeext
17700if { (ac_try="$ac_link"
17701case "(($ac_try" in
17702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17703 *) ac_try_echo=$ac_try;;
17704esac
17705eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17706$as_echo "$ac_try_echo") >&5
17707 (eval "$ac_link") 2>conftest.er1
17708 ac_status=$?
17709 grep -v '^ *+' conftest.er1 >conftest.err
17710 rm -f conftest.er1
17711 cat conftest.err >&5
17712 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17713 (exit $ac_status); } && {
17714 test -z "$ac_c_werror_flag" ||
17715 test ! -s conftest.err
17716 } && test -s conftest$ac_exeext && {
17717 test "$cross_compiling" = yes ||
17718 $as_test_x conftest$ac_exeext
17719 }; then
17720 ac_cv_lib_z_crc32=yes
17721else
17722 $as_echo "$as_me: failed program was:" >&5
17723sed 's/^/| /' conftest.$ac_ext >&5
17724
17725 ac_cv_lib_z_crc32=no
17726fi
17727
17728rm -rf conftest.dSYM
17729rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17730 conftest$ac_exeext conftest.$ac_ext
17731LIBS=$ac_check_lib_save_LIBS
17732fi
17733{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_crc32" >&5
17734$as_echo "$ac_cv_lib_z_crc32" >&6; }
17735if test "x$ac_cv_lib_z_crc32" = x""yes; then
17736 cat >>confdefs.h <<_ACEOF
17737#define HAVE_LIBZ 1
17738_ACEOF
17739
17740 LIBS="-lz $LIBS"
17741
17742else
17743 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17744$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17745{ { $as_echo "$as_me:$LINENO: error:
17746 *** crc32() missing, zlib-devel package required
17747See \`config.log' for more details." >&5
17748$as_echo "$as_me: error:
17749 *** crc32() missing, zlib-devel package required
17750See \`config.log' for more details." >&2;}
17751 { (exit 1); exit 1; }; }; }
17752fi
17753
17754
17755 ZLIB="-lz"
17756
17757
17758cat >>confdefs.h <<\_ACEOF
17759#define HAVE_ZLIB 1
17760_ACEOF
17761
17762
17763
17764 LIBUUID=
17765
17766 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
17767 { $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5
17768$as_echo_n "checking for uuid/uuid.h... " >&6; }
17769if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
17770 $as_echo_n "(cached) " >&6
17771fi
17772{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5
17773$as_echo "$ac_cv_header_uuid_uuid_h" >&6; }
17774else
17775 # Is the header compilable?
17776{ $as_echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&5
17777$as_echo_n "checking uuid/uuid.h usability... " >&6; }
17778cat >conftest.$ac_ext <<_ACEOF
17779/* confdefs.h. */
17780_ACEOF
17781cat confdefs.h >>conftest.$ac_ext
17782cat >>conftest.$ac_ext <<_ACEOF
17783/* end confdefs.h. */
17784$ac_includes_default
17785#include <uuid/uuid.h>
17786_ACEOF
17787rm -f conftest.$ac_objext
17788if { (ac_try="$ac_compile"
17789case "(($ac_try" in
17790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17791 *) ac_try_echo=$ac_try;;
17792esac
17793eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17794$as_echo "$ac_try_echo") >&5
17795 (eval "$ac_compile") 2>conftest.er1
17796 ac_status=$?
17797 grep -v '^ *+' conftest.er1 >conftest.err
17798 rm -f conftest.er1
17799 cat conftest.err >&5
17800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17801 (exit $ac_status); } && {
17802 test -z "$ac_c_werror_flag" ||
17803 test ! -s conftest.err
17804 } && test -s conftest.$ac_objext; then
17805 ac_header_compiler=yes
17806else
17807 $as_echo "$as_me: failed program was:" >&5
17808sed 's/^/| /' conftest.$ac_ext >&5
17809
17810 ac_header_compiler=no
17811fi
17812
17813rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17814{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17815$as_echo "$ac_header_compiler" >&6; }
17816
17817# Is the header present?
17818{ $as_echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&5
17819$as_echo_n "checking uuid/uuid.h presence... " >&6; }
17820cat >conftest.$ac_ext <<_ACEOF
17821/* confdefs.h. */
17822_ACEOF
17823cat confdefs.h >>conftest.$ac_ext
17824cat >>conftest.$ac_ext <<_ACEOF
17825/* end confdefs.h. */
17826#include <uuid/uuid.h>
17827_ACEOF
17828if { (ac_try="$ac_cpp conftest.$ac_ext"
17829case "(($ac_try" in
17830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17831 *) ac_try_echo=$ac_try;;
17832esac
17833eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17834$as_echo "$ac_try_echo") >&5
17835 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17836 ac_status=$?
17837 grep -v '^ *+' conftest.er1 >conftest.err
17838 rm -f conftest.er1
17839 cat conftest.err >&5
17840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17841 (exit $ac_status); } >/dev/null && {
17842 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17843 test ! -s conftest.err
17844 }; then
17845 ac_header_preproc=yes
17846else
17847 $as_echo "$as_me: failed program was:" >&5
17848sed 's/^/| /' conftest.$ac_ext >&5
17849
17850 ac_header_preproc=no
17851fi
17852
17853rm -f conftest.err conftest.$ac_ext
17854{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17855$as_echo "$ac_header_preproc" >&6; }
17856
17857# So? What about this header?
17858case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17859 yes:no: )
17860 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&5
17861$as_echo "$as_me: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17862 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&5
17863$as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&2;}
17864 ac_header_preproc=yes
17865 ;;
17866 no:yes:* )
17867 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: present but cannot be compiled" >&5
17868$as_echo "$as_me: WARNING: uuid/uuid.h: present but cannot be compiled" >&2;}
17869 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: check for missing prerequisite headers?" >&5
17870$as_echo "$as_me: WARNING: uuid/uuid.h: check for missing prerequisite headers?" >&2;}
17871 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: see the Autoconf documentation" >&5
17872$as_echo "$as_me: WARNING: uuid/uuid.h: see the Autoconf documentation" >&2;}
17873 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: section \"Present But Cannot Be Compiled\"" >&5
17874$as_echo "$as_me: WARNING: uuid/uuid.h: section \"Present But Cannot Be Compiled\"" >&2;}
17875 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&5
17876$as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&2;}
17877 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&5
17878$as_echo "$as_me: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&2;}
17879
17880 ;;
17881esac
17882{ $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5
17883$as_echo_n "checking for uuid/uuid.h... " >&6; }
17884if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
17885 $as_echo_n "(cached) " >&6
17886else
17887 ac_cv_header_uuid_uuid_h=$ac_header_preproc
17888fi
17889{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5
17890$as_echo "$ac_cv_header_uuid_uuid_h" >&6; }
17891
17892fi
17893if test "x$ac_cv_header_uuid_uuid_h" = x""yes; then
17894 :
17895else
17896 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17897$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17898{ { $as_echo "$as_me:$LINENO: error:
17899 *** uuid/uuid.h missing, libuuid-devel package required
17900See \`config.log' for more details." >&5
17901$as_echo "$as_me: error:
17902 *** uuid/uuid.h missing, libuuid-devel package required
17903See \`config.log' for more details." >&2;}
17904 { (exit 1); exit 1; }; }; }
17905fi
17906
17907
17908
17909
17910{ $as_echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5
17911$as_echo_n "checking for uuid_generate in -luuid... " >&6; }
17912if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then
17913 $as_echo_n "(cached) " >&6
17914else
17915 ac_check_lib_save_LIBS=$LIBS
17916LIBS="-luuid $LIBS"
17917cat >conftest.$ac_ext <<_ACEOF
17918/* confdefs.h. */
17919_ACEOF
17920cat confdefs.h >>conftest.$ac_ext
17921cat >>conftest.$ac_ext <<_ACEOF
17922/* end confdefs.h. */
17923
17924/* Override any GCC internal prototype to avoid an error.
17925 Use char because int might match the return type of a GCC
17926 builtin and then its argument prototype would still apply. */
17927#ifdef __cplusplus
17928extern "C"
17929#endif
17930char uuid_generate ();
17931int
17932main ()
17933{
17934return uuid_generate ();
17935 ;
17936 return 0;
17937}
17938_ACEOF
17939rm -f conftest.$ac_objext conftest$ac_exeext
17940if { (ac_try="$ac_link"
17941case "(($ac_try" in
17942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17943 *) ac_try_echo=$ac_try;;
17944esac
17945eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17946$as_echo "$ac_try_echo") >&5
17947 (eval "$ac_link") 2>conftest.er1
17948 ac_status=$?
17949 grep -v '^ *+' conftest.er1 >conftest.err
17950 rm -f conftest.er1
17951 cat conftest.err >&5
17952 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17953 (exit $ac_status); } && {
17954 test -z "$ac_c_werror_flag" ||
17955 test ! -s conftest.err
17956 } && test -s conftest$ac_exeext && {
17957 test "$cross_compiling" = yes ||
17958 $as_test_x conftest$ac_exeext
17959 }; then
17960 ac_cv_lib_uuid_uuid_generate=yes
17961else
17962 $as_echo "$as_me: failed program was:" >&5
17963sed 's/^/| /' conftest.$ac_ext >&5
17964
17965 ac_cv_lib_uuid_uuid_generate=no
17966fi
17967
17968rm -rf conftest.dSYM
17969rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17970 conftest$ac_exeext conftest.$ac_ext
17971LIBS=$ac_check_lib_save_LIBS
17972fi
17973{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5
17974$as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; }
17975if test "x$ac_cv_lib_uuid_uuid_generate" = x""yes; then
17976 cat >>confdefs.h <<_ACEOF
17977#define HAVE_LIBUUID 1
17978_ACEOF
17979
17980 LIBS="-luuid $LIBS"
17981
17982else
17983 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17984$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17985{ { $as_echo "$as_me:$LINENO: error:
17986 *** uuid_generate() missing, libuuid-devel package required
17987See \`config.log' for more details." >&5
17988$as_echo "$as_me: error:
17989 *** uuid_generate() missing, libuuid-devel package required
17990See \`config.log' for more details." >&2;}
17991 { (exit 1); exit 1; }; }; }
17992fi
17993
17994
17995
17996{ $as_echo "$as_me:$LINENO: checking for uuid_is_null in -luuid" >&5
17997$as_echo_n "checking for uuid_is_null in -luuid... " >&6; }
17998if test "${ac_cv_lib_uuid_uuid_is_null+set}" = set; then
17999 $as_echo_n "(cached) " >&6
18000else
18001 ac_check_lib_save_LIBS=$LIBS
18002LIBS="-luuid $LIBS"
18003cat >conftest.$ac_ext <<_ACEOF
18004/* confdefs.h. */
18005_ACEOF
18006cat confdefs.h >>conftest.$ac_ext
18007cat >>conftest.$ac_ext <<_ACEOF
18008/* end confdefs.h. */
18009
18010/* Override any GCC internal prototype to avoid an error.
18011 Use char because int might match the return type of a GCC
18012 builtin and then its argument prototype would still apply. */
18013#ifdef __cplusplus
18014extern "C"
18015#endif
18016char uuid_is_null ();
18017int
18018main ()
18019{
18020return uuid_is_null ();
18021 ;
18022 return 0;
18023}
18024_ACEOF
18025rm -f conftest.$ac_objext conftest$ac_exeext
18026if { (ac_try="$ac_link"
18027case "(($ac_try" in
18028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18029 *) ac_try_echo=$ac_try;;
18030esac
18031eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18032$as_echo "$ac_try_echo") >&5
18033 (eval "$ac_link") 2>conftest.er1
18034 ac_status=$?
18035 grep -v '^ *+' conftest.er1 >conftest.err
18036 rm -f conftest.er1
18037 cat conftest.err >&5
18038 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18039 (exit $ac_status); } && {
18040 test -z "$ac_c_werror_flag" ||
18041 test ! -s conftest.err
18042 } && test -s conftest$ac_exeext && {
18043 test "$cross_compiling" = yes ||
18044 $as_test_x conftest$ac_exeext
18045 }; then
18046 ac_cv_lib_uuid_uuid_is_null=yes
18047else
18048 $as_echo "$as_me: failed program was:" >&5
18049sed 's/^/| /' conftest.$ac_ext >&5
18050
18051 ac_cv_lib_uuid_uuid_is_null=no
18052fi
18053
18054rm -rf conftest.dSYM
18055rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18056 conftest$ac_exeext conftest.$ac_ext
18057LIBS=$ac_check_lib_save_LIBS
18058fi
18059{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_is_null" >&5
18060$as_echo "$ac_cv_lib_uuid_uuid_is_null" >&6; }
18061if test "x$ac_cv_lib_uuid_uuid_is_null" = x""yes; then
18062 cat >>confdefs.h <<_ACEOF
18063#define HAVE_LIBUUID 1
18064_ACEOF
18065
18066 LIBS="-luuid $LIBS"
18067
18068else
18069 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18070$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18071{ { $as_echo "$as_me:$LINENO: error:
18072 *** uuid_is_null() missing, libuuid-devel package required
18073See \`config.log' for more details." >&5
18074$as_echo "$as_me: error:
18075 *** uuid_is_null() missing, libuuid-devel package required
18076See \`config.log' for more details." >&2;}
18077 { (exit 1); exit 1; }; }; }
18078fi
18079
18080
18081 LIBUUID="-luuid"
18082
18083
18084cat >>confdefs.h <<\_ACEOF
18085#define HAVE_LIBUUID 1
18086_ACEOF
18087
18088
18089
18090
18091# Check whether --with-blkid was given.
18092if test "${with_blkid+set}" = set; then
18093 withval=$with_blkid;
18094else
18095 with_blkid=check
18096fi
18097
18098
18099 LIBBLKID=
18100 if test "x$with_blkid" != xno; then
18101
18102 { $as_echo "$as_me:$LINENO: checking for blkid_get_cache in -lblkid" >&5
18103$as_echo_n "checking for blkid_get_cache in -lblkid... " >&6; }
18104if test "${ac_cv_lib_blkid_blkid_get_cache+set}" = set; then
18105 $as_echo_n "(cached) " >&6
18106else
18107 ac_check_lib_save_LIBS=$LIBS
18108LIBS="-lblkid $LIBS"
18109cat >conftest.$ac_ext <<_ACEOF
18110/* confdefs.h. */
18111_ACEOF
18112cat confdefs.h >>conftest.$ac_ext
18113cat >>conftest.$ac_ext <<_ACEOF
18114/* end confdefs.h. */
18115
18116/* Override any GCC internal prototype to avoid an error.
18117 Use char because int might match the return type of a GCC
18118 builtin and then its argument prototype would still apply. */
18119#ifdef __cplusplus
18120extern "C"
18121#endif
18122char blkid_get_cache ();
18123int
18124main ()
18125{
18126return blkid_get_cache ();
18127 ;
18128 return 0;
18129}
18130_ACEOF
18131rm -f conftest.$ac_objext conftest$ac_exeext
18132if { (ac_try="$ac_link"
18133case "(($ac_try" in
18134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18135 *) ac_try_echo=$ac_try;;
18136esac
18137eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18138$as_echo "$ac_try_echo") >&5
18139 (eval "$ac_link") 2>conftest.er1
18140 ac_status=$?
18141 grep -v '^ *+' conftest.er1 >conftest.err
18142 rm -f conftest.er1
18143 cat conftest.err >&5
18144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18145 (exit $ac_status); } && {
18146 test -z "$ac_c_werror_flag" ||
18147 test ! -s conftest.err
18148 } && test -s conftest$ac_exeext && {
18149 test "$cross_compiling" = yes ||
18150 $as_test_x conftest$ac_exeext
18151 }; then
18152 ac_cv_lib_blkid_blkid_get_cache=yes
18153else
18154 $as_echo "$as_me: failed program was:" >&5
18155sed 's/^/| /' conftest.$ac_ext >&5
18156
18157 ac_cv_lib_blkid_blkid_get_cache=no
18158fi
18159
18160rm -rf conftest.dSYM
18161rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18162 conftest$ac_exeext conftest.$ac_ext
18163LIBS=$ac_check_lib_save_LIBS
18164fi
18165{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_blkid_blkid_get_cache" >&5
18166$as_echo "$ac_cv_lib_blkid_blkid_get_cache" >&6; }
18167if test "x$ac_cv_lib_blkid_blkid_get_cache" = x""yes; then
18168
18169 { $as_echo "$as_me:$LINENO: checking for blkid zfs support" >&5
18170$as_echo_n "checking for blkid zfs support... " >&6; }
18171
18172 ZFS_DEV=`mktemp`
18173 dd if=/dev/zero of=$ZFS_DEV bs=1024k count=8 \
18174 >/dev/null 2>/dev/null
18175 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
18176 dd of=$ZFS_DEV bs=1k count=8 \
18177 seek=132 conv=notrunc &>/dev/null \
18178 >/dev/null 2>/dev/null
18179
18180 saved_LDFLAGS="$LDFLAGS"
18181 LDFLAGS="-lblkid"
18182
18183 if test "$cross_compiling" = yes; then
18184 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18185$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18186{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18187See \`config.log' for more details." >&5
18188$as_echo "$as_me: error: cannot run test program while cross compiling
18189See \`config.log' for more details." >&2;}
18190 { (exit 1); exit 1; }; }; }
18191else
18192 cat >conftest.$ac_ext <<_ACEOF
18193/* confdefs.h. */
18194_ACEOF
18195cat confdefs.h >>conftest.$ac_ext
18196cat >>conftest.$ac_ext <<_ACEOF
18197/* end confdefs.h. */
18198
18199 #include <stdio.h>
18200 #include <blkid/blkid.h>
18201
18202int
18203main ()
18204{
18205
18206 blkid_cache cache;
18207 char *value;
18208
18209 if (blkid_get_cache(&cache, NULL) < 0)
18210 return 1;
18211
18212 value = blkid_get_tag_value(cache, "TYPE",
18213 "$ZFS_DEV");
18214 if (!value) {
18215 blkid_put_cache(cache);
18216 return 2;
18217 }
18218
18219 if (strcmp(value, "zfs")) {
18220 free(value);
18221 blkid_put_cache(cache);
18222 return 3;
18223 }
18224
18225 free(value);
18226 blkid_put_cache(cache);
18227
18228 ;
18229 return 0;
18230}
18231_ACEOF
18232rm -f conftest$ac_exeext
18233if { (ac_try="$ac_link"
18234case "(($ac_try" in
18235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18236 *) ac_try_echo=$ac_try;;
18237esac
18238eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18239$as_echo "$ac_try_echo") >&5
18240 (eval "$ac_link") 2>&5
18241 ac_status=$?
18242 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18243 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18244 { (case "(($ac_try" in
18245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18246 *) ac_try_echo=$ac_try;;
18247esac
18248eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18249$as_echo "$ac_try_echo") >&5
18250 (eval "$ac_try") 2>&5
18251 ac_status=$?
18252 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18253 (exit $ac_status); }; }; then
18254
18255 rm -f $ZFS_DEV
18256 { $as_echo "$as_me:$LINENO: result: yes" >&5
18257$as_echo "yes" >&6; }
18258 LIBBLKID="-lblkid"
18259
18260
18261cat >>confdefs.h <<\_ACEOF
18262#define HAVE_LIBBLKID 1
18263_ACEOF
18264
18265
18266else
18267 $as_echo "$as_me: program exited with status $ac_status" >&5
18268$as_echo "$as_me: failed program was:" >&5
18269sed 's/^/| /' conftest.$ac_ext >&5
18270
18271( exit $ac_status )
18272
18273 rm -f $ZFS_DEV
18274 { $as_echo "$as_me:$LINENO: result: no" >&5
18275$as_echo "no" >&6; }
18276 if test "x$with_blkid" != xcheck; then
18277 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18278$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18279{ { $as_echo "$as_me:$LINENO: error: --with-blkid given but unavailable
18280See \`config.log' for more details." >&5
18281$as_echo "$as_me: error: --with-blkid given but unavailable
18282See \`config.log' for more details." >&2;}
18283 { (exit 1); exit 1; }; }; }
18284fi
18285
18286
18287fi
18288rm -rf conftest.dSYM
18289rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18290fi
18291
18292
18293
18294 LDFLAGS="$saved_LDFLAGS"
18295
18296else
18297
18298 if test "x$with_blkid" != xcheck; then
18299 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18300$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18301{ { $as_echo "$as_me:$LINENO: error: --with-blkid given but unavailable
18302See \`config.log' for more details." >&5
18303$as_echo "$as_me: error: --with-blkid given but unavailable
18304See \`config.log' for more details." >&2;}
18305 { (exit 1); exit 1; }; }; }
18306fi
18307
18308
18309
18310fi
18311
18312
18313fi
18314
18315
18316
18317 { $as_echo "$as_me:$LINENO: checking for -Wframe-larger-than=<size> support" >&5
18318$as_echo_n "checking for -Wframe-larger-than=<size> support... " >&6; }
18319
18320 saved_flags="$CFLAGS"
18321 CFLAGS="$CFLAGS -Wframe-larger-than=1024"
18322
18323 if test "$cross_compiling" = yes; then
18324 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18325$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18326{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18327See \`config.log' for more details." >&5
18328$as_echo "$as_me: error: cannot run test program while cross compiling
18329See \`config.log' for more details." >&2;}
18330 { (exit 1); exit 1; }; }; }
18331else
18332 cat >conftest.$ac_ext <<_ACEOF
18333/* confdefs.h. */
18334_ACEOF
18335cat confdefs.h >>conftest.$ac_ext
18336cat >>conftest.$ac_ext <<_ACEOF
18337/* end confdefs.h. */
18338
18339int
18340main ()
18341{
18342
18343 ;
18344 return 0;
18345}
18346_ACEOF
18347rm -f conftest$ac_exeext
18348if { (ac_try="$ac_link"
18349case "(($ac_try" in
18350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18351 *) ac_try_echo=$ac_try;;
18352esac
18353eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18354$as_echo "$ac_try_echo") >&5
18355 (eval "$ac_link") 2>&5
18356 ac_status=$?
18357 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18358 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18359 { (case "(($ac_try" in
18360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18361 *) ac_try_echo=$ac_try;;
18362esac
18363eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18364$as_echo "$ac_try_echo") >&5
18365 (eval "$ac_try") 2>&5
18366 ac_status=$?
18367 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18368 (exit $ac_status); }; }; then
18369
18370 FRAME_LARGER_THAN=-Wframe-larger-than=1024
18371 { $as_echo "$as_me:$LINENO: result: yes" >&5
18372$as_echo "yes" >&6; }
18373
18374else
18375 $as_echo "$as_me: program exited with status $ac_status" >&5
18376$as_echo "$as_me: failed program was:" >&5
18377sed 's/^/| /' conftest.$ac_ext >&5
18378
18379( exit $ac_status )
18380
18381 FRAME_LARGER_THAN=
18382 { $as_echo "$as_me:$LINENO: result: no" >&5
18383$as_echo "no" >&6; }
18384
18385fi
18386rm -rf conftest.dSYM
18387rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18388fi
18389
18390
18391
18392 CFLAGS="$saved_flags"
18393
18394
18395
18396
18397 { $as_echo "$as_me:$LINENO: checking whether pthread stack includes guard" >&5
18398$as_echo_n "checking whether pthread stack includes guard... " >&6; }
18399
18400 saved_CFLAGS="$CFLAGS"
18401 CFLAGS="-fstack-check"
18402 saved_LDFLAGS="$LDFLAGS"
18403 LDFLAGS="-lpthread"
18404
18405 if test "$cross_compiling" = yes; then
18406 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18407$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18408{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18409See \`config.log' for more details." >&5
18410$as_echo "$as_me: error: cannot run test program while cross compiling
18411See \`config.log' for more details." >&2;}
18412 { (exit 1); exit 1; }; }; }
18413else
18414 cat >conftest.$ac_ext <<_ACEOF
18415/* confdefs.h. */
18416_ACEOF
18417cat confdefs.h >>conftest.$ac_ext
18418cat >>conftest.$ac_ext <<_ACEOF
18419/* end confdefs.h. */
18420
18421 #include <pthread.h>
18422 #include <sys/resource.h>
18423 #include <unistd.h>
18424 #include <bits/local_lim.h>
18425
18426 #define PAGESIZE (sysconf(_SC_PAGESIZE))
18427 #define STACK_SIZE 8192
18428 #define BUFSIZE 4096
18429
18430 void * func(void *arg)
18431 {
18432 char buf[BUFSIZE];
18433 }
18434
18435int
18436main ()
18437{
18438
18439 pthread_t tid;
18440 pthread_attr_t attr;
18441 struct rlimit l;
18442
18443 l.rlim_cur = 0;
18444 l.rlim_max = 0;
18445 setrlimit(RLIMIT_CORE, &l);
18446 pthread_attr_init(&attr);
18447 pthread_attr_setstacksize(&attr, PTHREAD_STACK_MIN + STACK_SIZE);
18448 pthread_attr_setguardsize(&attr, PAGESIZE);
18449 pthread_create(&tid, &attr, func, NULL);
18450 pthread_join(tid, NULL);
18451
18452 ;
18453 return 0;
18454}
18455_ACEOF
18456rm -f conftest$ac_exeext
18457if { (ac_try="$ac_link"
18458case "(($ac_try" in
18459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18460 *) ac_try_echo=$ac_try;;
18461esac
18462eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18463$as_echo "$ac_try_echo") >&5
18464 (eval "$ac_link") 2>&5
18465 ac_status=$?
18466 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18467 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18468 { (case "(($ac_try" in
18469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18470 *) ac_try_echo=$ac_try;;
18471esac
18472eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18473$as_echo "$ac_try_echo") >&5
18474 (eval "$ac_try") 2>&5
18475 ac_status=$?
18476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18477 (exit $ac_status); }; }; then
18478
18479 { $as_echo "$as_me:$LINENO: result: no" >&5
18480$as_echo "no" >&6; }
18481
18482else
18483 $as_echo "$as_me: program exited with status $ac_status" >&5
18484$as_echo "$as_me: failed program was:" >&5
18485sed 's/^/| /' conftest.$ac_ext >&5
18486
18487( exit $ac_status )
18488
18489
18490cat >>confdefs.h <<\_ACEOF
18491#define NPTL_GUARD_WITHIN_STACK 1
18492_ACEOF
18493
18494 { $as_echo "$as_me:$LINENO: result: yes" >&5
18495$as_echo "yes" >&6; }
18496
18497fi
18498rm -rf conftest.dSYM
18499rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18500fi
18501
18502
18503 CFLAGS="$saved_CFLAGS"
18504 LDFLAGS="$saved_LDFLAGS"
18505
18506 ;;
18507 srpm) ;;
18508 *)
18509 { $as_echo "$as_me:$LINENO: result: Error!" >&5
18510$as_echo "Error!" >&6; }
18511 { { $as_echo "$as_me:$LINENO: error: Bad value \"$ZFS_CONFIG\" for --with-config,
18512 user kernel|user|all|srpm" >&5
18513$as_echo "$as_me: error: Bad value \"$ZFS_CONFIG\" for --with-config,
18514 user kernel|user|all|srpm" >&2;}
18515 { (exit 1); exit 1; }; } ;;
18516 esac
18517
18518 if test "$ZFS_CONFIG" = user ||
18519 test "$ZFS_CONFIG" = all; then
18520 CONFIG_USER_TRUE=
18521 CONFIG_USER_FALSE='#'
18522else
18523 CONFIG_USER_TRUE='#'
18524 CONFIG_USER_FALSE=
18525fi
18526
18527 if test "$ZFS_CONFIG" = kernel ||
18528 test "$ZFS_CONFIG" = all; then
18529 CONFIG_KERNEL_TRUE=
18530 CONFIG_KERNEL_FALSE='#'
18531else
18532 CONFIG_KERNEL_TRUE='#'
18533 CONFIG_KERNEL_FALSE=
18534fi
18535
18536
18537
e70e591c
BB
18538 { $as_echo "$as_me:$LINENO: checking whether debugging is enabled" >&5
18539$as_echo_n "checking whether debugging is enabled... " >&6; }
18540 # Check whether --enable-debug was given.
18541if test "${enable_debug+set}" = set; then
18542 enableval=$enable_debug;
18543else
18544 enable_debug=no
18545fi
18546
18547
18548 if test "x$enable_debug" = xyes; then
18549
18550 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG -Werror"
18551 HOSTCFLAGS="${HOSTCFLAGS} -DDEBUG -Werror"
18552 DEBUG_CFLAGS="-DDEBUG -Werror"
18553 DEBUG_STACKFLAGS="-fstack-check"
18554
18555else
18556
18557 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DNDEBUG "
18558 HOSTCFLAGS="${HOSTCFLAGS} -DNDEBUG "
18559 DEBUG_CFLAGS="-DNDEBUG"
18560 DEBUG_STACKFLAGS=""
18561
18562fi
18563
18564
18565
18566
18567 { $as_echo "$as_me:$LINENO: result: $enable_debug" >&5
18568$as_echo "$enable_debug" >&6; }
18569
18570
a5b4d635 18571ac_config_files="$ac_config_files Makefile etc/Makefile man/Makefile man/man8/Makefile lib/Makefile lib/libspl/Makefile lib/libspl/asm-generic/Makefile lib/libspl/asm-i386/Makefile lib/libspl/asm-x86_64/Makefile lib/libspl/include/Makefile lib/libspl/include/ia32/Makefile lib/libspl/include/ia32/sys/Makefile lib/libspl/include/rpc/Makefile lib/libspl/include/sys/Makefile lib/libspl/include/sys/sysevent/Makefile lib/libspl/include/sys/dktp/Makefile lib/libspl/include/util/Makefile lib/libavl/Makefile lib/libefi/Makefile lib/libnvpair/Makefile lib/libunicode/Makefile lib/libuutil/Makefile lib/libzpool/Makefile lib/libzfs/Makefile cmd/Makefile cmd/zdb/Makefile cmd/zfs/Makefile cmd/zinject/Makefile cmd/zpool/Makefile cmd/zpool_id/Makefile cmd/zpool_layout/Makefile cmd/ztest/Makefile cmd/zpios/Makefile module/Makefile module/avl/Makefile module/nvpair/Makefile module/unicode/Makefile module/zcommon/Makefile module/zfs/Makefile module/zpios/Makefile include/Makefile include/sys/Makefile include/sys/fs/Makefile include/sys/fm/Makefile include/sys/fm/fs/Makefile scripts/Makefile scripts/zpios-profile/Makefile scripts/zpios-test/Makefile scripts/zpool-config/Makefile scripts/zpool-layout/Makefile scripts/common.sh zfs.spec zfs-modules.spec zfs-script-config.sh"
e70e591c
BB
18572
18573
18574cat >confcache <<\_ACEOF
18575# This file is a shell script that caches the results of configure
18576# tests run on this system so they can be shared between configure
18577# scripts and configure runs, see configure's option --config-cache.
18578# It is not useful on other systems. If it contains results you don't
18579# want to keep, you may remove or edit it.
18580#
18581# config.status only pays attention to the cache file if you give it
18582# the --recheck option to rerun configure.
18583#
18584# `ac_cv_env_foo' variables (set or unset) will be overridden when
18585# loading this file, other *unset* `ac_cv_foo' will be assigned the
18586# following values.
18587
18588_ACEOF
18589
18590# The following way of writing the cache mishandles newlines in values,
18591# but we know of no workaround that is simple, portable, and efficient.
18592# So, we kill variables containing newlines.
18593# Ultrix sh set writes to stderr and can't be redirected directly,
18594# and sets the high bit in the cache file unless we assign to the vars.
18595(
18596 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18597 eval ac_val=\$$ac_var
18598 case $ac_val in #(
18599 *${as_nl}*)
18600 case $ac_var in #(
18601 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
18602$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18603 esac
18604 case $ac_var in #(
18605 _ | IFS | as_nl) ;; #(
18606 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18607 *) $as_unset $ac_var ;;
18608 esac ;;
18609 esac
18610 done
18611
18612 (set) 2>&1 |
18613 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18614 *${as_nl}ac_space=\ *)
18615 # `set' does not quote correctly, so add quotes (double-quote
18616 # substitution turns \\\\ into \\, and sed turns \\ into \).
18617 sed -n \
18618 "s/'/'\\\\''/g;
18619 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18620 ;; #(
18621 *)
18622 # `set' quotes correctly as required by POSIX, so do not add quotes.
18623 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18624 ;;
18625 esac |
18626 sort
18627) |
18628 sed '
18629 /^ac_cv_env_/b end
18630 t clear
18631 :clear
18632 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18633 t end
18634 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18635 :end' >>confcache
18636if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18637 if test -w "$cache_file"; then
18638 test "x$cache_file" != "x/dev/null" &&
18639 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
18640$as_echo "$as_me: updating cache $cache_file" >&6;}
18641 cat confcache >$cache_file
18642 else
18643 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
18644$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18645 fi
18646fi
18647rm -f confcache
18648
18649test "x$prefix" = xNONE && prefix=$ac_default_prefix
18650# Let make expand exec_prefix.
18651test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18652
18653DEFS=-DHAVE_CONFIG_H
18654
18655ac_libobjs=
18656ac_ltlibobjs=
18657for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18658 # 1. Remove the extension, and $U if already installed.
18659 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18660 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18661 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18662 # will be set to the directory where LIBOBJS objects are built.
18663 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18664 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
18665done
18666LIBOBJS=$ac_libobjs
18667
18668LTLIBOBJS=$ac_ltlibobjs
18669
18670
18671if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
18672 { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
18673Usually this means the macro was only invoked conditionally." >&5
18674$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
18675Usually this means the macro was only invoked conditionally." >&2;}
18676 { (exit 1); exit 1; }; }
18677fi
18678 if test -n "$EXEEXT"; then
18679 am__EXEEXT_TRUE=
18680 am__EXEEXT_FALSE='#'
18681else
18682 am__EXEEXT_TRUE='#'
18683 am__EXEEXT_FALSE=
18684fi
18685
18686if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
18687 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
18688Usually this means the macro was only invoked conditionally." >&5
18689$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
18690Usually this means the macro was only invoked conditionally." >&2;}
18691 { (exit 1); exit 1; }; }
18692fi
18693if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
18694 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
18695Usually this means the macro was only invoked conditionally." >&5
18696$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
18697Usually this means the macro was only invoked conditionally." >&2;}
18698 { (exit 1); exit 1; }; }
18699fi
18700if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
18701 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCCAS\" was never defined.
18702Usually this means the macro was only invoked conditionally." >&5
18703$as_echo "$as_me: error: conditional \"am__fastdepCCAS\" was never defined.
18704Usually this means the macro was only invoked conditionally." >&2;}
18705 { (exit 1); exit 1; }; }
18706fi
18707if test -z "${CONFIG_USER_TRUE}" && test -z "${CONFIG_USER_FALSE}"; then
18708 { { $as_echo "$as_me:$LINENO: error: conditional \"CONFIG_USER\" was never defined.
18709Usually this means the macro was only invoked conditionally." >&5
18710$as_echo "$as_me: error: conditional \"CONFIG_USER\" was never defined.
18711Usually this means the macro was only invoked conditionally." >&2;}
18712 { (exit 1); exit 1; }; }
18713fi
18714if test -z "${CONFIG_KERNEL_TRUE}" && test -z "${CONFIG_KERNEL_FALSE}"; then
18715 { { $as_echo "$as_me:$LINENO: error: conditional \"CONFIG_KERNEL\" was never defined.
18716Usually this means the macro was only invoked conditionally." >&5
18717$as_echo "$as_me: error: conditional \"CONFIG_KERNEL\" was never defined.
18718Usually this means the macro was only invoked conditionally." >&2;}
18719 { (exit 1); exit 1; }; }
18720fi
18721
18722: ${CONFIG_STATUS=./config.status}
18723ac_write_fail=0
18724ac_clean_files_save=$ac_clean_files
18725ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18726{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
18727$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18728cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18729#! $SHELL
18730# Generated by $as_me.
18731# Run this file to recreate the current configuration.
18732# Compiler output produced by configure, useful for debugging
18733# configure, is in config.log if it exists.
18734
18735debug=false
18736ac_cs_recheck=false
18737ac_cs_silent=false
18738SHELL=\${CONFIG_SHELL-$SHELL}
18739_ACEOF
18740
18741cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18742## --------------------- ##
18743## M4sh Initialization. ##
18744## --------------------- ##
18745
18746# Be more Bourne compatible
18747DUALCASE=1; export DUALCASE # for MKS sh
18748if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18749 emulate sh
18750 NULLCMD=:
18751 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18752 # is contrary to our usage. Disable this feature.
18753 alias -g '${1+"$@"}'='"$@"'
18754 setopt NO_GLOB_SUBST
18755else
18756 case `(set -o) 2>/dev/null` in
18757 *posix*) set -o posix ;;
18758esac
18759
18760fi
18761
18762
18763
18764
18765# PATH needs CR
18766# Avoid depending upon Character Ranges.
18767as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18768as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18769as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18770as_cr_digits='0123456789'
18771as_cr_alnum=$as_cr_Letters$as_cr_digits
18772
18773as_nl='
18774'
18775export as_nl
18776# Printing a long string crashes Solaris 7 /usr/bin/printf.
18777as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18778as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18779as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18780if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18781 as_echo='printf %s\n'
18782 as_echo_n='printf %s'
18783else
18784 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18785 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18786 as_echo_n='/usr/ucb/echo -n'
18787 else
18788 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18789 as_echo_n_body='eval
18790 arg=$1;
18791 case $arg in
18792 *"$as_nl"*)
18793 expr "X$arg" : "X\\(.*\\)$as_nl";
18794 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18795 esac;
18796 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18797 '
18798 export as_echo_n_body
18799 as_echo_n='sh -c $as_echo_n_body as_echo'
18800 fi
18801 export as_echo_body
18802 as_echo='sh -c $as_echo_body as_echo'
18803fi
18804
18805# The user is always right.
18806if test "${PATH_SEPARATOR+set}" != set; then
18807 PATH_SEPARATOR=:
18808 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18809 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18810 PATH_SEPARATOR=';'
18811 }
18812fi
18813
18814# Support unset when possible.
18815if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
18816 as_unset=unset
18817else
18818 as_unset=false
18819fi
18820
18821
18822# IFS
18823# We need space, tab and new line, in precisely that order. Quoting is
18824# there to prevent editors from complaining about space-tab.
18825# (If _AS_PATH_WALK were called with IFS unset, it would disable word
18826# splitting by setting IFS to empty value.)
18827IFS=" "" $as_nl"
18828
18829# Find who we are. Look in the path if we contain no directory separator.
18830case $0 in
18831 *[\\/]* ) as_myself=$0 ;;
18832 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18833for as_dir in $PATH
18834do
18835 IFS=$as_save_IFS
18836 test -z "$as_dir" && as_dir=.
18837 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18838done
18839IFS=$as_save_IFS
18840
18841 ;;
18842esac
18843# We did not find ourselves, most probably we were run as `sh COMMAND'
18844# in which case we are not to be found in the path.
18845if test "x$as_myself" = x; then
18846 as_myself=$0
18847fi
18848if test ! -f "$as_myself"; then
18849 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18850 { (exit 1); exit 1; }
18851fi
18852
18853# Work around bugs in pre-3.0 UWIN ksh.
18854for as_var in ENV MAIL MAILPATH
18855do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
18856done
18857PS1='$ '
18858PS2='> '
18859PS4='+ '
18860
18861# NLS nuisances.
18862LC_ALL=C
18863export LC_ALL
18864LANGUAGE=C
18865export LANGUAGE
18866
18867# Required to use basename.
18868if expr a : '\(a\)' >/dev/null 2>&1 &&
18869 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18870 as_expr=expr
18871else
18872 as_expr=false
18873fi
18874
18875if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18876 as_basename=basename
18877else
18878 as_basename=false
18879fi
18880
18881
18882# Name of the executable.
18883as_me=`$as_basename -- "$0" ||
18884$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18885 X"$0" : 'X\(//\)$' \| \
18886 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18887$as_echo X/"$0" |
18888 sed '/^.*\/\([^/][^/]*\)\/*$/{
18889 s//\1/
18890 q
18891 }
18892 /^X\/\(\/\/\)$/{
18893 s//\1/
18894 q
18895 }
18896 /^X\/\(\/\).*/{
18897 s//\1/
18898 q
18899 }
18900 s/.*/./; q'`
18901
18902# CDPATH.
18903$as_unset CDPATH
18904
18905
18906
18907 as_lineno_1=$LINENO
18908 as_lineno_2=$LINENO
18909 test "x$as_lineno_1" != "x$as_lineno_2" &&
18910 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
18911
18912 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
18913 # uniformly replaced by the line number. The first 'sed' inserts a
18914 # line-number line after each line using $LINENO; the second 'sed'
18915 # does the real work. The second script uses 'N' to pair each
18916 # line-number line with the line containing $LINENO, and appends
18917 # trailing '-' during substitution so that $LINENO is not a special
18918 # case at line end.
18919 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
18920 # scripts with optimization help from Paolo Bonzini. Blame Lee
18921 # E. McMahon (1931-1989) for sed's syntax. :-)
18922 sed -n '
18923 p
18924 /[$]LINENO/=
18925 ' <$as_myself |
18926 sed '
18927 s/[$]LINENO.*/&-/
18928 t lineno
18929 b
18930 :lineno
18931 N
18932 :loop
18933 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
18934 t loop
18935 s/-\n.*//
18936 ' >$as_me.lineno &&
18937 chmod +x "$as_me.lineno" ||
18938 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
18939 { (exit 1); exit 1; }; }
18940
18941 # Don't try to exec as it changes $[0], causing all sort of problems
18942 # (the dirname of $[0] is not the place where we might find the
18943 # original and so on. Autoconf is especially sensitive to this).
18944 . "./$as_me.lineno"
18945 # Exit status is that of the last command.
18946 exit
18947}
18948
18949
18950if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18951 as_dirname=dirname
18952else
18953 as_dirname=false
18954fi
18955
18956ECHO_C= ECHO_N= ECHO_T=
18957case `echo -n x` in
18958-n*)
18959 case `echo 'x\c'` in
18960 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18961 *) ECHO_C='\c';;
18962 esac;;
18963*)
18964 ECHO_N='-n';;
18965esac
18966if expr a : '\(a\)' >/dev/null 2>&1 &&
18967 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18968 as_expr=expr
18969else
18970 as_expr=false
18971fi
18972
18973rm -f conf$$ conf$$.exe conf$$.file
18974if test -d conf$$.dir; then
18975 rm -f conf$$.dir/conf$$.file
18976else
18977 rm -f conf$$.dir
18978 mkdir conf$$.dir 2>/dev/null
18979fi
18980if (echo >conf$$.file) 2>/dev/null; then
18981 if ln -s conf$$.file conf$$ 2>/dev/null; then
18982 as_ln_s='ln -s'
18983 # ... but there are two gotchas:
18984 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18985 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18986 # In both cases, we have to default to `cp -p'.
18987 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18988 as_ln_s='cp -p'
18989 elif ln conf$$.file conf$$ 2>/dev/null; then
18990 as_ln_s=ln
18991 else
18992 as_ln_s='cp -p'
18993 fi
18994else
18995 as_ln_s='cp -p'
18996fi
18997rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18998rmdir conf$$.dir 2>/dev/null
18999
19000if mkdir -p . 2>/dev/null; then
19001 as_mkdir_p=:
19002else
19003 test -d ./-p && rmdir ./-p
19004 as_mkdir_p=false
19005fi
19006
19007if test -x / >/dev/null 2>&1; then
19008 as_test_x='test -x'
19009else
19010 if ls -dL / >/dev/null 2>&1; then
19011 as_ls_L_option=L
19012 else
19013 as_ls_L_option=
19014 fi
19015 as_test_x='
19016 eval sh -c '\''
19017 if test -d "$1"; then
19018 test -d "$1/.";
19019 else
19020 case $1 in
19021 -*)set "./$1";;
19022 esac;
19023 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
19024 ???[sx]*):;;*)false;;esac;fi
19025 '\'' sh
19026 '
19027fi
19028as_executable_p=$as_test_x
19029
19030# Sed expression to map a string onto a valid CPP name.
19031as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19032
19033# Sed expression to map a string onto a valid variable name.
19034as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19035
19036
19037exec 6>&1
19038
19039# Save the log message, to keep $[0] and so on meaningful, and to
19040# report actual input values of CONFIG_FILES etc. instead of their
19041# values after options handling.
19042ac_log="
19043This file was extended by $as_me, which was
19044generated by GNU Autoconf 2.63. Invocation command line was
19045
19046 CONFIG_FILES = $CONFIG_FILES
19047 CONFIG_HEADERS = $CONFIG_HEADERS
19048 CONFIG_LINKS = $CONFIG_LINKS
19049 CONFIG_COMMANDS = $CONFIG_COMMANDS
19050 $ $0 $@
19051
19052on `(hostname || uname -n) 2>/dev/null | sed 1q`
19053"
19054
19055_ACEOF
19056
19057case $ac_config_files in *"
19058"*) set x $ac_config_files; shift; ac_config_files=$*;;
19059esac
19060
19061case $ac_config_headers in *"
19062"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19063esac
19064
19065
19066cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19067# Files that config.status was made for.
19068config_files="$ac_config_files"
19069config_headers="$ac_config_headers"
19070config_commands="$ac_config_commands"
19071
19072_ACEOF
19073
19074cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19075ac_cs_usage="\
19076\`$as_me' instantiates files from templates according to the
19077current configuration.
19078
19079Usage: $0 [OPTION]... [FILE]...
19080
19081 -h, --help print this help, then exit
19082 -V, --version print version number and configuration settings, then exit
19083 -q, --quiet, --silent
19084 do not print progress messages
19085 -d, --debug don't remove temporary files
19086 --recheck update $as_me by reconfiguring in the same conditions
19087 --file=FILE[:TEMPLATE]
19088 instantiate the configuration file FILE
19089 --header=FILE[:TEMPLATE]
19090 instantiate the configuration header FILE
19091
19092Configuration files:
19093$config_files
19094
19095Configuration headers:
19096$config_headers
19097
19098Configuration commands:
19099$config_commands
19100
19101Report bugs to <bug-autoconf@gnu.org>."
19102
19103_ACEOF
19104cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19105ac_cs_version="\\
19106config.status
19107configured by $0, generated by GNU Autoconf 2.63,
19108 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
19109
19110Copyright (C) 2008 Free Software Foundation, Inc.
19111This config.status script is free software; the Free Software Foundation
19112gives unlimited permission to copy, distribute and modify it."
19113
19114ac_pwd='$ac_pwd'
19115srcdir='$srcdir'
19116INSTALL='$INSTALL'
19117MKDIR_P='$MKDIR_P'
19118AWK='$AWK'
19119test -n "\$AWK" || AWK=awk
19120_ACEOF
19121
19122cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19123# The default lists apply if the user does not specify any file.
19124ac_need_defaults=:
19125while test $# != 0
19126do
19127 case $1 in
19128 --*=*)
19129 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19130 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19131 ac_shift=:
19132 ;;
19133 *)
19134 ac_option=$1
19135 ac_optarg=$2
19136 ac_shift=shift
19137 ;;
19138 esac
19139
19140 case $ac_option in
19141 # Handling of the options.
19142 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19143 ac_cs_recheck=: ;;
19144 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19145 $as_echo "$ac_cs_version"; exit ;;
19146 --debug | --debu | --deb | --de | --d | -d )
19147 debug=: ;;
19148 --file | --fil | --fi | --f )
19149 $ac_shift
19150 case $ac_optarg in
19151 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19152 esac
19153 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
19154 ac_need_defaults=false;;
19155 --header | --heade | --head | --hea )
19156 $ac_shift
19157 case $ac_optarg in
19158 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19159 esac
19160 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
19161 ac_need_defaults=false;;
19162 --he | --h)
19163 # Conflict between --help and --header
19164 { $as_echo "$as_me: error: ambiguous option: $1
19165Try \`$0 --help' for more information." >&2
19166 { (exit 1); exit 1; }; };;
19167 --help | --hel | -h )
19168 $as_echo "$ac_cs_usage"; exit ;;
19169 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19170 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19171 ac_cs_silent=: ;;
19172
19173 # This is an error.
19174 -*) { $as_echo "$as_me: error: unrecognized option: $1
19175Try \`$0 --help' for more information." >&2
19176 { (exit 1); exit 1; }; } ;;
19177
19178 *) ac_config_targets="$ac_config_targets $1"
19179 ac_need_defaults=false ;;
19180
19181 esac
19182 shift
19183done
19184
19185ac_configure_extra_args=
19186
19187if $ac_cs_silent; then
19188 exec 6>/dev/null
19189 ac_configure_extra_args="$ac_configure_extra_args --silent"
19190fi
19191
19192_ACEOF
19193cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19194if \$ac_cs_recheck; then
19195 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19196 shift
19197 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19198 CONFIG_SHELL='$SHELL'
19199 export CONFIG_SHELL
19200 exec "\$@"
19201fi
19202
19203_ACEOF
19204cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19205exec 5>>config.log
19206{
19207 echo
19208 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19209## Running $as_me. ##
19210_ASBOX
19211 $as_echo "$ac_log"
19212} >&5
19213
19214_ACEOF
19215cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19216#
19217# INIT-COMMANDS
19218#
19219AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
19220
19221
19222# The HP-UX ksh and POSIX shell print the target directory to stdout
19223# if CDPATH is set.
19224(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19225
19226sed_quote_subst='$sed_quote_subst'
19227double_quote_subst='$double_quote_subst'
19228delay_variable_subst='$delay_variable_subst'
19229macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
19230macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
19231enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
19232enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
19233pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
19234enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
19235host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
19236host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
19237host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
19238build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
19239build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
19240build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
19241SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
19242Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
19243GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
19244EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
19245FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
19246LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
19247NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
19248LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
19249max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
19250ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
19251exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
19252lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
19253lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
19254lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
19255reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
19256reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19257OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
19258deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
19259file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
19260AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
19261AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
19262STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
19263RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
19264old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19265old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19266old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19267CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
19268CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
19269compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
19270GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
19271lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
19272lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
19273lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
19274lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
19275objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
19276SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
19277ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
19278MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
19279lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
19280lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
19281lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
19282lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
19283lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
19284need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
19285DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
19286NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
19287LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
19288OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
19289OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
19290libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
19291shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19292extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19293archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
19294enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
19295export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
19296whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
19297compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
19298old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19299old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19300archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19301archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19302module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19303module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19304with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
19305allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
19306no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
19307hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
19308hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
19309hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
19310hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
19311hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
19312hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
19313hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
19314hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
19315inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
19316link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
19317fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
19318always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
19319export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19320exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
19321include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
19322prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19323file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
19324variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
19325need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
19326need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
19327version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
19328runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
19329shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
19330shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
19331libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
19332library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
19333soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
19334postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19335postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19336finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19337finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
19338hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
19339sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
19340sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
19341hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
19342enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
19343enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
19344enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
19345old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
19346striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
19347
19348LTCC='$LTCC'
19349LTCFLAGS='$LTCFLAGS'
19350compiler='$compiler_DEFAULT'
19351
19352# Quote evaled strings.
19353for var in SED \
19354GREP \
19355EGREP \
19356FGREP \
19357LD \
19358NM \
19359LN_S \
19360lt_SP2NL \
19361lt_NL2SP \
19362reload_flag \
19363OBJDUMP \
19364deplibs_check_method \
19365file_magic_cmd \
19366AR \
19367AR_FLAGS \
19368STRIP \
19369RANLIB \
19370CC \
19371CFLAGS \
19372compiler \
19373lt_cv_sys_global_symbol_pipe \
19374lt_cv_sys_global_symbol_to_cdecl \
19375lt_cv_sys_global_symbol_to_c_name_address \
19376lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
19377SHELL \
19378ECHO \
19379lt_prog_compiler_no_builtin_flag \
19380lt_prog_compiler_wl \
19381lt_prog_compiler_pic \
19382lt_prog_compiler_static \
19383lt_cv_prog_compiler_c_o \
19384need_locks \
19385DSYMUTIL \
19386NMEDIT \
19387LIPO \
19388OTOOL \
19389OTOOL64 \
19390shrext_cmds \
19391export_dynamic_flag_spec \
19392whole_archive_flag_spec \
19393compiler_needs_object \
19394with_gnu_ld \
19395allow_undefined_flag \
19396no_undefined_flag \
19397hardcode_libdir_flag_spec \
19398hardcode_libdir_flag_spec_ld \
19399hardcode_libdir_separator \
19400fix_srcfile_path \
19401exclude_expsyms \
19402include_expsyms \
19403file_list_spec \
19404variables_saved_for_relink \
19405libname_spec \
19406library_names_spec \
19407soname_spec \
19408finish_eval \
19409old_striplib \
19410striplib; do
19411 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
19412 *[\\\\\\\`\\"\\\$]*)
19413 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
19414 ;;
19415 *)
19416 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
19417 ;;
19418 esac
19419done
19420
19421# Double-quote double-evaled strings.
19422for var in reload_cmds \
19423old_postinstall_cmds \
19424old_postuninstall_cmds \
19425old_archive_cmds \
19426extract_expsyms_cmds \
19427old_archive_from_new_cmds \
19428old_archive_from_expsyms_cmds \
19429archive_cmds \
19430archive_expsym_cmds \
19431module_cmds \
19432module_expsym_cmds \
19433export_symbols_cmds \
19434prelink_cmds \
19435postinstall_cmds \
19436postuninstall_cmds \
19437finish_cmds \
19438sys_lib_search_path_spec \
19439sys_lib_dlsearch_path_spec; do
19440 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
19441 *[\\\\\\\`\\"\\\$]*)
19442 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
19443 ;;
19444 *)
19445 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
19446 ;;
19447 esac
19448done
19449
19450# Fix-up fallback echo if it was mangled by the above quoting rules.
19451case \$lt_ECHO in
19452*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
19453 ;;
19454esac
19455
19456ac_aux_dir='$ac_aux_dir'
19457xsi_shell='$xsi_shell'
19458lt_shell_append='$lt_shell_append'
19459
19460# See if we are running on zsh, and set the options which allow our
19461# commands through without removal of \ escapes INIT.
19462if test -n "\${ZSH_VERSION+set}" ; then
19463 setopt NO_GLOB_SUBST
19464fi
19465
19466
19467 PACKAGE='$PACKAGE'
19468 VERSION='$VERSION'
19469 TIMESTAMP='$TIMESTAMP'
19470 RM='$RM'
19471 ofile='$ofile'
19472
19473
19474
19475
19476_ACEOF
19477
19478cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19479
19480# Handling of arguments.
19481for ac_config_target in $ac_config_targets
19482do
19483 case $ac_config_target in
19484 "zfs_config.h") CONFIG_HEADERS="$CONFIG_HEADERS zfs_config.h" ;;
19485 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
19486 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
19487 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
e70e591c
BB
19488 "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
19489 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
19490 "man/man8/Makefile") CONFIG_FILES="$CONFIG_FILES man/man8/Makefile" ;;
19491 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
19492 "lib/libspl/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/Makefile" ;;
19493 "lib/libspl/asm-generic/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/asm-generic/Makefile" ;;
19494 "lib/libspl/asm-i386/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/asm-i386/Makefile" ;;
19495 "lib/libspl/asm-x86_64/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/asm-x86_64/Makefile" ;;
19496 "lib/libspl/include/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/Makefile" ;;
6283f55e
BB
19497 "lib/libspl/include/ia32/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/ia32/Makefile" ;;
19498 "lib/libspl/include/ia32/sys/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/ia32/sys/Makefile" ;;
19499 "lib/libspl/include/rpc/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/rpc/Makefile" ;;
19500 "lib/libspl/include/sys/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/sys/Makefile" ;;
19501 "lib/libspl/include/sys/sysevent/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/sys/sysevent/Makefile" ;;
19502 "lib/libspl/include/sys/dktp/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/sys/dktp/Makefile" ;;
19503 "lib/libspl/include/util/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/util/Makefile" ;;
e70e591c
BB
19504 "lib/libavl/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libavl/Makefile" ;;
19505 "lib/libefi/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libefi/Makefile" ;;
19506 "lib/libnvpair/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libnvpair/Makefile" ;;
19507 "lib/libunicode/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libunicode/Makefile" ;;
19508 "lib/libuutil/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libuutil/Makefile" ;;
19509 "lib/libzpool/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libzpool/Makefile" ;;
e70e591c
BB
19510 "lib/libzfs/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libzfs/Makefile" ;;
19511 "cmd/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/Makefile" ;;
19512 "cmd/zdb/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zdb/Makefile" ;;
19513 "cmd/zfs/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zfs/Makefile" ;;
19514 "cmd/zinject/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zinject/Makefile" ;;
19515 "cmd/zpool/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zpool/Makefile" ;;
19516 "cmd/zpool_id/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zpool_id/Makefile" ;;
19517 "cmd/zpool_layout/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zpool_layout/Makefile" ;;
19518 "cmd/ztest/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/ztest/Makefile" ;;
19519 "cmd/zpios/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zpios/Makefile" ;;
19520 "module/Makefile") CONFIG_FILES="$CONFIG_FILES module/Makefile" ;;
19521 "module/avl/Makefile") CONFIG_FILES="$CONFIG_FILES module/avl/Makefile" ;;
19522 "module/nvpair/Makefile") CONFIG_FILES="$CONFIG_FILES module/nvpair/Makefile" ;;
19523 "module/unicode/Makefile") CONFIG_FILES="$CONFIG_FILES module/unicode/Makefile" ;;
19524 "module/zcommon/Makefile") CONFIG_FILES="$CONFIG_FILES module/zcommon/Makefile" ;;
19525 "module/zfs/Makefile") CONFIG_FILES="$CONFIG_FILES module/zfs/Makefile" ;;
19526 "module/zpios/Makefile") CONFIG_FILES="$CONFIG_FILES module/zpios/Makefile" ;;
6283f55e
BB
19527 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19528 "include/sys/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/Makefile" ;;
19529 "include/sys/fs/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fs/Makefile" ;;
19530 "include/sys/fm/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fm/Makefile" ;;
19531 "include/sys/fm/fs/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fm/fs/Makefile" ;;
e70e591c 19532 "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
6283f55e
BB
19533 "scripts/zpios-profile/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/zpios-profile/Makefile" ;;
19534 "scripts/zpios-test/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/zpios-test/Makefile" ;;
19535 "scripts/zpool-config/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/zpool-config/Makefile" ;;
a5b4d635 19536 "scripts/zpool-layout/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/zpool-layout/Makefile" ;;
e70e591c
BB
19537 "scripts/common.sh") CONFIG_FILES="$CONFIG_FILES scripts/common.sh" ;;
19538 "zfs.spec") CONFIG_FILES="$CONFIG_FILES zfs.spec" ;;
19539 "zfs-modules.spec") CONFIG_FILES="$CONFIG_FILES zfs-modules.spec" ;;
6283f55e 19540 "zfs-script-config.sh") CONFIG_FILES="$CONFIG_FILES zfs-script-config.sh" ;;
e70e591c
BB
19541
19542 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
19543$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
19544 { (exit 1); exit 1; }; };;
19545 esac
19546done
19547
19548
19549# If the user did not use the arguments to specify the items to instantiate,
19550# then the envvar interface is used. Set only those that are not.
19551# We use the long form for the default assignment because of an extremely
19552# bizarre bug on SunOS 4.1.3.
19553if $ac_need_defaults; then
19554 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19555 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19556 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19557fi
19558
19559# Have a temporary directory for convenience. Make it in the build tree
19560# simply because there is no reason against having it here, and in addition,
19561# creating and moving files from /tmp can sometimes cause problems.
19562# Hook for its removal unless debugging.
19563# Note that there is a small window in which the directory will not be cleaned:
19564# after its creation but before its name has been assigned to `$tmp'.
19565$debug ||
19566{
19567 tmp=
19568 trap 'exit_status=$?
19569 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19570' 0
19571 trap '{ (exit 1); exit 1; }' 1 2 13 15
19572}
19573# Create a (secure) tmp directory for tmp files.
19574
19575{
19576 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19577 test -n "$tmp" && test -d "$tmp"
19578} ||
19579{
19580 tmp=./conf$$-$RANDOM
19581 (umask 077 && mkdir "$tmp")
19582} ||
19583{
19584 $as_echo "$as_me: cannot create a temporary directory in ." >&2
19585 { (exit 1); exit 1; }
19586}
19587
19588# Set up the scripts for CONFIG_FILES section.
19589# No need to generate them if there are no CONFIG_FILES.
19590# This happens for instance with `./config.status config.h'.
19591if test -n "$CONFIG_FILES"; then
19592
19593
19594ac_cr='\r'
19595ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19596if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19597 ac_cs_awk_cr='\\r'
19598else
19599 ac_cs_awk_cr=$ac_cr
19600fi
19601
19602echo 'BEGIN {' >"$tmp/subs1.awk" &&
19603_ACEOF
19604
19605
19606{
19607 echo "cat >conf$$subs.awk <<_ACEOF" &&
19608 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19609 echo "_ACEOF"
19610} >conf$$subs.sh ||
19611 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
19612$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
19613 { (exit 1); exit 1; }; }
19614ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19615ac_delim='%!_!# '
19616for ac_last_try in false false false false false :; do
19617 . ./conf$$subs.sh ||
19618 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
19619$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
19620 { (exit 1); exit 1; }; }
19621
19622 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19623 if test $ac_delim_n = $ac_delim_num; then
19624 break
19625 elif $ac_last_try; then
19626 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
19627$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
19628 { (exit 1); exit 1; }; }
19629 else
19630 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19631 fi
19632done
19633rm -f conf$$subs.sh
19634
19635cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19636cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19637_ACEOF
19638sed -n '
19639h
19640s/^/S["/; s/!.*/"]=/
19641p
19642g
19643s/^[^!]*!//
19644:repl
19645t repl
19646s/'"$ac_delim"'$//
19647t delim
19648:nl
19649h
19650s/\(.\{148\}\).*/\1/
19651t more1
19652s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19653p
19654n
19655b repl
19656:more1
19657s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19658p
19659g
19660s/.\{148\}//
19661t nl
19662:delim
19663h
19664s/\(.\{148\}\).*/\1/
19665t more2
19666s/["\\]/\\&/g; s/^/"/; s/$/"/
19667p
19668b
19669:more2
19670s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19671p
19672g
19673s/.\{148\}//
19674t delim
19675' <conf$$subs.awk | sed '
19676/^[^""]/{
19677 N
19678 s/\n//
19679}
19680' >>$CONFIG_STATUS || ac_write_fail=1
19681rm -f conf$$subs.awk
19682cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19683_ACAWK
19684cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19685 for (key in S) S_is_set[key] = 1
19686 FS = "\a"
19687
19688}
19689{
19690 line = $ 0
19691 nfields = split(line, field, "@")
19692 substed = 0
19693 len = length(field[1])
19694 for (i = 2; i < nfields; i++) {
19695 key = field[i]
19696 keylen = length(key)
19697 if (S_is_set[key]) {
19698 value = S[key]
19699 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19700 len += length(value) + length(field[++i])
19701 substed = 1
19702 } else
19703 len += 1 + keylen
19704 }
19705
19706 print line
19707}
19708
19709_ACAWK
19710_ACEOF
19711cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19712if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19713 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19714else
19715 cat
19716fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19717 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
19718$as_echo "$as_me: error: could not setup config files machinery" >&2;}
19719 { (exit 1); exit 1; }; }
19720_ACEOF
19721
19722# VPATH may cause trouble with some makes, so we remove $(srcdir),
19723# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19724# trailing colons and then remove the whole line if VPATH becomes empty
19725# (actually we leave an empty line to preserve line numbers).
19726if test "x$srcdir" = x.; then
19727 ac_vpsub='/^[ ]*VPATH[ ]*=/{
19728s/:*\$(srcdir):*/:/
19729s/:*\${srcdir}:*/:/
19730s/:*@srcdir@:*/:/
19731s/^\([^=]*=[ ]*\):*/\1/
19732s/:*$//
19733s/^[^=]*=[ ]*$//
19734}'
19735fi
19736
19737cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19738fi # test -n "$CONFIG_FILES"
19739
19740# Set up the scripts for CONFIG_HEADERS section.
19741# No need to generate them if there are no CONFIG_HEADERS.
19742# This happens for instance with `./config.status Makefile'.
19743if test -n "$CONFIG_HEADERS"; then
19744cat >"$tmp/defines.awk" <<\_ACAWK ||
19745BEGIN {
19746_ACEOF
19747
19748# Transform confdefs.h into an awk script `defines.awk', embedded as
19749# here-document in config.status, that substitutes the proper values into
19750# config.h.in to produce config.h.
19751
19752# Create a delimiter string that does not exist in confdefs.h, to ease
19753# handling of long lines.
19754ac_delim='%!_!# '
19755for ac_last_try in false false :; do
19756 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19757 if test -z "$ac_t"; then
19758 break
19759 elif $ac_last_try; then
19760 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
19761$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
19762 { (exit 1); exit 1; }; }
19763 else
19764 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19765 fi
19766done
19767
19768# For the awk script, D is an array of macro values keyed by name,
19769# likewise P contains macro parameters if any. Preserve backslash
19770# newline sequences.
19771
19772ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19773sed -n '
19774s/.\{148\}/&'"$ac_delim"'/g
19775t rset
19776:rset
19777s/^[ ]*#[ ]*define[ ][ ]*/ /
19778t def
19779d
19780:def
19781s/\\$//
19782t bsnl
19783s/["\\]/\\&/g
19784s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19785D["\1"]=" \3"/p
19786s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19787d
19788:bsnl
19789s/["\\]/\\&/g
19790s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19791D["\1"]=" \3\\\\\\n"\\/p
19792t cont
19793s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19794t cont
19795d
19796:cont
19797n
19798s/.\{148\}/&'"$ac_delim"'/g
19799t clear
19800:clear
19801s/\\$//
19802t bsnlc
19803s/["\\]/\\&/g; s/^/"/; s/$/"/p
19804d
19805:bsnlc
19806s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19807b cont
19808' <confdefs.h | sed '
19809s/'"$ac_delim"'/"\\\
19810"/g' >>$CONFIG_STATUS || ac_write_fail=1
19811
19812cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19813 for (key in D) D_is_set[key] = 1
19814 FS = "\a"
19815}
19816/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19817 line = \$ 0
19818 split(line, arg, " ")
19819 if (arg[1] == "#") {
19820 defundef = arg[2]
19821 mac1 = arg[3]
19822 } else {
19823 defundef = substr(arg[1], 2)
19824 mac1 = arg[2]
19825 }
19826 split(mac1, mac2, "(") #)
19827 macro = mac2[1]
19828 prefix = substr(line, 1, index(line, defundef) - 1)
19829 if (D_is_set[macro]) {
19830 # Preserve the white space surrounding the "#".
19831 print prefix "define", macro P[macro] D[macro]
19832 next
19833 } else {
19834 # Replace #undef with comments. This is necessary, for example,
19835 # in the case of _POSIX_SOURCE, which is predefined and required
19836 # on some systems where configure will not decide to define it.
19837 if (defundef == "undef") {
19838 print "/*", prefix defundef, macro, "*/"
19839 next
19840 }
19841 }
19842}
19843{ print }
19844_ACAWK
19845_ACEOF
19846cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19847 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
19848$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
19849 { (exit 1); exit 1; }; }
19850fi # test -n "$CONFIG_HEADERS"
19851
19852
19853eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
19854shift
19855for ac_tag
19856do
19857 case $ac_tag in
19858 :[FHLC]) ac_mode=$ac_tag; continue;;
19859 esac
19860 case $ac_mode$ac_tag in
19861 :[FHL]*:*);;
19862 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
19863$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
19864 { (exit 1); exit 1; }; };;
19865 :[FH]-) ac_tag=-:-;;
19866 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19867 esac
19868 ac_save_IFS=$IFS
19869 IFS=:
19870 set x $ac_tag
19871 IFS=$ac_save_IFS
19872 shift
19873 ac_file=$1
19874 shift
19875
19876 case $ac_mode in
19877 :L) ac_source=$1;;
19878 :[FH])
19879 ac_file_inputs=
19880 for ac_f
19881 do
19882 case $ac_f in
19883 -) ac_f="$tmp/stdin";;
19884 *) # Look for the file first in the build tree, then in the source tree
19885 # (if the path is not absolute). The absolute path cannot be DOS-style,
19886 # because $ac_f cannot contain `:'.
19887 test -f "$ac_f" ||
19888 case $ac_f in
19889 [\\/$]*) false;;
19890 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19891 esac ||
19892 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
19893$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
19894 { (exit 1); exit 1; }; };;
19895 esac
19896 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19897 ac_file_inputs="$ac_file_inputs '$ac_f'"
19898 done
19899
19900 # Let's still pretend it is `configure' which instantiates (i.e., don't
19901 # use $as_me), people would be surprised to read:
19902 # /* config.h. Generated by config.status. */
19903 configure_input='Generated from '`
19904 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19905 `' by configure.'
19906 if test x"$ac_file" != x-; then
19907 configure_input="$ac_file. $configure_input"
19908 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
19909$as_echo "$as_me: creating $ac_file" >&6;}
19910 fi
19911 # Neutralize special characters interpreted by sed in replacement strings.
19912 case $configure_input in #(
19913 *\&* | *\|* | *\\* )
19914 ac_sed_conf_input=`$as_echo "$configure_input" |
19915 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19916 *) ac_sed_conf_input=$configure_input;;
19917 esac
19918
19919 case $ac_tag in
19920 *:-:* | *:-) cat >"$tmp/stdin" \
19921 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
19922$as_echo "$as_me: error: could not create $ac_file" >&2;}
19923 { (exit 1); exit 1; }; } ;;
19924 esac
19925 ;;
19926 esac
19927
19928 ac_dir=`$as_dirname -- "$ac_file" ||
19929$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19930 X"$ac_file" : 'X\(//\)[^/]' \| \
19931 X"$ac_file" : 'X\(//\)$' \| \
19932 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19933$as_echo X"$ac_file" |
19934 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19935 s//\1/
19936 q
19937 }
19938 /^X\(\/\/\)[^/].*/{
19939 s//\1/
19940 q
19941 }
19942 /^X\(\/\/\)$/{
19943 s//\1/
19944 q
19945 }
19946 /^X\(\/\).*/{
19947 s//\1/
19948 q
19949 }
19950 s/.*/./; q'`
19951 { as_dir="$ac_dir"
19952 case $as_dir in #(
19953 -*) as_dir=./$as_dir;;
19954 esac
19955 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
19956 as_dirs=
19957 while :; do
19958 case $as_dir in #(
19959 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19960 *) as_qdir=$as_dir;;
19961 esac
19962 as_dirs="'$as_qdir' $as_dirs"
19963 as_dir=`$as_dirname -- "$as_dir" ||
19964$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19965 X"$as_dir" : 'X\(//\)[^/]' \| \
19966 X"$as_dir" : 'X\(//\)$' \| \
19967 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19968$as_echo X"$as_dir" |
19969 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19970 s//\1/
19971 q
19972 }
19973 /^X\(\/\/\)[^/].*/{
19974 s//\1/
19975 q
19976 }
19977 /^X\(\/\/\)$/{
19978 s//\1/
19979 q
19980 }
19981 /^X\(\/\).*/{
19982 s//\1/
19983 q
19984 }
19985 s/.*/./; q'`
19986 test -d "$as_dir" && break
19987 done
19988 test -z "$as_dirs" || eval "mkdir $as_dirs"
19989 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
19990$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
19991 { (exit 1); exit 1; }; }; }
19992 ac_builddir=.
19993
19994case "$ac_dir" in
19995.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19996*)
19997 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19998 # A ".." for each directory in $ac_dir_suffix.
19999 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20000 case $ac_top_builddir_sub in
20001 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
20002 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
20003 esac ;;
20004esac
20005ac_abs_top_builddir=$ac_pwd
20006ac_abs_builddir=$ac_pwd$ac_dir_suffix
20007# for backward compatibility:
20008ac_top_builddir=$ac_top_build_prefix
20009
20010case $srcdir in
20011 .) # We are building in place.
20012 ac_srcdir=.
20013 ac_top_srcdir=$ac_top_builddir_sub
20014 ac_abs_top_srcdir=$ac_pwd ;;
20015 [\\/]* | ?:[\\/]* ) # Absolute name.
20016 ac_srcdir=$srcdir$ac_dir_suffix;
20017 ac_top_srcdir=$srcdir
20018 ac_abs_top_srcdir=$srcdir ;;
20019 *) # Relative name.
20020 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
20021 ac_top_srcdir=$ac_top_build_prefix$srcdir
20022 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
20023esac
20024ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
20025
20026
20027 case $ac_mode in
20028 :F)
20029 #
20030 # CONFIG_FILE
20031 #
20032
20033 case $INSTALL in
20034 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
20035 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
20036 esac
20037 ac_MKDIR_P=$MKDIR_P
20038 case $MKDIR_P in
20039 [\\/$]* | ?:[\\/]* ) ;;
20040 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
20041 esac
20042_ACEOF
20043
20044cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20045# If the template does not know about datarootdir, expand it.
20046# FIXME: This hack should be removed a few years after 2.60.
20047ac_datarootdir_hack=; ac_datarootdir_seen=
20048
20049ac_sed_dataroot='
20050/datarootdir/ {
20051 p
20052 q
20053}
20054/@datadir@/p
20055/@docdir@/p
20056/@infodir@/p
20057/@localedir@/p
20058/@mandir@/p
20059'
20060case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20061*datarootdir*) ac_datarootdir_seen=yes;;
20062*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
20063 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20064$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20065_ACEOF
20066cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20067 ac_datarootdir_hack='
20068 s&@datadir@&$datadir&g
20069 s&@docdir@&$docdir&g
20070 s&@infodir@&$infodir&g
20071 s&@localedir@&$localedir&g
20072 s&@mandir@&$mandir&g
20073 s&\\\${datarootdir}&$datarootdir&g' ;;
20074esac
20075_ACEOF
20076
20077# Neutralize VPATH when `$srcdir' = `.'.
20078# Shell code in configure.ac might set extrasub.
20079# FIXME: do we really want to maintain this feature?
20080cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20081ac_sed_extra="$ac_vpsub
20082$extrasub
20083_ACEOF
20084cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20085:t
20086/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
20087s|@configure_input@|$ac_sed_conf_input|;t t
20088s&@top_builddir@&$ac_top_builddir_sub&;t t
20089s&@top_build_prefix@&$ac_top_build_prefix&;t t
20090s&@srcdir@&$ac_srcdir&;t t
20091s&@abs_srcdir@&$ac_abs_srcdir&;t t
20092s&@top_srcdir@&$ac_top_srcdir&;t t
20093s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
20094s&@builddir@&$ac_builddir&;t t
20095s&@abs_builddir@&$ac_abs_builddir&;t t
20096s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
20097s&@INSTALL@&$ac_INSTALL&;t t
20098s&@MKDIR_P@&$ac_MKDIR_P&;t t
20099$ac_datarootdir_hack
20100"
20101eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
20102 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
20103$as_echo "$as_me: error: could not create $ac_file" >&2;}
20104 { (exit 1); exit 1; }; }
20105
20106test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20107 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
20108 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
20109 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20110which seems to be undefined. Please make sure it is defined." >&5
20111$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20112which seems to be undefined. Please make sure it is defined." >&2;}
20113
20114 rm -f "$tmp/stdin"
20115 case $ac_file in
20116 -) cat "$tmp/out" && rm -f "$tmp/out";;
20117 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
20118 esac \
20119 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
20120$as_echo "$as_me: error: could not create $ac_file" >&2;}
20121 { (exit 1); exit 1; }; }
20122 ;;
20123 :H)
20124 #
20125 # CONFIG_HEADER
20126 #
20127 if test x"$ac_file" != x-; then
20128 {
20129 $as_echo "/* $configure_input */" \
20130 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
20131 } >"$tmp/config.h" \
20132 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
20133$as_echo "$as_me: error: could not create $ac_file" >&2;}
20134 { (exit 1); exit 1; }; }
20135 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
20136 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
20137$as_echo "$as_me: $ac_file is unchanged" >&6;}
20138 else
20139 rm -f "$ac_file"
20140 mv "$tmp/config.h" "$ac_file" \
20141 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
20142$as_echo "$as_me: error: could not create $ac_file" >&2;}
20143 { (exit 1); exit 1; }; }
20144 fi
20145 else
20146 $as_echo "/* $configure_input */" \
20147 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
20148 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
20149$as_echo "$as_me: error: could not create -" >&2;}
20150 { (exit 1); exit 1; }; }
20151 fi
20152# Compute "$ac_file"'s index in $config_headers.
20153_am_arg="$ac_file"
20154_am_stamp_count=1
20155for _am_header in $config_headers :; do
20156 case $_am_header in
20157 $_am_arg | $_am_arg:* )
20158 break ;;
20159 * )
20160 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
20161 esac
20162done
20163echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
20164$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20165 X"$_am_arg" : 'X\(//\)[^/]' \| \
20166 X"$_am_arg" : 'X\(//\)$' \| \
20167 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
20168$as_echo X"$_am_arg" |
20169 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20170 s//\1/
20171 q
20172 }
20173 /^X\(\/\/\)[^/].*/{
20174 s//\1/
20175 q
20176 }
20177 /^X\(\/\/\)$/{
20178 s//\1/
20179 q
20180 }
20181 /^X\(\/\).*/{
20182 s//\1/
20183 q
20184 }
20185 s/.*/./; q'`/stamp-h$_am_stamp_count
20186 ;;
20187
20188 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
20189$as_echo "$as_me: executing $ac_file commands" >&6;}
20190 ;;
20191 esac
20192
20193
20194 case $ac_file$ac_mode in
20195 "zfs_config.h":H)
20196 (mv zfs_config.h zfs_config.h.tmp &&
6283f55e 20197 awk -f ${ac_srcdir}/config/config.awk zfs_config.h.tmp >zfs_config.h &&
e70e591c
BB
20198 rm zfs_config.h.tmp) || exit 1 ;;
20199 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
20200 # Autoconf 2.62 quotes --file arguments for eval, but not when files
20201 # are listed without --file. Let's play safe and only enable the eval
20202 # if we detect the quoting.
20203 case $CONFIG_FILES in
20204 *\'*) eval set x "$CONFIG_FILES" ;;
20205 *) set x $CONFIG_FILES ;;
20206 esac
20207 shift
20208 for mf
20209 do
20210 # Strip MF so we end up with the name of the file.
20211 mf=`echo "$mf" | sed -e 's/:.*$//'`
20212 # Check whether this is an Automake generated Makefile or not.
20213 # We used to match only the files named `Makefile.in', but
20214 # some people rename them; so instead we look at the file content.
20215 # Grep'ing the first line is not enough: some people post-process
20216 # each Makefile.in and add a new line on top of each file to say so.
20217 # Grep'ing the whole file is not good either: AIX grep has a line
20218 # limit of 2048, but all sed's we know have understand at least 4000.
20219 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
20220 dirpart=`$as_dirname -- "$mf" ||
20221$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20222 X"$mf" : 'X\(//\)[^/]' \| \
20223 X"$mf" : 'X\(//\)$' \| \
20224 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
20225$as_echo X"$mf" |
20226 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20227 s//\1/
20228 q
20229 }
20230 /^X\(\/\/\)[^/].*/{
20231 s//\1/
20232 q
20233 }
20234 /^X\(\/\/\)$/{
20235 s//\1/
20236 q
20237 }
20238 /^X\(\/\).*/{
20239 s//\1/
20240 q
20241 }
20242 s/.*/./; q'`
20243 else
20244 continue
20245 fi
20246 # Extract the definition of DEPDIR, am__include, and am__quote
20247 # from the Makefile without running `make'.
20248 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
20249 test -z "$DEPDIR" && continue
20250 am__include=`sed -n 's/^am__include = //p' < "$mf"`
20251 test -z "am__include" && continue
20252 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
20253 # When using ansi2knr, U may be empty or an underscore; expand it
20254 U=`sed -n 's/^U = //p' < "$mf"`
20255 # Find all dependency output files, they are included files with
20256 # $(DEPDIR) in their names. We invoke sed twice because it is the
20257 # simplest approach to changing $(DEPDIR) to its actual value in the
20258 # expansion.
20259 for file in `sed -n "
20260 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
20261 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
20262 # Make sure the directory exists.
20263 test -f "$dirpart/$file" && continue
20264 fdir=`$as_dirname -- "$file" ||
20265$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20266 X"$file" : 'X\(//\)[^/]' \| \
20267 X"$file" : 'X\(//\)$' \| \
20268 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
20269$as_echo X"$file" |
20270 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20271 s//\1/
20272 q
20273 }
20274 /^X\(\/\/\)[^/].*/{
20275 s//\1/
20276 q
20277 }
20278 /^X\(\/\/\)$/{
20279 s//\1/
20280 q
20281 }
20282 /^X\(\/\).*/{
20283 s//\1/
20284 q
20285 }
20286 s/.*/./; q'`
20287 { as_dir=$dirpart/$fdir
20288 case $as_dir in #(
20289 -*) as_dir=./$as_dir;;
20290 esac
20291 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
20292 as_dirs=
20293 while :; do
20294 case $as_dir in #(
20295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
20296 *) as_qdir=$as_dir;;
20297 esac
20298 as_dirs="'$as_qdir' $as_dirs"
20299 as_dir=`$as_dirname -- "$as_dir" ||
20300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20301 X"$as_dir" : 'X\(//\)[^/]' \| \
20302 X"$as_dir" : 'X\(//\)$' \| \
20303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
20304$as_echo X"$as_dir" |
20305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20306 s//\1/
20307 q
20308 }
20309 /^X\(\/\/\)[^/].*/{
20310 s//\1/
20311 q
20312 }
20313 /^X\(\/\/\)$/{
20314 s//\1/
20315 q
20316 }
20317 /^X\(\/\).*/{
20318 s//\1/
20319 q
20320 }
20321 s/.*/./; q'`
20322 test -d "$as_dir" && break
20323 done
20324 test -z "$as_dirs" || eval "mkdir $as_dirs"
20325 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
20326$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
20327 { (exit 1); exit 1; }; }; }
20328 # echo "creating $dirpart/$file"
20329 echo '# dummy' > "$dirpart/$file"
20330 done
20331 done
20332}
20333 ;;
20334 "libtool":C)
20335
20336 # See if we are running on zsh, and set the options which allow our
20337 # commands through without removal of \ escapes.
20338 if test -n "${ZSH_VERSION+set}" ; then
20339 setopt NO_GLOB_SUBST
20340 fi
20341
20342 cfgfile="${ofile}T"
20343 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
20344 $RM "$cfgfile"
20345
20346 cat <<_LT_EOF >> "$cfgfile"
20347#! $SHELL
20348
20349# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
20350# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
20351# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
20352# NOTE: Changes made to this file will be lost: look at ltmain.sh.
20353#
20354# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
20355# 2006, 2007, 2008 Free Software Foundation, Inc.
20356# Written by Gordon Matzigkeit, 1996
20357#
20358# This file is part of GNU Libtool.
20359#
20360# GNU Libtool is free software; you can redistribute it and/or
20361# modify it under the terms of the GNU General Public License as
20362# published by the Free Software Foundation; either version 2 of
20363# the License, or (at your option) any later version.
20364#
20365# As a special exception to the GNU General Public License,
20366# if you distribute this file as part of a program or library that
20367# is built using GNU Libtool, you may include this file under the
20368# same distribution terms that you use for the rest of that program.
20369#
20370# GNU Libtool is distributed in the hope that it will be useful,
20371# but WITHOUT ANY WARRANTY; without even the implied warranty of
20372# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20373# GNU General Public License for more details.
20374#
20375# You should have received a copy of the GNU General Public License
20376# along with GNU Libtool; see the file COPYING. If not, a copy
20377# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
20378# obtained by writing to the Free Software Foundation, Inc.,
20379# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20380
20381
20382# The names of the tagged configurations supported by this script.
20383available_tags=""
20384
20385# ### BEGIN LIBTOOL CONFIG
20386
20387# Which release of libtool.m4 was used?
20388macro_version=$macro_version
20389macro_revision=$macro_revision
20390
20391# Whether or not to build shared libraries.
20392build_libtool_libs=$enable_shared
20393
20394# Whether or not to build static libraries.
20395build_old_libs=$enable_static
20396
20397# What type of objects to build.
20398pic_mode=$pic_mode
20399
20400# Whether or not to optimize for fast installation.
20401fast_install=$enable_fast_install
20402
20403# The host system.
20404host_alias=$host_alias
20405host=$host
20406host_os=$host_os
20407
20408# The build system.
20409build_alias=$build_alias
20410build=$build
20411build_os=$build_os
20412
20413# A sed program that does not truncate output.
20414SED=$lt_SED
20415
20416# Sed that helps us avoid accidentally triggering echo(1) options like -n.
20417Xsed="\$SED -e 1s/^X//"
20418
20419# A grep program that handles long lines.
20420GREP=$lt_GREP
20421
20422# An ERE matcher.
20423EGREP=$lt_EGREP
20424
20425# A literal string matcher.
20426FGREP=$lt_FGREP
20427
20428# A BSD- or MS-compatible name lister.
20429NM=$lt_NM
20430
20431# Whether we need soft or hard links.
20432LN_S=$lt_LN_S
20433
20434# What is the maximum length of a command?
20435max_cmd_len=$max_cmd_len
20436
20437# Object file suffix (normally "o").
20438objext=$ac_objext
20439
20440# Executable file suffix (normally "").
20441exeext=$exeext
20442
20443# whether the shell understands "unset".
20444lt_unset=$lt_unset
20445
20446# turn spaces into newlines.
20447SP2NL=$lt_lt_SP2NL
20448
20449# turn newlines into spaces.
20450NL2SP=$lt_lt_NL2SP
20451
20452# How to create reloadable object files.
20453reload_flag=$lt_reload_flag
20454reload_cmds=$lt_reload_cmds
20455
20456# An object symbol dumper.
20457OBJDUMP=$lt_OBJDUMP
20458
20459# Method to check whether dependent libraries are shared objects.
20460deplibs_check_method=$lt_deplibs_check_method
20461
20462# Command to use when deplibs_check_method == "file_magic".
20463file_magic_cmd=$lt_file_magic_cmd
20464
20465# The archiver.
20466AR=$lt_AR
20467AR_FLAGS=$lt_AR_FLAGS
20468
20469# A symbol stripping program.
20470STRIP=$lt_STRIP
20471
20472# Commands used to install an old-style archive.
20473RANLIB=$lt_RANLIB
20474old_postinstall_cmds=$lt_old_postinstall_cmds
20475old_postuninstall_cmds=$lt_old_postuninstall_cmds
20476
20477# A C compiler.
20478LTCC=$lt_CC
20479
20480# LTCC compiler flags.
20481LTCFLAGS=$lt_CFLAGS
20482
20483# Take the output of nm and produce a listing of raw symbols and C names.
20484global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
20485
20486# Transform the output of nm in a proper C declaration.
20487global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
20488
20489# Transform the output of nm in a C name address pair.
20490global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
20491
20492# Transform the output of nm in a C name address pair when lib prefix is needed.
20493global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
20494
20495# The name of the directory that contains temporary libtool files.
20496objdir=$objdir
20497
20498# Shell to use when invoking shell scripts.
20499SHELL=$lt_SHELL
20500
20501# An echo program that does not interpret backslashes.
20502ECHO=$lt_ECHO
20503
20504# Used to examine libraries when file_magic_cmd begins with "file".
20505MAGIC_CMD=$MAGIC_CMD
20506
20507# Must we lock files when doing compilation?
20508need_locks=$lt_need_locks
20509
20510# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
20511DSYMUTIL=$lt_DSYMUTIL
20512
20513# Tool to change global to local symbols on Mac OS X.
20514NMEDIT=$lt_NMEDIT
20515
20516# Tool to manipulate fat objects and archives on Mac OS X.
20517LIPO=$lt_LIPO
20518
20519# ldd/readelf like tool for Mach-O binaries on Mac OS X.
20520OTOOL=$lt_OTOOL
20521
20522# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
20523OTOOL64=$lt_OTOOL64
20524
20525# Old archive suffix (normally "a").
20526libext=$libext
20527
20528# Shared library suffix (normally ".so").
20529shrext_cmds=$lt_shrext_cmds
20530
20531# The commands to extract the exported symbol list from a shared archive.
20532extract_expsyms_cmds=$lt_extract_expsyms_cmds
20533
20534# Variables whose values should be saved in libtool wrapper scripts and
20535# restored at link time.
20536variables_saved_for_relink=$lt_variables_saved_for_relink
20537
20538# Do we need the "lib" prefix for modules?
20539need_lib_prefix=$need_lib_prefix
20540
20541# Do we need a version for libraries?
20542need_version=$need_version
20543
20544# Library versioning type.
20545version_type=$version_type
20546
20547# Shared library runtime path variable.
20548runpath_var=$runpath_var
20549
20550# Shared library path variable.
20551shlibpath_var=$shlibpath_var
20552
20553# Is shlibpath searched before the hard-coded library search path?
20554shlibpath_overrides_runpath=$shlibpath_overrides_runpath
20555
20556# Format of library name prefix.
20557libname_spec=$lt_libname_spec
20558
20559# List of archive names. First name is the real one, the rest are links.
20560# The last name is the one that the linker finds with -lNAME
20561library_names_spec=$lt_library_names_spec
20562
20563# The coded name of the library, if different from the real name.
20564soname_spec=$lt_soname_spec
20565
20566# Command to use after installation of a shared archive.
20567postinstall_cmds=$lt_postinstall_cmds
20568
20569# Command to use after uninstallation of a shared archive.
20570postuninstall_cmds=$lt_postuninstall_cmds
20571
20572# Commands used to finish a libtool library installation in a directory.
20573finish_cmds=$lt_finish_cmds
20574
20575# As "finish_cmds", except a single script fragment to be evaled but
20576# not shown.
20577finish_eval=$lt_finish_eval
20578
20579# Whether we should hardcode library paths into libraries.
20580hardcode_into_libs=$hardcode_into_libs
20581
20582# Compile-time system search path for libraries.
20583sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
20584
20585# Run-time system search path for libraries.
20586sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
20587
20588# Whether dlopen is supported.
20589dlopen_support=$enable_dlopen
20590
20591# Whether dlopen of programs is supported.
20592dlopen_self=$enable_dlopen_self
20593
20594# Whether dlopen of statically linked programs is supported.
20595dlopen_self_static=$enable_dlopen_self_static
20596
20597# Commands to strip libraries.
20598old_striplib=$lt_old_striplib
20599striplib=$lt_striplib
20600
20601
20602# The linker used to build libraries.
20603LD=$lt_LD
20604
20605# Commands used to build an old-style archive.
20606old_archive_cmds=$lt_old_archive_cmds
20607
20608# A language specific compiler.
20609CC=$lt_compiler
20610
20611# Is the compiler the GNU compiler?
20612with_gcc=$GCC
20613
20614# Compiler flag to turn off builtin functions.
20615no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
20616
20617# How to pass a linker flag through the compiler.
20618wl=$lt_lt_prog_compiler_wl
20619
20620# Additional compiler flags for building library objects.
20621pic_flag=$lt_lt_prog_compiler_pic
20622
20623# Compiler flag to prevent dynamic linking.
20624link_static_flag=$lt_lt_prog_compiler_static
20625
20626# Does compiler simultaneously support -c and -o options?
20627compiler_c_o=$lt_lt_cv_prog_compiler_c_o
20628
20629# Whether or not to add -lc for building shared libraries.
20630build_libtool_need_lc=$archive_cmds_need_lc
20631
20632# Whether or not to disallow shared libs when runtime libs are static.
20633allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
20634
20635# Compiler flag to allow reflexive dlopens.
20636export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
20637
20638# Compiler flag to generate shared objects directly from archives.
20639whole_archive_flag_spec=$lt_whole_archive_flag_spec
20640
20641# Whether the compiler copes with passing no objects directly.
20642compiler_needs_object=$lt_compiler_needs_object
20643
20644# Create an old-style archive from a shared archive.
20645old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
20646
20647# Create a temporary old-style archive to link instead of a shared archive.
20648old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
20649
20650# Commands used to build a shared archive.
20651archive_cmds=$lt_archive_cmds
20652archive_expsym_cmds=$lt_archive_expsym_cmds
20653
20654# Commands used to build a loadable module if different from building
20655# a shared archive.
20656module_cmds=$lt_module_cmds
20657module_expsym_cmds=$lt_module_expsym_cmds
20658
20659# Whether we are building with GNU ld or not.
20660with_gnu_ld=$lt_with_gnu_ld
20661
20662# Flag that allows shared libraries with undefined symbols to be built.
20663allow_undefined_flag=$lt_allow_undefined_flag
20664
20665# Flag that enforces no undefined symbols.
20666no_undefined_flag=$lt_no_undefined_flag
20667
20668# Flag to hardcode \$libdir into a binary during linking.
20669# This must work even if \$libdir does not exist
20670hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
20671
20672# If ld is used when linking, flag to hardcode \$libdir into a binary
20673# during linking. This must work even if \$libdir does not exist.
20674hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
20675
20676# Whether we need a single "-rpath" flag with a separated argument.
20677hardcode_libdir_separator=$lt_hardcode_libdir_separator
20678
20679# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
20680# DIR into the resulting binary.
20681hardcode_direct=$hardcode_direct
20682
20683# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
20684# DIR into the resulting binary and the resulting library dependency is
20685# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
20686# library is relocated.
20687hardcode_direct_absolute=$hardcode_direct_absolute
20688
20689# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
20690# into the resulting binary.
20691hardcode_minus_L=$hardcode_minus_L
20692
20693# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
20694# into the resulting binary.
20695hardcode_shlibpath_var=$hardcode_shlibpath_var
20696
20697# Set to "yes" if building a shared library automatically hardcodes DIR
20698# into the library and all subsequent libraries and executables linked
20699# against it.
20700hardcode_automatic=$hardcode_automatic
20701
20702# Set to yes if linker adds runtime paths of dependent libraries
20703# to runtime path list.
20704inherit_rpath=$inherit_rpath
20705
20706# Whether libtool must link a program against all its dependency libraries.
20707link_all_deplibs=$link_all_deplibs
20708
20709# Fix the shell variable \$srcfile for the compiler.
20710fix_srcfile_path=$lt_fix_srcfile_path
20711
20712# Set to "yes" if exported symbols are required.
20713always_export_symbols=$always_export_symbols
20714
20715# The commands to list exported symbols.
20716export_symbols_cmds=$lt_export_symbols_cmds
20717
20718# Symbols that should not be listed in the preloaded symbols.
20719exclude_expsyms=$lt_exclude_expsyms
20720
20721# Symbols that must always be exported.
20722include_expsyms=$lt_include_expsyms
20723
20724# Commands necessary for linking programs (against libraries) with templates.
20725prelink_cmds=$lt_prelink_cmds
20726
20727# Specify filename containing input files.
20728file_list_spec=$lt_file_list_spec
20729
20730# How to hardcode a shared library path into an executable.
20731hardcode_action=$hardcode_action
20732
20733# ### END LIBTOOL CONFIG
20734
20735_LT_EOF
20736
20737 case $host_os in
20738 aix3*)
20739 cat <<\_LT_EOF >> "$cfgfile"
20740# AIX sometimes has problems with the GCC collect2 program. For some
20741# reason, if we set the COLLECT_NAMES environment variable, the problems
20742# vanish in a puff of smoke.
20743if test "X${COLLECT_NAMES+set}" != Xset; then
20744 COLLECT_NAMES=
20745 export COLLECT_NAMES
20746fi
20747_LT_EOF
20748 ;;
20749 esac
20750
20751
20752ltmain="$ac_aux_dir/ltmain.sh"
20753
20754
20755 # We use sed instead of cat because bash on DJGPP gets confused if
20756 # if finds mixed CR/LF and LF-only lines. Since sed operates in
20757 # text mode, it properly converts lines to CR/LF. This bash problem
20758 # is reportedly fixed, but why not run on old versions too?
20759 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
20760 || (rm -f "$cfgfile"; exit 1)
20761
20762 case $xsi_shell in
20763 yes)
20764 cat << \_LT_EOF >> "$cfgfile"
20765
20766# func_dirname file append nondir_replacement
20767# Compute the dirname of FILE. If nonempty, add APPEND to the result,
20768# otherwise set result to NONDIR_REPLACEMENT.
20769func_dirname ()
20770{
20771 case ${1} in
20772 */*) func_dirname_result="${1%/*}${2}" ;;
20773 * ) func_dirname_result="${3}" ;;
20774 esac
20775}
20776
20777# func_basename file
20778func_basename ()
20779{
20780 func_basename_result="${1##*/}"
20781}
20782
20783# func_dirname_and_basename file append nondir_replacement
20784# perform func_basename and func_dirname in a single function
20785# call:
20786# dirname: Compute the dirname of FILE. If nonempty,
20787# add APPEND to the result, otherwise set result
20788# to NONDIR_REPLACEMENT.
20789# value returned in "$func_dirname_result"
20790# basename: Compute filename of FILE.
20791# value retuned in "$func_basename_result"
20792# Implementation must be kept synchronized with func_dirname
20793# and func_basename. For efficiency, we do not delegate to
20794# those functions but instead duplicate the functionality here.
20795func_dirname_and_basename ()
20796{
20797 case ${1} in
20798 */*) func_dirname_result="${1%/*}${2}" ;;
20799 * ) func_dirname_result="${3}" ;;
20800 esac
20801 func_basename_result="${1##*/}"
20802}
20803
20804# func_stripname prefix suffix name
20805# strip PREFIX and SUFFIX off of NAME.
20806# PREFIX and SUFFIX must not contain globbing or regex special
20807# characters, hashes, percent signs, but SUFFIX may contain a leading
20808# dot (in which case that matches only a dot).
20809func_stripname ()
20810{
20811 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
20812 # positional parameters, so assign one to ordinary parameter first.
20813 func_stripname_result=${3}
20814 func_stripname_result=${func_stripname_result#"${1}"}
20815 func_stripname_result=${func_stripname_result%"${2}"}
20816}
20817
20818# func_opt_split
20819func_opt_split ()
20820{
20821 func_opt_split_opt=${1%%=*}
20822 func_opt_split_arg=${1#*=}
20823}
20824
20825# func_lo2o object
20826func_lo2o ()
20827{
20828 case ${1} in
20829 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
20830 *) func_lo2o_result=${1} ;;
20831 esac
20832}
20833
20834# func_xform libobj-or-source
20835func_xform ()
20836{
20837 func_xform_result=${1%.*}.lo
20838}
20839
20840# func_arith arithmetic-term...
20841func_arith ()
20842{
20843 func_arith_result=$(( $* ))
20844}
20845
20846# func_len string
20847# STRING may not start with a hyphen.
20848func_len ()
20849{
20850 func_len_result=${#1}
20851}
20852
20853_LT_EOF
20854 ;;
20855 *) # Bourne compatible functions.
20856 cat << \_LT_EOF >> "$cfgfile"
20857
20858# func_dirname file append nondir_replacement
20859# Compute the dirname of FILE. If nonempty, add APPEND to the result,
20860# otherwise set result to NONDIR_REPLACEMENT.
20861func_dirname ()
20862{
20863 # Extract subdirectory from the argument.
20864 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
20865 if test "X$func_dirname_result" = "X${1}"; then
20866 func_dirname_result="${3}"
20867 else
20868 func_dirname_result="$func_dirname_result${2}"
20869 fi
20870}
20871
20872# func_basename file
20873func_basename ()
20874{
20875 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
20876}
20877
20878
20879# func_stripname prefix suffix name
20880# strip PREFIX and SUFFIX off of NAME.
20881# PREFIX and SUFFIX must not contain globbing or regex special
20882# characters, hashes, percent signs, but SUFFIX may contain a leading
20883# dot (in which case that matches only a dot).
20884# func_strip_suffix prefix name
20885func_stripname ()
20886{
20887 case ${2} in
20888 .*) func_stripname_result=`$ECHO "X${3}" \
20889 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
20890 *) func_stripname_result=`$ECHO "X${3}" \
20891 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
20892 esac
20893}
20894
20895# sed scripts:
20896my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
20897my_sed_long_arg='1s/^-[^=]*=//'
20898
20899# func_opt_split
20900func_opt_split ()
20901{
20902 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
20903 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
20904}
20905
20906# func_lo2o object
20907func_lo2o ()
20908{
20909 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
20910}
20911
20912# func_xform libobj-or-source
20913func_xform ()
20914{
20915 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
20916}
20917
20918# func_arith arithmetic-term...
20919func_arith ()
20920{
20921 func_arith_result=`expr "$@"`
20922}
20923
20924# func_len string
20925# STRING may not start with a hyphen.
20926func_len ()
20927{
20928 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
20929}
20930
20931_LT_EOF
20932esac
20933
20934case $lt_shell_append in
20935 yes)
20936 cat << \_LT_EOF >> "$cfgfile"
20937
20938# func_append var value
20939# Append VALUE to the end of shell variable VAR.
20940func_append ()
20941{
20942 eval "$1+=\$2"
20943}
20944_LT_EOF
20945 ;;
20946 *)
20947 cat << \_LT_EOF >> "$cfgfile"
20948
20949# func_append var value
20950# Append VALUE to the end of shell variable VAR.
20951func_append ()
20952{
20953 eval "$1=\$$1\$2"
20954}
20955
20956_LT_EOF
20957 ;;
20958 esac
20959
20960
20961 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
20962 || (rm -f "$cfgfile"; exit 1)
20963
20964 mv -f "$cfgfile" "$ofile" ||
20965 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
20966 chmod +x "$ofile"
20967
20968 ;;
20969
20970 esac
20971done # for ac_tag
20972
20973
20974{ (exit 0); exit 0; }
20975_ACEOF
20976chmod +x $CONFIG_STATUS
20977ac_clean_files=$ac_clean_files_save
20978
20979test $ac_write_fail = 0 ||
20980 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
20981$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
20982 { (exit 1); exit 1; }; }
20983
20984
20985# configure is writing to config.log, and then calls config.status.
20986# config.status does its own redirection, appending to config.log.
20987# Unfortunately, on DOS this fails, as config.log is still kept open
20988# by configure, so config.status won't be able to write to it; its
20989# output is simply discarded. So we exec the FD to /dev/null,
20990# effectively closing config.log, so it can be properly (re)opened and
20991# appended to by config.status. When coming back to configure, we
20992# need to make the FD available again.
20993if test "$no_create" != yes; then
20994 ac_cs_success=:
20995 ac_config_status_args=
20996 test "$silent" = yes &&
20997 ac_config_status_args="$ac_config_status_args --quiet"
20998 exec 5>/dev/null
20999 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
21000 exec 5>>config.log
21001 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
21002 # would make configure fail if this is the last instruction.
21003 $ac_cs_success || { (exit 1); exit 1; }
21004fi
21005if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
21006 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
21007$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
21008fi
21009