]> git.proxmox.com Git - mirror_zfs-debian.git/blame - configure
Add make rule for building Arch Linux packages
[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
b3259b6a 797LIBSELINUX
e70e591c
BB
798LIBBLKID
799LIBUUID
800ZLIB
de0a1c09
BB
801udevruledir
802udevdir
e70e591c
BB
803KERNELCPPFLAGS
804KERNELMAKE_PARAMS
805SPL_SYMBOLS
806SPL_VERSION
807SPL_OBJ
808SPL
809LINUX_SYMBOLS
810LINUX_VERSION
811LINUX_OBJ
812LINUX
2e08aedb 813NO_UNUSED_BUT_SET_VARIABLE
e70e591c
BB
814ZFS_CONFIG
815TARGET_ASM_DIR
01c0e61d 816DEFAULT_INIT_SCRIPT
615ab66d 817DEFAULT_INIT_DIR
e70e591c
BB
818DEFAULT_PACKAGE
819VENDOR
6ba3b446
PS
820MAKEPKG_VERSION
821MAKEPKG
822HAVE_MAKEPKG
823PACMAN_VERSION
824PACMAN
825HAVE_PACMAN
e70e591c
BB
826ALIEN_VERSION
827ALIEN
828HAVE_ALIEN
829DPKGBUILD_VERSION
830DPKGBUILD
831HAVE_DPKGBUILD
832DPKG_VERSION
833DPKG
834HAVE_DPKG
835RPMBUILD_VERSION
836RPMBUILD
837HAVE_RPMBUILD
838RPM_VERSION
839RPM
840HAVE_RPM
841am__fastdepCCAS_FALSE
842am__fastdepCCAS_TRUE
843CCASDEPMODE
844CCASFLAGS
845CCAS
846CPP
847OTOOL64
848OTOOL
849LIPO
850NMEDIT
851DSYMUTIL
852lt_ECHO
853RANLIB
854AR
855OBJDUMP
856LN_S
857NM
858ac_ct_DUMPBIN
859DUMPBIN
860LD
861FGREP
862EGREP
863GREP
864SED
865LIBTOOL
866am__fastdepCC_FALSE
867am__fastdepCC_TRUE
868CCDEPMODE
869AMDEPBACKSLASH
870AMDEP_FALSE
871AMDEP_TRUE
872am__quote
873am__include
874DEPDIR
875OBJEXT
876EXEEXT
877ac_ct_CC
878CPPFLAGS
879LDFLAGS
880CFLAGS
881CC
882am__untar
883am__tar
884AMTAR
885am__leading_dot
886SET_MAKE
887AWK
888mkdir_p
889MKDIR_P
890INSTALL_STRIP_PROGRAM
891STRIP
892install_sh
893MAKEINFO
894AUTOHEADER
895AUTOMAKE
896AUTOCONF
897ACLOCAL
898VERSION
899PACKAGE
900CYGPATH_W
901am__isrc
902INSTALL_DATA
903INSTALL_SCRIPT
904INSTALL_PROGRAM
905AM_BACKSLASH
906AM_DEFAULT_VERBOSITY
907MAINT
908MAINTAINER_MODE_FALSE
909MAINTAINER_MODE_TRUE
910target_os
911target_vendor
912target_cpu
913target
914host_os
915host_vendor
916host_cpu
917host
918build_os
919build_vendor
920build_cpu
921build
922ZFS_META_LT_AGE
923ZFS_META_LT_REVISION
924ZFS_META_LT_CURRENT
925ZFS_META_AUTHOR
926ZFS_META_DATA
927ZFS_META_ALIAS
928ZFS_META_LICENSE
929ZFS_META_RELEASE
930ZFS_META_VERSION
931ZFS_META_NAME
932target_alias
933host_alias
934build_alias
935LIBS
936ECHO_T
937ECHO_N
938ECHO_C
939DEFS
940mandir
941localedir
942libdir
943psdir
944pdfdir
945dvidir
946htmldir
947infodir
948docdir
949oldincludedir
950includedir
951localstatedir
952sharedstatedir
953sysconfdir
954datadir
955datarootdir
956libexecdir
957sbindir
958bindir
959program_transform_name
960prefix
961exec_prefix
962PACKAGE_BUGREPORT
963PACKAGE_STRING
964PACKAGE_VERSION
965PACKAGE_TARNAME
966PACKAGE_NAME
967PATH_SEPARATOR
968SHELL'
969ac_subst_files=''
970ac_user_opts='
971enable_option_checking
972enable_maintainer_mode
973enable_silent_rules
974enable_dependency_tracking
975enable_shared
976enable_static
977with_pic
978enable_fast_install
979with_gnu_ld
980enable_libtool_lock
981with_config
982with_linux
983with_linux_obj
984with_spl
985with_spl_obj
de0a1c09
BB
986with_udevdir
987with_udevruledir
e70e591c 988with_blkid
b3259b6a 989with_selinux
e70e591c
BB
990enable_debug
991'
992 ac_precious_vars='build_alias
993host_alias
994target_alias
995CC
996CFLAGS
997LDFLAGS
998LIBS
999CPPFLAGS
1000CPP
1001CCAS
1002CCASFLAGS'
1003
1004
1005# Initialize some variables set by options.
1006ac_init_help=
1007ac_init_version=false
1008ac_unrecognized_opts=
1009ac_unrecognized_sep=
1010# The variables have the same names as the options, with
1011# dashes changed to underlines.
1012cache_file=/dev/null
1013exec_prefix=NONE
1014no_create=
1015no_recursion=
1016prefix=NONE
1017program_prefix=NONE
1018program_suffix=NONE
1019program_transform_name=s,x,x,
1020silent=
1021site=
1022srcdir=
1023verbose=
1024x_includes=NONE
1025x_libraries=NONE
1026
1027# Installation directory options.
1028# These are left unexpanded so users can "make install exec_prefix=/foo"
1029# and all the variables that are supposed to be based on exec_prefix
1030# by default will actually change.
1031# Use braces instead of parens because sh, perl, etc. also accept them.
1032# (The list follows the same order as the GNU Coding Standards.)
1033bindir='${exec_prefix}/bin'
1034sbindir='${exec_prefix}/sbin'
1035libexecdir='${exec_prefix}/libexec'
1036datarootdir='${prefix}/share'
1037datadir='${datarootdir}'
1038sysconfdir='${prefix}/etc'
1039sharedstatedir='${prefix}/com'
1040localstatedir='${prefix}/var'
1041includedir='${prefix}/include'
1042oldincludedir='/usr/include'
1043docdir='${datarootdir}/doc/${PACKAGE}'
1044infodir='${datarootdir}/info'
1045htmldir='${docdir}'
1046dvidir='${docdir}'
1047pdfdir='${docdir}'
1048psdir='${docdir}'
1049libdir='${exec_prefix}/lib'
1050localedir='${datarootdir}/locale'
1051mandir='${datarootdir}/man'
1052
1053ac_prev=
1054ac_dashdash=
1055for ac_option
1056do
1057 # If the previous option needs an argument, assign it.
1058 if test -n "$ac_prev"; then
1059 eval $ac_prev=\$ac_option
1060 ac_prev=
1061 continue
1062 fi
1063
1064 case $ac_option in
1065 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1066 *) ac_optarg=yes ;;
1067 esac
1068
1069 # Accept the important Cygnus configure options, so we can diagnose typos.
1070
1071 case $ac_dashdash$ac_option in
1072 --)
1073 ac_dashdash=yes ;;
1074
1075 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1076 ac_prev=bindir ;;
1077 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1078 bindir=$ac_optarg ;;
1079
1080 -build | --build | --buil | --bui | --bu)
1081 ac_prev=build_alias ;;
1082 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1083 build_alias=$ac_optarg ;;
1084
1085 -cache-file | --cache-file | --cache-fil | --cache-fi \
1086 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1087 ac_prev=cache_file ;;
1088 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1089 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1090 cache_file=$ac_optarg ;;
1091
1092 --config-cache | -C)
1093 cache_file=config.cache ;;
1094
1095 -datadir | --datadir | --datadi | --datad)
1096 ac_prev=datadir ;;
1097 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1098 datadir=$ac_optarg ;;
1099
1100 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1101 | --dataroo | --dataro | --datar)
1102 ac_prev=datarootdir ;;
1103 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1104 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1105 datarootdir=$ac_optarg ;;
1106
1107 -disable-* | --disable-*)
1108 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1109 # Reject names that are not valid shell variable names.
1110 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1111 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1112 { (exit 1); exit 1; }; }
1113 ac_useropt_orig=$ac_useropt
1114 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1115 case $ac_user_opts in
1116 *"
1117"enable_$ac_useropt"
1118"*) ;;
1119 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1120 ac_unrecognized_sep=', ';;
1121 esac
1122 eval enable_$ac_useropt=no ;;
1123
1124 -docdir | --docdir | --docdi | --doc | --do)
1125 ac_prev=docdir ;;
1126 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1127 docdir=$ac_optarg ;;
1128
1129 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1130 ac_prev=dvidir ;;
1131 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1132 dvidir=$ac_optarg ;;
1133
1134 -enable-* | --enable-*)
1135 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1136 # Reject names that are not valid shell variable names.
1137 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1138 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1139 { (exit 1); exit 1; }; }
1140 ac_useropt_orig=$ac_useropt
1141 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1142 case $ac_user_opts in
1143 *"
1144"enable_$ac_useropt"
1145"*) ;;
1146 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1147 ac_unrecognized_sep=', ';;
1148 esac
1149 eval enable_$ac_useropt=\$ac_optarg ;;
1150
1151 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1152 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1153 | --exec | --exe | --ex)
1154 ac_prev=exec_prefix ;;
1155 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1156 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1157 | --exec=* | --exe=* | --ex=*)
1158 exec_prefix=$ac_optarg ;;
1159
1160 -gas | --gas | --ga | --g)
1161 # Obsolete; use --with-gas.
1162 with_gas=yes ;;
1163
1164 -help | --help | --hel | --he | -h)
1165 ac_init_help=long ;;
1166 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1167 ac_init_help=recursive ;;
1168 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1169 ac_init_help=short ;;
1170
1171 -host | --host | --hos | --ho)
1172 ac_prev=host_alias ;;
1173 -host=* | --host=* | --hos=* | --ho=*)
1174 host_alias=$ac_optarg ;;
1175
1176 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1177 ac_prev=htmldir ;;
1178 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1179 | --ht=*)
1180 htmldir=$ac_optarg ;;
1181
1182 -includedir | --includedir | --includedi | --included | --include \
1183 | --includ | --inclu | --incl | --inc)
1184 ac_prev=includedir ;;
1185 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1186 | --includ=* | --inclu=* | --incl=* | --inc=*)
1187 includedir=$ac_optarg ;;
1188
1189 -infodir | --infodir | --infodi | --infod | --info | --inf)
1190 ac_prev=infodir ;;
1191 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1192 infodir=$ac_optarg ;;
1193
1194 -libdir | --libdir | --libdi | --libd)
1195 ac_prev=libdir ;;
1196 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1197 libdir=$ac_optarg ;;
1198
1199 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1200 | --libexe | --libex | --libe)
1201 ac_prev=libexecdir ;;
1202 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1203 | --libexe=* | --libex=* | --libe=*)
1204 libexecdir=$ac_optarg ;;
1205
1206 -localedir | --localedir | --localedi | --localed | --locale)
1207 ac_prev=localedir ;;
1208 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1209 localedir=$ac_optarg ;;
1210
1211 -localstatedir | --localstatedir | --localstatedi | --localstated \
1212 | --localstate | --localstat | --localsta | --localst | --locals)
1213 ac_prev=localstatedir ;;
1214 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1215 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1216 localstatedir=$ac_optarg ;;
1217
1218 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1219 ac_prev=mandir ;;
1220 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1221 mandir=$ac_optarg ;;
1222
1223 -nfp | --nfp | --nf)
1224 # Obsolete; use --without-fp.
1225 with_fp=no ;;
1226
1227 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1228 | --no-cr | --no-c | -n)
1229 no_create=yes ;;
1230
1231 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1232 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1233 no_recursion=yes ;;
1234
1235 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1236 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1237 | --oldin | --oldi | --old | --ol | --o)
1238 ac_prev=oldincludedir ;;
1239 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1240 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1241 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1242 oldincludedir=$ac_optarg ;;
1243
1244 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1245 ac_prev=prefix ;;
1246 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1247 prefix=$ac_optarg ;;
1248
1249 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1250 | --program-pre | --program-pr | --program-p)
1251 ac_prev=program_prefix ;;
1252 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1253 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1254 program_prefix=$ac_optarg ;;
1255
1256 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1257 | --program-suf | --program-su | --program-s)
1258 ac_prev=program_suffix ;;
1259 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1260 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1261 program_suffix=$ac_optarg ;;
1262
1263 -program-transform-name | --program-transform-name \
1264 | --program-transform-nam | --program-transform-na \
1265 | --program-transform-n | --program-transform- \
1266 | --program-transform | --program-transfor \
1267 | --program-transfo | --program-transf \
1268 | --program-trans | --program-tran \
1269 | --progr-tra | --program-tr | --program-t)
1270 ac_prev=program_transform_name ;;
1271 -program-transform-name=* | --program-transform-name=* \
1272 | --program-transform-nam=* | --program-transform-na=* \
1273 | --program-transform-n=* | --program-transform-=* \
1274 | --program-transform=* | --program-transfor=* \
1275 | --program-transfo=* | --program-transf=* \
1276 | --program-trans=* | --program-tran=* \
1277 | --progr-tra=* | --program-tr=* | --program-t=*)
1278 program_transform_name=$ac_optarg ;;
1279
1280 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1281 ac_prev=pdfdir ;;
1282 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1283 pdfdir=$ac_optarg ;;
1284
1285 -psdir | --psdir | --psdi | --psd | --ps)
1286 ac_prev=psdir ;;
1287 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1288 psdir=$ac_optarg ;;
1289
1290 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1291 | -silent | --silent | --silen | --sile | --sil)
1292 silent=yes ;;
1293
1294 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1295 ac_prev=sbindir ;;
1296 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1297 | --sbi=* | --sb=*)
1298 sbindir=$ac_optarg ;;
1299
1300 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1301 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1302 | --sharedst | --shareds | --shared | --share | --shar \
1303 | --sha | --sh)
1304 ac_prev=sharedstatedir ;;
1305 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1306 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1307 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1308 | --sha=* | --sh=*)
1309 sharedstatedir=$ac_optarg ;;
1310
1311 -site | --site | --sit)
1312 ac_prev=site ;;
1313 -site=* | --site=* | --sit=*)
1314 site=$ac_optarg ;;
1315
1316 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1317 ac_prev=srcdir ;;
1318 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1319 srcdir=$ac_optarg ;;
1320
1321 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1322 | --syscon | --sysco | --sysc | --sys | --sy)
1323 ac_prev=sysconfdir ;;
1324 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1325 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1326 sysconfdir=$ac_optarg ;;
1327
1328 -target | --target | --targe | --targ | --tar | --ta | --t)
1329 ac_prev=target_alias ;;
1330 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1331 target_alias=$ac_optarg ;;
1332
1333 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1334 verbose=yes ;;
1335
1336 -version | --version | --versio | --versi | --vers | -V)
1337 ac_init_version=: ;;
1338
1339 -with-* | --with-*)
1340 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1341 # Reject names that are not valid shell variable names.
1342 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1343 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1344 { (exit 1); exit 1; }; }
1345 ac_useropt_orig=$ac_useropt
1346 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1347 case $ac_user_opts in
1348 *"
1349"with_$ac_useropt"
1350"*) ;;
1351 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1352 ac_unrecognized_sep=', ';;
1353 esac
1354 eval with_$ac_useropt=\$ac_optarg ;;
1355
1356 -without-* | --without-*)
1357 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1358 # Reject names that are not valid shell variable names.
1359 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1360 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1361 { (exit 1); exit 1; }; }
1362 ac_useropt_orig=$ac_useropt
1363 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1364 case $ac_user_opts in
1365 *"
1366"with_$ac_useropt"
1367"*) ;;
1368 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1369 ac_unrecognized_sep=', ';;
1370 esac
1371 eval with_$ac_useropt=no ;;
1372
1373 --x)
1374 # Obsolete; use --with-x.
1375 with_x=yes ;;
1376
1377 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1378 | --x-incl | --x-inc | --x-in | --x-i)
1379 ac_prev=x_includes ;;
1380 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1381 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1382 x_includes=$ac_optarg ;;
1383
1384 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1385 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1386 ac_prev=x_libraries ;;
1387 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1388 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1389 x_libraries=$ac_optarg ;;
1390
1391 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1392Try \`$0 --help' for more information." >&2
1393 { (exit 1); exit 1; }; }
1394 ;;
1395
1396 *=*)
1397 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1398 # Reject names that are not valid shell variable names.
1399 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1400 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1401 { (exit 1); exit 1; }; }
1402 eval $ac_envvar=\$ac_optarg
1403 export $ac_envvar ;;
1404
1405 *)
1406 # FIXME: should be removed in autoconf 3.0.
1407 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1408 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1409 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1410 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1411 ;;
1412
1413 esac
1414done
1415
1416if test -n "$ac_prev"; then
1417 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1418 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1419 { (exit 1); exit 1; }; }
1420fi
1421
1422if test -n "$ac_unrecognized_opts"; then
1423 case $enable_option_checking in
1424 no) ;;
1425 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1426 { (exit 1); exit 1; }; } ;;
1427 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1428 esac
1429fi
1430
1431# Check all directory arguments for consistency.
1432for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1433 datadir sysconfdir sharedstatedir localstatedir includedir \
1434 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1435 libdir localedir mandir
1436do
1437 eval ac_val=\$$ac_var
1438 # Remove trailing slashes.
1439 case $ac_val in
1440 */ )
1441 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1442 eval $ac_var=\$ac_val;;
1443 esac
1444 # Be sure to have absolute directory names.
1445 case $ac_val in
1446 [\\/$]* | ?:[\\/]* ) continue;;
1447 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1448 esac
1449 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1450 { (exit 1); exit 1; }; }
1451done
1452
1453# There might be people who depend on the old broken behavior: `$host'
1454# used to hold the argument of --host etc.
1455# FIXME: To remove some day.
1456build=$build_alias
1457host=$host_alias
1458target=$target_alias
1459
1460# FIXME: To remove some day.
1461if test "x$host_alias" != x; then
1462 if test "x$build_alias" = x; then
1463 cross_compiling=maybe
1464 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1465 If a cross compiler is detected then cross compile mode will be used." >&2
1466 elif test "x$build_alias" != "x$host_alias"; then
1467 cross_compiling=yes
1468 fi
1469fi
1470
1471ac_tool_prefix=
1472test -n "$host_alias" && ac_tool_prefix=$host_alias-
1473
1474test "$silent" = yes && exec 6>/dev/null
1475
1476
1477ac_pwd=`pwd` && test -n "$ac_pwd" &&
1478ac_ls_di=`ls -di .` &&
1479ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1480 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1481 { (exit 1); exit 1; }; }
1482test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1483 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1484 { (exit 1); exit 1; }; }
1485
1486
1487# Find the source files, if location was not specified.
1488if test -z "$srcdir"; then
1489 ac_srcdir_defaulted=yes
1490 # Try the directory containing this script, then the parent directory.
1491 ac_confdir=`$as_dirname -- "$as_myself" ||
1492$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1493 X"$as_myself" : 'X\(//\)[^/]' \| \
1494 X"$as_myself" : 'X\(//\)$' \| \
1495 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1496$as_echo X"$as_myself" |
1497 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1498 s//\1/
1499 q
1500 }
1501 /^X\(\/\/\)[^/].*/{
1502 s//\1/
1503 q
1504 }
1505 /^X\(\/\/\)$/{
1506 s//\1/
1507 q
1508 }
1509 /^X\(\/\).*/{
1510 s//\1/
1511 q
1512 }
1513 s/.*/./; q'`
1514 srcdir=$ac_confdir
1515 if test ! -r "$srcdir/$ac_unique_file"; then
1516 srcdir=..
1517 fi
1518else
1519 ac_srcdir_defaulted=no
1520fi
1521if test ! -r "$srcdir/$ac_unique_file"; then
1522 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1523 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1524 { (exit 1); exit 1; }; }
1525fi
1526ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1527ac_abs_confdir=`(
1528 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1529 { (exit 1); exit 1; }; }
1530 pwd)`
1531# When building in place, set srcdir=.
1532if test "$ac_abs_confdir" = "$ac_pwd"; then
1533 srcdir=.
1534fi
1535# Remove unnecessary trailing slashes from srcdir.
1536# Double slashes in file names in object file debugging info
1537# mess up M-x gdb in Emacs.
1538case $srcdir in
1539*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1540esac
1541for ac_var in $ac_precious_vars; do
1542 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1543 eval ac_env_${ac_var}_value=\$${ac_var}
1544 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1545 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1546done
1547
1548#
1549# Report the --help message.
1550#
1551if test "$ac_init_help" = "long"; then
1552 # Omit some internal or obsolete options to make the list less imposing.
1553 # This message is too long to be a string in the A/UX 3.1 sh.
1554 cat <<_ACEOF
1555\`configure' configures this package to adapt to many kinds of systems.
1556
1557Usage: $0 [OPTION]... [VAR=VALUE]...
1558
1559To assign environment variables (e.g., CC, CFLAGS...), specify them as
1560VAR=VALUE. See below for descriptions of some of the useful variables.
1561
1562Defaults for the options are specified in brackets.
1563
1564Configuration:
1565 -h, --help display this help and exit
1566 --help=short display options specific to this package
1567 --help=recursive display the short help of all the included packages
1568 -V, --version display version information and exit
1569 -q, --quiet, --silent do not print \`checking...' messages
1570 --cache-file=FILE cache test results in FILE [disabled]
1571 -C, --config-cache alias for \`--cache-file=config.cache'
1572 -n, --no-create do not create output files
1573 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1574
1575Installation directories:
1576 --prefix=PREFIX install architecture-independent files in PREFIX
1577 [$ac_default_prefix]
1578 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1579 [PREFIX]
1580
1581By default, \`make install' will install all the files in
1582\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1583an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1584for instance \`--prefix=\$HOME'.
1585
1586For better control, use the options below.
1587
1588Fine tuning of the installation directories:
1589 --bindir=DIR user executables [EPREFIX/bin]
1590 --sbindir=DIR system admin executables [EPREFIX/sbin]
1591 --libexecdir=DIR program executables [EPREFIX/libexec]
1592 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1593 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1594 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1595 --libdir=DIR object code libraries [EPREFIX/lib]
1596 --includedir=DIR C header files [PREFIX/include]
1597 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1598 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1599 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1600 --infodir=DIR info documentation [DATAROOTDIR/info]
1601 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1602 --mandir=DIR man documentation [DATAROOTDIR/man]
1603 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1604 --htmldir=DIR html documentation [DOCDIR]
1605 --dvidir=DIR dvi documentation [DOCDIR]
1606 --pdfdir=DIR pdf documentation [DOCDIR]
1607 --psdir=DIR ps documentation [DOCDIR]
1608_ACEOF
1609
1610 cat <<\_ACEOF
1611
1612Program names:
1613 --program-prefix=PREFIX prepend PREFIX to installed program names
1614 --program-suffix=SUFFIX append SUFFIX to installed program names
1615 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1616
1617System types:
1618 --build=BUILD configure for building on BUILD [guessed]
1619 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1620 --target=TARGET configure for building compilers for TARGET [HOST]
1621_ACEOF
1622fi
1623
1624if test -n "$ac_init_help"; then
1625
1626 cat <<\_ACEOF
1627
1628Optional Features:
1629 --disable-option-checking ignore unrecognized --enable/--with options
1630 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1631 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1632 --enable-maintainer-mode enable make rules and dependencies not useful
1633 (and sometimes confusing) to the casual installer
1634 --enable-silent-rules less verbose build output (undo: `make V=1')
1635 --disable-silent-rules verbose build output (undo: `make V=0')
1636 --disable-dependency-tracking speeds up one-time build
1637 --enable-dependency-tracking do not reject slow dependency extractors
1638 --enable-shared[=PKGS] build shared libraries [default=yes]
1639 --enable-static[=PKGS] build static libraries [default=yes]
1640 --enable-fast-install[=PKGS]
1641 optimize for fast installation [default=yes]
1642 --disable-libtool-lock avoid locking (might break parallel builds)
1643 --enable-debug Enable generic debug support [default=no]
1644
1645Optional Packages:
1646 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1647 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1648 --with-pic try to use only PIC/non-PIC objects [default=use
1649 both]
1650 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1651 --with-config=CONFIG Config file 'kernel|user|all|srpm'
1652 --with-linux=PATH Path to kernel source
1653 --with-linux-obj=PATH Path to kernel build objects
1654 --with-spl=PATH Path to spl source
1655 --with-spl-obj=PATH Path to spl build objects
de0a1c09
BB
1656 --with-udevdir=DIR install udev helpers [EPREFIX/lib/udev]
1657 --with-udevruledir=DIR install udev rules [UDEVDIR/rules.d]
e70e591c 1658 --with-blkid support blkid caching [default=check]
b3259b6a 1659 --with-selinux support selinux [default=check]
e70e591c
BB
1660
1661Some influential environment variables:
1662 CC C compiler command
1663 CFLAGS C compiler flags
1664 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1665 nonstandard directory <lib dir>
1666 LIBS libraries to pass to the linker, e.g. -l<library>
1667 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1668 you have headers in a nonstandard directory <include dir>
1669 CPP C preprocessor
1670 CCAS assembler compiler command (defaults to CC)
1671 CCASFLAGS assembler compiler flags (defaults to CFLAGS)
1672
1673Use these variables to override the choices made by `configure' or to help
1674it to find libraries and programs with nonstandard names/locations.
1675
1676_ACEOF
1677ac_status=$?
1678fi
1679
1680if test "$ac_init_help" = "recursive"; then
1681 # If there are subdirs, report their specific --help.
1682 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1683 test -d "$ac_dir" ||
1684 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1685 continue
1686 ac_builddir=.
1687
1688case "$ac_dir" in
1689.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1690*)
1691 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1692 # A ".." for each directory in $ac_dir_suffix.
1693 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1694 case $ac_top_builddir_sub in
1695 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1696 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1697 esac ;;
1698esac
1699ac_abs_top_builddir=$ac_pwd
1700ac_abs_builddir=$ac_pwd$ac_dir_suffix
1701# for backward compatibility:
1702ac_top_builddir=$ac_top_build_prefix
1703
1704case $srcdir in
1705 .) # We are building in place.
1706 ac_srcdir=.
1707 ac_top_srcdir=$ac_top_builddir_sub
1708 ac_abs_top_srcdir=$ac_pwd ;;
1709 [\\/]* | ?:[\\/]* ) # Absolute name.
1710 ac_srcdir=$srcdir$ac_dir_suffix;
1711 ac_top_srcdir=$srcdir
1712 ac_abs_top_srcdir=$srcdir ;;
1713 *) # Relative name.
1714 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1715 ac_top_srcdir=$ac_top_build_prefix$srcdir
1716 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1717esac
1718ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1719
1720 cd "$ac_dir" || { ac_status=$?; continue; }
1721 # Check for guested configure.
1722 if test -f "$ac_srcdir/configure.gnu"; then
1723 echo &&
1724 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1725 elif test -f "$ac_srcdir/configure"; then
1726 echo &&
1727 $SHELL "$ac_srcdir/configure" --help=recursive
1728 else
1729 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1730 fi || ac_status=$?
1731 cd "$ac_pwd" || { ac_status=$?; break; }
1732 done
1733fi
1734
1735test -n "$ac_init_help" && exit $ac_status
1736if $ac_init_version; then
1737 cat <<\_ACEOF
1738configure
1739generated by GNU Autoconf 2.63
1740
1741Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
17422002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1743This configure script is free software; the Free Software Foundation
1744gives unlimited permission to copy, distribute and modify it.
1745_ACEOF
1746 exit
1747fi
1748cat >config.log <<_ACEOF
1749This file contains any messages produced by compilers while
1750running configure, to aid debugging if configure makes a mistake.
1751
1752It was created by $as_me, which was
1753generated by GNU Autoconf 2.63. Invocation command line was
1754
1755 $ $0 $@
1756
1757_ACEOF
1758exec 5>>config.log
1759{
1760cat <<_ASUNAME
1761## --------- ##
1762## Platform. ##
1763## --------- ##
1764
1765hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1766uname -m = `(uname -m) 2>/dev/null || echo unknown`
1767uname -r = `(uname -r) 2>/dev/null || echo unknown`
1768uname -s = `(uname -s) 2>/dev/null || echo unknown`
1769uname -v = `(uname -v) 2>/dev/null || echo unknown`
1770
1771/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1772/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1773
1774/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1775/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1776/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1777/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1778/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1779/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1780/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1781
1782_ASUNAME
1783
1784as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1785for as_dir in $PATH
1786do
1787 IFS=$as_save_IFS
1788 test -z "$as_dir" && as_dir=.
1789 $as_echo "PATH: $as_dir"
1790done
1791IFS=$as_save_IFS
1792
1793} >&5
1794
1795cat >&5 <<_ACEOF
1796
1797
1798## ----------- ##
1799## Core tests. ##
1800## ----------- ##
1801
1802_ACEOF
1803
1804
1805# Keep a trace of the command line.
1806# Strip out --no-create and --no-recursion so they do not pile up.
1807# Strip out --silent because we don't want to record it for future runs.
1808# Also quote any args containing shell meta-characters.
1809# Make two passes to allow for proper duplicate-argument suppression.
1810ac_configure_args=
1811ac_configure_args0=
1812ac_configure_args1=
1813ac_must_keep_next=false
1814for ac_pass in 1 2
1815do
1816 for ac_arg
1817 do
1818 case $ac_arg in
1819 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1820 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1821 | -silent | --silent | --silen | --sile | --sil)
1822 continue ;;
1823 *\'*)
1824 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1825 esac
1826 case $ac_pass in
1827 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1828 2)
1829 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1830 if test $ac_must_keep_next = true; then
1831 ac_must_keep_next=false # Got value, back to normal.
1832 else
1833 case $ac_arg in
1834 *=* | --config-cache | -C | -disable-* | --disable-* \
1835 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1836 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1837 | -with-* | --with-* | -without-* | --without-* | --x)
1838 case "$ac_configure_args0 " in
1839 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1840 esac
1841 ;;
1842 -* ) ac_must_keep_next=true ;;
1843 esac
1844 fi
1845 ac_configure_args="$ac_configure_args '$ac_arg'"
1846 ;;
1847 esac
1848 done
1849done
1850$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1851$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1852
1853# When interrupted or exit'd, cleanup temporary files, and complete
1854# config.log. We remove comments because anyway the quotes in there
1855# would cause problems or look ugly.
1856# WARNING: Use '\'' to represent an apostrophe within the trap.
1857# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1858trap 'exit_status=$?
1859 # Save into config.log some information that might help in debugging.
1860 {
1861 echo
1862
1863 cat <<\_ASBOX
1864## ---------------- ##
1865## Cache variables. ##
1866## ---------------- ##
1867_ASBOX
1868 echo
1869 # The following way of writing the cache mishandles newlines in values,
1870(
1871 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1872 eval ac_val=\$$ac_var
1873 case $ac_val in #(
1874 *${as_nl}*)
1875 case $ac_var in #(
1876 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1877$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1878 esac
1879 case $ac_var in #(
1880 _ | IFS | as_nl) ;; #(
1881 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1882 *) $as_unset $ac_var ;;
1883 esac ;;
1884 esac
1885 done
1886 (set) 2>&1 |
1887 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1888 *${as_nl}ac_space=\ *)
1889 sed -n \
1890 "s/'\''/'\''\\\\'\'''\''/g;
1891 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1892 ;; #(
1893 *)
1894 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1895 ;;
1896 esac |
1897 sort
1898)
1899 echo
1900
1901 cat <<\_ASBOX
1902## ----------------- ##
1903## Output variables. ##
1904## ----------------- ##
1905_ASBOX
1906 echo
1907 for ac_var in $ac_subst_vars
1908 do
1909 eval ac_val=\$$ac_var
1910 case $ac_val in
1911 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1912 esac
1913 $as_echo "$ac_var='\''$ac_val'\''"
1914 done | sort
1915 echo
1916
1917 if test -n "$ac_subst_files"; then
1918 cat <<\_ASBOX
1919## ------------------- ##
1920## File substitutions. ##
1921## ------------------- ##
1922_ASBOX
1923 echo
1924 for ac_var in $ac_subst_files
1925 do
1926 eval ac_val=\$$ac_var
1927 case $ac_val in
1928 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1929 esac
1930 $as_echo "$ac_var='\''$ac_val'\''"
1931 done | sort
1932 echo
1933 fi
1934
1935 if test -s confdefs.h; then
1936 cat <<\_ASBOX
1937## ----------- ##
1938## confdefs.h. ##
1939## ----------- ##
1940_ASBOX
1941 echo
1942 cat confdefs.h
1943 echo
1944 fi
1945 test "$ac_signal" != 0 &&
1946 $as_echo "$as_me: caught signal $ac_signal"
1947 $as_echo "$as_me: exit $exit_status"
1948 } >&5
1949 rm -f core *.core core.conftest.* &&
1950 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1951 exit $exit_status
1952' 0
1953for ac_signal in 1 2 13 15; do
1954 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1955done
1956ac_signal=0
1957
1958# confdefs.h avoids OS command line length limits that DEFS can exceed.
1959rm -f -r conftest* confdefs.h
1960
1961# Predefined preprocessor variables.
1962
1963cat >>confdefs.h <<_ACEOF
1964#define PACKAGE_NAME "$PACKAGE_NAME"
1965_ACEOF
1966
1967
1968cat >>confdefs.h <<_ACEOF
1969#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1970_ACEOF
1971
1972
1973cat >>confdefs.h <<_ACEOF
1974#define PACKAGE_VERSION "$PACKAGE_VERSION"
1975_ACEOF
1976
1977
1978cat >>confdefs.h <<_ACEOF
1979#define PACKAGE_STRING "$PACKAGE_STRING"
1980_ACEOF
1981
1982
1983cat >>confdefs.h <<_ACEOF
1984#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1985_ACEOF
1986
1987
1988# Let the site file select an alternate cache file if it wants to.
1989# Prefer an explicitly selected file to automatically selected ones.
1990ac_site_file1=NONE
1991ac_site_file2=NONE
1992if test -n "$CONFIG_SITE"; then
1993 ac_site_file1=$CONFIG_SITE
1994elif test "x$prefix" != xNONE; then
1995 ac_site_file1=$prefix/share/config.site
1996 ac_site_file2=$prefix/etc/config.site
1997else
1998 ac_site_file1=$ac_default_prefix/share/config.site
1999 ac_site_file2=$ac_default_prefix/etc/config.site
2000fi
2001for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2002do
2003 test "x$ac_site_file" = xNONE && continue
2004 if test -r "$ac_site_file"; then
2005 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2006$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2007 sed 's/^/| /' "$ac_site_file" >&5
2008 . "$ac_site_file"
2009 fi
2010done
2011
2012if test -r "$cache_file"; then
2013 # Some versions of bash will fail to source /dev/null (special
2014 # files actually), so we avoid doing that.
2015 if test -f "$cache_file"; then
2016 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
2017$as_echo "$as_me: loading cache $cache_file" >&6;}
2018 case $cache_file in
2019 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2020 *) . "./$cache_file";;
2021 esac
2022 fi
2023else
2024 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
2025$as_echo "$as_me: creating cache $cache_file" >&6;}
2026 >$cache_file
2027fi
2028
2029# Check that the precious variables saved in the cache have kept the same
2030# value.
2031ac_cache_corrupted=false
2032for ac_var in $ac_precious_vars; do
2033 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2034 eval ac_new_set=\$ac_env_${ac_var}_set
2035 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2036 eval ac_new_val=\$ac_env_${ac_var}_value
2037 case $ac_old_set,$ac_new_set in
2038 set,)
2039 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2040$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2041 ac_cache_corrupted=: ;;
2042 ,set)
2043 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2044$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2045 ac_cache_corrupted=: ;;
2046 ,);;
2047 *)
2048 if test "x$ac_old_val" != "x$ac_new_val"; then
2049 # differences in whitespace do not lead to failure.
2050 ac_old_val_w=`echo x $ac_old_val`
2051 ac_new_val_w=`echo x $ac_new_val`
2052 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2053 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2054$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2055 ac_cache_corrupted=:
2056 else
2057 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2058$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2059 eval $ac_var=\$ac_old_val
2060 fi
2061 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
2062$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2063 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
2064$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2065 fi;;
2066 esac
2067 # Pass precious variables to config.status.
2068 if test "$ac_new_set" = set; then
2069 case $ac_new_val in
2070 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2071 *) ac_arg=$ac_var=$ac_new_val ;;
2072 esac
2073 case " $ac_configure_args " in
2074 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2075 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2076 esac
2077 fi
2078done
2079if $ac_cache_corrupted; then
2080 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2081$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2082 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2083$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2084 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2085$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2086 { (exit 1); exit 1; }; }
2087fi
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105ac_ext=c
2106ac_cpp='$CPP $CPPFLAGS'
2107ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2108ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2109ac_compiler_gnu=$ac_cv_c_compiler_gnu
2110
2111
2112ac_ext=c
2113ac_cpp='$CPP $CPPFLAGS'
2114ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2115ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2116ac_compiler_gnu=$ac_cv_c_compiler_gnu
2117
2118
2119
2120
2121
2122
2123 { $as_echo "$as_me:$LINENO: checking metadata" >&5
2124$as_echo_n "checking metadata... " >&6; }
2125
2126 META="$srcdir/META"
2127 _zfs_ac_meta_got_file=no
2128 if test -f "$META"; then
2129 _zfs_ac_meta_got_file=yes
2130
2131 ZFS_META_NAME=`perl -n\
2132 -e "BEGIN { \\$key=shift @ARGV; }"\
2133 -e "next unless s/^\s*\\$key[:=]//i;"\
2134 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2135 -e "s/^\s+//;"\
2136 -e "s/\s+$//;"\
2137 -e "s/^(['\"])(.*)\1/\\$2/;"\
2138 -e "\\$val=\\$_;"\
2139 -e "END { print \\$val if defined \\$val; }"\
2140 '(?:NAME|PROJECT|PACKAGE)' $META`;
2141 if test -n "$ZFS_META_NAME"; then
2142
2143cat >>confdefs.h <<_ACEOF
2144#define ZFS_META_NAME "$ZFS_META_NAME"
2145_ACEOF
2146
2147
2148 fi
2149
2150 ZFS_META_VERSION=`perl -n\
2151 -e "BEGIN { \\$key=shift @ARGV; }"\
2152 -e "next unless s/^\s*\\$key[:=]//i;"\
2153 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2154 -e "s/^\s+//;"\
2155 -e "s/\s+$//;"\
2156 -e "s/^(['\"])(.*)\1/\\$2/;"\
2157 -e "\\$val=\\$_;"\
2158 -e "END { print \\$val if defined \\$val; }"\
2159 'VERSION' $META`;
2160 if test -n "$ZFS_META_VERSION"; then
2161
2162cat >>confdefs.h <<_ACEOF
2163#define ZFS_META_VERSION "$ZFS_META_VERSION"
2164_ACEOF
2165
2166
2167 fi
2168
2169 ZFS_META_RELEASE=`perl -n\
2170 -e "BEGIN { \\$key=shift @ARGV; }"\
2171 -e "next unless s/^\s*\\$key[:=]//i;"\
2172 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2173 -e "s/^\s+//;"\
2174 -e "s/\s+$//;"\
2175 -e "s/^(['\"])(.*)\1/\\$2/;"\
2176 -e "\\$val=\\$_;"\
2177 -e "END { print \\$val if defined \\$val; }"\
2178 'RELEASE' $META`;
2179 if test -n "$ZFS_META_RELEASE"; then
2180
2181cat >>confdefs.h <<_ACEOF
2182#define ZFS_META_RELEASE "$ZFS_META_RELEASE"
2183_ACEOF
2184
2185
2186 fi
2187
2188 ZFS_META_LICENSE=`perl -n\
2189 -e "BEGIN { \\$key=shift @ARGV; }"\
2190 -e "next unless s/^\s*\\$key[:=]//i;"\
2191 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2192 -e "s/^\s+//;"\
2193 -e "s/\s+$//;"\
2194 -e "s/^(['\"])(.*)\1/\\$2/;"\
2195 -e "\\$val=\\$_;"\
2196 -e "END { print \\$val if defined \\$val; }"\
2197 'LICENSE' $META`;
2198 if test -n "$ZFS_META_LICENSE"; then
2199
2200cat >>confdefs.h <<_ACEOF
2201#define ZFS_META_LICENSE "$ZFS_META_LICENSE"
2202_ACEOF
2203
2204
2205 fi
2206
2207 if test -n "$ZFS_META_NAME" -a -n "$ZFS_META_VERSION"; then
2208 ZFS_META_ALIAS="$ZFS_META_NAME-$ZFS_META_VERSION"
2209 test -n "$ZFS_META_RELEASE" &&
2210 ZFS_META_ALIAS="$ZFS_META_ALIAS-$ZFS_META_RELEASE"
2211
2212cat >>confdefs.h <<_ACEOF
2213#define ZFS_META_ALIAS "$ZFS_META_ALIAS"
2214_ACEOF
2215
2216
2217 fi
2218
2219 ZFS_META_DATA=`perl -n\
2220 -e "BEGIN { \\$key=shift @ARGV; }"\
2221 -e "next unless s/^\s*\\$key[:=]//i;"\
2222 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2223 -e "s/^\s+//;"\
2224 -e "s/\s+$//;"\
2225 -e "s/^(['\"])(.*)\1/\\$2/;"\
2226 -e "\\$val=\\$_;"\
2227 -e "END { print \\$val if defined \\$val; }"\
2228 'DATE' $META`;
2229 if test -n "$ZFS_META_DATA"; then
2230
2231cat >>confdefs.h <<_ACEOF
2232#define ZFS_META_DATA "$ZFS_META_DATA"
2233_ACEOF
2234
2235
2236 fi
2237
2238 ZFS_META_AUTHOR=`perl -n\
2239 -e "BEGIN { \\$key=shift @ARGV; }"\
2240 -e "next unless s/^\s*\\$key[:=]//i;"\
2241 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2242 -e "s/^\s+//;"\
2243 -e "s/\s+$//;"\
2244 -e "s/^(['\"])(.*)\1/\\$2/;"\
2245 -e "\\$val=\\$_;"\
2246 -e "END { print \\$val if defined \\$val; }"\
2247 'AUTHOR' $META`;
2248 if test -n "$ZFS_META_AUTHOR"; then
2249
2250cat >>confdefs.h <<_ACEOF
2251#define ZFS_META_AUTHOR "$ZFS_META_AUTHOR"
2252_ACEOF
2253
2254
2255 fi
2256
2257
2258 ZFS_META_LT_CURRENT=`perl -n\
2259 -e "BEGIN { \\$key=shift @ARGV; }"\
2260 -e "next unless s/^\s*\\$key[:=]//i;"\
2261 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2262 -e "s/^\s+//;"\
2263 -e "s/\s+$//;"\
2264 -e "s/^(['\"])(.*)\1/\\$2/;"\
2265 -e "\\$val=\\$_;"\
2266 -e "END { print \\$val if defined \\$val; }"\
2267 'LT_CURRENT' $META`;
2268 ZFS_META_LT_REVISION=`perl -n\
2269 -e "BEGIN { \\$key=shift @ARGV; }"\
2270 -e "next unless s/^\s*\\$key[:=]//i;"\
2271 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2272 -e "s/^\s+//;"\
2273 -e "s/\s+$//;"\
2274 -e "s/^(['\"])(.*)\1/\\$2/;"\
2275 -e "\\$val=\\$_;"\
2276 -e "END { print \\$val if defined \\$val; }"\
2277 'LT_REVISION' $META`;
2278 ZFS_META_LT_AGE=`perl -n\
2279 -e "BEGIN { \\$key=shift @ARGV; }"\
2280 -e "next unless s/^\s*\\$key[:=]//i;"\
2281 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2282 -e "s/^\s+//;"\
2283 -e "s/\s+$//;"\
2284 -e "s/^(['\"])(.*)\1/\\$2/;"\
2285 -e "\\$val=\\$_;"\
2286 -e "END { print \\$val if defined \\$val; }"\
2287 'LT_AGE' $META`;
2288 if test -n "$ZFS_META_LT_CURRENT" \
2289 -o -n "$ZFS_META_LT_REVISION" \
2290 -o -n "$ZFS_META_LT_AGE"; then
2291 test -n "$ZFS_META_LT_CURRENT" || ZFS_META_LT_CURRENT="0"
2292 test -n "$ZFS_META_LT_REVISION" || ZFS_META_LT_REVISION="0"
2293 test -n "$ZFS_META_LT_AGE" || ZFS_META_LT_AGE="0"
2294
2295cat >>confdefs.h <<_ACEOF
2296#define ZFS_META_LT_CURRENT "$ZFS_META_LT_CURRENT"
2297_ACEOF
2298
2299
2300cat >>confdefs.h <<_ACEOF
2301#define ZFS_META_LT_REVISION "$ZFS_META_LT_REVISION"
2302_ACEOF
2303
2304
2305cat >>confdefs.h <<_ACEOF
2306#define ZFS_META_LT_AGE "$ZFS_META_LT_AGE"
2307_ACEOF
2308
2309
2310
2311
2312 fi
2313 fi
2314
2315 { $as_echo "$as_me:$LINENO: result: $_zfs_ac_meta_got_file" >&5
2316$as_echo "$_zfs_ac_meta_got_file" >&6; }
2317
2318
2319ac_aux_dir=
2320for ac_dir in config "$srcdir"/config; do
2321 if test -f "$ac_dir/install-sh"; then
2322 ac_aux_dir=$ac_dir
2323 ac_install_sh="$ac_aux_dir/install-sh -c"
2324 break
2325 elif test -f "$ac_dir/install.sh"; then
2326 ac_aux_dir=$ac_dir
2327 ac_install_sh="$ac_aux_dir/install.sh -c"
2328 break
2329 elif test -f "$ac_dir/shtool"; then
2330 ac_aux_dir=$ac_dir
2331 ac_install_sh="$ac_aux_dir/shtool install -c"
2332 break
2333 fi
2334done
2335if test -z "$ac_aux_dir"; then
2336 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&5
2337$as_echo "$as_me: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&2;}
2338 { (exit 1); exit 1; }; }
2339fi
2340
2341# These three variables are undocumented and unsupported,
2342# and are intended to be withdrawn in a future Autoconf release.
2343# They can cause serious problems if a builder's source tree is in a directory
2344# whose full name contains unusual characters.
2345ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2346ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2347ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2348
2349
2350# Make sure we can run config.sub.
2351$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2352 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2353$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2354 { (exit 1); exit 1; }; }
2355
2356{ $as_echo "$as_me:$LINENO: checking build system type" >&5
2357$as_echo_n "checking build system type... " >&6; }
2358if test "${ac_cv_build+set}" = set; then
2359 $as_echo_n "(cached) " >&6
2360else
2361 ac_build_alias=$build_alias
2362test "x$ac_build_alias" = x &&
2363 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2364test "x$ac_build_alias" = x &&
2365 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2366$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2367 { (exit 1); exit 1; }; }
2368ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2369 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2370$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2371 { (exit 1); exit 1; }; }
2372
2373fi
2374{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2375$as_echo "$ac_cv_build" >&6; }
2376case $ac_cv_build in
2377*-*-*) ;;
2378*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2379$as_echo "$as_me: error: invalid value of canonical build" >&2;}
2380 { (exit 1); exit 1; }; };;
2381esac
2382build=$ac_cv_build
2383ac_save_IFS=$IFS; IFS='-'
2384set x $ac_cv_build
2385shift
2386build_cpu=$1
2387build_vendor=$2
2388shift; shift
2389# Remember, the first character of IFS is used to create $*,
2390# except with old shells:
2391build_os=$*
2392IFS=$ac_save_IFS
2393case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2394
2395
2396{ $as_echo "$as_me:$LINENO: checking host system type" >&5
2397$as_echo_n "checking host system type... " >&6; }
2398if test "${ac_cv_host+set}" = set; then
2399 $as_echo_n "(cached) " >&6
2400else
2401 if test "x$host_alias" = x; then
2402 ac_cv_host=$ac_cv_build
2403else
2404 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2405 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2406$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2407 { (exit 1); exit 1; }; }
2408fi
2409
2410fi
2411{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2412$as_echo "$ac_cv_host" >&6; }
2413case $ac_cv_host in
2414*-*-*) ;;
2415*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2416$as_echo "$as_me: error: invalid value of canonical host" >&2;}
2417 { (exit 1); exit 1; }; };;
2418esac
2419host=$ac_cv_host
2420ac_save_IFS=$IFS; IFS='-'
2421set x $ac_cv_host
2422shift
2423host_cpu=$1
2424host_vendor=$2
2425shift; shift
2426# Remember, the first character of IFS is used to create $*,
2427# except with old shells:
2428host_os=$*
2429IFS=$ac_save_IFS
2430case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2431
2432
2433{ $as_echo "$as_me:$LINENO: checking target system type" >&5
2434$as_echo_n "checking target system type... " >&6; }
2435if test "${ac_cv_target+set}" = set; then
2436 $as_echo_n "(cached) " >&6
2437else
2438 if test "x$target_alias" = x; then
2439 ac_cv_target=$ac_cv_host
2440else
2441 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2442 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
2443$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
2444 { (exit 1); exit 1; }; }
2445fi
2446
2447fi
2448{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2449$as_echo "$ac_cv_target" >&6; }
2450case $ac_cv_target in
2451*-*-*) ;;
2452*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
2453$as_echo "$as_me: error: invalid value of canonical target" >&2;}
2454 { (exit 1); exit 1; }; };;
2455esac
2456target=$ac_cv_target
2457ac_save_IFS=$IFS; IFS='-'
2458set x $ac_cv_target
2459shift
2460target_cpu=$1
2461target_vendor=$2
2462shift; shift
2463# Remember, the first character of IFS is used to create $*,
2464# except with old shells:
2465target_os=$*
2466IFS=$ac_save_IFS
2467case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2468
2469
2470# The aliases save the names the user supplied, while $host etc.
2471# will get canonicalized.
2472test -n "$target_alias" &&
2473 test "$program_prefix$program_suffix$program_transform_name" = \
2474 NONENONEs,x,x, &&
2475 program_prefix=${target_alias}-
2476
2477{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2478$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2479 # Check whether --enable-maintainer-mode was given.
2480if test "${enable_maintainer_mode+set}" = set; then
2481 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2482else
2483 USE_MAINTAINER_MODE=no
2484fi
2485
2486 { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2487$as_echo "$USE_MAINTAINER_MODE" >&6; }
2488 if test $USE_MAINTAINER_MODE = yes; then
2489 MAINTAINER_MODE_TRUE=
2490 MAINTAINER_MODE_FALSE='#'
2491else
2492 MAINTAINER_MODE_TRUE='#'
2493 MAINTAINER_MODE_FALSE=
2494fi
2495
2496 MAINT=$MAINTAINER_MODE_TRUE
2497
2498
2499# Check whether --enable-silent-rules was given.
2500if test "${enable_silent_rules+set}" = set; then
2501 enableval=$enable_silent_rules;
2502fi
2503
2504case $enable_silent_rules in
2505yes) AM_DEFAULT_VERBOSITY=0;;
2506no) AM_DEFAULT_VERBOSITY=1;;
2507*) AM_DEFAULT_VERBOSITY=1;;
2508esac
2509AM_BACKSLASH='\'
2510
2511am__api_version='1.11'
2512
2513# Find a good install program. We prefer a C program (faster),
2514# so one script is as good as another. But avoid the broken or
2515# incompatible versions:
2516# SysV /etc/install, /usr/sbin/install
2517# SunOS /usr/etc/install
2518# IRIX /sbin/install
2519# AIX /bin/install
2520# AmigaOS /C/install, which installs bootblocks on floppy discs
2521# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2522# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2523# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2524# OS/2's system install, which has a completely different semantic
2525# ./install, which can be erroneously created by make from ./install.sh.
2526# Reject install programs that cannot install multiple files.
2527{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2528$as_echo_n "checking for a BSD-compatible install... " >&6; }
2529if test -z "$INSTALL"; then
2530if test "${ac_cv_path_install+set}" = set; then
2531 $as_echo_n "(cached) " >&6
2532else
2533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2534for as_dir in $PATH
2535do
2536 IFS=$as_save_IFS
2537 test -z "$as_dir" && as_dir=.
2538 # Account for people who put trailing slashes in PATH elements.
2539case $as_dir/ in
2540 ./ | .// | /cC/* | \
2541 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2542 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2543 /usr/ucb/* ) ;;
2544 *)
2545 # OSF1 and SCO ODT 3.0 have their own names for install.
2546 # Don't use installbsd from OSF since it installs stuff as root
2547 # by default.
2548 for ac_prog in ginstall scoinst install; do
2549 for ac_exec_ext in '' $ac_executable_extensions; do
2550 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2551 if test $ac_prog = install &&
2552 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2553 # AIX install. It has an incompatible calling convention.
2554 :
2555 elif test $ac_prog = install &&
2556 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2557 # program-specific install script used by HP pwplus--don't use.
2558 :
2559 else
2560 rm -rf conftest.one conftest.two conftest.dir
2561 echo one > conftest.one
2562 echo two > conftest.two
2563 mkdir conftest.dir
2564 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2565 test -s conftest.one && test -s conftest.two &&
2566 test -s conftest.dir/conftest.one &&
2567 test -s conftest.dir/conftest.two
2568 then
2569 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2570 break 3
2571 fi
2572 fi
2573 fi
2574 done
2575 done
2576 ;;
2577esac
2578
2579done
2580IFS=$as_save_IFS
2581
2582rm -rf conftest.one conftest.two conftest.dir
2583
2584fi
2585 if test "${ac_cv_path_install+set}" = set; then
2586 INSTALL=$ac_cv_path_install
2587 else
2588 # As a last resort, use the slow shell script. Don't cache a
2589 # value for INSTALL within a source directory, because that will
2590 # break other packages using the cache if that directory is
2591 # removed, or if the value is a relative name.
2592 INSTALL=$ac_install_sh
2593 fi
2594fi
2595{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2596$as_echo "$INSTALL" >&6; }
2597
2598# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2599# It thinks the first close brace ends the variable substitution.
2600test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2601
2602test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2603
2604test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2605
2606{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2607$as_echo_n "checking whether build environment is sane... " >&6; }
2608# Just in case
2609sleep 1
2610echo timestamp > conftest.file
2611# Reject unsafe characters in $srcdir or the absolute working directory
2612# name. Accept space and tab only in the latter.
2613am_lf='
2614'
2615case `pwd` in
2616 *[\\\"\#\$\&\'\`$am_lf]*)
2617 { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2618$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2619 { (exit 1); exit 1; }; };;
2620esac
2621case $srcdir in
2622 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2623 { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2624$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
2625 { (exit 1); exit 1; }; };;
2626esac
2627
2628# Do `set' in a subshell so we don't clobber the current shell's
2629# arguments. Must try -L first in case configure is actually a
2630# symlink; some systems play weird games with the mod time of symlinks
2631# (eg FreeBSD returns the mod time of the symlink's containing
2632# directory).
2633if (
2634 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2635 if test "$*" = "X"; then
2636 # -L didn't work.
2637 set X `ls -t "$srcdir/configure" conftest.file`
2638 fi
2639 rm -f conftest.file
2640 if test "$*" != "X $srcdir/configure conftest.file" \
2641 && test "$*" != "X conftest.file $srcdir/configure"; then
2642
2643 # If neither matched, then we have a broken ls. This can happen
2644 # if, for instance, CONFIG_SHELL is bash and it inherits a
2645 # broken ls alias from the environment. This has actually
2646 # happened. Such a system could not be considered "sane".
2647 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2648alias in your environment" >&5
2649$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2650alias in your environment" >&2;}
2651 { (exit 1); exit 1; }; }
2652 fi
2653
2654 test "$2" = conftest.file
2655 )
2656then
2657 # Ok.
2658 :
2659else
2660 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2661Check your system clock" >&5
2662$as_echo "$as_me: error: newly created file is older than distributed files!
2663Check your system clock" >&2;}
2664 { (exit 1); exit 1; }; }
2665fi
2666{ $as_echo "$as_me:$LINENO: result: yes" >&5
2667$as_echo "yes" >&6; }
2668test "$program_prefix" != NONE &&
2669 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2670# Use a double $ so make ignores it.
2671test "$program_suffix" != NONE &&
2672 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2673# Double any \ or $.
2674# By default was `s,x,x', remove it if useless.
2675ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2676program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2677
2678# expand $ac_aux_dir to an absolute path
2679am_aux_dir=`cd $ac_aux_dir && pwd`
2680
2681if test x"${MISSING+set}" != xset; then
2682 case $am_aux_dir in
2683 *\ * | *\ *)
2684 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2685 *)
2686 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2687 esac
2688fi
2689# Use eval to expand $SHELL
2690if eval "$MISSING --run true"; then
2691 am_missing_run="$MISSING --run "
2692else
2693 am_missing_run=
2694 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2695$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2696fi
2697
2698if test x"${install_sh}" != xset; then
2699 case $am_aux_dir in
2700 *\ * | *\ *)
2701 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2702 *)
2703 install_sh="\${SHELL} $am_aux_dir/install-sh"
2704 esac
2705fi
2706
2707# Installed binaries are usually stripped using `strip' when the user
2708# run `make install-strip'. However `strip' might not be the right
2709# tool to use in cross-compilation environments, therefore Automake
2710# will honor the `STRIP' environment variable to overrule this program.
2711if test "$cross_compiling" != no; then
2712 if test -n "$ac_tool_prefix"; then
2713 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2714set dummy ${ac_tool_prefix}strip; ac_word=$2
2715{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2716$as_echo_n "checking for $ac_word... " >&6; }
2717if test "${ac_cv_prog_STRIP+set}" = set; then
2718 $as_echo_n "(cached) " >&6
2719else
2720 if test -n "$STRIP"; then
2721 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2722else
2723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2724for as_dir in $PATH
2725do
2726 IFS=$as_save_IFS
2727 test -z "$as_dir" && as_dir=.
2728 for ac_exec_ext in '' $ac_executable_extensions; do
2729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2730 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2731 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2732 break 2
2733 fi
2734done
2735done
2736IFS=$as_save_IFS
2737
2738fi
2739fi
2740STRIP=$ac_cv_prog_STRIP
2741if test -n "$STRIP"; then
2742 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2743$as_echo "$STRIP" >&6; }
2744else
2745 { $as_echo "$as_me:$LINENO: result: no" >&5
2746$as_echo "no" >&6; }
2747fi
2748
2749
2750fi
2751if test -z "$ac_cv_prog_STRIP"; then
2752 ac_ct_STRIP=$STRIP
2753 # Extract the first word of "strip", so it can be a program name with args.
2754set dummy strip; ac_word=$2
2755{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2756$as_echo_n "checking for $ac_word... " >&6; }
2757if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2758 $as_echo_n "(cached) " >&6
2759else
2760 if test -n "$ac_ct_STRIP"; then
2761 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2762else
2763as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2764for as_dir in $PATH
2765do
2766 IFS=$as_save_IFS
2767 test -z "$as_dir" && as_dir=.
2768 for ac_exec_ext in '' $ac_executable_extensions; do
2769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2770 ac_cv_prog_ac_ct_STRIP="strip"
2771 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2772 break 2
2773 fi
2774done
2775done
2776IFS=$as_save_IFS
2777
2778fi
2779fi
2780ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2781if test -n "$ac_ct_STRIP"; then
2782 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2783$as_echo "$ac_ct_STRIP" >&6; }
2784else
2785 { $as_echo "$as_me:$LINENO: result: no" >&5
2786$as_echo "no" >&6; }
2787fi
2788
2789 if test "x$ac_ct_STRIP" = x; then
2790 STRIP=":"
2791 else
2792 case $cross_compiling:$ac_tool_warned in
2793yes:)
2794{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2795$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2796ac_tool_warned=yes ;;
2797esac
2798 STRIP=$ac_ct_STRIP
2799 fi
2800else
2801 STRIP="$ac_cv_prog_STRIP"
2802fi
2803
2804fi
2805INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2806
2807{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2808$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2809if test -z "$MKDIR_P"; then
2810 if test "${ac_cv_path_mkdir+set}" = set; then
2811 $as_echo_n "(cached) " >&6
2812else
2813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2814for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2815do
2816 IFS=$as_save_IFS
2817 test -z "$as_dir" && as_dir=.
2818 for ac_prog in mkdir gmkdir; do
2819 for ac_exec_ext in '' $ac_executable_extensions; do
2820 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2821 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2822 'mkdir (GNU coreutils) '* | \
2823 'mkdir (coreutils) '* | \
2824 'mkdir (fileutils) '4.1*)
2825 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2826 break 3;;
2827 esac
2828 done
2829 done
2830done
2831IFS=$as_save_IFS
2832
2833fi
2834
2835 if test "${ac_cv_path_mkdir+set}" = set; then
2836 MKDIR_P="$ac_cv_path_mkdir -p"
2837 else
2838 # As a last resort, use the slow shell script. Don't cache a
2839 # value for MKDIR_P within a source directory, because that will
2840 # break other packages using the cache if that directory is
2841 # removed, or if the value is a relative name.
2842 test -d ./--version && rmdir ./--version
2843 MKDIR_P="$ac_install_sh -d"
2844 fi
2845fi
2846{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2847$as_echo "$MKDIR_P" >&6; }
2848
2849mkdir_p="$MKDIR_P"
2850case $mkdir_p in
2851 [\\/$]* | ?:[\\/]*) ;;
2852 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2853esac
2854
2855for ac_prog in gawk mawk nawk awk
2856do
2857 # Extract the first word of "$ac_prog", so it can be a program name with args.
2858set dummy $ac_prog; ac_word=$2
2859{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2860$as_echo_n "checking for $ac_word... " >&6; }
2861if test "${ac_cv_prog_AWK+set}" = set; then
2862 $as_echo_n "(cached) " >&6
2863else
2864 if test -n "$AWK"; then
2865 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2866else
2867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2868for as_dir in $PATH
2869do
2870 IFS=$as_save_IFS
2871 test -z "$as_dir" && as_dir=.
2872 for ac_exec_ext in '' $ac_executable_extensions; do
2873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2874 ac_cv_prog_AWK="$ac_prog"
2875 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2876 break 2
2877 fi
2878done
2879done
2880IFS=$as_save_IFS
2881
2882fi
2883fi
2884AWK=$ac_cv_prog_AWK
2885if test -n "$AWK"; then
2886 { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2887$as_echo "$AWK" >&6; }
2888else
2889 { $as_echo "$as_me:$LINENO: result: no" >&5
2890$as_echo "no" >&6; }
2891fi
2892
2893
2894 test -n "$AWK" && break
2895done
2896
2897{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2898$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2899set x ${MAKE-make}
2900ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2901if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2902 $as_echo_n "(cached) " >&6
2903else
2904 cat >conftest.make <<\_ACEOF
2905SHELL = /bin/sh
2906all:
2907 @echo '@@@%%%=$(MAKE)=@@@%%%'
2908_ACEOF
2909# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2910case `${MAKE-make} -f conftest.make 2>/dev/null` in
2911 *@@@%%%=?*=@@@%%%*)
2912 eval ac_cv_prog_make_${ac_make}_set=yes;;
2913 *)
2914 eval ac_cv_prog_make_${ac_make}_set=no;;
2915esac
2916rm -f conftest.make
2917fi
2918if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2919 { $as_echo "$as_me:$LINENO: result: yes" >&5
2920$as_echo "yes" >&6; }
2921 SET_MAKE=
2922else
2923 { $as_echo "$as_me:$LINENO: result: no" >&5
2924$as_echo "no" >&6; }
2925 SET_MAKE="MAKE=${MAKE-make}"
2926fi
2927
2928rm -rf .tst 2>/dev/null
2929mkdir .tst 2>/dev/null
2930if test -d .tst; then
2931 am__leading_dot=.
2932else
2933 am__leading_dot=_
2934fi
2935rmdir .tst 2>/dev/null
2936
2937if test "`cd $srcdir && pwd`" != "`pwd`"; then
2938 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2939 # is not polluted with repeated "-I."
2940 am__isrc=' -I$(srcdir)'
2941 # test to see if srcdir already configured
2942 if test -f $srcdir/config.status; then
2943 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2944$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2945 { (exit 1); exit 1; }; }
2946 fi
2947fi
2948
2949# test whether we have cygpath
2950if test -z "$CYGPATH_W"; then
2951 if (cygpath --version) >/dev/null 2>/dev/null; then
2952 CYGPATH_W='cygpath -w'
2953 else
2954 CYGPATH_W=echo
2955 fi
2956fi
2957
2958
2959# Define the identity of the package.
2960 PACKAGE=$ZFS_META_NAME
2961 VERSION=$ZFS_META_VERSION
2962
2963
2964cat >>confdefs.h <<_ACEOF
2965#define PACKAGE "$PACKAGE"
2966_ACEOF
2967
2968
2969cat >>confdefs.h <<_ACEOF
2970#define VERSION "$VERSION"
2971_ACEOF
2972
2973# Some tools Automake needs.
2974
2975ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2976
2977
2978AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2979
2980
2981AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2982
2983
2984AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2985
2986
2987MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2988
2989# We need awk for the "check" target. The system "awk" is bad on
2990# some platforms.
2991# Always define AMTAR for backward compatibility.
2992
2993AMTAR=${AMTAR-"${am_missing_run}tar"}
2994
2995am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2996
2997
2998
2999
3000
3001ac_config_headers="$ac_config_headers zfs_config.h"
3002
3003
3004# Find a good install program. We prefer a C program (faster),
3005# so one script is as good as another. But avoid the broken or
3006# incompatible versions:
3007# SysV /etc/install, /usr/sbin/install
3008# SunOS /usr/etc/install
3009# IRIX /sbin/install
3010# AIX /bin/install
3011# AmigaOS /C/install, which installs bootblocks on floppy discs
3012# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3013# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3014# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3015# OS/2's system install, which has a completely different semantic
3016# ./install, which can be erroneously created by make from ./install.sh.
3017# Reject install programs that cannot install multiple files.
3018{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3019$as_echo_n "checking for a BSD-compatible install... " >&6; }
3020if test -z "$INSTALL"; then
3021if test "${ac_cv_path_install+set}" = set; then
3022 $as_echo_n "(cached) " >&6
3023else
3024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3025for as_dir in $PATH
3026do
3027 IFS=$as_save_IFS
3028 test -z "$as_dir" && as_dir=.
3029 # Account for people who put trailing slashes in PATH elements.
3030case $as_dir/ in
3031 ./ | .// | /cC/* | \
3032 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3033 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3034 /usr/ucb/* ) ;;
3035 *)
3036 # OSF1 and SCO ODT 3.0 have their own names for install.
3037 # Don't use installbsd from OSF since it installs stuff as root
3038 # by default.
3039 for ac_prog in ginstall scoinst install; do
3040 for ac_exec_ext in '' $ac_executable_extensions; do
3041 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3042 if test $ac_prog = install &&
3043 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3044 # AIX install. It has an incompatible calling convention.
3045 :
3046 elif test $ac_prog = install &&
3047 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3048 # program-specific install script used by HP pwplus--don't use.
3049 :
3050 else
3051 rm -rf conftest.one conftest.two conftest.dir
3052 echo one > conftest.one
3053 echo two > conftest.two
3054 mkdir conftest.dir
3055 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3056 test -s conftest.one && test -s conftest.two &&
3057 test -s conftest.dir/conftest.one &&
3058 test -s conftest.dir/conftest.two
3059 then
3060 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3061 break 3
3062 fi
3063 fi
3064 fi
3065 done
3066 done
3067 ;;
3068esac
3069
3070done
3071IFS=$as_save_IFS
3072
3073rm -rf conftest.one conftest.two conftest.dir
3074
3075fi
3076 if test "${ac_cv_path_install+set}" = set; then
3077 INSTALL=$ac_cv_path_install
3078 else
3079 # As a last resort, use the slow shell script. Don't cache a
3080 # value for INSTALL within a source directory, because that will
3081 # break other packages using the cache if that directory is
3082 # removed, or if the value is a relative name.
3083 INSTALL=$ac_install_sh
3084 fi
3085fi
3086{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
3087$as_echo "$INSTALL" >&6; }
3088
3089# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3090# It thinks the first close brace ends the variable substitution.
3091test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3092
3093test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3094
3095test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3096
3097ac_ext=c
3098ac_cpp='$CPP $CPPFLAGS'
3099ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3100ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3101ac_compiler_gnu=$ac_cv_c_compiler_gnu
3102if test -n "$ac_tool_prefix"; then
3103 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3104set dummy ${ac_tool_prefix}gcc; ac_word=$2
3105{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3106$as_echo_n "checking for $ac_word... " >&6; }
3107if test "${ac_cv_prog_CC+set}" = set; then
3108 $as_echo_n "(cached) " >&6
3109else
3110 if test -n "$CC"; then
3111 ac_cv_prog_CC="$CC" # Let the user override the test.
3112else
3113as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3114for as_dir in $PATH
3115do
3116 IFS=$as_save_IFS
3117 test -z "$as_dir" && as_dir=.
3118 for ac_exec_ext in '' $ac_executable_extensions; do
3119 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3120 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3121 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3122 break 2
3123 fi
3124done
3125done
3126IFS=$as_save_IFS
3127
3128fi
3129fi
3130CC=$ac_cv_prog_CC
3131if test -n "$CC"; then
3132 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3133$as_echo "$CC" >&6; }
3134else
3135 { $as_echo "$as_me:$LINENO: result: no" >&5
3136$as_echo "no" >&6; }
3137fi
3138
3139
3140fi
3141if test -z "$ac_cv_prog_CC"; then
3142 ac_ct_CC=$CC
3143 # Extract the first word of "gcc", so it can be a program name with args.
3144set dummy gcc; ac_word=$2
3145{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3146$as_echo_n "checking for $ac_word... " >&6; }
3147if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3148 $as_echo_n "(cached) " >&6
3149else
3150 if test -n "$ac_ct_CC"; then
3151 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3152else
3153as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3154for as_dir in $PATH
3155do
3156 IFS=$as_save_IFS
3157 test -z "$as_dir" && as_dir=.
3158 for ac_exec_ext in '' $ac_executable_extensions; do
3159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3160 ac_cv_prog_ac_ct_CC="gcc"
3161 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3162 break 2
3163 fi
3164done
3165done
3166IFS=$as_save_IFS
3167
3168fi
3169fi
3170ac_ct_CC=$ac_cv_prog_ac_ct_CC
3171if test -n "$ac_ct_CC"; then
3172 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3173$as_echo "$ac_ct_CC" >&6; }
3174else
3175 { $as_echo "$as_me:$LINENO: result: no" >&5
3176$as_echo "no" >&6; }
3177fi
3178
3179 if test "x$ac_ct_CC" = x; then
3180 CC=""
3181 else
3182 case $cross_compiling:$ac_tool_warned in
3183yes:)
3184{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3185$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3186ac_tool_warned=yes ;;
3187esac
3188 CC=$ac_ct_CC
3189 fi
3190else
3191 CC="$ac_cv_prog_CC"
3192fi
3193
3194if test -z "$CC"; then
3195 if test -n "$ac_tool_prefix"; then
3196 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3197set dummy ${ac_tool_prefix}cc; ac_word=$2
3198{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3199$as_echo_n "checking for $ac_word... " >&6; }
3200if test "${ac_cv_prog_CC+set}" = set; then
3201 $as_echo_n "(cached) " >&6
3202else
3203 if test -n "$CC"; then
3204 ac_cv_prog_CC="$CC" # Let the user override the test.
3205else
3206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3207for as_dir in $PATH
3208do
3209 IFS=$as_save_IFS
3210 test -z "$as_dir" && as_dir=.
3211 for ac_exec_ext in '' $ac_executable_extensions; do
3212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3213 ac_cv_prog_CC="${ac_tool_prefix}cc"
3214 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3215 break 2
3216 fi
3217done
3218done
3219IFS=$as_save_IFS
3220
3221fi
3222fi
3223CC=$ac_cv_prog_CC
3224if test -n "$CC"; then
3225 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3226$as_echo "$CC" >&6; }
3227else
3228 { $as_echo "$as_me:$LINENO: result: no" >&5
3229$as_echo "no" >&6; }
3230fi
3231
3232
3233 fi
3234fi
3235if test -z "$CC"; then
3236 # Extract the first word of "cc", so it can be a program name with args.
3237set dummy cc; ac_word=$2
3238{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3239$as_echo_n "checking for $ac_word... " >&6; }
3240if test "${ac_cv_prog_CC+set}" = set; then
3241 $as_echo_n "(cached) " >&6
3242else
3243 if test -n "$CC"; then
3244 ac_cv_prog_CC="$CC" # Let the user override the test.
3245else
3246 ac_prog_rejected=no
3247as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3248for as_dir in $PATH
3249do
3250 IFS=$as_save_IFS
3251 test -z "$as_dir" && as_dir=.
3252 for ac_exec_ext in '' $ac_executable_extensions; do
3253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3254 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3255 ac_prog_rejected=yes
3256 continue
3257 fi
3258 ac_cv_prog_CC="cc"
3259 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3260 break 2
3261 fi
3262done
3263done
3264IFS=$as_save_IFS
3265
3266if test $ac_prog_rejected = yes; then
3267 # We found a bogon in the path, so make sure we never use it.
3268 set dummy $ac_cv_prog_CC
3269 shift
3270 if test $# != 0; then
3271 # We chose a different compiler from the bogus one.
3272 # However, it has the same basename, so the bogon will be chosen
3273 # first if we set CC to just the basename; use the full file name.
3274 shift
3275 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3276 fi
3277fi
3278fi
3279fi
3280CC=$ac_cv_prog_CC
3281if test -n "$CC"; then
3282 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3283$as_echo "$CC" >&6; }
3284else
3285 { $as_echo "$as_me:$LINENO: result: no" >&5
3286$as_echo "no" >&6; }
3287fi
3288
3289
3290fi
3291if test -z "$CC"; then
3292 if test -n "$ac_tool_prefix"; then
3293 for ac_prog in cl.exe
3294 do
3295 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3296set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3297{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3298$as_echo_n "checking for $ac_word... " >&6; }
3299if test "${ac_cv_prog_CC+set}" = set; then
3300 $as_echo_n "(cached) " >&6
3301else
3302 if test -n "$CC"; then
3303 ac_cv_prog_CC="$CC" # Let the user override the test.
3304else
3305as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3306for as_dir in $PATH
3307do
3308 IFS=$as_save_IFS
3309 test -z "$as_dir" && as_dir=.
3310 for ac_exec_ext in '' $ac_executable_extensions; do
3311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3312 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3313 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3314 break 2
3315 fi
3316done
3317done
3318IFS=$as_save_IFS
3319
3320fi
3321fi
3322CC=$ac_cv_prog_CC
3323if test -n "$CC"; then
3324 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3325$as_echo "$CC" >&6; }
3326else
3327 { $as_echo "$as_me:$LINENO: result: no" >&5
3328$as_echo "no" >&6; }
3329fi
3330
3331
3332 test -n "$CC" && break
3333 done
3334fi
3335if test -z "$CC"; then
3336 ac_ct_CC=$CC
3337 for ac_prog in cl.exe
3338do
3339 # Extract the first word of "$ac_prog", so it can be a program name with args.
3340set dummy $ac_prog; ac_word=$2
3341{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3342$as_echo_n "checking for $ac_word... " >&6; }
3343if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3344 $as_echo_n "(cached) " >&6
3345else
3346 if test -n "$ac_ct_CC"; then
3347 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3348else
3349as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3350for as_dir in $PATH
3351do
3352 IFS=$as_save_IFS
3353 test -z "$as_dir" && as_dir=.
3354 for ac_exec_ext in '' $ac_executable_extensions; do
3355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3356 ac_cv_prog_ac_ct_CC="$ac_prog"
3357 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3358 break 2
3359 fi
3360done
3361done
3362IFS=$as_save_IFS
3363
3364fi
3365fi
3366ac_ct_CC=$ac_cv_prog_ac_ct_CC
3367if test -n "$ac_ct_CC"; then
3368 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3369$as_echo "$ac_ct_CC" >&6; }
3370else
3371 { $as_echo "$as_me:$LINENO: result: no" >&5
3372$as_echo "no" >&6; }
3373fi
3374
3375
3376 test -n "$ac_ct_CC" && break
3377done
3378
3379 if test "x$ac_ct_CC" = x; then
3380 CC=""
3381 else
3382 case $cross_compiling:$ac_tool_warned in
3383yes:)
3384{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3385$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3386ac_tool_warned=yes ;;
3387esac
3388 CC=$ac_ct_CC
3389 fi
3390fi
3391
3392fi
3393
3394
3395test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3396$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3397{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3398See \`config.log' for more details." >&5
3399$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
3400See \`config.log' for more details." >&2;}
3401 { (exit 1); exit 1; }; }; }
3402
3403# Provide some information about the compiler.
3404$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3405set X $ac_compile
3406ac_compiler=$2
3407{ (ac_try="$ac_compiler --version >&5"
3408case "(($ac_try" in
3409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3410 *) ac_try_echo=$ac_try;;
3411esac
3412eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3413$as_echo "$ac_try_echo") >&5
3414 (eval "$ac_compiler --version >&5") 2>&5
3415 ac_status=$?
3416 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3417 (exit $ac_status); }
3418{ (ac_try="$ac_compiler -v >&5"
3419case "(($ac_try" in
3420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3421 *) ac_try_echo=$ac_try;;
3422esac
3423eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3424$as_echo "$ac_try_echo") >&5
3425 (eval "$ac_compiler -v >&5") 2>&5
3426 ac_status=$?
3427 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3428 (exit $ac_status); }
3429{ (ac_try="$ac_compiler -V >&5"
3430case "(($ac_try" in
3431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3432 *) ac_try_echo=$ac_try;;
3433esac
3434eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3435$as_echo "$ac_try_echo") >&5
3436 (eval "$ac_compiler -V >&5") 2>&5
3437 ac_status=$?
3438 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3439 (exit $ac_status); }
3440
3441cat >conftest.$ac_ext <<_ACEOF
3442/* confdefs.h. */
3443_ACEOF
3444cat confdefs.h >>conftest.$ac_ext
3445cat >>conftest.$ac_ext <<_ACEOF
3446/* end confdefs.h. */
3447
3448int
3449main ()
3450{
3451
3452 ;
3453 return 0;
3454}
3455_ACEOF
3456ac_clean_files_save=$ac_clean_files
3457ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3458# Try to create an executable without -o first, disregard a.out.
3459# It will help us diagnose broken compilers, and finding out an intuition
3460# of exeext.
3461{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3462$as_echo_n "checking for C compiler default output file name... " >&6; }
3463ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3464
3465# The possible output files:
3466ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3467
3468ac_rmfiles=
3469for ac_file in $ac_files
3470do
3471 case $ac_file in
3472 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3473 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3474 esac
3475done
3476rm -f $ac_rmfiles
3477
3478if { (ac_try="$ac_link_default"
3479case "(($ac_try" in
3480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3481 *) ac_try_echo=$ac_try;;
3482esac
3483eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3484$as_echo "$ac_try_echo") >&5
3485 (eval "$ac_link_default") 2>&5
3486 ac_status=$?
3487 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3488 (exit $ac_status); }; then
3489 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3490# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3491# in a Makefile. We should not override ac_cv_exeext if it was cached,
3492# so that the user can short-circuit this test for compilers unknown to
3493# Autoconf.
3494for ac_file in $ac_files ''
3495do
3496 test -f "$ac_file" || continue
3497 case $ac_file in
3498 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3499 ;;
3500 [ab].out )
3501 # We found the default executable, but exeext='' is most
3502 # certainly right.
3503 break;;
3504 *.* )
3505 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3506 then :; else
3507 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3508 fi
3509 # We set ac_cv_exeext here because the later test for it is not
3510 # safe: cross compilers may not add the suffix if given an `-o'
3511 # argument, so we may need to know it at that point already.
3512 # Even if this section looks crufty: it has the advantage of
3513 # actually working.
3514 break;;
3515 * )
3516 break;;
3517 esac
3518done
3519test "$ac_cv_exeext" = no && ac_cv_exeext=
3520
3521else
3522 ac_file=''
3523fi
3524
3525{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3526$as_echo "$ac_file" >&6; }
3527if test -z "$ac_file"; then
3528 $as_echo "$as_me: failed program was:" >&5
3529sed 's/^/| /' conftest.$ac_ext >&5
3530
3531{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3532$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3533{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
3534See \`config.log' for more details." >&5
3535$as_echo "$as_me: error: C compiler cannot create executables
3536See \`config.log' for more details." >&2;}
3537 { (exit 77); exit 77; }; }; }
3538fi
3539
3540ac_exeext=$ac_cv_exeext
3541
3542# Check that the compiler produces executables we can run. If not, either
3543# the compiler is broken, or we cross compile.
3544{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3545$as_echo_n "checking whether the C compiler works... " >&6; }
3546# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3547# If not cross compiling, check that we can run a simple program.
3548if test "$cross_compiling" != yes; then
3549 if { ac_try='./$ac_file'
3550 { (case "(($ac_try" in
3551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3552 *) ac_try_echo=$ac_try;;
3553esac
3554eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3555$as_echo "$ac_try_echo") >&5
3556 (eval "$ac_try") 2>&5
3557 ac_status=$?
3558 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3559 (exit $ac_status); }; }; then
3560 cross_compiling=no
3561 else
3562 if test "$cross_compiling" = maybe; then
3563 cross_compiling=yes
3564 else
3565 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3566$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3567{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
3568If you meant to cross compile, use \`--host'.
3569See \`config.log' for more details." >&5
3570$as_echo "$as_me: error: cannot run C compiled programs.
3571If you meant to cross compile, use \`--host'.
3572See \`config.log' for more details." >&2;}
3573 { (exit 1); exit 1; }; }; }
3574 fi
3575 fi
3576fi
3577{ $as_echo "$as_me:$LINENO: result: yes" >&5
3578$as_echo "yes" >&6; }
3579
3580rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3581ac_clean_files=$ac_clean_files_save
3582# Check that the compiler produces executables we can run. If not, either
3583# the compiler is broken, or we cross compile.
3584{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3585$as_echo_n "checking whether we are cross compiling... " >&6; }
3586{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3587$as_echo "$cross_compiling" >&6; }
3588
3589{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3590$as_echo_n "checking for suffix of executables... " >&6; }
3591if { (ac_try="$ac_link"
3592case "(($ac_try" in
3593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3594 *) ac_try_echo=$ac_try;;
3595esac
3596eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3597$as_echo "$ac_try_echo") >&5
3598 (eval "$ac_link") 2>&5
3599 ac_status=$?
3600 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3601 (exit $ac_status); }; then
3602 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3603# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3604# work properly (i.e., refer to `conftest.exe'), while it won't with
3605# `rm'.
3606for ac_file in conftest.exe conftest conftest.*; do
3607 test -f "$ac_file" || continue
3608 case $ac_file in
3609 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3610 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3611 break;;
3612 * ) break;;
3613 esac
3614done
3615else
3616 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3617$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3618{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3619See \`config.log' for more details." >&5
3620$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3621See \`config.log' for more details." >&2;}
3622 { (exit 1); exit 1; }; }; }
3623fi
3624
3625rm -f conftest$ac_cv_exeext
3626{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3627$as_echo "$ac_cv_exeext" >&6; }
3628
3629rm -f conftest.$ac_ext
3630EXEEXT=$ac_cv_exeext
3631ac_exeext=$EXEEXT
3632{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3633$as_echo_n "checking for suffix of object files... " >&6; }
3634if test "${ac_cv_objext+set}" = set; then
3635 $as_echo_n "(cached) " >&6
3636else
3637 cat >conftest.$ac_ext <<_ACEOF
3638/* confdefs.h. */
3639_ACEOF
3640cat confdefs.h >>conftest.$ac_ext
3641cat >>conftest.$ac_ext <<_ACEOF
3642/* end confdefs.h. */
3643
3644int
3645main ()
3646{
3647
3648 ;
3649 return 0;
3650}
3651_ACEOF
3652rm -f conftest.o conftest.obj
3653if { (ac_try="$ac_compile"
3654case "(($ac_try" in
3655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3656 *) ac_try_echo=$ac_try;;
3657esac
3658eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3659$as_echo "$ac_try_echo") >&5
3660 (eval "$ac_compile") 2>&5
3661 ac_status=$?
3662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3663 (exit $ac_status); }; then
3664 for ac_file in conftest.o conftest.obj conftest.*; do
3665 test -f "$ac_file" || continue;
3666 case $ac_file in
3667 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3668 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3669 break;;
3670 esac
3671done
3672else
3673 $as_echo "$as_me: failed program was:" >&5
3674sed 's/^/| /' conftest.$ac_ext >&5
3675
3676{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3677$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3678{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3679See \`config.log' for more details." >&5
3680$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3681See \`config.log' for more details." >&2;}
3682 { (exit 1); exit 1; }; }; }
3683fi
3684
3685rm -f conftest.$ac_cv_objext conftest.$ac_ext
3686fi
3687{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3688$as_echo "$ac_cv_objext" >&6; }
3689OBJEXT=$ac_cv_objext
3690ac_objext=$OBJEXT
3691{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3692$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3693if test "${ac_cv_c_compiler_gnu+set}" = set; then
3694 $as_echo_n "(cached) " >&6
3695else
3696 cat >conftest.$ac_ext <<_ACEOF
3697/* confdefs.h. */
3698_ACEOF
3699cat confdefs.h >>conftest.$ac_ext
3700cat >>conftest.$ac_ext <<_ACEOF
3701/* end confdefs.h. */
3702
3703int
3704main ()
3705{
3706#ifndef __GNUC__
3707 choke me
3708#endif
3709
3710 ;
3711 return 0;
3712}
3713_ACEOF
3714rm -f conftest.$ac_objext
3715if { (ac_try="$ac_compile"
3716case "(($ac_try" in
3717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3718 *) ac_try_echo=$ac_try;;
3719esac
3720eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3721$as_echo "$ac_try_echo") >&5
3722 (eval "$ac_compile") 2>conftest.er1
3723 ac_status=$?
3724 grep -v '^ *+' conftest.er1 >conftest.err
3725 rm -f conftest.er1
3726 cat conftest.err >&5
3727 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3728 (exit $ac_status); } && {
3729 test -z "$ac_c_werror_flag" ||
3730 test ! -s conftest.err
3731 } && test -s conftest.$ac_objext; then
3732 ac_compiler_gnu=yes
3733else
3734 $as_echo "$as_me: failed program was:" >&5
3735sed 's/^/| /' conftest.$ac_ext >&5
3736
3737 ac_compiler_gnu=no
3738fi
3739
3740rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3741ac_cv_c_compiler_gnu=$ac_compiler_gnu
3742
3743fi
3744{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3745$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3746if test $ac_compiler_gnu = yes; then
3747 GCC=yes
3748else
3749 GCC=
3750fi
3751ac_test_CFLAGS=${CFLAGS+set}
3752ac_save_CFLAGS=$CFLAGS
3753{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3754$as_echo_n "checking whether $CC accepts -g... " >&6; }
3755if test "${ac_cv_prog_cc_g+set}" = set; then
3756 $as_echo_n "(cached) " >&6
3757else
3758 ac_save_c_werror_flag=$ac_c_werror_flag
3759 ac_c_werror_flag=yes
3760 ac_cv_prog_cc_g=no
3761 CFLAGS="-g"
3762 cat >conftest.$ac_ext <<_ACEOF
3763/* confdefs.h. */
3764_ACEOF
3765cat confdefs.h >>conftest.$ac_ext
3766cat >>conftest.$ac_ext <<_ACEOF
3767/* end confdefs.h. */
3768
3769int
3770main ()
3771{
3772
3773 ;
3774 return 0;
3775}
3776_ACEOF
3777rm -f conftest.$ac_objext
3778if { (ac_try="$ac_compile"
3779case "(($ac_try" in
3780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3781 *) ac_try_echo=$ac_try;;
3782esac
3783eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3784$as_echo "$ac_try_echo") >&5
3785 (eval "$ac_compile") 2>conftest.er1
3786 ac_status=$?
3787 grep -v '^ *+' conftest.er1 >conftest.err
3788 rm -f conftest.er1
3789 cat conftest.err >&5
3790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3791 (exit $ac_status); } && {
3792 test -z "$ac_c_werror_flag" ||
3793 test ! -s conftest.err
3794 } && test -s conftest.$ac_objext; then
3795 ac_cv_prog_cc_g=yes
3796else
3797 $as_echo "$as_me: failed program was:" >&5
3798sed 's/^/| /' conftest.$ac_ext >&5
3799
3800 CFLAGS=""
3801 cat >conftest.$ac_ext <<_ACEOF
3802/* confdefs.h. */
3803_ACEOF
3804cat confdefs.h >>conftest.$ac_ext
3805cat >>conftest.$ac_ext <<_ACEOF
3806/* end confdefs.h. */
3807
3808int
3809main ()
3810{
3811
3812 ;
3813 return 0;
3814}
3815_ACEOF
3816rm -f conftest.$ac_objext
3817if { (ac_try="$ac_compile"
3818case "(($ac_try" in
3819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3820 *) ac_try_echo=$ac_try;;
3821esac
3822eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3823$as_echo "$ac_try_echo") >&5
3824 (eval "$ac_compile") 2>conftest.er1
3825 ac_status=$?
3826 grep -v '^ *+' conftest.er1 >conftest.err
3827 rm -f conftest.er1
3828 cat conftest.err >&5
3829 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3830 (exit $ac_status); } && {
3831 test -z "$ac_c_werror_flag" ||
3832 test ! -s conftest.err
3833 } && test -s conftest.$ac_objext; then
3834 :
3835else
3836 $as_echo "$as_me: failed program was:" >&5
3837sed 's/^/| /' conftest.$ac_ext >&5
3838
3839 ac_c_werror_flag=$ac_save_c_werror_flag
3840 CFLAGS="-g"
3841 cat >conftest.$ac_ext <<_ACEOF
3842/* confdefs.h. */
3843_ACEOF
3844cat confdefs.h >>conftest.$ac_ext
3845cat >>conftest.$ac_ext <<_ACEOF
3846/* end confdefs.h. */
3847
3848int
3849main ()
3850{
3851
3852 ;
3853 return 0;
3854}
3855_ACEOF
3856rm -f conftest.$ac_objext
3857if { (ac_try="$ac_compile"
3858case "(($ac_try" in
3859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3860 *) ac_try_echo=$ac_try;;
3861esac
3862eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3863$as_echo "$ac_try_echo") >&5
3864 (eval "$ac_compile") 2>conftest.er1
3865 ac_status=$?
3866 grep -v '^ *+' conftest.er1 >conftest.err
3867 rm -f conftest.er1
3868 cat conftest.err >&5
3869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3870 (exit $ac_status); } && {
3871 test -z "$ac_c_werror_flag" ||
3872 test ! -s conftest.err
3873 } && test -s conftest.$ac_objext; then
3874 ac_cv_prog_cc_g=yes
3875else
3876 $as_echo "$as_me: failed program was:" >&5
3877sed 's/^/| /' conftest.$ac_ext >&5
3878
3879
3880fi
3881
3882rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3883fi
3884
3885rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3886fi
3887
3888rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3889 ac_c_werror_flag=$ac_save_c_werror_flag
3890fi
3891{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3892$as_echo "$ac_cv_prog_cc_g" >&6; }
3893if test "$ac_test_CFLAGS" = set; then
3894 CFLAGS=$ac_save_CFLAGS
3895elif test $ac_cv_prog_cc_g = yes; then
3896 if test "$GCC" = yes; then
3897 CFLAGS="-g -O2"
3898 else
3899 CFLAGS="-g"
3900 fi
3901else
3902 if test "$GCC" = yes; then
3903 CFLAGS="-O2"
3904 else
3905 CFLAGS=
3906 fi
3907fi
3908{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3909$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3910if test "${ac_cv_prog_cc_c89+set}" = set; then
3911 $as_echo_n "(cached) " >&6
3912else
3913 ac_cv_prog_cc_c89=no
3914ac_save_CC=$CC
3915cat >conftest.$ac_ext <<_ACEOF
3916/* confdefs.h. */
3917_ACEOF
3918cat confdefs.h >>conftest.$ac_ext
3919cat >>conftest.$ac_ext <<_ACEOF
3920/* end confdefs.h. */
3921#include <stdarg.h>
3922#include <stdio.h>
3923#include <sys/types.h>
3924#include <sys/stat.h>
3925/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3926struct buf { int x; };
3927FILE * (*rcsopen) (struct buf *, struct stat *, int);
3928static char *e (p, i)
3929 char **p;
3930 int i;
3931{
3932 return p[i];
3933}
3934static char *f (char * (*g) (char **, int), char **p, ...)
3935{
3936 char *s;
3937 va_list v;
3938 va_start (v,p);
3939 s = g (p, va_arg (v,int));
3940 va_end (v);
3941 return s;
3942}
3943
3944/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3945 function prototypes and stuff, but not '\xHH' hex character constants.
3946 These don't provoke an error unfortunately, instead are silently treated
3947 as 'x'. The following induces an error, until -std is added to get
3948 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3949 array size at least. It's necessary to write '\x00'==0 to get something
3950 that's true only with -std. */
3951int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3952
3953/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3954 inside strings and character constants. */
3955#define FOO(x) 'x'
3956int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3957
3958int test (int i, double x);
3959struct s1 {int (*f) (int a);};
3960struct s2 {int (*f) (double a);};
3961int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3962int argc;
3963char **argv;
3964int
3965main ()
3966{
3967return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3968 ;
3969 return 0;
3970}
3971_ACEOF
3972for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3973 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3974do
3975 CC="$ac_save_CC $ac_arg"
3976 rm -f conftest.$ac_objext
3977if { (ac_try="$ac_compile"
3978case "(($ac_try" in
3979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3980 *) ac_try_echo=$ac_try;;
3981esac
3982eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3983$as_echo "$ac_try_echo") >&5
3984 (eval "$ac_compile") 2>conftest.er1
3985 ac_status=$?
3986 grep -v '^ *+' conftest.er1 >conftest.err
3987 rm -f conftest.er1
3988 cat conftest.err >&5
3989 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3990 (exit $ac_status); } && {
3991 test -z "$ac_c_werror_flag" ||
3992 test ! -s conftest.err
3993 } && test -s conftest.$ac_objext; then
3994 ac_cv_prog_cc_c89=$ac_arg
3995else
3996 $as_echo "$as_me: failed program was:" >&5
3997sed 's/^/| /' conftest.$ac_ext >&5
3998
3999
4000fi
4001
4002rm -f core conftest.err conftest.$ac_objext
4003 test "x$ac_cv_prog_cc_c89" != "xno" && break
4004done
4005rm -f conftest.$ac_ext
4006CC=$ac_save_CC
4007
4008fi
4009# AC_CACHE_VAL
4010case "x$ac_cv_prog_cc_c89" in
4011 x)
4012 { $as_echo "$as_me:$LINENO: result: none needed" >&5
4013$as_echo "none needed" >&6; } ;;
4014 xno)
4015 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
4016$as_echo "unsupported" >&6; } ;;
4017 *)
4018 CC="$CC $ac_cv_prog_cc_c89"
4019 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
4020$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4021esac
4022
4023
4024ac_ext=c
4025ac_cpp='$CPP $CPPFLAGS'
4026ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4027ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4028ac_compiler_gnu=$ac_cv_c_compiler_gnu
4029DEPDIR="${am__leading_dot}deps"
4030
4031ac_config_commands="$ac_config_commands depfiles"
4032
4033
4034am_make=${MAKE-make}
4035cat > confinc << 'END'
4036am__doit:
4037 @echo this is the am__doit target
4038.PHONY: am__doit
4039END
4040# If we don't find an include directive, just comment out the code.
4041{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
4042$as_echo_n "checking for style of include used by $am_make... " >&6; }
4043am__include="#"
4044am__quote=
4045_am_result=none
4046# First try GNU make style include.
4047echo "include confinc" > confmf
4048# Ignore all kinds of additional output from `make'.
4049case `$am_make -s -f confmf 2> /dev/null` in #(
4050*the\ am__doit\ target*)
4051 am__include=include
4052 am__quote=
4053 _am_result=GNU
4054 ;;
4055esac
4056# Now try BSD make style include.
4057if test "$am__include" = "#"; then
4058 echo '.include "confinc"' > confmf
4059 case `$am_make -s -f confmf 2> /dev/null` in #(
4060 *the\ am__doit\ target*)
4061 am__include=.include
4062 am__quote="\""
4063 _am_result=BSD
4064 ;;
4065 esac
4066fi
4067
4068
4069{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
4070$as_echo "$_am_result" >&6; }
4071rm -f confinc confmf
4072
4073# Check whether --enable-dependency-tracking was given.
4074if test "${enable_dependency_tracking+set}" = set; then
4075 enableval=$enable_dependency_tracking;
4076fi
4077
4078if test "x$enable_dependency_tracking" != xno; then
4079 am_depcomp="$ac_aux_dir/depcomp"
4080 AMDEPBACKSLASH='\'
4081fi
4082 if test "x$enable_dependency_tracking" != xno; then
4083 AMDEP_TRUE=
4084 AMDEP_FALSE='#'
4085else
4086 AMDEP_TRUE='#'
4087 AMDEP_FALSE=
4088fi
4089
4090
4091
4092depcc="$CC" am_compiler_list=
4093
4094{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4095$as_echo_n "checking dependency style of $depcc... " >&6; }
4096if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
4097 $as_echo_n "(cached) " >&6
4098else
4099 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4100 # We make a subdir and do the tests there. Otherwise we can end up
4101 # making bogus files that we don't know about and never remove. For
4102 # instance it was reported that on HP-UX the gcc test will end up
4103 # making a dummy file named `D' -- because `-MD' means `put the output
4104 # in D'.
4105 mkdir conftest.dir
4106 # Copy depcomp to subdir because otherwise we won't find it if we're
4107 # using a relative directory.
4108 cp "$am_depcomp" conftest.dir
4109 cd conftest.dir
4110 # We will build objects and dependencies in a subdirectory because
4111 # it helps to detect inapplicable dependency modes. For instance
4112 # both Tru64's cc and ICC support -MD to output dependencies as a
4113 # side effect of compilation, but ICC will put the dependencies in
4114 # the current directory while Tru64 will put them in the object
4115 # directory.
4116 mkdir sub
4117
4118 am_cv_CC_dependencies_compiler_type=none
4119 if test "$am_compiler_list" = ""; then
4120 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4121 fi
4122 am__universal=false
4123 case " $depcc " in #(
4124 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4125 esac
4126
4127 for depmode in $am_compiler_list; do
4128 # Setup a source with many dependencies, because some compilers
4129 # like to wrap large dependency lists on column 80 (with \), and
4130 # we should not choose a depcomp mode which is confused by this.
4131 #
4132 # We need to recreate these files for each test, as the compiler may
4133 # overwrite some of them when testing with obscure command lines.
4134 # This happens at least with the AIX C compiler.
4135 : > sub/conftest.c
4136 for i in 1 2 3 4 5 6; do
4137 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4138 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4139 # Solaris 8's {/usr,}/bin/sh.
4140 touch sub/conftst$i.h
4141 done
4142 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4143
4144 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4145 # mode. It turns out that the SunPro C++ compiler does not properly
4146 # handle `-M -o', and we need to detect this. Also, some Intel
4147 # versions had trouble with output in subdirs
4148 am__obj=sub/conftest.${OBJEXT-o}
4149 am__minus_obj="-o $am__obj"
4150 case $depmode in
4151 gcc)
4152 # This depmode causes a compiler race in universal mode.
4153 test "$am__universal" = false || continue
4154 ;;
4155 nosideeffect)
4156 # after this tag, mechanisms are not by side-effect, so they'll
4157 # only be used when explicitly requested
4158 if test "x$enable_dependency_tracking" = xyes; then
4159 continue
4160 else
4161 break
4162 fi
4163 ;;
4164 msvisualcpp | msvcmsys)
4165 # This compiler won't grok `-c -o', but also, the minuso test has
4166 # not run yet. These depmodes are late enough in the game, and
4167 # so weak that their functioning should not be impacted.
4168 am__obj=conftest.${OBJEXT-o}
4169 am__minus_obj=
4170 ;;
4171 none) break ;;
4172 esac
4173 if depmode=$depmode \
4174 source=sub/conftest.c object=$am__obj \
4175 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4176 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4177 >/dev/null 2>conftest.err &&
4178 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4179 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4180 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4181 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4182 # icc doesn't choke on unknown options, it will just issue warnings
4183 # or remarks (even with -Werror). So we grep stderr for any message
4184 # that says an option was ignored or not supported.
4185 # When given -MP, icc 7.0 and 7.1 complain thusly:
4186 # icc: Command line warning: ignoring option '-M'; no argument required
4187 # The diagnosis changed in icc 8.0:
4188 # icc: Command line remark: option '-MP' not supported
4189 if (grep 'ignoring option' conftest.err ||
4190 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4191 am_cv_CC_dependencies_compiler_type=$depmode
4192 break
4193 fi
4194 fi
4195 done
4196
4197 cd ..
4198 rm -rf conftest.dir
4199else
4200 am_cv_CC_dependencies_compiler_type=none
4201fi
4202
4203fi
4204{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
4205$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4206CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4207
4208 if
4209 test "x$enable_dependency_tracking" != xno \
4210 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4211 am__fastdepCC_TRUE=
4212 am__fastdepCC_FALSE='#'
4213else
4214 am__fastdepCC_TRUE='#'
4215 am__fastdepCC_FALSE=
4216fi
4217
4218
4219case `pwd` in
4220 *\ * | *\ *)
4221 { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4222$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4223esac
4224
4225
4226
135cf6a8
BB
4227macro_version='2.2.6b'
4228macro_revision='1.3017'
e70e591c
BB
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242ltmain="$ac_aux_dir/ltmain.sh"
4243
4244{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4245$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4246if test "${ac_cv_path_SED+set}" = set; then
4247 $as_echo_n "(cached) " >&6
4248else
4249 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4250 for ac_i in 1 2 3 4 5 6 7; do
4251 ac_script="$ac_script$as_nl$ac_script"
4252 done
4253 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4254 $as_unset ac_script || ac_script=
4255 if test -z "$SED"; then
4256 ac_path_SED_found=false
4257 # Loop through the user's path and test for each of PROGNAME-LIST
4258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4259for as_dir in $PATH
4260do
4261 IFS=$as_save_IFS
4262 test -z "$as_dir" && as_dir=.
4263 for ac_prog in sed gsed; do
4264 for ac_exec_ext in '' $ac_executable_extensions; do
4265 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4266 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4267# Check for GNU ac_path_SED and select it if it is found.
4268 # Check for GNU $ac_path_SED
4269case `"$ac_path_SED" --version 2>&1` in
4270*GNU*)
4271 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4272*)
4273 ac_count=0
4274 $as_echo_n 0123456789 >"conftest.in"
4275 while :
4276 do
4277 cat "conftest.in" "conftest.in" >"conftest.tmp"
4278 mv "conftest.tmp" "conftest.in"
4279 cp "conftest.in" "conftest.nl"
4280 $as_echo '' >> "conftest.nl"
4281 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4282 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4283 ac_count=`expr $ac_count + 1`
4284 if test $ac_count -gt ${ac_path_SED_max-0}; then
4285 # Best one so far, save it but keep looking for a better one
4286 ac_cv_path_SED="$ac_path_SED"
4287 ac_path_SED_max=$ac_count
4288 fi
4289 # 10*(2^10) chars as input seems more than enough
4290 test $ac_count -gt 10 && break
4291 done
4292 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4293esac
4294
4295 $ac_path_SED_found && break 3
4296 done
4297 done
4298done
4299IFS=$as_save_IFS
4300 if test -z "$ac_cv_path_SED"; then
4301 { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
4302$as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
4303 { (exit 1); exit 1; }; }
4304 fi
4305else
4306 ac_cv_path_SED=$SED
4307fi
4308
4309fi
4310{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
4311$as_echo "$ac_cv_path_SED" >&6; }
4312 SED="$ac_cv_path_SED"
4313 rm -f conftest.sed
4314
4315test -z "$SED" && SED=sed
4316Xsed="$SED -e 1s/^X//"
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4329$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4330if test "${ac_cv_path_GREP+set}" = set; then
4331 $as_echo_n "(cached) " >&6
4332else
4333 if test -z "$GREP"; then
4334 ac_path_GREP_found=false
4335 # Loop through the user's path and test for each of PROGNAME-LIST
4336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4337for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4338do
4339 IFS=$as_save_IFS
4340 test -z "$as_dir" && as_dir=.
4341 for ac_prog in grep ggrep; do
4342 for ac_exec_ext in '' $ac_executable_extensions; do
4343 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4344 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4345# Check for GNU ac_path_GREP and select it if it is found.
4346 # Check for GNU $ac_path_GREP
4347case `"$ac_path_GREP" --version 2>&1` in
4348*GNU*)
4349 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4350*)
4351 ac_count=0
4352 $as_echo_n 0123456789 >"conftest.in"
4353 while :
4354 do
4355 cat "conftest.in" "conftest.in" >"conftest.tmp"
4356 mv "conftest.tmp" "conftest.in"
4357 cp "conftest.in" "conftest.nl"
4358 $as_echo 'GREP' >> "conftest.nl"
4359 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4360 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4361 ac_count=`expr $ac_count + 1`
4362 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4363 # Best one so far, save it but keep looking for a better one
4364 ac_cv_path_GREP="$ac_path_GREP"
4365 ac_path_GREP_max=$ac_count
4366 fi
4367 # 10*(2^10) chars as input seems more than enough
4368 test $ac_count -gt 10 && break
4369 done
4370 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4371esac
4372
4373 $ac_path_GREP_found && break 3
4374 done
4375 done
4376done
4377IFS=$as_save_IFS
4378 if test -z "$ac_cv_path_GREP"; then
4379 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4380$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4381 { (exit 1); exit 1; }; }
4382 fi
4383else
4384 ac_cv_path_GREP=$GREP
4385fi
4386
4387fi
4388{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4389$as_echo "$ac_cv_path_GREP" >&6; }
4390 GREP="$ac_cv_path_GREP"
4391
4392
4393{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
4394$as_echo_n "checking for egrep... " >&6; }
4395if test "${ac_cv_path_EGREP+set}" = set; then
4396 $as_echo_n "(cached) " >&6
4397else
4398 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4399 then ac_cv_path_EGREP="$GREP -E"
4400 else
4401 if test -z "$EGREP"; then
4402 ac_path_EGREP_found=false
4403 # Loop through the user's path and test for each of PROGNAME-LIST
4404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4405for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4406do
4407 IFS=$as_save_IFS
4408 test -z "$as_dir" && as_dir=.
4409 for ac_prog in egrep; do
4410 for ac_exec_ext in '' $ac_executable_extensions; do
4411 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4412 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4413# Check for GNU ac_path_EGREP and select it if it is found.
4414 # Check for GNU $ac_path_EGREP
4415case `"$ac_path_EGREP" --version 2>&1` in
4416*GNU*)
4417 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4418*)
4419 ac_count=0
4420 $as_echo_n 0123456789 >"conftest.in"
4421 while :
4422 do
4423 cat "conftest.in" "conftest.in" >"conftest.tmp"
4424 mv "conftest.tmp" "conftest.in"
4425 cp "conftest.in" "conftest.nl"
4426 $as_echo 'EGREP' >> "conftest.nl"
4427 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4428 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4429 ac_count=`expr $ac_count + 1`
4430 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4431 # Best one so far, save it but keep looking for a better one
4432 ac_cv_path_EGREP="$ac_path_EGREP"
4433 ac_path_EGREP_max=$ac_count
4434 fi
4435 # 10*(2^10) chars as input seems more than enough
4436 test $ac_count -gt 10 && break
4437 done
4438 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4439esac
4440
4441 $ac_path_EGREP_found && break 3
4442 done
4443 done
4444done
4445IFS=$as_save_IFS
4446 if test -z "$ac_cv_path_EGREP"; then
4447 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4448$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4449 { (exit 1); exit 1; }; }
4450 fi
4451else
4452 ac_cv_path_EGREP=$EGREP
4453fi
4454
4455 fi
4456fi
4457{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4458$as_echo "$ac_cv_path_EGREP" >&6; }
4459 EGREP="$ac_cv_path_EGREP"
4460
4461
4462{ $as_echo "$as_me:$LINENO: checking for fgrep" >&5
4463$as_echo_n "checking for fgrep... " >&6; }
4464if test "${ac_cv_path_FGREP+set}" = set; then
4465 $as_echo_n "(cached) " >&6
4466else
4467 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4468 then ac_cv_path_FGREP="$GREP -F"
4469 else
4470 if test -z "$FGREP"; then
4471 ac_path_FGREP_found=false
4472 # Loop through the user's path and test for each of PROGNAME-LIST
4473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4474for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4475do
4476 IFS=$as_save_IFS
4477 test -z "$as_dir" && as_dir=.
4478 for ac_prog in fgrep; do
4479 for ac_exec_ext in '' $ac_executable_extensions; do
4480 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4481 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4482# Check for GNU ac_path_FGREP and select it if it is found.
4483 # Check for GNU $ac_path_FGREP
4484case `"$ac_path_FGREP" --version 2>&1` in
4485*GNU*)
4486 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4487*)
4488 ac_count=0
4489 $as_echo_n 0123456789 >"conftest.in"
4490 while :
4491 do
4492 cat "conftest.in" "conftest.in" >"conftest.tmp"
4493 mv "conftest.tmp" "conftest.in"
4494 cp "conftest.in" "conftest.nl"
4495 $as_echo 'FGREP' >> "conftest.nl"
4496 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4497 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4498 ac_count=`expr $ac_count + 1`
4499 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4500 # Best one so far, save it but keep looking for a better one
4501 ac_cv_path_FGREP="$ac_path_FGREP"
4502 ac_path_FGREP_max=$ac_count
4503 fi
4504 # 10*(2^10) chars as input seems more than enough
4505 test $ac_count -gt 10 && break
4506 done
4507 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4508esac
4509
4510 $ac_path_FGREP_found && break 3
4511 done
4512 done
4513done
4514IFS=$as_save_IFS
4515 if test -z "$ac_cv_path_FGREP"; then
4516 { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4517$as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4518 { (exit 1); exit 1; }; }
4519 fi
4520else
4521 ac_cv_path_FGREP=$FGREP
4522fi
4523
4524 fi
4525fi
4526{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
4527$as_echo "$ac_cv_path_FGREP" >&6; }
4528 FGREP="$ac_cv_path_FGREP"
4529
4530
4531test -z "$GREP" && GREP=grep
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551# Check whether --with-gnu-ld was given.
4552if test "${with_gnu_ld+set}" = set; then
4553 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4554else
4555 with_gnu_ld=no
4556fi
4557
4558ac_prog=ld
4559if test "$GCC" = yes; then
4560 # Check if gcc -print-prog-name=ld gives a path.
4561 { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4562$as_echo_n "checking for ld used by $CC... " >&6; }
4563 case $host in
4564 *-*-mingw*)
4565 # gcc leaves a trailing carriage return which upsets mingw
4566 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4567 *)
4568 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4569 esac
4570 case $ac_prog in
4571 # Accept absolute paths.
4572 [\\/]* | ?:[\\/]*)
4573 re_direlt='/[^/][^/]*/\.\./'
4574 # Canonicalize the pathname of ld
4575 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4576 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4577 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4578 done
4579 test -z "$LD" && LD="$ac_prog"
4580 ;;
4581 "")
4582 # If it fails, then pretend we aren't using GCC.
4583 ac_prog=ld
4584 ;;
4585 *)
4586 # If it is relative, then search for the first ld in PATH.
4587 with_gnu_ld=unknown
4588 ;;
4589 esac
4590elif test "$with_gnu_ld" = yes; then
4591 { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
4592$as_echo_n "checking for GNU ld... " >&6; }
4593else
4594 { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4595$as_echo_n "checking for non-GNU ld... " >&6; }
4596fi
4597if test "${lt_cv_path_LD+set}" = set; then
4598 $as_echo_n "(cached) " >&6
4599else
4600 if test -z "$LD"; then
4601 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4602 for ac_dir in $PATH; do
4603 IFS="$lt_save_ifs"
4604 test -z "$ac_dir" && ac_dir=.
4605 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4606 lt_cv_path_LD="$ac_dir/$ac_prog"
4607 # Check to see if the program is GNU ld. I'd rather use --version,
4608 # but apparently some variants of GNU ld only accept -v.
4609 # Break only if it was the GNU/non-GNU ld that we prefer.
4610 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4611 *GNU* | *'with BFD'*)
4612 test "$with_gnu_ld" != no && break
4613 ;;
4614 *)
4615 test "$with_gnu_ld" != yes && break
4616 ;;
4617 esac
4618 fi
4619 done
4620 IFS="$lt_save_ifs"
4621else
4622 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4623fi
4624fi
4625
4626LD="$lt_cv_path_LD"
4627if test -n "$LD"; then
4628 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4629$as_echo "$LD" >&6; }
4630else
4631 { $as_echo "$as_me:$LINENO: result: no" >&5
4632$as_echo "no" >&6; }
4633fi
4634test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4635$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4636 { (exit 1); exit 1; }; }
4637{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4638$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4639if test "${lt_cv_prog_gnu_ld+set}" = set; then
4640 $as_echo_n "(cached) " >&6
4641else
4642 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4643case `$LD -v 2>&1 </dev/null` in
4644*GNU* | *'with BFD'*)
4645 lt_cv_prog_gnu_ld=yes
4646 ;;
4647*)
4648 lt_cv_prog_gnu_ld=no
4649 ;;
4650esac
4651fi
4652{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4653$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4654with_gnu_ld=$lt_cv_prog_gnu_ld
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664{ $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4665$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4666if test "${lt_cv_path_NM+set}" = set; then
4667 $as_echo_n "(cached) " >&6
4668else
4669 if test -n "$NM"; then
4670 # Let the user override the test.
4671 lt_cv_path_NM="$NM"
4672else
4673 lt_nm_to_check="${ac_tool_prefix}nm"
4674 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4675 lt_nm_to_check="$lt_nm_to_check nm"
4676 fi
4677 for lt_tmp_nm in $lt_nm_to_check; do
4678 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4679 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4680 IFS="$lt_save_ifs"
4681 test -z "$ac_dir" && ac_dir=.
4682 tmp_nm="$ac_dir/$lt_tmp_nm"
4683 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4684 # Check to see if the nm accepts a BSD-compat flag.
4685 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4686 # nm: unknown option "B" ignored
4687 # Tru64's nm complains that /dev/null is an invalid object file
4688 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4689 */dev/null* | *'Invalid file or object type'*)
4690 lt_cv_path_NM="$tmp_nm -B"
4691 break
4692 ;;
4693 *)
4694 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4695 */dev/null*)
4696 lt_cv_path_NM="$tmp_nm -p"
4697 break
4698 ;;
4699 *)
4700 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4701 continue # so that we can try to find one that supports BSD flags
4702 ;;
4703 esac
4704 ;;
4705 esac
4706 fi
4707 done
4708 IFS="$lt_save_ifs"
4709 done
4710 : ${lt_cv_path_NM=no}
4711fi
4712fi
4713{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4714$as_echo "$lt_cv_path_NM" >&6; }
4715if test "$lt_cv_path_NM" != "no"; then
4716 NM="$lt_cv_path_NM"
4717else
4718 # Didn't find any BSD compatible name lister, look for dumpbin.
4719 if test -n "$ac_tool_prefix"; then
4720 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4721 do
4722 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4723set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4724{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4725$as_echo_n "checking for $ac_word... " >&6; }
4726if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4727 $as_echo_n "(cached) " >&6
4728else
4729 if test -n "$DUMPBIN"; then
4730 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4731else
4732as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4733for as_dir in $PATH
4734do
4735 IFS=$as_save_IFS
4736 test -z "$as_dir" && as_dir=.
4737 for ac_exec_ext in '' $ac_executable_extensions; do
4738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4739 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4740 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4741 break 2
4742 fi
4743done
4744done
4745IFS=$as_save_IFS
4746
4747fi
4748fi
4749DUMPBIN=$ac_cv_prog_DUMPBIN
4750if test -n "$DUMPBIN"; then
4751 { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4752$as_echo "$DUMPBIN" >&6; }
4753else
4754 { $as_echo "$as_me:$LINENO: result: no" >&5
4755$as_echo "no" >&6; }
4756fi
4757
4758
4759 test -n "$DUMPBIN" && break
4760 done
4761fi
4762if test -z "$DUMPBIN"; then
4763 ac_ct_DUMPBIN=$DUMPBIN
4764 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4765do
4766 # Extract the first word of "$ac_prog", so it can be a program name with args.
4767set dummy $ac_prog; ac_word=$2
4768{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4769$as_echo_n "checking for $ac_word... " >&6; }
4770if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4771 $as_echo_n "(cached) " >&6
4772else
4773 if test -n "$ac_ct_DUMPBIN"; then
4774 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4775else
4776as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4777for as_dir in $PATH
4778do
4779 IFS=$as_save_IFS
4780 test -z "$as_dir" && as_dir=.
4781 for ac_exec_ext in '' $ac_executable_extensions; do
4782 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4783 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4784 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4785 break 2
4786 fi
4787done
4788done
4789IFS=$as_save_IFS
4790
4791fi
4792fi
4793ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4794if test -n "$ac_ct_DUMPBIN"; then
4795 { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4796$as_echo "$ac_ct_DUMPBIN" >&6; }
4797else
4798 { $as_echo "$as_me:$LINENO: result: no" >&5
4799$as_echo "no" >&6; }
4800fi
4801
4802
4803 test -n "$ac_ct_DUMPBIN" && break
4804done
4805
4806 if test "x$ac_ct_DUMPBIN" = x; then
4807 DUMPBIN=":"
4808 else
4809 case $cross_compiling:$ac_tool_warned in
4810yes:)
4811{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4812$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4813ac_tool_warned=yes ;;
4814esac
4815 DUMPBIN=$ac_ct_DUMPBIN
4816 fi
4817fi
4818
4819
4820 if test "$DUMPBIN" != ":"; then
4821 NM="$DUMPBIN"
4822 fi
4823fi
4824test -z "$NM" && NM=nm
4825
4826
4827
4828
4829
4830
4831{ $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4832$as_echo_n "checking the name lister ($NM) interface... " >&6; }
4833if test "${lt_cv_nm_interface+set}" = set; then
4834 $as_echo_n "(cached) " >&6
4835else
4836 lt_cv_nm_interface="BSD nm"
4837 echo "int some_variable = 0;" > conftest.$ac_ext
6ba3b446 4838 (eval echo "\"\$as_me:4838: $ac_compile\"" >&5)
e70e591c
BB
4839 (eval "$ac_compile" 2>conftest.err)
4840 cat conftest.err >&5
6ba3b446 4841 (eval echo "\"\$as_me:4841: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
e70e591c
BB
4842 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4843 cat conftest.err >&5
6ba3b446 4844 (eval echo "\"\$as_me:4844: output\"" >&5)
e70e591c
BB
4845 cat conftest.out >&5
4846 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4847 lt_cv_nm_interface="MS dumpbin"
4848 fi
4849 rm -f conftest*
4850fi
4851{ $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4852$as_echo "$lt_cv_nm_interface" >&6; }
4853
4854{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4855$as_echo_n "checking whether ln -s works... " >&6; }
4856LN_S=$as_ln_s
4857if test "$LN_S" = "ln -s"; then
4858 { $as_echo "$as_me:$LINENO: result: yes" >&5
4859$as_echo "yes" >&6; }
4860else
4861 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4862$as_echo "no, using $LN_S" >&6; }
4863fi
4864
4865# find the maximum length of command line arguments
4866{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4867$as_echo_n "checking the maximum length of command line arguments... " >&6; }
4868if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4869 $as_echo_n "(cached) " >&6
4870else
4871 i=0
4872 teststring="ABCD"
4873
4874 case $build_os in
4875 msdosdjgpp*)
4876 # On DJGPP, this test can blow up pretty badly due to problems in libc
4877 # (any single argument exceeding 2000 bytes causes a buffer overrun
4878 # during glob expansion). Even if it were fixed, the result of this
4879 # check would be larger than it should be.
4880 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4881 ;;
4882
4883 gnu*)
4884 # Under GNU Hurd, this test is not required because there is
4885 # no limit to the length of command line arguments.
4886 # Libtool will interpret -1 as no limit whatsoever
4887 lt_cv_sys_max_cmd_len=-1;
4888 ;;
4889
4890 cygwin* | mingw* | cegcc*)
4891 # On Win9x/ME, this test blows up -- it succeeds, but takes
4892 # about 5 minutes as the teststring grows exponentially.
4893 # Worse, since 9x/ME are not pre-emptively multitasking,
4894 # you end up with a "frozen" computer, even though with patience
4895 # the test eventually succeeds (with a max line length of 256k).
4896 # Instead, let's just punt: use the minimum linelength reported by
4897 # all of the supported platforms: 8192 (on NT/2K/XP).
4898 lt_cv_sys_max_cmd_len=8192;
4899 ;;
4900
4901 amigaos*)
4902 # On AmigaOS with pdksh, this test takes hours, literally.
4903 # So we just punt and use a minimum line length of 8192.
4904 lt_cv_sys_max_cmd_len=8192;
4905 ;;
4906
4907 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4908 # This has been around since 386BSD, at least. Likely further.
4909 if test -x /sbin/sysctl; then
4910 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4911 elif test -x /usr/sbin/sysctl; then
4912 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4913 else
4914 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4915 fi
4916 # And add a safety zone
4917 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4918 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4919 ;;
4920
4921 interix*)
4922 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4923 lt_cv_sys_max_cmd_len=196608
4924 ;;
4925
4926 osf*)
4927 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4928 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4929 # nice to cause kernel panics so lets avoid the loop below.
4930 # First set a reasonable default.
4931 lt_cv_sys_max_cmd_len=16384
4932 #
4933 if test -x /sbin/sysconfig; then
4934 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4935 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4936 esac
4937 fi
4938 ;;
4939 sco3.2v5*)
4940 lt_cv_sys_max_cmd_len=102400
4941 ;;
4942 sysv5* | sco5v6* | sysv4.2uw2*)
4943 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4944 if test -n "$kargmax"; then
4945 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4946 else
4947 lt_cv_sys_max_cmd_len=32768
4948 fi
4949 ;;
4950 *)
4951 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4952 if test -n "$lt_cv_sys_max_cmd_len"; then
4953 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4954 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4955 else
4956 # Make teststring a little bigger before we do anything with it.
4957 # a 1K string should be a reasonable start.
4958 for i in 1 2 3 4 5 6 7 8 ; do
4959 teststring=$teststring$teststring
4960 done
4961 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4962 # If test is not a shell built-in, we'll probably end up computing a
4963 # maximum length that is only half of the actual maximum length, but
4964 # we can't tell.
4965 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4966 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4967 test $i != 17 # 1/2 MB should be enough
4968 do
4969 i=`expr $i + 1`
4970 teststring=$teststring$teststring
4971 done
4972 # Only check the string length outside the loop.
4973 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4974 teststring=
4975 # Add a significant safety factor because C++ compilers can tack on
4976 # massive amounts of additional arguments before passing them to the
4977 # linker. It appears as though 1/2 is a usable value.
4978 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4979 fi
4980 ;;
4981 esac
4982
4983fi
4984
4985if test -n $lt_cv_sys_max_cmd_len ; then
4986 { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4987$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4988else
4989 { $as_echo "$as_me:$LINENO: result: none" >&5
4990$as_echo "none" >&6; }
4991fi
4992max_cmd_len=$lt_cv_sys_max_cmd_len
4993
4994
4995
4996
4997
4998
4999: ${CP="cp -f"}
5000: ${MV="mv -f"}
5001: ${RM="rm -f"}
5002
5003{ $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
5004$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5005# Try some XSI features
5006xsi_shell=no
5007( _lt_dummy="a/b/c"
5008 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5009 = c,a/b,, \
5010 && eval 'test $(( 1 + 1 )) -eq 2 \
5011 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5012 && xsi_shell=yes
5013{ $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
5014$as_echo "$xsi_shell" >&6; }
5015
5016
5017{ $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
5018$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5019lt_shell_append=no
5020( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5021 >/dev/null 2>&1 \
5022 && lt_shell_append=yes
5023{ $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
5024$as_echo "$lt_shell_append" >&6; }
5025
5026
5027if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5028 lt_unset=unset
5029else
5030 lt_unset=false
5031fi
5032
5033
5034
5035
5036
5037# test EBCDIC or ASCII
5038case `echo X|tr X '\101'` in
5039 A) # ASCII based system
5040 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5041 lt_SP2NL='tr \040 \012'
5042 lt_NL2SP='tr \015\012 \040\040'
5043 ;;
5044 *) # EBCDIC based system
5045 lt_SP2NL='tr \100 \n'
5046 lt_NL2SP='tr \r\n \100\100'
5047 ;;
5048esac
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
5059$as_echo_n "checking for $LD option to reload object files... " >&6; }
5060if test "${lt_cv_ld_reload_flag+set}" = set; then
5061 $as_echo_n "(cached) " >&6
5062else
5063 lt_cv_ld_reload_flag='-r'
5064fi
5065{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
5066$as_echo "$lt_cv_ld_reload_flag" >&6; }
5067reload_flag=$lt_cv_ld_reload_flag
5068case $reload_flag in
5069"" | " "*) ;;
5070*) reload_flag=" $reload_flag" ;;
5071esac
5072reload_cmds='$LD$reload_flag -o $output$reload_objs'
5073case $host_os in
5074 darwin*)
5075 if test "$GCC" = yes; then
5076 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5077 else
5078 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5079 fi
5080 ;;
5081esac
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091if test -n "$ac_tool_prefix"; then
5092 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5093set dummy ${ac_tool_prefix}objdump; ac_word=$2
5094{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5095$as_echo_n "checking for $ac_word... " >&6; }
5096if test "${ac_cv_prog_OBJDUMP+set}" = set; then
5097 $as_echo_n "(cached) " >&6
5098else
5099 if test -n "$OBJDUMP"; then
5100 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5101else
5102as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5103for as_dir in $PATH
5104do
5105 IFS=$as_save_IFS
5106 test -z "$as_dir" && as_dir=.
5107 for ac_exec_ext in '' $ac_executable_extensions; do
5108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5109 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5110 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5111 break 2
5112 fi
5113done
5114done
5115IFS=$as_save_IFS
5116
5117fi
5118fi
5119OBJDUMP=$ac_cv_prog_OBJDUMP
5120if test -n "$OBJDUMP"; then
5121 { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
5122$as_echo "$OBJDUMP" >&6; }
5123else
5124 { $as_echo "$as_me:$LINENO: result: no" >&5
5125$as_echo "no" >&6; }
5126fi
5127
5128
5129fi
5130if test -z "$ac_cv_prog_OBJDUMP"; then
5131 ac_ct_OBJDUMP=$OBJDUMP
5132 # Extract the first word of "objdump", so it can be a program name with args.
5133set dummy objdump; ac_word=$2
5134{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5135$as_echo_n "checking for $ac_word... " >&6; }
5136if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
5137 $as_echo_n "(cached) " >&6
5138else
5139 if test -n "$ac_ct_OBJDUMP"; then
5140 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5141else
5142as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5143for as_dir in $PATH
5144do
5145 IFS=$as_save_IFS
5146 test -z "$as_dir" && as_dir=.
5147 for ac_exec_ext in '' $ac_executable_extensions; do
5148 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5149 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5150 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5151 break 2
5152 fi
5153done
5154done
5155IFS=$as_save_IFS
5156
5157fi
5158fi
5159ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5160if test -n "$ac_ct_OBJDUMP"; then
5161 { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
5162$as_echo "$ac_ct_OBJDUMP" >&6; }
5163else
5164 { $as_echo "$as_me:$LINENO: result: no" >&5
5165$as_echo "no" >&6; }
5166fi
5167
5168 if test "x$ac_ct_OBJDUMP" = x; then
5169 OBJDUMP="false"
5170 else
5171 case $cross_compiling:$ac_tool_warned in
5172yes:)
5173{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5174$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5175ac_tool_warned=yes ;;
5176esac
5177 OBJDUMP=$ac_ct_OBJDUMP
5178 fi
5179else
5180 OBJDUMP="$ac_cv_prog_OBJDUMP"
5181fi
5182
5183test -z "$OBJDUMP" && OBJDUMP=objdump
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
5194$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5195if test "${lt_cv_deplibs_check_method+set}" = set; then
5196 $as_echo_n "(cached) " >&6
5197else
5198 lt_cv_file_magic_cmd='$MAGIC_CMD'
5199lt_cv_file_magic_test_file=
5200lt_cv_deplibs_check_method='unknown'
5201# Need to set the preceding variable on all platforms that support
5202# interlibrary dependencies.
5203# 'none' -- dependencies not supported.
5204# `unknown' -- same as none, but documents that we really don't know.
5205# 'pass_all' -- all dependencies passed with no checks.
5206# 'test_compile' -- check by making test program.
5207# 'file_magic [[regex]]' -- check by looking for files in library path
5208# which responds to the $file_magic_cmd with a given extended regex.
5209# If you have `file' or equivalent on your system and you're not sure
5210# whether `pass_all' will *always* work, you probably want this one.
5211
5212case $host_os in
5213aix[4-9]*)
5214 lt_cv_deplibs_check_method=pass_all
5215 ;;
5216
5217beos*)
5218 lt_cv_deplibs_check_method=pass_all
5219 ;;
5220
5221bsdi[45]*)
5222 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5223 lt_cv_file_magic_cmd='/usr/bin/file -L'
5224 lt_cv_file_magic_test_file=/shlib/libc.so
5225 ;;
5226
5227cygwin*)
5228 # func_win32_libid is a shell function defined in ltmain.sh
5229 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5230 lt_cv_file_magic_cmd='func_win32_libid'
5231 ;;
5232
5233mingw* | pw32*)
5234 # Base MSYS/MinGW do not provide the 'file' command needed by
5235 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5236 # unless we find 'file', for example because we are cross-compiling.
5237 if ( file / ) >/dev/null 2>&1; then
5238 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5239 lt_cv_file_magic_cmd='func_win32_libid'
5240 else
5241 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5242 lt_cv_file_magic_cmd='$OBJDUMP -f'
5243 fi
5244 ;;
5245
5246cegcc)
5247 # use the weaker test based on 'objdump'. See mingw*.
5248 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5249 lt_cv_file_magic_cmd='$OBJDUMP -f'
5250 ;;
5251
5252darwin* | rhapsody*)
5253 lt_cv_deplibs_check_method=pass_all
5254 ;;
5255
5256freebsd* | dragonfly*)
5257 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5258 case $host_cpu in
5259 i*86 )
5260 # Not sure whether the presence of OpenBSD here was a mistake.
5261 # Let's accept both of them until this is cleared up.
5262 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5263 lt_cv_file_magic_cmd=/usr/bin/file
5264 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5265 ;;
5266 esac
5267 else
5268 lt_cv_deplibs_check_method=pass_all
5269 fi
5270 ;;
5271
5272gnu*)
5273 lt_cv_deplibs_check_method=pass_all
5274 ;;
5275
5276hpux10.20* | hpux11*)
5277 lt_cv_file_magic_cmd=/usr/bin/file
5278 case $host_cpu in
5279 ia64*)
5280 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5281 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5282 ;;
5283 hppa*64*)
5284 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]'
5285 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5286 ;;
5287 *)
5288 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5289 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5290 ;;
5291 esac
5292 ;;
5293
5294interix[3-9]*)
5295 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5296 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5297 ;;
5298
5299irix5* | irix6* | nonstopux*)
5300 case $LD in
5301 *-32|*"-32 ") libmagic=32-bit;;
5302 *-n32|*"-n32 ") libmagic=N32;;
5303 *-64|*"-64 ") libmagic=64-bit;;
5304 *) libmagic=never-match;;
5305 esac
5306 lt_cv_deplibs_check_method=pass_all
5307 ;;
5308
5309# This must be Linux ELF.
5310linux* | k*bsd*-gnu)
5311 lt_cv_deplibs_check_method=pass_all
5312 ;;
5313
5314netbsd*)
5315 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5316 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5317 else
5318 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5319 fi
5320 ;;
5321
5322newos6*)
5323 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5324 lt_cv_file_magic_cmd=/usr/bin/file
5325 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5326 ;;
5327
5328*nto* | *qnx*)
5329 lt_cv_deplibs_check_method=pass_all
5330 ;;
5331
5332openbsd*)
5333 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5334 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5335 else
5336 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5337 fi
5338 ;;
5339
5340osf3* | osf4* | osf5*)
5341 lt_cv_deplibs_check_method=pass_all
5342 ;;
5343
5344rdos*)
5345 lt_cv_deplibs_check_method=pass_all
5346 ;;
5347
5348solaris*)
5349 lt_cv_deplibs_check_method=pass_all
5350 ;;
5351
5352sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5353 lt_cv_deplibs_check_method=pass_all
5354 ;;
5355
5356sysv4 | sysv4.3*)
5357 case $host_vendor in
5358 motorola)
5359 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]'
5360 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5361 ;;
5362 ncr)
5363 lt_cv_deplibs_check_method=pass_all
5364 ;;
5365 sequent)
5366 lt_cv_file_magic_cmd='/bin/file'
5367 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5368 ;;
5369 sni)
5370 lt_cv_file_magic_cmd='/bin/file'
5371 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5372 lt_cv_file_magic_test_file=/lib/libc.so
5373 ;;
5374 siemens)
5375 lt_cv_deplibs_check_method=pass_all
5376 ;;
5377 pc)
5378 lt_cv_deplibs_check_method=pass_all
5379 ;;
5380 esac
5381 ;;
5382
5383tpf*)
5384 lt_cv_deplibs_check_method=pass_all
5385 ;;
5386esac
5387
5388fi
5389{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
5390$as_echo "$lt_cv_deplibs_check_method" >&6; }
5391file_magic_cmd=$lt_cv_file_magic_cmd
5392deplibs_check_method=$lt_cv_deplibs_check_method
5393test -z "$deplibs_check_method" && deplibs_check_method=unknown
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406if test -n "$ac_tool_prefix"; then
5407 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5408set dummy ${ac_tool_prefix}ar; ac_word=$2
5409{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5410$as_echo_n "checking for $ac_word... " >&6; }
5411if test "${ac_cv_prog_AR+set}" = set; then
5412 $as_echo_n "(cached) " >&6
5413else
5414 if test -n "$AR"; then
5415 ac_cv_prog_AR="$AR" # Let the user override the test.
5416else
5417as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5418for as_dir in $PATH
5419do
5420 IFS=$as_save_IFS
5421 test -z "$as_dir" && as_dir=.
5422 for ac_exec_ext in '' $ac_executable_extensions; do
5423 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5424 ac_cv_prog_AR="${ac_tool_prefix}ar"
5425 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5426 break 2
5427 fi
5428done
5429done
5430IFS=$as_save_IFS
5431
5432fi
5433fi
5434AR=$ac_cv_prog_AR
5435if test -n "$AR"; then
5436 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5437$as_echo "$AR" >&6; }
5438else
5439 { $as_echo "$as_me:$LINENO: result: no" >&5
5440$as_echo "no" >&6; }
5441fi
5442
5443
5444fi
5445if test -z "$ac_cv_prog_AR"; then
5446 ac_ct_AR=$AR
5447 # Extract the first word of "ar", so it can be a program name with args.
5448set dummy ar; ac_word=$2
5449{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5450$as_echo_n "checking for $ac_word... " >&6; }
5451if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5452 $as_echo_n "(cached) " >&6
5453else
5454 if test -n "$ac_ct_AR"; then
5455 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5456else
5457as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5458for as_dir in $PATH
5459do
5460 IFS=$as_save_IFS
5461 test -z "$as_dir" && as_dir=.
5462 for ac_exec_ext in '' $ac_executable_extensions; do
5463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464 ac_cv_prog_ac_ct_AR="ar"
5465 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5466 break 2
5467 fi
5468done
5469done
5470IFS=$as_save_IFS
5471
5472fi
5473fi
5474ac_ct_AR=$ac_cv_prog_ac_ct_AR
5475if test -n "$ac_ct_AR"; then
5476 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5477$as_echo "$ac_ct_AR" >&6; }
5478else
5479 { $as_echo "$as_me:$LINENO: result: no" >&5
5480$as_echo "no" >&6; }
5481fi
5482
5483 if test "x$ac_ct_AR" = x; then
5484 AR="false"
5485 else
5486 case $cross_compiling:$ac_tool_warned in
5487yes:)
5488{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5489$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5490ac_tool_warned=yes ;;
5491esac
5492 AR=$ac_ct_AR
5493 fi
5494else
5495 AR="$ac_cv_prog_AR"
5496fi
5497
5498test -z "$AR" && AR=ar
5499test -z "$AR_FLAGS" && AR_FLAGS=cru
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511if test -n "$ac_tool_prefix"; then
5512 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5513set dummy ${ac_tool_prefix}strip; ac_word=$2
5514{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5515$as_echo_n "checking for $ac_word... " >&6; }
5516if test "${ac_cv_prog_STRIP+set}" = set; then
5517 $as_echo_n "(cached) " >&6
5518else
5519 if test -n "$STRIP"; then
5520 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5521else
5522as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5523for as_dir in $PATH
5524do
5525 IFS=$as_save_IFS
5526 test -z "$as_dir" && as_dir=.
5527 for ac_exec_ext in '' $ac_executable_extensions; do
5528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5529 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5530 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5531 break 2
5532 fi
5533done
5534done
5535IFS=$as_save_IFS
5536
5537fi
5538fi
5539STRIP=$ac_cv_prog_STRIP
5540if test -n "$STRIP"; then
5541 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
5542$as_echo "$STRIP" >&6; }
5543else
5544 { $as_echo "$as_me:$LINENO: result: no" >&5
5545$as_echo "no" >&6; }
5546fi
5547
5548
5549fi
5550if test -z "$ac_cv_prog_STRIP"; then
5551 ac_ct_STRIP=$STRIP
5552 # Extract the first word of "strip", so it can be a program name with args.
5553set dummy strip; ac_word=$2
5554{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5555$as_echo_n "checking for $ac_word... " >&6; }
5556if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5557 $as_echo_n "(cached) " >&6
5558else
5559 if test -n "$ac_ct_STRIP"; then
5560 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5561else
5562as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5563for as_dir in $PATH
5564do
5565 IFS=$as_save_IFS
5566 test -z "$as_dir" && as_dir=.
5567 for ac_exec_ext in '' $ac_executable_extensions; do
5568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5569 ac_cv_prog_ac_ct_STRIP="strip"
5570 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5571 break 2
5572 fi
5573done
5574done
5575IFS=$as_save_IFS
5576
5577fi
5578fi
5579ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5580if test -n "$ac_ct_STRIP"; then
5581 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5582$as_echo "$ac_ct_STRIP" >&6; }
5583else
5584 { $as_echo "$as_me:$LINENO: result: no" >&5
5585$as_echo "no" >&6; }
5586fi
5587
5588 if test "x$ac_ct_STRIP" = x; then
5589 STRIP=":"
5590 else
5591 case $cross_compiling:$ac_tool_warned in
5592yes:)
5593{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5594$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5595ac_tool_warned=yes ;;
5596esac
5597 STRIP=$ac_ct_STRIP
5598 fi
5599else
5600 STRIP="$ac_cv_prog_STRIP"
5601fi
5602
5603test -z "$STRIP" && STRIP=:
5604
5605
5606
5607
5608
5609
5610if test -n "$ac_tool_prefix"; then
5611 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5612set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5613{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5614$as_echo_n "checking for $ac_word... " >&6; }
5615if test "${ac_cv_prog_RANLIB+set}" = set; then
5616 $as_echo_n "(cached) " >&6
5617else
5618 if test -n "$RANLIB"; then
5619 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5620else
5621as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5622for as_dir in $PATH
5623do
5624 IFS=$as_save_IFS
5625 test -z "$as_dir" && as_dir=.
5626 for ac_exec_ext in '' $ac_executable_extensions; do
5627 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5628 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5629 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5630 break 2
5631 fi
5632done
5633done
5634IFS=$as_save_IFS
5635
5636fi
5637fi
5638RANLIB=$ac_cv_prog_RANLIB
5639if test -n "$RANLIB"; then
5640 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
5641$as_echo "$RANLIB" >&6; }
5642else
5643 { $as_echo "$as_me:$LINENO: result: no" >&5
5644$as_echo "no" >&6; }
5645fi
5646
5647
5648fi
5649if test -z "$ac_cv_prog_RANLIB"; then
5650 ac_ct_RANLIB=$RANLIB
5651 # Extract the first word of "ranlib", so it can be a program name with args.
5652set dummy ranlib; ac_word=$2
5653{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5654$as_echo_n "checking for $ac_word... " >&6; }
5655if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5656 $as_echo_n "(cached) " >&6
5657else
5658 if test -n "$ac_ct_RANLIB"; then
5659 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5660else
5661as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5662for as_dir in $PATH
5663do
5664 IFS=$as_save_IFS
5665 test -z "$as_dir" && as_dir=.
5666 for ac_exec_ext in '' $ac_executable_extensions; do
5667 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5668 ac_cv_prog_ac_ct_RANLIB="ranlib"
5669 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5670 break 2
5671 fi
5672done
5673done
5674IFS=$as_save_IFS
5675
5676fi
5677fi
5678ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5679if test -n "$ac_ct_RANLIB"; then
5680 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5681$as_echo "$ac_ct_RANLIB" >&6; }
5682else
5683 { $as_echo "$as_me:$LINENO: result: no" >&5
5684$as_echo "no" >&6; }
5685fi
5686
5687 if test "x$ac_ct_RANLIB" = x; then
5688 RANLIB=":"
5689 else
5690 case $cross_compiling:$ac_tool_warned in
5691yes:)
5692{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5693$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5694ac_tool_warned=yes ;;
5695esac
5696 RANLIB=$ac_ct_RANLIB
5697 fi
5698else
5699 RANLIB="$ac_cv_prog_RANLIB"
5700fi
5701
5702test -z "$RANLIB" && RANLIB=:
5703
5704
5705
5706
5707
5708
5709# Determine commands to create old-style static archives.
5710old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5711old_postinstall_cmds='chmod 644 $oldlib'
5712old_postuninstall_cmds=
5713
5714if test -n "$RANLIB"; then
5715 case $host_os in
5716 openbsd*)
5717 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5718 ;;
5719 *)
5720 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5721 ;;
5722 esac
5723 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5724fi
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759# If no C compiler was specified, use CC.
5760LTCC=${LTCC-"$CC"}
5761
5762# If no C compiler flags were specified, use CFLAGS.
5763LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5764
5765# Allow CC to be a program name with arguments.
5766compiler=$CC
5767
5768
5769# Check for command to grab the raw symbol name followed by C symbol from nm.
5770{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
5771$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5772if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5773 $as_echo_n "(cached) " >&6
5774else
5775
5776# These are sane defaults that work on at least a few old systems.
5777# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5778
5779# Character class describing NM global symbol codes.
5780symcode='[BCDEGRST]'
5781
5782# Regexp to match symbols that can be accessed directly from C.
5783sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5784
5785# Define system-specific variables.
5786case $host_os in
5787aix*)
5788 symcode='[BCDT]'
5789 ;;
5790cygwin* | mingw* | pw32* | cegcc*)
5791 symcode='[ABCDGISTW]'
5792 ;;
5793hpux*)
5794 if test "$host_cpu" = ia64; then
5795 symcode='[ABCDEGRST]'
5796 fi
5797 ;;
5798irix* | nonstopux*)
5799 symcode='[BCDEGRST]'
5800 ;;
5801osf*)
5802 symcode='[BCDEGQRST]'
5803 ;;
5804solaris*)
5805 symcode='[BDRT]'
5806 ;;
5807sco3.2v5*)
5808 symcode='[DT]'
5809 ;;
5810sysv4.2uw2*)
5811 symcode='[DT]'
5812 ;;
5813sysv5* | sco5v6* | unixware* | OpenUNIX*)
5814 symcode='[ABDT]'
5815 ;;
5816sysv4)
5817 symcode='[DFNSTU]'
5818 ;;
5819esac
5820
5821# If we're using GNU nm, then use its standard symbol codes.
5822case `$NM -V 2>&1` in
5823*GNU* | *'with BFD'*)
5824 symcode='[ABCDGIRSTW]' ;;
5825esac
5826
5827# Transform an extracted symbol line into a proper C declaration.
5828# Some systems (esp. on ia64) link data and code symbols differently,
5829# so use this general approach.
5830lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5831
5832# Transform an extracted symbol line into symbol name and symbol address
5833lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5834lt_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'"
5835
5836# Handle CRLF in mingw tool chain
5837opt_cr=
5838case $build_os in
5839mingw*)
5840 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5841 ;;
5842esac
5843
5844# Try without a prefix underscore, then with it.
5845for ac_symprfx in "" "_"; do
5846
5847 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5848 symxfrm="\\1 $ac_symprfx\\2 \\2"
5849
5850 # Write the raw and C identifiers.
5851 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5852 # Fake it for dumpbin and say T for any non-static function
5853 # and D for any global variable.
5854 # Also find C++ and __fastcall symbols from MSVC++,
5855 # which start with @ or ?.
5856 lt_cv_sys_global_symbol_pipe="$AWK '"\
5857" {last_section=section; section=\$ 3};"\
5858" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5859" \$ 0!~/External *\|/{next};"\
5860" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5861" {if(hide[section]) next};"\
5862" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5863" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5864" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5865" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5866" ' prfx=^$ac_symprfx"
5867 else
5868 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5869 fi
5870
5871 # Check to see that the pipe works correctly.
5872 pipe_works=no
5873
5874 rm -f conftest*
5875 cat > conftest.$ac_ext <<_LT_EOF
5876#ifdef __cplusplus
5877extern "C" {
5878#endif
5879char nm_test_var;
5880void nm_test_func(void);
5881void nm_test_func(void){}
5882#ifdef __cplusplus
5883}
5884#endif
5885int main(){nm_test_var='a';nm_test_func();return(0);}
5886_LT_EOF
5887
5888 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5889 (eval $ac_compile) 2>&5
5890 ac_status=$?
5891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5892 (exit $ac_status); }; then
5893 # Now try to grab the symbols.
5894 nlist=conftest.nm
5895 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
5896 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5897 ac_status=$?
5898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5899 (exit $ac_status); } && test -s "$nlist"; then
5900 # Try sorting and uniquifying the output.
5901 if sort "$nlist" | uniq > "$nlist"T; then
5902 mv -f "$nlist"T "$nlist"
5903 else
5904 rm -f "$nlist"T
5905 fi
5906
5907 # Make sure that we snagged all the symbols we need.
5908 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5909 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5910 cat <<_LT_EOF > conftest.$ac_ext
5911#ifdef __cplusplus
5912extern "C" {
5913#endif
5914
5915_LT_EOF
5916 # Now generate the symbol file.
5917 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5918
5919 cat <<_LT_EOF >> conftest.$ac_ext
5920
5921/* The mapping between symbol names and symbols. */
5922const struct {
5923 const char *name;
5924 void *address;
5925}
5926lt__PROGRAM__LTX_preloaded_symbols[] =
5927{
5928 { "@PROGRAM@", (void *) 0 },
5929_LT_EOF
5930 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5931 cat <<\_LT_EOF >> conftest.$ac_ext
5932 {0, (void *) 0}
5933};
5934
5935/* This works around a problem in FreeBSD linker */
5936#ifdef FREEBSD_WORKAROUND
5937static const void *lt_preloaded_setup() {
5938 return lt__PROGRAM__LTX_preloaded_symbols;
5939}
5940#endif
5941
5942#ifdef __cplusplus
5943}
5944#endif
5945_LT_EOF
5946 # Now try linking the two files.
5947 mv conftest.$ac_objext conftstm.$ac_objext
5948 lt_save_LIBS="$LIBS"
5949 lt_save_CFLAGS="$CFLAGS"
5950 LIBS="conftstm.$ac_objext"
5951 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5952 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5953 (eval $ac_link) 2>&5
5954 ac_status=$?
5955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5956 (exit $ac_status); } && test -s conftest${ac_exeext}; then
5957 pipe_works=yes
5958 fi
5959 LIBS="$lt_save_LIBS"
5960 CFLAGS="$lt_save_CFLAGS"
5961 else
5962 echo "cannot find nm_test_func in $nlist" >&5
5963 fi
5964 else
5965 echo "cannot find nm_test_var in $nlist" >&5
5966 fi
5967 else
5968 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5969 fi
5970 else
5971 echo "$progname: failed program was:" >&5
5972 cat conftest.$ac_ext >&5
5973 fi
5974 rm -rf conftest* conftst*
5975
5976 # Do not use the global_symbol_pipe unless it works.
5977 if test "$pipe_works" = yes; then
5978 break
5979 else
5980 lt_cv_sys_global_symbol_pipe=
5981 fi
5982done
5983
5984fi
5985
5986if test -z "$lt_cv_sys_global_symbol_pipe"; then
5987 lt_cv_sys_global_symbol_to_cdecl=
5988fi
5989if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5990 { $as_echo "$as_me:$LINENO: result: failed" >&5
5991$as_echo "failed" >&6; }
5992else
5993 { $as_echo "$as_me:$LINENO: result: ok" >&5
5994$as_echo "ok" >&6; }
5995fi
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019# Check whether --enable-libtool-lock was given.
6020if test "${enable_libtool_lock+set}" = set; then
6021 enableval=$enable_libtool_lock;
6022fi
6023
6024test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6025
6026# Some flags need to be propagated to the compiler or linker for good
6027# libtool support.
6028case $host in
6029ia64-*-hpux*)
6030 # Find out which ABI we are using.
6031 echo 'int i;' > conftest.$ac_ext
6032 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6033 (eval $ac_compile) 2>&5
6034 ac_status=$?
6035 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6036 (exit $ac_status); }; then
6037 case `/usr/bin/file conftest.$ac_objext` in
6038 *ELF-32*)
6039 HPUX_IA64_MODE="32"
6040 ;;
6041 *ELF-64*)
6042 HPUX_IA64_MODE="64"
6043 ;;
6044 esac
6045 fi
6046 rm -rf conftest*
6047 ;;
6048*-*-irix6*)
6049 # Find out which ABI we are using.
6ba3b446 6050 echo '#line 6050 "configure"' > conftest.$ac_ext
e70e591c
BB
6051 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6052 (eval $ac_compile) 2>&5
6053 ac_status=$?
6054 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6055 (exit $ac_status); }; then
6056 if test "$lt_cv_prog_gnu_ld" = yes; then
6057 case `/usr/bin/file conftest.$ac_objext` in
6058 *32-bit*)
6059 LD="${LD-ld} -melf32bsmip"
6060 ;;
6061 *N32*)
6062 LD="${LD-ld} -melf32bmipn32"
6063 ;;
6064 *64-bit*)
6065 LD="${LD-ld} -melf64bmip"
6066 ;;
6067 esac
6068 else
6069 case `/usr/bin/file conftest.$ac_objext` in
6070 *32-bit*)
6071 LD="${LD-ld} -32"
6072 ;;
6073 *N32*)
6074 LD="${LD-ld} -n32"
6075 ;;
6076 *64-bit*)
6077 LD="${LD-ld} -64"
6078 ;;
6079 esac
6080 fi
6081 fi
6082 rm -rf conftest*
6083 ;;
6084
6085x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6086s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6087 # Find out which ABI we are using.
6088 echo 'int i;' > conftest.$ac_ext
6089 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6090 (eval $ac_compile) 2>&5
6091 ac_status=$?
6092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6093 (exit $ac_status); }; then
6094 case `/usr/bin/file conftest.o` in
6095 *32-bit*)
6096 case $host in
6097 x86_64-*kfreebsd*-gnu)
6098 LD="${LD-ld} -m elf_i386_fbsd"
6099 ;;
6100 x86_64-*linux*)
6101 LD="${LD-ld} -m elf_i386"
6102 ;;
6103 ppc64-*linux*|powerpc64-*linux*)
6104 LD="${LD-ld} -m elf32ppclinux"
6105 ;;
6106 s390x-*linux*)
6107 LD="${LD-ld} -m elf_s390"
6108 ;;
6109 sparc64-*linux*)
6110 LD="${LD-ld} -m elf32_sparc"
6111 ;;
6112 esac
6113 ;;
6114 *64-bit*)
6115 case $host in
6116 x86_64-*kfreebsd*-gnu)
6117 LD="${LD-ld} -m elf_x86_64_fbsd"
6118 ;;
6119 x86_64-*linux*)
6120 LD="${LD-ld} -m elf_x86_64"
6121 ;;
6122 ppc*-*linux*|powerpc*-*linux*)
6123 LD="${LD-ld} -m elf64ppc"
6124 ;;
6125 s390*-*linux*|s390*-*tpf*)
6126 LD="${LD-ld} -m elf64_s390"
6127 ;;
6128 sparc*-*linux*)
6129 LD="${LD-ld} -m elf64_sparc"
6130 ;;
6131 esac
6132 ;;
6133 esac
6134 fi
6135 rm -rf conftest*
6136 ;;
6137
6138*-*-sco3.2v5*)
6139 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6140 SAVE_CFLAGS="$CFLAGS"
6141 CFLAGS="$CFLAGS -belf"
6142 { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
6143$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6144if test "${lt_cv_cc_needs_belf+set}" = set; then
6145 $as_echo_n "(cached) " >&6
6146else
6147 ac_ext=c
6148ac_cpp='$CPP $CPPFLAGS'
6149ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6150ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6151ac_compiler_gnu=$ac_cv_c_compiler_gnu
6152
6153 cat >conftest.$ac_ext <<_ACEOF
6154/* confdefs.h. */
6155_ACEOF
6156cat confdefs.h >>conftest.$ac_ext
6157cat >>conftest.$ac_ext <<_ACEOF
6158/* end confdefs.h. */
6159
6160int
6161main ()
6162{
6163
6164 ;
6165 return 0;
6166}
6167_ACEOF
6168rm -f conftest.$ac_objext conftest$ac_exeext
6169if { (ac_try="$ac_link"
6170case "(($ac_try" in
6171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6172 *) ac_try_echo=$ac_try;;
6173esac
6174eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6175$as_echo "$ac_try_echo") >&5
6176 (eval "$ac_link") 2>conftest.er1
6177 ac_status=$?
6178 grep -v '^ *+' conftest.er1 >conftest.err
6179 rm -f conftest.er1
6180 cat conftest.err >&5
6181 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6182 (exit $ac_status); } && {
6183 test -z "$ac_c_werror_flag" ||
6184 test ! -s conftest.err
6185 } && test -s conftest$ac_exeext && {
6186 test "$cross_compiling" = yes ||
6187 $as_test_x conftest$ac_exeext
6188 }; then
6189 lt_cv_cc_needs_belf=yes
6190else
6191 $as_echo "$as_me: failed program was:" >&5
6192sed 's/^/| /' conftest.$ac_ext >&5
6193
6194 lt_cv_cc_needs_belf=no
6195fi
6196
6197rm -rf conftest.dSYM
6198rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6199 conftest$ac_exeext conftest.$ac_ext
6200 ac_ext=c
6201ac_cpp='$CPP $CPPFLAGS'
6202ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6203ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6204ac_compiler_gnu=$ac_cv_c_compiler_gnu
6205
6206fi
6207{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
6208$as_echo "$lt_cv_cc_needs_belf" >&6; }
6209 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6210 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6211 CFLAGS="$SAVE_CFLAGS"
6212 fi
6213 ;;
6214sparc*-*solaris*)
6215 # Find out which ABI we are using.
6216 echo 'int i;' > conftest.$ac_ext
6217 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6218 (eval $ac_compile) 2>&5
6219 ac_status=$?
6220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6221 (exit $ac_status); }; then
6222 case `/usr/bin/file conftest.o` in
6223 *64-bit*)
6224 case $lt_cv_prog_gnu_ld in
6225 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6226 *)
6227 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6228 LD="${LD-ld} -64"
6229 fi
6230 ;;
6231 esac
6232 ;;
6233 esac
6234 fi
6235 rm -rf conftest*
6236 ;;
6237esac
6238
6239need_locks="$enable_libtool_lock"
6240
6241
6242 case $host_os in
6243 rhapsody* | darwin*)
6244 if test -n "$ac_tool_prefix"; then
6245 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6246set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6247{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6248$as_echo_n "checking for $ac_word... " >&6; }
6249if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
6250 $as_echo_n "(cached) " >&6
6251else
6252 if test -n "$DSYMUTIL"; then
6253 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6254else
6255as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6256for as_dir in $PATH
6257do
6258 IFS=$as_save_IFS
6259 test -z "$as_dir" && as_dir=.
6260 for ac_exec_ext in '' $ac_executable_extensions; do
6261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6262 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6263 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6264 break 2
6265 fi
6266done
6267done
6268IFS=$as_save_IFS
6269
6270fi
6271fi
6272DSYMUTIL=$ac_cv_prog_DSYMUTIL
6273if test -n "$DSYMUTIL"; then
6274 { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
6275$as_echo "$DSYMUTIL" >&6; }
6276else
6277 { $as_echo "$as_me:$LINENO: result: no" >&5
6278$as_echo "no" >&6; }
6279fi
6280
6281
6282fi
6283if test -z "$ac_cv_prog_DSYMUTIL"; then
6284 ac_ct_DSYMUTIL=$DSYMUTIL
6285 # Extract the first word of "dsymutil", so it can be a program name with args.
6286set dummy dsymutil; ac_word=$2
6287{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6288$as_echo_n "checking for $ac_word... " >&6; }
6289if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
6290 $as_echo_n "(cached) " >&6
6291else
6292 if test -n "$ac_ct_DSYMUTIL"; then
6293 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6294else
6295as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6296for as_dir in $PATH
6297do
6298 IFS=$as_save_IFS
6299 test -z "$as_dir" && as_dir=.
6300 for ac_exec_ext in '' $ac_executable_extensions; do
6301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6302 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6303 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6304 break 2
6305 fi
6306done
6307done
6308IFS=$as_save_IFS
6309
6310fi
6311fi
6312ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6313if test -n "$ac_ct_DSYMUTIL"; then
6314 { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
6315$as_echo "$ac_ct_DSYMUTIL" >&6; }
6316else
6317 { $as_echo "$as_me:$LINENO: result: no" >&5
6318$as_echo "no" >&6; }
6319fi
6320
6321 if test "x$ac_ct_DSYMUTIL" = x; then
6322 DSYMUTIL=":"
6323 else
6324 case $cross_compiling:$ac_tool_warned in
6325yes:)
6326{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6327$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6328ac_tool_warned=yes ;;
6329esac
6330 DSYMUTIL=$ac_ct_DSYMUTIL
6331 fi
6332else
6333 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6334fi
6335
6336 if test -n "$ac_tool_prefix"; then
6337 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6338set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6339{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6340$as_echo_n "checking for $ac_word... " >&6; }
6341if test "${ac_cv_prog_NMEDIT+set}" = set; then
6342 $as_echo_n "(cached) " >&6
6343else
6344 if test -n "$NMEDIT"; then
6345 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6346else
6347as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6348for as_dir in $PATH
6349do
6350 IFS=$as_save_IFS
6351 test -z "$as_dir" && as_dir=.
6352 for ac_exec_ext in '' $ac_executable_extensions; do
6353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6354 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6355 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6356 break 2
6357 fi
6358done
6359done
6360IFS=$as_save_IFS
6361
6362fi
6363fi
6364NMEDIT=$ac_cv_prog_NMEDIT
6365if test -n "$NMEDIT"; then
6366 { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
6367$as_echo "$NMEDIT" >&6; }
6368else
6369 { $as_echo "$as_me:$LINENO: result: no" >&5
6370$as_echo "no" >&6; }
6371fi
6372
6373
6374fi
6375if test -z "$ac_cv_prog_NMEDIT"; then
6376 ac_ct_NMEDIT=$NMEDIT
6377 # Extract the first word of "nmedit", so it can be a program name with args.
6378set dummy nmedit; ac_word=$2
6379{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6380$as_echo_n "checking for $ac_word... " >&6; }
6381if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
6382 $as_echo_n "(cached) " >&6
6383else
6384 if test -n "$ac_ct_NMEDIT"; then
6385 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6386else
6387as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6388for as_dir in $PATH
6389do
6390 IFS=$as_save_IFS
6391 test -z "$as_dir" && as_dir=.
6392 for ac_exec_ext in '' $ac_executable_extensions; do
6393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6394 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6395 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6396 break 2
6397 fi
6398done
6399done
6400IFS=$as_save_IFS
6401
6402fi
6403fi
6404ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6405if test -n "$ac_ct_NMEDIT"; then
6406 { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
6407$as_echo "$ac_ct_NMEDIT" >&6; }
6408else
6409 { $as_echo "$as_me:$LINENO: result: no" >&5
6410$as_echo "no" >&6; }
6411fi
6412
6413 if test "x$ac_ct_NMEDIT" = x; then
6414 NMEDIT=":"
6415 else
6416 case $cross_compiling:$ac_tool_warned in
6417yes:)
6418{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6419$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6420ac_tool_warned=yes ;;
6421esac
6422 NMEDIT=$ac_ct_NMEDIT
6423 fi
6424else
6425 NMEDIT="$ac_cv_prog_NMEDIT"
6426fi
6427
6428 if test -n "$ac_tool_prefix"; then
6429 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6430set dummy ${ac_tool_prefix}lipo; ac_word=$2
6431{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6432$as_echo_n "checking for $ac_word... " >&6; }
6433if test "${ac_cv_prog_LIPO+set}" = set; then
6434 $as_echo_n "(cached) " >&6
6435else
6436 if test -n "$LIPO"; then
6437 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6438else
6439as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6440for as_dir in $PATH
6441do
6442 IFS=$as_save_IFS
6443 test -z "$as_dir" && as_dir=.
6444 for ac_exec_ext in '' $ac_executable_extensions; do
6445 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6446 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6447 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6448 break 2
6449 fi
6450done
6451done
6452IFS=$as_save_IFS
6453
6454fi
6455fi
6456LIPO=$ac_cv_prog_LIPO
6457if test -n "$LIPO"; then
6458 { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
6459$as_echo "$LIPO" >&6; }
6460else
6461 { $as_echo "$as_me:$LINENO: result: no" >&5
6462$as_echo "no" >&6; }
6463fi
6464
6465
6466fi
6467if test -z "$ac_cv_prog_LIPO"; then
6468 ac_ct_LIPO=$LIPO
6469 # Extract the first word of "lipo", so it can be a program name with args.
6470set dummy lipo; ac_word=$2
6471{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6472$as_echo_n "checking for $ac_word... " >&6; }
6473if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
6474 $as_echo_n "(cached) " >&6
6475else
6476 if test -n "$ac_ct_LIPO"; then
6477 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6478else
6479as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6480for as_dir in $PATH
6481do
6482 IFS=$as_save_IFS
6483 test -z "$as_dir" && as_dir=.
6484 for ac_exec_ext in '' $ac_executable_extensions; do
6485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6486 ac_cv_prog_ac_ct_LIPO="lipo"
6487 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6488 break 2
6489 fi
6490done
6491done
6492IFS=$as_save_IFS
6493
6494fi
6495fi
6496ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6497if test -n "$ac_ct_LIPO"; then
6498 { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
6499$as_echo "$ac_ct_LIPO" >&6; }
6500else
6501 { $as_echo "$as_me:$LINENO: result: no" >&5
6502$as_echo "no" >&6; }
6503fi
6504
6505 if test "x$ac_ct_LIPO" = x; then
6506 LIPO=":"
6507 else
6508 case $cross_compiling:$ac_tool_warned in
6509yes:)
6510{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6511$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6512ac_tool_warned=yes ;;
6513esac
6514 LIPO=$ac_ct_LIPO
6515 fi
6516else
6517 LIPO="$ac_cv_prog_LIPO"
6518fi
6519
6520 if test -n "$ac_tool_prefix"; then
6521 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6522set dummy ${ac_tool_prefix}otool; ac_word=$2
6523{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6524$as_echo_n "checking for $ac_word... " >&6; }
6525if test "${ac_cv_prog_OTOOL+set}" = set; then
6526 $as_echo_n "(cached) " >&6
6527else
6528 if test -n "$OTOOL"; then
6529 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6530else
6531as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6532for as_dir in $PATH
6533do
6534 IFS=$as_save_IFS
6535 test -z "$as_dir" && as_dir=.
6536 for ac_exec_ext in '' $ac_executable_extensions; do
6537 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6538 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6539 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6540 break 2
6541 fi
6542done
6543done
6544IFS=$as_save_IFS
6545
6546fi
6547fi
6548OTOOL=$ac_cv_prog_OTOOL
6549if test -n "$OTOOL"; then
6550 { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
6551$as_echo "$OTOOL" >&6; }
6552else
6553 { $as_echo "$as_me:$LINENO: result: no" >&5
6554$as_echo "no" >&6; }
6555fi
6556
6557
6558fi
6559if test -z "$ac_cv_prog_OTOOL"; then
6560 ac_ct_OTOOL=$OTOOL
6561 # Extract the first word of "otool", so it can be a program name with args.
6562set dummy otool; ac_word=$2
6563{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6564$as_echo_n "checking for $ac_word... " >&6; }
6565if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
6566 $as_echo_n "(cached) " >&6
6567else
6568 if test -n "$ac_ct_OTOOL"; then
6569 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6570else
6571as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6572for as_dir in $PATH
6573do
6574 IFS=$as_save_IFS
6575 test -z "$as_dir" && as_dir=.
6576 for ac_exec_ext in '' $ac_executable_extensions; do
6577 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6578 ac_cv_prog_ac_ct_OTOOL="otool"
6579 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6580 break 2
6581 fi
6582done
6583done
6584IFS=$as_save_IFS
6585
6586fi
6587fi
6588ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6589if test -n "$ac_ct_OTOOL"; then
6590 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
6591$as_echo "$ac_ct_OTOOL" >&6; }
6592else
6593 { $as_echo "$as_me:$LINENO: result: no" >&5
6594$as_echo "no" >&6; }
6595fi
6596
6597 if test "x$ac_ct_OTOOL" = x; then
6598 OTOOL=":"
6599 else
6600 case $cross_compiling:$ac_tool_warned in
6601yes:)
6602{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6603$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6604ac_tool_warned=yes ;;
6605esac
6606 OTOOL=$ac_ct_OTOOL
6607 fi
6608else
6609 OTOOL="$ac_cv_prog_OTOOL"
6610fi
6611
6612 if test -n "$ac_tool_prefix"; then
6613 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6614set dummy ${ac_tool_prefix}otool64; ac_word=$2
6615{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6616$as_echo_n "checking for $ac_word... " >&6; }
6617if test "${ac_cv_prog_OTOOL64+set}" = set; then
6618 $as_echo_n "(cached) " >&6
6619else
6620 if test -n "$OTOOL64"; then
6621 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6622else
6623as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6624for as_dir in $PATH
6625do
6626 IFS=$as_save_IFS
6627 test -z "$as_dir" && as_dir=.
6628 for ac_exec_ext in '' $ac_executable_extensions; do
6629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6630 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6632 break 2
6633 fi
6634done
6635done
6636IFS=$as_save_IFS
6637
6638fi
6639fi
6640OTOOL64=$ac_cv_prog_OTOOL64
6641if test -n "$OTOOL64"; then
6642 { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
6643$as_echo "$OTOOL64" >&6; }
6644else
6645 { $as_echo "$as_me:$LINENO: result: no" >&5
6646$as_echo "no" >&6; }
6647fi
6648
6649
6650fi
6651if test -z "$ac_cv_prog_OTOOL64"; then
6652 ac_ct_OTOOL64=$OTOOL64
6653 # Extract the first word of "otool64", so it can be a program name with args.
6654set dummy otool64; ac_word=$2
6655{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6656$as_echo_n "checking for $ac_word... " >&6; }
6657if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
6658 $as_echo_n "(cached) " >&6
6659else
6660 if test -n "$ac_ct_OTOOL64"; then
6661 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6662else
6663as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6664for as_dir in $PATH
6665do
6666 IFS=$as_save_IFS
6667 test -z "$as_dir" && as_dir=.
6668 for ac_exec_ext in '' $ac_executable_extensions; do
6669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6670 ac_cv_prog_ac_ct_OTOOL64="otool64"
6671 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6672 break 2
6673 fi
6674done
6675done
6676IFS=$as_save_IFS
6677
6678fi
6679fi
6680ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6681if test -n "$ac_ct_OTOOL64"; then
6682 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
6683$as_echo "$ac_ct_OTOOL64" >&6; }
6684else
6685 { $as_echo "$as_me:$LINENO: result: no" >&5
6686$as_echo "no" >&6; }
6687fi
6688
6689 if test "x$ac_ct_OTOOL64" = x; then
6690 OTOOL64=":"
6691 else
6692 case $cross_compiling:$ac_tool_warned in
6693yes:)
6694{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6695$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6696ac_tool_warned=yes ;;
6697esac
6698 OTOOL64=$ac_ct_OTOOL64
6699 fi
6700else
6701 OTOOL64="$ac_cv_prog_OTOOL64"
6702fi
6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730 { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
6731$as_echo_n "checking for -single_module linker flag... " >&6; }
6732if test "${lt_cv_apple_cc_single_mod+set}" = set; then
6733 $as_echo_n "(cached) " >&6
6734else
6735 lt_cv_apple_cc_single_mod=no
6736 if test -z "${LT_MULTI_MODULE}"; then
6737 # By default we will add the -single_module flag. You can override
6738 # by either setting the environment variable LT_MULTI_MODULE
6739 # non-empty at configure time, or by adding -multi_module to the
6740 # link flags.
6741 rm -rf libconftest.dylib*
6742 echo "int foo(void){return 1;}" > conftest.c
6743 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6744-dynamiclib -Wl,-single_module conftest.c" >&5
6745 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6746 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6747 _lt_result=$?
6748 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6749 lt_cv_apple_cc_single_mod=yes
6750 else
6751 cat conftest.err >&5
6752 fi
6753 rm -rf libconftest.dylib*
6754 rm -f conftest.*
6755 fi
6756fi
6757{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
6758$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6759 { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
6760$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6761if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
6762 $as_echo_n "(cached) " >&6
6763else
6764 lt_cv_ld_exported_symbols_list=no
6765 save_LDFLAGS=$LDFLAGS
6766 echo "_main" > conftest.sym
6767 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6768 cat >conftest.$ac_ext <<_ACEOF
6769/* confdefs.h. */
6770_ACEOF
6771cat confdefs.h >>conftest.$ac_ext
6772cat >>conftest.$ac_ext <<_ACEOF
6773/* end confdefs.h. */
6774
6775int
6776main ()
6777{
6778
6779 ;
6780 return 0;
6781}
6782_ACEOF
6783rm -f conftest.$ac_objext conftest$ac_exeext
6784if { (ac_try="$ac_link"
6785case "(($ac_try" in
6786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6787 *) ac_try_echo=$ac_try;;
6788esac
6789eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6790$as_echo "$ac_try_echo") >&5
6791 (eval "$ac_link") 2>conftest.er1
6792 ac_status=$?
6793 grep -v '^ *+' conftest.er1 >conftest.err
6794 rm -f conftest.er1
6795 cat conftest.err >&5
6796 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6797 (exit $ac_status); } && {
6798 test -z "$ac_c_werror_flag" ||
6799 test ! -s conftest.err
6800 } && test -s conftest$ac_exeext && {
6801 test "$cross_compiling" = yes ||
6802 $as_test_x conftest$ac_exeext
6803 }; then
6804 lt_cv_ld_exported_symbols_list=yes
6805else
6806 $as_echo "$as_me: failed program was:" >&5
6807sed 's/^/| /' conftest.$ac_ext >&5
6808
6809 lt_cv_ld_exported_symbols_list=no
6810fi
6811
6812rm -rf conftest.dSYM
6813rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6814 conftest$ac_exeext conftest.$ac_ext
6815 LDFLAGS="$save_LDFLAGS"
6816
6817fi
6818{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
6819$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6820 case $host_os in
6821 rhapsody* | darwin1.[012])
6822 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6823 darwin1.*)
6824 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6825 darwin*) # darwin 5.x on
6826 # if running on 10.5 or later, the deployment target defaults
6827 # to the OS version, if on x86, and 10.4, the deployment
6828 # target defaults to 10.4. Don't you love it?
6829 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6830 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6831 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6832 10.[012]*)
6833 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6834 10.*)
6835 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6836 esac
6837 ;;
6838 esac
6839 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6840 _lt_dar_single_mod='$single_module'
6841 fi
6842 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6843 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6844 else
6845 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6846 fi
6847 if test "$DSYMUTIL" != ":"; then
6848 _lt_dsymutil='~$DSYMUTIL $lib || :'
6849 else
6850 _lt_dsymutil=
6851 fi
6852 ;;
6853 esac
6854
6855ac_ext=c
6856ac_cpp='$CPP $CPPFLAGS'
6857ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6858ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6859ac_compiler_gnu=$ac_cv_c_compiler_gnu
6860{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6861$as_echo_n "checking how to run the C preprocessor... " >&6; }
6862# On Suns, sometimes $CPP names a directory.
6863if test -n "$CPP" && test -d "$CPP"; then
6864 CPP=
6865fi
6866if test -z "$CPP"; then
6867 if test "${ac_cv_prog_CPP+set}" = set; then
6868 $as_echo_n "(cached) " >&6
6869else
6870 # Double quotes because CPP needs to be expanded
6871 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6872 do
6873 ac_preproc_ok=false
6874for ac_c_preproc_warn_flag in '' yes
6875do
6876 # Use a header file that comes with gcc, so configuring glibc
6877 # with a fresh cross-compiler works.
6878 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6879 # <limits.h> exists even on freestanding compilers.
6880 # On the NeXT, cc -E runs the code through the compiler's parser,
6881 # not just through cpp. "Syntax error" is here to catch this case.
6882 cat >conftest.$ac_ext <<_ACEOF
6883/* confdefs.h. */
6884_ACEOF
6885cat confdefs.h >>conftest.$ac_ext
6886cat >>conftest.$ac_ext <<_ACEOF
6887/* end confdefs.h. */
6888#ifdef __STDC__
6889# include <limits.h>
6890#else
6891# include <assert.h>
6892#endif
6893 Syntax error
6894_ACEOF
6895if { (ac_try="$ac_cpp conftest.$ac_ext"
6896case "(($ac_try" in
6897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6898 *) ac_try_echo=$ac_try;;
6899esac
6900eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6901$as_echo "$ac_try_echo") >&5
6902 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6903 ac_status=$?
6904 grep -v '^ *+' conftest.er1 >conftest.err
6905 rm -f conftest.er1
6906 cat conftest.err >&5
6907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6908 (exit $ac_status); } >/dev/null && {
6909 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6910 test ! -s conftest.err
6911 }; then
6912 :
6913else
6914 $as_echo "$as_me: failed program was:" >&5
6915sed 's/^/| /' conftest.$ac_ext >&5
6916
6917 # Broken: fails on valid input.
6918continue
6919fi
6920
6921rm -f conftest.err conftest.$ac_ext
6922
6923 # OK, works on sane cases. Now check whether nonexistent headers
6924 # can be detected and how.
6925 cat >conftest.$ac_ext <<_ACEOF
6926/* confdefs.h. */
6927_ACEOF
6928cat confdefs.h >>conftest.$ac_ext
6929cat >>conftest.$ac_ext <<_ACEOF
6930/* end confdefs.h. */
6931#include <ac_nonexistent.h>
6932_ACEOF
6933if { (ac_try="$ac_cpp conftest.$ac_ext"
6934case "(($ac_try" in
6935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6936 *) ac_try_echo=$ac_try;;
6937esac
6938eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6939$as_echo "$ac_try_echo") >&5
6940 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6941 ac_status=$?
6942 grep -v '^ *+' conftest.er1 >conftest.err
6943 rm -f conftest.er1
6944 cat conftest.err >&5
6945 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6946 (exit $ac_status); } >/dev/null && {
6947 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6948 test ! -s conftest.err
6949 }; then
6950 # Broken: success on invalid input.
6951continue
6952else
6953 $as_echo "$as_me: failed program was:" >&5
6954sed 's/^/| /' conftest.$ac_ext >&5
6955
6956 # Passes both tests.
6957ac_preproc_ok=:
6958break
6959fi
6960
6961rm -f conftest.err conftest.$ac_ext
6962
6963done
6964# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6965rm -f conftest.err conftest.$ac_ext
6966if $ac_preproc_ok; then
6967 break
6968fi
6969
6970 done
6971 ac_cv_prog_CPP=$CPP
6972
6973fi
6974 CPP=$ac_cv_prog_CPP
6975else
6976 ac_cv_prog_CPP=$CPP
6977fi
6978{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
6979$as_echo "$CPP" >&6; }
6980ac_preproc_ok=false
6981for ac_c_preproc_warn_flag in '' yes
6982do
6983 # Use a header file that comes with gcc, so configuring glibc
6984 # with a fresh cross-compiler works.
6985 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6986 # <limits.h> exists even on freestanding compilers.
6987 # On the NeXT, cc -E runs the code through the compiler's parser,
6988 # not just through cpp. "Syntax error" is here to catch this case.
6989 cat >conftest.$ac_ext <<_ACEOF
6990/* confdefs.h. */
6991_ACEOF
6992cat confdefs.h >>conftest.$ac_ext
6993cat >>conftest.$ac_ext <<_ACEOF
6994/* end confdefs.h. */
6995#ifdef __STDC__
6996# include <limits.h>
6997#else
6998# include <assert.h>
6999#endif
7000 Syntax error
7001_ACEOF
7002if { (ac_try="$ac_cpp conftest.$ac_ext"
7003case "(($ac_try" in
7004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7005 *) ac_try_echo=$ac_try;;
7006esac
7007eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7008$as_echo "$ac_try_echo") >&5
7009 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7010 ac_status=$?
7011 grep -v '^ *+' conftest.er1 >conftest.err
7012 rm -f conftest.er1
7013 cat conftest.err >&5
7014 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7015 (exit $ac_status); } >/dev/null && {
7016 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7017 test ! -s conftest.err
7018 }; then
7019 :
7020else
7021 $as_echo "$as_me: failed program was:" >&5
7022sed 's/^/| /' conftest.$ac_ext >&5
7023
7024 # Broken: fails on valid input.
7025continue
7026fi
7027
7028rm -f conftest.err conftest.$ac_ext
7029
7030 # OK, works on sane cases. Now check whether nonexistent headers
7031 # can be detected and how.
7032 cat >conftest.$ac_ext <<_ACEOF
7033/* confdefs.h. */
7034_ACEOF
7035cat confdefs.h >>conftest.$ac_ext
7036cat >>conftest.$ac_ext <<_ACEOF
7037/* end confdefs.h. */
7038#include <ac_nonexistent.h>
7039_ACEOF
7040if { (ac_try="$ac_cpp conftest.$ac_ext"
7041case "(($ac_try" in
7042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7043 *) ac_try_echo=$ac_try;;
7044esac
7045eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7046$as_echo "$ac_try_echo") >&5
7047 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7048 ac_status=$?
7049 grep -v '^ *+' conftest.er1 >conftest.err
7050 rm -f conftest.er1
7051 cat conftest.err >&5
7052 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7053 (exit $ac_status); } >/dev/null && {
7054 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7055 test ! -s conftest.err
7056 }; then
7057 # Broken: success on invalid input.
7058continue
7059else
7060 $as_echo "$as_me: failed program was:" >&5
7061sed 's/^/| /' conftest.$ac_ext >&5
7062
7063 # Passes both tests.
7064ac_preproc_ok=:
7065break
7066fi
7067
7068rm -f conftest.err conftest.$ac_ext
7069
7070done
7071# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7072rm -f conftest.err conftest.$ac_ext
7073if $ac_preproc_ok; then
7074 :
7075else
7076 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
7077$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7078{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
7079See \`config.log' for more details." >&5
7080$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
7081See \`config.log' for more details." >&2;}
7082 { (exit 1); exit 1; }; }; }
7083fi
7084
7085ac_ext=c
7086ac_cpp='$CPP $CPPFLAGS'
7087ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7088ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7089ac_compiler_gnu=$ac_cv_c_compiler_gnu
7090
7091
7092{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7093$as_echo_n "checking for ANSI C header files... " >&6; }
7094if test "${ac_cv_header_stdc+set}" = set; then
7095 $as_echo_n "(cached) " >&6
7096else
7097 cat >conftest.$ac_ext <<_ACEOF
7098/* confdefs.h. */
7099_ACEOF
7100cat confdefs.h >>conftest.$ac_ext
7101cat >>conftest.$ac_ext <<_ACEOF
7102/* end confdefs.h. */
7103#include <stdlib.h>
7104#include <stdarg.h>
7105#include <string.h>
7106#include <float.h>
7107
7108int
7109main ()
7110{
7111
7112 ;
7113 return 0;
7114}
7115_ACEOF
7116rm -f conftest.$ac_objext
7117if { (ac_try="$ac_compile"
7118case "(($ac_try" in
7119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7120 *) ac_try_echo=$ac_try;;
7121esac
7122eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7123$as_echo "$ac_try_echo") >&5
7124 (eval "$ac_compile") 2>conftest.er1
7125 ac_status=$?
7126 grep -v '^ *+' conftest.er1 >conftest.err
7127 rm -f conftest.er1
7128 cat conftest.err >&5
7129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7130 (exit $ac_status); } && {
7131 test -z "$ac_c_werror_flag" ||
7132 test ! -s conftest.err
7133 } && test -s conftest.$ac_objext; then
7134 ac_cv_header_stdc=yes
7135else
7136 $as_echo "$as_me: failed program was:" >&5
7137sed 's/^/| /' conftest.$ac_ext >&5
7138
7139 ac_cv_header_stdc=no
7140fi
7141
7142rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7143
7144if test $ac_cv_header_stdc = yes; then
7145 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7146 cat >conftest.$ac_ext <<_ACEOF
7147/* confdefs.h. */
7148_ACEOF
7149cat confdefs.h >>conftest.$ac_ext
7150cat >>conftest.$ac_ext <<_ACEOF
7151/* end confdefs.h. */
7152#include <string.h>
7153
7154_ACEOF
7155if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7156 $EGREP "memchr" >/dev/null 2>&1; then
7157 :
7158else
7159 ac_cv_header_stdc=no
7160fi
7161rm -f conftest*
7162
7163fi
7164
7165if test $ac_cv_header_stdc = yes; then
7166 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7167 cat >conftest.$ac_ext <<_ACEOF
7168/* confdefs.h. */
7169_ACEOF
7170cat confdefs.h >>conftest.$ac_ext
7171cat >>conftest.$ac_ext <<_ACEOF
7172/* end confdefs.h. */
7173#include <stdlib.h>
7174
7175_ACEOF
7176if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7177 $EGREP "free" >/dev/null 2>&1; then
7178 :
7179else
7180 ac_cv_header_stdc=no
7181fi
7182rm -f conftest*
7183
7184fi
7185
7186if test $ac_cv_header_stdc = yes; then
7187 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7188 if test "$cross_compiling" = yes; then
7189 :
7190else
7191 cat >conftest.$ac_ext <<_ACEOF
7192/* confdefs.h. */
7193_ACEOF
7194cat confdefs.h >>conftest.$ac_ext
7195cat >>conftest.$ac_ext <<_ACEOF
7196/* end confdefs.h. */
7197#include <ctype.h>
7198#include <stdlib.h>
7199#if ((' ' & 0x0FF) == 0x020)
7200# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7201# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7202#else
7203# define ISLOWER(c) \
7204 (('a' <= (c) && (c) <= 'i') \
7205 || ('j' <= (c) && (c) <= 'r') \
7206 || ('s' <= (c) && (c) <= 'z'))
7207# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7208#endif
7209
7210#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7211int
7212main ()
7213{
7214 int i;
7215 for (i = 0; i < 256; i++)
7216 if (XOR (islower (i), ISLOWER (i))
7217 || toupper (i) != TOUPPER (i))
7218 return 2;
7219 return 0;
7220}
7221_ACEOF
7222rm -f conftest$ac_exeext
7223if { (ac_try="$ac_link"
7224case "(($ac_try" in
7225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7226 *) ac_try_echo=$ac_try;;
7227esac
7228eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7229$as_echo "$ac_try_echo") >&5
7230 (eval "$ac_link") 2>&5
7231 ac_status=$?
7232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7233 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7234 { (case "(($ac_try" in
7235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7236 *) ac_try_echo=$ac_try;;
7237esac
7238eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7239$as_echo "$ac_try_echo") >&5
7240 (eval "$ac_try") 2>&5
7241 ac_status=$?
7242 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7243 (exit $ac_status); }; }; then
7244 :
7245else
7246 $as_echo "$as_me: program exited with status $ac_status" >&5
7247$as_echo "$as_me: failed program was:" >&5
7248sed 's/^/| /' conftest.$ac_ext >&5
7249
7250( exit $ac_status )
7251ac_cv_header_stdc=no
7252fi
7253rm -rf conftest.dSYM
7254rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7255fi
7256
7257
7258fi
7259fi
7260{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7261$as_echo "$ac_cv_header_stdc" >&6; }
7262if test $ac_cv_header_stdc = yes; then
7263
7264cat >>confdefs.h <<\_ACEOF
7265#define STDC_HEADERS 1
7266_ACEOF
7267
7268fi
7269
7270# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7281 inttypes.h stdint.h unistd.h
7282do
7283as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7284{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7285$as_echo_n "checking for $ac_header... " >&6; }
7286if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7287 $as_echo_n "(cached) " >&6
7288else
7289 cat >conftest.$ac_ext <<_ACEOF
7290/* confdefs.h. */
7291_ACEOF
7292cat confdefs.h >>conftest.$ac_ext
7293cat >>conftest.$ac_ext <<_ACEOF
7294/* end confdefs.h. */
7295$ac_includes_default
7296
7297#include <$ac_header>
7298_ACEOF
7299rm -f conftest.$ac_objext
7300if { (ac_try="$ac_compile"
7301case "(($ac_try" in
7302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7303 *) ac_try_echo=$ac_try;;
7304esac
7305eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7306$as_echo "$ac_try_echo") >&5
7307 (eval "$ac_compile") 2>conftest.er1
7308 ac_status=$?
7309 grep -v '^ *+' conftest.er1 >conftest.err
7310 rm -f conftest.er1
7311 cat conftest.err >&5
7312 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7313 (exit $ac_status); } && {
7314 test -z "$ac_c_werror_flag" ||
7315 test ! -s conftest.err
7316 } && test -s conftest.$ac_objext; then
7317 eval "$as_ac_Header=yes"
7318else
7319 $as_echo "$as_me: failed program was:" >&5
7320sed 's/^/| /' conftest.$ac_ext >&5
7321
7322 eval "$as_ac_Header=no"
7323fi
7324
7325rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7326fi
7327ac_res=`eval 'as_val=${'$as_ac_Header'}
7328 $as_echo "$as_val"'`
7329 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7330$as_echo "$ac_res" >&6; }
7331as_val=`eval 'as_val=${'$as_ac_Header'}
7332 $as_echo "$as_val"'`
7333 if test "x$as_val" = x""yes; then
7334 cat >>confdefs.h <<_ACEOF
7335#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7336_ACEOF
7337
7338fi
7339
7340done
7341
7342
7343
7344for ac_header in dlfcn.h
7345do
7346as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7347{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7348$as_echo_n "checking for $ac_header... " >&6; }
7349if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7350 $as_echo_n "(cached) " >&6
7351else
7352 cat >conftest.$ac_ext <<_ACEOF
7353/* confdefs.h. */
7354_ACEOF
7355cat confdefs.h >>conftest.$ac_ext
7356cat >>conftest.$ac_ext <<_ACEOF
7357/* end confdefs.h. */
7358$ac_includes_default
7359
7360#include <$ac_header>
7361_ACEOF
7362rm -f conftest.$ac_objext
7363if { (ac_try="$ac_compile"
7364case "(($ac_try" in
7365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7366 *) ac_try_echo=$ac_try;;
7367esac
7368eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7369$as_echo "$ac_try_echo") >&5
7370 (eval "$ac_compile") 2>conftest.er1
7371 ac_status=$?
7372 grep -v '^ *+' conftest.er1 >conftest.err
7373 rm -f conftest.er1
7374 cat conftest.err >&5
7375 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7376 (exit $ac_status); } && {
7377 test -z "$ac_c_werror_flag" ||
7378 test ! -s conftest.err
7379 } && test -s conftest.$ac_objext; then
7380 eval "$as_ac_Header=yes"
7381else
7382 $as_echo "$as_me: failed program was:" >&5
7383sed 's/^/| /' conftest.$ac_ext >&5
7384
7385 eval "$as_ac_Header=no"
7386fi
7387
7388rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7389fi
7390ac_res=`eval 'as_val=${'$as_ac_Header'}
7391 $as_echo "$as_val"'`
7392 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7393$as_echo "$ac_res" >&6; }
7394as_val=`eval 'as_val=${'$as_ac_Header'}
7395 $as_echo "$as_val"'`
7396 if test "x$as_val" = x""yes; then
7397 cat >>confdefs.h <<_ACEOF
7398#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7399_ACEOF
7400
7401fi
7402
7403done
7404
7405
7406
7407# Set options
7408
7409
7410
7411 enable_dlopen=no
7412
7413
7414 enable_win32_dll=no
7415
7416
7417 # Check whether --enable-shared was given.
7418if test "${enable_shared+set}" = set; then
7419 enableval=$enable_shared; p=${PACKAGE-default}
7420 case $enableval in
7421 yes) enable_shared=yes ;;
7422 no) enable_shared=no ;;
7423 *)
7424 enable_shared=no
7425 # Look at the argument we got. We use all the common list separators.
7426 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7427 for pkg in $enableval; do
7428 IFS="$lt_save_ifs"
7429 if test "X$pkg" = "X$p"; then
7430 enable_shared=yes
7431 fi
7432 done
7433 IFS="$lt_save_ifs"
7434 ;;
7435 esac
7436else
7437 enable_shared=yes
7438fi
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448 # Check whether --enable-static was given.
7449if test "${enable_static+set}" = set; then
7450 enableval=$enable_static; p=${PACKAGE-default}
7451 case $enableval in
7452 yes) enable_static=yes ;;
7453 no) enable_static=no ;;
7454 *)
7455 enable_static=no
7456 # Look at the argument we got. We use all the common list separators.
7457 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7458 for pkg in $enableval; do
7459 IFS="$lt_save_ifs"
7460 if test "X$pkg" = "X$p"; then
7461 enable_static=yes
7462 fi
7463 done
7464 IFS="$lt_save_ifs"
7465 ;;
7466 esac
7467else
7468 enable_static=yes
7469fi
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480# Check whether --with-pic was given.
7481if test "${with_pic+set}" = set; then
7482 withval=$with_pic; pic_mode="$withval"
7483else
7484 pic_mode=default
7485fi
7486
7487
7488test -z "$pic_mode" && pic_mode=default
7489
7490
7491
7492
7493
7494
7495
7496 # Check whether --enable-fast-install was given.
7497if test "${enable_fast_install+set}" = set; then
7498 enableval=$enable_fast_install; p=${PACKAGE-default}
7499 case $enableval in
7500 yes) enable_fast_install=yes ;;
7501 no) enable_fast_install=no ;;
7502 *)
7503 enable_fast_install=no
7504 # Look at the argument we got. We use all the common list separators.
7505 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7506 for pkg in $enableval; do
7507 IFS="$lt_save_ifs"
7508 if test "X$pkg" = "X$p"; then
7509 enable_fast_install=yes
7510 fi
7511 done
7512 IFS="$lt_save_ifs"
7513 ;;
7514 esac
7515else
7516 enable_fast_install=yes
7517fi
7518
7519
7520
7521
7522
7523
7524
7525
7526
7527
7528
7529# This can be used to rebuild libtool when needed
7530LIBTOOL_DEPS="$ltmain"
7531
7532# Always use our own libtool.
7533LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7534
7535
7536
7537
7538
7539
7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
7559test -z "$LN_S" && LN_S="ln -s"
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574if test -n "${ZSH_VERSION+set}" ; then
7575 setopt NO_GLOB_SUBST
7576fi
7577
7578{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
7579$as_echo_n "checking for objdir... " >&6; }
7580if test "${lt_cv_objdir+set}" = set; then
7581 $as_echo_n "(cached) " >&6
7582else
7583 rm -f .libs 2>/dev/null
7584mkdir .libs 2>/dev/null
7585if test -d .libs; then
7586 lt_cv_objdir=.libs
7587else
7588 # MS-DOS does not allow filenames that begin with a dot.
7589 lt_cv_objdir=_libs
7590fi
7591rmdir .libs 2>/dev/null
7592fi
7593{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
7594$as_echo "$lt_cv_objdir" >&6; }
7595objdir=$lt_cv_objdir
7596
7597
7598
7599
7600
7601cat >>confdefs.h <<_ACEOF
7602#define LT_OBJDIR "$lt_cv_objdir/"
7603_ACEOF
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
7620
7621case $host_os in
7622aix3*)
7623 # AIX sometimes has problems with the GCC collect2 program. For some
7624 # reason, if we set the COLLECT_NAMES environment variable, the problems
7625 # vanish in a puff of smoke.
7626 if test "X${COLLECT_NAMES+set}" != Xset; then
7627 COLLECT_NAMES=
7628 export COLLECT_NAMES
7629 fi
7630 ;;
7631esac
7632
7633# Sed substitution that helps us do robust quoting. It backslashifies
7634# metacharacters that are still active within double-quoted strings.
7635sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7636
7637# Same as above, but do not quote variable references.
7638double_quote_subst='s/\(["`\\]\)/\\\1/g'
7639
7640# Sed substitution to delay expansion of an escaped shell variable in a
7641# double_quote_subst'ed string.
7642delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7643
7644# Sed substitution to delay expansion of an escaped single quote.
7645delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7646
7647# Sed substitution to avoid accidental globbing in evaled expressions
7648no_glob_subst='s/\*/\\\*/g'
7649
7650# Global variables:
7651ofile=libtool
7652can_build_shared=yes
7653
7654# All known linkers require a `.a' archive for static linking (except MSVC,
7655# which needs '.lib').
7656libext=a
7657
7658with_gnu_ld="$lt_cv_prog_gnu_ld"
7659
7660old_CC="$CC"
7661old_CFLAGS="$CFLAGS"
7662
7663# Set sane defaults for various variables
7664test -z "$CC" && CC=cc
7665test -z "$LTCC" && LTCC=$CC
7666test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7667test -z "$LD" && LD=ld
7668test -z "$ac_objext" && ac_objext=o
7669
7670for cc_temp in $compiler""; do
7671 case $cc_temp in
7672 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7673 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7674 \-*) ;;
7675 *) break;;
7676 esac
7677done
7678cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7679
7680
7681# Only perform the check for file, if the check method requires it
7682test -z "$MAGIC_CMD" && MAGIC_CMD=file
7683case $deplibs_check_method in
7684file_magic*)
7685 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7686 { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7687$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7688if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7689 $as_echo_n "(cached) " >&6
7690else
7691 case $MAGIC_CMD in
7692[\\/*] | ?:[\\/]*)
7693 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7694 ;;
7695*)
7696 lt_save_MAGIC_CMD="$MAGIC_CMD"
7697 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7698 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7699 for ac_dir in $ac_dummy; do
7700 IFS="$lt_save_ifs"
7701 test -z "$ac_dir" && ac_dir=.
7702 if test -f $ac_dir/${ac_tool_prefix}file; then
7703 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7704 if test -n "$file_magic_test_file"; then
7705 case $deplibs_check_method in
7706 "file_magic "*)
7707 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7708 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7709 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7710 $EGREP "$file_magic_regex" > /dev/null; then
7711 :
7712 else
7713 cat <<_LT_EOF 1>&2
7714
7715*** Warning: the command libtool uses to detect shared libraries,
7716*** $file_magic_cmd, produces output that libtool cannot recognize.
7717*** The result is that libtool may fail to recognize shared libraries
7718*** as such. This will affect the creation of libtool libraries that
7719*** depend on shared libraries, but programs linked with such libtool
7720*** libraries will work regardless of this problem. Nevertheless, you
7721*** may want to report the problem to your system manager and/or to
7722*** bug-libtool@gnu.org
7723
7724_LT_EOF
7725 fi ;;
7726 esac
7727 fi
7728 break
7729 fi
7730 done
7731 IFS="$lt_save_ifs"
7732 MAGIC_CMD="$lt_save_MAGIC_CMD"
7733 ;;
7734esac
7735fi
7736
7737MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7738if test -n "$MAGIC_CMD"; then
7739 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7740$as_echo "$MAGIC_CMD" >&6; }
7741else
7742 { $as_echo "$as_me:$LINENO: result: no" >&5
7743$as_echo "no" >&6; }
7744fi
7745
7746
7747
7748
7749
7750if test -z "$lt_cv_path_MAGIC_CMD"; then
7751 if test -n "$ac_tool_prefix"; then
7752 { $as_echo "$as_me:$LINENO: checking for file" >&5
7753$as_echo_n "checking for file... " >&6; }
7754if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7755 $as_echo_n "(cached) " >&6
7756else
7757 case $MAGIC_CMD in
7758[\\/*] | ?:[\\/]*)
7759 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7760 ;;
7761*)
7762 lt_save_MAGIC_CMD="$MAGIC_CMD"
7763 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7764 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7765 for ac_dir in $ac_dummy; do
7766 IFS="$lt_save_ifs"
7767 test -z "$ac_dir" && ac_dir=.
7768 if test -f $ac_dir/file; then
7769 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7770 if test -n "$file_magic_test_file"; then
7771 case $deplibs_check_method in
7772 "file_magic "*)
7773 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7774 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7775 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7776 $EGREP "$file_magic_regex" > /dev/null; then
7777 :
7778 else
7779 cat <<_LT_EOF 1>&2
7780
7781*** Warning: the command libtool uses to detect shared libraries,
7782*** $file_magic_cmd, produces output that libtool cannot recognize.
7783*** The result is that libtool may fail to recognize shared libraries
7784*** as such. This will affect the creation of libtool libraries that
7785*** depend on shared libraries, but programs linked with such libtool
7786*** libraries will work regardless of this problem. Nevertheless, you
7787*** may want to report the problem to your system manager and/or to
7788*** bug-libtool@gnu.org
7789
7790_LT_EOF
7791 fi ;;
7792 esac
7793 fi
7794 break
7795 fi
7796 done
7797 IFS="$lt_save_ifs"
7798 MAGIC_CMD="$lt_save_MAGIC_CMD"
7799 ;;
7800esac
7801fi
7802
7803MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7804if test -n "$MAGIC_CMD"; then
7805 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7806$as_echo "$MAGIC_CMD" >&6; }
7807else
7808 { $as_echo "$as_me:$LINENO: result: no" >&5
7809$as_echo "no" >&6; }
7810fi
7811
7812
7813 else
7814 MAGIC_CMD=:
7815 fi
7816fi
7817
7818 fi
7819 ;;
7820esac
7821
7822# Use C for the default configuration in the libtool script
7823
7824lt_save_CC="$CC"
7825ac_ext=c
7826ac_cpp='$CPP $CPPFLAGS'
7827ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7828ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7829ac_compiler_gnu=$ac_cv_c_compiler_gnu
7830
7831
7832# Source file extension for C test sources.
7833ac_ext=c
7834
7835# Object file extension for compiled C test sources.
7836objext=o
7837objext=$objext
7838
7839# Code to be used in simple compile tests
7840lt_simple_compile_test_code="int some_variable = 0;"
7841
7842# Code to be used in simple link tests
7843lt_simple_link_test_code='int main(){return(0);}'
7844
7845
7846
7847
7848
7849
7850
7851# If no C compiler was specified, use CC.
7852LTCC=${LTCC-"$CC"}
7853
7854# If no C compiler flags were specified, use CFLAGS.
7855LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7856
7857# Allow CC to be a program name with arguments.
7858compiler=$CC
7859
7860# Save the default compiler, since it gets overwritten when the other
7861# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7862compiler_DEFAULT=$CC
7863
7864# save warnings/boilerplate of simple test code
7865ac_outfile=conftest.$ac_objext
7866echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7867eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7868_lt_compiler_boilerplate=`cat conftest.err`
7869$RM conftest*
7870
7871ac_outfile=conftest.$ac_objext
7872echo "$lt_simple_link_test_code" >conftest.$ac_ext
7873eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7874_lt_linker_boilerplate=`cat conftest.err`
7875$RM -r conftest*
7876
7877
7878if test -n "$compiler"; then
7879
7880lt_prog_compiler_no_builtin_flag=
7881
7882if test "$GCC" = yes; then
7883 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7884
7885 { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7886$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7887if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7888 $as_echo_n "(cached) " >&6
7889else
7890 lt_cv_prog_compiler_rtti_exceptions=no
7891 ac_outfile=conftest.$ac_objext
7892 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7893 lt_compiler_flag="-fno-rtti -fno-exceptions"
7894 # Insert the option either (1) after the last *FLAGS variable, or
7895 # (2) before a word containing "conftest.", or (3) at the end.
7896 # Note that $ac_compile itself does not contain backslashes and begins
7897 # with a dollar sign (not a hyphen), so the echo should work correctly.
7898 # The option is referenced via a variable to avoid confusing sed.
7899 lt_compile=`echo "$ac_compile" | $SED \
7900 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7901 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7902 -e 's:$: $lt_compiler_flag:'`
6ba3b446 7903 (eval echo "\"\$as_me:7903: $lt_compile\"" >&5)
e70e591c
BB
7904 (eval "$lt_compile" 2>conftest.err)
7905 ac_status=$?
7906 cat conftest.err >&5
6ba3b446 7907 echo "$as_me:7907: \$? = $ac_status" >&5
e70e591c
BB
7908 if (exit $ac_status) && test -s "$ac_outfile"; then
7909 # The compiler can only warn and ignore the option if not recognized
7910 # So say no if there are warnings other than the usual output.
7911 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7912 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7913 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7914 lt_cv_prog_compiler_rtti_exceptions=yes
7915 fi
7916 fi
7917 $RM conftest*
7918
7919fi
7920{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7921$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7922
7923if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7924 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7925else
7926 :
7927fi
7928
7929fi
7930
7931
7932
7933
7934
7935
7936 lt_prog_compiler_wl=
7937lt_prog_compiler_pic=
7938lt_prog_compiler_static=
7939
7940{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7941$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7942
7943 if test "$GCC" = yes; then
7944 lt_prog_compiler_wl='-Wl,'
7945 lt_prog_compiler_static='-static'
7946
7947 case $host_os in
7948 aix*)
7949 # All AIX code is PIC.
7950 if test "$host_cpu" = ia64; then
7951 # AIX 5 now supports IA64 processor
7952 lt_prog_compiler_static='-Bstatic'
7953 fi
7954 ;;
7955
7956 amigaos*)
7957 case $host_cpu in
7958 powerpc)
7959 # see comment about AmigaOS4 .so support
7960 lt_prog_compiler_pic='-fPIC'
7961 ;;
7962 m68k)
7963 # FIXME: we need at least 68020 code to build shared libraries, but
7964 # adding the `-m68020' flag to GCC prevents building anything better,
7965 # like `-m68040'.
7966 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7967 ;;
7968 esac
7969 ;;
7970
7971 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7972 # PIC is the default for these OSes.
7973 ;;
7974
7975 mingw* | cygwin* | pw32* | os2* | cegcc*)
7976 # This hack is so that the source file can tell whether it is being
7977 # built for inclusion in a dll (and should export symbols for example).
7978 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7979 # (--disable-auto-import) libraries
7980 lt_prog_compiler_pic='-DDLL_EXPORT'
7981 ;;
7982
7983 darwin* | rhapsody*)
7984 # PIC is the default on this platform
7985 # Common symbols not allowed in MH_DYLIB files
7986 lt_prog_compiler_pic='-fno-common'
7987 ;;
7988
7989 hpux*)
7990 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7991 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7992 # sets the default TLS model and affects inlining.
7993 case $host_cpu in
7994 hppa*64*)
7995 # +Z the default
7996 ;;
7997 *)
7998 lt_prog_compiler_pic='-fPIC'
7999 ;;
8000 esac
8001 ;;
8002
8003 interix[3-9]*)
8004 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8005 # Instead, we relocate shared libraries at runtime.
8006 ;;
8007
8008 msdosdjgpp*)
8009 # Just because we use GCC doesn't mean we suddenly get shared libraries
8010 # on systems that don't support them.
8011 lt_prog_compiler_can_build_shared=no
8012 enable_shared=no
8013 ;;
8014
8015 *nto* | *qnx*)
8016 # QNX uses GNU C++, but need to define -shared option too, otherwise
8017 # it will coredump.
8018 lt_prog_compiler_pic='-fPIC -shared'
8019 ;;
8020
8021 sysv4*MP*)
8022 if test -d /usr/nec; then
8023 lt_prog_compiler_pic=-Kconform_pic
8024 fi
8025 ;;
8026
8027 *)
8028 lt_prog_compiler_pic='-fPIC'
8029 ;;
8030 esac
8031 else
8032 # PORTME Check for flag to pass linker flags through the system compiler.
8033 case $host_os in
8034 aix*)
8035 lt_prog_compiler_wl='-Wl,'
8036 if test "$host_cpu" = ia64; then
8037 # AIX 5 now supports IA64 processor
8038 lt_prog_compiler_static='-Bstatic'
8039 else
8040 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8041 fi
8042 ;;
8043
8044 mingw* | cygwin* | pw32* | os2* | cegcc*)
8045 # This hack is so that the source file can tell whether it is being
8046 # built for inclusion in a dll (and should export symbols for example).
8047 lt_prog_compiler_pic='-DDLL_EXPORT'
8048 ;;
8049
8050 hpux9* | hpux10* | hpux11*)
8051 lt_prog_compiler_wl='-Wl,'
8052 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8053 # not for PA HP-UX.
8054 case $host_cpu in
8055 hppa*64*|ia64*)
8056 # +Z the default
8057 ;;
8058 *)
8059 lt_prog_compiler_pic='+Z'
8060 ;;
8061 esac
8062 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8063 lt_prog_compiler_static='${wl}-a ${wl}archive'
8064 ;;
8065
8066 irix5* | irix6* | nonstopux*)
8067 lt_prog_compiler_wl='-Wl,'
8068 # PIC (with -KPIC) is the default.
8069 lt_prog_compiler_static='-non_shared'
8070 ;;
8071
8072 linux* | k*bsd*-gnu)
8073 case $cc_basename in
8074 # old Intel for x86_64 which still supported -KPIC.
8075 ecc*)
8076 lt_prog_compiler_wl='-Wl,'
8077 lt_prog_compiler_pic='-KPIC'
8078 lt_prog_compiler_static='-static'
8079 ;;
8080 # icc used to be incompatible with GCC.
8081 # ICC 10 doesn't accept -KPIC any more.
8082 icc* | ifort*)
8083 lt_prog_compiler_wl='-Wl,'
8084 lt_prog_compiler_pic='-fPIC'
8085 lt_prog_compiler_static='-static'
8086 ;;
8087 # Lahey Fortran 8.1.
8088 lf95*)
8089 lt_prog_compiler_wl='-Wl,'
8090 lt_prog_compiler_pic='--shared'
8091 lt_prog_compiler_static='--static'
8092 ;;
8093 pgcc* | pgf77* | pgf90* | pgf95*)
8094 # Portland Group compilers (*not* the Pentium gcc compiler,
8095 # which looks to be a dead project)
8096 lt_prog_compiler_wl='-Wl,'
8097 lt_prog_compiler_pic='-fpic'
8098 lt_prog_compiler_static='-Bstatic'
8099 ;;
8100 ccc*)
8101 lt_prog_compiler_wl='-Wl,'
8102 # All Alpha code is PIC.
8103 lt_prog_compiler_static='-non_shared'
8104 ;;
8105 xl*)
8106 # IBM XL C 8.0/Fortran 10.1 on PPC
8107 lt_prog_compiler_wl='-Wl,'
8108 lt_prog_compiler_pic='-qpic'
8109 lt_prog_compiler_static='-qstaticlink'
8110 ;;
8111 *)
8112 case `$CC -V 2>&1 | sed 5q` in
8113 *Sun\ C*)
8114 # Sun C 5.9
8115 lt_prog_compiler_pic='-KPIC'
8116 lt_prog_compiler_static='-Bstatic'
8117 lt_prog_compiler_wl='-Wl,'
8118 ;;
8119 *Sun\ F*)
8120 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8121 lt_prog_compiler_pic='-KPIC'
8122 lt_prog_compiler_static='-Bstatic'
8123 lt_prog_compiler_wl=''
8124 ;;
8125 esac
8126 ;;
8127 esac
8128 ;;
8129
8130 newsos6)
8131 lt_prog_compiler_pic='-KPIC'
8132 lt_prog_compiler_static='-Bstatic'
8133 ;;
8134
8135 *nto* | *qnx*)
8136 # QNX uses GNU C++, but need to define -shared option too, otherwise
8137 # it will coredump.
8138 lt_prog_compiler_pic='-fPIC -shared'
8139 ;;
8140
8141 osf3* | osf4* | osf5*)
8142 lt_prog_compiler_wl='-Wl,'
8143 # All OSF/1 code is PIC.
8144 lt_prog_compiler_static='-non_shared'
8145 ;;
8146
8147 rdos*)
8148 lt_prog_compiler_static='-non_shared'
8149 ;;
8150
8151 solaris*)
8152 lt_prog_compiler_pic='-KPIC'
8153 lt_prog_compiler_static='-Bstatic'
8154 case $cc_basename in
8155 f77* | f90* | f95*)
8156 lt_prog_compiler_wl='-Qoption ld ';;
8157 *)
8158 lt_prog_compiler_wl='-Wl,';;
8159 esac
8160 ;;
8161
8162 sunos4*)
8163 lt_prog_compiler_wl='-Qoption ld '
8164 lt_prog_compiler_pic='-PIC'
8165 lt_prog_compiler_static='-Bstatic'
8166 ;;
8167
8168 sysv4 | sysv4.2uw2* | sysv4.3*)
8169 lt_prog_compiler_wl='-Wl,'
8170 lt_prog_compiler_pic='-KPIC'
8171 lt_prog_compiler_static='-Bstatic'
8172 ;;
8173
8174 sysv4*MP*)
8175 if test -d /usr/nec ;then
8176 lt_prog_compiler_pic='-Kconform_pic'
8177 lt_prog_compiler_static='-Bstatic'
8178 fi
8179 ;;
8180
8181 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8182 lt_prog_compiler_wl='-Wl,'
8183 lt_prog_compiler_pic='-KPIC'
8184 lt_prog_compiler_static='-Bstatic'
8185 ;;
8186
8187 unicos*)
8188 lt_prog_compiler_wl='-Wl,'
8189 lt_prog_compiler_can_build_shared=no
8190 ;;
8191
8192 uts4*)
8193 lt_prog_compiler_pic='-pic'
8194 lt_prog_compiler_static='-Bstatic'
8195 ;;
8196
8197 *)
8198 lt_prog_compiler_can_build_shared=no
8199 ;;
8200 esac
8201 fi
8202
8203case $host_os in
8204 # For platforms which do not support PIC, -DPIC is meaningless:
8205 *djgpp*)
8206 lt_prog_compiler_pic=
8207 ;;
8208 *)
8209 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8210 ;;
8211esac
8212{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
8213$as_echo "$lt_prog_compiler_pic" >&6; }
8214
8215
8216
8217
8218
8219
8220#
8221# Check to make sure the PIC flag actually works.
8222#
8223if test -n "$lt_prog_compiler_pic"; then
8224 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8225$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8226if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
8227 $as_echo_n "(cached) " >&6
8228else
8229 lt_cv_prog_compiler_pic_works=no
8230 ac_outfile=conftest.$ac_objext
8231 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8232 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8233 # Insert the option either (1) after the last *FLAGS variable, or
8234 # (2) before a word containing "conftest.", or (3) at the end.
8235 # Note that $ac_compile itself does not contain backslashes and begins
8236 # with a dollar sign (not a hyphen), so the echo should work correctly.
8237 # The option is referenced via a variable to avoid confusing sed.
8238 lt_compile=`echo "$ac_compile" | $SED \
8239 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8240 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8241 -e 's:$: $lt_compiler_flag:'`
6ba3b446 8242 (eval echo "\"\$as_me:8242: $lt_compile\"" >&5)
e70e591c
BB
8243 (eval "$lt_compile" 2>conftest.err)
8244 ac_status=$?
8245 cat conftest.err >&5
6ba3b446 8246 echo "$as_me:8246: \$? = $ac_status" >&5
e70e591c
BB
8247 if (exit $ac_status) && test -s "$ac_outfile"; then
8248 # The compiler can only warn and ignore the option if not recognized
8249 # So say no if there are warnings other than the usual output.
8250 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8251 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8252 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8253 lt_cv_prog_compiler_pic_works=yes
8254 fi
8255 fi
8256 $RM conftest*
8257
8258fi
8259{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
8260$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8261
8262if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8263 case $lt_prog_compiler_pic in
8264 "" | " "*) ;;
8265 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8266 esac
8267else
8268 lt_prog_compiler_pic=
8269 lt_prog_compiler_can_build_shared=no
8270fi
8271
8272fi
8273
8274
8275
8276
8277
8278
8279#
8280# Check to make sure the static flag actually works.
8281#
8282wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8283{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8284$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8285if test "${lt_cv_prog_compiler_static_works+set}" = set; then
8286 $as_echo_n "(cached) " >&6
8287else
8288 lt_cv_prog_compiler_static_works=no
8289 save_LDFLAGS="$LDFLAGS"
8290 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8291 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8292 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8293 # The linker can only warn and ignore the option if not recognized
8294 # So say no if there are warnings
8295 if test -s conftest.err; then
8296 # Append any errors to the config.log.
8297 cat conftest.err 1>&5
8298 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
8299 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8300 if diff conftest.exp conftest.er2 >/dev/null; then
8301 lt_cv_prog_compiler_static_works=yes
8302 fi
8303 else
8304 lt_cv_prog_compiler_static_works=yes
8305 fi
8306 fi
8307 $RM -r conftest*
8308 LDFLAGS="$save_LDFLAGS"
8309
8310fi
8311{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
8312$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8313
8314if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8315 :
8316else
8317 lt_prog_compiler_static=
8318fi
8319
8320
8321
8322
8323
8324
8325
8326 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8327$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8328if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8329 $as_echo_n "(cached) " >&6
8330else
8331 lt_cv_prog_compiler_c_o=no
8332 $RM -r conftest 2>/dev/null
8333 mkdir conftest
8334 cd conftest
8335 mkdir out
8336 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8337
8338 lt_compiler_flag="-o out/conftest2.$ac_objext"
8339 # Insert the option either (1) after the last *FLAGS variable, or
8340 # (2) before a word containing "conftest.", or (3) at the end.
8341 # Note that $ac_compile itself does not contain backslashes and begins
8342 # with a dollar sign (not a hyphen), so the echo should work correctly.
8343 lt_compile=`echo "$ac_compile" | $SED \
8344 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8345 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8346 -e 's:$: $lt_compiler_flag:'`
6ba3b446 8347 (eval echo "\"\$as_me:8347: $lt_compile\"" >&5)
e70e591c
BB
8348 (eval "$lt_compile" 2>out/conftest.err)
8349 ac_status=$?
8350 cat out/conftest.err >&5
6ba3b446 8351 echo "$as_me:8351: \$? = $ac_status" >&5
e70e591c
BB
8352 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8353 then
8354 # The compiler can only warn and ignore the option if not recognized
8355 # So say no if there are warnings
8356 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8357 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8358 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8359 lt_cv_prog_compiler_c_o=yes
8360 fi
8361 fi
8362 chmod u+w . 2>&5
8363 $RM conftest*
8364 # SGI C++ compiler will create directory out/ii_files/ for
8365 # template instantiation
8366 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8367 $RM out/* && rmdir out
8368 cd ..
8369 $RM -r conftest
8370 $RM conftest*
8371
8372fi
8373{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8374$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8375
8376
8377
8378
8379
8380
8381 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8382$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8383if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8384 $as_echo_n "(cached) " >&6
8385else
8386 lt_cv_prog_compiler_c_o=no
8387 $RM -r conftest 2>/dev/null
8388 mkdir conftest
8389 cd conftest
8390 mkdir out
8391 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8392
8393 lt_compiler_flag="-o out/conftest2.$ac_objext"
8394 # Insert the option either (1) after the last *FLAGS variable, or
8395 # (2) before a word containing "conftest.", or (3) at the end.
8396 # Note that $ac_compile itself does not contain backslashes and begins
8397 # with a dollar sign (not a hyphen), so the echo should work correctly.
8398 lt_compile=`echo "$ac_compile" | $SED \
8399 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8400 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8401 -e 's:$: $lt_compiler_flag:'`
6ba3b446 8402 (eval echo "\"\$as_me:8402: $lt_compile\"" >&5)
e70e591c
BB
8403 (eval "$lt_compile" 2>out/conftest.err)
8404 ac_status=$?
8405 cat out/conftest.err >&5
6ba3b446 8406 echo "$as_me:8406: \$? = $ac_status" >&5
e70e591c
BB
8407 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8408 then
8409 # The compiler can only warn and ignore the option if not recognized
8410 # So say no if there are warnings
8411 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8412 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8413 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8414 lt_cv_prog_compiler_c_o=yes
8415 fi
8416 fi
8417 chmod u+w . 2>&5
8418 $RM conftest*
8419 # SGI C++ compiler will create directory out/ii_files/ for
8420 # template instantiation
8421 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8422 $RM out/* && rmdir out
8423 cd ..
8424 $RM -r conftest
8425 $RM conftest*
8426
8427fi
8428{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8429$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8430
8431
8432
8433
8434hard_links="nottested"
8435if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8436 # do not overwrite the value of need_locks provided by the user
8437 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
8438$as_echo_n "checking if we can lock with hard links... " >&6; }
8439 hard_links=yes
8440 $RM conftest*
8441 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8442 touch conftest.a
8443 ln conftest.a conftest.b 2>&5 || hard_links=no
8444 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8445 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
8446$as_echo "$hard_links" >&6; }
8447 if test "$hard_links" = no; then
8448 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8449$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8450 need_locks=warn
8451 fi
8452else
8453 need_locks=no
8454fi
8455
8456
8457
8458
8459
8460
8461 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8462$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8463
8464 runpath_var=
8465 allow_undefined_flag=
8466 always_export_symbols=no
8467 archive_cmds=
8468 archive_expsym_cmds=
8469 compiler_needs_object=no
8470 enable_shared_with_static_runtimes=no
8471 export_dynamic_flag_spec=
8472 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8473 hardcode_automatic=no
8474 hardcode_direct=no
8475 hardcode_direct_absolute=no
8476 hardcode_libdir_flag_spec=
8477 hardcode_libdir_flag_spec_ld=
8478 hardcode_libdir_separator=
8479 hardcode_minus_L=no
8480 hardcode_shlibpath_var=unsupported
8481 inherit_rpath=no
8482 link_all_deplibs=unknown
8483 module_cmds=
8484 module_expsym_cmds=
8485 old_archive_from_new_cmds=
8486 old_archive_from_expsyms_cmds=
8487 thread_safe_flag_spec=
8488 whole_archive_flag_spec=
8489 # include_expsyms should be a list of space-separated symbols to be *always*
8490 # included in the symbol list
8491 include_expsyms=
8492 # exclude_expsyms can be an extended regexp of symbols to exclude
8493 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8494 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8495 # as well as any symbol that contains `d'.
8496 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8497 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8498 # platforms (ab)use it in PIC code, but their linkers get confused if
8499 # the symbol is explicitly referenced. Since portable code cannot
8500 # rely on this symbol name, it's probably fine to never include it in
8501 # preloaded symbol tables.
8502 # Exclude shared library initialization/finalization symbols.
8503 extract_expsyms_cmds=
8504
8505 case $host_os in
8506 cygwin* | mingw* | pw32* | cegcc*)
8507 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8508 # When not using gcc, we currently assume that we are using
8509 # Microsoft Visual C++.
8510 if test "$GCC" != yes; then
8511 with_gnu_ld=no
8512 fi
8513 ;;
8514 interix*)
8515 # we just hope/assume this is gcc and not c89 (= MSVC++)
8516 with_gnu_ld=yes
8517 ;;
8518 openbsd*)
8519 with_gnu_ld=no
8520 ;;
8521 esac
8522
8523 ld_shlibs=yes
8524 if test "$with_gnu_ld" = yes; then
8525 # If archive_cmds runs LD, not CC, wlarc should be empty
8526 wlarc='${wl}'
8527
8528 # Set some defaults for GNU ld with shared library support. These
8529 # are reset later if shared libraries are not supported. Putting them
8530 # here allows them to be overridden if necessary.
8531 runpath_var=LD_RUN_PATH
8532 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8533 export_dynamic_flag_spec='${wl}--export-dynamic'
8534 # ancient GNU ld didn't support --whole-archive et. al.
8535 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8536 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8537 else
8538 whole_archive_flag_spec=
8539 fi
8540 supports_anon_versioning=no
8541 case `$LD -v 2>&1` in
8542 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8543 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8544 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8545 *\ 2.11.*) ;; # other 2.11 versions
8546 *) supports_anon_versioning=yes ;;
8547 esac
8548
8549 # See if GNU ld supports shared libraries.
8550 case $host_os in
8551 aix[3-9]*)
8552 # On AIX/PPC, the GNU linker is very broken
8553 if test "$host_cpu" != ia64; then
8554 ld_shlibs=no
8555 cat <<_LT_EOF 1>&2
8556
8557*** Warning: the GNU linker, at least up to release 2.9.1, is reported
8558*** to be unable to reliably create shared libraries on AIX.
8559*** Therefore, libtool is disabling shared libraries support. If you
8560*** really care for shared libraries, you may want to modify your PATH
8561*** so that a non-GNU linker is found, and then restart.
8562
8563_LT_EOF
8564 fi
8565 ;;
8566
8567 amigaos*)
8568 case $host_cpu in
8569 powerpc)
8570 # see comment about AmigaOS4 .so support
8571 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8572 archive_expsym_cmds=''
8573 ;;
8574 m68k)
8575 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)'
8576 hardcode_libdir_flag_spec='-L$libdir'
8577 hardcode_minus_L=yes
8578 ;;
8579 esac
8580 ;;
8581
8582 beos*)
8583 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8584 allow_undefined_flag=unsupported
8585 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8586 # support --undefined. This deserves some investigation. FIXME
8587 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8588 else
8589 ld_shlibs=no
8590 fi
8591 ;;
8592
8593 cygwin* | mingw* | pw32* | cegcc*)
8594 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8595 # as there is no search path for DLLs.
8596 hardcode_libdir_flag_spec='-L$libdir'
8597 allow_undefined_flag=unsupported
8598 always_export_symbols=no
8599 enable_shared_with_static_runtimes=yes
8600 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8601
8602 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8603 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8604 # If the export-symbols file already is a .def file (1st line
8605 # is EXPORTS), use it as is; otherwise, prepend...
8606 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8607 cp $export_symbols $output_objdir/$soname.def;
8608 else
8609 echo EXPORTS > $output_objdir/$soname.def;
8610 cat $export_symbols >> $output_objdir/$soname.def;
8611 fi~
8612 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8613 else
8614 ld_shlibs=no
8615 fi
8616 ;;
8617
8618 interix[3-9]*)
8619 hardcode_direct=no
8620 hardcode_shlibpath_var=no
8621 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8622 export_dynamic_flag_spec='${wl}-E'
8623 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8624 # Instead, shared libraries are loaded at an image base (0x10000000 by
8625 # default) and relocated if they conflict, which is a slow very memory
8626 # consuming and fragmenting process. To avoid this, we pick a random,
8627 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8628 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8629 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8630 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'
8631 ;;
8632
8633 gnu* | linux* | tpf* | k*bsd*-gnu)
8634 tmp_diet=no
8635 if test "$host_os" = linux-dietlibc; then
8636 case $cc_basename in
8637 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8638 esac
8639 fi
8640 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8641 && test "$tmp_diet" = no
8642 then
8643 tmp_addflag=
8644 tmp_sharedflag='-shared'
8645 case $cc_basename,$host_cpu in
8646 pgcc*) # Portland Group C compiler
8647 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'
8648 tmp_addflag=' $pic_flag'
8649 ;;
8650 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
8651 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'
8652 tmp_addflag=' $pic_flag -Mnomain' ;;
8653 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8654 tmp_addflag=' -i_dynamic' ;;
8655 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8656 tmp_addflag=' -i_dynamic -nofor_main' ;;
8657 ifc* | ifort*) # Intel Fortran compiler
8658 tmp_addflag=' -nofor_main' ;;
8659 lf95*) # Lahey Fortran 8.1
8660 whole_archive_flag_spec=
8661 tmp_sharedflag='--shared' ;;
8662 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8663 tmp_sharedflag='-qmkshrobj'
8664 tmp_addflag= ;;
8665 esac
8666 case `$CC -V 2>&1 | sed 5q` in
8667 *Sun\ C*) # Sun C 5.9
8668 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'
8669 compiler_needs_object=yes
8670 tmp_sharedflag='-G' ;;
8671 *Sun\ F*) # Sun Fortran 8.3
8672 tmp_sharedflag='-G' ;;
8673 esac
8674 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8675
8676 if test "x$supports_anon_versioning" = xyes; then
8677 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8678 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8679 echo "local: *; };" >> $output_objdir/$libname.ver~
8680 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8681 fi
8682
8683 case $cc_basename in
8684 xlf*)
8685 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8686 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8687 hardcode_libdir_flag_spec=
8688 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8689 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8690 if test "x$supports_anon_versioning" = xyes; then
8691 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8692 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8693 echo "local: *; };" >> $output_objdir/$libname.ver~
8694 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8695 fi
8696 ;;
8697 esac
8698 else
8699 ld_shlibs=no
8700 fi
8701 ;;
8702
8703 netbsd*)
8704 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8705 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8706 wlarc=
8707 else
8708 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8709 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8710 fi
8711 ;;
8712
8713 solaris*)
8714 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8715 ld_shlibs=no
8716 cat <<_LT_EOF 1>&2
8717
8718*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8719*** create shared libraries on Solaris systems. Therefore, libtool
8720*** is disabling shared libraries support. We urge you to upgrade GNU
8721*** binutils to release 2.9.1 or newer. Another option is to modify
8722*** your PATH or compiler configuration so that the native linker is
8723*** used, and then restart.
8724
8725_LT_EOF
8726 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8727 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8728 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8729 else
8730 ld_shlibs=no
8731 fi
8732 ;;
8733
8734 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8735 case `$LD -v 2>&1` in
8736 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8737 ld_shlibs=no
8738 cat <<_LT_EOF 1>&2
8739
8740*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8741*** reliably create shared libraries on SCO systems. Therefore, libtool
8742*** is disabling shared libraries support. We urge you to upgrade GNU
8743*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8744*** your PATH or compiler configuration so that the native linker is
8745*** used, and then restart.
8746
8747_LT_EOF
8748 ;;
8749 *)
8750 # For security reasons, it is highly recommended that you always
8751 # use absolute paths for naming shared libraries, and exclude the
8752 # DT_RUNPATH tag from executables and libraries. But doing so
8753 # requires that you compile everything twice, which is a pain.
8754 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8755 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
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
8765 sunos4*)
8766 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8767 wlarc=
8768 hardcode_direct=yes
8769 hardcode_shlibpath_var=no
8770 ;;
8771
8772 *)
8773 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8774 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8775 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8776 else
8777 ld_shlibs=no
8778 fi
8779 ;;
8780 esac
8781
8782 if test "$ld_shlibs" = no; then
8783 runpath_var=
8784 hardcode_libdir_flag_spec=
8785 export_dynamic_flag_spec=
8786 whole_archive_flag_spec=
8787 fi
8788 else
8789 # PORTME fill in a description of your system's linker (not GNU ld)
8790 case $host_os in
8791 aix3*)
8792 allow_undefined_flag=unsupported
8793 always_export_symbols=yes
8794 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'
8795 # Note: this linker hardcodes the directories in LIBPATH if there
8796 # are no directories specified by -L.
8797 hardcode_minus_L=yes
8798 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8799 # Neither direct hardcoding nor static linking is supported with a
8800 # broken collect2.
8801 hardcode_direct=unsupported
8802 fi
8803 ;;
8804
8805 aix[4-9]*)
8806 if test "$host_cpu" = ia64; then
8807 # On IA64, the linker does run time linking by default, so we don't
8808 # have to do anything special.
8809 aix_use_runtimelinking=no
8810 exp_sym_flag='-Bexport'
8811 no_entry_flag=""
8812 else
8813 # If we're using GNU nm, then we don't want the "-C" option.
8814 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8815 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8816 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'
8817 else
8818 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'
8819 fi
8820 aix_use_runtimelinking=no
8821
8822 # Test if we are trying to use run time linking or normal
8823 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8824 # need to do runtime linking.
8825 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8826 for ld_flag in $LDFLAGS; do
8827 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8828 aix_use_runtimelinking=yes
8829 break
8830 fi
8831 done
8832 ;;
8833 esac
8834
8835 exp_sym_flag='-bexport'
8836 no_entry_flag='-bnoentry'
8837 fi
8838
8839 # When large executables or shared objects are built, AIX ld can
8840 # have problems creating the table of contents. If linking a library
8841 # or program results in "error TOC overflow" add -mminimal-toc to
8842 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8843 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8844
8845 archive_cmds=''
8846 hardcode_direct=yes
8847 hardcode_direct_absolute=yes
8848 hardcode_libdir_separator=':'
8849 link_all_deplibs=yes
8850 file_list_spec='${wl}-f,'
8851
8852 if test "$GCC" = yes; then
8853 case $host_os in aix4.[012]|aix4.[012].*)
8854 # We only want to do this on AIX 4.2 and lower, the check
8855 # below for broken collect2 doesn't work under 4.3+
8856 collect2name=`${CC} -print-prog-name=collect2`
8857 if test -f "$collect2name" &&
8858 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8859 then
8860 # We have reworked collect2
8861 :
8862 else
8863 # We have old collect2
8864 hardcode_direct=unsupported
8865 # It fails to find uninstalled libraries when the uninstalled
8866 # path is not listed in the libpath. Setting hardcode_minus_L
8867 # to unsupported forces relinking
8868 hardcode_minus_L=yes
8869 hardcode_libdir_flag_spec='-L$libdir'
8870 hardcode_libdir_separator=
8871 fi
8872 ;;
8873 esac
8874 shared_flag='-shared'
8875 if test "$aix_use_runtimelinking" = yes; then
8876 shared_flag="$shared_flag "'${wl}-G'
8877 fi
8878 else
8879 # not using gcc
8880 if test "$host_cpu" = ia64; then
8881 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8882 # chokes on -Wl,-G. The following line is correct:
8883 shared_flag='-G'
8884 else
8885 if test "$aix_use_runtimelinking" = yes; then
8886 shared_flag='${wl}-G'
8887 else
8888 shared_flag='${wl}-bM:SRE'
8889 fi
8890 fi
8891 fi
8892
8893 export_dynamic_flag_spec='${wl}-bexpall'
8894 # It seems that -bexpall does not export symbols beginning with
8895 # underscore (_), so it is better to generate a list of symbols to export.
8896 always_export_symbols=yes
8897 if test "$aix_use_runtimelinking" = yes; then
8898 # Warning - without using the other runtime loading flags (-brtl),
8899 # -berok will link without error, but may produce a broken library.
8900 allow_undefined_flag='-berok'
8901 # Determine the default libpath from the value encoded in an
8902 # empty executable.
8903 cat >conftest.$ac_ext <<_ACEOF
8904/* confdefs.h. */
8905_ACEOF
8906cat confdefs.h >>conftest.$ac_ext
8907cat >>conftest.$ac_ext <<_ACEOF
8908/* end confdefs.h. */
8909
8910int
8911main ()
8912{
8913
8914 ;
8915 return 0;
8916}
8917_ACEOF
8918rm -f conftest.$ac_objext conftest$ac_exeext
8919if { (ac_try="$ac_link"
8920case "(($ac_try" in
8921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8922 *) ac_try_echo=$ac_try;;
8923esac
8924eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8925$as_echo "$ac_try_echo") >&5
8926 (eval "$ac_link") 2>conftest.er1
8927 ac_status=$?
8928 grep -v '^ *+' conftest.er1 >conftest.err
8929 rm -f conftest.er1
8930 cat conftest.err >&5
8931 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8932 (exit $ac_status); } && {
8933 test -z "$ac_c_werror_flag" ||
8934 test ! -s conftest.err
8935 } && test -s conftest$ac_exeext && {
8936 test "$cross_compiling" = yes ||
8937 $as_test_x conftest$ac_exeext
8938 }; then
8939
8940lt_aix_libpath_sed='
8941 /Import File Strings/,/^$/ {
8942 /^0/ {
8943 s/^0 *\(.*\)$/\1/
8944 p
8945 }
8946 }'
8947aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8948# Check for a 64-bit object if we didn't find anything.
8949if test -z "$aix_libpath"; then
8950 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8951fi
8952else
8953 $as_echo "$as_me: failed program was:" >&5
8954sed 's/^/| /' conftest.$ac_ext >&5
8955
8956
8957fi
8958
8959rm -rf conftest.dSYM
8960rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8961 conftest$ac_exeext conftest.$ac_ext
8962if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8963
8964 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8965 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"
8966 else
8967 if test "$host_cpu" = ia64; then
8968 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8969 allow_undefined_flag="-z nodefs"
8970 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"
8971 else
8972 # Determine the default libpath from the value encoded in an
8973 # empty executable.
8974 cat >conftest.$ac_ext <<_ACEOF
8975/* confdefs.h. */
8976_ACEOF
8977cat confdefs.h >>conftest.$ac_ext
8978cat >>conftest.$ac_ext <<_ACEOF
8979/* end confdefs.h. */
8980
8981int
8982main ()
8983{
8984
8985 ;
8986 return 0;
8987}
8988_ACEOF
8989rm -f conftest.$ac_objext conftest$ac_exeext
8990if { (ac_try="$ac_link"
8991case "(($ac_try" in
8992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8993 *) ac_try_echo=$ac_try;;
8994esac
8995eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8996$as_echo "$ac_try_echo") >&5
8997 (eval "$ac_link") 2>conftest.er1
8998 ac_status=$?
8999 grep -v '^ *+' conftest.er1 >conftest.err
9000 rm -f conftest.er1
9001 cat conftest.err >&5
9002 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9003 (exit $ac_status); } && {
9004 test -z "$ac_c_werror_flag" ||
9005 test ! -s conftest.err
9006 } && test -s conftest$ac_exeext && {
9007 test "$cross_compiling" = yes ||
9008 $as_test_x conftest$ac_exeext
9009 }; then
9010
9011lt_aix_libpath_sed='
9012 /Import File Strings/,/^$/ {
9013 /^0/ {
9014 s/^0 *\(.*\)$/\1/
9015 p
9016 }
9017 }'
9018aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9019# Check for a 64-bit object if we didn't find anything.
9020if test -z "$aix_libpath"; then
9021 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9022fi
9023else
9024 $as_echo "$as_me: failed program was:" >&5
9025sed 's/^/| /' conftest.$ac_ext >&5
9026
9027
9028fi
9029
9030rm -rf conftest.dSYM
9031rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9032 conftest$ac_exeext conftest.$ac_ext
9033if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9034
9035 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9036 # Warning - without using the other run time loading flags,
9037 # -berok will link without error, but may produce a broken library.
9038 no_undefined_flag=' ${wl}-bernotok'
9039 allow_undefined_flag=' ${wl}-berok'
9040 # Exported symbols can be pulled into shared objects from archives
9041 whole_archive_flag_spec='$convenience'
9042 archive_cmds_need_lc=yes
9043 # This is similar to how AIX traditionally builds its shared libraries.
9044 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'
9045 fi
9046 fi
9047 ;;
9048
9049 amigaos*)
9050 case $host_cpu in
9051 powerpc)
9052 # see comment about AmigaOS4 .so support
9053 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9054 archive_expsym_cmds=''
9055 ;;
9056 m68k)
9057 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)'
9058 hardcode_libdir_flag_spec='-L$libdir'
9059 hardcode_minus_L=yes
9060 ;;
9061 esac
9062 ;;
9063
9064 bsdi[45]*)
9065 export_dynamic_flag_spec=-rdynamic
9066 ;;
9067
9068 cygwin* | mingw* | pw32* | cegcc*)
9069 # When not using gcc, we currently assume that we are using
9070 # Microsoft Visual C++.
9071 # hardcode_libdir_flag_spec is actually meaningless, as there is
9072 # no search path for DLLs.
9073 hardcode_libdir_flag_spec=' '
9074 allow_undefined_flag=unsupported
9075 # Tell ltmain to make .lib files, not .a files.
9076 libext=lib
9077 # Tell ltmain to make .dll files, not .so files.
9078 shrext_cmds=".dll"
9079 # FIXME: Setting linknames here is a bad hack.
9080 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
9081 # The linker will automatically build a .lib file if we build a DLL.
9082 old_archive_from_new_cmds='true'
9083 # FIXME: Should let the user specify the lib program.
9084 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9085 fix_srcfile_path='`cygpath -w "$srcfile"`'
9086 enable_shared_with_static_runtimes=yes
9087 ;;
9088
9089 darwin* | rhapsody*)
9090
9091
9092 archive_cmds_need_lc=no
9093 hardcode_direct=no
9094 hardcode_automatic=yes
9095 hardcode_shlibpath_var=unsupported
9096 whole_archive_flag_spec=''
9097 link_all_deplibs=yes
9098 allow_undefined_flag="$_lt_dar_allow_undefined"
9099 case $cc_basename in
9100 ifort*) _lt_dar_can_shared=yes ;;
9101 *) _lt_dar_can_shared=$GCC ;;
9102 esac
9103 if test "$_lt_dar_can_shared" = "yes"; then
9104 output_verbose_link_cmd=echo
9105 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9106 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9107 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}"
9108 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}"
9109
9110 else
9111 ld_shlibs=no
9112 fi
9113
9114 ;;
9115
9116 dgux*)
9117 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9118 hardcode_libdir_flag_spec='-L$libdir'
9119 hardcode_shlibpath_var=no
9120 ;;
9121
9122 freebsd1*)
9123 ld_shlibs=no
9124 ;;
9125
9126 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9127 # support. Future versions do this automatically, but an explicit c++rt0.o
9128 # does not break anything, and helps significantly (at the cost of a little
9129 # extra space).
9130 freebsd2.2*)
9131 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9132 hardcode_libdir_flag_spec='-R$libdir'
9133 hardcode_direct=yes
9134 hardcode_shlibpath_var=no
9135 ;;
9136
9137 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9138 freebsd2*)
9139 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9140 hardcode_direct=yes
9141 hardcode_minus_L=yes
9142 hardcode_shlibpath_var=no
9143 ;;
9144
9145 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9146 freebsd* | dragonfly*)
9147 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9148 hardcode_libdir_flag_spec='-R$libdir'
9149 hardcode_direct=yes
9150 hardcode_shlibpath_var=no
9151 ;;
9152
9153 hpux9*)
9154 if test "$GCC" = yes; then
9155 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'
9156 else
9157 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'
9158 fi
9159 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9160 hardcode_libdir_separator=:
9161 hardcode_direct=yes
9162
9163 # hardcode_minus_L: Not really in the search PATH,
9164 # but as the default location of the library.
9165 hardcode_minus_L=yes
9166 export_dynamic_flag_spec='${wl}-E'
9167 ;;
9168
9169 hpux10*)
9170 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9171 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9172 else
9173 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9174 fi
9175 if test "$with_gnu_ld" = no; then
9176 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9177 hardcode_libdir_flag_spec_ld='+b $libdir'
9178 hardcode_libdir_separator=:
9179 hardcode_direct=yes
9180 hardcode_direct_absolute=yes
9181 export_dynamic_flag_spec='${wl}-E'
9182 # hardcode_minus_L: Not really in the search PATH,
9183 # but as the default location of the library.
9184 hardcode_minus_L=yes
9185 fi
9186 ;;
9187
9188 hpux11*)
9189 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9190 case $host_cpu in
9191 hppa*64*)
9192 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9193 ;;
9194 ia64*)
9195 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9196 ;;
9197 *)
9198 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9199 ;;
9200 esac
9201 else
9202 case $host_cpu in
9203 hppa*64*)
9204 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9205 ;;
9206 ia64*)
9207 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9208 ;;
9209 *)
9210 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9211 ;;
9212 esac
9213 fi
9214 if test "$with_gnu_ld" = no; then
9215 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9216 hardcode_libdir_separator=:
9217
9218 case $host_cpu in
9219 hppa*64*|ia64*)
9220 hardcode_direct=no
9221 hardcode_shlibpath_var=no
9222 ;;
9223 *)
9224 hardcode_direct=yes
9225 hardcode_direct_absolute=yes
9226 export_dynamic_flag_spec='${wl}-E'
9227
9228 # hardcode_minus_L: Not really in the search PATH,
9229 # but as the default location of the library.
9230 hardcode_minus_L=yes
9231 ;;
9232 esac
9233 fi
9234 ;;
9235
9236 irix5* | irix6* | nonstopux*)
9237 if test "$GCC" = yes; then
9238 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'
9239 # Try to use the -exported_symbol ld option, if it does not
9240 # work, assume that -exports_file does not work either and
9241 # implicitly export all symbols.
9242 save_LDFLAGS="$LDFLAGS"
9243 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9244 cat >conftest.$ac_ext <<_ACEOF
9245int foo(void) {}
9246_ACEOF
9247rm -f conftest.$ac_objext conftest$ac_exeext
9248if { (ac_try="$ac_link"
9249case "(($ac_try" in
9250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9251 *) ac_try_echo=$ac_try;;
9252esac
9253eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9254$as_echo "$ac_try_echo") >&5
9255 (eval "$ac_link") 2>conftest.er1
9256 ac_status=$?
9257 grep -v '^ *+' conftest.er1 >conftest.err
9258 rm -f conftest.er1
9259 cat conftest.err >&5
9260 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9261 (exit $ac_status); } && {
9262 test -z "$ac_c_werror_flag" ||
9263 test ! -s conftest.err
9264 } && test -s conftest$ac_exeext && {
9265 test "$cross_compiling" = yes ||
9266 $as_test_x conftest$ac_exeext
9267 }; then
9268 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'
9269
9270else
9271 $as_echo "$as_me: failed program was:" >&5
9272sed 's/^/| /' conftest.$ac_ext >&5
9273
9274
9275fi
9276
9277rm -rf conftest.dSYM
9278rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9279 conftest$ac_exeext conftest.$ac_ext
9280 LDFLAGS="$save_LDFLAGS"
9281 else
9282 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'
9283 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'
9284 fi
9285 archive_cmds_need_lc='no'
9286 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9287 hardcode_libdir_separator=:
9288 inherit_rpath=yes
9289 link_all_deplibs=yes
9290 ;;
9291
9292 netbsd*)
9293 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9294 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9295 else
9296 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9297 fi
9298 hardcode_libdir_flag_spec='-R$libdir'
9299 hardcode_direct=yes
9300 hardcode_shlibpath_var=no
9301 ;;
9302
9303 newsos6)
9304 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9305 hardcode_direct=yes
9306 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9307 hardcode_libdir_separator=:
9308 hardcode_shlibpath_var=no
9309 ;;
9310
9311 *nto* | *qnx*)
9312 ;;
9313
9314 openbsd*)
9315 if test -f /usr/libexec/ld.so; then
9316 hardcode_direct=yes
9317 hardcode_shlibpath_var=no
9318 hardcode_direct_absolute=yes
9319 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9320 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9321 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9322 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9323 export_dynamic_flag_spec='${wl}-E'
9324 else
9325 case $host_os in
9326 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9327 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9328 hardcode_libdir_flag_spec='-R$libdir'
9329 ;;
9330 *)
9331 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9332 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9333 ;;
9334 esac
9335 fi
9336 else
9337 ld_shlibs=no
9338 fi
9339 ;;
9340
9341 os2*)
9342 hardcode_libdir_flag_spec='-L$libdir'
9343 hardcode_minus_L=yes
9344 allow_undefined_flag=unsupported
9345 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'
9346 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9347 ;;
9348
9349 osf3*)
9350 if test "$GCC" = yes; then
9351 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9352 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'
9353 else
9354 allow_undefined_flag=' -expect_unresolved \*'
9355 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'
9356 fi
9357 archive_cmds_need_lc='no'
9358 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9359 hardcode_libdir_separator=:
9360 ;;
9361
9362 osf4* | osf5*) # as osf3* with the addition of -msym flag
9363 if test "$GCC" = yes; then
9364 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9365 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'
9366 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9367 else
9368 allow_undefined_flag=' -expect_unresolved \*'
9369 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'
9370 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~
9371 $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'
9372
9373 # Both c and cxx compiler support -rpath directly
9374 hardcode_libdir_flag_spec='-rpath $libdir'
9375 fi
9376 archive_cmds_need_lc='no'
9377 hardcode_libdir_separator=:
9378 ;;
9379
9380 solaris*)
9381 no_undefined_flag=' -z defs'
9382 if test "$GCC" = yes; then
9383 wlarc='${wl}'
9384 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9385 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9386 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9387 else
9388 case `$CC -V 2>&1` in
9389 *"Compilers 5.0"*)
9390 wlarc=''
9391 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9392 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9393 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9394 ;;
9395 *)
9396 wlarc='${wl}'
9397 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9398 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9399 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9400 ;;
9401 esac
9402 fi
9403 hardcode_libdir_flag_spec='-R$libdir'
9404 hardcode_shlibpath_var=no
9405 case $host_os in
9406 solaris2.[0-5] | solaris2.[0-5].*) ;;
9407 *)
9408 # The compiler driver will combine and reorder linker options,
9409 # but understands `-z linker_flag'. GCC discards it without `$wl',
9410 # but is careful enough not to reorder.
9411 # Supported since Solaris 2.6 (maybe 2.5.1?)
9412 if test "$GCC" = yes; then
9413 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9414 else
9415 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9416 fi
9417 ;;
9418 esac
9419 link_all_deplibs=yes
9420 ;;
9421
9422 sunos4*)
9423 if test "x$host_vendor" = xsequent; then
9424 # Use $CC to link under sequent, because it throws in some extra .o
9425 # files that make .init and .fini sections work.
9426 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9427 else
9428 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9429 fi
9430 hardcode_libdir_flag_spec='-L$libdir'
9431 hardcode_direct=yes
9432 hardcode_minus_L=yes
9433 hardcode_shlibpath_var=no
9434 ;;
9435
9436 sysv4)
9437 case $host_vendor in
9438 sni)
9439 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9440 hardcode_direct=yes # is this really true???
9441 ;;
9442 siemens)
9443 ## LD is ld it makes a PLAMLIB
9444 ## CC just makes a GrossModule.
9445 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9446 reload_cmds='$CC -r -o $output$reload_objs'
9447 hardcode_direct=no
9448 ;;
9449 motorola)
9450 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9451 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9452 ;;
9453 esac
9454 runpath_var='LD_RUN_PATH'
9455 hardcode_shlibpath_var=no
9456 ;;
9457
9458 sysv4.3*)
9459 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9460 hardcode_shlibpath_var=no
9461 export_dynamic_flag_spec='-Bexport'
9462 ;;
9463
9464 sysv4*MP*)
9465 if test -d /usr/nec; then
9466 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9467 hardcode_shlibpath_var=no
9468 runpath_var=LD_RUN_PATH
9469 hardcode_runpath_var=yes
9470 ld_shlibs=yes
9471 fi
9472 ;;
9473
9474 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9475 no_undefined_flag='${wl}-z,text'
9476 archive_cmds_need_lc=no
9477 hardcode_shlibpath_var=no
9478 runpath_var='LD_RUN_PATH'
9479
9480 if test "$GCC" = yes; then
9481 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9482 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9483 else
9484 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9485 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9486 fi
9487 ;;
9488
9489 sysv5* | sco3.2v5* | sco5v6*)
9490 # Note: We can NOT use -z defs as we might desire, because we do not
9491 # link with -lc, and that would cause any symbols used from libc to
9492 # always be unresolved, which means just about no library would
9493 # ever link correctly. If we're not using GNU ld we use -z text
9494 # though, which does catch some bad symbols but isn't as heavy-handed
9495 # as -z defs.
9496 no_undefined_flag='${wl}-z,text'
9497 allow_undefined_flag='${wl}-z,nodefs'
9498 archive_cmds_need_lc=no
9499 hardcode_shlibpath_var=no
9500 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9501 hardcode_libdir_separator=':'
9502 link_all_deplibs=yes
9503 export_dynamic_flag_spec='${wl}-Bexport'
9504 runpath_var='LD_RUN_PATH'
9505
9506 if test "$GCC" = yes; then
9507 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9508 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9509 else
9510 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9511 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9512 fi
9513 ;;
9514
9515 uts4*)
9516 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9517 hardcode_libdir_flag_spec='-L$libdir'
9518 hardcode_shlibpath_var=no
9519 ;;
9520
9521 *)
9522 ld_shlibs=no
9523 ;;
9524 esac
9525
9526 if test x$host_vendor = xsni; then
9527 case $host in
9528 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9529 export_dynamic_flag_spec='${wl}-Blargedynsym'
9530 ;;
9531 esac
9532 fi
9533 fi
9534
9535{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
9536$as_echo "$ld_shlibs" >&6; }
9537test "$ld_shlibs" = no && can_build_shared=no
9538
9539with_gnu_ld=$with_gnu_ld
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555#
9556# Do we need to explicitly link libc?
9557#
9558case "x$archive_cmds_need_lc" in
9559x|xyes)
9560 # Assume -lc should be added
9561 archive_cmds_need_lc=yes
9562
9563 if test "$enable_shared" = yes && test "$GCC" = yes; then
9564 case $archive_cmds in
9565 *'~'*)
9566 # FIXME: we may have to deal with multi-command sequences.
9567 ;;
9568 '$CC '*)
9569 # Test whether the compiler implicitly links with -lc since on some
9570 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9571 # to ld, don't add -lc before -lgcc.
9572 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9573$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9574 $RM conftest*
9575 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9576
9577 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9578 (eval $ac_compile) 2>&5
9579 ac_status=$?
9580 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9581 (exit $ac_status); } 2>conftest.err; then
9582 soname=conftest
9583 lib=conftest
9584 libobjs=conftest.$ac_objext
9585 deplibs=
9586 wl=$lt_prog_compiler_wl
9587 pic_flag=$lt_prog_compiler_pic
9588 compiler_flags=-v
9589 linker_flags=-v
9590 verstring=
9591 output_objdir=.
9592 libname=conftest
9593 lt_save_allow_undefined_flag=$allow_undefined_flag
9594 allow_undefined_flag=
9595 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
9596 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9597 ac_status=$?
9598 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9599 (exit $ac_status); }
9600 then
9601 archive_cmds_need_lc=no
9602 else
9603 archive_cmds_need_lc=yes
9604 fi
9605 allow_undefined_flag=$lt_save_allow_undefined_flag
9606 else
9607 cat conftest.err 1>&5
9608 fi
9609 $RM conftest*
9610 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9611$as_echo "$archive_cmds_need_lc" >&6; }
9612 ;;
9613 esac
9614 fi
9615 ;;
9616esac
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
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770
9771
9772
9773
9774 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9775$as_echo_n "checking dynamic linker characteristics... " >&6; }
9776
9777if test "$GCC" = yes; then
9778 case $host_os in
9779 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9780 *) lt_awk_arg="/^libraries:/" ;;
9781 esac
9782 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9783 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9784 # if the path contains ";" then we assume it to be the separator
9785 # otherwise default to the standard path separator (i.e. ":") - it is
9786 # assumed that no part of a normal pathname contains ";" but that should
9787 # okay in the real world where ";" in dirpaths is itself problematic.
9788 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9789 else
9790 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9791 fi
9792 # Ok, now we have the path, separated by spaces, we can step through it
9793 # and add multilib dir if necessary.
9794 lt_tmp_lt_search_path_spec=
9795 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9796 for lt_sys_path in $lt_search_path_spec; do
9797 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9798 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9799 else
9800 test -d "$lt_sys_path" && \
9801 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9802 fi
9803 done
9804 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9805BEGIN {RS=" "; FS="/|\n";} {
9806 lt_foo="";
9807 lt_count=0;
9808 for (lt_i = NF; lt_i > 0; lt_i--) {
9809 if ($lt_i != "" && $lt_i != ".") {
9810 if ($lt_i == "..") {
9811 lt_count++;
9812 } else {
9813 if (lt_count == 0) {
9814 lt_foo="/" $lt_i lt_foo;
9815 } else {
9816 lt_count--;
9817 }
9818 }
9819 }
9820 }
9821 if (lt_foo != "") { lt_freq[lt_foo]++; }
9822 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9823}'`
9824 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9825else
9826 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9827fi
9828library_names_spec=
9829libname_spec='lib$name'
9830soname_spec=
9831shrext_cmds=".so"
9832postinstall_cmds=
9833postuninstall_cmds=
9834finish_cmds=
9835finish_eval=
9836shlibpath_var=
9837shlibpath_overrides_runpath=unknown
9838version_type=none
9839dynamic_linker="$host_os ld.so"
9840sys_lib_dlsearch_path_spec="/lib /usr/lib"
9841need_lib_prefix=unknown
9842hardcode_into_libs=no
9843
9844# when you set need_version to no, make sure it does not cause -set_version
9845# flags to be left without arguments
9846need_version=unknown
9847
9848case $host_os in
9849aix3*)
9850 version_type=linux
9851 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9852 shlibpath_var=LIBPATH
9853
9854 # AIX 3 has no versioning support, so we append a major version to the name.
9855 soname_spec='${libname}${release}${shared_ext}$major'
9856 ;;
9857
9858aix[4-9]*)
9859 version_type=linux
9860 need_lib_prefix=no
9861 need_version=no
9862 hardcode_into_libs=yes
9863 if test "$host_cpu" = ia64; then
9864 # AIX 5 supports IA64
9865 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9866 shlibpath_var=LD_LIBRARY_PATH
9867 else
9868 # With GCC up to 2.95.x, collect2 would create an import file
9869 # for dependence libraries. The import file would start with
9870 # the line `#! .'. This would cause the generated library to
9871 # depend on `.', always an invalid library. This was fixed in
9872 # development snapshots of GCC prior to 3.0.
9873 case $host_os in
9874 aix4 | aix4.[01] | aix4.[01].*)
9875 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9876 echo ' yes '
9877 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9878 :
9879 else
9880 can_build_shared=no
9881 fi
9882 ;;
9883 esac
9884 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9885 # soname into executable. Probably we can add versioning support to
9886 # collect2, so additional links can be useful in future.
9887 if test "$aix_use_runtimelinking" = yes; then
9888 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9889 # instead of lib<name>.a to let people know that these are not
9890 # typical AIX shared libraries.
9891 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9892 else
9893 # We preserve .a as extension for shared libraries through AIX4.2
9894 # and later when we are not doing run time linking.
9895 library_names_spec='${libname}${release}.a $libname.a'
9896 soname_spec='${libname}${release}${shared_ext}$major'
9897 fi
9898 shlibpath_var=LIBPATH
9899 fi
9900 ;;
9901
9902amigaos*)
9903 case $host_cpu in
9904 powerpc)
9905 # Since July 2007 AmigaOS4 officially supports .so libraries.
9906 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9907 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9908 ;;
9909 m68k)
9910 library_names_spec='$libname.ixlibrary $libname.a'
9911 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9912 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'
9913 ;;
9914 esac
9915 ;;
9916
9917beos*)
9918 library_names_spec='${libname}${shared_ext}'
9919 dynamic_linker="$host_os ld.so"
9920 shlibpath_var=LIBRARY_PATH
9921 ;;
9922
9923bsdi[45]*)
9924 version_type=linux
9925 need_version=no
9926 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9927 soname_spec='${libname}${release}${shared_ext}$major'
9928 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9929 shlibpath_var=LD_LIBRARY_PATH
9930 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9931 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9932 # the default ld.so.conf also contains /usr/contrib/lib and
9933 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9934 # libtool to hard-code these into programs
9935 ;;
9936
9937cygwin* | mingw* | pw32* | cegcc*)
9938 version_type=windows
9939 shrext_cmds=".dll"
9940 need_version=no
9941 need_lib_prefix=no
9942
9943 case $GCC,$host_os in
9944 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9945 library_names_spec='$libname.dll.a'
9946 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9947 postinstall_cmds='base_file=`basename \${file}`~
9948 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9949 dldir=$destdir/`dirname \$dlpath`~
9950 test -d \$dldir || mkdir -p \$dldir~
9951 $install_prog $dir/$dlname \$dldir/$dlname~
9952 chmod a+x \$dldir/$dlname~
9953 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9954 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9955 fi'
9956 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9957 dlpath=$dir/\$dldll~
9958 $RM \$dlpath'
9959 shlibpath_overrides_runpath=yes
9960
9961 case $host_os in
9962 cygwin*)
9963 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9964 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9965 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9966 ;;
9967 mingw* | cegcc*)
9968 # MinGW DLLs use traditional 'lib' prefix
9969 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9970 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9971 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9972 # It is most probably a Windows format PATH printed by
9973 # mingw gcc, but we are running on Cygwin. Gcc prints its search
9974 # path with ; separators, and with drive letters. We can handle the
9975 # drive letters (cygwin fileutils understands them), so leave them,
9976 # especially as we might pass files found there to a mingw objdump,
9977 # which wouldn't understand a cygwinified path. Ahh.
9978 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9979 else
9980 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9981 fi
9982 ;;
9983 pw32*)
9984 # pw32 DLLs use 'pw' prefix rather than 'lib'
9985 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9986 ;;
9987 esac
9988 ;;
9989
9990 *)
9991 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9992 ;;
9993 esac
9994 dynamic_linker='Win32 ld.exe'
9995 # FIXME: first we should search . and the directory the executable is in
9996 shlibpath_var=PATH
9997 ;;
9998
9999darwin* | rhapsody*)
10000 dynamic_linker="$host_os dyld"
10001 version_type=darwin
10002 need_lib_prefix=no
10003 need_version=no
10004 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10005 soname_spec='${libname}${release}${major}$shared_ext'
10006 shlibpath_overrides_runpath=yes
10007 shlibpath_var=DYLD_LIBRARY_PATH
10008 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10009
10010 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10011 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10012 ;;
10013
10014dgux*)
10015 version_type=linux
10016 need_lib_prefix=no
10017 need_version=no
10018 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10019 soname_spec='${libname}${release}${shared_ext}$major'
10020 shlibpath_var=LD_LIBRARY_PATH
10021 ;;
10022
10023freebsd1*)
10024 dynamic_linker=no
10025 ;;
10026
10027freebsd* | dragonfly*)
10028 # DragonFly does not have aout. When/if they implement a new
10029 # versioning mechanism, adjust this.
10030 if test -x /usr/bin/objformat; then
10031 objformat=`/usr/bin/objformat`
10032 else
10033 case $host_os in
10034 freebsd[123]*) objformat=aout ;;
10035 *) objformat=elf ;;
10036 esac
10037 fi
10038 version_type=freebsd-$objformat
10039 case $version_type in
10040 freebsd-elf*)
10041 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10042 need_version=no
10043 need_lib_prefix=no
10044 ;;
10045 freebsd-*)
10046 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10047 need_version=yes
10048 ;;
10049 esac
10050 shlibpath_var=LD_LIBRARY_PATH
10051 case $host_os in
10052 freebsd2*)
10053 shlibpath_overrides_runpath=yes
10054 ;;
10055 freebsd3.[01]* | freebsdelf3.[01]*)
10056 shlibpath_overrides_runpath=yes
10057 hardcode_into_libs=yes
10058 ;;
10059 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10060 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10061 shlibpath_overrides_runpath=no
10062 hardcode_into_libs=yes
10063 ;;
10064 *) # from 4.6 on, and DragonFly
10065 shlibpath_overrides_runpath=yes
10066 hardcode_into_libs=yes
10067 ;;
10068 esac
10069 ;;
10070
10071gnu*)
10072 version_type=linux
10073 need_lib_prefix=no
10074 need_version=no
10075 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10076 soname_spec='${libname}${release}${shared_ext}$major'
10077 shlibpath_var=LD_LIBRARY_PATH
10078 hardcode_into_libs=yes
10079 ;;
10080
10081hpux9* | hpux10* | hpux11*)
10082 # Give a soname corresponding to the major version so that dld.sl refuses to
10083 # link against other versions.
10084 version_type=sunos
10085 need_lib_prefix=no
10086 need_version=no
10087 case $host_cpu in
10088 ia64*)
10089 shrext_cmds='.so'
10090 hardcode_into_libs=yes
10091 dynamic_linker="$host_os dld.so"
10092 shlibpath_var=LD_LIBRARY_PATH
10093 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10094 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10095 soname_spec='${libname}${release}${shared_ext}$major'
10096 if test "X$HPUX_IA64_MODE" = X32; then
10097 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10098 else
10099 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10100 fi
10101 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10102 ;;
10103 hppa*64*)
10104 shrext_cmds='.sl'
10105 hardcode_into_libs=yes
10106 dynamic_linker="$host_os dld.sl"
10107 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10108 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10109 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10110 soname_spec='${libname}${release}${shared_ext}$major'
10111 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10112 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10113 ;;
10114 *)
10115 shrext_cmds='.sl'
10116 dynamic_linker="$host_os dld.sl"
10117 shlibpath_var=SHLIB_PATH
10118 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10119 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10120 soname_spec='${libname}${release}${shared_ext}$major'
10121 ;;
10122 esac
10123 # HP-UX runs *really* slowly unless shared libraries are mode 555.
10124 postinstall_cmds='chmod 555 $lib'
10125 ;;
10126
10127interix[3-9]*)
10128 version_type=linux
10129 need_lib_prefix=no
10130 need_version=no
10131 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10132 soname_spec='${libname}${release}${shared_ext}$major'
10133 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10134 shlibpath_var=LD_LIBRARY_PATH
10135 shlibpath_overrides_runpath=no
10136 hardcode_into_libs=yes
10137 ;;
10138
10139irix5* | irix6* | nonstopux*)
10140 case $host_os in
10141 nonstopux*) version_type=nonstopux ;;
10142 *)
10143 if test "$lt_cv_prog_gnu_ld" = yes; then
10144 version_type=linux
10145 else
10146 version_type=irix
10147 fi ;;
10148 esac
10149 need_lib_prefix=no
10150 need_version=no
10151 soname_spec='${libname}${release}${shared_ext}$major'
10152 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10153 case $host_os in
10154 irix5* | nonstopux*)
10155 libsuff= shlibsuff=
10156 ;;
10157 *)
10158 case $LD in # libtool.m4 will add one of these switches to LD
10159 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10160 libsuff= shlibsuff= libmagic=32-bit;;
10161 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10162 libsuff=32 shlibsuff=N32 libmagic=N32;;
10163 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10164 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10165 *) libsuff= shlibsuff= libmagic=never-match;;
10166 esac
10167 ;;
10168 esac
10169 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10170 shlibpath_overrides_runpath=no
10171 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10172 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10173 hardcode_into_libs=yes
10174 ;;
10175
10176# No shared lib support for Linux oldld, aout, or coff.
10177linux*oldld* | linux*aout* | linux*coff*)
10178 dynamic_linker=no
10179 ;;
10180
10181# This must be Linux ELF.
10182linux* | k*bsd*-gnu)
10183 version_type=linux
10184 need_lib_prefix=no
10185 need_version=no
10186 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10187 soname_spec='${libname}${release}${shared_ext}$major'
10188 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10189 shlibpath_var=LD_LIBRARY_PATH
10190 shlibpath_overrides_runpath=no
10191 # Some binutils ld are patched to set DT_RUNPATH
10192 save_LDFLAGS=$LDFLAGS
10193 save_libdir=$libdir
10194 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10195 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10196 cat >conftest.$ac_ext <<_ACEOF
10197/* confdefs.h. */
10198_ACEOF
10199cat confdefs.h >>conftest.$ac_ext
10200cat >>conftest.$ac_ext <<_ACEOF
10201/* end confdefs.h. */
10202
10203int
10204main ()
10205{
10206
10207 ;
10208 return 0;
10209}
10210_ACEOF
10211rm -f conftest.$ac_objext conftest$ac_exeext
10212if { (ac_try="$ac_link"
10213case "(($ac_try" in
10214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10215 *) ac_try_echo=$ac_try;;
10216esac
10217eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10218$as_echo "$ac_try_echo") >&5
10219 (eval "$ac_link") 2>conftest.er1
10220 ac_status=$?
10221 grep -v '^ *+' conftest.er1 >conftest.err
10222 rm -f conftest.er1
10223 cat conftest.err >&5
10224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10225 (exit $ac_status); } && {
10226 test -z "$ac_c_werror_flag" ||
10227 test ! -s conftest.err
10228 } && test -s conftest$ac_exeext && {
10229 test "$cross_compiling" = yes ||
10230 $as_test_x conftest$ac_exeext
10231 }; then
10232 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
10233 shlibpath_overrides_runpath=yes
10234fi
10235
10236else
10237 $as_echo "$as_me: failed program was:" >&5
10238sed 's/^/| /' conftest.$ac_ext >&5
10239
10240
10241fi
10242
10243rm -rf conftest.dSYM
10244rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10245 conftest$ac_exeext conftest.$ac_ext
10246 LDFLAGS=$save_LDFLAGS
10247 libdir=$save_libdir
10248
10249 # This implies no fast_install, which is unacceptable.
10250 # Some rework will be needed to allow for fast_install
10251 # before this can be enabled.
10252 hardcode_into_libs=yes
10253
10254 # Add ABI-specific directories to the system library path.
10255 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
10256
10257 # Append ld.so.conf contents to the search path
10258 if test -f /etc/ld.so.conf; then
10259 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' ' '`
10260 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
10261 fi
10262
10263 # We used to test for /lib/ld.so.1 and disable shared libraries on
10264 # powerpc, because MkLinux only supported shared libraries with the
10265 # GNU dynamic linker. Since this was broken with cross compilers,
10266 # most powerpc-linux boxes support dynamic linking these days and
10267 # people can always --disable-shared, the test was removed, and we
10268 # assume the GNU/Linux dynamic linker is in use.
10269 dynamic_linker='GNU/Linux ld.so'
10270 ;;
10271
10272netbsd*)
10273 version_type=sunos
10274 need_lib_prefix=no
10275 need_version=no
10276 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10277 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10278 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10279 dynamic_linker='NetBSD (a.out) ld.so'
10280 else
10281 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10282 soname_spec='${libname}${release}${shared_ext}$major'
10283 dynamic_linker='NetBSD ld.elf_so'
10284 fi
10285 shlibpath_var=LD_LIBRARY_PATH
10286 shlibpath_overrides_runpath=yes
10287 hardcode_into_libs=yes
10288 ;;
10289
10290newsos6)
10291 version_type=linux
10292 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10293 shlibpath_var=LD_LIBRARY_PATH
10294 shlibpath_overrides_runpath=yes
10295 ;;
10296
10297*nto* | *qnx*)
10298 version_type=qnx
10299 need_lib_prefix=no
10300 need_version=no
10301 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10302 soname_spec='${libname}${release}${shared_ext}$major'
10303 shlibpath_var=LD_LIBRARY_PATH
10304 shlibpath_overrides_runpath=no
10305 hardcode_into_libs=yes
10306 dynamic_linker='ldqnx.so'
10307 ;;
10308
10309openbsd*)
10310 version_type=sunos
10311 sys_lib_dlsearch_path_spec="/usr/lib"
10312 need_lib_prefix=no
10313 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10314 case $host_os in
10315 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10316 *) need_version=no ;;
10317 esac
10318 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10319 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10320 shlibpath_var=LD_LIBRARY_PATH
10321 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10322 case $host_os in
10323 openbsd2.[89] | openbsd2.[89].*)
10324 shlibpath_overrides_runpath=no
10325 ;;
10326 *)
10327 shlibpath_overrides_runpath=yes
10328 ;;
10329 esac
10330 else
10331 shlibpath_overrides_runpath=yes
10332 fi
10333 ;;
10334
10335os2*)
10336 libname_spec='$name'
10337 shrext_cmds=".dll"
10338 need_lib_prefix=no
10339 library_names_spec='$libname${shared_ext} $libname.a'
10340 dynamic_linker='OS/2 ld.exe'
10341 shlibpath_var=LIBPATH
10342 ;;
10343
10344osf3* | osf4* | osf5*)
10345 version_type=osf
10346 need_lib_prefix=no
10347 need_version=no
10348 soname_spec='${libname}${release}${shared_ext}$major'
10349 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10350 shlibpath_var=LD_LIBRARY_PATH
10351 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10352 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10353 ;;
10354
10355rdos*)
10356 dynamic_linker=no
10357 ;;
10358
10359solaris*)
10360 version_type=linux
10361 need_lib_prefix=no
10362 need_version=no
10363 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10364 soname_spec='${libname}${release}${shared_ext}$major'
10365 shlibpath_var=LD_LIBRARY_PATH
10366 shlibpath_overrides_runpath=yes
10367 hardcode_into_libs=yes
10368 # ldd complains unless libraries are executable
10369 postinstall_cmds='chmod +x $lib'
10370 ;;
10371
10372sunos4*)
10373 version_type=sunos
10374 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10375 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10376 shlibpath_var=LD_LIBRARY_PATH
10377 shlibpath_overrides_runpath=yes
10378 if test "$with_gnu_ld" = yes; then
10379 need_lib_prefix=no
10380 fi
10381 need_version=yes
10382 ;;
10383
10384sysv4 | sysv4.3*)
10385 version_type=linux
10386 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10387 soname_spec='${libname}${release}${shared_ext}$major'
10388 shlibpath_var=LD_LIBRARY_PATH
10389 case $host_vendor in
10390 sni)
10391 shlibpath_overrides_runpath=no
10392 need_lib_prefix=no
10393 runpath_var=LD_RUN_PATH
10394 ;;
10395 siemens)
10396 need_lib_prefix=no
10397 ;;
10398 motorola)
10399 need_lib_prefix=no
10400 need_version=no
10401 shlibpath_overrides_runpath=no
10402 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10403 ;;
10404 esac
10405 ;;
10406
10407sysv4*MP*)
10408 if test -d /usr/nec ;then
10409 version_type=linux
10410 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10411 soname_spec='$libname${shared_ext}.$major'
10412 shlibpath_var=LD_LIBRARY_PATH
10413 fi
10414 ;;
10415
10416sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10417 version_type=freebsd-elf
10418 need_lib_prefix=no
10419 need_version=no
10420 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10421 soname_spec='${libname}${release}${shared_ext}$major'
10422 shlibpath_var=LD_LIBRARY_PATH
10423 shlibpath_overrides_runpath=yes
10424 hardcode_into_libs=yes
10425 if test "$with_gnu_ld" = yes; then
10426 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10427 else
10428 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10429 case $host_os in
10430 sco3.2v5*)
10431 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10432 ;;
10433 esac
10434 fi
10435 sys_lib_dlsearch_path_spec='/usr/lib'
10436 ;;
10437
10438tpf*)
10439 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10440 version_type=linux
10441 need_lib_prefix=no
10442 need_version=no
10443 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10444 shlibpath_var=LD_LIBRARY_PATH
10445 shlibpath_overrides_runpath=no
10446 hardcode_into_libs=yes
10447 ;;
10448
10449uts4*)
10450 version_type=linux
10451 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10452 soname_spec='${libname}${release}${shared_ext}$major'
10453 shlibpath_var=LD_LIBRARY_PATH
10454 ;;
10455
10456*)
10457 dynamic_linker=no
10458 ;;
10459esac
10460{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
10461$as_echo "$dynamic_linker" >&6; }
10462test "$dynamic_linker" = no && can_build_shared=no
10463
10464variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10465if test "$GCC" = yes; then
10466 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10467fi
10468
10469if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10470 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10471fi
10472if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10473 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10474fi
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
10545
10546
10547
10548
10549
10550
10551
10552
10553
10554
10555
10556
10557
10558
10559
10560
10561
10562 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
10563$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10564hardcode_action=
10565if test -n "$hardcode_libdir_flag_spec" ||
10566 test -n "$runpath_var" ||
10567 test "X$hardcode_automatic" = "Xyes" ; then
10568
10569 # We can hardcode non-existent directories.
10570 if test "$hardcode_direct" != no &&
10571 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10572 # have to relink, otherwise we might link with an installed library
10573 # when we should be linking with a yet-to-be-installed one
10574 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10575 test "$hardcode_minus_L" != no; then
10576 # Linking always hardcodes the temporary library directory.
10577 hardcode_action=relink
10578 else
10579 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10580 hardcode_action=immediate
10581 fi
10582else
10583 # We cannot hardcode anything, or else we can only hardcode existing
10584 # directories.
10585 hardcode_action=unsupported
10586fi
10587{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
10588$as_echo "$hardcode_action" >&6; }
10589
10590if test "$hardcode_action" = relink ||
10591 test "$inherit_rpath" = yes; then
10592 # Fast installation is not supported
10593 enable_fast_install=no
10594elif test "$shlibpath_overrides_runpath" = yes ||
10595 test "$enable_shared" = no; then
10596 # Fast installation is not necessary
10597 enable_fast_install=needless
10598fi
10599
10600
10601
10602
10603
10604
10605 if test "x$enable_dlopen" != xyes; then
10606 enable_dlopen=unknown
10607 enable_dlopen_self=unknown
10608 enable_dlopen_self_static=unknown
10609else
10610 lt_cv_dlopen=no
10611 lt_cv_dlopen_libs=
10612
10613 case $host_os in
10614 beos*)
10615 lt_cv_dlopen="load_add_on"
10616 lt_cv_dlopen_libs=
10617 lt_cv_dlopen_self=yes
10618 ;;
10619
10620 mingw* | pw32* | cegcc*)
10621 lt_cv_dlopen="LoadLibrary"
10622 lt_cv_dlopen_libs=
10623 ;;
10624
10625 cygwin*)
10626 lt_cv_dlopen="dlopen"
10627 lt_cv_dlopen_libs=
10628 ;;
10629
10630 darwin*)
10631 # if libdl is installed we need to link against it
10632 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10633$as_echo_n "checking for dlopen in -ldl... " >&6; }
10634if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10635 $as_echo_n "(cached) " >&6
10636else
10637 ac_check_lib_save_LIBS=$LIBS
10638LIBS="-ldl $LIBS"
10639cat >conftest.$ac_ext <<_ACEOF
10640/* confdefs.h. */
10641_ACEOF
10642cat confdefs.h >>conftest.$ac_ext
10643cat >>conftest.$ac_ext <<_ACEOF
10644/* end confdefs.h. */
10645
10646/* Override any GCC internal prototype to avoid an error.
10647 Use char because int might match the return type of a GCC
10648 builtin and then its argument prototype would still apply. */
10649#ifdef __cplusplus
10650extern "C"
10651#endif
10652char dlopen ();
10653int
10654main ()
10655{
10656return dlopen ();
10657 ;
10658 return 0;
10659}
10660_ACEOF
10661rm -f conftest.$ac_objext conftest$ac_exeext
10662if { (ac_try="$ac_link"
10663case "(($ac_try" in
10664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10665 *) ac_try_echo=$ac_try;;
10666esac
10667eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10668$as_echo "$ac_try_echo") >&5
10669 (eval "$ac_link") 2>conftest.er1
10670 ac_status=$?
10671 grep -v '^ *+' conftest.er1 >conftest.err
10672 rm -f conftest.er1
10673 cat conftest.err >&5
10674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10675 (exit $ac_status); } && {
10676 test -z "$ac_c_werror_flag" ||
10677 test ! -s conftest.err
10678 } && test -s conftest$ac_exeext && {
10679 test "$cross_compiling" = yes ||
10680 $as_test_x conftest$ac_exeext
10681 }; then
10682 ac_cv_lib_dl_dlopen=yes
10683else
10684 $as_echo "$as_me: failed program was:" >&5
10685sed 's/^/| /' conftest.$ac_ext >&5
10686
10687 ac_cv_lib_dl_dlopen=no
10688fi
10689
10690rm -rf conftest.dSYM
10691rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10692 conftest$ac_exeext conftest.$ac_ext
10693LIBS=$ac_check_lib_save_LIBS
10694fi
10695{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10696$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10697if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
10698 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10699else
10700
10701 lt_cv_dlopen="dyld"
10702 lt_cv_dlopen_libs=
10703 lt_cv_dlopen_self=yes
10704
10705fi
10706
10707 ;;
10708
10709 *)
10710 { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
10711$as_echo_n "checking for shl_load... " >&6; }
10712if test "${ac_cv_func_shl_load+set}" = set; then
10713 $as_echo_n "(cached) " >&6
10714else
10715 cat >conftest.$ac_ext <<_ACEOF
10716/* confdefs.h. */
10717_ACEOF
10718cat confdefs.h >>conftest.$ac_ext
10719cat >>conftest.$ac_ext <<_ACEOF
10720/* end confdefs.h. */
10721/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
10722 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10723#define shl_load innocuous_shl_load
10724
10725/* System header to define __stub macros and hopefully few prototypes,
10726 which can conflict with char shl_load (); below.
10727 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10728 <limits.h> exists even on freestanding compilers. */
10729
10730#ifdef __STDC__
10731# include <limits.h>
10732#else
10733# include <assert.h>
10734#endif
10735
10736#undef shl_load
10737
10738/* Override any GCC internal prototype to avoid an error.
10739 Use char because int might match the return type of a GCC
10740 builtin and then its argument prototype would still apply. */
10741#ifdef __cplusplus
10742extern "C"
10743#endif
10744char shl_load ();
10745/* The GNU C library defines this for functions which it implements
10746 to always fail with ENOSYS. Some functions are actually named
10747 something starting with __ and the normal name is an alias. */
10748#if defined __stub_shl_load || defined __stub___shl_load
10749choke me
10750#endif
10751
10752int
10753main ()
10754{
10755return shl_load ();
10756 ;
10757 return 0;
10758}
10759_ACEOF
10760rm -f conftest.$ac_objext conftest$ac_exeext
10761if { (ac_try="$ac_link"
10762case "(($ac_try" in
10763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10764 *) ac_try_echo=$ac_try;;
10765esac
10766eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10767$as_echo "$ac_try_echo") >&5
10768 (eval "$ac_link") 2>conftest.er1
10769 ac_status=$?
10770 grep -v '^ *+' conftest.er1 >conftest.err
10771 rm -f conftest.er1
10772 cat conftest.err >&5
10773 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10774 (exit $ac_status); } && {
10775 test -z "$ac_c_werror_flag" ||
10776 test ! -s conftest.err
10777 } && test -s conftest$ac_exeext && {
10778 test "$cross_compiling" = yes ||
10779 $as_test_x conftest$ac_exeext
10780 }; then
10781 ac_cv_func_shl_load=yes
10782else
10783 $as_echo "$as_me: failed program was:" >&5
10784sed 's/^/| /' conftest.$ac_ext >&5
10785
10786 ac_cv_func_shl_load=no
10787fi
10788
10789rm -rf conftest.dSYM
10790rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10791 conftest$ac_exeext conftest.$ac_ext
10792fi
10793{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10794$as_echo "$ac_cv_func_shl_load" >&6; }
10795if test "x$ac_cv_func_shl_load" = x""yes; then
10796 lt_cv_dlopen="shl_load"
10797else
10798 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10799$as_echo_n "checking for shl_load in -ldld... " >&6; }
10800if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10801 $as_echo_n "(cached) " >&6
10802else
10803 ac_check_lib_save_LIBS=$LIBS
10804LIBS="-ldld $LIBS"
10805cat >conftest.$ac_ext <<_ACEOF
10806/* confdefs.h. */
10807_ACEOF
10808cat confdefs.h >>conftest.$ac_ext
10809cat >>conftest.$ac_ext <<_ACEOF
10810/* end confdefs.h. */
10811
10812/* Override any GCC internal prototype to avoid an error.
10813 Use char because int might match the return type of a GCC
10814 builtin and then its argument prototype would still apply. */
10815#ifdef __cplusplus
10816extern "C"
10817#endif
10818char shl_load ();
10819int
10820main ()
10821{
10822return shl_load ();
10823 ;
10824 return 0;
10825}
10826_ACEOF
10827rm -f conftest.$ac_objext conftest$ac_exeext
10828if { (ac_try="$ac_link"
10829case "(($ac_try" in
10830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10831 *) ac_try_echo=$ac_try;;
10832esac
10833eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10834$as_echo "$ac_try_echo") >&5
10835 (eval "$ac_link") 2>conftest.er1
10836 ac_status=$?
10837 grep -v '^ *+' conftest.er1 >conftest.err
10838 rm -f conftest.er1
10839 cat conftest.err >&5
10840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10841 (exit $ac_status); } && {
10842 test -z "$ac_c_werror_flag" ||
10843 test ! -s conftest.err
10844 } && test -s conftest$ac_exeext && {
10845 test "$cross_compiling" = yes ||
10846 $as_test_x conftest$ac_exeext
10847 }; then
10848 ac_cv_lib_dld_shl_load=yes
10849else
10850 $as_echo "$as_me: failed program was:" >&5
10851sed 's/^/| /' conftest.$ac_ext >&5
10852
10853 ac_cv_lib_dld_shl_load=no
10854fi
10855
10856rm -rf conftest.dSYM
10857rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10858 conftest$ac_exeext conftest.$ac_ext
10859LIBS=$ac_check_lib_save_LIBS
10860fi
10861{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10862$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10863if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
10864 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10865else
10866 { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
10867$as_echo_n "checking for dlopen... " >&6; }
10868if test "${ac_cv_func_dlopen+set}" = set; then
10869 $as_echo_n "(cached) " >&6
10870else
10871 cat >conftest.$ac_ext <<_ACEOF
10872/* confdefs.h. */
10873_ACEOF
10874cat confdefs.h >>conftest.$ac_ext
10875cat >>conftest.$ac_ext <<_ACEOF
10876/* end confdefs.h. */
10877/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10878 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10879#define dlopen innocuous_dlopen
10880
10881/* System header to define __stub macros and hopefully few prototypes,
10882 which can conflict with char dlopen (); below.
10883 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10884 <limits.h> exists even on freestanding compilers. */
10885
10886#ifdef __STDC__
10887# include <limits.h>
10888#else
10889# include <assert.h>
10890#endif
10891
10892#undef dlopen
10893
10894/* Override any GCC internal prototype to avoid an error.
10895 Use char because int might match the return type of a GCC
10896 builtin and then its argument prototype would still apply. */
10897#ifdef __cplusplus
10898extern "C"
10899#endif
10900char dlopen ();
10901/* The GNU C library defines this for functions which it implements
10902 to always fail with ENOSYS. Some functions are actually named
10903 something starting with __ and the normal name is an alias. */
10904#if defined __stub_dlopen || defined __stub___dlopen
10905choke me
10906#endif
10907
10908int
10909main ()
10910{
10911return dlopen ();
10912 ;
10913 return 0;
10914}
10915_ACEOF
10916rm -f conftest.$ac_objext conftest$ac_exeext
10917if { (ac_try="$ac_link"
10918case "(($ac_try" in
10919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10920 *) ac_try_echo=$ac_try;;
10921esac
10922eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10923$as_echo "$ac_try_echo") >&5
10924 (eval "$ac_link") 2>conftest.er1
10925 ac_status=$?
10926 grep -v '^ *+' conftest.er1 >conftest.err
10927 rm -f conftest.er1
10928 cat conftest.err >&5
10929 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10930 (exit $ac_status); } && {
10931 test -z "$ac_c_werror_flag" ||
10932 test ! -s conftest.err
10933 } && test -s conftest$ac_exeext && {
10934 test "$cross_compiling" = yes ||
10935 $as_test_x conftest$ac_exeext
10936 }; then
10937 ac_cv_func_dlopen=yes
10938else
10939 $as_echo "$as_me: failed program was:" >&5
10940sed 's/^/| /' conftest.$ac_ext >&5
10941
10942 ac_cv_func_dlopen=no
10943fi
10944
10945rm -rf conftest.dSYM
10946rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10947 conftest$ac_exeext conftest.$ac_ext
10948fi
10949{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10950$as_echo "$ac_cv_func_dlopen" >&6; }
10951if test "x$ac_cv_func_dlopen" = x""yes; then
10952 lt_cv_dlopen="dlopen"
10953else
10954 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10955$as_echo_n "checking for dlopen in -ldl... " >&6; }
10956if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10957 $as_echo_n "(cached) " >&6
10958else
10959 ac_check_lib_save_LIBS=$LIBS
10960LIBS="-ldl $LIBS"
10961cat >conftest.$ac_ext <<_ACEOF
10962/* confdefs.h. */
10963_ACEOF
10964cat confdefs.h >>conftest.$ac_ext
10965cat >>conftest.$ac_ext <<_ACEOF
10966/* end confdefs.h. */
10967
10968/* Override any GCC internal prototype to avoid an error.
10969 Use char because int might match the return type of a GCC
10970 builtin and then its argument prototype would still apply. */
10971#ifdef __cplusplus
10972extern "C"
10973#endif
10974char dlopen ();
10975int
10976main ()
10977{
10978return dlopen ();
10979 ;
10980 return 0;
10981}
10982_ACEOF
10983rm -f conftest.$ac_objext conftest$ac_exeext
10984if { (ac_try="$ac_link"
10985case "(($ac_try" in
10986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10987 *) ac_try_echo=$ac_try;;
10988esac
10989eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10990$as_echo "$ac_try_echo") >&5
10991 (eval "$ac_link") 2>conftest.er1
10992 ac_status=$?
10993 grep -v '^ *+' conftest.er1 >conftest.err
10994 rm -f conftest.er1
10995 cat conftest.err >&5
10996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10997 (exit $ac_status); } && {
10998 test -z "$ac_c_werror_flag" ||
10999 test ! -s conftest.err
11000 } && test -s conftest$ac_exeext && {
11001 test "$cross_compiling" = yes ||
11002 $as_test_x conftest$ac_exeext
11003 }; then
11004 ac_cv_lib_dl_dlopen=yes
11005else
11006 $as_echo "$as_me: failed program was:" >&5
11007sed 's/^/| /' conftest.$ac_ext >&5
11008
11009 ac_cv_lib_dl_dlopen=no
11010fi
11011
11012rm -rf conftest.dSYM
11013rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11014 conftest$ac_exeext conftest.$ac_ext
11015LIBS=$ac_check_lib_save_LIBS
11016fi
11017{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
11018$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11019if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
11020 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11021else
11022 { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
11023$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11024if test "${ac_cv_lib_svld_dlopen+set}" = set; then
11025 $as_echo_n "(cached) " >&6
11026else
11027 ac_check_lib_save_LIBS=$LIBS
11028LIBS="-lsvld $LIBS"
11029cat >conftest.$ac_ext <<_ACEOF
11030/* confdefs.h. */
11031_ACEOF
11032cat confdefs.h >>conftest.$ac_ext
11033cat >>conftest.$ac_ext <<_ACEOF
11034/* end confdefs.h. */
11035
11036/* Override any GCC internal prototype to avoid an error.
11037 Use char because int might match the return type of a GCC
11038 builtin and then its argument prototype would still apply. */
11039#ifdef __cplusplus
11040extern "C"
11041#endif
11042char dlopen ();
11043int
11044main ()
11045{
11046return dlopen ();
11047 ;
11048 return 0;
11049}
11050_ACEOF
11051rm -f conftest.$ac_objext conftest$ac_exeext
11052if { (ac_try="$ac_link"
11053case "(($ac_try" in
11054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11055 *) ac_try_echo=$ac_try;;
11056esac
11057eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11058$as_echo "$ac_try_echo") >&5
11059 (eval "$ac_link") 2>conftest.er1
11060 ac_status=$?
11061 grep -v '^ *+' conftest.er1 >conftest.err
11062 rm -f conftest.er1
11063 cat conftest.err >&5
11064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11065 (exit $ac_status); } && {
11066 test -z "$ac_c_werror_flag" ||
11067 test ! -s conftest.err
11068 } && test -s conftest$ac_exeext && {
11069 test "$cross_compiling" = yes ||
11070 $as_test_x conftest$ac_exeext
11071 }; then
11072 ac_cv_lib_svld_dlopen=yes
11073else
11074 $as_echo "$as_me: failed program was:" >&5
11075sed 's/^/| /' conftest.$ac_ext >&5
11076
11077 ac_cv_lib_svld_dlopen=no
11078fi
11079
11080rm -rf conftest.dSYM
11081rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11082 conftest$ac_exeext conftest.$ac_ext
11083LIBS=$ac_check_lib_save_LIBS
11084fi
11085{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
11086$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11087if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
11088 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11089else
11090 { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
11091$as_echo_n "checking for dld_link in -ldld... " >&6; }
11092if test "${ac_cv_lib_dld_dld_link+set}" = set; then
11093 $as_echo_n "(cached) " >&6
11094else
11095 ac_check_lib_save_LIBS=$LIBS
11096LIBS="-ldld $LIBS"
11097cat >conftest.$ac_ext <<_ACEOF
11098/* confdefs.h. */
11099_ACEOF
11100cat confdefs.h >>conftest.$ac_ext
11101cat >>conftest.$ac_ext <<_ACEOF
11102/* end confdefs.h. */
11103
11104/* Override any GCC internal prototype to avoid an error.
11105 Use char because int might match the return type of a GCC
11106 builtin and then its argument prototype would still apply. */
11107#ifdef __cplusplus
11108extern "C"
11109#endif
11110char dld_link ();
11111int
11112main ()
11113{
11114return dld_link ();
11115 ;
11116 return 0;
11117}
11118_ACEOF
11119rm -f conftest.$ac_objext conftest$ac_exeext
11120if { (ac_try="$ac_link"
11121case "(($ac_try" in
11122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11123 *) ac_try_echo=$ac_try;;
11124esac
11125eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11126$as_echo "$ac_try_echo") >&5
11127 (eval "$ac_link") 2>conftest.er1
11128 ac_status=$?
11129 grep -v '^ *+' conftest.er1 >conftest.err
11130 rm -f conftest.er1
11131 cat conftest.err >&5
11132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11133 (exit $ac_status); } && {
11134 test -z "$ac_c_werror_flag" ||
11135 test ! -s conftest.err
11136 } && test -s conftest$ac_exeext && {
11137 test "$cross_compiling" = yes ||
11138 $as_test_x conftest$ac_exeext
11139 }; then
11140 ac_cv_lib_dld_dld_link=yes
11141else
11142 $as_echo "$as_me: failed program was:" >&5
11143sed 's/^/| /' conftest.$ac_ext >&5
11144
11145 ac_cv_lib_dld_dld_link=no
11146fi
11147
11148rm -rf conftest.dSYM
11149rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11150 conftest$ac_exeext conftest.$ac_ext
11151LIBS=$ac_check_lib_save_LIBS
11152fi
11153{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
11154$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11155if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
11156 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11157fi
11158
11159
11160fi
11161
11162
11163fi
11164
11165
11166fi
11167
11168
11169fi
11170
11171
11172fi
11173
11174 ;;
11175 esac
11176
11177 if test "x$lt_cv_dlopen" != xno; then
11178 enable_dlopen=yes
11179 else
11180 enable_dlopen=no
11181 fi
11182
11183 case $lt_cv_dlopen in
11184 dlopen)
11185 save_CPPFLAGS="$CPPFLAGS"
11186 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11187
11188 save_LDFLAGS="$LDFLAGS"
11189 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11190
11191 save_LIBS="$LIBS"
11192 LIBS="$lt_cv_dlopen_libs $LIBS"
11193
11194 { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
11195$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11196if test "${lt_cv_dlopen_self+set}" = set; then
11197 $as_echo_n "(cached) " >&6
11198else
11199 if test "$cross_compiling" = yes; then :
11200 lt_cv_dlopen_self=cross
11201else
11202 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11203 lt_status=$lt_dlunknown
11204 cat > conftest.$ac_ext <<_LT_EOF
6ba3b446 11205#line 11205 "configure"
e70e591c
BB
11206#include "confdefs.h"
11207
11208#if HAVE_DLFCN_H
11209#include <dlfcn.h>
11210#endif
11211
11212#include <stdio.h>
11213
11214#ifdef RTLD_GLOBAL
11215# define LT_DLGLOBAL RTLD_GLOBAL
11216#else
11217# ifdef DL_GLOBAL
11218# define LT_DLGLOBAL DL_GLOBAL
11219# else
11220# define LT_DLGLOBAL 0
11221# endif
11222#endif
11223
11224/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11225 find out it does not work in some platform. */
11226#ifndef LT_DLLAZY_OR_NOW
11227# ifdef RTLD_LAZY
11228# define LT_DLLAZY_OR_NOW RTLD_LAZY
11229# else
11230# ifdef DL_LAZY
11231# define LT_DLLAZY_OR_NOW DL_LAZY
11232# else
11233# ifdef RTLD_NOW
11234# define LT_DLLAZY_OR_NOW RTLD_NOW
11235# else
11236# ifdef DL_NOW
11237# define LT_DLLAZY_OR_NOW DL_NOW
11238# else
11239# define LT_DLLAZY_OR_NOW 0
11240# endif
11241# endif
11242# endif
11243# endif
11244#endif
11245
11246void fnord() { int i=42;}
11247int main ()
11248{
11249 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11250 int status = $lt_dlunknown;
11251
11252 if (self)
11253 {
11254 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11255 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11256 /* dlclose (self); */
11257 }
11258 else
11259 puts (dlerror ());
11260
11261 return status;
11262}
11263_LT_EOF
11264 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11265 (eval $ac_link) 2>&5
11266 ac_status=$?
11267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11268 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11269 (./conftest; exit; ) >&5 2>/dev/null
11270 lt_status=$?
11271 case x$lt_status in
11272 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11273 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11274 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11275 esac
11276 else :
11277 # compilation failed
11278 lt_cv_dlopen_self=no
11279 fi
11280fi
11281rm -fr conftest*
11282
11283
11284fi
11285{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
11286$as_echo "$lt_cv_dlopen_self" >&6; }
11287
11288 if test "x$lt_cv_dlopen_self" = xyes; then
11289 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11290 { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
11291$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11292if test "${lt_cv_dlopen_self_static+set}" = set; then
11293 $as_echo_n "(cached) " >&6
11294else
11295 if test "$cross_compiling" = yes; then :
11296 lt_cv_dlopen_self_static=cross
11297else
11298 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11299 lt_status=$lt_dlunknown
11300 cat > conftest.$ac_ext <<_LT_EOF
6ba3b446 11301#line 11301 "configure"
e70e591c
BB
11302#include "confdefs.h"
11303
11304#if HAVE_DLFCN_H
11305#include <dlfcn.h>
11306#endif
11307
11308#include <stdio.h>
11309
11310#ifdef RTLD_GLOBAL
11311# define LT_DLGLOBAL RTLD_GLOBAL
11312#else
11313# ifdef DL_GLOBAL
11314# define LT_DLGLOBAL DL_GLOBAL
11315# else
11316# define LT_DLGLOBAL 0
11317# endif
11318#endif
11319
11320/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11321 find out it does not work in some platform. */
11322#ifndef LT_DLLAZY_OR_NOW
11323# ifdef RTLD_LAZY
11324# define LT_DLLAZY_OR_NOW RTLD_LAZY
11325# else
11326# ifdef DL_LAZY
11327# define LT_DLLAZY_OR_NOW DL_LAZY
11328# else
11329# ifdef RTLD_NOW
11330# define LT_DLLAZY_OR_NOW RTLD_NOW
11331# else
11332# ifdef DL_NOW
11333# define LT_DLLAZY_OR_NOW DL_NOW
11334# else
11335# define LT_DLLAZY_OR_NOW 0
11336# endif
11337# endif
11338# endif
11339# endif
11340#endif
11341
11342void fnord() { int i=42;}
11343int main ()
11344{
11345 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11346 int status = $lt_dlunknown;
11347
11348 if (self)
11349 {
11350 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11351 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11352 /* dlclose (self); */
11353 }
11354 else
11355 puts (dlerror ());
11356
11357 return status;
11358}
11359_LT_EOF
11360 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11361 (eval $ac_link) 2>&5
11362 ac_status=$?
11363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11364 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11365 (./conftest; exit; ) >&5 2>/dev/null
11366 lt_status=$?
11367 case x$lt_status in
11368 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11369 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11370 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11371 esac
11372 else :
11373 # compilation failed
11374 lt_cv_dlopen_self_static=no
11375 fi
11376fi
11377rm -fr conftest*
11378
11379
11380fi
11381{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
11382$as_echo "$lt_cv_dlopen_self_static" >&6; }
11383 fi
11384
11385 CPPFLAGS="$save_CPPFLAGS"
11386 LDFLAGS="$save_LDFLAGS"
11387 LIBS="$save_LIBS"
11388 ;;
11389 esac
11390
11391 case $lt_cv_dlopen_self in
11392 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11393 *) enable_dlopen_self=unknown ;;
11394 esac
11395
11396 case $lt_cv_dlopen_self_static in
11397 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11398 *) enable_dlopen_self_static=unknown ;;
11399 esac
11400fi
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416
11417
11418striplib=
11419old_striplib=
11420{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
11421$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11422if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11423 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11424 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11425 { $as_echo "$as_me:$LINENO: result: yes" >&5
11426$as_echo "yes" >&6; }
11427else
11428# FIXME - insert some real tests, host_os isn't really good enough
11429 case $host_os in
11430 darwin*)
11431 if test -n "$STRIP" ; then
11432 striplib="$STRIP -x"
11433 old_striplib="$STRIP -S"
11434 { $as_echo "$as_me:$LINENO: result: yes" >&5
11435$as_echo "yes" >&6; }
11436 else
11437 { $as_echo "$as_me:$LINENO: result: no" >&5
11438$as_echo "no" >&6; }
11439 fi
11440 ;;
11441 *)
11442 { $as_echo "$as_me:$LINENO: result: no" >&5
11443$as_echo "no" >&6; }
11444 ;;
11445 esac
11446fi
11447
11448
11449
11450
11451
11452
11453
11454
11455
11456
11457
11458
11459 # Report which library types will actually be built
11460 { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
11461$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11462 { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
11463$as_echo "$can_build_shared" >&6; }
11464
11465 { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
11466$as_echo_n "checking whether to build shared libraries... " >&6; }
11467 test "$can_build_shared" = "no" && enable_shared=no
11468
11469 # On AIX, shared libraries and static libraries use the same namespace, and
11470 # are all built from PIC.
11471 case $host_os in
11472 aix3*)
11473 test "$enable_shared" = yes && enable_static=no
11474 if test -n "$RANLIB"; then
11475 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11476 postinstall_cmds='$RANLIB $lib'
11477 fi
11478 ;;
11479
11480 aix[4-9]*)
11481 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11482 test "$enable_shared" = yes && enable_static=no
11483 fi
11484 ;;
11485 esac
11486 { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
11487$as_echo "$enable_shared" >&6; }
11488
11489 { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
11490$as_echo_n "checking whether to build static libraries... " >&6; }
11491 # Make sure either enable_shared or enable_static is yes.
11492 test "$enable_shared" = yes || enable_static=yes
11493 { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
11494$as_echo "$enable_static" >&6; }
11495
11496
11497
11498
11499fi
11500ac_ext=c
11501ac_cpp='$CPP $CPPFLAGS'
11502ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11503ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11504ac_compiler_gnu=$ac_cv_c_compiler_gnu
11505
11506CC="$lt_save_CC"
11507
11508
11509
11510
11511
11512
11513
11514
11515
11516
11517
11518
11519
11520 ac_config_commands="$ac_config_commands libtool"
11521
11522
11523
11524
11525# Only expand once:
11526
11527
11528# By default we simply use the C compiler to build assembly code.
11529
11530test "${CCAS+set}" = set || CCAS=$CC
11531test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
11532
11533
11534
11535depcc="$CCAS" am_compiler_list=
11536
11537{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
11538$as_echo_n "checking dependency style of $depcc... " >&6; }
11539if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then
11540 $as_echo_n "(cached) " >&6
11541else
11542 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
11543 # We make a subdir and do the tests there. Otherwise we can end up
11544 # making bogus files that we don't know about and never remove. For
11545 # instance it was reported that on HP-UX the gcc test will end up
11546 # making a dummy file named `D' -- because `-MD' means `put the output
11547 # in D'.
11548 mkdir conftest.dir
11549 # Copy depcomp to subdir because otherwise we won't find it if we're
11550 # using a relative directory.
11551 cp "$am_depcomp" conftest.dir
11552 cd conftest.dir
11553 # We will build objects and dependencies in a subdirectory because
11554 # it helps to detect inapplicable dependency modes. For instance
11555 # both Tru64's cc and ICC support -MD to output dependencies as a
11556 # side effect of compilation, but ICC will put the dependencies in
11557 # the current directory while Tru64 will put them in the object
11558 # directory.
11559 mkdir sub
11560
11561 am_cv_CCAS_dependencies_compiler_type=none
11562 if test "$am_compiler_list" = ""; then
11563 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
11564 fi
11565 am__universal=false
11566
11567
11568 for depmode in $am_compiler_list; do
11569 # Setup a source with many dependencies, because some compilers
11570 # like to wrap large dependency lists on column 80 (with \), and
11571 # we should not choose a depcomp mode which is confused by this.
11572 #
11573 # We need to recreate these files for each test, as the compiler may
11574 # overwrite some of them when testing with obscure command lines.
11575 # This happens at least with the AIX C compiler.
11576 : > sub/conftest.c
11577 for i in 1 2 3 4 5 6; do
11578 echo '#include "conftst'$i'.h"' >> sub/conftest.c
11579 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
11580 # Solaris 8's {/usr,}/bin/sh.
11581 touch sub/conftst$i.h
11582 done
11583 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
11584
11585 # We check with `-c' and `-o' for the sake of the "dashmstdout"
11586 # mode. It turns out that the SunPro C++ compiler does not properly
11587 # handle `-M -o', and we need to detect this. Also, some Intel
11588 # versions had trouble with output in subdirs
11589 am__obj=sub/conftest.${OBJEXT-o}
11590 am__minus_obj="-o $am__obj"
11591 case $depmode in
11592 gcc)
11593 # This depmode causes a compiler race in universal mode.
11594 test "$am__universal" = false || continue
11595 ;;
11596 nosideeffect)
11597 # after this tag, mechanisms are not by side-effect, so they'll
11598 # only be used when explicitly requested
11599 if test "x$enable_dependency_tracking" = xyes; then
11600 continue
11601 else
11602 break
11603 fi
11604 ;;
11605 msvisualcpp | msvcmsys)
11606 # This compiler won't grok `-c -o', but also, the minuso test has
11607 # not run yet. These depmodes are late enough in the game, and
11608 # so weak that their functioning should not be impacted.
11609 am__obj=conftest.${OBJEXT-o}
11610 am__minus_obj=
11611 ;;
11612 none) break ;;
11613 esac
11614 if depmode=$depmode \
11615 source=sub/conftest.c object=$am__obj \
11616 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
11617 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
11618 >/dev/null 2>conftest.err &&
11619 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
11620 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
11621 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
11622 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
11623 # icc doesn't choke on unknown options, it will just issue warnings
11624 # or remarks (even with -Werror). So we grep stderr for any message
11625 # that says an option was ignored or not supported.
11626 # When given -MP, icc 7.0 and 7.1 complain thusly:
11627 # icc: Command line warning: ignoring option '-M'; no argument required
11628 # The diagnosis changed in icc 8.0:
11629 # icc: Command line remark: option '-MP' not supported
11630 if (grep 'ignoring option' conftest.err ||
11631 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
11632 am_cv_CCAS_dependencies_compiler_type=$depmode
11633 break
11634 fi
11635 fi
11636 done
11637
11638 cd ..
11639 rm -rf conftest.dir
11640else
11641 am_cv_CCAS_dependencies_compiler_type=none
11642fi
11643
11644fi
11645{ $as_echo "$as_me:$LINENO: result: $am_cv_CCAS_dependencies_compiler_type" >&5
11646$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
11647CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
11648
11649 if
11650 test "x$enable_dependency_tracking" != xno \
11651 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
11652 am__fastdepCCAS_TRUE=
11653 am__fastdepCCAS_FALSE='#'
11654else
11655 am__fastdepCCAS_TRUE='#'
11656 am__fastdepCCAS_FALSE=
11657fi
11658
11659
11660
11661
11662 { $as_echo "$as_me:$LINENO: checking zfs author" >&5
11663$as_echo_n "checking zfs author... " >&6; }
11664 { $as_echo "$as_me:$LINENO: result: $ZFS_META_AUTHOR" >&5
11665$as_echo "$ZFS_META_AUTHOR" >&6; }
11666
11667 { $as_echo "$as_me:$LINENO: checking zfs license" >&5
11668$as_echo_n "checking zfs license... " >&6; }
11669 { $as_echo "$as_me:$LINENO: result: $ZFS_META_LICENSE" >&5
11670$as_echo "$ZFS_META_LICENSE" >&6; }
11671
11672
11673
11674 RPM=rpm
11675 RPMBUILD=rpmbuild
11676
11677 { $as_echo "$as_me:$LINENO: checking whether $RPM is available" >&5
11678$as_echo_n "checking whether $RPM is available... " >&6; }
11679 if tmp=$($RPM --version 2>/dev/null); then
11680
11681 RPM_VERSION=$(echo $tmp | $AWK '/RPM/ { print $3 }')
11682 HAVE_RPM=yes
11683 { $as_echo "$as_me:$LINENO: result: $HAVE_RPM ($RPM_VERSION)" >&5
11684$as_echo "$HAVE_RPM ($RPM_VERSION)" >&6; }
11685
11686else
11687
11688 HAVE_RPM=no
11689 { $as_echo "$as_me:$LINENO: result: $HAVE_RPM" >&5
11690$as_echo "$HAVE_RPM" >&6; }
11691
11692fi
11693
11694
11695 { $as_echo "$as_me:$LINENO: checking whether $RPMBUILD is available" >&5
11696$as_echo_n "checking whether $RPMBUILD is available... " >&6; }
11697 if tmp=$($RPMBUILD --version 2>/dev/null); then
11698
11699 RPMBUILD_VERSION=$(echo $tmp | $AWK '/RPM/ { print $3 }')
11700 HAVE_RPMBUILD=yes
11701 { $as_echo "$as_me:$LINENO: result: $HAVE_RPMBUILD ($RPMBUILD_VERSION)" >&5
11702$as_echo "$HAVE_RPMBUILD ($RPMBUILD_VERSION)" >&6; }
11703
11704else
11705
11706 HAVE_RPMBUILD=no
11707 { $as_echo "$as_me:$LINENO: result: $HAVE_RPMBUILD" >&5
11708$as_echo "$HAVE_RPMBUILD" >&6; }
11709
11710fi
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722 DPKG=dpkg
11723 DPKGBUILD=dpkg-buildpackage
11724
11725 { $as_echo "$as_me:$LINENO: checking whether $DPKG is available" >&5
11726$as_echo_n "checking whether $DPKG is available... " >&6; }
11727 if tmp=$($DPKG --version 2>/dev/null); then
11728
11729 DPKG_VERSION=$(echo $tmp | $AWK '/Debian/ { print $7 }')
11730 HAVE_DPKG=yes
11731 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKG ($DPKG_VERSION)" >&5
11732$as_echo "$HAVE_DPKG ($DPKG_VERSION)" >&6; }
11733
11734else
11735
11736 HAVE_DPKG=no
11737 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKG" >&5
11738$as_echo "$HAVE_DPKG" >&6; }
11739
11740fi
11741
11742
11743 { $as_echo "$as_me:$LINENO: checking whether $DPKGBUILD is available" >&5
11744$as_echo_n "checking whether $DPKGBUILD is available... " >&6; }
11745 if tmp=$($DPKGBUILD --version 2>/dev/null); then
11746
11747 DPKGBUILD_VERSION=$(echo $tmp | \
11748 $AWK '/Debian/ { print $4 }' | cut -f-4 -d'.')
11749 HAVE_DPKGBUILD=yes
11750 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKGBUILD ($DPKGBUILD_VERSION)" >&5
11751$as_echo "$HAVE_DPKGBUILD ($DPKGBUILD_VERSION)" >&6; }
11752
11753else
11754
11755 HAVE_DPKGBUILD=no
11756 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKGBUILD" >&5
11757$as_echo "$HAVE_DPKGBUILD" >&6; }
11758
11759fi
11760
11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
11771 ALIEN=alien
11772
11773 { $as_echo "$as_me:$LINENO: checking whether $ALIEN is available" >&5
11774$as_echo_n "checking whether $ALIEN is available... " >&6; }
11775 if tmp=$($ALIEN --version 2>/dev/null); then
11776
11777 ALIEN_VERSION=$(echo $tmp | $AWK '{ print $3 }')
11778 HAVE_ALIEN=yes
11779 { $as_echo "$as_me:$LINENO: result: $HAVE_ALIEN ($ALIEN_VERSION)" >&5
11780$as_echo "$HAVE_ALIEN ($ALIEN_VERSION)" >&6; }
11781
11782else
11783
11784 HAVE_ALIEN=no
11785 { $as_echo "$as_me:$LINENO: result: $HAVE_ALIEN" >&5
11786$as_echo "$HAVE_ALIEN" >&6; }
11787
11788fi
11789
11790
11791
11792
11793
11794
11795
6ba3b446
PS
11796 PACMAN=pacman
11797 MAKEPKG=makepkg
11798
11799 { $as_echo "$as_me:$LINENO: checking whether $PACMAN is available" >&5
11800$as_echo_n "checking whether $PACMAN is available... " >&6; }
11801 tmp=$($PACMAN --version 2>/dev/null)
11802 if test -n "$tmp"; then
11803
11804 PACMAN_VERSION=$(echo $tmp |
11805 $AWK '/Pacman/ { print $3 }' |
11806 $SED 's/^v//')
11807 HAVE_PACMAN=yes
11808 { $as_echo "$as_me:$LINENO: result: $HAVE_PACMAN ($PACMAN_VERSION)" >&5
11809$as_echo "$HAVE_PACMAN ($PACMAN_VERSION)" >&6; }
11810
11811else
11812
11813 HAVE_PACMAN=no
11814 { $as_echo "$as_me:$LINENO: result: $HAVE_PACMAN" >&5
11815$as_echo "$HAVE_PACMAN" >&6; }
11816
11817fi
11818
11819
11820 { $as_echo "$as_me:$LINENO: checking whether $MAKEPKG is available" >&5
11821$as_echo_n "checking whether $MAKEPKG is available... " >&6; }
11822 tmp=$($MAKEPKG --version 2>/dev/null)
11823 if test -n "$tmp"; then
11824
11825 MAKEPKG_VERSION=$(echo $tmp | $AWK '/makepkg/ { print $3 }')
11826 HAVE_MAKEPKG=yes
11827 { $as_echo "$as_me:$LINENO: result: $HAVE_MAKEPKG ($MAKEPKG_VERSION)" >&5
11828$as_echo "$HAVE_MAKEPKG ($MAKEPKG_VERSION)" >&6; }
11829
11830else
11831
11832 HAVE_MAKEPKG=no
11833 { $as_echo "$as_me:$LINENO: result: $HAVE_MAKEPKG" >&5
11834$as_echo "$HAVE_MAKEPKG" >&6; }
11835
11836fi
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
e70e591c
BB
11848 { $as_echo "$as_me:$LINENO: checking linux distribution" >&5
11849$as_echo_n "checking linux distribution... " >&6; }
11850 if test -f /etc/redhat-release ; then
11851 VENDOR=redhat ;
11852 elif test -f /etc/fedora-release ; then
11853 VENDOR=fedora ;
d9bfe0f5
AS
11854 elif test -f /etc/gentoo-release ; then
11855 VENDOR=gentoo ;
6283f55e
BB
11856 elif test -f /etc/debian_version ; then
11857 VENDOR=debian ;
e70e591c
BB
11858 elif test -f /etc/SuSE-release ; then
11859 VENDOR=sles ;
11860 elif test -f /etc/slackware-version ; then
11861 VENDOR=slackware ;
d9bfe0f5
AS
11862 elif test -f /etc/lsb-release ; then
11863 VENDOR=ubuntu ;
712f8bd8
BB
11864 elif test -f /etc/lunar.release ; then
11865 VENDOR=lunar ;
615ab66d
KF
11866 elif test -f /etc/arch-release ; then
11867 VENDOR=arch ;
e70e591c
BB
11868 else
11869 VENDOR= ;
11870 fi
11871 { $as_echo "$as_me:$LINENO: result: $VENDOR" >&5
11872$as_echo "$VENDOR" >&6; }
11873
11874
11875 { $as_echo "$as_me:$LINENO: checking default package type" >&5
11876$as_echo_n "checking default package type... " >&6; }
11877 case "$VENDOR" in
e70e591c 11878 redhat) DEFAULT_PACKAGE=rpm ;;
712f8bd8 11879 fedora) DEFAULT_PACKAGE=rpm ;;
e70e591c
BB
11880 ubuntu) DEFAULT_PACKAGE=deb ;;
11881 debian) DEFAULT_PACKAGE=deb ;;
712f8bd8 11882 sles) DEFAULT_PACKAGE=rpm ;;
e70e591c 11883 slackware) DEFAULT_PACKAGE=tgz ;;
712f8bd8
BB
11884 gentoo) DEFAULT_PACKAGE=tgz ;;
11885 lunar) DEFAULT_PACKAGE=tgz ;;
6ba3b446 11886 arch) DEFAULT_PACKAGE=arch;;
e70e591c
BB
11887 *) DEFAULT_PACKAGE=rpm ;;
11888 esac
11889
11890 { $as_echo "$as_me:$LINENO: result: $DEFAULT_PACKAGE" >&5
11891$as_echo "$DEFAULT_PACKAGE" >&6; }
11892
11893
615ab66d
KF
11894 { $as_echo "$as_me:$LINENO: checking default init directory" >&5
11895$as_echo_n "checking default init directory... " >&6; }
11896 case "$VENDOR" in
11897 arch) DEFAULT_INIT_DIR=$sysconfdir/rc.d ;;
11898 *) DEFAULT_INIT_DIR=$sysconfdir/init.d ;;
11899 esac
11900
11901 { $as_echo "$as_me:$LINENO: result: $DEFAULT_INIT_DIR" >&5
11902$as_echo "$DEFAULT_INIT_DIR" >&6; }
11903
11904
01c0e61d
BB
11905 { $as_echo "$as_me:$LINENO: checking default init script type" >&5
11906$as_echo_n "checking default init script type... " >&6; }
11907 case "$VENDOR" in
712f8bd8 11908 redhat) DEFAULT_INIT_SCRIPT=redhat ;;
01c0e61d 11909 fedora) DEFAULT_INIT_SCRIPT=fedora ;;
01c0e61d
BB
11910 ubuntu) DEFAULT_INIT_SCRIPT=lsb ;;
11911 debian) DEFAULT_INIT_SCRIPT=lsb ;;
712f8bd8 11912 sles) DEFAULT_INIT_SCRIPT=lsb ;;
01c0e61d 11913 slackware) DEFAULT_INIT_SCRIPT=lsb ;;
712f8bd8
BB
11914 gentoo) DEFAULT_INIT_SCRIPT=gentoo ;;
11915 lunar) DEFAULT_INIT_SCRIPT=lunar ;;
615ab66d 11916 arch) DEFAULT_INIT_SCRIPT=arch ;;
01c0e61d
BB
11917 *) DEFAULT_INIT_SCRIPT=lsb ;;
11918 esac
11919
11920 { $as_echo "$as_me:$LINENO: result: $DEFAULT_INIT_SCRIPT" >&5
11921$as_echo "$DEFAULT_INIT_SCRIPT" >&6; }
11922
11923
e70e591c
BB
11924
11925
e70e591c
BB
11926 TARGET_ASM_DIR=asm-generic
11927
11928
e70e591c
BB
11929 ZFS_CONFIG=all
11930
11931# Check whether --with-config was given.
11932if test "${with_config+set}" = set; then
11933 withval=$with_config; ZFS_CONFIG="$withval"
11934fi
11935
11936
11937 { $as_echo "$as_me:$LINENO: checking zfs config" >&5
11938$as_echo_n "checking zfs config... " >&6; }
11939 { $as_echo "$as_me:$LINENO: result: $ZFS_CONFIG" >&5
11940$as_echo "$ZFS_CONFIG" >&6; };
11941
11942
2e08aedb
BB
11943
11944
11945 { $as_echo "$as_me:$LINENO: checking for -Wno-unused-but-set-variable support" >&5
11946$as_echo_n "checking for -Wno-unused-but-set-variable support... " >&6; }
11947
11948 saved_flags="$CFLAGS"
11949 CFLAGS="$CFLAGS -Wunused-but-set-variable"
11950
11951 if test "$cross_compiling" = yes; then
11952 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11953$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11954{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
11955See \`config.log' for more details." >&5
11956$as_echo "$as_me: error: cannot run test program while cross compiling
11957See \`config.log' for more details." >&2;}
11958 { (exit 1); exit 1; }; }; }
11959else
11960 cat >conftest.$ac_ext <<_ACEOF
11961/* confdefs.h. */
11962_ACEOF
11963cat confdefs.h >>conftest.$ac_ext
11964cat >>conftest.$ac_ext <<_ACEOF
11965/* end confdefs.h. */
11966
11967int
11968main ()
11969{
11970
11971 ;
11972 return 0;
11973}
11974_ACEOF
11975rm -f conftest$ac_exeext
11976if { (ac_try="$ac_link"
11977case "(($ac_try" in
11978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11979 *) ac_try_echo=$ac_try;;
11980esac
11981eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11982$as_echo "$ac_try_echo") >&5
11983 (eval "$ac_link") 2>&5
11984 ac_status=$?
11985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11986 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11987 { (case "(($ac_try" in
11988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11989 *) ac_try_echo=$ac_try;;
11990esac
11991eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11992$as_echo "$ac_try_echo") >&5
11993 (eval "$ac_try") 2>&5
11994 ac_status=$?
11995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11996 (exit $ac_status); }; }; then
11997
11998 NO_UNUSED_BUT_SET_VARIABLE=-Wno-unused-but-set-variable
11999 { $as_echo "$as_me:$LINENO: result: yes" >&5
12000$as_echo "yes" >&6; }
12001
12002else
12003 $as_echo "$as_me: program exited with status $ac_status" >&5
12004$as_echo "$as_me: failed program was:" >&5
12005sed 's/^/| /' conftest.$ac_ext >&5
12006
12007( exit $ac_status )
12008
12009 NO_UNUSED_BUT_SET_VARIABLE=
12010 { $as_echo "$as_me:$LINENO: result: no" >&5
12011$as_echo "no" >&6; }
12012
12013fi
12014rm -rf conftest.dSYM
12015rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12016fi
12017
12018
12019
12020 CFLAGS="$saved_flags"
12021
12022
12023
12024
e70e591c
BB
12025 case "$ZFS_CONFIG" in
12026 kernel)
12027
12028
12029# Check whether --with-linux was given.
12030if test "${with_linux+set}" = set; then
12031 withval=$with_linux; kernelsrc="$withval"
12032fi
12033
12034
12035
12036# Check whether --with-linux-obj was given.
12037if test "${with_linux_obj+set}" = set; then
12038 withval=$with_linux_obj; kernelbuild="$withval"
12039fi
12040
12041
12042 { $as_echo "$as_me:$LINENO: checking kernel source directory" >&5
12043$as_echo_n "checking kernel source directory... " >&6; }
12044 if test -z "$kernelsrc"; then
8366cd6a 12045
1b94c25c 12046 if test -e "/lib/modules/$(uname -r)/source"; then
8366cd6a 12047
1b94c25c
BB
12048 headersdir="/lib/modules/$(uname -r)/source"
12049 sourcelink=$(readlink -f "$headersdir")
8366cd6a
PS
12050
12051elif test -e "/lib/modules/$(uname -r)/build"; then
12052
1b94c25c 12053 headersdir="/lib/modules/$(uname -r)/build"
e70e591c 12054 sourcelink=$(readlink -f "$headersdir")
8366cd6a
PS
12055
12056else
12057
e70e591c 12058 sourcelink=$(ls -1d /usr/src/kernels/* \
8366cd6a 12059 /usr/src/linux-* \
e70e591c 12060 2>/dev/null | grep -v obj | tail -1)
8366cd6a
PS
12061
12062fi
12063
e70e591c
BB
12064
12065 if test -n "$sourcelink" && test -e ${sourcelink}; then
8366cd6a 12066
e70e591c 12067 kernelsrc=`readlink -f ${sourcelink}`
8366cd6a
PS
12068
12069else
12070
e70e591c
BB
12071 { $as_echo "$as_me:$LINENO: result: Not found" >&5
12072$as_echo "Not found" >&6; }
12073 { { $as_echo "$as_me:$LINENO: error:
12074 *** Please make sure the kernel devel package for your distribution
12075 *** is installed then try again. If that fails you can specify the
12076 *** location of the kernel source with the '--with-linux=PATH' option." >&5
12077$as_echo "$as_me: error:
12078 *** Please make sure the kernel devel package for your distribution
12079 *** is installed then try again. If that fails you can specify the
12080 *** location of the kernel source with the '--with-linux=PATH' option." >&2;}
12081 { (exit 1); exit 1; }; }
8366cd6a
PS
12082
12083fi
12084
12085
12086else
12087
e70e591c 12088 if test "$kernelsrc" = "NONE"; then
8366cd6a 12089
e70e591c 12090 kernsrcver=NONE
8366cd6a
PS
12091
12092fi
12093
12094
12095fi
12096
e70e591c
BB
12097
12098 { $as_echo "$as_me:$LINENO: result: $kernelsrc" >&5
12099$as_echo "$kernelsrc" >&6; }
12100 { $as_echo "$as_me:$LINENO: checking kernel build directory" >&5
12101$as_echo_n "checking kernel build directory... " >&6; }
12102 if test -z "$kernelbuild"; then
8366cd6a 12103
1b94c25c 12104 if test -e "/lib/modules/$(uname -r)/build"; then
8366cd6a 12105
1b94c25c 12106 kernelbuild=`readlink -f /lib/modules/$(uname -r)/build`
8366cd6a
PS
12107
12108elif test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}; then
12109
e70e591c 12110 kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
8366cd6a
PS
12111
12112elif test -d ${kernelsrc}-obj/${target_cpu}/default; then
12113
e70e591c 12114 kernelbuild=${kernelsrc}-obj/${target_cpu}/default
8366cd6a
PS
12115
12116elif test -d `dirname ${kernelsrc}`/build-${target_cpu}; then
12117
e70e591c 12118 kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
8366cd6a
PS
12119
12120else
12121
e70e591c 12122 kernelbuild=${kernelsrc}
8366cd6a
PS
12123
12124fi
12125
12126
12127fi
12128
e70e591c
BB
12129 { $as_echo "$as_me:$LINENO: result: $kernelbuild" >&5
12130$as_echo "$kernelbuild" >&6; }
12131
12132 { $as_echo "$as_me:$LINENO: checking kernel source version" >&5
12133$as_echo_n "checking kernel source version... " >&6; }
12134 utsrelease1=$kernelbuild/include/linux/version.h
12135 utsrelease2=$kernelbuild/include/linux/utsrelease.h
12136 utsrelease3=$kernelbuild/include/generated/utsrelease.h
12137 if test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1; then
8366cd6a 12138
e70e591c 12139 utsrelease=linux/version.h
8366cd6a
PS
12140
12141elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then
12142
e70e591c 12143 utsrelease=linux/utsrelease.h
8366cd6a
PS
12144
12145elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then
12146
e70e591c 12147 utsrelease=generated/utsrelease.h
8366cd6a
PS
12148
12149fi
12150
e70e591c
BB
12151
12152 if test "$utsrelease"; then
8366cd6a 12153
e70e591c
BB
12154 kernsrcver=`(echo "#include <$utsrelease>";
12155 echo "kernsrcver=UTS_RELEASE") |
12156 cpp -I $kernelbuild/include |
12157 grep "^kernsrcver=" | cut -d \" -f 2`
12158
12159 if test -z "$kernsrcver"; then
8366cd6a 12160
e70e591c
BB
12161 { $as_echo "$as_me:$LINENO: result: Not found" >&5
12162$as_echo "Not found" >&6; }
12163 { { $as_echo "$as_me:$LINENO: error: *** Cannot determine kernel version." >&5
12164$as_echo "$as_me: error: *** Cannot determine kernel version." >&2;}
12165 { (exit 1); exit 1; }; }
8366cd6a
PS
12166
12167fi
12168
12169
12170else
12171
e70e591c
BB
12172 { $as_echo "$as_me:$LINENO: result: Not found" >&5
12173$as_echo "Not found" >&6; }
12174 { { $as_echo "$as_me:$LINENO: error: *** Cannot find UTS_RELEASE definition." >&5
12175$as_echo "$as_me: error: *** Cannot find UTS_RELEASE definition." >&2;}
12176 { (exit 1); exit 1; }; }
8366cd6a
PS
12177
12178fi
12179
e70e591c
BB
12180
12181 { $as_echo "$as_me:$LINENO: result: $kernsrcver" >&5
12182$as_echo "$kernsrcver" >&6; }
12183
12184 LINUX=${kernelsrc}
12185 LINUX_OBJ=${kernelbuild}
12186 LINUX_VERSION=${kernsrcver}
12187
12188
12189
12190
12191
12192
12193 modpost=$LINUX/scripts/Makefile.modpost
12194 { $as_echo "$as_me:$LINENO: checking kernel file name for module symbols" >&5
12195$as_echo_n "checking kernel file name for module symbols... " >&6; }
12196 if test -f "$modpost"; then
8366cd6a 12197
e70e591c 12198 if grep -q Modules.symvers $modpost; then
8366cd6a 12199
e70e591c 12200 LINUX_SYMBOLS=Modules.symvers
8366cd6a
PS
12201
12202else
12203
e70e591c 12204 LINUX_SYMBOLS=Module.symvers
a60b1c0a 12205
8366cd6a
PS
12206fi
12207
12208
12209 if test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"; then
12210
a60b1c0a
BB
12211 { { $as_echo "$as_me:$LINENO: error:
12212 *** Please make sure the kernel devel package for your distribution
12213 *** is installed. If your building with a custom kernel make sure the
12214 *** kernel is configured, built, and the '--with-linux=PATH' configure
12215 *** option refers to the location of the kernel source." >&5
12216$as_echo "$as_me: error:
12217 *** Please make sure the kernel devel package for your distribution
12218 *** is installed. If your building with a custom kernel make sure the
12219 *** kernel is configured, built, and the '--with-linux=PATH' configure
12220 *** option refers to the location of the kernel source." >&2;}
12221 { (exit 1); exit 1; }; }
8366cd6a
PS
12222
12223fi
12224
12225
12226else
12227
e70e591c 12228 LINUX_SYMBOLS=NONE
8366cd6a
PS
12229
12230fi
12231
e70e591c
BB
12232 { $as_echo "$as_me:$LINENO: result: $LINUX_SYMBOLS" >&5
12233$as_echo "$LINUX_SYMBOLS" >&6; }
12234
12235
12236
12237
12238
12239# Check whether --with-spl was given.
12240if test "${with_spl+set}" = set; then
12241 withval=$with_spl; splsrc="$withval"
12242fi
12243
12244
12245
12246# Check whether --with-spl-obj was given.
12247if test "${with_spl_obj+set}" = set; then
12248 withval=$with_spl_obj; splbuild="$withval"
12249fi
12250
12251
12252
12253 { $as_echo "$as_me:$LINENO: checking spl source directory" >&5
12254$as_echo_n "checking spl source directory... " >&6; }
12255 if test -z "$splsrc"; then
8366cd6a 12256
e70e591c
BB
12257 sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
12258 2>/dev/null | tail -1`
12259
12260 if test -z "$sourcelink" || test ! -e $sourcelink; then
8366cd6a 12261
e70e591c 12262 sourcelink=../spl
8366cd6a
PS
12263
12264fi
12265
e70e591c
BB
12266
12267 if test -e $sourcelink; then
8366cd6a 12268
e70e591c 12269 splsrc=`readlink -f ${sourcelink}`
8366cd6a
PS
12270
12271else
12272
e70e591c
BB
12273 { $as_echo "$as_me:$LINENO: result: Not found" >&5
12274$as_echo "Not found" >&6; }
12275 { { $as_echo "$as_me:$LINENO: error:
12276 *** Please make sure the spl devel package for your distribution
12277 *** is installed then try again. If that fails you can specify the
12278 *** location of the spl source with the '--with-spl=PATH' option." >&5
12279$as_echo "$as_me: error:
12280 *** Please make sure the spl devel package for your distribution
12281 *** is installed then try again. If that fails you can specify the
12282 *** location of the spl source with the '--with-spl=PATH' option." >&2;}
12283 { (exit 1); exit 1; }; }
8366cd6a
PS
12284
12285fi
12286
12287
12288else
12289
e70e591c 12290 if test "$splsrc" = "NONE"; then
8366cd6a 12291
e70e591c
BB
12292 splbuild=NONE
12293 splsrcver=NONE
8366cd6a
PS
12294
12295fi
12296
12297
12298fi
12299
e70e591c
BB
12300
12301 { $as_echo "$as_me:$LINENO: result: $splsrc" >&5
12302$as_echo "$splsrc" >&6; }
12303 { $as_echo "$as_me:$LINENO: checking spl build directory" >&5
12304$as_echo_n "checking spl build directory... " >&6; }
12305 if test -z "$splbuild"; then
8366cd6a 12306
6283f55e 12307 splbuild=${splsrc}
8366cd6a
PS
12308
12309fi
12310
e70e591c
BB
12311 { $as_echo "$as_me:$LINENO: result: $splbuild" >&5
12312$as_echo "$splbuild" >&6; }
12313
12314 { $as_echo "$as_me:$LINENO: checking spl source version" >&5
12315$as_echo_n "checking spl source version... " >&6; }
5e612145
BB
12316 if test -r $splbuild/spl_config.h &&
12317 fgrep -q SPL_META_VERSION $splbuild/spl_config.h; then
e70e591c 12318
8366cd6a 12319
e70e591c
BB
12320 splsrcver=`(echo "#include <spl_config.h>";
12321 echo "splsrcver=SPL_META_VERSION") |
5e612145 12322 cpp -I $splbuild |
e70e591c 12323 grep "^splsrcver=" | cut -d \" -f 2`
8366cd6a
PS
12324
12325fi
12326
e70e591c
BB
12327
12328 if test -z "$splsrcver"; then
8366cd6a 12329
e70e591c
BB
12330 { $as_echo "$as_me:$LINENO: result: Not found" >&5
12331$as_echo "Not found" >&6; }
12332 { { $as_echo "$as_me:$LINENO: error:
2984e0bb
PS
12333 *** Cannot determine the version of the spl source.
12334 *** Please prepare the spl source before running this script" >&5
e70e591c 12335$as_echo "$as_me: error:
2984e0bb
PS
12336 *** Cannot determine the version of the spl source.
12337 *** Please prepare the spl source before running this script" >&2;}
e70e591c 12338 { (exit 1); exit 1; }; }
8366cd6a
PS
12339
12340fi
12341
e70e591c
BB
12342
12343 { $as_echo "$as_me:$LINENO: result: $splsrcver" >&5
12344$as_echo "$splsrcver" >&6; }
12345
12346 SPL=${splsrc}
12347 SPL_OBJ=${splbuild}
12348 SPL_VERSION=${splsrcver}
12349
12350
12351
12352
12353
12354
12355 { $as_echo "$as_me:$LINENO: checking spl file name for module symbols" >&5
12356$as_echo_n "checking spl file name for module symbols... " >&6; }
12357 if test -r $SPL_OBJ/Module.symvers; then
8366cd6a 12358
e70e591c 12359 SPL_SYMBOLS=Module.symvers
8366cd6a
PS
12360
12361elif test -r $SPL_OBJ/Modules.symvers; then
12362
e70e591c 12363 SPL_SYMBOLS=Modules.symvers
8366cd6a
PS
12364
12365elif test -r $SPL_OBJ/module/Module.symvers; then
12366
6283f55e 12367 SPL_SYMBOLS=Module.symvers
8366cd6a
PS
12368
12369elif test -r $SPL_OBJ/module/Modules.symvers; then
12370
6283f55e 12371 SPL_SYMBOLS=Modules.symvers
8366cd6a
PS
12372
12373else
12374
e70e591c 12375 SPL_SYMBOLS=$LINUX_SYMBOLS
8366cd6a
PS
12376
12377fi
12378
e70e591c
BB
12379
12380 { $as_echo "$as_me:$LINENO: result: $SPL_SYMBOLS" >&5
12381$as_echo "$SPL_SYMBOLS" >&6; }
12382
12383
12384
12385
12386
15805c77
BB
12387 { $as_echo "$as_me:$LINENO: checking whether Linux was built with CONFIG_PREEMPT" >&5
12388$as_echo_n "checking whether Linux was built with CONFIG_PREEMPT... " >&6; }
12389
12390
12391cat confdefs.h - <<_ACEOF >conftest.c
12392/* confdefs.h. */
12393_ACEOF
12394cat confdefs.h >>conftest.$ac_ext
12395cat >>conftest.$ac_ext <<_ACEOF
12396/* end confdefs.h. */
12397
12398
0da78696 12399 #include <linux/module.h>
15805c77
BB
12400
12401int
12402main (void)
12403{
12404
12405 #ifndef CONFIG_PREEMPT
12406 #error CONFIG_PREEMPT not #defined
12407 #endif
12408
12409 ;
12410 return 0;
12411}
12412
12413_ACEOF
12414
12415
12416 rm -Rf build && mkdir -p build
12417 echo "obj-m := conftest.o" >build/Makefile
12418 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'
12419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12420 (eval $ac_try) 2>&5
12421 ac_status=$?
12422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12423 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12425 (eval $ac_try) 2>&5
12426 ac_status=$?
12427 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12428 (exit $ac_status); }; }; then
12429
12430 { $as_echo "$as_me:$LINENO: result: yes" >&5
12431$as_echo "yes" >&6; }
12432 { { $as_echo "$as_me:$LINENO: error:
2984e0bb
PS
12433 *** Kernel built with CONFIG_PREEMPT which is not supported.
12434 *** You must rebuild your kernel without this option." >&5
15805c77 12435$as_echo "$as_me: error:
2984e0bb
PS
12436 *** Kernel built with CONFIG_PREEMPT which is not supported.
12437 *** You must rebuild your kernel without this option." >&2;}
15805c77
BB
12438 { (exit 1); exit 1; }; }
12439
12440else
12441 $as_echo "$as_me: failed program was:" >&5
12442sed 's/^/| /' conftest.$ac_ext >&5
12443
12444 { $as_echo "$as_me:$LINENO: result: no" >&5
12445$as_echo "no" >&6; }
12446
12447
12448
12449
12450fi
12451
12452 rm -Rf build
12453
12454
12455
12456
e70e591c 12457 if test "$ZFS_META_LICENSE" = CDDL; then
8366cd6a 12458
e70e591c
BB
12459 { $as_echo "$as_me:$LINENO: checking whether Linux was built with CONFIG_DEBUG_LOCK_ALLOC" >&5
12460$as_echo_n "checking whether Linux was built with CONFIG_DEBUG_LOCK_ALLOC... " >&6; }
12461
12462
12463cat confdefs.h - <<_ACEOF >conftest.c
12464/* confdefs.h. */
12465_ACEOF
12466cat confdefs.h >>conftest.$ac_ext
12467cat >>conftest.$ac_ext <<_ACEOF
12468/* end confdefs.h. */
12469
12470
0da78696 12471 #include <linux/module.h>
e70e591c
BB
12472
12473int
12474main (void)
12475{
12476
12477 #ifndef CONFIG_DEBUG_LOCK_ALLOC
12478 #error CONFIG_DEBUG_LOCK_ALLOC not #defined
12479 #endif
12480
12481 ;
12482 return 0;
12483}
12484
12485_ACEOF
12486
12487
12488 rm -Rf build && mkdir -p build
12489 echo "obj-m := conftest.o" >build/Makefile
12490 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'
12491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12492 (eval $ac_try) 2>&5
12493 ac_status=$?
12494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12495 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12497 (eval $ac_try) 2>&5
12498 ac_status=$?
12499 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12500 (exit $ac_status); }; }; then
12501
12502 { $as_echo "$as_me:$LINENO: result: yes" >&5
12503$as_echo "yes" >&6; }
12504 { { $as_echo "$as_me:$LINENO: error:
2984e0bb
PS
12505 *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is
12506 *** incompatible with the CDDL license. You must rebuild
12507 *** your kernel without this option." >&5
e70e591c 12508$as_echo "$as_me: error:
2984e0bb
PS
12509 *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is
12510 *** incompatible with the CDDL license. You must rebuild
12511 *** your kernel without this option." >&2;}
e70e591c
BB
12512 { (exit 1); exit 1; }; }
12513
12514else
12515 $as_echo "$as_me: failed program was:" >&5
12516sed 's/^/| /' conftest.$ac_ext >&5
12517
12518 { $as_echo "$as_me:$LINENO: result: no" >&5
12519$as_echo "no" >&6; }
12520
12521
12522
12523
12524fi
12525
12526 rm -Rf build
12527
12528
12529
8366cd6a
PS
12530
12531fi
12532
e70e591c
BB
12533
12534 if test "$ZFS_META_LICENSE" = GPL; then
12535
8366cd6a 12536
e70e591c
BB
12537cat >>confdefs.h <<\_ACEOF
12538#define HAVE_GPL_ONLY_SYMBOLS 1
12539_ACEOF
12540
8366cd6a
PS
12541
12542fi
12543
e70e591c
BB
12544
12545
12546 { $as_echo "$as_me:$LINENO: checking block device operation prototypes" >&5
12547$as_echo_n "checking block device operation prototypes... " >&6; }
b9c59ec8
PS
12548 tmp_flags="$EXTRA_KCFLAGS"
12549 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
12550
12551
12552cat confdefs.h - <<_ACEOF >conftest.c
12553/* confdefs.h. */
12554_ACEOF
12555cat confdefs.h >>conftest.$ac_ext
12556cat >>conftest.$ac_ext <<_ACEOF
12557/* end confdefs.h. */
12558
12559
12560 #include <linux/blkdev.h>
12561
12562int
12563main (void)
12564{
12565
12566 int (*blk_open) (struct block_device *, fmode_t) = NULL;
12567 int (*blk_release) (struct gendisk *, fmode_t) = NULL;
12568 int (*blk_ioctl) (struct block_device *, fmode_t,
12569 unsigned, unsigned long) = NULL;
12570 int (*blk_compat_ioctl) (struct block_device *, fmode_t,
12571 unsigned, unsigned long) = NULL;
12572 struct block_device_operations blk_ops = {
12573 .open = blk_open,
12574 .release = blk_release,
12575 .ioctl = blk_ioctl,
12576 .compat_ioctl = blk_compat_ioctl,
12577 };
12578
12579 blk_ops.open(NULL, 0);
12580 blk_ops.release(NULL, 0);
12581 blk_ops.ioctl(NULL, 0, 0, 0);
12582 blk_ops.compat_ioctl(NULL, 0, 0, 0);
12583
12584 ;
12585 return 0;
12586}
12587
12588_ACEOF
12589
12590
12591 rm -Rf build && mkdir -p build
12592 echo "obj-m := conftest.o" >build/Makefile
12593 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'
12594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12595 (eval $ac_try) 2>&5
12596 ac_status=$?
12597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12598 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12600 (eval $ac_try) 2>&5
12601 ac_status=$?
12602 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12603 (exit $ac_status); }; }; then
12604
12605 { $as_echo "$as_me:$LINENO: result: struct block_device" >&5
12606$as_echo "struct block_device" >&6; }
12607
12608cat >>confdefs.h <<\_ACEOF
12609#define HAVE_BDEV_BLOCK_DEVICE_OPERATIONS 1
12610_ACEOF
12611
12612
12613else
12614 $as_echo "$as_me: failed program was:" >&5
12615sed 's/^/| /' conftest.$ac_ext >&5
12616
12617 { $as_echo "$as_me:$LINENO: result: struct inode" >&5
12618$as_echo "struct inode" >&6; }
12619
12620
12621
12622fi
12623
12624 rm -Rf build
12625
12626
b9c59ec8 12627 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
12628
12629 { $as_echo "$as_me:$LINENO: checking whether kernel defines fmode_t" >&5
12630$as_echo_n "checking whether kernel defines fmode_t... " >&6; }
12631
12632
12633cat confdefs.h - <<_ACEOF >conftest.c
12634/* confdefs.h. */
12635_ACEOF
12636cat confdefs.h >>conftest.$ac_ext
12637cat >>conftest.$ac_ext <<_ACEOF
12638/* end confdefs.h. */
12639
12640
12641 #include <linux/types.h>
12642
12643int
12644main (void)
12645{
12646
79713039 12647 fmode_t *ptr __attribute__ ((unused));
e70e591c
BB
12648
12649 ;
12650 return 0;
12651}
12652
12653_ACEOF
12654
12655
12656 rm -Rf build && mkdir -p build
12657 echo "obj-m := conftest.o" >build/Makefile
12658 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'
12659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12660 (eval $ac_try) 2>&5
12661 ac_status=$?
12662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12663 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12665 (eval $ac_try) 2>&5
12666 ac_status=$?
12667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12668 (exit $ac_status); }; }; then
12669
12670 { $as_echo "$as_me:$LINENO: result: yes" >&5
12671$as_echo "yes" >&6; }
12672
12673cat >>confdefs.h <<\_ACEOF
12674#define HAVE_FMODE_T 1
12675_ACEOF
12676
12677
12678else
12679 $as_echo "$as_me: failed program was:" >&5
12680sed 's/^/| /' conftest.$ac_ext >&5
12681
12682 { $as_echo "$as_me:$LINENO: result: no" >&5
12683$as_echo "no" >&6; }
12684
12685
12686
12687fi
12688
12689 rm -Rf build
12690
12691
12692
12693
12694 { $as_echo "$as_me:$LINENO: checking whether kernel defines KOBJ_NAME_LEN" >&5
12695$as_echo_n "checking whether kernel defines KOBJ_NAME_LEN... " >&6; }
12696
12697
12698cat confdefs.h - <<_ACEOF >conftest.c
12699/* confdefs.h. */
12700_ACEOF
12701cat confdefs.h >>conftest.$ac_ext
12702cat >>conftest.$ac_ext <<_ACEOF
12703/* end confdefs.h. */
12704
12705
12706 #include <linux/kobject.h>
12707
12708int
12709main (void)
12710{
12711
79713039 12712 int val __attribute__ ((unused));
e70e591c
BB
12713 val = KOBJ_NAME_LEN;
12714
12715 ;
12716 return 0;
12717}
12718
12719_ACEOF
12720
12721
12722 rm -Rf build && mkdir -p build
12723 echo "obj-m := conftest.o" >build/Makefile
12724 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'
12725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12726 (eval $ac_try) 2>&5
12727 ac_status=$?
12728 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12729 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12731 (eval $ac_try) 2>&5
12732 ac_status=$?
12733 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12734 (exit $ac_status); }; }; then
12735
12736 { $as_echo "$as_me:$LINENO: result: yes" >&5
12737$as_echo "yes" >&6; }
12738
12739cat >>confdefs.h <<\_ACEOF
12740#define HAVE_KOBJ_NAME_LEN 1
12741_ACEOF
12742
12743
12744else
12745 $as_echo "$as_me: failed program was:" >&5
12746sed 's/^/| /' conftest.$ac_ext >&5
12747
12748 { $as_echo "$as_me:$LINENO: result: no" >&5
12749$as_echo "no" >&6; }
12750
12751
12752
12753fi
12754
12755 rm -Rf build
12756
12757
12758
12759
45066d1f
BB
12760 { $as_echo "$as_me:$LINENO: checking whether symbol blkdev_get_by_path is exported" >&5
12761$as_echo_n "checking whether symbol blkdev_get_by_path is exported... " >&6; }
12762 grep -q -E '[[:space:]]blkdev_get_by_path[[:space:]]' \
12763 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
12764 rc=$?
12765 if test $rc -ne 0; then
8366cd6a 12766
45066d1f
BB
12767 export=0
12768 for file in fs/block_dev.c; do
12769 grep -q -E "EXPORT_SYMBOL.*(blkdev_get_by_path)" "$LINUX/$file" 2>/dev/null
12770 rc=$?
8366cd6a
PS
12771 if test $rc -eq 0; then
12772
12773 export=1
12774 break;
12775
12776fi
12777
45066d1f
BB
12778 done
12779 if test $export -eq 0; then
8366cd6a 12780
45066d1f
BB
12781 { $as_echo "$as_me:$LINENO: result: no" >&5
12782$as_echo "no" >&6; }
12783
8366cd6a
PS
12784
12785else
12786
45066d1f
BB
12787 { $as_echo "$as_me:$LINENO: result: yes" >&5
12788$as_echo "yes" >&6; }
12789
12790cat >>confdefs.h <<\_ACEOF
12791#define HAVE_BLKDEV_GET_BY_PATH 1
12792_ACEOF
12793
8366cd6a
PS
12794
12795fi
12796
12797
12798else
12799
45066d1f
BB
12800 { $as_echo "$as_me:$LINENO: result: yes" >&5
12801$as_echo "yes" >&6; }
12802
12803cat >>confdefs.h <<\_ACEOF
12804#define HAVE_BLKDEV_GET_BY_PATH 1
12805_ACEOF
12806
8366cd6a
PS
12807
12808fi
12809
45066d1f
BB
12810
12811
12812
e70e591c
BB
12813 { $as_echo "$as_me:$LINENO: checking whether symbol open_bdev_exclusive is exported" >&5
12814$as_echo_n "checking whether symbol open_bdev_exclusive is exported... " >&6; }
12815 grep -q -E '[[:space:]]open_bdev_exclusive[[:space:]]' \
12816 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
12817 rc=$?
12818 if test $rc -ne 0; then
8366cd6a 12819
e70e591c
BB
12820 export=0
12821 for file in fs/block_dev.c; do
12822 grep -q -E "EXPORT_SYMBOL.*(open_bdev_exclusive)" "$LINUX/$file" 2>/dev/null
12823 rc=$?
8366cd6a
PS
12824 if test $rc -eq 0; then
12825
12826 export=1
12827 break;
12828
12829fi
12830
e70e591c
BB
12831 done
12832 if test $export -eq 0; then
8366cd6a 12833
e70e591c
BB
12834 { $as_echo "$as_me:$LINENO: result: no" >&5
12835$as_echo "no" >&6; }
12836
8366cd6a
PS
12837
12838else
12839
e70e591c
BB
12840 { $as_echo "$as_me:$LINENO: result: yes" >&5
12841$as_echo "yes" >&6; }
12842
12843cat >>confdefs.h <<\_ACEOF
12844#define HAVE_OPEN_BDEV_EXCLUSIVE 1
12845_ACEOF
12846
8366cd6a
PS
12847
12848fi
12849
12850
12851else
12852
e70e591c
BB
12853 { $as_echo "$as_me:$LINENO: result: yes" >&5
12854$as_echo "yes" >&6; }
12855
12856cat >>confdefs.h <<\_ACEOF
12857#define HAVE_OPEN_BDEV_EXCLUSIVE 1
12858_ACEOF
12859
8366cd6a
PS
12860
12861fi
12862
e70e591c
BB
12863
12864
12865
12866 { $as_echo "$as_me:$LINENO: checking whether invalidate_bdev() wants 1 arg" >&5
12867$as_echo_n "checking whether invalidate_bdev() wants 1 arg... " >&6; }
12868
12869
12870cat confdefs.h - <<_ACEOF >conftest.c
12871/* confdefs.h. */
12872_ACEOF
12873cat confdefs.h >>conftest.$ac_ext
12874cat >>conftest.$ac_ext <<_ACEOF
12875/* end confdefs.h. */
12876
12877
12878 #include <linux/buffer_head.h>
12879
12880int
12881main (void)
12882{
12883
79713039 12884 struct block_device *bdev = NULL;
e70e591c
BB
12885 invalidate_bdev(bdev);
12886
12887 ;
12888 return 0;
12889}
12890
12891_ACEOF
12892
12893
12894 rm -Rf build && mkdir -p build
12895 echo "obj-m := conftest.o" >build/Makefile
12896 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'
12897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12898 (eval $ac_try) 2>&5
12899 ac_status=$?
12900 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12901 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12903 (eval $ac_try) 2>&5
12904 ac_status=$?
12905 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12906 (exit $ac_status); }; }; then
12907
12908 { $as_echo "$as_me:$LINENO: result: yes" >&5
12909$as_echo "yes" >&6; }
12910
12911cat >>confdefs.h <<\_ACEOF
12912#define HAVE_1ARG_INVALIDATE_BDEV 1
12913_ACEOF
12914
12915
12916else
12917 $as_echo "$as_me: failed program was:" >&5
12918sed 's/^/| /' conftest.$ac_ext >&5
12919
12920 { $as_echo "$as_me:$LINENO: result: no" >&5
12921$as_echo "no" >&6; }
12922
12923
12924
12925fi
12926
12927 rm -Rf build
12928
12929
12930
12931
12932 { $as_echo "$as_me:$LINENO: checking whether bdev_logical_block_size() is available" >&5
12933$as_echo_n "checking whether bdev_logical_block_size() is available... " >&6; }
b9c59ec8
PS
12934 tmp_flags="$EXTRA_KCFLAGS"
12935 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
12936
12937
12938cat confdefs.h - <<_ACEOF >conftest.c
12939/* confdefs.h. */
12940_ACEOF
12941cat confdefs.h >>conftest.$ac_ext
12942cat >>conftest.$ac_ext <<_ACEOF
12943/* end confdefs.h. */
12944
12945
12946 #include <linux/blkdev.h>
12947
12948int
12949main (void)
12950{
12951
12952 struct block_device *bdev = NULL;
12953 bdev_logical_block_size(bdev);
12954
12955 ;
12956 return 0;
12957}
12958
12959_ACEOF
12960
12961
12962 rm -Rf build && mkdir -p build
12963 echo "obj-m := conftest.o" >build/Makefile
12964 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'
12965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12966 (eval $ac_try) 2>&5
12967 ac_status=$?
12968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12969 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12971 (eval $ac_try) 2>&5
12972 ac_status=$?
12973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12974 (exit $ac_status); }; }; then
12975
12976 { $as_echo "$as_me:$LINENO: result: yes" >&5
12977$as_echo "yes" >&6; }
12978
12979cat >>confdefs.h <<\_ACEOF
12980#define HAVE_BDEV_LOGICAL_BLOCK_SIZE 1
12981_ACEOF
12982
12983
12984else
12985 $as_echo "$as_me: failed program was:" >&5
12986sed 's/^/| /' conftest.$ac_ext >&5
12987
12988 { $as_echo "$as_me:$LINENO: result: no" >&5
12989$as_echo "no" >&6; }
12990
12991
12992
12993fi
12994
12995 rm -Rf build
12996
12997
b9c59ec8 12998 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
12999
13000
13001 { $as_echo "$as_me:$LINENO: checking whether bio_empty_barrier() is defined" >&5
13002$as_echo_n "checking whether bio_empty_barrier() is defined... " >&6; }
13003 EXTRA_KCFLAGS="-Werror"
13004
13005
13006cat confdefs.h - <<_ACEOF >conftest.c
13007/* confdefs.h. */
13008_ACEOF
13009cat confdefs.h >>conftest.$ac_ext
13010cat >>conftest.$ac_ext <<_ACEOF
13011/* end confdefs.h. */
13012
13013
13014 #include <linux/bio.h>
13015
13016int
13017main (void)
13018{
13019
13020 struct bio bio;
13021 (void)bio_empty_barrier(&bio);
13022
13023 ;
13024 return 0;
13025}
13026
13027_ACEOF
13028
13029
13030 rm -Rf build && mkdir -p build
13031 echo "obj-m := conftest.o" >build/Makefile
13032 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'
13033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13034 (eval $ac_try) 2>&5
13035 ac_status=$?
13036 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13037 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13039 (eval $ac_try) 2>&5
13040 ac_status=$?
13041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13042 (exit $ac_status); }; }; then
13043
13044 { $as_echo "$as_me:$LINENO: result: yes" >&5
13045$as_echo "yes" >&6; }
13046
13047cat >>confdefs.h <<\_ACEOF
13048#define HAVE_BIO_EMPTY_BARRIER 1
13049_ACEOF
13050
13051
13052else
13053 $as_echo "$as_me: failed program was:" >&5
13054sed 's/^/| /' conftest.$ac_ext >&5
13055
13056 { $as_echo "$as_me:$LINENO: result: no" >&5
13057$as_echo "no" >&6; }
13058
13059
13060
13061fi
13062
13063 rm -Rf build
13064
13065
13066
13067
f4af6bb7
BB
13068 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_FAILFAST is defined" >&5
13069$as_echo_n "checking whether BIO_RW_FAILFAST is defined... " >&6; }
13070
13071
13072cat confdefs.h - <<_ACEOF >conftest.c
13073/* confdefs.h. */
13074_ACEOF
13075cat confdefs.h >>conftest.$ac_ext
13076cat >>conftest.$ac_ext <<_ACEOF
13077/* end confdefs.h. */
13078
13079
13080 #include <linux/bio.h>
13081
13082int
13083main (void)
13084{
13085
79713039 13086 int flags __attribute__ ((unused));
f4af6bb7
BB
13087 flags = (1 << BIO_RW_FAILFAST);
13088
13089 ;
13090 return 0;
13091}
13092
13093_ACEOF
13094
13095
13096 rm -Rf build && mkdir -p build
13097 echo "obj-m := conftest.o" >build/Makefile
13098 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'
13099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13100 (eval $ac_try) 2>&5
13101 ac_status=$?
13102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13103 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13105 (eval $ac_try) 2>&5
13106 ac_status=$?
13107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13108 (exit $ac_status); }; }; then
13109
13110 { $as_echo "$as_me:$LINENO: result: yes" >&5
13111$as_echo "yes" >&6; }
13112
13113cat >>confdefs.h <<\_ACEOF
13114#define HAVE_BIO_RW_FAILFAST 1
13115_ACEOF
13116
13117
13118else
13119 $as_echo "$as_me: failed program was:" >&5
13120sed 's/^/| /' conftest.$ac_ext >&5
13121
13122 { $as_echo "$as_me:$LINENO: result: no" >&5
13123$as_echo "no" >&6; }
13124
13125
13126
13127fi
13128
13129 rm -Rf build
13130
13131
13132
13133
2959d94a
BB
13134 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_FAILFAST_* are defined" >&5
13135$as_echo_n "checking whether BIO_RW_FAILFAST_* are defined... " >&6; }
13136
13137
13138cat confdefs.h - <<_ACEOF >conftest.c
13139/* confdefs.h. */
13140_ACEOF
13141cat confdefs.h >>conftest.$ac_ext
13142cat >>conftest.$ac_ext <<_ACEOF
13143/* end confdefs.h. */
13144
13145
13146 #include <linux/bio.h>
13147
13148int
13149main (void)
13150{
13151
79713039 13152 int flags __attribute__ ((unused));
2959d94a
BB
13153 flags = ((1 << BIO_RW_FAILFAST_DEV) |
13154 (1 << BIO_RW_FAILFAST_TRANSPORT) |
13155 (1 << BIO_RW_FAILFAST_DRIVER));
13156
13157 ;
13158 return 0;
13159}
13160
13161_ACEOF
13162
13163
13164 rm -Rf build && mkdir -p build
13165 echo "obj-m := conftest.o" >build/Makefile
13166 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'
13167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13168 (eval $ac_try) 2>&5
13169 ac_status=$?
13170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13171 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13173 (eval $ac_try) 2>&5
13174 ac_status=$?
13175 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13176 (exit $ac_status); }; }; then
13177
13178 { $as_echo "$as_me:$LINENO: result: yes" >&5
13179$as_echo "yes" >&6; }
13180
13181cat >>confdefs.h <<\_ACEOF
f4af6bb7
BB
13182#define HAVE_BIO_RW_FAILFAST_DTD 1
13183_ACEOF
13184
13185
13186else
13187 $as_echo "$as_me: failed program was:" >&5
13188sed 's/^/| /' conftest.$ac_ext >&5
13189
13190 { $as_echo "$as_me:$LINENO: result: no" >&5
13191$as_echo "no" >&6; }
13192
13193
13194
13195fi
13196
13197 rm -Rf build
13198
13199
13200
13201
13202 { $as_echo "$as_me:$LINENO: checking whether REQ_FAILFAST_MASK is defined" >&5
13203$as_echo_n "checking whether REQ_FAILFAST_MASK is defined... " >&6; }
13204
13205
13206cat confdefs.h - <<_ACEOF >conftest.c
13207/* confdefs.h. */
13208_ACEOF
13209cat confdefs.h >>conftest.$ac_ext
13210cat >>conftest.$ac_ext <<_ACEOF
13211/* end confdefs.h. */
13212
13213
13214 #include <linux/bio.h>
13215
13216int
13217main (void)
13218{
13219
79713039 13220 int flags __attribute__ ((unused));
f4af6bb7
BB
13221 flags = REQ_FAILFAST_MASK;
13222
13223 ;
13224 return 0;
13225}
13226
13227_ACEOF
13228
13229
13230 rm -Rf build && mkdir -p build
13231 echo "obj-m := conftest.o" >build/Makefile
13232 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'
13233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13234 (eval $ac_try) 2>&5
13235 ac_status=$?
13236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13237 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13239 (eval $ac_try) 2>&5
13240 ac_status=$?
13241 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13242 (exit $ac_status); }; }; then
13243
13244 { $as_echo "$as_me:$LINENO: result: yes" >&5
13245$as_echo "yes" >&6; }
13246
13247cat >>confdefs.h <<\_ACEOF
13248#define HAVE_BIO_REQ_FAILFAST_MASK 1
2959d94a
BB
13249_ACEOF
13250
13251
13252else
13253 $as_echo "$as_me: failed program was:" >&5
13254sed 's/^/| /' conftest.$ac_ext >&5
13255
13256 { $as_echo "$as_me:$LINENO: result: no" >&5
13257$as_echo "no" >&6; }
13258
13259
13260
13261fi
13262
13263 rm -Rf build
13264
13265
13266
13267
e70e591c
BB
13268 { $as_echo "$as_me:$LINENO: checking whether bio_end_io_t wants 2 args" >&5
13269$as_echo_n "checking whether bio_end_io_t wants 2 args... " >&6; }
13270 tmp_flags="$EXTRA_KCFLAGS"
13271 EXTRA_KCFLAGS="-Werror"
13272
13273
13274cat confdefs.h - <<_ACEOF >conftest.c
13275/* confdefs.h. */
13276_ACEOF
13277cat confdefs.h >>conftest.$ac_ext
13278cat >>conftest.$ac_ext <<_ACEOF
13279/* end confdefs.h. */
13280
13281
13282 #include <linux/bio.h>
13283
13284int
13285main (void)
13286{
13287
13288 void (*wanted_end_io)(struct bio *, int) = NULL;
79713039 13289 bio_end_io_t *local_end_io __attribute__ ((unused));
e70e591c
BB
13290
13291 local_end_io = wanted_end_io;
13292
13293 ;
13294 return 0;
13295}
13296
13297_ACEOF
13298
13299
13300 rm -Rf build && mkdir -p build
13301 echo "obj-m := conftest.o" >build/Makefile
13302 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'
13303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13304 (eval $ac_try) 2>&5
13305 ac_status=$?
13306 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13307 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13309 (eval $ac_try) 2>&5
13310 ac_status=$?
13311 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13312 (exit $ac_status); }; }; then
13313
13314 { $as_echo "$as_me:$LINENO: result: yes" >&5
13315$as_echo "yes" >&6; }
13316
13317cat >>confdefs.h <<\_ACEOF
13318#define HAVE_2ARGS_BIO_END_IO_T 1
13319_ACEOF
13320
13321
13322else
13323 $as_echo "$as_me: failed program was:" >&5
13324sed 's/^/| /' conftest.$ac_ext >&5
13325
13326 { $as_echo "$as_me:$LINENO: result: no" >&5
13327$as_echo "no" >&6; }
13328
13329
13330
13331fi
13332
13333 rm -Rf build
13334
13335
13336 EXTRA_KCFLAGS="$tmp_flags"
13337
13338
675de5aa
BB
13339 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_SYNC is defined" >&5
13340$as_echo_n "checking whether BIO_RW_SYNC is defined... " >&6; }
13341
13342
13343cat confdefs.h - <<_ACEOF >conftest.c
13344/* confdefs.h. */
13345_ACEOF
13346cat confdefs.h >>conftest.$ac_ext
13347cat >>conftest.$ac_ext <<_ACEOF
13348/* end confdefs.h. */
13349
13350
13351 #include <linux/bio.h>
13352
13353int
13354main (void)
13355{
13356
79713039 13357 int flags __attribute__ ((unused));
675de5aa
BB
13358 flags = BIO_RW_SYNC;
13359
13360 ;
13361 return 0;
13362}
13363
13364_ACEOF
13365
13366
13367 rm -Rf build && mkdir -p build
13368 echo "obj-m := conftest.o" >build/Makefile
13369 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'
13370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13371 (eval $ac_try) 2>&5
13372 ac_status=$?
13373 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13374 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13376 (eval $ac_try) 2>&5
13377 ac_status=$?
13378 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13379 (exit $ac_status); }; }; then
13380
13381 { $as_echo "$as_me:$LINENO: result: yes" >&5
13382$as_echo "yes" >&6; }
13383
13384cat >>confdefs.h <<\_ACEOF
13385#define HAVE_BIO_RW_SYNC 1
13386_ACEOF
13387
13388
13389else
13390 $as_echo "$as_me: failed program was:" >&5
13391sed 's/^/| /' conftest.$ac_ext >&5
13392
13393 { $as_echo "$as_me:$LINENO: result: no" >&5
13394$as_echo "no" >&6; }
13395
13396
13397
13398fi
13399
13400 rm -Rf build
13401
13402
13403
13404
e70e591c
BB
13405 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_SYNCIO is defined" >&5
13406$as_echo_n "checking whether BIO_RW_SYNCIO is defined... " >&6; }
13407
13408
13409cat confdefs.h - <<_ACEOF >conftest.c
13410/* confdefs.h. */
13411_ACEOF
13412cat confdefs.h >>conftest.$ac_ext
13413cat >>conftest.$ac_ext <<_ACEOF
13414/* end confdefs.h. */
13415
13416
13417 #include <linux/bio.h>
13418
13419int
13420main (void)
13421{
13422
79713039 13423 int flags __attribute__ ((unused));
e70e591c
BB
13424 flags = BIO_RW_SYNCIO;
13425
13426 ;
13427 return 0;
13428}
13429
13430_ACEOF
13431
13432
13433 rm -Rf build && mkdir -p build
13434 echo "obj-m := conftest.o" >build/Makefile
13435 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'
13436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13437 (eval $ac_try) 2>&5
13438 ac_status=$?
13439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13440 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13442 (eval $ac_try) 2>&5
13443 ac_status=$?
13444 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13445 (exit $ac_status); }; }; then
13446
13447 { $as_echo "$as_me:$LINENO: result: yes" >&5
13448$as_echo "yes" >&6; }
13449
13450cat >>confdefs.h <<\_ACEOF
13451#define HAVE_BIO_RW_SYNCIO 1
13452_ACEOF
13453
13454
13455else
13456 $as_echo "$as_me: failed program was:" >&5
13457sed 's/^/| /' conftest.$ac_ext >&5
13458
13459 { $as_echo "$as_me:$LINENO: result: no" >&5
13460$as_echo "no" >&6; }
13461
13462
13463
13464fi
13465
13466 rm -Rf build
13467
13468
13469
13470
675de5aa
BB
13471 { $as_echo "$as_me:$LINENO: checking whether REQ_SYNC is defined" >&5
13472$as_echo_n "checking whether REQ_SYNC is defined... " >&6; }
13473
13474
13475cat confdefs.h - <<_ACEOF >conftest.c
13476/* confdefs.h. */
13477_ACEOF
13478cat confdefs.h >>conftest.$ac_ext
13479cat >>conftest.$ac_ext <<_ACEOF
13480/* end confdefs.h. */
13481
13482
13483 #include <linux/bio.h>
13484
13485int
13486main (void)
13487{
13488
79713039 13489 int flags __attribute__ ((unused));
675de5aa
BB
13490 flags = REQ_SYNC;
13491
13492 ;
13493 return 0;
13494}
13495
13496_ACEOF
13497
13498
13499 rm -Rf build && mkdir -p build
13500 echo "obj-m := conftest.o" >build/Makefile
13501 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'
13502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13503 (eval $ac_try) 2>&5
13504 ac_status=$?
13505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13506 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13508 (eval $ac_try) 2>&5
13509 ac_status=$?
13510 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13511 (exit $ac_status); }; }; then
13512
13513 { $as_echo "$as_me:$LINENO: result: yes" >&5
13514$as_echo "yes" >&6; }
13515
13516cat >>confdefs.h <<\_ACEOF
13517#define HAVE_REQ_SYNC 1
13518_ACEOF
13519
13520
13521else
13522 $as_echo "$as_me: failed program was:" >&5
13523sed 's/^/| /' conftest.$ac_ext >&5
13524
13525 { $as_echo "$as_me:$LINENO: result: no" >&5
13526$as_echo "no" >&6; }
13527
13528
13529
13530fi
13531
13532 rm -Rf build
13533
13534
13535
13536
e70e591c
BB
13537 { $as_echo "$as_me:$LINENO: checking whether blk_end_request() is available" >&5
13538$as_echo_n "checking whether blk_end_request() is available... " >&6; }
b9c59ec8
PS
13539 tmp_flags="$EXTRA_KCFLAGS"
13540 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
13541
13542
13543cat confdefs.h - <<_ACEOF >conftest.c
13544/* confdefs.h. */
13545_ACEOF
13546cat confdefs.h >>conftest.$ac_ext
13547cat >>conftest.$ac_ext <<_ACEOF
13548/* end confdefs.h. */
13549
13550
13551 #include <linux/blkdev.h>
13552
13553int
13554main (void)
13555{
13556
13557 struct request *req = NULL;
13558 (void) blk_end_request(req, 0, 0);
13559
13560 ;
13561 return 0;
13562}
13563
13564_ACEOF
13565
13566
13567 rm -Rf build && mkdir -p build
13568 echo "obj-m := conftest.o" >build/Makefile
13569 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'
13570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13571 (eval $ac_try) 2>&5
13572 ac_status=$?
13573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13574 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13576 (eval $ac_try) 2>&5
13577 ac_status=$?
13578 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13579 (exit $ac_status); }; }; then
13580
13581 { $as_echo "$as_me:$LINENO: result: yes" >&5
13582$as_echo "yes" >&6; }
13583
13584cat >>confdefs.h <<\_ACEOF
13585#define HAVE_BLK_END_REQUEST 1
13586_ACEOF
13587
13588
13589else
13590 $as_echo "$as_me: failed program was:" >&5
13591sed 's/^/| /' conftest.$ac_ext >&5
13592
13593 { $as_echo "$as_me:$LINENO: result: no" >&5
13594$as_echo "no" >&6; }
13595
13596
13597
13598fi
13599
13600 rm -Rf build
13601
13602
13603
13604 { $as_echo "$as_me:$LINENO: checking whether blk_end_request() is GPL-only" >&5
13605$as_echo_n "checking whether blk_end_request() is GPL-only... " >&6; }
13606
13607
13608cat confdefs.h - <<_ACEOF >conftest.c
13609/* confdefs.h. */
13610_ACEOF
13611cat confdefs.h >>conftest.$ac_ext
13612cat >>conftest.$ac_ext <<_ACEOF
13613/* end confdefs.h. */
13614
13615
13616 #include <linux/module.h>
13617 #include <linux/blkdev.h>
13618
13619 MODULE_LICENSE("CDDL");
13620
13621int
13622main (void)
13623{
13624
13625 struct request *req = NULL;
13626 (void) blk_end_request(req, 0, 0);
13627
13628 ;
13629 return 0;
13630}
13631
13632_ACEOF
13633
13634
13635 rm -Rf build && mkdir -p build
13636 echo "obj-m := conftest.o" >build/Makefile
13637 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'
13638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13639 (eval $ac_try) 2>&5
13640 ac_status=$?
13641 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13642 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13644 (eval $ac_try) 2>&5
13645 ac_status=$?
13646 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13647 (exit $ac_status); }; }; then
13648
13649 { $as_echo "$as_me:$LINENO: result: no" >&5
13650$as_echo "no" >&6; }
13651
13652else
13653 $as_echo "$as_me: failed program was:" >&5
13654sed 's/^/| /' conftest.$ac_ext >&5
13655
13656 { $as_echo "$as_me:$LINENO: result: yes" >&5
13657$as_echo "yes" >&6; }
13658
13659cat >>confdefs.h <<\_ACEOF
13660#define HAVE_BLK_END_REQUEST_GPL_ONLY 1
13661_ACEOF
13662
13663
13664
13665
13666fi
13667
13668 rm -Rf build
13669
13670
b9c59ec8 13671 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
13672
13673
13674 { $as_echo "$as_me:$LINENO: checking whether blk_fetch_request() is available" >&5
13675$as_echo_n "checking whether blk_fetch_request() is available... " >&6; }
b9c59ec8
PS
13676 tmp_flags="$EXTRA_KCFLAGS"
13677 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
13678
13679
13680cat confdefs.h - <<_ACEOF >conftest.c
13681/* confdefs.h. */
13682_ACEOF
13683cat confdefs.h >>conftest.$ac_ext
13684cat >>conftest.$ac_ext <<_ACEOF
13685/* end confdefs.h. */
13686
13687
13688 #include <linux/blkdev.h>
13689
13690int
13691main (void)
13692{
13693
13694 struct request_queue *q = NULL;
13695 (void) blk_fetch_request(q);
13696
13697 ;
13698 return 0;
13699}
13700
13701_ACEOF
13702
13703
13704 rm -Rf build && mkdir -p build
13705 echo "obj-m := conftest.o" >build/Makefile
13706 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'
13707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13708 (eval $ac_try) 2>&5
13709 ac_status=$?
13710 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13711 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13713 (eval $ac_try) 2>&5
13714 ac_status=$?
13715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13716 (exit $ac_status); }; }; then
13717
13718 { $as_echo "$as_me:$LINENO: result: yes" >&5
13719$as_echo "yes" >&6; }
13720
13721cat >>confdefs.h <<\_ACEOF
13722#define HAVE_BLK_FETCH_REQUEST 1
13723_ACEOF
13724
13725
13726else
13727 $as_echo "$as_me: failed program was:" >&5
13728sed 's/^/| /' conftest.$ac_ext >&5
13729
13730 { $as_echo "$as_me:$LINENO: result: no" >&5
13731$as_echo "no" >&6; }
13732
13733
13734
13735fi
13736
13737 rm -Rf build
13738
13739
b9c59ec8 13740 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
13741
13742
13743 { $as_echo "$as_me:$LINENO: checking whether blk_requeue_request() is available" >&5
13744$as_echo_n "checking whether blk_requeue_request() is available... " >&6; }
b9c59ec8
PS
13745 tmp_flags="$EXTRA_KCFLAGS"
13746 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
13747
13748
13749cat confdefs.h - <<_ACEOF >conftest.c
13750/* confdefs.h. */
13751_ACEOF
13752cat confdefs.h >>conftest.$ac_ext
13753cat >>conftest.$ac_ext <<_ACEOF
13754/* end confdefs.h. */
13755
13756
13757 #include <linux/blkdev.h>
13758
13759int
13760main (void)
13761{
13762
13763 struct request_queue *q = NULL;
13764 struct request *req = NULL;
13765 blk_requeue_request(q, req);
13766
13767 ;
13768 return 0;
13769}
13770
13771_ACEOF
13772
13773
13774 rm -Rf build && mkdir -p build
13775 echo "obj-m := conftest.o" >build/Makefile
13776 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'
13777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13778 (eval $ac_try) 2>&5
13779 ac_status=$?
13780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13781 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13783 (eval $ac_try) 2>&5
13784 ac_status=$?
13785 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13786 (exit $ac_status); }; }; then
13787
13788 { $as_echo "$as_me:$LINENO: result: yes" >&5
13789$as_echo "yes" >&6; }
13790
13791cat >>confdefs.h <<\_ACEOF
13792#define HAVE_BLK_REQUEUE_REQUEST 1
13793_ACEOF
13794
13795
13796else
13797 $as_echo "$as_me: failed program was:" >&5
13798sed 's/^/| /' conftest.$ac_ext >&5
13799
13800 { $as_echo "$as_me:$LINENO: result: no" >&5
13801$as_echo "no" >&6; }
13802
13803
13804
13805fi
13806
13807 rm -Rf build
13808
13809
b9c59ec8 13810 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
13811
13812
13813 { $as_echo "$as_me:$LINENO: checking whether blk_rq_bytes() is available" >&5
13814$as_echo_n "checking whether blk_rq_bytes() is available... " >&6; }
b9c59ec8
PS
13815 tmp_flags="$EXTRA_KCFLAGS"
13816 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
13817
13818
13819cat confdefs.h - <<_ACEOF >conftest.c
13820/* confdefs.h. */
13821_ACEOF
13822cat confdefs.h >>conftest.$ac_ext
13823cat >>conftest.$ac_ext <<_ACEOF
13824/* end confdefs.h. */
13825
13826
13827 #include <linux/blkdev.h>
13828
13829int
13830main (void)
13831{
13832
13833 struct request *req = NULL;
13834 (void) blk_rq_bytes(req);
13835
13836 ;
13837 return 0;
13838}
13839
13840_ACEOF
13841
13842
13843 rm -Rf build && mkdir -p build
13844 echo "obj-m := conftest.o" >build/Makefile
13845 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'
13846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13847 (eval $ac_try) 2>&5
13848 ac_status=$?
13849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13850 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13852 (eval $ac_try) 2>&5
13853 ac_status=$?
13854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13855 (exit $ac_status); }; }; then
13856
13857 { $as_echo "$as_me:$LINENO: result: yes" >&5
13858$as_echo "yes" >&6; }
13859
13860cat >>confdefs.h <<\_ACEOF
13861#define HAVE_BLK_RQ_BYTES 1
13862_ACEOF
13863
13864
13865else
13866 $as_echo "$as_me: failed program was:" >&5
13867sed 's/^/| /' conftest.$ac_ext >&5
13868
13869 { $as_echo "$as_me:$LINENO: result: no" >&5
13870$as_echo "no" >&6; }
13871
13872
13873
13874fi
13875
13876 rm -Rf build
13877
13878
13879
13880 { $as_echo "$as_me:$LINENO: checking whether blk_rq_bytes() is GPL-only" >&5
13881$as_echo_n "checking whether blk_rq_bytes() is GPL-only... " >&6; }
13882
13883
13884cat confdefs.h - <<_ACEOF >conftest.c
13885/* confdefs.h. */
13886_ACEOF
13887cat confdefs.h >>conftest.$ac_ext
13888cat >>conftest.$ac_ext <<_ACEOF
13889/* end confdefs.h. */
13890
13891
13892 #include <linux/module.h>
13893 #include <linux/blkdev.h>
13894
13895 MODULE_LICENSE("CDDL");
13896
13897int
13898main (void)
13899{
13900
13901 struct request *req = NULL;
13902 (void) blk_rq_bytes(req);
13903
13904 ;
13905 return 0;
13906}
13907
13908_ACEOF
13909
13910
13911 rm -Rf build && mkdir -p build
13912 echo "obj-m := conftest.o" >build/Makefile
13913 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'
13914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13915 (eval $ac_try) 2>&5
13916 ac_status=$?
13917 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13918 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13920 (eval $ac_try) 2>&5
13921 ac_status=$?
13922 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13923 (exit $ac_status); }; }; then
13924
13925 { $as_echo "$as_me:$LINENO: result: no" >&5
13926$as_echo "no" >&6; }
13927
13928else
13929 $as_echo "$as_me: failed program was:" >&5
13930sed 's/^/| /' conftest.$ac_ext >&5
13931
13932 { $as_echo "$as_me:$LINENO: result: yes" >&5
13933$as_echo "yes" >&6; }
13934
13935cat >>confdefs.h <<\_ACEOF
13936#define HAVE_BLK_RQ_BYTES_GPL_ONLY 1
13937_ACEOF
13938
13939
13940
13941
13942fi
13943
13944 rm -Rf build
13945
13946
b9c59ec8 13947 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
13948
13949
13950 { $as_echo "$as_me:$LINENO: checking whether blk_rq_pos() is available" >&5
13951$as_echo_n "checking whether blk_rq_pos() is available... " >&6; }
b9c59ec8
PS
13952 tmp_flags="$EXTRA_KCFLAGS"
13953 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
13954
13955
13956cat confdefs.h - <<_ACEOF >conftest.c
13957/* confdefs.h. */
13958_ACEOF
13959cat confdefs.h >>conftest.$ac_ext
13960cat >>conftest.$ac_ext <<_ACEOF
13961/* end confdefs.h. */
13962
13963
13964 #include <linux/blkdev.h>
13965
13966int
13967main (void)
13968{
13969
13970 struct request *req = NULL;
13971 (void) blk_rq_pos(req);
13972
13973 ;
13974 return 0;
13975}
13976
13977_ACEOF
13978
13979
13980 rm -Rf build && mkdir -p build
13981 echo "obj-m := conftest.o" >build/Makefile
13982 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'
13983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13984 (eval $ac_try) 2>&5
13985 ac_status=$?
13986 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13987 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13989 (eval $ac_try) 2>&5
13990 ac_status=$?
13991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13992 (exit $ac_status); }; }; then
13993
13994 { $as_echo "$as_me:$LINENO: result: yes" >&5
13995$as_echo "yes" >&6; }
13996
13997cat >>confdefs.h <<\_ACEOF
13998#define HAVE_BLK_RQ_POS 1
13999_ACEOF
14000
14001
14002else
14003 $as_echo "$as_me: failed program was:" >&5
14004sed 's/^/| /' conftest.$ac_ext >&5
14005
14006 { $as_echo "$as_me:$LINENO: result: no" >&5
14007$as_echo "no" >&6; }
14008
14009
14010
14011fi
14012
14013 rm -Rf build
14014
14015
b9c59ec8 14016 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
14017
14018
14019 { $as_echo "$as_me:$LINENO: checking whether blk_rq_sectors() is available" >&5
14020$as_echo_n "checking whether blk_rq_sectors() is available... " >&6; }
b9c59ec8
PS
14021 tmp_flags="$EXTRA_KCFLAGS"
14022 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
14023
14024
14025cat confdefs.h - <<_ACEOF >conftest.c
14026/* confdefs.h. */
14027_ACEOF
14028cat confdefs.h >>conftest.$ac_ext
14029cat >>conftest.$ac_ext <<_ACEOF
14030/* end confdefs.h. */
14031
14032
14033 #include <linux/blkdev.h>
14034
14035int
14036main (void)
14037{
14038
14039 struct request *req = NULL;
14040 (void) blk_rq_sectors(req);
14041
14042 ;
14043 return 0;
14044}
14045
14046_ACEOF
14047
14048
14049 rm -Rf build && mkdir -p build
14050 echo "obj-m := conftest.o" >build/Makefile
14051 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'
14052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14053 (eval $ac_try) 2>&5
14054 ac_status=$?
14055 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14056 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14058 (eval $ac_try) 2>&5
14059 ac_status=$?
14060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14061 (exit $ac_status); }; }; then
14062
14063 { $as_echo "$as_me:$LINENO: result: yes" >&5
14064$as_echo "yes" >&6; }
14065
14066cat >>confdefs.h <<\_ACEOF
14067#define HAVE_BLK_RQ_SECTORS 1
14068_ACEOF
14069
14070
14071else
14072 $as_echo "$as_me: failed program was:" >&5
14073sed 's/^/| /' conftest.$ac_ext >&5
14074
14075 { $as_echo "$as_me:$LINENO: result: no" >&5
14076$as_echo "no" >&6; }
14077
14078
14079
14080fi
14081
14082 rm -Rf build
14083
14084
b9c59ec8 14085 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
14086
14087
14088 { $as_echo "$as_me:$LINENO: checking whether get_disk_ro() is available" >&5
14089$as_echo_n "checking whether get_disk_ro() is available... " >&6; }
b9c59ec8
PS
14090 tmp_flags="$EXTRA_KCFLAGS"
14091 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
14092
14093
14094cat confdefs.h - <<_ACEOF >conftest.c
14095/* confdefs.h. */
14096_ACEOF
14097cat confdefs.h >>conftest.$ac_ext
14098cat >>conftest.$ac_ext <<_ACEOF
14099/* end confdefs.h. */
14100
14101
14102 #include <linux/blkdev.h>
14103
14104int
14105main (void)
14106{
14107
14108 struct gendisk *disk = NULL;
14109 (void) get_disk_ro(disk);
14110
14111 ;
14112 return 0;
14113}
14114
14115_ACEOF
14116
14117
14118 rm -Rf build && mkdir -p build
14119 echo "obj-m := conftest.o" >build/Makefile
14120 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'
14121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14122 (eval $ac_try) 2>&5
14123 ac_status=$?
14124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14125 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14127 (eval $ac_try) 2>&5
14128 ac_status=$?
14129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14130 (exit $ac_status); }; }; then
14131
14132 { $as_echo "$as_me:$LINENO: result: yes" >&5
14133$as_echo "yes" >&6; }
14134
14135cat >>confdefs.h <<\_ACEOF
14136#define HAVE_GET_DISK_RO 1
14137_ACEOF
14138
14139
14140else
14141 $as_echo "$as_me: failed program was:" >&5
14142sed 's/^/| /' conftest.$ac_ext >&5
14143
14144 { $as_echo "$as_me:$LINENO: result: no" >&5
14145$as_echo "no" >&6; }
14146
14147
14148
14149fi
14150
14151 rm -Rf build
14152
14153
b9c59ec8 14154 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
14155
14156
14157 { $as_echo "$as_me:$LINENO: checking whether rq_is_sync() is available" >&5
14158$as_echo_n "checking whether rq_is_sync() is available... " >&6; }
b9c59ec8
PS
14159 tmp_flags="$EXTRA_KCFLAGS"
14160 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
14161
14162
14163cat confdefs.h - <<_ACEOF >conftest.c
14164/* confdefs.h. */
14165_ACEOF
14166cat confdefs.h >>conftest.$ac_ext
14167cat >>conftest.$ac_ext <<_ACEOF
14168/* end confdefs.h. */
14169
14170
14171 #include <linux/blkdev.h>
14172
14173int
14174main (void)
14175{
14176
14177 struct request *req = NULL;
14178 (void) rq_is_sync(req);
14179
14180 ;
14181 return 0;
14182}
14183
14184_ACEOF
14185
14186
14187 rm -Rf build && mkdir -p build
14188 echo "obj-m := conftest.o" >build/Makefile
14189 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'
14190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14191 (eval $ac_try) 2>&5
14192 ac_status=$?
14193 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14194 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14196 (eval $ac_try) 2>&5
14197 ac_status=$?
14198 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14199 (exit $ac_status); }; }; then
14200
14201 { $as_echo "$as_me:$LINENO: result: yes" >&5
14202$as_echo "yes" >&6; }
14203
14204cat >>confdefs.h <<\_ACEOF
14205#define HAVE_RQ_IS_SYNC 1
14206_ACEOF
14207
14208
14209else
14210 $as_echo "$as_me: failed program was:" >&5
14211sed 's/^/| /' conftest.$ac_ext >&5
14212
14213 { $as_echo "$as_me:$LINENO: result: no" >&5
14214$as_echo "no" >&6; }
14215
14216
14217
14218fi
14219
14220 rm -Rf build
14221
14222
b9c59ec8 14223 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
14224
14225
14226 { $as_echo "$as_me:$LINENO: checking whether rq_for_each_segment() is available" >&5
14227$as_echo_n "checking whether rq_for_each_segment() is available... " >&6; }
b9c59ec8
PS
14228 tmp_flags="$EXTRA_KCFLAGS"
14229 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
14230
14231
14232cat confdefs.h - <<_ACEOF >conftest.c
14233/* confdefs.h. */
14234_ACEOF
14235cat confdefs.h >>conftest.$ac_ext
14236cat >>conftest.$ac_ext <<_ACEOF
14237/* end confdefs.h. */
14238
14239
14240 #include <linux/blkdev.h>
14241
14242int
14243main (void)
14244{
14245
14246 struct bio_vec *bv;
14247 struct req_iterator iter;
14248 struct request *req = NULL;
14249 rq_for_each_segment(bv, req, iter) { }
14250
14251 ;
14252 return 0;
14253}
14254
14255_ACEOF
14256
14257
14258 rm -Rf build && mkdir -p build
14259 echo "obj-m := conftest.o" >build/Makefile
14260 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'
14261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14262 (eval $ac_try) 2>&5
14263 ac_status=$?
14264 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14265 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14267 (eval $ac_try) 2>&5
14268 ac_status=$?
14269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14270 (exit $ac_status); }; }; then
14271
14272 { $as_echo "$as_me:$LINENO: result: yes" >&5
14273$as_echo "yes" >&6; }
14274
14275cat >>confdefs.h <<\_ACEOF
14276#define HAVE_RQ_FOR_EACH_SEGMENT 1
14277_ACEOF
14278
14279
14280else
14281 $as_echo "$as_me: failed program was:" >&5
14282sed 's/^/| /' conftest.$ac_ext >&5
14283
14284 { $as_echo "$as_me:$LINENO: result: no" >&5
14285$as_echo "no" >&6; }
14286
14287
14288
777d4af8
BB
14289fi
14290
14291 rm -Rf build
14292
14293
b9c59ec8 14294 EXTRA_KCFLAGS="$tmp_flags"
777d4af8
BB
14295
14296 { $as_echo "$as_me:$LINENO: checking whether super_block uses const struct xattr_hander" >&5
14297$as_echo_n "checking whether super_block uses const struct xattr_hander... " >&6; }
14298
14299
14300cat confdefs.h - <<_ACEOF >conftest.c
14301/* confdefs.h. */
14302_ACEOF
14303cat confdefs.h >>conftest.$ac_ext
14304cat >>conftest.$ac_ext <<_ACEOF
14305/* end confdefs.h. */
14306
14307
14308 #include <linux/fs.h>
14309 #include <linux/xattr.h>
14310
14311 const struct xattr_handler xattr_test_handler = {
14312 .prefix = "test",
14313 .get = NULL,
14314 .set = NULL,
14315 };
14316
14317 const struct xattr_handler *xattr_handlers[] = {
14318 &xattr_test_handler,
14319 };
14320
14321int
14322main (void)
14323{
14324
79713039 14325 struct super_block sb __attribute__ ((unused));
777d4af8
BB
14326
14327 sb.s_xattr = xattr_handlers;
14328
14329 ;
14330 return 0;
14331}
14332
14333_ACEOF
14334
14335
14336 rm -Rf build && mkdir -p build
14337 echo "obj-m := conftest.o" >build/Makefile
14338 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'
14339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14340 (eval $ac_try) 2>&5
14341 ac_status=$?
14342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14343 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14345 (eval $ac_try) 2>&5
14346 ac_status=$?
14347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14348 (exit $ac_status); }; }; then
14349
14350 { $as_echo "$as_me:$LINENO: result: yes" >&5
14351$as_echo "yes" >&6; }
14352
14353cat >>confdefs.h <<\_ACEOF
14354#define HAVE_CONST_XATTR_HANDLER 1
14355_ACEOF
14356
14357
14358else
14359 $as_echo "$as_me: failed program was:" >&5
14360sed 's/^/| /' conftest.$ac_ext >&5
14361
14362 { $as_echo "$as_me:$LINENO: result: no" >&5
14363$as_echo "no" >&6; }
14364
14365
14366
e70e591c
BB
14367fi
14368
14369 rm -Rf build
14370
14371
14372
14373
f9637c6c
BB
14374 { $as_echo "$as_me:$LINENO: checking whether xattr_handler->get() wants dentry" >&5
14375$as_echo_n "checking whether xattr_handler->get() wants dentry... " >&6; }
14376
14377
14378cat confdefs.h - <<_ACEOF >conftest.c
14379/* confdefs.h. */
14380_ACEOF
14381cat confdefs.h >>conftest.$ac_ext
14382cat >>conftest.$ac_ext <<_ACEOF
14383/* end confdefs.h. */
14384
14385
14386 #include <linux/xattr.h>
14387
14388int
14389main (void)
14390{
14391
14392 int (*get)(struct dentry *dentry, const char *name,
14393 void *buffer, size_t size, int handler_flags) = NULL;
79713039 14394 struct xattr_handler xops __attribute__ ((unused));
f9637c6c
BB
14395
14396 xops.get = get;
14397
14398 ;
14399 return 0;
14400}
14401
14402_ACEOF
14403
14404
14405 rm -Rf build && mkdir -p build
14406 echo "obj-m := conftest.o" >build/Makefile
14407 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'
14408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14409 (eval $ac_try) 2>&5
14410 ac_status=$?
14411 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14412 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14414 (eval $ac_try) 2>&5
14415 ac_status=$?
14416 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14417 (exit $ac_status); }; }; then
14418
14419 { $as_echo "$as_me:$LINENO: result: yes" >&5
14420$as_echo "yes" >&6; }
14421
14422cat >>confdefs.h <<\_ACEOF
14423#define HAVE_DENTRY_XATTR_GET 1
14424_ACEOF
14425
14426
14427else
14428 $as_echo "$as_me: failed program was:" >&5
14429sed 's/^/| /' conftest.$ac_ext >&5
14430
14431 { $as_echo "$as_me:$LINENO: result: no" >&5
14432$as_echo "no" >&6; }
14433
14434
14435
14436fi
14437
14438 rm -Rf build
14439
14440
14441
14442
14443 { $as_echo "$as_me:$LINENO: checking whether xattr_handler->set() wants dentry" >&5
14444$as_echo_n "checking whether xattr_handler->set() wants dentry... " >&6; }
14445
14446
14447cat confdefs.h - <<_ACEOF >conftest.c
14448/* confdefs.h. */
14449_ACEOF
14450cat confdefs.h >>conftest.$ac_ext
14451cat >>conftest.$ac_ext <<_ACEOF
14452/* end confdefs.h. */
14453
14454
14455 #include <linux/xattr.h>
14456
14457int
14458main (void)
14459{
14460
14461 int (*set)(struct dentry *dentry, const char *name,
14462 const void *buffer, size_t size, int flags,
14463 int handler_flags) = NULL;
79713039 14464 struct xattr_handler xops __attribute__ ((unused));
f9637c6c
BB
14465
14466 xops.set = set;
14467
14468 ;
14469 return 0;
14470}
14471
14472_ACEOF
14473
14474
14475 rm -Rf build && mkdir -p build
14476 echo "obj-m := conftest.o" >build/Makefile
14477 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'
14478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14479 (eval $ac_try) 2>&5
14480 ac_status=$?
14481 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14482 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14484 (eval $ac_try) 2>&5
14485 ac_status=$?
14486 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14487 (exit $ac_status); }; }; then
14488
14489 { $as_echo "$as_me:$LINENO: result: yes" >&5
14490$as_echo "yes" >&6; }
14491
14492cat >>confdefs.h <<\_ACEOF
14493#define HAVE_DENTRY_XATTR_SET 1
14494_ACEOF
14495
14496
14497else
14498 $as_echo "$as_me: failed program was:" >&5
14499sed 's/^/| /' conftest.$ac_ext >&5
14500
14501 { $as_echo "$as_me:$LINENO: result: no" >&5
14502$as_echo "no" >&6; }
14503
14504
14505
14506fi
14507
14508 rm -Rf build
14509
14510
14511
14512
adcd70bd
BB
14513 { $as_echo "$as_me:$LINENO: checking whether fops->fsync() wants" >&5
14514$as_echo_n "checking whether fops->fsync() wants... " >&6; }
14515
7268e1be
BB
14516
14517
14518cat confdefs.h - <<_ACEOF >conftest.c
14519/* confdefs.h. */
14520_ACEOF
14521cat confdefs.h >>conftest.$ac_ext
14522cat >>conftest.$ac_ext <<_ACEOF
14523/* end confdefs.h. */
14524
14525
14526 #include <linux/fs.h>
14527
14528int
14529main (void)
14530{
14531
adcd70bd 14532 int (*fsync) (struct file *, struct dentry *, int) = NULL;
79713039 14533 struct file_operations fops __attribute__ ((unused));
7268e1be
BB
14534
14535 fops.fsync = fsync;
14536
14537 ;
14538 return 0;
14539}
14540
14541_ACEOF
14542
14543
14544 rm -Rf build && mkdir -p build
14545 echo "obj-m := conftest.o" >build/Makefile
14546 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'
14547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14548 (eval $ac_try) 2>&5
14549 ac_status=$?
14550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14551 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14553 (eval $ac_try) 2>&5
14554 ac_status=$?
14555 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14556 (exit $ac_status); }; }; then
14557
adcd70bd
BB
14558 { $as_echo "$as_me:$LINENO: result: dentry" >&5
14559$as_echo "dentry" >&6; }
7268e1be
BB
14560
14561cat >>confdefs.h <<\_ACEOF
adcd70bd
BB
14562#define HAVE_FSYNC_WITH_DENTRY 1
14563_ACEOF
14564
14565
14566else
14567 $as_echo "$as_me: failed program was:" >&5
14568sed 's/^/| /' conftest.$ac_ext >&5
14569
14570
14571
14572
14573fi
14574
14575 rm -Rf build
14576
14577
14578
14579
14580
14581
14582cat confdefs.h - <<_ACEOF >conftest.c
14583/* confdefs.h. */
14584_ACEOF
14585cat confdefs.h >>conftest.$ac_ext
14586cat >>conftest.$ac_ext <<_ACEOF
14587/* end confdefs.h. */
14588
14589
14590 #include <linux/fs.h>
14591
14592int
14593main (void)
14594{
14595
14596 int (*fsync) (struct file *, int) = NULL;
14597 struct file_operations fops __attribute__ ((unused));
14598
14599 fops.fsync = fsync;
14600
14601 ;
14602 return 0;
14603}
14604
14605_ACEOF
14606
14607
14608 rm -Rf build && mkdir -p build
14609 echo "obj-m := conftest.o" >build/Makefile
14610 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'
14611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14612 (eval $ac_try) 2>&5
14613 ac_status=$?
14614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14615 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14617 (eval $ac_try) 2>&5
14618 ac_status=$?
14619 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14620 (exit $ac_status); }; }; then
14621
14622 { $as_echo "$as_me:$LINENO: result: no dentry" >&5
14623$as_echo "no dentry" >&6; }
14624
14625cat >>confdefs.h <<\_ACEOF
14626#define HAVE_FSYNC_WITHOUT_DENTRY 1
7268e1be
BB
14627_ACEOF
14628
14629
14630else
14631 $as_echo "$as_me: failed program was:" >&5
14632sed 's/^/| /' conftest.$ac_ext >&5
14633
7268e1be
BB
14634
14635
14636
14637fi
14638
14639 rm -Rf build
14640
14641
14642
14643
adcd70bd
BB
14644
14645
14646cat confdefs.h - <<_ACEOF >conftest.c
14647/* confdefs.h. */
14648_ACEOF
14649cat confdefs.h >>conftest.$ac_ext
14650cat >>conftest.$ac_ext <<_ACEOF
14651/* end confdefs.h. */
14652
14653
14654 #include <linux/fs.h>
14655
14656int
14657main (void)
14658{
14659
14660 int (*fsync) (struct file *, loff_t, loff_t, int) = NULL;
14661 struct file_operations fops __attribute__ ((unused));
14662
14663 fops.fsync = fsync;
14664
14665 ;
14666 return 0;
14667}
14668
14669_ACEOF
14670
14671
14672 rm -Rf build && mkdir -p build
14673 echo "obj-m := conftest.o" >build/Makefile
14674 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'
14675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14676 (eval $ac_try) 2>&5
14677 ac_status=$?
14678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14679 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14681 (eval $ac_try) 2>&5
14682 ac_status=$?
14683 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14684 (exit $ac_status); }; }; then
14685
14686 { $as_echo "$as_me:$LINENO: result: range" >&5
14687$as_echo "range" >&6; }
14688
14689cat >>confdefs.h <<\_ACEOF
14690#define HAVE_FSYNC_RANGE 1
14691_ACEOF
14692
14693
14694else
14695 $as_echo "$as_me: failed program was:" >&5
14696sed 's/^/| /' conftest.$ac_ext >&5
14697
14698
14699
14700
14701fi
14702
14703 rm -Rf build
14704
14705
14706
14707
14708
2c395def
BB
14709 { $as_echo "$as_me:$LINENO: checking whether sops->evict_inode() exists" >&5
14710$as_echo_n "checking whether sops->evict_inode() exists... " >&6; }
14711
14712
14713cat confdefs.h - <<_ACEOF >conftest.c
14714/* confdefs.h. */
14715_ACEOF
14716cat confdefs.h >>conftest.$ac_ext
14717cat >>conftest.$ac_ext <<_ACEOF
14718/* end confdefs.h. */
14719
14720
14721 #include <linux/fs.h>
14722
14723int
14724main (void)
14725{
14726
14727 void (*evict_inode) (struct inode *) = NULL;
ddd052aa
BB
14728 struct super_operations sops __attribute__ ((unused)) = {
14729 .evict_inode = evict_inode,
14730 };
2c395def
BB
14731
14732 ;
14733 return 0;
14734}
14735
14736_ACEOF
14737
14738
14739 rm -Rf build && mkdir -p build
14740 echo "obj-m := conftest.o" >build/Makefile
14741 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'
14742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14743 (eval $ac_try) 2>&5
14744 ac_status=$?
14745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14746 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14748 (eval $ac_try) 2>&5
14749 ac_status=$?
14750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14751 (exit $ac_status); }; }; then
14752
14753 { $as_echo "$as_me:$LINENO: result: yes" >&5
14754$as_echo "yes" >&6; }
14755
14756cat >>confdefs.h <<\_ACEOF
14757#define HAVE_EVICT_INODE 1
14758_ACEOF
14759
14760
14761else
14762 $as_echo "$as_me: failed program was:" >&5
14763sed 's/^/| /' conftest.$ac_ext >&5
14764
14765 { $as_echo "$as_me:$LINENO: result: no" >&5
14766$as_echo "no" >&6; }
14767
14768
14769
14770fi
14771
14772 rm -Rf build
14773
14774
14775
14776
bdf4328b
BB
14777 { $as_echo "$as_me:$LINENO: checking whether symbol insert_inode_locked is exported" >&5
14778$as_echo_n "checking whether symbol insert_inode_locked is exported... " >&6; }
14779 grep -q -E '[[:space:]]insert_inode_locked[[:space:]]' \
14780 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
14781 rc=$?
14782 if test $rc -ne 0; then
8366cd6a 14783
bdf4328b
BB
14784 export=0
14785 for file in fs/inode.c; do
14786 grep -q -E "EXPORT_SYMBOL.*(insert_inode_locked)" "$LINUX/$file" 2>/dev/null
14787 rc=$?
8366cd6a
PS
14788 if test $rc -eq 0; then
14789
14790 export=1
14791 break;
14792
14793fi
14794
bdf4328b
BB
14795 done
14796 if test $export -eq 0; then
8366cd6a 14797
bdf4328b
BB
14798 { $as_echo "$as_me:$LINENO: result: no" >&5
14799$as_echo "no" >&6; }
14800
8366cd6a
PS
14801
14802else
14803
bdf4328b
BB
14804 { $as_echo "$as_me:$LINENO: result: yes" >&5
14805$as_echo "yes" >&6; }
14806
14807cat >>confdefs.h <<\_ACEOF
14808#define HAVE_INSERT_INODE_LOCKED 1
14809_ACEOF
14810
8366cd6a
PS
14811
14812fi
14813
14814
14815else
14816
bdf4328b
BB
14817 { $as_echo "$as_me:$LINENO: result: yes" >&5
14818$as_echo "yes" >&6; }
14819
14820cat >>confdefs.h <<\_ACEOF
14821#define HAVE_INSERT_INODE_LOCKED 1
14822_ACEOF
14823
8366cd6a
PS
14824
14825fi
14826
bdf4328b
BB
14827
14828
14829
055656d4
GB
14830 { $as_echo "$as_me:$LINENO: checking whether symbol d_obtain_alias is exported" >&5
14831$as_echo_n "checking whether symbol d_obtain_alias is exported... " >&6; }
14832 grep -q -E '[[:space:]]d_obtain_alias[[:space:]]' \
14833 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
14834 rc=$?
14835 if test $rc -ne 0; then
8366cd6a 14836
055656d4
GB
14837 export=0
14838 for file in fs/dcache.c; do
14839 grep -q -E "EXPORT_SYMBOL.*(d_obtain_alias)" "$LINUX/$file" 2>/dev/null
14840 rc=$?
8366cd6a
PS
14841 if test $rc -eq 0; then
14842
14843 export=1
14844 break;
14845
14846fi
14847
055656d4
GB
14848 done
14849 if test $export -eq 0; then
8366cd6a 14850
055656d4
GB
14851 { $as_echo "$as_me:$LINENO: result: no" >&5
14852$as_echo "no" >&6; }
14853
8366cd6a
PS
14854
14855else
14856
055656d4
GB
14857 { $as_echo "$as_me:$LINENO: result: yes" >&5
14858$as_echo "yes" >&6; }
14859
14860cat >>confdefs.h <<\_ACEOF
14861#define HAVE_D_OBTAIN_ALIAS 1
14862_ACEOF
14863
8366cd6a
PS
14864
14865fi
14866
14867
14868else
14869
055656d4
GB
14870 { $as_echo "$as_me:$LINENO: result: yes" >&5
14871$as_echo "yes" >&6; }
14872
14873cat >>confdefs.h <<\_ACEOF
14874#define HAVE_D_OBTAIN_ALIAS 1
14875_ACEOF
14876
8366cd6a
PS
14877
14878fi
14879
055656d4
GB
14880
14881
14882
df554c14
BB
14883 { $as_echo "$as_me:$LINENO: checking whether symbol check_disk_size_change is exported" >&5
14884$as_echo_n "checking whether symbol check_disk_size_change is exported... " >&6; }
14885 grep -q -E '[[:space:]]check_disk_size_change[[:space:]]' \
14886 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
14887 rc=$?
14888 if test $rc -ne 0; then
8366cd6a 14889
df554c14
BB
14890 export=0
14891 for file in fs/block_dev.c; do
14892 grep -q -E "EXPORT_SYMBOL.*(check_disk_size_change)" "$LINUX/$file" 2>/dev/null
14893 rc=$?
8366cd6a
PS
14894 if test $rc -eq 0; then
14895
14896 export=1
14897 break;
14898
14899fi
14900
df554c14
BB
14901 done
14902 if test $export -eq 0; then
8366cd6a 14903
df554c14
BB
14904 { $as_echo "$as_me:$LINENO: result: no" >&5
14905$as_echo "no" >&6; }
14906
8366cd6a
PS
14907
14908else
14909
df554c14
BB
14910 { $as_echo "$as_me:$LINENO: result: yes" >&5
14911$as_echo "yes" >&6; }
14912
14913cat >>confdefs.h <<\_ACEOF
14914#define HAVE_CHECK_DISK_SIZE_CHANGE 1
14915_ACEOF
14916
8366cd6a
PS
14917
14918fi
14919
14920
14921else
14922
df554c14
BB
14923 { $as_echo "$as_me:$LINENO: result: yes" >&5
14924$as_echo "yes" >&6; }
14925
14926cat >>confdefs.h <<\_ACEOF
14927#define HAVE_CHECK_DISK_SIZE_CHANGE 1
14928_ACEOF
14929
8366cd6a
PS
14930
14931fi
14932
df554c14
BB
14933
14934
14935
b3129792
PJ
14936 { $as_echo "$as_me:$LINENO: checking whether symbol truncate_setsize is exported" >&5
14937$as_echo_n "checking whether symbol truncate_setsize is exported... " >&6; }
14938 grep -q -E '[[:space:]]truncate_setsize[[:space:]]' \
14939 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
14940 rc=$?
14941 if test $rc -ne 0; then
8366cd6a 14942
b3129792
PJ
14943 export=0
14944 for file in mm/truncate.c; do
14945 grep -q -E "EXPORT_SYMBOL.*(truncate_setsize)" "$LINUX/$file" 2>/dev/null
14946 rc=$?
8366cd6a
PS
14947 if test $rc -eq 0; then
14948
14949 export=1
14950 break;
14951
14952fi
14953
b3129792
PJ
14954 done
14955 if test $export -eq 0; then
8366cd6a 14956
b3129792
PJ
14957 { $as_echo "$as_me:$LINENO: result: no" >&5
14958$as_echo "no" >&6; }
14959
8366cd6a
PS
14960
14961else
14962
b3129792
PJ
14963 { $as_echo "$as_me:$LINENO: result: yes" >&5
14964$as_echo "yes" >&6; }
14965
14966cat >>confdefs.h <<\_ACEOF
14967#define HAVE_TRUNCATE_SETSIZE 1
14968_ACEOF
14969
8366cd6a
PS
14970
14971fi
14972
14973
14974else
14975
b3129792
PJ
14976 { $as_echo "$as_me:$LINENO: result: yes" >&5
14977$as_echo "yes" >&6; }
14978
14979cat >>confdefs.h <<\_ACEOF
14980#define HAVE_TRUNCATE_SETSIZE 1
14981_ACEOF
14982
8366cd6a
PS
14983
14984fi
14985
b3129792
PJ
14986
14987
14988
5c03efc3
BB
14989 { $as_echo "$as_me:$LINENO: checking whether security_inode_init_security wants 6 args" >&5
14990$as_echo_n "checking whether security_inode_init_security wants 6 args... " >&6; }
14991 tmp_flags="$EXTRA_KCFLAGS"
14992 EXTRA_KCFLAGS="-Werror"
14993
14994
14995cat confdefs.h - <<_ACEOF >conftest.c
14996/* confdefs.h. */
14997_ACEOF
14998cat confdefs.h >>conftest.$ac_ext
14999cat >>conftest.$ac_ext <<_ACEOF
15000/* end confdefs.h. */
15001
15002
15003 #include <linux/security.h>
15004
15005int
15006main (void)
15007{
15008
15009 security_inode_init_security(NULL,NULL,NULL,NULL,NULL,NULL);
15010
15011 ;
15012 return 0;
15013}
15014
15015_ACEOF
15016
15017
15018 rm -Rf build && mkdir -p build
15019 echo "obj-m := conftest.o" >build/Makefile
15020 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'
15021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15022 (eval $ac_try) 2>&5
15023 ac_status=$?
15024 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15025 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15027 (eval $ac_try) 2>&5
15028 ac_status=$?
15029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15030 (exit $ac_status); }; }; then
15031
15032 { $as_echo "$as_me:$LINENO: result: yes" >&5
15033$as_echo "yes" >&6; }
15034
15035cat >>confdefs.h <<\_ACEOF
15036#define HAVE_6ARGS_SECURITY_INODE_INIT_SECURITY 1
15037_ACEOF
15038
15039
15040else
15041 $as_echo "$as_me: failed program was:" >&5
15042sed 's/^/| /' conftest.$ac_ext >&5
15043
15044 { $as_echo "$as_me:$LINENO: result: no" >&5
15045$as_echo "no" >&6; }
15046
15047
15048
15049fi
15050
15051 rm -Rf build
15052
15053
15054 EXTRA_KCFLAGS="$tmp_flags"
15055
15056
2cf7f52b
BB
15057 { $as_echo "$as_me:$LINENO: checking whether symbol mount_nodev is exported" >&5
15058$as_echo_n "checking whether symbol mount_nodev is exported... " >&6; }
15059 grep -q -E '[[:space:]]mount_nodev[[:space:]]' \
15060 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
15061 rc=$?
15062 if test $rc -ne 0; then
8366cd6a 15063
2cf7f52b
BB
15064 export=0
15065 for file in fs/super.c; do
15066 grep -q -E "EXPORT_SYMBOL.*(mount_nodev)" "$LINUX/$file" 2>/dev/null
15067 rc=$?
8366cd6a
PS
15068 if test $rc -eq 0; then
15069
15070 export=1
15071 break;
15072
15073fi
15074
2cf7f52b
BB
15075 done
15076 if test $export -eq 0; then
8366cd6a 15077
2cf7f52b
BB
15078 { $as_echo "$as_me:$LINENO: result: no" >&5
15079$as_echo "no" >&6; }
15080
8366cd6a
PS
15081
15082else
15083
2cf7f52b
BB
15084 { $as_echo "$as_me:$LINENO: result: yes" >&5
15085$as_echo "yes" >&6; }
15086
15087cat >>confdefs.h <<\_ACEOF
15088#define HAVE_MOUNT_NODEV 1
15089_ACEOF
15090
8366cd6a
PS
15091
15092fi
15093
15094
15095else
15096
2cf7f52b
BB
15097 { $as_echo "$as_me:$LINENO: result: yes" >&5
15098$as_echo "yes" >&6; }
15099
15100cat >>confdefs.h <<\_ACEOF
15101#define HAVE_MOUNT_NODEV 1
15102_ACEOF
15103
8366cd6a
PS
15104
15105fi
15106
2cf7f52b
BB
15107
15108
15109
76659dc1
BB
15110 { $as_echo "$as_me:$LINENO: checking whether super_block has s_bdi" >&5
15111$as_echo_n "checking whether super_block has s_bdi... " >&6; }
15112
15113
15114cat confdefs.h - <<_ACEOF >conftest.c
15115/* confdefs.h. */
15116_ACEOF
15117cat confdefs.h >>conftest.$ac_ext
15118cat >>conftest.$ac_ext <<_ACEOF
15119/* end confdefs.h. */
15120
15121
15122 #include <linux/fs.h>
15123
15124int
15125main (void)
15126{
15127
15128 struct super_block sb __attribute__ ((unused));
15129 sb.s_bdi = NULL;
15130
15131 ;
15132 return 0;
15133}
15134
15135_ACEOF
15136
15137
15138 rm -Rf build && mkdir -p build
15139 echo "obj-m := conftest.o" >build/Makefile
15140 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'
15141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15142 (eval $ac_try) 2>&5
15143 ac_status=$?
15144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15145 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15147 (eval $ac_try) 2>&5
15148 ac_status=$?
15149 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15150 (exit $ac_status); }; }; then
15151
15152 { $as_echo "$as_me:$LINENO: result: yes" >&5
15153$as_echo "yes" >&6; }
15154
15155cat >>confdefs.h <<\_ACEOF
15156#define HAVE_BDI 1
15157_ACEOF
15158
15159
15160else
15161 $as_echo "$as_me: failed program was:" >&5
15162sed 's/^/| /' conftest.$ac_ext >&5
15163
15164 { $as_echo "$as_me:$LINENO: result: no" >&5
15165$as_echo "no" >&6; }
15166
15167
15168
15169fi
15170
15171 rm -Rf build
15172
15173
15174
15175
5547c2f1
BB
15176 { $as_echo "$as_me:$LINENO: checking whether symbol bdi_setup_and_register is exported" >&5
15177$as_echo_n "checking whether symbol bdi_setup_and_register is exported... " >&6; }
15178 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
15179 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
15180 rc=$?
15181 if test $rc -ne 0; then
15182
15183 export=0
15184 for file in mm/backing-dev.c; do
15185 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" "$LINUX/$file" 2>/dev/null
15186 rc=$?
15187 if test $rc -eq 0; then
15188
15189 export=1
15190 break;
15191
15192fi
15193
15194 done
15195 if test $export -eq 0; then
15196
15197 { $as_echo "$as_me:$LINENO: result: no" >&5
15198$as_echo "no" >&6; }
15199
15200
15201else
15202
15203 { $as_echo "$as_me:$LINENO: result: yes" >&5
15204$as_echo "yes" >&6; }
15205
15206cat >>confdefs.h <<\_ACEOF
15207#define HAVE_BDI_SETUP_AND_REGISTER 1
15208_ACEOF
15209
15210
15211fi
15212
15213
15214else
15215
15216 { $as_echo "$as_me:$LINENO: result: yes" >&5
15217$as_echo "yes" >&6; }
15218
15219cat >>confdefs.h <<\_ACEOF
15220#define HAVE_BDI_SETUP_AND_REGISTER 1
15221_ACEOF
15222
15223
15224fi
15225
15226
15227
15228
e70e591c 15229 if test "$LINUX_OBJ" != "$LINUX"; then
8366cd6a 15230
e70e591c 15231 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
8366cd6a
PS
15232
15233fi
15234
e70e591c
BB
15235
15236
15237
8a7e1cee 15238 KERNELCPPFLAGS="$KERNELCPPFLAGS $NO_UNUSED_BUT_SET_VARIABLE"
12c1acde 15239 KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL"
6283f55e
BB
15240 KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\""
15241
15242
e70e591c
BB
15243 ;;
15244 user)
15245
de0a1c09
BB
15246
15247# Check whether --with-udevdir was given.
15248if test "${with_udevdir+set}" = set; then
15249 withval=$with_udevdir; udevdir=$withval
15250else
15251 udevdir='${exec_prefix}/lib/udev'
15252fi
15253
15254
15255
15256# Check whether --with-udevruledir was given.
15257if test "${with_udevruledir+set}" = set; then
15258 withval=$with_udevruledir; udevruledir=$withval
15259else
15260 udevruledir='${udevdir}/rules.d'
15261fi
15262
15263
15264
15265
15266
15267
e70e591c
BB
15268 { $as_echo "$as_me:$LINENO: checking for target asm dir" >&5
15269$as_echo_n "checking for target asm dir... " >&6; }
15270 TARGET_ARCH=`echo ${target_cpu} | sed -e s/i.86/i386/`
15271
15272 case $TARGET_ARCH in
15273 i386|x86_64)
15274 TARGET_ASM_DIR=asm-${TARGET_ARCH}
15275 ;;
15276 *)
15277 TARGET_ASM_DIR=asm-generic
15278 ;;
15279 esac
15280
15281
15282 { $as_echo "$as_me:$LINENO: result: $TARGET_ASM_DIR" >&5
15283$as_echo "$TARGET_ASM_DIR" >&6; }
15284
15285
e70e591c
BB
15286 { $as_echo "$as_me:$LINENO: checking for ioctl()" >&5
15287$as_echo_n "checking for ioctl()... " >&6; }
15288 cat >conftest.$ac_ext <<_ACEOF
15289/* confdefs.h. */
15290_ACEOF
15291cat confdefs.h >>conftest.$ac_ext
15292cat >>conftest.$ac_ext <<_ACEOF
15293/* end confdefs.h. */
15294#include <unistd.h>
15295
15296_ACEOF
15297if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15298 $EGREP "ioctl" >/dev/null 2>&1; then
15299 is_unistd=yes
15300else
15301 is_unistd=no
15302fi
15303rm -f conftest*
15304
15305 cat >conftest.$ac_ext <<_ACEOF
15306/* confdefs.h. */
15307_ACEOF
15308cat confdefs.h >>conftest.$ac_ext
15309cat >>conftest.$ac_ext <<_ACEOF
15310/* end confdefs.h. */
15311#include <sys/ioctl.h>
15312
15313_ACEOF
15314if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15315 $EGREP "ioctl" >/dev/null 2>&1; then
15316 is_sys_ioctl=yes
15317else
15318 is_sys_ioctl=no
15319fi
15320rm -f conftest*
15321
15322 cat >conftest.$ac_ext <<_ACEOF
15323/* confdefs.h. */
15324_ACEOF
15325cat confdefs.h >>conftest.$ac_ext
15326cat >>conftest.$ac_ext <<_ACEOF
15327/* end confdefs.h. */
15328#include <stropts.h>
15329
15330_ACEOF
15331if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15332 $EGREP "ioctl" >/dev/null 2>&1; then
15333 is_stropts=yes
15334else
15335 is_stropts=no
15336fi
15337rm -f conftest*
15338
15339
15340 if test $is_unistd = yes; then
15341 result=unistd.h
15342
15343cat >>confdefs.h <<\_ACEOF
15344#define HAVE_IOCTL_IN_UNISTD_H 1
15345_ACEOF
15346
15347 else
15348
15349 if test $is_sys_ioctl = yes; then
15350 result=sys/ioctl.h
15351
15352cat >>confdefs.h <<\_ACEOF
15353#define HAVE_IOCTL_IN_SYS_IOCTL_H 1
15354_ACEOF
15355
15356 elif test $is_stropts = yes; then
15357
15358cat >>confdefs.h <<\_ACEOF
15359#define HAVE_IOCTL_IN_STROPTS_H 1
15360_ACEOF
15361
15362 else
15363 result=no
15364 fi
15365 fi
15366
15367 if test $result = no; then
15368 { $as_echo "$as_me:$LINENO: result: no" >&5
15369$as_echo "no" >&6; }
15370 { { $as_echo "$as_me:$LINENO: error: *** Cannot locate ioctl() definition" >&5
15371$as_echo "$as_me: error: *** Cannot locate ioctl() definition" >&2;}
15372 { (exit 1); exit 1; }; }
15373 else
15374 { $as_echo "$as_me:$LINENO: result: yes" >&5
15375$as_echo "yes" >&6; }
15376 fi
15377
15378
15379 ZLIB=
15380
15381 if test "${ac_cv_header_zlib_h+set}" = set; then
15382 { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
15383$as_echo_n "checking for zlib.h... " >&6; }
15384if test "${ac_cv_header_zlib_h+set}" = set; then
15385 $as_echo_n "(cached) " >&6
15386fi
15387{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
15388$as_echo "$ac_cv_header_zlib_h" >&6; }
15389else
15390 # Is the header compilable?
15391{ $as_echo "$as_me:$LINENO: checking zlib.h usability" >&5
15392$as_echo_n "checking zlib.h usability... " >&6; }
15393cat >conftest.$ac_ext <<_ACEOF
15394/* confdefs.h. */
15395_ACEOF
15396cat confdefs.h >>conftest.$ac_ext
15397cat >>conftest.$ac_ext <<_ACEOF
15398/* end confdefs.h. */
15399$ac_includes_default
15400#include <zlib.h>
15401_ACEOF
15402rm -f conftest.$ac_objext
15403if { (ac_try="$ac_compile"
15404case "(($ac_try" in
15405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15406 *) ac_try_echo=$ac_try;;
15407esac
15408eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15409$as_echo "$ac_try_echo") >&5
15410 (eval "$ac_compile") 2>conftest.er1
15411 ac_status=$?
15412 grep -v '^ *+' conftest.er1 >conftest.err
15413 rm -f conftest.er1
15414 cat conftest.err >&5
15415 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15416 (exit $ac_status); } && {
15417 test -z "$ac_c_werror_flag" ||
15418 test ! -s conftest.err
15419 } && test -s conftest.$ac_objext; then
15420 ac_header_compiler=yes
15421else
15422 $as_echo "$as_me: failed program was:" >&5
15423sed 's/^/| /' conftest.$ac_ext >&5
15424
15425 ac_header_compiler=no
15426fi
15427
15428rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15429{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15430$as_echo "$ac_header_compiler" >&6; }
15431
15432# Is the header present?
15433{ $as_echo "$as_me:$LINENO: checking zlib.h presence" >&5
15434$as_echo_n "checking zlib.h presence... " >&6; }
15435cat >conftest.$ac_ext <<_ACEOF
15436/* confdefs.h. */
15437_ACEOF
15438cat confdefs.h >>conftest.$ac_ext
15439cat >>conftest.$ac_ext <<_ACEOF
15440/* end confdefs.h. */
15441#include <zlib.h>
15442_ACEOF
15443if { (ac_try="$ac_cpp conftest.$ac_ext"
15444case "(($ac_try" in
15445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15446 *) ac_try_echo=$ac_try;;
15447esac
15448eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15449$as_echo "$ac_try_echo") >&5
15450 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15451 ac_status=$?
15452 grep -v '^ *+' conftest.er1 >conftest.err
15453 rm -f conftest.er1
15454 cat conftest.err >&5
15455 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15456 (exit $ac_status); } >/dev/null && {
15457 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15458 test ! -s conftest.err
15459 }; then
15460 ac_header_preproc=yes
15461else
15462 $as_echo "$as_me: failed program was:" >&5
15463sed 's/^/| /' conftest.$ac_ext >&5
15464
15465 ac_header_preproc=no
15466fi
15467
15468rm -f conftest.err conftest.$ac_ext
15469{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15470$as_echo "$ac_header_preproc" >&6; }
15471
15472# So? What about this header?
15473case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15474 yes:no: )
15475 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
15476$as_echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15477 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
15478$as_echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
15479 ac_header_preproc=yes
15480 ;;
15481 no:yes:* )
15482 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
15483$as_echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
15484 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
15485$as_echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
15486 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
15487$as_echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
15488 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
15489$as_echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
15490 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
15491$as_echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
15492 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
15493$as_echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
15494
15495 ;;
15496esac
15497{ $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
15498$as_echo_n "checking for zlib.h... " >&6; }
15499if test "${ac_cv_header_zlib_h+set}" = set; then
15500 $as_echo_n "(cached) " >&6
15501else
15502 ac_cv_header_zlib_h=$ac_header_preproc
15503fi
15504{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
15505$as_echo "$ac_cv_header_zlib_h" >&6; }
15506
15507fi
15508if test "x$ac_cv_header_zlib_h" = x""yes; then
15509 :
15510else
15511 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
15512$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15513{ { $as_echo "$as_me:$LINENO: error:
15514 *** zlib.h missing, zlib-devel package required
15515See \`config.log' for more details." >&5
15516$as_echo "$as_me: error:
15517 *** zlib.h missing, zlib-devel package required
15518See \`config.log' for more details." >&2;}
15519 { (exit 1); exit 1; }; }; }
15520fi
15521
15522
15523
15524
15525{ $as_echo "$as_me:$LINENO: checking for compress2 in -lz" >&5
15526$as_echo_n "checking for compress2 in -lz... " >&6; }
15527if test "${ac_cv_lib_z_compress2+set}" = set; then
15528 $as_echo_n "(cached) " >&6
15529else
15530 ac_check_lib_save_LIBS=$LIBS
15531LIBS="-lz $LIBS"
15532cat >conftest.$ac_ext <<_ACEOF
15533/* confdefs.h. */
15534_ACEOF
15535cat confdefs.h >>conftest.$ac_ext
15536cat >>conftest.$ac_ext <<_ACEOF
15537/* end confdefs.h. */
15538
15539/* Override any GCC internal prototype to avoid an error.
15540 Use char because int might match the return type of a GCC
15541 builtin and then its argument prototype would still apply. */
15542#ifdef __cplusplus
15543extern "C"
15544#endif
15545char compress2 ();
15546int
15547main ()
15548{
15549return compress2 ();
15550 ;
15551 return 0;
15552}
15553_ACEOF
15554rm -f conftest.$ac_objext conftest$ac_exeext
15555if { (ac_try="$ac_link"
15556case "(($ac_try" in
15557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15558 *) ac_try_echo=$ac_try;;
15559esac
15560eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15561$as_echo "$ac_try_echo") >&5
15562 (eval "$ac_link") 2>conftest.er1
15563 ac_status=$?
15564 grep -v '^ *+' conftest.er1 >conftest.err
15565 rm -f conftest.er1
15566 cat conftest.err >&5
15567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15568 (exit $ac_status); } && {
15569 test -z "$ac_c_werror_flag" ||
15570 test ! -s conftest.err
15571 } && test -s conftest$ac_exeext && {
15572 test "$cross_compiling" = yes ||
15573 $as_test_x conftest$ac_exeext
15574 }; then
15575 ac_cv_lib_z_compress2=yes
15576else
15577 $as_echo "$as_me: failed program was:" >&5
15578sed 's/^/| /' conftest.$ac_ext >&5
15579
15580 ac_cv_lib_z_compress2=no
15581fi
15582
15583rm -rf conftest.dSYM
15584rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15585 conftest$ac_exeext conftest.$ac_ext
15586LIBS=$ac_check_lib_save_LIBS
15587fi
15588{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_compress2" >&5
15589$as_echo "$ac_cv_lib_z_compress2" >&6; }
15590if test "x$ac_cv_lib_z_compress2" = x""yes; then
15591 cat >>confdefs.h <<_ACEOF
15592#define HAVE_LIBZ 1
15593_ACEOF
15594
15595 LIBS="-lz $LIBS"
15596
15597else
15598 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
15599$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15600{ { $as_echo "$as_me:$LINENO: error:
15601 *** compress2() missing, zlib-devel package required
15602See \`config.log' for more details." >&5
15603$as_echo "$as_me: error:
15604 *** compress2() missing, zlib-devel package required
15605See \`config.log' for more details." >&2;}
15606 { (exit 1); exit 1; }; }; }
15607fi
15608
15609
15610
15611{ $as_echo "$as_me:$LINENO: checking for uncompress in -lz" >&5
15612$as_echo_n "checking for uncompress in -lz... " >&6; }
15613if test "${ac_cv_lib_z_uncompress+set}" = set; then
15614 $as_echo_n "(cached) " >&6
15615else
15616 ac_check_lib_save_LIBS=$LIBS
15617LIBS="-lz $LIBS"
15618cat >conftest.$ac_ext <<_ACEOF
15619/* confdefs.h. */
15620_ACEOF
15621cat confdefs.h >>conftest.$ac_ext
15622cat >>conftest.$ac_ext <<_ACEOF
15623/* end confdefs.h. */
15624
15625/* Override any GCC internal prototype to avoid an error.
15626 Use char because int might match the return type of a GCC
15627 builtin and then its argument prototype would still apply. */
15628#ifdef __cplusplus
15629extern "C"
15630#endif
15631char uncompress ();
15632int
15633main ()
15634{
15635return uncompress ();
15636 ;
15637 return 0;
15638}
15639_ACEOF
15640rm -f conftest.$ac_objext conftest$ac_exeext
15641if { (ac_try="$ac_link"
15642case "(($ac_try" in
15643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15644 *) ac_try_echo=$ac_try;;
15645esac
15646eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15647$as_echo "$ac_try_echo") >&5
15648 (eval "$ac_link") 2>conftest.er1
15649 ac_status=$?
15650 grep -v '^ *+' conftest.er1 >conftest.err
15651 rm -f conftest.er1
15652 cat conftest.err >&5
15653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15654 (exit $ac_status); } && {
15655 test -z "$ac_c_werror_flag" ||
15656 test ! -s conftest.err
15657 } && test -s conftest$ac_exeext && {
15658 test "$cross_compiling" = yes ||
15659 $as_test_x conftest$ac_exeext
15660 }; then
15661 ac_cv_lib_z_uncompress=yes
15662else
15663 $as_echo "$as_me: failed program was:" >&5
15664sed 's/^/| /' conftest.$ac_ext >&5
15665
15666 ac_cv_lib_z_uncompress=no
15667fi
15668
15669rm -rf conftest.dSYM
15670rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15671 conftest$ac_exeext conftest.$ac_ext
15672LIBS=$ac_check_lib_save_LIBS
15673fi
15674{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_uncompress" >&5
15675$as_echo "$ac_cv_lib_z_uncompress" >&6; }
15676if test "x$ac_cv_lib_z_uncompress" = x""yes; then
15677 cat >>confdefs.h <<_ACEOF
15678#define HAVE_LIBZ 1
15679_ACEOF
15680
15681 LIBS="-lz $LIBS"
15682
15683else
15684 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
15685$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15686{ { $as_echo "$as_me:$LINENO: error:
15687 *** uncompress() missing, zlib-devel package required
15688See \`config.log' for more details." >&5
15689$as_echo "$as_me: error:
15690 *** uncompress() missing, zlib-devel package required
15691See \`config.log' for more details." >&2;}
15692 { (exit 1); exit 1; }; }; }
15693fi
15694
15695
15696
15697{ $as_echo "$as_me:$LINENO: checking for crc32 in -lz" >&5
15698$as_echo_n "checking for crc32 in -lz... " >&6; }
15699if test "${ac_cv_lib_z_crc32+set}" = set; then
15700 $as_echo_n "(cached) " >&6
15701else
15702 ac_check_lib_save_LIBS=$LIBS
15703LIBS="-lz $LIBS"
15704cat >conftest.$ac_ext <<_ACEOF
15705/* confdefs.h. */
15706_ACEOF
15707cat confdefs.h >>conftest.$ac_ext
15708cat >>conftest.$ac_ext <<_ACEOF
15709/* end confdefs.h. */
15710
15711/* Override any GCC internal prototype to avoid an error.
15712 Use char because int might match the return type of a GCC
15713 builtin and then its argument prototype would still apply. */
15714#ifdef __cplusplus
15715extern "C"
15716#endif
15717char crc32 ();
15718int
15719main ()
15720{
15721return crc32 ();
15722 ;
15723 return 0;
15724}
15725_ACEOF
15726rm -f conftest.$ac_objext conftest$ac_exeext
15727if { (ac_try="$ac_link"
15728case "(($ac_try" in
15729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15730 *) ac_try_echo=$ac_try;;
15731esac
15732eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15733$as_echo "$ac_try_echo") >&5
15734 (eval "$ac_link") 2>conftest.er1
15735 ac_status=$?
15736 grep -v '^ *+' conftest.er1 >conftest.err
15737 rm -f conftest.er1
15738 cat conftest.err >&5
15739 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15740 (exit $ac_status); } && {
15741 test -z "$ac_c_werror_flag" ||
15742 test ! -s conftest.err
15743 } && test -s conftest$ac_exeext && {
15744 test "$cross_compiling" = yes ||
15745 $as_test_x conftest$ac_exeext
15746 }; then
15747 ac_cv_lib_z_crc32=yes
15748else
15749 $as_echo "$as_me: failed program was:" >&5
15750sed 's/^/| /' conftest.$ac_ext >&5
15751
15752 ac_cv_lib_z_crc32=no
15753fi
15754
15755rm -rf conftest.dSYM
15756rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15757 conftest$ac_exeext conftest.$ac_ext
15758LIBS=$ac_check_lib_save_LIBS
15759fi
15760{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_crc32" >&5
15761$as_echo "$ac_cv_lib_z_crc32" >&6; }
15762if test "x$ac_cv_lib_z_crc32" = x""yes; then
15763 cat >>confdefs.h <<_ACEOF
15764#define HAVE_LIBZ 1
15765_ACEOF
15766
15767 LIBS="-lz $LIBS"
15768
15769else
15770 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
15771$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15772{ { $as_echo "$as_me:$LINENO: error:
15773 *** crc32() missing, zlib-devel package required
15774See \`config.log' for more details." >&5
15775$as_echo "$as_me: error:
15776 *** crc32() missing, zlib-devel package required
15777See \`config.log' for more details." >&2;}
15778 { (exit 1); exit 1; }; }; }
15779fi
15780
15781
15782 ZLIB="-lz"
15783
15784
15785cat >>confdefs.h <<\_ACEOF
15786#define HAVE_ZLIB 1
15787_ACEOF
15788
15789
15790
15791 LIBUUID=
15792
15793 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
15794 { $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5
15795$as_echo_n "checking for uuid/uuid.h... " >&6; }
15796if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
15797 $as_echo_n "(cached) " >&6
15798fi
15799{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5
15800$as_echo "$ac_cv_header_uuid_uuid_h" >&6; }
15801else
15802 # Is the header compilable?
15803{ $as_echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&5
15804$as_echo_n "checking uuid/uuid.h usability... " >&6; }
15805cat >conftest.$ac_ext <<_ACEOF
15806/* confdefs.h. */
15807_ACEOF
15808cat confdefs.h >>conftest.$ac_ext
15809cat >>conftest.$ac_ext <<_ACEOF
15810/* end confdefs.h. */
15811$ac_includes_default
15812#include <uuid/uuid.h>
15813_ACEOF
15814rm -f conftest.$ac_objext
15815if { (ac_try="$ac_compile"
15816case "(($ac_try" in
15817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15818 *) ac_try_echo=$ac_try;;
15819esac
15820eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15821$as_echo "$ac_try_echo") >&5
15822 (eval "$ac_compile") 2>conftest.er1
15823 ac_status=$?
15824 grep -v '^ *+' conftest.er1 >conftest.err
15825 rm -f conftest.er1
15826 cat conftest.err >&5
15827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15828 (exit $ac_status); } && {
15829 test -z "$ac_c_werror_flag" ||
15830 test ! -s conftest.err
15831 } && test -s conftest.$ac_objext; then
15832 ac_header_compiler=yes
15833else
15834 $as_echo "$as_me: failed program was:" >&5
15835sed 's/^/| /' conftest.$ac_ext >&5
15836
15837 ac_header_compiler=no
15838fi
15839
15840rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15841{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15842$as_echo "$ac_header_compiler" >&6; }
15843
15844# Is the header present?
15845{ $as_echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&5
15846$as_echo_n "checking uuid/uuid.h presence... " >&6; }
15847cat >conftest.$ac_ext <<_ACEOF
15848/* confdefs.h. */
15849_ACEOF
15850cat confdefs.h >>conftest.$ac_ext
15851cat >>conftest.$ac_ext <<_ACEOF
15852/* end confdefs.h. */
15853#include <uuid/uuid.h>
15854_ACEOF
15855if { (ac_try="$ac_cpp conftest.$ac_ext"
15856case "(($ac_try" in
15857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15858 *) ac_try_echo=$ac_try;;
15859esac
15860eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15861$as_echo "$ac_try_echo") >&5
15862 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15863 ac_status=$?
15864 grep -v '^ *+' conftest.er1 >conftest.err
15865 rm -f conftest.er1
15866 cat conftest.err >&5
15867 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15868 (exit $ac_status); } >/dev/null && {
15869 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15870 test ! -s conftest.err
15871 }; then
15872 ac_header_preproc=yes
15873else
15874 $as_echo "$as_me: failed program was:" >&5
15875sed 's/^/| /' conftest.$ac_ext >&5
15876
15877 ac_header_preproc=no
15878fi
15879
15880rm -f conftest.err conftest.$ac_ext
15881{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15882$as_echo "$ac_header_preproc" >&6; }
15883
15884# So? What about this header?
15885case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15886 yes:no: )
15887 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&5
15888$as_echo "$as_me: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15889 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&5
15890$as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&2;}
15891 ac_header_preproc=yes
15892 ;;
15893 no:yes:* )
15894 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: present but cannot be compiled" >&5
15895$as_echo "$as_me: WARNING: uuid/uuid.h: present but cannot be compiled" >&2;}
15896 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: check for missing prerequisite headers?" >&5
15897$as_echo "$as_me: WARNING: uuid/uuid.h: check for missing prerequisite headers?" >&2;}
15898 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: see the Autoconf documentation" >&5
15899$as_echo "$as_me: WARNING: uuid/uuid.h: see the Autoconf documentation" >&2;}
15900 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: section \"Present But Cannot Be Compiled\"" >&5
15901$as_echo "$as_me: WARNING: uuid/uuid.h: section \"Present But Cannot Be Compiled\"" >&2;}
15902 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&5
15903$as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&2;}
15904 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&5
15905$as_echo "$as_me: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&2;}
15906
15907 ;;
15908esac
15909{ $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5
15910$as_echo_n "checking for uuid/uuid.h... " >&6; }
15911if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
15912 $as_echo_n "(cached) " >&6
15913else
15914 ac_cv_header_uuid_uuid_h=$ac_header_preproc
15915fi
15916{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5
15917$as_echo "$ac_cv_header_uuid_uuid_h" >&6; }
15918
15919fi
15920if test "x$ac_cv_header_uuid_uuid_h" = x""yes; then
15921 :
15922else
15923 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
15924$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15925{ { $as_echo "$as_me:$LINENO: error:
15926 *** uuid/uuid.h missing, libuuid-devel package required
15927See \`config.log' for more details." >&5
15928$as_echo "$as_me: error:
15929 *** uuid/uuid.h missing, libuuid-devel package required
15930See \`config.log' for more details." >&2;}
15931 { (exit 1); exit 1; }; }; }
15932fi
15933
15934
15935
15936
15937{ $as_echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5
15938$as_echo_n "checking for uuid_generate in -luuid... " >&6; }
15939if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then
15940 $as_echo_n "(cached) " >&6
15941else
15942 ac_check_lib_save_LIBS=$LIBS
15943LIBS="-luuid $LIBS"
15944cat >conftest.$ac_ext <<_ACEOF
15945/* confdefs.h. */
15946_ACEOF
15947cat confdefs.h >>conftest.$ac_ext
15948cat >>conftest.$ac_ext <<_ACEOF
15949/* end confdefs.h. */
15950
15951/* Override any GCC internal prototype to avoid an error.
15952 Use char because int might match the return type of a GCC
15953 builtin and then its argument prototype would still apply. */
15954#ifdef __cplusplus
15955extern "C"
15956#endif
15957char uuid_generate ();
15958int
15959main ()
15960{
15961return uuid_generate ();
15962 ;
15963 return 0;
15964}
15965_ACEOF
15966rm -f conftest.$ac_objext conftest$ac_exeext
15967if { (ac_try="$ac_link"
15968case "(($ac_try" in
15969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15970 *) ac_try_echo=$ac_try;;
15971esac
15972eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15973$as_echo "$ac_try_echo") >&5
15974 (eval "$ac_link") 2>conftest.er1
15975 ac_status=$?
15976 grep -v '^ *+' conftest.er1 >conftest.err
15977 rm -f conftest.er1
15978 cat conftest.err >&5
15979 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15980 (exit $ac_status); } && {
15981 test -z "$ac_c_werror_flag" ||
15982 test ! -s conftest.err
15983 } && test -s conftest$ac_exeext && {
15984 test "$cross_compiling" = yes ||
15985 $as_test_x conftest$ac_exeext
15986 }; then
15987 ac_cv_lib_uuid_uuid_generate=yes
15988else
15989 $as_echo "$as_me: failed program was:" >&5
15990sed 's/^/| /' conftest.$ac_ext >&5
15991
15992 ac_cv_lib_uuid_uuid_generate=no
15993fi
15994
15995rm -rf conftest.dSYM
15996rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15997 conftest$ac_exeext conftest.$ac_ext
15998LIBS=$ac_check_lib_save_LIBS
15999fi
16000{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5
16001$as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; }
16002if test "x$ac_cv_lib_uuid_uuid_generate" = x""yes; then
16003 cat >>confdefs.h <<_ACEOF
16004#define HAVE_LIBUUID 1
16005_ACEOF
16006
16007 LIBS="-luuid $LIBS"
16008
16009else
16010 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
16011$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16012{ { $as_echo "$as_me:$LINENO: error:
16013 *** uuid_generate() missing, libuuid-devel package required
16014See \`config.log' for more details." >&5
16015$as_echo "$as_me: error:
16016 *** uuid_generate() missing, libuuid-devel package required
16017See \`config.log' for more details." >&2;}
16018 { (exit 1); exit 1; }; }; }
16019fi
16020
16021
16022
16023{ $as_echo "$as_me:$LINENO: checking for uuid_is_null in -luuid" >&5
16024$as_echo_n "checking for uuid_is_null in -luuid... " >&6; }
16025if test "${ac_cv_lib_uuid_uuid_is_null+set}" = set; then
16026 $as_echo_n "(cached) " >&6
16027else
16028 ac_check_lib_save_LIBS=$LIBS
16029LIBS="-luuid $LIBS"
16030cat >conftest.$ac_ext <<_ACEOF
16031/* confdefs.h. */
16032_ACEOF
16033cat confdefs.h >>conftest.$ac_ext
16034cat >>conftest.$ac_ext <<_ACEOF
16035/* end confdefs.h. */
16036
16037/* Override any GCC internal prototype to avoid an error.
16038 Use char because int might match the return type of a GCC
16039 builtin and then its argument prototype would still apply. */
16040#ifdef __cplusplus
16041extern "C"
16042#endif
16043char uuid_is_null ();
16044int
16045main ()
16046{
16047return uuid_is_null ();
16048 ;
16049 return 0;
16050}
16051_ACEOF
16052rm -f conftest.$ac_objext conftest$ac_exeext
16053if { (ac_try="$ac_link"
16054case "(($ac_try" in
16055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16056 *) ac_try_echo=$ac_try;;
16057esac
16058eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16059$as_echo "$ac_try_echo") >&5
16060 (eval "$ac_link") 2>conftest.er1
16061 ac_status=$?
16062 grep -v '^ *+' conftest.er1 >conftest.err
16063 rm -f conftest.er1
16064 cat conftest.err >&5
16065 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16066 (exit $ac_status); } && {
16067 test -z "$ac_c_werror_flag" ||
16068 test ! -s conftest.err
16069 } && test -s conftest$ac_exeext && {
16070 test "$cross_compiling" = yes ||
16071 $as_test_x conftest$ac_exeext
16072 }; then
16073 ac_cv_lib_uuid_uuid_is_null=yes
16074else
16075 $as_echo "$as_me: failed program was:" >&5
16076sed 's/^/| /' conftest.$ac_ext >&5
16077
16078 ac_cv_lib_uuid_uuid_is_null=no
16079fi
16080
16081rm -rf conftest.dSYM
16082rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16083 conftest$ac_exeext conftest.$ac_ext
16084LIBS=$ac_check_lib_save_LIBS
16085fi
16086{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_is_null" >&5
16087$as_echo "$ac_cv_lib_uuid_uuid_is_null" >&6; }
16088if test "x$ac_cv_lib_uuid_uuid_is_null" = x""yes; then
16089 cat >>confdefs.h <<_ACEOF
16090#define HAVE_LIBUUID 1
16091_ACEOF
16092
16093 LIBS="-luuid $LIBS"
16094
16095else
16096 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
16097$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16098{ { $as_echo "$as_me:$LINENO: error:
16099 *** uuid_is_null() missing, libuuid-devel package required
16100See \`config.log' for more details." >&5
16101$as_echo "$as_me: error:
16102 *** uuid_is_null() missing, libuuid-devel package required
16103See \`config.log' for more details." >&2;}
16104 { (exit 1); exit 1; }; }; }
16105fi
16106
16107
16108 LIBUUID="-luuid"
16109
16110
16111cat >>confdefs.h <<\_ACEOF
16112#define HAVE_LIBUUID 1
16113_ACEOF
16114
16115
16116
16117
16118# Check whether --with-blkid was given.
16119if test "${with_blkid+set}" = set; then
16120 withval=$with_blkid;
16121else
16122 with_blkid=check
16123fi
16124
16125
16126 LIBBLKID=
16127 if test "x$with_blkid" != xno; then
16128
16129 { $as_echo "$as_me:$LINENO: checking for blkid_get_cache in -lblkid" >&5
16130$as_echo_n "checking for blkid_get_cache in -lblkid... " >&6; }
16131if test "${ac_cv_lib_blkid_blkid_get_cache+set}" = set; then
16132 $as_echo_n "(cached) " >&6
16133else
16134 ac_check_lib_save_LIBS=$LIBS
16135LIBS="-lblkid $LIBS"
16136cat >conftest.$ac_ext <<_ACEOF
16137/* confdefs.h. */
16138_ACEOF
16139cat confdefs.h >>conftest.$ac_ext
16140cat >>conftest.$ac_ext <<_ACEOF
16141/* end confdefs.h. */
16142
16143/* Override any GCC internal prototype to avoid an error.
16144 Use char because int might match the return type of a GCC
16145 builtin and then its argument prototype would still apply. */
16146#ifdef __cplusplus
16147extern "C"
16148#endif
16149char blkid_get_cache ();
16150int
16151main ()
16152{
16153return blkid_get_cache ();
16154 ;
16155 return 0;
16156}
16157_ACEOF
16158rm -f conftest.$ac_objext conftest$ac_exeext
16159if { (ac_try="$ac_link"
16160case "(($ac_try" in
16161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16162 *) ac_try_echo=$ac_try;;
16163esac
16164eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16165$as_echo "$ac_try_echo") >&5
16166 (eval "$ac_link") 2>conftest.er1
16167 ac_status=$?
16168 grep -v '^ *+' conftest.er1 >conftest.err
16169 rm -f conftest.er1
16170 cat conftest.err >&5
16171 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16172 (exit $ac_status); } && {
16173 test -z "$ac_c_werror_flag" ||
16174 test ! -s conftest.err
16175 } && test -s conftest$ac_exeext && {
16176 test "$cross_compiling" = yes ||
16177 $as_test_x conftest$ac_exeext
16178 }; then
16179 ac_cv_lib_blkid_blkid_get_cache=yes
16180else
16181 $as_echo "$as_me: failed program was:" >&5
16182sed 's/^/| /' conftest.$ac_ext >&5
16183
16184 ac_cv_lib_blkid_blkid_get_cache=no
16185fi
16186
16187rm -rf conftest.dSYM
16188rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16189 conftest$ac_exeext conftest.$ac_ext
16190LIBS=$ac_check_lib_save_LIBS
16191fi
16192{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_blkid_blkid_get_cache" >&5
16193$as_echo "$ac_cv_lib_blkid_blkid_get_cache" >&6; }
16194if test "x$ac_cv_lib_blkid_blkid_get_cache" = x""yes; then
16195
16196 { $as_echo "$as_me:$LINENO: checking for blkid zfs support" >&5
16197$as_echo_n "checking for blkid zfs support... " >&6; }
16198
16199 ZFS_DEV=`mktemp`
16200 dd if=/dev/zero of=$ZFS_DEV bs=1024k count=8 \
16201 >/dev/null 2>/dev/null
16202 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
16203 dd of=$ZFS_DEV bs=1k count=8 \
16204 seek=132 conv=notrunc &>/dev/null \
16205 >/dev/null 2>/dev/null
16206
16207 saved_LDFLAGS="$LDFLAGS"
16208 LDFLAGS="-lblkid"
16209
16210 if test "$cross_compiling" = yes; then
16211 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
16212$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16213{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16214See \`config.log' for more details." >&5
16215$as_echo "$as_me: error: cannot run test program while cross compiling
16216See \`config.log' for more details." >&2;}
16217 { (exit 1); exit 1; }; }; }
16218else
16219 cat >conftest.$ac_ext <<_ACEOF
16220/* confdefs.h. */
16221_ACEOF
16222cat confdefs.h >>conftest.$ac_ext
16223cat >>conftest.$ac_ext <<_ACEOF
16224/* end confdefs.h. */
16225
16226 #include <stdio.h>
16227 #include <blkid/blkid.h>
16228
16229int
16230main ()
16231{
16232
16233 blkid_cache cache;
16234 char *value;
16235
16236 if (blkid_get_cache(&cache, NULL) < 0)
16237 return 1;
16238
16239 value = blkid_get_tag_value(cache, "TYPE",
16240 "$ZFS_DEV");
16241 if (!value) {
16242 blkid_put_cache(cache);
16243 return 2;
16244 }
16245
16246 if (strcmp(value, "zfs")) {
16247 free(value);
16248 blkid_put_cache(cache);
16249 return 3;
16250 }
16251
16252 free(value);
16253 blkid_put_cache(cache);
16254
16255 ;
16256 return 0;
16257}
16258_ACEOF
16259rm -f conftest$ac_exeext
16260if { (ac_try="$ac_link"
16261case "(($ac_try" in
16262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16263 *) ac_try_echo=$ac_try;;
16264esac
16265eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16266$as_echo "$ac_try_echo") >&5
16267 (eval "$ac_link") 2>&5
16268 ac_status=$?
16269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16270 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16271 { (case "(($ac_try" in
16272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16273 *) ac_try_echo=$ac_try;;
16274esac
16275eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16276$as_echo "$ac_try_echo") >&5
16277 (eval "$ac_try") 2>&5
16278 ac_status=$?
16279 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16280 (exit $ac_status); }; }; then
16281
16282 rm -f $ZFS_DEV
16283 { $as_echo "$as_me:$LINENO: result: yes" >&5
16284$as_echo "yes" >&6; }
16285 LIBBLKID="-lblkid"
16286
16287
16288cat >>confdefs.h <<\_ACEOF
16289#define HAVE_LIBBLKID 1
16290_ACEOF
16291
16292
16293else
16294 $as_echo "$as_me: program exited with status $ac_status" >&5
16295$as_echo "$as_me: failed program was:" >&5
16296sed 's/^/| /' conftest.$ac_ext >&5
16297
16298( exit $ac_status )
16299
16300 rm -f $ZFS_DEV
16301 { $as_echo "$as_me:$LINENO: result: no" >&5
16302$as_echo "no" >&6; }
16303 if test "x$with_blkid" != xcheck; then
16304 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
16305$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16306{ { $as_echo "$as_me:$LINENO: error: --with-blkid given but unavailable
16307See \`config.log' for more details." >&5
16308$as_echo "$as_me: error: --with-blkid given but unavailable
16309See \`config.log' for more details." >&2;}
16310 { (exit 1); exit 1; }; }; }
16311fi
16312
16313
16314fi
16315rm -rf conftest.dSYM
16316rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16317fi
16318
16319
16320
16321 LDFLAGS="$saved_LDFLAGS"
16322
16323else
16324
16325 if test "x$with_blkid" != xcheck; then
16326 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
16327$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16328{ { $as_echo "$as_me:$LINENO: error: --with-blkid given but unavailable
16329See \`config.log' for more details." >&5
16330$as_echo "$as_me: error: --with-blkid given but unavailable
16331See \`config.log' for more details." >&2;}
16332 { (exit 1); exit 1; }; }; }
16333fi
16334
16335
16336
16337fi
16338
16339
16340fi
16341
16342
16343
b3259b6a
BB
16344
16345# Check whether --with-selinux was given.
16346if test "${with_selinux+set}" = set; then
16347 withval=$with_selinux;
16348else
16349 with_selinux=check
16350fi
16351
16352
16353 LIBSELINUX=
16354 if test "x$with_selinux" != xno; then
16355
16356 if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
16357 { $as_echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5
16358$as_echo_n "checking for selinux/selinux.h... " >&6; }
16359if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
16360 $as_echo_n "(cached) " >&6
16361fi
16362{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5
16363$as_echo "$ac_cv_header_selinux_selinux_h" >&6; }
16364else
16365 # Is the header compilable?
16366{ $as_echo "$as_me:$LINENO: checking selinux/selinux.h usability" >&5
16367$as_echo_n "checking selinux/selinux.h usability... " >&6; }
16368cat >conftest.$ac_ext <<_ACEOF
16369/* confdefs.h. */
16370_ACEOF
16371cat confdefs.h >>conftest.$ac_ext
16372cat >>conftest.$ac_ext <<_ACEOF
16373/* end confdefs.h. */
16374$ac_includes_default
16375#include <selinux/selinux.h>
16376_ACEOF
16377rm -f conftest.$ac_objext
16378if { (ac_try="$ac_compile"
16379case "(($ac_try" in
16380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16381 *) ac_try_echo=$ac_try;;
16382esac
16383eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16384$as_echo "$ac_try_echo") >&5
16385 (eval "$ac_compile") 2>conftest.er1
16386 ac_status=$?
16387 grep -v '^ *+' conftest.er1 >conftest.err
16388 rm -f conftest.er1
16389 cat conftest.err >&5
16390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16391 (exit $ac_status); } && {
16392 test -z "$ac_c_werror_flag" ||
16393 test ! -s conftest.err
16394 } && test -s conftest.$ac_objext; then
16395 ac_header_compiler=yes
16396else
16397 $as_echo "$as_me: failed program was:" >&5
16398sed 's/^/| /' conftest.$ac_ext >&5
16399
16400 ac_header_compiler=no
16401fi
16402
16403rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16404{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16405$as_echo "$ac_header_compiler" >&6; }
16406
16407# Is the header present?
16408{ $as_echo "$as_me:$LINENO: checking selinux/selinux.h presence" >&5
16409$as_echo_n "checking selinux/selinux.h presence... " >&6; }
16410cat >conftest.$ac_ext <<_ACEOF
16411/* confdefs.h. */
16412_ACEOF
16413cat confdefs.h >>conftest.$ac_ext
16414cat >>conftest.$ac_ext <<_ACEOF
16415/* end confdefs.h. */
16416#include <selinux/selinux.h>
16417_ACEOF
16418if { (ac_try="$ac_cpp conftest.$ac_ext"
16419case "(($ac_try" in
16420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16421 *) ac_try_echo=$ac_try;;
16422esac
16423eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16424$as_echo "$ac_try_echo") >&5
16425 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16426 ac_status=$?
16427 grep -v '^ *+' conftest.er1 >conftest.err
16428 rm -f conftest.er1
16429 cat conftest.err >&5
16430 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16431 (exit $ac_status); } >/dev/null && {
16432 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16433 test ! -s conftest.err
16434 }; then
16435 ac_header_preproc=yes
16436else
16437 $as_echo "$as_me: failed program was:" >&5
16438sed 's/^/| /' conftest.$ac_ext >&5
16439
16440 ac_header_preproc=no
16441fi
16442
16443rm -f conftest.err conftest.$ac_ext
16444{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16445$as_echo "$ac_header_preproc" >&6; }
16446
16447# So? What about this header?
16448case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16449 yes:no: )
16450 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&5
16451$as_echo "$as_me: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
16452 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&5
16453$as_echo "$as_me: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&2;}
16454 ac_header_preproc=yes
16455 ;;
16456 no:yes:* )
16457 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: present but cannot be compiled" >&5
16458$as_echo "$as_me: WARNING: selinux/selinux.h: present but cannot be compiled" >&2;}
16459 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&5
16460$as_echo "$as_me: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&2;}
16461 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: see the Autoconf documentation" >&5
16462$as_echo "$as_me: WARNING: selinux/selinux.h: see the Autoconf documentation" >&2;}
16463 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&5
16464$as_echo "$as_me: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&2;}
16465 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&5
16466$as_echo "$as_me: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&2;}
16467 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&5
16468$as_echo "$as_me: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&2;}
16469
16470 ;;
16471esac
16472{ $as_echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5
16473$as_echo_n "checking for selinux/selinux.h... " >&6; }
16474if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
16475 $as_echo_n "(cached) " >&6
16476else
16477 ac_cv_header_selinux_selinux_h=$ac_header_preproc
16478fi
16479{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5
16480$as_echo "$ac_cv_header_selinux_selinux_h" >&6; }
16481
16482fi
16483if test "x$ac_cv_header_selinux_selinux_h" = x""yes; then
16484
16485 { $as_echo "$as_me:$LINENO: checking for is_selinux_enabled in -lselinux" >&5
16486$as_echo_n "checking for is_selinux_enabled in -lselinux... " >&6; }
16487if test "${ac_cv_lib_selinux_is_selinux_enabled+set}" = set; then
16488 $as_echo_n "(cached) " >&6
16489else
16490 ac_check_lib_save_LIBS=$LIBS
16491LIBS="-lselinux $LIBS"
16492cat >conftest.$ac_ext <<_ACEOF
16493/* confdefs.h. */
16494_ACEOF
16495cat confdefs.h >>conftest.$ac_ext
16496cat >>conftest.$ac_ext <<_ACEOF
16497/* end confdefs.h. */
16498
16499/* Override any GCC internal prototype to avoid an error.
16500 Use char because int might match the return type of a GCC
16501 builtin and then its argument prototype would still apply. */
16502#ifdef __cplusplus
16503extern "C"
16504#endif
16505char is_selinux_enabled ();
16506int
16507main ()
16508{
16509return is_selinux_enabled ();
16510 ;
16511 return 0;
16512}
16513_ACEOF
16514rm -f conftest.$ac_objext conftest$ac_exeext
16515if { (ac_try="$ac_link"
16516case "(($ac_try" in
16517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16518 *) ac_try_echo=$ac_try;;
16519esac
16520eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16521$as_echo "$ac_try_echo") >&5
16522 (eval "$ac_link") 2>conftest.er1
16523 ac_status=$?
16524 grep -v '^ *+' conftest.er1 >conftest.err
16525 rm -f conftest.er1
16526 cat conftest.err >&5
16527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16528 (exit $ac_status); } && {
16529 test -z "$ac_c_werror_flag" ||
16530 test ! -s conftest.err
16531 } && test -s conftest$ac_exeext && {
16532 test "$cross_compiling" = yes ||
16533 $as_test_x conftest$ac_exeext
16534 }; then
16535 ac_cv_lib_selinux_is_selinux_enabled=yes
16536else
16537 $as_echo "$as_me: failed program was:" >&5
16538sed 's/^/| /' conftest.$ac_ext >&5
16539
16540 ac_cv_lib_selinux_is_selinux_enabled=no
16541fi
16542
16543rm -rf conftest.dSYM
16544rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16545 conftest$ac_exeext conftest.$ac_ext
16546LIBS=$ac_check_lib_save_LIBS
16547fi
16548{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_selinux_is_selinux_enabled" >&5
16549$as_echo "$ac_cv_lib_selinux_is_selinux_enabled" >&6; }
16550if test "x$ac_cv_lib_selinux_is_selinux_enabled" = x""yes; then
16551
16552 LIBSELINUX="-lselinux"
16553
16554
16555cat >>confdefs.h <<\_ACEOF
16556#define HAVE_LIBSELINUX 1
16557_ACEOF
16558
16559
16560else
16561
16562 if test "x$with_selinux" != xcheck; then
16563 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
16564$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16565{ { $as_echo "$as_me:$LINENO: error: --with-selinux given but unavailable
16566See \`config.log' for more details." >&5
16567$as_echo "$as_me: error: --with-selinux given but unavailable
16568See \`config.log' for more details." >&2;}
16569 { (exit 1); exit 1; }; }; }
16570
16571fi
16572
16573
16574fi
16575
16576
16577else
16578
16579 if test "x$with_selinux" != xcheck; then
16580 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
16581$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16582{ { $as_echo "$as_me:$LINENO: error: --with-selinux given but unavailable
16583See \`config.log' for more details." >&5
16584$as_echo "$as_me: error: --with-selinux given but unavailable
16585See \`config.log' for more details." >&2;}
16586 { (exit 1); exit 1; }; }; }
16587
16588fi
16589
16590
16591fi
16592
16593
16594
16595else
16596
16597 { $as_echo "$as_me:$LINENO: checking for selinux support" >&5
16598$as_echo_n "checking for selinux support... " >&6; }
16599 { $as_echo "$as_me:$LINENO: result: no" >&5
16600$as_echo "no" >&6; }
16601
16602fi
16603
16604
16605
e70e591c
BB
16606 { $as_echo "$as_me:$LINENO: checking for -Wframe-larger-than=<size> support" >&5
16607$as_echo_n "checking for -Wframe-larger-than=<size> support... " >&6; }
16608
16609 saved_flags="$CFLAGS"
16610 CFLAGS="$CFLAGS -Wframe-larger-than=1024"
16611
16612 if test "$cross_compiling" = yes; then
16613 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
16614$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16615{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16616See \`config.log' for more details." >&5
16617$as_echo "$as_me: error: cannot run test program while cross compiling
16618See \`config.log' for more details." >&2;}
16619 { (exit 1); exit 1; }; }; }
16620else
16621 cat >conftest.$ac_ext <<_ACEOF
16622/* confdefs.h. */
16623_ACEOF
16624cat confdefs.h >>conftest.$ac_ext
16625cat >>conftest.$ac_ext <<_ACEOF
16626/* end confdefs.h. */
16627
16628int
16629main ()
16630{
16631
16632 ;
16633 return 0;
16634}
16635_ACEOF
16636rm -f conftest$ac_exeext
16637if { (ac_try="$ac_link"
16638case "(($ac_try" in
16639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16640 *) ac_try_echo=$ac_try;;
16641esac
16642eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16643$as_echo "$ac_try_echo") >&5
16644 (eval "$ac_link") 2>&5
16645 ac_status=$?
16646 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16647 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16648 { (case "(($ac_try" in
16649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16650 *) ac_try_echo=$ac_try;;
16651esac
16652eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16653$as_echo "$ac_try_echo") >&5
16654 (eval "$ac_try") 2>&5
16655 ac_status=$?
16656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16657 (exit $ac_status); }; }; then
16658
16659 FRAME_LARGER_THAN=-Wframe-larger-than=1024
16660 { $as_echo "$as_me:$LINENO: result: yes" >&5
16661$as_echo "yes" >&6; }
16662
16663else
16664 $as_echo "$as_me: program exited with status $ac_status" >&5
16665$as_echo "$as_me: failed program was:" >&5
16666sed 's/^/| /' conftest.$ac_ext >&5
16667
16668( exit $ac_status )
16669
16670 FRAME_LARGER_THAN=
16671 { $as_echo "$as_me:$LINENO: result: no" >&5
16672$as_echo "no" >&6; }
16673
16674fi
16675rm -rf conftest.dSYM
16676rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16677fi
16678
16679
16680
16681 CFLAGS="$saved_flags"
16682
16683
16684
16685
16686 { $as_echo "$as_me:$LINENO: checking whether pthread stack includes guard" >&5
16687$as_echo_n "checking whether pthread stack includes guard... " >&6; }
16688
16689 saved_CFLAGS="$CFLAGS"
16690 CFLAGS="-fstack-check"
16691 saved_LDFLAGS="$LDFLAGS"
16692 LDFLAGS="-lpthread"
16693
16694 if test "$cross_compiling" = yes; then
16695 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
16696$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16697{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16698See \`config.log' for more details." >&5
16699$as_echo "$as_me: error: cannot run test program while cross compiling
16700See \`config.log' for more details." >&2;}
16701 { (exit 1); exit 1; }; }; }
16702else
16703 cat >conftest.$ac_ext <<_ACEOF
16704/* confdefs.h. */
16705_ACEOF
16706cat confdefs.h >>conftest.$ac_ext
16707cat >>conftest.$ac_ext <<_ACEOF
16708/* end confdefs.h. */
16709
16710 #include <pthread.h>
16711 #include <sys/resource.h>
16712 #include <unistd.h>
16713 #include <bits/local_lim.h>
16714
16715 #define PAGESIZE (sysconf(_SC_PAGESIZE))
16716 #define STACK_SIZE 8192
16717 #define BUFSIZE 4096
16718
16719 void * func(void *arg)
16720 {
16721 char buf[BUFSIZE];
16722 }
16723
16724int
16725main ()
16726{
16727
16728 pthread_t tid;
16729 pthread_attr_t attr;
16730 struct rlimit l;
16731
16732 l.rlim_cur = 0;
16733 l.rlim_max = 0;
16734 setrlimit(RLIMIT_CORE, &l);
16735 pthread_attr_init(&attr);
16736 pthread_attr_setstacksize(&attr, PTHREAD_STACK_MIN + STACK_SIZE);
16737 pthread_attr_setguardsize(&attr, PAGESIZE);
16738 pthread_create(&tid, &attr, func, NULL);
16739 pthread_join(tid, NULL);
16740
16741 ;
16742 return 0;
16743}
16744_ACEOF
16745rm -f conftest$ac_exeext
16746if { (ac_try="$ac_link"
16747case "(($ac_try" in
16748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16749 *) ac_try_echo=$ac_try;;
16750esac
16751eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16752$as_echo "$ac_try_echo") >&5
16753 (eval "$ac_link") 2>&5
16754 ac_status=$?
16755 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16756 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16757 { (case "(($ac_try" in
16758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16759 *) ac_try_echo=$ac_try;;
16760esac
16761eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16762$as_echo "$ac_try_echo") >&5
16763 (eval "$ac_try") 2>&5
16764 ac_status=$?
16765 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16766 (exit $ac_status); }; }; then
16767
16768 { $as_echo "$as_me:$LINENO: result: no" >&5
16769$as_echo "no" >&6; }
16770
16771else
16772 $as_echo "$as_me: program exited with status $ac_status" >&5
16773$as_echo "$as_me: failed program was:" >&5
16774sed 's/^/| /' conftest.$ac_ext >&5
16775
16776( exit $ac_status )
16777
16778
16779cat >>confdefs.h <<\_ACEOF
16780#define NPTL_GUARD_WITHIN_STACK 1
16781_ACEOF
16782
16783 { $as_echo "$as_me:$LINENO: result: yes" >&5
16784$as_echo "yes" >&6; }
16785
16786fi
16787rm -rf conftest.dSYM
16788rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16789fi
16790
16791
16792 CFLAGS="$saved_CFLAGS"
16793 LDFLAGS="$saved_LDFLAGS"
16794
16795 ;;
16796 all)
16797
16798
16799# Check whether --with-linux was given.
16800if test "${with_linux+set}" = set; then
16801 withval=$with_linux; kernelsrc="$withval"
16802fi
16803
16804
16805
16806# Check whether --with-linux-obj was given.
16807if test "${with_linux_obj+set}" = set; then
16808 withval=$with_linux_obj; kernelbuild="$withval"
16809fi
16810
16811
16812 { $as_echo "$as_me:$LINENO: checking kernel source directory" >&5
16813$as_echo_n "checking kernel source directory... " >&6; }
16814 if test -z "$kernelsrc"; then
8366cd6a 16815
1b94c25c 16816 if test -e "/lib/modules/$(uname -r)/source"; then
8366cd6a 16817
1b94c25c
BB
16818 headersdir="/lib/modules/$(uname -r)/source"
16819 sourcelink=$(readlink -f "$headersdir")
8366cd6a
PS
16820
16821elif test -e "/lib/modules/$(uname -r)/build"; then
16822
1b94c25c 16823 headersdir="/lib/modules/$(uname -r)/build"
e70e591c 16824 sourcelink=$(readlink -f "$headersdir")
8366cd6a
PS
16825
16826else
16827
e70e591c 16828 sourcelink=$(ls -1d /usr/src/kernels/* \
8366cd6a 16829 /usr/src/linux-* \
e70e591c 16830 2>/dev/null | grep -v obj | tail -1)
8366cd6a
PS
16831
16832fi
16833
e70e591c
BB
16834
16835 if test -n "$sourcelink" && test -e ${sourcelink}; then
8366cd6a 16836
e70e591c 16837 kernelsrc=`readlink -f ${sourcelink}`
8366cd6a
PS
16838
16839else
16840
e70e591c
BB
16841 { $as_echo "$as_me:$LINENO: result: Not found" >&5
16842$as_echo "Not found" >&6; }
16843 { { $as_echo "$as_me:$LINENO: error:
16844 *** Please make sure the kernel devel package for your distribution
16845 *** is installed then try again. If that fails you can specify the
16846 *** location of the kernel source with the '--with-linux=PATH' option." >&5
16847$as_echo "$as_me: error:
16848 *** Please make sure the kernel devel package for your distribution
16849 *** is installed then try again. If that fails you can specify the
16850 *** location of the kernel source with the '--with-linux=PATH' option." >&2;}
16851 { (exit 1); exit 1; }; }
8366cd6a
PS
16852
16853fi
16854
16855
16856else
16857
e70e591c 16858 if test "$kernelsrc" = "NONE"; then
8366cd6a 16859
e70e591c 16860 kernsrcver=NONE
8366cd6a
PS
16861
16862fi
16863
16864
16865fi
16866
e70e591c
BB
16867
16868 { $as_echo "$as_me:$LINENO: result: $kernelsrc" >&5
16869$as_echo "$kernelsrc" >&6; }
16870 { $as_echo "$as_me:$LINENO: checking kernel build directory" >&5
16871$as_echo_n "checking kernel build directory... " >&6; }
16872 if test -z "$kernelbuild"; then
8366cd6a 16873
1b94c25c 16874 if test -e "/lib/modules/$(uname -r)/build"; then
8366cd6a 16875
1b94c25c 16876 kernelbuild=`readlink -f /lib/modules/$(uname -r)/build`
8366cd6a
PS
16877
16878elif test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}; then
16879
e70e591c 16880 kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
8366cd6a
PS
16881
16882elif test -d ${kernelsrc}-obj/${target_cpu}/default; then
16883
e70e591c 16884 kernelbuild=${kernelsrc}-obj/${target_cpu}/default
8366cd6a
PS
16885
16886elif test -d `dirname ${kernelsrc}`/build-${target_cpu}; then
16887
e70e591c 16888 kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
8366cd6a
PS
16889
16890else
16891
e70e591c 16892 kernelbuild=${kernelsrc}
8366cd6a
PS
16893
16894fi
16895
16896
16897fi
16898
e70e591c
BB
16899 { $as_echo "$as_me:$LINENO: result: $kernelbuild" >&5
16900$as_echo "$kernelbuild" >&6; }
16901
16902 { $as_echo "$as_me:$LINENO: checking kernel source version" >&5
16903$as_echo_n "checking kernel source version... " >&6; }
16904 utsrelease1=$kernelbuild/include/linux/version.h
16905 utsrelease2=$kernelbuild/include/linux/utsrelease.h
16906 utsrelease3=$kernelbuild/include/generated/utsrelease.h
16907 if test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1; then
8366cd6a 16908
e70e591c 16909 utsrelease=linux/version.h
8366cd6a
PS
16910
16911elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then
16912
e70e591c 16913 utsrelease=linux/utsrelease.h
8366cd6a
PS
16914
16915elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then
16916
e70e591c 16917 utsrelease=generated/utsrelease.h
8366cd6a
PS
16918
16919fi
16920
e70e591c
BB
16921
16922 if test "$utsrelease"; then
8366cd6a 16923
e70e591c
BB
16924 kernsrcver=`(echo "#include <$utsrelease>";
16925 echo "kernsrcver=UTS_RELEASE") |
16926 cpp -I $kernelbuild/include |
16927 grep "^kernsrcver=" | cut -d \" -f 2`
16928
16929 if test -z "$kernsrcver"; then
8366cd6a 16930
e70e591c
BB
16931 { $as_echo "$as_me:$LINENO: result: Not found" >&5
16932$as_echo "Not found" >&6; }
16933 { { $as_echo "$as_me:$LINENO: error: *** Cannot determine kernel version." >&5
16934$as_echo "$as_me: error: *** Cannot determine kernel version." >&2;}
16935 { (exit 1); exit 1; }; }
8366cd6a
PS
16936
16937fi
16938
16939
16940else
16941
e70e591c
BB
16942 { $as_echo "$as_me:$LINENO: result: Not found" >&5
16943$as_echo "Not found" >&6; }
16944 { { $as_echo "$as_me:$LINENO: error: *** Cannot find UTS_RELEASE definition." >&5
16945$as_echo "$as_me: error: *** Cannot find UTS_RELEASE definition." >&2;}
16946 { (exit 1); exit 1; }; }
8366cd6a
PS
16947
16948fi
16949
e70e591c
BB
16950
16951 { $as_echo "$as_me:$LINENO: result: $kernsrcver" >&5
16952$as_echo "$kernsrcver" >&6; }
16953
16954 LINUX=${kernelsrc}
16955 LINUX_OBJ=${kernelbuild}
16956 LINUX_VERSION=${kernsrcver}
16957
16958
16959
16960
16961
16962
16963 modpost=$LINUX/scripts/Makefile.modpost
16964 { $as_echo "$as_me:$LINENO: checking kernel file name for module symbols" >&5
16965$as_echo_n "checking kernel file name for module symbols... " >&6; }
16966 if test -f "$modpost"; then
8366cd6a 16967
e70e591c 16968 if grep -q Modules.symvers $modpost; then
8366cd6a 16969
e70e591c 16970 LINUX_SYMBOLS=Modules.symvers
8366cd6a
PS
16971
16972else
16973
e70e591c 16974 LINUX_SYMBOLS=Module.symvers
a60b1c0a 16975
8366cd6a
PS
16976fi
16977
16978
16979 if test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"; then
16980
a60b1c0a
BB
16981 { { $as_echo "$as_me:$LINENO: error:
16982 *** Please make sure the kernel devel package for your distribution
16983 *** is installed. If your building with a custom kernel make sure the
16984 *** kernel is configured, built, and the '--with-linux=PATH' configure
16985 *** option refers to the location of the kernel source." >&5
16986$as_echo "$as_me: error:
16987 *** Please make sure the kernel devel package for your distribution
16988 *** is installed. If your building with a custom kernel make sure the
16989 *** kernel is configured, built, and the '--with-linux=PATH' configure
16990 *** option refers to the location of the kernel source." >&2;}
16991 { (exit 1); exit 1; }; }
8366cd6a
PS
16992
16993fi
16994
16995
16996else
16997
e70e591c 16998 LINUX_SYMBOLS=NONE
8366cd6a
PS
16999
17000fi
17001
e70e591c
BB
17002 { $as_echo "$as_me:$LINENO: result: $LINUX_SYMBOLS" >&5
17003$as_echo "$LINUX_SYMBOLS" >&6; }
17004
17005
17006
17007
17008
17009# Check whether --with-spl was given.
17010if test "${with_spl+set}" = set; then
17011 withval=$with_spl; splsrc="$withval"
17012fi
17013
17014
17015
17016# Check whether --with-spl-obj was given.
17017if test "${with_spl_obj+set}" = set; then
17018 withval=$with_spl_obj; splbuild="$withval"
17019fi
17020
17021
17022
17023 { $as_echo "$as_me:$LINENO: checking spl source directory" >&5
17024$as_echo_n "checking spl source directory... " >&6; }
17025 if test -z "$splsrc"; then
8366cd6a 17026
e70e591c
BB
17027 sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
17028 2>/dev/null | tail -1`
17029
17030 if test -z "$sourcelink" || test ! -e $sourcelink; then
8366cd6a 17031
e70e591c 17032 sourcelink=../spl
8366cd6a
PS
17033
17034fi
17035
e70e591c
BB
17036
17037 if test -e $sourcelink; then
8366cd6a 17038
e70e591c 17039 splsrc=`readlink -f ${sourcelink}`
8366cd6a
PS
17040
17041else
17042
e70e591c
BB
17043 { $as_echo "$as_me:$LINENO: result: Not found" >&5
17044$as_echo "Not found" >&6; }
17045 { { $as_echo "$as_me:$LINENO: error:
17046 *** Please make sure the spl devel package for your distribution
17047 *** is installed then try again. If that fails you can specify the
17048 *** location of the spl source with the '--with-spl=PATH' option." >&5
17049$as_echo "$as_me: error:
17050 *** Please make sure the spl devel package for your distribution
17051 *** is installed then try again. If that fails you can specify the
17052 *** location of the spl source with the '--with-spl=PATH' option." >&2;}
17053 { (exit 1); exit 1; }; }
8366cd6a
PS
17054
17055fi
17056
17057
17058else
17059
e70e591c 17060 if test "$splsrc" = "NONE"; then
8366cd6a 17061
e70e591c
BB
17062 splbuild=NONE
17063 splsrcver=NONE
8366cd6a
PS
17064
17065fi
17066
17067
17068fi
17069
e70e591c
BB
17070
17071 { $as_echo "$as_me:$LINENO: result: $splsrc" >&5
17072$as_echo "$splsrc" >&6; }
17073 { $as_echo "$as_me:$LINENO: checking spl build directory" >&5
17074$as_echo_n "checking spl build directory... " >&6; }
17075 if test -z "$splbuild"; then
8366cd6a 17076
6283f55e 17077 splbuild=${splsrc}
8366cd6a
PS
17078
17079fi
17080
e70e591c
BB
17081 { $as_echo "$as_me:$LINENO: result: $splbuild" >&5
17082$as_echo "$splbuild" >&6; }
17083
17084 { $as_echo "$as_me:$LINENO: checking spl source version" >&5
17085$as_echo_n "checking spl source version... " >&6; }
5e612145
BB
17086 if test -r $splbuild/spl_config.h &&
17087 fgrep -q SPL_META_VERSION $splbuild/spl_config.h; then
e70e591c 17088
8366cd6a 17089
e70e591c
BB
17090 splsrcver=`(echo "#include <spl_config.h>";
17091 echo "splsrcver=SPL_META_VERSION") |
5e612145 17092 cpp -I $splbuild |
e70e591c 17093 grep "^splsrcver=" | cut -d \" -f 2`
8366cd6a
PS
17094
17095fi
17096
e70e591c
BB
17097
17098 if test -z "$splsrcver"; then
8366cd6a 17099
e70e591c
BB
17100 { $as_echo "$as_me:$LINENO: result: Not found" >&5
17101$as_echo "Not found" >&6; }
17102 { { $as_echo "$as_me:$LINENO: error:
2984e0bb
PS
17103 *** Cannot determine the version of the spl source.
17104 *** Please prepare the spl source before running this script" >&5
e70e591c 17105$as_echo "$as_me: error:
2984e0bb
PS
17106 *** Cannot determine the version of the spl source.
17107 *** Please prepare the spl source before running this script" >&2;}
e70e591c 17108 { (exit 1); exit 1; }; }
8366cd6a
PS
17109
17110fi
17111
e70e591c
BB
17112
17113 { $as_echo "$as_me:$LINENO: result: $splsrcver" >&5
17114$as_echo "$splsrcver" >&6; }
17115
17116 SPL=${splsrc}
17117 SPL_OBJ=${splbuild}
17118 SPL_VERSION=${splsrcver}
17119
17120
17121
17122
17123
17124
17125 { $as_echo "$as_me:$LINENO: checking spl file name for module symbols" >&5
17126$as_echo_n "checking spl file name for module symbols... " >&6; }
17127 if test -r $SPL_OBJ/Module.symvers; then
8366cd6a 17128
e70e591c 17129 SPL_SYMBOLS=Module.symvers
8366cd6a
PS
17130
17131elif test -r $SPL_OBJ/Modules.symvers; then
17132
e70e591c 17133 SPL_SYMBOLS=Modules.symvers
8366cd6a
PS
17134
17135elif test -r $SPL_OBJ/module/Module.symvers; then
17136
6283f55e 17137 SPL_SYMBOLS=Module.symvers
8366cd6a
PS
17138
17139elif test -r $SPL_OBJ/module/Modules.symvers; then
17140
6283f55e 17141 SPL_SYMBOLS=Modules.symvers
8366cd6a
PS
17142
17143else
17144
e70e591c 17145 SPL_SYMBOLS=$LINUX_SYMBOLS
8366cd6a
PS
17146
17147fi
17148
e70e591c
BB
17149
17150 { $as_echo "$as_me:$LINENO: result: $SPL_SYMBOLS" >&5
17151$as_echo "$SPL_SYMBOLS" >&6; }
17152
17153
17154
17155
17156
15805c77
BB
17157 { $as_echo "$as_me:$LINENO: checking whether Linux was built with CONFIG_PREEMPT" >&5
17158$as_echo_n "checking whether Linux was built with CONFIG_PREEMPT... " >&6; }
17159
17160
17161cat confdefs.h - <<_ACEOF >conftest.c
17162/* confdefs.h. */
17163_ACEOF
17164cat confdefs.h >>conftest.$ac_ext
17165cat >>conftest.$ac_ext <<_ACEOF
17166/* end confdefs.h. */
17167
17168
0da78696 17169 #include <linux/module.h>
15805c77
BB
17170
17171int
17172main (void)
17173{
17174
17175 #ifndef CONFIG_PREEMPT
17176 #error CONFIG_PREEMPT not #defined
17177 #endif
17178
17179 ;
17180 return 0;
17181}
17182
17183_ACEOF
17184
17185
17186 rm -Rf build && mkdir -p build
17187 echo "obj-m := conftest.o" >build/Makefile
17188 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'
17189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17190 (eval $ac_try) 2>&5
17191 ac_status=$?
17192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17193 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17195 (eval $ac_try) 2>&5
17196 ac_status=$?
17197 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17198 (exit $ac_status); }; }; then
17199
17200 { $as_echo "$as_me:$LINENO: result: yes" >&5
17201$as_echo "yes" >&6; }
17202 { { $as_echo "$as_me:$LINENO: error:
2984e0bb
PS
17203 *** Kernel built with CONFIG_PREEMPT which is not supported.
17204 *** You must rebuild your kernel without this option." >&5
15805c77 17205$as_echo "$as_me: error:
2984e0bb
PS
17206 *** Kernel built with CONFIG_PREEMPT which is not supported.
17207 *** You must rebuild your kernel without this option." >&2;}
15805c77
BB
17208 { (exit 1); exit 1; }; }
17209
17210else
17211 $as_echo "$as_me: failed program was:" >&5
17212sed 's/^/| /' conftest.$ac_ext >&5
17213
17214 { $as_echo "$as_me:$LINENO: result: no" >&5
17215$as_echo "no" >&6; }
17216
17217
17218
17219
17220fi
17221
17222 rm -Rf build
17223
17224
17225
17226
e70e591c 17227 if test "$ZFS_META_LICENSE" = CDDL; then
8366cd6a 17228
e70e591c
BB
17229 { $as_echo "$as_me:$LINENO: checking whether Linux was built with CONFIG_DEBUG_LOCK_ALLOC" >&5
17230$as_echo_n "checking whether Linux was built with CONFIG_DEBUG_LOCK_ALLOC... " >&6; }
17231
17232
17233cat confdefs.h - <<_ACEOF >conftest.c
17234/* confdefs.h. */
17235_ACEOF
17236cat confdefs.h >>conftest.$ac_ext
17237cat >>conftest.$ac_ext <<_ACEOF
17238/* end confdefs.h. */
17239
17240
0da78696 17241 #include <linux/module.h>
e70e591c
BB
17242
17243int
17244main (void)
17245{
17246
17247 #ifndef CONFIG_DEBUG_LOCK_ALLOC
17248 #error CONFIG_DEBUG_LOCK_ALLOC not #defined
17249 #endif
17250
17251 ;
17252 return 0;
17253}
17254
17255_ACEOF
17256
17257
17258 rm -Rf build && mkdir -p build
17259 echo "obj-m := conftest.o" >build/Makefile
17260 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'
17261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17262 (eval $ac_try) 2>&5
17263 ac_status=$?
17264 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17265 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17267 (eval $ac_try) 2>&5
17268 ac_status=$?
17269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17270 (exit $ac_status); }; }; then
17271
17272 { $as_echo "$as_me:$LINENO: result: yes" >&5
17273$as_echo "yes" >&6; }
17274 { { $as_echo "$as_me:$LINENO: error:
2984e0bb
PS
17275 *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is
17276 *** incompatible with the CDDL license. You must rebuild
17277 *** your kernel without this option." >&5
e70e591c 17278$as_echo "$as_me: error:
2984e0bb
PS
17279 *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is
17280 *** incompatible with the CDDL license. You must rebuild
17281 *** your kernel without this option." >&2;}
e70e591c
BB
17282 { (exit 1); exit 1; }; }
17283
17284else
17285 $as_echo "$as_me: failed program was:" >&5
17286sed 's/^/| /' conftest.$ac_ext >&5
17287
17288 { $as_echo "$as_me:$LINENO: result: no" >&5
17289$as_echo "no" >&6; }
17290
17291
17292
17293
17294fi
17295
17296 rm -Rf build
17297
17298
17299
8366cd6a
PS
17300
17301fi
17302
e70e591c
BB
17303
17304 if test "$ZFS_META_LICENSE" = GPL; then
17305
8366cd6a 17306
e70e591c
BB
17307cat >>confdefs.h <<\_ACEOF
17308#define HAVE_GPL_ONLY_SYMBOLS 1
17309_ACEOF
17310
8366cd6a
PS
17311
17312fi
17313
e70e591c
BB
17314
17315
17316 { $as_echo "$as_me:$LINENO: checking block device operation prototypes" >&5
17317$as_echo_n "checking block device operation prototypes... " >&6; }
b9c59ec8
PS
17318 tmp_flags="$EXTRA_KCFLAGS"
17319 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
17320
17321
17322cat confdefs.h - <<_ACEOF >conftest.c
17323/* confdefs.h. */
17324_ACEOF
17325cat confdefs.h >>conftest.$ac_ext
17326cat >>conftest.$ac_ext <<_ACEOF
17327/* end confdefs.h. */
17328
17329
17330 #include <linux/blkdev.h>
17331
17332int
17333main (void)
17334{
17335
17336 int (*blk_open) (struct block_device *, fmode_t) = NULL;
17337 int (*blk_release) (struct gendisk *, fmode_t) = NULL;
17338 int (*blk_ioctl) (struct block_device *, fmode_t,
17339 unsigned, unsigned long) = NULL;
17340 int (*blk_compat_ioctl) (struct block_device *, fmode_t,
17341 unsigned, unsigned long) = NULL;
17342 struct block_device_operations blk_ops = {
17343 .open = blk_open,
17344 .release = blk_release,
17345 .ioctl = blk_ioctl,
17346 .compat_ioctl = blk_compat_ioctl,
17347 };
17348
17349 blk_ops.open(NULL, 0);
17350 blk_ops.release(NULL, 0);
17351 blk_ops.ioctl(NULL, 0, 0, 0);
17352 blk_ops.compat_ioctl(NULL, 0, 0, 0);
17353
17354 ;
17355 return 0;
17356}
17357
17358_ACEOF
17359
17360
17361 rm -Rf build && mkdir -p build
17362 echo "obj-m := conftest.o" >build/Makefile
17363 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'
17364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17365 (eval $ac_try) 2>&5
17366 ac_status=$?
17367 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17368 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17370 (eval $ac_try) 2>&5
17371 ac_status=$?
17372 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17373 (exit $ac_status); }; }; then
17374
17375 { $as_echo "$as_me:$LINENO: result: struct block_device" >&5
17376$as_echo "struct block_device" >&6; }
17377
17378cat >>confdefs.h <<\_ACEOF
17379#define HAVE_BDEV_BLOCK_DEVICE_OPERATIONS 1
17380_ACEOF
17381
17382
17383else
17384 $as_echo "$as_me: failed program was:" >&5
17385sed 's/^/| /' conftest.$ac_ext >&5
17386
17387 { $as_echo "$as_me:$LINENO: result: struct inode" >&5
17388$as_echo "struct inode" >&6; }
17389
17390
17391
17392fi
17393
17394 rm -Rf build
17395
17396
b9c59ec8 17397 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
17398
17399 { $as_echo "$as_me:$LINENO: checking whether kernel defines fmode_t" >&5
17400$as_echo_n "checking whether kernel defines fmode_t... " >&6; }
17401
17402
17403cat confdefs.h - <<_ACEOF >conftest.c
17404/* confdefs.h. */
17405_ACEOF
17406cat confdefs.h >>conftest.$ac_ext
17407cat >>conftest.$ac_ext <<_ACEOF
17408/* end confdefs.h. */
17409
17410
17411 #include <linux/types.h>
17412
17413int
17414main (void)
17415{
17416
79713039 17417 fmode_t *ptr __attribute__ ((unused));
e70e591c
BB
17418
17419 ;
17420 return 0;
17421}
17422
17423_ACEOF
17424
17425
17426 rm -Rf build && mkdir -p build
17427 echo "obj-m := conftest.o" >build/Makefile
17428 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'
17429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17430 (eval $ac_try) 2>&5
17431 ac_status=$?
17432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17433 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17435 (eval $ac_try) 2>&5
17436 ac_status=$?
17437 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17438 (exit $ac_status); }; }; then
17439
17440 { $as_echo "$as_me:$LINENO: result: yes" >&5
17441$as_echo "yes" >&6; }
17442
17443cat >>confdefs.h <<\_ACEOF
17444#define HAVE_FMODE_T 1
17445_ACEOF
17446
17447
17448else
17449 $as_echo "$as_me: failed program was:" >&5
17450sed 's/^/| /' conftest.$ac_ext >&5
17451
17452 { $as_echo "$as_me:$LINENO: result: no" >&5
17453$as_echo "no" >&6; }
17454
17455
17456
17457fi
17458
17459 rm -Rf build
17460
17461
17462
17463
17464 { $as_echo "$as_me:$LINENO: checking whether kernel defines KOBJ_NAME_LEN" >&5
17465$as_echo_n "checking whether kernel defines KOBJ_NAME_LEN... " >&6; }
17466
17467
17468cat confdefs.h - <<_ACEOF >conftest.c
17469/* confdefs.h. */
17470_ACEOF
17471cat confdefs.h >>conftest.$ac_ext
17472cat >>conftest.$ac_ext <<_ACEOF
17473/* end confdefs.h. */
17474
17475
17476 #include <linux/kobject.h>
17477
17478int
17479main (void)
17480{
17481
79713039 17482 int val __attribute__ ((unused));
e70e591c
BB
17483 val = KOBJ_NAME_LEN;
17484
17485 ;
17486 return 0;
17487}
17488
17489_ACEOF
17490
17491
17492 rm -Rf build && mkdir -p build
17493 echo "obj-m := conftest.o" >build/Makefile
17494 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'
17495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17496 (eval $ac_try) 2>&5
17497 ac_status=$?
17498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17499 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17501 (eval $ac_try) 2>&5
17502 ac_status=$?
17503 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17504 (exit $ac_status); }; }; then
17505
17506 { $as_echo "$as_me:$LINENO: result: yes" >&5
17507$as_echo "yes" >&6; }
17508
17509cat >>confdefs.h <<\_ACEOF
17510#define HAVE_KOBJ_NAME_LEN 1
17511_ACEOF
17512
17513
17514else
17515 $as_echo "$as_me: failed program was:" >&5
17516sed 's/^/| /' conftest.$ac_ext >&5
17517
17518 { $as_echo "$as_me:$LINENO: result: no" >&5
17519$as_echo "no" >&6; }
17520
17521
17522
17523fi
17524
17525 rm -Rf build
17526
17527
17528
17529
45066d1f
BB
17530 { $as_echo "$as_me:$LINENO: checking whether symbol blkdev_get_by_path is exported" >&5
17531$as_echo_n "checking whether symbol blkdev_get_by_path is exported... " >&6; }
17532 grep -q -E '[[:space:]]blkdev_get_by_path[[:space:]]' \
17533 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
17534 rc=$?
17535 if test $rc -ne 0; then
8366cd6a 17536
45066d1f
BB
17537 export=0
17538 for file in fs/block_dev.c; do
17539 grep -q -E "EXPORT_SYMBOL.*(blkdev_get_by_path)" "$LINUX/$file" 2>/dev/null
17540 rc=$?
8366cd6a
PS
17541 if test $rc -eq 0; then
17542
17543 export=1
17544 break;
17545
17546fi
17547
45066d1f
BB
17548 done
17549 if test $export -eq 0; then
8366cd6a 17550
45066d1f
BB
17551 { $as_echo "$as_me:$LINENO: result: no" >&5
17552$as_echo "no" >&6; }
17553
8366cd6a
PS
17554
17555else
17556
45066d1f
BB
17557 { $as_echo "$as_me:$LINENO: result: yes" >&5
17558$as_echo "yes" >&6; }
17559
17560cat >>confdefs.h <<\_ACEOF
17561#define HAVE_BLKDEV_GET_BY_PATH 1
17562_ACEOF
17563
8366cd6a
PS
17564
17565fi
17566
17567
17568else
17569
45066d1f
BB
17570 { $as_echo "$as_me:$LINENO: result: yes" >&5
17571$as_echo "yes" >&6; }
17572
17573cat >>confdefs.h <<\_ACEOF
17574#define HAVE_BLKDEV_GET_BY_PATH 1
17575_ACEOF
17576
8366cd6a
PS
17577
17578fi
17579
45066d1f
BB
17580
17581
17582
e70e591c
BB
17583 { $as_echo "$as_me:$LINENO: checking whether symbol open_bdev_exclusive is exported" >&5
17584$as_echo_n "checking whether symbol open_bdev_exclusive is exported... " >&6; }
17585 grep -q -E '[[:space:]]open_bdev_exclusive[[:space:]]' \
17586 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
17587 rc=$?
17588 if test $rc -ne 0; then
8366cd6a 17589
e70e591c
BB
17590 export=0
17591 for file in fs/block_dev.c; do
17592 grep -q -E "EXPORT_SYMBOL.*(open_bdev_exclusive)" "$LINUX/$file" 2>/dev/null
17593 rc=$?
8366cd6a
PS
17594 if test $rc -eq 0; then
17595
17596 export=1
17597 break;
17598
17599fi
17600
e70e591c
BB
17601 done
17602 if test $export -eq 0; then
8366cd6a 17603
e70e591c
BB
17604 { $as_echo "$as_me:$LINENO: result: no" >&5
17605$as_echo "no" >&6; }
17606
8366cd6a
PS
17607
17608else
17609
e70e591c
BB
17610 { $as_echo "$as_me:$LINENO: result: yes" >&5
17611$as_echo "yes" >&6; }
17612
17613cat >>confdefs.h <<\_ACEOF
17614#define HAVE_OPEN_BDEV_EXCLUSIVE 1
17615_ACEOF
17616
8366cd6a
PS
17617
17618fi
17619
17620
17621else
17622
e70e591c
BB
17623 { $as_echo "$as_me:$LINENO: result: yes" >&5
17624$as_echo "yes" >&6; }
17625
17626cat >>confdefs.h <<\_ACEOF
17627#define HAVE_OPEN_BDEV_EXCLUSIVE 1
17628_ACEOF
17629
8366cd6a
PS
17630
17631fi
17632
e70e591c
BB
17633
17634
17635
17636 { $as_echo "$as_me:$LINENO: checking whether invalidate_bdev() wants 1 arg" >&5
17637$as_echo_n "checking whether invalidate_bdev() wants 1 arg... " >&6; }
17638
17639
17640cat confdefs.h - <<_ACEOF >conftest.c
17641/* confdefs.h. */
17642_ACEOF
17643cat confdefs.h >>conftest.$ac_ext
17644cat >>conftest.$ac_ext <<_ACEOF
17645/* end confdefs.h. */
17646
17647
17648 #include <linux/buffer_head.h>
17649
17650int
17651main (void)
17652{
17653
79713039 17654 struct block_device *bdev = NULL;
e70e591c
BB
17655 invalidate_bdev(bdev);
17656
17657 ;
17658 return 0;
17659}
17660
17661_ACEOF
17662
17663
17664 rm -Rf build && mkdir -p build
17665 echo "obj-m := conftest.o" >build/Makefile
17666 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'
17667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17668 (eval $ac_try) 2>&5
17669 ac_status=$?
17670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17671 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17673 (eval $ac_try) 2>&5
17674 ac_status=$?
17675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17676 (exit $ac_status); }; }; then
17677
17678 { $as_echo "$as_me:$LINENO: result: yes" >&5
17679$as_echo "yes" >&6; }
17680
17681cat >>confdefs.h <<\_ACEOF
17682#define HAVE_1ARG_INVALIDATE_BDEV 1
17683_ACEOF
17684
17685
17686else
17687 $as_echo "$as_me: failed program was:" >&5
17688sed 's/^/| /' conftest.$ac_ext >&5
17689
17690 { $as_echo "$as_me:$LINENO: result: no" >&5
17691$as_echo "no" >&6; }
17692
17693
17694
17695fi
17696
17697 rm -Rf build
17698
17699
17700
17701
17702 { $as_echo "$as_me:$LINENO: checking whether bdev_logical_block_size() is available" >&5
17703$as_echo_n "checking whether bdev_logical_block_size() is available... " >&6; }
b9c59ec8
PS
17704 tmp_flags="$EXTRA_KCFLAGS"
17705 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
17706
17707
17708cat confdefs.h - <<_ACEOF >conftest.c
17709/* confdefs.h. */
17710_ACEOF
17711cat confdefs.h >>conftest.$ac_ext
17712cat >>conftest.$ac_ext <<_ACEOF
17713/* end confdefs.h. */
17714
17715
17716 #include <linux/blkdev.h>
17717
17718int
17719main (void)
17720{
17721
17722 struct block_device *bdev = NULL;
17723 bdev_logical_block_size(bdev);
17724
17725 ;
17726 return 0;
17727}
17728
17729_ACEOF
17730
17731
17732 rm -Rf build && mkdir -p build
17733 echo "obj-m := conftest.o" >build/Makefile
17734 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'
17735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17736 (eval $ac_try) 2>&5
17737 ac_status=$?
17738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17739 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17741 (eval $ac_try) 2>&5
17742 ac_status=$?
17743 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17744 (exit $ac_status); }; }; then
17745
17746 { $as_echo "$as_me:$LINENO: result: yes" >&5
17747$as_echo "yes" >&6; }
17748
17749cat >>confdefs.h <<\_ACEOF
17750#define HAVE_BDEV_LOGICAL_BLOCK_SIZE 1
17751_ACEOF
17752
17753
17754else
17755 $as_echo "$as_me: failed program was:" >&5
17756sed 's/^/| /' conftest.$ac_ext >&5
17757
17758 { $as_echo "$as_me:$LINENO: result: no" >&5
17759$as_echo "no" >&6; }
17760
17761
17762
17763fi
17764
17765 rm -Rf build
17766
17767
b9c59ec8 17768 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
17769
17770
17771 { $as_echo "$as_me:$LINENO: checking whether bio_empty_barrier() is defined" >&5
17772$as_echo_n "checking whether bio_empty_barrier() is defined... " >&6; }
17773 EXTRA_KCFLAGS="-Werror"
17774
17775
17776cat confdefs.h - <<_ACEOF >conftest.c
17777/* confdefs.h. */
17778_ACEOF
17779cat confdefs.h >>conftest.$ac_ext
17780cat >>conftest.$ac_ext <<_ACEOF
17781/* end confdefs.h. */
17782
17783
17784 #include <linux/bio.h>
17785
17786int
17787main (void)
17788{
17789
17790 struct bio bio;
17791 (void)bio_empty_barrier(&bio);
17792
17793 ;
17794 return 0;
17795}
17796
17797_ACEOF
17798
17799
17800 rm -Rf build && mkdir -p build
17801 echo "obj-m := conftest.o" >build/Makefile
17802 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'
17803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17804 (eval $ac_try) 2>&5
17805 ac_status=$?
17806 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17807 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17809 (eval $ac_try) 2>&5
17810 ac_status=$?
17811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17812 (exit $ac_status); }; }; then
17813
17814 { $as_echo "$as_me:$LINENO: result: yes" >&5
17815$as_echo "yes" >&6; }
17816
17817cat >>confdefs.h <<\_ACEOF
17818#define HAVE_BIO_EMPTY_BARRIER 1
17819_ACEOF
17820
17821
17822else
17823 $as_echo "$as_me: failed program was:" >&5
17824sed 's/^/| /' conftest.$ac_ext >&5
17825
17826 { $as_echo "$as_me:$LINENO: result: no" >&5
17827$as_echo "no" >&6; }
17828
17829
17830
17831fi
17832
17833 rm -Rf build
17834
17835
17836
17837
f4af6bb7
BB
17838 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_FAILFAST is defined" >&5
17839$as_echo_n "checking whether BIO_RW_FAILFAST is defined... " >&6; }
17840
17841
17842cat confdefs.h - <<_ACEOF >conftest.c
17843/* confdefs.h. */
17844_ACEOF
17845cat confdefs.h >>conftest.$ac_ext
17846cat >>conftest.$ac_ext <<_ACEOF
17847/* end confdefs.h. */
17848
17849
17850 #include <linux/bio.h>
17851
17852int
17853main (void)
17854{
17855
79713039 17856 int flags __attribute__ ((unused));
f4af6bb7
BB
17857 flags = (1 << BIO_RW_FAILFAST);
17858
17859 ;
17860 return 0;
17861}
17862
17863_ACEOF
17864
17865
17866 rm -Rf build && mkdir -p build
17867 echo "obj-m := conftest.o" >build/Makefile
17868 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'
17869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17870 (eval $ac_try) 2>&5
17871 ac_status=$?
17872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17873 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17875 (eval $ac_try) 2>&5
17876 ac_status=$?
17877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17878 (exit $ac_status); }; }; then
17879
17880 { $as_echo "$as_me:$LINENO: result: yes" >&5
17881$as_echo "yes" >&6; }
17882
17883cat >>confdefs.h <<\_ACEOF
17884#define HAVE_BIO_RW_FAILFAST 1
17885_ACEOF
17886
17887
17888else
17889 $as_echo "$as_me: failed program was:" >&5
17890sed 's/^/| /' conftest.$ac_ext >&5
17891
17892 { $as_echo "$as_me:$LINENO: result: no" >&5
17893$as_echo "no" >&6; }
17894
17895
17896
17897fi
17898
17899 rm -Rf build
17900
17901
17902
17903
2959d94a
BB
17904 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_FAILFAST_* are defined" >&5
17905$as_echo_n "checking whether BIO_RW_FAILFAST_* are defined... " >&6; }
17906
17907
17908cat confdefs.h - <<_ACEOF >conftest.c
17909/* confdefs.h. */
17910_ACEOF
17911cat confdefs.h >>conftest.$ac_ext
17912cat >>conftest.$ac_ext <<_ACEOF
17913/* end confdefs.h. */
17914
17915
17916 #include <linux/bio.h>
17917
17918int
17919main (void)
17920{
17921
79713039 17922 int flags __attribute__ ((unused));
2959d94a
BB
17923 flags = ((1 << BIO_RW_FAILFAST_DEV) |
17924 (1 << BIO_RW_FAILFAST_TRANSPORT) |
17925 (1 << BIO_RW_FAILFAST_DRIVER));
17926
17927 ;
17928 return 0;
17929}
17930
17931_ACEOF
17932
17933
17934 rm -Rf build && mkdir -p build
17935 echo "obj-m := conftest.o" >build/Makefile
17936 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'
17937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17938 (eval $ac_try) 2>&5
17939 ac_status=$?
17940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17941 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17943 (eval $ac_try) 2>&5
17944 ac_status=$?
17945 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17946 (exit $ac_status); }; }; then
17947
17948 { $as_echo "$as_me:$LINENO: result: yes" >&5
17949$as_echo "yes" >&6; }
17950
17951cat >>confdefs.h <<\_ACEOF
f4af6bb7
BB
17952#define HAVE_BIO_RW_FAILFAST_DTD 1
17953_ACEOF
17954
17955
17956else
17957 $as_echo "$as_me: failed program was:" >&5
17958sed 's/^/| /' conftest.$ac_ext >&5
17959
17960 { $as_echo "$as_me:$LINENO: result: no" >&5
17961$as_echo "no" >&6; }
17962
17963
17964
17965fi
17966
17967 rm -Rf build
17968
17969
17970
17971
17972 { $as_echo "$as_me:$LINENO: checking whether REQ_FAILFAST_MASK is defined" >&5
17973$as_echo_n "checking whether REQ_FAILFAST_MASK is defined... " >&6; }
17974
17975
17976cat confdefs.h - <<_ACEOF >conftest.c
17977/* confdefs.h. */
17978_ACEOF
17979cat confdefs.h >>conftest.$ac_ext
17980cat >>conftest.$ac_ext <<_ACEOF
17981/* end confdefs.h. */
17982
17983
17984 #include <linux/bio.h>
17985
17986int
17987main (void)
17988{
17989
79713039 17990 int flags __attribute__ ((unused));
f4af6bb7
BB
17991 flags = REQ_FAILFAST_MASK;
17992
17993 ;
17994 return 0;
17995}
17996
17997_ACEOF
17998
17999
18000 rm -Rf build && mkdir -p build
18001 echo "obj-m := conftest.o" >build/Makefile
18002 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'
18003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18004 (eval $ac_try) 2>&5
18005 ac_status=$?
18006 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18007 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18009 (eval $ac_try) 2>&5
18010 ac_status=$?
18011 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18012 (exit $ac_status); }; }; then
18013
18014 { $as_echo "$as_me:$LINENO: result: yes" >&5
18015$as_echo "yes" >&6; }
18016
18017cat >>confdefs.h <<\_ACEOF
18018#define HAVE_BIO_REQ_FAILFAST_MASK 1
2959d94a
BB
18019_ACEOF
18020
18021
18022else
18023 $as_echo "$as_me: failed program was:" >&5
18024sed 's/^/| /' conftest.$ac_ext >&5
18025
18026 { $as_echo "$as_me:$LINENO: result: no" >&5
18027$as_echo "no" >&6; }
18028
18029
18030
18031fi
18032
18033 rm -Rf build
18034
18035
18036
18037
e70e591c
BB
18038 { $as_echo "$as_me:$LINENO: checking whether bio_end_io_t wants 2 args" >&5
18039$as_echo_n "checking whether bio_end_io_t wants 2 args... " >&6; }
18040 tmp_flags="$EXTRA_KCFLAGS"
18041 EXTRA_KCFLAGS="-Werror"
18042
18043
18044cat confdefs.h - <<_ACEOF >conftest.c
18045/* confdefs.h. */
18046_ACEOF
18047cat confdefs.h >>conftest.$ac_ext
18048cat >>conftest.$ac_ext <<_ACEOF
18049/* end confdefs.h. */
18050
18051
18052 #include <linux/bio.h>
18053
18054int
18055main (void)
18056{
18057
18058 void (*wanted_end_io)(struct bio *, int) = NULL;
79713039 18059 bio_end_io_t *local_end_io __attribute__ ((unused));
e70e591c
BB
18060
18061 local_end_io = wanted_end_io;
18062
18063 ;
18064 return 0;
18065}
18066
18067_ACEOF
18068
18069
18070 rm -Rf build && mkdir -p build
18071 echo "obj-m := conftest.o" >build/Makefile
18072 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'
18073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18074 (eval $ac_try) 2>&5
18075 ac_status=$?
18076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18077 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18079 (eval $ac_try) 2>&5
18080 ac_status=$?
18081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18082 (exit $ac_status); }; }; then
18083
18084 { $as_echo "$as_me:$LINENO: result: yes" >&5
18085$as_echo "yes" >&6; }
18086
18087cat >>confdefs.h <<\_ACEOF
18088#define HAVE_2ARGS_BIO_END_IO_T 1
18089_ACEOF
18090
18091
18092else
18093 $as_echo "$as_me: failed program was:" >&5
18094sed 's/^/| /' conftest.$ac_ext >&5
18095
18096 { $as_echo "$as_me:$LINENO: result: no" >&5
18097$as_echo "no" >&6; }
18098
18099
18100
18101fi
18102
18103 rm -Rf build
18104
18105
18106 EXTRA_KCFLAGS="$tmp_flags"
18107
18108
675de5aa
BB
18109 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_SYNC is defined" >&5
18110$as_echo_n "checking whether BIO_RW_SYNC is defined... " >&6; }
18111
18112
18113cat confdefs.h - <<_ACEOF >conftest.c
18114/* confdefs.h. */
18115_ACEOF
18116cat confdefs.h >>conftest.$ac_ext
18117cat >>conftest.$ac_ext <<_ACEOF
18118/* end confdefs.h. */
18119
18120
18121 #include <linux/bio.h>
18122
18123int
18124main (void)
18125{
18126
79713039 18127 int flags __attribute__ ((unused));
675de5aa
BB
18128 flags = BIO_RW_SYNC;
18129
18130 ;
18131 return 0;
18132}
18133
18134_ACEOF
18135
18136
18137 rm -Rf build && mkdir -p build
18138 echo "obj-m := conftest.o" >build/Makefile
18139 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'
18140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18141 (eval $ac_try) 2>&5
18142 ac_status=$?
18143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18144 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18146 (eval $ac_try) 2>&5
18147 ac_status=$?
18148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18149 (exit $ac_status); }; }; then
18150
18151 { $as_echo "$as_me:$LINENO: result: yes" >&5
18152$as_echo "yes" >&6; }
18153
18154cat >>confdefs.h <<\_ACEOF
18155#define HAVE_BIO_RW_SYNC 1
18156_ACEOF
18157
18158
18159else
18160 $as_echo "$as_me: failed program was:" >&5
18161sed 's/^/| /' conftest.$ac_ext >&5
18162
18163 { $as_echo "$as_me:$LINENO: result: no" >&5
18164$as_echo "no" >&6; }
18165
18166
18167
18168fi
18169
18170 rm -Rf build
18171
18172
18173
18174
e70e591c
BB
18175 { $as_echo "$as_me:$LINENO: checking whether BIO_RW_SYNCIO is defined" >&5
18176$as_echo_n "checking whether BIO_RW_SYNCIO is defined... " >&6; }
18177
18178
18179cat confdefs.h - <<_ACEOF >conftest.c
18180/* confdefs.h. */
18181_ACEOF
18182cat confdefs.h >>conftest.$ac_ext
18183cat >>conftest.$ac_ext <<_ACEOF
18184/* end confdefs.h. */
18185
18186
18187 #include <linux/bio.h>
18188
18189int
18190main (void)
18191{
18192
79713039 18193 int flags __attribute__ ((unused));
e70e591c
BB
18194 flags = BIO_RW_SYNCIO;
18195
18196 ;
18197 return 0;
18198}
18199
18200_ACEOF
18201
18202
18203 rm -Rf build && mkdir -p build
18204 echo "obj-m := conftest.o" >build/Makefile
18205 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'
18206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18207 (eval $ac_try) 2>&5
18208 ac_status=$?
18209 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18210 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18212 (eval $ac_try) 2>&5
18213 ac_status=$?
18214 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18215 (exit $ac_status); }; }; then
18216
18217 { $as_echo "$as_me:$LINENO: result: yes" >&5
18218$as_echo "yes" >&6; }
18219
18220cat >>confdefs.h <<\_ACEOF
18221#define HAVE_BIO_RW_SYNCIO 1
18222_ACEOF
18223
18224
18225else
18226 $as_echo "$as_me: failed program was:" >&5
18227sed 's/^/| /' conftest.$ac_ext >&5
18228
18229 { $as_echo "$as_me:$LINENO: result: no" >&5
18230$as_echo "no" >&6; }
18231
18232
18233
18234fi
18235
18236 rm -Rf build
18237
18238
18239
18240
675de5aa
BB
18241 { $as_echo "$as_me:$LINENO: checking whether REQ_SYNC is defined" >&5
18242$as_echo_n "checking whether REQ_SYNC is defined... " >&6; }
18243
18244
18245cat confdefs.h - <<_ACEOF >conftest.c
18246/* confdefs.h. */
18247_ACEOF
18248cat confdefs.h >>conftest.$ac_ext
18249cat >>conftest.$ac_ext <<_ACEOF
18250/* end confdefs.h. */
18251
18252
18253 #include <linux/bio.h>
18254
18255int
18256main (void)
18257{
18258
79713039 18259 int flags __attribute__ ((unused));
675de5aa
BB
18260 flags = REQ_SYNC;
18261
18262 ;
18263 return 0;
18264}
18265
18266_ACEOF
18267
18268
18269 rm -Rf build && mkdir -p build
18270 echo "obj-m := conftest.o" >build/Makefile
18271 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'
18272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18273 (eval $ac_try) 2>&5
18274 ac_status=$?
18275 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18276 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18278 (eval $ac_try) 2>&5
18279 ac_status=$?
18280 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18281 (exit $ac_status); }; }; then
18282
18283 { $as_echo "$as_me:$LINENO: result: yes" >&5
18284$as_echo "yes" >&6; }
18285
18286cat >>confdefs.h <<\_ACEOF
18287#define HAVE_REQ_SYNC 1
18288_ACEOF
18289
18290
18291else
18292 $as_echo "$as_me: failed program was:" >&5
18293sed 's/^/| /' conftest.$ac_ext >&5
18294
18295 { $as_echo "$as_me:$LINENO: result: no" >&5
18296$as_echo "no" >&6; }
18297
18298
18299
18300fi
18301
18302 rm -Rf build
18303
18304
18305
18306
e70e591c
BB
18307 { $as_echo "$as_me:$LINENO: checking whether blk_end_request() is available" >&5
18308$as_echo_n "checking whether blk_end_request() is available... " >&6; }
b9c59ec8
PS
18309 tmp_flags="$EXTRA_KCFLAGS"
18310 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
18311
18312
18313cat confdefs.h - <<_ACEOF >conftest.c
18314/* confdefs.h. */
18315_ACEOF
18316cat confdefs.h >>conftest.$ac_ext
18317cat >>conftest.$ac_ext <<_ACEOF
18318/* end confdefs.h. */
18319
18320
18321 #include <linux/blkdev.h>
18322
18323int
18324main (void)
18325{
18326
18327 struct request *req = NULL;
18328 (void) blk_end_request(req, 0, 0);
18329
18330 ;
18331 return 0;
18332}
18333
18334_ACEOF
18335
18336
18337 rm -Rf build && mkdir -p build
18338 echo "obj-m := conftest.o" >build/Makefile
18339 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'
18340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18341 (eval $ac_try) 2>&5
18342 ac_status=$?
18343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18344 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18346 (eval $ac_try) 2>&5
18347 ac_status=$?
18348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18349 (exit $ac_status); }; }; then
18350
18351 { $as_echo "$as_me:$LINENO: result: yes" >&5
18352$as_echo "yes" >&6; }
18353
18354cat >>confdefs.h <<\_ACEOF
18355#define HAVE_BLK_END_REQUEST 1
18356_ACEOF
18357
18358
18359else
18360 $as_echo "$as_me: failed program was:" >&5
18361sed 's/^/| /' conftest.$ac_ext >&5
18362
18363 { $as_echo "$as_me:$LINENO: result: no" >&5
18364$as_echo "no" >&6; }
18365
18366
18367
18368fi
18369
18370 rm -Rf build
18371
18372
18373
18374 { $as_echo "$as_me:$LINENO: checking whether blk_end_request() is GPL-only" >&5
18375$as_echo_n "checking whether blk_end_request() is GPL-only... " >&6; }
18376
18377
18378cat confdefs.h - <<_ACEOF >conftest.c
18379/* confdefs.h. */
18380_ACEOF
18381cat confdefs.h >>conftest.$ac_ext
18382cat >>conftest.$ac_ext <<_ACEOF
18383/* end confdefs.h. */
18384
18385
18386 #include <linux/module.h>
18387 #include <linux/blkdev.h>
18388
18389 MODULE_LICENSE("CDDL");
18390
18391int
18392main (void)
18393{
18394
18395 struct request *req = NULL;
18396 (void) blk_end_request(req, 0, 0);
18397
18398 ;
18399 return 0;
18400}
18401
18402_ACEOF
18403
18404
18405 rm -Rf build && mkdir -p build
18406 echo "obj-m := conftest.o" >build/Makefile
18407 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'
18408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18409 (eval $ac_try) 2>&5
18410 ac_status=$?
18411 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18412 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18414 (eval $ac_try) 2>&5
18415 ac_status=$?
18416 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18417 (exit $ac_status); }; }; then
18418
18419 { $as_echo "$as_me:$LINENO: result: no" >&5
18420$as_echo "no" >&6; }
18421
18422else
18423 $as_echo "$as_me: failed program was:" >&5
18424sed 's/^/| /' conftest.$ac_ext >&5
18425
18426 { $as_echo "$as_me:$LINENO: result: yes" >&5
18427$as_echo "yes" >&6; }
18428
18429cat >>confdefs.h <<\_ACEOF
18430#define HAVE_BLK_END_REQUEST_GPL_ONLY 1
18431_ACEOF
18432
18433
18434
18435
18436fi
18437
18438 rm -Rf build
18439
18440
b9c59ec8 18441 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
18442
18443
18444 { $as_echo "$as_me:$LINENO: checking whether blk_fetch_request() is available" >&5
18445$as_echo_n "checking whether blk_fetch_request() is available... " >&6; }
b9c59ec8
PS
18446 tmp_flags="$EXTRA_KCFLAGS"
18447 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
18448
18449
18450cat confdefs.h - <<_ACEOF >conftest.c
18451/* confdefs.h. */
18452_ACEOF
18453cat confdefs.h >>conftest.$ac_ext
18454cat >>conftest.$ac_ext <<_ACEOF
18455/* end confdefs.h. */
18456
18457
18458 #include <linux/blkdev.h>
18459
18460int
18461main (void)
18462{
18463
18464 struct request_queue *q = NULL;
18465 (void) blk_fetch_request(q);
18466
18467 ;
18468 return 0;
18469}
18470
18471_ACEOF
18472
18473
18474 rm -Rf build && mkdir -p build
18475 echo "obj-m := conftest.o" >build/Makefile
18476 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'
18477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18478 (eval $ac_try) 2>&5
18479 ac_status=$?
18480 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18481 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18483 (eval $ac_try) 2>&5
18484 ac_status=$?
18485 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18486 (exit $ac_status); }; }; then
18487
18488 { $as_echo "$as_me:$LINENO: result: yes" >&5
18489$as_echo "yes" >&6; }
18490
18491cat >>confdefs.h <<\_ACEOF
18492#define HAVE_BLK_FETCH_REQUEST 1
18493_ACEOF
18494
18495
18496else
18497 $as_echo "$as_me: failed program was:" >&5
18498sed 's/^/| /' conftest.$ac_ext >&5
18499
18500 { $as_echo "$as_me:$LINENO: result: no" >&5
18501$as_echo "no" >&6; }
18502
18503
18504
18505fi
18506
18507 rm -Rf build
18508
18509
b9c59ec8 18510 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
18511
18512
18513 { $as_echo "$as_me:$LINENO: checking whether blk_requeue_request() is available" >&5
18514$as_echo_n "checking whether blk_requeue_request() is available... " >&6; }
b9c59ec8
PS
18515 tmp_flags="$EXTRA_KCFLAGS"
18516 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
18517
18518
18519cat confdefs.h - <<_ACEOF >conftest.c
18520/* confdefs.h. */
18521_ACEOF
18522cat confdefs.h >>conftest.$ac_ext
18523cat >>conftest.$ac_ext <<_ACEOF
18524/* end confdefs.h. */
18525
18526
18527 #include <linux/blkdev.h>
18528
18529int
18530main (void)
18531{
18532
18533 struct request_queue *q = NULL;
18534 struct request *req = NULL;
18535 blk_requeue_request(q, req);
18536
18537 ;
18538 return 0;
18539}
18540
18541_ACEOF
18542
18543
18544 rm -Rf build && mkdir -p build
18545 echo "obj-m := conftest.o" >build/Makefile
18546 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'
18547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18548 (eval $ac_try) 2>&5
18549 ac_status=$?
18550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18551 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18553 (eval $ac_try) 2>&5
18554 ac_status=$?
18555 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18556 (exit $ac_status); }; }; then
18557
18558 { $as_echo "$as_me:$LINENO: result: yes" >&5
18559$as_echo "yes" >&6; }
18560
18561cat >>confdefs.h <<\_ACEOF
18562#define HAVE_BLK_REQUEUE_REQUEST 1
18563_ACEOF
18564
18565
18566else
18567 $as_echo "$as_me: failed program was:" >&5
18568sed 's/^/| /' conftest.$ac_ext >&5
18569
18570 { $as_echo "$as_me:$LINENO: result: no" >&5
18571$as_echo "no" >&6; }
18572
18573
18574
18575fi
18576
18577 rm -Rf build
18578
18579
b9c59ec8 18580 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
18581
18582
18583 { $as_echo "$as_me:$LINENO: checking whether blk_rq_bytes() is available" >&5
18584$as_echo_n "checking whether blk_rq_bytes() is available... " >&6; }
b9c59ec8
PS
18585 tmp_flags="$EXTRA_KCFLAGS"
18586 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
18587
18588
18589cat confdefs.h - <<_ACEOF >conftest.c
18590/* confdefs.h. */
18591_ACEOF
18592cat confdefs.h >>conftest.$ac_ext
18593cat >>conftest.$ac_ext <<_ACEOF
18594/* end confdefs.h. */
18595
18596
18597 #include <linux/blkdev.h>
18598
18599int
18600main (void)
18601{
18602
18603 struct request *req = NULL;
18604 (void) blk_rq_bytes(req);
18605
18606 ;
18607 return 0;
18608}
18609
18610_ACEOF
18611
18612
18613 rm -Rf build && mkdir -p build
18614 echo "obj-m := conftest.o" >build/Makefile
18615 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'
18616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18617 (eval $ac_try) 2>&5
18618 ac_status=$?
18619 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18620 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18622 (eval $ac_try) 2>&5
18623 ac_status=$?
18624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18625 (exit $ac_status); }; }; then
18626
18627 { $as_echo "$as_me:$LINENO: result: yes" >&5
18628$as_echo "yes" >&6; }
18629
18630cat >>confdefs.h <<\_ACEOF
18631#define HAVE_BLK_RQ_BYTES 1
18632_ACEOF
18633
18634
18635else
18636 $as_echo "$as_me: failed program was:" >&5
18637sed 's/^/| /' conftest.$ac_ext >&5
18638
18639 { $as_echo "$as_me:$LINENO: result: no" >&5
18640$as_echo "no" >&6; }
18641
18642
18643
18644fi
18645
18646 rm -Rf build
18647
18648
18649
18650 { $as_echo "$as_me:$LINENO: checking whether blk_rq_bytes() is GPL-only" >&5
18651$as_echo_n "checking whether blk_rq_bytes() is GPL-only... " >&6; }
18652
18653
18654cat confdefs.h - <<_ACEOF >conftest.c
18655/* confdefs.h. */
18656_ACEOF
18657cat confdefs.h >>conftest.$ac_ext
18658cat >>conftest.$ac_ext <<_ACEOF
18659/* end confdefs.h. */
18660
18661
18662 #include <linux/module.h>
18663 #include <linux/blkdev.h>
18664
18665 MODULE_LICENSE("CDDL");
18666
18667int
18668main (void)
18669{
18670
18671 struct request *req = NULL;
18672 (void) blk_rq_bytes(req);
18673
18674 ;
18675 return 0;
18676}
18677
18678_ACEOF
18679
18680
18681 rm -Rf build && mkdir -p build
18682 echo "obj-m := conftest.o" >build/Makefile
18683 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'
18684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18685 (eval $ac_try) 2>&5
18686 ac_status=$?
18687 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18688 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18690 (eval $ac_try) 2>&5
18691 ac_status=$?
18692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18693 (exit $ac_status); }; }; then
18694
18695 { $as_echo "$as_me:$LINENO: result: no" >&5
18696$as_echo "no" >&6; }
18697
18698else
18699 $as_echo "$as_me: failed program was:" >&5
18700sed 's/^/| /' conftest.$ac_ext >&5
18701
18702 { $as_echo "$as_me:$LINENO: result: yes" >&5
18703$as_echo "yes" >&6; }
18704
18705cat >>confdefs.h <<\_ACEOF
18706#define HAVE_BLK_RQ_BYTES_GPL_ONLY 1
18707_ACEOF
18708
18709
18710
18711
18712fi
18713
18714 rm -Rf build
18715
18716
b9c59ec8 18717 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
18718
18719
18720 { $as_echo "$as_me:$LINENO: checking whether blk_rq_pos() is available" >&5
18721$as_echo_n "checking whether blk_rq_pos() is available... " >&6; }
b9c59ec8
PS
18722 tmp_flags="$EXTRA_KCFLAGS"
18723 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
18724
18725
18726cat confdefs.h - <<_ACEOF >conftest.c
18727/* confdefs.h. */
18728_ACEOF
18729cat confdefs.h >>conftest.$ac_ext
18730cat >>conftest.$ac_ext <<_ACEOF
18731/* end confdefs.h. */
18732
18733
18734 #include <linux/blkdev.h>
18735
18736int
18737main (void)
18738{
18739
18740 struct request *req = NULL;
18741 (void) blk_rq_pos(req);
18742
18743 ;
18744 return 0;
18745}
18746
18747_ACEOF
18748
18749
18750 rm -Rf build && mkdir -p build
18751 echo "obj-m := conftest.o" >build/Makefile
18752 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'
18753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18754 (eval $ac_try) 2>&5
18755 ac_status=$?
18756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18757 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18759 (eval $ac_try) 2>&5
18760 ac_status=$?
18761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18762 (exit $ac_status); }; }; then
18763
18764 { $as_echo "$as_me:$LINENO: result: yes" >&5
18765$as_echo "yes" >&6; }
18766
18767cat >>confdefs.h <<\_ACEOF
18768#define HAVE_BLK_RQ_POS 1
18769_ACEOF
18770
18771
18772else
18773 $as_echo "$as_me: failed program was:" >&5
18774sed 's/^/| /' conftest.$ac_ext >&5
18775
18776 { $as_echo "$as_me:$LINENO: result: no" >&5
18777$as_echo "no" >&6; }
18778
18779
18780
18781fi
18782
18783 rm -Rf build
18784
18785
b9c59ec8 18786 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
18787
18788
18789 { $as_echo "$as_me:$LINENO: checking whether blk_rq_sectors() is available" >&5
18790$as_echo_n "checking whether blk_rq_sectors() is available... " >&6; }
b9c59ec8
PS
18791 tmp_flags="$EXTRA_KCFLAGS"
18792 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
18793
18794
18795cat confdefs.h - <<_ACEOF >conftest.c
18796/* confdefs.h. */
18797_ACEOF
18798cat confdefs.h >>conftest.$ac_ext
18799cat >>conftest.$ac_ext <<_ACEOF
18800/* end confdefs.h. */
18801
18802
18803 #include <linux/blkdev.h>
18804
18805int
18806main (void)
18807{
18808
18809 struct request *req = NULL;
18810 (void) blk_rq_sectors(req);
18811
18812 ;
18813 return 0;
18814}
18815
18816_ACEOF
18817
18818
18819 rm -Rf build && mkdir -p build
18820 echo "obj-m := conftest.o" >build/Makefile
18821 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'
18822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18823 (eval $ac_try) 2>&5
18824 ac_status=$?
18825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18826 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18828 (eval $ac_try) 2>&5
18829 ac_status=$?
18830 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18831 (exit $ac_status); }; }; then
18832
18833 { $as_echo "$as_me:$LINENO: result: yes" >&5
18834$as_echo "yes" >&6; }
18835
18836cat >>confdefs.h <<\_ACEOF
18837#define HAVE_BLK_RQ_SECTORS 1
18838_ACEOF
18839
18840
18841else
18842 $as_echo "$as_me: failed program was:" >&5
18843sed 's/^/| /' conftest.$ac_ext >&5
18844
18845 { $as_echo "$as_me:$LINENO: result: no" >&5
18846$as_echo "no" >&6; }
18847
18848
18849
18850fi
18851
18852 rm -Rf build
18853
18854
b9c59ec8 18855 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
18856
18857
18858 { $as_echo "$as_me:$LINENO: checking whether get_disk_ro() is available" >&5
18859$as_echo_n "checking whether get_disk_ro() is available... " >&6; }
b9c59ec8
PS
18860 tmp_flags="$EXTRA_KCFLAGS"
18861 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
18862
18863
18864cat confdefs.h - <<_ACEOF >conftest.c
18865/* confdefs.h. */
18866_ACEOF
18867cat confdefs.h >>conftest.$ac_ext
18868cat >>conftest.$ac_ext <<_ACEOF
18869/* end confdefs.h. */
18870
18871
18872 #include <linux/blkdev.h>
18873
18874int
18875main (void)
18876{
18877
18878 struct gendisk *disk = NULL;
18879 (void) get_disk_ro(disk);
18880
18881 ;
18882 return 0;
18883}
18884
18885_ACEOF
18886
18887
18888 rm -Rf build && mkdir -p build
18889 echo "obj-m := conftest.o" >build/Makefile
18890 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'
18891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18892 (eval $ac_try) 2>&5
18893 ac_status=$?
18894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18895 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18897 (eval $ac_try) 2>&5
18898 ac_status=$?
18899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18900 (exit $ac_status); }; }; then
18901
18902 { $as_echo "$as_me:$LINENO: result: yes" >&5
18903$as_echo "yes" >&6; }
18904
18905cat >>confdefs.h <<\_ACEOF
18906#define HAVE_GET_DISK_RO 1
18907_ACEOF
18908
18909
18910else
18911 $as_echo "$as_me: failed program was:" >&5
18912sed 's/^/| /' conftest.$ac_ext >&5
18913
18914 { $as_echo "$as_me:$LINENO: result: no" >&5
18915$as_echo "no" >&6; }
18916
18917
18918
18919fi
18920
18921 rm -Rf build
18922
18923
b9c59ec8 18924 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
18925
18926
18927 { $as_echo "$as_me:$LINENO: checking whether rq_is_sync() is available" >&5
18928$as_echo_n "checking whether rq_is_sync() is available... " >&6; }
b9c59ec8
PS
18929 tmp_flags="$EXTRA_KCFLAGS"
18930 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
18931
18932
18933cat confdefs.h - <<_ACEOF >conftest.c
18934/* confdefs.h. */
18935_ACEOF
18936cat confdefs.h >>conftest.$ac_ext
18937cat >>conftest.$ac_ext <<_ACEOF
18938/* end confdefs.h. */
18939
18940
18941 #include <linux/blkdev.h>
18942
18943int
18944main (void)
18945{
18946
18947 struct request *req = NULL;
18948 (void) rq_is_sync(req);
18949
18950 ;
18951 return 0;
18952}
18953
18954_ACEOF
18955
18956
18957 rm -Rf build && mkdir -p build
18958 echo "obj-m := conftest.o" >build/Makefile
18959 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'
18960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18961 (eval $ac_try) 2>&5
18962 ac_status=$?
18963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18964 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18966 (eval $ac_try) 2>&5
18967 ac_status=$?
18968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18969 (exit $ac_status); }; }; then
18970
18971 { $as_echo "$as_me:$LINENO: result: yes" >&5
18972$as_echo "yes" >&6; }
18973
18974cat >>confdefs.h <<\_ACEOF
18975#define HAVE_RQ_IS_SYNC 1
18976_ACEOF
18977
18978
18979else
18980 $as_echo "$as_me: failed program was:" >&5
18981sed 's/^/| /' conftest.$ac_ext >&5
18982
18983 { $as_echo "$as_me:$LINENO: result: no" >&5
18984$as_echo "no" >&6; }
18985
18986
18987
18988fi
18989
18990 rm -Rf build
18991
18992
b9c59ec8 18993 EXTRA_KCFLAGS="$tmp_flags"
e70e591c
BB
18994
18995
18996 { $as_echo "$as_me:$LINENO: checking whether rq_for_each_segment() is available" >&5
18997$as_echo_n "checking whether rq_for_each_segment() is available... " >&6; }
b9c59ec8
PS
18998 tmp_flags="$EXTRA_KCFLAGS"
18999 EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
e70e591c
BB
19000
19001
19002cat confdefs.h - <<_ACEOF >conftest.c
19003/* confdefs.h. */
19004_ACEOF
19005cat confdefs.h >>conftest.$ac_ext
19006cat >>conftest.$ac_ext <<_ACEOF
19007/* end confdefs.h. */
19008
19009
19010 #include <linux/blkdev.h>
19011
19012int
19013main (void)
19014{
19015
19016 struct bio_vec *bv;
19017 struct req_iterator iter;
19018 struct request *req = NULL;
19019 rq_for_each_segment(bv, req, iter) { }
19020
19021 ;
19022 return 0;
19023}
19024
19025_ACEOF
19026
19027
19028 rm -Rf build && mkdir -p build
19029 echo "obj-m := conftest.o" >build/Makefile
19030 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'
19031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19032 (eval $ac_try) 2>&5
19033 ac_status=$?
19034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19035 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19037 (eval $ac_try) 2>&5
19038 ac_status=$?
19039 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19040 (exit $ac_status); }; }; then
19041
19042 { $as_echo "$as_me:$LINENO: result: yes" >&5
19043$as_echo "yes" >&6; }
19044
19045cat >>confdefs.h <<\_ACEOF
19046#define HAVE_RQ_FOR_EACH_SEGMENT 1
19047_ACEOF
19048
19049
19050else
19051 $as_echo "$as_me: failed program was:" >&5
19052sed 's/^/| /' conftest.$ac_ext >&5
19053
19054 { $as_echo "$as_me:$LINENO: result: no" >&5
19055$as_echo "no" >&6; }
19056
19057
19058
777d4af8
BB
19059fi
19060
19061 rm -Rf build
19062
19063
b9c59ec8 19064 EXTRA_KCFLAGS="$tmp_flags"
777d4af8
BB
19065
19066 { $as_echo "$as_me:$LINENO: checking whether super_block uses const struct xattr_hander" >&5
19067$as_echo_n "checking whether super_block uses const struct xattr_hander... " >&6; }
19068
19069
19070cat confdefs.h - <<_ACEOF >conftest.c
19071/* confdefs.h. */
19072_ACEOF
19073cat confdefs.h >>conftest.$ac_ext
19074cat >>conftest.$ac_ext <<_ACEOF
19075/* end confdefs.h. */
19076
19077
19078 #include <linux/fs.h>
19079 #include <linux/xattr.h>
19080
19081 const struct xattr_handler xattr_test_handler = {
19082 .prefix = "test",
19083 .get = NULL,
19084 .set = NULL,
19085 };
19086
19087 const struct xattr_handler *xattr_handlers[] = {
19088 &xattr_test_handler,
19089 };
19090
19091int
19092main (void)
19093{
19094
79713039 19095 struct super_block sb __attribute__ ((unused));
777d4af8
BB
19096
19097 sb.s_xattr = xattr_handlers;
19098
19099 ;
19100 return 0;
19101}
19102
19103_ACEOF
19104
19105
19106 rm -Rf build && mkdir -p build
19107 echo "obj-m := conftest.o" >build/Makefile
19108 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'
19109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19110 (eval $ac_try) 2>&5
19111 ac_status=$?
19112 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19113 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19115 (eval $ac_try) 2>&5
19116 ac_status=$?
19117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19118 (exit $ac_status); }; }; then
19119
19120 { $as_echo "$as_me:$LINENO: result: yes" >&5
19121$as_echo "yes" >&6; }
19122
19123cat >>confdefs.h <<\_ACEOF
19124#define HAVE_CONST_XATTR_HANDLER 1
19125_ACEOF
19126
19127
19128else
19129 $as_echo "$as_me: failed program was:" >&5
19130sed 's/^/| /' conftest.$ac_ext >&5
19131
19132 { $as_echo "$as_me:$LINENO: result: no" >&5
19133$as_echo "no" >&6; }
19134
19135
19136
e70e591c
BB
19137fi
19138
19139 rm -Rf build
19140
19141
19142
19143
f9637c6c
BB
19144 { $as_echo "$as_me:$LINENO: checking whether xattr_handler->get() wants dentry" >&5
19145$as_echo_n "checking whether xattr_handler->get() wants dentry... " >&6; }
19146
19147
19148cat confdefs.h - <<_ACEOF >conftest.c
19149/* confdefs.h. */
19150_ACEOF
19151cat confdefs.h >>conftest.$ac_ext
19152cat >>conftest.$ac_ext <<_ACEOF
19153/* end confdefs.h. */
19154
19155
19156 #include <linux/xattr.h>
19157
19158int
19159main (void)
19160{
19161
19162 int (*get)(struct dentry *dentry, const char *name,
19163 void *buffer, size_t size, int handler_flags) = NULL;
79713039 19164 struct xattr_handler xops __attribute__ ((unused));
f9637c6c
BB
19165
19166 xops.get = get;
19167
19168 ;
19169 return 0;
19170}
19171
19172_ACEOF
19173
19174
19175 rm -Rf build && mkdir -p build
19176 echo "obj-m := conftest.o" >build/Makefile
19177 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'
19178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19179 (eval $ac_try) 2>&5
19180 ac_status=$?
19181 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19182 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19184 (eval $ac_try) 2>&5
19185 ac_status=$?
19186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19187 (exit $ac_status); }; }; then
19188
19189 { $as_echo "$as_me:$LINENO: result: yes" >&5
19190$as_echo "yes" >&6; }
19191
19192cat >>confdefs.h <<\_ACEOF
19193#define HAVE_DENTRY_XATTR_GET 1
19194_ACEOF
19195
19196
19197else
19198 $as_echo "$as_me: failed program was:" >&5
19199sed 's/^/| /' conftest.$ac_ext >&5
19200
19201 { $as_echo "$as_me:$LINENO: result: no" >&5
19202$as_echo "no" >&6; }
19203
19204
19205
19206fi
19207
19208 rm -Rf build
19209
19210
19211
19212
19213 { $as_echo "$as_me:$LINENO: checking whether xattr_handler->set() wants dentry" >&5
19214$as_echo_n "checking whether xattr_handler->set() wants dentry... " >&6; }
19215
19216
19217cat confdefs.h - <<_ACEOF >conftest.c
19218/* confdefs.h. */
19219_ACEOF
19220cat confdefs.h >>conftest.$ac_ext
19221cat >>conftest.$ac_ext <<_ACEOF
19222/* end confdefs.h. */
19223
19224
19225 #include <linux/xattr.h>
19226
19227int
19228main (void)
19229{
19230
19231 int (*set)(struct dentry *dentry, const char *name,
19232 const void *buffer, size_t size, int flags,
19233 int handler_flags) = NULL;
79713039 19234 struct xattr_handler xops __attribute__ ((unused));
f9637c6c
BB
19235
19236 xops.set = set;
19237
19238 ;
19239 return 0;
19240}
19241
19242_ACEOF
19243
19244
19245 rm -Rf build && mkdir -p build
19246 echo "obj-m := conftest.o" >build/Makefile
19247 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'
19248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19249 (eval $ac_try) 2>&5
19250 ac_status=$?
19251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19252 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19254 (eval $ac_try) 2>&5
19255 ac_status=$?
19256 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19257 (exit $ac_status); }; }; then
19258
19259 { $as_echo "$as_me:$LINENO: result: yes" >&5
19260$as_echo "yes" >&6; }
19261
19262cat >>confdefs.h <<\_ACEOF
19263#define HAVE_DENTRY_XATTR_SET 1
19264_ACEOF
19265
19266
19267else
19268 $as_echo "$as_me: failed program was:" >&5
19269sed 's/^/| /' conftest.$ac_ext >&5
19270
19271 { $as_echo "$as_me:$LINENO: result: no" >&5
19272$as_echo "no" >&6; }
19273
19274
19275
19276fi
19277
19278 rm -Rf build
19279
19280
19281
19282
adcd70bd
BB
19283 { $as_echo "$as_me:$LINENO: checking whether fops->fsync() wants" >&5
19284$as_echo_n "checking whether fops->fsync() wants... " >&6; }
19285
7268e1be
BB
19286
19287
19288cat confdefs.h - <<_ACEOF >conftest.c
19289/* confdefs.h. */
19290_ACEOF
19291cat confdefs.h >>conftest.$ac_ext
19292cat >>conftest.$ac_ext <<_ACEOF
19293/* end confdefs.h. */
19294
19295
19296 #include <linux/fs.h>
19297
19298int
19299main (void)
19300{
19301
adcd70bd 19302 int (*fsync) (struct file *, struct dentry *, int) = NULL;
79713039 19303 struct file_operations fops __attribute__ ((unused));
7268e1be
BB
19304
19305 fops.fsync = fsync;
19306
19307 ;
19308 return 0;
19309}
19310
19311_ACEOF
19312
19313
19314 rm -Rf build && mkdir -p build
19315 echo "obj-m := conftest.o" >build/Makefile
19316 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'
19317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19318 (eval $ac_try) 2>&5
19319 ac_status=$?
19320 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19321 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19323 (eval $ac_try) 2>&5
19324 ac_status=$?
19325 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19326 (exit $ac_status); }; }; then
19327
adcd70bd
BB
19328 { $as_echo "$as_me:$LINENO: result: dentry" >&5
19329$as_echo "dentry" >&6; }
7268e1be
BB
19330
19331cat >>confdefs.h <<\_ACEOF
adcd70bd
BB
19332#define HAVE_FSYNC_WITH_DENTRY 1
19333_ACEOF
19334
19335
19336else
19337 $as_echo "$as_me: failed program was:" >&5
19338sed 's/^/| /' conftest.$ac_ext >&5
19339
19340
19341
19342
19343fi
19344
19345 rm -Rf build
19346
19347
19348
19349
19350
19351
19352cat confdefs.h - <<_ACEOF >conftest.c
19353/* confdefs.h. */
19354_ACEOF
19355cat confdefs.h >>conftest.$ac_ext
19356cat >>conftest.$ac_ext <<_ACEOF
19357/* end confdefs.h. */
19358
19359
19360 #include <linux/fs.h>
19361
19362int
19363main (void)
19364{
19365
19366 int (*fsync) (struct file *, int) = NULL;
19367 struct file_operations fops __attribute__ ((unused));
19368
19369 fops.fsync = fsync;
19370
19371 ;
19372 return 0;
19373}
19374
19375_ACEOF
19376
19377
19378 rm -Rf build && mkdir -p build
19379 echo "obj-m := conftest.o" >build/Makefile
19380 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'
19381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19382 (eval $ac_try) 2>&5
19383 ac_status=$?
19384 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19385 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19387 (eval $ac_try) 2>&5
19388 ac_status=$?
19389 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19390 (exit $ac_status); }; }; then
19391
19392 { $as_echo "$as_me:$LINENO: result: no dentry" >&5
19393$as_echo "no dentry" >&6; }
19394
19395cat >>confdefs.h <<\_ACEOF
19396#define HAVE_FSYNC_WITHOUT_DENTRY 1
7268e1be
BB
19397_ACEOF
19398
19399
19400else
19401 $as_echo "$as_me: failed program was:" >&5
19402sed 's/^/| /' conftest.$ac_ext >&5
19403
7268e1be
BB
19404
19405
19406
19407fi
19408
19409 rm -Rf build
19410
19411
19412
19413
adcd70bd
BB
19414
19415
19416cat confdefs.h - <<_ACEOF >conftest.c
19417/* confdefs.h. */
19418_ACEOF
19419cat confdefs.h >>conftest.$ac_ext
19420cat >>conftest.$ac_ext <<_ACEOF
19421/* end confdefs.h. */
19422
19423
19424 #include <linux/fs.h>
19425
19426int
19427main (void)
19428{
19429
19430 int (*fsync) (struct file *, loff_t, loff_t, int) = NULL;
19431 struct file_operations fops __attribute__ ((unused));
19432
19433 fops.fsync = fsync;
19434
19435 ;
19436 return 0;
19437}
19438
19439_ACEOF
19440
19441
19442 rm -Rf build && mkdir -p build
19443 echo "obj-m := conftest.o" >build/Makefile
19444 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'
19445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19446 (eval $ac_try) 2>&5
19447 ac_status=$?
19448 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19449 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19451 (eval $ac_try) 2>&5
19452 ac_status=$?
19453 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19454 (exit $ac_status); }; }; then
19455
19456 { $as_echo "$as_me:$LINENO: result: range" >&5
19457$as_echo "range" >&6; }
19458
19459cat >>confdefs.h <<\_ACEOF
19460#define HAVE_FSYNC_RANGE 1
19461_ACEOF
19462
19463
19464else
19465 $as_echo "$as_me: failed program was:" >&5
19466sed 's/^/| /' conftest.$ac_ext >&5
19467
19468
19469
19470
19471fi
19472
19473 rm -Rf build
19474
19475
19476
19477
19478
2c395def
BB
19479 { $as_echo "$as_me:$LINENO: checking whether sops->evict_inode() exists" >&5
19480$as_echo_n "checking whether sops->evict_inode() exists... " >&6; }
19481
19482
19483cat confdefs.h - <<_ACEOF >conftest.c
19484/* confdefs.h. */
19485_ACEOF
19486cat confdefs.h >>conftest.$ac_ext
19487cat >>conftest.$ac_ext <<_ACEOF
19488/* end confdefs.h. */
19489
19490
19491 #include <linux/fs.h>
19492
19493int
19494main (void)
19495{
19496
19497 void (*evict_inode) (struct inode *) = NULL;
ddd052aa
BB
19498 struct super_operations sops __attribute__ ((unused)) = {
19499 .evict_inode = evict_inode,
19500 };
2c395def
BB
19501
19502 ;
19503 return 0;
19504}
19505
19506_ACEOF
19507
19508
19509 rm -Rf build && mkdir -p build
19510 echo "obj-m := conftest.o" >build/Makefile
19511 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'
19512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19513 (eval $ac_try) 2>&5
19514 ac_status=$?
19515 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19516 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19518 (eval $ac_try) 2>&5
19519 ac_status=$?
19520 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19521 (exit $ac_status); }; }; then
19522
19523 { $as_echo "$as_me:$LINENO: result: yes" >&5
19524$as_echo "yes" >&6; }
19525
19526cat >>confdefs.h <<\_ACEOF
19527#define HAVE_EVICT_INODE 1
19528_ACEOF
19529
19530
19531else
19532 $as_echo "$as_me: failed program was:" >&5
19533sed 's/^/| /' conftest.$ac_ext >&5
19534
19535 { $as_echo "$as_me:$LINENO: result: no" >&5
19536$as_echo "no" >&6; }
19537
19538
19539
19540fi
19541
19542 rm -Rf build
19543
19544
19545
19546
bdf4328b
BB
19547 { $as_echo "$as_me:$LINENO: checking whether symbol insert_inode_locked is exported" >&5
19548$as_echo_n "checking whether symbol insert_inode_locked is exported... " >&6; }
19549 grep -q -E '[[:space:]]insert_inode_locked[[:space:]]' \
19550 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
19551 rc=$?
19552 if test $rc -ne 0; then
8366cd6a 19553
bdf4328b
BB
19554 export=0
19555 for file in fs/inode.c; do
19556 grep -q -E "EXPORT_SYMBOL.*(insert_inode_locked)" "$LINUX/$file" 2>/dev/null
19557 rc=$?
8366cd6a
PS
19558 if test $rc -eq 0; then
19559
19560 export=1
19561 break;
19562
19563fi
19564
bdf4328b
BB
19565 done
19566 if test $export -eq 0; then
8366cd6a 19567
bdf4328b
BB
19568 { $as_echo "$as_me:$LINENO: result: no" >&5
19569$as_echo "no" >&6; }
19570
8366cd6a
PS
19571
19572else
19573
bdf4328b
BB
19574 { $as_echo "$as_me:$LINENO: result: yes" >&5
19575$as_echo "yes" >&6; }
19576
19577cat >>confdefs.h <<\_ACEOF
19578#define HAVE_INSERT_INODE_LOCKED 1
19579_ACEOF
19580
8366cd6a
PS
19581
19582fi
19583
19584
19585else
19586
bdf4328b
BB
19587 { $as_echo "$as_me:$LINENO: result: yes" >&5
19588$as_echo "yes" >&6; }
19589
19590cat >>confdefs.h <<\_ACEOF
19591#define HAVE_INSERT_INODE_LOCKED 1
19592_ACEOF
19593
8366cd6a
PS
19594
19595fi
19596
bdf4328b
BB
19597
19598
19599
055656d4
GB
19600 { $as_echo "$as_me:$LINENO: checking whether symbol d_obtain_alias is exported" >&5
19601$as_echo_n "checking whether symbol d_obtain_alias is exported... " >&6; }
19602 grep -q -E '[[:space:]]d_obtain_alias[[:space:]]' \
19603 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
19604 rc=$?
19605 if test $rc -ne 0; then
8366cd6a 19606
055656d4
GB
19607 export=0
19608 for file in fs/dcache.c; do
19609 grep -q -E "EXPORT_SYMBOL.*(d_obtain_alias)" "$LINUX/$file" 2>/dev/null
19610 rc=$?
8366cd6a
PS
19611 if test $rc -eq 0; then
19612
19613 export=1
19614 break;
19615
19616fi
19617
055656d4
GB
19618 done
19619 if test $export -eq 0; then
8366cd6a 19620
055656d4
GB
19621 { $as_echo "$as_me:$LINENO: result: no" >&5
19622$as_echo "no" >&6; }
19623
8366cd6a
PS
19624
19625else
19626
055656d4
GB
19627 { $as_echo "$as_me:$LINENO: result: yes" >&5
19628$as_echo "yes" >&6; }
19629
19630cat >>confdefs.h <<\_ACEOF
19631#define HAVE_D_OBTAIN_ALIAS 1
19632_ACEOF
19633
8366cd6a
PS
19634
19635fi
19636
19637
19638else
19639
055656d4
GB
19640 { $as_echo "$as_me:$LINENO: result: yes" >&5
19641$as_echo "yes" >&6; }
19642
19643cat >>confdefs.h <<\_ACEOF
19644#define HAVE_D_OBTAIN_ALIAS 1
19645_ACEOF
19646
8366cd6a
PS
19647
19648fi
19649
055656d4
GB
19650
19651
19652
df554c14
BB
19653 { $as_echo "$as_me:$LINENO: checking whether symbol check_disk_size_change is exported" >&5
19654$as_echo_n "checking whether symbol check_disk_size_change is exported... " >&6; }
19655 grep -q -E '[[:space:]]check_disk_size_change[[:space:]]' \
19656 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
19657 rc=$?
19658 if test $rc -ne 0; then
8366cd6a 19659
df554c14
BB
19660 export=0
19661 for file in fs/block_dev.c; do
19662 grep -q -E "EXPORT_SYMBOL.*(check_disk_size_change)" "$LINUX/$file" 2>/dev/null
19663 rc=$?
8366cd6a
PS
19664 if test $rc -eq 0; then
19665
19666 export=1
19667 break;
19668
19669fi
19670
df554c14
BB
19671 done
19672 if test $export -eq 0; then
8366cd6a 19673
df554c14
BB
19674 { $as_echo "$as_me:$LINENO: result: no" >&5
19675$as_echo "no" >&6; }
19676
8366cd6a
PS
19677
19678else
19679
df554c14
BB
19680 { $as_echo "$as_me:$LINENO: result: yes" >&5
19681$as_echo "yes" >&6; }
19682
19683cat >>confdefs.h <<\_ACEOF
19684#define HAVE_CHECK_DISK_SIZE_CHANGE 1
19685_ACEOF
19686
8366cd6a
PS
19687
19688fi
19689
19690
19691else
19692
df554c14
BB
19693 { $as_echo "$as_me:$LINENO: result: yes" >&5
19694$as_echo "yes" >&6; }
19695
19696cat >>confdefs.h <<\_ACEOF
19697#define HAVE_CHECK_DISK_SIZE_CHANGE 1
19698_ACEOF
19699
8366cd6a
PS
19700
19701fi
19702
df554c14
BB
19703
19704
19705
b3129792
PJ
19706 { $as_echo "$as_me:$LINENO: checking whether symbol truncate_setsize is exported" >&5
19707$as_echo_n "checking whether symbol truncate_setsize is exported... " >&6; }
19708 grep -q -E '[[:space:]]truncate_setsize[[:space:]]' \
19709 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
19710 rc=$?
19711 if test $rc -ne 0; then
8366cd6a 19712
b3129792
PJ
19713 export=0
19714 for file in mm/truncate.c; do
19715 grep -q -E "EXPORT_SYMBOL.*(truncate_setsize)" "$LINUX/$file" 2>/dev/null
19716 rc=$?
8366cd6a
PS
19717 if test $rc -eq 0; then
19718
19719 export=1
19720 break;
19721
19722fi
19723
b3129792
PJ
19724 done
19725 if test $export -eq 0; then
8366cd6a 19726
b3129792
PJ
19727 { $as_echo "$as_me:$LINENO: result: no" >&5
19728$as_echo "no" >&6; }
19729
8366cd6a
PS
19730
19731else
19732
b3129792
PJ
19733 { $as_echo "$as_me:$LINENO: result: yes" >&5
19734$as_echo "yes" >&6; }
19735
19736cat >>confdefs.h <<\_ACEOF
19737#define HAVE_TRUNCATE_SETSIZE 1
19738_ACEOF
19739
8366cd6a
PS
19740
19741fi
19742
19743
19744else
19745
b3129792
PJ
19746 { $as_echo "$as_me:$LINENO: result: yes" >&5
19747$as_echo "yes" >&6; }
19748
19749cat >>confdefs.h <<\_ACEOF
19750#define HAVE_TRUNCATE_SETSIZE 1
19751_ACEOF
19752
8366cd6a
PS
19753
19754fi
19755
b3129792
PJ
19756
19757
19758
5c03efc3
BB
19759 { $as_echo "$as_me:$LINENO: checking whether security_inode_init_security wants 6 args" >&5
19760$as_echo_n "checking whether security_inode_init_security wants 6 args... " >&6; }
19761 tmp_flags="$EXTRA_KCFLAGS"
19762 EXTRA_KCFLAGS="-Werror"
19763
19764
19765cat confdefs.h - <<_ACEOF >conftest.c
19766/* confdefs.h. */
19767_ACEOF
19768cat confdefs.h >>conftest.$ac_ext
19769cat >>conftest.$ac_ext <<_ACEOF
19770/* end confdefs.h. */
19771
19772
19773 #include <linux/security.h>
19774
19775int
19776main (void)
19777{
19778
19779 security_inode_init_security(NULL,NULL,NULL,NULL,NULL,NULL);
19780
19781 ;
19782 return 0;
19783}
19784
19785_ACEOF
19786
19787
19788 rm -Rf build && mkdir -p build
19789 echo "obj-m := conftest.o" >build/Makefile
19790 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'
19791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19792 (eval $ac_try) 2>&5
19793 ac_status=$?
19794 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19795 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19797 (eval $ac_try) 2>&5
19798 ac_status=$?
19799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19800 (exit $ac_status); }; }; then
19801
19802 { $as_echo "$as_me:$LINENO: result: yes" >&5
19803$as_echo "yes" >&6; }
19804
19805cat >>confdefs.h <<\_ACEOF
19806#define HAVE_6ARGS_SECURITY_INODE_INIT_SECURITY 1
19807_ACEOF
19808
19809
19810else
19811 $as_echo "$as_me: failed program was:" >&5
19812sed 's/^/| /' conftest.$ac_ext >&5
19813
19814 { $as_echo "$as_me:$LINENO: result: no" >&5
19815$as_echo "no" >&6; }
19816
19817
19818
19819fi
19820
19821 rm -Rf build
19822
19823
19824 EXTRA_KCFLAGS="$tmp_flags"
19825
19826
2cf7f52b
BB
19827 { $as_echo "$as_me:$LINENO: checking whether symbol mount_nodev is exported" >&5
19828$as_echo_n "checking whether symbol mount_nodev is exported... " >&6; }
19829 grep -q -E '[[:space:]]mount_nodev[[:space:]]' \
19830 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
19831 rc=$?
19832 if test $rc -ne 0; then
8366cd6a 19833
2cf7f52b
BB
19834 export=0
19835 for file in fs/super.c; do
19836 grep -q -E "EXPORT_SYMBOL.*(mount_nodev)" "$LINUX/$file" 2>/dev/null
19837 rc=$?
8366cd6a
PS
19838 if test $rc -eq 0; then
19839
19840 export=1
19841 break;
19842
19843fi
19844
2cf7f52b
BB
19845 done
19846 if test $export -eq 0; then
8366cd6a 19847
2cf7f52b
BB
19848 { $as_echo "$as_me:$LINENO: result: no" >&5
19849$as_echo "no" >&6; }
19850
8366cd6a
PS
19851
19852else
19853
2cf7f52b
BB
19854 { $as_echo "$as_me:$LINENO: result: yes" >&5
19855$as_echo "yes" >&6; }
19856
19857cat >>confdefs.h <<\_ACEOF
19858#define HAVE_MOUNT_NODEV 1
19859_ACEOF
19860
8366cd6a
PS
19861
19862fi
19863
19864
19865else
19866
2cf7f52b
BB
19867 { $as_echo "$as_me:$LINENO: result: yes" >&5
19868$as_echo "yes" >&6; }
19869
19870cat >>confdefs.h <<\_ACEOF
19871#define HAVE_MOUNT_NODEV 1
19872_ACEOF
19873
8366cd6a
PS
19874
19875fi
19876
2cf7f52b
BB
19877
19878
19879
76659dc1
BB
19880 { $as_echo "$as_me:$LINENO: checking whether super_block has s_bdi" >&5
19881$as_echo_n "checking whether super_block has s_bdi... " >&6; }
19882
19883
19884cat confdefs.h - <<_ACEOF >conftest.c
19885/* confdefs.h. */
19886_ACEOF
19887cat confdefs.h >>conftest.$ac_ext
19888cat >>conftest.$ac_ext <<_ACEOF
19889/* end confdefs.h. */
19890
19891
19892 #include <linux/fs.h>
19893
19894int
19895main (void)
19896{
19897
19898 struct super_block sb __attribute__ ((unused));
19899 sb.s_bdi = NULL;
19900
19901 ;
19902 return 0;
19903}
19904
19905_ACEOF
19906
19907
19908 rm -Rf build && mkdir -p build
19909 echo "obj-m := conftest.o" >build/Makefile
19910 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'
19911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19912 (eval $ac_try) 2>&5
19913 ac_status=$?
19914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19915 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19917 (eval $ac_try) 2>&5
19918 ac_status=$?
19919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19920 (exit $ac_status); }; }; then
19921
19922 { $as_echo "$as_me:$LINENO: result: yes" >&5
19923$as_echo "yes" >&6; }
19924
19925cat >>confdefs.h <<\_ACEOF
19926#define HAVE_BDI 1
19927_ACEOF
19928
19929
19930else
19931 $as_echo "$as_me: failed program was:" >&5
19932sed 's/^/| /' conftest.$ac_ext >&5
19933
19934 { $as_echo "$as_me:$LINENO: result: no" >&5
19935$as_echo "no" >&6; }
19936
19937
19938
19939fi
19940
19941 rm -Rf build
19942
19943
19944
19945
5547c2f1
BB
19946 { $as_echo "$as_me:$LINENO: checking whether symbol bdi_setup_and_register is exported" >&5
19947$as_echo_n "checking whether symbol bdi_setup_and_register is exported... " >&6; }
19948 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
19949 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
19950 rc=$?
19951 if test $rc -ne 0; then
19952
19953 export=0
19954 for file in mm/backing-dev.c; do
19955 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" "$LINUX/$file" 2>/dev/null
19956 rc=$?
19957 if test $rc -eq 0; then
19958
19959 export=1
19960 break;
19961
19962fi
19963
19964 done
19965 if test $export -eq 0; then
19966
19967 { $as_echo "$as_me:$LINENO: result: no" >&5
19968$as_echo "no" >&6; }
19969
19970
19971else
19972
19973 { $as_echo "$as_me:$LINENO: result: yes" >&5
19974$as_echo "yes" >&6; }
19975
19976cat >>confdefs.h <<\_ACEOF
19977#define HAVE_BDI_SETUP_AND_REGISTER 1
19978_ACEOF
19979
19980
19981fi
19982
19983
19984else
19985
19986 { $as_echo "$as_me:$LINENO: result: yes" >&5
19987$as_echo "yes" >&6; }
19988
19989cat >>confdefs.h <<\_ACEOF
19990#define HAVE_BDI_SETUP_AND_REGISTER 1
19991_ACEOF
19992
19993
19994fi
19995
19996
19997
19998
e70e591c 19999 if test "$LINUX_OBJ" != "$LINUX"; then
8366cd6a 20000
e70e591c 20001 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
8366cd6a
PS
20002
20003fi
20004
e70e591c
BB
20005
20006
20007
8a7e1cee 20008 KERNELCPPFLAGS="$KERNELCPPFLAGS $NO_UNUSED_BUT_SET_VARIABLE"
12c1acde 20009 KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL"
6283f55e
BB
20010 KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\""
20011
20012
e70e591c
BB
20013
20014
20015
de0a1c09
BB
20016
20017# Check whether --with-udevdir was given.
20018if test "${with_udevdir+set}" = set; then
20019 withval=$with_udevdir; udevdir=$withval
20020else
20021 udevdir='${exec_prefix}/lib/udev'
20022fi
20023
20024
20025
20026# Check whether --with-udevruledir was given.
20027if test "${with_udevruledir+set}" = set; then
20028 withval=$with_udevruledir; udevruledir=$withval
20029else
20030 udevruledir='${udevdir}/rules.d'
20031fi
20032
20033
20034
20035
20036
20037
e70e591c
BB
20038 { $as_echo "$as_me:$LINENO: checking for target asm dir" >&5
20039$as_echo_n "checking for target asm dir... " >&6; }
20040 TARGET_ARCH=`echo ${target_cpu} | sed -e s/i.86/i386/`
20041
20042 case $TARGET_ARCH in
20043 i386|x86_64)
20044 TARGET_ASM_DIR=asm-${TARGET_ARCH}
20045 ;;
20046 *)
20047 TARGET_ASM_DIR=asm-generic
20048 ;;
20049 esac
20050
20051
20052 { $as_echo "$as_me:$LINENO: result: $TARGET_ASM_DIR" >&5
20053$as_echo "$TARGET_ASM_DIR" >&6; }
20054
20055
e70e591c
BB
20056 { $as_echo "$as_me:$LINENO: checking for ioctl()" >&5
20057$as_echo_n "checking for ioctl()... " >&6; }
20058 cat >conftest.$ac_ext <<_ACEOF
20059/* confdefs.h. */
20060_ACEOF
20061cat confdefs.h >>conftest.$ac_ext
20062cat >>conftest.$ac_ext <<_ACEOF
20063/* end confdefs.h. */
20064#include <unistd.h>
20065
20066_ACEOF
20067if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20068 $EGREP "ioctl" >/dev/null 2>&1; then
20069 is_unistd=yes
20070else
20071 is_unistd=no
20072fi
20073rm -f conftest*
20074
20075 cat >conftest.$ac_ext <<_ACEOF
20076/* confdefs.h. */
20077_ACEOF
20078cat confdefs.h >>conftest.$ac_ext
20079cat >>conftest.$ac_ext <<_ACEOF
20080/* end confdefs.h. */
20081#include <sys/ioctl.h>
20082
20083_ACEOF
20084if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20085 $EGREP "ioctl" >/dev/null 2>&1; then
20086 is_sys_ioctl=yes
20087else
20088 is_sys_ioctl=no
20089fi
20090rm -f conftest*
20091
20092 cat >conftest.$ac_ext <<_ACEOF
20093/* confdefs.h. */
20094_ACEOF
20095cat confdefs.h >>conftest.$ac_ext
20096cat >>conftest.$ac_ext <<_ACEOF
20097/* end confdefs.h. */
20098#include <stropts.h>
20099
20100_ACEOF
20101if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20102 $EGREP "ioctl" >/dev/null 2>&1; then
20103 is_stropts=yes
20104else
20105 is_stropts=no
20106fi
20107rm -f conftest*
20108
20109
20110 if test $is_unistd = yes; then
20111 result=unistd.h
20112
20113cat >>confdefs.h <<\_ACEOF
20114#define HAVE_IOCTL_IN_UNISTD_H 1
20115_ACEOF
20116
20117 else
20118
20119 if test $is_sys_ioctl = yes; then
20120 result=sys/ioctl.h
20121
20122cat >>confdefs.h <<\_ACEOF
20123#define HAVE_IOCTL_IN_SYS_IOCTL_H 1
20124_ACEOF
20125
20126 elif test $is_stropts = yes; then
20127
20128cat >>confdefs.h <<\_ACEOF
20129#define HAVE_IOCTL_IN_STROPTS_H 1
20130_ACEOF
20131
20132 else
20133 result=no
20134 fi
20135 fi
20136
20137 if test $result = no; then
20138 { $as_echo "$as_me:$LINENO: result: no" >&5
20139$as_echo "no" >&6; }
20140 { { $as_echo "$as_me:$LINENO: error: *** Cannot locate ioctl() definition" >&5
20141$as_echo "$as_me: error: *** Cannot locate ioctl() definition" >&2;}
20142 { (exit 1); exit 1; }; }
20143 else
20144 { $as_echo "$as_me:$LINENO: result: yes" >&5
20145$as_echo "yes" >&6; }
20146 fi
20147
20148
20149 ZLIB=
20150
20151 if test "${ac_cv_header_zlib_h+set}" = set; then
20152 { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
20153$as_echo_n "checking for zlib.h... " >&6; }
20154if test "${ac_cv_header_zlib_h+set}" = set; then
20155 $as_echo_n "(cached) " >&6
20156fi
20157{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
20158$as_echo "$ac_cv_header_zlib_h" >&6; }
20159else
20160 # Is the header compilable?
20161{ $as_echo "$as_me:$LINENO: checking zlib.h usability" >&5
20162$as_echo_n "checking zlib.h usability... " >&6; }
20163cat >conftest.$ac_ext <<_ACEOF
20164/* confdefs.h. */
20165_ACEOF
20166cat confdefs.h >>conftest.$ac_ext
20167cat >>conftest.$ac_ext <<_ACEOF
20168/* end confdefs.h. */
20169$ac_includes_default
20170#include <zlib.h>
20171_ACEOF
20172rm -f conftest.$ac_objext
20173if { (ac_try="$ac_compile"
20174case "(($ac_try" in
20175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20176 *) ac_try_echo=$ac_try;;
20177esac
20178eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20179$as_echo "$ac_try_echo") >&5
20180 (eval "$ac_compile") 2>conftest.er1
20181 ac_status=$?
20182 grep -v '^ *+' conftest.er1 >conftest.err
20183 rm -f conftest.er1
20184 cat conftest.err >&5
20185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20186 (exit $ac_status); } && {
20187 test -z "$ac_c_werror_flag" ||
20188 test ! -s conftest.err
20189 } && test -s conftest.$ac_objext; then
20190 ac_header_compiler=yes
20191else
20192 $as_echo "$as_me: failed program was:" >&5
20193sed 's/^/| /' conftest.$ac_ext >&5
20194
20195 ac_header_compiler=no
20196fi
20197
20198rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20199{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20200$as_echo "$ac_header_compiler" >&6; }
20201
20202# Is the header present?
20203{ $as_echo "$as_me:$LINENO: checking zlib.h presence" >&5
20204$as_echo_n "checking zlib.h presence... " >&6; }
20205cat >conftest.$ac_ext <<_ACEOF
20206/* confdefs.h. */
20207_ACEOF
20208cat confdefs.h >>conftest.$ac_ext
20209cat >>conftest.$ac_ext <<_ACEOF
20210/* end confdefs.h. */
20211#include <zlib.h>
20212_ACEOF
20213if { (ac_try="$ac_cpp conftest.$ac_ext"
20214case "(($ac_try" in
20215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20216 *) ac_try_echo=$ac_try;;
20217esac
20218eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20219$as_echo "$ac_try_echo") >&5
20220 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20221 ac_status=$?
20222 grep -v '^ *+' conftest.er1 >conftest.err
20223 rm -f conftest.er1
20224 cat conftest.err >&5
20225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20226 (exit $ac_status); } >/dev/null && {
20227 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20228 test ! -s conftest.err
20229 }; then
20230 ac_header_preproc=yes
20231else
20232 $as_echo "$as_me: failed program was:" >&5
20233sed 's/^/| /' conftest.$ac_ext >&5
20234
20235 ac_header_preproc=no
20236fi
20237
20238rm -f conftest.err conftest.$ac_ext
20239{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20240$as_echo "$ac_header_preproc" >&6; }
20241
20242# So? What about this header?
20243case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20244 yes:no: )
20245 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
20246$as_echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20247 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
20248$as_echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
20249 ac_header_preproc=yes
20250 ;;
20251 no:yes:* )
20252 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
20253$as_echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
20254 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
20255$as_echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
20256 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
20257$as_echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
20258 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
20259$as_echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
20260 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
20261$as_echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
20262 { $as_echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
20263$as_echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
20264
20265 ;;
20266esac
20267{ $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
20268$as_echo_n "checking for zlib.h... " >&6; }
20269if test "${ac_cv_header_zlib_h+set}" = set; then
20270 $as_echo_n "(cached) " >&6
20271else
20272 ac_cv_header_zlib_h=$ac_header_preproc
20273fi
20274{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
20275$as_echo "$ac_cv_header_zlib_h" >&6; }
20276
20277fi
20278if test "x$ac_cv_header_zlib_h" = x""yes; then
20279 :
20280else
20281 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
20282$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20283{ { $as_echo "$as_me:$LINENO: error:
20284 *** zlib.h missing, zlib-devel package required
20285See \`config.log' for more details." >&5
20286$as_echo "$as_me: error:
20287 *** zlib.h missing, zlib-devel package required
20288See \`config.log' for more details." >&2;}
20289 { (exit 1); exit 1; }; }; }
20290fi
20291
20292
20293
20294
20295{ $as_echo "$as_me:$LINENO: checking for compress2 in -lz" >&5
20296$as_echo_n "checking for compress2 in -lz... " >&6; }
20297if test "${ac_cv_lib_z_compress2+set}" = set; then
20298 $as_echo_n "(cached) " >&6
20299else
20300 ac_check_lib_save_LIBS=$LIBS
20301LIBS="-lz $LIBS"
20302cat >conftest.$ac_ext <<_ACEOF
20303/* confdefs.h. */
20304_ACEOF
20305cat confdefs.h >>conftest.$ac_ext
20306cat >>conftest.$ac_ext <<_ACEOF
20307/* end confdefs.h. */
20308
20309/* Override any GCC internal prototype to avoid an error.
20310 Use char because int might match the return type of a GCC
20311 builtin and then its argument prototype would still apply. */
20312#ifdef __cplusplus
20313extern "C"
20314#endif
20315char compress2 ();
20316int
20317main ()
20318{
20319return compress2 ();
20320 ;
20321 return 0;
20322}
20323_ACEOF
20324rm -f conftest.$ac_objext conftest$ac_exeext
20325if { (ac_try="$ac_link"
20326case "(($ac_try" in
20327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20328 *) ac_try_echo=$ac_try;;
20329esac
20330eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20331$as_echo "$ac_try_echo") >&5
20332 (eval "$ac_link") 2>conftest.er1
20333 ac_status=$?
20334 grep -v '^ *+' conftest.er1 >conftest.err
20335 rm -f conftest.er1
20336 cat conftest.err >&5
20337 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20338 (exit $ac_status); } && {
20339 test -z "$ac_c_werror_flag" ||
20340 test ! -s conftest.err
20341 } && test -s conftest$ac_exeext && {
20342 test "$cross_compiling" = yes ||
20343 $as_test_x conftest$ac_exeext
20344 }; then
20345 ac_cv_lib_z_compress2=yes
20346else
20347 $as_echo "$as_me: failed program was:" >&5
20348sed 's/^/| /' conftest.$ac_ext >&5
20349
20350 ac_cv_lib_z_compress2=no
20351fi
20352
20353rm -rf conftest.dSYM
20354rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20355 conftest$ac_exeext conftest.$ac_ext
20356LIBS=$ac_check_lib_save_LIBS
20357fi
20358{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_compress2" >&5
20359$as_echo "$ac_cv_lib_z_compress2" >&6; }
20360if test "x$ac_cv_lib_z_compress2" = x""yes; then
20361 cat >>confdefs.h <<_ACEOF
20362#define HAVE_LIBZ 1
20363_ACEOF
20364
20365 LIBS="-lz $LIBS"
20366
20367else
20368 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
20369$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20370{ { $as_echo "$as_me:$LINENO: error:
20371 *** compress2() missing, zlib-devel package required
20372See \`config.log' for more details." >&5
20373$as_echo "$as_me: error:
20374 *** compress2() missing, zlib-devel package required
20375See \`config.log' for more details." >&2;}
20376 { (exit 1); exit 1; }; }; }
20377fi
20378
20379
20380
20381{ $as_echo "$as_me:$LINENO: checking for uncompress in -lz" >&5
20382$as_echo_n "checking for uncompress in -lz... " >&6; }
20383if test "${ac_cv_lib_z_uncompress+set}" = set; then
20384 $as_echo_n "(cached) " >&6
20385else
20386 ac_check_lib_save_LIBS=$LIBS
20387LIBS="-lz $LIBS"
20388cat >conftest.$ac_ext <<_ACEOF
20389/* confdefs.h. */
20390_ACEOF
20391cat confdefs.h >>conftest.$ac_ext
20392cat >>conftest.$ac_ext <<_ACEOF
20393/* end confdefs.h. */
20394
20395/* Override any GCC internal prototype to avoid an error.
20396 Use char because int might match the return type of a GCC
20397 builtin and then its argument prototype would still apply. */
20398#ifdef __cplusplus
20399extern "C"
20400#endif
20401char uncompress ();
20402int
20403main ()
20404{
20405return uncompress ();
20406 ;
20407 return 0;
20408}
20409_ACEOF
20410rm -f conftest.$ac_objext conftest$ac_exeext
20411if { (ac_try="$ac_link"
20412case "(($ac_try" in
20413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20414 *) ac_try_echo=$ac_try;;
20415esac
20416eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20417$as_echo "$ac_try_echo") >&5
20418 (eval "$ac_link") 2>conftest.er1
20419 ac_status=$?
20420 grep -v '^ *+' conftest.er1 >conftest.err
20421 rm -f conftest.er1
20422 cat conftest.err >&5
20423 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20424 (exit $ac_status); } && {
20425 test -z "$ac_c_werror_flag" ||
20426 test ! -s conftest.err
20427 } && test -s conftest$ac_exeext && {
20428 test "$cross_compiling" = yes ||
20429 $as_test_x conftest$ac_exeext
20430 }; then
20431 ac_cv_lib_z_uncompress=yes
20432else
20433 $as_echo "$as_me: failed program was:" >&5
20434sed 's/^/| /' conftest.$ac_ext >&5
20435
20436 ac_cv_lib_z_uncompress=no
20437fi
20438
20439rm -rf conftest.dSYM
20440rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20441 conftest$ac_exeext conftest.$ac_ext
20442LIBS=$ac_check_lib_save_LIBS
20443fi
20444{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_uncompress" >&5
20445$as_echo "$ac_cv_lib_z_uncompress" >&6; }
20446if test "x$ac_cv_lib_z_uncompress" = x""yes; then
20447 cat >>confdefs.h <<_ACEOF
20448#define HAVE_LIBZ 1
20449_ACEOF
20450
20451 LIBS="-lz $LIBS"
20452
20453else
20454 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
20455$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20456{ { $as_echo "$as_me:$LINENO: error:
20457 *** uncompress() missing, zlib-devel package required
20458See \`config.log' for more details." >&5
20459$as_echo "$as_me: error:
20460 *** uncompress() missing, zlib-devel package required
20461See \`config.log' for more details." >&2;}
20462 { (exit 1); exit 1; }; }; }
20463fi
20464
20465
20466
20467{ $as_echo "$as_me:$LINENO: checking for crc32 in -lz" >&5
20468$as_echo_n "checking for crc32 in -lz... " >&6; }
20469if test "${ac_cv_lib_z_crc32+set}" = set; then
20470 $as_echo_n "(cached) " >&6
20471else
20472 ac_check_lib_save_LIBS=$LIBS
20473LIBS="-lz $LIBS"
20474cat >conftest.$ac_ext <<_ACEOF
20475/* confdefs.h. */
20476_ACEOF
20477cat confdefs.h >>conftest.$ac_ext
20478cat >>conftest.$ac_ext <<_ACEOF
20479/* end confdefs.h. */
20480
20481/* Override any GCC internal prototype to avoid an error.
20482 Use char because int might match the return type of a GCC
20483 builtin and then its argument prototype would still apply. */
20484#ifdef __cplusplus
20485extern "C"
20486#endif
20487char crc32 ();
20488int
20489main ()
20490{
20491return crc32 ();
20492 ;
20493 return 0;
20494}
20495_ACEOF
20496rm -f conftest.$ac_objext conftest$ac_exeext
20497if { (ac_try="$ac_link"
20498case "(($ac_try" in
20499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20500 *) ac_try_echo=$ac_try;;
20501esac
20502eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20503$as_echo "$ac_try_echo") >&5
20504 (eval "$ac_link") 2>conftest.er1
20505 ac_status=$?
20506 grep -v '^ *+' conftest.er1 >conftest.err
20507 rm -f conftest.er1
20508 cat conftest.err >&5
20509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20510 (exit $ac_status); } && {
20511 test -z "$ac_c_werror_flag" ||
20512 test ! -s conftest.err
20513 } && test -s conftest$ac_exeext && {
20514 test "$cross_compiling" = yes ||
20515 $as_test_x conftest$ac_exeext
20516 }; then
20517 ac_cv_lib_z_crc32=yes
20518else
20519 $as_echo "$as_me: failed program was:" >&5
20520sed 's/^/| /' conftest.$ac_ext >&5
20521
20522 ac_cv_lib_z_crc32=no
20523fi
20524
20525rm -rf conftest.dSYM
20526rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20527 conftest$ac_exeext conftest.$ac_ext
20528LIBS=$ac_check_lib_save_LIBS
20529fi
20530{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_crc32" >&5
20531$as_echo "$ac_cv_lib_z_crc32" >&6; }
20532if test "x$ac_cv_lib_z_crc32" = x""yes; then
20533 cat >>confdefs.h <<_ACEOF
20534#define HAVE_LIBZ 1
20535_ACEOF
20536
20537 LIBS="-lz $LIBS"
20538
20539else
20540 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
20541$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20542{ { $as_echo "$as_me:$LINENO: error:
20543 *** crc32() missing, zlib-devel package required
20544See \`config.log' for more details." >&5
20545$as_echo "$as_me: error:
20546 *** crc32() missing, zlib-devel package required
20547See \`config.log' for more details." >&2;}
20548 { (exit 1); exit 1; }; }; }
20549fi
20550
20551
20552 ZLIB="-lz"
20553
20554
20555cat >>confdefs.h <<\_ACEOF
20556#define HAVE_ZLIB 1
20557_ACEOF
20558
20559
20560
20561 LIBUUID=
20562
20563 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
20564 { $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5
20565$as_echo_n "checking for uuid/uuid.h... " >&6; }
20566if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
20567 $as_echo_n "(cached) " >&6
20568fi
20569{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5
20570$as_echo "$ac_cv_header_uuid_uuid_h" >&6; }
20571else
20572 # Is the header compilable?
20573{ $as_echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&5
20574$as_echo_n "checking uuid/uuid.h usability... " >&6; }
20575cat >conftest.$ac_ext <<_ACEOF
20576/* confdefs.h. */
20577_ACEOF
20578cat confdefs.h >>conftest.$ac_ext
20579cat >>conftest.$ac_ext <<_ACEOF
20580/* end confdefs.h. */
20581$ac_includes_default
20582#include <uuid/uuid.h>
20583_ACEOF
20584rm -f conftest.$ac_objext
20585if { (ac_try="$ac_compile"
20586case "(($ac_try" in
20587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20588 *) ac_try_echo=$ac_try;;
20589esac
20590eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20591$as_echo "$ac_try_echo") >&5
20592 (eval "$ac_compile") 2>conftest.er1
20593 ac_status=$?
20594 grep -v '^ *+' conftest.er1 >conftest.err
20595 rm -f conftest.er1
20596 cat conftest.err >&5
20597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20598 (exit $ac_status); } && {
20599 test -z "$ac_c_werror_flag" ||
20600 test ! -s conftest.err
20601 } && test -s conftest.$ac_objext; then
20602 ac_header_compiler=yes
20603else
20604 $as_echo "$as_me: failed program was:" >&5
20605sed 's/^/| /' conftest.$ac_ext >&5
20606
20607 ac_header_compiler=no
20608fi
20609
20610rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20611{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20612$as_echo "$ac_header_compiler" >&6; }
20613
20614# Is the header present?
20615{ $as_echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&5
20616$as_echo_n "checking uuid/uuid.h presence... " >&6; }
20617cat >conftest.$ac_ext <<_ACEOF
20618/* confdefs.h. */
20619_ACEOF
20620cat confdefs.h >>conftest.$ac_ext
20621cat >>conftest.$ac_ext <<_ACEOF
20622/* end confdefs.h. */
20623#include <uuid/uuid.h>
20624_ACEOF
20625if { (ac_try="$ac_cpp conftest.$ac_ext"
20626case "(($ac_try" in
20627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20628 *) ac_try_echo=$ac_try;;
20629esac
20630eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20631$as_echo "$ac_try_echo") >&5
20632 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20633 ac_status=$?
20634 grep -v '^ *+' conftest.er1 >conftest.err
20635 rm -f conftest.er1
20636 cat conftest.err >&5
20637 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20638 (exit $ac_status); } >/dev/null && {
20639 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20640 test ! -s conftest.err
20641 }; then
20642 ac_header_preproc=yes
20643else
20644 $as_echo "$as_me: failed program was:" >&5
20645sed 's/^/| /' conftest.$ac_ext >&5
20646
20647 ac_header_preproc=no
20648fi
20649
20650rm -f conftest.err conftest.$ac_ext
20651{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20652$as_echo "$ac_header_preproc" >&6; }
20653
20654# So? What about this header?
20655case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20656 yes:no: )
20657 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&5
20658$as_echo "$as_me: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20659 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&5
20660$as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&2;}
20661 ac_header_preproc=yes
20662 ;;
20663 no:yes:* )
20664 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: present but cannot be compiled" >&5
20665$as_echo "$as_me: WARNING: uuid/uuid.h: present but cannot be compiled" >&2;}
20666 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: check for missing prerequisite headers?" >&5
20667$as_echo "$as_me: WARNING: uuid/uuid.h: check for missing prerequisite headers?" >&2;}
20668 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: see the Autoconf documentation" >&5
20669$as_echo "$as_me: WARNING: uuid/uuid.h: see the Autoconf documentation" >&2;}
20670 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: section \"Present But Cannot Be Compiled\"" >&5
20671$as_echo "$as_me: WARNING: uuid/uuid.h: section \"Present But Cannot Be Compiled\"" >&2;}
20672 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&5
20673$as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&2;}
20674 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&5
20675$as_echo "$as_me: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&2;}
20676
20677 ;;
20678esac
20679{ $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5
20680$as_echo_n "checking for uuid/uuid.h... " >&6; }
20681if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
20682 $as_echo_n "(cached) " >&6
20683else
20684 ac_cv_header_uuid_uuid_h=$ac_header_preproc
20685fi
20686{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5
20687$as_echo "$ac_cv_header_uuid_uuid_h" >&6; }
20688
20689fi
20690if test "x$ac_cv_header_uuid_uuid_h" = x""yes; then
20691 :
20692else
20693 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
20694$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20695{ { $as_echo "$as_me:$LINENO: error:
20696 *** uuid/uuid.h missing, libuuid-devel package required
20697See \`config.log' for more details." >&5
20698$as_echo "$as_me: error:
20699 *** uuid/uuid.h missing, libuuid-devel package required
20700See \`config.log' for more details." >&2;}
20701 { (exit 1); exit 1; }; }; }
20702fi
20703
20704
20705
20706
20707{ $as_echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5
20708$as_echo_n "checking for uuid_generate in -luuid... " >&6; }
20709if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then
20710 $as_echo_n "(cached) " >&6
20711else
20712 ac_check_lib_save_LIBS=$LIBS
20713LIBS="-luuid $LIBS"
20714cat >conftest.$ac_ext <<_ACEOF
20715/* confdefs.h. */
20716_ACEOF
20717cat confdefs.h >>conftest.$ac_ext
20718cat >>conftest.$ac_ext <<_ACEOF
20719/* end confdefs.h. */
20720
20721/* Override any GCC internal prototype to avoid an error.
20722 Use char because int might match the return type of a GCC
20723 builtin and then its argument prototype would still apply. */
20724#ifdef __cplusplus
20725extern "C"
20726#endif
20727char uuid_generate ();
20728int
20729main ()
20730{
20731return uuid_generate ();
20732 ;
20733 return 0;
20734}
20735_ACEOF
20736rm -f conftest.$ac_objext conftest$ac_exeext
20737if { (ac_try="$ac_link"
20738case "(($ac_try" in
20739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20740 *) ac_try_echo=$ac_try;;
20741esac
20742eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20743$as_echo "$ac_try_echo") >&5
20744 (eval "$ac_link") 2>conftest.er1
20745 ac_status=$?
20746 grep -v '^ *+' conftest.er1 >conftest.err
20747 rm -f conftest.er1
20748 cat conftest.err >&5
20749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20750 (exit $ac_status); } && {
20751 test -z "$ac_c_werror_flag" ||
20752 test ! -s conftest.err
20753 } && test -s conftest$ac_exeext && {
20754 test "$cross_compiling" = yes ||
20755 $as_test_x conftest$ac_exeext
20756 }; then
20757 ac_cv_lib_uuid_uuid_generate=yes
20758else
20759 $as_echo "$as_me: failed program was:" >&5
20760sed 's/^/| /' conftest.$ac_ext >&5
20761
20762 ac_cv_lib_uuid_uuid_generate=no
20763fi
20764
20765rm -rf conftest.dSYM
20766rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20767 conftest$ac_exeext conftest.$ac_ext
20768LIBS=$ac_check_lib_save_LIBS
20769fi
20770{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5
20771$as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; }
20772if test "x$ac_cv_lib_uuid_uuid_generate" = x""yes; then
20773 cat >>confdefs.h <<_ACEOF
20774#define HAVE_LIBUUID 1
20775_ACEOF
20776
20777 LIBS="-luuid $LIBS"
20778
20779else
20780 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
20781$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20782{ { $as_echo "$as_me:$LINENO: error:
20783 *** uuid_generate() missing, libuuid-devel package required
20784See \`config.log' for more details." >&5
20785$as_echo "$as_me: error:
20786 *** uuid_generate() missing, libuuid-devel package required
20787See \`config.log' for more details." >&2;}
20788 { (exit 1); exit 1; }; }; }
20789fi
20790
20791
20792
20793{ $as_echo "$as_me:$LINENO: checking for uuid_is_null in -luuid" >&5
20794$as_echo_n "checking for uuid_is_null in -luuid... " >&6; }
20795if test "${ac_cv_lib_uuid_uuid_is_null+set}" = set; then
20796 $as_echo_n "(cached) " >&6
20797else
20798 ac_check_lib_save_LIBS=$LIBS
20799LIBS="-luuid $LIBS"
20800cat >conftest.$ac_ext <<_ACEOF
20801/* confdefs.h. */
20802_ACEOF
20803cat confdefs.h >>conftest.$ac_ext
20804cat >>conftest.$ac_ext <<_ACEOF
20805/* end confdefs.h. */
20806
20807/* Override any GCC internal prototype to avoid an error.
20808 Use char because int might match the return type of a GCC
20809 builtin and then its argument prototype would still apply. */
20810#ifdef __cplusplus
20811extern "C"
20812#endif
20813char uuid_is_null ();
20814int
20815main ()
20816{
20817return uuid_is_null ();
20818 ;
20819 return 0;
20820}
20821_ACEOF
20822rm -f conftest.$ac_objext conftest$ac_exeext
20823if { (ac_try="$ac_link"
20824case "(($ac_try" in
20825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20826 *) ac_try_echo=$ac_try;;
20827esac
20828eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20829$as_echo "$ac_try_echo") >&5
20830 (eval "$ac_link") 2>conftest.er1
20831 ac_status=$?
20832 grep -v '^ *+' conftest.er1 >conftest.err
20833 rm -f conftest.er1
20834 cat conftest.err >&5
20835 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20836 (exit $ac_status); } && {
20837 test -z "$ac_c_werror_flag" ||
20838 test ! -s conftest.err
20839 } && test -s conftest$ac_exeext && {
20840 test "$cross_compiling" = yes ||
20841 $as_test_x conftest$ac_exeext
20842 }; then
20843 ac_cv_lib_uuid_uuid_is_null=yes
20844else
20845 $as_echo "$as_me: failed program was:" >&5
20846sed 's/^/| /' conftest.$ac_ext >&5
20847
20848 ac_cv_lib_uuid_uuid_is_null=no
20849fi
20850
20851rm -rf conftest.dSYM
20852rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20853 conftest$ac_exeext conftest.$ac_ext
20854LIBS=$ac_check_lib_save_LIBS
20855fi
20856{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_is_null" >&5
20857$as_echo "$ac_cv_lib_uuid_uuid_is_null" >&6; }
20858if test "x$ac_cv_lib_uuid_uuid_is_null" = x""yes; then
20859 cat >>confdefs.h <<_ACEOF
20860#define HAVE_LIBUUID 1
20861_ACEOF
20862
20863 LIBS="-luuid $LIBS"
20864
20865else
20866 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
20867$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20868{ { $as_echo "$as_me:$LINENO: error:
20869 *** uuid_is_null() missing, libuuid-devel package required
20870See \`config.log' for more details." >&5
20871$as_echo "$as_me: error:
20872 *** uuid_is_null() missing, libuuid-devel package required
20873See \`config.log' for more details." >&2;}
20874 { (exit 1); exit 1; }; }; }
20875fi
20876
20877
20878 LIBUUID="-luuid"
20879
20880
20881cat >>confdefs.h <<\_ACEOF
20882#define HAVE_LIBUUID 1
20883_ACEOF
20884
20885
20886
20887
20888# Check whether --with-blkid was given.
20889if test "${with_blkid+set}" = set; then
20890 withval=$with_blkid;
20891else
20892 with_blkid=check
20893fi
20894
20895
20896 LIBBLKID=
20897 if test "x$with_blkid" != xno; then
20898
20899 { $as_echo "$as_me:$LINENO: checking for blkid_get_cache in -lblkid" >&5
20900$as_echo_n "checking for blkid_get_cache in -lblkid... " >&6; }
20901if test "${ac_cv_lib_blkid_blkid_get_cache+set}" = set; then
20902 $as_echo_n "(cached) " >&6
20903else
20904 ac_check_lib_save_LIBS=$LIBS
20905LIBS="-lblkid $LIBS"
20906cat >conftest.$ac_ext <<_ACEOF
20907/* confdefs.h. */
20908_ACEOF
20909cat confdefs.h >>conftest.$ac_ext
20910cat >>conftest.$ac_ext <<_ACEOF
20911/* end confdefs.h. */
20912
20913/* Override any GCC internal prototype to avoid an error.
20914 Use char because int might match the return type of a GCC
20915 builtin and then its argument prototype would still apply. */
20916#ifdef __cplusplus
20917extern "C"
20918#endif
20919char blkid_get_cache ();
20920int
20921main ()
20922{
20923return blkid_get_cache ();
20924 ;
20925 return 0;
20926}
20927_ACEOF
20928rm -f conftest.$ac_objext conftest$ac_exeext
20929if { (ac_try="$ac_link"
20930case "(($ac_try" in
20931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20932 *) ac_try_echo=$ac_try;;
20933esac
20934eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20935$as_echo "$ac_try_echo") >&5
20936 (eval "$ac_link") 2>conftest.er1
20937 ac_status=$?
20938 grep -v '^ *+' conftest.er1 >conftest.err
20939 rm -f conftest.er1
20940 cat conftest.err >&5
20941 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20942 (exit $ac_status); } && {
20943 test -z "$ac_c_werror_flag" ||
20944 test ! -s conftest.err
20945 } && test -s conftest$ac_exeext && {
20946 test "$cross_compiling" = yes ||
20947 $as_test_x conftest$ac_exeext
20948 }; then
20949 ac_cv_lib_blkid_blkid_get_cache=yes
20950else
20951 $as_echo "$as_me: failed program was:" >&5
20952sed 's/^/| /' conftest.$ac_ext >&5
20953
20954 ac_cv_lib_blkid_blkid_get_cache=no
20955fi
20956
20957rm -rf conftest.dSYM
20958rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20959 conftest$ac_exeext conftest.$ac_ext
20960LIBS=$ac_check_lib_save_LIBS
20961fi
20962{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_blkid_blkid_get_cache" >&5
20963$as_echo "$ac_cv_lib_blkid_blkid_get_cache" >&6; }
20964if test "x$ac_cv_lib_blkid_blkid_get_cache" = x""yes; then
20965
20966 { $as_echo "$as_me:$LINENO: checking for blkid zfs support" >&5
20967$as_echo_n "checking for blkid zfs support... " >&6; }
20968
20969 ZFS_DEV=`mktemp`
20970 dd if=/dev/zero of=$ZFS_DEV bs=1024k count=8 \
20971 >/dev/null 2>/dev/null
20972 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
20973 dd of=$ZFS_DEV bs=1k count=8 \
20974 seek=132 conv=notrunc &>/dev/null \
20975 >/dev/null 2>/dev/null
20976
20977 saved_LDFLAGS="$LDFLAGS"
20978 LDFLAGS="-lblkid"
20979
20980 if test "$cross_compiling" = yes; then
20981 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
20982$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20983{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
20984See \`config.log' for more details." >&5
20985$as_echo "$as_me: error: cannot run test program while cross compiling
20986See \`config.log' for more details." >&2;}
20987 { (exit 1); exit 1; }; }; }
20988else
20989 cat >conftest.$ac_ext <<_ACEOF
20990/* confdefs.h. */
20991_ACEOF
20992cat confdefs.h >>conftest.$ac_ext
20993cat >>conftest.$ac_ext <<_ACEOF
20994/* end confdefs.h. */
20995
20996 #include <stdio.h>
20997 #include <blkid/blkid.h>
20998
20999int
21000main ()
21001{
21002
21003 blkid_cache cache;
21004 char *value;
21005
21006 if (blkid_get_cache(&cache, NULL) < 0)
21007 return 1;
21008
21009 value = blkid_get_tag_value(cache, "TYPE",
21010 "$ZFS_DEV");
21011 if (!value) {
21012 blkid_put_cache(cache);
21013 return 2;
21014 }
21015
21016 if (strcmp(value, "zfs")) {
21017 free(value);
21018 blkid_put_cache(cache);
21019 return 3;
21020 }
21021
21022 free(value);
21023 blkid_put_cache(cache);
21024
21025 ;
21026 return 0;
21027}
21028_ACEOF
21029rm -f conftest$ac_exeext
21030if { (ac_try="$ac_link"
21031case "(($ac_try" in
21032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21033 *) ac_try_echo=$ac_try;;
21034esac
21035eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21036$as_echo "$ac_try_echo") >&5
21037 (eval "$ac_link") 2>&5
21038 ac_status=$?
21039 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21040 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21041 { (case "(($ac_try" in
21042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21043 *) ac_try_echo=$ac_try;;
21044esac
21045eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21046$as_echo "$ac_try_echo") >&5
21047 (eval "$ac_try") 2>&5
21048 ac_status=$?
21049 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21050 (exit $ac_status); }; }; then
21051
21052 rm -f $ZFS_DEV
21053 { $as_echo "$as_me:$LINENO: result: yes" >&5
21054$as_echo "yes" >&6; }
21055 LIBBLKID="-lblkid"
21056
21057
21058cat >>confdefs.h <<\_ACEOF
21059#define HAVE_LIBBLKID 1
21060_ACEOF
21061
21062
21063else
21064 $as_echo "$as_me: program exited with status $ac_status" >&5
21065$as_echo "$as_me: failed program was:" >&5
21066sed 's/^/| /' conftest.$ac_ext >&5
21067
21068( exit $ac_status )
21069
21070 rm -f $ZFS_DEV
21071 { $as_echo "$as_me:$LINENO: result: no" >&5
21072$as_echo "no" >&6; }
21073 if test "x$with_blkid" != xcheck; then
21074 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
21075$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21076{ { $as_echo "$as_me:$LINENO: error: --with-blkid given but unavailable
21077See \`config.log' for more details." >&5
21078$as_echo "$as_me: error: --with-blkid given but unavailable
21079See \`config.log' for more details." >&2;}
21080 { (exit 1); exit 1; }; }; }
21081fi
21082
21083
21084fi
21085rm -rf conftest.dSYM
21086rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21087fi
21088
21089
21090
21091 LDFLAGS="$saved_LDFLAGS"
21092
21093else
21094
21095 if test "x$with_blkid" != xcheck; then
21096 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
21097$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21098{ { $as_echo "$as_me:$LINENO: error: --with-blkid given but unavailable
21099See \`config.log' for more details." >&5
21100$as_echo "$as_me: error: --with-blkid given but unavailable
21101See \`config.log' for more details." >&2;}
21102 { (exit 1); exit 1; }; }; }
21103fi
21104
21105
21106
21107fi
21108
21109
21110fi
21111
21112
21113
b3259b6a
BB
21114
21115# Check whether --with-selinux was given.
21116if test "${with_selinux+set}" = set; then
21117 withval=$with_selinux;
21118else
21119 with_selinux=check
21120fi
21121
21122
21123 LIBSELINUX=
21124 if test "x$with_selinux" != xno; then
21125
21126 if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
21127 { $as_echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5
21128$as_echo_n "checking for selinux/selinux.h... " >&6; }
21129if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
21130 $as_echo_n "(cached) " >&6
21131fi
21132{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5
21133$as_echo "$ac_cv_header_selinux_selinux_h" >&6; }
21134else
21135 # Is the header compilable?
21136{ $as_echo "$as_me:$LINENO: checking selinux/selinux.h usability" >&5
21137$as_echo_n "checking selinux/selinux.h usability... " >&6; }
21138cat >conftest.$ac_ext <<_ACEOF
21139/* confdefs.h. */
21140_ACEOF
21141cat confdefs.h >>conftest.$ac_ext
21142cat >>conftest.$ac_ext <<_ACEOF
21143/* end confdefs.h. */
21144$ac_includes_default
21145#include <selinux/selinux.h>
21146_ACEOF
21147rm -f conftest.$ac_objext
21148if { (ac_try="$ac_compile"
21149case "(($ac_try" in
21150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21151 *) ac_try_echo=$ac_try;;
21152esac
21153eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21154$as_echo "$ac_try_echo") >&5
21155 (eval "$ac_compile") 2>conftest.er1
21156 ac_status=$?
21157 grep -v '^ *+' conftest.er1 >conftest.err
21158 rm -f conftest.er1
21159 cat conftest.err >&5
21160 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21161 (exit $ac_status); } && {
21162 test -z "$ac_c_werror_flag" ||
21163 test ! -s conftest.err
21164 } && test -s conftest.$ac_objext; then
21165 ac_header_compiler=yes
21166else
21167 $as_echo "$as_me: failed program was:" >&5
21168sed 's/^/| /' conftest.$ac_ext >&5
21169
21170 ac_header_compiler=no
21171fi
21172
21173rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21174{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21175$as_echo "$ac_header_compiler" >&6; }
21176
21177# Is the header present?
21178{ $as_echo "$as_me:$LINENO: checking selinux/selinux.h presence" >&5
21179$as_echo_n "checking selinux/selinux.h presence... " >&6; }
21180cat >conftest.$ac_ext <<_ACEOF
21181/* confdefs.h. */
21182_ACEOF
21183cat confdefs.h >>conftest.$ac_ext
21184cat >>conftest.$ac_ext <<_ACEOF
21185/* end confdefs.h. */
21186#include <selinux/selinux.h>
21187_ACEOF
21188if { (ac_try="$ac_cpp conftest.$ac_ext"
21189case "(($ac_try" in
21190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21191 *) ac_try_echo=$ac_try;;
21192esac
21193eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21194$as_echo "$ac_try_echo") >&5
21195 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21196 ac_status=$?
21197 grep -v '^ *+' conftest.er1 >conftest.err
21198 rm -f conftest.er1
21199 cat conftest.err >&5
21200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21201 (exit $ac_status); } >/dev/null && {
21202 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21203 test ! -s conftest.err
21204 }; then
21205 ac_header_preproc=yes
21206else
21207 $as_echo "$as_me: failed program was:" >&5
21208sed 's/^/| /' conftest.$ac_ext >&5
21209
21210 ac_header_preproc=no
21211fi
21212
21213rm -f conftest.err conftest.$ac_ext
21214{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21215$as_echo "$ac_header_preproc" >&6; }
21216
21217# So? What about this header?
21218case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21219 yes:no: )
21220 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&5
21221$as_echo "$as_me: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
21222 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&5
21223$as_echo "$as_me: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&2;}
21224 ac_header_preproc=yes
21225 ;;
21226 no:yes:* )
21227 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: present but cannot be compiled" >&5
21228$as_echo "$as_me: WARNING: selinux/selinux.h: present but cannot be compiled" >&2;}
21229 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&5
21230$as_echo "$as_me: WARNING: selinux/selinux.h: check for missing prerequisite headers?" >&2;}
21231 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: see the Autoconf documentation" >&5
21232$as_echo "$as_me: WARNING: selinux/selinux.h: see the Autoconf documentation" >&2;}
21233 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&5
21234$as_echo "$as_me: WARNING: selinux/selinux.h: section \"Present But Cannot Be Compiled\"" >&2;}
21235 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&5
21236$as_echo "$as_me: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&2;}
21237 { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&5
21238$as_echo "$as_me: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&2;}
21239
21240 ;;
21241esac
21242{ $as_echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5
21243$as_echo_n "checking for selinux/selinux.h... " >&6; }
21244if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
21245 $as_echo_n "(cached) " >&6
21246else
21247 ac_cv_header_selinux_selinux_h=$ac_header_preproc
21248fi
21249{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5
21250$as_echo "$ac_cv_header_selinux_selinux_h" >&6; }
21251
21252fi
21253if test "x$ac_cv_header_selinux_selinux_h" = x""yes; then
21254
21255 { $as_echo "$as_me:$LINENO: checking for is_selinux_enabled in -lselinux" >&5
21256$as_echo_n "checking for is_selinux_enabled in -lselinux... " >&6; }
21257if test "${ac_cv_lib_selinux_is_selinux_enabled+set}" = set; then
21258 $as_echo_n "(cached) " >&6
21259else
21260 ac_check_lib_save_LIBS=$LIBS
21261LIBS="-lselinux $LIBS"
21262cat >conftest.$ac_ext <<_ACEOF
21263/* confdefs.h. */
21264_ACEOF
21265cat confdefs.h >>conftest.$ac_ext
21266cat >>conftest.$ac_ext <<_ACEOF
21267/* end confdefs.h. */
21268
21269/* Override any GCC internal prototype to avoid an error.
21270 Use char because int might match the return type of a GCC
21271 builtin and then its argument prototype would still apply. */
21272#ifdef __cplusplus
21273extern "C"
21274#endif
21275char is_selinux_enabled ();
21276int
21277main ()
21278{
21279return is_selinux_enabled ();
21280 ;
21281 return 0;
21282}
21283_ACEOF
21284rm -f conftest.$ac_objext conftest$ac_exeext
21285if { (ac_try="$ac_link"
21286case "(($ac_try" in
21287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21288 *) ac_try_echo=$ac_try;;
21289esac
21290eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21291$as_echo "$ac_try_echo") >&5
21292 (eval "$ac_link") 2>conftest.er1
21293 ac_status=$?
21294 grep -v '^ *+' conftest.er1 >conftest.err
21295 rm -f conftest.er1
21296 cat conftest.err >&5
21297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21298 (exit $ac_status); } && {
21299 test -z "$ac_c_werror_flag" ||
21300 test ! -s conftest.err
21301 } && test -s conftest$ac_exeext && {
21302 test "$cross_compiling" = yes ||
21303 $as_test_x conftest$ac_exeext
21304 }; then
21305 ac_cv_lib_selinux_is_selinux_enabled=yes
21306else
21307 $as_echo "$as_me: failed program was:" >&5
21308sed 's/^/| /' conftest.$ac_ext >&5
21309
21310 ac_cv_lib_selinux_is_selinux_enabled=no
21311fi
21312
21313rm -rf conftest.dSYM
21314rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21315 conftest$ac_exeext conftest.$ac_ext
21316LIBS=$ac_check_lib_save_LIBS
21317fi
21318{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_selinux_is_selinux_enabled" >&5
21319$as_echo "$ac_cv_lib_selinux_is_selinux_enabled" >&6; }
21320if test "x$ac_cv_lib_selinux_is_selinux_enabled" = x""yes; then
21321
21322 LIBSELINUX="-lselinux"
21323
21324
21325cat >>confdefs.h <<\_ACEOF
21326#define HAVE_LIBSELINUX 1
21327_ACEOF
21328
21329
21330else
21331
21332 if test "x$with_selinux" != xcheck; then
21333 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
21334$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21335{ { $as_echo "$as_me:$LINENO: error: --with-selinux given but unavailable
21336See \`config.log' for more details." >&5
21337$as_echo "$as_me: error: --with-selinux given but unavailable
21338See \`config.log' for more details." >&2;}
21339 { (exit 1); exit 1; }; }; }
21340
21341fi
21342
21343
21344fi
21345
21346
21347else
21348
21349 if test "x$with_selinux" != xcheck; then
21350 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
21351$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21352{ { $as_echo "$as_me:$LINENO: error: --with-selinux given but unavailable
21353See \`config.log' for more details." >&5
21354$as_echo "$as_me: error: --with-selinux given but unavailable
21355See \`config.log' for more details." >&2;}
21356 { (exit 1); exit 1; }; }; }
21357
21358fi
21359
21360
21361fi
21362
21363
21364
21365else
21366
21367 { $as_echo "$as_me:$LINENO: checking for selinux support" >&5
21368$as_echo_n "checking for selinux support... " >&6; }
21369 { $as_echo "$as_me:$LINENO: result: no" >&5
21370$as_echo "no" >&6; }
21371
21372fi
21373
21374
21375
e70e591c
BB
21376 { $as_echo "$as_me:$LINENO: checking for -Wframe-larger-than=<size> support" >&5
21377$as_echo_n "checking for -Wframe-larger-than=<size> support... " >&6; }
21378
21379 saved_flags="$CFLAGS"
21380 CFLAGS="$CFLAGS -Wframe-larger-than=1024"
21381
21382 if test "$cross_compiling" = yes; then
21383 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
21384$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21385{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
21386See \`config.log' for more details." >&5
21387$as_echo "$as_me: error: cannot run test program while cross compiling
21388See \`config.log' for more details." >&2;}
21389 { (exit 1); exit 1; }; }; }
21390else
21391 cat >conftest.$ac_ext <<_ACEOF
21392/* confdefs.h. */
21393_ACEOF
21394cat confdefs.h >>conftest.$ac_ext
21395cat >>conftest.$ac_ext <<_ACEOF
21396/* end confdefs.h. */
21397
21398int
21399main ()
21400{
21401
21402 ;
21403 return 0;
21404}
21405_ACEOF
21406rm -f conftest$ac_exeext
21407if { (ac_try="$ac_link"
21408case "(($ac_try" in
21409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21410 *) ac_try_echo=$ac_try;;
21411esac
21412eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21413$as_echo "$ac_try_echo") >&5
21414 (eval "$ac_link") 2>&5
21415 ac_status=$?
21416 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21417 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21418 { (case "(($ac_try" in
21419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21420 *) ac_try_echo=$ac_try;;
21421esac
21422eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21423$as_echo "$ac_try_echo") >&5
21424 (eval "$ac_try") 2>&5
21425 ac_status=$?
21426 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21427 (exit $ac_status); }; }; then
21428
21429 FRAME_LARGER_THAN=-Wframe-larger-than=1024
21430 { $as_echo "$as_me:$LINENO: result: yes" >&5
21431$as_echo "yes" >&6; }
21432
21433else
21434 $as_echo "$as_me: program exited with status $ac_status" >&5
21435$as_echo "$as_me: failed program was:" >&5
21436sed 's/^/| /' conftest.$ac_ext >&5
21437
21438( exit $ac_status )
21439
21440 FRAME_LARGER_THAN=
21441 { $as_echo "$as_me:$LINENO: result: no" >&5
21442$as_echo "no" >&6; }
21443
21444fi
21445rm -rf conftest.dSYM
21446rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21447fi
21448
21449
21450
21451 CFLAGS="$saved_flags"
21452
21453
21454
21455
21456 { $as_echo "$as_me:$LINENO: checking whether pthread stack includes guard" >&5
21457$as_echo_n "checking whether pthread stack includes guard... " >&6; }
21458
21459 saved_CFLAGS="$CFLAGS"
21460 CFLAGS="-fstack-check"
21461 saved_LDFLAGS="$LDFLAGS"
21462 LDFLAGS="-lpthread"
21463
21464 if test "$cross_compiling" = yes; then
21465 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
21466$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21467{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
21468See \`config.log' for more details." >&5
21469$as_echo "$as_me: error: cannot run test program while cross compiling
21470See \`config.log' for more details." >&2;}
21471 { (exit 1); exit 1; }; }; }
21472else
21473 cat >conftest.$ac_ext <<_ACEOF
21474/* confdefs.h. */
21475_ACEOF
21476cat confdefs.h >>conftest.$ac_ext
21477cat >>conftest.$ac_ext <<_ACEOF
21478/* end confdefs.h. */
21479
21480 #include <pthread.h>
21481 #include <sys/resource.h>
21482 #include <unistd.h>
21483 #include <bits/local_lim.h>
21484
21485 #define PAGESIZE (sysconf(_SC_PAGESIZE))
21486 #define STACK_SIZE 8192
21487 #define BUFSIZE 4096
21488
21489 void * func(void *arg)
21490 {
21491 char buf[BUFSIZE];
21492 }
21493
21494int
21495main ()
21496{
21497
21498 pthread_t tid;
21499 pthread_attr_t attr;
21500 struct rlimit l;
21501
21502 l.rlim_cur = 0;
21503 l.rlim_max = 0;
21504 setrlimit(RLIMIT_CORE, &l);
21505 pthread_attr_init(&attr);
21506 pthread_attr_setstacksize(&attr, PTHREAD_STACK_MIN + STACK_SIZE);
21507 pthread_attr_setguardsize(&attr, PAGESIZE);
21508 pthread_create(&tid, &attr, func, NULL);
21509 pthread_join(tid, NULL);
21510
21511 ;
21512 return 0;
21513}
21514_ACEOF
21515rm -f conftest$ac_exeext
21516if { (ac_try="$ac_link"
21517case "(($ac_try" in
21518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21519 *) ac_try_echo=$ac_try;;
21520esac
21521eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21522$as_echo "$ac_try_echo") >&5
21523 (eval "$ac_link") 2>&5
21524 ac_status=$?
21525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21526 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21527 { (case "(($ac_try" in
21528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21529 *) ac_try_echo=$ac_try;;
21530esac
21531eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21532$as_echo "$ac_try_echo") >&5
21533 (eval "$ac_try") 2>&5
21534 ac_status=$?
21535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21536 (exit $ac_status); }; }; then
21537
21538 { $as_echo "$as_me:$LINENO: result: no" >&5
21539$as_echo "no" >&6; }
21540
21541else
21542 $as_echo "$as_me: program exited with status $ac_status" >&5
21543$as_echo "$as_me: failed program was:" >&5
21544sed 's/^/| /' conftest.$ac_ext >&5
21545
21546( exit $ac_status )
21547
21548
21549cat >>confdefs.h <<\_ACEOF
21550#define NPTL_GUARD_WITHIN_STACK 1
21551_ACEOF
21552
21553 { $as_echo "$as_me:$LINENO: result: yes" >&5
21554$as_echo "yes" >&6; }
21555
21556fi
21557rm -rf conftest.dSYM
21558rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21559fi
21560
21561
21562 CFLAGS="$saved_CFLAGS"
21563 LDFLAGS="$saved_LDFLAGS"
21564
21565 ;;
21566 srpm) ;;
21567 *)
21568 { $as_echo "$as_me:$LINENO: result: Error!" >&5
21569$as_echo "Error!" >&6; }
21570 { { $as_echo "$as_me:$LINENO: error: Bad value \"$ZFS_CONFIG\" for --with-config,
21571 user kernel|user|all|srpm" >&5
21572$as_echo "$as_me: error: Bad value \"$ZFS_CONFIG\" for --with-config,
21573 user kernel|user|all|srpm" >&2;}
21574 { (exit 1); exit 1; }; } ;;
21575 esac
21576
21577 if test "$ZFS_CONFIG" = user ||
21578 test "$ZFS_CONFIG" = all; then
21579 CONFIG_USER_TRUE=
21580 CONFIG_USER_FALSE='#'
21581else
21582 CONFIG_USER_TRUE='#'
21583 CONFIG_USER_FALSE=
21584fi
21585
21586 if test "$ZFS_CONFIG" = kernel ||
21587 test "$ZFS_CONFIG" = all; then
21588 CONFIG_KERNEL_TRUE=
21589 CONFIG_KERNEL_FALSE='#'
21590else
21591 CONFIG_KERNEL_TRUE='#'
21592 CONFIG_KERNEL_FALSE=
21593fi
21594
21595
21596
e70e591c
BB
21597 { $as_echo "$as_me:$LINENO: checking whether debugging is enabled" >&5
21598$as_echo_n "checking whether debugging is enabled... " >&6; }
21599 # Check whether --enable-debug was given.
21600if test "${enable_debug+set}" = set; then
21601 enableval=$enable_debug;
21602else
21603 enable_debug=no
21604fi
21605
21606
21607 if test "x$enable_debug" = xyes; then
21608
21609 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG -Werror"
21610 HOSTCFLAGS="${HOSTCFLAGS} -DDEBUG -Werror"
21611 DEBUG_CFLAGS="-DDEBUG -Werror"
21612 DEBUG_STACKFLAGS="-fstack-check"
21613
21614else
21615
21616 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DNDEBUG "
21617 HOSTCFLAGS="${HOSTCFLAGS} -DNDEBUG "
21618 DEBUG_CFLAGS="-DNDEBUG"
21619 DEBUG_STACKFLAGS=""
21620
21621fi
21622
21623
21624
21625
21626 { $as_echo "$as_me:$LINENO: result: $enable_debug" >&5
21627$as_echo "$enable_debug" >&6; }
21628
21629
6ba3b446 21630ac_config_files="$ac_config_files Makefile dracut/Makefile dracut/90zfs/Makefile udev/Makefile udev/rules.d/Makefile etc/Makefile etc/init.d/Makefile etc/zfs/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 lib/libshare/Makefile cmd/Makefile cmd/zdb/Makefile cmd/zfs/Makefile cmd/zinject/Makefile cmd/zpool/Makefile cmd/ztest/Makefile cmd/zpios/Makefile cmd/mount_zfs/Makefile cmd/zpool_layout/Makefile cmd/zvol_id/Makefile cmd/zpool_id/Makefile cmd/sas_switch_id/Makefile module/Makefile module/avl/Makefile module/nvpair/Makefile module/unicode/Makefile module/zcommon/Makefile module/zfs/Makefile module/zpios/Makefile include/Makefile include/linux/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 PKGBUILD-zfs PKGBUILD-zfs-modules zfs-script-config.sh"
e70e591c
BB
21631
21632
21633cat >confcache <<\_ACEOF
21634# This file is a shell script that caches the results of configure
21635# tests run on this system so they can be shared between configure
21636# scripts and configure runs, see configure's option --config-cache.
21637# It is not useful on other systems. If it contains results you don't
21638# want to keep, you may remove or edit it.
21639#
21640# config.status only pays attention to the cache file if you give it
21641# the --recheck option to rerun configure.
21642#
21643# `ac_cv_env_foo' variables (set or unset) will be overridden when
21644# loading this file, other *unset* `ac_cv_foo' will be assigned the
21645# following values.
21646
21647_ACEOF
21648
21649# The following way of writing the cache mishandles newlines in values,
21650# but we know of no workaround that is simple, portable, and efficient.
21651# So, we kill variables containing newlines.
21652# Ultrix sh set writes to stderr and can't be redirected directly,
21653# and sets the high bit in the cache file unless we assign to the vars.
21654(
21655 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
21656 eval ac_val=\$$ac_var
21657 case $ac_val in #(
21658 *${as_nl}*)
21659 case $ac_var in #(
21660 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
21661$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
21662 esac
21663 case $ac_var in #(
21664 _ | IFS | as_nl) ;; #(
21665 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
21666 *) $as_unset $ac_var ;;
21667 esac ;;
21668 esac
21669 done
21670
21671 (set) 2>&1 |
21672 case $as_nl`(ac_space=' '; set) 2>&1` in #(
21673 *${as_nl}ac_space=\ *)
21674 # `set' does not quote correctly, so add quotes (double-quote
21675 # substitution turns \\\\ into \\, and sed turns \\ into \).
21676 sed -n \
21677 "s/'/'\\\\''/g;
21678 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21679 ;; #(
21680 *)
21681 # `set' quotes correctly as required by POSIX, so do not add quotes.
21682 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
21683 ;;
21684 esac |
21685 sort
21686) |
21687 sed '
21688 /^ac_cv_env_/b end
21689 t clear
21690 :clear
21691 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21692 t end
21693 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21694 :end' >>confcache
21695if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
21696 if test -w "$cache_file"; then
21697 test "x$cache_file" != "x/dev/null" &&
21698 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
21699$as_echo "$as_me: updating cache $cache_file" >&6;}
21700 cat confcache >$cache_file
21701 else
21702 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
21703$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
21704 fi
21705fi
21706rm -f confcache
21707
21708test "x$prefix" = xNONE && prefix=$ac_default_prefix
21709# Let make expand exec_prefix.
21710test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
21711
21712DEFS=-DHAVE_CONFIG_H
21713
21714ac_libobjs=
21715ac_ltlibobjs=
21716for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
21717 # 1. Remove the extension, and $U if already installed.
21718 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
21719 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
21720 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
21721 # will be set to the directory where LIBOBJS objects are built.
21722 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
21723 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
21724done
21725LIBOBJS=$ac_libobjs
21726
21727LTLIBOBJS=$ac_ltlibobjs
21728
21729
21730if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
21731 { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
21732Usually this means the macro was only invoked conditionally." >&5
21733$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
21734Usually this means the macro was only invoked conditionally." >&2;}
21735 { (exit 1); exit 1; }; }
21736fi
21737 if test -n "$EXEEXT"; then
21738 am__EXEEXT_TRUE=
21739 am__EXEEXT_FALSE='#'
21740else
21741 am__EXEEXT_TRUE='#'
21742 am__EXEEXT_FALSE=
21743fi
21744
21745if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
21746 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
21747Usually this means the macro was only invoked conditionally." >&5
21748$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
21749Usually this means the macro was only invoked conditionally." >&2;}
21750 { (exit 1); exit 1; }; }
21751fi
21752if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
21753 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
21754Usually this means the macro was only invoked conditionally." >&5
21755$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
21756Usually this means the macro was only invoked conditionally." >&2;}
21757 { (exit 1); exit 1; }; }
21758fi
21759if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
21760 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCCAS\" was never defined.
21761Usually this means the macro was only invoked conditionally." >&5
21762$as_echo "$as_me: error: conditional \"am__fastdepCCAS\" was never defined.
21763Usually this means the macro was only invoked conditionally." >&2;}
21764 { (exit 1); exit 1; }; }
21765fi
21766if test -z "${CONFIG_USER_TRUE}" && test -z "${CONFIG_USER_FALSE}"; then
21767 { { $as_echo "$as_me:$LINENO: error: conditional \"CONFIG_USER\" was never defined.
21768Usually this means the macro was only invoked conditionally." >&5
21769$as_echo "$as_me: error: conditional \"CONFIG_USER\" was never defined.
21770Usually this means the macro was only invoked conditionally." >&2;}
21771 { (exit 1); exit 1; }; }
21772fi
21773if test -z "${CONFIG_KERNEL_TRUE}" && test -z "${CONFIG_KERNEL_FALSE}"; then
21774 { { $as_echo "$as_me:$LINENO: error: conditional \"CONFIG_KERNEL\" was never defined.
21775Usually this means the macro was only invoked conditionally." >&5
21776$as_echo "$as_me: error: conditional \"CONFIG_KERNEL\" was never defined.
21777Usually this means the macro was only invoked conditionally." >&2;}
21778 { (exit 1); exit 1; }; }
21779fi
21780
21781: ${CONFIG_STATUS=./config.status}
21782ac_write_fail=0
21783ac_clean_files_save=$ac_clean_files
21784ac_clean_files="$ac_clean_files $CONFIG_STATUS"
21785{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
21786$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
21787cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21788#! $SHELL
21789# Generated by $as_me.
21790# Run this file to recreate the current configuration.
21791# Compiler output produced by configure, useful for debugging
21792# configure, is in config.log if it exists.
21793
21794debug=false
21795ac_cs_recheck=false
21796ac_cs_silent=false
21797SHELL=\${CONFIG_SHELL-$SHELL}
21798_ACEOF
21799
21800cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21801## --------------------- ##
21802## M4sh Initialization. ##
21803## --------------------- ##
21804
21805# Be more Bourne compatible
21806DUALCASE=1; export DUALCASE # for MKS sh
21807if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
21808 emulate sh
21809 NULLCMD=:
21810 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21811 # is contrary to our usage. Disable this feature.
21812 alias -g '${1+"$@"}'='"$@"'
21813 setopt NO_GLOB_SUBST
21814else
21815 case `(set -o) 2>/dev/null` in
21816 *posix*) set -o posix ;;
21817esac
21818
21819fi
21820
21821
21822
21823
21824# PATH needs CR
21825# Avoid depending upon Character Ranges.
21826as_cr_letters='abcdefghijklmnopqrstuvwxyz'
21827as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21828as_cr_Letters=$as_cr_letters$as_cr_LETTERS
21829as_cr_digits='0123456789'
21830as_cr_alnum=$as_cr_Letters$as_cr_digits
21831
21832as_nl='
21833'
21834export as_nl
21835# Printing a long string crashes Solaris 7 /usr/bin/printf.
21836as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
21837as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
21838as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
21839if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
21840 as_echo='printf %s\n'
21841 as_echo_n='printf %s'
21842else
21843 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
21844 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
21845 as_echo_n='/usr/ucb/echo -n'
21846 else
21847 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
21848 as_echo_n_body='eval
21849 arg=$1;
21850 case $arg in
21851 *"$as_nl"*)
21852 expr "X$arg" : "X\\(.*\\)$as_nl";
21853 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
21854 esac;
21855 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
21856 '
21857 export as_echo_n_body
21858 as_echo_n='sh -c $as_echo_n_body as_echo'
21859 fi
21860 export as_echo_body
21861 as_echo='sh -c $as_echo_body as_echo'
21862fi
21863
21864# The user is always right.
21865if test "${PATH_SEPARATOR+set}" != set; then
21866 PATH_SEPARATOR=:
21867 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
21868 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
21869 PATH_SEPARATOR=';'
21870 }
21871fi
21872
21873# Support unset when possible.
21874if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
21875 as_unset=unset
21876else
21877 as_unset=false
21878fi
21879
21880
21881# IFS
21882# We need space, tab and new line, in precisely that order. Quoting is
21883# there to prevent editors from complaining about space-tab.
21884# (If _AS_PATH_WALK were called with IFS unset, it would disable word
21885# splitting by setting IFS to empty value.)
21886IFS=" "" $as_nl"
21887
21888# Find who we are. Look in the path if we contain no directory separator.
21889case $0 in
21890 *[\\/]* ) as_myself=$0 ;;
21891 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21892for as_dir in $PATH
21893do
21894 IFS=$as_save_IFS
21895 test -z "$as_dir" && as_dir=.
21896 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21897done
21898IFS=$as_save_IFS
21899
21900 ;;
21901esac
21902# We did not find ourselves, most probably we were run as `sh COMMAND'
21903# in which case we are not to be found in the path.
21904if test "x$as_myself" = x; then
21905 as_myself=$0
21906fi
21907if test ! -f "$as_myself"; then
21908 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21909 { (exit 1); exit 1; }
21910fi
21911
21912# Work around bugs in pre-3.0 UWIN ksh.
21913for as_var in ENV MAIL MAILPATH
21914do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
21915done
21916PS1='$ '
21917PS2='> '
21918PS4='+ '
21919
21920# NLS nuisances.
21921LC_ALL=C
21922export LC_ALL
21923LANGUAGE=C
21924export LANGUAGE
21925
21926# Required to use basename.
21927if expr a : '\(a\)' >/dev/null 2>&1 &&
21928 test "X`expr 00001 : '.*\(...\)'`" = X001; then
21929 as_expr=expr
21930else
21931 as_expr=false
21932fi
21933
21934if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21935 as_basename=basename
21936else
21937 as_basename=false
21938fi
21939
21940
21941# Name of the executable.
21942as_me=`$as_basename -- "$0" ||
21943$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21944 X"$0" : 'X\(//\)$' \| \
21945 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21946$as_echo X/"$0" |
21947 sed '/^.*\/\([^/][^/]*\)\/*$/{
21948 s//\1/
21949 q
21950 }
21951 /^X\/\(\/\/\)$/{
21952 s//\1/
21953 q
21954 }
21955 /^X\/\(\/\).*/{
21956 s//\1/
21957 q
21958 }
21959 s/.*/./; q'`
21960
21961# CDPATH.
21962$as_unset CDPATH
21963
21964
21965
21966 as_lineno_1=$LINENO
21967 as_lineno_2=$LINENO
21968 test "x$as_lineno_1" != "x$as_lineno_2" &&
21969 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
21970
21971 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
21972 # uniformly replaced by the line number. The first 'sed' inserts a
21973 # line-number line after each line using $LINENO; the second 'sed'
21974 # does the real work. The second script uses 'N' to pair each
21975 # line-number line with the line containing $LINENO, and appends
21976 # trailing '-' during substitution so that $LINENO is not a special
21977 # case at line end.
21978 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
21979 # scripts with optimization help from Paolo Bonzini. Blame Lee
21980 # E. McMahon (1931-1989) for sed's syntax. :-)
21981 sed -n '
21982 p
21983 /[$]LINENO/=
21984 ' <$as_myself |
21985 sed '
21986 s/[$]LINENO.*/&-/
21987 t lineno
21988 b
21989 :lineno
21990 N
21991 :loop
21992 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
21993 t loop
21994 s/-\n.*//
21995 ' >$as_me.lineno &&
21996 chmod +x "$as_me.lineno" ||
21997 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
21998 { (exit 1); exit 1; }; }
21999
22000 # Don't try to exec as it changes $[0], causing all sort of problems
22001 # (the dirname of $[0] is not the place where we might find the
22002 # original and so on. Autoconf is especially sensitive to this).
22003 . "./$as_me.lineno"
22004 # Exit status is that of the last command.
22005 exit
22006}
22007
22008
22009if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
22010 as_dirname=dirname
22011else
22012 as_dirname=false
22013fi
22014
22015ECHO_C= ECHO_N= ECHO_T=
22016case `echo -n x` in
22017-n*)
22018 case `echo 'x\c'` in
22019 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
22020 *) ECHO_C='\c';;
22021 esac;;
22022*)
22023 ECHO_N='-n';;
22024esac
22025if expr a : '\(a\)' >/dev/null 2>&1 &&
22026 test "X`expr 00001 : '.*\(...\)'`" = X001; then
22027 as_expr=expr
22028else
22029 as_expr=false
22030fi
22031
22032rm -f conf$$ conf$$.exe conf$$.file
22033if test -d conf$$.dir; then
22034 rm -f conf$$.dir/conf$$.file
22035else
22036 rm -f conf$$.dir
22037 mkdir conf$$.dir 2>/dev/null
22038fi
22039if (echo >conf$$.file) 2>/dev/null; then
22040 if ln -s conf$$.file conf$$ 2>/dev/null; then
22041 as_ln_s='ln -s'
22042 # ... but there are two gotchas:
22043 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
22044 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22045 # In both cases, we have to default to `cp -p'.
22046 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
22047 as_ln_s='cp -p'
22048 elif ln conf$$.file conf$$ 2>/dev/null; then
22049 as_ln_s=ln
22050 else
22051 as_ln_s='cp -p'
22052 fi
22053else
22054 as_ln_s='cp -p'
22055fi
22056rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
22057rmdir conf$$.dir 2>/dev/null
22058
22059if mkdir -p . 2>/dev/null; then
22060 as_mkdir_p=:
22061else
22062 test -d ./-p && rmdir ./-p
22063 as_mkdir_p=false
22064fi
22065
22066if test -x / >/dev/null 2>&1; then
22067 as_test_x='test -x'
22068else
22069 if ls -dL / >/dev/null 2>&1; then
22070 as_ls_L_option=L
22071 else
22072 as_ls_L_option=
22073 fi
22074 as_test_x='
22075 eval sh -c '\''
22076 if test -d "$1"; then
22077 test -d "$1/.";
22078 else
22079 case $1 in
22080 -*)set "./$1";;
22081 esac;
22082 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
22083 ???[sx]*):;;*)false;;esac;fi
22084 '\'' sh
22085 '
22086fi
22087as_executable_p=$as_test_x
22088
22089# Sed expression to map a string onto a valid CPP name.
22090as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
22091
22092# Sed expression to map a string onto a valid variable name.
22093as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
22094
22095
22096exec 6>&1
22097
22098# Save the log message, to keep $[0] and so on meaningful, and to
22099# report actual input values of CONFIG_FILES etc. instead of their
22100# values after options handling.
22101ac_log="
22102This file was extended by $as_me, which was
22103generated by GNU Autoconf 2.63. Invocation command line was
22104
22105 CONFIG_FILES = $CONFIG_FILES
22106 CONFIG_HEADERS = $CONFIG_HEADERS
22107 CONFIG_LINKS = $CONFIG_LINKS
22108 CONFIG_COMMANDS = $CONFIG_COMMANDS
22109 $ $0 $@
22110
22111on `(hostname || uname -n) 2>/dev/null | sed 1q`
22112"
22113
22114_ACEOF
22115
22116case $ac_config_files in *"
22117"*) set x $ac_config_files; shift; ac_config_files=$*;;
22118esac
22119
22120case $ac_config_headers in *"
22121"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
22122esac
22123
22124
22125cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22126# Files that config.status was made for.
22127config_files="$ac_config_files"
22128config_headers="$ac_config_headers"
22129config_commands="$ac_config_commands"
22130
22131_ACEOF
22132
22133cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22134ac_cs_usage="\
22135\`$as_me' instantiates files from templates according to the
22136current configuration.
22137
22138Usage: $0 [OPTION]... [FILE]...
22139
22140 -h, --help print this help, then exit
22141 -V, --version print version number and configuration settings, then exit
22142 -q, --quiet, --silent
22143 do not print progress messages
22144 -d, --debug don't remove temporary files
22145 --recheck update $as_me by reconfiguring in the same conditions
22146 --file=FILE[:TEMPLATE]
22147 instantiate the configuration file FILE
22148 --header=FILE[:TEMPLATE]
22149 instantiate the configuration header FILE
22150
22151Configuration files:
22152$config_files
22153
22154Configuration headers:
22155$config_headers
22156
22157Configuration commands:
22158$config_commands
22159
22160Report bugs to <bug-autoconf@gnu.org>."
22161
22162_ACEOF
22163cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22164ac_cs_version="\\
22165config.status
22166configured by $0, generated by GNU Autoconf 2.63,
22167 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
22168
22169Copyright (C) 2008 Free Software Foundation, Inc.
22170This config.status script is free software; the Free Software Foundation
22171gives unlimited permission to copy, distribute and modify it."
22172
22173ac_pwd='$ac_pwd'
22174srcdir='$srcdir'
22175INSTALL='$INSTALL'
22176MKDIR_P='$MKDIR_P'
22177AWK='$AWK'
22178test -n "\$AWK" || AWK=awk
22179_ACEOF
22180
22181cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22182# The default lists apply if the user does not specify any file.
22183ac_need_defaults=:
22184while test $# != 0
22185do
22186 case $1 in
22187 --*=*)
22188 ac_option=`expr "X$1" : 'X\([^=]*\)='`
22189 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
22190 ac_shift=:
22191 ;;
22192 *)
22193 ac_option=$1
22194 ac_optarg=$2
22195 ac_shift=shift
22196 ;;
22197 esac
22198
22199 case $ac_option in
22200 # Handling of the options.
22201 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
22202 ac_cs_recheck=: ;;
22203 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
22204 $as_echo "$ac_cs_version"; exit ;;
22205 --debug | --debu | --deb | --de | --d | -d )
22206 debug=: ;;
22207 --file | --fil | --fi | --f )
22208 $ac_shift
22209 case $ac_optarg in
22210 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
22211 esac
22212 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
22213 ac_need_defaults=false;;
22214 --header | --heade | --head | --hea )
22215 $ac_shift
22216 case $ac_optarg in
22217 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
22218 esac
22219 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
22220 ac_need_defaults=false;;
22221 --he | --h)
22222 # Conflict between --help and --header
22223 { $as_echo "$as_me: error: ambiguous option: $1
22224Try \`$0 --help' for more information." >&2
22225 { (exit 1); exit 1; }; };;
22226 --help | --hel | -h )
22227 $as_echo "$ac_cs_usage"; exit ;;
22228 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
22229 | -silent | --silent | --silen | --sile | --sil | --si | --s)
22230 ac_cs_silent=: ;;
22231
22232 # This is an error.
22233 -*) { $as_echo "$as_me: error: unrecognized option: $1
22234Try \`$0 --help' for more information." >&2
22235 { (exit 1); exit 1; }; } ;;
22236
22237 *) ac_config_targets="$ac_config_targets $1"
22238 ac_need_defaults=false ;;
22239
22240 esac
22241 shift
22242done
22243
22244ac_configure_extra_args=
22245
22246if $ac_cs_silent; then
22247 exec 6>/dev/null
22248 ac_configure_extra_args="$ac_configure_extra_args --silent"
22249fi
22250
22251_ACEOF
22252cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22253if \$ac_cs_recheck; then
22254 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
22255 shift
22256 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
22257 CONFIG_SHELL='$SHELL'
22258 export CONFIG_SHELL
22259 exec "\$@"
22260fi
22261
22262_ACEOF
22263cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22264exec 5>>config.log
22265{
22266 echo
22267 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
22268## Running $as_me. ##
22269_ASBOX
22270 $as_echo "$ac_log"
22271} >&5
22272
22273_ACEOF
22274cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22275#
22276# INIT-COMMANDS
22277#
22278AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
22279
22280
22281# The HP-UX ksh and POSIX shell print the target directory to stdout
22282# if CDPATH is set.
22283(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
22284
22285sed_quote_subst='$sed_quote_subst'
22286double_quote_subst='$double_quote_subst'
22287delay_variable_subst='$delay_variable_subst'
22288macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
22289macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
22290enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
22291enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
22292pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
22293enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
22294host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
22295host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
22296host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
22297build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
22298build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
22299build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
22300SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
22301Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
22302GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
22303EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
22304FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
22305LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
22306NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
22307LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
22308max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
22309ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
22310exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
22311lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
22312lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
22313lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
22314reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
22315reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22316OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
22317deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
22318file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
22319AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
22320AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
22321STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
22322RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
22323old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22324old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22325old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22326CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
22327CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
22328compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
22329GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
22330lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
22331lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
22332lt_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"`'
22333lt_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"`'
22334objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
22335SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
22336ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
22337MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
22338lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
22339lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
22340lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
22341lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
22342lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
22343need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
22344DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
22345NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
22346LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
22347OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
22348OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
22349libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
22350shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22351extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22352archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
22353enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
22354export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
22355whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
22356compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
22357old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22358old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22359archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22360archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22361module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22362module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22363with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
22364allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
22365no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
22366hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
22367hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
22368hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
22369hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
22370hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
22371hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
22372hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
22373hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
22374inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
22375link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
22376fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
22377always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
22378export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22379exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
22380include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
22381prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22382file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
22383variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
22384need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
22385need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
22386version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
22387runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
22388shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
22389shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
22390libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
22391library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
22392soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
22393postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22394postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22395finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
22396finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
22397hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
22398sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
22399sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
22400hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
22401enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
22402enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
22403enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
22404old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
22405striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
22406
22407LTCC='$LTCC'
22408LTCFLAGS='$LTCFLAGS'
22409compiler='$compiler_DEFAULT'
22410
22411# Quote evaled strings.
22412for var in SED \
22413GREP \
22414EGREP \
22415FGREP \
22416LD \
22417NM \
22418LN_S \
22419lt_SP2NL \
22420lt_NL2SP \
22421reload_flag \
22422OBJDUMP \
22423deplibs_check_method \
22424file_magic_cmd \
22425AR \
22426AR_FLAGS \
22427STRIP \
22428RANLIB \
22429CC \
22430CFLAGS \
22431compiler \
22432lt_cv_sys_global_symbol_pipe \
22433lt_cv_sys_global_symbol_to_cdecl \
22434lt_cv_sys_global_symbol_to_c_name_address \
22435lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
22436SHELL \
22437ECHO \
22438lt_prog_compiler_no_builtin_flag \
22439lt_prog_compiler_wl \
22440lt_prog_compiler_pic \
22441lt_prog_compiler_static \
22442lt_cv_prog_compiler_c_o \
22443need_locks \
22444DSYMUTIL \
22445NMEDIT \
22446LIPO \
22447OTOOL \
22448OTOOL64 \
22449shrext_cmds \
22450export_dynamic_flag_spec \
22451whole_archive_flag_spec \
22452compiler_needs_object \
22453with_gnu_ld \
22454allow_undefined_flag \
22455no_undefined_flag \
22456hardcode_libdir_flag_spec \
22457hardcode_libdir_flag_spec_ld \
22458hardcode_libdir_separator \
22459fix_srcfile_path \
22460exclude_expsyms \
22461include_expsyms \
22462file_list_spec \
22463variables_saved_for_relink \
22464libname_spec \
22465library_names_spec \
22466soname_spec \
22467finish_eval \
22468old_striplib \
22469striplib; do
22470 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
22471 *[\\\\\\\`\\"\\\$]*)
22472 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
22473 ;;
22474 *)
22475 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
22476 ;;
22477 esac
22478done
22479
22480# Double-quote double-evaled strings.
22481for var in reload_cmds \
22482old_postinstall_cmds \
22483old_postuninstall_cmds \
22484old_archive_cmds \
22485extract_expsyms_cmds \
22486old_archive_from_new_cmds \
22487old_archive_from_expsyms_cmds \
22488archive_cmds \
22489archive_expsym_cmds \
22490module_cmds \
22491module_expsym_cmds \
22492export_symbols_cmds \
22493prelink_cmds \
22494postinstall_cmds \
22495postuninstall_cmds \
22496finish_cmds \
22497sys_lib_search_path_spec \
22498sys_lib_dlsearch_path_spec; do
22499 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
22500 *[\\\\\\\`\\"\\\$]*)
22501 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
22502 ;;
22503 *)
22504 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
22505 ;;
22506 esac
22507done
22508
22509# Fix-up fallback echo if it was mangled by the above quoting rules.
22510case \$lt_ECHO in
22511*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
22512 ;;
22513esac
22514
22515ac_aux_dir='$ac_aux_dir'
22516xsi_shell='$xsi_shell'
22517lt_shell_append='$lt_shell_append'
22518
22519# See if we are running on zsh, and set the options which allow our
22520# commands through without removal of \ escapes INIT.
22521if test -n "\${ZSH_VERSION+set}" ; then
22522 setopt NO_GLOB_SUBST
22523fi
22524
22525
22526 PACKAGE='$PACKAGE'
22527 VERSION='$VERSION'
22528 TIMESTAMP='$TIMESTAMP'
22529 RM='$RM'
22530 ofile='$ofile'
22531
22532
22533
22534
22535_ACEOF
22536
22537cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22538
22539# Handling of arguments.
22540for ac_config_target in $ac_config_targets
22541do
22542 case $ac_config_target in
22543 "zfs_config.h") CONFIG_HEADERS="$CONFIG_HEADERS zfs_config.h" ;;
22544 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
22545 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
22546 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
ae26d046
MAR
22547 "dracut/Makefile") CONFIG_FILES="$CONFIG_FILES dracut/Makefile" ;;
22548 "dracut/90zfs/Makefile") CONFIG_FILES="$CONFIG_FILES dracut/90zfs/Makefile" ;;
de0a1c09
BB
22549 "udev/Makefile") CONFIG_FILES="$CONFIG_FILES udev/Makefile" ;;
22550 "udev/rules.d/Makefile") CONFIG_FILES="$CONFIG_FILES udev/rules.d/Makefile" ;;
e70e591c 22551 "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
01c0e61d
BB
22552 "etc/init.d/Makefile") CONFIG_FILES="$CONFIG_FILES etc/init.d/Makefile" ;;
22553 "etc/zfs/Makefile") CONFIG_FILES="$CONFIG_FILES etc/zfs/Makefile" ;;
e70e591c
BB
22554 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
22555 "man/man8/Makefile") CONFIG_FILES="$CONFIG_FILES man/man8/Makefile" ;;
22556 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
22557 "lib/libspl/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/Makefile" ;;
22558 "lib/libspl/asm-generic/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/asm-generic/Makefile" ;;
22559 "lib/libspl/asm-i386/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/asm-i386/Makefile" ;;
22560 "lib/libspl/asm-x86_64/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/asm-x86_64/Makefile" ;;
22561 "lib/libspl/include/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/Makefile" ;;
6283f55e
BB
22562 "lib/libspl/include/ia32/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/ia32/Makefile" ;;
22563 "lib/libspl/include/ia32/sys/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/ia32/sys/Makefile" ;;
22564 "lib/libspl/include/rpc/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/rpc/Makefile" ;;
22565 "lib/libspl/include/sys/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/sys/Makefile" ;;
22566 "lib/libspl/include/sys/sysevent/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/sys/sysevent/Makefile" ;;
22567 "lib/libspl/include/sys/dktp/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/sys/dktp/Makefile" ;;
22568 "lib/libspl/include/util/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/util/Makefile" ;;
e70e591c
BB
22569 "lib/libavl/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libavl/Makefile" ;;
22570 "lib/libefi/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libefi/Makefile" ;;
22571 "lib/libnvpair/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libnvpair/Makefile" ;;
22572 "lib/libunicode/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libunicode/Makefile" ;;
22573 "lib/libuutil/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libuutil/Makefile" ;;
22574 "lib/libzpool/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libzpool/Makefile" ;;
e70e591c 22575 "lib/libzfs/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libzfs/Makefile" ;;
46e18b3f 22576 "lib/libshare/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libshare/Makefile" ;;
e70e591c
BB
22577 "cmd/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/Makefile" ;;
22578 "cmd/zdb/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zdb/Makefile" ;;
22579 "cmd/zfs/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zfs/Makefile" ;;
22580 "cmd/zinject/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zinject/Makefile" ;;
22581 "cmd/zpool/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zpool/Makefile" ;;
e70e591c
BB
22582 "cmd/ztest/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/ztest/Makefile" ;;
22583 "cmd/zpios/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zpios/Makefile" ;;
d53368f6
BB
22584 "cmd/mount_zfs/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/mount_zfs/Makefile" ;;
22585 "cmd/zpool_layout/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zpool_layout/Makefile" ;;
4c0d8e50 22586 "cmd/zvol_id/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zvol_id/Makefile" ;;
d53368f6 22587 "cmd/zpool_id/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zpool_id/Makefile" ;;
560bcf9d 22588 "cmd/sas_switch_id/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/sas_switch_id/Makefile" ;;
e70e591c
BB
22589 "module/Makefile") CONFIG_FILES="$CONFIG_FILES module/Makefile" ;;
22590 "module/avl/Makefile") CONFIG_FILES="$CONFIG_FILES module/avl/Makefile" ;;
22591 "module/nvpair/Makefile") CONFIG_FILES="$CONFIG_FILES module/nvpair/Makefile" ;;
22592 "module/unicode/Makefile") CONFIG_FILES="$CONFIG_FILES module/unicode/Makefile" ;;
22593 "module/zcommon/Makefile") CONFIG_FILES="$CONFIG_FILES module/zcommon/Makefile" ;;
22594 "module/zfs/Makefile") CONFIG_FILES="$CONFIG_FILES module/zfs/Makefile" ;;
22595 "module/zpios/Makefile") CONFIG_FILES="$CONFIG_FILES module/zpios/Makefile" ;;
6283f55e 22596 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
8299a1f4 22597 "include/linux/Makefile") CONFIG_FILES="$CONFIG_FILES include/linux/Makefile" ;;
6283f55e
BB
22598 "include/sys/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/Makefile" ;;
22599 "include/sys/fs/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fs/Makefile" ;;
22600 "include/sys/fm/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fm/Makefile" ;;
22601 "include/sys/fm/fs/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fm/fs/Makefile" ;;
e70e591c 22602 "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
6283f55e
BB
22603 "scripts/zpios-profile/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/zpios-profile/Makefile" ;;
22604 "scripts/zpios-test/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/zpios-test/Makefile" ;;
22605 "scripts/zpool-config/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/zpool-config/Makefile" ;;
a5b4d635 22606 "scripts/zpool-layout/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/zpool-layout/Makefile" ;;
e70e591c
BB
22607 "scripts/common.sh") CONFIG_FILES="$CONFIG_FILES scripts/common.sh" ;;
22608 "zfs.spec") CONFIG_FILES="$CONFIG_FILES zfs.spec" ;;
22609 "zfs-modules.spec") CONFIG_FILES="$CONFIG_FILES zfs-modules.spec" ;;
6ba3b446
PS
22610 "PKGBUILD-zfs") CONFIG_FILES="$CONFIG_FILES PKGBUILD-zfs" ;;
22611 "PKGBUILD-zfs-modules") CONFIG_FILES="$CONFIG_FILES PKGBUILD-zfs-modules" ;;
6283f55e 22612 "zfs-script-config.sh") CONFIG_FILES="$CONFIG_FILES zfs-script-config.sh" ;;
e70e591c
BB
22613
22614 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
22615$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
22616 { (exit 1); exit 1; }; };;
22617 esac
22618done
22619
22620
22621# If the user did not use the arguments to specify the items to instantiate,
22622# then the envvar interface is used. Set only those that are not.
22623# We use the long form for the default assignment because of an extremely
22624# bizarre bug on SunOS 4.1.3.
22625if $ac_need_defaults; then
22626 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
22627 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
22628 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
22629fi
22630
22631# Have a temporary directory for convenience. Make it in the build tree
22632# simply because there is no reason against having it here, and in addition,
22633# creating and moving files from /tmp can sometimes cause problems.
22634# Hook for its removal unless debugging.
22635# Note that there is a small window in which the directory will not be cleaned:
22636# after its creation but before its name has been assigned to `$tmp'.
22637$debug ||
22638{
22639 tmp=
22640 trap 'exit_status=$?
22641 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
22642' 0
22643 trap '{ (exit 1); exit 1; }' 1 2 13 15
22644}
22645# Create a (secure) tmp directory for tmp files.
22646
22647{
22648 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22649 test -n "$tmp" && test -d "$tmp"
22650} ||
22651{
22652 tmp=./conf$$-$RANDOM
22653 (umask 077 && mkdir "$tmp")
22654} ||
22655{
22656 $as_echo "$as_me: cannot create a temporary directory in ." >&2
22657 { (exit 1); exit 1; }
22658}
22659
22660# Set up the scripts for CONFIG_FILES section.
22661# No need to generate them if there are no CONFIG_FILES.
22662# This happens for instance with `./config.status config.h'.
22663if test -n "$CONFIG_FILES"; then
22664
22665
22666ac_cr='\r'
22667ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
22668if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
22669 ac_cs_awk_cr='\\r'
22670else
22671 ac_cs_awk_cr=$ac_cr
22672fi
22673
22674echo 'BEGIN {' >"$tmp/subs1.awk" &&
22675_ACEOF
22676
22677
22678{
22679 echo "cat >conf$$subs.awk <<_ACEOF" &&
22680 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
22681 echo "_ACEOF"
22682} >conf$$subs.sh ||
22683 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22684$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22685 { (exit 1); exit 1; }; }
22686ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
22687ac_delim='%!_!# '
22688for ac_last_try in false false false false false :; do
22689 . ./conf$$subs.sh ||
22690 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22691$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22692 { (exit 1); exit 1; }; }
22693
22694 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
22695 if test $ac_delim_n = $ac_delim_num; then
22696 break
22697 elif $ac_last_try; then
22698 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22699$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22700 { (exit 1); exit 1; }; }
22701 else
22702 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22703 fi
22704done
22705rm -f conf$$subs.sh
22706
22707cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22708cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
22709_ACEOF
22710sed -n '
22711h
22712s/^/S["/; s/!.*/"]=/
22713p
22714g
22715s/^[^!]*!//
22716:repl
22717t repl
22718s/'"$ac_delim"'$//
22719t delim
22720:nl
22721h
22722s/\(.\{148\}\).*/\1/
22723t more1
22724s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
22725p
22726n
22727b repl
22728:more1
22729s/["\\]/\\&/g; s/^/"/; s/$/"\\/
22730p
22731g
22732s/.\{148\}//
22733t nl
22734:delim
22735h
22736s/\(.\{148\}\).*/\1/
22737t more2
22738s/["\\]/\\&/g; s/^/"/; s/$/"/
22739p
22740b
22741:more2
22742s/["\\]/\\&/g; s/^/"/; s/$/"\\/
22743p
22744g
22745s/.\{148\}//
22746t delim
22747' <conf$$subs.awk | sed '
22748/^[^""]/{
22749 N
22750 s/\n//
22751}
22752' >>$CONFIG_STATUS || ac_write_fail=1
22753rm -f conf$$subs.awk
22754cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22755_ACAWK
22756cat >>"\$tmp/subs1.awk" <<_ACAWK &&
22757 for (key in S) S_is_set[key] = 1
22758 FS = "\a"
22759
22760}
22761{
22762 line = $ 0
22763 nfields = split(line, field, "@")
22764 substed = 0
22765 len = length(field[1])
22766 for (i = 2; i < nfields; i++) {
22767 key = field[i]
22768 keylen = length(key)
22769 if (S_is_set[key]) {
22770 value = S[key]
22771 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
22772 len += length(value) + length(field[++i])
22773 substed = 1
22774 } else
22775 len += 1 + keylen
22776 }
22777
22778 print line
22779}
22780
22781_ACAWK
22782_ACEOF
22783cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22784if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
22785 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
22786else
22787 cat
22788fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
22789 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
22790$as_echo "$as_me: error: could not setup config files machinery" >&2;}
22791 { (exit 1); exit 1; }; }
22792_ACEOF
22793
22794# VPATH may cause trouble with some makes, so we remove $(srcdir),
22795# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
22796# trailing colons and then remove the whole line if VPATH becomes empty
22797# (actually we leave an empty line to preserve line numbers).
22798if test "x$srcdir" = x.; then
22799 ac_vpsub='/^[ ]*VPATH[ ]*=/{
22800s/:*\$(srcdir):*/:/
22801s/:*\${srcdir}:*/:/
22802s/:*@srcdir@:*/:/
22803s/^\([^=]*=[ ]*\):*/\1/
22804s/:*$//
22805s/^[^=]*=[ ]*$//
22806}'
22807fi
22808
22809cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22810fi # test -n "$CONFIG_FILES"
22811
22812# Set up the scripts for CONFIG_HEADERS section.
22813# No need to generate them if there are no CONFIG_HEADERS.
22814# This happens for instance with `./config.status Makefile'.
22815if test -n "$CONFIG_HEADERS"; then
22816cat >"$tmp/defines.awk" <<\_ACAWK ||
22817BEGIN {
22818_ACEOF
22819
22820# Transform confdefs.h into an awk script `defines.awk', embedded as
22821# here-document in config.status, that substitutes the proper values into
22822# config.h.in to produce config.h.
22823
22824# Create a delimiter string that does not exist in confdefs.h, to ease
22825# handling of long lines.
22826ac_delim='%!_!# '
22827for ac_last_try in false false :; do
22828 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
22829 if test -z "$ac_t"; then
22830 break
22831 elif $ac_last_try; then
22832 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
22833$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
22834 { (exit 1); exit 1; }; }
22835 else
22836 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22837 fi
22838done
22839
22840# For the awk script, D is an array of macro values keyed by name,
22841# likewise P contains macro parameters if any. Preserve backslash
22842# newline sequences.
22843
22844ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22845sed -n '
22846s/.\{148\}/&'"$ac_delim"'/g
22847t rset
22848:rset
22849s/^[ ]*#[ ]*define[ ][ ]*/ /
22850t def
22851d
22852:def
22853s/\\$//
22854t bsnl
22855s/["\\]/\\&/g
22856s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
22857D["\1"]=" \3"/p
22858s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
22859d
22860:bsnl
22861s/["\\]/\\&/g
22862s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
22863D["\1"]=" \3\\\\\\n"\\/p
22864t cont
22865s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
22866t cont
22867d
22868:cont
22869n
22870s/.\{148\}/&'"$ac_delim"'/g
22871t clear
22872:clear
22873s/\\$//
22874t bsnlc
22875s/["\\]/\\&/g; s/^/"/; s/$/"/p
22876d
22877:bsnlc
22878s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
22879b cont
22880' <confdefs.h | sed '
22881s/'"$ac_delim"'/"\\\
22882"/g' >>$CONFIG_STATUS || ac_write_fail=1
22883
22884cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22885 for (key in D) D_is_set[key] = 1
22886 FS = "\a"
22887}
22888/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
22889 line = \$ 0
22890 split(line, arg, " ")
22891 if (arg[1] == "#") {
22892 defundef = arg[2]
22893 mac1 = arg[3]
22894 } else {
22895 defundef = substr(arg[1], 2)
22896 mac1 = arg[2]
22897 }
22898 split(mac1, mac2, "(") #)
22899 macro = mac2[1]
22900 prefix = substr(line, 1, index(line, defundef) - 1)
22901 if (D_is_set[macro]) {
22902 # Preserve the white space surrounding the "#".
22903 print prefix "define", macro P[macro] D[macro]
22904 next
22905 } else {
22906 # Replace #undef with comments. This is necessary, for example,
22907 # in the case of _POSIX_SOURCE, which is predefined and required
22908 # on some systems where configure will not decide to define it.
22909 if (defundef == "undef") {
22910 print "/*", prefix defundef, macro, "*/"
22911 next
22912 }
22913 }
22914}
22915{ print }
22916_ACAWK
22917_ACEOF
22918cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22919 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
22920$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
22921 { (exit 1); exit 1; }; }
22922fi # test -n "$CONFIG_HEADERS"
22923
22924
22925eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
22926shift
22927for ac_tag
22928do
22929 case $ac_tag in
22930 :[FHLC]) ac_mode=$ac_tag; continue;;
22931 esac
22932 case $ac_mode$ac_tag in
22933 :[FHL]*:*);;
22934 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
22935$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
22936 { (exit 1); exit 1; }; };;
22937 :[FH]-) ac_tag=-:-;;
22938 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
22939 esac
22940 ac_save_IFS=$IFS
22941 IFS=:
22942 set x $ac_tag
22943 IFS=$ac_save_IFS
22944 shift
22945 ac_file=$1
22946 shift
22947
22948 case $ac_mode in
22949 :L) ac_source=$1;;
22950 :[FH])
22951 ac_file_inputs=
22952 for ac_f
22953 do
22954 case $ac_f in
22955 -) ac_f="$tmp/stdin";;
22956 *) # Look for the file first in the build tree, then in the source tree
22957 # (if the path is not absolute). The absolute path cannot be DOS-style,
22958 # because $ac_f cannot contain `:'.
22959 test -f "$ac_f" ||
22960 case $ac_f in
22961 [\\/$]*) false;;
22962 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
22963 esac ||
22964 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
22965$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
22966 { (exit 1); exit 1; }; };;
22967 esac
22968 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
22969 ac_file_inputs="$ac_file_inputs '$ac_f'"
22970 done
22971
22972 # Let's still pretend it is `configure' which instantiates (i.e., don't
22973 # use $as_me), people would be surprised to read:
22974 # /* config.h. Generated by config.status. */
22975 configure_input='Generated from '`
22976 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
22977 `' by configure.'
22978 if test x"$ac_file" != x-; then
22979 configure_input="$ac_file. $configure_input"
22980 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
22981$as_echo "$as_me: creating $ac_file" >&6;}
22982 fi
22983 # Neutralize special characters interpreted by sed in replacement strings.
22984 case $configure_input in #(
22985 *\&* | *\|* | *\\* )
22986 ac_sed_conf_input=`$as_echo "$configure_input" |
22987 sed 's/[\\\\&|]/\\\\&/g'`;; #(
22988 *) ac_sed_conf_input=$configure_input;;
22989 esac
22990
22991 case $ac_tag in
22992 *:-:* | *:-) cat >"$tmp/stdin" \
22993 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
22994$as_echo "$as_me: error: could not create $ac_file" >&2;}
22995 { (exit 1); exit 1; }; } ;;
22996 esac
22997 ;;
22998 esac
22999
23000 ac_dir=`$as_dirname -- "$ac_file" ||
23001$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23002 X"$ac_file" : 'X\(//\)[^/]' \| \
23003 X"$ac_file" : 'X\(//\)$' \| \
23004 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
23005$as_echo X"$ac_file" |
23006 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23007 s//\1/
23008 q
23009 }
23010 /^X\(\/\/\)[^/].*/{
23011 s//\1/
23012 q
23013 }
23014 /^X\(\/\/\)$/{
23015 s//\1/
23016 q
23017 }
23018 /^X\(\/\).*/{
23019 s//\1/
23020 q
23021 }
23022 s/.*/./; q'`
23023 { as_dir="$ac_dir"
23024 case $as_dir in #(
23025 -*) as_dir=./$as_dir;;
23026 esac
23027 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
23028 as_dirs=
23029 while :; do
23030 case $as_dir in #(
23031 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
23032 *) as_qdir=$as_dir;;
23033 esac
23034 as_dirs="'$as_qdir' $as_dirs"
23035 as_dir=`$as_dirname -- "$as_dir" ||
23036$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23037 X"$as_dir" : 'X\(//\)[^/]' \| \
23038 X"$as_dir" : 'X\(//\)$' \| \
23039 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
23040$as_echo X"$as_dir" |
23041 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23042 s//\1/
23043 q
23044 }
23045 /^X\(\/\/\)[^/].*/{
23046 s//\1/
23047 q
23048 }
23049 /^X\(\/\/\)$/{
23050 s//\1/
23051 q
23052 }
23053 /^X\(\/\).*/{
23054 s//\1/
23055 q
23056 }
23057 s/.*/./; q'`
23058 test -d "$as_dir" && break
23059 done
23060 test -z "$as_dirs" || eval "mkdir $as_dirs"
23061 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
23062$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
23063 { (exit 1); exit 1; }; }; }
23064 ac_builddir=.
23065
23066case "$ac_dir" in
23067.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
23068*)
23069 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
23070 # A ".." for each directory in $ac_dir_suffix.
23071 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
23072 case $ac_top_builddir_sub in
23073 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
23074 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
23075 esac ;;
23076esac
23077ac_abs_top_builddir=$ac_pwd
23078ac_abs_builddir=$ac_pwd$ac_dir_suffix
23079# for backward compatibility:
23080ac_top_builddir=$ac_top_build_prefix
23081
23082case $srcdir in
23083 .) # We are building in place.
23084 ac_srcdir=.
23085 ac_top_srcdir=$ac_top_builddir_sub
23086 ac_abs_top_srcdir=$ac_pwd ;;
23087 [\\/]* | ?:[\\/]* ) # Absolute name.
23088 ac_srcdir=$srcdir$ac_dir_suffix;
23089 ac_top_srcdir=$srcdir
23090 ac_abs_top_srcdir=$srcdir ;;
23091 *) # Relative name.
23092 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
23093 ac_top_srcdir=$ac_top_build_prefix$srcdir
23094 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
23095esac
23096ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
23097
23098
23099 case $ac_mode in
23100 :F)
23101 #
23102 # CONFIG_FILE
23103 #
23104
23105 case $INSTALL in
23106 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
23107 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
23108 esac
23109 ac_MKDIR_P=$MKDIR_P
23110 case $MKDIR_P in
23111 [\\/$]* | ?:[\\/]* ) ;;
23112 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
23113 esac
23114_ACEOF
23115
23116cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23117# If the template does not know about datarootdir, expand it.
23118# FIXME: This hack should be removed a few years after 2.60.
23119ac_datarootdir_hack=; ac_datarootdir_seen=
23120
23121ac_sed_dataroot='
23122/datarootdir/ {
23123 p
23124 q
23125}
23126/@datadir@/p
23127/@docdir@/p
23128/@infodir@/p
23129/@localedir@/p
23130/@mandir@/p
23131'
23132case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
23133*datarootdir*) ac_datarootdir_seen=yes;;
23134*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
23135 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
23136$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
23137_ACEOF
23138cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23139 ac_datarootdir_hack='
23140 s&@datadir@&$datadir&g
23141 s&@docdir@&$docdir&g
23142 s&@infodir@&$infodir&g
23143 s&@localedir@&$localedir&g
23144 s&@mandir@&$mandir&g
23145 s&\\\${datarootdir}&$datarootdir&g' ;;
23146esac
23147_ACEOF
23148
23149# Neutralize VPATH when `$srcdir' = `.'.
23150# Shell code in configure.ac might set extrasub.
23151# FIXME: do we really want to maintain this feature?
23152cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23153ac_sed_extra="$ac_vpsub
23154$extrasub
23155_ACEOF
23156cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23157:t
23158/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
23159s|@configure_input@|$ac_sed_conf_input|;t t
23160s&@top_builddir@&$ac_top_builddir_sub&;t t
23161s&@top_build_prefix@&$ac_top_build_prefix&;t t
23162s&@srcdir@&$ac_srcdir&;t t
23163s&@abs_srcdir@&$ac_abs_srcdir&;t t
23164s&@top_srcdir@&$ac_top_srcdir&;t t
23165s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
23166s&@builddir@&$ac_builddir&;t t
23167s&@abs_builddir@&$ac_abs_builddir&;t t
23168s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
23169s&@INSTALL@&$ac_INSTALL&;t t
23170s&@MKDIR_P@&$ac_MKDIR_P&;t t
23171$ac_datarootdir_hack
23172"
23173eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
23174 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
23175$as_echo "$as_me: error: could not create $ac_file" >&2;}
23176 { (exit 1); exit 1; }; }
23177
23178test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
23179 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
23180 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
23181 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23182which seems to be undefined. Please make sure it is defined." >&5
23183$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23184which seems to be undefined. Please make sure it is defined." >&2;}
23185
23186 rm -f "$tmp/stdin"
23187 case $ac_file in
23188 -) cat "$tmp/out" && rm -f "$tmp/out";;
23189 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
23190 esac \
23191 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
23192$as_echo "$as_me: error: could not create $ac_file" >&2;}
23193 { (exit 1); exit 1; }; }
23194 ;;
23195 :H)
23196 #
23197 # CONFIG_HEADER
23198 #
23199 if test x"$ac_file" != x-; then
23200 {
23201 $as_echo "/* $configure_input */" \
23202 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
23203 } >"$tmp/config.h" \
23204 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
23205$as_echo "$as_me: error: could not create $ac_file" >&2;}
23206 { (exit 1); exit 1; }; }
23207 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
23208 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
23209$as_echo "$as_me: $ac_file is unchanged" >&6;}
23210 else
23211 rm -f "$ac_file"
23212 mv "$tmp/config.h" "$ac_file" \
23213 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
23214$as_echo "$as_me: error: could not create $ac_file" >&2;}
23215 { (exit 1); exit 1; }; }
23216 fi
23217 else
23218 $as_echo "/* $configure_input */" \
23219 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
23220 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
23221$as_echo "$as_me: error: could not create -" >&2;}
23222 { (exit 1); exit 1; }; }
23223 fi
23224# Compute "$ac_file"'s index in $config_headers.
23225_am_arg="$ac_file"
23226_am_stamp_count=1
23227for _am_header in $config_headers :; do
23228 case $_am_header in
23229 $_am_arg | $_am_arg:* )
23230 break ;;
23231 * )
23232 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
23233 esac
23234done
23235echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
23236$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23237 X"$_am_arg" : 'X\(//\)[^/]' \| \
23238 X"$_am_arg" : 'X\(//\)$' \| \
23239 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
23240$as_echo X"$_am_arg" |
23241 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23242 s//\1/
23243 q
23244 }
23245 /^X\(\/\/\)[^/].*/{
23246 s//\1/
23247 q
23248 }
23249 /^X\(\/\/\)$/{
23250 s//\1/
23251 q
23252 }
23253 /^X\(\/\).*/{
23254 s//\1/
23255 q
23256 }
23257 s/.*/./; q'`/stamp-h$_am_stamp_count
23258 ;;
23259
23260 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
23261$as_echo "$as_me: executing $ac_file commands" >&6;}
23262 ;;
23263 esac
23264
23265
23266 case $ac_file$ac_mode in
23267 "zfs_config.h":H)
23268 (mv zfs_config.h zfs_config.h.tmp &&
6283f55e 23269 awk -f ${ac_srcdir}/config/config.awk zfs_config.h.tmp >zfs_config.h &&
e70e591c
BB
23270 rm zfs_config.h.tmp) || exit 1 ;;
23271 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
23272 # Autoconf 2.62 quotes --file arguments for eval, but not when files
23273 # are listed without --file. Let's play safe and only enable the eval
23274 # if we detect the quoting.
23275 case $CONFIG_FILES in
23276 *\'*) eval set x "$CONFIG_FILES" ;;
23277 *) set x $CONFIG_FILES ;;
23278 esac
23279 shift
23280 for mf
23281 do
23282 # Strip MF so we end up with the name of the file.
23283 mf=`echo "$mf" | sed -e 's/:.*$//'`
23284 # Check whether this is an Automake generated Makefile or not.
23285 # We used to match only the files named `Makefile.in', but
23286 # some people rename them; so instead we look at the file content.
23287 # Grep'ing the first line is not enough: some people post-process
23288 # each Makefile.in and add a new line on top of each file to say so.
23289 # Grep'ing the whole file is not good either: AIX grep has a line
23290 # limit of 2048, but all sed's we know have understand at least 4000.
23291 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
23292 dirpart=`$as_dirname -- "$mf" ||
23293$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23294 X"$mf" : 'X\(//\)[^/]' \| \
23295 X"$mf" : 'X\(//\)$' \| \
23296 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
23297$as_echo X"$mf" |
23298 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23299 s//\1/
23300 q
23301 }
23302 /^X\(\/\/\)[^/].*/{
23303 s//\1/
23304 q
23305 }
23306 /^X\(\/\/\)$/{
23307 s//\1/
23308 q
23309 }
23310 /^X\(\/\).*/{
23311 s//\1/
23312 q
23313 }
23314 s/.*/./; q'`
23315 else
23316 continue
23317 fi
23318 # Extract the definition of DEPDIR, am__include, and am__quote
23319 # from the Makefile without running `make'.
23320 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
23321 test -z "$DEPDIR" && continue
23322 am__include=`sed -n 's/^am__include = //p' < "$mf"`
23323 test -z "am__include" && continue
23324 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
23325 # When using ansi2knr, U may be empty or an underscore; expand it
23326 U=`sed -n 's/^U = //p' < "$mf"`
23327 # Find all dependency output files, they are included files with
23328 # $(DEPDIR) in their names. We invoke sed twice because it is the
23329 # simplest approach to changing $(DEPDIR) to its actual value in the
23330 # expansion.
23331 for file in `sed -n "
23332 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
23333 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
23334 # Make sure the directory exists.
23335 test -f "$dirpart/$file" && continue
23336 fdir=`$as_dirname -- "$file" ||
23337$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23338 X"$file" : 'X\(//\)[^/]' \| \
23339 X"$file" : 'X\(//\)$' \| \
23340 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
23341$as_echo X"$file" |
23342 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23343 s//\1/
23344 q
23345 }
23346 /^X\(\/\/\)[^/].*/{
23347 s//\1/
23348 q
23349 }
23350 /^X\(\/\/\)$/{
23351 s//\1/
23352 q
23353 }
23354 /^X\(\/\).*/{
23355 s//\1/
23356 q
23357 }
23358 s/.*/./; q'`
23359 { as_dir=$dirpart/$fdir
23360 case $as_dir in #(
23361 -*) as_dir=./$as_dir;;
23362 esac
23363 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
23364 as_dirs=
23365 while :; do
23366 case $as_dir in #(
23367 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
23368 *) as_qdir=$as_dir;;
23369 esac
23370 as_dirs="'$as_qdir' $as_dirs"
23371 as_dir=`$as_dirname -- "$as_dir" ||
23372$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23373 X"$as_dir" : 'X\(//\)[^/]' \| \
23374 X"$as_dir" : 'X\(//\)$' \| \
23375 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
23376$as_echo X"$as_dir" |
23377 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23378 s//\1/
23379 q
23380 }
23381 /^X\(\/\/\)[^/].*/{
23382 s//\1/
23383 q
23384 }
23385 /^X\(\/\/\)$/{
23386 s//\1/
23387 q
23388 }
23389 /^X\(\/\).*/{
23390 s//\1/
23391 q
23392 }
23393 s/.*/./; q'`
23394 test -d "$as_dir" && break
23395 done
23396 test -z "$as_dirs" || eval "mkdir $as_dirs"
23397 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
23398$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
23399 { (exit 1); exit 1; }; }; }
23400 # echo "creating $dirpart/$file"
23401 echo '# dummy' > "$dirpart/$file"
23402 done
23403 done
23404}
23405 ;;
23406 "libtool":C)
23407
23408 # See if we are running on zsh, and set the options which allow our
23409 # commands through without removal of \ escapes.
23410 if test -n "${ZSH_VERSION+set}" ; then
23411 setopt NO_GLOB_SUBST
23412 fi
23413
23414 cfgfile="${ofile}T"
23415 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
23416 $RM "$cfgfile"
23417
23418 cat <<_LT_EOF >> "$cfgfile"
23419#! $SHELL
23420
23421# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
23422# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
23423# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
23424# NOTE: Changes made to this file will be lost: look at ltmain.sh.
23425#
23426# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
23427# 2006, 2007, 2008 Free Software Foundation, Inc.
23428# Written by Gordon Matzigkeit, 1996
23429#
23430# This file is part of GNU Libtool.
23431#
23432# GNU Libtool is free software; you can redistribute it and/or
23433# modify it under the terms of the GNU General Public License as
23434# published by the Free Software Foundation; either version 2 of
23435# the License, or (at your option) any later version.
23436#
23437# As a special exception to the GNU General Public License,
23438# if you distribute this file as part of a program or library that
23439# is built using GNU Libtool, you may include this file under the
23440# same distribution terms that you use for the rest of that program.
23441#
23442# GNU Libtool is distributed in the hope that it will be useful,
23443# but WITHOUT ANY WARRANTY; without even the implied warranty of
23444# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23445# GNU General Public License for more details.
23446#
23447# You should have received a copy of the GNU General Public License
23448# along with GNU Libtool; see the file COPYING. If not, a copy
23449# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
23450# obtained by writing to the Free Software Foundation, Inc.,
23451# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23452
23453
23454# The names of the tagged configurations supported by this script.
23455available_tags=""
23456
23457# ### BEGIN LIBTOOL CONFIG
23458
23459# Which release of libtool.m4 was used?
23460macro_version=$macro_version
23461macro_revision=$macro_revision
23462
23463# Whether or not to build shared libraries.
23464build_libtool_libs=$enable_shared
23465
23466# Whether or not to build static libraries.
23467build_old_libs=$enable_static
23468
23469# What type of objects to build.
23470pic_mode=$pic_mode
23471
23472# Whether or not to optimize for fast installation.
23473fast_install=$enable_fast_install
23474
23475# The host system.
23476host_alias=$host_alias
23477host=$host
23478host_os=$host_os
23479
23480# The build system.
23481build_alias=$build_alias
23482build=$build
23483build_os=$build_os
23484
23485# A sed program that does not truncate output.
23486SED=$lt_SED
23487
23488# Sed that helps us avoid accidentally triggering echo(1) options like -n.
23489Xsed="\$SED -e 1s/^X//"
23490
23491# A grep program that handles long lines.
23492GREP=$lt_GREP
23493
23494# An ERE matcher.
23495EGREP=$lt_EGREP
23496
23497# A literal string matcher.
23498FGREP=$lt_FGREP
23499
23500# A BSD- or MS-compatible name lister.
23501NM=$lt_NM
23502
23503# Whether we need soft or hard links.
23504LN_S=$lt_LN_S
23505
23506# What is the maximum length of a command?
23507max_cmd_len=$max_cmd_len
23508
23509# Object file suffix (normally "o").
23510objext=$ac_objext
23511
23512# Executable file suffix (normally "").
23513exeext=$exeext
23514
23515# whether the shell understands "unset".
23516lt_unset=$lt_unset
23517
23518# turn spaces into newlines.
23519SP2NL=$lt_lt_SP2NL
23520
23521# turn newlines into spaces.
23522NL2SP=$lt_lt_NL2SP
23523
23524# How to create reloadable object files.
23525reload_flag=$lt_reload_flag
23526reload_cmds=$lt_reload_cmds
23527
23528# An object symbol dumper.
23529OBJDUMP=$lt_OBJDUMP
23530
23531# Method to check whether dependent libraries are shared objects.
23532deplibs_check_method=$lt_deplibs_check_method
23533
23534# Command to use when deplibs_check_method == "file_magic".
23535file_magic_cmd=$lt_file_magic_cmd
23536
23537# The archiver.
23538AR=$lt_AR
23539AR_FLAGS=$lt_AR_FLAGS
23540
23541# A symbol stripping program.
23542STRIP=$lt_STRIP
23543
23544# Commands used to install an old-style archive.
23545RANLIB=$lt_RANLIB
23546old_postinstall_cmds=$lt_old_postinstall_cmds
23547old_postuninstall_cmds=$lt_old_postuninstall_cmds
23548
23549# A C compiler.
23550LTCC=$lt_CC
23551
23552# LTCC compiler flags.
23553LTCFLAGS=$lt_CFLAGS
23554
23555# Take the output of nm and produce a listing of raw symbols and C names.
23556global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
23557
23558# Transform the output of nm in a proper C declaration.
23559global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
23560
23561# Transform the output of nm in a C name address pair.
23562global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
23563
23564# Transform the output of nm in a C name address pair when lib prefix is needed.
23565global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
23566
23567# The name of the directory that contains temporary libtool files.
23568objdir=$objdir
23569
23570# Shell to use when invoking shell scripts.
23571SHELL=$lt_SHELL
23572
23573# An echo program that does not interpret backslashes.
23574ECHO=$lt_ECHO
23575
23576# Used to examine libraries when file_magic_cmd begins with "file".
23577MAGIC_CMD=$MAGIC_CMD
23578
23579# Must we lock files when doing compilation?
23580need_locks=$lt_need_locks
23581
23582# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
23583DSYMUTIL=$lt_DSYMUTIL
23584
23585# Tool to change global to local symbols on Mac OS X.
23586NMEDIT=$lt_NMEDIT
23587
23588# Tool to manipulate fat objects and archives on Mac OS X.
23589LIPO=$lt_LIPO
23590
23591# ldd/readelf like tool for Mach-O binaries on Mac OS X.
23592OTOOL=$lt_OTOOL
23593
23594# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
23595OTOOL64=$lt_OTOOL64
23596
23597# Old archive suffix (normally "a").
23598libext=$libext
23599
23600# Shared library suffix (normally ".so").
23601shrext_cmds=$lt_shrext_cmds
23602
23603# The commands to extract the exported symbol list from a shared archive.
23604extract_expsyms_cmds=$lt_extract_expsyms_cmds
23605
23606# Variables whose values should be saved in libtool wrapper scripts and
23607# restored at link time.
23608variables_saved_for_relink=$lt_variables_saved_for_relink
23609
23610# Do we need the "lib" prefix for modules?
23611need_lib_prefix=$need_lib_prefix
23612
23613# Do we need a version for libraries?
23614need_version=$need_version
23615
23616# Library versioning type.
23617version_type=$version_type
23618
23619# Shared library runtime path variable.
23620runpath_var=$runpath_var
23621
23622# Shared library path variable.
23623shlibpath_var=$shlibpath_var
23624
23625# Is shlibpath searched before the hard-coded library search path?
23626shlibpath_overrides_runpath=$shlibpath_overrides_runpath
23627
23628# Format of library name prefix.
23629libname_spec=$lt_libname_spec
23630
23631# List of archive names. First name is the real one, the rest are links.
23632# The last name is the one that the linker finds with -lNAME
23633library_names_spec=$lt_library_names_spec
23634
23635# The coded name of the library, if different from the real name.
23636soname_spec=$lt_soname_spec
23637
23638# Command to use after installation of a shared archive.
23639postinstall_cmds=$lt_postinstall_cmds
23640
23641# Command to use after uninstallation of a shared archive.
23642postuninstall_cmds=$lt_postuninstall_cmds
23643
23644# Commands used to finish a libtool library installation in a directory.
23645finish_cmds=$lt_finish_cmds
23646
23647# As "finish_cmds", except a single script fragment to be evaled but
23648# not shown.
23649finish_eval=$lt_finish_eval
23650
23651# Whether we should hardcode library paths into libraries.
23652hardcode_into_libs=$hardcode_into_libs
23653
23654# Compile-time system search path for libraries.
23655sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
23656
23657# Run-time system search path for libraries.
23658sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
23659
23660# Whether dlopen is supported.
23661dlopen_support=$enable_dlopen
23662
23663# Whether dlopen of programs is supported.
23664dlopen_self=$enable_dlopen_self
23665
23666# Whether dlopen of statically linked programs is supported.
23667dlopen_self_static=$enable_dlopen_self_static
23668
23669# Commands to strip libraries.
23670old_striplib=$lt_old_striplib
23671striplib=$lt_striplib
23672
23673
23674# The linker used to build libraries.
23675LD=$lt_LD
23676
23677# Commands used to build an old-style archive.
23678old_archive_cmds=$lt_old_archive_cmds
23679
23680# A language specific compiler.
23681CC=$lt_compiler
23682
23683# Is the compiler the GNU compiler?
23684with_gcc=$GCC
23685
23686# Compiler flag to turn off builtin functions.
23687no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
23688
23689# How to pass a linker flag through the compiler.
23690wl=$lt_lt_prog_compiler_wl
23691
23692# Additional compiler flags for building library objects.
23693pic_flag=$lt_lt_prog_compiler_pic
23694
23695# Compiler flag to prevent dynamic linking.
23696link_static_flag=$lt_lt_prog_compiler_static
23697
23698# Does compiler simultaneously support -c and -o options?
23699compiler_c_o=$lt_lt_cv_prog_compiler_c_o
23700
23701# Whether or not to add -lc for building shared libraries.
23702build_libtool_need_lc=$archive_cmds_need_lc
23703
23704# Whether or not to disallow shared libs when runtime libs are static.
23705allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
23706
23707# Compiler flag to allow reflexive dlopens.
23708export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
23709
23710# Compiler flag to generate shared objects directly from archives.
23711whole_archive_flag_spec=$lt_whole_archive_flag_spec
23712
23713# Whether the compiler copes with passing no objects directly.
23714compiler_needs_object=$lt_compiler_needs_object
23715
23716# Create an old-style archive from a shared archive.
23717old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
23718
23719# Create a temporary old-style archive to link instead of a shared archive.
23720old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
23721
23722# Commands used to build a shared archive.
23723archive_cmds=$lt_archive_cmds
23724archive_expsym_cmds=$lt_archive_expsym_cmds
23725
23726# Commands used to build a loadable module if different from building
23727# a shared archive.
23728module_cmds=$lt_module_cmds
23729module_expsym_cmds=$lt_module_expsym_cmds
23730
23731# Whether we are building with GNU ld or not.
23732with_gnu_ld=$lt_with_gnu_ld
23733
23734# Flag that allows shared libraries with undefined symbols to be built.
23735allow_undefined_flag=$lt_allow_undefined_flag
23736
23737# Flag that enforces no undefined symbols.
23738no_undefined_flag=$lt_no_undefined_flag
23739
23740# Flag to hardcode \$libdir into a binary during linking.
23741# This must work even if \$libdir does not exist
23742hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
23743
23744# If ld is used when linking, flag to hardcode \$libdir into a binary
23745# during linking. This must work even if \$libdir does not exist.
23746hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
23747
23748# Whether we need a single "-rpath" flag with a separated argument.
23749hardcode_libdir_separator=$lt_hardcode_libdir_separator
23750
23751# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
23752# DIR into the resulting binary.
23753hardcode_direct=$hardcode_direct
23754
23755# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
23756# DIR into the resulting binary and the resulting library dependency is
23757# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
23758# library is relocated.
23759hardcode_direct_absolute=$hardcode_direct_absolute
23760
23761# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
23762# into the resulting binary.
23763hardcode_minus_L=$hardcode_minus_L
23764
23765# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
23766# into the resulting binary.
23767hardcode_shlibpath_var=$hardcode_shlibpath_var
23768
23769# Set to "yes" if building a shared library automatically hardcodes DIR
23770# into the library and all subsequent libraries and executables linked
23771# against it.
23772hardcode_automatic=$hardcode_automatic
23773
23774# Set to yes if linker adds runtime paths of dependent libraries
23775# to runtime path list.
23776inherit_rpath=$inherit_rpath
23777
23778# Whether libtool must link a program against all its dependency libraries.
23779link_all_deplibs=$link_all_deplibs
23780
23781# Fix the shell variable \$srcfile for the compiler.
23782fix_srcfile_path=$lt_fix_srcfile_path
23783
23784# Set to "yes" if exported symbols are required.
23785always_export_symbols=$always_export_symbols
23786
23787# The commands to list exported symbols.
23788export_symbols_cmds=$lt_export_symbols_cmds
23789
23790# Symbols that should not be listed in the preloaded symbols.
23791exclude_expsyms=$lt_exclude_expsyms
23792
23793# Symbols that must always be exported.
23794include_expsyms=$lt_include_expsyms
23795
23796# Commands necessary for linking programs (against libraries) with templates.
23797prelink_cmds=$lt_prelink_cmds
23798
23799# Specify filename containing input files.
23800file_list_spec=$lt_file_list_spec
23801
23802# How to hardcode a shared library path into an executable.
23803hardcode_action=$hardcode_action
23804
23805# ### END LIBTOOL CONFIG
23806
23807_LT_EOF
23808
23809 case $host_os in
23810 aix3*)
23811 cat <<\_LT_EOF >> "$cfgfile"
23812# AIX sometimes has problems with the GCC collect2 program. For some
23813# reason, if we set the COLLECT_NAMES environment variable, the problems
23814# vanish in a puff of smoke.
23815if test "X${COLLECT_NAMES+set}" != Xset; then
23816 COLLECT_NAMES=
23817 export COLLECT_NAMES
23818fi
23819_LT_EOF
23820 ;;
23821 esac
23822
23823
23824ltmain="$ac_aux_dir/ltmain.sh"
23825
23826
23827 # We use sed instead of cat because bash on DJGPP gets confused if
23828 # if finds mixed CR/LF and LF-only lines. Since sed operates in
23829 # text mode, it properly converts lines to CR/LF. This bash problem
23830 # is reportedly fixed, but why not run on old versions too?
23831 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
23832 || (rm -f "$cfgfile"; exit 1)
23833
23834 case $xsi_shell in
23835 yes)
23836 cat << \_LT_EOF >> "$cfgfile"
23837
23838# func_dirname file append nondir_replacement
23839# Compute the dirname of FILE. If nonempty, add APPEND to the result,
23840# otherwise set result to NONDIR_REPLACEMENT.
23841func_dirname ()
23842{
23843 case ${1} in
23844 */*) func_dirname_result="${1%/*}${2}" ;;
23845 * ) func_dirname_result="${3}" ;;
23846 esac
23847}
23848
23849# func_basename file
23850func_basename ()
23851{
23852 func_basename_result="${1##*/}"
23853}
23854
23855# func_dirname_and_basename file append nondir_replacement
23856# perform func_basename and func_dirname in a single function
23857# call:
23858# dirname: Compute the dirname of FILE. If nonempty,
23859# add APPEND to the result, otherwise set result
23860# to NONDIR_REPLACEMENT.
23861# value returned in "$func_dirname_result"
23862# basename: Compute filename of FILE.
23863# value retuned in "$func_basename_result"
23864# Implementation must be kept synchronized with func_dirname
23865# and func_basename. For efficiency, we do not delegate to
23866# those functions but instead duplicate the functionality here.
23867func_dirname_and_basename ()
23868{
23869 case ${1} in
23870 */*) func_dirname_result="${1%/*}${2}" ;;
23871 * ) func_dirname_result="${3}" ;;
23872 esac
23873 func_basename_result="${1##*/}"
23874}
23875
23876# func_stripname prefix suffix name
23877# strip PREFIX and SUFFIX off of NAME.
23878# PREFIX and SUFFIX must not contain globbing or regex special
23879# characters, hashes, percent signs, but SUFFIX may contain a leading
23880# dot (in which case that matches only a dot).
23881func_stripname ()
23882{
23883 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
23884 # positional parameters, so assign one to ordinary parameter first.
23885 func_stripname_result=${3}
23886 func_stripname_result=${func_stripname_result#"${1}"}
23887 func_stripname_result=${func_stripname_result%"${2}"}
23888}
23889
23890# func_opt_split
23891func_opt_split ()
23892{
23893 func_opt_split_opt=${1%%=*}
23894 func_opt_split_arg=${1#*=}
23895}
23896
23897# func_lo2o object
23898func_lo2o ()
23899{
23900 case ${1} in
23901 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
23902 *) func_lo2o_result=${1} ;;
23903 esac
23904}
23905
23906# func_xform libobj-or-source
23907func_xform ()
23908{
23909 func_xform_result=${1%.*}.lo
23910}
23911
23912# func_arith arithmetic-term...
23913func_arith ()
23914{
23915 func_arith_result=$(( $* ))
23916}
23917
23918# func_len string
23919# STRING may not start with a hyphen.
23920func_len ()
23921{
23922 func_len_result=${#1}
23923}
23924
23925_LT_EOF
23926 ;;
23927 *) # Bourne compatible functions.
23928 cat << \_LT_EOF >> "$cfgfile"
23929
23930# func_dirname file append nondir_replacement
23931# Compute the dirname of FILE. If nonempty, add APPEND to the result,
23932# otherwise set result to NONDIR_REPLACEMENT.
23933func_dirname ()
23934{
23935 # Extract subdirectory from the argument.
23936 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
23937 if test "X$func_dirname_result" = "X${1}"; then
23938 func_dirname_result="${3}"
23939 else
23940 func_dirname_result="$func_dirname_result${2}"
23941 fi
23942}
23943
23944# func_basename file
23945func_basename ()
23946{
23947 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
23948}
23949
23950
23951# func_stripname prefix suffix name
23952# strip PREFIX and SUFFIX off of NAME.
23953# PREFIX and SUFFIX must not contain globbing or regex special
23954# characters, hashes, percent signs, but SUFFIX may contain a leading
23955# dot (in which case that matches only a dot).
23956# func_strip_suffix prefix name
23957func_stripname ()
23958{
23959 case ${2} in
23960 .*) func_stripname_result=`$ECHO "X${3}" \
23961 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
23962 *) func_stripname_result=`$ECHO "X${3}" \
23963 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
23964 esac
23965}
23966
23967# sed scripts:
23968my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
23969my_sed_long_arg='1s/^-[^=]*=//'
23970
23971# func_opt_split
23972func_opt_split ()
23973{
23974 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
23975 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
23976}
23977
23978# func_lo2o object
23979func_lo2o ()
23980{
23981 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
23982}
23983
23984# func_xform libobj-or-source
23985func_xform ()
23986{
23987 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
23988}
23989
23990# func_arith arithmetic-term...
23991func_arith ()
23992{
23993 func_arith_result=`expr "$@"`
23994}
23995
23996# func_len string
23997# STRING may not start with a hyphen.
23998func_len ()
23999{
24000 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
24001}
24002
24003_LT_EOF
24004esac
24005
24006case $lt_shell_append in
24007 yes)
24008 cat << \_LT_EOF >> "$cfgfile"
24009
24010# func_append var value
24011# Append VALUE to the end of shell variable VAR.
24012func_append ()
24013{
24014 eval "$1+=\$2"
24015}
24016_LT_EOF
24017 ;;
24018 *)
24019 cat << \_LT_EOF >> "$cfgfile"
24020
24021# func_append var value
24022# Append VALUE to the end of shell variable VAR.
24023func_append ()
24024{
24025 eval "$1=\$$1\$2"
24026}
24027
24028_LT_EOF
24029 ;;
24030 esac
24031
24032
24033 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
24034 || (rm -f "$cfgfile"; exit 1)
24035
24036 mv -f "$cfgfile" "$ofile" ||
24037 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
24038 chmod +x "$ofile"
24039
24040 ;;
24041
24042 esac
24043done # for ac_tag
24044
24045
24046{ (exit 0); exit 0; }
24047_ACEOF
24048chmod +x $CONFIG_STATUS
24049ac_clean_files=$ac_clean_files_save
24050
24051test $ac_write_fail = 0 ||
24052 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
24053$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
24054 { (exit 1); exit 1; }; }
24055
24056
24057# configure is writing to config.log, and then calls config.status.
24058# config.status does its own redirection, appending to config.log.
24059# Unfortunately, on DOS this fails, as config.log is still kept open
24060# by configure, so config.status won't be able to write to it; its
24061# output is simply discarded. So we exec the FD to /dev/null,
24062# effectively closing config.log, so it can be properly (re)opened and
24063# appended to by config.status. When coming back to configure, we
24064# need to make the FD available again.
24065if test "$no_create" != yes; then
24066 ac_cs_success=:
24067 ac_config_status_args=
24068 test "$silent" = yes &&
24069 ac_config_status_args="$ac_config_status_args --quiet"
24070 exec 5>/dev/null
24071 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
24072 exec 5>>config.log
24073 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
24074 # would make configure fail if this is the last instruction.
24075 $ac_cs_success || { (exit 1); exit 1; }
24076fi
24077if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
24078 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
24079$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
24080fi
24081