Fake modpost stage for LINUX_COMPILE.
[zfs.git] / configure
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
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if 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
22 else
23   case `(set -o) 2>/dev/null` in
24   *posix*) set -o posix ;;
25 esac
26
27 fi
28
29
30
31
32 # PATH needs CR
33 # Avoid depending upon Character Ranges.
34 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37 as_cr_digits='0123456789'
38 as_cr_alnum=$as_cr_Letters$as_cr_digits
39
40 as_nl='
41 '
42 export as_nl
43 # Printing a long string crashes Solaris 7 /usr/bin/printf.
44 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
45 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
46 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
47 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48   as_echo='printf %s\n'
49   as_echo_n='printf %s'
50 else
51   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53     as_echo_n='/usr/ucb/echo -n'
54   else
55     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56     as_echo_n_body='eval
57       arg=$1;
58       case $arg in
59       *"$as_nl"*)
60         expr "X$arg" : "X\\(.*\\)$as_nl";
61         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62       esac;
63       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64     '
65     export as_echo_n_body
66     as_echo_n='sh -c $as_echo_n_body as_echo'
67   fi
68   export as_echo_body
69   as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74   PATH_SEPARATOR=:
75   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77       PATH_SEPARATOR=';'
78   }
79 fi
80
81 # Support unset when possible.
82 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
83   as_unset=unset
84 else
85   as_unset=false
86 fi
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.)
94 IFS=" ""        $as_nl"
95
96 # Find who we are.  Look in the path if we contain no directory separator.
97 case $0 in
98   *[\\/]* ) as_myself=$0 ;;
99   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
100 for as_dir in $PATH
101 do
102   IFS=$as_save_IFS
103   test -z "$as_dir" && as_dir=.
104   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
105 done
106 IFS=$as_save_IFS
107
108      ;;
109 esac
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.
112 if test "x$as_myself" = x; then
113   as_myself=$0
114 fi
115 if 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; }
118 fi
119
120 # Work around bugs in pre-3.0 UWIN ksh.
121 for as_var in ENV MAIL MAILPATH
122 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
133
134 # Required to use basename.
135 if expr a : '\(a\)' >/dev/null 2>&1 &&
136    test "X`expr 00001 : '.*\(...\)'`" = X001; then
137   as_expr=expr
138 else
139   as_expr=false
140 fi
141
142 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
143   as_basename=basename
144 else
145   as_basename=false
146 fi
147
148
149 # Name of the executable.
150 as_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
173 if test "x$CONFIG_SHELL" = x; then
174   if (eval ":") 2>/dev/null; then
175   as_have_required=yes
176 else
177   as_have_required=no
178 fi
179
180   if test $as_have_required = yes &&     (eval ":
181 (as_func_return () {
182   (exit \$1)
183 }
184 as_func_success () {
185   as_func_return 0
186 }
187 as_func_failure () {
188   as_func_return 1
189 }
190 as_func_ret_success () {
191   return 0
192 }
193 as_func_ret_failure () {
194   return 1
195 }
196
197 exitcode=0
198 if as_func_success; then
199   :
200 else
201   exitcode=1
202   echo as_func_success failed.
203 fi
204
205 if as_func_failure; then
206   exitcode=1
207   echo as_func_failure succeeded.
208 fi
209
210 if as_func_ret_success; then
211   :
212 else
213   exitcode=1
214   echo as_func_ret_success failed.
215 fi
216
217 if as_func_ret_failure; then
218   exitcode=1
219   echo as_func_ret_failure succeeded.
220 fi
221
222 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
223   :
224 else
225   exitcode=1
226   echo positional parameters were not saved.
227 fi
228
229 test \$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   :
238 else
239   as_candidate_shells=
240     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
241 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
242 do
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
251 done
252 IFS=$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
259 if 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
266 else
267   case `(set -o) 2>/dev/null` in
268   *posix*) set -o posix ;;
269 esac
270
271 fi
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
280 if 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
287 else
288   case `(set -o) 2>/dev/null` in
289   *posix*) set -o posix ;;
290 esac
291
292 fi
293
294
295 :
296 (as_func_return () {
297   (exit $1)
298 }
299 as_func_success () {
300   as_func_return 0
301 }
302 as_func_failure () {
303   as_func_return 1
304 }
305 as_func_ret_success () {
306   return 0
307 }
308 as_func_ret_failure () {
309   return 1
310 }
311
312 exitcode=0
313 if as_func_success; then
314   :
315 else
316   exitcode=1
317   echo as_func_success failed.
318 fi
319
320 if as_func_failure; then
321   exitcode=1
322   echo as_func_failure succeeded.
323 fi
324
325 if as_func_ret_success; then
326   :
327 else
328   exitcode=1
329   echo as_func_ret_success failed.
330 fi
331
332 if as_func_ret_failure; then
333   exitcode=1
334   echo as_func_ret_failure succeeded.
335 fi
336
337 if ( set x; as_func_ret_success y && test x = "$1" ); then
338   :
339 else
340   exitcode=1
341   echo positional parameters were not saved.
342 fi
343
344 test $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
355 fi
356
357 fi
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+"$@"}
367 fi
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; }
376 fi
377
378
379 fi
380
381 fi
382
383
384
385 (eval "as_func_return () {
386   (exit \$1)
387 }
388 as_func_success () {
389   as_func_return 0
390 }
391 as_func_failure () {
392   as_func_return 1
393 }
394 as_func_ret_success () {
395   return 0
396 }
397 as_func_ret_failure () {
398   return 1
399 }
400
401 exitcode=0
402 if as_func_success; then
403   :
404 else
405   exitcode=1
406   echo as_func_success failed.
407 fi
408
409 if as_func_failure; then
410   exitcode=1
411   echo as_func_failure succeeded.
412 fi
413
414 if as_func_ret_success; then
415   :
416 else
417   exitcode=1
418   echo as_func_ret_success failed.
419 fi
420
421 if as_func_ret_failure; then
422   exitcode=1
423   echo as_func_ret_failure succeeded.
424 fi
425
426 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
427   :
428 else
429   exitcode=1
430   echo positional parameters were not saved.
431 fi
432
433 test \$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
486 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
487   as_dirname=dirname
488 else
489   as_dirname=false
490 fi
491
492 ECHO_C= ECHO_N= ECHO_T=
493 case `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';;
501 esac
502 if expr a : '\(a\)' >/dev/null 2>&1 &&
503    test "X`expr 00001 : '.*\(...\)'`" = X001; then
504   as_expr=expr
505 else
506   as_expr=false
507 fi
508
509 rm -f conf$$ conf$$.exe conf$$.file
510 if test -d conf$$.dir; then
511   rm -f conf$$.dir/conf$$.file
512 else
513   rm -f conf$$.dir
514   mkdir conf$$.dir 2>/dev/null
515 fi
516 if (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
530 else
531   as_ln_s='cp -p'
532 fi
533 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
534 rmdir conf$$.dir 2>/dev/null
535
536 if mkdir -p . 2>/dev/null; then
537   as_mkdir_p=:
538 else
539   test -d ./-p && rmdir ./-p
540   as_mkdir_p=false
541 fi
542
543 if test -x / >/dev/null 2>&1; then
544   as_test_x='test -x'
545 else
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   '
563 fi
564 as_executable_p=$as_test_x
565
566 # Sed expression to map a string onto a valid CPP name.
567 as_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.
570 as_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.
576 SHELL=${CONFIG_SHELL-/bin/sh}
577
578 case X$lt_ECHO in
579 X*--fallback-echo)
580   # Remove one level of quotation (which was required for Make).
581   ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
582   ;;
583 esac
584
585 ECHO=${lt_ECHO-echo}
586 if test "X$1" = X--no-reexec; then
587   # Discard the --no-reexec flag, and continue.
588   shift
589 elif test "X$1" = X--fallback-echo; then
590   # Avoid inline document here, it may be left over
591   :
592 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
593   # Yippee, $ECHO works!
594   :
595 else
596   # Restart under the correct shell.
597   exec $SHELL "$0" --no-reexec ${1+"$@"}
598 fi
599
600 if 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
607 fi
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
613 if 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
711 fi
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.
715 lt_ECHO=$ECHO
716 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
717    lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
718 fi
719
720
721
722
723 exec 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.
728 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
729
730 #
731 # Initializations.
732 #
733 ac_default_prefix=/usr/local
734 ac_clean_files=
735 ac_config_libobj_dir=.
736 LIBOBJS=
737 cross_compiling=no
738 subdirs=
739 MFLAGS=
740 MAKEFLAGS=
741 SHELL=${CONFIG_SHELL-/bin/sh}
742
743 # Identity of this package.
744 PACKAGE_NAME=
745 PACKAGE_TARNAME=
746 PACKAGE_VERSION=
747 PACKAGE_STRING=
748 PACKAGE_BUGREPORT=
749
750 # Factoring default headers for most tests.
751 ac_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
786 ac_subst_vars='am__EXEEXT_FALSE
787 am__EXEEXT_TRUE
788 LTLIBOBJS
789 LIBOBJS
790 DEBUG_DMU_TX
791 DEBUG_ZFS
792 DEBUG_STACKFLAGS
793 DEBUG_CFLAGS
794 CONFIG_KERNEL_FALSE
795 CONFIG_KERNEL_TRUE
796 CONFIG_USER_FALSE
797 CONFIG_USER_TRUE
798 FRAME_LARGER_THAN
799 LIBSELINUX
800 LIBBLKID
801 LIBUUID
802 ZLIB
803 udevruledir
804 udevdir
805 KERNELCPPFLAGS
806 KERNELMAKE_PARAMS
807 SPL_SYMBOLS
808 SPL_VERSION
809 SPL_OBJ
810 SPL
811 LINUX_SYMBOLS
812 LINUX_VERSION
813 LINUX_OBJ
814 LINUX
815 NO_UNUSED_BUT_SET_VARIABLE
816 ZFS_CONFIG
817 TARGET_ASM_DIR
818 MAKEPKG_VERSION
819 MAKEPKG
820 HAVE_MAKEPKG
821 PACMAN_VERSION
822 PACMAN
823 HAVE_PACMAN
824 ALIEN_VERSION
825 ALIEN
826 HAVE_ALIEN
827 DPKGBUILD_VERSION
828 DPKGBUILD
829 HAVE_DPKGBUILD
830 DPKG_VERSION
831 DPKG
832 HAVE_DPKG
833 RPMBUILD_VERSION
834 RPMBUILD
835 HAVE_RPMBUILD
836 RPM_VERSION
837 RPM
838 HAVE_RPM
839 DEFAULT_INIT_SCRIPT
840 DEFAULT_INIT_DIR
841 DEFAULT_PACKAGE
842 VENDOR
843 am__fastdepCCAS_FALSE
844 am__fastdepCCAS_TRUE
845 CCASDEPMODE
846 CCASFLAGS
847 CCAS
848 CPP
849 OTOOL64
850 OTOOL
851 LIPO
852 NMEDIT
853 DSYMUTIL
854 lt_ECHO
855 RANLIB
856 AR
857 OBJDUMP
858 LN_S
859 NM
860 ac_ct_DUMPBIN
861 DUMPBIN
862 LD
863 FGREP
864 EGREP
865 GREP
866 SED
867 LIBTOOL
868 am__fastdepCC_FALSE
869 am__fastdepCC_TRUE
870 CCDEPMODE
871 AMDEPBACKSLASH
872 AMDEP_FALSE
873 AMDEP_TRUE
874 am__quote
875 am__include
876 DEPDIR
877 OBJEXT
878 EXEEXT
879 ac_ct_CC
880 CPPFLAGS
881 LDFLAGS
882 CFLAGS
883 CC
884 am__untar
885 am__tar
886 AMTAR
887 am__leading_dot
888 SET_MAKE
889 AWK
890 mkdir_p
891 MKDIR_P
892 INSTALL_STRIP_PROGRAM
893 STRIP
894 install_sh
895 MAKEINFO
896 AUTOHEADER
897 AUTOMAKE
898 AUTOCONF
899 ACLOCAL
900 VERSION
901 PACKAGE
902 CYGPATH_W
903 am__isrc
904 INSTALL_DATA
905 INSTALL_SCRIPT
906 INSTALL_PROGRAM
907 AM_BACKSLASH
908 AM_DEFAULT_VERBOSITY
909 MAINT
910 MAINTAINER_MODE_FALSE
911 MAINTAINER_MODE_TRUE
912 target_os
913 target_vendor
914 target_cpu
915 target
916 host_os
917 host_vendor
918 host_cpu
919 host
920 build_os
921 build_vendor
922 build_cpu
923 build
924 ZFS_META_LT_AGE
925 ZFS_META_LT_REVISION
926 ZFS_META_LT_CURRENT
927 ZFS_META_AUTHOR
928 ZFS_META_DATA
929 ZFS_META_ALIAS
930 ZFS_META_LICENSE
931 ZFS_META_RELEASE
932 ZFS_META_VERSION
933 ZFS_META_NAME
934 target_alias
935 host_alias
936 build_alias
937 LIBS
938 ECHO_T
939 ECHO_N
940 ECHO_C
941 DEFS
942 mandir
943 localedir
944 libdir
945 psdir
946 pdfdir
947 dvidir
948 htmldir
949 infodir
950 docdir
951 oldincludedir
952 includedir
953 localstatedir
954 sharedstatedir
955 sysconfdir
956 datadir
957 datarootdir
958 libexecdir
959 sbindir
960 bindir
961 program_transform_name
962 prefix
963 exec_prefix
964 PACKAGE_BUGREPORT
965 PACKAGE_STRING
966 PACKAGE_VERSION
967 PACKAGE_TARNAME
968 PACKAGE_NAME
969 PATH_SEPARATOR
970 SHELL'
971 ac_subst_files=''
972 ac_user_opts='
973 enable_option_checking
974 enable_maintainer_mode
975 enable_silent_rules
976 enable_dependency_tracking
977 enable_shared
978 enable_static
979 with_pic
980 enable_fast_install
981 with_gnu_ld
982 enable_libtool_lock
983 with_config
984 enable_linux_builtin
985 with_linux
986 with_linux_obj
987 with_spl
988 with_spl_obj
989 with_udevdir
990 with_udevruledir
991 with_blkid
992 with_selinux
993 enable_debug
994 enable_debug_dmu_tx
995 '
996       ac_precious_vars='build_alias
997 host_alias
998 target_alias
999 CC
1000 CFLAGS
1001 LDFLAGS
1002 LIBS
1003 CPPFLAGS
1004 CPP
1005 CCAS
1006 CCASFLAGS'
1007
1008
1009 # Initialize some variables set by options.
1010 ac_init_help=
1011 ac_init_version=false
1012 ac_unrecognized_opts=
1013 ac_unrecognized_sep=
1014 # The variables have the same names as the options, with
1015 # dashes changed to underlines.
1016 cache_file=/dev/null
1017 exec_prefix=NONE
1018 no_create=
1019 no_recursion=
1020 prefix=NONE
1021 program_prefix=NONE
1022 program_suffix=NONE
1023 program_transform_name=s,x,x,
1024 silent=
1025 site=
1026 srcdir=
1027 verbose=
1028 x_includes=NONE
1029 x_libraries=NONE
1030
1031 # Installation directory options.
1032 # These are left unexpanded so users can "make install exec_prefix=/foo"
1033 # and all the variables that are supposed to be based on exec_prefix
1034 # by default will actually change.
1035 # Use braces instead of parens because sh, perl, etc. also accept them.
1036 # (The list follows the same order as the GNU Coding Standards.)
1037 bindir='${exec_prefix}/bin'
1038 sbindir='${exec_prefix}/sbin'
1039 libexecdir='${exec_prefix}/libexec'
1040 datarootdir='${prefix}/share'
1041 datadir='${datarootdir}'
1042 sysconfdir='${prefix}/etc'
1043 sharedstatedir='${prefix}/com'
1044 localstatedir='${prefix}/var'
1045 includedir='${prefix}/include'
1046 oldincludedir='/usr/include'
1047 docdir='${datarootdir}/doc/${PACKAGE}'
1048 infodir='${datarootdir}/info'
1049 htmldir='${docdir}'
1050 dvidir='${docdir}'
1051 pdfdir='${docdir}'
1052 psdir='${docdir}'
1053 libdir='${exec_prefix}/lib'
1054 localedir='${datarootdir}/locale'
1055 mandir='${datarootdir}/man'
1056
1057 ac_prev=
1058 ac_dashdash=
1059 for ac_option
1060 do
1061   # If the previous option needs an argument, assign it.
1062   if test -n "$ac_prev"; then
1063     eval $ac_prev=\$ac_option
1064     ac_prev=
1065     continue
1066   fi
1067
1068   case $ac_option in
1069   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1070   *)    ac_optarg=yes ;;
1071   esac
1072
1073   # Accept the important Cygnus configure options, so we can diagnose typos.
1074
1075   case $ac_dashdash$ac_option in
1076   --)
1077     ac_dashdash=yes ;;
1078
1079   -bindir | --bindir | --bindi | --bind | --bin | --bi)
1080     ac_prev=bindir ;;
1081   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1082     bindir=$ac_optarg ;;
1083
1084   -build | --build | --buil | --bui | --bu)
1085     ac_prev=build_alias ;;
1086   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1087     build_alias=$ac_optarg ;;
1088
1089   -cache-file | --cache-file | --cache-fil | --cache-fi \
1090   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1091     ac_prev=cache_file ;;
1092   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1093   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1094     cache_file=$ac_optarg ;;
1095
1096   --config-cache | -C)
1097     cache_file=config.cache ;;
1098
1099   -datadir | --datadir | --datadi | --datad)
1100     ac_prev=datadir ;;
1101   -datadir=* | --datadir=* | --datadi=* | --datad=*)
1102     datadir=$ac_optarg ;;
1103
1104   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1105   | --dataroo | --dataro | --datar)
1106     ac_prev=datarootdir ;;
1107   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1108   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1109     datarootdir=$ac_optarg ;;
1110
1111   -disable-* | --disable-*)
1112     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1113     # Reject names that are not valid shell variable names.
1114     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1115       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1116    { (exit 1); exit 1; }; }
1117     ac_useropt_orig=$ac_useropt
1118     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1119     case $ac_user_opts in
1120       *"
1121 "enable_$ac_useropt"
1122 "*) ;;
1123       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1124          ac_unrecognized_sep=', ';;
1125     esac
1126     eval enable_$ac_useropt=no ;;
1127
1128   -docdir | --docdir | --docdi | --doc | --do)
1129     ac_prev=docdir ;;
1130   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1131     docdir=$ac_optarg ;;
1132
1133   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1134     ac_prev=dvidir ;;
1135   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1136     dvidir=$ac_optarg ;;
1137
1138   -enable-* | --enable-*)
1139     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1140     # Reject names that are not valid shell variable names.
1141     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1142       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1143    { (exit 1); exit 1; }; }
1144     ac_useropt_orig=$ac_useropt
1145     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1146     case $ac_user_opts in
1147       *"
1148 "enable_$ac_useropt"
1149 "*) ;;
1150       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1151          ac_unrecognized_sep=', ';;
1152     esac
1153     eval enable_$ac_useropt=\$ac_optarg ;;
1154
1155   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1156   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1157   | --exec | --exe | --ex)
1158     ac_prev=exec_prefix ;;
1159   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1160   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1161   | --exec=* | --exe=* | --ex=*)
1162     exec_prefix=$ac_optarg ;;
1163
1164   -gas | --gas | --ga | --g)
1165     # Obsolete; use --with-gas.
1166     with_gas=yes ;;
1167
1168   -help | --help | --hel | --he | -h)
1169     ac_init_help=long ;;
1170   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1171     ac_init_help=recursive ;;
1172   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1173     ac_init_help=short ;;
1174
1175   -host | --host | --hos | --ho)
1176     ac_prev=host_alias ;;
1177   -host=* | --host=* | --hos=* | --ho=*)
1178     host_alias=$ac_optarg ;;
1179
1180   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1181     ac_prev=htmldir ;;
1182   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1183   | --ht=*)
1184     htmldir=$ac_optarg ;;
1185
1186   -includedir | --includedir | --includedi | --included | --include \
1187   | --includ | --inclu | --incl | --inc)
1188     ac_prev=includedir ;;
1189   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1190   | --includ=* | --inclu=* | --incl=* | --inc=*)
1191     includedir=$ac_optarg ;;
1192
1193   -infodir | --infodir | --infodi | --infod | --info | --inf)
1194     ac_prev=infodir ;;
1195   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1196     infodir=$ac_optarg ;;
1197
1198   -libdir | --libdir | --libdi | --libd)
1199     ac_prev=libdir ;;
1200   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1201     libdir=$ac_optarg ;;
1202
1203   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1204   | --libexe | --libex | --libe)
1205     ac_prev=libexecdir ;;
1206   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1207   | --libexe=* | --libex=* | --libe=*)
1208     libexecdir=$ac_optarg ;;
1209
1210   -localedir | --localedir | --localedi | --localed | --locale)
1211     ac_prev=localedir ;;
1212   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1213     localedir=$ac_optarg ;;
1214
1215   -localstatedir | --localstatedir | --localstatedi | --localstated \
1216   | --localstate | --localstat | --localsta | --localst | --locals)
1217     ac_prev=localstatedir ;;
1218   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1219   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1220     localstatedir=$ac_optarg ;;
1221
1222   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1223     ac_prev=mandir ;;
1224   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1225     mandir=$ac_optarg ;;
1226
1227   -nfp | --nfp | --nf)
1228     # Obsolete; use --without-fp.
1229     with_fp=no ;;
1230
1231   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1232   | --no-cr | --no-c | -n)
1233     no_create=yes ;;
1234
1235   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1236   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1237     no_recursion=yes ;;
1238
1239   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1240   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1241   | --oldin | --oldi | --old | --ol | --o)
1242     ac_prev=oldincludedir ;;
1243   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1244   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1245   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1246     oldincludedir=$ac_optarg ;;
1247
1248   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1249     ac_prev=prefix ;;
1250   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1251     prefix=$ac_optarg ;;
1252
1253   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1254   | --program-pre | --program-pr | --program-p)
1255     ac_prev=program_prefix ;;
1256   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1257   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1258     program_prefix=$ac_optarg ;;
1259
1260   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1261   | --program-suf | --program-su | --program-s)
1262     ac_prev=program_suffix ;;
1263   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1264   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1265     program_suffix=$ac_optarg ;;
1266
1267   -program-transform-name | --program-transform-name \
1268   | --program-transform-nam | --program-transform-na \
1269   | --program-transform-n | --program-transform- \
1270   | --program-transform | --program-transfor \
1271   | --program-transfo | --program-transf \
1272   | --program-trans | --program-tran \
1273   | --progr-tra | --program-tr | --program-t)
1274     ac_prev=program_transform_name ;;
1275   -program-transform-name=* | --program-transform-name=* \
1276   | --program-transform-nam=* | --program-transform-na=* \
1277   | --program-transform-n=* | --program-transform-=* \
1278   | --program-transform=* | --program-transfor=* \
1279   | --program-transfo=* | --program-transf=* \
1280   | --program-trans=* | --program-tran=* \
1281   | --progr-tra=* | --program-tr=* | --program-t=*)
1282     program_transform_name=$ac_optarg ;;
1283
1284   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1285     ac_prev=pdfdir ;;
1286   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1287     pdfdir=$ac_optarg ;;
1288
1289   -psdir | --psdir | --psdi | --psd | --ps)
1290     ac_prev=psdir ;;
1291   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1292     psdir=$ac_optarg ;;
1293
1294   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1295   | -silent | --silent | --silen | --sile | --sil)
1296     silent=yes ;;
1297
1298   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1299     ac_prev=sbindir ;;
1300   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1301   | --sbi=* | --sb=*)
1302     sbindir=$ac_optarg ;;
1303
1304   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1305   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1306   | --sharedst | --shareds | --shared | --share | --shar \
1307   | --sha | --sh)
1308     ac_prev=sharedstatedir ;;
1309   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1310   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1311   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1312   | --sha=* | --sh=*)
1313     sharedstatedir=$ac_optarg ;;
1314
1315   -site | --site | --sit)
1316     ac_prev=site ;;
1317   -site=* | --site=* | --sit=*)
1318     site=$ac_optarg ;;
1319
1320   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1321     ac_prev=srcdir ;;
1322   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1323     srcdir=$ac_optarg ;;
1324
1325   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1326   | --syscon | --sysco | --sysc | --sys | --sy)
1327     ac_prev=sysconfdir ;;
1328   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1329   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1330     sysconfdir=$ac_optarg ;;
1331
1332   -target | --target | --targe | --targ | --tar | --ta | --t)
1333     ac_prev=target_alias ;;
1334   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1335     target_alias=$ac_optarg ;;
1336
1337   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1338     verbose=yes ;;
1339
1340   -version | --version | --versio | --versi | --vers | -V)
1341     ac_init_version=: ;;
1342
1343   -with-* | --with-*)
1344     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1345     # Reject names that are not valid shell variable names.
1346     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1347       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1348    { (exit 1); exit 1; }; }
1349     ac_useropt_orig=$ac_useropt
1350     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1351     case $ac_user_opts in
1352       *"
1353 "with_$ac_useropt"
1354 "*) ;;
1355       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1356          ac_unrecognized_sep=', ';;
1357     esac
1358     eval with_$ac_useropt=\$ac_optarg ;;
1359
1360   -without-* | --without-*)
1361     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1362     # Reject names that are not valid shell variable names.
1363     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1364       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1365    { (exit 1); exit 1; }; }
1366     ac_useropt_orig=$ac_useropt
1367     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1368     case $ac_user_opts in
1369       *"
1370 "with_$ac_useropt"
1371 "*) ;;
1372       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1373          ac_unrecognized_sep=', ';;
1374     esac
1375     eval with_$ac_useropt=no ;;
1376
1377   --x)
1378     # Obsolete; use --with-x.
1379     with_x=yes ;;
1380
1381   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1382   | --x-incl | --x-inc | --x-in | --x-i)
1383     ac_prev=x_includes ;;
1384   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1385   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1386     x_includes=$ac_optarg ;;
1387
1388   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1389   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1390     ac_prev=x_libraries ;;
1391   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1392   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1393     x_libraries=$ac_optarg ;;
1394
1395   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1396 Try \`$0 --help' for more information." >&2
1397    { (exit 1); exit 1; }; }
1398     ;;
1399
1400   *=*)
1401     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1402     # Reject names that are not valid shell variable names.
1403     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1404       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1405    { (exit 1); exit 1; }; }
1406     eval $ac_envvar=\$ac_optarg
1407     export $ac_envvar ;;
1408
1409   *)
1410     # FIXME: should be removed in autoconf 3.0.
1411     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1412     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1413       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1414     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1415     ;;
1416
1417   esac
1418 done
1419
1420 if test -n "$ac_prev"; then
1421   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1422   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1423    { (exit 1); exit 1; }; }
1424 fi
1425
1426 if test -n "$ac_unrecognized_opts"; then
1427   case $enable_option_checking in
1428     no) ;;
1429     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1430    { (exit 1); exit 1; }; } ;;
1431     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1432   esac
1433 fi
1434
1435 # Check all directory arguments for consistency.
1436 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1437                 datadir sysconfdir sharedstatedir localstatedir includedir \
1438                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1439                 libdir localedir mandir
1440 do
1441   eval ac_val=\$$ac_var
1442   # Remove trailing slashes.
1443   case $ac_val in
1444     */ )
1445       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1446       eval $ac_var=\$ac_val;;
1447   esac
1448   # Be sure to have absolute directory names.
1449   case $ac_val in
1450     [\\/$]* | ?:[\\/]* )  continue;;
1451     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1452   esac
1453   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1454    { (exit 1); exit 1; }; }
1455 done
1456
1457 # There might be people who depend on the old broken behavior: `$host'
1458 # used to hold the argument of --host etc.
1459 # FIXME: To remove some day.
1460 build=$build_alias
1461 host=$host_alias
1462 target=$target_alias
1463
1464 # FIXME: To remove some day.
1465 if test "x$host_alias" != x; then
1466   if test "x$build_alias" = x; then
1467     cross_compiling=maybe
1468     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1469     If a cross compiler is detected then cross compile mode will be used." >&2
1470   elif test "x$build_alias" != "x$host_alias"; then
1471     cross_compiling=yes
1472   fi
1473 fi
1474
1475 ac_tool_prefix=
1476 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1477
1478 test "$silent" = yes && exec 6>/dev/null
1479
1480
1481 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1482 ac_ls_di=`ls -di .` &&
1483 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1484   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1485    { (exit 1); exit 1; }; }
1486 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1487   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1488    { (exit 1); exit 1; }; }
1489
1490
1491 # Find the source files, if location was not specified.
1492 if test -z "$srcdir"; then
1493   ac_srcdir_defaulted=yes
1494   # Try the directory containing this script, then the parent directory.
1495   ac_confdir=`$as_dirname -- "$as_myself" ||
1496 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1497          X"$as_myself" : 'X\(//\)[^/]' \| \
1498          X"$as_myself" : 'X\(//\)$' \| \
1499          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1500 $as_echo X"$as_myself" |
1501     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1502             s//\1/
1503             q
1504           }
1505           /^X\(\/\/\)[^/].*/{
1506             s//\1/
1507             q
1508           }
1509           /^X\(\/\/\)$/{
1510             s//\1/
1511             q
1512           }
1513           /^X\(\/\).*/{
1514             s//\1/
1515             q
1516           }
1517           s/.*/./; q'`
1518   srcdir=$ac_confdir
1519   if test ! -r "$srcdir/$ac_unique_file"; then
1520     srcdir=..
1521   fi
1522 else
1523   ac_srcdir_defaulted=no
1524 fi
1525 if test ! -r "$srcdir/$ac_unique_file"; then
1526   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1527   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1528    { (exit 1); exit 1; }; }
1529 fi
1530 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1531 ac_abs_confdir=`(
1532         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1533    { (exit 1); exit 1; }; }
1534         pwd)`
1535 # When building in place, set srcdir=.
1536 if test "$ac_abs_confdir" = "$ac_pwd"; then
1537   srcdir=.
1538 fi
1539 # Remove unnecessary trailing slashes from srcdir.
1540 # Double slashes in file names in object file debugging info
1541 # mess up M-x gdb in Emacs.
1542 case $srcdir in
1543 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1544 esac
1545 for ac_var in $ac_precious_vars; do
1546   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1547   eval ac_env_${ac_var}_value=\$${ac_var}
1548   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1549   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1550 done
1551
1552 #
1553 # Report the --help message.
1554 #
1555 if test "$ac_init_help" = "long"; then
1556   # Omit some internal or obsolete options to make the list less imposing.
1557   # This message is too long to be a string in the A/UX 3.1 sh.
1558   cat <<_ACEOF
1559 \`configure' configures this package to adapt to many kinds of systems.
1560
1561 Usage: $0 [OPTION]... [VAR=VALUE]...
1562
1563 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1564 VAR=VALUE.  See below for descriptions of some of the useful variables.
1565
1566 Defaults for the options are specified in brackets.
1567
1568 Configuration:
1569   -h, --help              display this help and exit
1570       --help=short        display options specific to this package
1571       --help=recursive    display the short help of all the included packages
1572   -V, --version           display version information and exit
1573   -q, --quiet, --silent   do not print \`checking...' messages
1574       --cache-file=FILE   cache test results in FILE [disabled]
1575   -C, --config-cache      alias for \`--cache-file=config.cache'
1576   -n, --no-create         do not create output files
1577       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1578
1579 Installation directories:
1580   --prefix=PREFIX         install architecture-independent files in PREFIX
1581                           [$ac_default_prefix]
1582   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1583                           [PREFIX]
1584
1585 By default, \`make install' will install all the files in
1586 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1587 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1588 for instance \`--prefix=\$HOME'.
1589
1590 For better control, use the options below.
1591
1592 Fine tuning of the installation directories:
1593   --bindir=DIR            user executables [EPREFIX/bin]
1594   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1595   --libexecdir=DIR        program executables [EPREFIX/libexec]
1596   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1597   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1598   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1599   --libdir=DIR            object code libraries [EPREFIX/lib]
1600   --includedir=DIR        C header files [PREFIX/include]
1601   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1602   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1603   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1604   --infodir=DIR           info documentation [DATAROOTDIR/info]
1605   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1606   --mandir=DIR            man documentation [DATAROOTDIR/man]
1607   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1608   --htmldir=DIR           html documentation [DOCDIR]
1609   --dvidir=DIR            dvi documentation [DOCDIR]
1610   --pdfdir=DIR            pdf documentation [DOCDIR]
1611   --psdir=DIR             ps documentation [DOCDIR]
1612 _ACEOF
1613
1614   cat <<\_ACEOF
1615
1616 Program names:
1617   --program-prefix=PREFIX            prepend PREFIX to installed program names
1618   --program-suffix=SUFFIX            append SUFFIX to installed program names
1619   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1620
1621 System types:
1622   --build=BUILD     configure for building on BUILD [guessed]
1623   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1624   --target=TARGET   configure for building compilers for TARGET [HOST]
1625 _ACEOF
1626 fi
1627
1628 if test -n "$ac_init_help"; then
1629
1630   cat <<\_ACEOF
1631
1632 Optional Features:
1633   --disable-option-checking  ignore unrecognized --enable/--with options
1634   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1635   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1636   --enable-maintainer-mode  enable make rules and dependencies not useful
1637                           (and sometimes confusing) to the casual installer
1638   --enable-silent-rules          less verbose build output (undo: `make V=1')
1639   --disable-silent-rules         verbose build output (undo: `make V=0')
1640   --disable-dependency-tracking  speeds up one-time build
1641   --enable-dependency-tracking   do not reject slow dependency extractors
1642   --enable-shared[=PKGS]  build shared libraries [default=yes]
1643   --enable-static[=PKGS]  build static libraries [default=yes]
1644   --enable-fast-install[=PKGS]
1645                           optimize for fast installation [default=yes]
1646   --disable-libtool-lock  avoid locking (might break parallel builds)
1647   --enable-linux-builtin  Configure for builtin in-tree kernel modules
1648                           [default=no]
1649   --enable-debug          Enable generic debug support [default=no]
1650   --enable-debug-dmu-tx   Enable dmu tx validation [default=no]
1651
1652 Optional Packages:
1653   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1654   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1655   --with-pic              try to use only PIC/non-PIC objects [default=use
1656                           both]
1657   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1658   --with-config=CONFIG    Config file 'kernel|user|all|srpm'
1659   --with-linux=PATH       Path to kernel source
1660   --with-linux-obj=PATH   Path to kernel build objects
1661   --with-spl=PATH         Path to spl source
1662   --with-spl-obj=PATH     Path to spl build objects
1663   --with-udevdir=DIR      install udev helpers [EPREFIX/lib/udev]
1664   --with-udevruledir=DIR  install udev rules [UDEVDIR/rules.d]
1665   --with-blkid            support blkid caching [default=check]
1666   --with-selinux          support selinux [default=check]
1667
1668 Some influential environment variables:
1669   CC          C compiler command
1670   CFLAGS      C compiler flags
1671   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1672               nonstandard directory <lib dir>
1673   LIBS        libraries to pass to the linker, e.g. -l<library>
1674   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1675               you have headers in a nonstandard directory <include dir>
1676   CPP         C preprocessor
1677   CCAS        assembler compiler command (defaults to CC)
1678   CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
1679
1680 Use these variables to override the choices made by `configure' or to help
1681 it to find libraries and programs with nonstandard names/locations.
1682
1683 _ACEOF
1684 ac_status=$?
1685 fi
1686
1687 if test "$ac_init_help" = "recursive"; then
1688   # If there are subdirs, report their specific --help.
1689   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1690     test -d "$ac_dir" ||
1691       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1692       continue
1693     ac_builddir=.
1694
1695 case "$ac_dir" in
1696 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1697 *)
1698   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1699   # A ".." for each directory in $ac_dir_suffix.
1700   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1701   case $ac_top_builddir_sub in
1702   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1703   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1704   esac ;;
1705 esac
1706 ac_abs_top_builddir=$ac_pwd
1707 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1708 # for backward compatibility:
1709 ac_top_builddir=$ac_top_build_prefix
1710
1711 case $srcdir in
1712   .)  # We are building in place.
1713     ac_srcdir=.
1714     ac_top_srcdir=$ac_top_builddir_sub
1715     ac_abs_top_srcdir=$ac_pwd ;;
1716   [\\/]* | ?:[\\/]* )  # Absolute name.
1717     ac_srcdir=$srcdir$ac_dir_suffix;
1718     ac_top_srcdir=$srcdir
1719     ac_abs_top_srcdir=$srcdir ;;
1720   *) # Relative name.
1721     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1722     ac_top_srcdir=$ac_top_build_prefix$srcdir
1723     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1724 esac
1725 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1726
1727     cd "$ac_dir" || { ac_status=$?; continue; }
1728     # Check for guested configure.
1729     if test -f "$ac_srcdir/configure.gnu"; then
1730       echo &&
1731       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1732     elif test -f "$ac_srcdir/configure"; then
1733       echo &&
1734       $SHELL "$ac_srcdir/configure" --help=recursive
1735     else
1736       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1737     fi || ac_status=$?
1738     cd "$ac_pwd" || { ac_status=$?; break; }
1739   done
1740 fi
1741
1742 test -n "$ac_init_help" && exit $ac_status
1743 if $ac_init_version; then
1744   cat <<\_ACEOF
1745 configure
1746 generated by GNU Autoconf 2.63
1747
1748 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1749 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1750 This configure script is free software; the Free Software Foundation
1751 gives unlimited permission to copy, distribute and modify it.
1752 _ACEOF
1753   exit
1754 fi
1755 cat >config.log <<_ACEOF
1756 This file contains any messages produced by compilers while
1757 running configure, to aid debugging if configure makes a mistake.
1758
1759 It was created by $as_me, which was
1760 generated by GNU Autoconf 2.63.  Invocation command line was
1761
1762   $ $0 $@
1763
1764 _ACEOF
1765 exec 5>>config.log
1766 {
1767 cat <<_ASUNAME
1768 ## --------- ##
1769 ## Platform. ##
1770 ## --------- ##
1771
1772 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1773 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1774 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1775 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1776 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1777
1778 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1779 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1780
1781 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1782 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1783 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1784 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1785 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1786 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1787 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1788
1789 _ASUNAME
1790
1791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1792 for as_dir in $PATH
1793 do
1794   IFS=$as_save_IFS
1795   test -z "$as_dir" && as_dir=.
1796   $as_echo "PATH: $as_dir"
1797 done
1798 IFS=$as_save_IFS
1799
1800 } >&5
1801
1802 cat >&5 <<_ACEOF
1803
1804
1805 ## ----------- ##
1806 ## Core tests. ##
1807 ## ----------- ##
1808
1809 _ACEOF
1810
1811
1812 # Keep a trace of the command line.
1813 # Strip out --no-create and --no-recursion so they do not pile up.
1814 # Strip out --silent because we don't want to record it for future runs.
1815 # Also quote any args containing shell meta-characters.
1816 # Make two passes to allow for proper duplicate-argument suppression.
1817 ac_configure_args=
1818 ac_configure_args0=
1819 ac_configure_args1=
1820 ac_must_keep_next=false
1821 for ac_pass in 1 2
1822 do
1823   for ac_arg
1824   do
1825     case $ac_arg in
1826     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1827     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1828     | -silent | --silent | --silen | --sile | --sil)
1829       continue ;;
1830     *\'*)
1831       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1832     esac
1833     case $ac_pass in
1834     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1835     2)
1836       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1837       if test $ac_must_keep_next = true; then
1838         ac_must_keep_next=false # Got value, back to normal.
1839       else
1840         case $ac_arg in
1841           *=* | --config-cache | -C | -disable-* | --disable-* \
1842           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1843           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1844           | -with-* | --with-* | -without-* | --without-* | --x)
1845             case "$ac_configure_args0 " in
1846               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1847             esac
1848             ;;
1849           -* ) ac_must_keep_next=true ;;
1850         esac
1851       fi
1852       ac_configure_args="$ac_configure_args '$ac_arg'"
1853       ;;
1854     esac
1855   done
1856 done
1857 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1858 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1859
1860 # When interrupted or exit'd, cleanup temporary files, and complete
1861 # config.log.  We remove comments because anyway the quotes in there
1862 # would cause problems or look ugly.
1863 # WARNING: Use '\'' to represent an apostrophe within the trap.
1864 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1865 trap 'exit_status=$?
1866   # Save into config.log some information that might help in debugging.
1867   {
1868     echo
1869
1870     cat <<\_ASBOX
1871 ## ---------------- ##
1872 ## Cache variables. ##
1873 ## ---------------- ##
1874 _ASBOX
1875     echo
1876     # The following way of writing the cache mishandles newlines in values,
1877 (
1878   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1879     eval ac_val=\$$ac_var
1880     case $ac_val in #(
1881     *${as_nl}*)
1882       case $ac_var in #(
1883       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1884 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1885       esac
1886       case $ac_var in #(
1887       _ | IFS | as_nl) ;; #(
1888       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1889       *) $as_unset $ac_var ;;
1890       esac ;;
1891     esac
1892   done
1893   (set) 2>&1 |
1894     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1895     *${as_nl}ac_space=\ *)
1896       sed -n \
1897         "s/'\''/'\''\\\\'\'''\''/g;
1898           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1899       ;; #(
1900     *)
1901       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1902       ;;
1903     esac |
1904     sort
1905 )
1906     echo
1907
1908     cat <<\_ASBOX
1909 ## ----------------- ##
1910 ## Output variables. ##
1911 ## ----------------- ##
1912 _ASBOX
1913     echo
1914     for ac_var in $ac_subst_vars
1915     do
1916       eval ac_val=\$$ac_var
1917       case $ac_val in
1918       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1919       esac
1920       $as_echo "$ac_var='\''$ac_val'\''"
1921     done | sort
1922     echo
1923
1924     if test -n "$ac_subst_files"; then
1925       cat <<\_ASBOX
1926 ## ------------------- ##
1927 ## File substitutions. ##
1928 ## ------------------- ##
1929 _ASBOX
1930       echo
1931       for ac_var in $ac_subst_files
1932       do
1933         eval ac_val=\$$ac_var
1934         case $ac_val in
1935         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1936         esac
1937         $as_echo "$ac_var='\''$ac_val'\''"
1938       done | sort
1939       echo
1940     fi
1941
1942     if test -s confdefs.h; then
1943       cat <<\_ASBOX
1944 ## ----------- ##
1945 ## confdefs.h. ##
1946 ## ----------- ##
1947 _ASBOX
1948       echo
1949       cat confdefs.h
1950       echo
1951     fi
1952     test "$ac_signal" != 0 &&
1953       $as_echo "$as_me: caught signal $ac_signal"
1954     $as_echo "$as_me: exit $exit_status"
1955   } >&5
1956   rm -f core *.core core.conftest.* &&
1957     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1958     exit $exit_status
1959 ' 0
1960 for ac_signal in 1 2 13 15; do
1961   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1962 done
1963 ac_signal=0
1964
1965 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1966 rm -f -r conftest* confdefs.h
1967
1968 # Predefined preprocessor variables.
1969
1970 cat >>confdefs.h <<_ACEOF
1971 #define PACKAGE_NAME "$PACKAGE_NAME"
1972 _ACEOF
1973
1974
1975 cat >>confdefs.h <<_ACEOF
1976 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1977 _ACEOF
1978
1979
1980 cat >>confdefs.h <<_ACEOF
1981 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1982 _ACEOF
1983
1984
1985 cat >>confdefs.h <<_ACEOF
1986 #define PACKAGE_STRING "$PACKAGE_STRING"
1987 _ACEOF
1988
1989
1990 cat >>confdefs.h <<_ACEOF
1991 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1992 _ACEOF
1993
1994
1995 # Let the site file select an alternate cache file if it wants to.
1996 # Prefer an explicitly selected file to automatically selected ones.
1997 ac_site_file1=NONE
1998 ac_site_file2=NONE
1999 if test -n "$CONFIG_SITE"; then
2000   ac_site_file1=$CONFIG_SITE
2001 elif test "x$prefix" != xNONE; then
2002   ac_site_file1=$prefix/share/config.site
2003   ac_site_file2=$prefix/etc/config.site
2004 else
2005   ac_site_file1=$ac_default_prefix/share/config.site
2006   ac_site_file2=$ac_default_prefix/etc/config.site
2007 fi
2008 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2009 do
2010   test "x$ac_site_file" = xNONE && continue
2011   if test -r "$ac_site_file"; then
2012     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2013 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2014     sed 's/^/| /' "$ac_site_file" >&5
2015     . "$ac_site_file"
2016   fi
2017 done
2018
2019 if test -r "$cache_file"; then
2020   # Some versions of bash will fail to source /dev/null (special
2021   # files actually), so we avoid doing that.
2022   if test -f "$cache_file"; then
2023     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
2024 $as_echo "$as_me: loading cache $cache_file" >&6;}
2025     case $cache_file in
2026       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2027       *)                      . "./$cache_file";;
2028     esac
2029   fi
2030 else
2031   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
2032 $as_echo "$as_me: creating cache $cache_file" >&6;}
2033   >$cache_file
2034 fi
2035
2036 # Check that the precious variables saved in the cache have kept the same
2037 # value.
2038 ac_cache_corrupted=false
2039 for ac_var in $ac_precious_vars; do
2040   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2041   eval ac_new_set=\$ac_env_${ac_var}_set
2042   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2043   eval ac_new_val=\$ac_env_${ac_var}_value
2044   case $ac_old_set,$ac_new_set in
2045     set,)
2046       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2047 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2048       ac_cache_corrupted=: ;;
2049     ,set)
2050       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2051 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2052       ac_cache_corrupted=: ;;
2053     ,);;
2054     *)
2055       if test "x$ac_old_val" != "x$ac_new_val"; then
2056         # differences in whitespace do not lead to failure.
2057         ac_old_val_w=`echo x $ac_old_val`
2058         ac_new_val_w=`echo x $ac_new_val`
2059         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2060           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2061 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2062           ac_cache_corrupted=:
2063         else
2064           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2065 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2066           eval $ac_var=\$ac_old_val
2067         fi
2068         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
2069 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2070         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
2071 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2072       fi;;
2073   esac
2074   # Pass precious variables to config.status.
2075   if test "$ac_new_set" = set; then
2076     case $ac_new_val in
2077     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2078     *) ac_arg=$ac_var=$ac_new_val ;;
2079     esac
2080     case " $ac_configure_args " in
2081       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2082       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2083     esac
2084   fi
2085 done
2086 if $ac_cache_corrupted; then
2087   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2088 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2089   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2090 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2091   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2092 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2093    { (exit 1); exit 1; }; }
2094 fi
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112 ac_ext=c
2113 ac_cpp='$CPP $CPPFLAGS'
2114 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2115 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2116 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2117
2118
2119 ac_ext=c
2120 ac_cpp='$CPP $CPPFLAGS'
2121 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2122 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2123 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2124
2125
2126
2127
2128
2129
2130         { $as_echo "$as_me:$LINENO: checking metadata" >&5
2131 $as_echo_n "checking metadata... " >&6; }
2132
2133         META="$srcdir/META"
2134         _zfs_ac_meta_got_file=no
2135         if test -f "$META"; then
2136                 _zfs_ac_meta_got_file=yes
2137
2138                 ZFS_META_NAME=`perl -n\
2139                 -e "BEGIN { \\$key=shift @ARGV; }"\
2140                 -e "next unless s/^\s*\\$key[:=]//i;"\
2141                 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2142                 -e "s/^\s+//;"\
2143                 -e "s/\s+$//;"\
2144                 -e "s/^(['\"])(.*)\1/\\$2/;"\
2145                 -e "\\$val=\\$_;"\
2146                 -e "END { print \\$val if defined \\$val; }"\
2147                 '(?:NAME|PROJECT|PACKAGE)' $META`;
2148                 if test -n "$ZFS_META_NAME"; then
2149
2150 cat >>confdefs.h <<_ACEOF
2151 #define ZFS_META_NAME "$ZFS_META_NAME"
2152 _ACEOF
2153
2154
2155                 fi
2156
2157                 ZFS_META_VERSION=`perl -n\
2158                 -e "BEGIN { \\$key=shift @ARGV; }"\
2159                 -e "next unless s/^\s*\\$key[:=]//i;"\
2160                 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2161                 -e "s/^\s+//;"\
2162                 -e "s/\s+$//;"\
2163                 -e "s/^(['\"])(.*)\1/\\$2/;"\
2164                 -e "\\$val=\\$_;"\
2165                 -e "END { print \\$val if defined \\$val; }"\
2166                 'VERSION' $META`;
2167                 if test -n "$ZFS_META_VERSION"; then
2168
2169 cat >>confdefs.h <<_ACEOF
2170 #define ZFS_META_VERSION "$ZFS_META_VERSION"
2171 _ACEOF
2172
2173
2174                 fi
2175
2176                 ZFS_META_RELEASE=`perl -n\
2177                 -e "BEGIN { \\$key=shift @ARGV; }"\
2178                 -e "next unless s/^\s*\\$key[:=]//i;"\
2179                 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2180                 -e "s/^\s+//;"\
2181                 -e "s/\s+$//;"\
2182                 -e "s/^(['\"])(.*)\1/\\$2/;"\
2183                 -e "\\$val=\\$_;"\
2184                 -e "END { print \\$val if defined \\$val; }"\
2185                 'RELEASE' $META`;
2186                 if test -n "$ZFS_META_RELEASE"; then
2187
2188 cat >>confdefs.h <<_ACEOF
2189 #define ZFS_META_RELEASE "$ZFS_META_RELEASE"
2190 _ACEOF
2191
2192
2193                 fi
2194
2195                 ZFS_META_LICENSE=`perl -n\
2196                 -e "BEGIN { \\$key=shift @ARGV; }"\
2197                 -e "next unless s/^\s*\\$key[:=]//i;"\
2198                 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2199                 -e "s/^\s+//;"\
2200                 -e "s/\s+$//;"\
2201                 -e "s/^(['\"])(.*)\1/\\$2/;"\
2202                 -e "\\$val=\\$_;"\
2203                 -e "END { print \\$val if defined \\$val; }"\
2204                 'LICENSE' $META`;
2205                 if test -n "$ZFS_META_LICENSE"; then
2206
2207 cat >>confdefs.h <<_ACEOF
2208 #define ZFS_META_LICENSE "$ZFS_META_LICENSE"
2209 _ACEOF
2210
2211
2212                 fi
2213
2214                 if test -n "$ZFS_META_NAME" -a -n "$ZFS_META_VERSION"; then
2215                                 ZFS_META_ALIAS="$ZFS_META_NAME-$ZFS_META_VERSION"
2216                                 test -n "$ZFS_META_RELEASE" &&
2217                                         ZFS_META_ALIAS="$ZFS_META_ALIAS-$ZFS_META_RELEASE"
2218
2219 cat >>confdefs.h <<_ACEOF
2220 #define ZFS_META_ALIAS "$ZFS_META_ALIAS"
2221 _ACEOF
2222
2223
2224                 fi
2225
2226                 ZFS_META_DATA=`perl -n\
2227                 -e "BEGIN { \\$key=shift @ARGV; }"\
2228                 -e "next unless s/^\s*\\$key[:=]//i;"\
2229                 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2230                 -e "s/^\s+//;"\
2231                 -e "s/\s+$//;"\
2232                 -e "s/^(['\"])(.*)\1/\\$2/;"\
2233                 -e "\\$val=\\$_;"\
2234                 -e "END { print \\$val if defined \\$val; }"\
2235                 'DATE' $META`;
2236                 if test -n "$ZFS_META_DATA"; then
2237
2238 cat >>confdefs.h <<_ACEOF
2239 #define ZFS_META_DATA "$ZFS_META_DATA"
2240 _ACEOF
2241
2242
2243                 fi
2244
2245                 ZFS_META_AUTHOR=`perl -n\
2246                 -e "BEGIN { \\$key=shift @ARGV; }"\
2247                 -e "next unless s/^\s*\\$key[:=]//i;"\
2248                 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2249                 -e "s/^\s+//;"\
2250                 -e "s/\s+$//;"\
2251                 -e "s/^(['\"])(.*)\1/\\$2/;"\
2252                 -e "\\$val=\\$_;"\
2253                 -e "END { print \\$val if defined \\$val; }"\
2254                 'AUTHOR' $META`;
2255                 if test -n "$ZFS_META_AUTHOR"; then
2256
2257 cat >>confdefs.h <<_ACEOF
2258 #define ZFS_META_AUTHOR "$ZFS_META_AUTHOR"
2259 _ACEOF
2260
2261
2262                 fi
2263
2264
2265                 ZFS_META_LT_CURRENT=`perl -n\
2266                 -e "BEGIN { \\$key=shift @ARGV; }"\
2267                 -e "next unless s/^\s*\\$key[:=]//i;"\
2268                 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2269                 -e "s/^\s+//;"\
2270                 -e "s/\s+$//;"\
2271                 -e "s/^(['\"])(.*)\1/\\$2/;"\
2272                 -e "\\$val=\\$_;"\
2273                 -e "END { print \\$val if defined \\$val; }"\
2274                 'LT_CURRENT' $META`;
2275                 ZFS_META_LT_REVISION=`perl -n\
2276                 -e "BEGIN { \\$key=shift @ARGV; }"\
2277                 -e "next unless s/^\s*\\$key[:=]//i;"\
2278                 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2279                 -e "s/^\s+//;"\
2280                 -e "s/\s+$//;"\
2281                 -e "s/^(['\"])(.*)\1/\\$2/;"\
2282                 -e "\\$val=\\$_;"\
2283                 -e "END { print \\$val if defined \\$val; }"\
2284                 'LT_REVISION' $META`;
2285                 ZFS_META_LT_AGE=`perl -n\
2286                 -e "BEGIN { \\$key=shift @ARGV; }"\
2287                 -e "next unless s/^\s*\\$key[:=]//i;"\
2288                 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2289                 -e "s/^\s+//;"\
2290                 -e "s/\s+$//;"\
2291                 -e "s/^(['\"])(.*)\1/\\$2/;"\
2292                 -e "\\$val=\\$_;"\
2293                 -e "END { print \\$val if defined \\$val; }"\
2294                 'LT_AGE' $META`;
2295                 if test -n "$ZFS_META_LT_CURRENT" \
2296                                  -o -n "$ZFS_META_LT_REVISION" \
2297                                  -o -n "$ZFS_META_LT_AGE"; then
2298                         test -n "$ZFS_META_LT_CURRENT" || ZFS_META_LT_CURRENT="0"
2299                         test -n "$ZFS_META_LT_REVISION" || ZFS_META_LT_REVISION="0"
2300                         test -n "$ZFS_META_LT_AGE" || ZFS_META_LT_AGE="0"
2301
2302 cat >>confdefs.h <<_ACEOF
2303 #define ZFS_META_LT_CURRENT "$ZFS_META_LT_CURRENT"
2304 _ACEOF
2305
2306
2307 cat >>confdefs.h <<_ACEOF
2308 #define ZFS_META_LT_REVISION "$ZFS_META_LT_REVISION"
2309 _ACEOF
2310
2311
2312 cat >>confdefs.h <<_ACEOF
2313 #define ZFS_META_LT_AGE "$ZFS_META_LT_AGE"
2314 _ACEOF
2315
2316
2317
2318
2319                 fi
2320         fi
2321
2322         { $as_echo "$as_me:$LINENO: result: $_zfs_ac_meta_got_file" >&5
2323 $as_echo "$_zfs_ac_meta_got_file" >&6; }
2324
2325
2326 ac_aux_dir=
2327 for ac_dir in config "$srcdir"/config; do
2328   if test -f "$ac_dir/install-sh"; then
2329     ac_aux_dir=$ac_dir
2330     ac_install_sh="$ac_aux_dir/install-sh -c"
2331     break
2332   elif test -f "$ac_dir/install.sh"; then
2333     ac_aux_dir=$ac_dir
2334     ac_install_sh="$ac_aux_dir/install.sh -c"
2335     break
2336   elif test -f "$ac_dir/shtool"; then
2337     ac_aux_dir=$ac_dir
2338     ac_install_sh="$ac_aux_dir/shtool install -c"
2339     break
2340   fi
2341 done
2342 if test -z "$ac_aux_dir"; then
2343   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&5
2344 $as_echo "$as_me: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&2;}
2345    { (exit 1); exit 1; }; }
2346 fi
2347
2348 # These three variables are undocumented and unsupported,
2349 # and are intended to be withdrawn in a future Autoconf release.
2350 # They can cause serious problems if a builder's source tree is in a directory
2351 # whose full name contains unusual characters.
2352 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2353 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2354 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2355
2356
2357 # Make sure we can run config.sub.
2358 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2359   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2360 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2361    { (exit 1); exit 1; }; }
2362
2363 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2364 $as_echo_n "checking build system type... " >&6; }
2365 if test "${ac_cv_build+set}" = set; then
2366   $as_echo_n "(cached) " >&6
2367 else
2368   ac_build_alias=$build_alias
2369 test "x$ac_build_alias" = x &&
2370   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2371 test "x$ac_build_alias" = x &&
2372   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2373 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2374    { (exit 1); exit 1; }; }
2375 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2376   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2377 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2378    { (exit 1); exit 1; }; }
2379
2380 fi
2381 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2382 $as_echo "$ac_cv_build" >&6; }
2383 case $ac_cv_build in
2384 *-*-*) ;;
2385 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2386 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2387    { (exit 1); exit 1; }; };;
2388 esac
2389 build=$ac_cv_build
2390 ac_save_IFS=$IFS; IFS='-'
2391 set x $ac_cv_build
2392 shift
2393 build_cpu=$1
2394 build_vendor=$2
2395 shift; shift
2396 # Remember, the first character of IFS is used to create $*,
2397 # except with old shells:
2398 build_os=$*
2399 IFS=$ac_save_IFS
2400 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2401
2402
2403 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2404 $as_echo_n "checking host system type... " >&6; }
2405 if test "${ac_cv_host+set}" = set; then
2406   $as_echo_n "(cached) " >&6
2407 else
2408   if test "x$host_alias" = x; then
2409   ac_cv_host=$ac_cv_build
2410 else
2411   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2412     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2413 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2414    { (exit 1); exit 1; }; }
2415 fi
2416
2417 fi
2418 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2419 $as_echo "$ac_cv_host" >&6; }
2420 case $ac_cv_host in
2421 *-*-*) ;;
2422 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2423 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2424    { (exit 1); exit 1; }; };;
2425 esac
2426 host=$ac_cv_host
2427 ac_save_IFS=$IFS; IFS='-'
2428 set x $ac_cv_host
2429 shift
2430 host_cpu=$1
2431 host_vendor=$2
2432 shift; shift
2433 # Remember, the first character of IFS is used to create $*,
2434 # except with old shells:
2435 host_os=$*
2436 IFS=$ac_save_IFS
2437 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2438
2439
2440 { $as_echo "$as_me:$LINENO: checking target system type" >&5
2441 $as_echo_n "checking target system type... " >&6; }
2442 if test "${ac_cv_target+set}" = set; then
2443   $as_echo_n "(cached) " >&6
2444 else
2445   if test "x$target_alias" = x; then
2446   ac_cv_target=$ac_cv_host
2447 else
2448   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2449     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
2450 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
2451    { (exit 1); exit 1; }; }
2452 fi
2453
2454 fi
2455 { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2456 $as_echo "$ac_cv_target" >&6; }
2457 case $ac_cv_target in
2458 *-*-*) ;;
2459 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
2460 $as_echo "$as_me: error: invalid value of canonical target" >&2;}
2461    { (exit 1); exit 1; }; };;
2462 esac
2463 target=$ac_cv_target
2464 ac_save_IFS=$IFS; IFS='-'
2465 set x $ac_cv_target
2466 shift
2467 target_cpu=$1
2468 target_vendor=$2
2469 shift; shift
2470 # Remember, the first character of IFS is used to create $*,
2471 # except with old shells:
2472 target_os=$*
2473 IFS=$ac_save_IFS
2474 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2475
2476
2477 # The aliases save the names the user supplied, while $host etc.
2478 # will get canonicalized.
2479 test -n "$target_alias" &&
2480   test "$program_prefix$program_suffix$program_transform_name" = \
2481     NONENONEs,x,x, &&
2482   program_prefix=${target_alias}-
2483
2484 { $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2485 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2486     # Check whether --enable-maintainer-mode was given.
2487 if test "${enable_maintainer_mode+set}" = set; then
2488   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2489 else
2490   USE_MAINTAINER_MODE=no
2491 fi
2492
2493   { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2494 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2495    if test $USE_MAINTAINER_MODE = yes; then
2496   MAINTAINER_MODE_TRUE=
2497   MAINTAINER_MODE_FALSE='#'
2498 else
2499   MAINTAINER_MODE_TRUE='#'
2500   MAINTAINER_MODE_FALSE=
2501 fi
2502
2503   MAINT=$MAINTAINER_MODE_TRUE
2504
2505
2506 # Check whether --enable-silent-rules was given.
2507 if test "${enable_silent_rules+set}" = set; then
2508   enableval=$enable_silent_rules;
2509 fi
2510
2511 case $enable_silent_rules in
2512 yes) AM_DEFAULT_VERBOSITY=0;;
2513 no)  AM_DEFAULT_VERBOSITY=1;;
2514 *)   AM_DEFAULT_VERBOSITY=1;;
2515 esac
2516 AM_BACKSLASH='\'
2517
2518 am__api_version='1.11'
2519
2520 # Find a good install program.  We prefer a C program (faster),
2521 # so one script is as good as another.  But avoid the broken or
2522 # incompatible versions:
2523 # SysV /etc/install, /usr/sbin/install
2524 # SunOS /usr/etc/install
2525 # IRIX /sbin/install
2526 # AIX /bin/install
2527 # AmigaOS /C/install, which installs bootblocks on floppy discs
2528 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2529 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2530 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2531 # OS/2's system install, which has a completely different semantic
2532 # ./install, which can be erroneously created by make from ./install.sh.
2533 # Reject install programs that cannot install multiple files.
2534 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2535 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2536 if test -z "$INSTALL"; then
2537 if test "${ac_cv_path_install+set}" = set; then
2538   $as_echo_n "(cached) " >&6
2539 else
2540   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2541 for as_dir in $PATH
2542 do
2543   IFS=$as_save_IFS
2544   test -z "$as_dir" && as_dir=.
2545   # Account for people who put trailing slashes in PATH elements.
2546 case $as_dir/ in
2547   ./ | .// | /cC/* | \
2548   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2549   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2550   /usr/ucb/* ) ;;
2551   *)
2552     # OSF1 and SCO ODT 3.0 have their own names for install.
2553     # Don't use installbsd from OSF since it installs stuff as root
2554     # by default.
2555     for ac_prog in ginstall scoinst install; do
2556       for ac_exec_ext in '' $ac_executable_extensions; do
2557         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2558           if test $ac_prog = install &&
2559             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2560             # AIX install.  It has an incompatible calling convention.
2561             :
2562           elif test $ac_prog = install &&
2563             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2564             # program-specific install script used by HP pwplus--don't use.
2565             :
2566           else
2567             rm -rf conftest.one conftest.two conftest.dir
2568             echo one > conftest.one
2569             echo two > conftest.two
2570             mkdir conftest.dir
2571             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2572               test -s conftest.one && test -s conftest.two &&
2573               test -s conftest.dir/conftest.one &&
2574               test -s conftest.dir/conftest.two
2575             then
2576               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2577               break 3
2578             fi
2579           fi
2580         fi
2581       done
2582     done
2583     ;;
2584 esac
2585
2586 done
2587 IFS=$as_save_IFS
2588
2589 rm -rf conftest.one conftest.two conftest.dir
2590
2591 fi
2592   if test "${ac_cv_path_install+set}" = set; then
2593     INSTALL=$ac_cv_path_install
2594   else
2595     # As a last resort, use the slow shell script.  Don't cache a
2596     # value for INSTALL within a source directory, because that will
2597     # break other packages using the cache if that directory is
2598     # removed, or if the value is a relative name.
2599     INSTALL=$ac_install_sh
2600   fi
2601 fi
2602 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2603 $as_echo "$INSTALL" >&6; }
2604
2605 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2606 # It thinks the first close brace ends the variable substitution.
2607 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2608
2609 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2610
2611 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2612
2613 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2614 $as_echo_n "checking whether build environment is sane... " >&6; }
2615 # Just in case
2616 sleep 1
2617 echo timestamp > conftest.file
2618 # Reject unsafe characters in $srcdir or the absolute working directory
2619 # name.  Accept space and tab only in the latter.
2620 am_lf='
2621 '
2622 case `pwd` in
2623   *[\\\"\#\$\&\'\`$am_lf]*)
2624     { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2625 $as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2626    { (exit 1); exit 1; }; };;
2627 esac
2628 case $srcdir in
2629   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2630     { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2631 $as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
2632    { (exit 1); exit 1; }; };;
2633 esac
2634
2635 # Do `set' in a subshell so we don't clobber the current shell's
2636 # arguments.  Must try -L first in case configure is actually a
2637 # symlink; some systems play weird games with the mod time of symlinks
2638 # (eg FreeBSD returns the mod time of the symlink's containing
2639 # directory).
2640 if (
2641    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2642    if test "$*" = "X"; then
2643       # -L didn't work.
2644       set X `ls -t "$srcdir/configure" conftest.file`
2645    fi
2646    rm -f conftest.file
2647    if test "$*" != "X $srcdir/configure conftest.file" \
2648       && test "$*" != "X conftest.file $srcdir/configure"; then
2649
2650       # If neither matched, then we have a broken ls.  This can happen
2651       # if, for instance, CONFIG_SHELL is bash and it inherits a
2652       # broken ls alias from the environment.  This has actually
2653       # happened.  Such a system could not be considered "sane".
2654       { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
2655 alias in your environment" >&5
2656 $as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
2657 alias in your environment" >&2;}
2658    { (exit 1); exit 1; }; }
2659    fi
2660
2661    test "$2" = conftest.file
2662    )
2663 then
2664    # Ok.
2665    :
2666 else
2667    { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2668 Check your system clock" >&5
2669 $as_echo "$as_me: error: newly created file is older than distributed files!
2670 Check your system clock" >&2;}
2671    { (exit 1); exit 1; }; }
2672 fi
2673 { $as_echo "$as_me:$LINENO: result: yes" >&5
2674 $as_echo "yes" >&6; }
2675 test "$program_prefix" != NONE &&
2676   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2677 # Use a double $ so make ignores it.
2678 test "$program_suffix" != NONE &&
2679   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2680 # Double any \ or $.
2681 # By default was `s,x,x', remove it if useless.
2682 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2683 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2684
2685 # expand $ac_aux_dir to an absolute path
2686 am_aux_dir=`cd $ac_aux_dir && pwd`
2687
2688 if test x"${MISSING+set}" != xset; then
2689   case $am_aux_dir in
2690   *\ * | *\     *)
2691     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2692   *)
2693     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2694   esac
2695 fi
2696 # Use eval to expand $SHELL
2697 if eval "$MISSING --run true"; then
2698   am_missing_run="$MISSING --run "
2699 else
2700   am_missing_run=
2701   { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2702 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2703 fi
2704
2705 if test x"${install_sh}" != xset; then
2706   case $am_aux_dir in
2707   *\ * | *\     *)
2708     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2709   *)
2710     install_sh="\${SHELL} $am_aux_dir/install-sh"
2711   esac
2712 fi
2713
2714 # Installed binaries are usually stripped using `strip' when the user
2715 # run `make install-strip'.  However `strip' might not be the right
2716 # tool to use in cross-compilation environments, therefore Automake
2717 # will honor the `STRIP' environment variable to overrule this program.
2718 if test "$cross_compiling" != no; then
2719   if test -n "$ac_tool_prefix"; then
2720   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2721 set dummy ${ac_tool_prefix}strip; ac_word=$2
2722 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2723 $as_echo_n "checking for $ac_word... " >&6; }
2724 if test "${ac_cv_prog_STRIP+set}" = set; then
2725   $as_echo_n "(cached) " >&6
2726 else
2727   if test -n "$STRIP"; then
2728   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2729 else
2730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2731 for as_dir in $PATH
2732 do
2733   IFS=$as_save_IFS
2734   test -z "$as_dir" && as_dir=.
2735   for ac_exec_ext in '' $ac_executable_extensions; do
2736   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2737     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2738     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2739     break 2
2740   fi
2741 done
2742 done
2743 IFS=$as_save_IFS
2744
2745 fi
2746 fi
2747 STRIP=$ac_cv_prog_STRIP
2748 if test -n "$STRIP"; then
2749   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2750 $as_echo "$STRIP" >&6; }
2751 else
2752   { $as_echo "$as_me:$LINENO: result: no" >&5
2753 $as_echo "no" >&6; }
2754 fi
2755
2756
2757 fi
2758 if test -z "$ac_cv_prog_STRIP"; then
2759   ac_ct_STRIP=$STRIP
2760   # Extract the first word of "strip", so it can be a program name with args.
2761 set dummy strip; ac_word=$2
2762 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2763 $as_echo_n "checking for $ac_word... " >&6; }
2764 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2765   $as_echo_n "(cached) " >&6
2766 else
2767   if test -n "$ac_ct_STRIP"; then
2768   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2769 else
2770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2771 for as_dir in $PATH
2772 do
2773   IFS=$as_save_IFS
2774   test -z "$as_dir" && as_dir=.
2775   for ac_exec_ext in '' $ac_executable_extensions; do
2776   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2777     ac_cv_prog_ac_ct_STRIP="strip"
2778     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2779     break 2
2780   fi
2781 done
2782 done
2783 IFS=$as_save_IFS
2784
2785 fi
2786 fi
2787 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2788 if test -n "$ac_ct_STRIP"; then
2789   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2790 $as_echo "$ac_ct_STRIP" >&6; }
2791 else
2792   { $as_echo "$as_me:$LINENO: result: no" >&5
2793 $as_echo "no" >&6; }
2794 fi
2795
2796   if test "x$ac_ct_STRIP" = x; then
2797     STRIP=":"
2798   else
2799     case $cross_compiling:$ac_tool_warned in
2800 yes:)
2801 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2802 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2803 ac_tool_warned=yes ;;
2804 esac
2805     STRIP=$ac_ct_STRIP
2806   fi
2807 else
2808   STRIP="$ac_cv_prog_STRIP"
2809 fi
2810
2811 fi
2812 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2813
2814 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2815 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2816 if test -z "$MKDIR_P"; then
2817   if test "${ac_cv_path_mkdir+set}" = set; then
2818   $as_echo_n "(cached) " >&6
2819 else
2820   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2821 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2822 do
2823   IFS=$as_save_IFS
2824   test -z "$as_dir" && as_dir=.
2825   for ac_prog in mkdir gmkdir; do
2826          for ac_exec_ext in '' $ac_executable_extensions; do
2827            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2828            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2829              'mkdir (GNU coreutils) '* | \
2830              'mkdir (coreutils) '* | \
2831              'mkdir (fileutils) '4.1*)
2832                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2833                break 3;;
2834            esac
2835          done
2836        done
2837 done
2838 IFS=$as_save_IFS
2839
2840 fi
2841
2842   if test "${ac_cv_path_mkdir+set}" = set; then
2843     MKDIR_P="$ac_cv_path_mkdir -p"
2844   else
2845     # As a last resort, use the slow shell script.  Don't cache a
2846     # value for MKDIR_P within a source directory, because that will
2847     # break other packages using the cache if that directory is
2848     # removed, or if the value is a relative name.
2849     test -d ./--version && rmdir ./--version
2850     MKDIR_P="$ac_install_sh -d"
2851   fi
2852 fi
2853 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2854 $as_echo "$MKDIR_P" >&6; }
2855
2856 mkdir_p="$MKDIR_P"
2857 case $mkdir_p in
2858   [\\/$]* | ?:[\\/]*) ;;
2859   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2860 esac
2861
2862 for ac_prog in gawk mawk nawk awk
2863 do
2864   # Extract the first word of "$ac_prog", so it can be a program name with args.
2865 set dummy $ac_prog; ac_word=$2
2866 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2867 $as_echo_n "checking for $ac_word... " >&6; }
2868 if test "${ac_cv_prog_AWK+set}" = set; then
2869   $as_echo_n "(cached) " >&6
2870 else
2871   if test -n "$AWK"; then
2872   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2873 else
2874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2875 for as_dir in $PATH
2876 do
2877   IFS=$as_save_IFS
2878   test -z "$as_dir" && as_dir=.
2879   for ac_exec_ext in '' $ac_executable_extensions; do
2880   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2881     ac_cv_prog_AWK="$ac_prog"
2882     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2883     break 2
2884   fi
2885 done
2886 done
2887 IFS=$as_save_IFS
2888
2889 fi
2890 fi
2891 AWK=$ac_cv_prog_AWK
2892 if test -n "$AWK"; then
2893   { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2894 $as_echo "$AWK" >&6; }
2895 else
2896   { $as_echo "$as_me:$LINENO: result: no" >&5
2897 $as_echo "no" >&6; }
2898 fi
2899
2900
2901   test -n "$AWK" && break
2902 done
2903
2904 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2905 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2906 set x ${MAKE-make}
2907 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2908 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2909   $as_echo_n "(cached) " >&6
2910 else
2911   cat >conftest.make <<\_ACEOF
2912 SHELL = /bin/sh
2913 all:
2914         @echo '@@@%%%=$(MAKE)=@@@%%%'
2915 _ACEOF
2916 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2917 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2918   *@@@%%%=?*=@@@%%%*)
2919     eval ac_cv_prog_make_${ac_make}_set=yes;;
2920   *)
2921     eval ac_cv_prog_make_${ac_make}_set=no;;
2922 esac
2923 rm -f conftest.make
2924 fi
2925 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2926   { $as_echo "$as_me:$LINENO: result: yes" >&5
2927 $as_echo "yes" >&6; }
2928   SET_MAKE=
2929 else
2930   { $as_echo "$as_me:$LINENO: result: no" >&5
2931 $as_echo "no" >&6; }
2932   SET_MAKE="MAKE=${MAKE-make}"
2933 fi
2934
2935 rm -rf .tst 2>/dev/null
2936 mkdir .tst 2>/dev/null
2937 if test -d .tst; then
2938   am__leading_dot=.
2939 else
2940   am__leading_dot=_
2941 fi
2942 rmdir .tst 2>/dev/null
2943
2944 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2945   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2946   # is not polluted with repeated "-I."
2947   am__isrc=' -I$(srcdir)'
2948   # test to see if srcdir already configured
2949   if test -f $srcdir/config.status; then
2950     { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2951 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2952    { (exit 1); exit 1; }; }
2953   fi
2954 fi
2955
2956 # test whether we have cygpath
2957 if test -z "$CYGPATH_W"; then
2958   if (cygpath --version) >/dev/null 2>/dev/null; then
2959     CYGPATH_W='cygpath -w'
2960   else
2961     CYGPATH_W=echo
2962   fi
2963 fi
2964
2965
2966 # Define the identity of the package.
2967  PACKAGE=$ZFS_META_NAME
2968  VERSION=$ZFS_META_VERSION
2969
2970
2971 cat >>confdefs.h <<_ACEOF
2972 #define PACKAGE "$PACKAGE"
2973 _ACEOF
2974
2975
2976 cat >>confdefs.h <<_ACEOF
2977 #define VERSION "$VERSION"
2978 _ACEOF
2979
2980 # Some tools Automake needs.
2981
2982 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2983
2984
2985 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2986
2987
2988 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2989
2990
2991 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2992
2993
2994 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2995
2996 # We need awk for the "check" target.  The system "awk" is bad on
2997 # some platforms.
2998 # Always define AMTAR for backward compatibility.
2999
3000 AMTAR=${AMTAR-"${am_missing_run}tar"}
3001
3002 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3003
3004
3005
3006
3007
3008 ac_config_headers="$ac_config_headers zfs_config.h"
3009
3010
3011 # Find a good install program.  We prefer a C program (faster),
3012 # so one script is as good as another.  But avoid the broken or
3013 # incompatible versions:
3014 # SysV /etc/install, /usr/sbin/install
3015 # SunOS /usr/etc/install
3016 # IRIX /sbin/install
3017 # AIX /bin/install
3018 # AmigaOS /C/install, which installs bootblocks on floppy discs
3019 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3020 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3021 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3022 # OS/2's system install, which has a completely different semantic
3023 # ./install, which can be erroneously created by make from ./install.sh.
3024 # Reject install programs that cannot install multiple files.
3025 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3026 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3027 if test -z "$INSTALL"; then
3028 if test "${ac_cv_path_install+set}" = set; then
3029   $as_echo_n "(cached) " >&6
3030 else
3031   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3032 for as_dir in $PATH
3033 do
3034   IFS=$as_save_IFS
3035   test -z "$as_dir" && as_dir=.
3036   # Account for people who put trailing slashes in PATH elements.
3037 case $as_dir/ in
3038   ./ | .// | /cC/* | \
3039   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3040   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3041   /usr/ucb/* ) ;;
3042   *)
3043     # OSF1 and SCO ODT 3.0 have their own names for install.
3044     # Don't use installbsd from OSF since it installs stuff as root
3045     # by default.
3046     for ac_prog in ginstall scoinst install; do
3047       for ac_exec_ext in '' $ac_executable_extensions; do
3048         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3049           if test $ac_prog = install &&
3050             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3051             # AIX install.  It has an incompatible calling convention.
3052             :
3053           elif test $ac_prog = install &&
3054             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3055             # program-specific install script used by HP pwplus--don't use.
3056             :
3057           else
3058             rm -rf conftest.one conftest.two conftest.dir
3059             echo one > conftest.one
3060             echo two > conftest.two
3061             mkdir conftest.dir
3062             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3063               test -s conftest.one && test -s conftest.two &&
3064               test -s conftest.dir/conftest.one &&
3065               test -s conftest.dir/conftest.two
3066             then
3067               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3068               break 3
3069             fi
3070           fi
3071         fi
3072       done
3073     done
3074     ;;
3075 esac
3076
3077 done
3078 IFS=$as_save_IFS
3079
3080 rm -rf conftest.one conftest.two conftest.dir
3081
3082 fi
3083   if test "${ac_cv_path_install+set}" = set; then
3084     INSTALL=$ac_cv_path_install
3085   else
3086     # As a last resort, use the slow shell script.  Don't cache a
3087     # value for INSTALL within a source directory, because that will
3088     # break other packages using the cache if that directory is
3089     # removed, or if the value is a relative name.
3090     INSTALL=$ac_install_sh
3091   fi
3092 fi
3093 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
3094 $as_echo "$INSTALL" >&6; }
3095
3096 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3097 # It thinks the first close brace ends the variable substitution.
3098 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3099
3100 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3101
3102 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3103
3104 ac_ext=c
3105 ac_cpp='$CPP $CPPFLAGS'
3106 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3107 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3108 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3109 if test -n "$ac_tool_prefix"; then
3110   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3111 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3112 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3113 $as_echo_n "checking for $ac_word... " >&6; }
3114 if test "${ac_cv_prog_CC+set}" = set; then
3115   $as_echo_n "(cached) " >&6
3116 else
3117   if test -n "$CC"; then
3118   ac_cv_prog_CC="$CC" # Let the user override the test.
3119 else
3120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3121 for as_dir in $PATH
3122 do
3123   IFS=$as_save_IFS
3124   test -z "$as_dir" && as_dir=.
3125   for ac_exec_ext in '' $ac_executable_extensions; do
3126   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3127     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3128     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3129     break 2
3130   fi
3131 done
3132 done
3133 IFS=$as_save_IFS
3134
3135 fi
3136 fi
3137 CC=$ac_cv_prog_CC
3138 if test -n "$CC"; then
3139   { $as_echo "$as_me:$LINENO: result: $CC" >&5
3140 $as_echo "$CC" >&6; }
3141 else
3142   { $as_echo "$as_me:$LINENO: result: no" >&5
3143 $as_echo "no" >&6; }
3144 fi
3145
3146
3147 fi
3148 if test -z "$ac_cv_prog_CC"; then
3149   ac_ct_CC=$CC
3150   # Extract the first word of "gcc", so it can be a program name with args.
3151 set dummy gcc; ac_word=$2
3152 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3153 $as_echo_n "checking for $ac_word... " >&6; }
3154 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3155   $as_echo_n "(cached) " >&6
3156 else
3157   if test -n "$ac_ct_CC"; then
3158   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3159 else
3160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3161 for as_dir in $PATH
3162 do
3163   IFS=$as_save_IFS
3164   test -z "$as_dir" && as_dir=.
3165   for ac_exec_ext in '' $ac_executable_extensions; do
3166   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3167     ac_cv_prog_ac_ct_CC="gcc"
3168     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3169     break 2
3170   fi
3171 done
3172 done
3173 IFS=$as_save_IFS
3174
3175 fi
3176 fi
3177 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3178 if test -n "$ac_ct_CC"; then
3179   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3180 $as_echo "$ac_ct_CC" >&6; }
3181 else
3182   { $as_echo "$as_me:$LINENO: result: no" >&5
3183 $as_echo "no" >&6; }
3184 fi
3185
3186   if test "x$ac_ct_CC" = x; then
3187     CC=""
3188   else
3189     case $cross_compiling:$ac_tool_warned in
3190 yes:)
3191 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3192 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3193 ac_tool_warned=yes ;;
3194 esac
3195     CC=$ac_ct_CC
3196   fi
3197 else
3198   CC="$ac_cv_prog_CC"
3199 fi
3200
3201 if test -z "$CC"; then
3202           if test -n "$ac_tool_prefix"; then
3203     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3204 set dummy ${ac_tool_prefix}cc; ac_word=$2
3205 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3206 $as_echo_n "checking for $ac_word... " >&6; }
3207 if test "${ac_cv_prog_CC+set}" = set; then
3208   $as_echo_n "(cached) " >&6
3209 else
3210   if test -n "$CC"; then
3211   ac_cv_prog_CC="$CC" # Let the user override the test.
3212 else
3213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3214 for as_dir in $PATH
3215 do
3216   IFS=$as_save_IFS
3217   test -z "$as_dir" && as_dir=.
3218   for ac_exec_ext in '' $ac_executable_extensions; do
3219   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3220     ac_cv_prog_CC="${ac_tool_prefix}cc"
3221     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3222     break 2
3223   fi
3224 done
3225 done
3226 IFS=$as_save_IFS
3227
3228 fi
3229 fi
3230 CC=$ac_cv_prog_CC
3231 if test -n "$CC"; then
3232   { $as_echo "$as_me:$LINENO: result: $CC" >&5
3233 $as_echo "$CC" >&6; }
3234 else
3235   { $as_echo "$as_me:$LINENO: result: no" >&5
3236 $as_echo "no" >&6; }
3237 fi
3238
3239
3240   fi
3241 fi
3242 if test -z "$CC"; then
3243   # Extract the first word of "cc", so it can be a program name with args.
3244 set dummy cc; ac_word=$2
3245 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3246 $as_echo_n "checking for $ac_word... " >&6; }
3247 if test "${ac_cv_prog_CC+set}" = set; then
3248   $as_echo_n "(cached) " >&6
3249 else
3250   if test -n "$CC"; then
3251   ac_cv_prog_CC="$CC" # Let the user override the test.
3252 else
3253   ac_prog_rejected=no
3254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3255 for as_dir in $PATH
3256 do
3257   IFS=$as_save_IFS
3258   test -z "$as_dir" && as_dir=.
3259   for ac_exec_ext in '' $ac_executable_extensions; do
3260   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3261     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3262        ac_prog_rejected=yes
3263        continue
3264      fi
3265     ac_cv_prog_CC="cc"
3266     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3267     break 2
3268   fi
3269 done
3270 done
3271 IFS=$as_save_IFS
3272
3273 if test $ac_prog_rejected = yes; then
3274   # We found a bogon in the path, so make sure we never use it.
3275   set dummy $ac_cv_prog_CC
3276   shift
3277   if test $# != 0; then
3278     # We chose a different compiler from the bogus one.
3279     # However, it has the same basename, so the bogon will be chosen
3280     # first if we set CC to just the basename; use the full file name.
3281     shift
3282     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3283   fi
3284 fi
3285 fi
3286 fi
3287 CC=$ac_cv_prog_CC
3288 if test -n "$CC"; then
3289   { $as_echo "$as_me:$LINENO: result: $CC" >&5
3290 $as_echo "$CC" >&6; }
3291 else
3292   { $as_echo "$as_me:$LINENO: result: no" >&5
3293 $as_echo "no" >&6; }
3294 fi
3295
3296
3297 fi
3298 if test -z "$CC"; then
3299   if test -n "$ac_tool_prefix"; then
3300   for ac_prog in cl.exe
3301   do
3302     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3303 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3304 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3305 $as_echo_n "checking for $ac_word... " >&6; }
3306 if test "${ac_cv_prog_CC+set}" = set; then
3307   $as_echo_n "(cached) " >&6
3308 else
3309   if test -n "$CC"; then
3310   ac_cv_prog_CC="$CC" # Let the user override the test.
3311 else
3312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3313 for as_dir in $PATH
3314 do
3315   IFS=$as_save_IFS
3316   test -z "$as_dir" && as_dir=.
3317   for ac_exec_ext in '' $ac_executable_extensions; do
3318   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3319     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3320     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3321     break 2
3322   fi
3323 done
3324 done
3325 IFS=$as_save_IFS
3326
3327 fi
3328 fi
3329 CC=$ac_cv_prog_CC
3330 if test -n "$CC"; then
3331   { $as_echo "$as_me:$LINENO: result: $CC" >&5
3332 $as_echo "$CC" >&6; }
3333 else
3334   { $as_echo "$as_me:$LINENO: result: no" >&5
3335 $as_echo "no" >&6; }
3336 fi
3337
3338
3339     test -n "$CC" && break
3340   done
3341 fi
3342 if test -z "$CC"; then
3343   ac_ct_CC=$CC
3344   for ac_prog in cl.exe
3345 do
3346   # Extract the first word of "$ac_prog", so it can be a program name with args.
3347 set dummy $ac_prog; ac_word=$2
3348 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3349 $as_echo_n "checking for $ac_word... " >&6; }
3350 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3351   $as_echo_n "(cached) " >&6
3352 else
3353   if test -n "$ac_ct_CC"; then
3354   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3355 else
3356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3357 for as_dir in $PATH
3358 do
3359   IFS=$as_save_IFS
3360   test -z "$as_dir" && as_dir=.
3361   for ac_exec_ext in '' $ac_executable_extensions; do
3362   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3363     ac_cv_prog_ac_ct_CC="$ac_prog"
3364     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3365     break 2
3366   fi
3367 done
3368 done
3369 IFS=$as_save_IFS
3370
3371 fi
3372 fi
3373 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3374 if test -n "$ac_ct_CC"; then
3375   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3376 $as_echo "$ac_ct_CC" >&6; }
3377 else
3378   { $as_echo "$as_me:$LINENO: result: no" >&5
3379 $as_echo "no" >&6; }
3380 fi
3381
3382
3383   test -n "$ac_ct_CC" && break
3384 done
3385
3386   if test "x$ac_ct_CC" = x; then
3387     CC=""
3388   else
3389     case $cross_compiling:$ac_tool_warned in
3390 yes:)
3391 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3392 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3393 ac_tool_warned=yes ;;
3394 esac
3395     CC=$ac_ct_CC
3396   fi
3397 fi
3398
3399 fi
3400
3401
3402 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3403 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3404 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3405 See \`config.log' for more details." >&5
3406 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
3407 See \`config.log' for more details." >&2;}
3408    { (exit 1); exit 1; }; }; }
3409
3410 # Provide some information about the compiler.
3411 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3412 set X $ac_compile
3413 ac_compiler=$2
3414 { (ac_try="$ac_compiler --version >&5"
3415 case "(($ac_try" in
3416   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3417   *) ac_try_echo=$ac_try;;
3418 esac
3419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3420 $as_echo "$ac_try_echo") >&5
3421   (eval "$ac_compiler --version >&5") 2>&5
3422   ac_status=$?
3423   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3424   (exit $ac_status); }
3425 { (ac_try="$ac_compiler -v >&5"
3426 case "(($ac_try" in
3427   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3428   *) ac_try_echo=$ac_try;;
3429 esac
3430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3431 $as_echo "$ac_try_echo") >&5
3432   (eval "$ac_compiler -v >&5") 2>&5
3433   ac_status=$?
3434   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3435   (exit $ac_status); }
3436 { (ac_try="$ac_compiler -V >&5"
3437 case "(($ac_try" in
3438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3439   *) ac_try_echo=$ac_try;;
3440 esac
3441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3442 $as_echo "$ac_try_echo") >&5
3443   (eval "$ac_compiler -V >&5") 2>&5
3444   ac_status=$?
3445   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3446   (exit $ac_status); }
3447
3448 cat >conftest.$ac_ext <<_ACEOF
3449 /* confdefs.h.  */
3450 _ACEOF
3451 cat confdefs.h >>conftest.$ac_ext
3452 cat >>conftest.$ac_ext <<_ACEOF
3453 /* end confdefs.h.  */
3454
3455 int
3456 main ()
3457 {
3458
3459   ;
3460   return 0;
3461 }
3462 _ACEOF
3463 ac_clean_files_save=$ac_clean_files
3464 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3465 # Try to create an executable without -o first, disregard a.out.
3466 # It will help us diagnose broken compilers, and finding out an intuition
3467 # of exeext.
3468 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3469 $as_echo_n "checking for C compiler default output file name... " >&6; }
3470 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3471
3472 # The possible output files:
3473 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3474
3475 ac_rmfiles=
3476 for ac_file in $ac_files
3477 do
3478   case $ac_file in
3479     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3480     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3481   esac
3482 done
3483 rm -f $ac_rmfiles
3484
3485 if { (ac_try="$ac_link_default"
3486 case "(($ac_try" in
3487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488   *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492   (eval "$ac_link_default") 2>&5
3493   ac_status=$?
3494   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495   (exit $ac_status); }; then
3496   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3497 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3498 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3499 # so that the user can short-circuit this test for compilers unknown to
3500 # Autoconf.
3501 for ac_file in $ac_files ''
3502 do
3503   test -f "$ac_file" || continue
3504   case $ac_file in
3505     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3506         ;;
3507     [ab].out )
3508         # We found the default executable, but exeext='' is most
3509         # certainly right.
3510         break;;
3511     *.* )
3512         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3513         then :; else
3514            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3515         fi
3516         # We set ac_cv_exeext here because the later test for it is not
3517         # safe: cross compilers may not add the suffix if given an `-o'
3518         # argument, so we may need to know it at that point already.
3519         # Even if this section looks crufty: it has the advantage of
3520         # actually working.
3521         break;;
3522     * )
3523         break;;
3524   esac
3525 done
3526 test "$ac_cv_exeext" = no && ac_cv_exeext=
3527
3528 else
3529   ac_file=''
3530 fi
3531
3532 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3533 $as_echo "$ac_file" >&6; }
3534 if test -z "$ac_file"; then
3535   $as_echo "$as_me: failed program was:" >&5
3536 sed 's/^/| /' conftest.$ac_ext >&5
3537
3538 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3539 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3540 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
3541 See \`config.log' for more details." >&5
3542 $as_echo "$as_me: error: C compiler cannot create executables
3543 See \`config.log' for more details." >&2;}
3544    { (exit 77); exit 77; }; }; }
3545 fi
3546
3547 ac_exeext=$ac_cv_exeext
3548
3549 # Check that the compiler produces executables we can run.  If not, either
3550 # the compiler is broken, or we cross compile.
3551 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3552 $as_echo_n "checking whether the C compiler works... " >&6; }
3553 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3554 # If not cross compiling, check that we can run a simple program.
3555 if test "$cross_compiling" != yes; then
3556   if { ac_try='./$ac_file'
3557   { (case "(($ac_try" in
3558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3559   *) ac_try_echo=$ac_try;;
3560 esac
3561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3562 $as_echo "$ac_try_echo") >&5
3563   (eval "$ac_try") 2>&5
3564   ac_status=$?
3565   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3566   (exit $ac_status); }; }; then
3567     cross_compiling=no
3568   else
3569     if test "$cross_compiling" = maybe; then
3570         cross_compiling=yes
3571     else
3572         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3573 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3574 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
3575 If you meant to cross compile, use \`--host'.
3576 See \`config.log' for more details." >&5
3577 $as_echo "$as_me: error: cannot run C compiled programs.
3578 If you meant to cross compile, use \`--host'.
3579 See \`config.log' for more details." >&2;}
3580    { (exit 1); exit 1; }; }; }
3581     fi
3582   fi
3583 fi
3584 { $as_echo "$as_me:$LINENO: result: yes" >&5
3585 $as_echo "yes" >&6; }
3586
3587 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3588 ac_clean_files=$ac_clean_files_save
3589 # Check that the compiler produces executables we can run.  If not, either
3590 # the compiler is broken, or we cross compile.
3591 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3592 $as_echo_n "checking whether we are cross compiling... " >&6; }
3593 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3594 $as_echo "$cross_compiling" >&6; }
3595
3596 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3597 $as_echo_n "checking for suffix of executables... " >&6; }
3598 if { (ac_try="$ac_link"
3599 case "(($ac_try" in
3600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3601   *) ac_try_echo=$ac_try;;
3602 esac
3603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3604 $as_echo "$ac_try_echo") >&5
3605   (eval "$ac_link") 2>&5
3606   ac_status=$?
3607   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3608   (exit $ac_status); }; then
3609   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3610 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3611 # work properly (i.e., refer to `conftest.exe'), while it won't with
3612 # `rm'.
3613 for ac_file in conftest.exe conftest conftest.*; do
3614   test -f "$ac_file" || continue
3615   case $ac_file in
3616     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3617     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3618           break;;
3619     * ) break;;
3620   esac
3621 done
3622 else
3623   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3624 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3625 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3626 See \`config.log' for more details." >&5
3627 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3628 See \`config.log' for more details." >&2;}
3629    { (exit 1); exit 1; }; }; }
3630 fi
3631
3632 rm -f conftest$ac_cv_exeext
3633 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3634 $as_echo "$ac_cv_exeext" >&6; }
3635
3636 rm -f conftest.$ac_ext
3637 EXEEXT=$ac_cv_exeext
3638 ac_exeext=$EXEEXT
3639 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3640 $as_echo_n "checking for suffix of object files... " >&6; }
3641 if test "${ac_cv_objext+set}" = set; then
3642   $as_echo_n "(cached) " >&6
3643 else
3644   cat >conftest.$ac_ext <<_ACEOF
3645 /* confdefs.h.  */
3646 _ACEOF
3647 cat confdefs.h >>conftest.$ac_ext
3648 cat >>conftest.$ac_ext <<_ACEOF
3649 /* end confdefs.h.  */
3650
3651 int
3652 main ()
3653 {
3654
3655   ;
3656   return 0;
3657 }
3658 _ACEOF
3659 rm -f conftest.o conftest.obj
3660 if { (ac_try="$ac_compile"
3661 case "(($ac_try" in
3662   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3663   *) ac_try_echo=$ac_try;;
3664 esac
3665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3666 $as_echo "$ac_try_echo") >&5
3667   (eval "$ac_compile") 2>&5
3668   ac_status=$?
3669   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3670   (exit $ac_status); }; then
3671   for ac_file in conftest.o conftest.obj conftest.*; do
3672   test -f "$ac_file" || continue;
3673   case $ac_file in
3674     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3675     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3676        break;;
3677   esac
3678 done
3679 else
3680   $as_echo "$as_me: failed program was:" >&5
3681 sed 's/^/| /' conftest.$ac_ext >&5
3682
3683 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3684 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3685 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3686 See \`config.log' for more details." >&5
3687 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3688 See \`config.log' for more details." >&2;}
3689    { (exit 1); exit 1; }; }; }
3690 fi
3691
3692 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3693 fi
3694 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3695 $as_echo "$ac_cv_objext" >&6; }
3696 OBJEXT=$ac_cv_objext
3697 ac_objext=$OBJEXT
3698 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3699 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3700 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3701   $as_echo_n "(cached) " >&6
3702 else
3703   cat >conftest.$ac_ext <<_ACEOF
3704 /* confdefs.h.  */
3705 _ACEOF
3706 cat confdefs.h >>conftest.$ac_ext
3707 cat >>conftest.$ac_ext <<_ACEOF
3708 /* end confdefs.h.  */
3709
3710 int
3711 main ()
3712 {
3713 #ifndef __GNUC__
3714        choke me
3715 #endif
3716
3717   ;
3718   return 0;
3719 }
3720 _ACEOF
3721 rm -f conftest.$ac_objext
3722 if { (ac_try="$ac_compile"
3723 case "(($ac_try" in
3724   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3725   *) ac_try_echo=$ac_try;;
3726 esac
3727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3728 $as_echo "$ac_try_echo") >&5
3729   (eval "$ac_compile") 2>conftest.er1
3730   ac_status=$?
3731   grep -v '^ *+' conftest.er1 >conftest.err
3732   rm -f conftest.er1
3733   cat conftest.err >&5
3734   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3735   (exit $ac_status); } && {
3736          test -z "$ac_c_werror_flag" ||
3737          test ! -s conftest.err
3738        } && test -s conftest.$ac_objext; then
3739   ac_compiler_gnu=yes
3740 else
3741   $as_echo "$as_me: failed program was:" >&5
3742 sed 's/^/| /' conftest.$ac_ext >&5
3743
3744         ac_compiler_gnu=no
3745 fi
3746
3747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3748 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3749
3750 fi
3751 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3752 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3753 if test $ac_compiler_gnu = yes; then
3754   GCC=yes
3755 else
3756   GCC=
3757 fi
3758 ac_test_CFLAGS=${CFLAGS+set}
3759 ac_save_CFLAGS=$CFLAGS
3760 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3761 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3762 if test "${ac_cv_prog_cc_g+set}" = set; then
3763   $as_echo_n "(cached) " >&6
3764 else
3765   ac_save_c_werror_flag=$ac_c_werror_flag
3766    ac_c_werror_flag=yes
3767    ac_cv_prog_cc_g=no
3768    CFLAGS="-g"
3769    cat >conftest.$ac_ext <<_ACEOF
3770 /* confdefs.h.  */
3771 _ACEOF
3772 cat confdefs.h >>conftest.$ac_ext
3773 cat >>conftest.$ac_ext <<_ACEOF
3774 /* end confdefs.h.  */
3775
3776 int
3777 main ()
3778 {
3779
3780   ;
3781   return 0;
3782 }
3783 _ACEOF
3784 rm -f conftest.$ac_objext
3785 if { (ac_try="$ac_compile"
3786 case "(($ac_try" in
3787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3788   *) ac_try_echo=$ac_try;;
3789 esac
3790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3791 $as_echo "$ac_try_echo") >&5
3792   (eval "$ac_compile") 2>conftest.er1
3793   ac_status=$?
3794   grep -v '^ *+' conftest.er1 >conftest.err
3795   rm -f conftest.er1
3796   cat conftest.err >&5
3797   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3798   (exit $ac_status); } && {
3799          test -z "$ac_c_werror_flag" ||
3800          test ! -s conftest.err
3801        } && test -s conftest.$ac_objext; then
3802   ac_cv_prog_cc_g=yes
3803 else
3804   $as_echo "$as_me: failed program was:" >&5
3805 sed 's/^/| /' conftest.$ac_ext >&5
3806
3807         CFLAGS=""
3808       cat >conftest.$ac_ext <<_ACEOF
3809 /* confdefs.h.  */
3810 _ACEOF
3811 cat confdefs.h >>conftest.$ac_ext
3812 cat >>conftest.$ac_ext <<_ACEOF
3813 /* end confdefs.h.  */
3814
3815 int
3816 main ()
3817 {
3818
3819   ;
3820   return 0;
3821 }
3822 _ACEOF
3823 rm -f conftest.$ac_objext
3824 if { (ac_try="$ac_compile"
3825 case "(($ac_try" in
3826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3827   *) ac_try_echo=$ac_try;;
3828 esac
3829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3830 $as_echo "$ac_try_echo") >&5
3831   (eval "$ac_compile") 2>conftest.er1
3832   ac_status=$?
3833   grep -v '^ *+' conftest.er1 >conftest.err
3834   rm -f conftest.er1
3835   cat conftest.err >&5
3836   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3837   (exit $ac_status); } && {
3838          test -z "$ac_c_werror_flag" ||
3839          test ! -s conftest.err
3840        } && test -s conftest.$ac_objext; then
3841   :
3842 else
3843   $as_echo "$as_me: failed program was:" >&5
3844 sed 's/^/| /' conftest.$ac_ext >&5
3845
3846         ac_c_werror_flag=$ac_save_c_werror_flag
3847          CFLAGS="-g"
3848          cat >conftest.$ac_ext <<_ACEOF
3849 /* confdefs.h.  */
3850 _ACEOF
3851 cat confdefs.h >>conftest.$ac_ext
3852 cat >>conftest.$ac_ext <<_ACEOF
3853 /* end confdefs.h.  */
3854
3855 int
3856 main ()
3857 {
3858
3859   ;
3860   return 0;
3861 }
3862 _ACEOF
3863 rm -f conftest.$ac_objext
3864 if { (ac_try="$ac_compile"
3865 case "(($ac_try" in
3866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3867   *) ac_try_echo=$ac_try;;
3868 esac
3869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3870 $as_echo "$ac_try_echo") >&5
3871   (eval "$ac_compile") 2>conftest.er1
3872   ac_status=$?
3873   grep -v '^ *+' conftest.er1 >conftest.err
3874   rm -f conftest.er1
3875   cat conftest.err >&5
3876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3877   (exit $ac_status); } && {
3878          test -z "$ac_c_werror_flag" ||
3879          test ! -s conftest.err
3880        } && test -s conftest.$ac_objext; then
3881   ac_cv_prog_cc_g=yes
3882 else
3883   $as_echo "$as_me: failed program was:" >&5
3884 sed 's/^/| /' conftest.$ac_ext >&5
3885
3886
3887 fi
3888
3889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3890 fi
3891
3892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3893 fi
3894
3895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3896    ac_c_werror_flag=$ac_save_c_werror_flag
3897 fi
3898 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3899 $as_echo "$ac_cv_prog_cc_g" >&6; }
3900 if test "$ac_test_CFLAGS" = set; then
3901   CFLAGS=$ac_save_CFLAGS
3902 elif test $ac_cv_prog_cc_g = yes; then
3903   if test "$GCC" = yes; then
3904     CFLAGS="-g -O2"
3905   else
3906     CFLAGS="-g"
3907   fi
3908 else
3909   if test "$GCC" = yes; then
3910     CFLAGS="-O2"
3911   else
3912     CFLAGS=
3913   fi
3914 fi
3915 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3916 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3917 if test "${ac_cv_prog_cc_c89+set}" = set; then
3918   $as_echo_n "(cached) " >&6
3919 else
3920   ac_cv_prog_cc_c89=no
3921 ac_save_CC=$CC
3922 cat >conftest.$ac_ext <<_ACEOF
3923 /* confdefs.h.  */
3924 _ACEOF
3925 cat confdefs.h >>conftest.$ac_ext
3926 cat >>conftest.$ac_ext <<_ACEOF
3927 /* end confdefs.h.  */
3928 #include <stdarg.h>
3929 #include <stdio.h>
3930 #include <sys/types.h>
3931 #include <sys/stat.h>
3932 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3933 struct buf { int x; };
3934 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3935 static char *e (p, i)
3936      char **p;
3937      int i;
3938 {
3939   return p[i];
3940 }
3941 static char *f (char * (*g) (char **, int), char **p, ...)
3942 {
3943   char *s;
3944   va_list v;
3945   va_start (v,p);
3946   s = g (p, va_arg (v,int));
3947   va_end (v);
3948   return s;
3949 }
3950
3951 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3952    function prototypes and stuff, but not '\xHH' hex character constants.
3953    These don't provoke an error unfortunately, instead are silently treated
3954    as 'x'.  The following induces an error, until -std is added to get
3955    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3956    array size at least.  It's necessary to write '\x00'==0 to get something
3957    that's true only with -std.  */
3958 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3959
3960 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3961    inside strings and character constants.  */
3962 #define FOO(x) 'x'
3963 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3964
3965 int test (int i, double x);
3966 struct s1 {int (*f) (int a);};
3967 struct s2 {int (*f) (double a);};
3968 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3969 int argc;
3970 char **argv;
3971 int
3972 main ()
3973 {
3974 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3975   ;
3976   return 0;
3977 }
3978 _ACEOF
3979 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3980         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3981 do
3982   CC="$ac_save_CC $ac_arg"
3983   rm -f conftest.$ac_objext
3984 if { (ac_try="$ac_compile"
3985 case "(($ac_try" in
3986   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3987   *) ac_try_echo=$ac_try;;
3988 esac
3989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3990 $as_echo "$ac_try_echo") >&5
3991   (eval "$ac_compile") 2>conftest.er1
3992   ac_status=$?
3993   grep -v '^ *+' conftest.er1 >conftest.err
3994   rm -f conftest.er1
3995   cat conftest.err >&5
3996   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3997   (exit $ac_status); } && {
3998          test -z "$ac_c_werror_flag" ||
3999          test ! -s conftest.err
4000        } && test -s conftest.$ac_objext; then
4001   ac_cv_prog_cc_c89=$ac_arg
4002 else
4003   $as_echo "$as_me: failed program was:" >&5
4004 sed 's/^/| /' conftest.$ac_ext >&5
4005
4006
4007 fi
4008
4009 rm -f core conftest.err conftest.$ac_objext
4010   test "x$ac_cv_prog_cc_c89" != "xno" && break
4011 done
4012 rm -f conftest.$ac_ext
4013 CC=$ac_save_CC
4014
4015 fi
4016 # AC_CACHE_VAL
4017 case "x$ac_cv_prog_cc_c89" in
4018   x)
4019     { $as_echo "$as_me:$LINENO: result: none needed" >&5
4020 $as_echo "none needed" >&6; } ;;
4021   xno)
4022     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
4023 $as_echo "unsupported" >&6; } ;;
4024   *)
4025     CC="$CC $ac_cv_prog_cc_c89"
4026     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
4027 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4028 esac
4029
4030
4031 ac_ext=c
4032 ac_cpp='$CPP $CPPFLAGS'
4033 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4034 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4035 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4036 DEPDIR="${am__leading_dot}deps"
4037
4038 ac_config_commands="$ac_config_commands depfiles"
4039
4040
4041 am_make=${MAKE-make}
4042 cat > confinc << 'END'
4043 am__doit:
4044         @echo this is the am__doit target
4045 .PHONY: am__doit
4046 END
4047 # If we don't find an include directive, just comment out the code.
4048 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
4049 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4050 am__include="#"
4051 am__quote=
4052 _am_result=none
4053 # First try GNU make style include.
4054 echo "include confinc" > confmf
4055 # Ignore all kinds of additional output from `make'.
4056 case `$am_make -s -f confmf 2> /dev/null` in #(
4057 *the\ am__doit\ target*)
4058   am__include=include
4059   am__quote=
4060   _am_result=GNU
4061   ;;
4062 esac
4063 # Now try BSD make style include.
4064 if test "$am__include" = "#"; then
4065    echo '.include "confinc"' > confmf
4066    case `$am_make -s -f confmf 2> /dev/null` in #(
4067    *the\ am__doit\ target*)
4068      am__include=.include
4069      am__quote="\""
4070      _am_result=BSD
4071      ;;
4072    esac
4073 fi
4074
4075
4076 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
4077 $as_echo "$_am_result" >&6; }
4078 rm -f confinc confmf
4079
4080 # Check whether --enable-dependency-tracking was given.
4081 if test "${enable_dependency_tracking+set}" = set; then
4082   enableval=$enable_dependency_tracking;
4083 fi
4084
4085 if test "x$enable_dependency_tracking" != xno; then
4086   am_depcomp="$ac_aux_dir/depcomp"
4087   AMDEPBACKSLASH='\'
4088 fi
4089  if test "x$enable_dependency_tracking" != xno; then
4090   AMDEP_TRUE=
4091   AMDEP_FALSE='#'
4092 else
4093   AMDEP_TRUE='#'
4094   AMDEP_FALSE=
4095 fi
4096
4097
4098
4099 depcc="$CC"   am_compiler_list=
4100
4101 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4102 $as_echo_n "checking dependency style of $depcc... " >&6; }
4103 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
4104   $as_echo_n "(cached) " >&6
4105 else
4106   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4107   # We make a subdir and do the tests there.  Otherwise we can end up
4108   # making bogus files that we don't know about and never remove.  For
4109   # instance it was reported that on HP-UX the gcc test will end up
4110   # making a dummy file named `D' -- because `-MD' means `put the output
4111   # in D'.
4112   mkdir conftest.dir
4113   # Copy depcomp to subdir because otherwise we won't find it if we're
4114   # using a relative directory.
4115   cp "$am_depcomp" conftest.dir
4116   cd conftest.dir
4117   # We will build objects and dependencies in a subdirectory because
4118   # it helps to detect inapplicable dependency modes.  For instance
4119   # both Tru64's cc and ICC support -MD to output dependencies as a
4120   # side effect of compilation, but ICC will put the dependencies in
4121   # the current directory while Tru64 will put them in the object
4122   # directory.
4123   mkdir sub
4124
4125   am_cv_CC_dependencies_compiler_type=none
4126   if test "$am_compiler_list" = ""; then
4127      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4128   fi
4129   am__universal=false
4130   case " $depcc " in #(
4131      *\ -arch\ *\ -arch\ *) am__universal=true ;;
4132      esac
4133
4134   for depmode in $am_compiler_list; do
4135     # Setup a source with many dependencies, because some compilers
4136     # like to wrap large dependency lists on column 80 (with \), and
4137     # we should not choose a depcomp mode which is confused by this.
4138     #
4139     # We need to recreate these files for each test, as the compiler may
4140     # overwrite some of them when testing with obscure command lines.
4141     # This happens at least with the AIX C compiler.
4142     : > sub/conftest.c
4143     for i in 1 2 3 4 5 6; do
4144       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4145       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4146       # Solaris 8's {/usr,}/bin/sh.
4147       touch sub/conftst$i.h
4148     done
4149     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4150
4151     # We check with `-c' and `-o' for the sake of the "dashmstdout"
4152     # mode.  It turns out that the SunPro C++ compiler does not properly
4153     # handle `-M -o', and we need to detect this.  Also, some Intel
4154     # versions had trouble with output in subdirs
4155     am__obj=sub/conftest.${OBJEXT-o}
4156     am__minus_obj="-o $am__obj"
4157     case $depmode in
4158     gcc)
4159       # This depmode causes a compiler race in universal mode.
4160       test "$am__universal" = false || continue
4161       ;;
4162     nosideeffect)
4163       # after this tag, mechanisms are not by side-effect, so they'll
4164       # only be used when explicitly requested
4165       if test "x$enable_dependency_tracking" = xyes; then
4166         continue
4167       else
4168         break
4169       fi
4170       ;;
4171     msvisualcpp | msvcmsys)
4172       # This compiler won't grok `-c -o', but also, the minuso test has
4173       # not run yet.  These depmodes are late enough in the game, and
4174       # so weak that their functioning should not be impacted.
4175       am__obj=conftest.${OBJEXT-o}
4176       am__minus_obj=
4177       ;;
4178     none) break ;;
4179     esac
4180     if depmode=$depmode \
4181        source=sub/conftest.c object=$am__obj \
4182        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4183        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4184          >/dev/null 2>conftest.err &&
4185        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4186        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4187        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4188        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4189       # icc doesn't choke on unknown options, it will just issue warnings
4190       # or remarks (even with -Werror).  So we grep stderr for any message
4191       # that says an option was ignored or not supported.
4192       # When given -MP, icc 7.0 and 7.1 complain thusly:
4193       #   icc: Command line warning: ignoring option '-M'; no argument required
4194       # The diagnosis changed in icc 8.0:
4195       #   icc: Command line remark: option '-MP' not supported
4196       if (grep 'ignoring option' conftest.err ||
4197           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4198         am_cv_CC_dependencies_compiler_type=$depmode
4199         break
4200       fi
4201     fi
4202   done
4203
4204   cd ..
4205   rm -rf conftest.dir
4206 else
4207   am_cv_CC_dependencies_compiler_type=none
4208 fi
4209
4210 fi
4211 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
4212 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4213 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4214
4215  if
4216   test "x$enable_dependency_tracking" != xno \
4217   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4218   am__fastdepCC_TRUE=
4219   am__fastdepCC_FALSE='#'
4220 else
4221   am__fastdepCC_TRUE='#'
4222   am__fastdepCC_FALSE=
4223 fi
4224
4225
4226 case `pwd` in
4227   *\ * | *\     *)
4228     { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4229 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4230 esac
4231
4232
4233
4234 macro_version='2.2.6b'
4235 macro_revision='1.3017'
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249 ltmain="$ac_aux_dir/ltmain.sh"
4250
4251 { $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4252 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4253 if test "${ac_cv_path_SED+set}" = set; then
4254   $as_echo_n "(cached) " >&6
4255 else
4256             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4257      for ac_i in 1 2 3 4 5 6 7; do
4258        ac_script="$ac_script$as_nl$ac_script"
4259      done
4260      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4261      $as_unset ac_script || ac_script=
4262      if test -z "$SED"; then
4263   ac_path_SED_found=false
4264   # Loop through the user's path and test for each of PROGNAME-LIST
4265   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4266 for as_dir in $PATH
4267 do
4268   IFS=$as_save_IFS
4269   test -z "$as_dir" && as_dir=.
4270   for ac_prog in sed gsed; do
4271     for ac_exec_ext in '' $ac_executable_extensions; do
4272       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4273       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4274 # Check for GNU ac_path_SED and select it if it is found.
4275   # Check for GNU $ac_path_SED
4276 case `"$ac_path_SED" --version 2>&1` in
4277 *GNU*)
4278   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4279 *)
4280   ac_count=0
4281   $as_echo_n 0123456789 >"conftest.in"
4282   while :
4283   do
4284     cat "conftest.in" "conftest.in" >"conftest.tmp"
4285     mv "conftest.tmp" "conftest.in"
4286     cp "conftest.in" "conftest.nl"
4287     $as_echo '' >> "conftest.nl"
4288     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4289     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4290     ac_count=`expr $ac_count + 1`
4291     if test $ac_count -gt ${ac_path_SED_max-0}; then
4292       # Best one so far, save it but keep looking for a better one
4293       ac_cv_path_SED="$ac_path_SED"
4294       ac_path_SED_max=$ac_count
4295     fi
4296     # 10*(2^10) chars as input seems more than enough
4297     test $ac_count -gt 10 && break
4298   done
4299   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4300 esac
4301
4302       $ac_path_SED_found && break 3
4303     done
4304   done
4305 done
4306 IFS=$as_save_IFS
4307   if test -z "$ac_cv_path_SED"; then
4308     { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
4309 $as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
4310    { (exit 1); exit 1; }; }
4311   fi
4312 else
4313   ac_cv_path_SED=$SED
4314 fi
4315
4316 fi
4317 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
4318 $as_echo "$ac_cv_path_SED" >&6; }
4319  SED="$ac_cv_path_SED"
4320   rm -f conftest.sed
4321
4322 test -z "$SED" && SED=sed
4323 Xsed="$SED -e 1s/^X//"
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4336 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4337 if test "${ac_cv_path_GREP+set}" = set; then
4338   $as_echo_n "(cached) " >&6
4339 else
4340   if test -z "$GREP"; then
4341   ac_path_GREP_found=false
4342   # Loop through the user's path and test for each of PROGNAME-LIST
4343   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4344 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4345 do
4346   IFS=$as_save_IFS
4347   test -z "$as_dir" && as_dir=.
4348   for ac_prog in grep ggrep; do
4349     for ac_exec_ext in '' $ac_executable_extensions; do
4350       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4351       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4352 # Check for GNU ac_path_GREP and select it if it is found.
4353   # Check for GNU $ac_path_GREP
4354 case `"$ac_path_GREP" --version 2>&1` in
4355 *GNU*)
4356   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4357 *)
4358   ac_count=0
4359   $as_echo_n 0123456789 >"conftest.in"
4360   while :
4361   do
4362     cat "conftest.in" "conftest.in" >"conftest.tmp"
4363     mv "conftest.tmp" "conftest.in"
4364     cp "conftest.in" "conftest.nl"
4365     $as_echo 'GREP' >> "conftest.nl"
4366     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4367     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4368     ac_count=`expr $ac_count + 1`
4369     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4370       # Best one so far, save it but keep looking for a better one
4371       ac_cv_path_GREP="$ac_path_GREP"
4372       ac_path_GREP_max=$ac_count
4373     fi
4374     # 10*(2^10) chars as input seems more than enough
4375     test $ac_count -gt 10 && break
4376   done
4377   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4378 esac
4379
4380       $ac_path_GREP_found && break 3
4381     done
4382   done
4383 done
4384 IFS=$as_save_IFS
4385   if test -z "$ac_cv_path_GREP"; then
4386     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4387 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4388    { (exit 1); exit 1; }; }
4389   fi
4390 else
4391   ac_cv_path_GREP=$GREP
4392 fi
4393
4394 fi
4395 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4396 $as_echo "$ac_cv_path_GREP" >&6; }
4397  GREP="$ac_cv_path_GREP"
4398
4399
4400 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4401 $as_echo_n "checking for egrep... " >&6; }
4402 if test "${ac_cv_path_EGREP+set}" = set; then
4403   $as_echo_n "(cached) " >&6
4404 else
4405   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4406    then ac_cv_path_EGREP="$GREP -E"
4407    else
4408      if test -z "$EGREP"; then
4409   ac_path_EGREP_found=false
4410   # Loop through the user's path and test for each of PROGNAME-LIST
4411   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4412 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4413 do
4414   IFS=$as_save_IFS
4415   test -z "$as_dir" && as_dir=.
4416   for ac_prog in egrep; do
4417     for ac_exec_ext in '' $ac_executable_extensions; do
4418       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4419       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4420 # Check for GNU ac_path_EGREP and select it if it is found.
4421   # Check for GNU $ac_path_EGREP
4422 case `"$ac_path_EGREP" --version 2>&1` in
4423 *GNU*)
4424   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4425 *)
4426   ac_count=0
4427   $as_echo_n 0123456789 >"conftest.in"
4428   while :
4429   do
4430     cat "conftest.in" "conftest.in" >"conftest.tmp"
4431     mv "conftest.tmp" "conftest.in"
4432     cp "conftest.in" "conftest.nl"
4433     $as_echo 'EGREP' >> "conftest.nl"
4434     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4435     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4436     ac_count=`expr $ac_count + 1`
4437     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4438       # Best one so far, save it but keep looking for a better one
4439       ac_cv_path_EGREP="$ac_path_EGREP"
4440       ac_path_EGREP_max=$ac_count
4441     fi
4442     # 10*(2^10) chars as input seems more than enough
4443     test $ac_count -gt 10 && break
4444   done
4445   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4446 esac
4447
4448       $ac_path_EGREP_found && break 3
4449     done
4450   done
4451 done
4452 IFS=$as_save_IFS
4453   if test -z "$ac_cv_path_EGREP"; then
4454     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4455 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4456    { (exit 1); exit 1; }; }
4457   fi
4458 else
4459   ac_cv_path_EGREP=$EGREP
4460 fi
4461
4462    fi
4463 fi
4464 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4465 $as_echo "$ac_cv_path_EGREP" >&6; }
4466  EGREP="$ac_cv_path_EGREP"
4467
4468
4469 { $as_echo "$as_me:$LINENO: checking for fgrep" >&5
4470 $as_echo_n "checking for fgrep... " >&6; }
4471 if test "${ac_cv_path_FGREP+set}" = set; then
4472   $as_echo_n "(cached) " >&6
4473 else
4474   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4475    then ac_cv_path_FGREP="$GREP -F"
4476    else
4477      if test -z "$FGREP"; then
4478   ac_path_FGREP_found=false
4479   # Loop through the user's path and test for each of PROGNAME-LIST
4480   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4481 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4482 do
4483   IFS=$as_save_IFS
4484   test -z "$as_dir" && as_dir=.
4485   for ac_prog in fgrep; do
4486     for ac_exec_ext in '' $ac_executable_extensions; do
4487       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4488       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4489 # Check for GNU ac_path_FGREP and select it if it is found.
4490   # Check for GNU $ac_path_FGREP
4491 case `"$ac_path_FGREP" --version 2>&1` in
4492 *GNU*)
4493   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4494 *)
4495   ac_count=0
4496   $as_echo_n 0123456789 >"conftest.in"
4497   while :
4498   do
4499     cat "conftest.in" "conftest.in" >"conftest.tmp"
4500     mv "conftest.tmp" "conftest.in"
4501     cp "conftest.in" "conftest.nl"
4502     $as_echo 'FGREP' >> "conftest.nl"
4503     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4504     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4505     ac_count=`expr $ac_count + 1`
4506     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4507       # Best one so far, save it but keep looking for a better one
4508       ac_cv_path_FGREP="$ac_path_FGREP"
4509       ac_path_FGREP_max=$ac_count
4510     fi
4511     # 10*(2^10) chars as input seems more than enough
4512     test $ac_count -gt 10 && break
4513   done
4514   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4515 esac
4516
4517       $ac_path_FGREP_found && break 3
4518     done
4519   done
4520 done
4521 IFS=$as_save_IFS
4522   if test -z "$ac_cv_path_FGREP"; then
4523     { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4524 $as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4525    { (exit 1); exit 1; }; }
4526   fi
4527 else
4528   ac_cv_path_FGREP=$FGREP
4529 fi
4530
4531    fi
4532 fi
4533 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
4534 $as_echo "$ac_cv_path_FGREP" >&6; }
4535  FGREP="$ac_cv_path_FGREP"
4536
4537
4538 test -z "$GREP" && GREP=grep
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558 # Check whether --with-gnu-ld was given.
4559 if test "${with_gnu_ld+set}" = set; then
4560   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4561 else
4562   with_gnu_ld=no
4563 fi
4564
4565 ac_prog=ld
4566 if test "$GCC" = yes; then
4567   # Check if gcc -print-prog-name=ld gives a path.
4568   { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4569 $as_echo_n "checking for ld used by $CC... " >&6; }
4570   case $host in
4571   *-*-mingw*)
4572     # gcc leaves a trailing carriage return which upsets mingw
4573     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4574   *)
4575     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4576   esac
4577   case $ac_prog in
4578     # Accept absolute paths.
4579     [\\/]* | ?:[\\/]*)
4580       re_direlt='/[^/][^/]*/\.\./'
4581       # Canonicalize the pathname of ld
4582       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4583       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4584         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4585       done
4586       test -z "$LD" && LD="$ac_prog"
4587       ;;
4588   "")
4589     # If it fails, then pretend we aren't using GCC.
4590     ac_prog=ld
4591     ;;
4592   *)
4593     # If it is relative, then search for the first ld in PATH.
4594     with_gnu_ld=unknown
4595     ;;
4596   esac
4597 elif test "$with_gnu_ld" = yes; then
4598   { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
4599 $as_echo_n "checking for GNU ld... " >&6; }
4600 else
4601   { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4602 $as_echo_n "checking for non-GNU ld... " >&6; }
4603 fi
4604 if test "${lt_cv_path_LD+set}" = set; then
4605   $as_echo_n "(cached) " >&6
4606 else
4607   if test -z "$LD"; then
4608   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4609   for ac_dir in $PATH; do
4610     IFS="$lt_save_ifs"
4611     test -z "$ac_dir" && ac_dir=.
4612     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4613       lt_cv_path_LD="$ac_dir/$ac_prog"
4614       # Check to see if the program is GNU ld.  I'd rather use --version,
4615       # but apparently some variants of GNU ld only accept -v.
4616       # Break only if it was the GNU/non-GNU ld that we prefer.
4617       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4618       *GNU* | *'with BFD'*)
4619         test "$with_gnu_ld" != no && break
4620         ;;
4621       *)
4622         test "$with_gnu_ld" != yes && break
4623         ;;
4624       esac
4625     fi
4626   done
4627   IFS="$lt_save_ifs"
4628 else
4629   lt_cv_path_LD="$LD" # Let the user override the test with a path.
4630 fi
4631 fi
4632
4633 LD="$lt_cv_path_LD"
4634 if test -n "$LD"; then
4635   { $as_echo "$as_me:$LINENO: result: $LD" >&5
4636 $as_echo "$LD" >&6; }
4637 else
4638   { $as_echo "$as_me:$LINENO: result: no" >&5
4639 $as_echo "no" >&6; }
4640 fi
4641 test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4642 $as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4643    { (exit 1); exit 1; }; }
4644 { $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4645 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4646 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4647   $as_echo_n "(cached) " >&6
4648 else
4649   # I'd rather use --version here, but apparently some GNU lds only accept -v.
4650 case `$LD -v 2>&1 </dev/null` in
4651 *GNU* | *'with BFD'*)
4652   lt_cv_prog_gnu_ld=yes
4653   ;;
4654 *)
4655   lt_cv_prog_gnu_ld=no
4656   ;;
4657 esac
4658 fi
4659 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4660 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4661 with_gnu_ld=$lt_cv_prog_gnu_ld
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671 { $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4672 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4673 if test "${lt_cv_path_NM+set}" = set; then
4674   $as_echo_n "(cached) " >&6
4675 else
4676   if test -n "$NM"; then
4677   # Let the user override the test.
4678   lt_cv_path_NM="$NM"
4679 else
4680   lt_nm_to_check="${ac_tool_prefix}nm"
4681   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4682     lt_nm_to_check="$lt_nm_to_check nm"
4683   fi
4684   for lt_tmp_nm in $lt_nm_to_check; do
4685     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4686     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4687       IFS="$lt_save_ifs"
4688       test -z "$ac_dir" && ac_dir=.
4689       tmp_nm="$ac_dir/$lt_tmp_nm"
4690       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4691         # Check to see if the nm accepts a BSD-compat flag.
4692         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4693         #   nm: unknown option "B" ignored
4694         # Tru64's nm complains that /dev/null is an invalid object file
4695         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4696         */dev/null* | *'Invalid file or object type'*)
4697           lt_cv_path_NM="$tmp_nm -B"
4698           break
4699           ;;
4700         *)
4701           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4702           */dev/null*)
4703             lt_cv_path_NM="$tmp_nm -p"
4704             break
4705             ;;
4706           *)
4707             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4708             continue # so that we can try to find one that supports BSD flags
4709             ;;
4710           esac
4711           ;;
4712         esac
4713       fi
4714     done
4715     IFS="$lt_save_ifs"
4716   done
4717   : ${lt_cv_path_NM=no}
4718 fi
4719 fi
4720 { $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4721 $as_echo "$lt_cv_path_NM" >&6; }
4722 if test "$lt_cv_path_NM" != "no"; then
4723   NM="$lt_cv_path_NM"
4724 else
4725   # Didn't find any BSD compatible name lister, look for dumpbin.
4726   if test -n "$ac_tool_prefix"; then
4727   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4728   do
4729     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4730 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4731 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4732 $as_echo_n "checking for $ac_word... " >&6; }
4733 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4734   $as_echo_n "(cached) " >&6
4735 else
4736   if test -n "$DUMPBIN"; then
4737   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4738 else
4739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4740 for as_dir in $PATH
4741 do
4742   IFS=$as_save_IFS
4743   test -z "$as_dir" && as_dir=.
4744   for ac_exec_ext in '' $ac_executable_extensions; do
4745   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4746     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4747     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4748     break 2
4749   fi
4750 done
4751 done
4752 IFS=$as_save_IFS
4753
4754 fi
4755 fi
4756 DUMPBIN=$ac_cv_prog_DUMPBIN
4757 if test -n "$DUMPBIN"; then
4758   { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4759 $as_echo "$DUMPBIN" >&6; }
4760 else
4761   { $as_echo "$as_me:$LINENO: result: no" >&5
4762 $as_echo "no" >&6; }
4763 fi
4764
4765
4766     test -n "$DUMPBIN" && break
4767   done
4768 fi
4769 if test -z "$DUMPBIN"; then
4770   ac_ct_DUMPBIN=$DUMPBIN
4771   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4772 do
4773   # Extract the first word of "$ac_prog", so it can be a program name with args.
4774 set dummy $ac_prog; ac_word=$2
4775 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4776 $as_echo_n "checking for $ac_word... " >&6; }
4777 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4778   $as_echo_n "(cached) " >&6
4779 else
4780   if test -n "$ac_ct_DUMPBIN"; then
4781   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4782 else
4783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4784 for as_dir in $PATH
4785 do
4786   IFS=$as_save_IFS
4787   test -z "$as_dir" && as_dir=.
4788   for ac_exec_ext in '' $ac_executable_extensions; do
4789   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4790     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4791     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4792     break 2
4793   fi
4794 done
4795 done
4796 IFS=$as_save_IFS
4797
4798 fi
4799 fi
4800 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4801 if test -n "$ac_ct_DUMPBIN"; then
4802   { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4803 $as_echo "$ac_ct_DUMPBIN" >&6; }
4804 else
4805   { $as_echo "$as_me:$LINENO: result: no" >&5
4806 $as_echo "no" >&6; }
4807 fi
4808
4809
4810   test -n "$ac_ct_DUMPBIN" && break
4811 done
4812
4813   if test "x$ac_ct_DUMPBIN" = x; then
4814     DUMPBIN=":"
4815   else
4816     case $cross_compiling:$ac_tool_warned in
4817 yes:)
4818 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4819 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4820 ac_tool_warned=yes ;;
4821 esac
4822     DUMPBIN=$ac_ct_DUMPBIN
4823   fi
4824 fi
4825
4826
4827   if test "$DUMPBIN" != ":"; then
4828     NM="$DUMPBIN"
4829   fi
4830 fi
4831 test -z "$NM" && NM=nm
4832
4833
4834
4835
4836
4837
4838 { $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4839 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4840 if test "${lt_cv_nm_interface+set}" = set; then
4841   $as_echo_n "(cached) " >&6
4842 else
4843   lt_cv_nm_interface="BSD nm"
4844   echo "int some_variable = 0;" > conftest.$ac_ext
4845   (eval echo "\"\$as_me:4845: $ac_compile\"" >&5)
4846   (eval "$ac_compile" 2>conftest.err)
4847   cat conftest.err >&5
4848   (eval echo "\"\$as_me:4848: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4849   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4850   cat conftest.err >&5
4851   (eval echo "\"\$as_me:4851: output\"" >&5)
4852   cat conftest.out >&5
4853   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4854     lt_cv_nm_interface="MS dumpbin"
4855   fi
4856   rm -f conftest*
4857 fi
4858 { $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4859 $as_echo "$lt_cv_nm_interface" >&6; }
4860
4861 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4862 $as_echo_n "checking whether ln -s works... " >&6; }
4863 LN_S=$as_ln_s
4864 if test "$LN_S" = "ln -s"; then
4865   { $as_echo "$as_me:$LINENO: result: yes" >&5
4866 $as_echo "yes" >&6; }
4867 else
4868   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4869 $as_echo "no, using $LN_S" >&6; }
4870 fi
4871
4872 # find the maximum length of command line arguments
4873 { $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4874 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4875 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4876   $as_echo_n "(cached) " >&6
4877 else
4878     i=0
4879   teststring="ABCD"
4880
4881   case $build_os in
4882   msdosdjgpp*)
4883     # On DJGPP, this test can blow up pretty badly due to problems in libc
4884     # (any single argument exceeding 2000 bytes causes a buffer overrun
4885     # during glob expansion).  Even if it were fixed, the result of this
4886     # check would be larger than it should be.
4887     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
4888     ;;
4889
4890   gnu*)
4891     # Under GNU Hurd, this test is not required because there is
4892     # no limit to the length of command line arguments.
4893     # Libtool will interpret -1 as no limit whatsoever
4894     lt_cv_sys_max_cmd_len=-1;
4895     ;;
4896
4897   cygwin* | mingw* | cegcc*)
4898     # On Win9x/ME, this test blows up -- it succeeds, but takes
4899     # about 5 minutes as the teststring grows exponentially.
4900     # Worse, since 9x/ME are not pre-emptively multitasking,
4901     # you end up with a "frozen" computer, even though with patience
4902     # the test eventually succeeds (with a max line length of 256k).
4903     # Instead, let's just punt: use the minimum linelength reported by
4904     # all of the supported platforms: 8192 (on NT/2K/XP).
4905     lt_cv_sys_max_cmd_len=8192;
4906     ;;
4907
4908   amigaos*)
4909     # On AmigaOS with pdksh, this test takes hours, literally.
4910     # So we just punt and use a minimum line length of 8192.
4911     lt_cv_sys_max_cmd_len=8192;
4912     ;;
4913
4914   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4915     # This has been around since 386BSD, at least.  Likely further.
4916     if test -x /sbin/sysctl; then
4917       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4918     elif test -x /usr/sbin/sysctl; then
4919       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4920     else
4921       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
4922     fi
4923     # And add a safety zone
4924     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4925     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4926     ;;
4927
4928   interix*)
4929     # We know the value 262144 and hardcode it with a safety zone (like BSD)
4930     lt_cv_sys_max_cmd_len=196608
4931     ;;
4932
4933   osf*)
4934     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4935     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4936     # nice to cause kernel panics so lets avoid the loop below.
4937     # First set a reasonable default.
4938     lt_cv_sys_max_cmd_len=16384
4939     #
4940     if test -x /sbin/sysconfig; then
4941       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4942         *1*) lt_cv_sys_max_cmd_len=-1 ;;
4943       esac
4944     fi
4945     ;;
4946   sco3.2v5*)
4947     lt_cv_sys_max_cmd_len=102400
4948     ;;
4949   sysv5* | sco5v6* | sysv4.2uw2*)
4950     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4951     if test -n "$kargmax"; then
4952       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
4953     else
4954       lt_cv_sys_max_cmd_len=32768
4955     fi
4956     ;;
4957   *)
4958     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4959     if test -n "$lt_cv_sys_max_cmd_len"; then
4960       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4961       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4962     else
4963       # Make teststring a little bigger before we do anything with it.
4964       # a 1K string should be a reasonable start.
4965       for i in 1 2 3 4 5 6 7 8 ; do
4966         teststring=$teststring$teststring
4967       done
4968       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4969       # If test is not a shell built-in, we'll probably end up computing a
4970       # maximum length that is only half of the actual maximum length, but
4971       # we can't tell.
4972       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4973                  = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4974               test $i != 17 # 1/2 MB should be enough
4975       do
4976         i=`expr $i + 1`
4977         teststring=$teststring$teststring
4978       done
4979       # Only check the string length outside the loop.
4980       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4981       teststring=
4982       # Add a significant safety factor because C++ compilers can tack on
4983       # massive amounts of additional arguments before passing them to the
4984       # linker.  It appears as though 1/2 is a usable value.
4985       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4986     fi
4987     ;;
4988   esac
4989
4990 fi
4991
4992 if test -n $lt_cv_sys_max_cmd_len ; then
4993   { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4994 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4995 else
4996   { $as_echo "$as_me:$LINENO: result: none" >&5
4997 $as_echo "none" >&6; }
4998 fi
4999 max_cmd_len=$lt_cv_sys_max_cmd_len
5000
5001
5002
5003
5004
5005
5006 : ${CP="cp -f"}
5007 : ${MV="mv -f"}
5008 : ${RM="rm -f"}
5009
5010 { $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
5011 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5012 # Try some XSI features
5013 xsi_shell=no
5014 ( _lt_dummy="a/b/c"
5015   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5016       = c,a/b,, \
5017     && eval 'test $(( 1 + 1 )) -eq 2 \
5018     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5019   && xsi_shell=yes
5020 { $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
5021 $as_echo "$xsi_shell" >&6; }
5022
5023
5024 { $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
5025 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5026 lt_shell_append=no
5027 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5028     >/dev/null 2>&1 \
5029   && lt_shell_append=yes
5030 { $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
5031 $as_echo "$lt_shell_append" >&6; }
5032
5033
5034 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5035   lt_unset=unset
5036 else
5037   lt_unset=false
5038 fi
5039
5040
5041
5042
5043
5044 # test EBCDIC or ASCII
5045 case `echo X|tr X '\101'` in
5046  A) # ASCII based system
5047     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5048   lt_SP2NL='tr \040 \012'
5049   lt_NL2SP='tr \015\012 \040\040'
5050   ;;
5051  *) # EBCDIC based system
5052   lt_SP2NL='tr \100 \n'
5053   lt_NL2SP='tr \r\n \100\100'
5054   ;;
5055 esac
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065 { $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
5066 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5067 if test "${lt_cv_ld_reload_flag+set}" = set; then
5068   $as_echo_n "(cached) " >&6
5069 else
5070   lt_cv_ld_reload_flag='-r'
5071 fi
5072 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
5073 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5074 reload_flag=$lt_cv_ld_reload_flag
5075 case $reload_flag in
5076 "" | " "*) ;;
5077 *) reload_flag=" $reload_flag" ;;
5078 esac
5079 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5080 case $host_os in
5081   darwin*)
5082     if test "$GCC" = yes; then
5083       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5084     else
5085       reload_cmds='$LD$reload_flag -o $output$reload_objs'
5086     fi
5087     ;;
5088 esac
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098 if test -n "$ac_tool_prefix"; then
5099   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5100 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5101 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5102 $as_echo_n "checking for $ac_word... " >&6; }
5103 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
5104   $as_echo_n "(cached) " >&6
5105 else
5106   if test -n "$OBJDUMP"; then
5107   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5108 else
5109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5110 for as_dir in $PATH
5111 do
5112   IFS=$as_save_IFS
5113   test -z "$as_dir" && as_dir=.
5114   for ac_exec_ext in '' $ac_executable_extensions; do
5115   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5116     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5117     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5118     break 2
5119   fi
5120 done
5121 done
5122 IFS=$as_save_IFS
5123
5124 fi
5125 fi
5126 OBJDUMP=$ac_cv_prog_OBJDUMP
5127 if test -n "$OBJDUMP"; then
5128   { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
5129 $as_echo "$OBJDUMP" >&6; }
5130 else
5131   { $as_echo "$as_me:$LINENO: result: no" >&5
5132 $as_echo "no" >&6; }
5133 fi
5134
5135
5136 fi
5137 if test -z "$ac_cv_prog_OBJDUMP"; then
5138   ac_ct_OBJDUMP=$OBJDUMP
5139   # Extract the first word of "objdump", so it can be a program name with args.
5140 set dummy objdump; ac_word=$2
5141 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5142 $as_echo_n "checking for $ac_word... " >&6; }
5143 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
5144   $as_echo_n "(cached) " >&6
5145 else
5146   if test -n "$ac_ct_OBJDUMP"; then
5147   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5148 else
5149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5150 for as_dir in $PATH
5151 do
5152   IFS=$as_save_IFS
5153   test -z "$as_dir" && as_dir=.
5154   for ac_exec_ext in '' $ac_executable_extensions; do
5155   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5156     ac_cv_prog_ac_ct_OBJDUMP="objdump"
5157     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5158     break 2
5159   fi
5160 done
5161 done
5162 IFS=$as_save_IFS
5163
5164 fi
5165 fi
5166 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5167 if test -n "$ac_ct_OBJDUMP"; then
5168   { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
5169 $as_echo "$ac_ct_OBJDUMP" >&6; }
5170 else
5171   { $as_echo "$as_me:$LINENO: result: no" >&5
5172 $as_echo "no" >&6; }
5173 fi
5174
5175   if test "x$ac_ct_OBJDUMP" = x; then
5176     OBJDUMP="false"
5177   else
5178     case $cross_compiling:$ac_tool_warned in
5179 yes:)
5180 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5181 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5182 ac_tool_warned=yes ;;
5183 esac
5184     OBJDUMP=$ac_ct_OBJDUMP
5185   fi
5186 else
5187   OBJDUMP="$ac_cv_prog_OBJDUMP"
5188 fi
5189
5190 test -z "$OBJDUMP" && OBJDUMP=objdump
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200 { $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
5201 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5202 if test "${lt_cv_deplibs_check_method+set}" = set; then
5203   $as_echo_n "(cached) " >&6
5204 else
5205   lt_cv_file_magic_cmd='$MAGIC_CMD'
5206 lt_cv_file_magic_test_file=
5207 lt_cv_deplibs_check_method='unknown'
5208 # Need to set the preceding variable on all platforms that support
5209 # interlibrary dependencies.
5210 # 'none' -- dependencies not supported.
5211 # `unknown' -- same as none, but documents that we really don't know.
5212 # 'pass_all' -- all dependencies passed with no checks.
5213 # 'test_compile' -- check by making test program.
5214 # 'file_magic [[regex]]' -- check by looking for files in library path
5215 # which responds to the $file_magic_cmd with a given extended regex.
5216 # If you have `file' or equivalent on your system and you're not sure
5217 # whether `pass_all' will *always* work, you probably want this one.
5218
5219 case $host_os in
5220 aix[4-9]*)
5221   lt_cv_deplibs_check_method=pass_all
5222   ;;
5223
5224 beos*)
5225   lt_cv_deplibs_check_method=pass_all
5226   ;;
5227
5228 bsdi[45]*)
5229   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5230   lt_cv_file_magic_cmd='/usr/bin/file -L'
5231   lt_cv_file_magic_test_file=/shlib/libc.so
5232   ;;
5233
5234 cygwin*)
5235   # func_win32_libid is a shell function defined in ltmain.sh
5236   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5237   lt_cv_file_magic_cmd='func_win32_libid'
5238   ;;
5239
5240 mingw* | pw32*)
5241   # Base MSYS/MinGW do not provide the 'file' command needed by
5242   # func_win32_libid shell function, so use a weaker test based on 'objdump',
5243   # unless we find 'file', for example because we are cross-compiling.
5244   if ( file / ) >/dev/null 2>&1; then
5245     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5246     lt_cv_file_magic_cmd='func_win32_libid'
5247   else
5248     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5249     lt_cv_file_magic_cmd='$OBJDUMP -f'
5250   fi
5251   ;;
5252
5253 cegcc)
5254   # use the weaker test based on 'objdump'. See mingw*.
5255   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5256   lt_cv_file_magic_cmd='$OBJDUMP -f'
5257   ;;
5258
5259 darwin* | rhapsody*)
5260   lt_cv_deplibs_check_method=pass_all
5261   ;;
5262
5263 freebsd* | dragonfly*)
5264   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5265     case $host_cpu in
5266     i*86 )
5267       # Not sure whether the presence of OpenBSD here was a mistake.
5268       # Let's accept both of them until this is cleared up.
5269       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5270       lt_cv_file_magic_cmd=/usr/bin/file
5271       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5272       ;;
5273     esac
5274   else
5275     lt_cv_deplibs_check_method=pass_all
5276   fi
5277   ;;
5278
5279 gnu*)
5280   lt_cv_deplibs_check_method=pass_all
5281   ;;
5282
5283 hpux10.20* | hpux11*)
5284   lt_cv_file_magic_cmd=/usr/bin/file
5285   case $host_cpu in
5286   ia64*)
5287     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5288     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5289     ;;
5290   hppa*64*)
5291     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]'
5292     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5293     ;;
5294   *)
5295     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5296     lt_cv_file_magic_test_file=/usr/lib/libc.sl
5297     ;;
5298   esac
5299   ;;
5300
5301 interix[3-9]*)
5302   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5303   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5304   ;;
5305
5306 irix5* | irix6* | nonstopux*)
5307   case $LD in
5308   *-32|*"-32 ") libmagic=32-bit;;
5309   *-n32|*"-n32 ") libmagic=N32;;
5310   *-64|*"-64 ") libmagic=64-bit;;
5311   *) libmagic=never-match;;
5312   esac
5313   lt_cv_deplibs_check_method=pass_all
5314   ;;
5315
5316 # This must be Linux ELF.
5317 linux* | k*bsd*-gnu)
5318   lt_cv_deplibs_check_method=pass_all
5319   ;;
5320
5321 netbsd*)
5322   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5323     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5324   else
5325     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5326   fi
5327   ;;
5328
5329 newos6*)
5330   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5331   lt_cv_file_magic_cmd=/usr/bin/file
5332   lt_cv_file_magic_test_file=/usr/lib/libnls.so
5333   ;;
5334
5335 *nto* | *qnx*)
5336   lt_cv_deplibs_check_method=pass_all
5337   ;;
5338
5339 openbsd*)
5340   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5341     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5342   else
5343     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5344   fi
5345   ;;
5346
5347 osf3* | osf4* | osf5*)
5348   lt_cv_deplibs_check_method=pass_all
5349   ;;
5350
5351 rdos*)
5352   lt_cv_deplibs_check_method=pass_all
5353   ;;
5354
5355 solaris*)
5356   lt_cv_deplibs_check_method=pass_all
5357   ;;
5358
5359 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5360   lt_cv_deplibs_check_method=pass_all
5361   ;;
5362
5363 sysv4 | sysv4.3*)
5364   case $host_vendor in
5365   motorola)
5366     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]'
5367     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5368     ;;
5369   ncr)
5370     lt_cv_deplibs_check_method=pass_all
5371     ;;
5372   sequent)
5373     lt_cv_file_magic_cmd='/bin/file'
5374     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5375     ;;
5376   sni)
5377     lt_cv_file_magic_cmd='/bin/file'
5378     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5379     lt_cv_file_magic_test_file=/lib/libc.so
5380     ;;
5381   siemens)
5382     lt_cv_deplibs_check_method=pass_all
5383     ;;
5384   pc)
5385     lt_cv_deplibs_check_method=pass_all
5386     ;;
5387   esac
5388   ;;
5389
5390 tpf*)
5391   lt_cv_deplibs_check_method=pass_all
5392   ;;
5393 esac
5394
5395 fi
5396 { $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
5397 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5398 file_magic_cmd=$lt_cv_file_magic_cmd
5399 deplibs_check_method=$lt_cv_deplibs_check_method
5400 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413 if test -n "$ac_tool_prefix"; then
5414   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5415 set dummy ${ac_tool_prefix}ar; ac_word=$2
5416 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5417 $as_echo_n "checking for $ac_word... " >&6; }
5418 if test "${ac_cv_prog_AR+set}" = set; then
5419   $as_echo_n "(cached) " >&6
5420 else
5421   if test -n "$AR"; then
5422   ac_cv_prog_AR="$AR" # Let the user override the test.
5423 else
5424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5425 for as_dir in $PATH
5426 do
5427   IFS=$as_save_IFS
5428   test -z "$as_dir" && as_dir=.
5429   for ac_exec_ext in '' $ac_executable_extensions; do
5430   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5431     ac_cv_prog_AR="${ac_tool_prefix}ar"
5432     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5433     break 2
5434   fi
5435 done
5436 done
5437 IFS=$as_save_IFS
5438
5439 fi
5440 fi
5441 AR=$ac_cv_prog_AR
5442 if test -n "$AR"; then
5443   { $as_echo "$as_me:$LINENO: result: $AR" >&5
5444 $as_echo "$AR" >&6; }
5445 else
5446   { $as_echo "$as_me:$LINENO: result: no" >&5
5447 $as_echo "no" >&6; }
5448 fi
5449
5450
5451 fi
5452 if test -z "$ac_cv_prog_AR"; then
5453   ac_ct_AR=$AR
5454   # Extract the first word of "ar", so it can be a program name with args.
5455 set dummy ar; ac_word=$2
5456 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5457 $as_echo_n "checking for $ac_word... " >&6; }
5458 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5459   $as_echo_n "(cached) " >&6
5460 else
5461   if test -n "$ac_ct_AR"; then
5462   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5463 else
5464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5465 for as_dir in $PATH
5466 do
5467   IFS=$as_save_IFS
5468   test -z "$as_dir" && as_dir=.
5469   for ac_exec_ext in '' $ac_executable_extensions; do
5470   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5471     ac_cv_prog_ac_ct_AR="ar"
5472     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5473     break 2
5474   fi
5475 done
5476 done
5477 IFS=$as_save_IFS
5478
5479 fi
5480 fi
5481 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5482 if test -n "$ac_ct_AR"; then
5483   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5484 $as_echo "$ac_ct_AR" >&6; }
5485 else
5486   { $as_echo "$as_me:$LINENO: result: no" >&5
5487 $as_echo "no" >&6; }
5488 fi
5489
5490   if test "x$ac_ct_AR" = x; then
5491     AR="false"
5492   else
5493     case $cross_compiling:$ac_tool_warned in
5494 yes:)
5495 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5496 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5497 ac_tool_warned=yes ;;
5498 esac
5499     AR=$ac_ct_AR
5500   fi
5501 else
5502   AR="$ac_cv_prog_AR"
5503 fi
5504
5505 test -z "$AR" && AR=ar
5506 test -z "$AR_FLAGS" && AR_FLAGS=cru
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518 if test -n "$ac_tool_prefix"; then
5519   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5520 set dummy ${ac_tool_prefix}strip; ac_word=$2
5521 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5522 $as_echo_n "checking for $ac_word... " >&6; }
5523 if test "${ac_cv_prog_STRIP+set}" = set; then
5524   $as_echo_n "(cached) " >&6
5525 else
5526   if test -n "$STRIP"; then
5527   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5528 else
5529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5530 for as_dir in $PATH
5531 do
5532   IFS=$as_save_IFS
5533   test -z "$as_dir" && as_dir=.
5534   for ac_exec_ext in '' $ac_executable_extensions; do
5535   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5536     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5537     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5538     break 2
5539   fi
5540 done
5541 done
5542 IFS=$as_save_IFS
5543
5544 fi
5545 fi
5546 STRIP=$ac_cv_prog_STRIP
5547 if test -n "$STRIP"; then
5548   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
5549 $as_echo "$STRIP" >&6; }
5550 else
5551   { $as_echo "$as_me:$LINENO: result: no" >&5
5552 $as_echo "no" >&6; }
5553 fi
5554
5555
5556 fi
5557 if test -z "$ac_cv_prog_STRIP"; then
5558   ac_ct_STRIP=$STRIP
5559   # Extract the first word of "strip", so it can be a program name with args.
5560 set dummy strip; ac_word=$2
5561 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5562 $as_echo_n "checking for $ac_word... " >&6; }
5563 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5564   $as_echo_n "(cached) " >&6
5565 else
5566   if test -n "$ac_ct_STRIP"; then
5567   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5568 else
5569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5570 for as_dir in $PATH
5571 do
5572   IFS=$as_save_IFS
5573   test -z "$as_dir" && as_dir=.
5574   for ac_exec_ext in '' $ac_executable_extensions; do
5575   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5576     ac_cv_prog_ac_ct_STRIP="strip"
5577     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5578     break 2
5579   fi
5580 done
5581 done
5582 IFS=$as_save_IFS
5583
5584 fi
5585 fi
5586 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5587 if test -n "$ac_ct_STRIP"; then
5588   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5589 $as_echo "$ac_ct_STRIP" >&6; }
5590 else
5591   { $as_echo "$as_me:$LINENO: result: no" >&5
5592 $as_echo "no" >&6; }
5593 fi
5594
5595   if test "x$ac_ct_STRIP" = x; then
5596     STRIP=":"
5597   else
5598     case $cross_compiling:$ac_tool_warned in
5599 yes:)
5600 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5601 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5602 ac_tool_warned=yes ;;
5603 esac
5604     STRIP=$ac_ct_STRIP
5605   fi
5606 else
5607   STRIP="$ac_cv_prog_STRIP"
5608 fi
5609
5610 test -z "$STRIP" && STRIP=:
5611
5612
5613
5614
5615
5616
5617 if test -n "$ac_tool_prefix"; then
5618   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5619 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5620 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5621 $as_echo_n "checking for $ac_word... " >&6; }
5622 if test "${ac_cv_prog_RANLIB+set}" = set; then
5623   $as_echo_n "(cached) " >&6
5624 else
5625   if test -n "$RANLIB"; then
5626   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5627 else
5628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5629 for as_dir in $PATH
5630 do
5631   IFS=$as_save_IFS
5632   test -z "$as_dir" && as_dir=.
5633   for ac_exec_ext in '' $ac_executable_extensions; do
5634   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5635     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5636     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5637     break 2
5638   fi
5639 done
5640 done
5641 IFS=$as_save_IFS
5642
5643 fi
5644 fi
5645 RANLIB=$ac_cv_prog_RANLIB
5646 if test -n "$RANLIB"; then
5647   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
5648 $as_echo "$RANLIB" >&6; }
5649 else
5650   { $as_echo "$as_me:$LINENO: result: no" >&5
5651 $as_echo "no" >&6; }
5652 fi
5653
5654
5655 fi
5656 if test -z "$ac_cv_prog_RANLIB"; then
5657   ac_ct_RANLIB=$RANLIB
5658   # Extract the first word of "ranlib", so it can be a program name with args.
5659 set dummy ranlib; ac_word=$2
5660 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5661 $as_echo_n "checking for $ac_word... " >&6; }
5662 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5663   $as_echo_n "(cached) " >&6
5664 else
5665   if test -n "$ac_ct_RANLIB"; then
5666   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5667 else
5668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5669 for as_dir in $PATH
5670 do
5671   IFS=$as_save_IFS
5672   test -z "$as_dir" && as_dir=.
5673   for ac_exec_ext in '' $ac_executable_extensions; do
5674   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5675     ac_cv_prog_ac_ct_RANLIB="ranlib"
5676     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5677     break 2
5678   fi
5679 done
5680 done
5681 IFS=$as_save_IFS
5682
5683 fi
5684 fi
5685 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5686 if test -n "$ac_ct_RANLIB"; then
5687   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5688 $as_echo "$ac_ct_RANLIB" >&6; }
5689 else
5690   { $as_echo "$as_me:$LINENO: result: no" >&5
5691 $as_echo "no" >&6; }
5692 fi
5693
5694   if test "x$ac_ct_RANLIB" = x; then
5695     RANLIB=":"
5696   else
5697     case $cross_compiling:$ac_tool_warned in
5698 yes:)
5699 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5700 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5701 ac_tool_warned=yes ;;
5702 esac
5703     RANLIB=$ac_ct_RANLIB
5704   fi
5705 else
5706   RANLIB="$ac_cv_prog_RANLIB"
5707 fi
5708
5709 test -z "$RANLIB" && RANLIB=:
5710
5711
5712
5713
5714
5715
5716 # Determine commands to create old-style static archives.
5717 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5718 old_postinstall_cmds='chmod 644 $oldlib'
5719 old_postuninstall_cmds=
5720
5721 if test -n "$RANLIB"; then
5722   case $host_os in
5723   openbsd*)
5724     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5725     ;;
5726   *)
5727     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5728     ;;
5729   esac
5730   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5731 fi
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
5760
5761
5762
5763
5764
5765
5766 # If no C compiler was specified, use CC.
5767 LTCC=${LTCC-"$CC"}
5768
5769 # If no C compiler flags were specified, use CFLAGS.
5770 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5771
5772 # Allow CC to be a program name with arguments.
5773 compiler=$CC
5774
5775
5776 # Check for command to grab the raw symbol name followed by C symbol from nm.
5777 { $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
5778 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5779 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5780   $as_echo_n "(cached) " >&6
5781 else
5782
5783 # These are sane defaults that work on at least a few old systems.
5784 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
5785
5786 # Character class describing NM global symbol codes.
5787 symcode='[BCDEGRST]'
5788
5789 # Regexp to match symbols that can be accessed directly from C.
5790 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5791
5792 # Define system-specific variables.
5793 case $host_os in
5794 aix*)
5795   symcode='[BCDT]'
5796   ;;
5797 cygwin* | mingw* | pw32* | cegcc*)
5798   symcode='[ABCDGISTW]'
5799   ;;
5800 hpux*)
5801   if test "$host_cpu" = ia64; then
5802     symcode='[ABCDEGRST]'
5803   fi
5804   ;;
5805 irix* | nonstopux*)
5806   symcode='[BCDEGRST]'
5807   ;;
5808 osf*)
5809   symcode='[BCDEGQRST]'
5810   ;;
5811 solaris*)
5812   symcode='[BDRT]'
5813   ;;
5814 sco3.2v5*)
5815   symcode='[DT]'
5816   ;;
5817 sysv4.2uw2*)
5818   symcode='[DT]'
5819   ;;
5820 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5821   symcode='[ABDT]'
5822   ;;
5823 sysv4)
5824   symcode='[DFNSTU]'
5825   ;;
5826 esac
5827
5828 # If we're using GNU nm, then use its standard symbol codes.
5829 case `$NM -V 2>&1` in
5830 *GNU* | *'with BFD'*)
5831   symcode='[ABCDGIRSTW]' ;;
5832 esac
5833
5834 # Transform an extracted symbol line into a proper C declaration.
5835 # Some systems (esp. on ia64) link data and code symbols differently,
5836 # so use this general approach.
5837 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5838
5839 # Transform an extracted symbol line into symbol name and symbol address
5840 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
5841 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
5842
5843 # Handle CRLF in mingw tool chain
5844 opt_cr=
5845 case $build_os in
5846 mingw*)
5847   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5848   ;;
5849 esac
5850
5851 # Try without a prefix underscore, then with it.
5852 for ac_symprfx in "" "_"; do
5853
5854   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5855   symxfrm="\\1 $ac_symprfx\\2 \\2"
5856
5857   # Write the raw and C identifiers.
5858   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5859     # Fake it for dumpbin and say T for any non-static function
5860     # and D for any global variable.
5861     # Also find C++ and __fastcall symbols from MSVC++,
5862     # which start with @ or ?.
5863     lt_cv_sys_global_symbol_pipe="$AWK '"\
5864 "     {last_section=section; section=\$ 3};"\
5865 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5866 "     \$ 0!~/External *\|/{next};"\
5867 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5868 "     {if(hide[section]) next};"\
5869 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5870 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5871 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
5872 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5873 "     ' prfx=^$ac_symprfx"
5874   else
5875     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5876   fi
5877
5878   # Check to see that the pipe works correctly.
5879   pipe_works=no
5880
5881   rm -f conftest*
5882   cat > conftest.$ac_ext <<_LT_EOF
5883 #ifdef __cplusplus
5884 extern "C" {
5885 #endif
5886 char nm_test_var;
5887 void nm_test_func(void);
5888 void nm_test_func(void){}
5889 #ifdef __cplusplus
5890 }
5891 #endif
5892 int main(){nm_test_var='a';nm_test_func();return(0);}
5893 _LT_EOF
5894
5895   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5896   (eval $ac_compile) 2>&5
5897   ac_status=$?
5898   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5899   (exit $ac_status); }; then
5900     # Now try to grab the symbols.
5901     nlist=conftest.nm
5902     if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
5903   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5904   ac_status=$?
5905   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5906   (exit $ac_status); } && test -s "$nlist"; then
5907       # Try sorting and uniquifying the output.
5908       if sort "$nlist" | uniq > "$nlist"T; then
5909         mv -f "$nlist"T "$nlist"
5910       else
5911         rm -f "$nlist"T
5912       fi
5913
5914       # Make sure that we snagged all the symbols we need.
5915       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5916         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5917           cat <<_LT_EOF > conftest.$ac_ext
5918 #ifdef __cplusplus
5919 extern "C" {
5920 #endif
5921
5922 _LT_EOF
5923           # Now generate the symbol file.
5924           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5925
5926           cat <<_LT_EOF >> conftest.$ac_ext
5927
5928 /* The mapping between symbol names and symbols.  */
5929 const struct {
5930   const char *name;
5931   void       *address;
5932 }
5933 lt__PROGRAM__LTX_preloaded_symbols[] =
5934 {
5935   { "@PROGRAM@", (void *) 0 },
5936 _LT_EOF
5937           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5938           cat <<\_LT_EOF >> conftest.$ac_ext
5939   {0, (void *) 0}
5940 };
5941
5942 /* This works around a problem in FreeBSD linker */
5943 #ifdef FREEBSD_WORKAROUND
5944 static const void *lt_preloaded_setup() {
5945   return lt__PROGRAM__LTX_preloaded_symbols;
5946 }
5947 #endif
5948
5949 #ifdef __cplusplus
5950 }
5951 #endif
5952 _LT_EOF
5953           # Now try linking the two files.
5954           mv conftest.$ac_objext conftstm.$ac_objext
5955           lt_save_LIBS="$LIBS"
5956           lt_save_CFLAGS="$CFLAGS"
5957           LIBS="conftstm.$ac_objext"
5958           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5959           if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5960   (eval $ac_link) 2>&5
5961   ac_status=$?
5962   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5963   (exit $ac_status); } && test -s conftest${ac_exeext}; then
5964             pipe_works=yes
5965           fi
5966           LIBS="$lt_save_LIBS"
5967           CFLAGS="$lt_save_CFLAGS"
5968         else
5969           echo "cannot find nm_test_func in $nlist" >&5
5970         fi
5971       else
5972         echo "cannot find nm_test_var in $nlist" >&5
5973       fi
5974     else
5975       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5976     fi
5977   else
5978     echo "$progname: failed program was:" >&5
5979     cat conftest.$ac_ext >&5
5980   fi
5981   rm -rf conftest* conftst*
5982
5983   # Do not use the global_symbol_pipe unless it works.
5984   if test "$pipe_works" = yes; then
5985     break
5986   else
5987     lt_cv_sys_global_symbol_pipe=
5988   fi
5989 done
5990
5991 fi
5992
5993 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5994   lt_cv_sys_global_symbol_to_cdecl=
5995 fi
5996 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5997   { $as_echo "$as_me:$LINENO: result: failed" >&5
5998 $as_echo "failed" >&6; }
5999 else
6000   { $as_echo "$as_me:$LINENO: result: ok" >&5
6001 $as_echo "ok" >&6; }
6002 fi
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026 # Check whether --enable-libtool-lock was given.
6027 if test "${enable_libtool_lock+set}" = set; then
6028   enableval=$enable_libtool_lock;
6029 fi
6030
6031 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6032
6033 # Some flags need to be propagated to the compiler or linker for good
6034 # libtool support.
6035 case $host in
6036 ia64-*-hpux*)
6037   # Find out which ABI we are using.
6038   echo 'int i;' > conftest.$ac_ext
6039   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6040   (eval $ac_compile) 2>&5
6041   ac_status=$?
6042   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6043   (exit $ac_status); }; then
6044     case `/usr/bin/file conftest.$ac_objext` in
6045       *ELF-32*)
6046         HPUX_IA64_MODE="32"
6047         ;;
6048       *ELF-64*)
6049         HPUX_IA64_MODE="64"
6050         ;;
6051     esac
6052   fi
6053   rm -rf conftest*
6054   ;;
6055 *-*-irix6*)
6056   # Find out which ABI we are using.
6057   echo '#line 6057 "configure"' > conftest.$ac_ext
6058   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6059   (eval $ac_compile) 2>&5
6060   ac_status=$?
6061   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6062   (exit $ac_status); }; then
6063     if test "$lt_cv_prog_gnu_ld" = yes; then
6064       case `/usr/bin/file conftest.$ac_objext` in
6065         *32-bit*)
6066           LD="${LD-ld} -melf32bsmip"
6067           ;;
6068         *N32*)
6069           LD="${LD-ld} -melf32bmipn32"
6070           ;;
6071         *64-bit*)
6072           LD="${LD-ld} -melf64bmip"
6073         ;;
6074       esac
6075     else
6076       case `/usr/bin/file conftest.$ac_objext` in
6077         *32-bit*)
6078           LD="${LD-ld} -32"
6079           ;;
6080         *N32*)
6081           LD="${LD-ld} -n32"
6082           ;;
6083         *64-bit*)
6084           LD="${LD-ld} -64"
6085           ;;
6086       esac
6087     fi
6088   fi
6089   rm -rf conftest*
6090   ;;
6091
6092 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6093 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6094   # Find out which ABI we are using.
6095   echo 'int i;' > conftest.$ac_ext
6096   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6097   (eval $ac_compile) 2>&5
6098   ac_status=$?
6099   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6100   (exit $ac_status); }; then
6101     case `/usr/bin/file conftest.o` in
6102       *32-bit*)
6103         case $host in
6104           x86_64-*kfreebsd*-gnu)
6105             LD="${LD-ld} -m elf_i386_fbsd"
6106             ;;
6107           x86_64-*linux*)
6108             LD="${LD-ld} -m elf_i386"
6109             ;;
6110           ppc64-*linux*|powerpc64-*linux*)
6111             LD="${LD-ld} -m elf32ppclinux"
6112             ;;
6113           s390x-*linux*)
6114             LD="${LD-ld} -m elf_s390"
6115             ;;
6116           sparc64-*linux*)
6117             LD="${LD-ld} -m elf32_sparc"
6118             ;;
6119         esac
6120         ;;
6121       *64-bit*)
6122         case $host in
6123           x86_64-*kfreebsd*-gnu)
6124             LD="${LD-ld} -m elf_x86_64_fbsd"
6125             ;;
6126           x86_64-*linux*)
6127             LD="${LD-ld} -m elf_x86_64"
6128             ;;
6129           ppc*-*linux*|powerpc*-*linux*)
6130             LD="${LD-ld} -m elf64ppc"
6131             ;;
6132           s390*-*linux*|s390*-*tpf*)
6133             LD="${LD-ld} -m elf64_s390"
6134             ;;
6135           sparc*-*linux*)
6136             LD="${LD-ld} -m elf64_sparc"
6137             ;;
6138         esac
6139         ;;
6140     esac
6141   fi
6142   rm -rf conftest*
6143   ;;
6144
6145 *-*-sco3.2v5*)
6146   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6147   SAVE_CFLAGS="$CFLAGS"
6148   CFLAGS="$CFLAGS -belf"
6149   { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
6150 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6151 if test "${lt_cv_cc_needs_belf+set}" = set; then
6152   $as_echo_n "(cached) " >&6
6153 else
6154   ac_ext=c
6155 ac_cpp='$CPP $CPPFLAGS'
6156 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6157 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6158 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6159
6160      cat >conftest.$ac_ext <<_ACEOF
6161 /* confdefs.h.  */
6162 _ACEOF
6163 cat confdefs.h >>conftest.$ac_ext
6164 cat >>conftest.$ac_ext <<_ACEOF
6165 /* end confdefs.h.  */
6166
6167 int
6168 main ()
6169 {
6170
6171   ;
6172   return 0;
6173 }
6174 _ACEOF
6175 rm -f conftest.$ac_objext conftest$ac_exeext
6176 if { (ac_try="$ac_link"
6177 case "(($ac_try" in
6178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6179   *) ac_try_echo=$ac_try;;
6180 esac
6181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6182 $as_echo "$ac_try_echo") >&5
6183   (eval "$ac_link") 2>conftest.er1
6184   ac_status=$?
6185   grep -v '^ *+' conftest.er1 >conftest.err
6186   rm -f conftest.er1
6187   cat conftest.err >&5
6188   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6189   (exit $ac_status); } && {
6190          test -z "$ac_c_werror_flag" ||
6191          test ! -s conftest.err
6192        } && test -s conftest$ac_exeext && {
6193          test "$cross_compiling" = yes ||
6194          $as_test_x conftest$ac_exeext
6195        }; then
6196   lt_cv_cc_needs_belf=yes
6197 else
6198   $as_echo "$as_me: failed program was:" >&5
6199 sed 's/^/| /' conftest.$ac_ext >&5
6200
6201         lt_cv_cc_needs_belf=no
6202 fi
6203
6204 rm -rf conftest.dSYM
6205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6206       conftest$ac_exeext conftest.$ac_ext
6207      ac_ext=c
6208 ac_cpp='$CPP $CPPFLAGS'
6209 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6210 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6211 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6212
6213 fi
6214 { $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
6215 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6216   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6217     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6218     CFLAGS="$SAVE_CFLAGS"
6219   fi
6220   ;;
6221 sparc*-*solaris*)
6222   # Find out which ABI we are using.
6223   echo 'int i;' > conftest.$ac_ext
6224   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6225   (eval $ac_compile) 2>&5
6226   ac_status=$?
6227   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6228   (exit $ac_status); }; then
6229     case `/usr/bin/file conftest.o` in
6230     *64-bit*)
6231       case $lt_cv_prog_gnu_ld in
6232       yes*) LD="${LD-ld} -m elf64_sparc" ;;
6233       *)
6234         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6235           LD="${LD-ld} -64"
6236         fi
6237         ;;
6238       esac
6239       ;;
6240     esac
6241   fi
6242   rm -rf conftest*
6243   ;;
6244 esac
6245
6246 need_locks="$enable_libtool_lock"
6247
6248
6249   case $host_os in
6250     rhapsody* | darwin*)
6251     if test -n "$ac_tool_prefix"; then
6252   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6253 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6254 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6255 $as_echo_n "checking for $ac_word... " >&6; }
6256 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
6257   $as_echo_n "(cached) " >&6
6258 else
6259   if test -n "$DSYMUTIL"; then
6260   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6261 else
6262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6263 for as_dir in $PATH
6264 do
6265   IFS=$as_save_IFS
6266   test -z "$as_dir" && as_dir=.
6267   for ac_exec_ext in '' $ac_executable_extensions; do
6268   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6269     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6270     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6271     break 2
6272   fi
6273 done
6274 done
6275 IFS=$as_save_IFS
6276
6277 fi
6278 fi
6279 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6280 if test -n "$DSYMUTIL"; then
6281   { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
6282 $as_echo "$DSYMUTIL" >&6; }
6283 else
6284   { $as_echo "$as_me:$LINENO: result: no" >&5
6285 $as_echo "no" >&6; }
6286 fi
6287
6288
6289 fi
6290 if test -z "$ac_cv_prog_DSYMUTIL"; then
6291   ac_ct_DSYMUTIL=$DSYMUTIL
6292   # Extract the first word of "dsymutil", so it can be a program name with args.
6293 set dummy dsymutil; ac_word=$2
6294 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6295 $as_echo_n "checking for $ac_word... " >&6; }
6296 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
6297   $as_echo_n "(cached) " >&6
6298 else
6299   if test -n "$ac_ct_DSYMUTIL"; then
6300   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6301 else
6302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6303 for as_dir in $PATH
6304 do
6305   IFS=$as_save_IFS
6306   test -z "$as_dir" && as_dir=.
6307   for ac_exec_ext in '' $ac_executable_extensions; do
6308   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6309     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6310     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6311     break 2
6312   fi
6313 done
6314 done
6315 IFS=$as_save_IFS
6316
6317 fi
6318 fi
6319 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6320 if test -n "$ac_ct_DSYMUTIL"; then
6321   { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
6322 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6323 else
6324   { $as_echo "$as_me:$LINENO: result: no" >&5
6325 $as_echo "no" >&6; }
6326 fi
6327
6328   if test "x$ac_ct_DSYMUTIL" = x; then
6329     DSYMUTIL=":"
6330   else
6331     case $cross_compiling:$ac_tool_warned in
6332 yes:)
6333 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6334 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6335 ac_tool_warned=yes ;;
6336 esac
6337     DSYMUTIL=$ac_ct_DSYMUTIL
6338   fi
6339 else
6340   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6341 fi
6342
6343     if test -n "$ac_tool_prefix"; then
6344   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6345 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6346 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6347 $as_echo_n "checking for $ac_word... " >&6; }
6348 if test "${ac_cv_prog_NMEDIT+set}" = set; then
6349   $as_echo_n "(cached) " >&6
6350 else
6351   if test -n "$NMEDIT"; then
6352   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6353 else
6354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6355 for as_dir in $PATH
6356 do
6357   IFS=$as_save_IFS
6358   test -z "$as_dir" && as_dir=.
6359   for ac_exec_ext in '' $ac_executable_extensions; do
6360   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6361     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6362     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6363     break 2
6364   fi
6365 done
6366 done
6367 IFS=$as_save_IFS
6368
6369 fi
6370 fi
6371 NMEDIT=$ac_cv_prog_NMEDIT
6372 if test -n "$NMEDIT"; then
6373   { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
6374 $as_echo "$NMEDIT" >&6; }
6375 else
6376   { $as_echo "$as_me:$LINENO: result: no" >&5
6377 $as_echo "no" >&6; }
6378 fi
6379
6380
6381 fi
6382 if test -z "$ac_cv_prog_NMEDIT"; then
6383   ac_ct_NMEDIT=$NMEDIT
6384   # Extract the first word of "nmedit", so it can be a program name with args.
6385 set dummy nmedit; ac_word=$2
6386 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6387 $as_echo_n "checking for $ac_word... " >&6; }
6388 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
6389   $as_echo_n "(cached) " >&6
6390 else
6391   if test -n "$ac_ct_NMEDIT"; then
6392   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6393 else
6394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6395 for as_dir in $PATH
6396 do
6397   IFS=$as_save_IFS
6398   test -z "$as_dir" && as_dir=.
6399   for ac_exec_ext in '' $ac_executable_extensions; do
6400   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6401     ac_cv_prog_ac_ct_NMEDIT="nmedit"
6402     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6403     break 2
6404   fi
6405 done
6406 done
6407 IFS=$as_save_IFS
6408
6409 fi
6410 fi
6411 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6412 if test -n "$ac_ct_NMEDIT"; then
6413   { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
6414 $as_echo "$ac_ct_NMEDIT" >&6; }
6415 else
6416   { $as_echo "$as_me:$LINENO: result: no" >&5
6417 $as_echo "no" >&6; }
6418 fi
6419
6420   if test "x$ac_ct_NMEDIT" = x; then
6421     NMEDIT=":"
6422   else
6423     case $cross_compiling:$ac_tool_warned in
6424 yes:)
6425 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6426 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6427 ac_tool_warned=yes ;;
6428 esac
6429     NMEDIT=$ac_ct_NMEDIT
6430   fi
6431 else
6432   NMEDIT="$ac_cv_prog_NMEDIT"
6433 fi
6434
6435     if test -n "$ac_tool_prefix"; then
6436   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6437 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6438 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6439 $as_echo_n "checking for $ac_word... " >&6; }
6440 if test "${ac_cv_prog_LIPO+set}" = set; then
6441   $as_echo_n "(cached) " >&6
6442 else
6443   if test -n "$LIPO"; then
6444   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6445 else
6446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6447 for as_dir in $PATH
6448 do
6449   IFS=$as_save_IFS
6450   test -z "$as_dir" && as_dir=.
6451   for ac_exec_ext in '' $ac_executable_extensions; do
6452   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6453     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6454     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6455     break 2
6456   fi
6457 done
6458 done
6459 IFS=$as_save_IFS
6460
6461 fi
6462 fi
6463 LIPO=$ac_cv_prog_LIPO
6464 if test -n "$LIPO"; then
6465   { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
6466 $as_echo "$LIPO" >&6; }
6467 else
6468   { $as_echo "$as_me:$LINENO: result: no" >&5
6469 $as_echo "no" >&6; }
6470 fi
6471
6472
6473 fi
6474 if test -z "$ac_cv_prog_LIPO"; then
6475   ac_ct_LIPO=$LIPO
6476   # Extract the first word of "lipo", so it can be a program name with args.
6477 set dummy lipo; ac_word=$2
6478 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6479 $as_echo_n "checking for $ac_word... " >&6; }
6480 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
6481   $as_echo_n "(cached) " >&6
6482 else
6483   if test -n "$ac_ct_LIPO"; then
6484   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6485 else
6486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6487 for as_dir in $PATH
6488 do
6489   IFS=$as_save_IFS
6490   test -z "$as_dir" && as_dir=.
6491   for ac_exec_ext in '' $ac_executable_extensions; do
6492   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6493     ac_cv_prog_ac_ct_LIPO="lipo"
6494     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6495     break 2
6496   fi
6497 done
6498 done
6499 IFS=$as_save_IFS
6500
6501 fi
6502 fi
6503 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6504 if test -n "$ac_ct_LIPO"; then
6505   { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
6506 $as_echo "$ac_ct_LIPO" >&6; }
6507 else
6508   { $as_echo "$as_me:$LINENO: result: no" >&5
6509 $as_echo "no" >&6; }
6510 fi
6511
6512   if test "x$ac_ct_LIPO" = x; then
6513     LIPO=":"
6514   else
6515     case $cross_compiling:$ac_tool_warned in
6516 yes:)
6517 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6518 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6519 ac_tool_warned=yes ;;
6520 esac
6521     LIPO=$ac_ct_LIPO
6522   fi
6523 else
6524   LIPO="$ac_cv_prog_LIPO"
6525 fi
6526
6527     if test -n "$ac_tool_prefix"; then
6528   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6529 set dummy ${ac_tool_prefix}otool; ac_word=$2
6530 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6531 $as_echo_n "checking for $ac_word... " >&6; }
6532 if test "${ac_cv_prog_OTOOL+set}" = set; then
6533   $as_echo_n "(cached) " >&6
6534 else
6535   if test -n "$OTOOL"; then
6536   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6537 else
6538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6539 for as_dir in $PATH
6540 do
6541   IFS=$as_save_IFS
6542   test -z "$as_dir" && as_dir=.
6543   for ac_exec_ext in '' $ac_executable_extensions; do
6544   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6545     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6546     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6547     break 2
6548   fi
6549 done
6550 done
6551 IFS=$as_save_IFS
6552
6553 fi
6554 fi
6555 OTOOL=$ac_cv_prog_OTOOL
6556 if test -n "$OTOOL"; then
6557   { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
6558 $as_echo "$OTOOL" >&6; }
6559 else
6560   { $as_echo "$as_me:$LINENO: result: no" >&5
6561 $as_echo "no" >&6; }
6562 fi
6563
6564
6565 fi
6566 if test -z "$ac_cv_prog_OTOOL"; then
6567   ac_ct_OTOOL=$OTOOL
6568   # Extract the first word of "otool", so it can be a program name with args.
6569 set dummy otool; ac_word=$2
6570 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6571 $as_echo_n "checking for $ac_word... " >&6; }
6572 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
6573   $as_echo_n "(cached) " >&6
6574 else
6575   if test -n "$ac_ct_OTOOL"; then
6576   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6577 else
6578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6579 for as_dir in $PATH
6580 do
6581   IFS=$as_save_IFS
6582   test -z "$as_dir" && as_dir=.
6583   for ac_exec_ext in '' $ac_executable_extensions; do
6584   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6585     ac_cv_prog_ac_ct_OTOOL="otool"
6586     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6587     break 2
6588   fi
6589 done
6590 done
6591 IFS=$as_save_IFS
6592
6593 fi
6594 fi
6595 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6596 if test -n "$ac_ct_OTOOL"; then
6597   { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
6598 $as_echo "$ac_ct_OTOOL" >&6; }
6599 else
6600   { $as_echo "$as_me:$LINENO: result: no" >&5
6601 $as_echo "no" >&6; }
6602 fi
6603
6604   if test "x$ac_ct_OTOOL" = x; then
6605     OTOOL=":"
6606   else
6607     case $cross_compiling:$ac_tool_warned in
6608 yes:)
6609 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6610 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6611 ac_tool_warned=yes ;;
6612 esac
6613     OTOOL=$ac_ct_OTOOL
6614   fi
6615 else
6616   OTOOL="$ac_cv_prog_OTOOL"
6617 fi
6618
6619     if test -n "$ac_tool_prefix"; then
6620   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6621 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6622 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6623 $as_echo_n "checking for $ac_word... " >&6; }
6624 if test "${ac_cv_prog_OTOOL64+set}" = set; then
6625   $as_echo_n "(cached) " >&6
6626 else
6627   if test -n "$OTOOL64"; then
6628   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6629 else
6630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6631 for as_dir in $PATH
6632 do
6633   IFS=$as_save_IFS
6634   test -z "$as_dir" && as_dir=.
6635   for ac_exec_ext in '' $ac_executable_extensions; do
6636   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6637     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6638     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6639     break 2
6640   fi
6641 done
6642 done
6643 IFS=$as_save_IFS
6644
6645 fi
6646 fi
6647 OTOOL64=$ac_cv_prog_OTOOL64
6648 if test -n "$OTOOL64"; then
6649   { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
6650 $as_echo "$OTOOL64" >&6; }
6651 else
6652   { $as_echo "$as_me:$LINENO: result: no" >&5
6653 $as_echo "no" >&6; }
6654 fi
6655
6656
6657 fi
6658 if test -z "$ac_cv_prog_OTOOL64"; then
6659   ac_ct_OTOOL64=$OTOOL64
6660   # Extract the first word of "otool64", so it can be a program name with args.
6661 set dummy otool64; ac_word=$2
6662 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6663 $as_echo_n "checking for $ac_word... " >&6; }
6664 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
6665   $as_echo_n "(cached) " >&6
6666 else
6667   if test -n "$ac_ct_OTOOL64"; then
6668   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6669 else
6670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6671 for as_dir in $PATH
6672 do
6673   IFS=$as_save_IFS
6674   test -z "$as_dir" && as_dir=.
6675   for ac_exec_ext in '' $ac_executable_extensions; do
6676   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6677     ac_cv_prog_ac_ct_OTOOL64="otool64"
6678     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6679     break 2
6680   fi
6681 done
6682 done
6683 IFS=$as_save_IFS
6684
6685 fi
6686 fi
6687 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6688 if test -n "$ac_ct_OTOOL64"; then
6689   { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
6690 $as_echo "$ac_ct_OTOOL64" >&6; }
6691 else
6692   { $as_echo "$as_me:$LINENO: result: no" >&5
6693 $as_echo "no" >&6; }
6694 fi
6695
6696   if test "x$ac_ct_OTOOL64" = x; then
6697     OTOOL64=":"
6698   else
6699     case $cross_compiling:$ac_tool_warned in
6700 yes:)
6701 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6702 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6703 ac_tool_warned=yes ;;
6704 esac
6705     OTOOL64=$ac_ct_OTOOL64
6706   fi
6707 else
6708   OTOOL64="$ac_cv_prog_OTOOL64"
6709 fi
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737     { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
6738 $as_echo_n "checking for -single_module linker flag... " >&6; }
6739 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
6740   $as_echo_n "(cached) " >&6
6741 else
6742   lt_cv_apple_cc_single_mod=no
6743       if test -z "${LT_MULTI_MODULE}"; then
6744         # By default we will add the -single_module flag. You can override
6745         # by either setting the environment variable LT_MULTI_MODULE
6746         # non-empty at configure time, or by adding -multi_module to the
6747         # link flags.
6748         rm -rf libconftest.dylib*
6749         echo "int foo(void){return 1;}" > conftest.c
6750         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6751 -dynamiclib -Wl,-single_module conftest.c" >&5
6752         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6753           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6754         _lt_result=$?
6755         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6756           lt_cv_apple_cc_single_mod=yes
6757         else
6758           cat conftest.err >&5
6759         fi
6760         rm -rf libconftest.dylib*
6761         rm -f conftest.*
6762       fi
6763 fi
6764 { $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
6765 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6766     { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
6767 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6768 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
6769   $as_echo_n "(cached) " >&6
6770 else
6771   lt_cv_ld_exported_symbols_list=no
6772       save_LDFLAGS=$LDFLAGS
6773       echo "_main" > conftest.sym
6774       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6775       cat >conftest.$ac_ext <<_ACEOF
6776 /* confdefs.h.  */
6777 _ACEOF
6778 cat confdefs.h >>conftest.$ac_ext
6779 cat >>conftest.$ac_ext <<_ACEOF
6780 /* end confdefs.h.  */
6781
6782 int
6783 main ()
6784 {
6785
6786   ;
6787   return 0;
6788 }
6789 _ACEOF
6790 rm -f conftest.$ac_objext conftest$ac_exeext
6791 if { (ac_try="$ac_link"
6792 case "(($ac_try" in
6793   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6794   *) ac_try_echo=$ac_try;;
6795 esac
6796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6797 $as_echo "$ac_try_echo") >&5
6798   (eval "$ac_link") 2>conftest.er1
6799   ac_status=$?
6800   grep -v '^ *+' conftest.er1 >conftest.err
6801   rm -f conftest.er1
6802   cat conftest.err >&5
6803   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6804   (exit $ac_status); } && {
6805          test -z "$ac_c_werror_flag" ||
6806          test ! -s conftest.err
6807        } && test -s conftest$ac_exeext && {
6808          test "$cross_compiling" = yes ||
6809          $as_test_x conftest$ac_exeext
6810        }; then
6811   lt_cv_ld_exported_symbols_list=yes
6812 else
6813   $as_echo "$as_me: failed program was:" >&5
6814 sed 's/^/| /' conftest.$ac_ext >&5
6815
6816         lt_cv_ld_exported_symbols_list=no
6817 fi
6818
6819 rm -rf conftest.dSYM
6820 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6821       conftest$ac_exeext conftest.$ac_ext
6822         LDFLAGS="$save_LDFLAGS"
6823
6824 fi
6825 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
6826 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6827     case $host_os in
6828     rhapsody* | darwin1.[012])
6829       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6830     darwin1.*)
6831       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6832     darwin*) # darwin 5.x on
6833       # if running on 10.5 or later, the deployment target defaults
6834       # to the OS version, if on x86, and 10.4, the deployment
6835       # target defaults to 10.4. Don't you love it?
6836       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6837         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6838           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6839         10.[012]*)
6840           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6841         10.*)
6842           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6843       esac
6844     ;;
6845   esac
6846     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6847       _lt_dar_single_mod='$single_module'
6848     fi
6849     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6850       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6851     else
6852       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6853     fi
6854     if test "$DSYMUTIL" != ":"; then
6855       _lt_dsymutil='~$DSYMUTIL $lib || :'
6856     else
6857       _lt_dsymutil=
6858     fi
6859     ;;
6860   esac
6861
6862 ac_ext=c
6863 ac_cpp='$CPP $CPPFLAGS'
6864 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6865 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6866 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6867 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6868 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6869 # On Suns, sometimes $CPP names a directory.
6870 if test -n "$CPP" && test -d "$CPP"; then
6871   CPP=
6872 fi
6873 if test -z "$CPP"; then
6874   if test "${ac_cv_prog_CPP+set}" = set; then
6875   $as_echo_n "(cached) " >&6
6876 else
6877       # Double quotes because CPP needs to be expanded
6878     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6879     do
6880       ac_preproc_ok=false
6881 for ac_c_preproc_warn_flag in '' yes
6882 do
6883   # Use a header file that comes with gcc, so configuring glibc
6884   # with a fresh cross-compiler works.
6885   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6886   # <limits.h> exists even on freestanding compilers.
6887   # On the NeXT, cc -E runs the code through the compiler's parser,
6888   # not just through cpp. "Syntax error" is here to catch this case.
6889   cat >conftest.$ac_ext <<_ACEOF
6890 /* confdefs.h.  */
6891 _ACEOF
6892 cat confdefs.h >>conftest.$ac_ext
6893 cat >>conftest.$ac_ext <<_ACEOF
6894 /* end confdefs.h.  */
6895 #ifdef __STDC__
6896 # include <limits.h>
6897 #else
6898 # include <assert.h>
6899 #endif
6900                      Syntax error
6901 _ACEOF
6902 if { (ac_try="$ac_cpp conftest.$ac_ext"
6903 case "(($ac_try" in
6904   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6905   *) ac_try_echo=$ac_try;;
6906 esac
6907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6908 $as_echo "$ac_try_echo") >&5
6909   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6910   ac_status=$?
6911   grep -v '^ *+' conftest.er1 >conftest.err
6912   rm -f conftest.er1
6913   cat conftest.err >&5
6914   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6915   (exit $ac_status); } >/dev/null && {
6916          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6917          test ! -s conftest.err
6918        }; then
6919   :
6920 else
6921   $as_echo "$as_me: failed program was:" >&5
6922 sed 's/^/| /' conftest.$ac_ext >&5
6923
6924   # Broken: fails on valid input.
6925 continue
6926 fi
6927
6928 rm -f conftest.err conftest.$ac_ext
6929
6930   # OK, works on sane cases.  Now check whether nonexistent headers
6931   # can be detected and how.
6932   cat >conftest.$ac_ext <<_ACEOF
6933 /* confdefs.h.  */
6934 _ACEOF
6935 cat confdefs.h >>conftest.$ac_ext
6936 cat >>conftest.$ac_ext <<_ACEOF
6937 /* end confdefs.h.  */
6938 #include <ac_nonexistent.h>
6939 _ACEOF
6940 if { (ac_try="$ac_cpp conftest.$ac_ext"
6941 case "(($ac_try" in
6942   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6943   *) ac_try_echo=$ac_try;;
6944 esac
6945 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6946 $as_echo "$ac_try_echo") >&5
6947   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6948   ac_status=$?
6949   grep -v '^ *+' conftest.er1 >conftest.err
6950   rm -f conftest.er1
6951   cat conftest.err >&5
6952   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6953   (exit $ac_status); } >/dev/null && {
6954          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6955          test ! -s conftest.err
6956        }; then
6957   # Broken: success on invalid input.
6958 continue
6959 else
6960   $as_echo "$as_me: failed program was:" >&5
6961 sed 's/^/| /' conftest.$ac_ext >&5
6962
6963   # Passes both tests.
6964 ac_preproc_ok=:
6965 break
6966 fi
6967
6968 rm -f conftest.err conftest.$ac_ext
6969
6970 done
6971 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6972 rm -f conftest.err conftest.$ac_ext
6973 if $ac_preproc_ok; then
6974   break
6975 fi
6976
6977     done
6978     ac_cv_prog_CPP=$CPP
6979
6980 fi
6981   CPP=$ac_cv_prog_CPP
6982 else
6983   ac_cv_prog_CPP=$CPP
6984 fi
6985 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
6986 $as_echo "$CPP" >&6; }
6987 ac_preproc_ok=false
6988 for ac_c_preproc_warn_flag in '' yes
6989 do
6990   # Use a header file that comes with gcc, so configuring glibc
6991   # with a fresh cross-compiler works.
6992   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6993   # <limits.h> exists even on freestanding compilers.
6994   # On the NeXT, cc -E runs the code through the compiler's parser,
6995   # not just through cpp. "Syntax error" is here to catch this case.
6996   cat >conftest.$ac_ext <<_ACEOF
6997 /* confdefs.h.  */
6998 _ACEOF
6999 cat confdefs.h >>conftest.$ac_ext
7000 cat >>conftest.$ac_ext <<_ACEOF
7001 /* end confdefs.h.  */
7002 #ifdef __STDC__
7003 # include <limits.h>
7004 #else
7005 # include <assert.h>
7006 #endif
7007                      Syntax error
7008 _ACEOF
7009 if { (ac_try="$ac_cpp conftest.$ac_ext"
7010 case "(($ac_try" in
7011   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7012   *) ac_try_echo=$ac_try;;
7013 esac
7014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7015 $as_echo "$ac_try_echo") >&5
7016   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7017   ac_status=$?
7018   grep -v '^ *+' conftest.er1 >conftest.err
7019   rm -f conftest.er1
7020   cat conftest.err >&5
7021   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7022   (exit $ac_status); } >/dev/null && {
7023          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7024          test ! -s conftest.err
7025        }; then
7026   :
7027 else
7028   $as_echo "$as_me: failed program was:" >&5
7029 sed 's/^/| /' conftest.$ac_ext >&5
7030
7031   # Broken: fails on valid input.
7032 continue
7033 fi
7034
7035 rm -f conftest.err conftest.$ac_ext
7036
7037   # OK, works on sane cases.  Now check whether nonexistent headers
7038   # can be detected and how.
7039   cat >conftest.$ac_ext <<_ACEOF
7040 /* confdefs.h.  */
7041 _ACEOF
7042 cat confdefs.h >>conftest.$ac_ext
7043 cat >>conftest.$ac_ext <<_ACEOF
7044 /* end confdefs.h.  */
7045 #include <ac_nonexistent.h>
7046 _ACEOF
7047 if { (ac_try="$ac_cpp conftest.$ac_ext"
7048 case "(($ac_try" in
7049   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7050   *) ac_try_echo=$ac_try;;
7051 esac
7052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7053 $as_echo "$ac_try_echo") >&5
7054   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7055   ac_status=$?
7056   grep -v '^ *+' conftest.er1 >conftest.err
7057   rm -f conftest.er1
7058   cat conftest.err >&5
7059   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7060   (exit $ac_status); } >/dev/null && {
7061          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7062          test ! -s conftest.err
7063        }; then
7064   # Broken: success on invalid input.
7065 continue
7066 else
7067   $as_echo "$as_me: failed program was:" >&5
7068 sed 's/^/| /' conftest.$ac_ext >&5
7069
7070   # Passes both tests.
7071 ac_preproc_ok=:
7072 break
7073 fi
7074
7075 rm -f conftest.err conftest.$ac_ext
7076
7077 done
7078 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7079 rm -f conftest.err conftest.$ac_ext
7080 if $ac_preproc_ok; then
7081   :
7082 else
7083   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
7084 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7085 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
7086 See \`config.log' for more details." >&5
7087 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
7088 See \`config.log' for more details." >&2;}
7089    { (exit 1); exit 1; }; }; }
7090 fi
7091
7092 ac_ext=c
7093 ac_cpp='$CPP $CPPFLAGS'
7094 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7095 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7096 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7097
7098
7099 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7100 $as_echo_n "checking for ANSI C header files... " >&6; }
7101 if test "${ac_cv_header_stdc+set}" = set; then
7102   $as_echo_n "(cached) " >&6
7103 else
7104   cat >conftest.$ac_ext <<_ACEOF
7105 /* confdefs.h.  */
7106 _ACEOF
7107 cat confdefs.h >>conftest.$ac_ext
7108 cat >>conftest.$ac_ext <<_ACEOF
7109 /* end confdefs.h.  */
7110 #include <stdlib.h>
7111 #include <stdarg.h>
7112 #include <string.h>
7113 #include <float.h>
7114
7115 int
7116 main ()
7117 {
7118
7119   ;
7120   return 0;
7121 }
7122 _ACEOF
7123 rm -f conftest.$ac_objext
7124 if { (ac_try="$ac_compile"
7125 case "(($ac_try" in
7126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7127   *) ac_try_echo=$ac_try;;
7128 esac
7129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7130 $as_echo "$ac_try_echo") >&5
7131   (eval "$ac_compile") 2>conftest.er1
7132   ac_status=$?
7133   grep -v '^ *+' conftest.er1 >conftest.err
7134   rm -f conftest.er1
7135   cat conftest.err >&5
7136   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7137   (exit $ac_status); } && {
7138          test -z "$ac_c_werror_flag" ||
7139          test ! -s conftest.err
7140        } && test -s conftest.$ac_objext; then
7141   ac_cv_header_stdc=yes
7142 else
7143   $as_echo "$as_me: failed program was:" >&5
7144 sed 's/^/| /' conftest.$ac_ext >&5
7145
7146         ac_cv_header_stdc=no
7147 fi
7148
7149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7150
7151 if test $ac_cv_header_stdc = yes; then
7152   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7153   cat >conftest.$ac_ext <<_ACEOF
7154 /* confdefs.h.  */
7155 _ACEOF
7156 cat confdefs.h >>conftest.$ac_ext
7157 cat >>conftest.$ac_ext <<_ACEOF
7158 /* end confdefs.h.  */
7159 #include <string.h>
7160
7161 _ACEOF
7162 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7163   $EGREP "memchr" >/dev/null 2>&1; then
7164   :
7165 else
7166   ac_cv_header_stdc=no
7167 fi
7168 rm -f conftest*
7169
7170 fi
7171
7172 if test $ac_cv_header_stdc = yes; then
7173   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7174   cat >conftest.$ac_ext <<_ACEOF
7175 /* confdefs.h.  */
7176 _ACEOF
7177 cat confdefs.h >>conftest.$ac_ext
7178 cat >>conftest.$ac_ext <<_ACEOF
7179 /* end confdefs.h.  */
7180 #include <stdlib.h>
7181
7182 _ACEOF
7183 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7184   $EGREP "free" >/dev/null 2>&1; then
7185   :
7186 else
7187   ac_cv_header_stdc=no
7188 fi
7189 rm -f conftest*
7190
7191 fi
7192
7193 if test $ac_cv_header_stdc = yes; then
7194   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7195   if test "$cross_compiling" = yes; then
7196   :
7197 else
7198   cat >conftest.$ac_ext <<_ACEOF
7199 /* confdefs.h.  */
7200 _ACEOF
7201 cat confdefs.h >>conftest.$ac_ext
7202 cat >>conftest.$ac_ext <<_ACEOF
7203 /* end confdefs.h.  */
7204 #include <ctype.h>
7205 #include <stdlib.h>
7206 #if ((' ' & 0x0FF) == 0x020)
7207 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7208 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7209 #else
7210 # define ISLOWER(c) \
7211                    (('a' <= (c) && (c) <= 'i') \
7212                      || ('j' <= (c) && (c) <= 'r') \
7213                      || ('s' <= (c) && (c) <= 'z'))
7214 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7215 #endif
7216
7217 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7218 int
7219 main ()
7220 {
7221   int i;
7222   for (i = 0; i < 256; i++)
7223     if (XOR (islower (i), ISLOWER (i))
7224         || toupper (i) != TOUPPER (i))
7225       return 2;
7226   return 0;
7227 }
7228 _ACEOF
7229 rm -f conftest$ac_exeext
7230 if { (ac_try="$ac_link"
7231 case "(($ac_try" in
7232   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7233   *) ac_try_echo=$ac_try;;
7234 esac
7235 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7236 $as_echo "$ac_try_echo") >&5
7237   (eval "$ac_link") 2>&5
7238   ac_status=$?
7239   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7240   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7241   { (case "(($ac_try" in
7242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7243   *) ac_try_echo=$ac_try;;
7244 esac
7245 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7246 $as_echo "$ac_try_echo") >&5
7247   (eval "$ac_try") 2>&5
7248   ac_status=$?
7249   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7250   (exit $ac_status); }; }; then
7251   :
7252 else
7253   $as_echo "$as_me: program exited with status $ac_status" >&5
7254 $as_echo "$as_me: failed program was:" >&5
7255 sed 's/^/| /' conftest.$ac_ext >&5
7256
7257 ( exit $ac_status )
7258 ac_cv_header_stdc=no
7259 fi
7260 rm -rf conftest.dSYM
7261 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7262 fi
7263
7264
7265 fi
7266 fi
7267 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7268 $as_echo "$ac_cv_header_stdc" >&6; }
7269 if test $ac_cv_header_stdc = yes; then
7270
7271 cat >>confdefs.h <<\_ACEOF
7272 #define STDC_HEADERS 1
7273 _ACEOF
7274
7275 fi
7276
7277 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7288                   inttypes.h stdint.h unistd.h
7289 do
7290 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7291 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7292 $as_echo_n "checking for $ac_header... " >&6; }
7293 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7294   $as_echo_n "(cached) " >&6
7295 else
7296   cat >conftest.$ac_ext <<_ACEOF
7297 /* confdefs.h.  */
7298 _ACEOF
7299 cat confdefs.h >>conftest.$ac_ext
7300 cat >>conftest.$ac_ext <<_ACEOF
7301 /* end confdefs.h.  */
7302 $ac_includes_default
7303
7304 #include <$ac_header>
7305 _ACEOF
7306 rm -f conftest.$ac_objext
7307 if { (ac_try="$ac_compile"
7308 case "(($ac_try" in
7309   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7310   *) ac_try_echo=$ac_try;;
7311 esac
7312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7313 $as_echo "$ac_try_echo") >&5
7314   (eval "$ac_compile") 2>conftest.er1
7315   ac_status=$?
7316   grep -v '^ *+' conftest.er1 >conftest.err
7317   rm -f conftest.er1
7318   cat conftest.err >&5
7319   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7320   (exit $ac_status); } && {
7321          test -z "$ac_c_werror_flag" ||
7322          test ! -s conftest.err
7323        } && test -s conftest.$ac_objext; then
7324   eval "$as_ac_Header=yes"
7325 else
7326   $as_echo "$as_me: failed program was:" >&5
7327 sed 's/^/| /' conftest.$ac_ext >&5
7328
7329         eval "$as_ac_Header=no"
7330 fi
7331
7332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7333 fi
7334 ac_res=`eval 'as_val=${'$as_ac_Header'}
7335                  $as_echo "$as_val"'`
7336                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7337 $as_echo "$ac_res" >&6; }
7338 as_val=`eval 'as_val=${'$as_ac_Header'}
7339                  $as_echo "$as_val"'`
7340    if test "x$as_val" = x""yes; then
7341   cat >>confdefs.h <<_ACEOF
7342 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7343 _ACEOF
7344
7345 fi
7346
7347 done
7348
7349
7350
7351 for ac_header in dlfcn.h
7352 do
7353 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7354 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7355 $as_echo_n "checking for $ac_header... " >&6; }
7356 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7357   $as_echo_n "(cached) " >&6
7358 else
7359   cat >conftest.$ac_ext <<_ACEOF
7360 /* confdefs.h.  */
7361 _ACEOF
7362 cat confdefs.h >>conftest.$ac_ext
7363 cat >>conftest.$ac_ext <<_ACEOF
7364 /* end confdefs.h.  */
7365 $ac_includes_default
7366
7367 #include <$ac_header>
7368 _ACEOF
7369 rm -f conftest.$ac_objext
7370 if { (ac_try="$ac_compile"
7371 case "(($ac_try" in
7372   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7373   *) ac_try_echo=$ac_try;;
7374 esac
7375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7376 $as_echo "$ac_try_echo") >&5
7377   (eval "$ac_compile") 2>conftest.er1
7378   ac_status=$?
7379   grep -v '^ *+' conftest.er1 >conftest.err
7380   rm -f conftest.er1
7381   cat conftest.err >&5
7382   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7383   (exit $ac_status); } && {
7384          test -z "$ac_c_werror_flag" ||
7385          test ! -s conftest.err
7386        } && test -s conftest.$ac_objext; then
7387   eval "$as_ac_Header=yes"
7388 else
7389   $as_echo "$as_me: failed program was:" >&5
7390 sed 's/^/| /' conftest.$ac_ext >&5
7391
7392         eval "$as_ac_Header=no"
7393 fi
7394
7395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7396 fi
7397 ac_res=`eval 'as_val=${'$as_ac_Header'}
7398                  $as_echo "$as_val"'`
7399                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7400 $as_echo "$ac_res" >&6; }
7401 as_val=`eval 'as_val=${'$as_ac_Header'}
7402                  $as_echo "$as_val"'`
7403    if test "x$as_val" = x""yes; then
7404   cat >>confdefs.h <<_ACEOF
7405 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7406 _ACEOF
7407
7408 fi
7409
7410 done
7411
7412
7413
7414 # Set options
7415
7416
7417
7418         enable_dlopen=no
7419
7420
7421   enable_win32_dll=no
7422
7423
7424             # Check whether --enable-shared was given.
7425 if test "${enable_shared+set}" = set; then
7426   enableval=$enable_shared; p=${PACKAGE-default}
7427     case $enableval in
7428     yes) enable_shared=yes ;;
7429     no) enable_shared=no ;;
7430     *)
7431       enable_shared=no
7432       # Look at the argument we got.  We use all the common list separators.
7433       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7434       for pkg in $enableval; do
7435         IFS="$lt_save_ifs"
7436         if test "X$pkg" = "X$p"; then
7437           enable_shared=yes
7438         fi
7439       done
7440       IFS="$lt_save_ifs"
7441       ;;
7442     esac
7443 else
7444   enable_shared=yes
7445 fi
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455   # Check whether --enable-static was given.
7456 if test "${enable_static+set}" = set; then
7457   enableval=$enable_static; p=${PACKAGE-default}
7458     case $enableval in
7459     yes) enable_static=yes ;;
7460     no) enable_static=no ;;
7461     *)
7462      enable_static=no
7463       # Look at the argument we got.  We use all the common list separators.
7464       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7465       for pkg in $enableval; do
7466         IFS="$lt_save_ifs"
7467         if test "X$pkg" = "X$p"; then
7468           enable_static=yes
7469         fi
7470       done
7471       IFS="$lt_save_ifs"
7472       ;;
7473     esac
7474 else
7475   enable_static=yes
7476 fi
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486
7487 # Check whether --with-pic was given.
7488 if test "${with_pic+set}" = set; then
7489   withval=$with_pic; pic_mode="$withval"
7490 else
7491   pic_mode=default
7492 fi
7493
7494
7495 test -z "$pic_mode" && pic_mode=default
7496
7497
7498
7499
7500
7501
7502
7503   # Check whether --enable-fast-install was given.
7504 if test "${enable_fast_install+set}" = set; then
7505   enableval=$enable_fast_install; p=${PACKAGE-default}
7506     case $enableval in
7507     yes) enable_fast_install=yes ;;
7508     no) enable_fast_install=no ;;
7509     *)
7510       enable_fast_install=no
7511       # Look at the argument we got.  We use all the common list separators.
7512       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7513       for pkg in $enableval; do
7514         IFS="$lt_save_ifs"
7515         if test "X$pkg" = "X$p"; then
7516           enable_fast_install=yes
7517         fi
7518       done
7519       IFS="$lt_save_ifs"
7520       ;;
7521     esac
7522 else
7523   enable_fast_install=yes
7524 fi
7525
7526
7527
7528
7529
7530
7531
7532
7533
7534
7535
7536 # This can be used to rebuild libtool when needed
7537 LIBTOOL_DEPS="$ltmain"
7538
7539 # Always use our own libtool.
7540 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564
7565
7566 test -z "$LN_S" && LN_S="ln -s"
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
7580
7581 if test -n "${ZSH_VERSION+set}" ; then
7582    setopt NO_GLOB_SUBST
7583 fi
7584
7585 { $as_echo "$as_me:$LINENO: checking for objdir" >&5
7586 $as_echo_n "checking for objdir... " >&6; }
7587 if test "${lt_cv_objdir+set}" = set; then
7588   $as_echo_n "(cached) " >&6
7589 else
7590   rm -f .libs 2>/dev/null
7591 mkdir .libs 2>/dev/null
7592 if test -d .libs; then
7593   lt_cv_objdir=.libs
7594 else
7595   # MS-DOS does not allow filenames that begin with a dot.
7596   lt_cv_objdir=_libs
7597 fi
7598 rmdir .libs 2>/dev/null
7599 fi
7600 { $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
7601 $as_echo "$lt_cv_objdir" >&6; }
7602 objdir=$lt_cv_objdir
7603
7604
7605
7606
7607
7608 cat >>confdefs.h <<_ACEOF
7609 #define LT_OBJDIR "$lt_cv_objdir/"
7610 _ACEOF
7611
7612
7613
7614
7615
7616
7617
7618
7619
7620
7621
7622
7623
7624
7625
7626
7627
7628 case $host_os in
7629 aix3*)
7630   # AIX sometimes has problems with the GCC collect2 program.  For some
7631   # reason, if we set the COLLECT_NAMES environment variable, the problems
7632   # vanish in a puff of smoke.
7633   if test "X${COLLECT_NAMES+set}" != Xset; then
7634     COLLECT_NAMES=
7635     export COLLECT_NAMES
7636   fi
7637   ;;
7638 esac
7639
7640 # Sed substitution that helps us do robust quoting.  It backslashifies
7641 # metacharacters that are still active within double-quoted strings.
7642 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7643
7644 # Same as above, but do not quote variable references.
7645 double_quote_subst='s/\(["`\\]\)/\\\1/g'
7646
7647 # Sed substitution to delay expansion of an escaped shell variable in a
7648 # double_quote_subst'ed string.
7649 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7650
7651 # Sed substitution to delay expansion of an escaped single quote.
7652 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7653
7654 # Sed substitution to avoid accidental globbing in evaled expressions
7655 no_glob_subst='s/\*/\\\*/g'
7656
7657 # Global variables:
7658 ofile=libtool
7659 can_build_shared=yes
7660
7661 # All known linkers require a `.a' archive for static linking (except MSVC,
7662 # which needs '.lib').
7663 libext=a
7664
7665 with_gnu_ld="$lt_cv_prog_gnu_ld"
7666
7667 old_CC="$CC"
7668 old_CFLAGS="$CFLAGS"
7669
7670 # Set sane defaults for various variables
7671 test -z "$CC" && CC=cc
7672 test -z "$LTCC" && LTCC=$CC
7673 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7674 test -z "$LD" && LD=ld
7675 test -z "$ac_objext" && ac_objext=o
7676
7677 for cc_temp in $compiler""; do
7678   case $cc_temp in
7679     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7680     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7681     \-*) ;;
7682     *) break;;
7683   esac
7684 done
7685 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7686
7687
7688 # Only perform the check for file, if the check method requires it
7689 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7690 case $deplibs_check_method in
7691 file_magic*)
7692   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7693     { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7694 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7695 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7696   $as_echo_n "(cached) " >&6
7697 else
7698   case $MAGIC_CMD in
7699 [\\/*] |  ?:[\\/]*)
7700   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7701   ;;
7702 *)
7703   lt_save_MAGIC_CMD="$MAGIC_CMD"
7704   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7705   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7706   for ac_dir in $ac_dummy; do
7707     IFS="$lt_save_ifs"
7708     test -z "$ac_dir" && ac_dir=.
7709     if test -f $ac_dir/${ac_tool_prefix}file; then
7710       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7711       if test -n "$file_magic_test_file"; then
7712         case $deplibs_check_method in
7713         "file_magic "*)
7714           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7715           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7716           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7717             $EGREP "$file_magic_regex" > /dev/null; then
7718             :
7719           else
7720             cat <<_LT_EOF 1>&2
7721
7722 *** Warning: the command libtool uses to detect shared libraries,
7723 *** $file_magic_cmd, produces output that libtool cannot recognize.
7724 *** The result is that libtool may fail to recognize shared libraries
7725 *** as such.  This will affect the creation of libtool libraries that
7726 *** depend on shared libraries, but programs linked with such libtool
7727 *** libraries will work regardless of this problem.  Nevertheless, you
7728 *** may want to report the problem to your system manager and/or to
7729 *** bug-libtool@gnu.org
7730
7731 _LT_EOF
7732           fi ;;
7733         esac
7734       fi
7735       break
7736     fi
7737   done
7738   IFS="$lt_save_ifs"
7739   MAGIC_CMD="$lt_save_MAGIC_CMD"
7740   ;;
7741 esac
7742 fi
7743
7744 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7745 if test -n "$MAGIC_CMD"; then
7746   { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7747 $as_echo "$MAGIC_CMD" >&6; }
7748 else
7749   { $as_echo "$as_me:$LINENO: result: no" >&5
7750 $as_echo "no" >&6; }
7751 fi
7752
7753
7754
7755
7756
7757 if test -z "$lt_cv_path_MAGIC_CMD"; then
7758   if test -n "$ac_tool_prefix"; then
7759     { $as_echo "$as_me:$LINENO: checking for file" >&5
7760 $as_echo_n "checking for file... " >&6; }
7761 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7762   $as_echo_n "(cached) " >&6
7763 else
7764   case $MAGIC_CMD in
7765 [\\/*] |  ?:[\\/]*)
7766   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7767   ;;
7768 *)
7769   lt_save_MAGIC_CMD="$MAGIC_CMD"
7770   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7771   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7772   for ac_dir in $ac_dummy; do
7773     IFS="$lt_save_ifs"
7774     test -z "$ac_dir" && ac_dir=.
7775     if test -f $ac_dir/file; then
7776       lt_cv_path_MAGIC_CMD="$ac_dir/file"
7777       if test -n "$file_magic_test_file"; then
7778         case $deplibs_check_method in
7779         "file_magic "*)
7780           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7781           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7782           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7783             $EGREP "$file_magic_regex" > /dev/null; then
7784             :
7785           else
7786             cat <<_LT_EOF 1>&2
7787
7788 *** Warning: the command libtool uses to detect shared libraries,
7789 *** $file_magic_cmd, produces output that libtool cannot recognize.
7790 *** The result is that libtool may fail to recognize shared libraries
7791 *** as such.  This will affect the creation of libtool libraries that
7792 *** depend on shared libraries, but programs linked with such libtool
7793 *** libraries will work regardless of this problem.  Nevertheless, you
7794 *** may want to report the problem to your system manager and/or to
7795 *** bug-libtool@gnu.org
7796
7797 _LT_EOF
7798           fi ;;
7799         esac
7800       fi
7801       break
7802     fi
7803   done
7804   IFS="$lt_save_ifs"
7805   MAGIC_CMD="$lt_save_MAGIC_CMD"
7806   ;;
7807 esac
7808 fi
7809
7810 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7811 if test -n "$MAGIC_CMD"; then
7812   { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7813 $as_echo "$MAGIC_CMD" >&6; }
7814 else
7815   { $as_echo "$as_me:$LINENO: result: no" >&5
7816 $as_echo "no" >&6; }
7817 fi
7818
7819
7820   else
7821     MAGIC_CMD=:
7822   fi
7823 fi
7824
7825   fi
7826   ;;
7827 esac
7828
7829 # Use C for the default configuration in the libtool script
7830
7831 lt_save_CC="$CC"
7832 ac_ext=c
7833 ac_cpp='$CPP $CPPFLAGS'
7834 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7835 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7836 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7837
7838
7839 # Source file extension for C test sources.
7840 ac_ext=c
7841
7842 # Object file extension for compiled C test sources.
7843 objext=o
7844 objext=$objext
7845
7846 # Code to be used in simple compile tests
7847 lt_simple_compile_test_code="int some_variable = 0;"
7848
7849 # Code to be used in simple link tests
7850 lt_simple_link_test_code='int main(){return(0);}'
7851
7852
7853
7854
7855
7856
7857
7858 # If no C compiler was specified, use CC.
7859 LTCC=${LTCC-"$CC"}
7860
7861 # If no C compiler flags were specified, use CFLAGS.
7862 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7863
7864 # Allow CC to be a program name with arguments.
7865 compiler=$CC
7866
7867 # Save the default compiler, since it gets overwritten when the other
7868 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7869 compiler_DEFAULT=$CC
7870
7871 # save warnings/boilerplate of simple test code
7872 ac_outfile=conftest.$ac_objext
7873 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7874 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7875 _lt_compiler_boilerplate=`cat conftest.err`
7876 $RM conftest*
7877
7878 ac_outfile=conftest.$ac_objext
7879 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7880 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7881 _lt_linker_boilerplate=`cat conftest.err`
7882 $RM -r conftest*
7883
7884
7885 if test -n "$compiler"; then
7886
7887 lt_prog_compiler_no_builtin_flag=
7888
7889 if test "$GCC" = yes; then
7890   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7891
7892   { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7893 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7894 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7895   $as_echo_n "(cached) " >&6
7896 else
7897   lt_cv_prog_compiler_rtti_exceptions=no
7898    ac_outfile=conftest.$ac_objext
7899    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7900    lt_compiler_flag="-fno-rtti -fno-exceptions"
7901    # Insert the option either (1) after the last *FLAGS variable, or
7902    # (2) before a word containing "conftest.", or (3) at the end.
7903    # Note that $ac_compile itself does not contain backslashes and begins
7904    # with a dollar sign (not a hyphen), so the echo should work correctly.
7905    # The option is referenced via a variable to avoid confusing sed.
7906    lt_compile=`echo "$ac_compile" | $SED \
7907    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7908    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7909    -e 's:$: $lt_compiler_flag:'`
7910    (eval echo "\"\$as_me:7910: $lt_compile\"" >&5)
7911    (eval "$lt_compile" 2>conftest.err)
7912    ac_status=$?
7913    cat conftest.err >&5
7914    echo "$as_me:7914: \$? = $ac_status" >&5
7915    if (exit $ac_status) && test -s "$ac_outfile"; then
7916      # The compiler can only warn and ignore the option if not recognized
7917      # So say no if there are warnings other than the usual output.
7918      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7919      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7920      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7921        lt_cv_prog_compiler_rtti_exceptions=yes
7922      fi
7923    fi
7924    $RM conftest*
7925
7926 fi
7927 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7928 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7929
7930 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7931     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7932 else
7933     :
7934 fi
7935
7936 fi
7937
7938
7939
7940
7941
7942
7943   lt_prog_compiler_wl=
7944 lt_prog_compiler_pic=
7945 lt_prog_compiler_static=
7946
7947 { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7948 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7949
7950   if test "$GCC" = yes; then
7951     lt_prog_compiler_wl='-Wl,'
7952     lt_prog_compiler_static='-static'
7953
7954     case $host_os in
7955       aix*)
7956       # All AIX code is PIC.
7957       if test "$host_cpu" = ia64; then
7958         # AIX 5 now supports IA64 processor
7959         lt_prog_compiler_static='-Bstatic'
7960       fi
7961       ;;
7962
7963     amigaos*)
7964       case $host_cpu in
7965       powerpc)
7966             # see comment about AmigaOS4 .so support
7967             lt_prog_compiler_pic='-fPIC'
7968         ;;
7969       m68k)
7970             # FIXME: we need at least 68020 code to build shared libraries, but
7971             # adding the `-m68020' flag to GCC prevents building anything better,
7972             # like `-m68040'.
7973             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7974         ;;
7975       esac
7976       ;;
7977
7978     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7979       # PIC is the default for these OSes.
7980       ;;
7981
7982     mingw* | cygwin* | pw32* | os2* | cegcc*)
7983       # This hack is so that the source file can tell whether it is being
7984       # built for inclusion in a dll (and should export symbols for example).
7985       # Although the cygwin gcc ignores -fPIC, still need this for old-style
7986       # (--disable-auto-import) libraries
7987       lt_prog_compiler_pic='-DDLL_EXPORT'
7988       ;;
7989
7990     darwin* | rhapsody*)
7991       # PIC is the default on this platform
7992       # Common symbols not allowed in MH_DYLIB files
7993       lt_prog_compiler_pic='-fno-common'
7994       ;;
7995
7996     hpux*)
7997       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7998       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
7999       # sets the default TLS model and affects inlining.
8000       case $host_cpu in
8001       hppa*64*)
8002         # +Z the default
8003         ;;
8004       *)
8005         lt_prog_compiler_pic='-fPIC'
8006         ;;
8007       esac
8008       ;;
8009
8010     interix[3-9]*)
8011       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8012       # Instead, we relocate shared libraries at runtime.
8013       ;;
8014
8015     msdosdjgpp*)
8016       # Just because we use GCC doesn't mean we suddenly get shared libraries
8017       # on systems that don't support them.
8018       lt_prog_compiler_can_build_shared=no
8019       enable_shared=no
8020       ;;
8021
8022     *nto* | *qnx*)
8023       # QNX uses GNU C++, but need to define -shared option too, otherwise
8024       # it will coredump.
8025       lt_prog_compiler_pic='-fPIC -shared'
8026       ;;
8027
8028     sysv4*MP*)
8029       if test -d /usr/nec; then
8030         lt_prog_compiler_pic=-Kconform_pic
8031       fi
8032       ;;
8033
8034     *)
8035       lt_prog_compiler_pic='-fPIC'
8036       ;;
8037     esac
8038   else
8039     # PORTME Check for flag to pass linker flags through the system compiler.
8040     case $host_os in
8041     aix*)
8042       lt_prog_compiler_wl='-Wl,'
8043       if test "$host_cpu" = ia64; then
8044         # AIX 5 now supports IA64 processor
8045         lt_prog_compiler_static='-Bstatic'
8046       else
8047         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8048       fi
8049       ;;
8050
8051     mingw* | cygwin* | pw32* | os2* | cegcc*)
8052       # This hack is so that the source file can tell whether it is being
8053       # built for inclusion in a dll (and should export symbols for example).
8054       lt_prog_compiler_pic='-DDLL_EXPORT'
8055       ;;
8056
8057     hpux9* | hpux10* | hpux11*)
8058       lt_prog_compiler_wl='-Wl,'
8059       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8060       # not for PA HP-UX.
8061       case $host_cpu in
8062       hppa*64*|ia64*)
8063         # +Z the default
8064         ;;
8065       *)
8066         lt_prog_compiler_pic='+Z'
8067         ;;
8068       esac
8069       # Is there a better lt_prog_compiler_static that works with the bundled CC?
8070       lt_prog_compiler_static='${wl}-a ${wl}archive'
8071       ;;
8072
8073     irix5* | irix6* | nonstopux*)
8074       lt_prog_compiler_wl='-Wl,'
8075       # PIC (with -KPIC) is the default.
8076       lt_prog_compiler_static='-non_shared'
8077       ;;
8078
8079     linux* | k*bsd*-gnu)
8080       case $cc_basename in
8081       # old Intel for x86_64 which still supported -KPIC.
8082       ecc*)
8083         lt_prog_compiler_wl='-Wl,'
8084         lt_prog_compiler_pic='-KPIC'
8085         lt_prog_compiler_static='-static'
8086         ;;
8087       # icc used to be incompatible with GCC.
8088       # ICC 10 doesn't accept -KPIC any more.
8089       icc* | ifort*)
8090         lt_prog_compiler_wl='-Wl,'
8091         lt_prog_compiler_pic='-fPIC'
8092         lt_prog_compiler_static='-static'
8093         ;;
8094       # Lahey Fortran 8.1.
8095       lf95*)
8096         lt_prog_compiler_wl='-Wl,'
8097         lt_prog_compiler_pic='--shared'
8098         lt_prog_compiler_static='--static'
8099         ;;
8100       pgcc* | pgf77* | pgf90* | pgf95*)
8101         # Portland Group compilers (*not* the Pentium gcc compiler,
8102         # which looks to be a dead project)
8103         lt_prog_compiler_wl='-Wl,'
8104         lt_prog_compiler_pic='-fpic'
8105         lt_prog_compiler_static='-Bstatic'
8106         ;;
8107       ccc*)
8108         lt_prog_compiler_wl='-Wl,'
8109         # All Alpha code is PIC.
8110         lt_prog_compiler_static='-non_shared'
8111         ;;
8112       xl*)
8113         # IBM XL C 8.0/Fortran 10.1 on PPC
8114         lt_prog_compiler_wl='-Wl,'
8115         lt_prog_compiler_pic='-qpic'
8116         lt_prog_compiler_static='-qstaticlink'
8117         ;;
8118       *)
8119         case `$CC -V 2>&1 | sed 5q` in
8120         *Sun\ C*)
8121           # Sun C 5.9
8122           lt_prog_compiler_pic='-KPIC'
8123           lt_prog_compiler_static='-Bstatic'
8124           lt_prog_compiler_wl='-Wl,'
8125           ;;
8126         *Sun\ F*)
8127           # Sun Fortran 8.3 passes all unrecognized flags to the linker
8128           lt_prog_compiler_pic='-KPIC'
8129           lt_prog_compiler_static='-Bstatic'
8130           lt_prog_compiler_wl=''
8131           ;;
8132         esac
8133         ;;
8134       esac
8135       ;;
8136
8137     newsos6)
8138       lt_prog_compiler_pic='-KPIC'
8139       lt_prog_compiler_static='-Bstatic'
8140       ;;
8141
8142     *nto* | *qnx*)
8143       # QNX uses GNU C++, but need to define -shared option too, otherwise
8144       # it will coredump.
8145       lt_prog_compiler_pic='-fPIC -shared'
8146       ;;
8147
8148     osf3* | osf4* | osf5*)
8149       lt_prog_compiler_wl='-Wl,'
8150       # All OSF/1 code is PIC.
8151       lt_prog_compiler_static='-non_shared'
8152       ;;
8153
8154     rdos*)
8155       lt_prog_compiler_static='-non_shared'
8156       ;;
8157
8158     solaris*)
8159       lt_prog_compiler_pic='-KPIC'
8160       lt_prog_compiler_static='-Bstatic'
8161       case $cc_basename in
8162       f77* | f90* | f95*)
8163         lt_prog_compiler_wl='-Qoption ld ';;
8164       *)
8165         lt_prog_compiler_wl='-Wl,';;
8166       esac
8167       ;;
8168
8169     sunos4*)
8170       lt_prog_compiler_wl='-Qoption ld '
8171       lt_prog_compiler_pic='-PIC'
8172       lt_prog_compiler_static='-Bstatic'
8173       ;;
8174
8175     sysv4 | sysv4.2uw2* | sysv4.3*)
8176       lt_prog_compiler_wl='-Wl,'
8177       lt_prog_compiler_pic='-KPIC'
8178       lt_prog_compiler_static='-Bstatic'
8179       ;;
8180
8181     sysv4*MP*)
8182       if test -d /usr/nec ;then
8183         lt_prog_compiler_pic='-Kconform_pic'
8184         lt_prog_compiler_static='-Bstatic'
8185       fi
8186       ;;
8187
8188     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8189       lt_prog_compiler_wl='-Wl,'
8190       lt_prog_compiler_pic='-KPIC'
8191       lt_prog_compiler_static='-Bstatic'
8192       ;;
8193
8194     unicos*)
8195       lt_prog_compiler_wl='-Wl,'
8196       lt_prog_compiler_can_build_shared=no
8197       ;;
8198
8199     uts4*)
8200       lt_prog_compiler_pic='-pic'
8201       lt_prog_compiler_static='-Bstatic'
8202       ;;
8203
8204     *)
8205       lt_prog_compiler_can_build_shared=no
8206       ;;
8207     esac
8208   fi
8209
8210 case $host_os in
8211   # For platforms which do not support PIC, -DPIC is meaningless:
8212   *djgpp*)
8213     lt_prog_compiler_pic=
8214     ;;
8215   *)
8216     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8217     ;;
8218 esac
8219 { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
8220 $as_echo "$lt_prog_compiler_pic" >&6; }
8221
8222
8223
8224
8225
8226
8227 #
8228 # Check to make sure the PIC flag actually works.
8229 #
8230 if test -n "$lt_prog_compiler_pic"; then
8231   { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8232 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8233 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
8234   $as_echo_n "(cached) " >&6
8235 else
8236   lt_cv_prog_compiler_pic_works=no
8237    ac_outfile=conftest.$ac_objext
8238    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8239    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8240    # Insert the option either (1) after the last *FLAGS variable, or
8241    # (2) before a word containing "conftest.", or (3) at the end.
8242    # Note that $ac_compile itself does not contain backslashes and begins
8243    # with a dollar sign (not a hyphen), so the echo should work correctly.
8244    # The option is referenced via a variable to avoid confusing sed.
8245    lt_compile=`echo "$ac_compile" | $SED \
8246    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8247    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8248    -e 's:$: $lt_compiler_flag:'`
8249    (eval echo "\"\$as_me:8249: $lt_compile\"" >&5)
8250    (eval "$lt_compile" 2>conftest.err)
8251    ac_status=$?
8252    cat conftest.err >&5
8253    echo "$as_me:8253: \$? = $ac_status" >&5
8254    if (exit $ac_status) && test -s "$ac_outfile"; then
8255      # The compiler can only warn and ignore the option if not recognized
8256      # So say no if there are warnings other than the usual output.
8257      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8258      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8259      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8260        lt_cv_prog_compiler_pic_works=yes
8261      fi
8262    fi
8263    $RM conftest*
8264
8265 fi
8266 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
8267 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8268
8269 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8270     case $lt_prog_compiler_pic in
8271      "" | " "*) ;;
8272      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8273      esac
8274 else
8275     lt_prog_compiler_pic=
8276      lt_prog_compiler_can_build_shared=no
8277 fi
8278
8279 fi
8280
8281
8282
8283
8284
8285
8286 #
8287 # Check to make sure the static flag actually works.
8288 #
8289 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8290 { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8291 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8292 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
8293   $as_echo_n "(cached) " >&6
8294 else
8295   lt_cv_prog_compiler_static_works=no
8296    save_LDFLAGS="$LDFLAGS"
8297    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8298    echo "$lt_simple_link_test_code" > conftest.$ac_ext
8299    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8300      # The linker can only warn and ignore the option if not recognized
8301      # So say no if there are warnings
8302      if test -s conftest.err; then
8303        # Append any errors to the config.log.
8304        cat conftest.err 1>&5
8305        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
8306        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8307        if diff conftest.exp conftest.er2 >/dev/null; then
8308          lt_cv_prog_compiler_static_works=yes
8309        fi
8310      else
8311        lt_cv_prog_compiler_static_works=yes
8312      fi
8313    fi
8314    $RM -r conftest*
8315    LDFLAGS="$save_LDFLAGS"
8316
8317 fi
8318 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
8319 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8320
8321 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8322     :
8323 else
8324     lt_prog_compiler_static=
8325 fi
8326
8327
8328
8329
8330
8331
8332
8333   { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8334 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8335 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8336   $as_echo_n "(cached) " >&6
8337 else
8338   lt_cv_prog_compiler_c_o=no
8339    $RM -r conftest 2>/dev/null
8340    mkdir conftest
8341    cd conftest
8342    mkdir out
8343    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8344
8345    lt_compiler_flag="-o out/conftest2.$ac_objext"
8346    # Insert the option either (1) after the last *FLAGS variable, or
8347    # (2) before a word containing "conftest.", or (3) at the end.
8348    # Note that $ac_compile itself does not contain backslashes and begins
8349    # with a dollar sign (not a hyphen), so the echo should work correctly.
8350    lt_compile=`echo "$ac_compile" | $SED \
8351    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8352    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8353    -e 's:$: $lt_compiler_flag:'`
8354    (eval echo "\"\$as_me:8354: $lt_compile\"" >&5)
8355    (eval "$lt_compile" 2>out/conftest.err)
8356    ac_status=$?
8357    cat out/conftest.err >&5
8358    echo "$as_me:8358: \$? = $ac_status" >&5
8359    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8360    then
8361      # The compiler can only warn and ignore the option if not recognized
8362      # So say no if there are warnings
8363      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8364      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8365      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8366        lt_cv_prog_compiler_c_o=yes
8367      fi
8368    fi
8369    chmod u+w . 2>&5
8370    $RM conftest*
8371    # SGI C++ compiler will create directory out/ii_files/ for
8372    # template instantiation
8373    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8374    $RM out/* && rmdir out
8375    cd ..
8376    $RM -r conftest
8377    $RM conftest*
8378
8379 fi
8380 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8381 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8382
8383
8384
8385
8386
8387
8388   { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8389 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8390 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8391   $as_echo_n "(cached) " >&6
8392 else
8393   lt_cv_prog_compiler_c_o=no
8394    $RM -r conftest 2>/dev/null
8395    mkdir conftest
8396    cd conftest
8397    mkdir out
8398    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8399
8400    lt_compiler_flag="-o out/conftest2.$ac_objext"
8401    # Insert the option either (1) after the last *FLAGS variable, or
8402    # (2) before a word containing "conftest.", or (3) at the end.
8403    # Note that $ac_compile itself does not contain backslashes and begins
8404    # with a dollar sign (not a hyphen), so the echo should work correctly.
8405    lt_compile=`echo "$ac_compile" | $SED \
8406    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8407    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8408    -e 's:$: $lt_compiler_flag:'`
8409    (eval echo "\"\$as_me:8409: $lt_compile\"" >&5)
8410    (eval "$lt_compile" 2>out/conftest.err)
8411    ac_status=$?
8412    cat out/conftest.err >&5
8413    echo "$as_me:8413: \$? = $ac_status" >&5
8414    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8415    then
8416      # The compiler can only warn and ignore the option if not recognized
8417      # So say no if there are warnings
8418      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8419      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8420      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8421        lt_cv_prog_compiler_c_o=yes
8422      fi
8423    fi
8424    chmod u+w . 2>&5
8425    $RM conftest*
8426    # SGI C++ compiler will create directory out/ii_files/ for
8427    # template instantiation
8428    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8429    $RM out/* && rmdir out
8430    cd ..
8431    $RM -r conftest
8432    $RM conftest*
8433
8434 fi
8435 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8436 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8437
8438
8439
8440
8441 hard_links="nottested"
8442 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8443   # do not overwrite the value of need_locks provided by the user
8444   { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
8445 $as_echo_n "checking if we can lock with hard links... " >&6; }
8446   hard_links=yes
8447   $RM conftest*
8448   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8449   touch conftest.a
8450   ln conftest.a conftest.b 2>&5 || hard_links=no
8451   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8452   { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
8453 $as_echo "$hard_links" >&6; }
8454   if test "$hard_links" = no; then
8455     { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8456 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8457     need_locks=warn
8458   fi
8459 else
8460   need_locks=no
8461 fi
8462
8463
8464
8465
8466
8467
8468   { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8469 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8470
8471   runpath_var=
8472   allow_undefined_flag=
8473   always_export_symbols=no
8474   archive_cmds=
8475   archive_expsym_cmds=
8476   compiler_needs_object=no
8477   enable_shared_with_static_runtimes=no
8478   export_dynamic_flag_spec=
8479   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8480   hardcode_automatic=no
8481   hardcode_direct=no
8482   hardcode_direct_absolute=no
8483   hardcode_libdir_flag_spec=
8484   hardcode_libdir_flag_spec_ld=
8485   hardcode_libdir_separator=
8486   hardcode_minus_L=no
8487   hardcode_shlibpath_var=unsupported
8488   inherit_rpath=no
8489   link_all_deplibs=unknown
8490   module_cmds=
8491   module_expsym_cmds=
8492   old_archive_from_new_cmds=
8493   old_archive_from_expsyms_cmds=
8494   thread_safe_flag_spec=
8495   whole_archive_flag_spec=
8496   # include_expsyms should be a list of space-separated symbols to be *always*
8497   # included in the symbol list
8498   include_expsyms=
8499   # exclude_expsyms can be an extended regexp of symbols to exclude
8500   # it will be wrapped by ` (' and `)$', so one must not match beginning or
8501   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8502   # as well as any symbol that contains `d'.
8503   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8504   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8505   # platforms (ab)use it in PIC code, but their linkers get confused if
8506   # the symbol is explicitly referenced.  Since portable code cannot
8507   # rely on this symbol name, it's probably fine to never include it in
8508   # preloaded symbol tables.
8509   # Exclude shared library initialization/finalization symbols.
8510   extract_expsyms_cmds=
8511
8512   case $host_os in
8513   cygwin* | mingw* | pw32* | cegcc*)
8514     # FIXME: the MSVC++ port hasn't been tested in a loooong time
8515     # When not using gcc, we currently assume that we are using
8516     # Microsoft Visual C++.
8517     if test "$GCC" != yes; then
8518       with_gnu_ld=no
8519     fi
8520     ;;
8521   interix*)
8522     # we just hope/assume this is gcc and not c89 (= MSVC++)
8523     with_gnu_ld=yes
8524     ;;
8525   openbsd*)
8526     with_gnu_ld=no
8527     ;;
8528   esac
8529
8530   ld_shlibs=yes
8531   if test "$with_gnu_ld" = yes; then
8532     # If archive_cmds runs LD, not CC, wlarc should be empty
8533     wlarc='${wl}'
8534
8535     # Set some defaults for GNU ld with shared library support. These
8536     # are reset later if shared libraries are not supported. Putting them
8537     # here allows them to be overridden if necessary.
8538     runpath_var=LD_RUN_PATH
8539     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8540     export_dynamic_flag_spec='${wl}--export-dynamic'
8541     # ancient GNU ld didn't support --whole-archive et. al.
8542     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8543       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8544     else
8545       whole_archive_flag_spec=
8546     fi
8547     supports_anon_versioning=no
8548     case `$LD -v 2>&1` in
8549       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8550       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8551       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8552       *\ 2.11.*) ;; # other 2.11 versions
8553       *) supports_anon_versioning=yes ;;
8554     esac
8555
8556     # See if GNU ld supports shared libraries.
8557     case $host_os in
8558     aix[3-9]*)
8559       # On AIX/PPC, the GNU linker is very broken
8560       if test "$host_cpu" != ia64; then
8561         ld_shlibs=no
8562         cat <<_LT_EOF 1>&2
8563
8564 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
8565 *** to be unable to reliably create shared libraries on AIX.
8566 *** Therefore, libtool is disabling shared libraries support.  If you
8567 *** really care for shared libraries, you may want to modify your PATH
8568 *** so that a non-GNU linker is found, and then restart.
8569
8570 _LT_EOF
8571       fi
8572       ;;
8573
8574     amigaos*)
8575       case $host_cpu in
8576       powerpc)
8577             # see comment about AmigaOS4 .so support
8578             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8579             archive_expsym_cmds=''
8580         ;;
8581       m68k)
8582             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)'
8583             hardcode_libdir_flag_spec='-L$libdir'
8584             hardcode_minus_L=yes
8585         ;;
8586       esac
8587       ;;
8588
8589     beos*)
8590       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8591         allow_undefined_flag=unsupported
8592         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8593         # support --undefined.  This deserves some investigation.  FIXME
8594         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8595       else
8596         ld_shlibs=no
8597       fi
8598       ;;
8599
8600     cygwin* | mingw* | pw32* | cegcc*)
8601       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8602       # as there is no search path for DLLs.
8603       hardcode_libdir_flag_spec='-L$libdir'
8604       allow_undefined_flag=unsupported
8605       always_export_symbols=no
8606       enable_shared_with_static_runtimes=yes
8607       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8608
8609       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8610         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8611         # If the export-symbols file already is a .def file (1st line
8612         # is EXPORTS), use it as is; otherwise, prepend...
8613         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8614           cp $export_symbols $output_objdir/$soname.def;
8615         else
8616           echo EXPORTS > $output_objdir/$soname.def;
8617           cat $export_symbols >> $output_objdir/$soname.def;
8618         fi~
8619         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8620       else
8621         ld_shlibs=no
8622       fi
8623       ;;
8624
8625     interix[3-9]*)
8626       hardcode_direct=no
8627       hardcode_shlibpath_var=no
8628       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8629       export_dynamic_flag_spec='${wl}-E'
8630       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8631       # Instead, shared libraries are loaded at an image base (0x10000000 by
8632       # default) and relocated if they conflict, which is a slow very memory
8633       # consuming and fragmenting process.  To avoid this, we pick a random,
8634       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8635       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8636       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8637       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'
8638       ;;
8639
8640     gnu* | linux* | tpf* | k*bsd*-gnu)
8641       tmp_diet=no
8642       if test "$host_os" = linux-dietlibc; then
8643         case $cc_basename in
8644           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
8645         esac
8646       fi
8647       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8648          && test "$tmp_diet" = no
8649       then
8650         tmp_addflag=
8651         tmp_sharedflag='-shared'
8652         case $cc_basename,$host_cpu in
8653         pgcc*)                          # Portland Group C compiler
8654           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'
8655           tmp_addflag=' $pic_flag'
8656           ;;
8657         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
8658           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'
8659           tmp_addflag=' $pic_flag -Mnomain' ;;
8660         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
8661           tmp_addflag=' -i_dynamic' ;;
8662         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
8663           tmp_addflag=' -i_dynamic -nofor_main' ;;
8664         ifc* | ifort*)                  # Intel Fortran compiler
8665           tmp_addflag=' -nofor_main' ;;
8666         lf95*)                          # Lahey Fortran 8.1
8667           whole_archive_flag_spec=
8668           tmp_sharedflag='--shared' ;;
8669         xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
8670           tmp_sharedflag='-qmkshrobj'
8671           tmp_addflag= ;;
8672         esac
8673         case `$CC -V 2>&1 | sed 5q` in
8674         *Sun\ C*)                       # Sun C 5.9
8675           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'
8676           compiler_needs_object=yes
8677           tmp_sharedflag='-G' ;;
8678         *Sun\ F*)                       # Sun Fortran 8.3
8679           tmp_sharedflag='-G' ;;
8680         esac
8681         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8682
8683         if test "x$supports_anon_versioning" = xyes; then
8684           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8685             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8686             echo "local: *; };" >> $output_objdir/$libname.ver~
8687             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8688         fi
8689
8690         case $cc_basename in
8691         xlf*)
8692           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8693           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8694           hardcode_libdir_flag_spec=
8695           hardcode_libdir_flag_spec_ld='-rpath $libdir'
8696           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8697           if test "x$supports_anon_versioning" = xyes; then
8698             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8699               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8700               echo "local: *; };" >> $output_objdir/$libname.ver~
8701               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8702           fi
8703           ;;
8704         esac
8705       else
8706         ld_shlibs=no
8707       fi
8708       ;;
8709
8710     netbsd*)
8711       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8712         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8713         wlarc=
8714       else
8715         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8716         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8717       fi
8718       ;;
8719
8720     solaris*)
8721       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8722         ld_shlibs=no
8723         cat <<_LT_EOF 1>&2
8724
8725 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8726 *** create shared libraries on Solaris systems.  Therefore, libtool
8727 *** is disabling shared libraries support.  We urge you to upgrade GNU
8728 *** binutils to release 2.9.1 or newer.  Another option is to modify
8729 *** your PATH or compiler configuration so that the native linker is
8730 *** used, and then restart.
8731
8732 _LT_EOF
8733       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8734         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8735         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8736       else
8737         ld_shlibs=no
8738       fi
8739       ;;
8740
8741     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8742       case `$LD -v 2>&1` in
8743         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8744         ld_shlibs=no
8745         cat <<_LT_EOF 1>&2
8746
8747 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8748 *** reliably create shared libraries on SCO systems.  Therefore, libtool
8749 *** is disabling shared libraries support.  We urge you to upgrade GNU
8750 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8751 *** your PATH or compiler configuration so that the native linker is
8752 *** used, and then restart.
8753
8754 _LT_EOF
8755         ;;
8756         *)
8757           # For security reasons, it is highly recommended that you always
8758           # use absolute paths for naming shared libraries, and exclude the
8759           # DT_RUNPATH tag from executables and libraries.  But doing so
8760           # requires that you compile everything twice, which is a pain.
8761           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8762             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8763             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8764             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8765           else
8766             ld_shlibs=no
8767           fi
8768         ;;
8769       esac
8770       ;;
8771
8772     sunos4*)
8773       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8774       wlarc=
8775       hardcode_direct=yes
8776       hardcode_shlibpath_var=no
8777       ;;
8778
8779     *)
8780       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8781         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8782         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8783       else
8784         ld_shlibs=no
8785       fi
8786       ;;
8787     esac
8788
8789     if test "$ld_shlibs" = no; then
8790       runpath_var=
8791       hardcode_libdir_flag_spec=
8792       export_dynamic_flag_spec=
8793       whole_archive_flag_spec=
8794     fi
8795   else
8796     # PORTME fill in a description of your system's linker (not GNU ld)
8797     case $host_os in
8798     aix3*)
8799       allow_undefined_flag=unsupported
8800       always_export_symbols=yes
8801       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'
8802       # Note: this linker hardcodes the directories in LIBPATH if there
8803       # are no directories specified by -L.
8804       hardcode_minus_L=yes
8805       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8806         # Neither direct hardcoding nor static linking is supported with a
8807         # broken collect2.
8808         hardcode_direct=unsupported
8809       fi
8810       ;;
8811
8812     aix[4-9]*)
8813       if test "$host_cpu" = ia64; then
8814         # On IA64, the linker does run time linking by default, so we don't
8815         # have to do anything special.
8816         aix_use_runtimelinking=no
8817         exp_sym_flag='-Bexport'
8818         no_entry_flag=""
8819       else
8820         # If we're using GNU nm, then we don't want the "-C" option.
8821         # -C means demangle to AIX nm, but means don't demangle with GNU nm
8822         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8823           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'
8824         else
8825           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'
8826         fi
8827         aix_use_runtimelinking=no
8828
8829         # Test if we are trying to use run time linking or normal
8830         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8831         # need to do runtime linking.
8832         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8833           for ld_flag in $LDFLAGS; do
8834           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8835             aix_use_runtimelinking=yes
8836             break
8837           fi
8838           done
8839           ;;
8840         esac
8841
8842         exp_sym_flag='-bexport'
8843         no_entry_flag='-bnoentry'
8844       fi
8845
8846       # When large executables or shared objects are built, AIX ld can
8847       # have problems creating the table of contents.  If linking a library
8848       # or program results in "error TOC overflow" add -mminimal-toc to
8849       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8850       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8851
8852       archive_cmds=''
8853       hardcode_direct=yes
8854       hardcode_direct_absolute=yes
8855       hardcode_libdir_separator=':'
8856       link_all_deplibs=yes
8857       file_list_spec='${wl}-f,'
8858
8859       if test "$GCC" = yes; then
8860         case $host_os in aix4.[012]|aix4.[012].*)
8861         # We only want to do this on AIX 4.2 and lower, the check
8862         # below for broken collect2 doesn't work under 4.3+
8863           collect2name=`${CC} -print-prog-name=collect2`
8864           if test -f "$collect2name" &&
8865            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8866           then
8867           # We have reworked collect2
8868           :
8869           else
8870           # We have old collect2
8871           hardcode_direct=unsupported
8872           # It fails to find uninstalled libraries when the uninstalled
8873           # path is not listed in the libpath.  Setting hardcode_minus_L
8874           # to unsupported forces relinking
8875           hardcode_minus_L=yes
8876           hardcode_libdir_flag_spec='-L$libdir'
8877           hardcode_libdir_separator=
8878           fi
8879           ;;
8880         esac
8881         shared_flag='-shared'
8882         if test "$aix_use_runtimelinking" = yes; then
8883           shared_flag="$shared_flag "'${wl}-G'
8884         fi
8885       else
8886         # not using gcc
8887         if test "$host_cpu" = ia64; then
8888         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8889         # chokes on -Wl,-G. The following line is correct:
8890           shared_flag='-G'
8891         else
8892           if test "$aix_use_runtimelinking" = yes; then
8893             shared_flag='${wl}-G'
8894           else
8895             shared_flag='${wl}-bM:SRE'
8896           fi
8897         fi
8898       fi
8899
8900       export_dynamic_flag_spec='${wl}-bexpall'
8901       # It seems that -bexpall does not export symbols beginning with
8902       # underscore (_), so it is better to generate a list of symbols to export.
8903       always_export_symbols=yes
8904       if test "$aix_use_runtimelinking" = yes; then
8905         # Warning - without using the other runtime loading flags (-brtl),
8906         # -berok will link without error, but may produce a broken library.
8907         allow_undefined_flag='-berok'
8908         # Determine the default libpath from the value encoded in an
8909         # empty executable.
8910         cat >conftest.$ac_ext <<_ACEOF
8911 /* confdefs.h.  */
8912 _ACEOF
8913 cat confdefs.h >>conftest.$ac_ext
8914 cat >>conftest.$ac_ext <<_ACEOF
8915 /* end confdefs.h.  */
8916
8917 int
8918 main ()
8919 {
8920
8921   ;
8922   return 0;
8923 }
8924 _ACEOF
8925 rm -f conftest.$ac_objext conftest$ac_exeext
8926 if { (ac_try="$ac_link"
8927 case "(($ac_try" in
8928   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8929   *) ac_try_echo=$ac_try;;
8930 esac
8931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8932 $as_echo "$ac_try_echo") >&5
8933   (eval "$ac_link") 2>conftest.er1
8934   ac_status=$?
8935   grep -v '^ *+' conftest.er1 >conftest.err
8936   rm -f conftest.er1
8937   cat conftest.err >&5
8938   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8939   (exit $ac_status); } && {
8940          test -z "$ac_c_werror_flag" ||
8941          test ! -s conftest.err
8942        } && test -s conftest$ac_exeext && {
8943          test "$cross_compiling" = yes ||
8944          $as_test_x conftest$ac_exeext
8945        }; then
8946
8947 lt_aix_libpath_sed='
8948     /Import File Strings/,/^$/ {
8949         /^0/ {
8950             s/^0  *\(.*\)$/\1/
8951             p
8952         }
8953     }'
8954 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8955 # Check for a 64-bit object if we didn't find anything.
8956 if test -z "$aix_libpath"; then
8957   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8958 fi
8959 else
8960   $as_echo "$as_me: failed program was:" >&5
8961 sed 's/^/| /' conftest.$ac_ext >&5
8962
8963
8964 fi
8965
8966 rm -rf conftest.dSYM
8967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8968       conftest$ac_exeext conftest.$ac_ext
8969 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8970
8971         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8972         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"
8973       else
8974         if test "$host_cpu" = ia64; then
8975           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8976           allow_undefined_flag="-z nodefs"
8977           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"
8978         else
8979          # Determine the default libpath from the value encoded in an
8980          # empty executable.
8981          cat >conftest.$ac_ext <<_ACEOF
8982 /* confdefs.h.  */
8983 _ACEOF
8984 cat confdefs.h >>conftest.$ac_ext
8985 cat >>conftest.$ac_ext <<_ACEOF
8986 /* end confdefs.h.  */
8987
8988 int
8989 main ()
8990 {
8991
8992   ;
8993   return 0;
8994 }
8995 _ACEOF
8996 rm -f conftest.$ac_objext conftest$ac_exeext
8997 if { (ac_try="$ac_link"
8998 case "(($ac_try" in
8999   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9000   *) ac_try_echo=$ac_try;;
9001 esac
9002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9003 $as_echo "$ac_try_echo") >&5
9004   (eval "$ac_link") 2>conftest.er1
9005   ac_status=$?
9006   grep -v '^ *+' conftest.er1 >conftest.err
9007   rm -f conftest.er1
9008   cat conftest.err >&5
9009   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9010   (exit $ac_status); } && {
9011          test -z "$ac_c_werror_flag" ||
9012          test ! -s conftest.err
9013        } && test -s conftest$ac_exeext && {
9014          test "$cross_compiling" = yes ||
9015          $as_test_x conftest$ac_exeext
9016        }; then
9017
9018 lt_aix_libpath_sed='
9019     /Import File Strings/,/^$/ {
9020         /^0/ {
9021             s/^0  *\(.*\)$/\1/
9022             p
9023         }
9024     }'
9025 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9026 # Check for a 64-bit object if we didn't find anything.
9027 if test -z "$aix_libpath"; then
9028   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9029 fi
9030 else
9031   $as_echo "$as_me: failed program was:" >&5
9032 sed 's/^/| /' conftest.$ac_ext >&5
9033
9034
9035 fi
9036
9037 rm -rf conftest.dSYM
9038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9039       conftest$ac_exeext conftest.$ac_ext
9040 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9041
9042          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9043           # Warning - without using the other run time loading flags,
9044           # -berok will link without error, but may produce a broken library.
9045           no_undefined_flag=' ${wl}-bernotok'
9046           allow_undefined_flag=' ${wl}-berok'
9047           # Exported symbols can be pulled into shared objects from archives
9048           whole_archive_flag_spec='$convenience'
9049           archive_cmds_need_lc=yes
9050           # This is similar to how AIX traditionally builds its shared libraries.
9051           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'
9052         fi
9053       fi
9054       ;;
9055
9056     amigaos*)
9057       case $host_cpu in
9058       powerpc)
9059             # see comment about AmigaOS4 .so support
9060             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9061             archive_expsym_cmds=''
9062         ;;
9063       m68k)
9064             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)'
9065             hardcode_libdir_flag_spec='-L$libdir'
9066             hardcode_minus_L=yes
9067         ;;
9068       esac
9069       ;;
9070
9071     bsdi[45]*)
9072       export_dynamic_flag_spec=-rdynamic
9073       ;;
9074
9075     cygwin* | mingw* | pw32* | cegcc*)
9076       # When not using gcc, we currently assume that we are using
9077       # Microsoft Visual C++.
9078       # hardcode_libdir_flag_spec is actually meaningless, as there is
9079       # no search path for DLLs.
9080       hardcode_libdir_flag_spec=' '
9081       allow_undefined_flag=unsupported
9082       # Tell ltmain to make .lib files, not .a files.
9083       libext=lib
9084       # Tell ltmain to make .dll files, not .so files.
9085       shrext_cmds=".dll"
9086       # FIXME: Setting linknames here is a bad hack.
9087       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
9088       # The linker will automatically build a .lib file if we build a DLL.
9089       old_archive_from_new_cmds='true'
9090       # FIXME: Should let the user specify the lib program.
9091       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9092       fix_srcfile_path='`cygpath -w "$srcfile"`'
9093       enable_shared_with_static_runtimes=yes
9094       ;;
9095
9096     darwin* | rhapsody*)
9097
9098
9099   archive_cmds_need_lc=no
9100   hardcode_direct=no
9101   hardcode_automatic=yes
9102   hardcode_shlibpath_var=unsupported
9103   whole_archive_flag_spec=''
9104   link_all_deplibs=yes
9105   allow_undefined_flag="$_lt_dar_allow_undefined"
9106   case $cc_basename in
9107      ifort*) _lt_dar_can_shared=yes ;;
9108      *) _lt_dar_can_shared=$GCC ;;
9109   esac
9110   if test "$_lt_dar_can_shared" = "yes"; then
9111     output_verbose_link_cmd=echo
9112     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9113     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9114     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}"
9115     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}"
9116
9117   else
9118   ld_shlibs=no
9119   fi
9120
9121       ;;
9122
9123     dgux*)
9124       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9125       hardcode_libdir_flag_spec='-L$libdir'
9126       hardcode_shlibpath_var=no
9127       ;;
9128
9129     freebsd1*)
9130       ld_shlibs=no
9131       ;;
9132
9133     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9134     # support.  Future versions do this automatically, but an explicit c++rt0.o
9135     # does not break anything, and helps significantly (at the cost of a little
9136     # extra space).
9137     freebsd2.2*)
9138       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9139       hardcode_libdir_flag_spec='-R$libdir'
9140       hardcode_direct=yes
9141       hardcode_shlibpath_var=no
9142       ;;
9143
9144     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9145     freebsd2*)
9146       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9147       hardcode_direct=yes
9148       hardcode_minus_L=yes
9149       hardcode_shlibpath_var=no
9150       ;;
9151
9152     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9153     freebsd* | dragonfly*)
9154       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9155       hardcode_libdir_flag_spec='-R$libdir'
9156       hardcode_direct=yes
9157       hardcode_shlibpath_var=no
9158       ;;
9159
9160     hpux9*)
9161       if test "$GCC" = yes; then
9162         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'
9163       else
9164         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'
9165       fi
9166       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9167       hardcode_libdir_separator=:
9168       hardcode_direct=yes
9169
9170       # hardcode_minus_L: Not really in the search PATH,
9171       # but as the default location of the library.
9172       hardcode_minus_L=yes
9173       export_dynamic_flag_spec='${wl}-E'
9174       ;;
9175
9176     hpux10*)
9177       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9178         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9179       else
9180         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9181       fi
9182       if test "$with_gnu_ld" = no; then
9183         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9184         hardcode_libdir_flag_spec_ld='+b $libdir'
9185         hardcode_libdir_separator=:
9186         hardcode_direct=yes
9187         hardcode_direct_absolute=yes
9188         export_dynamic_flag_spec='${wl}-E'
9189         # hardcode_minus_L: Not really in the search PATH,
9190         # but as the default location of the library.
9191         hardcode_minus_L=yes
9192       fi
9193       ;;
9194
9195     hpux11*)
9196       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9197         case $host_cpu in
9198         hppa*64*)
9199           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9200           ;;
9201         ia64*)
9202           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9203           ;;
9204         *)
9205           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9206           ;;
9207         esac
9208       else
9209         case $host_cpu in
9210         hppa*64*)
9211           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9212           ;;
9213         ia64*)
9214           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9215           ;;
9216         *)
9217           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9218           ;;
9219         esac
9220       fi
9221       if test "$with_gnu_ld" = no; then
9222         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9223         hardcode_libdir_separator=:
9224
9225         case $host_cpu in
9226         hppa*64*|ia64*)
9227           hardcode_direct=no
9228           hardcode_shlibpath_var=no
9229           ;;
9230         *)
9231           hardcode_direct=yes
9232           hardcode_direct_absolute=yes
9233           export_dynamic_flag_spec='${wl}-E'
9234
9235           # hardcode_minus_L: Not really in the search PATH,
9236           # but as the default location of the library.
9237           hardcode_minus_L=yes
9238           ;;
9239         esac
9240       fi
9241       ;;
9242
9243     irix5* | irix6* | nonstopux*)
9244       if test "$GCC" = yes; then
9245         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'
9246         # Try to use the -exported_symbol ld option, if it does not
9247         # work, assume that -exports_file does not work either and
9248         # implicitly export all symbols.
9249         save_LDFLAGS="$LDFLAGS"
9250         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9251         cat >conftest.$ac_ext <<_ACEOF
9252 int foo(void) {}
9253 _ACEOF
9254 rm -f conftest.$ac_objext conftest$ac_exeext
9255 if { (ac_try="$ac_link"
9256 case "(($ac_try" in
9257   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9258   *) ac_try_echo=$ac_try;;
9259 esac
9260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9261 $as_echo "$ac_try_echo") >&5
9262   (eval "$ac_link") 2>conftest.er1
9263   ac_status=$?
9264   grep -v '^ *+' conftest.er1 >conftest.err
9265   rm -f conftest.er1
9266   cat conftest.err >&5
9267   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9268   (exit $ac_status); } && {
9269          test -z "$ac_c_werror_flag" ||
9270          test ! -s conftest.err
9271        } && test -s conftest$ac_exeext && {
9272          test "$cross_compiling" = yes ||
9273          $as_test_x conftest$ac_exeext
9274        }; then
9275   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'
9276
9277 else
9278   $as_echo "$as_me: failed program was:" >&5
9279 sed 's/^/| /' conftest.$ac_ext >&5
9280
9281
9282 fi
9283
9284 rm -rf conftest.dSYM
9285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9286       conftest$ac_exeext conftest.$ac_ext
9287         LDFLAGS="$save_LDFLAGS"
9288       else
9289         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'
9290         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'
9291       fi
9292       archive_cmds_need_lc='no'
9293       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9294       hardcode_libdir_separator=:
9295       inherit_rpath=yes
9296       link_all_deplibs=yes
9297       ;;
9298
9299     netbsd*)
9300       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9301         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9302       else
9303         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9304       fi
9305       hardcode_libdir_flag_spec='-R$libdir'
9306       hardcode_direct=yes
9307       hardcode_shlibpath_var=no
9308       ;;
9309
9310     newsos6)
9311       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9312       hardcode_direct=yes
9313       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9314       hardcode_libdir_separator=:
9315       hardcode_shlibpath_var=no
9316       ;;
9317
9318     *nto* | *qnx*)
9319       ;;
9320
9321     openbsd*)
9322       if test -f /usr/libexec/ld.so; then
9323         hardcode_direct=yes
9324         hardcode_shlibpath_var=no
9325         hardcode_direct_absolute=yes
9326         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9327           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9328           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9329           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9330           export_dynamic_flag_spec='${wl}-E'
9331         else
9332           case $host_os in
9333            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9334              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9335              hardcode_libdir_flag_spec='-R$libdir'
9336              ;;
9337            *)
9338              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9339              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9340              ;;
9341           esac
9342         fi
9343       else
9344         ld_shlibs=no
9345       fi
9346       ;;
9347
9348     os2*)
9349       hardcode_libdir_flag_spec='-L$libdir'
9350       hardcode_minus_L=yes
9351       allow_undefined_flag=unsupported
9352       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'
9353       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9354       ;;
9355
9356     osf3*)
9357       if test "$GCC" = yes; then
9358         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9359         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'
9360       else
9361         allow_undefined_flag=' -expect_unresolved \*'
9362         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'
9363       fi
9364       archive_cmds_need_lc='no'
9365       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9366       hardcode_libdir_separator=:
9367       ;;
9368
9369     osf4* | osf5*)      # as osf3* with the addition of -msym flag
9370       if test "$GCC" = yes; then
9371         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9372         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'
9373         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9374       else
9375         allow_undefined_flag=' -expect_unresolved \*'
9376         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'
9377         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~
9378         $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'
9379
9380         # Both c and cxx compiler support -rpath directly
9381         hardcode_libdir_flag_spec='-rpath $libdir'
9382       fi
9383       archive_cmds_need_lc='no'
9384       hardcode_libdir_separator=:
9385       ;;
9386
9387     solaris*)
9388       no_undefined_flag=' -z defs'
9389       if test "$GCC" = yes; then
9390         wlarc='${wl}'
9391         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9392         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9393           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9394       else
9395         case `$CC -V 2>&1` in
9396         *"Compilers 5.0"*)
9397           wlarc=''
9398           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9399           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9400           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9401           ;;
9402         *)
9403           wlarc='${wl}'
9404           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9405           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9406           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9407           ;;
9408         esac
9409       fi
9410       hardcode_libdir_flag_spec='-R$libdir'
9411       hardcode_shlibpath_var=no
9412       case $host_os in
9413       solaris2.[0-5] | solaris2.[0-5].*) ;;
9414       *)
9415         # The compiler driver will combine and reorder linker options,
9416         # but understands `-z linker_flag'.  GCC discards it without `$wl',
9417         # but is careful enough not to reorder.
9418         # Supported since Solaris 2.6 (maybe 2.5.1?)
9419         if test "$GCC" = yes; then
9420           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9421         else
9422           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9423         fi
9424         ;;
9425       esac
9426       link_all_deplibs=yes
9427       ;;
9428
9429     sunos4*)
9430       if test "x$host_vendor" = xsequent; then
9431         # Use $CC to link under sequent, because it throws in some extra .o
9432         # files that make .init and .fini sections work.
9433         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9434       else
9435         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9436       fi
9437       hardcode_libdir_flag_spec='-L$libdir'
9438       hardcode_direct=yes
9439       hardcode_minus_L=yes
9440       hardcode_shlibpath_var=no
9441       ;;
9442
9443     sysv4)
9444       case $host_vendor in
9445         sni)
9446           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9447           hardcode_direct=yes # is this really true???
9448         ;;
9449         siemens)
9450           ## LD is ld it makes a PLAMLIB
9451           ## CC just makes a GrossModule.
9452           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9453           reload_cmds='$CC -r -o $output$reload_objs'
9454           hardcode_direct=no
9455         ;;
9456         motorola)
9457           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9458           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9459         ;;
9460       esac
9461       runpath_var='LD_RUN_PATH'
9462       hardcode_shlibpath_var=no
9463       ;;
9464
9465     sysv4.3*)
9466       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9467       hardcode_shlibpath_var=no
9468       export_dynamic_flag_spec='-Bexport'
9469       ;;
9470
9471     sysv4*MP*)
9472       if test -d /usr/nec; then
9473         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9474         hardcode_shlibpath_var=no
9475         runpath_var=LD_RUN_PATH
9476         hardcode_runpath_var=yes
9477         ld_shlibs=yes
9478       fi
9479       ;;
9480
9481     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9482       no_undefined_flag='${wl}-z,text'
9483       archive_cmds_need_lc=no
9484       hardcode_shlibpath_var=no
9485       runpath_var='LD_RUN_PATH'
9486
9487       if test "$GCC" = yes; then
9488         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9489         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9490       else
9491         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9492         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9493       fi
9494       ;;
9495
9496     sysv5* | sco3.2v5* | sco5v6*)
9497       # Note: We can NOT use -z defs as we might desire, because we do not
9498       # link with -lc, and that would cause any symbols used from libc to
9499       # always be unresolved, which means just about no library would
9500       # ever link correctly.  If we're not using GNU ld we use -z text
9501       # though, which does catch some bad symbols but isn't as heavy-handed
9502       # as -z defs.
9503       no_undefined_flag='${wl}-z,text'
9504       allow_undefined_flag='${wl}-z,nodefs'
9505       archive_cmds_need_lc=no
9506       hardcode_shlibpath_var=no
9507       hardcode_libdir_flag_spec='${wl}-R,$libdir'
9508       hardcode_libdir_separator=':'
9509       link_all_deplibs=yes
9510       export_dynamic_flag_spec='${wl}-Bexport'
9511       runpath_var='LD_RUN_PATH'
9512
9513       if test "$GCC" = yes; then
9514         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9515         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9516       else
9517         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9518         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9519       fi
9520       ;;
9521
9522     uts4*)
9523       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9524       hardcode_libdir_flag_spec='-L$libdir'
9525       hardcode_shlibpath_var=no
9526       ;;
9527
9528     *)
9529       ld_shlibs=no
9530       ;;
9531     esac
9532
9533     if test x$host_vendor = xsni; then
9534       case $host in
9535       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9536         export_dynamic_flag_spec='${wl}-Blargedynsym'
9537         ;;
9538       esac
9539     fi
9540   fi
9541
9542 { $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
9543 $as_echo "$ld_shlibs" >&6; }
9544 test "$ld_shlibs" = no && can_build_shared=no
9545
9546 with_gnu_ld=$with_gnu_ld
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562 #
9563 # Do we need to explicitly link libc?
9564 #
9565 case "x$archive_cmds_need_lc" in
9566 x|xyes)
9567   # Assume -lc should be added
9568   archive_cmds_need_lc=yes
9569
9570   if test "$enable_shared" = yes && test "$GCC" = yes; then
9571     case $archive_cmds in
9572     *'~'*)
9573       # FIXME: we may have to deal with multi-command sequences.
9574       ;;
9575     '$CC '*)
9576       # Test whether the compiler implicitly links with -lc since on some
9577       # systems, -lgcc has to come before -lc. If gcc already passes -lc
9578       # to ld, don't add -lc before -lgcc.
9579       { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9580 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9581       $RM conftest*
9582       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9583
9584       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9585   (eval $ac_compile) 2>&5
9586   ac_status=$?
9587   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9588   (exit $ac_status); } 2>conftest.err; then
9589         soname=conftest
9590         lib=conftest
9591         libobjs=conftest.$ac_objext
9592         deplibs=
9593         wl=$lt_prog_compiler_wl
9594         pic_flag=$lt_prog_compiler_pic
9595         compiler_flags=-v
9596         linker_flags=-v
9597         verstring=
9598         output_objdir=.
9599         libname=conftest
9600         lt_save_allow_undefined_flag=$allow_undefined_flag
9601         allow_undefined_flag=
9602         if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
9603   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9604   ac_status=$?
9605   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9606   (exit $ac_status); }
9607         then
9608           archive_cmds_need_lc=no
9609         else
9610           archive_cmds_need_lc=yes
9611         fi
9612         allow_undefined_flag=$lt_save_allow_undefined_flag
9613       else
9614         cat conftest.err 1>&5
9615       fi
9616       $RM conftest*
9617       { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9618 $as_echo "$archive_cmds_need_lc" >&6; }
9619       ;;
9620     esac
9621   fi
9622   ;;
9623 esac
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
9775
9776
9777
9778
9779
9780
9781   { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9782 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9783
9784 if test "$GCC" = yes; then
9785   case $host_os in
9786     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9787     *) lt_awk_arg="/^libraries:/" ;;
9788   esac
9789   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9790   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9791     # if the path contains ";" then we assume it to be the separator
9792     # otherwise default to the standard path separator (i.e. ":") - it is
9793     # assumed that no part of a normal pathname contains ";" but that should
9794     # okay in the real world where ";" in dirpaths is itself problematic.
9795     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9796   else
9797     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9798   fi
9799   # Ok, now we have the path, separated by spaces, we can step through it
9800   # and add multilib dir if necessary.
9801   lt_tmp_lt_search_path_spec=
9802   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9803   for lt_sys_path in $lt_search_path_spec; do
9804     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9805       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9806     else
9807       test -d "$lt_sys_path" && \
9808         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9809     fi
9810   done
9811   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9812 BEGIN {RS=" "; FS="/|\n";} {
9813   lt_foo="";
9814   lt_count=0;
9815   for (lt_i = NF; lt_i > 0; lt_i--) {
9816     if ($lt_i != "" && $lt_i != ".") {
9817       if ($lt_i == "..") {
9818         lt_count++;
9819       } else {
9820         if (lt_count == 0) {
9821           lt_foo="/" $lt_i lt_foo;
9822         } else {
9823           lt_count--;
9824         }
9825       }
9826     }
9827   }
9828   if (lt_foo != "") { lt_freq[lt_foo]++; }
9829   if (lt_freq[lt_foo] == 1) { print lt_foo; }
9830 }'`
9831   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9832 else
9833   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9834 fi
9835 library_names_spec=
9836 libname_spec='lib$name'
9837 soname_spec=
9838 shrext_cmds=".so"
9839 postinstall_cmds=
9840 postuninstall_cmds=
9841 finish_cmds=
9842 finish_eval=
9843 shlibpath_var=
9844 shlibpath_overrides_runpath=unknown
9845 version_type=none
9846 dynamic_linker="$host_os ld.so"
9847 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9848 need_lib_prefix=unknown
9849 hardcode_into_libs=no
9850
9851 # when you set need_version to no, make sure it does not cause -set_version
9852 # flags to be left without arguments
9853 need_version=unknown
9854
9855 case $host_os in
9856 aix3*)
9857   version_type=linux
9858   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9859   shlibpath_var=LIBPATH
9860
9861   # AIX 3 has no versioning support, so we append a major version to the name.
9862   soname_spec='${libname}${release}${shared_ext}$major'
9863   ;;
9864
9865 aix[4-9]*)
9866   version_type=linux
9867   need_lib_prefix=no
9868   need_version=no
9869   hardcode_into_libs=yes
9870   if test "$host_cpu" = ia64; then
9871     # AIX 5 supports IA64
9872     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9873     shlibpath_var=LD_LIBRARY_PATH
9874   else
9875     # With GCC up to 2.95.x, collect2 would create an import file
9876     # for dependence libraries.  The import file would start with
9877     # the line `#! .'.  This would cause the generated library to
9878     # depend on `.', always an invalid library.  This was fixed in
9879     # development snapshots of GCC prior to 3.0.
9880     case $host_os in
9881       aix4 | aix4.[01] | aix4.[01].*)
9882       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9883            echo ' yes '
9884            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9885         :
9886       else
9887         can_build_shared=no
9888       fi
9889       ;;
9890     esac
9891     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9892     # soname into executable. Probably we can add versioning support to
9893     # collect2, so additional links can be useful in future.
9894     if test "$aix_use_runtimelinking" = yes; then
9895       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9896       # instead of lib<name>.a to let people know that these are not
9897       # typical AIX shared libraries.
9898       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9899     else
9900       # We preserve .a as extension for shared libraries through AIX4.2
9901       # and later when we are not doing run time linking.
9902       library_names_spec='${libname}${release}.a $libname.a'
9903       soname_spec='${libname}${release}${shared_ext}$major'
9904     fi
9905     shlibpath_var=LIBPATH
9906   fi
9907   ;;
9908
9909 amigaos*)
9910   case $host_cpu in
9911   powerpc)
9912     # Since July 2007 AmigaOS4 officially supports .so libraries.
9913     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9914     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9915     ;;
9916   m68k)
9917     library_names_spec='$libname.ixlibrary $libname.a'
9918     # Create ${libname}_ixlibrary.a entries in /sys/libs.
9919     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'
9920     ;;
9921   esac
9922   ;;
9923
9924 beos*)
9925   library_names_spec='${libname}${shared_ext}'
9926   dynamic_linker="$host_os ld.so"
9927   shlibpath_var=LIBRARY_PATH
9928   ;;
9929
9930 bsdi[45]*)
9931   version_type=linux
9932   need_version=no
9933   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9934   soname_spec='${libname}${release}${shared_ext}$major'
9935   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9936   shlibpath_var=LD_LIBRARY_PATH
9937   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9938   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9939   # the default ld.so.conf also contains /usr/contrib/lib and
9940   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9941   # libtool to hard-code these into programs
9942   ;;
9943
9944 cygwin* | mingw* | pw32* | cegcc*)
9945   version_type=windows
9946   shrext_cmds=".dll"
9947   need_version=no
9948   need_lib_prefix=no
9949
9950   case $GCC,$host_os in
9951   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9952     library_names_spec='$libname.dll.a'
9953     # DLL is installed to $(libdir)/../bin by postinstall_cmds
9954     postinstall_cmds='base_file=`basename \${file}`~
9955       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9956       dldir=$destdir/`dirname \$dlpath`~
9957       test -d \$dldir || mkdir -p \$dldir~
9958       $install_prog $dir/$dlname \$dldir/$dlname~
9959       chmod a+x \$dldir/$dlname~
9960       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9961         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9962       fi'
9963     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9964       dlpath=$dir/\$dldll~
9965        $RM \$dlpath'
9966     shlibpath_overrides_runpath=yes
9967
9968     case $host_os in
9969     cygwin*)
9970       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9971       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9972       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9973       ;;
9974     mingw* | cegcc*)
9975       # MinGW DLLs use traditional 'lib' prefix
9976       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9977       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9978       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9979         # It is most probably a Windows format PATH printed by
9980         # mingw gcc, but we are running on Cygwin. Gcc prints its search
9981         # path with ; separators, and with drive letters. We can handle the
9982         # drive letters (cygwin fileutils understands them), so leave them,
9983         # especially as we might pass files found there to a mingw objdump,
9984         # which wouldn't understand a cygwinified path. Ahh.
9985         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9986       else
9987         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9988       fi
9989       ;;
9990     pw32*)
9991       # pw32 DLLs use 'pw' prefix rather than 'lib'
9992       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9993       ;;
9994     esac
9995     ;;
9996
9997   *)
9998     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9999     ;;
10000   esac
10001   dynamic_linker='Win32 ld.exe'
10002   # FIXME: first we should search . and the directory the executable is in
10003   shlibpath_var=PATH
10004   ;;
10005
10006 darwin* | rhapsody*)
10007   dynamic_linker="$host_os dyld"
10008   version_type=darwin
10009   need_lib_prefix=no
10010   need_version=no
10011   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10012   soname_spec='${libname}${release}${major}$shared_ext'
10013   shlibpath_overrides_runpath=yes
10014   shlibpath_var=DYLD_LIBRARY_PATH
10015   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10016
10017   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10018   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10019   ;;
10020
10021 dgux*)
10022   version_type=linux
10023   need_lib_prefix=no
10024   need_version=no
10025   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10026   soname_spec='${libname}${release}${shared_ext}$major'
10027   shlibpath_var=LD_LIBRARY_PATH
10028   ;;
10029
10030 freebsd1*)
10031   dynamic_linker=no
10032   ;;
10033
10034 freebsd* | dragonfly*)
10035   # DragonFly does not have aout.  When/if they implement a new
10036   # versioning mechanism, adjust this.
10037   if test -x /usr/bin/objformat; then
10038     objformat=`/usr/bin/objformat`
10039   else
10040     case $host_os in
10041     freebsd[123]*) objformat=aout ;;
10042     *) objformat=elf ;;
10043     esac
10044   fi
10045   version_type=freebsd-$objformat
10046   case $version_type in
10047     freebsd-elf*)
10048       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10049       need_version=no
10050       need_lib_prefix=no
10051       ;;
10052     freebsd-*)
10053       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10054       need_version=yes
10055       ;;
10056   esac
10057   shlibpath_var=LD_LIBRARY_PATH
10058   case $host_os in
10059   freebsd2*)
10060     shlibpath_overrides_runpath=yes
10061     ;;
10062   freebsd3.[01]* | freebsdelf3.[01]*)
10063     shlibpath_overrides_runpath=yes
10064     hardcode_into_libs=yes
10065     ;;
10066   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10067   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10068     shlibpath_overrides_runpath=no
10069     hardcode_into_libs=yes
10070     ;;
10071   *) # from 4.6 on, and DragonFly
10072     shlibpath_overrides_runpath=yes
10073     hardcode_into_libs=yes
10074     ;;
10075   esac
10076   ;;
10077
10078 gnu*)
10079   version_type=linux
10080   need_lib_prefix=no
10081   need_version=no
10082   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10083   soname_spec='${libname}${release}${shared_ext}$major'
10084   shlibpath_var=LD_LIBRARY_PATH
10085   hardcode_into_libs=yes
10086   ;;
10087
10088 hpux9* | hpux10* | hpux11*)
10089   # Give a soname corresponding to the major version so that dld.sl refuses to
10090   # link against other versions.
10091   version_type=sunos
10092   need_lib_prefix=no
10093   need_version=no
10094   case $host_cpu in
10095   ia64*)
10096     shrext_cmds='.so'
10097     hardcode_into_libs=yes
10098     dynamic_linker="$host_os dld.so"
10099     shlibpath_var=LD_LIBRARY_PATH
10100     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10101     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10102     soname_spec='${libname}${release}${shared_ext}$major'
10103     if test "X$HPUX_IA64_MODE" = X32; then
10104       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10105     else
10106       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10107     fi
10108     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10109     ;;
10110   hppa*64*)
10111     shrext_cmds='.sl'
10112     hardcode_into_libs=yes
10113     dynamic_linker="$host_os dld.sl"
10114     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10115     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10116     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10117     soname_spec='${libname}${release}${shared_ext}$major'
10118     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10119     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10120     ;;
10121   *)
10122     shrext_cmds='.sl'
10123     dynamic_linker="$host_os dld.sl"
10124     shlibpath_var=SHLIB_PATH
10125     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10126     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10127     soname_spec='${libname}${release}${shared_ext}$major'
10128     ;;
10129   esac
10130   # HP-UX runs *really* slowly unless shared libraries are mode 555.
10131   postinstall_cmds='chmod 555 $lib'
10132   ;;
10133
10134 interix[3-9]*)
10135   version_type=linux
10136   need_lib_prefix=no
10137   need_version=no
10138   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10139   soname_spec='${libname}${release}${shared_ext}$major'
10140   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10141   shlibpath_var=LD_LIBRARY_PATH
10142   shlibpath_overrides_runpath=no
10143   hardcode_into_libs=yes
10144   ;;
10145
10146 irix5* | irix6* | nonstopux*)
10147   case $host_os in
10148     nonstopux*) version_type=nonstopux ;;
10149     *)
10150         if test "$lt_cv_prog_gnu_ld" = yes; then
10151                 version_type=linux
10152         else
10153                 version_type=irix
10154         fi ;;
10155   esac
10156   need_lib_prefix=no
10157   need_version=no
10158   soname_spec='${libname}${release}${shared_ext}$major'
10159   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10160   case $host_os in
10161   irix5* | nonstopux*)
10162     libsuff= shlibsuff=
10163     ;;
10164   *)
10165     case $LD in # libtool.m4 will add one of these switches to LD
10166     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10167       libsuff= shlibsuff= libmagic=32-bit;;
10168     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10169       libsuff=32 shlibsuff=N32 libmagic=N32;;
10170     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10171       libsuff=64 shlibsuff=64 libmagic=64-bit;;
10172     *) libsuff= shlibsuff= libmagic=never-match;;
10173     esac
10174     ;;
10175   esac
10176   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10177   shlibpath_overrides_runpath=no
10178   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10179   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10180   hardcode_into_libs=yes
10181   ;;
10182
10183 # No shared lib support for Linux oldld, aout, or coff.
10184 linux*oldld* | linux*aout* | linux*coff*)
10185   dynamic_linker=no
10186   ;;
10187
10188 # This must be Linux ELF.
10189 linux* | k*bsd*-gnu)
10190   version_type=linux
10191   need_lib_prefix=no
10192   need_version=no
10193   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10194   soname_spec='${libname}${release}${shared_ext}$major'
10195   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10196   shlibpath_var=LD_LIBRARY_PATH
10197   shlibpath_overrides_runpath=no
10198   # Some binutils ld are patched to set DT_RUNPATH
10199   save_LDFLAGS=$LDFLAGS
10200   save_libdir=$libdir
10201   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10202        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10203   cat >conftest.$ac_ext <<_ACEOF
10204 /* confdefs.h.  */
10205 _ACEOF
10206 cat confdefs.h >>conftest.$ac_ext
10207 cat >>conftest.$ac_ext <<_ACEOF
10208 /* end confdefs.h.  */
10209
10210 int
10211 main ()
10212 {
10213
10214   ;
10215   return 0;
10216 }
10217 _ACEOF
10218 rm -f conftest.$ac_objext conftest$ac_exeext
10219 if { (ac_try="$ac_link"
10220 case "(($ac_try" in
10221   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10222   *) ac_try_echo=$ac_try;;
10223 esac
10224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10225 $as_echo "$ac_try_echo") >&5
10226   (eval "$ac_link") 2>conftest.er1
10227   ac_status=$?
10228   grep -v '^ *+' conftest.er1 >conftest.err
10229   rm -f conftest.er1
10230   cat conftest.err >&5
10231   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10232   (exit $ac_status); } && {
10233          test -z "$ac_c_werror_flag" ||
10234          test ! -s conftest.err
10235        } && test -s conftest$ac_exeext && {
10236          test "$cross_compiling" = yes ||
10237          $as_test_x conftest$ac_exeext
10238        }; then
10239   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
10240   shlibpath_overrides_runpath=yes
10241 fi
10242
10243 else
10244   $as_echo "$as_me: failed program was:" >&5
10245 sed 's/^/| /' conftest.$ac_ext >&5
10246
10247
10248 fi
10249
10250 rm -rf conftest.dSYM
10251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10252       conftest$ac_exeext conftest.$ac_ext
10253   LDFLAGS=$save_LDFLAGS
10254   libdir=$save_libdir
10255
10256   # This implies no fast_install, which is unacceptable.
10257   # Some rework will be needed to allow for fast_install
10258   # before this can be enabled.
10259   hardcode_into_libs=yes
10260
10261   # Add ABI-specific directories to the system library path.
10262   sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
10263
10264   # Append ld.so.conf contents to the search path
10265   if test -f /etc/ld.so.conf; then
10266     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' ' '`
10267     sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
10268   fi
10269
10270   # We used to test for /lib/ld.so.1 and disable shared libraries on
10271   # powerpc, because MkLinux only supported shared libraries with the
10272   # GNU dynamic linker.  Since this was broken with cross compilers,
10273   # most powerpc-linux boxes support dynamic linking these days and
10274   # people can always --disable-shared, the test was removed, and we
10275   # assume the GNU/Linux dynamic linker is in use.
10276   dynamic_linker='GNU/Linux ld.so'
10277   ;;
10278
10279 netbsd*)
10280   version_type=sunos
10281   need_lib_prefix=no
10282   need_version=no
10283   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10284     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10285     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10286     dynamic_linker='NetBSD (a.out) ld.so'
10287   else
10288     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10289     soname_spec='${libname}${release}${shared_ext}$major'
10290     dynamic_linker='NetBSD ld.elf_so'
10291   fi
10292   shlibpath_var=LD_LIBRARY_PATH
10293   shlibpath_overrides_runpath=yes
10294   hardcode_into_libs=yes
10295   ;;
10296
10297 newsos6)
10298   version_type=linux
10299   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10300   shlibpath_var=LD_LIBRARY_PATH
10301   shlibpath_overrides_runpath=yes
10302   ;;
10303
10304 *nto* | *qnx*)
10305   version_type=qnx
10306   need_lib_prefix=no
10307   need_version=no
10308   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10309   soname_spec='${libname}${release}${shared_ext}$major'
10310   shlibpath_var=LD_LIBRARY_PATH
10311   shlibpath_overrides_runpath=no
10312   hardcode_into_libs=yes
10313   dynamic_linker='ldqnx.so'
10314   ;;
10315
10316 openbsd*)
10317   version_type=sunos
10318   sys_lib_dlsearch_path_spec="/usr/lib"
10319   need_lib_prefix=no
10320   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10321   case $host_os in
10322     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
10323     *)                          need_version=no  ;;
10324   esac
10325   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10326   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10327   shlibpath_var=LD_LIBRARY_PATH
10328   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10329     case $host_os in
10330       openbsd2.[89] | openbsd2.[89].*)
10331         shlibpath_overrides_runpath=no
10332         ;;
10333       *)
10334         shlibpath_overrides_runpath=yes
10335         ;;
10336       esac
10337   else
10338     shlibpath_overrides_runpath=yes
10339   fi
10340   ;;
10341
10342 os2*)
10343   libname_spec='$name'
10344   shrext_cmds=".dll"
10345   need_lib_prefix=no
10346   library_names_spec='$libname${shared_ext} $libname.a'
10347   dynamic_linker='OS/2 ld.exe'
10348   shlibpath_var=LIBPATH
10349   ;;
10350
10351 osf3* | osf4* | osf5*)
10352   version_type=osf
10353   need_lib_prefix=no
10354   need_version=no
10355   soname_spec='${libname}${release}${shared_ext}$major'
10356   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10357   shlibpath_var=LD_LIBRARY_PATH
10358   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10359   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10360   ;;
10361
10362 rdos*)
10363   dynamic_linker=no
10364   ;;
10365
10366 solaris*)
10367   version_type=linux
10368   need_lib_prefix=no
10369   need_version=no
10370   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10371   soname_spec='${libname}${release}${shared_ext}$major'
10372   shlibpath_var=LD_LIBRARY_PATH
10373   shlibpath_overrides_runpath=yes
10374   hardcode_into_libs=yes
10375   # ldd complains unless libraries are executable
10376   postinstall_cmds='chmod +x $lib'
10377   ;;
10378
10379 sunos4*)
10380   version_type=sunos
10381   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10382   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10383   shlibpath_var=LD_LIBRARY_PATH
10384   shlibpath_overrides_runpath=yes
10385   if test "$with_gnu_ld" = yes; then
10386     need_lib_prefix=no
10387   fi
10388   need_version=yes
10389   ;;
10390
10391 sysv4 | sysv4.3*)
10392   version_type=linux
10393   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10394   soname_spec='${libname}${release}${shared_ext}$major'
10395   shlibpath_var=LD_LIBRARY_PATH
10396   case $host_vendor in
10397     sni)
10398       shlibpath_overrides_runpath=no
10399       need_lib_prefix=no
10400       runpath_var=LD_RUN_PATH
10401       ;;
10402     siemens)
10403       need_lib_prefix=no
10404       ;;
10405     motorola)
10406       need_lib_prefix=no
10407       need_version=no
10408       shlibpath_overrides_runpath=no
10409       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10410       ;;
10411   esac
10412   ;;
10413
10414 sysv4*MP*)
10415   if test -d /usr/nec ;then
10416     version_type=linux
10417     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10418     soname_spec='$libname${shared_ext}.$major'
10419     shlibpath_var=LD_LIBRARY_PATH
10420   fi
10421   ;;
10422
10423 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10424   version_type=freebsd-elf
10425   need_lib_prefix=no
10426   need_version=no
10427   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10428   soname_spec='${libname}${release}${shared_ext}$major'
10429   shlibpath_var=LD_LIBRARY_PATH
10430   shlibpath_overrides_runpath=yes
10431   hardcode_into_libs=yes
10432   if test "$with_gnu_ld" = yes; then
10433     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10434   else
10435     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10436     case $host_os in
10437       sco3.2v5*)
10438         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10439         ;;
10440     esac
10441   fi
10442   sys_lib_dlsearch_path_spec='/usr/lib'
10443   ;;
10444
10445 tpf*)
10446   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
10447   version_type=linux
10448   need_lib_prefix=no
10449   need_version=no
10450   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10451   shlibpath_var=LD_LIBRARY_PATH
10452   shlibpath_overrides_runpath=no
10453   hardcode_into_libs=yes
10454   ;;
10455
10456 uts4*)
10457   version_type=linux
10458   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10459   soname_spec='${libname}${release}${shared_ext}$major'
10460   shlibpath_var=LD_LIBRARY_PATH
10461   ;;
10462
10463 *)
10464   dynamic_linker=no
10465   ;;
10466 esac
10467 { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
10468 $as_echo "$dynamic_linker" >&6; }
10469 test "$dynamic_linker" = no && can_build_shared=no
10470
10471 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10472 if test "$GCC" = yes; then
10473   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10474 fi
10475
10476 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10477   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10478 fi
10479 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10480   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10481 fi
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
10563
10564
10565
10566
10567
10568
10569   { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
10570 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10571 hardcode_action=
10572 if test -n "$hardcode_libdir_flag_spec" ||
10573    test -n "$runpath_var" ||
10574    test "X$hardcode_automatic" = "Xyes" ; then
10575
10576   # We can hardcode non-existent directories.
10577   if test "$hardcode_direct" != no &&
10578      # If the only mechanism to avoid hardcoding is shlibpath_var, we
10579      # have to relink, otherwise we might link with an installed library
10580      # when we should be linking with a yet-to-be-installed one
10581      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10582      test "$hardcode_minus_L" != no; then
10583     # Linking always hardcodes the temporary library directory.
10584     hardcode_action=relink
10585   else
10586     # We can link without hardcoding, and we can hardcode nonexisting dirs.
10587     hardcode_action=immediate
10588   fi
10589 else
10590   # We cannot hardcode anything, or else we can only hardcode existing
10591   # directories.
10592   hardcode_action=unsupported
10593 fi
10594 { $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
10595 $as_echo "$hardcode_action" >&6; }
10596
10597 if test "$hardcode_action" = relink ||
10598    test "$inherit_rpath" = yes; then
10599   # Fast installation is not supported
10600   enable_fast_install=no
10601 elif test "$shlibpath_overrides_runpath" = yes ||
10602      test "$enable_shared" = no; then
10603   # Fast installation is not necessary
10604   enable_fast_install=needless
10605 fi
10606
10607
10608
10609
10610
10611
10612   if test "x$enable_dlopen" != xyes; then
10613   enable_dlopen=unknown
10614   enable_dlopen_self=unknown
10615   enable_dlopen_self_static=unknown
10616 else
10617   lt_cv_dlopen=no
10618   lt_cv_dlopen_libs=
10619
10620   case $host_os in
10621   beos*)
10622     lt_cv_dlopen="load_add_on"
10623     lt_cv_dlopen_libs=
10624     lt_cv_dlopen_self=yes
10625     ;;
10626
10627   mingw* | pw32* | cegcc*)
10628     lt_cv_dlopen="LoadLibrary"
10629     lt_cv_dlopen_libs=
10630     ;;
10631
10632   cygwin*)
10633     lt_cv_dlopen="dlopen"
10634     lt_cv_dlopen_libs=
10635     ;;
10636
10637   darwin*)
10638   # if libdl is installed we need to link against it
10639     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10640 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10641 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10642   $as_echo_n "(cached) " >&6
10643 else
10644   ac_check_lib_save_LIBS=$LIBS
10645 LIBS="-ldl  $LIBS"
10646 cat >conftest.$ac_ext <<_ACEOF
10647 /* confdefs.h.  */
10648 _ACEOF
10649 cat confdefs.h >>conftest.$ac_ext
10650 cat >>conftest.$ac_ext <<_ACEOF
10651 /* end confdefs.h.  */
10652
10653 /* Override any GCC internal prototype to avoid an error.
10654    Use char because int might match the return type of a GCC
10655    builtin and then its argument prototype would still apply.  */
10656 #ifdef __cplusplus
10657 extern "C"
10658 #endif
10659 char dlopen ();
10660 int
10661 main ()
10662 {
10663 return dlopen ();
10664   ;
10665   return 0;
10666 }
10667 _ACEOF
10668 rm -f conftest.$ac_objext conftest$ac_exeext
10669 if { (ac_try="$ac_link"
10670 case "(($ac_try" in
10671   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10672   *) ac_try_echo=$ac_try;;
10673 esac
10674 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10675 $as_echo "$ac_try_echo") >&5
10676   (eval "$ac_link") 2>conftest.er1
10677   ac_status=$?
10678   grep -v '^ *+' conftest.er1 >conftest.err
10679   rm -f conftest.er1
10680   cat conftest.err >&5
10681   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10682   (exit $ac_status); } && {
10683          test -z "$ac_c_werror_flag" ||
10684          test ! -s conftest.err
10685        } && test -s conftest$ac_exeext && {
10686          test "$cross_compiling" = yes ||
10687          $as_test_x conftest$ac_exeext
10688        }; then
10689   ac_cv_lib_dl_dlopen=yes
10690 else
10691   $as_echo "$as_me: failed program was:" >&5
10692 sed 's/^/| /' conftest.$ac_ext >&5
10693
10694         ac_cv_lib_dl_dlopen=no
10695 fi
10696
10697 rm -rf conftest.dSYM
10698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10699       conftest$ac_exeext conftest.$ac_ext
10700 LIBS=$ac_check_lib_save_LIBS
10701 fi
10702 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10703 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10704 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
10705   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10706 else
10707
10708     lt_cv_dlopen="dyld"
10709     lt_cv_dlopen_libs=
10710     lt_cv_dlopen_self=yes
10711
10712 fi
10713
10714     ;;
10715
10716   *)
10717     { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
10718 $as_echo_n "checking for shl_load... " >&6; }
10719 if test "${ac_cv_func_shl_load+set}" = set; then
10720   $as_echo_n "(cached) " >&6
10721 else
10722   cat >conftest.$ac_ext <<_ACEOF
10723 /* confdefs.h.  */
10724 _ACEOF
10725 cat confdefs.h >>conftest.$ac_ext
10726 cat >>conftest.$ac_ext <<_ACEOF
10727 /* end confdefs.h.  */
10728 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
10729    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10730 #define shl_load innocuous_shl_load
10731
10732 /* System header to define __stub macros and hopefully few prototypes,
10733     which can conflict with char shl_load (); below.
10734     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10735     <limits.h> exists even on freestanding compilers.  */
10736
10737 #ifdef __STDC__
10738 # include <limits.h>
10739 #else
10740 # include <assert.h>
10741 #endif
10742
10743 #undef shl_load
10744
10745 /* Override any GCC internal prototype to avoid an error.
10746    Use char because int might match the return type of a GCC
10747    builtin and then its argument prototype would still apply.  */
10748 #ifdef __cplusplus
10749 extern "C"
10750 #endif
10751 char shl_load ();
10752 /* The GNU C library defines this for functions which it implements
10753     to always fail with ENOSYS.  Some functions are actually named
10754     something starting with __ and the normal name is an alias.  */
10755 #if defined __stub_shl_load || defined __stub___shl_load
10756 choke me
10757 #endif
10758
10759 int
10760 main ()
10761 {
10762 return shl_load ();
10763   ;
10764   return 0;
10765 }
10766 _ACEOF
10767 rm -f conftest.$ac_objext conftest$ac_exeext
10768 if { (ac_try="$ac_link"
10769 case "(($ac_try" in
10770   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10771   *) ac_try_echo=$ac_try;;
10772 esac
10773 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10774 $as_echo "$ac_try_echo") >&5
10775   (eval "$ac_link") 2>conftest.er1
10776   ac_status=$?
10777   grep -v '^ *+' conftest.er1 >conftest.err
10778   rm -f conftest.er1
10779   cat conftest.err >&5
10780   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10781   (exit $ac_status); } && {
10782          test -z "$ac_c_werror_flag" ||
10783          test ! -s conftest.err
10784        } && test -s conftest$ac_exeext && {
10785          test "$cross_compiling" = yes ||
10786          $as_test_x conftest$ac_exeext
10787        }; then
10788   ac_cv_func_shl_load=yes
10789 else
10790   $as_echo "$as_me: failed program was:" >&5
10791 sed 's/^/| /' conftest.$ac_ext >&5
10792
10793         ac_cv_func_shl_load=no
10794 fi
10795
10796 rm -rf conftest.dSYM
10797 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10798       conftest$ac_exeext conftest.$ac_ext
10799 fi
10800 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10801 $as_echo "$ac_cv_func_shl_load" >&6; }
10802 if test "x$ac_cv_func_shl_load" = x""yes; then
10803   lt_cv_dlopen="shl_load"
10804 else
10805   { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10806 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10807 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10808   $as_echo_n "(cached) " >&6
10809 else
10810   ac_check_lib_save_LIBS=$LIBS
10811 LIBS="-ldld  $LIBS"
10812 cat >conftest.$ac_ext <<_ACEOF
10813 /* confdefs.h.  */
10814 _ACEOF
10815 cat confdefs.h >>conftest.$ac_ext
10816 cat >>conftest.$ac_ext <<_ACEOF
10817 /* end confdefs.h.  */
10818
10819 /* Override any GCC internal prototype to avoid an error.
10820    Use char because int might match the return type of a GCC
10821    builtin and then its argument prototype would still apply.  */
10822 #ifdef __cplusplus
10823 extern "C"
10824 #endif
10825 char shl_load ();
10826 int
10827 main ()
10828 {
10829 return shl_load ();
10830   ;
10831   return 0;
10832 }
10833 _ACEOF
10834 rm -f conftest.$ac_objext conftest$ac_exeext
10835 if { (ac_try="$ac_link"
10836 case "(($ac_try" in
10837   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10838   *) ac_try_echo=$ac_try;;
10839 esac
10840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10841 $as_echo "$ac_try_echo") >&5
10842   (eval "$ac_link") 2>conftest.er1
10843   ac_status=$?
10844   grep -v '^ *+' conftest.er1 >conftest.err
10845   rm -f conftest.er1
10846   cat conftest.err >&5
10847   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10848   (exit $ac_status); } && {
10849          test -z "$ac_c_werror_flag" ||
10850          test ! -s conftest.err
10851        } && test -s conftest$ac_exeext && {
10852          test "$cross_compiling" = yes ||
10853          $as_test_x conftest$ac_exeext
10854        }; then
10855   ac_cv_lib_dld_shl_load=yes
10856 else
10857   $as_echo "$as_me: failed program was:" >&5
10858 sed 's/^/| /' conftest.$ac_ext >&5
10859
10860         ac_cv_lib_dld_shl_load=no
10861 fi
10862
10863 rm -rf conftest.dSYM
10864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10865       conftest$ac_exeext conftest.$ac_ext
10866 LIBS=$ac_check_lib_save_LIBS
10867 fi
10868 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10869 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10870 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
10871   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10872 else
10873   { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
10874 $as_echo_n "checking for dlopen... " >&6; }
10875 if test "${ac_cv_func_dlopen+set}" = set; then
10876   $as_echo_n "(cached) " >&6
10877 else
10878   cat >conftest.$ac_ext <<_ACEOF
10879 /* confdefs.h.  */
10880 _ACEOF
10881 cat confdefs.h >>conftest.$ac_ext
10882 cat >>conftest.$ac_ext <<_ACEOF
10883 /* end confdefs.h.  */
10884 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10885    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10886 #define dlopen innocuous_dlopen
10887
10888 /* System header to define __stub macros and hopefully few prototypes,
10889     which can conflict with char dlopen (); below.
10890     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10891     <limits.h> exists even on freestanding compilers.  */
10892
10893 #ifdef __STDC__
10894 # include <limits.h>
10895 #else
10896 # include <assert.h>
10897 #endif
10898
10899 #undef dlopen
10900
10901 /* Override any GCC internal prototype to avoid an error.
10902    Use char because int might match the return type of a GCC
10903    builtin and then its argument prototype would still apply.  */
10904 #ifdef __cplusplus
10905 extern "C"
10906 #endif
10907 char dlopen ();
10908 /* The GNU C library defines this for functions which it implements
10909     to always fail with ENOSYS.  Some functions are actually named
10910     something starting with __ and the normal name is an alias.  */
10911 #if defined __stub_dlopen || defined __stub___dlopen
10912 choke me
10913 #endif
10914
10915 int
10916 main ()
10917 {
10918 return dlopen ();
10919   ;
10920   return 0;
10921 }
10922 _ACEOF
10923 rm -f conftest.$ac_objext conftest$ac_exeext
10924 if { (ac_try="$ac_link"
10925 case "(($ac_try" in
10926   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10927   *) ac_try_echo=$ac_try;;
10928 esac
10929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10930 $as_echo "$ac_try_echo") >&5
10931   (eval "$ac_link") 2>conftest.er1
10932   ac_status=$?
10933   grep -v '^ *+' conftest.er1 >conftest.err
10934   rm -f conftest.er1
10935   cat conftest.err >&5
10936   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10937   (exit $ac_status); } && {
10938          test -z "$ac_c_werror_flag" ||
10939          test ! -s conftest.err
10940        } && test -s conftest$ac_exeext && {
10941          test "$cross_compiling" = yes ||
10942          $as_test_x conftest$ac_exeext
10943        }; then
10944   ac_cv_func_dlopen=yes
10945 else
10946   $as_echo "$as_me: failed program was:" >&5
10947 sed 's/^/| /' conftest.$ac_ext >&5
10948
10949         ac_cv_func_dlopen=no
10950 fi
10951
10952 rm -rf conftest.dSYM
10953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10954       conftest$ac_exeext conftest.$ac_ext
10955 fi
10956 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10957 $as_echo "$ac_cv_func_dlopen" >&6; }
10958 if test "x$ac_cv_func_dlopen" = x""yes; then
10959   lt_cv_dlopen="dlopen"
10960 else
10961   { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10962 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10963 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10964   $as_echo_n "(cached) " >&6
10965 else
10966   ac_check_lib_save_LIBS=$LIBS
10967 LIBS="-ldl  $LIBS"
10968 cat >conftest.$ac_ext <<_ACEOF
10969 /* confdefs.h.  */
10970 _ACEOF
10971 cat confdefs.h >>conftest.$ac_ext
10972 cat >>conftest.$ac_ext <<_ACEOF
10973 /* end confdefs.h.  */
10974
10975 /* Override any GCC internal prototype to avoid an error.
10976    Use char because int might match the return type of a GCC
10977    builtin and then its argument prototype would still apply.  */
10978 #ifdef __cplusplus
10979 extern "C"
10980 #endif
10981 char dlopen ();
10982 int
10983 main ()
10984 {
10985 return dlopen ();
10986   ;
10987   return 0;
10988 }
10989 _ACEOF
10990 rm -f conftest.$ac_objext conftest$ac_exeext
10991 if { (ac_try="$ac_link"
10992 case "(($ac_try" in
10993   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10994   *) ac_try_echo=$ac_try;;
10995 esac
10996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10997 $as_echo "$ac_try_echo") >&5
10998   (eval "$ac_link") 2>conftest.er1
10999   ac_status=$?
11000   grep -v '^ *+' conftest.er1 >conftest.err
11001   rm -f conftest.er1
11002   cat conftest.err >&5
11003   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11004   (exit $ac_status); } && {
11005          test -z "$ac_c_werror_flag" ||
11006          test ! -s conftest.err
11007        } && test -s conftest$ac_exeext && {
11008          test "$cross_compiling" = yes ||
11009          $as_test_x conftest$ac_exeext
11010        }; then
11011   ac_cv_lib_dl_dlopen=yes
11012 else
11013   $as_echo "$as_me: failed program was:" >&5
11014 sed 's/^/| /' conftest.$ac_ext >&5
11015
11016         ac_cv_lib_dl_dlopen=no
11017 fi
11018
11019 rm -rf conftest.dSYM
11020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11021       conftest$ac_exeext conftest.$ac_ext
11022 LIBS=$ac_check_lib_save_LIBS
11023 fi
11024 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
11025 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11026 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
11027   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11028 else
11029   { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
11030 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11031 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
11032   $as_echo_n "(cached) " >&6
11033 else
11034   ac_check_lib_save_LIBS=$LIBS
11035 LIBS="-lsvld  $LIBS"
11036 cat >conftest.$ac_ext <<_ACEOF
11037 /* confdefs.h.  */
11038 _ACEOF
11039 cat confdefs.h >>conftest.$ac_ext
11040 cat >>conftest.$ac_ext <<_ACEOF
11041 /* end confdefs.h.  */
11042
11043 /* Override any GCC internal prototype to avoid an error.
11044    Use char because int might match the return type of a GCC
11045    builtin and then its argument prototype would still apply.  */
11046 #ifdef __cplusplus
11047 extern "C"
11048 #endif
11049 char dlopen ();
11050 int
11051 main ()
11052 {
11053 return dlopen ();
11054   ;
11055   return 0;
11056 }
11057 _ACEOF
11058 rm -f conftest.$ac_objext conftest$ac_exeext
11059 if { (ac_try="$ac_link"
11060 case "(($ac_try" in
11061   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11062   *) ac_try_echo=$ac_try;;
11063 esac
11064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11065 $as_echo "$ac_try_echo") >&5
11066   (eval "$ac_link") 2>conftest.er1
11067   ac_status=$?
11068   grep -v '^ *+' conftest.er1 >conftest.err
11069   rm -f conftest.er1
11070   cat conftest.err >&5
11071   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11072   (exit $ac_status); } && {
11073          test -z "$ac_c_werror_flag" ||
11074          test ! -s conftest.err
11075        } && test -s conftest$ac_exeext && {
11076          test "$cross_compiling" = yes ||
11077          $as_test_x conftest$ac_exeext
11078        }; then
11079   ac_cv_lib_svld_dlopen=yes
11080 else
11081   $as_echo "$as_me: failed program was:" >&5
11082 sed 's/^/| /' conftest.$ac_ext >&5
11083
11084         ac_cv_lib_svld_dlopen=no
11085 fi
11086
11087 rm -rf conftest.dSYM
11088 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11089       conftest$ac_exeext conftest.$ac_ext
11090 LIBS=$ac_check_lib_save_LIBS
11091 fi
11092 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
11093 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11094 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
11095   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11096 else
11097   { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
11098 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11099 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
11100   $as_echo_n "(cached) " >&6
11101 else
11102   ac_check_lib_save_LIBS=$LIBS
11103 LIBS="-ldld  $LIBS"
11104 cat >conftest.$ac_ext <<_ACEOF
11105 /* confdefs.h.  */
11106 _ACEOF
11107 cat confdefs.h >>conftest.$ac_ext
11108 cat >>conftest.$ac_ext <<_ACEOF
11109 /* end confdefs.h.  */
11110
11111 /* Override any GCC internal prototype to avoid an error.
11112    Use char because int might match the return type of a GCC
11113    builtin and then its argument prototype would still apply.  */
11114 #ifdef __cplusplus
11115 extern "C"
11116 #endif
11117 char dld_link ();
11118 int
11119 main ()
11120 {
11121 return dld_link ();
11122   ;
11123   return 0;
11124 }
11125 _ACEOF
11126 rm -f conftest.$ac_objext conftest$ac_exeext
11127 if { (ac_try="$ac_link"
11128 case "(($ac_try" in
11129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11130   *) ac_try_echo=$ac_try;;
11131 esac
11132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11133 $as_echo "$ac_try_echo") >&5
11134   (eval "$ac_link") 2>conftest.er1
11135   ac_status=$?
11136   grep -v '^ *+' conftest.er1 >conftest.err
11137   rm -f conftest.er1
11138   cat conftest.err >&5
11139   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11140   (exit $ac_status); } && {
11141          test -z "$ac_c_werror_flag" ||
11142          test ! -s conftest.err
11143        } && test -s conftest$ac_exeext && {
11144          test "$cross_compiling" = yes ||
11145          $as_test_x conftest$ac_exeext
11146        }; then
11147   ac_cv_lib_dld_dld_link=yes
11148 else
11149   $as_echo "$as_me: failed program was:" >&5
11150 sed 's/^/| /' conftest.$ac_ext >&5
11151
11152         ac_cv_lib_dld_dld_link=no
11153 fi
11154
11155 rm -rf conftest.dSYM
11156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11157       conftest$ac_exeext conftest.$ac_ext
11158 LIBS=$ac_check_lib_save_LIBS
11159 fi
11160 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
11161 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11162 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
11163   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11164 fi
11165
11166
11167 fi
11168
11169
11170 fi
11171
11172
11173 fi
11174
11175
11176 fi
11177
11178
11179 fi
11180
11181     ;;
11182   esac
11183
11184   if test "x$lt_cv_dlopen" != xno; then
11185     enable_dlopen=yes
11186   else
11187     enable_dlopen=no
11188   fi
11189
11190   case $lt_cv_dlopen in
11191   dlopen)
11192     save_CPPFLAGS="$CPPFLAGS"
11193     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11194
11195     save_LDFLAGS="$LDFLAGS"
11196     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11197
11198     save_LIBS="$LIBS"
11199     LIBS="$lt_cv_dlopen_libs $LIBS"
11200
11201     { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
11202 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11203 if test "${lt_cv_dlopen_self+set}" = set; then
11204   $as_echo_n "(cached) " >&6
11205 else
11206           if test "$cross_compiling" = yes; then :
11207   lt_cv_dlopen_self=cross
11208 else
11209   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11210   lt_status=$lt_dlunknown
11211   cat > conftest.$ac_ext <<_LT_EOF
11212 #line 11212 "configure"
11213 #include "confdefs.h"
11214
11215 #if HAVE_DLFCN_H
11216 #include <dlfcn.h>
11217 #endif
11218
11219 #include <stdio.h>
11220
11221 #ifdef RTLD_GLOBAL
11222 #  define LT_DLGLOBAL           RTLD_GLOBAL
11223 #else
11224 #  ifdef DL_GLOBAL
11225 #    define LT_DLGLOBAL         DL_GLOBAL
11226 #  else
11227 #    define LT_DLGLOBAL         0
11228 #  endif
11229 #endif
11230
11231 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11232    find out it does not work in some platform. */
11233 #ifndef LT_DLLAZY_OR_NOW
11234 #  ifdef RTLD_LAZY
11235 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11236 #  else
11237 #    ifdef DL_LAZY
11238 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11239 #    else
11240 #      ifdef RTLD_NOW
11241 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11242 #      else
11243 #        ifdef DL_NOW
11244 #          define LT_DLLAZY_OR_NOW      DL_NOW
11245 #        else
11246 #          define LT_DLLAZY_OR_NOW      0
11247 #        endif
11248 #      endif
11249 #    endif
11250 #  endif
11251 #endif
11252
11253 void fnord() { int i=42;}
11254 int main ()
11255 {
11256   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11257   int status = $lt_dlunknown;
11258
11259   if (self)
11260     {
11261       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11262       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11263       /* dlclose (self); */
11264     }
11265   else
11266     puts (dlerror ());
11267
11268   return status;
11269 }
11270 _LT_EOF
11271   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11272   (eval $ac_link) 2>&5
11273   ac_status=$?
11274   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11275   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11276     (./conftest; exit; ) >&5 2>/dev/null
11277     lt_status=$?
11278     case x$lt_status in
11279       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11280       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11281       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11282     esac
11283   else :
11284     # compilation failed
11285     lt_cv_dlopen_self=no
11286   fi
11287 fi
11288 rm -fr conftest*
11289
11290
11291 fi
11292 { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
11293 $as_echo "$lt_cv_dlopen_self" >&6; }
11294
11295     if test "x$lt_cv_dlopen_self" = xyes; then
11296       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11297       { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
11298 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11299 if test "${lt_cv_dlopen_self_static+set}" = set; then
11300   $as_echo_n "(cached) " >&6
11301 else
11302           if test "$cross_compiling" = yes; then :
11303   lt_cv_dlopen_self_static=cross
11304 else
11305   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11306   lt_status=$lt_dlunknown
11307   cat > conftest.$ac_ext <<_LT_EOF
11308 #line 11308 "configure"
11309 #include "confdefs.h"
11310
11311 #if HAVE_DLFCN_H
11312 #include <dlfcn.h>
11313 #endif
11314
11315 #include <stdio.h>
11316
11317 #ifdef RTLD_GLOBAL
11318 #  define LT_DLGLOBAL           RTLD_GLOBAL
11319 #else
11320 #  ifdef DL_GLOBAL
11321 #    define LT_DLGLOBAL         DL_GLOBAL
11322 #  else
11323 #    define LT_DLGLOBAL         0
11324 #  endif
11325 #endif
11326
11327 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11328    find out it does not work in some platform. */
11329 #ifndef LT_DLLAZY_OR_NOW
11330 #  ifdef RTLD_LAZY
11331 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11332 #  else
11333 #    ifdef DL_LAZY
11334 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11335 #    else
11336 #      ifdef RTLD_NOW
11337 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11338 #      else
11339 #        ifdef DL_NOW
11340 #          define LT_DLLAZY_OR_NOW      DL_NOW
11341 #        else
11342 #          define LT_DLLAZY_OR_NOW      0
11343 #        endif
11344 #      endif
11345 #    endif
11346 #  endif
11347 #endif
11348
11349 void fnord() { int i=42;}
11350 int main ()
11351 {
11352   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11353   int status = $lt_dlunknown;
11354
11355   if (self)
11356     {
11357       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11358       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11359       /* dlclose (self); */
11360     }
11361   else
11362     puts (dlerror ());
11363
11364   return status;
11365 }
11366 _LT_EOF
11367   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11368   (eval $ac_link) 2>&5
11369   ac_status=$?
11370   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11371   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11372     (./conftest; exit; ) >&5 2>/dev/null
11373     lt_status=$?
11374     case x$lt_status in
11375       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11376       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11377       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11378     esac
11379   else :
11380     # compilation failed
11381     lt_cv_dlopen_self_static=no
11382   fi
11383 fi
11384 rm -fr conftest*
11385
11386
11387 fi
11388 { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
11389 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11390     fi
11391
11392     CPPFLAGS="$save_CPPFLAGS"
11393     LDFLAGS="$save_LDFLAGS"
11394     LIBS="$save_LIBS"
11395     ;;
11396   esac
11397
11398   case $lt_cv_dlopen_self in
11399   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11400   *) enable_dlopen_self=unknown ;;
11401   esac
11402
11403   case $lt_cv_dlopen_self_static in
11404   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11405   *) enable_dlopen_self_static=unknown ;;
11406   esac
11407 fi
11408
11409
11410
11411
11412
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422
11423
11424
11425 striplib=
11426 old_striplib=
11427 { $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
11428 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11429 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11430   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11431   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11432   { $as_echo "$as_me:$LINENO: result: yes" >&5
11433 $as_echo "yes" >&6; }
11434 else
11435 # FIXME - insert some real tests, host_os isn't really good enough
11436   case $host_os in
11437   darwin*)
11438     if test -n "$STRIP" ; then
11439       striplib="$STRIP -x"
11440       old_striplib="$STRIP -S"
11441       { $as_echo "$as_me:$LINENO: result: yes" >&5
11442 $as_echo "yes" >&6; }
11443     else
11444       { $as_echo "$as_me:$LINENO: result: no" >&5
11445 $as_echo "no" >&6; }
11446     fi
11447     ;;
11448   *)
11449     { $as_echo "$as_me:$LINENO: result: no" >&5
11450 $as_echo "no" >&6; }
11451     ;;
11452   esac
11453 fi
11454
11455
11456
11457
11458
11459
11460
11461
11462
11463
11464
11465
11466   # Report which library types will actually be built
11467   { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
11468 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11469   { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
11470 $as_echo "$can_build_shared" >&6; }
11471
11472   { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
11473 $as_echo_n "checking whether to build shared libraries... " >&6; }
11474   test "$can_build_shared" = "no" && enable_shared=no
11475
11476   # On AIX, shared libraries and static libraries use the same namespace, and
11477   # are all built from PIC.
11478   case $host_os in
11479   aix3*)
11480     test "$enable_shared" = yes && enable_static=no
11481     if test -n "$RANLIB"; then
11482       archive_cmds="$archive_cmds~\$RANLIB \$lib"
11483       postinstall_cmds='$RANLIB $lib'
11484     fi
11485     ;;
11486
11487   aix[4-9]*)
11488     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11489       test "$enable_shared" = yes && enable_static=no
11490     fi
11491     ;;
11492   esac
11493   { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
11494 $as_echo "$enable_shared" >&6; }
11495
11496   { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
11497 $as_echo_n "checking whether to build static libraries... " >&6; }
11498   # Make sure either enable_shared or enable_static is yes.
11499   test "$enable_shared" = yes || enable_static=yes
11500   { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
11501 $as_echo "$enable_static" >&6; }
11502
11503
11504
11505
11506 fi
11507 ac_ext=c
11508 ac_cpp='$CPP $CPPFLAGS'
11509 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11510 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11511 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11512
11513 CC="$lt_save_CC"
11514
11515
11516
11517
11518
11519
11520
11521
11522
11523
11524
11525
11526
11527         ac_config_commands="$ac_config_commands libtool"
11528
11529
11530
11531
11532 # Only expand once:
11533
11534
11535 # By default we simply use the C compiler to build assembly code.
11536
11537 test "${CCAS+set}" = set || CCAS=$CC
11538 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
11539
11540
11541
11542 depcc="$CCAS"   am_compiler_list=
11543
11544 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
11545 $as_echo_n "checking dependency style of $depcc... " >&6; }
11546 if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then
11547   $as_echo_n "(cached) " >&6
11548 else
11549   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
11550   # We make a subdir and do the tests there.  Otherwise we can end up
11551   # making bogus files that we don't know about and never remove.  For
11552   # instance it was reported that on HP-UX the gcc test will end up
11553   # making a dummy file named `D' -- because `-MD' means `put the output
11554   # in D'.
11555   mkdir conftest.dir
11556   # Copy depcomp to subdir because otherwise we won't find it if we're
11557   # using a relative directory.
11558   cp "$am_depcomp" conftest.dir
11559   cd conftest.dir
11560   # We will build objects and dependencies in a subdirectory because
11561   # it helps to detect inapplicable dependency modes.  For instance
11562   # both Tru64's cc and ICC support -MD to output dependencies as a
11563   # side effect of compilation, but ICC will put the dependencies in
11564   # the current directory while Tru64 will put them in the object
11565   # directory.
11566   mkdir sub
11567
11568   am_cv_CCAS_dependencies_compiler_type=none
11569   if test "$am_compiler_list" = ""; then
11570      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
11571   fi
11572   am__universal=false
11573
11574
11575   for depmode in $am_compiler_list; do
11576     # Setup a source with many dependencies, because some compilers
11577     # like to wrap large dependency lists on column 80 (with \), and
11578     # we should not choose a depcomp mode which is confused by this.
11579     #
11580     # We need to recreate these files for each test, as the compiler may
11581     # overwrite some of them when testing with obscure command lines.
11582     # This happens at least with the AIX C compiler.
11583     : > sub/conftest.c
11584     for i in 1 2 3 4 5 6; do
11585       echo '#include "conftst'$i'.h"' >> sub/conftest.c
11586       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
11587       # Solaris 8's {/usr,}/bin/sh.
11588       touch sub/conftst$i.h
11589     done
11590     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
11591
11592     # We check with `-c' and `-o' for the sake of the "dashmstdout"
11593     # mode.  It turns out that the SunPro C++ compiler does not properly
11594     # handle `-M -o', and we need to detect this.  Also, some Intel
11595     # versions had trouble with output in subdirs
11596     am__obj=sub/conftest.${OBJEXT-o}
11597     am__minus_obj="-o $am__obj"
11598     case $depmode in
11599     gcc)
11600       # This depmode causes a compiler race in universal mode.
11601       test "$am__universal" = false || continue
11602       ;;
11603     nosideeffect)
11604       # after this tag, mechanisms are not by side-effect, so they'll
11605       # only be used when explicitly requested
11606       if test "x$enable_dependency_tracking" = xyes; then
11607         continue
11608       else
11609         break
11610       fi
11611       ;;
11612     msvisualcpp | msvcmsys)
11613       # This compiler won't grok `-c -o', but also, the minuso test has
11614       # not run yet.  These depmodes are late enough in the game, and
11615       # so weak that their functioning should not be impacted.
11616       am__obj=conftest.${OBJEXT-o}
11617       am__minus_obj=
11618       ;;
11619     none) break ;;
11620     esac
11621     if depmode=$depmode \
11622        source=sub/conftest.c object=$am__obj \
11623        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
11624        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
11625          >/dev/null 2>conftest.err &&
11626        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
11627        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
11628        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
11629        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
11630       # icc doesn't choke on unknown options, it will just issue warnings
11631       # or remarks (even with -Werror).  So we grep stderr for any message
11632       # that says an option was ignored or not supported.
11633       # When given -MP, icc 7.0 and 7.1 complain thusly:
11634       #   icc: Command line warning: ignoring option '-M'; no argument required
11635       # The diagnosis changed in icc 8.0:
11636       #   icc: Command line remark: option '-MP' not supported
11637       if (grep 'ignoring option' conftest.err ||
11638           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
11639         am_cv_CCAS_dependencies_compiler_type=$depmode
11640         break
11641       fi
11642     fi
11643   done
11644
11645   cd ..
11646   rm -rf conftest.dir
11647 else
11648   am_cv_CCAS_dependencies_compiler_type=none
11649 fi
11650
11651 fi
11652 { $as_echo "$as_me:$LINENO: result: $am_cv_CCAS_dependencies_compiler_type" >&5
11653 $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
11654 CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
11655
11656  if
11657   test "x$enable_dependency_tracking" != xno \
11658   && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
11659   am__fastdepCCAS_TRUE=
11660   am__fastdepCCAS_FALSE='#'
11661 else
11662   am__fastdepCCAS_TRUE='#'
11663   am__fastdepCCAS_FALSE=
11664 fi
11665
11666
11667
11668
11669         { $as_echo "$as_me:$LINENO: checking zfs author" >&5
11670 $as_echo_n "checking zfs author... " >&6; }
11671         { $as_echo "$as_me:$LINENO: result: $ZFS_META_AUTHOR" >&5
11672 $as_echo "$ZFS_META_AUTHOR" >&6; }
11673
11674         { $as_echo "$as_me:$LINENO: checking zfs license" >&5
11675 $as_echo_n "checking zfs license... " >&6; }
11676         { $as_echo "$as_me:$LINENO: result: $ZFS_META_LICENSE" >&5
11677 $as_echo "$ZFS_META_LICENSE" >&6; }
11678
11679
11680
11681         { $as_echo "$as_me:$LINENO: checking linux distribution" >&5
11682 $as_echo_n "checking linux distribution... " >&6; }
11683         if test -f /etc/toss-release ; then
11684                 VENDOR=toss ;
11685         elif test -f /etc/fedora-release ; then
11686                 VENDOR=fedora ;
11687         elif test -f /etc/redhat-release ; then
11688                 VENDOR=redhat ;
11689         elif test -f /etc/gentoo-release ; then
11690                 VENDOR=gentoo ;
11691         elif test -f /etc/arch-release ; then
11692                 VENDOR=arch ;
11693         elif test -f /etc/SuSE-release ; then
11694                 VENDOR=sles ;
11695         elif test -f /etc/slackware-version ; then
11696                 VENDOR=slackware ;
11697         elif test -f /etc/lunar.release ; then
11698                 VENDOR=lunar ;
11699         elif test -f /etc/lsb-release ; then
11700                 VENDOR=ubuntu ;
11701         elif test -f /etc/debian_version ; then
11702                 VENDOR=debian ;
11703         else
11704                 VENDOR= ;
11705         fi
11706         { $as_echo "$as_me:$LINENO: result: $VENDOR" >&5
11707 $as_echo "$VENDOR" >&6; }
11708
11709
11710         { $as_echo "$as_me:$LINENO: checking default package type" >&5
11711 $as_echo_n "checking default package type... " >&6; }
11712         case "$VENDOR" in
11713                 toss)       DEFAULT_PACKAGE=rpm  ;;
11714                 redhat)     DEFAULT_PACKAGE=rpm  ;;
11715                 fedora)     DEFAULT_PACKAGE=rpm  ;;
11716                 gentoo)     DEFAULT_PACKAGE=tgz  ;;
11717                 arch)       DEFAULT_PACKAGE=arch ;;
11718                 sles)       DEFAULT_PACKAGE=rpm  ;;
11719                 slackware)  DEFAULT_PACKAGE=tgz  ;;
11720                 lunar)      DEFAULT_PACKAGE=tgz  ;;
11721                 ubuntu)     DEFAULT_PACKAGE=deb  ;;
11722                 debian)     DEFAULT_PACKAGE=deb  ;;
11723                 *)          DEFAULT_PACKAGE=rpm  ;;
11724         esac
11725
11726         { $as_echo "$as_me:$LINENO: result: $DEFAULT_PACKAGE" >&5
11727 $as_echo "$DEFAULT_PACKAGE" >&6; }
11728
11729
11730         { $as_echo "$as_me:$LINENO: checking default init directory" >&5
11731 $as_echo_n "checking default init directory... " >&6; }
11732         case "$VENDOR" in
11733                 arch)       DEFAULT_INIT_DIR=$sysconfdir/rc.d ;;
11734                 *)          DEFAULT_INIT_DIR=$sysconfdir/init.d ;;
11735         esac
11736
11737         { $as_echo "$as_me:$LINENO: result: $DEFAULT_INIT_DIR" >&5
11738 $as_echo "$DEFAULT_INIT_DIR" >&6; }
11739
11740
11741         { $as_echo "$as_me:$LINENO: checking default init script type" >&5
11742 $as_echo_n "checking default init script type... " >&6; }
11743         case "$VENDOR" in
11744                 toss)       DEFAULT_INIT_SCRIPT=redhat ;;
11745                 redhat)     DEFAULT_INIT_SCRIPT=redhat ;;
11746                 fedora)     DEFAULT_INIT_SCRIPT=fedora ;;
11747                 gentoo)     DEFAULT_INIT_SCRIPT=gentoo ;;
11748                 arch)       DEFAULT_INIT_SCRIPT=arch   ;;
11749                 sles)       DEFAULT_INIT_SCRIPT=lsb    ;;
11750                 slackware)  DEFAULT_INIT_SCRIPT=lsb    ;;
11751                 lunar)      DEFAULT_INIT_SCRIPT=lunar  ;;
11752                 ubuntu)     DEFAULT_INIT_SCRIPT=lsb    ;;
11753                 debian)     DEFAULT_INIT_SCRIPT=lsb    ;;
11754                 *)          DEFAULT_INIT_SCRIPT=lsb    ;;
11755         esac
11756
11757         { $as_echo "$as_me:$LINENO: result: $DEFAULT_INIT_SCRIPT" >&5
11758 $as_echo "$DEFAULT_INIT_SCRIPT" >&6; }
11759
11760
11761
11762         RPM=rpm
11763         RPMBUILD=rpmbuild
11764
11765         { $as_echo "$as_me:$LINENO: checking whether $RPM is available" >&5
11766 $as_echo_n "checking whether $RPM is available... " >&6; }
11767         if tmp=$($RPM --version 2>/dev/null); then
11768
11769                 RPM_VERSION=$(echo $tmp | $AWK '/RPM/ { print $3 }')
11770                 HAVE_RPM=yes
11771                 { $as_echo "$as_me:$LINENO: result: $HAVE_RPM ($RPM_VERSION)" >&5
11772 $as_echo "$HAVE_RPM ($RPM_VERSION)" >&6; }
11773
11774 else
11775
11776                 HAVE_RPM=no
11777                 { $as_echo "$as_me:$LINENO: result: $HAVE_RPM" >&5
11778 $as_echo "$HAVE_RPM" >&6; }
11779
11780 fi
11781
11782
11783         { $as_echo "$as_me:$LINENO: checking whether $RPMBUILD is available" >&5
11784 $as_echo_n "checking whether $RPMBUILD is available... " >&6; }
11785         if tmp=$($RPMBUILD --version 2>/dev/null); then
11786
11787                 RPMBUILD_VERSION=$(echo $tmp | $AWK '/RPM/ { print $3 }')
11788                 HAVE_RPMBUILD=yes
11789                 { $as_echo "$as_me:$LINENO: result: $HAVE_RPMBUILD ($RPMBUILD_VERSION)" >&5
11790 $as_echo "$HAVE_RPMBUILD ($RPMBUILD_VERSION)" >&6; }
11791
11792 else
11793
11794                 HAVE_RPMBUILD=no
11795                 { $as_echo "$as_me:$LINENO: result: $HAVE_RPMBUILD" >&5
11796 $as_echo "$HAVE_RPMBUILD" >&6; }
11797
11798 fi
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
11810         DPKG=dpkg
11811         DPKGBUILD=dpkg-buildpackage
11812
11813         { $as_echo "$as_me:$LINENO: checking whether $DPKG is available" >&5
11814 $as_echo_n "checking whether $DPKG is available... " >&6; }
11815         if tmp=$($DPKG --version 2>/dev/null); then
11816
11817                 DPKG_VERSION=$(echo $tmp | $AWK '/Debian/ { print $7 }')
11818                 HAVE_DPKG=yes
11819                 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKG ($DPKG_VERSION)" >&5
11820 $as_echo "$HAVE_DPKG ($DPKG_VERSION)" >&6; }
11821
11822 else
11823
11824                 HAVE_DPKG=no
11825                 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKG" >&5
11826 $as_echo "$HAVE_DPKG" >&6; }
11827
11828 fi
11829
11830
11831         { $as_echo "$as_me:$LINENO: checking whether $DPKGBUILD is available" >&5
11832 $as_echo_n "checking whether $DPKGBUILD is available... " >&6; }
11833         if tmp=$($DPKGBUILD --version 2>/dev/null); then
11834
11835                 DPKGBUILD_VERSION=$(echo $tmp | \
11836                     $AWK '/Debian/ { print $4 }' | cut -f-4 -d'.')
11837                 HAVE_DPKGBUILD=yes
11838                 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKGBUILD ($DPKGBUILD_VERSION)" >&5
11839 $as_echo "$HAVE_DPKGBUILD ($DPKGBUILD_VERSION)" >&6; }
11840
11841 else
11842
11843                 HAVE_DPKGBUILD=no
11844                 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKGBUILD" >&5
11845 $as_echo "$HAVE_DPKGBUILD" >&6; }
11846
11847 fi
11848
11849
11850
11851
11852
11853
11854
11855
11856
11857
11858
11859         ALIEN=alien
11860
11861         { $as_echo "$as_me:$LINENO: checking whether $ALIEN is available" >&5
11862 $as_echo_n "checking whether $ALIEN is available... " >&6; }
11863         if tmp=$($ALIEN --version 2>/dev/null); then
11864
11865                 ALIEN_VERSION=$(echo $tmp | $AWK '{ print $3 }')
11866                 HAVE_ALIEN=yes
11867                 { $as_echo "$as_me:$LINENO: result: $HAVE_ALIEN ($ALIEN_VERSION)" >&5
11868 $as_echo "$HAVE_ALIEN ($ALIEN_VERSION)" >&6; }
11869
11870 else
11871
11872                 HAVE_ALIEN=no
11873                 { $as_echo "$as_me:$LINENO: result: $HAVE_ALIEN" >&5
11874 $as_echo "$HAVE_ALIEN" >&6; }
11875
11876 fi
11877
11878
11879
11880
11881
11882
11883
11884         if test "$VENDOR" = "arch"; then
11885
11886         PACMAN=pacman
11887         MAKEPKG=makepkg
11888
11889         { $as_echo "$as_me:$LINENO: checking whether $PACMAN is available" >&5
11890 $as_echo_n "checking whether $PACMAN is available... " >&6; }
11891         tmp=$($PACMAN --version 2>/dev/null)
11892         if test -n "$tmp"; then
11893
11894                 PACMAN_VERSION=$(echo $tmp |
11895                                  $AWK '/Pacman/ { print $3 }' |
11896                                  $SED 's/^v//')
11897                 HAVE_PACMAN=yes
11898                 { $as_echo "$as_me:$LINENO: result: $HAVE_PACMAN ($PACMAN_VERSION)" >&5
11899 $as_echo "$HAVE_PACMAN ($PACMAN_VERSION)" >&6; }
11900
11901 else
11902
11903                 HAVE_PACMAN=no
11904                 { $as_echo "$as_me:$LINENO: result: $HAVE_PACMAN" >&5
11905 $as_echo "$HAVE_PACMAN" >&6; }
11906
11907 fi
11908
11909
11910         { $as_echo "$as_me:$LINENO: checking whether $MAKEPKG is available" >&5
11911 $as_echo_n "checking whether $MAKEPKG is available... " >&6; }
11912         tmp=$($MAKEPKG --version 2>/dev/null)
11913         if test -n "$tmp"; then
11914
11915                 MAKEPKG_VERSION=$(echo $tmp | $AWK '/makepkg/ { print $3 }')
11916                 HAVE_MAKEPKG=yes
11917                 { $as_echo "$as_me:$LINENO: result: $HAVE_MAKEPKG ($MAKEPKG_VERSION)" >&5
11918 $as_echo "$HAVE_MAKEPKG ($MAKEPKG_VERSION)" >&6; }
11919
11920 else
11921
11922                 HAVE_MAKEPKG=no
11923                 { $as_echo "$as_me:$LINENO: result: $HAVE_MAKEPKG" >&5
11924 $as_echo "$HAVE_MAKEPKG" >&6; }
11925
11926 fi
11927
11928
11929
11930
11931
11932
11933
11934
11935
11936
11937 fi
11938
11939
11940
11941         TARGET_ASM_DIR=asm-generic
11942
11943
11944         ZFS_CONFIG=all
11945
11946 # Check whether --with-config was given.
11947 if test "${with_config+set}" = set; then
11948   withval=$with_config; ZFS_CONFIG="$withval"
11949 fi
11950
11951         # Check whether --enable-linux-builtin was given.
11952 if test "${enable_linux_builtin+set}" = set; then
11953   enableval=$enable_linux_builtin;
11954 else
11955   enable_linux_builtin=no
11956 fi
11957
11958
11959         { $as_echo "$as_me:$LINENO: checking zfs config" >&5
11960 $as_echo_n "checking zfs config... " >&6; }
11961         { $as_echo "$as_me:$LINENO: result: $ZFS_CONFIG" >&5
11962 $as_echo "$ZFS_CONFIG" >&6; };
11963
11964
11965
11966
11967         { $as_echo "$as_me:$LINENO: checking for -Wno-unused-but-set-variable support" >&5
11968 $as_echo_n "checking for -Wno-unused-but-set-variable support... " >&6; }
11969
11970         saved_flags="$CFLAGS"
11971         CFLAGS="$CFLAGS -Wunused-but-set-variable"
11972
11973         if test "$cross_compiling" = yes; then
11974   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11975 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11976 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
11977 See \`config.log' for more details." >&5
11978 $as_echo "$as_me: error: cannot run test program while cross compiling
11979 See \`config.log' for more details." >&2;}
11980    { (exit 1); exit 1; }; }; }
11981 else
11982   cat >conftest.$ac_ext <<_ACEOF
11983 /* confdefs.h.  */
11984 _ACEOF
11985 cat confdefs.h >>conftest.$ac_ext
11986 cat >>conftest.$ac_ext <<_ACEOF
11987 /* end confdefs.h.  */
11988
11989 int
11990 main ()
11991 {
11992
11993   ;
11994   return 0;
11995 }
11996 _ACEOF
11997 rm -f conftest$ac_exeext
11998 if { (ac_try="$ac_link"
11999 case "(($ac_try" in
12000   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12001   *) ac_try_echo=$ac_try;;
12002 esac
12003 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12004 $as_echo "$ac_try_echo") >&5
12005   (eval "$ac_link") 2>&5
12006   ac_status=$?
12007   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12008   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12009   { (case "(($ac_try" in
12010   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12011   *) ac_try_echo=$ac_try;;
12012 esac
12013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12014 $as_echo "$ac_try_echo") >&5
12015   (eval "$ac_try") 2>&5
12016   ac_status=$?
12017   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12018   (exit $ac_status); }; }; then
12019
12020                 NO_UNUSED_BUT_SET_VARIABLE=-Wno-unused-but-set-variable
12021                 { $as_echo "$as_me:$LINENO: result: yes" >&5
12022 $as_echo "yes" >&6; }
12023
12024 else
12025   $as_echo "$as_me: program exited with status $ac_status" >&5
12026 $as_echo "$as_me: failed program was:" >&5
12027 sed 's/^/| /' conftest.$ac_ext >&5
12028
12029 ( exit $ac_status )
12030
12031                 NO_UNUSED_BUT_SET_VARIABLE=
12032                 { $as_echo "$as_me:$LINENO: result: no" >&5
12033 $as_echo "no" >&6; }
12034
12035 fi
12036 rm -rf conftest.dSYM
12037 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12038 fi
12039
12040
12041
12042         CFLAGS="$saved_flags"
12043
12044
12045
12046
12047         case "$ZFS_CONFIG" in
12048                 kernel)
12049
12050
12051 # Check whether --with-linux was given.
12052 if test "${with_linux+set}" = set; then
12053   withval=$with_linux; kernelsrc="$withval"
12054 fi
12055
12056
12057
12058 # Check whether --with-linux-obj was given.
12059 if test "${with_linux_obj+set}" = set; then
12060   withval=$with_linux_obj; kernelbuild="$withval"
12061 fi
12062
12063
12064         { $as_echo "$as_me:$LINENO: checking kernel source directory" >&5
12065 $as_echo_n "checking kernel source directory... " >&6; }
12066         if test -z "$kernelsrc"; then
12067
12068                 if test -e "/lib/modules/$(uname -r)/source"; then
12069
12070                         headersdir="/lib/modules/$(uname -r)/source"
12071                         sourcelink=$(readlink -f "$headersdir")
12072
12073 elif test -e "/lib/modules/$(uname -r)/build"; then
12074
12075                         headersdir="/lib/modules/$(uname -r)/build"
12076                         sourcelink=$(readlink -f "$headersdir")
12077
12078 else
12079
12080                         sourcelink=$(ls -1d /usr/src/kernels/* \
12081                                      /usr/src/linux-* \
12082                                      2>/dev/null | grep -v obj | tail -1)
12083
12084 fi
12085
12086
12087                 if test -n "$sourcelink" && test -e ${sourcelink}; then
12088
12089                         kernelsrc=`readlink -f ${sourcelink}`
12090
12091 else
12092
12093                         { $as_echo "$as_me:$LINENO: result: Not found" >&5
12094 $as_echo "Not found" >&6; }
12095                         { { $as_echo "$as_me:$LINENO: error:
12096         *** Please make sure the kernel devel package for your distribution
12097         *** is installed then try again.  If that fails you can specify the
12098         *** location of the kernel source with the '--with-linux=PATH' option." >&5
12099 $as_echo "$as_me: error:
12100         *** Please make sure the kernel devel package for your distribution
12101         *** is installed then try again.  If that fails you can specify the
12102         *** location of the kernel source with the '--with-linux=PATH' option." >&2;}
12103    { (exit 1); exit 1; }; }
12104
12105 fi
12106
12107
12108 else
12109
12110                 if test "$kernelsrc" = "NONE"; then
12111
12112                         kernsrcver=NONE
12113
12114 fi
12115
12116
12117 fi
12118
12119
12120         { $as_echo "$as_me:$LINENO: result: $kernelsrc" >&5
12121 $as_echo "$kernelsrc" >&6; }
12122         { $as_echo "$as_me:$LINENO: checking kernel build directory" >&5
12123 $as_echo_n "checking kernel build directory... " >&6; }
12124         if test -z "$kernelbuild"; then
12125
12126                 if test -e "/lib/modules/$(uname -r)/build"; then
12127
12128                         kernelbuild=`readlink -f /lib/modules/$(uname -r)/build`
12129
12130 elif test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}; then
12131
12132                         kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
12133
12134 elif test -d ${kernelsrc}-obj/${target_cpu}/default; then
12135
12136                         kernelbuild=${kernelsrc}-obj/${target_cpu}/default
12137
12138 elif test -d `dirname ${kernelsrc}`/build-${target_cpu}; then
12139
12140                         kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
12141
12142 else
12143
12144                         kernelbuild=${kernelsrc}
12145
12146 fi
12147
12148
12149 fi
12150
12151         { $as_echo "$as_me:$LINENO: result: $kernelbuild" >&5
12152 $as_echo "$kernelbuild" >&6; }
12153
12154         { $as_echo "$as_me:$LINENO: checking kernel source version" >&5
12155 $as_echo_n "checking kernel source version... " >&6; }
12156         utsrelease1=$kernelbuild/include/linux/version.h
12157         utsrelease2=$kernelbuild/include/linux/utsrelease.h
12158         utsrelease3=$kernelbuild/include/generated/utsrelease.h
12159         if test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1; then
12160
12161                 utsrelease=linux/version.h
12162
12163 elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then
12164
12165                 utsrelease=linux/utsrelease.h
12166
12167 elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then
12168
12169                 utsrelease=generated/utsrelease.h
12170
12171 fi
12172
12173
12174         if test "$utsrelease"; then
12175
12176                 kernsrcver=`(echo "#include <$utsrelease>";
12177                              echo "kernsrcver=UTS_RELEASE") |
12178                              cpp -I $kernelbuild/include |
12179                              grep "^kernsrcver=" | cut -d \" -f 2`
12180
12181                 if test -z "$kernsrcver"; then
12182
12183                         { $as_echo "$as_me:$LINENO: result: Not found" >&5
12184 $as_echo "Not found" >&6; }
12185                         { { $as_echo "$as_me:$LINENO: error: *** Cannot determine kernel version." >&5
12186 $as_echo "$as_me: error: *** Cannot determine kernel version." >&2;}
12187    { (exit 1); exit 1; }; }
12188
12189 fi
12190
12191
12192 else
12193
12194                 { $as_echo "$as_me:$LINENO: result: Not found" >&5
12195 $as_echo "Not found" >&6; }
12196                 if test "x$enable_linux_builtin" != xyes; then
12197                         { { $as_echo "$as_me:$LINENO: error: *** Cannot find UTS_RELEASE definition." >&5
12198 $as_echo "$as_me: error: *** Cannot find UTS_RELEASE definition." >&2;}
12199    { (exit 1); exit 1; }; }
12200                 else
12201                         { { $as_echo "$as_me:$LINENO: error:
12202         *** Cannot find UTS_RELEASE definition.
12203         *** Please run 'make prepare' inside the kernel source tree." >&5
12204 $as_echo "$as_me: error:
12205         *** Cannot find UTS_RELEASE definition.
12206         *** Please run 'make prepare' inside the kernel source tree." >&2;}
12207    { (exit 1); exit 1; }; }
12208                 fi
12209
12210 fi
12211
12212
12213         { $as_echo "$as_me:$LINENO: result: $kernsrcver" >&5
12214 $as_echo "$kernsrcver" >&6; }
12215
12216         LINUX=${kernelsrc}
12217         LINUX_OBJ=${kernelbuild}
12218         LINUX_VERSION=${kernsrcver}
12219
12220
12221
12222
12223
12224
12225         modpost=$LINUX/scripts/Makefile.modpost
12226         { $as_echo "$as_me:$LINENO: checking kernel file name for module symbols" >&5
12227 $as_echo_n "checking kernel file name for module symbols... " >&6; }
12228         if test "x$enable_linux_builtin" != xyes -a -f "$modpost"; then
12229
12230                 if grep -q Modules.symvers $modpost; then
12231
12232                         LINUX_SYMBOLS=Modules.symvers
12233
12234 else
12235
12236                         LINUX_SYMBOLS=Module.symvers
12237
12238 fi
12239
12240
12241                 if test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"; then
12242
12243                         { { $as_echo "$as_me:$LINENO: error:
12244         *** Please make sure the kernel devel package for your distribution
12245         *** is installed.  If your building with a custom kernel make sure the
12246         *** kernel is configured, built, and the '--with-linux=PATH' configure
12247         *** option refers to the location of the kernel source." >&5
12248 $as_echo "$as_me: error:
12249         *** Please make sure the kernel devel package for your distribution
12250         *** is installed.  If your building with a custom kernel make sure the
12251         *** kernel is configured, built, and the '--with-linux=PATH' configure
12252         *** option refers to the location of the kernel source." >&2;}
12253    { (exit 1); exit 1; }; }
12254
12255 fi
12256
12257
12258 else
12259
12260                 LINUX_SYMBOLS=NONE
12261
12262 fi
12263
12264         { $as_echo "$as_me:$LINENO: result: $LINUX_SYMBOLS" >&5
12265 $as_echo "$LINUX_SYMBOLS" >&6; }
12266
12267
12268
12269
12270
12271 # Check whether --with-spl was given.
12272 if test "${with_spl+set}" = set; then
12273   withval=$with_spl; splsrc="$withval"
12274 fi
12275
12276
12277
12278 # Check whether --with-spl-obj was given.
12279 if test "${with_spl_obj+set}" = set; then
12280   withval=$with_spl_obj; splbuild="$withval"
12281 fi
12282
12283
12284
12285         { $as_echo "$as_me:$LINENO: checking spl source directory" >&5
12286 $as_echo_n "checking spl source directory... " >&6; }
12287         if test -z "$splsrc"; then
12288
12289                 sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
12290                             2>/dev/null | tail -1`
12291
12292                 if test -z "$sourcelink" || test ! -e $sourcelink; then
12293
12294                         sourcelink=../spl
12295
12296 fi
12297
12298
12299                 if test -e $sourcelink; then
12300
12301                         splsrc=`readlink -f ${sourcelink}`
12302
12303 else
12304
12305                         { $as_echo "$as_me:$LINENO: result: Not found" >&5
12306 $as_echo "Not found" >&6; }
12307                         { { $as_echo "$as_me:$LINENO: error:
12308         *** Please make sure the spl devel package for your distribution
12309         *** is installed then try again.  If that fails you can specify the
12310         *** location of the spl source with the '--with-spl=PATH' option." >&5
12311 $as_echo "$as_me: error:
12312         *** Please make sure the spl devel package for your distribution
12313         *** is installed then try again.  If that fails you can specify the
12314         *** location of the spl source with the '--with-spl=PATH' option." >&2;}
12315    { (exit 1); exit 1; }; }
12316
12317 fi
12318
12319
12320 else
12321
12322                 if test "$splsrc" = "NONE"; then
12323
12324                         splbuild=NONE
12325                         splsrcver=NONE
12326
12327 fi
12328
12329
12330 fi
12331
12332
12333         { $as_echo "$as_me:$LINENO: result: $splsrc" >&5
12334 $as_echo "$splsrc" >&6; }
12335         { $as_echo "$as_me:$LINENO: checking spl build directory" >&5
12336 $as_echo_n "checking spl build directory... " >&6; }
12337         if test -z "$splbuild"; then
12338
12339                 splbuild=${splsrc}
12340
12341 fi
12342
12343         { $as_echo "$as_me:$LINENO: result: $splbuild" >&5
12344 $as_echo "$splbuild" >&6; }
12345
12346         { $as_echo "$as_me:$LINENO: checking spl source version" >&5
12347 $as_echo_n "checking spl source version... " >&6; }
12348         if test -r $splbuild/spl_config.h &&
12349                 fgrep -q SPL_META_VERSION $splbuild/spl_config.h; then
12350
12351
12352                 splsrcver=`(echo "#include <spl_config.h>";
12353                             echo "splsrcver=SPL_META_VERSION-SPL_META_RELEASE") |
12354                             cpp -I $splbuild |
12355                             grep "^splsrcver=" | tr -d \" | cut -d= -f2`
12356
12357 fi
12358
12359
12360         if test -z "$splsrcver"; then
12361
12362                 { $as_echo "$as_me:$LINENO: result: Not found" >&5
12363 $as_echo "Not found" >&6; }
12364                 { { $as_echo "$as_me:$LINENO: error:
12365         *** Cannot determine the version of the spl source.
12366         *** Please prepare the spl source before running this script" >&5
12367 $as_echo "$as_me: error:
12368         *** Cannot determine the version of the spl source.
12369         *** Please prepare the spl source before running this script" >&2;}
12370    { (exit 1); exit 1; }; }
12371
12372 fi
12373
12374
12375         { $as_echo "$as_me:$LINENO: result: $splsrcver" >&5
12376 $as_echo "$splsrcver" >&6; }
12377
12378         SPL=${splsrc}
12379         SPL_OBJ=${splbuild}
12380         SPL_VERSION=${splsrcver}
12381
12382
12383
12384
12385
12386
12387         { $as_echo "$as_me:$LINENO: checking spl file name for module symbols" >&5
12388 $as_echo_n "checking spl file name for module symbols... " >&6; }
12389         if test -r $SPL_OBJ/Module.symvers; then
12390
12391                 SPL_SYMBOLS=Module.symvers
12392
12393 elif test -r $SPL_OBJ/Modules.symvers; then
12394
12395                 SPL_SYMBOLS=Modules.symvers
12396
12397 elif test -r $SPL_OBJ/module/Module.symvers; then
12398
12399                 SPL_SYMBOLS=Module.symvers
12400
12401 elif test -r $SPL_OBJ/module/Modules.symvers; then
12402
12403                 SPL_SYMBOLS=Modules.symvers
12404
12405 else
12406
12407                 SPL_SYMBOLS=$LINUX_SYMBOLS
12408
12409 fi
12410
12411
12412         { $as_echo "$as_me:$LINENO: result: $SPL_SYMBOLS" >&5
12413 $as_echo "$SPL_SYMBOLS" >&6; }
12414
12415
12416
12417         { $as_echo "$as_me:$LINENO: checking whether modules can be built" >&5
12418 $as_echo_n "checking whether modules can be built... " >&6; }
12419
12420
12421 cat confdefs.h - <<_ACEOF >conftest.c
12422 /* confdefs.h.  */
12423 _ACEOF
12424 cat confdefs.h >>conftest.$ac_ext
12425 cat >>conftest.$ac_ext <<_ACEOF
12426 /* end confdefs.h.  */
12427
12428
12429 int
12430 main (void)
12431 {
12432
12433   ;
12434   return 0;
12435 }
12436
12437 _ACEOF
12438
12439
12440         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
12441         echo "obj-m := conftest.o" >build/Makefile
12442         modpost_flag=''
12443         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
12444         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 $modpost_flag'
12445   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12446   (eval $ac_try) 2>&5
12447   ac_status=$?
12448   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12449   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12450   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12451   (eval $ac_try) 2>&5
12452   ac_status=$?
12453   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12454   (exit $ac_status); }; }; then
12455
12456                 { $as_echo "$as_me:$LINENO: result: yes" >&5
12457 $as_echo "yes" >&6; }
12458
12459 else
12460   $as_echo "$as_me: failed program was:" >&5
12461 sed 's/^/| /' conftest.$ac_ext >&5
12462
12463                 { $as_echo "$as_me:$LINENO: result: no" >&5
12464 $as_echo "no" >&6; }
12465                 if test "x$enable_linux_builtin" != xyes; then
12466                         { { $as_echo "$as_me:$LINENO: error: *** Unable to build an empty module." >&5
12467 $as_echo "$as_me: error: *** Unable to build an empty module." >&2;}
12468    { (exit 1); exit 1; }; }
12469                 else
12470                         { { $as_echo "$as_me:$LINENO: error:
12471         *** Unable to build an empty module.
12472         *** Please run 'make scripts' inside the kernel source tree." >&5
12473 $as_echo "$as_me: error:
12474         *** Unable to build an empty module.
12475         *** Please run 'make scripts' inside the kernel source tree." >&2;}
12476    { (exit 1); exit 1; }; }
12477                 fi
12478
12479
12480
12481 fi
12482
12483         rm -Rf build
12484
12485
12486
12487
12488
12489         if test "$ZFS_META_LICENSE" = GPL; then
12490
12491
12492 cat >>confdefs.h <<\_ACEOF
12493 #define HAVE_GPL_ONLY_SYMBOLS 1
12494 _ACEOF
12495
12496
12497 fi
12498
12499
12500
12501
12502         { $as_echo "$as_me:$LINENO: checking whether Linux was built with CONFIG_PREEMPT" >&5
12503 $as_echo_n "checking whether Linux was built with CONFIG_PREEMPT... " >&6; }
12504
12505
12506 cat confdefs.h - <<_ACEOF >conftest.c
12507 /* confdefs.h.  */
12508 _ACEOF
12509 cat confdefs.h >>conftest.$ac_ext
12510 cat >>conftest.$ac_ext <<_ACEOF
12511 /* end confdefs.h.  */
12512
12513
12514                 #include <linux/module.h>
12515
12516 int
12517 main (void)
12518 {
12519
12520                 #ifndef CONFIG_PREEMPT
12521                 #error CONFIG_PREEMPT not #defined
12522                 #endif
12523
12524   ;
12525   return 0;
12526 }
12527
12528 _ACEOF
12529
12530
12531         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
12532         echo "obj-m := conftest.o" >build/Makefile
12533         modpost_flag=''
12534         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
12535         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 $modpost_flag'
12536   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12537   (eval $ac_try) 2>&5
12538   ac_status=$?
12539   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12540   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12541   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12542   (eval $ac_try) 2>&5
12543   ac_status=$?
12544   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12545   (exit $ac_status); }; }; then
12546
12547                 { $as_echo "$as_me:$LINENO: result: yes" >&5
12548 $as_echo "yes" >&6; }
12549                 { { $as_echo "$as_me:$LINENO: error:
12550         *** Kernel built with CONFIG_PREEMPT which is not supported.
12551         *** You must rebuild your kernel without this option." >&5
12552 $as_echo "$as_me: error:
12553         *** Kernel built with CONFIG_PREEMPT which is not supported.
12554         *** You must rebuild your kernel without this option." >&2;}
12555    { (exit 1); exit 1; }; }
12556
12557 else
12558   $as_echo "$as_me: failed program was:" >&5
12559 sed 's/^/| /' conftest.$ac_ext >&5
12560
12561                 { $as_echo "$as_me:$LINENO: result: no" >&5
12562 $as_echo "no" >&6; }
12563
12564
12565
12566
12567 fi
12568
12569         rm -Rf build
12570
12571
12572
12573
12574
12575
12576         { $as_echo "$as_me:$LINENO: checking whether Linux was built with CONFIG_DEBUG_LOCK_ALLOC" >&5
12577 $as_echo_n "checking whether Linux was built with CONFIG_DEBUG_LOCK_ALLOC... " >&6; }
12578
12579
12580 cat confdefs.h - <<_ACEOF >conftest.c
12581 /* confdefs.h.  */
12582 _ACEOF
12583 cat confdefs.h >>conftest.$ac_ext
12584 cat >>conftest.$ac_ext <<_ACEOF
12585 /* end confdefs.h.  */
12586
12587
12588                 #include <linux/module.h>
12589
12590 int
12591 main (void)
12592 {
12593
12594                 #ifndef CONFIG_DEBUG_LOCK_ALLOC
12595                 #error CONFIG_DEBUG_LOCK_ALLOC not #defined
12596                 #endif
12597
12598   ;
12599   return 0;
12600 }
12601
12602 _ACEOF
12603
12604
12605         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
12606         echo "obj-m := conftest.o" >build/Makefile
12607         modpost_flag=''
12608         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
12609         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 $modpost_flag'
12610   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12611   (eval $ac_try) 2>&5
12612   ac_status=$?
12613   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12614   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12615   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12616   (eval $ac_try) 2>&5
12617   ac_status=$?
12618   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12619   (exit $ac_status); }; }; then
12620
12621                 { $as_echo "$as_me:$LINENO: result: yes" >&5
12622 $as_echo "yes" >&6; }
12623
12624                 { $as_echo "$as_me:$LINENO: checking whether mutex_lock() is GPL-only" >&5
12625 $as_echo_n "checking whether mutex_lock() is GPL-only... " >&6; }
12626                 tmp_flags="$EXTRA_KCFLAGS"
12627
12628
12629 cat confdefs.h - <<_ACEOF >conftest.c
12630 /* confdefs.h.  */
12631 _ACEOF
12632 cat confdefs.h >>conftest.$ac_ext
12633 cat >>conftest.$ac_ext <<_ACEOF
12634 /* end confdefs.h.  */
12635
12636
12637                         #include <linux/module.h>
12638                         #include <linux/mutex.h>
12639
12640                         MODULE_LICENSE("$ZFS_META_LICENSE");
12641
12642 int
12643 main (void)
12644 {
12645
12646                         struct mutex lock;
12647
12648                         mutex_init(&lock);
12649                         mutex_lock(&lock);
12650                         mutex_unlock(&lock);
12651
12652   ;
12653   return 0;
12654 }
12655
12656 _ACEOF
12657
12658
12659         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
12660         echo "obj-m := conftest.o" >build/Makefile
12661         modpost_flag=''
12662         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
12663         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 $modpost_flag'
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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12669   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12670   (eval $ac_try) 2>&5
12671   ac_status=$?
12672   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12673   (exit $ac_status); }; }; then
12674
12675                         { $as_echo "$as_me:$LINENO: result: no" >&5
12676 $as_echo "no" >&6; }
12677
12678 else
12679   $as_echo "$as_me: failed program was:" >&5
12680 sed 's/^/| /' conftest.$ac_ext >&5
12681
12682                         { $as_echo "$as_me:$LINENO: result: yes" >&5
12683 $as_echo "yes" >&6; }
12684                         { { $as_echo "$as_me:$LINENO: error:
12685         *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is incompatible
12686         *** with the CDDL license and will prevent the module linking stage
12687         *** from succeeding.  You must rebuild your kernel without this
12688         *** option enabled." >&5
12689 $as_echo "$as_me: error:
12690         *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is incompatible
12691         *** with the CDDL license and will prevent the module linking stage
12692         *** from succeeding.  You must rebuild your kernel without this
12693         *** option enabled." >&2;}
12694    { (exit 1); exit 1; }; }
12695
12696
12697
12698 fi
12699
12700         rm -Rf build
12701
12702
12703                 EXTRA_KCFLAGS="$tmp_flags"
12704
12705
12706 else
12707   $as_echo "$as_me: failed program was:" >&5
12708 sed 's/^/| /' conftest.$ac_ext >&5
12709
12710                 { $as_echo "$as_me:$LINENO: result: no" >&5
12711 $as_echo "no" >&6; }
12712
12713
12714
12715
12716 fi
12717
12718         rm -Rf build
12719
12720
12721
12722
12723
12724
12725         { $as_echo "$as_me:$LINENO: checking block device operation prototypes" >&5
12726 $as_echo_n "checking block device operation prototypes... " >&6; }
12727         tmp_flags="$EXTRA_KCFLAGS"
12728         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
12729
12730
12731 cat confdefs.h - <<_ACEOF >conftest.c
12732 /* confdefs.h.  */
12733 _ACEOF
12734 cat confdefs.h >>conftest.$ac_ext
12735 cat >>conftest.$ac_ext <<_ACEOF
12736 /* end confdefs.h.  */
12737
12738
12739                 #include <linux/blkdev.h>
12740
12741 int
12742 main (void)
12743 {
12744
12745                 int (*blk_open) (struct block_device *, fmode_t) = NULL;
12746                 int (*blk_release) (struct gendisk *, fmode_t) = NULL;
12747                 int (*blk_ioctl) (struct block_device *, fmode_t,
12748                                   unsigned, unsigned long) = NULL;
12749                 int (*blk_compat_ioctl) (struct block_device *, fmode_t,
12750                                          unsigned, unsigned long) = NULL;
12751                 struct block_device_operations blk_ops = {
12752                         .open           = blk_open,
12753                         .release        = blk_release,
12754                         .ioctl          = blk_ioctl,
12755                         .compat_ioctl   = blk_compat_ioctl,
12756                 };
12757
12758                 blk_ops.open(NULL, 0);
12759                 blk_ops.release(NULL, 0);
12760                 blk_ops.ioctl(NULL, 0, 0, 0);
12761                 blk_ops.compat_ioctl(NULL, 0, 0, 0);
12762
12763   ;
12764   return 0;
12765 }
12766
12767 _ACEOF
12768
12769
12770         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
12771         echo "obj-m := conftest.o" >build/Makefile
12772         modpost_flag=''
12773         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
12774         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 $modpost_flag'
12775   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12776   (eval $ac_try) 2>&5
12777   ac_status=$?
12778   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12779   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12780   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12781   (eval $ac_try) 2>&5
12782   ac_status=$?
12783   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12784   (exit $ac_status); }; }; then
12785
12786                 { $as_echo "$as_me:$LINENO: result: struct block_device" >&5
12787 $as_echo "struct block_device" >&6; }
12788
12789 cat >>confdefs.h <<\_ACEOF
12790 #define HAVE_BDEV_BLOCK_DEVICE_OPERATIONS 1
12791 _ACEOF
12792
12793
12794 else
12795   $as_echo "$as_me: failed program was:" >&5
12796 sed 's/^/| /' conftest.$ac_ext >&5
12797
12798                 { $as_echo "$as_me:$LINENO: result: struct inode" >&5
12799 $as_echo "struct inode" >&6; }
12800
12801
12802
12803 fi
12804
12805         rm -Rf build
12806
12807
12808         EXTRA_KCFLAGS="$tmp_flags"
12809
12810         { $as_echo "$as_me:$LINENO: checking whether kernel defines fmode_t" >&5
12811 $as_echo_n "checking whether kernel defines fmode_t... " >&6; }
12812
12813
12814 cat confdefs.h - <<_ACEOF >conftest.c
12815 /* confdefs.h.  */
12816 _ACEOF
12817 cat confdefs.h >>conftest.$ac_ext
12818 cat >>conftest.$ac_ext <<_ACEOF
12819 /* end confdefs.h.  */
12820
12821
12822                 #include <linux/types.h>
12823
12824 int
12825 main (void)
12826 {
12827
12828                 fmode_t *ptr __attribute__ ((unused));
12829
12830   ;
12831   return 0;
12832 }
12833
12834 _ACEOF
12835
12836
12837         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
12838         echo "obj-m := conftest.o" >build/Makefile
12839         modpost_flag=''
12840         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
12841         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 $modpost_flag'
12842   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12843   (eval $ac_try) 2>&5
12844   ac_status=$?
12845   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12846   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12847   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12848   (eval $ac_try) 2>&5
12849   ac_status=$?
12850   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12851   (exit $ac_status); }; }; then
12852
12853                 { $as_echo "$as_me:$LINENO: result: yes" >&5
12854 $as_echo "yes" >&6; }
12855
12856 cat >>confdefs.h <<\_ACEOF
12857 #define HAVE_FMODE_T 1
12858 _ACEOF
12859
12860
12861 else
12862   $as_echo "$as_me: failed program was:" >&5
12863 sed 's/^/| /' conftest.$ac_ext >&5
12864
12865                 { $as_echo "$as_me:$LINENO: result: no" >&5
12866 $as_echo "no" >&6; }
12867
12868
12869
12870 fi
12871
12872         rm -Rf build
12873
12874
12875
12876
12877         { $as_echo "$as_me:$LINENO: checking whether kernel defines KOBJ_NAME_LEN" >&5
12878 $as_echo_n "checking whether kernel defines KOBJ_NAME_LEN... " >&6; }
12879
12880
12881 cat confdefs.h - <<_ACEOF >conftest.c
12882 /* confdefs.h.  */
12883 _ACEOF
12884 cat confdefs.h >>conftest.$ac_ext
12885 cat >>conftest.$ac_ext <<_ACEOF
12886 /* end confdefs.h.  */
12887
12888
12889                 #include <linux/kobject.h>
12890
12891 int
12892 main (void)
12893 {
12894
12895                 int val __attribute__ ((unused));
12896                 val = KOBJ_NAME_LEN;
12897
12898   ;
12899   return 0;
12900 }
12901
12902 _ACEOF
12903
12904
12905         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
12906         echo "obj-m := conftest.o" >build/Makefile
12907         modpost_flag=''
12908         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
12909         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 $modpost_flag'
12910   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12911   (eval $ac_try) 2>&5
12912   ac_status=$?
12913   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12914   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12915   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12916   (eval $ac_try) 2>&5
12917   ac_status=$?
12918   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12919   (exit $ac_status); }; }; then
12920
12921                 { $as_echo "$as_me:$LINENO: result: yes" >&5
12922 $as_echo "yes" >&6; }
12923
12924 cat >>confdefs.h <<\_ACEOF
12925 #define HAVE_KOBJ_NAME_LEN 1
12926 _ACEOF
12927
12928
12929 else
12930   $as_echo "$as_me: failed program was:" >&5
12931 sed 's/^/| /' conftest.$ac_ext >&5
12932
12933                 { $as_echo "$as_me:$LINENO: result: no" >&5
12934 $as_echo "no" >&6; }
12935
12936
12937
12938 fi
12939
12940         rm -Rf build
12941
12942
12943
12944
12945         { $as_echo "$as_me:$LINENO: checking whether blkdev_get() wants 3 args" >&5
12946 $as_echo_n "checking whether blkdev_get() wants 3 args... " >&6; }
12947
12948
12949 cat confdefs.h - <<_ACEOF >conftest.c
12950 /* confdefs.h.  */
12951 _ACEOF
12952 cat confdefs.h >>conftest.$ac_ext
12953 cat >>conftest.$ac_ext <<_ACEOF
12954 /* end confdefs.h.  */
12955
12956
12957                 #include <linux/fs.h>
12958
12959 int
12960 main (void)
12961 {
12962
12963                 struct block_device *bdev = NULL;
12964                 (void) blkdev_get(bdev, 0, NULL);
12965
12966   ;
12967   return 0;
12968 }
12969
12970 _ACEOF
12971
12972
12973         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
12974         echo "obj-m := conftest.o" >build/Makefile
12975         modpost_flag=''
12976         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
12977         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 $modpost_flag'
12978   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12979   (eval $ac_try) 2>&5
12980   ac_status=$?
12981   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12983   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12984   (eval $ac_try) 2>&5
12985   ac_status=$?
12986   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12987   (exit $ac_status); }; }; then
12988
12989                 { $as_echo "$as_me:$LINENO: result: yes" >&5
12990 $as_echo "yes" >&6; }
12991
12992 cat >>confdefs.h <<\_ACEOF
12993 #define HAVE_3ARG_BLKDEV_GET 1
12994 _ACEOF
12995
12996
12997 else
12998   $as_echo "$as_me: failed program was:" >&5
12999 sed 's/^/| /' conftest.$ac_ext >&5
13000
13001                 { $as_echo "$as_me:$LINENO: result: no" >&5
13002 $as_echo "no" >&6; }
13003
13004
13005
13006 fi
13007
13008         rm -Rf build
13009
13010
13011
13012
13013         { $as_echo "$as_me:$LINENO: checking whether symbol blkdev_get_by_path is exported" >&5
13014 $as_echo_n "checking whether symbol blkdev_get_by_path is exported... " >&6; }
13015         grep -q -E '[[:space:]]blkdev_get_by_path[[:space:]]' \
13016                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
13017         rc=$?
13018         if test $rc -ne 0; then
13019
13020                 export=0
13021                 for file in fs/block_dev.c; do
13022                         grep -q -E "EXPORT_SYMBOL.*(blkdev_get_by_path)" "$LINUX/$file" 2>/dev/null
13023                         rc=$?
13024                         if test $rc -eq 0; then
13025
13026                                 export=1
13027                                 break;
13028
13029 fi
13030
13031                 done
13032                 if test $export -eq 0; then
13033
13034                         { $as_echo "$as_me:$LINENO: result: no" >&5
13035 $as_echo "no" >&6; }
13036
13037
13038 else
13039
13040                         { $as_echo "$as_me:$LINENO: result: yes" >&5
13041 $as_echo "yes" >&6; }
13042
13043 cat >>confdefs.h <<\_ACEOF
13044 #define HAVE_BLKDEV_GET_BY_PATH 1
13045 _ACEOF
13046
13047
13048 fi
13049
13050
13051 else
13052
13053                 { $as_echo "$as_me:$LINENO: result: yes" >&5
13054 $as_echo "yes" >&6; }
13055
13056 cat >>confdefs.h <<\_ACEOF
13057 #define HAVE_BLKDEV_GET_BY_PATH 1
13058 _ACEOF
13059
13060
13061 fi
13062
13063
13064
13065
13066         { $as_echo "$as_me:$LINENO: checking whether symbol open_bdev_exclusive is exported" >&5
13067 $as_echo_n "checking whether symbol open_bdev_exclusive is exported... " >&6; }
13068         grep -q -E '[[:space:]]open_bdev_exclusive[[:space:]]' \
13069                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
13070         rc=$?
13071         if test $rc -ne 0; then
13072
13073                 export=0
13074                 for file in fs/block_dev.c; do
13075                         grep -q -E "EXPORT_SYMBOL.*(open_bdev_exclusive)" "$LINUX/$file" 2>/dev/null
13076                         rc=$?
13077                         if test $rc -eq 0; then
13078
13079                                 export=1
13080                                 break;
13081
13082 fi
13083
13084                 done
13085                 if test $export -eq 0; then
13086
13087                         { $as_echo "$as_me:$LINENO: result: no" >&5
13088 $as_echo "no" >&6; }
13089
13090
13091 else
13092
13093                         { $as_echo "$as_me:$LINENO: result: yes" >&5
13094 $as_echo "yes" >&6; }
13095
13096 cat >>confdefs.h <<\_ACEOF
13097 #define HAVE_OPEN_BDEV_EXCLUSIVE 1
13098 _ACEOF
13099
13100
13101 fi
13102
13103
13104 else
13105
13106                 { $as_echo "$as_me:$LINENO: result: yes" >&5
13107 $as_echo "yes" >&6; }
13108
13109 cat >>confdefs.h <<\_ACEOF
13110 #define HAVE_OPEN_BDEV_EXCLUSIVE 1
13111 _ACEOF
13112
13113
13114 fi
13115
13116
13117
13118
13119         { $as_echo "$as_me:$LINENO: checking whether invalidate_bdev() wants 1 arg" >&5
13120 $as_echo_n "checking whether invalidate_bdev() wants 1 arg... " >&6; }
13121
13122
13123 cat confdefs.h - <<_ACEOF >conftest.c
13124 /* confdefs.h.  */
13125 _ACEOF
13126 cat confdefs.h >>conftest.$ac_ext
13127 cat >>conftest.$ac_ext <<_ACEOF
13128 /* end confdefs.h.  */
13129
13130
13131                 #include <linux/buffer_head.h>
13132
13133 int
13134 main (void)
13135 {
13136
13137                 struct block_device *bdev = NULL;
13138                 invalidate_bdev(bdev);
13139
13140   ;
13141   return 0;
13142 }
13143
13144 _ACEOF
13145
13146
13147         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
13148         echo "obj-m := conftest.o" >build/Makefile
13149         modpost_flag=''
13150         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
13151         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 $modpost_flag'
13152   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13153   (eval $ac_try) 2>&5
13154   ac_status=$?
13155   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13156   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13157   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13158   (eval $ac_try) 2>&5
13159   ac_status=$?
13160   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13161   (exit $ac_status); }; }; then
13162
13163                 { $as_echo "$as_me:$LINENO: result: yes" >&5
13164 $as_echo "yes" >&6; }
13165
13166 cat >>confdefs.h <<\_ACEOF
13167 #define HAVE_1ARG_INVALIDATE_BDEV 1
13168 _ACEOF
13169
13170
13171 else
13172   $as_echo "$as_me: failed program was:" >&5
13173 sed 's/^/| /' conftest.$ac_ext >&5
13174
13175                 { $as_echo "$as_me:$LINENO: result: no" >&5
13176 $as_echo "no" >&6; }
13177
13178
13179
13180 fi
13181
13182         rm -Rf build
13183
13184
13185
13186
13187         { $as_echo "$as_me:$LINENO: checking whether bdev_logical_block_size() is available" >&5
13188 $as_echo_n "checking whether bdev_logical_block_size() is available... " >&6; }
13189         tmp_flags="$EXTRA_KCFLAGS"
13190         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
13191
13192
13193 cat confdefs.h - <<_ACEOF >conftest.c
13194 /* confdefs.h.  */
13195 _ACEOF
13196 cat confdefs.h >>conftest.$ac_ext
13197 cat >>conftest.$ac_ext <<_ACEOF
13198 /* end confdefs.h.  */
13199
13200
13201                 #include <linux/blkdev.h>
13202
13203 int
13204 main (void)
13205 {
13206
13207                 struct block_device *bdev = NULL;
13208                 bdev_logical_block_size(bdev);
13209
13210   ;
13211   return 0;
13212 }
13213
13214 _ACEOF
13215
13216
13217         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
13218         echo "obj-m := conftest.o" >build/Makefile
13219         modpost_flag=''
13220         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
13221         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 $modpost_flag'
13222   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13223   (eval $ac_try) 2>&5
13224   ac_status=$?
13225   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13226   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13227   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13228   (eval $ac_try) 2>&5
13229   ac_status=$?
13230   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13231   (exit $ac_status); }; }; then
13232
13233                 { $as_echo "$as_me:$LINENO: result: yes" >&5
13234 $as_echo "yes" >&6; }
13235
13236 cat >>confdefs.h <<\_ACEOF
13237 #define HAVE_BDEV_LOGICAL_BLOCK_SIZE 1
13238 _ACEOF
13239
13240
13241 else
13242   $as_echo "$as_me: failed program was:" >&5
13243 sed 's/^/| /' conftest.$ac_ext >&5
13244
13245                 { $as_echo "$as_me:$LINENO: result: no" >&5
13246 $as_echo "no" >&6; }
13247
13248
13249
13250 fi
13251
13252         rm -Rf build
13253
13254
13255         EXTRA_KCFLAGS="$tmp_flags"
13256
13257
13258         { $as_echo "$as_me:$LINENO: checking whether bio_empty_barrier() is defined" >&5
13259 $as_echo_n "checking whether bio_empty_barrier() is defined... " >&6; }
13260         EXTRA_KCFLAGS="-Werror"
13261
13262
13263 cat confdefs.h - <<_ACEOF >conftest.c
13264 /* confdefs.h.  */
13265 _ACEOF
13266 cat confdefs.h >>conftest.$ac_ext
13267 cat >>conftest.$ac_ext <<_ACEOF
13268 /* end confdefs.h.  */
13269
13270
13271                 #include <linux/bio.h>
13272
13273 int
13274 main (void)
13275 {
13276
13277                 struct bio bio;
13278                 (void)bio_empty_barrier(&bio);
13279
13280   ;
13281   return 0;
13282 }
13283
13284 _ACEOF
13285
13286
13287         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
13288         echo "obj-m := conftest.o" >build/Makefile
13289         modpost_flag=''
13290         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
13291         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 $modpost_flag'
13292   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13293   (eval $ac_try) 2>&5
13294   ac_status=$?
13295   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13296   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13297   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13298   (eval $ac_try) 2>&5
13299   ac_status=$?
13300   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13301   (exit $ac_status); }; }; then
13302
13303                 { $as_echo "$as_me:$LINENO: result: yes" >&5
13304 $as_echo "yes" >&6; }
13305
13306 cat >>confdefs.h <<\_ACEOF
13307 #define HAVE_BIO_EMPTY_BARRIER 1
13308 _ACEOF
13309
13310
13311 else
13312   $as_echo "$as_me: failed program was:" >&5
13313 sed 's/^/| /' conftest.$ac_ext >&5
13314
13315                 { $as_echo "$as_me:$LINENO: result: no" >&5
13316 $as_echo "no" >&6; }
13317
13318
13319
13320 fi
13321
13322         rm -Rf build
13323
13324
13325
13326
13327         { $as_echo "$as_me:$LINENO: checking whether BIO_RW_FAILFAST is defined" >&5
13328 $as_echo_n "checking whether BIO_RW_FAILFAST is defined... " >&6; }
13329
13330
13331 cat confdefs.h - <<_ACEOF >conftest.c
13332 /* confdefs.h.  */
13333 _ACEOF
13334 cat confdefs.h >>conftest.$ac_ext
13335 cat >>conftest.$ac_ext <<_ACEOF
13336 /* end confdefs.h.  */
13337
13338
13339                 #include <linux/bio.h>
13340
13341 int
13342 main (void)
13343 {
13344
13345                 int flags __attribute__ ((unused));
13346                 flags = (1 << BIO_RW_FAILFAST);
13347
13348   ;
13349   return 0;
13350 }
13351
13352 _ACEOF
13353
13354
13355         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
13356         echo "obj-m := conftest.o" >build/Makefile
13357         modpost_flag=''
13358         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
13359         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 $modpost_flag'
13360   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13361   (eval $ac_try) 2>&5
13362   ac_status=$?
13363   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13364   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13365   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13366   (eval $ac_try) 2>&5
13367   ac_status=$?
13368   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13369   (exit $ac_status); }; }; then
13370
13371                 { $as_echo "$as_me:$LINENO: result: yes" >&5
13372 $as_echo "yes" >&6; }
13373
13374 cat >>confdefs.h <<\_ACEOF
13375 #define HAVE_BIO_RW_FAILFAST 1
13376 _ACEOF
13377
13378
13379 else
13380   $as_echo "$as_me: failed program was:" >&5
13381 sed 's/^/| /' conftest.$ac_ext >&5
13382
13383                 { $as_echo "$as_me:$LINENO: result: no" >&5
13384 $as_echo "no" >&6; }
13385
13386
13387
13388 fi
13389
13390         rm -Rf build
13391
13392
13393
13394
13395         { $as_echo "$as_me:$LINENO: checking whether BIO_RW_FAILFAST_* are defined" >&5
13396 $as_echo_n "checking whether BIO_RW_FAILFAST_* are defined... " >&6; }
13397
13398
13399 cat confdefs.h - <<_ACEOF >conftest.c
13400 /* confdefs.h.  */
13401 _ACEOF
13402 cat confdefs.h >>conftest.$ac_ext
13403 cat >>conftest.$ac_ext <<_ACEOF
13404 /* end confdefs.h.  */
13405
13406
13407                 #include <linux/bio.h>
13408
13409 int
13410 main (void)
13411 {
13412
13413                 int flags __attribute__ ((unused));
13414                 flags = ((1 << BIO_RW_FAILFAST_DEV) |
13415                          (1 << BIO_RW_FAILFAST_TRANSPORT) |
13416                          (1 << BIO_RW_FAILFAST_DRIVER));
13417
13418   ;
13419   return 0;
13420 }
13421
13422 _ACEOF
13423
13424
13425         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
13426         echo "obj-m := conftest.o" >build/Makefile
13427         modpost_flag=''
13428         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
13429         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 $modpost_flag'
13430   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13431   (eval $ac_try) 2>&5
13432   ac_status=$?
13433   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13434   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13435   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13436   (eval $ac_try) 2>&5
13437   ac_status=$?
13438   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13439   (exit $ac_status); }; }; then
13440
13441                 { $as_echo "$as_me:$LINENO: result: yes" >&5
13442 $as_echo "yes" >&6; }
13443
13444 cat >>confdefs.h <<\_ACEOF
13445 #define HAVE_BIO_RW_FAILFAST_DTD 1
13446 _ACEOF
13447
13448
13449 else
13450   $as_echo "$as_me: failed program was:" >&5
13451 sed 's/^/| /' conftest.$ac_ext >&5
13452
13453                 { $as_echo "$as_me:$LINENO: result: no" >&5
13454 $as_echo "no" >&6; }
13455
13456
13457
13458 fi
13459
13460         rm -Rf build
13461
13462
13463
13464
13465         { $as_echo "$as_me:$LINENO: checking whether REQ_FAILFAST_MASK is defined" >&5
13466 $as_echo_n "checking whether REQ_FAILFAST_MASK is defined... " >&6; }
13467
13468
13469 cat confdefs.h - <<_ACEOF >conftest.c
13470 /* confdefs.h.  */
13471 _ACEOF
13472 cat confdefs.h >>conftest.$ac_ext
13473 cat >>conftest.$ac_ext <<_ACEOF
13474 /* end confdefs.h.  */
13475
13476
13477                 #include <linux/bio.h>
13478
13479 int
13480 main (void)
13481 {
13482
13483                 int flags __attribute__ ((unused));
13484                 flags = REQ_FAILFAST_MASK;
13485
13486   ;
13487   return 0;
13488 }
13489
13490 _ACEOF
13491
13492
13493         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
13494         echo "obj-m := conftest.o" >build/Makefile
13495         modpost_flag=''
13496         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
13497         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 $modpost_flag'
13498   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13499   (eval $ac_try) 2>&5
13500   ac_status=$?
13501   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13502   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13503   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13504   (eval $ac_try) 2>&5
13505   ac_status=$?
13506   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13507   (exit $ac_status); }; }; then
13508
13509                 { $as_echo "$as_me:$LINENO: result: yes" >&5
13510 $as_echo "yes" >&6; }
13511
13512 cat >>confdefs.h <<\_ACEOF
13513 #define HAVE_BIO_REQ_FAILFAST_MASK 1
13514 _ACEOF
13515
13516
13517 else
13518   $as_echo "$as_me: failed program was:" >&5
13519 sed 's/^/| /' conftest.$ac_ext >&5
13520
13521                 { $as_echo "$as_me:$LINENO: result: no" >&5
13522 $as_echo "no" >&6; }
13523
13524
13525
13526 fi
13527
13528         rm -Rf build
13529
13530
13531
13532
13533         { $as_echo "$as_me:$LINENO: checking whether bio_end_io_t wants 2 args" >&5
13534 $as_echo_n "checking whether bio_end_io_t wants 2 args... " >&6; }
13535         tmp_flags="$EXTRA_KCFLAGS"
13536         EXTRA_KCFLAGS="-Werror"
13537
13538
13539 cat confdefs.h - <<_ACEOF >conftest.c
13540 /* confdefs.h.  */
13541 _ACEOF
13542 cat confdefs.h >>conftest.$ac_ext
13543 cat >>conftest.$ac_ext <<_ACEOF
13544 /* end confdefs.h.  */
13545
13546
13547                 #include <linux/bio.h>
13548
13549 int
13550 main (void)
13551 {
13552
13553                 void (*wanted_end_io)(struct bio *, int) = NULL;
13554                 bio_end_io_t *local_end_io __attribute__ ((unused));
13555
13556                 local_end_io = wanted_end_io;
13557
13558   ;
13559   return 0;
13560 }
13561
13562 _ACEOF
13563
13564
13565         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
13566         echo "obj-m := conftest.o" >build/Makefile
13567         modpost_flag=''
13568         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
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 $modpost_flag'
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
13584 cat >>confdefs.h <<\_ACEOF
13585 #define HAVE_2ARGS_BIO_END_IO_T 1
13586 _ACEOF
13587
13588
13589 else
13590   $as_echo "$as_me: failed program was:" >&5
13591 sed 's/^/| /' conftest.$ac_ext >&5
13592
13593                 { $as_echo "$as_me:$LINENO: result: no" >&5
13594 $as_echo "no" >&6; }
13595
13596
13597
13598 fi
13599
13600         rm -Rf build
13601
13602
13603         EXTRA_KCFLAGS="$tmp_flags"
13604
13605
13606         { $as_echo "$as_me:$LINENO: checking whether BIO_RW_SYNC is defined" >&5
13607 $as_echo_n "checking whether BIO_RW_SYNC is defined... " >&6; }
13608
13609
13610 cat confdefs.h - <<_ACEOF >conftest.c
13611 /* confdefs.h.  */
13612 _ACEOF
13613 cat confdefs.h >>conftest.$ac_ext
13614 cat >>conftest.$ac_ext <<_ACEOF
13615 /* end confdefs.h.  */
13616
13617
13618                 #include <linux/bio.h>
13619
13620 int
13621 main (void)
13622 {
13623
13624                 int flags __attribute__ ((unused));
13625                 flags = BIO_RW_SYNC;
13626
13627   ;
13628   return 0;
13629 }
13630
13631 _ACEOF
13632
13633
13634         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
13635         echo "obj-m := conftest.o" >build/Makefile
13636         modpost_flag=''
13637         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
13638         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 $modpost_flag'
13639   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13640   (eval $ac_try) 2>&5
13641   ac_status=$?
13642   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13643   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13644   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13645   (eval $ac_try) 2>&5
13646   ac_status=$?
13647   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13648   (exit $ac_status); }; }; then
13649
13650                 { $as_echo "$as_me:$LINENO: result: yes" >&5
13651 $as_echo "yes" >&6; }
13652
13653 cat >>confdefs.h <<\_ACEOF
13654 #define HAVE_BIO_RW_SYNC 1
13655 _ACEOF
13656
13657
13658 else
13659   $as_echo "$as_me: failed program was:" >&5
13660 sed 's/^/| /' conftest.$ac_ext >&5
13661
13662                 { $as_echo "$as_me:$LINENO: result: no" >&5
13663 $as_echo "no" >&6; }
13664
13665
13666
13667 fi
13668
13669         rm -Rf build
13670
13671
13672
13673
13674         { $as_echo "$as_me:$LINENO: checking whether BIO_RW_SYNCIO is defined" >&5
13675 $as_echo_n "checking whether BIO_RW_SYNCIO is defined... " >&6; }
13676
13677
13678 cat confdefs.h - <<_ACEOF >conftest.c
13679 /* confdefs.h.  */
13680 _ACEOF
13681 cat confdefs.h >>conftest.$ac_ext
13682 cat >>conftest.$ac_ext <<_ACEOF
13683 /* end confdefs.h.  */
13684
13685
13686                 #include <linux/bio.h>
13687
13688 int
13689 main (void)
13690 {
13691
13692                 int flags __attribute__ ((unused));
13693                 flags = BIO_RW_SYNCIO;
13694
13695   ;
13696   return 0;
13697 }
13698
13699 _ACEOF
13700
13701
13702         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
13703         echo "obj-m := conftest.o" >build/Makefile
13704         modpost_flag=''
13705         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
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 $modpost_flag'
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
13721 cat >>confdefs.h <<\_ACEOF
13722 #define HAVE_BIO_RW_SYNCIO 1
13723 _ACEOF
13724
13725
13726 else
13727   $as_echo "$as_me: failed program was:" >&5
13728 sed 's/^/| /' conftest.$ac_ext >&5
13729
13730                 { $as_echo "$as_me:$LINENO: result: no" >&5
13731 $as_echo "no" >&6; }
13732
13733
13734
13735 fi
13736
13737         rm -Rf build
13738
13739
13740
13741
13742         { $as_echo "$as_me:$LINENO: checking whether REQ_SYNC is defined" >&5
13743 $as_echo_n "checking whether REQ_SYNC is defined... " >&6; }
13744
13745
13746 cat confdefs.h - <<_ACEOF >conftest.c
13747 /* confdefs.h.  */
13748 _ACEOF
13749 cat confdefs.h >>conftest.$ac_ext
13750 cat >>conftest.$ac_ext <<_ACEOF
13751 /* end confdefs.h.  */
13752
13753
13754                 #include <linux/bio.h>
13755
13756 int
13757 main (void)
13758 {
13759
13760                 int flags __attribute__ ((unused));
13761                 flags = REQ_SYNC;
13762
13763   ;
13764   return 0;
13765 }
13766
13767 _ACEOF
13768
13769
13770         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
13771         echo "obj-m := conftest.o" >build/Makefile
13772         modpost_flag=''
13773         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
13774         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 $modpost_flag'
13775   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13776   (eval $ac_try) 2>&5
13777   ac_status=$?
13778   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13779   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13780   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13781   (eval $ac_try) 2>&5
13782   ac_status=$?
13783   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13784   (exit $ac_status); }; }; then
13785
13786                 { $as_echo "$as_me:$LINENO: result: yes" >&5
13787 $as_echo "yes" >&6; }
13788
13789 cat >>confdefs.h <<\_ACEOF
13790 #define HAVE_REQ_SYNC 1
13791 _ACEOF
13792
13793
13794 else
13795   $as_echo "$as_me: failed program was:" >&5
13796 sed 's/^/| /' conftest.$ac_ext >&5
13797
13798                 { $as_echo "$as_me:$LINENO: result: no" >&5
13799 $as_echo "no" >&6; }
13800
13801
13802
13803 fi
13804
13805         rm -Rf build
13806
13807
13808
13809
13810         { $as_echo "$as_me:$LINENO: checking whether blk_end_request() is available" >&5
13811 $as_echo_n "checking whether blk_end_request() is available... " >&6; }
13812         tmp_flags="$EXTRA_KCFLAGS"
13813         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
13814
13815
13816 cat confdefs.h - <<_ACEOF >conftest.c
13817 /* confdefs.h.  */
13818 _ACEOF
13819 cat confdefs.h >>conftest.$ac_ext
13820 cat >>conftest.$ac_ext <<_ACEOF
13821 /* end confdefs.h.  */
13822
13823
13824                 #include <linux/blkdev.h>
13825
13826 int
13827 main (void)
13828 {
13829
13830                 struct request *req = NULL;
13831                 (void) blk_end_request(req, 0, 0);
13832
13833   ;
13834   return 0;
13835 }
13836
13837 _ACEOF
13838
13839
13840         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
13841         echo "obj-m := conftest.o" >build/Makefile
13842         modpost_flag=''
13843         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
13844         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 $modpost_flag'
13845   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13846   (eval $ac_try) 2>&5
13847   ac_status=$?
13848   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13849   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13850   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13851   (eval $ac_try) 2>&5
13852   ac_status=$?
13853   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13854   (exit $ac_status); }; }; then
13855
13856                 { $as_echo "$as_me:$LINENO: result: yes" >&5
13857 $as_echo "yes" >&6; }
13858
13859 cat >>confdefs.h <<\_ACEOF
13860 #define HAVE_BLK_END_REQUEST 1
13861 _ACEOF
13862
13863
13864 else
13865   $as_echo "$as_me: failed program was:" >&5
13866 sed 's/^/| /' conftest.$ac_ext >&5
13867
13868                 { $as_echo "$as_me:$LINENO: result: no" >&5
13869 $as_echo "no" >&6; }
13870
13871
13872
13873 fi
13874
13875         rm -Rf build
13876
13877
13878
13879         { $as_echo "$as_me:$LINENO: checking whether blk_end_request() is GPL-only" >&5
13880 $as_echo_n "checking whether blk_end_request() is GPL-only... " >&6; }
13881
13882
13883 cat confdefs.h - <<_ACEOF >conftest.c
13884 /* confdefs.h.  */
13885 _ACEOF
13886 cat confdefs.h >>conftest.$ac_ext
13887 cat >>conftest.$ac_ext <<_ACEOF
13888 /* end confdefs.h.  */
13889
13890
13891                 #include <linux/module.h>
13892                 #include <linux/blkdev.h>
13893
13894                 MODULE_LICENSE("CDDL");
13895
13896 int
13897 main (void)
13898 {
13899
13900                 struct request *req = NULL;
13901                 (void) blk_end_request(req, 0, 0);
13902
13903   ;
13904   return 0;
13905 }
13906
13907 _ACEOF
13908
13909
13910         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
13911         echo "obj-m := conftest.o" >build/Makefile
13912         modpost_flag=''
13913         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
13914         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 $modpost_flag'
13915   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13916   (eval $ac_try) 2>&5
13917   ac_status=$?
13918   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13919   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13920   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13921   (eval $ac_try) 2>&5
13922   ac_status=$?
13923   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13924   (exit $ac_status); }; }; then
13925
13926                 { $as_echo "$as_me:$LINENO: result: no" >&5
13927 $as_echo "no" >&6; }
13928
13929 else
13930   $as_echo "$as_me: failed program was:" >&5
13931 sed 's/^/| /' conftest.$ac_ext >&5
13932
13933                 { $as_echo "$as_me:$LINENO: result: yes" >&5
13934 $as_echo "yes" >&6; }
13935
13936 cat >>confdefs.h <<\_ACEOF
13937 #define HAVE_BLK_END_REQUEST_GPL_ONLY 1
13938 _ACEOF
13939
13940
13941
13942
13943 fi
13944
13945         rm -Rf build
13946
13947
13948         EXTRA_KCFLAGS="$tmp_flags"
13949
13950
13951         { $as_echo "$as_me:$LINENO: checking whether blk_queue_flush() is available" >&5
13952 $as_echo_n "checking whether blk_queue_flush() is available... " >&6; }
13953         tmp_flags="$EXTRA_KCFLAGS"
13954         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
13955
13956
13957 cat confdefs.h - <<_ACEOF >conftest.c
13958 /* confdefs.h.  */
13959 _ACEOF
13960 cat confdefs.h >>conftest.$ac_ext
13961 cat >>conftest.$ac_ext <<_ACEOF
13962 /* end confdefs.h.  */
13963
13964
13965                 #include <linux/blkdev.h>
13966
13967 int
13968 main (void)
13969 {
13970
13971                 struct request_queue *q = NULL;
13972                 (void) blk_queue_flush(q, REQ_FLUSH);
13973
13974   ;
13975   return 0;
13976 }
13977
13978 _ACEOF
13979
13980
13981         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
13982         echo "obj-m := conftest.o" >build/Makefile
13983         modpost_flag=''
13984         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
13985         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 $modpost_flag'
13986   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13987   (eval $ac_try) 2>&5
13988   ac_status=$?
13989   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13990   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13991   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13992   (eval $ac_try) 2>&5
13993   ac_status=$?
13994   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13995   (exit $ac_status); }; }; then
13996
13997                 { $as_echo "$as_me:$LINENO: result: yes" >&5
13998 $as_echo "yes" >&6; }
13999
14000 cat >>confdefs.h <<\_ACEOF
14001 #define HAVE_BLK_QUEUE_FLUSH 1
14002 _ACEOF
14003
14004
14005 else
14006   $as_echo "$as_me: failed program was:" >&5
14007 sed 's/^/| /' conftest.$ac_ext >&5
14008
14009                 { $as_echo "$as_me:$LINENO: result: no" >&5
14010 $as_echo "no" >&6; }
14011
14012
14013
14014 fi
14015
14016         rm -Rf build
14017
14018
14019
14020         { $as_echo "$as_me:$LINENO: checking whether blk_queue_flush() is GPL-only" >&5
14021 $as_echo_n "checking whether blk_queue_flush() is GPL-only... " >&6; }
14022
14023
14024 cat confdefs.h - <<_ACEOF >conftest.c
14025 /* confdefs.h.  */
14026 _ACEOF
14027 cat confdefs.h >>conftest.$ac_ext
14028 cat >>conftest.$ac_ext <<_ACEOF
14029 /* end confdefs.h.  */
14030
14031
14032                 #include <linux/module.h>
14033                 #include <linux/blkdev.h>
14034
14035                 MODULE_LICENSE("CDDL");
14036
14037 int
14038 main (void)
14039 {
14040
14041                 struct request_queue *q = NULL;
14042                 (void) blk_queue_flush(q, REQ_FLUSH);
14043
14044   ;
14045   return 0;
14046 }
14047
14048 _ACEOF
14049
14050
14051         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14052         echo "obj-m := conftest.o" >build/Makefile
14053         modpost_flag=''
14054         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14055         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 $modpost_flag'
14056   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14057   (eval $ac_try) 2>&5
14058   ac_status=$?
14059   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14060   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14061   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14062   (eval $ac_try) 2>&5
14063   ac_status=$?
14064   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14065   (exit $ac_status); }; }; then
14066
14067                 { $as_echo "$as_me:$LINENO: result: no" >&5
14068 $as_echo "no" >&6; }
14069
14070 else
14071   $as_echo "$as_me: failed program was:" >&5
14072 sed 's/^/| /' conftest.$ac_ext >&5
14073
14074                 { $as_echo "$as_me:$LINENO: result: yes" >&5
14075 $as_echo "yes" >&6; }
14076
14077 cat >>confdefs.h <<\_ACEOF
14078 #define HAVE_BLK_QUEUE_FLUSH_GPL_ONLY 1
14079 _ACEOF
14080
14081
14082
14083
14084 fi
14085
14086         rm -Rf build
14087
14088
14089         EXTRA_KCFLAGS="$tmp_flags"
14090
14091
14092         { $as_echo "$as_me:$LINENO: checking whether blk_queue_max_hw_sectors() is available" >&5
14093 $as_echo_n "checking whether blk_queue_max_hw_sectors() is available... " >&6; }
14094         tmp_flags="$EXTRA_KCFLAGS"
14095         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
14096
14097
14098 cat confdefs.h - <<_ACEOF >conftest.c
14099 /* confdefs.h.  */
14100 _ACEOF
14101 cat confdefs.h >>conftest.$ac_ext
14102 cat >>conftest.$ac_ext <<_ACEOF
14103 /* end confdefs.h.  */
14104
14105
14106                 #include <linux/blkdev.h>
14107
14108 int
14109 main (void)
14110 {
14111
14112                 struct request_queue *q = NULL;
14113                 (void) blk_queue_max_hw_sectors(q, BLK_SAFE_MAX_SECTORS);
14114
14115   ;
14116   return 0;
14117 }
14118
14119 _ACEOF
14120
14121
14122         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14123         echo "obj-m := conftest.o" >build/Makefile
14124         modpost_flag=''
14125         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14126         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 $modpost_flag'
14127   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14128   (eval $ac_try) 2>&5
14129   ac_status=$?
14130   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14131   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14132   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14133   (eval $ac_try) 2>&5
14134   ac_status=$?
14135   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14136   (exit $ac_status); }; }; then
14137
14138                 { $as_echo "$as_me:$LINENO: result: yes" >&5
14139 $as_echo "yes" >&6; }
14140
14141 cat >>confdefs.h <<\_ACEOF
14142 #define HAVE_BLK_QUEUE_MAX_HW_SECTORS 1
14143 _ACEOF
14144
14145
14146 else
14147   $as_echo "$as_me: failed program was:" >&5
14148 sed 's/^/| /' conftest.$ac_ext >&5
14149
14150                 { $as_echo "$as_me:$LINENO: result: no" >&5
14151 $as_echo "no" >&6; }
14152
14153
14154
14155 fi
14156
14157         rm -Rf build
14158
14159
14160         EXTRA_KCFLAGS="$tmp_flags"
14161
14162
14163         { $as_echo "$as_me:$LINENO: checking whether blk_queue_max_segments() is available" >&5
14164 $as_echo_n "checking whether blk_queue_max_segments() is available... " >&6; }
14165         tmp_flags="$EXTRA_KCFLAGS"
14166         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
14167
14168
14169 cat confdefs.h - <<_ACEOF >conftest.c
14170 /* confdefs.h.  */
14171 _ACEOF
14172 cat confdefs.h >>conftest.$ac_ext
14173 cat >>conftest.$ac_ext <<_ACEOF
14174 /* end confdefs.h.  */
14175
14176
14177                 #include <linux/blkdev.h>
14178
14179 int
14180 main (void)
14181 {
14182
14183                 struct request_queue *q = NULL;
14184                 (void) blk_queue_max_segments(q, BLK_MAX_SEGMENTS);
14185
14186   ;
14187   return 0;
14188 }
14189
14190 _ACEOF
14191
14192
14193         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14194         echo "obj-m := conftest.o" >build/Makefile
14195         modpost_flag=''
14196         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14197         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 $modpost_flag'
14198   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14199   (eval $ac_try) 2>&5
14200   ac_status=$?
14201   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14202   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14203   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14204   (eval $ac_try) 2>&5
14205   ac_status=$?
14206   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14207   (exit $ac_status); }; }; then
14208
14209                 { $as_echo "$as_me:$LINENO: result: yes" >&5
14210 $as_echo "yes" >&6; }
14211
14212 cat >>confdefs.h <<\_ACEOF
14213 #define HAVE_BLK_QUEUE_MAX_SEGMENTS 1
14214 _ACEOF
14215
14216
14217 else
14218   $as_echo "$as_me: failed program was:" >&5
14219 sed 's/^/| /' conftest.$ac_ext >&5
14220
14221                 { $as_echo "$as_me:$LINENO: result: no" >&5
14222 $as_echo "no" >&6; }
14223
14224
14225
14226 fi
14227
14228         rm -Rf build
14229
14230
14231         EXTRA_KCFLAGS="$tmp_flags"
14232
14233
14234         { $as_echo "$as_me:$LINENO: checking whether blk_queue_physical_block_size() is available" >&5
14235 $as_echo_n "checking whether blk_queue_physical_block_size() is available... " >&6; }
14236         tmp_flags="$EXTRA_KCFLAGS"
14237         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
14238
14239
14240 cat confdefs.h - <<_ACEOF >conftest.c
14241 /* confdefs.h.  */
14242 _ACEOF
14243 cat confdefs.h >>conftest.$ac_ext
14244 cat >>conftest.$ac_ext <<_ACEOF
14245 /* end confdefs.h.  */
14246
14247
14248                 #include <linux/blkdev.h>
14249
14250 int
14251 main (void)
14252 {
14253
14254                 struct request_queue *q = NULL;
14255                 unsigned short block_size = 1;
14256                 (void) blk_queue_physical_block_size(q, block_size);
14257
14258   ;
14259   return 0;
14260 }
14261
14262 _ACEOF
14263
14264
14265         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14266         echo "obj-m := conftest.o" >build/Makefile
14267         modpost_flag=''
14268         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14269         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 $modpost_flag'
14270   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14271   (eval $ac_try) 2>&5
14272   ac_status=$?
14273   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14274   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14275   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14276   (eval $ac_try) 2>&5
14277   ac_status=$?
14278   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14279   (exit $ac_status); }; }; then
14280
14281                 { $as_echo "$as_me:$LINENO: result: yes" >&5
14282 $as_echo "yes" >&6; }
14283
14284 cat >>confdefs.h <<\_ACEOF
14285 #define HAVE_BLK_QUEUE_PHYSICAL_BLOCK_SIZE 1
14286 _ACEOF
14287
14288
14289 else
14290   $as_echo "$as_me: failed program was:" >&5
14291 sed 's/^/| /' conftest.$ac_ext >&5
14292
14293                 { $as_echo "$as_me:$LINENO: result: no" >&5
14294 $as_echo "no" >&6; }
14295
14296
14297
14298 fi
14299
14300         rm -Rf build
14301
14302
14303         EXTRA_KCFLAGS="$tmp_flags"
14304
14305
14306         { $as_echo "$as_me:$LINENO: checking whether blk_queue_io_opt() is available" >&5
14307 $as_echo_n "checking whether blk_queue_io_opt() is available... " >&6; }
14308         tmp_flags="$EXTRA_KCFLAGS"
14309         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
14310
14311
14312 cat confdefs.h - <<_ACEOF >conftest.c
14313 /* confdefs.h.  */
14314 _ACEOF
14315 cat confdefs.h >>conftest.$ac_ext
14316 cat >>conftest.$ac_ext <<_ACEOF
14317 /* end confdefs.h.  */
14318
14319
14320                 #include <linux/blkdev.h>
14321
14322 int
14323 main (void)
14324 {
14325
14326                 struct request_queue *q = NULL;
14327                 unsigned int opt = 1;
14328                 (void) blk_queue_io_opt(q, opt);
14329
14330   ;
14331   return 0;
14332 }
14333
14334 _ACEOF
14335
14336
14337         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14338         echo "obj-m := conftest.o" >build/Makefile
14339         modpost_flag=''
14340         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14341         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 $modpost_flag'
14342   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14343   (eval $ac_try) 2>&5
14344   ac_status=$?
14345   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14346   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14347   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14348   (eval $ac_try) 2>&5
14349   ac_status=$?
14350   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14351   (exit $ac_status); }; }; then
14352
14353                 { $as_echo "$as_me:$LINENO: result: yes" >&5
14354 $as_echo "yes" >&6; }
14355
14356 cat >>confdefs.h <<\_ACEOF
14357 #define HAVE_BLK_QUEUE_IO_OPT 1
14358 _ACEOF
14359
14360
14361 else
14362   $as_echo "$as_me: failed program was:" >&5
14363 sed 's/^/| /' conftest.$ac_ext >&5
14364
14365                 { $as_echo "$as_me:$LINENO: result: no" >&5
14366 $as_echo "no" >&6; }
14367
14368
14369
14370 fi
14371
14372         rm -Rf build
14373
14374
14375         EXTRA_KCFLAGS="$tmp_flags"
14376
14377
14378         { $as_echo "$as_me:$LINENO: checking whether blk_queue_nonrot() is available" >&5
14379 $as_echo_n "checking whether blk_queue_nonrot() is available... " >&6; }
14380         tmp_flags="$EXTRA_KCFLAGS"
14381         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
14382
14383
14384 cat confdefs.h - <<_ACEOF >conftest.c
14385 /* confdefs.h.  */
14386 _ACEOF
14387 cat confdefs.h >>conftest.$ac_ext
14388 cat >>conftest.$ac_ext <<_ACEOF
14389 /* end confdefs.h.  */
14390
14391
14392                 #include <linux/blkdev.h>
14393
14394 int
14395 main (void)
14396 {
14397
14398                 struct request_queue *q = NULL;
14399                 (void) blk_queue_nonrot(q);
14400
14401   ;
14402   return 0;
14403 }
14404
14405 _ACEOF
14406
14407
14408         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14409         echo "obj-m := conftest.o" >build/Makefile
14410         modpost_flag=''
14411         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14412         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 $modpost_flag'
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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14418   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14419   (eval $ac_try) 2>&5
14420   ac_status=$?
14421   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14422   (exit $ac_status); }; }; then
14423
14424                 { $as_echo "$as_me:$LINENO: result: yes" >&5
14425 $as_echo "yes" >&6; }
14426
14427 cat >>confdefs.h <<\_ACEOF
14428 #define HAVE_BLK_QUEUE_NONROT 1
14429 _ACEOF
14430
14431
14432 else
14433   $as_echo "$as_me: failed program was:" >&5
14434 sed 's/^/| /' conftest.$ac_ext >&5
14435
14436                 { $as_echo "$as_me:$LINENO: result: no" >&5
14437 $as_echo "no" >&6; }
14438
14439
14440
14441 fi
14442
14443         rm -Rf build
14444
14445
14446         EXTRA_KCFLAGS="$tmp_flags"
14447
14448
14449         { $as_echo "$as_me:$LINENO: checking whether blk_queue_discard() is available" >&5
14450 $as_echo_n "checking whether blk_queue_discard() is available... " >&6; }
14451         tmp_flags="$EXTRA_KCFLAGS"
14452         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
14453
14454
14455 cat confdefs.h - <<_ACEOF >conftest.c
14456 /* confdefs.h.  */
14457 _ACEOF
14458 cat confdefs.h >>conftest.$ac_ext
14459 cat >>conftest.$ac_ext <<_ACEOF
14460 /* end confdefs.h.  */
14461
14462
14463                 #include <linux/blkdev.h>
14464
14465 int
14466 main (void)
14467 {
14468
14469                 struct request_queue *q = NULL;
14470                 (void) blk_queue_discard(q);
14471
14472   ;
14473   return 0;
14474 }
14475
14476 _ACEOF
14477
14478
14479         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14480         echo "obj-m := conftest.o" >build/Makefile
14481         modpost_flag=''
14482         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14483         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 $modpost_flag'
14484   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14485   (eval $ac_try) 2>&5
14486   ac_status=$?
14487   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14488   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14489   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14490   (eval $ac_try) 2>&5
14491   ac_status=$?
14492   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14493   (exit $ac_status); }; }; then
14494
14495                 { $as_echo "$as_me:$LINENO: result: yes" >&5
14496 $as_echo "yes" >&6; }
14497
14498 cat >>confdefs.h <<\_ACEOF
14499 #define HAVE_BLK_QUEUE_DISCARD 1
14500 _ACEOF
14501
14502
14503 else
14504   $as_echo "$as_me: failed program was:" >&5
14505 sed 's/^/| /' conftest.$ac_ext >&5
14506
14507                 { $as_echo "$as_me:$LINENO: result: no" >&5
14508 $as_echo "no" >&6; }
14509
14510
14511
14512 fi
14513
14514         rm -Rf build
14515
14516
14517         EXTRA_KCFLAGS="$tmp_flags"
14518
14519
14520         { $as_echo "$as_me:$LINENO: checking whether blk_fetch_request() is available" >&5
14521 $as_echo_n "checking whether blk_fetch_request() is available... " >&6; }
14522         tmp_flags="$EXTRA_KCFLAGS"
14523         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
14524
14525
14526 cat confdefs.h - <<_ACEOF >conftest.c
14527 /* confdefs.h.  */
14528 _ACEOF
14529 cat confdefs.h >>conftest.$ac_ext
14530 cat >>conftest.$ac_ext <<_ACEOF
14531 /* end confdefs.h.  */
14532
14533
14534                 #include <linux/blkdev.h>
14535
14536 int
14537 main (void)
14538 {
14539
14540                 struct request_queue *q = NULL;
14541                 (void) blk_fetch_request(q);
14542
14543   ;
14544   return 0;
14545 }
14546
14547 _ACEOF
14548
14549
14550         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14551         echo "obj-m := conftest.o" >build/Makefile
14552         modpost_flag=''
14553         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14554         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 $modpost_flag'
14555   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14556   (eval $ac_try) 2>&5
14557   ac_status=$?
14558   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14559   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14560   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14561   (eval $ac_try) 2>&5
14562   ac_status=$?
14563   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14564   (exit $ac_status); }; }; then
14565
14566                 { $as_echo "$as_me:$LINENO: result: yes" >&5
14567 $as_echo "yes" >&6; }
14568
14569 cat >>confdefs.h <<\_ACEOF
14570 #define HAVE_BLK_FETCH_REQUEST 1
14571 _ACEOF
14572
14573
14574 else
14575   $as_echo "$as_me: failed program was:" >&5
14576 sed 's/^/| /' conftest.$ac_ext >&5
14577
14578                 { $as_echo "$as_me:$LINENO: result: no" >&5
14579 $as_echo "no" >&6; }
14580
14581
14582
14583 fi
14584
14585         rm -Rf build
14586
14587
14588         EXTRA_KCFLAGS="$tmp_flags"
14589
14590
14591         { $as_echo "$as_me:$LINENO: checking whether blk_requeue_request() is available" >&5
14592 $as_echo_n "checking whether blk_requeue_request() is available... " >&6; }
14593         tmp_flags="$EXTRA_KCFLAGS"
14594         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
14595
14596
14597 cat confdefs.h - <<_ACEOF >conftest.c
14598 /* confdefs.h.  */
14599 _ACEOF
14600 cat confdefs.h >>conftest.$ac_ext
14601 cat >>conftest.$ac_ext <<_ACEOF
14602 /* end confdefs.h.  */
14603
14604
14605                 #include <linux/blkdev.h>
14606
14607 int
14608 main (void)
14609 {
14610
14611                 struct request_queue *q = NULL;
14612                 struct request *req = NULL;
14613                 blk_requeue_request(q, req);
14614
14615   ;
14616   return 0;
14617 }
14618
14619 _ACEOF
14620
14621
14622         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14623         echo "obj-m := conftest.o" >build/Makefile
14624         modpost_flag=''
14625         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14626         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 $modpost_flag'
14627   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14628   (eval $ac_try) 2>&5
14629   ac_status=$?
14630   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14631   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14632   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14633   (eval $ac_try) 2>&5
14634   ac_status=$?
14635   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14636   (exit $ac_status); }; }; then
14637
14638                 { $as_echo "$as_me:$LINENO: result: yes" >&5
14639 $as_echo "yes" >&6; }
14640
14641 cat >>confdefs.h <<\_ACEOF
14642 #define HAVE_BLK_REQUEUE_REQUEST 1
14643 _ACEOF
14644
14645
14646 else
14647   $as_echo "$as_me: failed program was:" >&5
14648 sed 's/^/| /' conftest.$ac_ext >&5
14649
14650                 { $as_echo "$as_me:$LINENO: result: no" >&5
14651 $as_echo "no" >&6; }
14652
14653
14654
14655 fi
14656
14657         rm -Rf build
14658
14659
14660         EXTRA_KCFLAGS="$tmp_flags"
14661
14662
14663         { $as_echo "$as_me:$LINENO: checking whether blk_rq_bytes() is available" >&5
14664 $as_echo_n "checking whether blk_rq_bytes() is available... " >&6; }
14665         tmp_flags="$EXTRA_KCFLAGS"
14666         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
14667
14668
14669 cat confdefs.h - <<_ACEOF >conftest.c
14670 /* confdefs.h.  */
14671 _ACEOF
14672 cat confdefs.h >>conftest.$ac_ext
14673 cat >>conftest.$ac_ext <<_ACEOF
14674 /* end confdefs.h.  */
14675
14676
14677                 #include <linux/blkdev.h>
14678
14679 int
14680 main (void)
14681 {
14682
14683                 struct request *req = NULL;
14684                 (void) blk_rq_bytes(req);
14685
14686   ;
14687   return 0;
14688 }
14689
14690 _ACEOF
14691
14692
14693         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14694         echo "obj-m := conftest.o" >build/Makefile
14695         modpost_flag=''
14696         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14697         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 $modpost_flag'
14698   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14699   (eval $ac_try) 2>&5
14700   ac_status=$?
14701   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14702   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14703   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14704   (eval $ac_try) 2>&5
14705   ac_status=$?
14706   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14707   (exit $ac_status); }; }; then
14708
14709                 { $as_echo "$as_me:$LINENO: result: yes" >&5
14710 $as_echo "yes" >&6; }
14711
14712 cat >>confdefs.h <<\_ACEOF
14713 #define HAVE_BLK_RQ_BYTES 1
14714 _ACEOF
14715
14716
14717 else
14718   $as_echo "$as_me: failed program was:" >&5
14719 sed 's/^/| /' conftest.$ac_ext >&5
14720
14721                 { $as_echo "$as_me:$LINENO: result: no" >&5
14722 $as_echo "no" >&6; }
14723
14724
14725
14726 fi
14727
14728         rm -Rf build
14729
14730
14731
14732         { $as_echo "$as_me:$LINENO: checking whether blk_rq_bytes() is GPL-only" >&5
14733 $as_echo_n "checking whether blk_rq_bytes() is GPL-only... " >&6; }
14734
14735
14736 cat confdefs.h - <<_ACEOF >conftest.c
14737 /* confdefs.h.  */
14738 _ACEOF
14739 cat confdefs.h >>conftest.$ac_ext
14740 cat >>conftest.$ac_ext <<_ACEOF
14741 /* end confdefs.h.  */
14742
14743
14744                 #include <linux/module.h>
14745                 #include <linux/blkdev.h>
14746
14747                 MODULE_LICENSE("CDDL");
14748
14749 int
14750 main (void)
14751 {
14752
14753                 struct request *req = NULL;
14754                 (void) blk_rq_bytes(req);
14755
14756   ;
14757   return 0;
14758 }
14759
14760 _ACEOF
14761
14762
14763         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14764         echo "obj-m := conftest.o" >build/Makefile
14765         modpost_flag=''
14766         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14767         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 $modpost_flag'
14768   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14769   (eval $ac_try) 2>&5
14770   ac_status=$?
14771   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14772   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14773   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14774   (eval $ac_try) 2>&5
14775   ac_status=$?
14776   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14777   (exit $ac_status); }; }; then
14778
14779                 { $as_echo "$as_me:$LINENO: result: no" >&5
14780 $as_echo "no" >&6; }
14781
14782 else
14783   $as_echo "$as_me: failed program was:" >&5
14784 sed 's/^/| /' conftest.$ac_ext >&5
14785
14786                 { $as_echo "$as_me:$LINENO: result: yes" >&5
14787 $as_echo "yes" >&6; }
14788
14789 cat >>confdefs.h <<\_ACEOF
14790 #define HAVE_BLK_RQ_BYTES_GPL_ONLY 1
14791 _ACEOF
14792
14793
14794
14795
14796 fi
14797
14798         rm -Rf build
14799
14800
14801         EXTRA_KCFLAGS="$tmp_flags"
14802
14803
14804         { $as_echo "$as_me:$LINENO: checking whether blk_rq_pos() is available" >&5
14805 $as_echo_n "checking whether blk_rq_pos() is available... " >&6; }
14806         tmp_flags="$EXTRA_KCFLAGS"
14807         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
14808
14809
14810 cat confdefs.h - <<_ACEOF >conftest.c
14811 /* confdefs.h.  */
14812 _ACEOF
14813 cat confdefs.h >>conftest.$ac_ext
14814 cat >>conftest.$ac_ext <<_ACEOF
14815 /* end confdefs.h.  */
14816
14817
14818                 #include <linux/blkdev.h>
14819
14820 int
14821 main (void)
14822 {
14823
14824                 struct request *req = NULL;
14825                 (void) blk_rq_pos(req);
14826
14827   ;
14828   return 0;
14829 }
14830
14831 _ACEOF
14832
14833
14834         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14835         echo "obj-m := conftest.o" >build/Makefile
14836         modpost_flag=''
14837         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14838         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 $modpost_flag'
14839   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14840   (eval $ac_try) 2>&5
14841   ac_status=$?
14842   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14843   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14844   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14845   (eval $ac_try) 2>&5
14846   ac_status=$?
14847   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14848   (exit $ac_status); }; }; then
14849
14850                 { $as_echo "$as_me:$LINENO: result: yes" >&5
14851 $as_echo "yes" >&6; }
14852
14853 cat >>confdefs.h <<\_ACEOF
14854 #define HAVE_BLK_RQ_POS 1
14855 _ACEOF
14856
14857
14858 else
14859   $as_echo "$as_me: failed program was:" >&5
14860 sed 's/^/| /' conftest.$ac_ext >&5
14861
14862                 { $as_echo "$as_me:$LINENO: result: no" >&5
14863 $as_echo "no" >&6; }
14864
14865
14866
14867 fi
14868
14869         rm -Rf build
14870
14871
14872         EXTRA_KCFLAGS="$tmp_flags"
14873
14874
14875         { $as_echo "$as_me:$LINENO: checking whether blk_rq_sectors() is available" >&5
14876 $as_echo_n "checking whether blk_rq_sectors() is available... " >&6; }
14877         tmp_flags="$EXTRA_KCFLAGS"
14878         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
14879
14880
14881 cat confdefs.h - <<_ACEOF >conftest.c
14882 /* confdefs.h.  */
14883 _ACEOF
14884 cat confdefs.h >>conftest.$ac_ext
14885 cat >>conftest.$ac_ext <<_ACEOF
14886 /* end confdefs.h.  */
14887
14888
14889                 #include <linux/blkdev.h>
14890
14891 int
14892 main (void)
14893 {
14894
14895                 struct request *req = NULL;
14896                 (void) blk_rq_sectors(req);
14897
14898   ;
14899   return 0;
14900 }
14901
14902 _ACEOF
14903
14904
14905         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14906         echo "obj-m := conftest.o" >build/Makefile
14907         modpost_flag=''
14908         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14909         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 $modpost_flag'
14910   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14911   (eval $ac_try) 2>&5
14912   ac_status=$?
14913   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14914   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14915   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14916   (eval $ac_try) 2>&5
14917   ac_status=$?
14918   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14919   (exit $ac_status); }; }; then
14920
14921                 { $as_echo "$as_me:$LINENO: result: yes" >&5
14922 $as_echo "yes" >&6; }
14923
14924 cat >>confdefs.h <<\_ACEOF
14925 #define HAVE_BLK_RQ_SECTORS 1
14926 _ACEOF
14927
14928
14929 else
14930   $as_echo "$as_me: failed program was:" >&5
14931 sed 's/^/| /' conftest.$ac_ext >&5
14932
14933                 { $as_echo "$as_me:$LINENO: result: no" >&5
14934 $as_echo "no" >&6; }
14935
14936
14937
14938 fi
14939
14940         rm -Rf build
14941
14942
14943         EXTRA_KCFLAGS="$tmp_flags"
14944
14945
14946         { $as_echo "$as_me:$LINENO: checking whether get_disk_ro() is available" >&5
14947 $as_echo_n "checking whether get_disk_ro() is available... " >&6; }
14948         tmp_flags="$EXTRA_KCFLAGS"
14949         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
14950
14951
14952 cat confdefs.h - <<_ACEOF >conftest.c
14953 /* confdefs.h.  */
14954 _ACEOF
14955 cat confdefs.h >>conftest.$ac_ext
14956 cat >>conftest.$ac_ext <<_ACEOF
14957 /* end confdefs.h.  */
14958
14959
14960                 #include <linux/blkdev.h>
14961
14962 int
14963 main (void)
14964 {
14965
14966                 struct gendisk *disk = NULL;
14967                 (void) get_disk_ro(disk);
14968
14969   ;
14970   return 0;
14971 }
14972
14973 _ACEOF
14974
14975
14976         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14977         echo "obj-m := conftest.o" >build/Makefile
14978         modpost_flag=''
14979         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14980         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 $modpost_flag'
14981   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14982   (eval $ac_try) 2>&5
14983   ac_status=$?
14984   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14985   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14986   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14987   (eval $ac_try) 2>&5
14988   ac_status=$?
14989   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14990   (exit $ac_status); }; }; then
14991
14992                 { $as_echo "$as_me:$LINENO: result: yes" >&5
14993 $as_echo "yes" >&6; }
14994
14995 cat >>confdefs.h <<\_ACEOF
14996 #define HAVE_GET_DISK_RO 1
14997 _ACEOF
14998
14999
15000 else
15001   $as_echo "$as_me: failed program was:" >&5
15002 sed 's/^/| /' conftest.$ac_ext >&5
15003
15004                 { $as_echo "$as_me:$LINENO: result: no" >&5
15005 $as_echo "no" >&6; }
15006
15007
15008
15009 fi
15010
15011         rm -Rf build
15012
15013
15014         EXTRA_KCFLAGS="$tmp_flags"
15015
15016
15017         { $as_echo "$as_me:$LINENO: checking whether symbol get_gendisk is exported" >&5
15018 $as_echo_n "checking whether symbol get_gendisk is exported... " >&6; }
15019         grep -q -E '[[:space:]]get_gendisk[[:space:]]' \
15020                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
15021         rc=$?
15022         if test $rc -ne 0; then
15023
15024                 export=0
15025                 for file in block/genhd.c; do
15026                         grep -q -E "EXPORT_SYMBOL.*(get_gendisk)" "$LINUX/$file" 2>/dev/null
15027                         rc=$?
15028                         if test $rc -eq 0; then
15029
15030                                 export=1
15031                                 break;
15032
15033 fi
15034
15035                 done
15036                 if test $export -eq 0; then
15037
15038                         { $as_echo "$as_me:$LINENO: result: no" >&5
15039 $as_echo "no" >&6; }
15040
15041
15042 else
15043
15044                         { $as_echo "$as_me:$LINENO: result: yes" >&5
15045 $as_echo "yes" >&6; }
15046
15047 cat >>confdefs.h <<\_ACEOF
15048 #define HAVE_GET_GENDISK 1
15049 _ACEOF
15050
15051
15052 fi
15053
15054
15055 else
15056
15057                 { $as_echo "$as_me:$LINENO: result: yes" >&5
15058 $as_echo "yes" >&6; }
15059
15060 cat >>confdefs.h <<\_ACEOF
15061 #define HAVE_GET_GENDISK 1
15062 _ACEOF
15063
15064
15065 fi
15066
15067
15068
15069
15070         { $as_echo "$as_me:$LINENO: checking whether rq_is_sync() is available" >&5
15071 $as_echo_n "checking whether rq_is_sync() is available... " >&6; }
15072         tmp_flags="$EXTRA_KCFLAGS"
15073         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
15074
15075
15076 cat confdefs.h - <<_ACEOF >conftest.c
15077 /* confdefs.h.  */
15078 _ACEOF
15079 cat confdefs.h >>conftest.$ac_ext
15080 cat >>conftest.$ac_ext <<_ACEOF
15081 /* end confdefs.h.  */
15082
15083
15084                 #include <linux/blkdev.h>
15085
15086 int
15087 main (void)
15088 {
15089
15090                 struct request *req = NULL;
15091                 (void) rq_is_sync(req);
15092
15093   ;
15094   return 0;
15095 }
15096
15097 _ACEOF
15098
15099
15100         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15101         echo "obj-m := conftest.o" >build/Makefile
15102         modpost_flag=''
15103         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15104         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 $modpost_flag'
15105   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15106   (eval $ac_try) 2>&5
15107   ac_status=$?
15108   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15109   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15110   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15111   (eval $ac_try) 2>&5
15112   ac_status=$?
15113   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15114   (exit $ac_status); }; }; then
15115
15116                 { $as_echo "$as_me:$LINENO: result: yes" >&5
15117 $as_echo "yes" >&6; }
15118
15119 cat >>confdefs.h <<\_ACEOF
15120 #define HAVE_RQ_IS_SYNC 1
15121 _ACEOF
15122
15123
15124 else
15125   $as_echo "$as_me: failed program was:" >&5
15126 sed 's/^/| /' conftest.$ac_ext >&5
15127
15128                 { $as_echo "$as_me:$LINENO: result: no" >&5
15129 $as_echo "no" >&6; }
15130
15131
15132
15133 fi
15134
15135         rm -Rf build
15136
15137
15138         EXTRA_KCFLAGS="$tmp_flags"
15139
15140
15141         { $as_echo "$as_me:$LINENO: checking whether rq_for_each_segment() is available" >&5
15142 $as_echo_n "checking whether rq_for_each_segment() is available... " >&6; }
15143         tmp_flags="$EXTRA_KCFLAGS"
15144         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
15145
15146
15147 cat confdefs.h - <<_ACEOF >conftest.c
15148 /* confdefs.h.  */
15149 _ACEOF
15150 cat confdefs.h >>conftest.$ac_ext
15151 cat >>conftest.$ac_ext <<_ACEOF
15152 /* end confdefs.h.  */
15153
15154
15155                 #include <linux/blkdev.h>
15156
15157 int
15158 main (void)
15159 {
15160
15161                 struct bio_vec *bv;
15162                 struct req_iterator iter;
15163                 struct request *req = NULL;
15164                 rq_for_each_segment(bv, req, iter) { }
15165
15166   ;
15167   return 0;
15168 }
15169
15170 _ACEOF
15171
15172
15173         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15174         echo "obj-m := conftest.o" >build/Makefile
15175         modpost_flag=''
15176         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15177         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 $modpost_flag'
15178   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15179   (eval $ac_try) 2>&5
15180   ac_status=$?
15181   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15182   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15183   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15184   (eval $ac_try) 2>&5
15185   ac_status=$?
15186   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15187   (exit $ac_status); }; }; then
15188
15189                 { $as_echo "$as_me:$LINENO: result: yes" >&5
15190 $as_echo "yes" >&6; }
15191
15192 cat >>confdefs.h <<\_ACEOF
15193 #define HAVE_RQ_FOR_EACH_SEGMENT 1
15194 _ACEOF
15195
15196
15197 else
15198   $as_echo "$as_me: failed program was:" >&5
15199 sed 's/^/| /' conftest.$ac_ext >&5
15200
15201                 { $as_echo "$as_me:$LINENO: result: no" >&5
15202 $as_echo "no" >&6; }
15203
15204
15205
15206 fi
15207
15208         rm -Rf build
15209
15210
15211         EXTRA_KCFLAGS="$tmp_flags"
15212
15213         { $as_echo "$as_me:$LINENO: checking whether super_block uses const struct xattr_hander" >&5
15214 $as_echo_n "checking whether super_block uses const struct xattr_hander... " >&6; }
15215
15216
15217 cat confdefs.h - <<_ACEOF >conftest.c
15218 /* confdefs.h.  */
15219 _ACEOF
15220 cat confdefs.h >>conftest.$ac_ext
15221 cat >>conftest.$ac_ext <<_ACEOF
15222 /* end confdefs.h.  */
15223
15224
15225                 #include <linux/fs.h>
15226                 #include <linux/xattr.h>
15227
15228                 const struct xattr_handler xattr_test_handler = {
15229                         .prefix = "test",
15230                         .get    = NULL,
15231                         .set    = NULL,
15232                 };
15233
15234                 const struct xattr_handler *xattr_handlers[] = {
15235                         &xattr_test_handler,
15236                 };
15237
15238 int
15239 main (void)
15240 {
15241
15242                 struct super_block sb __attribute__ ((unused));
15243
15244                 sb.s_xattr = xattr_handlers;
15245
15246   ;
15247   return 0;
15248 }
15249
15250 _ACEOF
15251
15252
15253         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15254         echo "obj-m := conftest.o" >build/Makefile
15255         modpost_flag=''
15256         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15257         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 $modpost_flag'
15258   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15259   (eval $ac_try) 2>&5
15260   ac_status=$?
15261   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15262   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15263   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15264   (eval $ac_try) 2>&5
15265   ac_status=$?
15266   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15267   (exit $ac_status); }; }; then
15268
15269                 { $as_echo "$as_me:$LINENO: result: yes" >&5
15270 $as_echo "yes" >&6; }
15271
15272 cat >>confdefs.h <<\_ACEOF
15273 #define HAVE_CONST_XATTR_HANDLER 1
15274 _ACEOF
15275
15276
15277 else
15278   $as_echo "$as_me: failed program was:" >&5
15279 sed 's/^/| /' conftest.$ac_ext >&5
15280
15281                 { $as_echo "$as_me:$LINENO: result: no" >&5
15282 $as_echo "no" >&6; }
15283
15284
15285
15286 fi
15287
15288         rm -Rf build
15289
15290
15291
15292
15293         { $as_echo "$as_me:$LINENO: checking whether xattr_handler->get() wants dentry" >&5
15294 $as_echo_n "checking whether xattr_handler->get() wants dentry... " >&6; }
15295
15296
15297 cat confdefs.h - <<_ACEOF >conftest.c
15298 /* confdefs.h.  */
15299 _ACEOF
15300 cat confdefs.h >>conftest.$ac_ext
15301 cat >>conftest.$ac_ext <<_ACEOF
15302 /* end confdefs.h.  */
15303
15304
15305                 #include <linux/xattr.h>
15306
15307 int
15308 main (void)
15309 {
15310
15311                 int (*get)(struct dentry *dentry, const char *name,
15312                     void *buffer, size_t size, int handler_flags) = NULL;
15313                 struct xattr_handler xops __attribute__ ((unused));
15314
15315                 xops.get = get;
15316
15317   ;
15318   return 0;
15319 }
15320
15321 _ACEOF
15322
15323
15324         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15325         echo "obj-m := conftest.o" >build/Makefile
15326         modpost_flag=''
15327         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15328         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 $modpost_flag'
15329   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15330   (eval $ac_try) 2>&5
15331   ac_status=$?
15332   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15333   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15334   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15335   (eval $ac_try) 2>&5
15336   ac_status=$?
15337   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15338   (exit $ac_status); }; }; then
15339
15340                 { $as_echo "$as_me:$LINENO: result: yes" >&5
15341 $as_echo "yes" >&6; }
15342
15343 cat >>confdefs.h <<\_ACEOF
15344 #define HAVE_DENTRY_XATTR_GET 1
15345 _ACEOF
15346
15347
15348 else
15349   $as_echo "$as_me: failed program was:" >&5
15350 sed 's/^/| /' conftest.$ac_ext >&5
15351
15352                 { $as_echo "$as_me:$LINENO: result: no" >&5
15353 $as_echo "no" >&6; }
15354
15355
15356
15357 fi
15358
15359         rm -Rf build
15360
15361
15362
15363
15364         { $as_echo "$as_me:$LINENO: checking whether xattr_handler->set() wants dentry" >&5
15365 $as_echo_n "checking whether xattr_handler->set() wants dentry... " >&6; }
15366
15367
15368 cat confdefs.h - <<_ACEOF >conftest.c
15369 /* confdefs.h.  */
15370 _ACEOF
15371 cat confdefs.h >>conftest.$ac_ext
15372 cat >>conftest.$ac_ext <<_ACEOF
15373 /* end confdefs.h.  */
15374
15375
15376                 #include <linux/xattr.h>
15377
15378 int
15379 main (void)
15380 {
15381
15382                 int (*set)(struct dentry *dentry, const char *name,
15383                     const void *buffer, size_t size, int flags,
15384                     int handler_flags) = NULL;
15385                 struct xattr_handler xops __attribute__ ((unused));
15386
15387                 xops.set = set;
15388
15389   ;
15390   return 0;
15391 }
15392
15393 _ACEOF
15394
15395
15396         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15397         echo "obj-m := conftest.o" >build/Makefile
15398         modpost_flag=''
15399         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15400         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 $modpost_flag'
15401   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15402   (eval $ac_try) 2>&5
15403   ac_status=$?
15404   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15405   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15406   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15407   (eval $ac_try) 2>&5
15408   ac_status=$?
15409   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15410   (exit $ac_status); }; }; then
15411
15412                 { $as_echo "$as_me:$LINENO: result: yes" >&5
15413 $as_echo "yes" >&6; }
15414
15415 cat >>confdefs.h <<\_ACEOF
15416 #define HAVE_DENTRY_XATTR_SET 1
15417 _ACEOF
15418
15419
15420 else
15421   $as_echo "$as_me: failed program was:" >&5
15422 sed 's/^/| /' conftest.$ac_ext >&5
15423
15424                 { $as_echo "$as_me:$LINENO: result: no" >&5
15425 $as_echo "no" >&6; }
15426
15427
15428
15429 fi
15430
15431         rm -Rf build
15432
15433
15434
15435
15436         { $as_echo "$as_me:$LINENO: checking whether sops->show_options() wants dentry" >&5
15437 $as_echo_n "checking whether sops->show_options() wants dentry... " >&6; }
15438
15439
15440
15441 cat confdefs.h - <<_ACEOF >conftest.c
15442 /* confdefs.h.  */
15443 _ACEOF
15444 cat confdefs.h >>conftest.$ac_ext
15445 cat >>conftest.$ac_ext <<_ACEOF
15446 /* end confdefs.h.  */
15447
15448
15449                 #include <linux/fs.h>
15450
15451                 int show_options (struct seq_file * x, struct dentry * y) { return 0; };
15452                 static struct super_operations sops __attribute__ ((unused)) = {
15453                         .show_options = show_options,
15454                 };
15455
15456 int
15457 main (void)
15458 {
15459
15460
15461   ;
15462   return 0;
15463 }
15464
15465 _ACEOF
15466
15467
15468         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15469         echo "obj-m := conftest.o" >build/Makefile
15470         modpost_flag=''
15471         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15472         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 $modpost_flag'
15473   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15474   (eval $ac_try) 2>&5
15475   ac_status=$?
15476   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15477   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15478   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15479   (eval $ac_try) 2>&5
15480   ac_status=$?
15481   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15482   (exit $ac_status); }; }; then
15483
15484                 { $as_echo "$as_me:$LINENO: result: yes" >&5
15485 $as_echo "yes" >&6; }
15486
15487 cat >>confdefs.h <<\_ACEOF
15488 #define HAVE_SHOW_OPTIONS_WITH_DENTRY 1
15489 _ACEOF
15490
15491
15492 else
15493   $as_echo "$as_me: failed program was:" >&5
15494 sed 's/^/| /' conftest.$ac_ext >&5
15495
15496                 { $as_echo "$as_me:$LINENO: result: no" >&5
15497 $as_echo "no" >&6; }
15498
15499
15500
15501 fi
15502
15503         rm -Rf build
15504
15505
15506
15507
15508         { $as_echo "$as_me:$LINENO: checking whether fops->fsync() wants" >&5
15509 $as_echo_n "checking whether fops->fsync() wants... " >&6; }
15510
15511
15512
15513 cat confdefs.h - <<_ACEOF >conftest.c
15514 /* confdefs.h.  */
15515 _ACEOF
15516 cat confdefs.h >>conftest.$ac_ext
15517 cat >>conftest.$ac_ext <<_ACEOF
15518 /* end confdefs.h.  */
15519
15520
15521                 #include <linux/fs.h>
15522
15523 int
15524 main (void)
15525 {
15526
15527                 int (*fsync) (struct file *, struct dentry *, int) = NULL;
15528                 struct file_operations fops __attribute__ ((unused));
15529
15530                 fops.fsync = fsync;
15531
15532   ;
15533   return 0;
15534 }
15535
15536 _ACEOF
15537
15538
15539         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15540         echo "obj-m := conftest.o" >build/Makefile
15541         modpost_flag=''
15542         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15543         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 $modpost_flag'
15544   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15545   (eval $ac_try) 2>&5
15546   ac_status=$?
15547   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15548   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15549   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15550   (eval $ac_try) 2>&5
15551   ac_status=$?
15552   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15553   (exit $ac_status); }; }; then
15554
15555                 { $as_echo "$as_me:$LINENO: result: dentry" >&5
15556 $as_echo "dentry" >&6; }
15557
15558 cat >>confdefs.h <<\_ACEOF
15559 #define HAVE_FSYNC_WITH_DENTRY 1
15560 _ACEOF
15561
15562
15563 else
15564   $as_echo "$as_me: failed program was:" >&5
15565 sed 's/^/| /' conftest.$ac_ext >&5
15566
15567
15568
15569
15570 fi
15571
15572         rm -Rf build
15573
15574
15575
15576
15577
15578
15579 cat confdefs.h - <<_ACEOF >conftest.c
15580 /* confdefs.h.  */
15581 _ACEOF
15582 cat confdefs.h >>conftest.$ac_ext
15583 cat >>conftest.$ac_ext <<_ACEOF
15584 /* end confdefs.h.  */
15585
15586
15587                 #include <linux/fs.h>
15588
15589 int
15590 main (void)
15591 {
15592
15593                 int (*fsync) (struct file *, int) = NULL;
15594                 struct file_operations fops __attribute__ ((unused));
15595
15596                 fops.fsync = fsync;
15597
15598   ;
15599   return 0;
15600 }
15601
15602 _ACEOF
15603
15604
15605         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15606         echo "obj-m := conftest.o" >build/Makefile
15607         modpost_flag=''
15608         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15609         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 $modpost_flag'
15610   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15611   (eval $ac_try) 2>&5
15612   ac_status=$?
15613   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15614   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15615   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15616   (eval $ac_try) 2>&5
15617   ac_status=$?
15618   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15619   (exit $ac_status); }; }; then
15620
15621                 { $as_echo "$as_me:$LINENO: result: no dentry" >&5
15622 $as_echo "no dentry" >&6; }
15623
15624 cat >>confdefs.h <<\_ACEOF
15625 #define HAVE_FSYNC_WITHOUT_DENTRY 1
15626 _ACEOF
15627
15628
15629 else
15630   $as_echo "$as_me: failed program was:" >&5
15631 sed 's/^/| /' conftest.$ac_ext >&5
15632
15633
15634
15635
15636 fi
15637
15638         rm -Rf build
15639
15640
15641
15642
15643
15644
15645 cat confdefs.h - <<_ACEOF >conftest.c
15646 /* confdefs.h.  */
15647 _ACEOF
15648 cat confdefs.h >>conftest.$ac_ext
15649 cat >>conftest.$ac_ext <<_ACEOF
15650 /* end confdefs.h.  */
15651
15652
15653                 #include <linux/fs.h>
15654
15655 int
15656 main (void)
15657 {
15658
15659                 int (*fsync) (struct file *, loff_t, loff_t, int) = NULL;
15660                 struct file_operations fops __attribute__ ((unused));
15661
15662                 fops.fsync = fsync;
15663
15664   ;
15665   return 0;
15666 }
15667
15668 _ACEOF
15669
15670
15671         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15672         echo "obj-m := conftest.o" >build/Makefile
15673         modpost_flag=''
15674         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15675         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 $modpost_flag'
15676   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15677   (eval $ac_try) 2>&5
15678   ac_status=$?
15679   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15680   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15681   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15682   (eval $ac_try) 2>&5
15683   ac_status=$?
15684   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15685   (exit $ac_status); }; }; then
15686
15687                 { $as_echo "$as_me:$LINENO: result: range" >&5
15688 $as_echo "range" >&6; }
15689
15690 cat >>confdefs.h <<\_ACEOF
15691 #define HAVE_FSYNC_RANGE 1
15692 _ACEOF
15693
15694
15695 else
15696   $as_echo "$as_me: failed program was:" >&5
15697 sed 's/^/| /' conftest.$ac_ext >&5
15698
15699
15700
15701
15702 fi
15703
15704         rm -Rf build
15705
15706
15707
15708
15709
15710
15711 cat confdefs.h - <<_ACEOF >conftest.c
15712 /* confdefs.h.  */
15713 _ACEOF
15714 cat confdefs.h >>conftest.$ac_ext
15715 cat >>conftest.$ac_ext <<_ACEOF
15716 /* end confdefs.h.  */
15717
15718
15719                 #include <linux/fs.h>
15720
15721 int
15722 main (void)
15723 {
15724
15725                 int (*fsync) (struct file *, struct dentry *, int) = NULL;
15726                 file_operations_no_const fops __attribute__ ((unused));
15727
15728                 fops.fsync = fsync;
15729
15730   ;
15731   return 0;
15732 }
15733
15734 _ACEOF
15735
15736
15737         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15738         echo "obj-m := conftest.o" >build/Makefile
15739         modpost_flag=''
15740         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15741         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 $modpost_flag'
15742   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15743   (eval $ac_try) 2>&5
15744   ac_status=$?
15745   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15746   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15747   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15748   (eval $ac_try) 2>&5
15749   ac_status=$?
15750   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15751   (exit $ac_status); }; }; then
15752
15753                 { $as_echo "$as_me:$LINENO: result: dentry" >&5
15754 $as_echo "dentry" >&6; }
15755
15756 cat >>confdefs.h <<\_ACEOF
15757 #define HAVE_FSYNC_WITH_DENTRY 1
15758 _ACEOF
15759
15760
15761 else
15762   $as_echo "$as_me: failed program was:" >&5
15763 sed 's/^/| /' conftest.$ac_ext >&5
15764
15765
15766
15767
15768 fi
15769
15770         rm -Rf build
15771
15772
15773
15774
15775
15776
15777 cat confdefs.h - <<_ACEOF >conftest.c
15778 /* confdefs.h.  */
15779 _ACEOF
15780 cat confdefs.h >>conftest.$ac_ext
15781 cat >>conftest.$ac_ext <<_ACEOF
15782 /* end confdefs.h.  */
15783
15784
15785                 #include <linux/fs.h>
15786
15787 int
15788 main (void)
15789 {
15790
15791                 int (*fsync) (struct file *, int) = NULL;
15792                 file_operations_no_const fops __attribute__ ((unused));
15793
15794                 fops.fsync = fsync;
15795
15796   ;
15797   return 0;
15798 }
15799
15800 _ACEOF
15801
15802
15803         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15804         echo "obj-m := conftest.o" >build/Makefile
15805         modpost_flag=''
15806         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15807         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 $modpost_flag'
15808   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15809   (eval $ac_try) 2>&5
15810   ac_status=$?
15811   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15812   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15813   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15814   (eval $ac_try) 2>&5
15815   ac_status=$?
15816   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15817   (exit $ac_status); }; }; then
15818
15819                 { $as_echo "$as_me:$LINENO: result: no dentry" >&5
15820 $as_echo "no dentry" >&6; }
15821
15822 cat >>confdefs.h <<\_ACEOF
15823 #define HAVE_FSYNC_WITHOUT_DENTRY 1
15824 _ACEOF
15825
15826
15827 else
15828   $as_echo "$as_me: failed program was:" >&5
15829 sed 's/^/| /' conftest.$ac_ext >&5
15830
15831
15832
15833
15834 fi
15835
15836         rm -Rf build
15837
15838
15839
15840
15841
15842
15843 cat confdefs.h - <<_ACEOF >conftest.c
15844 /* confdefs.h.  */
15845 _ACEOF
15846 cat confdefs.h >>conftest.$ac_ext
15847 cat >>conftest.$ac_ext <<_ACEOF
15848 /* end confdefs.h.  */
15849
15850
15851                 #include <linux/fs.h>
15852
15853 int
15854 main (void)
15855 {
15856
15857                 int (*fsync) (struct file *, loff_t, loff_t, int) = NULL;
15858                 file_operations_no_const fops __attribute__ ((unused));
15859
15860                 fops.fsync = fsync;
15861
15862   ;
15863   return 0;
15864 }
15865
15866 _ACEOF
15867
15868
15869         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15870         echo "obj-m := conftest.o" >build/Makefile
15871         modpost_flag=''
15872         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15873         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 $modpost_flag'
15874   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15875   (eval $ac_try) 2>&5
15876   ac_status=$?
15877   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15878   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15879   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15880   (eval $ac_try) 2>&5
15881   ac_status=$?
15882   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15883   (exit $ac_status); }; }; then
15884
15885                 { $as_echo "$as_me:$LINENO: result: range" >&5
15886 $as_echo "range" >&6; }
15887
15888 cat >>confdefs.h <<\_ACEOF
15889 #define HAVE_FSYNC_RANGE 1
15890 _ACEOF
15891
15892
15893 else
15894   $as_echo "$as_me: failed program was:" >&5
15895 sed 's/^/| /' conftest.$ac_ext >&5
15896
15897
15898
15899
15900 fi
15901
15902         rm -Rf build
15903
15904
15905
15906
15907
15908         { $as_echo "$as_me:$LINENO: checking whether sops->evict_inode() exists" >&5
15909 $as_echo_n "checking whether sops->evict_inode() exists... " >&6; }
15910
15911
15912 cat confdefs.h - <<_ACEOF >conftest.c
15913 /* confdefs.h.  */
15914 _ACEOF
15915 cat confdefs.h >>conftest.$ac_ext
15916 cat >>conftest.$ac_ext <<_ACEOF
15917 /* end confdefs.h.  */
15918
15919
15920                 #include <linux/fs.h>
15921                 void evict_inode (struct inode * t) { return; }
15922                 static struct super_operations sops __attribute__ ((unused)) = {
15923                         .evict_inode = evict_inode,
15924                 };
15925
15926 int
15927 main (void)
15928 {
15929
15930
15931   ;
15932   return 0;
15933 }
15934
15935 _ACEOF
15936
15937
15938         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15939         echo "obj-m := conftest.o" >build/Makefile
15940         modpost_flag=''
15941         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15942         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 $modpost_flag'
15943   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15944   (eval $ac_try) 2>&5
15945   ac_status=$?
15946   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15947   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15948   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15949   (eval $ac_try) 2>&5
15950   ac_status=$?
15951   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15952   (exit $ac_status); }; }; then
15953
15954                 { $as_echo "$as_me:$LINENO: result: yes" >&5
15955 $as_echo "yes" >&6; }
15956
15957 cat >>confdefs.h <<\_ACEOF
15958 #define HAVE_EVICT_INODE 1
15959 _ACEOF
15960
15961
15962 else
15963   $as_echo "$as_me: failed program was:" >&5
15964 sed 's/^/| /' conftest.$ac_ext >&5
15965
15966                 { $as_echo "$as_me:$LINENO: result: no" >&5
15967 $as_echo "no" >&6; }
15968
15969
15970
15971 fi
15972
15973         rm -Rf build
15974
15975
15976
15977
15978         { $as_echo "$as_me:$LINENO: checking whether sops->nr_cached_objects() exists" >&5
15979 $as_echo_n "checking whether sops->nr_cached_objects() exists... " >&6; }
15980
15981
15982 cat confdefs.h - <<_ACEOF >conftest.c
15983 /* confdefs.h.  */
15984 _ACEOF
15985 cat confdefs.h >>conftest.$ac_ext
15986 cat >>conftest.$ac_ext <<_ACEOF
15987 /* end confdefs.h.  */
15988
15989
15990                 #include <linux/fs.h>
15991
15992 int
15993 main (void)
15994 {
15995
15996                 int (*nr_cached_objects)(struct super_block *)
15997                         __attribute__ ((unused)) = NULL;
15998                 struct super_operations sops __attribute__ ((unused)) = {
15999                         .nr_cached_objects = nr_cached_objects,
16000                 };
16001
16002   ;
16003   return 0;
16004 }
16005
16006 _ACEOF
16007
16008
16009         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16010         echo "obj-m := conftest.o" >build/Makefile
16011         modpost_flag=''
16012         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16013         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 $modpost_flag'
16014   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16015   (eval $ac_try) 2>&5
16016   ac_status=$?
16017   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16018   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16019   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16020   (eval $ac_try) 2>&5
16021   ac_status=$?
16022   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16023   (exit $ac_status); }; }; then
16024
16025                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16026 $as_echo "yes" >&6; }
16027
16028 cat >>confdefs.h <<\_ACEOF
16029 #define HAVE_NR_CACHED_OBJECTS 1
16030 _ACEOF
16031
16032
16033 else
16034   $as_echo "$as_me: failed program was:" >&5
16035 sed 's/^/| /' conftest.$ac_ext >&5
16036
16037                 { $as_echo "$as_me:$LINENO: result: no" >&5
16038 $as_echo "no" >&6; }
16039
16040
16041
16042 fi
16043
16044         rm -Rf build
16045
16046
16047
16048
16049         { $as_echo "$as_me:$LINENO: checking whether sops->free_cached_objects() exists" >&5
16050 $as_echo_n "checking whether sops->free_cached_objects() exists... " >&6; }
16051
16052
16053 cat confdefs.h - <<_ACEOF >conftest.c
16054 /* confdefs.h.  */
16055 _ACEOF
16056 cat confdefs.h >>conftest.$ac_ext
16057 cat >>conftest.$ac_ext <<_ACEOF
16058 /* end confdefs.h.  */
16059
16060
16061                 #include <linux/fs.h>
16062
16063 int
16064 main (void)
16065 {
16066
16067                 void (*free_cached_objects)(struct super_block *, int)
16068                         __attribute__ ((unused)) = NULL;
16069                 struct super_operations sops __attribute__ ((unused)) = {
16070                         .free_cached_objects = free_cached_objects,
16071                 };
16072
16073   ;
16074   return 0;
16075 }
16076
16077 _ACEOF
16078
16079
16080         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16081         echo "obj-m := conftest.o" >build/Makefile
16082         modpost_flag=''
16083         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16084         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 $modpost_flag'
16085   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16086   (eval $ac_try) 2>&5
16087   ac_status=$?
16088   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16089   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16090   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16091   (eval $ac_try) 2>&5
16092   ac_status=$?
16093   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16094   (exit $ac_status); }; }; then
16095
16096                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16097 $as_echo "yes" >&6; }
16098
16099 cat >>confdefs.h <<\_ACEOF
16100 #define HAVE_FREE_CACHED_OBJECTS 1
16101 _ACEOF
16102
16103
16104 else
16105   $as_echo "$as_me: failed program was:" >&5
16106 sed 's/^/| /' conftest.$ac_ext >&5
16107
16108                 { $as_echo "$as_me:$LINENO: result: no" >&5
16109 $as_echo "no" >&6; }
16110
16111
16112
16113 fi
16114
16115         rm -Rf build
16116
16117
16118
16119
16120
16121         { $as_echo "$as_me:$LINENO: checking whether fops->fallocate() exists" >&5
16122 $as_echo_n "checking whether fops->fallocate() exists... " >&6; }
16123
16124
16125 cat confdefs.h - <<_ACEOF >conftest.c
16126 /* confdefs.h.  */
16127 _ACEOF
16128 cat confdefs.h >>conftest.$ac_ext
16129 cat >>conftest.$ac_ext <<_ACEOF
16130 /* end confdefs.h.  */
16131
16132
16133                 #include <linux/fs.h>
16134
16135 int
16136 main (void)
16137 {
16138
16139                 long (*fallocate) (struct file *, int, loff_t, loff_t) = NULL;
16140                 struct file_operations fops __attribute__ ((unused)) = {
16141                         .fallocate = fallocate,
16142                 };
16143
16144   ;
16145   return 0;
16146 }
16147
16148 _ACEOF
16149
16150
16151         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16152         echo "obj-m := conftest.o" >build/Makefile
16153         modpost_flag=''
16154         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16155         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 $modpost_flag'
16156   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16157   (eval $ac_try) 2>&5
16158   ac_status=$?
16159   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16160   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16161   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16162   (eval $ac_try) 2>&5
16163   ac_status=$?
16164   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16165   (exit $ac_status); }; }; then
16166
16167                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16168 $as_echo "yes" >&6; }
16169
16170 cat >>confdefs.h <<\_ACEOF
16171 #define HAVE_FILE_FALLOCATE 1
16172 _ACEOF
16173
16174
16175 else
16176   $as_echo "$as_me: failed program was:" >&5
16177 sed 's/^/| /' conftest.$ac_ext >&5
16178
16179                 { $as_echo "$as_me:$LINENO: result: no" >&5
16180 $as_echo "no" >&6; }
16181
16182
16183
16184 fi
16185
16186         rm -Rf build
16187
16188
16189
16190
16191         { $as_echo "$as_me:$LINENO: checking whether iops->fallocate() exists" >&5
16192 $as_echo_n "checking whether iops->fallocate() exists... " >&6; }
16193
16194
16195 cat confdefs.h - <<_ACEOF >conftest.c
16196 /* confdefs.h.  */
16197 _ACEOF
16198 cat confdefs.h >>conftest.$ac_ext
16199 cat >>conftest.$ac_ext <<_ACEOF
16200 /* end confdefs.h.  */
16201
16202
16203                 #include <linux/fs.h>
16204
16205 int
16206 main (void)
16207 {
16208
16209                 long (*fallocate) (struct inode *, int, loff_t, loff_t) = NULL;
16210                 struct inode_operations fops __attribute__ ((unused)) = {
16211                         .fallocate = fallocate,
16212                 };
16213
16214   ;
16215   return 0;
16216 }
16217
16218 _ACEOF
16219
16220
16221         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16222         echo "obj-m := conftest.o" >build/Makefile
16223         modpost_flag=''
16224         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16225         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 $modpost_flag'
16226   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16227   (eval $ac_try) 2>&5
16228   ac_status=$?
16229   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16230   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16231   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16232   (eval $ac_try) 2>&5
16233   ac_status=$?
16234   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16235   (exit $ac_status); }; }; then
16236
16237                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16238 $as_echo "yes" >&6; }
16239
16240 cat >>confdefs.h <<\_ACEOF
16241 #define HAVE_INODE_FALLOCATE 1
16242 _ACEOF
16243
16244
16245 else
16246   $as_echo "$as_me: failed program was:" >&5
16247 sed 's/^/| /' conftest.$ac_ext >&5
16248
16249                 { $as_echo "$as_me:$LINENO: result: no" >&5
16250 $as_echo "no" >&6; }
16251
16252
16253
16254 fi
16255
16256         rm -Rf build
16257
16258
16259
16260
16261         { $as_echo "$as_me:$LINENO: checking whether fops->fallocate() exists" >&5
16262 $as_echo_n "checking whether fops->fallocate() exists... " >&6; }
16263
16264
16265 cat confdefs.h - <<_ACEOF >conftest.c
16266 /* confdefs.h.  */
16267 _ACEOF
16268 cat confdefs.h >>conftest.$ac_ext
16269 cat >>conftest.$ac_ext <<_ACEOF
16270 /* end confdefs.h.  */
16271
16272
16273                 #include <linux/fs.h>
16274
16275 int
16276 main (void)
16277 {
16278
16279                 long (*fallocate) (struct file *, int, loff_t, loff_t) = NULL;
16280                 struct file_operations_no_const fops __attribute__ ((unused)) = {
16281                         .fallocate = fallocate,
16282                 };
16283
16284   ;
16285   return 0;
16286 }
16287
16288 _ACEOF
16289
16290
16291         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16292         echo "obj-m := conftest.o" >build/Makefile
16293         modpost_flag=''
16294         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16295         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 $modpost_flag'
16296   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16297   (eval $ac_try) 2>&5
16298   ac_status=$?
16299   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16300   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16301   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16302   (eval $ac_try) 2>&5
16303   ac_status=$?
16304   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16305   (exit $ac_status); }; }; then
16306
16307                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16308 $as_echo "yes" >&6; }
16309
16310 cat >>confdefs.h <<\_ACEOF
16311 #define HAVE_FILE_FALLOCATE 1
16312 _ACEOF
16313
16314
16315 else
16316   $as_echo "$as_me: failed program was:" >&5
16317 sed 's/^/| /' conftest.$ac_ext >&5
16318
16319                 { $as_echo "$as_me:$LINENO: result: no" >&5
16320 $as_echo "no" >&6; }
16321
16322
16323
16324 fi
16325
16326         rm -Rf build
16327
16328
16329
16330
16331
16332         { $as_echo "$as_me:$LINENO: checking whether iops->truncate_range() exists" >&5
16333 $as_echo_n "checking whether iops->truncate_range() exists... " >&6; }
16334
16335
16336 cat confdefs.h - <<_ACEOF >conftest.c
16337 /* confdefs.h.  */
16338 _ACEOF
16339 cat confdefs.h >>conftest.$ac_ext
16340 cat >>conftest.$ac_ext <<_ACEOF
16341 /* end confdefs.h.  */
16342
16343
16344                 #include <linux/fs.h>
16345                 void truncate_range(struct inode *inode, loff_t start,
16346                                     loff_t end) { return; }
16347                 static struct inode_operations iops __attribute__ ((unused)) = {
16348                         .truncate_range = truncate_range,
16349                 };
16350
16351 int
16352 main (void)
16353 {
16354
16355
16356   ;
16357   return 0;
16358 }
16359
16360 _ACEOF
16361
16362
16363         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16364         echo "obj-m := conftest.o" >build/Makefile
16365         modpost_flag=''
16366         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16367         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 $modpost_flag'
16368   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16369   (eval $ac_try) 2>&5
16370   ac_status=$?
16371   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16372   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16373   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16374   (eval $ac_try) 2>&5
16375   ac_status=$?
16376   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16377   (exit $ac_status); }; }; then
16378
16379                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16380 $as_echo "yes" >&6; }
16381
16382 cat >>confdefs.h <<\_ACEOF
16383 #define HAVE_INODE_TRUNCATE_RANGE 1
16384 _ACEOF
16385
16386
16387 else
16388   $as_echo "$as_me: failed program was:" >&5
16389 sed 's/^/| /' conftest.$ac_ext >&5
16390
16391                 { $as_echo "$as_me:$LINENO: result: no" >&5
16392 $as_echo "no" >&6; }
16393
16394
16395
16396 fi
16397
16398         rm -Rf build
16399
16400
16401
16402
16403         { $as_echo "$as_me:$LINENO: checking whether iops->create()/mkdir()/mknod() take umode_t" >&5
16404 $as_echo_n "checking whether iops->create()/mkdir()/mknod() take umode_t... " >&6; }
16405
16406
16407 cat confdefs.h - <<_ACEOF >conftest.c
16408 /* confdefs.h.  */
16409 _ACEOF
16410 cat confdefs.h >>conftest.$ac_ext
16411 cat >>conftest.$ac_ext <<_ACEOF
16412 /* end confdefs.h.  */
16413
16414
16415                 #include <linux/fs.h>
16416
16417 int
16418 main (void)
16419 {
16420
16421                 int (*create) (struct inode *, struct dentry *, umode_t,
16422                     struct nameidata *) = NULL;
16423                 struct inode_operations iops __attribute__ ((unused)) = {
16424                         .create = create,
16425                 };
16426
16427   ;
16428   return 0;
16429 }
16430
16431 _ACEOF
16432
16433
16434         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16435         echo "obj-m := conftest.o" >build/Makefile
16436         modpost_flag=''
16437         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16438         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 $modpost_flag'
16439   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16440   (eval $ac_try) 2>&5
16441   ac_status=$?
16442   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16443   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16444   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16445   (eval $ac_try) 2>&5
16446   ac_status=$?
16447   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16448   (exit $ac_status); }; }; then
16449
16450                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16451 $as_echo "yes" >&6; }
16452
16453 cat >>confdefs.h <<\_ACEOF
16454 #define HAVE_CREATE_UMODE_T 1
16455 _ACEOF
16456
16457
16458 else
16459   $as_echo "$as_me: failed program was:" >&5
16460 sed 's/^/| /' conftest.$ac_ext >&5
16461
16462                 { $as_echo "$as_me:$LINENO: result: no" >&5
16463 $as_echo "no" >&6; }
16464
16465
16466
16467 fi
16468
16469         rm -Rf build
16470
16471
16472
16473
16474         { $as_echo "$as_me:$LINENO: checking whether dops->d_automount() exists" >&5
16475 $as_echo_n "checking whether dops->d_automount() exists... " >&6; }
16476
16477
16478 cat confdefs.h - <<_ACEOF >conftest.c
16479 /* confdefs.h.  */
16480 _ACEOF
16481 cat confdefs.h >>conftest.$ac_ext
16482 cat >>conftest.$ac_ext <<_ACEOF
16483 /* end confdefs.h.  */
16484
16485
16486                 #include <linux/dcache.h>
16487
16488 int
16489 main (void)
16490 {
16491
16492                 struct vfsmount *(*d_automount) (struct path *) = NULL;
16493                 struct dentry_operations dops __attribute__ ((unused)) = {
16494                         .d_automount = d_automount,
16495                 };
16496
16497   ;
16498   return 0;
16499 }
16500
16501 _ACEOF
16502
16503
16504         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16505         echo "obj-m := conftest.o" >build/Makefile
16506         modpost_flag=''
16507         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16508         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 $modpost_flag'
16509   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16510   (eval $ac_try) 2>&5
16511   ac_status=$?
16512   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16513   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16514   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16515   (eval $ac_try) 2>&5
16516   ac_status=$?
16517   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16518   (exit $ac_status); }; }; then
16519
16520                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16521 $as_echo "yes" >&6; }
16522
16523 cat >>confdefs.h <<\_ACEOF
16524 #define HAVE_AUTOMOUNT 1
16525 _ACEOF
16526
16527
16528 else
16529   $as_echo "$as_me: failed program was:" >&5
16530 sed 's/^/| /' conftest.$ac_ext >&5
16531
16532                 { $as_echo "$as_me:$LINENO: result: no" >&5
16533 $as_echo "no" >&6; }
16534
16535
16536
16537 fi
16538
16539         rm -Rf build
16540
16541
16542
16543
16544         { $as_echo "$as_me:$LINENO: checking whether eops->encode_fh() wants inode" >&5
16545 $as_echo_n "checking whether eops->encode_fh() wants inode... " >&6; }
16546
16547
16548 cat confdefs.h - <<_ACEOF >conftest.c
16549 /* confdefs.h.  */
16550 _ACEOF
16551 cat confdefs.h >>conftest.$ac_ext
16552 cat >>conftest.$ac_ext <<_ACEOF
16553 /* end confdefs.h.  */
16554
16555
16556                 #include <linux/exportfs.h>
16557                 int encode_fh(struct inode *inode, __u32 *fh, int *max_len,
16558                               struct inode *parent) { return 0; }
16559                 static struct export_operations eops __attribute__ ((unused))={
16560                         .encode_fh = encode_fh,
16561                 };
16562
16563 int
16564 main (void)
16565 {
16566
16567
16568   ;
16569   return 0;
16570 }
16571
16572 _ACEOF
16573
16574
16575         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16576         echo "obj-m := conftest.o" >build/Makefile
16577         modpost_flag=''
16578         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16579         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 $modpost_flag'
16580   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16581   (eval $ac_try) 2>&5
16582   ac_status=$?
16583   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16584   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16585   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16586   (eval $ac_try) 2>&5
16587   ac_status=$?
16588   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16589   (exit $ac_status); }; }; then
16590
16591                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16592 $as_echo "yes" >&6; }
16593
16594 cat >>confdefs.h <<\_ACEOF
16595 #define HAVE_ENCODE_FH_WITH_INODE 1
16596 _ACEOF
16597
16598
16599 else
16600   $as_echo "$as_me: failed program was:" >&5
16601 sed 's/^/| /' conftest.$ac_ext >&5
16602
16603                 { $as_echo "$as_me:$LINENO: result: no" >&5
16604 $as_echo "no" >&6; }
16605
16606
16607
16608 fi
16609
16610         rm -Rf build
16611
16612
16613
16614
16615         { $as_echo "$as_me:$LINENO: checking whether symbol clear_inode is exported" >&5
16616 $as_echo_n "checking whether symbol clear_inode is exported... " >&6; }
16617         grep -q -E '[[:space:]]clear_inode[[:space:]]' \
16618                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
16619         rc=$?
16620         if test $rc -ne 0; then
16621
16622                 export=0
16623                 for file in fs/inode.c; do
16624                         grep -q -E "EXPORT_SYMBOL.*(clear_inode)" "$LINUX/$file" 2>/dev/null
16625                         rc=$?
16626                         if test $rc -eq 0; then
16627
16628                                 export=1
16629                                 break;
16630
16631 fi
16632
16633                 done
16634                 if test $export -eq 0; then
16635
16636                         { $as_echo "$as_me:$LINENO: result: no" >&5
16637 $as_echo "no" >&6; }
16638
16639
16640 else
16641
16642                         { $as_echo "$as_me:$LINENO: result: yes" >&5
16643 $as_echo "yes" >&6; }
16644
16645 cat >>confdefs.h <<\_ACEOF
16646 #define HAVE_CLEAR_INODE 1
16647 _ACEOF
16648
16649
16650 fi
16651
16652
16653 else
16654
16655                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16656 $as_echo "yes" >&6; }
16657
16658 cat >>confdefs.h <<\_ACEOF
16659 #define HAVE_CLEAR_INODE 1
16660 _ACEOF
16661
16662
16663 fi
16664
16665
16666
16667
16668         { $as_echo "$as_me:$LINENO: checking whether symbol insert_inode_locked is exported" >&5
16669 $as_echo_n "checking whether symbol insert_inode_locked is exported... " >&6; }
16670         grep -q -E '[[:space:]]insert_inode_locked[[:space:]]' \
16671                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
16672         rc=$?
16673         if test $rc -ne 0; then
16674
16675                 export=0
16676                 for file in fs/inode.c; do
16677                         grep -q -E "EXPORT_SYMBOL.*(insert_inode_locked)" "$LINUX/$file" 2>/dev/null
16678                         rc=$?
16679                         if test $rc -eq 0; then
16680
16681                                 export=1
16682                                 break;
16683
16684 fi
16685
16686                 done
16687                 if test $export -eq 0; then
16688
16689                         { $as_echo "$as_me:$LINENO: result: no" >&5
16690 $as_echo "no" >&6; }
16691
16692
16693 else
16694
16695                         { $as_echo "$as_me:$LINENO: result: yes" >&5
16696 $as_echo "yes" >&6; }
16697
16698 cat >>confdefs.h <<\_ACEOF
16699 #define HAVE_INSERT_INODE_LOCKED 1
16700 _ACEOF
16701
16702
16703 fi
16704
16705
16706 else
16707
16708                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16709 $as_echo "yes" >&6; }
16710
16711 cat >>confdefs.h <<\_ACEOF
16712 #define HAVE_INSERT_INODE_LOCKED 1
16713 _ACEOF
16714
16715
16716 fi
16717
16718
16719
16720
16721         { $as_echo "$as_me:$LINENO: checking whether symbol d_make_root is exported" >&5
16722 $as_echo_n "checking whether symbol d_make_root is exported... " >&6; }
16723         grep -q -E '[[:space:]]d_make_root[[:space:]]' \
16724                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
16725         rc=$?
16726         if test $rc -ne 0; then
16727
16728                 export=0
16729                 for file in fs/dcache.c; do
16730                         grep -q -E "EXPORT_SYMBOL.*(d_make_root)" "$LINUX/$file" 2>/dev/null
16731                         rc=$?
16732                         if test $rc -eq 0; then
16733
16734                                 export=1
16735                                 break;
16736
16737 fi
16738
16739                 done
16740                 if test $export -eq 0; then
16741
16742                         { $as_echo "$as_me:$LINENO: result: no" >&5
16743 $as_echo "no" >&6; }
16744
16745
16746 else
16747
16748                         { $as_echo "$as_me:$LINENO: result: yes" >&5
16749 $as_echo "yes" >&6; }
16750
16751 cat >>confdefs.h <<\_ACEOF
16752 #define HAVE_D_MAKE_ROOT 1
16753 _ACEOF
16754
16755
16756 fi
16757
16758
16759 else
16760
16761                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16762 $as_echo "yes" >&6; }
16763
16764 cat >>confdefs.h <<\_ACEOF
16765 #define HAVE_D_MAKE_ROOT 1
16766 _ACEOF
16767
16768
16769 fi
16770
16771
16772
16773
16774         { $as_echo "$as_me:$LINENO: checking whether symbol d_obtain_alias is exported" >&5
16775 $as_echo_n "checking whether symbol d_obtain_alias is exported... " >&6; }
16776         grep -q -E '[[:space:]]d_obtain_alias[[:space:]]' \
16777                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
16778         rc=$?
16779         if test $rc -ne 0; then
16780
16781                 export=0
16782                 for file in fs/dcache.c; do
16783                         grep -q -E "EXPORT_SYMBOL.*(d_obtain_alias)" "$LINUX/$file" 2>/dev/null
16784                         rc=$?
16785                         if test $rc -eq 0; then
16786
16787                                 export=1
16788                                 break;
16789
16790 fi
16791
16792                 done
16793                 if test $export -eq 0; then
16794
16795                         { $as_echo "$as_me:$LINENO: result: no" >&5
16796 $as_echo "no" >&6; }
16797
16798
16799 else
16800
16801                         { $as_echo "$as_me:$LINENO: result: yes" >&5
16802 $as_echo "yes" >&6; }
16803
16804 cat >>confdefs.h <<\_ACEOF
16805 #define HAVE_D_OBTAIN_ALIAS 1
16806 _ACEOF
16807
16808
16809 fi
16810
16811
16812 else
16813
16814                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16815 $as_echo "yes" >&6; }
16816
16817 cat >>confdefs.h <<\_ACEOF
16818 #define HAVE_D_OBTAIN_ALIAS 1
16819 _ACEOF
16820
16821
16822 fi
16823
16824
16825
16826
16827         { $as_echo "$as_me:$LINENO: checking whether symbol check_disk_size_change is exported" >&5
16828 $as_echo_n "checking whether symbol check_disk_size_change is exported... " >&6; }
16829         grep -q -E '[[:space:]]check_disk_size_change[[:space:]]' \
16830                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
16831         rc=$?
16832         if test $rc -ne 0; then
16833
16834                 export=0
16835                 for file in fs/block_dev.c; do
16836                         grep -q -E "EXPORT_SYMBOL.*(check_disk_size_change)" "$LINUX/$file" 2>/dev/null
16837                         rc=$?
16838                         if test $rc -eq 0; then
16839
16840                                 export=1
16841                                 break;
16842
16843 fi
16844
16845                 done
16846                 if test $export -eq 0; then
16847
16848                         { $as_echo "$as_me:$LINENO: result: no" >&5
16849 $as_echo "no" >&6; }
16850
16851
16852 else
16853
16854                         { $as_echo "$as_me:$LINENO: result: yes" >&5
16855 $as_echo "yes" >&6; }
16856
16857 cat >>confdefs.h <<\_ACEOF
16858 #define HAVE_CHECK_DISK_SIZE_CHANGE 1
16859 _ACEOF
16860
16861
16862 fi
16863
16864
16865 else
16866
16867                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16868 $as_echo "yes" >&6; }
16869
16870 cat >>confdefs.h <<\_ACEOF
16871 #define HAVE_CHECK_DISK_SIZE_CHANGE 1
16872 _ACEOF
16873
16874
16875 fi
16876
16877
16878
16879
16880         { $as_echo "$as_me:$LINENO: checking whether symbol truncate_setsize is exported" >&5
16881 $as_echo_n "checking whether symbol truncate_setsize is exported... " >&6; }
16882         grep -q -E '[[:space:]]truncate_setsize[[:space:]]' \
16883                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
16884         rc=$?
16885         if test $rc -ne 0; then
16886
16887                 export=0
16888                 for file in mm/truncate.c; do
16889                         grep -q -E "EXPORT_SYMBOL.*(truncate_setsize)" "$LINUX/$file" 2>/dev/null
16890                         rc=$?
16891                         if test $rc -eq 0; then
16892
16893                                 export=1
16894                                 break;
16895
16896 fi
16897
16898                 done
16899                 if test $export -eq 0; then
16900
16901                         { $as_echo "$as_me:$LINENO: result: no" >&5
16902 $as_echo "no" >&6; }
16903
16904
16905 else
16906
16907                         { $as_echo "$as_me:$LINENO: result: yes" >&5
16908 $as_echo "yes" >&6; }
16909
16910 cat >>confdefs.h <<\_ACEOF
16911 #define HAVE_TRUNCATE_SETSIZE 1
16912 _ACEOF
16913
16914
16915 fi
16916
16917
16918 else
16919
16920                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16921 $as_echo "yes" >&6; }
16922
16923 cat >>confdefs.h <<\_ACEOF
16924 #define HAVE_TRUNCATE_SETSIZE 1
16925 _ACEOF
16926
16927
16928 fi
16929
16930
16931
16932
16933         { $as_echo "$as_me:$LINENO: checking whether security_inode_init_security wants 6 args" >&5
16934 $as_echo_n "checking whether security_inode_init_security wants 6 args... " >&6; }
16935         tmp_flags="$EXTRA_KCFLAGS"
16936         EXTRA_KCFLAGS="-Werror"
16937
16938
16939 cat confdefs.h - <<_ACEOF >conftest.c
16940 /* confdefs.h.  */
16941 _ACEOF
16942 cat confdefs.h >>conftest.$ac_ext
16943 cat >>conftest.$ac_ext <<_ACEOF
16944 /* end confdefs.h.  */
16945
16946
16947                 #include <linux/security.h>
16948
16949 int
16950 main (void)
16951 {
16952
16953                 struct inode *ip __attribute__ ((unused)) = NULL;
16954                 struct inode *dip __attribute__ ((unused)) = NULL;
16955                 const struct qstr *str __attribute__ ((unused)) = NULL;
16956                 char *name __attribute__ ((unused)) = NULL;
16957                 void *value __attribute__ ((unused)) = NULL;
16958                 size_t len __attribute__ ((unused)) = 0;
16959
16960                 security_inode_init_security(ip, dip, str, &name, &value, &len);
16961
16962   ;
16963   return 0;
16964 }
16965
16966 _ACEOF
16967
16968
16969         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16970         echo "obj-m := conftest.o" >build/Makefile
16971         modpost_flag=''
16972         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16973         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 $modpost_flag'
16974   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16975   (eval $ac_try) 2>&5
16976   ac_status=$?
16977   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16978   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16979   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16980   (eval $ac_try) 2>&5
16981   ac_status=$?
16982   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16983   (exit $ac_status); }; }; then
16984
16985                 { $as_echo "$as_me:$LINENO: result: yes" >&5
16986 $as_echo "yes" >&6; }
16987
16988 cat >>confdefs.h <<\_ACEOF
16989 #define HAVE_6ARGS_SECURITY_INODE_INIT_SECURITY 1
16990 _ACEOF
16991
16992
16993 else
16994   $as_echo "$as_me: failed program was:" >&5
16995 sed 's/^/| /' conftest.$ac_ext >&5
16996
16997                 { $as_echo "$as_me:$LINENO: result: no" >&5
16998 $as_echo "no" >&6; }
16999
17000
17001
17002 fi
17003
17004         rm -Rf build
17005
17006
17007         EXTRA_KCFLAGS="$tmp_flags"
17008
17009
17010         { $as_echo "$as_me:$LINENO: checking whether security_inode_init_security wants callback" >&5
17011 $as_echo_n "checking whether security_inode_init_security wants callback... " >&6; }
17012         tmp_flags="$EXTRA_KCFLAGS"
17013         EXTRA_KCFLAGS="-Werror"
17014
17015
17016 cat confdefs.h - <<_ACEOF >conftest.c
17017 /* confdefs.h.  */
17018 _ACEOF
17019 cat confdefs.h >>conftest.$ac_ext
17020 cat >>conftest.$ac_ext <<_ACEOF
17021 /* end confdefs.h.  */
17022
17023
17024                 #include <linux/security.h>
17025
17026 int
17027 main (void)
17028 {
17029
17030                 struct inode *ip __attribute__ ((unused)) = NULL;
17031                 struct inode *dip __attribute__ ((unused)) = NULL;
17032                 const struct qstr *str __attribute__ ((unused)) = NULL;
17033                 initxattrs func __attribute__ ((unused)) = NULL;
17034
17035                 security_inode_init_security(ip, dip, str, func, NULL);
17036
17037   ;
17038   return 0;
17039 }
17040
17041 _ACEOF
17042
17043
17044         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17045         echo "obj-m := conftest.o" >build/Makefile
17046         modpost_flag=''
17047         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17048         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 $modpost_flag'
17049   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17050   (eval $ac_try) 2>&5
17051   ac_status=$?
17052   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17053   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17054   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17055   (eval $ac_try) 2>&5
17056   ac_status=$?
17057   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17058   (exit $ac_status); }; }; then
17059
17060                 { $as_echo "$as_me:$LINENO: result: yes" >&5
17061 $as_echo "yes" >&6; }
17062
17063 cat >>confdefs.h <<\_ACEOF
17064 #define HAVE_CALLBACK_SECURITY_INODE_INIT_SECURITY 1
17065 _ACEOF
17066
17067
17068 else
17069   $as_echo "$as_me: failed program was:" >&5
17070 sed 's/^/| /' conftest.$ac_ext >&5
17071
17072                 { $as_echo "$as_me:$LINENO: result: no" >&5
17073 $as_echo "no" >&6; }
17074
17075
17076
17077 fi
17078
17079         rm -Rf build
17080
17081
17082         EXTRA_KCFLAGS="$tmp_flags"
17083
17084
17085         { $as_echo "$as_me:$LINENO: checking whether symbol mount_nodev is exported" >&5
17086 $as_echo_n "checking whether symbol mount_nodev is exported... " >&6; }
17087         grep -q -E '[[:space:]]mount_nodev[[:space:]]' \
17088                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
17089         rc=$?
17090         if test $rc -ne 0; then
17091
17092                 export=0
17093                 for file in fs/super.c; do
17094                         grep -q -E "EXPORT_SYMBOL.*(mount_nodev)" "$LINUX/$file" 2>/dev/null
17095                         rc=$?
17096                         if test $rc -eq 0; then
17097
17098                                 export=1
17099                                 break;
17100
17101 fi
17102
17103                 done
17104                 if test $export -eq 0; then
17105
17106                         { $as_echo "$as_me:$LINENO: result: no" >&5
17107 $as_echo "no" >&6; }
17108
17109
17110 else
17111
17112                         { $as_echo "$as_me:$LINENO: result: yes" >&5
17113 $as_echo "yes" >&6; }
17114
17115 cat >>confdefs.h <<\_ACEOF
17116 #define HAVE_MOUNT_NODEV 1
17117 _ACEOF
17118
17119
17120 fi
17121
17122
17123 else
17124
17125                 { $as_echo "$as_me:$LINENO: result: yes" >&5
17126 $as_echo "yes" >&6; }
17127
17128 cat >>confdefs.h <<\_ACEOF
17129 #define HAVE_MOUNT_NODEV 1
17130 _ACEOF
17131
17132
17133 fi
17134
17135
17136
17137
17138         { $as_echo "$as_me:$LINENO: checking whether super_block has s_shrink" >&5
17139 $as_echo_n "checking whether super_block has s_shrink... " >&6; }
17140
17141
17142 cat confdefs.h - <<_ACEOF >conftest.c
17143 /* confdefs.h.  */
17144 _ACEOF
17145 cat confdefs.h >>conftest.$ac_ext
17146 cat >>conftest.$ac_ext <<_ACEOF
17147 /* end confdefs.h.  */
17148
17149
17150                 #include <linux/fs.h>
17151
17152 int
17153 main (void)
17154 {
17155
17156                 int (*shrink)(struct shrinker *, struct shrink_control *sc)
17157                         __attribute__ ((unused)) = NULL;
17158                 struct super_block sb __attribute__ ((unused)) = {
17159                         .s_shrink.shrink = shrink,
17160                         .s_shrink.seeks = DEFAULT_SEEKS,
17161                         .s_shrink.batch = 0,
17162                 };
17163
17164   ;
17165   return 0;
17166 }
17167
17168 _ACEOF
17169
17170
17171         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17172         echo "obj-m := conftest.o" >build/Makefile
17173         modpost_flag=''
17174         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17175         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 $modpost_flag'
17176   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17177   (eval $ac_try) 2>&5
17178   ac_status=$?
17179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17180   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17181   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17182   (eval $ac_try) 2>&5
17183   ac_status=$?
17184   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17185   (exit $ac_status); }; }; then
17186
17187                 { $as_echo "$as_me:$LINENO: result: yes" >&5
17188 $as_echo "yes" >&6; }
17189
17190 cat >>confdefs.h <<\_ACEOF
17191 #define HAVE_SHRINK 1
17192 _ACEOF
17193
17194
17195
17196 else
17197   $as_echo "$as_me: failed program was:" >&5
17198 sed 's/^/| /' conftest.$ac_ext >&5
17199
17200                 { $as_echo "$as_me:$LINENO: result: no" >&5
17201 $as_echo "no" >&6; }
17202
17203
17204
17205 fi
17206
17207         rm -Rf build
17208
17209
17210
17211
17212         { $as_echo "$as_me:$LINENO: checking whether super_block has s_bdi" >&5
17213 $as_echo_n "checking whether super_block has s_bdi... " >&6; }
17214
17215
17216 cat confdefs.h - <<_ACEOF >conftest.c
17217 /* confdefs.h.  */
17218 _ACEOF
17219 cat confdefs.h >>conftest.$ac_ext
17220 cat >>conftest.$ac_ext <<_ACEOF
17221 /* end confdefs.h.  */
17222
17223
17224                 #include <linux/fs.h>
17225
17226 int
17227 main (void)
17228 {
17229
17230                 struct super_block sb __attribute__ ((unused));
17231                 sb.s_bdi = NULL;
17232
17233   ;
17234   return 0;
17235 }
17236
17237 _ACEOF
17238
17239
17240         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17241         echo "obj-m := conftest.o" >build/Makefile
17242         modpost_flag=''
17243         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17244         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 $modpost_flag'
17245   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17246   (eval $ac_try) 2>&5
17247   ac_status=$?
17248   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17249   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17250   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17251   (eval $ac_try) 2>&5
17252   ac_status=$?
17253   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17254   (exit $ac_status); }; }; then
17255
17256                 { $as_echo "$as_me:$LINENO: result: yes" >&5
17257 $as_echo "yes" >&6; }
17258
17259 cat >>confdefs.h <<\_ACEOF
17260 #define HAVE_BDI 1
17261 _ACEOF
17262
17263
17264 else
17265   $as_echo "$as_me: failed program was:" >&5
17266 sed 's/^/| /' conftest.$ac_ext >&5
17267
17268                 { $as_echo "$as_me:$LINENO: result: no" >&5
17269 $as_echo "no" >&6; }
17270
17271
17272
17273 fi
17274
17275         rm -Rf build
17276
17277
17278
17279
17280         { $as_echo "$as_me:$LINENO: checking whether symbol bdi_setup_and_register is exported" >&5
17281 $as_echo_n "checking whether symbol bdi_setup_and_register is exported... " >&6; }
17282         grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
17283                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
17284         rc=$?
17285         if test $rc -ne 0; then
17286
17287                 export=0
17288                 for file in mm/backing-dev.c; do
17289                         grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" "$LINUX/$file" 2>/dev/null
17290                         rc=$?
17291                         if test $rc -eq 0; then
17292
17293                                 export=1
17294                                 break;
17295
17296 fi
17297
17298                 done
17299                 if test $export -eq 0; then
17300
17301                         { $as_echo "$as_me:$LINENO: result: no" >&5
17302 $as_echo "no" >&6; }
17303
17304
17305 else
17306
17307                         { $as_echo "$as_me:$LINENO: result: yes" >&5
17308 $as_echo "yes" >&6; }
17309
17310 cat >>confdefs.h <<\_ACEOF
17311 #define HAVE_BDI_SETUP_AND_REGISTER 1
17312 _ACEOF
17313
17314
17315 fi
17316
17317
17318 else
17319
17320                 { $as_echo "$as_me:$LINENO: result: yes" >&5
17321 $as_echo "yes" >&6; }
17322
17323 cat >>confdefs.h <<\_ACEOF
17324 #define HAVE_BDI_SETUP_AND_REGISTER 1
17325 _ACEOF
17326
17327
17328 fi
17329
17330
17331
17332
17333         { $as_echo "$as_me:$LINENO: checking whether set_nlink() is available" >&5
17334 $as_echo_n "checking whether set_nlink() is available... " >&6; }
17335
17336
17337 cat confdefs.h - <<_ACEOF >conftest.c
17338 /* confdefs.h.  */
17339 _ACEOF
17340 cat confdefs.h >>conftest.$ac_ext
17341 cat >>conftest.$ac_ext <<_ACEOF
17342 /* end confdefs.h.  */
17343
17344
17345                 #include <linux/fs.h>
17346
17347 int
17348 main (void)
17349 {
17350
17351                 struct inode node;
17352                 unsigned int link = 0;
17353                 (void) set_nlink(&node, link);
17354
17355   ;
17356   return 0;
17357 }
17358
17359 _ACEOF
17360
17361
17362         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17363         echo "obj-m := conftest.o" >build/Makefile
17364         modpost_flag=''
17365         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17366         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 $modpost_flag'
17367   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17368   (eval $ac_try) 2>&5
17369   ac_status=$?
17370   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17371   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17372   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17373   (eval $ac_try) 2>&5
17374   ac_status=$?
17375   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17376   (exit $ac_status); }; }; then
17377
17378                 { $as_echo "$as_me:$LINENO: result: yes" >&5
17379 $as_echo "yes" >&6; }
17380
17381 cat >>confdefs.h <<\_ACEOF
17382 #define HAVE_SET_NLINK 1
17383 _ACEOF
17384
17385
17386 else
17387   $as_echo "$as_me: failed program was:" >&5
17388 sed 's/^/| /' conftest.$ac_ext >&5
17389
17390                 { $as_echo "$as_me:$LINENO: result: no" >&5
17391 $as_echo "no" >&6; }
17392
17393
17394
17395 fi
17396
17397         rm -Rf build
17398
17399
17400
17401
17402         if test "$LINUX_OBJ" != "$LINUX"; then
17403
17404                 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
17405
17406 fi
17407
17408
17409
17410
17411                         KERNELCPPFLAGS="$KERNELCPPFLAGS $NO_UNUSED_BUT_SET_VARIABLE"
17412         KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL"
17413         KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\""
17414
17415
17416  ;;
17417                 user)
17418
17419
17420 # Check whether --with-udevdir was given.
17421 if test "${with_udevdir+set}" = set; then
17422   withval=$with_udevdir; udevdir=$withval
17423 else
17424   udevdir='${exec_prefix}/lib/udev'
17425 fi
17426
17427
17428
17429 # Check whether --with-udevruledir was given.
17430 if test "${with_udevruledir+set}" = set; then
17431   withval=$with_udevruledir; udevruledir=$withval
17432 else
17433   udevruledir='${udevdir}/rules.d'
17434 fi
17435
17436
17437
17438
17439
17440
17441         { $as_echo "$as_me:$LINENO: checking for target asm dir" >&5
17442 $as_echo_n "checking for target asm dir... " >&6; }
17443         TARGET_ARCH=`echo ${target_cpu} | sed -e s/i.86/i386/`
17444
17445         case $TARGET_ARCH in
17446         i386|x86_64)
17447                 TARGET_ASM_DIR=asm-${TARGET_ARCH}
17448                 ;;
17449         *)
17450                 TARGET_ASM_DIR=asm-generic
17451                 ;;
17452         esac
17453
17454
17455         { $as_echo "$as_me:$LINENO: result: $TARGET_ASM_DIR" >&5
17456 $as_echo "$TARGET_ASM_DIR" >&6; }
17457
17458
17459         { $as_echo "$as_me:$LINENO: checking for ioctl()" >&5
17460 $as_echo_n "checking for ioctl()... " >&6; }
17461         cat >conftest.$ac_ext <<_ACEOF
17462 /* confdefs.h.  */
17463 _ACEOF
17464 cat confdefs.h >>conftest.$ac_ext
17465 cat >>conftest.$ac_ext <<_ACEOF
17466 /* end confdefs.h.  */
17467 #include <unistd.h>
17468
17469 _ACEOF
17470 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17471   $EGREP "ioctl" >/dev/null 2>&1; then
17472   is_unistd=yes
17473 else
17474   is_unistd=no
17475 fi
17476 rm -f conftest*
17477
17478         cat >conftest.$ac_ext <<_ACEOF
17479 /* confdefs.h.  */
17480 _ACEOF
17481 cat confdefs.h >>conftest.$ac_ext
17482 cat >>conftest.$ac_ext <<_ACEOF
17483 /* end confdefs.h.  */
17484 #include <sys/ioctl.h>
17485
17486 _ACEOF
17487 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17488   $EGREP "ioctl" >/dev/null 2>&1; then
17489   is_sys_ioctl=yes
17490 else
17491   is_sys_ioctl=no
17492 fi
17493 rm -f conftest*
17494
17495         cat >conftest.$ac_ext <<_ACEOF
17496 /* confdefs.h.  */
17497 _ACEOF
17498 cat confdefs.h >>conftest.$ac_ext
17499 cat >>conftest.$ac_ext <<_ACEOF
17500 /* end confdefs.h.  */
17501 #include <stropts.h>
17502
17503 _ACEOF
17504 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17505   $EGREP "ioctl" >/dev/null 2>&1; then
17506   is_stropts=yes
17507 else
17508   is_stropts=no
17509 fi
17510 rm -f conftest*
17511
17512
17513         if test $is_unistd = yes; then
17514                 result=unistd.h
17515
17516 cat >>confdefs.h <<\_ACEOF
17517 #define HAVE_IOCTL_IN_UNISTD_H 1
17518 _ACEOF
17519
17520         else
17521
17522                 if test $is_sys_ioctl = yes; then
17523                         result=sys/ioctl.h
17524
17525 cat >>confdefs.h <<\_ACEOF
17526 #define HAVE_IOCTL_IN_SYS_IOCTL_H 1
17527 _ACEOF
17528
17529                 elif test $is_stropts = yes; then
17530
17531 cat >>confdefs.h <<\_ACEOF
17532 #define HAVE_IOCTL_IN_STROPTS_H 1
17533 _ACEOF
17534
17535                 else
17536                         result=no
17537                 fi
17538         fi
17539
17540         if test $result = no; then
17541                 { $as_echo "$as_me:$LINENO: result: no" >&5
17542 $as_echo "no" >&6; }
17543                 { { $as_echo "$as_me:$LINENO: error: *** Cannot locate ioctl() definition" >&5
17544 $as_echo "$as_me: error: *** Cannot locate ioctl() definition" >&2;}
17545    { (exit 1); exit 1; }; }
17546         else
17547                 { $as_echo "$as_me:$LINENO: result: yes" >&5
17548 $as_echo "yes" >&6; }
17549         fi
17550
17551
17552         ZLIB=
17553
17554         if test "${ac_cv_header_zlib_h+set}" = set; then
17555   { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
17556 $as_echo_n "checking for zlib.h... " >&6; }
17557 if test "${ac_cv_header_zlib_h+set}" = set; then
17558   $as_echo_n "(cached) " >&6
17559 fi
17560 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
17561 $as_echo "$ac_cv_header_zlib_h" >&6; }
17562 else
17563   # Is the header compilable?
17564 { $as_echo "$as_me:$LINENO: checking zlib.h usability" >&5
17565 $as_echo_n "checking zlib.h usability... " >&6; }
17566 cat >conftest.$ac_ext <<_ACEOF
17567 /* confdefs.h.  */
17568 _ACEOF
17569 cat confdefs.h >>conftest.$ac_ext
17570 cat >>conftest.$ac_ext <<_ACEOF
17571 /* end confdefs.h.  */
17572 $ac_includes_default
17573 #include <zlib.h>
17574 _ACEOF
17575 rm -f conftest.$ac_objext
17576 if { (ac_try="$ac_compile"
17577 case "(($ac_try" in
17578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17579   *) ac_try_echo=$ac_try;;
17580 esac
17581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17582 $as_echo "$ac_try_echo") >&5
17583   (eval "$ac_compile") 2>conftest.er1
17584   ac_status=$?
17585   grep -v '^ *+' conftest.er1 >conftest.err
17586   rm -f conftest.er1
17587   cat conftest.err >&5
17588   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17589   (exit $ac_status); } && {
17590          test -z "$ac_c_werror_flag" ||
17591          test ! -s conftest.err
17592        } && test -s conftest.$ac_objext; then
17593   ac_header_compiler=yes
17594 else
17595   $as_echo "$as_me: failed program was:" >&5
17596 sed 's/^/| /' conftest.$ac_ext >&5
17597
17598         ac_header_compiler=no
17599 fi
17600
17601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17602 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17603 $as_echo "$ac_header_compiler" >&6; }
17604
17605 # Is the header present?
17606 { $as_echo "$as_me:$LINENO: checking zlib.h presence" >&5
17607 $as_echo_n "checking zlib.h presence... " >&6; }
17608 cat >conftest.$ac_ext <<_ACEOF
17609 /* confdefs.h.  */
17610 _ACEOF
17611 cat confdefs.h >>conftest.$ac_ext
17612 cat >>conftest.$ac_ext <<_ACEOF
17613 /* end confdefs.h.  */
17614 #include <zlib.h>
17615 _ACEOF
17616 if { (ac_try="$ac_cpp conftest.$ac_ext"
17617 case "(($ac_try" in
17618   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17619   *) ac_try_echo=$ac_try;;
17620 esac
17621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17622 $as_echo "$ac_try_echo") >&5
17623   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17624   ac_status=$?
17625   grep -v '^ *+' conftest.er1 >conftest.err
17626   rm -f conftest.er1
17627   cat conftest.err >&5
17628   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17629   (exit $ac_status); } >/dev/null && {
17630          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17631          test ! -s conftest.err
17632        }; then
17633   ac_header_preproc=yes
17634 else
17635   $as_echo "$as_me: failed program was:" >&5
17636 sed 's/^/| /' conftest.$ac_ext >&5
17637
17638   ac_header_preproc=no
17639 fi
17640
17641 rm -f conftest.err conftest.$ac_ext
17642 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17643 $as_echo "$ac_header_preproc" >&6; }
17644
17645 # So?  What about this header?
17646 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17647   yes:no: )
17648     { $as_echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
17649 $as_echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17650     { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
17651 $as_echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
17652     ac_header_preproc=yes
17653     ;;
17654   no:yes:* )
17655     { $as_echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
17656 $as_echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
17657     { $as_echo "$as_me:$LINENO: WARNING: zlib.h:     check for missing prerequisite headers?" >&5
17658 $as_echo "$as_me: WARNING: zlib.h:     check for missing prerequisite headers?" >&2;}
17659     { $as_echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
17660 $as_echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
17661     { $as_echo "$as_me:$LINENO: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&5
17662 $as_echo "$as_me: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
17663     { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
17664 $as_echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
17665     { $as_echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
17666 $as_echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
17667
17668     ;;
17669 esac
17670 { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
17671 $as_echo_n "checking for zlib.h... " >&6; }
17672 if test "${ac_cv_header_zlib_h+set}" = set; then
17673   $as_echo_n "(cached) " >&6
17674 else
17675   ac_cv_header_zlib_h=$ac_header_preproc
17676 fi
17677 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
17678 $as_echo "$ac_cv_header_zlib_h" >&6; }
17679
17680 fi
17681 if test "x$ac_cv_header_zlib_h" = x""yes; then
17682   :
17683 else
17684   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17685 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17686 { { $as_echo "$as_me:$LINENO: error:
17687         *** zlib.h missing, zlib-devel package required
17688 See \`config.log' for more details." >&5
17689 $as_echo "$as_me: error:
17690         *** zlib.h missing, zlib-devel package required
17691 See \`config.log' for more details." >&2;}
17692    { (exit 1); exit 1; }; }; }
17693 fi
17694
17695
17696
17697
17698 { $as_echo "$as_me:$LINENO: checking for compress2 in -lz" >&5
17699 $as_echo_n "checking for compress2 in -lz... " >&6; }
17700 if test "${ac_cv_lib_z_compress2+set}" = set; then
17701   $as_echo_n "(cached) " >&6
17702 else
17703   ac_check_lib_save_LIBS=$LIBS
17704 LIBS="-lz  $LIBS"
17705 cat >conftest.$ac_ext <<_ACEOF
17706 /* confdefs.h.  */
17707 _ACEOF
17708 cat confdefs.h >>conftest.$ac_ext
17709 cat >>conftest.$ac_ext <<_ACEOF
17710 /* end confdefs.h.  */
17711
17712 /* Override any GCC internal prototype to avoid an error.
17713    Use char because int might match the return type of a GCC
17714    builtin and then its argument prototype would still apply.  */
17715 #ifdef __cplusplus
17716 extern "C"
17717 #endif
17718 char compress2 ();
17719 int
17720 main ()
17721 {
17722 return compress2 ();
17723   ;
17724   return 0;
17725 }
17726 _ACEOF
17727 rm -f conftest.$ac_objext conftest$ac_exeext
17728 if { (ac_try="$ac_link"
17729 case "(($ac_try" in
17730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17731   *) ac_try_echo=$ac_try;;
17732 esac
17733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17734 $as_echo "$ac_try_echo") >&5
17735   (eval "$ac_link") 2>conftest.er1
17736   ac_status=$?
17737   grep -v '^ *+' conftest.er1 >conftest.err
17738   rm -f conftest.er1
17739   cat conftest.err >&5
17740   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17741   (exit $ac_status); } && {
17742          test -z "$ac_c_werror_flag" ||
17743          test ! -s conftest.err
17744        } && test -s conftest$ac_exeext && {
17745          test "$cross_compiling" = yes ||
17746          $as_test_x conftest$ac_exeext
17747        }; then
17748   ac_cv_lib_z_compress2=yes
17749 else
17750   $as_echo "$as_me: failed program was:" >&5
17751 sed 's/^/| /' conftest.$ac_ext >&5
17752
17753         ac_cv_lib_z_compress2=no
17754 fi
17755
17756 rm -rf conftest.dSYM
17757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17758       conftest$ac_exeext conftest.$ac_ext
17759 LIBS=$ac_check_lib_save_LIBS
17760 fi
17761 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_compress2" >&5
17762 $as_echo "$ac_cv_lib_z_compress2" >&6; }
17763 if test "x$ac_cv_lib_z_compress2" = x""yes; then
17764   cat >>confdefs.h <<_ACEOF
17765 #define HAVE_LIBZ 1
17766 _ACEOF
17767
17768   LIBS="-lz $LIBS"
17769
17770 else
17771   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17772 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17773 { { $as_echo "$as_me:$LINENO: error:
17774         *** compress2() missing, zlib-devel package required
17775 See \`config.log' for more details." >&5
17776 $as_echo "$as_me: error:
17777         *** compress2() missing, zlib-devel package required
17778 See \`config.log' for more details." >&2;}
17779    { (exit 1); exit 1; }; }; }
17780 fi
17781
17782
17783
17784 { $as_echo "$as_me:$LINENO: checking for uncompress in -lz" >&5
17785 $as_echo_n "checking for uncompress in -lz... " >&6; }
17786 if test "${ac_cv_lib_z_uncompress+set}" = set; then
17787   $as_echo_n "(cached) " >&6
17788 else
17789   ac_check_lib_save_LIBS=$LIBS
17790 LIBS="-lz  $LIBS"
17791 cat >conftest.$ac_ext <<_ACEOF
17792 /* confdefs.h.  */
17793 _ACEOF
17794 cat confdefs.h >>conftest.$ac_ext
17795 cat >>conftest.$ac_ext <<_ACEOF
17796 /* end confdefs.h.  */
17797
17798 /* Override any GCC internal prototype to avoid an error.
17799    Use char because int might match the return type of a GCC
17800    builtin and then its argument prototype would still apply.  */
17801 #ifdef __cplusplus
17802 extern "C"
17803 #endif
17804 char uncompress ();
17805 int
17806 main ()
17807 {
17808 return uncompress ();
17809   ;
17810   return 0;
17811 }
17812 _ACEOF
17813 rm -f conftest.$ac_objext conftest$ac_exeext
17814 if { (ac_try="$ac_link"
17815 case "(($ac_try" in
17816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17817   *) ac_try_echo=$ac_try;;
17818 esac
17819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17820 $as_echo "$ac_try_echo") >&5
17821   (eval "$ac_link") 2>conftest.er1
17822   ac_status=$?
17823   grep -v '^ *+' conftest.er1 >conftest.err
17824   rm -f conftest.er1
17825   cat conftest.err >&5
17826   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17827   (exit $ac_status); } && {
17828          test -z "$ac_c_werror_flag" ||
17829          test ! -s conftest.err
17830        } && test -s conftest$ac_exeext && {
17831          test "$cross_compiling" = yes ||
17832          $as_test_x conftest$ac_exeext
17833        }; then
17834   ac_cv_lib_z_uncompress=yes
17835 else
17836   $as_echo "$as_me: failed program was:" >&5
17837 sed 's/^/| /' conftest.$ac_ext >&5
17838
17839         ac_cv_lib_z_uncompress=no
17840 fi
17841
17842 rm -rf conftest.dSYM
17843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17844       conftest$ac_exeext conftest.$ac_ext
17845 LIBS=$ac_check_lib_save_LIBS
17846 fi
17847 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_uncompress" >&5
17848 $as_echo "$ac_cv_lib_z_uncompress" >&6; }
17849 if test "x$ac_cv_lib_z_uncompress" = x""yes; then
17850   cat >>confdefs.h <<_ACEOF
17851 #define HAVE_LIBZ 1
17852 _ACEOF
17853
17854   LIBS="-lz $LIBS"
17855
17856 else
17857   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17858 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17859 { { $as_echo "$as_me:$LINENO: error:
17860         *** uncompress() missing, zlib-devel package required
17861 See \`config.log' for more details." >&5
17862 $as_echo "$as_me: error:
17863         *** uncompress() missing, zlib-devel package required
17864 See \`config.log' for more details." >&2;}
17865    { (exit 1); exit 1; }; }; }
17866 fi
17867
17868
17869
17870 { $as_echo "$as_me:$LINENO: checking for crc32 in -lz" >&5
17871 $as_echo_n "checking for crc32 in -lz... " >&6; }
17872 if test "${ac_cv_lib_z_crc32+set}" = set; then
17873   $as_echo_n "(cached) " >&6
17874 else
17875   ac_check_lib_save_LIBS=$LIBS
17876 LIBS="-lz  $LIBS"
17877 cat >conftest.$ac_ext <<_ACEOF
17878 /* confdefs.h.  */
17879 _ACEOF
17880 cat confdefs.h >>conftest.$ac_ext
17881 cat >>conftest.$ac_ext <<_ACEOF
17882 /* end confdefs.h.  */
17883
17884 /* Override any GCC internal prototype to avoid an error.
17885    Use char because int might match the return type of a GCC
17886    builtin and then its argument prototype would still apply.  */
17887 #ifdef __cplusplus
17888 extern "C"
17889 #endif
17890 char crc32 ();
17891 int
17892 main ()
17893 {
17894 return crc32 ();
17895   ;
17896   return 0;
17897 }
17898 _ACEOF
17899 rm -f conftest.$ac_objext conftest$ac_exeext
17900 if { (ac_try="$ac_link"
17901 case "(($ac_try" in
17902   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17903   *) ac_try_echo=$ac_try;;
17904 esac
17905 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17906 $as_echo "$ac_try_echo") >&5
17907   (eval "$ac_link") 2>conftest.er1
17908   ac_status=$?
17909   grep -v '^ *+' conftest.er1 >conftest.err
17910   rm -f conftest.er1
17911   cat conftest.err >&5
17912   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17913   (exit $ac_status); } && {
17914          test -z "$ac_c_werror_flag" ||
17915          test ! -s conftest.err
17916        } && test -s conftest$ac_exeext && {
17917          test "$cross_compiling" = yes ||
17918          $as_test_x conftest$ac_exeext
17919        }; then
17920   ac_cv_lib_z_crc32=yes
17921 else
17922   $as_echo "$as_me: failed program was:" >&5
17923 sed 's/^/| /' conftest.$ac_ext >&5
17924
17925         ac_cv_lib_z_crc32=no
17926 fi
17927
17928 rm -rf conftest.dSYM
17929 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17930       conftest$ac_exeext conftest.$ac_ext
17931 LIBS=$ac_check_lib_save_LIBS
17932 fi
17933 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_crc32" >&5
17934 $as_echo "$ac_cv_lib_z_crc32" >&6; }
17935 if test "x$ac_cv_lib_z_crc32" = x""yes; then
17936   cat >>confdefs.h <<_ACEOF
17937 #define HAVE_LIBZ 1
17938 _ACEOF
17939
17940   LIBS="-lz $LIBS"
17941
17942 else
17943   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17944 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17945 { { $as_echo "$as_me:$LINENO: error:
17946         *** crc32() missing, zlib-devel package required
17947 See \`config.log' for more details." >&5
17948 $as_echo "$as_me: error:
17949         *** crc32() missing, zlib-devel package required
17950 See \`config.log' for more details." >&2;}
17951    { (exit 1); exit 1; }; }; }
17952 fi
17953
17954
17955         ZLIB="-lz"
17956
17957
17958 cat >>confdefs.h <<\_ACEOF
17959 #define HAVE_ZLIB 1
17960 _ACEOF
17961
17962
17963
17964         LIBUUID=
17965
17966         if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
17967   { $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5
17968 $as_echo_n "checking for uuid/uuid.h... " >&6; }
17969 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
17970   $as_echo_n "(cached) " >&6
17971 fi
17972 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5
17973 $as_echo "$ac_cv_header_uuid_uuid_h" >&6; }
17974 else
17975   # Is the header compilable?
17976 { $as_echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&5
17977 $as_echo_n "checking uuid/uuid.h usability... " >&6; }
17978 cat >conftest.$ac_ext <<_ACEOF
17979 /* confdefs.h.  */
17980 _ACEOF
17981 cat confdefs.h >>conftest.$ac_ext
17982 cat >>conftest.$ac_ext <<_ACEOF
17983 /* end confdefs.h.  */
17984 $ac_includes_default
17985 #include <uuid/uuid.h>
17986 _ACEOF
17987 rm -f conftest.$ac_objext
17988 if { (ac_try="$ac_compile"
17989 case "(($ac_try" in
17990   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17991   *) ac_try_echo=$ac_try;;
17992 esac
17993 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17994 $as_echo "$ac_try_echo") >&5
17995   (eval "$ac_compile") 2>conftest.er1
17996   ac_status=$?
17997   grep -v '^ *+' conftest.er1 >conftest.err
17998   rm -f conftest.er1
17999   cat conftest.err >&5
18000   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18001   (exit $ac_status); } && {
18002          test -z "$ac_c_werror_flag" ||
18003          test ! -s conftest.err
18004        } && test -s conftest.$ac_objext; then
18005   ac_header_compiler=yes
18006 else
18007   $as_echo "$as_me: failed program was:" >&5
18008 sed 's/^/| /' conftest.$ac_ext >&5
18009
18010         ac_header_compiler=no
18011 fi
18012
18013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18014 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18015 $as_echo "$ac_header_compiler" >&6; }
18016
18017 # Is the header present?
18018 { $as_echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&5
18019 $as_echo_n "checking uuid/uuid.h presence... " >&6; }
18020 cat >conftest.$ac_ext <<_ACEOF
18021 /* confdefs.h.  */
18022 _ACEOF
18023 cat confdefs.h >>conftest.$ac_ext
18024 cat >>conftest.$ac_ext <<_ACEOF
18025 /* end confdefs.h.  */
18026 #include <uuid/uuid.h>
18027 _ACEOF
18028 if { (ac_try="$ac_cpp conftest.$ac_ext"
18029 case "(($ac_try" in
18030   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18031   *) ac_try_echo=$ac_try;;
18032 esac
18033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18034 $as_echo "$ac_try_echo") >&5
18035   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18036   ac_status=$?
18037   grep -v '^ *+' conftest.er1 >conftest.err
18038   rm -f conftest.er1
18039   cat conftest.err >&5
18040   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18041   (exit $ac_status); } >/dev/null && {
18042          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18043          test ! -s conftest.err
18044        }; then
18045   ac_header_preproc=yes
18046 else
18047   $as_echo "$as_me: failed program was:" >&5
18048 sed 's/^/| /' conftest.$ac_ext >&5
18049
18050   ac_header_preproc=no
18051 fi
18052
18053 rm -f conftest.err conftest.$ac_ext
18054 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18055 $as_echo "$ac_header_preproc" >&6; }
18056
18057 # So?  What about this header?
18058 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18059   yes:no: )
18060     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&5
18061 $as_echo "$as_me: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18062     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&5
18063 $as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&2;}
18064     ac_header_preproc=yes
18065     ;;
18066   no:yes:* )
18067     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: present but cannot be compiled" >&5
18068 $as_echo "$as_me: WARNING: uuid/uuid.h: present but cannot be compiled" >&2;}
18069     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h:     check for missing prerequisite headers?" >&5
18070 $as_echo "$as_me: WARNING: uuid/uuid.h:     check for missing prerequisite headers?" >&2;}
18071     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: see the Autoconf documentation" >&5
18072 $as_echo "$as_me: WARNING: uuid/uuid.h: see the Autoconf documentation" >&2;}
18073     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h:     section \"Present But Cannot Be Compiled\"" >&5
18074 $as_echo "$as_me: WARNING: uuid/uuid.h:     section \"Present But Cannot Be Compiled\"" >&2;}
18075     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&5
18076 $as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&2;}
18077     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&5
18078 $as_echo "$as_me: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&2;}
18079
18080     ;;
18081 esac
18082 { $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5
18083 $as_echo_n "checking for uuid/uuid.h... " >&6; }
18084 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
18085   $as_echo_n "(cached) " >&6
18086 else
18087   ac_cv_header_uuid_uuid_h=$ac_header_preproc
18088 fi
18089 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5
18090 $as_echo "$ac_cv_header_uuid_uuid_h" >&6; }
18091
18092 fi
18093 if test "x$ac_cv_header_uuid_uuid_h" = x""yes; then
18094   :
18095 else
18096   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18097 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18098 { { $as_echo "$as_me:$LINENO: error:
18099         *** uuid/uuid.h missing, libuuid-devel package required
18100 See \`config.log' for more details." >&5
18101 $as_echo "$as_me: error:
18102         *** uuid/uuid.h missing, libuuid-devel package required
18103 See \`config.log' for more details." >&2;}
18104    { (exit 1); exit 1; }; }; }
18105 fi
18106
18107
18108
18109
18110 { $as_echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5
18111 $as_echo_n "checking for uuid_generate in -luuid... " >&6; }
18112 if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then
18113   $as_echo_n "(cached) " >&6
18114 else
18115   ac_check_lib_save_LIBS=$LIBS
18116 LIBS="-luuid  $LIBS"
18117 cat >conftest.$ac_ext <<_ACEOF
18118 /* confdefs.h.  */
18119 _ACEOF
18120 cat confdefs.h >>conftest.$ac_ext
18121 cat >>conftest.$ac_ext <<_ACEOF
18122 /* end confdefs.h.  */
18123
18124 /* Override any GCC internal prototype to avoid an error.
18125    Use char because int might match the return type of a GCC
18126    builtin and then its argument prototype would still apply.  */
18127 #ifdef __cplusplus
18128 extern "C"
18129 #endif
18130 char uuid_generate ();
18131 int
18132 main ()
18133 {
18134 return uuid_generate ();
18135   ;
18136   return 0;
18137 }
18138 _ACEOF
18139 rm -f conftest.$ac_objext conftest$ac_exeext
18140 if { (ac_try="$ac_link"
18141 case "(($ac_try" in
18142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18143   *) ac_try_echo=$ac_try;;
18144 esac
18145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18146 $as_echo "$ac_try_echo") >&5
18147   (eval "$ac_link") 2>conftest.er1
18148   ac_status=$?
18149   grep -v '^ *+' conftest.er1 >conftest.err
18150   rm -f conftest.er1
18151   cat conftest.err >&5
18152   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18153   (exit $ac_status); } && {
18154          test -z "$ac_c_werror_flag" ||
18155          test ! -s conftest.err
18156        } && test -s conftest$ac_exeext && {
18157          test "$cross_compiling" = yes ||
18158          $as_test_x conftest$ac_exeext
18159        }; then
18160   ac_cv_lib_uuid_uuid_generate=yes
18161 else
18162   $as_echo "$as_me: failed program was:" >&5
18163 sed 's/^/| /' conftest.$ac_ext >&5
18164
18165         ac_cv_lib_uuid_uuid_generate=no
18166 fi
18167
18168 rm -rf conftest.dSYM
18169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18170       conftest$ac_exeext conftest.$ac_ext
18171 LIBS=$ac_check_lib_save_LIBS
18172 fi
18173 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5
18174 $as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; }
18175 if test "x$ac_cv_lib_uuid_uuid_generate" = x""yes; then
18176   cat >>confdefs.h <<_ACEOF
18177 #define HAVE_LIBUUID 1
18178 _ACEOF
18179
18180   LIBS="-luuid $LIBS"
18181
18182 else
18183   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18184 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18185 { { $as_echo "$as_me:$LINENO: error:
18186         *** uuid_generate() missing, libuuid-devel package required
18187 See \`config.log' for more details." >&5
18188 $as_echo "$as_me: error:
18189         *** uuid_generate() missing, libuuid-devel package required
18190 See \`config.log' for more details." >&2;}
18191    { (exit 1); exit 1; }; }; }
18192 fi
18193
18194
18195
18196 { $as_echo "$as_me:$LINENO: checking for uuid_is_null in -luuid" >&5
18197 $as_echo_n "checking for uuid_is_null in -luuid... " >&6; }
18198 if test "${ac_cv_lib_uuid_uuid_is_null+set}" = set; then
18199   $as_echo_n "(cached) " >&6
18200 else
18201   ac_check_lib_save_LIBS=$LIBS
18202 LIBS="-luuid  $LIBS"
18203 cat >conftest.$ac_ext <<_ACEOF
18204 /* confdefs.h.  */
18205 _ACEOF
18206 cat confdefs.h >>conftest.$ac_ext
18207 cat >>conftest.$ac_ext <<_ACEOF
18208 /* end confdefs.h.  */
18209
18210 /* Override any GCC internal prototype to avoid an error.
18211    Use char because int might match the return type of a GCC
18212    builtin and then its argument prototype would still apply.  */
18213 #ifdef __cplusplus
18214 extern "C"
18215 #endif
18216 char uuid_is_null ();
18217 int
18218 main ()
18219 {
18220 return uuid_is_null ();
18221   ;
18222   return 0;
18223 }
18224 _ACEOF
18225 rm -f conftest.$ac_objext conftest$ac_exeext
18226 if { (ac_try="$ac_link"
18227 case "(($ac_try" in
18228   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18229   *) ac_try_echo=$ac_try;;
18230 esac
18231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18232 $as_echo "$ac_try_echo") >&5
18233   (eval "$ac_link") 2>conftest.er1
18234   ac_status=$?
18235   grep -v '^ *+' conftest.er1 >conftest.err
18236   rm -f conftest.er1
18237   cat conftest.err >&5
18238   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18239   (exit $ac_status); } && {
18240          test -z "$ac_c_werror_flag" ||
18241          test ! -s conftest.err
18242        } && test -s conftest$ac_exeext && {
18243          test "$cross_compiling" = yes ||
18244          $as_test_x conftest$ac_exeext
18245        }; then
18246   ac_cv_lib_uuid_uuid_is_null=yes
18247 else
18248   $as_echo "$as_me: failed program was:" >&5
18249 sed 's/^/| /' conftest.$ac_ext >&5
18250
18251         ac_cv_lib_uuid_uuid_is_null=no
18252 fi
18253
18254 rm -rf conftest.dSYM
18255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18256       conftest$ac_exeext conftest.$ac_ext
18257 LIBS=$ac_check_lib_save_LIBS
18258 fi
18259 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_is_null" >&5
18260 $as_echo "$ac_cv_lib_uuid_uuid_is_null" >&6; }
18261 if test "x$ac_cv_lib_uuid_uuid_is_null" = x""yes; then
18262   cat >>confdefs.h <<_ACEOF
18263 #define HAVE_LIBUUID 1
18264 _ACEOF
18265
18266   LIBS="-luuid $LIBS"
18267
18268 else
18269   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18270 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18271 { { $as_echo "$as_me:$LINENO: error:
18272         *** uuid_is_null() missing, libuuid-devel package required
18273 See \`config.log' for more details." >&5
18274 $as_echo "$as_me: error:
18275         *** uuid_is_null() missing, libuuid-devel package required
18276 See \`config.log' for more details." >&2;}
18277    { (exit 1); exit 1; }; }; }
18278 fi
18279
18280
18281         LIBUUID="-luuid"
18282
18283
18284 cat >>confdefs.h <<\_ACEOF
18285 #define HAVE_LIBUUID 1
18286 _ACEOF
18287
18288
18289
18290
18291 # Check whether --with-blkid was given.
18292 if test "${with_blkid+set}" = set; then
18293   withval=$with_blkid;
18294 else
18295   with_blkid=check
18296 fi
18297
18298
18299         LIBBLKID=
18300         if test "x$with_blkid" != xno; then
18301
18302                 { $as_echo "$as_me:$LINENO: checking for blkid_get_cache in -lblkid" >&5
18303 $as_echo_n "checking for blkid_get_cache in -lblkid... " >&6; }
18304 if test "${ac_cv_lib_blkid_blkid_get_cache+set}" = set; then
18305   $as_echo_n "(cached) " >&6
18306 else
18307   ac_check_lib_save_LIBS=$LIBS
18308 LIBS="-lblkid  $LIBS"
18309 cat >conftest.$ac_ext <<_ACEOF
18310 /* confdefs.h.  */
18311 _ACEOF
18312 cat confdefs.h >>conftest.$ac_ext
18313 cat >>conftest.$ac_ext <<_ACEOF
18314 /* end confdefs.h.  */
18315
18316 /* Override any GCC internal prototype to avoid an error.
18317    Use char because int might match the return type of a GCC
18318    builtin and then its argument prototype would still apply.  */
18319 #ifdef __cplusplus
18320 extern "C"
18321 #endif
18322 char blkid_get_cache ();
18323 int
18324 main ()
18325 {
18326 return blkid_get_cache ();
18327   ;
18328   return 0;
18329 }
18330 _ACEOF
18331 rm -f conftest.$ac_objext conftest$ac_exeext
18332 if { (ac_try="$ac_link"
18333 case "(($ac_try" in
18334   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18335   *) ac_try_echo=$ac_try;;
18336 esac
18337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18338 $as_echo "$ac_try_echo") >&5
18339   (eval "$ac_link") 2>conftest.er1
18340   ac_status=$?
18341   grep -v '^ *+' conftest.er1 >conftest.err
18342   rm -f conftest.er1
18343   cat conftest.err >&5
18344   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18345   (exit $ac_status); } && {
18346          test -z "$ac_c_werror_flag" ||
18347          test ! -s conftest.err
18348        } && test -s conftest$ac_exeext && {
18349          test "$cross_compiling" = yes ||
18350          $as_test_x conftest$ac_exeext
18351        }; then
18352   ac_cv_lib_blkid_blkid_get_cache=yes
18353 else
18354   $as_echo "$as_me: failed program was:" >&5
18355 sed 's/^/| /' conftest.$ac_ext >&5
18356
18357         ac_cv_lib_blkid_blkid_get_cache=no
18358 fi
18359
18360 rm -rf conftest.dSYM
18361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18362       conftest$ac_exeext conftest.$ac_ext
18363 LIBS=$ac_check_lib_save_LIBS
18364 fi
18365 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_blkid_blkid_get_cache" >&5
18366 $as_echo "$ac_cv_lib_blkid_blkid_get_cache" >&6; }
18367 if test "x$ac_cv_lib_blkid_blkid_get_cache" = x""yes; then
18368
18369                         { $as_echo "$as_me:$LINENO: checking for blkid zfs support" >&5
18370 $as_echo_n "checking for blkid zfs support... " >&6; }
18371
18372                         ZFS_DEV=`mktemp`
18373                         dd if=/dev/zero of=$ZFS_DEV bs=1024k count=8 \
18374                                 >/dev/null 2>/dev/null
18375                         echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
18376                                 dd of=$ZFS_DEV bs=1k count=8 \
18377                                 seek=132 conv=notrunc &>/dev/null \
18378                                 >/dev/null 2>/dev/null
18379
18380                         saved_LDFLAGS="$LDFLAGS"
18381                         LDFLAGS="-lblkid"
18382
18383                         if test "$cross_compiling" = yes; then
18384   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18385 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18386 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18387 See \`config.log' for more details." >&5
18388 $as_echo "$as_me: error: cannot run test program while cross compiling
18389 See \`config.log' for more details." >&2;}
18390    { (exit 1); exit 1; }; }; }
18391 else
18392   cat >conftest.$ac_ext <<_ACEOF
18393 /* confdefs.h.  */
18394 _ACEOF
18395 cat confdefs.h >>conftest.$ac_ext
18396 cat >>conftest.$ac_ext <<_ACEOF
18397 /* end confdefs.h.  */
18398
18399                                 #include <stdio.h>
18400                                 #include <blkid/blkid.h>
18401
18402 int
18403 main ()
18404 {
18405
18406                                 blkid_cache cache;
18407                                 char *value;
18408
18409                                 if (blkid_get_cache(&cache, NULL) < 0)
18410                                         return 1;
18411
18412                                 value = blkid_get_tag_value(cache, "TYPE",
18413                                                             "$ZFS_DEV");
18414                                 if (!value) {
18415                                         blkid_put_cache(cache);
18416                                         return 2;
18417                                 }
18418
18419                                 if (strcmp(value, "zfs")) {
18420                                         free(value);
18421                                         blkid_put_cache(cache);
18422                                         return 3;
18423                                 }
18424
18425                                 free(value);
18426                                 blkid_put_cache(cache);
18427
18428   ;
18429   return 0;
18430 }
18431 _ACEOF
18432 rm -f conftest$ac_exeext
18433 if { (ac_try="$ac_link"
18434 case "(($ac_try" in
18435   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18436   *) ac_try_echo=$ac_try;;
18437 esac
18438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18439 $as_echo "$ac_try_echo") >&5
18440   (eval "$ac_link") 2>&5
18441   ac_status=$?
18442   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18443   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18444   { (case "(($ac_try" in
18445   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18446   *) ac_try_echo=$ac_try;;
18447 esac
18448 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18449 $as_echo "$ac_try_echo") >&5
18450   (eval "$ac_try") 2>&5
18451   ac_status=$?
18452   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18453   (exit $ac_status); }; }; then
18454
18455                                 rm -f $ZFS_DEV
18456                                 { $as_echo "$as_me:$LINENO: result: yes" >&5
18457 $as_echo "yes" >&6; }
18458                                 LIBBLKID="-lblkid"
18459
18460
18461 cat >>confdefs.h <<\_ACEOF
18462 #define HAVE_LIBBLKID 1
18463 _ACEOF
18464
18465
18466 else
18467   $as_echo "$as_me: program exited with status $ac_status" >&5
18468 $as_echo "$as_me: failed program was:" >&5
18469 sed 's/^/| /' conftest.$ac_ext >&5
18470
18471 ( exit $ac_status )
18472
18473                                 rm -f $ZFS_DEV
18474                                 { $as_echo "$as_me:$LINENO: result: no" >&5
18475 $as_echo "no" >&6; }
18476                                 if test "x$with_blkid" != xcheck; then
18477   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18478 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18479 { { $as_echo "$as_me:$LINENO: error: --with-blkid given but unavailable
18480 See \`config.log' for more details." >&5
18481 $as_echo "$as_me: error: --with-blkid given but unavailable
18482 See \`config.log' for more details." >&2;}
18483    { (exit 1); exit 1; }; }; }
18484 fi
18485
18486
18487 fi
18488 rm -rf conftest.dSYM
18489 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18490 fi
18491
18492
18493
18494                         LDFLAGS="$saved_LDFLAGS"
18495
18496 else
18497
18498                         if test "x$with_blkid" != xcheck; then
18499   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18500 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18501 { { $as_echo "$as_me:$LINENO: error: --with-blkid given but unavailable
18502 See \`config.log' for more details." >&5
18503 $as_echo "$as_me: error: --with-blkid given but unavailable
18504 See \`config.log' for more details." >&2;}
18505    { (exit 1); exit 1; }; }; }
18506 fi
18507
18508
18509
18510 fi
18511
18512
18513 fi
18514
18515
18516
18517
18518 # Check whether --with-selinux was given.
18519 if test "${with_selinux+set}" = set; then
18520   withval=$with_selinux;
18521 else
18522   with_selinux=check
18523 fi
18524
18525
18526         LIBSELINUX=
18527         if test "x$with_selinux" != xno; then
18528
18529                 if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
18530   { $as_echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5
18531 $as_echo_n "checking for selinux/selinux.h... " >&6; }
18532 if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
18533   $as_echo_n "(cached) " >&6
18534 fi
18535 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5
18536 $as_echo "$ac_cv_header_selinux_selinux_h" >&6; }
18537 else
18538   # Is the header compilable?
18539 { $as_echo "$as_me:$LINENO: checking selinux/selinux.h usability" >&5
18540 $as_echo_n "checking selinux/selinux.h usability... " >&6; }
18541 cat >conftest.$ac_ext <<_ACEOF
18542 /* confdefs.h.  */
18543 _ACEOF
18544 cat confdefs.h >>conftest.$ac_ext
18545 cat >>conftest.$ac_ext <<_ACEOF
18546 /* end confdefs.h.  */
18547 $ac_includes_default
18548 #include <selinux/selinux.h>
18549 _ACEOF
18550 rm -f conftest.$ac_objext
18551 if { (ac_try="$ac_compile"
18552 case "(($ac_try" in
18553   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18554   *) ac_try_echo=$ac_try;;
18555 esac
18556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18557 $as_echo "$ac_try_echo") >&5
18558   (eval "$ac_compile") 2>conftest.er1
18559   ac_status=$?
18560   grep -v '^ *+' conftest.er1 >conftest.err
18561   rm -f conftest.er1
18562   cat conftest.err >&5
18563   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18564   (exit $ac_status); } && {
18565          test -z "$ac_c_werror_flag" ||
18566          test ! -s conftest.err
18567        } && test -s conftest.$ac_objext; then
18568   ac_header_compiler=yes
18569 else
18570   $as_echo "$as_me: failed program was:" >&5
18571 sed 's/^/| /' conftest.$ac_ext >&5
18572
18573         ac_header_compiler=no
18574 fi
18575
18576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18577 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18578 $as_echo "$ac_header_compiler" >&6; }
18579
18580 # Is the header present?
18581 { $as_echo "$as_me:$LINENO: checking selinux/selinux.h presence" >&5
18582 $as_echo_n "checking selinux/selinux.h presence... " >&6; }
18583 cat >conftest.$ac_ext <<_ACEOF
18584 /* confdefs.h.  */
18585 _ACEOF
18586 cat confdefs.h >>conftest.$ac_ext
18587 cat >>conftest.$ac_ext <<_ACEOF
18588 /* end confdefs.h.  */
18589 #include <selinux/selinux.h>
18590 _ACEOF
18591 if { (ac_try="$ac_cpp conftest.$ac_ext"
18592 case "(($ac_try" in
18593   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18594   *) ac_try_echo=$ac_try;;
18595 esac
18596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18597 $as_echo "$ac_try_echo") >&5
18598   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18599   ac_status=$?
18600   grep -v '^ *+' conftest.er1 >conftest.err
18601   rm -f conftest.er1
18602   cat conftest.err >&5
18603   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18604   (exit $ac_status); } >/dev/null && {
18605          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18606          test ! -s conftest.err
18607        }; then
18608   ac_header_preproc=yes
18609 else
18610   $as_echo "$as_me: failed program was:" >&5
18611 sed 's/^/| /' conftest.$ac_ext >&5
18612
18613   ac_header_preproc=no
18614 fi
18615
18616 rm -f conftest.err conftest.$ac_ext
18617 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18618 $as_echo "$ac_header_preproc" >&6; }
18619
18620 # So?  What about this header?
18621 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18622   yes:no: )
18623     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&5
18624 $as_echo "$as_me: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18625     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&5
18626 $as_echo "$as_me: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&2;}
18627     ac_header_preproc=yes
18628     ;;
18629   no:yes:* )
18630     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: present but cannot be compiled" >&5
18631 $as_echo "$as_me: WARNING: selinux/selinux.h: present but cannot be compiled" >&2;}
18632     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h:     check for missing prerequisite headers?" >&5
18633 $as_echo "$as_me: WARNING: selinux/selinux.h:     check for missing prerequisite headers?" >&2;}
18634     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: see the Autoconf documentation" >&5
18635 $as_echo "$as_me: WARNING: selinux/selinux.h: see the Autoconf documentation" >&2;}
18636     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h:     section \"Present But Cannot Be Compiled\"" >&5
18637 $as_echo "$as_me: WARNING: selinux/selinux.h:     section \"Present But Cannot Be Compiled\"" >&2;}
18638     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&5
18639 $as_echo "$as_me: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&2;}
18640     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&5
18641 $as_echo "$as_me: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&2;}
18642
18643     ;;
18644 esac
18645 { $as_echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5
18646 $as_echo_n "checking for selinux/selinux.h... " >&6; }
18647 if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
18648   $as_echo_n "(cached) " >&6
18649 else
18650   ac_cv_header_selinux_selinux_h=$ac_header_preproc
18651 fi
18652 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5
18653 $as_echo "$ac_cv_header_selinux_selinux_h" >&6; }
18654
18655 fi
18656 if test "x$ac_cv_header_selinux_selinux_h" = x""yes; then
18657
18658                         { $as_echo "$as_me:$LINENO: checking for is_selinux_enabled in -lselinux" >&5
18659 $as_echo_n "checking for is_selinux_enabled in -lselinux... " >&6; }
18660 if test "${ac_cv_lib_selinux_is_selinux_enabled+set}" = set; then
18661   $as_echo_n "(cached) " >&6
18662 else
18663   ac_check_lib_save_LIBS=$LIBS
18664 LIBS="-lselinux  $LIBS"
18665 cat >conftest.$ac_ext <<_ACEOF
18666 /* confdefs.h.  */
18667 _ACEOF
18668 cat confdefs.h >>conftest.$ac_ext
18669 cat >>conftest.$ac_ext <<_ACEOF
18670 /* end confdefs.h.  */
18671
18672 /* Override any GCC internal prototype to avoid an error.
18673    Use char because int might match the return type of a GCC
18674    builtin and then its argument prototype would still apply.  */
18675 #ifdef __cplusplus
18676 extern "C"
18677 #endif
18678 char is_selinux_enabled ();
18679 int
18680 main ()
18681 {
18682 return is_selinux_enabled ();
18683   ;
18684   return 0;
18685 }
18686 _ACEOF
18687 rm -f conftest.$ac_objext conftest$ac_exeext
18688 if { (ac_try="$ac_link"
18689 case "(($ac_try" in
18690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18691   *) ac_try_echo=$ac_try;;
18692 esac
18693 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18694 $as_echo "$ac_try_echo") >&5
18695   (eval "$ac_link") 2>conftest.er1
18696   ac_status=$?
18697   grep -v '^ *+' conftest.er1 >conftest.err
18698   rm -f conftest.er1
18699   cat conftest.err >&5
18700   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18701   (exit $ac_status); } && {
18702          test -z "$ac_c_werror_flag" ||
18703          test ! -s conftest.err
18704        } && test -s conftest$ac_exeext && {
18705          test "$cross_compiling" = yes ||
18706          $as_test_x conftest$ac_exeext
18707        }; then
18708   ac_cv_lib_selinux_is_selinux_enabled=yes
18709 else
18710   $as_echo "$as_me: failed program was:" >&5
18711 sed 's/^/| /' conftest.$ac_ext >&5
18712
18713         ac_cv_lib_selinux_is_selinux_enabled=no
18714 fi
18715
18716 rm -rf conftest.dSYM
18717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18718       conftest$ac_exeext conftest.$ac_ext
18719 LIBS=$ac_check_lib_save_LIBS
18720 fi
18721 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_selinux_is_selinux_enabled" >&5
18722 $as_echo "$ac_cv_lib_selinux_is_selinux_enabled" >&6; }
18723 if test "x$ac_cv_lib_selinux_is_selinux_enabled" = x""yes; then
18724
18725                                 LIBSELINUX="-lselinux"
18726
18727
18728 cat >>confdefs.h <<\_ACEOF
18729 #define HAVE_LIBSELINUX 1
18730 _ACEOF
18731
18732
18733 else
18734
18735                                 if test "x$with_selinux" != xcheck; then
18736   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18737 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18738 { { $as_echo "$as_me:$LINENO: error: --with-selinux given but unavailable
18739 See \`config.log' for more details." >&5
18740 $as_echo "$as_me: error: --with-selinux given but unavailable
18741 See \`config.log' for more details." >&2;}
18742    { (exit 1); exit 1; }; }; }
18743
18744 fi
18745
18746
18747 fi
18748
18749
18750 else
18751
18752                         if test "x$with_selinux" != xcheck; then
18753   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18754 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18755 { { $as_echo "$as_me:$LINENO: error: --with-selinux given but unavailable
18756 See \`config.log' for more details." >&5
18757 $as_echo "$as_me: error: --with-selinux given but unavailable
18758 See \`config.log' for more details." >&2;}
18759    { (exit 1); exit 1; }; }; }
18760
18761 fi
18762
18763
18764 fi
18765
18766
18767
18768 else
18769
18770                 { $as_echo "$as_me:$LINENO: checking for selinux support" >&5
18771 $as_echo_n "checking for selinux support... " >&6; }
18772                 { $as_echo "$as_me:$LINENO: result: no" >&5
18773 $as_echo "no" >&6; }
18774
18775 fi
18776
18777
18778
18779         { $as_echo "$as_me:$LINENO: checking for -Wframe-larger-than=<size> support" >&5
18780 $as_echo_n "checking for -Wframe-larger-than=<size> support... " >&6; }
18781
18782         saved_flags="$CFLAGS"
18783         CFLAGS="$CFLAGS -Wframe-larger-than=1024"
18784
18785         if test "$cross_compiling" = yes; then
18786   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18787 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18788 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18789 See \`config.log' for more details." >&5
18790 $as_echo "$as_me: error: cannot run test program while cross compiling
18791 See \`config.log' for more details." >&2;}
18792    { (exit 1); exit 1; }; }; }
18793 else
18794   cat >conftest.$ac_ext <<_ACEOF
18795 /* confdefs.h.  */
18796 _ACEOF
18797 cat confdefs.h >>conftest.$ac_ext
18798 cat >>conftest.$ac_ext <<_ACEOF
18799 /* end confdefs.h.  */
18800
18801 int
18802 main ()
18803 {
18804
18805   ;
18806   return 0;
18807 }
18808 _ACEOF
18809 rm -f conftest$ac_exeext
18810 if { (ac_try="$ac_link"
18811 case "(($ac_try" in
18812   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18813   *) ac_try_echo=$ac_try;;
18814 esac
18815 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18816 $as_echo "$ac_try_echo") >&5
18817   (eval "$ac_link") 2>&5
18818   ac_status=$?
18819   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18820   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18821   { (case "(($ac_try" in
18822   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18823   *) ac_try_echo=$ac_try;;
18824 esac
18825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18826 $as_echo "$ac_try_echo") >&5
18827   (eval "$ac_try") 2>&5
18828   ac_status=$?
18829   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18830   (exit $ac_status); }; }; then
18831
18832                 FRAME_LARGER_THAN=-Wframe-larger-than=1024
18833                 { $as_echo "$as_me:$LINENO: result: yes" >&5
18834 $as_echo "yes" >&6; }
18835
18836 else
18837   $as_echo "$as_me: program exited with status $ac_status" >&5
18838 $as_echo "$as_me: failed program was:" >&5
18839 sed 's/^/| /' conftest.$ac_ext >&5
18840
18841 ( exit $ac_status )
18842
18843                 FRAME_LARGER_THAN=
18844                 { $as_echo "$as_me:$LINENO: result: no" >&5
18845 $as_echo "no" >&6; }
18846
18847 fi
18848 rm -rf conftest.dSYM
18849 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18850 fi
18851
18852
18853
18854         CFLAGS="$saved_flags"
18855
18856
18857
18858
18859         { $as_echo "$as_me:$LINENO: checking whether pthread stack includes guard" >&5
18860 $as_echo_n "checking whether pthread stack includes guard... " >&6; }
18861
18862         saved_CFLAGS="$CFLAGS"
18863         CFLAGS="-fstack-check"
18864         saved_LDFLAGS="$LDFLAGS"
18865         LDFLAGS="-lpthread"
18866
18867         if test "$cross_compiling" = yes; then
18868   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18869 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18870 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18871 See \`config.log' for more details." >&5
18872 $as_echo "$as_me: error: cannot run test program while cross compiling
18873 See \`config.log' for more details." >&2;}
18874    { (exit 1); exit 1; }; }; }
18875 else
18876   cat >conftest.$ac_ext <<_ACEOF
18877 /* confdefs.h.  */
18878 _ACEOF
18879 cat confdefs.h >>conftest.$ac_ext
18880 cat >>conftest.$ac_ext <<_ACEOF
18881 /* end confdefs.h.  */
18882
18883                 #include <pthread.h>
18884                 #include <sys/resource.h>
18885                 #include <unistd.h>
18886                 #include <bits/local_lim.h>
18887
18888                 #define PAGESIZE (sysconf(_SC_PAGESIZE))
18889                 #define STACK_SIZE 8192
18890                 #define BUFSIZE 4096
18891
18892                 void * func(void *arg)
18893                 {
18894                         char buf[BUFSIZE];
18895                 }
18896
18897 int
18898 main ()
18899 {
18900
18901                 pthread_t tid;
18902                 pthread_attr_t attr;
18903                 struct rlimit l;
18904
18905                 l.rlim_cur = 0;
18906                 l.rlim_max = 0;
18907                 setrlimit(RLIMIT_CORE, &l);
18908                 pthread_attr_init(&attr);
18909                 pthread_attr_setstacksize(&attr, PTHREAD_STACK_MIN + STACK_SIZE);
18910                 pthread_attr_setguardsize(&attr, PAGESIZE);
18911                 pthread_create(&tid, &attr, func, NULL);
18912                 pthread_join(tid, NULL);
18913
18914   ;
18915   return 0;
18916 }
18917 _ACEOF
18918 rm -f conftest$ac_exeext
18919 if { (ac_try="$ac_link"
18920 case "(($ac_try" in
18921   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18922   *) ac_try_echo=$ac_try;;
18923 esac
18924 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18925 $as_echo "$ac_try_echo") >&5
18926   (eval "$ac_link") 2>&5
18927   ac_status=$?
18928   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18929   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18930   { (case "(($ac_try" in
18931   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18932   *) ac_try_echo=$ac_try;;
18933 esac
18934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18935 $as_echo "$ac_try_echo") >&5
18936   (eval "$ac_try") 2>&5
18937   ac_status=$?
18938   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18939   (exit $ac_status); }; }; then
18940
18941                 { $as_echo "$as_me:$LINENO: result: no" >&5
18942 $as_echo "no" >&6; }
18943
18944 else
18945   $as_echo "$as_me: program exited with status $ac_status" >&5
18946 $as_echo "$as_me: failed program was:" >&5
18947 sed 's/^/| /' conftest.$ac_ext >&5
18948
18949 ( exit $ac_status )
18950
18951
18952 cat >>confdefs.h <<\_ACEOF
18953 #define NPTL_GUARD_WITHIN_STACK 1
18954 _ACEOF
18955
18956                 { $as_echo "$as_me:$LINENO: result: yes" >&5
18957 $as_echo "yes" >&6; }
18958
18959 fi
18960 rm -rf conftest.dSYM
18961 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18962 fi
18963
18964
18965         CFLAGS="$saved_CFLAGS"
18966         LDFLAGS="$saved_LDFLAGS"
18967
18968    ;;
18969                 all)
18970
18971
18972 # Check whether --with-linux was given.
18973 if test "${with_linux+set}" = set; then
18974   withval=$with_linux; kernelsrc="$withval"
18975 fi
18976
18977
18978
18979 # Check whether --with-linux-obj was given.
18980 if test "${with_linux_obj+set}" = set; then
18981   withval=$with_linux_obj; kernelbuild="$withval"
18982 fi
18983
18984
18985         { $as_echo "$as_me:$LINENO: checking kernel source directory" >&5
18986 $as_echo_n "checking kernel source directory... " >&6; }
18987         if test -z "$kernelsrc"; then
18988
18989                 if test -e "/lib/modules/$(uname -r)/source"; then
18990
18991                         headersdir="/lib/modules/$(uname -r)/source"
18992                         sourcelink=$(readlink -f "$headersdir")
18993
18994 elif test -e "/lib/modules/$(uname -r)/build"; then
18995
18996                         headersdir="/lib/modules/$(uname -r)/build"
18997                         sourcelink=$(readlink -f "$headersdir")
18998
18999 else
19000
19001                         sourcelink=$(ls -1d /usr/src/kernels/* \
19002                                      /usr/src/linux-* \
19003                                      2>/dev/null | grep -v obj | tail -1)
19004
19005 fi
19006
19007
19008                 if test -n "$sourcelink" && test -e ${sourcelink}; then
19009
19010                         kernelsrc=`readlink -f ${sourcelink}`
19011
19012 else
19013
19014                         { $as_echo "$as_me:$LINENO: result: Not found" >&5
19015 $as_echo "Not found" >&6; }
19016                         { { $as_echo "$as_me:$LINENO: error:
19017         *** Please make sure the kernel devel package for your distribution
19018         *** is installed then try again.  If that fails you can specify the
19019         *** location of the kernel source with the '--with-linux=PATH' option." >&5
19020 $as_echo "$as_me: error:
19021         *** Please make sure the kernel devel package for your distribution
19022         *** is installed then try again.  If that fails you can specify the
19023         *** location of the kernel source with the '--with-linux=PATH' option." >&2;}
19024    { (exit 1); exit 1; }; }
19025
19026 fi
19027
19028
19029 else
19030
19031                 if test "$kernelsrc" = "NONE"; then
19032
19033                         kernsrcver=NONE
19034
19035 fi
19036
19037
19038 fi
19039
19040
19041         { $as_echo "$as_me:$LINENO: result: $kernelsrc" >&5
19042 $as_echo "$kernelsrc" >&6; }
19043         { $as_echo "$as_me:$LINENO: checking kernel build directory" >&5
19044 $as_echo_n "checking kernel build directory... " >&6; }
19045         if test -z "$kernelbuild"; then
19046
19047                 if test -e "/lib/modules/$(uname -r)/build"; then
19048
19049                         kernelbuild=`readlink -f /lib/modules/$(uname -r)/build`
19050
19051 elif test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}; then
19052
19053                         kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
19054
19055 elif test -d ${kernelsrc}-obj/${target_cpu}/default; then
19056
19057                         kernelbuild=${kernelsrc}-obj/${target_cpu}/default
19058
19059 elif test -d `dirname ${kernelsrc}`/build-${target_cpu}; then
19060
19061                         kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
19062
19063 else
19064
19065                         kernelbuild=${kernelsrc}
19066
19067 fi
19068
19069
19070 fi
19071
19072         { $as_echo "$as_me:$LINENO: result: $kernelbuild" >&5
19073 $as_echo "$kernelbuild" >&6; }
19074
19075         { $as_echo "$as_me:$LINENO: checking kernel source version" >&5
19076 $as_echo_n "checking kernel source version... " >&6; }
19077         utsrelease1=$kernelbuild/include/linux/version.h
19078         utsrelease2=$kernelbuild/include/linux/utsrelease.h
19079         utsrelease3=$kernelbuild/include/generated/utsrelease.h
19080         if test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1; then
19081
19082                 utsrelease=linux/version.h
19083
19084 elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then
19085
19086                 utsrelease=linux/utsrelease.h
19087
19088 elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then
19089
19090                 utsrelease=generated/utsrelease.h
19091
19092 fi
19093
19094
19095         if test "$utsrelease"; then
19096
19097                 kernsrcver=`(echo "#include <$utsrelease>";
19098                              echo "kernsrcver=UTS_RELEASE") |
19099                              cpp -I $kernelbuild/include |
19100                              grep "^kernsrcver=" | cut -d \" -f 2`
19101
19102                 if test -z "$kernsrcver"; then
19103
19104                         { $as_echo "$as_me:$LINENO: result: Not found" >&5
19105 $as_echo "Not found" >&6; }
19106                         { { $as_echo "$as_me:$LINENO: error: *** Cannot determine kernel version." >&5
19107 $as_echo "$as_me: error: *** Cannot determine kernel version." >&2;}
19108    { (exit 1); exit 1; }; }
19109
19110 fi
19111
19112
19113 else
19114
19115                 { $as_echo "$as_me:$LINENO: result: Not found" >&5
19116 $as_echo "Not found" >&6; }
19117                 if test "x$enable_linux_builtin" != xyes; then
19118                         { { $as_echo "$as_me:$LINENO: error: *** Cannot find UTS_RELEASE definition." >&5
19119 $as_echo "$as_me: error: *** Cannot find UTS_RELEASE definition." >&2;}
19120    { (exit 1); exit 1; }; }
19121                 else
19122                         { { $as_echo "$as_me:$LINENO: error:
19123         *** Cannot find UTS_RELEASE definition.
19124         *** Please run 'make prepare' inside the kernel source tree." >&5
19125 $as_echo "$as_me: error:
19126         *** Cannot find UTS_RELEASE definition.
19127         *** Please run 'make prepare' inside the kernel source tree." >&2;}
19128    { (exit 1); exit 1; }; }
19129                 fi
19130
19131 fi
19132
19133
19134         { $as_echo "$as_me:$LINENO: result: $kernsrcver" >&5
19135 $as_echo "$kernsrcver" >&6; }
19136
19137         LINUX=${kernelsrc}
19138         LINUX_OBJ=${kernelbuild}
19139         LINUX_VERSION=${kernsrcver}
19140
19141
19142
19143
19144
19145
19146         modpost=$LINUX/scripts/Makefile.modpost
19147         { $as_echo "$as_me:$LINENO: checking kernel file name for module symbols" >&5
19148 $as_echo_n "checking kernel file name for module symbols... " >&6; }
19149         if test "x$enable_linux_builtin" != xyes -a -f "$modpost"; then
19150
19151                 if grep -q Modules.symvers $modpost; then
19152
19153                         LINUX_SYMBOLS=Modules.symvers
19154
19155 else
19156
19157                         LINUX_SYMBOLS=Module.symvers
19158
19159 fi
19160
19161
19162                 if test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"; then
19163
19164                         { { $as_echo "$as_me:$LINENO: error:
19165         *** Please make sure the kernel devel package for your distribution
19166         *** is installed.  If your building with a custom kernel make sure the
19167         *** kernel is configured, built, and the '--with-linux=PATH' configure
19168         *** option refers to the location of the kernel source." >&5
19169 $as_echo "$as_me: error:
19170         *** Please make sure the kernel devel package for your distribution
19171         *** is installed.  If your building with a custom kernel make sure the
19172         *** kernel is configured, built, and the '--with-linux=PATH' configure
19173         *** option refers to the location of the kernel source." >&2;}
19174    { (exit 1); exit 1; }; }
19175
19176 fi
19177
19178
19179 else
19180
19181                 LINUX_SYMBOLS=NONE
19182
19183 fi
19184
19185         { $as_echo "$as_me:$LINENO: result: $LINUX_SYMBOLS" >&5
19186 $as_echo "$LINUX_SYMBOLS" >&6; }
19187
19188
19189
19190
19191
19192 # Check whether --with-spl was given.
19193 if test "${with_spl+set}" = set; then
19194   withval=$with_spl; splsrc="$withval"
19195 fi
19196
19197
19198
19199 # Check whether --with-spl-obj was given.
19200 if test "${with_spl_obj+set}" = set; then
19201   withval=$with_spl_obj; splbuild="$withval"
19202 fi
19203
19204
19205
19206         { $as_echo "$as_me:$LINENO: checking spl source directory" >&5
19207 $as_echo_n "checking spl source directory... " >&6; }
19208         if test -z "$splsrc"; then
19209
19210                 sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
19211                             2>/dev/null | tail -1`
19212
19213                 if test -z "$sourcelink" || test ! -e $sourcelink; then
19214
19215                         sourcelink=../spl
19216
19217 fi
19218
19219
19220                 if test -e $sourcelink; then
19221
19222                         splsrc=`readlink -f ${sourcelink}`
19223
19224 else
19225
19226                         { $as_echo "$as_me:$LINENO: result: Not found" >&5
19227 $as_echo "Not found" >&6; }
19228                         { { $as_echo "$as_me:$LINENO: error:
19229         *** Please make sure the spl devel package for your distribution
19230         *** is installed then try again.  If that fails you can specify the
19231         *** location of the spl source with the '--with-spl=PATH' option." >&5
19232 $as_echo "$as_me: error:
19233         *** Please make sure the spl devel package for your distribution
19234         *** is installed then try again.  If that fails you can specify the
19235         *** location of the spl source with the '--with-spl=PATH' option." >&2;}
19236    { (exit 1); exit 1; }; }
19237
19238 fi
19239
19240
19241 else
19242
19243                 if test "$splsrc" = "NONE"; then
19244
19245                         splbuild=NONE
19246                         splsrcver=NONE
19247
19248 fi
19249
19250
19251 fi
19252
19253
19254         { $as_echo "$as_me:$LINENO: result: $splsrc" >&5
19255 $as_echo "$splsrc" >&6; }
19256         { $as_echo "$as_me:$LINENO: checking spl build directory" >&5
19257 $as_echo_n "checking spl build directory... " >&6; }
19258         if test -z "$splbuild"; then
19259
19260                 splbuild=${splsrc}
19261
19262 fi
19263
19264         { $as_echo "$as_me:$LINENO: result: $splbuild" >&5
19265 $as_echo "$splbuild" >&6; }
19266
19267         { $as_echo "$as_me:$LINENO: checking spl source version" >&5
19268 $as_echo_n "checking spl source version... " >&6; }
19269         if test -r $splbuild/spl_config.h &&
19270                 fgrep -q SPL_META_VERSION $splbuild/spl_config.h; then
19271
19272
19273                 splsrcver=`(echo "#include <spl_config.h>";
19274                             echo "splsrcver=SPL_META_VERSION-SPL_META_RELEASE") |
19275                             cpp -I $splbuild |
19276                             grep "^splsrcver=" | tr -d \" | cut -d= -f2`
19277
19278 fi
19279
19280
19281         if test -z "$splsrcver"; then
19282
19283                 { $as_echo "$as_me:$LINENO: result: Not found" >&5
19284 $as_echo "Not found" >&6; }
19285                 { { $as_echo "$as_me:$LINENO: error:
19286         *** Cannot determine the version of the spl source.
19287         *** Please prepare the spl source before running this script" >&5
19288 $as_echo "$as_me: error:
19289         *** Cannot determine the version of the spl source.
19290         *** Please prepare the spl source before running this script" >&2;}
19291    { (exit 1); exit 1; }; }
19292
19293 fi
19294
19295
19296         { $as_echo "$as_me:$LINENO: result: $splsrcver" >&5
19297 $as_echo "$splsrcver" >&6; }
19298
19299         SPL=${splsrc}
19300         SPL_OBJ=${splbuild}
19301         SPL_VERSION=${splsrcver}
19302
19303
19304
19305
19306
19307
19308         { $as_echo "$as_me:$LINENO: checking spl file name for module symbols" >&5
19309 $as_echo_n "checking spl file name for module symbols... " >&6; }
19310         if test -r $SPL_OBJ/Module.symvers; then
19311
19312                 SPL_SYMBOLS=Module.symvers
19313
19314 elif test -r $SPL_OBJ/Modules.symvers; then
19315
19316                 SPL_SYMBOLS=Modules.symvers
19317
19318 elif test -r $SPL_OBJ/module/Module.symvers; then
19319
19320                 SPL_SYMBOLS=Module.symvers
19321
19322 elif test -r $SPL_OBJ/module/Modules.symvers; then
19323
19324                 SPL_SYMBOLS=Modules.symvers
19325
19326 else
19327
19328                 SPL_SYMBOLS=$LINUX_SYMBOLS
19329
19330 fi
19331
19332
19333         { $as_echo "$as_me:$LINENO: result: $SPL_SYMBOLS" >&5
19334 $as_echo "$SPL_SYMBOLS" >&6; }
19335
19336
19337
19338         { $as_echo "$as_me:$LINENO: checking whether modules can be built" >&5
19339 $as_echo_n "checking whether modules can be built... " >&6; }
19340
19341
19342 cat confdefs.h - <<_ACEOF >conftest.c
19343 /* confdefs.h.  */
19344 _ACEOF
19345 cat confdefs.h >>conftest.$ac_ext
19346 cat >>conftest.$ac_ext <<_ACEOF
19347 /* end confdefs.h.  */
19348
19349
19350 int
19351 main (void)
19352 {
19353
19354   ;
19355   return 0;
19356 }
19357
19358 _ACEOF
19359
19360
19361         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19362         echo "obj-m := conftest.o" >build/Makefile
19363         modpost_flag=''
19364         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19365         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 $modpost_flag'
19366   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19367   (eval $ac_try) 2>&5
19368   ac_status=$?
19369   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19370   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19371   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19372   (eval $ac_try) 2>&5
19373   ac_status=$?
19374   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19375   (exit $ac_status); }; }; then
19376
19377                 { $as_echo "$as_me:$LINENO: result: yes" >&5
19378 $as_echo "yes" >&6; }
19379
19380 else
19381   $as_echo "$as_me: failed program was:" >&5
19382 sed 's/^/| /' conftest.$ac_ext >&5
19383
19384                 { $as_echo "$as_me:$LINENO: result: no" >&5
19385 $as_echo "no" >&6; }
19386                 if test "x$enable_linux_builtin" != xyes; then
19387                         { { $as_echo "$as_me:$LINENO: error: *** Unable to build an empty module." >&5
19388 $as_echo "$as_me: error: *** Unable to build an empty module." >&2;}
19389    { (exit 1); exit 1; }; }
19390                 else
19391                         { { $as_echo "$as_me:$LINENO: error:
19392         *** Unable to build an empty module.
19393         *** Please run 'make scripts' inside the kernel source tree." >&5
19394 $as_echo "$as_me: error:
19395         *** Unable to build an empty module.
19396         *** Please run 'make scripts' inside the kernel source tree." >&2;}
19397    { (exit 1); exit 1; }; }
19398                 fi
19399
19400
19401
19402 fi
19403
19404         rm -Rf build
19405
19406
19407
19408
19409
19410         if test "$ZFS_META_LICENSE" = GPL; then
19411
19412
19413 cat >>confdefs.h <<\_ACEOF
19414 #define HAVE_GPL_ONLY_SYMBOLS 1
19415 _ACEOF
19416
19417
19418 fi
19419
19420
19421
19422
19423         { $as_echo "$as_me:$LINENO: checking whether Linux was built with CONFIG_PREEMPT" >&5
19424 $as_echo_n "checking whether Linux was built with CONFIG_PREEMPT... " >&6; }
19425
19426
19427 cat confdefs.h - <<_ACEOF >conftest.c
19428 /* confdefs.h.  */
19429 _ACEOF
19430 cat confdefs.h >>conftest.$ac_ext
19431 cat >>conftest.$ac_ext <<_ACEOF
19432 /* end confdefs.h.  */
19433
19434
19435                 #include <linux/module.h>
19436
19437 int
19438 main (void)
19439 {
19440
19441                 #ifndef CONFIG_PREEMPT
19442                 #error CONFIG_PREEMPT not #defined
19443                 #endif
19444
19445   ;
19446   return 0;
19447 }
19448
19449 _ACEOF
19450
19451
19452         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19453         echo "obj-m := conftest.o" >build/Makefile
19454         modpost_flag=''
19455         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19456         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 $modpost_flag'
19457   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19458   (eval $ac_try) 2>&5
19459   ac_status=$?
19460   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19461   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19462   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19463   (eval $ac_try) 2>&5
19464   ac_status=$?
19465   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19466   (exit $ac_status); }; }; then
19467
19468                 { $as_echo "$as_me:$LINENO: result: yes" >&5
19469 $as_echo "yes" >&6; }
19470                 { { $as_echo "$as_me:$LINENO: error:
19471         *** Kernel built with CONFIG_PREEMPT which is not supported.
19472         *** You must rebuild your kernel without this option." >&5
19473 $as_echo "$as_me: error:
19474         *** Kernel built with CONFIG_PREEMPT which is not supported.
19475         *** You must rebuild your kernel without this option." >&2;}
19476    { (exit 1); exit 1; }; }
19477
19478 else
19479   $as_echo "$as_me: failed program was:" >&5
19480 sed 's/^/| /' conftest.$ac_ext >&5
19481
19482                 { $as_echo "$as_me:$LINENO: result: no" >&5
19483 $as_echo "no" >&6; }
19484
19485
19486
19487
19488 fi
19489
19490         rm -Rf build
19491
19492
19493
19494
19495
19496
19497         { $as_echo "$as_me:$LINENO: checking whether Linux was built with CONFIG_DEBUG_LOCK_ALLOC" >&5
19498 $as_echo_n "checking whether Linux was built with CONFIG_DEBUG_LOCK_ALLOC... " >&6; }
19499
19500
19501 cat confdefs.h - <<_ACEOF >conftest.c
19502 /* confdefs.h.  */
19503 _ACEOF
19504 cat confdefs.h >>conftest.$ac_ext
19505 cat >>conftest.$ac_ext <<_ACEOF
19506 /* end confdefs.h.  */
19507
19508
19509                 #include <linux/module.h>
19510
19511 int
19512 main (void)
19513 {
19514
19515                 #ifndef CONFIG_DEBUG_LOCK_ALLOC
19516                 #error CONFIG_DEBUG_LOCK_ALLOC not #defined
19517                 #endif
19518
19519   ;
19520   return 0;
19521 }
19522
19523 _ACEOF
19524
19525
19526         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19527         echo "obj-m := conftest.o" >build/Makefile
19528         modpost_flag=''
19529         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19530         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 $modpost_flag'
19531   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19532   (eval $ac_try) 2>&5
19533   ac_status=$?
19534   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19535   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19536   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19537   (eval $ac_try) 2>&5
19538   ac_status=$?
19539   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19540   (exit $ac_status); }; }; then
19541
19542                 { $as_echo "$as_me:$LINENO: result: yes" >&5
19543 $as_echo "yes" >&6; }
19544
19545                 { $as_echo "$as_me:$LINENO: checking whether mutex_lock() is GPL-only" >&5
19546 $as_echo_n "checking whether mutex_lock() is GPL-only... " >&6; }
19547                 tmp_flags="$EXTRA_KCFLAGS"
19548
19549
19550 cat confdefs.h - <<_ACEOF >conftest.c
19551 /* confdefs.h.  */
19552 _ACEOF
19553 cat confdefs.h >>conftest.$ac_ext
19554 cat >>conftest.$ac_ext <<_ACEOF
19555 /* end confdefs.h.  */
19556
19557
19558                         #include <linux/module.h>
19559                         #include <linux/mutex.h>
19560
19561                         MODULE_LICENSE("$ZFS_META_LICENSE");
19562
19563 int
19564 main (void)
19565 {
19566
19567                         struct mutex lock;
19568
19569                         mutex_init(&lock);
19570                         mutex_lock(&lock);
19571                         mutex_unlock(&lock);
19572
19573   ;
19574   return 0;
19575 }
19576
19577 _ACEOF
19578
19579
19580         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19581         echo "obj-m := conftest.o" >build/Makefile
19582         modpost_flag=''
19583         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19584         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 $modpost_flag'
19585   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19586   (eval $ac_try) 2>&5
19587   ac_status=$?
19588   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19589   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19590   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19591   (eval $ac_try) 2>&5
19592   ac_status=$?
19593   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19594   (exit $ac_status); }; }; then
19595
19596                         { $as_echo "$as_me:$LINENO: result: no" >&5
19597 $as_echo "no" >&6; }
19598
19599 else
19600   $as_echo "$as_me: failed program was:" >&5
19601 sed 's/^/| /' conftest.$ac_ext >&5
19602
19603                         { $as_echo "$as_me:$LINENO: result: yes" >&5
19604 $as_echo "yes" >&6; }
19605                         { { $as_echo "$as_me:$LINENO: error:
19606         *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is incompatible
19607         *** with the CDDL license and will prevent the module linking stage
19608         *** from succeeding.  You must rebuild your kernel without this
19609         *** option enabled." >&5
19610 $as_echo "$as_me: error:
19611         *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is incompatible
19612         *** with the CDDL license and will prevent the module linking stage
19613         *** from succeeding.  You must rebuild your kernel without this
19614         *** option enabled." >&2;}
19615    { (exit 1); exit 1; }; }
19616
19617
19618
19619 fi
19620
19621         rm -Rf build
19622
19623
19624                 EXTRA_KCFLAGS="$tmp_flags"
19625
19626
19627 else
19628   $as_echo "$as_me: failed program was:" >&5
19629 sed 's/^/| /' conftest.$ac_ext >&5
19630
19631                 { $as_echo "$as_me:$LINENO: result: no" >&5
19632 $as_echo "no" >&6; }
19633
19634
19635
19636
19637 fi
19638
19639         rm -Rf build
19640
19641
19642
19643
19644
19645
19646         { $as_echo "$as_me:$LINENO: checking block device operation prototypes" >&5
19647 $as_echo_n "checking block device operation prototypes... " >&6; }
19648         tmp_flags="$EXTRA_KCFLAGS"
19649         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
19650
19651
19652 cat confdefs.h - <<_ACEOF >conftest.c
19653 /* confdefs.h.  */
19654 _ACEOF
19655 cat confdefs.h >>conftest.$ac_ext
19656 cat >>conftest.$ac_ext <<_ACEOF
19657 /* end confdefs.h.  */
19658
19659
19660                 #include <linux/blkdev.h>
19661
19662 int
19663 main (void)
19664 {
19665
19666                 int (*blk_open) (struct block_device *, fmode_t) = NULL;
19667                 int (*blk_release) (struct gendisk *, fmode_t) = NULL;
19668                 int (*blk_ioctl) (struct block_device *, fmode_t,
19669                                   unsigned, unsigned long) = NULL;
19670                 int (*blk_compat_ioctl) (struct block_device *, fmode_t,
19671                                          unsigned, unsigned long) = NULL;
19672                 struct block_device_operations blk_ops = {
19673                         .open           = blk_open,
19674                         .release        = blk_release,
19675                         .ioctl          = blk_ioctl,
19676                         .compat_ioctl   = blk_compat_ioctl,
19677                 };
19678
19679                 blk_ops.open(NULL, 0);
19680                 blk_ops.release(NULL, 0);
19681                 blk_ops.ioctl(NULL, 0, 0, 0);
19682                 blk_ops.compat_ioctl(NULL, 0, 0, 0);
19683
19684   ;
19685   return 0;
19686 }
19687
19688 _ACEOF
19689
19690
19691         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19692         echo "obj-m := conftest.o" >build/Makefile
19693         modpost_flag=''
19694         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19695         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 $modpost_flag'
19696   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19697   (eval $ac_try) 2>&5
19698   ac_status=$?
19699   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19700   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19701   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19702   (eval $ac_try) 2>&5
19703   ac_status=$?
19704   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19705   (exit $ac_status); }; }; then
19706
19707                 { $as_echo "$as_me:$LINENO: result: struct block_device" >&5
19708 $as_echo "struct block_device" >&6; }
19709
19710 cat >>confdefs.h <<\_ACEOF
19711 #define HAVE_BDEV_BLOCK_DEVICE_OPERATIONS 1
19712 _ACEOF
19713
19714
19715 else
19716   $as_echo "$as_me: failed program was:" >&5
19717 sed 's/^/| /' conftest.$ac_ext >&5
19718
19719                 { $as_echo "$as_me:$LINENO: result: struct inode" >&5
19720 $as_echo "struct inode" >&6; }
19721
19722
19723
19724 fi
19725
19726         rm -Rf build
19727
19728
19729         EXTRA_KCFLAGS="$tmp_flags"
19730
19731         { $as_echo "$as_me:$LINENO: checking whether kernel defines fmode_t" >&5
19732 $as_echo_n "checking whether kernel defines fmode_t... " >&6; }
19733
19734
19735 cat confdefs.h - <<_ACEOF >conftest.c
19736 /* confdefs.h.  */
19737 _ACEOF
19738 cat confdefs.h >>conftest.$ac_ext
19739 cat >>conftest.$ac_ext <<_ACEOF
19740 /* end confdefs.h.  */
19741
19742
19743                 #include <linux/types.h>
19744
19745 int
19746 main (void)
19747 {
19748
19749                 fmode_t *ptr __attribute__ ((unused));
19750
19751   ;
19752   return 0;
19753 }
19754
19755 _ACEOF
19756
19757
19758         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19759         echo "obj-m := conftest.o" >build/Makefile
19760         modpost_flag=''
19761         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19762         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 $modpost_flag'
19763   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19764   (eval $ac_try) 2>&5
19765   ac_status=$?
19766   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19767   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19768   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19769   (eval $ac_try) 2>&5
19770   ac_status=$?
19771   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19772   (exit $ac_status); }; }; then
19773
19774                 { $as_echo "$as_me:$LINENO: result: yes" >&5
19775 $as_echo "yes" >&6; }
19776
19777 cat >>confdefs.h <<\_ACEOF
19778 #define HAVE_FMODE_T 1
19779 _ACEOF
19780
19781
19782 else
19783   $as_echo "$as_me: failed program was:" >&5
19784 sed 's/^/| /' conftest.$ac_ext >&5
19785
19786                 { $as_echo "$as_me:$LINENO: result: no" >&5
19787 $as_echo "no" >&6; }
19788
19789
19790
19791 fi
19792
19793         rm -Rf build
19794
19795
19796
19797
19798         { $as_echo "$as_me:$LINENO: checking whether kernel defines KOBJ_NAME_LEN" >&5
19799 $as_echo_n "checking whether kernel defines KOBJ_NAME_LEN... " >&6; }
19800
19801
19802 cat confdefs.h - <<_ACEOF >conftest.c
19803 /* confdefs.h.  */
19804 _ACEOF
19805 cat confdefs.h >>conftest.$ac_ext
19806 cat >>conftest.$ac_ext <<_ACEOF
19807 /* end confdefs.h.  */
19808
19809
19810                 #include <linux/kobject.h>
19811
19812 int
19813 main (void)
19814 {
19815
19816                 int val __attribute__ ((unused));
19817                 val = KOBJ_NAME_LEN;
19818
19819   ;
19820   return 0;
19821 }
19822
19823 _ACEOF
19824
19825
19826         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19827         echo "obj-m := conftest.o" >build/Makefile
19828         modpost_flag=''
19829         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19830         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 $modpost_flag'
19831   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19832   (eval $ac_try) 2>&5
19833   ac_status=$?
19834   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19835   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19836   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19837   (eval $ac_try) 2>&5
19838   ac_status=$?
19839   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19840   (exit $ac_status); }; }; then
19841
19842                 { $as_echo "$as_me:$LINENO: result: yes" >&5
19843 $as_echo "yes" >&6; }
19844
19845 cat >>confdefs.h <<\_ACEOF
19846 #define HAVE_KOBJ_NAME_LEN 1
19847 _ACEOF
19848
19849
19850 else
19851   $as_echo "$as_me: failed program was:" >&5
19852 sed 's/^/| /' conftest.$ac_ext >&5
19853
19854                 { $as_echo "$as_me:$LINENO: result: no" >&5
19855 $as_echo "no" >&6; }
19856
19857
19858
19859 fi
19860
19861         rm -Rf build
19862
19863
19864
19865
19866         { $as_echo "$as_me:$LINENO: checking whether blkdev_get() wants 3 args" >&5
19867 $as_echo_n "checking whether blkdev_get() wants 3 args... " >&6; }
19868
19869
19870 cat confdefs.h - <<_ACEOF >conftest.c
19871 /* confdefs.h.  */
19872 _ACEOF
19873 cat confdefs.h >>conftest.$ac_ext
19874 cat >>conftest.$ac_ext <<_ACEOF
19875 /* end confdefs.h.  */
19876
19877
19878                 #include <linux/fs.h>
19879
19880 int
19881 main (void)
19882 {
19883
19884                 struct block_device *bdev = NULL;
19885                 (void) blkdev_get(bdev, 0, NULL);
19886
19887   ;
19888   return 0;
19889 }
19890
19891 _ACEOF
19892
19893
19894         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19895         echo "obj-m := conftest.o" >build/Makefile
19896         modpost_flag=''
19897         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19898         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 $modpost_flag'
19899   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19900   (eval $ac_try) 2>&5
19901   ac_status=$?
19902   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19903   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
19904   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19905   (eval $ac_try) 2>&5
19906   ac_status=$?
19907   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19908   (exit $ac_status); }; }; then
19909
19910                 { $as_echo "$as_me:$LINENO: result: yes" >&5
19911 $as_echo "yes" >&6; }
19912
19913 cat >>confdefs.h <<\_ACEOF
19914 #define HAVE_3ARG_BLKDEV_GET 1
19915 _ACEOF
19916
19917
19918 else
19919   $as_echo "$as_me: failed program was:" >&5
19920 sed 's/^/| /' conftest.$ac_ext >&5
19921
19922                 { $as_echo "$as_me:$LINENO: result: no" >&5
19923 $as_echo "no" >&6; }
19924
19925
19926
19927 fi
19928
19929         rm -Rf build
19930
19931
19932
19933
19934         { $as_echo "$as_me:$LINENO: checking whether symbol blkdev_get_by_path is exported" >&5
19935 $as_echo_n "checking whether symbol blkdev_get_by_path is exported... " >&6; }
19936         grep -q -E '[[:space:]]blkdev_get_by_path[[:space:]]' \
19937                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
19938         rc=$?
19939         if test $rc -ne 0; then
19940
19941                 export=0
19942                 for file in fs/block_dev.c; do
19943                         grep -q -E "EXPORT_SYMBOL.*(blkdev_get_by_path)" "$LINUX/$file" 2>/dev/null
19944                         rc=$?
19945                         if test $rc -eq 0; then
19946
19947                                 export=1
19948                                 break;
19949
19950 fi
19951
19952                 done
19953                 if test $export -eq 0; then
19954
19955                         { $as_echo "$as_me:$LINENO: result: no" >&5
19956 $as_echo "no" >&6; }
19957
19958
19959 else
19960
19961                         { $as_echo "$as_me:$LINENO: result: yes" >&5
19962 $as_echo "yes" >&6; }
19963
19964 cat >>confdefs.h <<\_ACEOF
19965 #define HAVE_BLKDEV_GET_BY_PATH 1
19966 _ACEOF
19967
19968
19969 fi
19970
19971
19972 else
19973
19974                 { $as_echo "$as_me:$LINENO: result: yes" >&5
19975 $as_echo "yes" >&6; }
19976
19977 cat >>confdefs.h <<\_ACEOF
19978 #define HAVE_BLKDEV_GET_BY_PATH 1
19979 _ACEOF
19980
19981
19982 fi
19983
19984
19985
19986
19987         { $as_echo "$as_me:$LINENO: checking whether symbol open_bdev_exclusive is exported" >&5
19988 $as_echo_n "checking whether symbol open_bdev_exclusive is exported... " >&6; }
19989         grep -q -E '[[:space:]]open_bdev_exclusive[[:space:]]' \
19990                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
19991         rc=$?
19992         if test $rc -ne 0; then
19993
19994                 export=0
19995                 for file in fs/block_dev.c; do
19996                         grep -q -E "EXPORT_SYMBOL.*(open_bdev_exclusive)" "$LINUX/$file" 2>/dev/null
19997                         rc=$?
19998                         if test $rc -eq 0; then
19999
20000                                 export=1
20001                                 break;
20002
20003 fi
20004
20005                 done
20006                 if test $export -eq 0; then
20007
20008                         { $as_echo "$as_me:$LINENO: result: no" >&5
20009 $as_echo "no" >&6; }
20010
20011
20012 else
20013
20014                         { $as_echo "$as_me:$LINENO: result: yes" >&5
20015 $as_echo "yes" >&6; }
20016
20017 cat >>confdefs.h <<\_ACEOF
20018 #define HAVE_OPEN_BDEV_EXCLUSIVE 1
20019 _ACEOF
20020
20021
20022 fi
20023
20024
20025 else
20026
20027                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20028 $as_echo "yes" >&6; }
20029
20030 cat >>confdefs.h <<\_ACEOF
20031 #define HAVE_OPEN_BDEV_EXCLUSIVE 1
20032 _ACEOF
20033
20034
20035 fi
20036
20037
20038
20039
20040         { $as_echo "$as_me:$LINENO: checking whether invalidate_bdev() wants 1 arg" >&5
20041 $as_echo_n "checking whether invalidate_bdev() wants 1 arg... " >&6; }
20042
20043
20044 cat confdefs.h - <<_ACEOF >conftest.c
20045 /* confdefs.h.  */
20046 _ACEOF
20047 cat confdefs.h >>conftest.$ac_ext
20048 cat >>conftest.$ac_ext <<_ACEOF
20049 /* end confdefs.h.  */
20050
20051
20052                 #include <linux/buffer_head.h>
20053
20054 int
20055 main (void)
20056 {
20057
20058                 struct block_device *bdev = NULL;
20059                 invalidate_bdev(bdev);
20060
20061   ;
20062   return 0;
20063 }
20064
20065 _ACEOF
20066
20067
20068         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20069         echo "obj-m := conftest.o" >build/Makefile
20070         modpost_flag=''
20071         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20072         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 $modpost_flag'
20073   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20074   (eval $ac_try) 2>&5
20075   ac_status=$?
20076   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20077   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
20078   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20079   (eval $ac_try) 2>&5
20080   ac_status=$?
20081   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20082   (exit $ac_status); }; }; then
20083
20084                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20085 $as_echo "yes" >&6; }
20086
20087 cat >>confdefs.h <<\_ACEOF
20088 #define HAVE_1ARG_INVALIDATE_BDEV 1
20089 _ACEOF
20090
20091
20092 else
20093   $as_echo "$as_me: failed program was:" >&5
20094 sed 's/^/| /' conftest.$ac_ext >&5
20095
20096                 { $as_echo "$as_me:$LINENO: result: no" >&5
20097 $as_echo "no" >&6; }
20098
20099
20100
20101 fi
20102
20103         rm -Rf build
20104
20105
20106
20107
20108         { $as_echo "$as_me:$LINENO: checking whether bdev_logical_block_size() is available" >&5
20109 $as_echo_n "checking whether bdev_logical_block_size() is available... " >&6; }
20110         tmp_flags="$EXTRA_KCFLAGS"
20111         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
20112
20113
20114 cat confdefs.h - <<_ACEOF >conftest.c
20115 /* confdefs.h.  */
20116 _ACEOF
20117 cat confdefs.h >>conftest.$ac_ext
20118 cat >>conftest.$ac_ext <<_ACEOF
20119 /* end confdefs.h.  */
20120
20121
20122                 #include <linux/blkdev.h>
20123
20124 int
20125 main (void)
20126 {
20127
20128                 struct block_device *bdev = NULL;
20129                 bdev_logical_block_size(bdev);
20130
20131   ;
20132   return 0;
20133 }
20134
20135 _ACEOF
20136
20137
20138         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20139         echo "obj-m := conftest.o" >build/Makefile
20140         modpost_flag=''
20141         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20142         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 $modpost_flag'
20143   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20144   (eval $ac_try) 2>&5
20145   ac_status=$?
20146   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20147   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
20148   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20149   (eval $ac_try) 2>&5
20150   ac_status=$?
20151   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20152   (exit $ac_status); }; }; then
20153
20154                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20155 $as_echo "yes" >&6; }
20156
20157 cat >>confdefs.h <<\_ACEOF
20158 #define HAVE_BDEV_LOGICAL_BLOCK_SIZE 1
20159 _ACEOF
20160
20161
20162 else
20163   $as_echo "$as_me: failed program was:" >&5
20164 sed 's/^/| /' conftest.$ac_ext >&5
20165
20166                 { $as_echo "$as_me:$LINENO: result: no" >&5
20167 $as_echo "no" >&6; }
20168
20169
20170
20171 fi
20172
20173         rm -Rf build
20174
20175
20176         EXTRA_KCFLAGS="$tmp_flags"
20177
20178
20179         { $as_echo "$as_me:$LINENO: checking whether bio_empty_barrier() is defined" >&5
20180 $as_echo_n "checking whether bio_empty_barrier() is defined... " >&6; }
20181         EXTRA_KCFLAGS="-Werror"
20182
20183
20184 cat confdefs.h - <<_ACEOF >conftest.c
20185 /* confdefs.h.  */
20186 _ACEOF
20187 cat confdefs.h >>conftest.$ac_ext
20188 cat >>conftest.$ac_ext <<_ACEOF
20189 /* end confdefs.h.  */
20190
20191
20192                 #include <linux/bio.h>
20193
20194 int
20195 main (void)
20196 {
20197
20198                 struct bio bio;
20199                 (void)bio_empty_barrier(&bio);
20200
20201   ;
20202   return 0;
20203 }
20204
20205 _ACEOF
20206
20207
20208         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20209         echo "obj-m := conftest.o" >build/Makefile
20210         modpost_flag=''
20211         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20212         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 $modpost_flag'
20213   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20214   (eval $ac_try) 2>&5
20215   ac_status=$?
20216   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20217   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
20218   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20219   (eval $ac_try) 2>&5
20220   ac_status=$?
20221   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20222   (exit $ac_status); }; }; then
20223
20224                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20225 $as_echo "yes" >&6; }
20226
20227 cat >>confdefs.h <<\_ACEOF
20228 #define HAVE_BIO_EMPTY_BARRIER 1
20229 _ACEOF
20230
20231
20232 else
20233   $as_echo "$as_me: failed program was:" >&5
20234 sed 's/^/| /' conftest.$ac_ext >&5
20235
20236                 { $as_echo "$as_me:$LINENO: result: no" >&5
20237 $as_echo "no" >&6; }
20238
20239
20240
20241 fi
20242
20243         rm -Rf build
20244
20245
20246
20247
20248         { $as_echo "$as_me:$LINENO: checking whether BIO_RW_FAILFAST is defined" >&5
20249 $as_echo_n "checking whether BIO_RW_FAILFAST is defined... " >&6; }
20250
20251
20252 cat confdefs.h - <<_ACEOF >conftest.c
20253 /* confdefs.h.  */
20254 _ACEOF
20255 cat confdefs.h >>conftest.$ac_ext
20256 cat >>conftest.$ac_ext <<_ACEOF
20257 /* end confdefs.h.  */
20258
20259
20260                 #include <linux/bio.h>
20261
20262 int
20263 main (void)
20264 {
20265
20266                 int flags __attribute__ ((unused));
20267                 flags = (1 << BIO_RW_FAILFAST);
20268
20269   ;
20270   return 0;
20271 }
20272
20273 _ACEOF
20274
20275
20276         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20277         echo "obj-m := conftest.o" >build/Makefile
20278         modpost_flag=''
20279         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20280         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 $modpost_flag'
20281   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20282   (eval $ac_try) 2>&5
20283   ac_status=$?
20284   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20285   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
20286   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20287   (eval $ac_try) 2>&5
20288   ac_status=$?
20289   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20290   (exit $ac_status); }; }; then
20291
20292                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20293 $as_echo "yes" >&6; }
20294
20295 cat >>confdefs.h <<\_ACEOF
20296 #define HAVE_BIO_RW_FAILFAST 1
20297 _ACEOF
20298
20299
20300 else
20301   $as_echo "$as_me: failed program was:" >&5
20302 sed 's/^/| /' conftest.$ac_ext >&5
20303
20304                 { $as_echo "$as_me:$LINENO: result: no" >&5
20305 $as_echo "no" >&6; }
20306
20307
20308
20309 fi
20310
20311         rm -Rf build
20312
20313
20314
20315
20316         { $as_echo "$as_me:$LINENO: checking whether BIO_RW_FAILFAST_* are defined" >&5
20317 $as_echo_n "checking whether BIO_RW_FAILFAST_* are defined... " >&6; }
20318
20319
20320 cat confdefs.h - <<_ACEOF >conftest.c
20321 /* confdefs.h.  */
20322 _ACEOF
20323 cat confdefs.h >>conftest.$ac_ext
20324 cat >>conftest.$ac_ext <<_ACEOF
20325 /* end confdefs.h.  */
20326
20327
20328                 #include <linux/bio.h>
20329
20330 int
20331 main (void)
20332 {
20333
20334                 int flags __attribute__ ((unused));
20335                 flags = ((1 << BIO_RW_FAILFAST_DEV) |
20336                          (1 << BIO_RW_FAILFAST_TRANSPORT) |
20337                          (1 << BIO_RW_FAILFAST_DRIVER));
20338
20339   ;
20340   return 0;
20341 }
20342
20343 _ACEOF
20344
20345
20346         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20347         echo "obj-m := conftest.o" >build/Makefile
20348         modpost_flag=''
20349         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20350         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 $modpost_flag'
20351   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20352   (eval $ac_try) 2>&5
20353   ac_status=$?
20354   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20355   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
20356   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20357   (eval $ac_try) 2>&5
20358   ac_status=$?
20359   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20360   (exit $ac_status); }; }; then
20361
20362                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20363 $as_echo "yes" >&6; }
20364
20365 cat >>confdefs.h <<\_ACEOF
20366 #define HAVE_BIO_RW_FAILFAST_DTD 1
20367 _ACEOF
20368
20369
20370 else
20371   $as_echo "$as_me: failed program was:" >&5
20372 sed 's/^/| /' conftest.$ac_ext >&5
20373
20374                 { $as_echo "$as_me:$LINENO: result: no" >&5
20375 $as_echo "no" >&6; }
20376
20377
20378
20379 fi
20380
20381         rm -Rf build
20382
20383
20384
20385
20386         { $as_echo "$as_me:$LINENO: checking whether REQ_FAILFAST_MASK is defined" >&5
20387 $as_echo_n "checking whether REQ_FAILFAST_MASK is defined... " >&6; }
20388
20389
20390 cat confdefs.h - <<_ACEOF >conftest.c
20391 /* confdefs.h.  */
20392 _ACEOF
20393 cat confdefs.h >>conftest.$ac_ext
20394 cat >>conftest.$ac_ext <<_ACEOF
20395 /* end confdefs.h.  */
20396
20397
20398                 #include <linux/bio.h>
20399
20400 int
20401 main (void)
20402 {
20403
20404                 int flags __attribute__ ((unused));
20405                 flags = REQ_FAILFAST_MASK;
20406
20407   ;
20408   return 0;
20409 }
20410
20411 _ACEOF
20412
20413
20414         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20415         echo "obj-m := conftest.o" >build/Makefile
20416         modpost_flag=''
20417         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20418         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 $modpost_flag'
20419   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20420   (eval $ac_try) 2>&5
20421   ac_status=$?
20422   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20423   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
20424   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20425   (eval $ac_try) 2>&5
20426   ac_status=$?
20427   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20428   (exit $ac_status); }; }; then
20429
20430                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20431 $as_echo "yes" >&6; }
20432
20433 cat >>confdefs.h <<\_ACEOF
20434 #define HAVE_BIO_REQ_FAILFAST_MASK 1
20435 _ACEOF
20436
20437
20438 else
20439   $as_echo "$as_me: failed program was:" >&5
20440 sed 's/^/| /' conftest.$ac_ext >&5
20441
20442                 { $as_echo "$as_me:$LINENO: result: no" >&5
20443 $as_echo "no" >&6; }
20444
20445
20446
20447 fi
20448
20449         rm -Rf build
20450
20451
20452
20453
20454         { $as_echo "$as_me:$LINENO: checking whether bio_end_io_t wants 2 args" >&5
20455 $as_echo_n "checking whether bio_end_io_t wants 2 args... " >&6; }
20456         tmp_flags="$EXTRA_KCFLAGS"
20457         EXTRA_KCFLAGS="-Werror"
20458
20459
20460 cat confdefs.h - <<_ACEOF >conftest.c
20461 /* confdefs.h.  */
20462 _ACEOF
20463 cat confdefs.h >>conftest.$ac_ext
20464 cat >>conftest.$ac_ext <<_ACEOF
20465 /* end confdefs.h.  */
20466
20467
20468                 #include <linux/bio.h>
20469
20470 int
20471 main (void)
20472 {
20473
20474                 void (*wanted_end_io)(struct bio *, int) = NULL;
20475                 bio_end_io_t *local_end_io __attribute__ ((unused));
20476
20477                 local_end_io = wanted_end_io;
20478
20479   ;
20480   return 0;
20481 }
20482
20483 _ACEOF
20484
20485
20486         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20487         echo "obj-m := conftest.o" >build/Makefile
20488         modpost_flag=''
20489         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20490         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 $modpost_flag'
20491   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20492   (eval $ac_try) 2>&5
20493   ac_status=$?
20494   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20495   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
20496   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20497   (eval $ac_try) 2>&5
20498   ac_status=$?
20499   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20500   (exit $ac_status); }; }; then
20501
20502                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20503 $as_echo "yes" >&6; }
20504
20505 cat >>confdefs.h <<\_ACEOF
20506 #define HAVE_2ARGS_BIO_END_IO_T 1
20507 _ACEOF
20508
20509
20510 else
20511   $as_echo "$as_me: failed program was:" >&5
20512 sed 's/^/| /' conftest.$ac_ext >&5
20513
20514                 { $as_echo "$as_me:$LINENO: result: no" >&5
20515 $as_echo "no" >&6; }
20516
20517
20518
20519 fi
20520
20521         rm -Rf build
20522
20523
20524         EXTRA_KCFLAGS="$tmp_flags"
20525
20526
20527         { $as_echo "$as_me:$LINENO: checking whether BIO_RW_SYNC is defined" >&5
20528 $as_echo_n "checking whether BIO_RW_SYNC is defined... " >&6; }
20529
20530
20531 cat confdefs.h - <<_ACEOF >conftest.c
20532 /* confdefs.h.  */
20533 _ACEOF
20534 cat confdefs.h >>conftest.$ac_ext
20535 cat >>conftest.$ac_ext <<_ACEOF
20536 /* end confdefs.h.  */
20537
20538
20539                 #include <linux/bio.h>
20540
20541 int
20542 main (void)
20543 {
20544
20545                 int flags __attribute__ ((unused));
20546                 flags = BIO_RW_SYNC;
20547
20548   ;
20549   return 0;
20550 }
20551
20552 _ACEOF
20553
20554
20555         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20556         echo "obj-m := conftest.o" >build/Makefile
20557         modpost_flag=''
20558         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20559         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 $modpost_flag'
20560   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20561   (eval $ac_try) 2>&5
20562   ac_status=$?
20563   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20564   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
20565   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20566   (eval $ac_try) 2>&5
20567   ac_status=$?
20568   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20569   (exit $ac_status); }; }; then
20570
20571                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20572 $as_echo "yes" >&6; }
20573
20574 cat >>confdefs.h <<\_ACEOF
20575 #define HAVE_BIO_RW_SYNC 1
20576 _ACEOF
20577
20578
20579 else
20580   $as_echo "$as_me: failed program was:" >&5
20581 sed 's/^/| /' conftest.$ac_ext >&5
20582
20583                 { $as_echo "$as_me:$LINENO: result: no" >&5
20584 $as_echo "no" >&6; }
20585
20586
20587
20588 fi
20589
20590         rm -Rf build
20591
20592
20593
20594
20595         { $as_echo "$as_me:$LINENO: checking whether BIO_RW_SYNCIO is defined" >&5
20596 $as_echo_n "checking whether BIO_RW_SYNCIO is defined... " >&6; }
20597
20598
20599 cat confdefs.h - <<_ACEOF >conftest.c
20600 /* confdefs.h.  */
20601 _ACEOF
20602 cat confdefs.h >>conftest.$ac_ext
20603 cat >>conftest.$ac_ext <<_ACEOF
20604 /* end confdefs.h.  */
20605
20606
20607                 #include <linux/bio.h>
20608
20609 int
20610 main (void)
20611 {
20612
20613                 int flags __attribute__ ((unused));
20614                 flags = BIO_RW_SYNCIO;
20615
20616   ;
20617   return 0;
20618 }
20619
20620 _ACEOF
20621
20622
20623         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20624         echo "obj-m := conftest.o" >build/Makefile
20625         modpost_flag=''
20626         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20627         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 $modpost_flag'
20628   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20629   (eval $ac_try) 2>&5
20630   ac_status=$?
20631   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20632   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
20633   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20634   (eval $ac_try) 2>&5
20635   ac_status=$?
20636   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20637   (exit $ac_status); }; }; then
20638
20639                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20640 $as_echo "yes" >&6; }
20641
20642 cat >>confdefs.h <<\_ACEOF
20643 #define HAVE_BIO_RW_SYNCIO 1
20644 _ACEOF
20645
20646
20647 else
20648   $as_echo "$as_me: failed program was:" >&5
20649 sed 's/^/| /' conftest.$ac_ext >&5
20650
20651                 { $as_echo "$as_me:$LINENO: result: no" >&5
20652 $as_echo "no" >&6; }
20653
20654
20655
20656 fi
20657
20658         rm -Rf build
20659
20660
20661
20662
20663         { $as_echo "$as_me:$LINENO: checking whether REQ_SYNC is defined" >&5
20664 $as_echo_n "checking whether REQ_SYNC is defined... " >&6; }
20665
20666
20667 cat confdefs.h - <<_ACEOF >conftest.c
20668 /* confdefs.h.  */
20669 _ACEOF
20670 cat confdefs.h >>conftest.$ac_ext
20671 cat >>conftest.$ac_ext <<_ACEOF
20672 /* end confdefs.h.  */
20673
20674
20675                 #include <linux/bio.h>
20676
20677 int
20678 main (void)
20679 {
20680
20681                 int flags __attribute__ ((unused));
20682                 flags = REQ_SYNC;
20683
20684   ;
20685   return 0;
20686 }
20687
20688 _ACEOF
20689
20690
20691         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20692         echo "obj-m := conftest.o" >build/Makefile
20693         modpost_flag=''
20694         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20695         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 $modpost_flag'
20696   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20697   (eval $ac_try) 2>&5
20698   ac_status=$?
20699   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20700   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
20701   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20702   (eval $ac_try) 2>&5
20703   ac_status=$?
20704   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20705   (exit $ac_status); }; }; then
20706
20707                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20708 $as_echo "yes" >&6; }
20709
20710 cat >>confdefs.h <<\_ACEOF
20711 #define HAVE_REQ_SYNC 1
20712 _ACEOF
20713
20714
20715 else
20716   $as_echo "$as_me: failed program was:" >&5
20717 sed 's/^/| /' conftest.$ac_ext >&5
20718
20719                 { $as_echo "$as_me:$LINENO: result: no" >&5
20720 $as_echo "no" >&6; }
20721
20722
20723
20724 fi
20725
20726         rm -Rf build
20727
20728
20729
20730
20731         { $as_echo "$as_me:$LINENO: checking whether blk_end_request() is available" >&5
20732 $as_echo_n "checking whether blk_end_request() is available... " >&6; }
20733         tmp_flags="$EXTRA_KCFLAGS"
20734         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
20735
20736
20737 cat confdefs.h - <<_ACEOF >conftest.c
20738 /* confdefs.h.  */
20739 _ACEOF
20740 cat confdefs.h >>conftest.$ac_ext
20741 cat >>conftest.$ac_ext <<_ACEOF
20742 /* end confdefs.h.  */
20743
20744
20745                 #include <linux/blkdev.h>
20746
20747 int
20748 main (void)
20749 {
20750
20751                 struct request *req = NULL;
20752                 (void) blk_end_request(req, 0, 0);
20753
20754   ;
20755   return 0;
20756 }
20757
20758 _ACEOF
20759
20760
20761         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20762         echo "obj-m := conftest.o" >build/Makefile
20763         modpost_flag=''
20764         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20765         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 $modpost_flag'
20766   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20767   (eval $ac_try) 2>&5
20768   ac_status=$?
20769   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20770   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
20771   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20772   (eval $ac_try) 2>&5
20773   ac_status=$?
20774   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20775   (exit $ac_status); }; }; then
20776
20777                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20778 $as_echo "yes" >&6; }
20779
20780 cat >>confdefs.h <<\_ACEOF
20781 #define HAVE_BLK_END_REQUEST 1
20782 _ACEOF
20783
20784
20785 else
20786   $as_echo "$as_me: failed program was:" >&5
20787 sed 's/^/| /' conftest.$ac_ext >&5
20788
20789                 { $as_echo "$as_me:$LINENO: result: no" >&5
20790 $as_echo "no" >&6; }
20791
20792
20793
20794 fi
20795
20796         rm -Rf build
20797
20798
20799
20800         { $as_echo "$as_me:$LINENO: checking whether blk_end_request() is GPL-only" >&5
20801 $as_echo_n "checking whether blk_end_request() is GPL-only... " >&6; }
20802
20803
20804 cat confdefs.h - <<_ACEOF >conftest.c
20805 /* confdefs.h.  */
20806 _ACEOF
20807 cat confdefs.h >>conftest.$ac_ext
20808 cat >>conftest.$ac_ext <<_ACEOF
20809 /* end confdefs.h.  */
20810
20811
20812                 #include <linux/module.h>
20813                 #include <linux/blkdev.h>
20814
20815                 MODULE_LICENSE("CDDL");
20816
20817 int
20818 main (void)
20819 {
20820
20821                 struct request *req = NULL;
20822                 (void) blk_end_request(req, 0, 0);
20823
20824   ;
20825   return 0;
20826 }
20827
20828 _ACEOF
20829
20830
20831         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20832         echo "obj-m := conftest.o" >build/Makefile
20833         modpost_flag=''
20834         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20835         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 $modpost_flag'
20836   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20837   (eval $ac_try) 2>&5
20838   ac_status=$?
20839   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20840   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
20841   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20842   (eval $ac_try) 2>&5
20843   ac_status=$?
20844   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20845   (exit $ac_status); }; }; then
20846
20847                 { $as_echo "$as_me:$LINENO: result: no" >&5
20848 $as_echo "no" >&6; }
20849
20850 else
20851   $as_echo "$as_me: failed program was:" >&5
20852 sed 's/^/| /' conftest.$ac_ext >&5
20853
20854                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20855 $as_echo "yes" >&6; }
20856
20857 cat >>confdefs.h <<\_ACEOF
20858 #define HAVE_BLK_END_REQUEST_GPL_ONLY 1
20859 _ACEOF
20860
20861
20862
20863
20864 fi
20865
20866         rm -Rf build
20867
20868
20869         EXTRA_KCFLAGS="$tmp_flags"
20870
20871
20872         { $as_echo "$as_me:$LINENO: checking whether blk_queue_flush() is available" >&5
20873 $as_echo_n "checking whether blk_queue_flush() is available... " >&6; }
20874         tmp_flags="$EXTRA_KCFLAGS"
20875         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
20876
20877
20878 cat confdefs.h - <<_ACEOF >conftest.c
20879 /* confdefs.h.  */
20880 _ACEOF
20881 cat confdefs.h >>conftest.$ac_ext
20882 cat >>conftest.$ac_ext <<_ACEOF
20883 /* end confdefs.h.  */
20884
20885
20886                 #include <linux/blkdev.h>
20887
20888 int
20889 main (void)
20890 {
20891
20892                 struct request_queue *q = NULL;
20893                 (void) blk_queue_flush(q, REQ_FLUSH);
20894
20895   ;
20896   return 0;
20897 }
20898
20899 _ACEOF
20900
20901
20902         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20903         echo "obj-m := conftest.o" >build/Makefile
20904         modpost_flag=''
20905         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20906         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 $modpost_flag'
20907   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20908   (eval $ac_try) 2>&5
20909   ac_status=$?
20910   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20911   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
20912   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20913   (eval $ac_try) 2>&5
20914   ac_status=$?
20915   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20916   (exit $ac_status); }; }; then
20917
20918                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20919 $as_echo "yes" >&6; }
20920
20921 cat >>confdefs.h <<\_ACEOF
20922 #define HAVE_BLK_QUEUE_FLUSH 1
20923 _ACEOF
20924
20925
20926 else
20927   $as_echo "$as_me: failed program was:" >&5
20928 sed 's/^/| /' conftest.$ac_ext >&5
20929
20930                 { $as_echo "$as_me:$LINENO: result: no" >&5
20931 $as_echo "no" >&6; }
20932
20933
20934
20935 fi
20936
20937         rm -Rf build
20938
20939
20940
20941         { $as_echo "$as_me:$LINENO: checking whether blk_queue_flush() is GPL-only" >&5
20942 $as_echo_n "checking whether blk_queue_flush() is GPL-only... " >&6; }
20943
20944
20945 cat confdefs.h - <<_ACEOF >conftest.c
20946 /* confdefs.h.  */
20947 _ACEOF
20948 cat confdefs.h >>conftest.$ac_ext
20949 cat >>conftest.$ac_ext <<_ACEOF
20950 /* end confdefs.h.  */
20951
20952
20953                 #include <linux/module.h>
20954                 #include <linux/blkdev.h>
20955
20956                 MODULE_LICENSE("CDDL");
20957
20958 int
20959 main (void)
20960 {
20961
20962                 struct request_queue *q = NULL;
20963                 (void) blk_queue_flush(q, REQ_FLUSH);
20964
20965   ;
20966   return 0;
20967 }
20968
20969 _ACEOF
20970
20971
20972         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20973         echo "obj-m := conftest.o" >build/Makefile
20974         modpost_flag=''
20975         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20976         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 $modpost_flag'
20977   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20978   (eval $ac_try) 2>&5
20979   ac_status=$?
20980   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20981   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
20982   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20983   (eval $ac_try) 2>&5
20984   ac_status=$?
20985   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20986   (exit $ac_status); }; }; then
20987
20988                 { $as_echo "$as_me:$LINENO: result: no" >&5
20989 $as_echo "no" >&6; }
20990
20991 else
20992   $as_echo "$as_me: failed program was:" >&5
20993 sed 's/^/| /' conftest.$ac_ext >&5
20994
20995                 { $as_echo "$as_me:$LINENO: result: yes" >&5
20996 $as_echo "yes" >&6; }
20997
20998 cat >>confdefs.h <<\_ACEOF
20999 #define HAVE_BLK_QUEUE_FLUSH_GPL_ONLY 1
21000 _ACEOF
21001
21002
21003
21004
21005 fi
21006
21007         rm -Rf build
21008
21009
21010         EXTRA_KCFLAGS="$tmp_flags"
21011
21012
21013         { $as_echo "$as_me:$LINENO: checking whether blk_queue_max_hw_sectors() is available" >&5
21014 $as_echo_n "checking whether blk_queue_max_hw_sectors() is available... " >&6; }
21015         tmp_flags="$EXTRA_KCFLAGS"
21016         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
21017
21018
21019 cat confdefs.h - <<_ACEOF >conftest.c
21020 /* confdefs.h.  */
21021 _ACEOF
21022 cat confdefs.h >>conftest.$ac_ext
21023 cat >>conftest.$ac_ext <<_ACEOF
21024 /* end confdefs.h.  */
21025
21026
21027                 #include <linux/blkdev.h>
21028
21029 int
21030 main (void)
21031 {
21032
21033                 struct request_queue *q = NULL;
21034                 (void) blk_queue_max_hw_sectors(q, BLK_SAFE_MAX_SECTORS);
21035
21036   ;
21037   return 0;
21038 }
21039
21040 _ACEOF
21041
21042
21043         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21044         echo "obj-m := conftest.o" >build/Makefile
21045         modpost_flag=''
21046         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21047         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 $modpost_flag'
21048   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21049   (eval $ac_try) 2>&5
21050   ac_status=$?
21051   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21052   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
21053   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21054   (eval $ac_try) 2>&5
21055   ac_status=$?
21056   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21057   (exit $ac_status); }; }; then
21058
21059                 { $as_echo "$as_me:$LINENO: result: yes" >&5
21060 $as_echo "yes" >&6; }
21061
21062 cat >>confdefs.h <<\_ACEOF
21063 #define HAVE_BLK_QUEUE_MAX_HW_SECTORS 1
21064 _ACEOF
21065
21066
21067 else
21068   $as_echo "$as_me: failed program was:" >&5
21069 sed 's/^/| /' conftest.$ac_ext >&5
21070
21071                 { $as_echo "$as_me:$LINENO: result: no" >&5
21072 $as_echo "no" >&6; }
21073
21074
21075
21076 fi
21077
21078         rm -Rf build
21079
21080
21081         EXTRA_KCFLAGS="$tmp_flags"
21082
21083
21084         { $as_echo "$as_me:$LINENO: checking whether blk_queue_max_segments() is available" >&5
21085 $as_echo_n "checking whether blk_queue_max_segments() is available... " >&6; }
21086         tmp_flags="$EXTRA_KCFLAGS"
21087         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
21088
21089
21090 cat confdefs.h - <<_ACEOF >conftest.c
21091 /* confdefs.h.  */
21092 _ACEOF
21093 cat confdefs.h >>conftest.$ac_ext
21094 cat >>conftest.$ac_ext <<_ACEOF
21095 /* end confdefs.h.  */
21096
21097
21098                 #include <linux/blkdev.h>
21099
21100 int
21101 main (void)
21102 {
21103
21104                 struct request_queue *q = NULL;
21105                 (void) blk_queue_max_segments(q, BLK_MAX_SEGMENTS);
21106
21107   ;
21108   return 0;
21109 }
21110
21111 _ACEOF
21112
21113
21114         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21115         echo "obj-m := conftest.o" >build/Makefile
21116         modpost_flag=''
21117         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21118         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 $modpost_flag'
21119   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21120   (eval $ac_try) 2>&5
21121   ac_status=$?
21122   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21123   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
21124   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21125   (eval $ac_try) 2>&5
21126   ac_status=$?
21127   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21128   (exit $ac_status); }; }; then
21129
21130                 { $as_echo "$as_me:$LINENO: result: yes" >&5
21131 $as_echo "yes" >&6; }
21132
21133 cat >>confdefs.h <<\_ACEOF
21134 #define HAVE_BLK_QUEUE_MAX_SEGMENTS 1
21135 _ACEOF
21136
21137
21138 else
21139   $as_echo "$as_me: failed program was:" >&5
21140 sed 's/^/| /' conftest.$ac_ext >&5
21141
21142                 { $as_echo "$as_me:$LINENO: result: no" >&5
21143 $as_echo "no" >&6; }
21144
21145
21146
21147 fi
21148
21149         rm -Rf build
21150
21151
21152         EXTRA_KCFLAGS="$tmp_flags"
21153
21154
21155         { $as_echo "$as_me:$LINENO: checking whether blk_queue_physical_block_size() is available" >&5
21156 $as_echo_n "checking whether blk_queue_physical_block_size() is available... " >&6; }
21157         tmp_flags="$EXTRA_KCFLAGS"
21158         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
21159
21160
21161 cat confdefs.h - <<_ACEOF >conftest.c
21162 /* confdefs.h.  */
21163 _ACEOF
21164 cat confdefs.h >>conftest.$ac_ext
21165 cat >>conftest.$ac_ext <<_ACEOF
21166 /* end confdefs.h.  */
21167
21168
21169                 #include <linux/blkdev.h>
21170
21171 int
21172 main (void)
21173 {
21174
21175                 struct request_queue *q = NULL;
21176                 unsigned short block_size = 1;
21177                 (void) blk_queue_physical_block_size(q, block_size);
21178
21179   ;
21180   return 0;
21181 }
21182
21183 _ACEOF
21184
21185
21186         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21187         echo "obj-m := conftest.o" >build/Makefile
21188         modpost_flag=''
21189         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21190         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 $modpost_flag'
21191   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21192   (eval $ac_try) 2>&5
21193   ac_status=$?
21194   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21195   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
21196   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21197   (eval $ac_try) 2>&5
21198   ac_status=$?
21199   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21200   (exit $ac_status); }; }; then
21201
21202                 { $as_echo "$as_me:$LINENO: result: yes" >&5
21203 $as_echo "yes" >&6; }
21204
21205 cat >>confdefs.h <<\_ACEOF
21206 #define HAVE_BLK_QUEUE_PHYSICAL_BLOCK_SIZE 1
21207 _ACEOF
21208
21209
21210 else
21211   $as_echo "$as_me: failed program was:" >&5
21212 sed 's/^/| /' conftest.$ac_ext >&5
21213
21214                 { $as_echo "$as_me:$LINENO: result: no" >&5
21215 $as_echo "no" >&6; }
21216
21217
21218
21219 fi
21220
21221         rm -Rf build
21222
21223
21224         EXTRA_KCFLAGS="$tmp_flags"
21225
21226
21227         { $as_echo "$as_me:$LINENO: checking whether blk_queue_io_opt() is available" >&5
21228 $as_echo_n "checking whether blk_queue_io_opt() is available... " >&6; }
21229         tmp_flags="$EXTRA_KCFLAGS"
21230         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
21231
21232
21233 cat confdefs.h - <<_ACEOF >conftest.c
21234 /* confdefs.h.  */
21235 _ACEOF
21236 cat confdefs.h >>conftest.$ac_ext
21237 cat >>conftest.$ac_ext <<_ACEOF
21238 /* end confdefs.h.  */
21239
21240
21241                 #include <linux/blkdev.h>
21242
21243 int
21244 main (void)
21245 {
21246
21247                 struct request_queue *q = NULL;
21248                 unsigned int opt = 1;
21249                 (void) blk_queue_io_opt(q, opt);
21250
21251   ;
21252   return 0;
21253 }
21254
21255 _ACEOF
21256
21257
21258         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21259         echo "obj-m := conftest.o" >build/Makefile
21260         modpost_flag=''
21261         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21262         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 $modpost_flag'
21263   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21264   (eval $ac_try) 2>&5
21265   ac_status=$?
21266   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21267   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
21268   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21269   (eval $ac_try) 2>&5
21270   ac_status=$?
21271   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21272   (exit $ac_status); }; }; then
21273
21274                 { $as_echo "$as_me:$LINENO: result: yes" >&5
21275 $as_echo "yes" >&6; }
21276
21277 cat >>confdefs.h <<\_ACEOF
21278 #define HAVE_BLK_QUEUE_IO_OPT 1
21279 _ACEOF
21280
21281
21282 else
21283   $as_echo "$as_me: failed program was:" >&5
21284 sed 's/^/| /' conftest.$ac_ext >&5
21285
21286                 { $as_echo "$as_me:$LINENO: result: no" >&5
21287 $as_echo "no" >&6; }
21288
21289
21290
21291 fi
21292
21293         rm -Rf build
21294
21295
21296         EXTRA_KCFLAGS="$tmp_flags"
21297
21298
21299         { $as_echo "$as_me:$LINENO: checking whether blk_queue_nonrot() is available" >&5
21300 $as_echo_n "checking whether blk_queue_nonrot() is available... " >&6; }
21301         tmp_flags="$EXTRA_KCFLAGS"
21302         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
21303
21304
21305 cat confdefs.h - <<_ACEOF >conftest.c
21306 /* confdefs.h.  */
21307 _ACEOF
21308 cat confdefs.h >>conftest.$ac_ext
21309 cat >>conftest.$ac_ext <<_ACEOF
21310 /* end confdefs.h.  */
21311
21312
21313                 #include <linux/blkdev.h>
21314
21315 int
21316 main (void)
21317 {
21318
21319                 struct request_queue *q = NULL;
21320                 (void) blk_queue_nonrot(q);
21321
21322   ;
21323   return 0;
21324 }
21325
21326 _ACEOF
21327
21328
21329         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21330         echo "obj-m := conftest.o" >build/Makefile
21331         modpost_flag=''
21332         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21333         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 $modpost_flag'
21334   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21335   (eval $ac_try) 2>&5
21336   ac_status=$?
21337   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21338   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
21339   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21340   (eval $ac_try) 2>&5
21341   ac_status=$?
21342   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21343   (exit $ac_status); }; }; then
21344
21345                 { $as_echo "$as_me:$LINENO: result: yes" >&5
21346 $as_echo "yes" >&6; }
21347
21348 cat >>confdefs.h <<\_ACEOF
21349 #define HAVE_BLK_QUEUE_NONROT 1
21350 _ACEOF
21351
21352
21353 else
21354   $as_echo "$as_me: failed program was:" >&5
21355 sed 's/^/| /' conftest.$ac_ext >&5
21356
21357                 { $as_echo "$as_me:$LINENO: result: no" >&5
21358 $as_echo "no" >&6; }
21359
21360
21361
21362 fi
21363
21364         rm -Rf build
21365
21366
21367         EXTRA_KCFLAGS="$tmp_flags"
21368
21369
21370         { $as_echo "$as_me:$LINENO: checking whether blk_queue_discard() is available" >&5
21371 $as_echo_n "checking whether blk_queue_discard() is available... " >&6; }
21372         tmp_flags="$EXTRA_KCFLAGS"
21373         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
21374
21375
21376 cat confdefs.h - <<_ACEOF >conftest.c
21377 /* confdefs.h.  */
21378 _ACEOF
21379 cat confdefs.h >>conftest.$ac_ext
21380 cat >>conftest.$ac_ext <<_ACEOF
21381 /* end confdefs.h.  */
21382
21383
21384                 #include <linux/blkdev.h>
21385
21386 int
21387 main (void)
21388 {
21389
21390                 struct request_queue *q = NULL;
21391                 (void) blk_queue_discard(q);
21392
21393   ;
21394   return 0;
21395 }
21396
21397 _ACEOF
21398
21399
21400         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21401         echo "obj-m := conftest.o" >build/Makefile
21402         modpost_flag=''
21403         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21404         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 $modpost_flag'
21405   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21406   (eval $ac_try) 2>&5
21407   ac_status=$?
21408   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21409   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
21410   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21411   (eval $ac_try) 2>&5
21412   ac_status=$?
21413   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21414   (exit $ac_status); }; }; then
21415
21416                 { $as_echo "$as_me:$LINENO: result: yes" >&5
21417 $as_echo "yes" >&6; }
21418
21419 cat >>confdefs.h <<\_ACEOF
21420 #define HAVE_BLK_QUEUE_DISCARD 1
21421 _ACEOF
21422
21423
21424 else
21425   $as_echo "$as_me: failed program was:" >&5
21426 sed 's/^/| /' conftest.$ac_ext >&5
21427
21428                 { $as_echo "$as_me:$LINENO: result: no" >&5
21429 $as_echo "no" >&6; }
21430
21431
21432
21433 fi
21434
21435         rm -Rf build
21436
21437
21438         EXTRA_KCFLAGS="$tmp_flags"
21439
21440
21441         { $as_echo "$as_me:$LINENO: checking whether blk_fetch_request() is available" >&5
21442 $as_echo_n "checking whether blk_fetch_request() is available... " >&6; }
21443         tmp_flags="$EXTRA_KCFLAGS"
21444         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
21445
21446
21447 cat confdefs.h - <<_ACEOF >conftest.c
21448 /* confdefs.h.  */
21449 _ACEOF
21450 cat confdefs.h >>conftest.$ac_ext
21451 cat >>conftest.$ac_ext <<_ACEOF
21452 /* end confdefs.h.  */
21453
21454
21455                 #include <linux/blkdev.h>
21456
21457 int
21458 main (void)
21459 {
21460
21461                 struct request_queue *q = NULL;
21462                 (void) blk_fetch_request(q);
21463
21464   ;
21465   return 0;
21466 }
21467
21468 _ACEOF
21469
21470
21471         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21472         echo "obj-m := conftest.o" >build/Makefile
21473         modpost_flag=''
21474         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21475         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 $modpost_flag'
21476   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21477   (eval $ac_try) 2>&5
21478   ac_status=$?
21479   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21480   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
21481   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21482   (eval $ac_try) 2>&5
21483   ac_status=$?
21484   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21485   (exit $ac_status); }; }; then
21486
21487                 { $as_echo "$as_me:$LINENO: result: yes" >&5
21488 $as_echo "yes" >&6; }
21489
21490 cat >>confdefs.h <<\_ACEOF
21491 #define HAVE_BLK_FETCH_REQUEST 1
21492 _ACEOF
21493
21494
21495 else
21496   $as_echo "$as_me: failed program was:" >&5
21497 sed 's/^/| /' conftest.$ac_ext >&5
21498
21499                 { $as_echo "$as_me:$LINENO: result: no" >&5
21500 $as_echo "no" >&6; }
21501
21502
21503
21504 fi
21505
21506         rm -Rf build
21507
21508
21509         EXTRA_KCFLAGS="$tmp_flags"
21510
21511
21512         { $as_echo "$as_me:$LINENO: checking whether blk_requeue_request() is available" >&5
21513 $as_echo_n "checking whether blk_requeue_request() is available... " >&6; }
21514         tmp_flags="$EXTRA_KCFLAGS"
21515         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
21516
21517
21518 cat confdefs.h - <<_ACEOF >conftest.c
21519 /* confdefs.h.  */
21520 _ACEOF
21521 cat confdefs.h >>conftest.$ac_ext
21522 cat >>conftest.$ac_ext <<_ACEOF
21523 /* end confdefs.h.  */
21524
21525
21526                 #include <linux/blkdev.h>
21527
21528 int
21529 main (void)
21530 {
21531
21532                 struct request_queue *q = NULL;
21533                 struct request *req = NULL;
21534                 blk_requeue_request(q, req);
21535
21536   ;
21537   return 0;
21538 }
21539
21540 _ACEOF
21541
21542
21543         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21544         echo "obj-m := conftest.o" >build/Makefile
21545         modpost_flag=''
21546         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21547         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 $modpost_flag'
21548   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21549   (eval $ac_try) 2>&5
21550   ac_status=$?
21551   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21552   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
21553   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21554   (eval $ac_try) 2>&5
21555   ac_status=$?
21556   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21557   (exit $ac_status); }; }; then
21558
21559                 { $as_echo "$as_me:$LINENO: result: yes" >&5
21560 $as_echo "yes" >&6; }
21561
21562 cat >>confdefs.h <<\_ACEOF
21563 #define HAVE_BLK_REQUEUE_REQUEST 1
21564 _ACEOF
21565
21566
21567 else
21568   $as_echo "$as_me: failed program was:" >&5
21569 sed 's/^/| /' conftest.$ac_ext >&5
21570
21571                 { $as_echo "$as_me:$LINENO: result: no" >&5
21572 $as_echo "no" >&6; }
21573
21574
21575
21576 fi
21577
21578         rm -Rf build
21579
21580
21581         EXTRA_KCFLAGS="$tmp_flags"
21582
21583
21584         { $as_echo "$as_me:$LINENO: checking whether blk_rq_bytes() is available" >&5
21585 $as_echo_n "checking whether blk_rq_bytes() is available... " >&6; }
21586         tmp_flags="$EXTRA_KCFLAGS"
21587         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
21588
21589
21590 cat confdefs.h - <<_ACEOF >conftest.c
21591 /* confdefs.h.  */
21592 _ACEOF
21593 cat confdefs.h >>conftest.$ac_ext
21594 cat >>conftest.$ac_ext <<_ACEOF
21595 /* end confdefs.h.  */
21596
21597
21598                 #include <linux/blkdev.h>
21599
21600 int
21601 main (void)
21602 {
21603
21604                 struct request *req = NULL;
21605                 (void) blk_rq_bytes(req);
21606
21607   ;
21608   return 0;
21609 }
21610
21611 _ACEOF
21612
21613
21614         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21615         echo "obj-m := conftest.o" >build/Makefile
21616         modpost_flag=''
21617         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21618         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 $modpost_flag'
21619   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21620   (eval $ac_try) 2>&5
21621   ac_status=$?
21622   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21623   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
21624   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21625   (eval $ac_try) 2>&5
21626   ac_status=$?
21627   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21628   (exit $ac_status); }; }; then
21629
21630                 { $as_echo "$as_me:$LINENO: result: yes" >&5
21631 $as_echo "yes" >&6; }
21632
21633 cat >>confdefs.h <<\_ACEOF
21634 #define HAVE_BLK_RQ_BYTES 1
21635 _ACEOF
21636
21637
21638 else
21639   $as_echo "$as_me: failed program was:" >&5
21640 sed 's/^/| /' conftest.$ac_ext >&5
21641
21642                 { $as_echo "$as_me:$LINENO: result: no" >&5
21643 $as_echo "no" >&6; }
21644
21645
21646
21647 fi
21648
21649         rm -Rf build
21650
21651
21652
21653         { $as_echo "$as_me:$LINENO: checking whether blk_rq_bytes() is GPL-only" >&5
21654 $as_echo_n "checking whether blk_rq_bytes() is GPL-only... " >&6; }
21655
21656
21657 cat confdefs.h - <<_ACEOF >conftest.c
21658 /* confdefs.h.  */
21659 _ACEOF
21660 cat confdefs.h >>conftest.$ac_ext
21661 cat >>conftest.$ac_ext <<_ACEOF
21662 /* end confdefs.h.  */
21663
21664
21665                 #include <linux/module.h>
21666                 #include <linux/blkdev.h>
21667
21668                 MODULE_LICENSE("CDDL");
21669
21670 int
21671 main (void)
21672 {
21673
21674                 struct request *req = NULL;
21675                 (void) blk_rq_bytes(req);
21676
21677   ;
21678   return 0;
21679 }
21680
21681 _ACEOF
21682
21683
21684         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21685         echo "obj-m := conftest.o" >build/Makefile
21686         modpost_flag=''
21687         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21688         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 $modpost_flag'
21689   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21690   (eval $ac_try) 2>&5
21691   ac_status=$?
21692   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21693   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
21694   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21695   (eval $ac_try) 2>&5
21696   ac_status=$?
21697   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21698   (exit $ac_status); }; }; then
21699
21700                 { $as_echo "$as_me:$LINENO: result: no" >&5
21701 $as_echo "no" >&6; }
21702
21703 else
21704   $as_echo "$as_me: failed program was:" >&5
21705 sed 's/^/| /' conftest.$ac_ext >&5
21706
21707                 { $as_echo "$as_me:$LINENO: result: yes" >&5
21708 $as_echo "yes" >&6; }
21709
21710 cat >>confdefs.h <<\_ACEOF
21711 #define HAVE_BLK_RQ_BYTES_GPL_ONLY 1
21712 _ACEOF
21713
21714
21715
21716
21717 fi
21718
21719         rm -Rf build
21720
21721
21722         EXTRA_KCFLAGS="$tmp_flags"
21723
21724
21725         { $as_echo "$as_me:$LINENO: checking whether blk_rq_pos() is available" >&5
21726 $as_echo_n "checking whether blk_rq_pos() is available... " >&6; }
21727         tmp_flags="$EXTRA_KCFLAGS"
21728         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
21729
21730
21731 cat confdefs.h - <<_ACEOF >conftest.c
21732 /* confdefs.h.  */
21733 _ACEOF
21734 cat confdefs.h >>conftest.$ac_ext
21735 cat >>conftest.$ac_ext <<_ACEOF
21736 /* end confdefs.h.  */
21737
21738
21739                 #include <linux/blkdev.h>
21740
21741 int
21742 main (void)
21743 {
21744
21745                 struct request *req = NULL;
21746                 (void) blk_rq_pos(req);
21747
21748   ;
21749   return 0;
21750 }
21751
21752 _ACEOF
21753
21754
21755         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21756         echo "obj-m := conftest.o" >build/Makefile
21757         modpost_flag=''
21758         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21759         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 $modpost_flag'
21760   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21761   (eval $ac_try) 2>&5
21762   ac_status=$?
21763   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21764   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
21765   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21766   (eval $ac_try) 2>&5
21767   ac_status=$?
21768   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21769   (exit $ac_status); }; }; then
21770
21771                 { $as_echo "$as_me:$LINENO: result: yes" >&5
21772 $as_echo "yes" >&6; }
21773
21774 cat >>confdefs.h <<\_ACEOF
21775 #define HAVE_BLK_RQ_POS 1
21776 _ACEOF
21777
21778
21779 else
21780   $as_echo "$as_me: failed program was:" >&5
21781 sed 's/^/| /' conftest.$ac_ext >&5
21782
21783                 { $as_echo "$as_me:$LINENO: result: no" >&5
21784 $as_echo "no" >&6; }
21785
21786
21787
21788 fi
21789
21790         rm -Rf build
21791
21792
21793         EXTRA_KCFLAGS="$tmp_flags"
21794
21795
21796         { $as_echo "$as_me:$LINENO: checking whether blk_rq_sectors() is available" >&5
21797 $as_echo_n "checking whether blk_rq_sectors() is available... " >&6; }
21798         tmp_flags="$EXTRA_KCFLAGS"
21799         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
21800
21801
21802 cat confdefs.h - <<_ACEOF >conftest.c
21803 /* confdefs.h.  */
21804 _ACEOF
21805 cat confdefs.h >>conftest.$ac_ext
21806 cat >>conftest.$ac_ext <<_ACEOF
21807 /* end confdefs.h.  */
21808
21809
21810                 #include <linux/blkdev.h>
21811
21812 int
21813 main (void)
21814 {
21815
21816                 struct request *req = NULL;
21817                 (void) blk_rq_sectors(req);
21818
21819   ;
21820   return 0;
21821 }
21822
21823 _ACEOF
21824
21825
21826         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21827         echo "obj-m := conftest.o" >build/Makefile
21828         modpost_flag=''
21829         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21830         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 $modpost_flag'
21831   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21832   (eval $ac_try) 2>&5
21833   ac_status=$?
21834   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21835   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
21836   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21837   (eval $ac_try) 2>&5
21838   ac_status=$?
21839   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21840   (exit $ac_status); }; }; then
21841
21842                 { $as_echo "$as_me:$LINENO: result: yes" >&5
21843 $as_echo "yes" >&6; }
21844
21845 cat >>confdefs.h <<\_ACEOF
21846 #define HAVE_BLK_RQ_SECTORS 1
21847 _ACEOF
21848
21849
21850 else
21851   $as_echo "$as_me: failed program was:" >&5
21852 sed 's/^/| /' conftest.$ac_ext >&5
21853
21854                 { $as_echo "$as_me:$LINENO: result: no" >&5
21855 $as_echo "no" >&6; }
21856
21857
21858
21859 fi
21860
21861         rm -Rf build
21862
21863
21864         EXTRA_KCFLAGS="$tmp_flags"
21865
21866
21867         { $as_echo "$as_me:$LINENO: checking whether get_disk_ro() is available" >&5
21868 $as_echo_n "checking whether get_disk_ro() is available... " >&6; }
21869         tmp_flags="$EXTRA_KCFLAGS"
21870         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
21871
21872
21873 cat confdefs.h - <<_ACEOF >conftest.c
21874 /* confdefs.h.  */
21875 _ACEOF
21876 cat confdefs.h >>conftest.$ac_ext
21877 cat >>conftest.$ac_ext <<_ACEOF
21878 /* end confdefs.h.  */
21879
21880
21881                 #include <linux/blkdev.h>
21882
21883 int
21884 main (void)
21885 {
21886
21887                 struct gendisk *disk = NULL;
21888                 (void) get_disk_ro(disk);
21889
21890   ;
21891   return 0;
21892 }
21893
21894 _ACEOF
21895
21896
21897         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21898         echo "obj-m := conftest.o" >build/Makefile
21899         modpost_flag=''
21900         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21901         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 $modpost_flag'
21902   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21903   (eval $ac_try) 2>&5
21904   ac_status=$?
21905   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21906   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
21907   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21908   (eval $ac_try) 2>&5
21909   ac_status=$?
21910   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21911   (exit $ac_status); }; }; then
21912
21913                 { $as_echo "$as_me:$LINENO: result: yes" >&5
21914 $as_echo "yes" >&6; }
21915
21916 cat >>confdefs.h <<\_ACEOF
21917 #define HAVE_GET_DISK_RO 1
21918 _ACEOF
21919
21920
21921 else
21922   $as_echo "$as_me: failed program was:" >&5
21923 sed 's/^/| /' conftest.$ac_ext >&5
21924
21925                 { $as_echo "$as_me:$LINENO: result: no" >&5
21926 $as_echo "no" >&6; }
21927
21928
21929
21930 fi
21931
21932         rm -Rf build
21933
21934
21935         EXTRA_KCFLAGS="$tmp_flags"
21936
21937
21938         { $as_echo "$as_me:$LINENO: checking whether symbol get_gendisk is exported" >&5
21939 $as_echo_n "checking whether symbol get_gendisk is exported... " >&6; }
21940         grep -q -E '[[:space:]]get_gendisk[[:space:]]' \
21941                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
21942         rc=$?
21943         if test $rc -ne 0; then
21944
21945                 export=0
21946                 for file in block/genhd.c; do
21947                         grep -q -E "EXPORT_SYMBOL.*(get_gendisk)" "$LINUX/$file" 2>/dev/null
21948                         rc=$?
21949                         if test $rc -eq 0; then
21950
21951                                 export=1
21952                                 break;
21953
21954 fi
21955
21956                 done
21957                 if test $export -eq 0; then
21958
21959                         { $as_echo "$as_me:$LINENO: result: no" >&5
21960 $as_echo "no" >&6; }
21961
21962
21963 else
21964
21965                         { $as_echo "$as_me:$LINENO: result: yes" >&5
21966 $as_echo "yes" >&6; }
21967
21968 cat >>confdefs.h <<\_ACEOF
21969 #define HAVE_GET_GENDISK 1
21970 _ACEOF
21971
21972
21973 fi
21974
21975
21976 else
21977
21978                 { $as_echo "$as_me:$LINENO: result: yes" >&5
21979 $as_echo "yes" >&6; }
21980
21981 cat >>confdefs.h <<\_ACEOF
21982 #define HAVE_GET_GENDISK 1
21983 _ACEOF
21984
21985
21986 fi
21987
21988
21989
21990
21991         { $as_echo "$as_me:$LINENO: checking whether rq_is_sync() is available" >&5
21992 $as_echo_n "checking whether rq_is_sync() is available... " >&6; }
21993         tmp_flags="$EXTRA_KCFLAGS"
21994         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
21995
21996
21997 cat confdefs.h - <<_ACEOF >conftest.c
21998 /* confdefs.h.  */
21999 _ACEOF
22000 cat confdefs.h >>conftest.$ac_ext
22001 cat >>conftest.$ac_ext <<_ACEOF
22002 /* end confdefs.h.  */
22003
22004
22005                 #include <linux/blkdev.h>
22006
22007 int
22008 main (void)
22009 {
22010
22011                 struct request *req = NULL;
22012                 (void) rq_is_sync(req);
22013
22014   ;
22015   return 0;
22016 }
22017
22018 _ACEOF
22019
22020
22021         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22022         echo "obj-m := conftest.o" >build/Makefile
22023         modpost_flag=''
22024         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22025         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 $modpost_flag'
22026   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22027   (eval $ac_try) 2>&5
22028   ac_status=$?
22029   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22030   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
22031   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22032   (eval $ac_try) 2>&5
22033   ac_status=$?
22034   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22035   (exit $ac_status); }; }; then
22036
22037                 { $as_echo "$as_me:$LINENO: result: yes" >&5
22038 $as_echo "yes" >&6; }
22039
22040 cat >>confdefs.h <<\_ACEOF
22041 #define HAVE_RQ_IS_SYNC 1
22042 _ACEOF
22043
22044
22045 else
22046   $as_echo "$as_me: failed program was:" >&5
22047 sed 's/^/| /' conftest.$ac_ext >&5
22048
22049                 { $as_echo "$as_me:$LINENO: result: no" >&5
22050 $as_echo "no" >&6; }
22051
22052
22053
22054 fi
22055
22056         rm -Rf build
22057
22058
22059         EXTRA_KCFLAGS="$tmp_flags"
22060
22061
22062         { $as_echo "$as_me:$LINENO: checking whether rq_for_each_segment() is available" >&5
22063 $as_echo_n "checking whether rq_for_each_segment() is available... " >&6; }
22064         tmp_flags="$EXTRA_KCFLAGS"
22065         EXTRA_KCFLAGS="-Wno-unused-but-set-variable"
22066
22067
22068 cat confdefs.h - <<_ACEOF >conftest.c
22069 /* confdefs.h.  */
22070 _ACEOF
22071 cat confdefs.h >>conftest.$ac_ext
22072 cat >>conftest.$ac_ext <<_ACEOF
22073 /* end confdefs.h.  */
22074
22075
22076                 #include <linux/blkdev.h>
22077
22078 int
22079 main (void)
22080 {
22081
22082                 struct bio_vec *bv;
22083                 struct req_iterator iter;
22084                 struct request *req = NULL;
22085                 rq_for_each_segment(bv, req, iter) { }
22086
22087   ;
22088   return 0;
22089 }
22090
22091 _ACEOF
22092
22093
22094         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22095         echo "obj-m := conftest.o" >build/Makefile
22096         modpost_flag=''
22097         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22098         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 $modpost_flag'
22099   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22100   (eval $ac_try) 2>&5
22101   ac_status=$?
22102   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22103   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
22104   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22105   (eval $ac_try) 2>&5
22106   ac_status=$?
22107   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22108   (exit $ac_status); }; }; then
22109
22110                 { $as_echo "$as_me:$LINENO: result: yes" >&5
22111 $as_echo "yes" >&6; }
22112
22113 cat >>confdefs.h <<\_ACEOF
22114 #define HAVE_RQ_FOR_EACH_SEGMENT 1
22115 _ACEOF
22116
22117
22118 else
22119   $as_echo "$as_me: failed program was:" >&5
22120 sed 's/^/| /' conftest.$ac_ext >&5
22121
22122                 { $as_echo "$as_me:$LINENO: result: no" >&5
22123 $as_echo "no" >&6; }
22124
22125
22126
22127 fi
22128
22129         rm -Rf build
22130
22131
22132         EXTRA_KCFLAGS="$tmp_flags"
22133
22134         { $as_echo "$as_me:$LINENO: checking whether super_block uses const struct xattr_hander" >&5
22135 $as_echo_n "checking whether super_block uses const struct xattr_hander... " >&6; }
22136
22137
22138 cat confdefs.h - <<_ACEOF >conftest.c
22139 /* confdefs.h.  */
22140 _ACEOF
22141 cat confdefs.h >>conftest.$ac_ext
22142 cat >>conftest.$ac_ext <<_ACEOF
22143 /* end confdefs.h.  */
22144
22145
22146                 #include <linux/fs.h>
22147                 #include <linux/xattr.h>
22148
22149                 const struct xattr_handler xattr_test_handler = {
22150                         .prefix = "test",
22151                         .get    = NULL,
22152                         .set    = NULL,
22153                 };
22154
22155                 const struct xattr_handler *xattr_handlers[] = {
22156                         &xattr_test_handler,
22157                 };
22158
22159 int
22160 main (void)
22161 {
22162
22163                 struct super_block sb __attribute__ ((unused));
22164
22165                 sb.s_xattr = xattr_handlers;
22166
22167   ;
22168   return 0;
22169 }
22170
22171 _ACEOF
22172
22173
22174         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22175         echo "obj-m := conftest.o" >build/Makefile
22176         modpost_flag=''
22177         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22178         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 $modpost_flag'
22179   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22180   (eval $ac_try) 2>&5
22181   ac_status=$?
22182   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22183   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
22184   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22185   (eval $ac_try) 2>&5
22186   ac_status=$?
22187   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22188   (exit $ac_status); }; }; then
22189
22190                 { $as_echo "$as_me:$LINENO: result: yes" >&5
22191 $as_echo "yes" >&6; }
22192
22193 cat >>confdefs.h <<\_ACEOF
22194 #define HAVE_CONST_XATTR_HANDLER 1
22195 _ACEOF
22196
22197
22198 else
22199   $as_echo "$as_me: failed program was:" >&5
22200 sed 's/^/| /' conftest.$ac_ext >&5
22201
22202                 { $as_echo "$as_me:$LINENO: result: no" >&5
22203 $as_echo "no" >&6; }
22204
22205
22206
22207 fi
22208
22209         rm -Rf build
22210
22211
22212
22213
22214         { $as_echo "$as_me:$LINENO: checking whether xattr_handler->get() wants dentry" >&5
22215 $as_echo_n "checking whether xattr_handler->get() wants dentry... " >&6; }
22216
22217
22218 cat confdefs.h - <<_ACEOF >conftest.c
22219 /* confdefs.h.  */
22220 _ACEOF
22221 cat confdefs.h >>conftest.$ac_ext
22222 cat >>conftest.$ac_ext <<_ACEOF
22223 /* end confdefs.h.  */
22224
22225
22226                 #include <linux/xattr.h>
22227
22228 int
22229 main (void)
22230 {
22231
22232                 int (*get)(struct dentry *dentry, const char *name,
22233                     void *buffer, size_t size, int handler_flags) = NULL;
22234                 struct xattr_handler xops __attribute__ ((unused));
22235
22236                 xops.get = get;
22237
22238   ;
22239   return 0;
22240 }
22241
22242 _ACEOF
22243
22244
22245         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22246         echo "obj-m := conftest.o" >build/Makefile
22247         modpost_flag=''
22248         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22249         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 $modpost_flag'
22250   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22251   (eval $ac_try) 2>&5
22252   ac_status=$?
22253   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22254   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
22255   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22256   (eval $ac_try) 2>&5
22257   ac_status=$?
22258   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22259   (exit $ac_status); }; }; then
22260
22261                 { $as_echo "$as_me:$LINENO: result: yes" >&5
22262 $as_echo "yes" >&6; }
22263
22264 cat >>confdefs.h <<\_ACEOF
22265 #define HAVE_DENTRY_XATTR_GET 1
22266 _ACEOF
22267
22268
22269 else
22270   $as_echo "$as_me: failed program was:" >&5
22271 sed 's/^/| /' conftest.$ac_ext >&5
22272
22273                 { $as_echo "$as_me:$LINENO: result: no" >&5
22274 $as_echo "no" >&6; }
22275
22276
22277
22278 fi
22279
22280         rm -Rf build
22281
22282
22283
22284
22285         { $as_echo "$as_me:$LINENO: checking whether xattr_handler->set() wants dentry" >&5
22286 $as_echo_n "checking whether xattr_handler->set() wants dentry... " >&6; }
22287
22288
22289 cat confdefs.h - <<_ACEOF >conftest.c
22290 /* confdefs.h.  */
22291 _ACEOF
22292 cat confdefs.h >>conftest.$ac_ext
22293 cat >>conftest.$ac_ext <<_ACEOF
22294 /* end confdefs.h.  */
22295
22296
22297                 #include <linux/xattr.h>
22298
22299 int
22300 main (void)
22301 {
22302
22303                 int (*set)(struct dentry *dentry, const char *name,
22304                     const void *buffer, size_t size, int flags,
22305                     int handler_flags) = NULL;
22306                 struct xattr_handler xops __attribute__ ((unused));
22307
22308                 xops.set = set;
22309
22310   ;
22311   return 0;
22312 }
22313
22314 _ACEOF
22315
22316
22317         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22318         echo "obj-m := conftest.o" >build/Makefile
22319         modpost_flag=''
22320         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22321         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 $modpost_flag'
22322   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22323   (eval $ac_try) 2>&5
22324   ac_status=$?
22325   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22326   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
22327   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22328   (eval $ac_try) 2>&5
22329   ac_status=$?
22330   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22331   (exit $ac_status); }; }; then
22332
22333                 { $as_echo "$as_me:$LINENO: result: yes" >&5
22334 $as_echo "yes" >&6; }
22335
22336 cat >>confdefs.h <<\_ACEOF
22337 #define HAVE_DENTRY_XATTR_SET 1
22338 _ACEOF
22339
22340
22341 else
22342   $as_echo "$as_me: failed program was:" >&5
22343 sed 's/^/| /' conftest.$ac_ext >&5
22344
22345                 { $as_echo "$as_me:$LINENO: result: no" >&5
22346 $as_echo "no" >&6; }
22347
22348
22349
22350 fi
22351
22352         rm -Rf build
22353
22354
22355
22356
22357         { $as_echo "$as_me:$LINENO: checking whether sops->show_options() wants dentry" >&5
22358 $as_echo_n "checking whether sops->show_options() wants dentry... " >&6; }
22359
22360
22361
22362 cat confdefs.h - <<_ACEOF >conftest.c
22363 /* confdefs.h.  */
22364 _ACEOF
22365 cat confdefs.h >>conftest.$ac_ext
22366 cat >>conftest.$ac_ext <<_ACEOF
22367 /* end confdefs.h.  */
22368
22369
22370                 #include <linux/fs.h>
22371
22372                 int show_options (struct seq_file * x, struct dentry * y) { return 0; };
22373                 static struct super_operations sops __attribute__ ((unused)) = {
22374                         .show_options = show_options,
22375                 };
22376
22377 int
22378 main (void)
22379 {
22380
22381
22382   ;
22383   return 0;
22384 }
22385
22386 _ACEOF
22387
22388
22389         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22390         echo "obj-m := conftest.o" >build/Makefile
22391         modpost_flag=''
22392         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22393         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 $modpost_flag'
22394   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22395   (eval $ac_try) 2>&5
22396   ac_status=$?
22397   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22398   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
22399   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22400   (eval $ac_try) 2>&5
22401   ac_status=$?
22402   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22403   (exit $ac_status); }; }; then
22404
22405                 { $as_echo "$as_me:$LINENO: result: yes" >&5
22406 $as_echo "yes" >&6; }
22407
22408 cat >>confdefs.h <<\_ACEOF
22409 #define HAVE_SHOW_OPTIONS_WITH_DENTRY 1
22410 _ACEOF
22411
22412
22413 else
22414   $as_echo "$as_me: failed program was:" >&5
22415 sed 's/^/| /' conftest.$ac_ext >&5
22416
22417                 { $as_echo "$as_me:$LINENO: result: no" >&5
22418 $as_echo "no" >&6; }
22419
22420
22421
22422 fi
22423
22424         rm -Rf build
22425
22426
22427
22428
22429         { $as_echo "$as_me:$LINENO: checking whether fops->fsync() wants" >&5
22430 $as_echo_n "checking whether fops->fsync() wants... " >&6; }
22431
22432
22433
22434 cat confdefs.h - <<_ACEOF >conftest.c
22435 /* confdefs.h.  */
22436 _ACEOF
22437 cat confdefs.h >>conftest.$ac_ext
22438 cat >>conftest.$ac_ext <<_ACEOF
22439 /* end confdefs.h.  */
22440
22441
22442                 #include <linux/fs.h>
22443
22444 int
22445 main (void)
22446 {
22447
22448                 int (*fsync) (struct file *, struct dentry *, int) = NULL;
22449                 struct file_operations fops __attribute__ ((unused));
22450
22451                 fops.fsync = fsync;
22452
22453   ;
22454   return 0;
22455 }
22456
22457 _ACEOF
22458
22459
22460         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22461         echo "obj-m := conftest.o" >build/Makefile
22462         modpost_flag=''
22463         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22464         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 $modpost_flag'
22465   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22466   (eval $ac_try) 2>&5
22467   ac_status=$?
22468   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22469   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
22470   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22471   (eval $ac_try) 2>&5
22472   ac_status=$?
22473   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22474   (exit $ac_status); }; }; then
22475
22476                 { $as_echo "$as_me:$LINENO: result: dentry" >&5
22477 $as_echo "dentry" >&6; }
22478
22479 cat >>confdefs.h <<\_ACEOF
22480 #define HAVE_FSYNC_WITH_DENTRY 1
22481 _ACEOF
22482
22483
22484 else
22485   $as_echo "$as_me: failed program was:" >&5
22486 sed 's/^/| /' conftest.$ac_ext >&5
22487
22488
22489
22490
22491 fi
22492
22493         rm -Rf build
22494
22495
22496
22497
22498
22499
22500 cat confdefs.h - <<_ACEOF >conftest.c
22501 /* confdefs.h.  */
22502 _ACEOF
22503 cat confdefs.h >>conftest.$ac_ext
22504 cat >>conftest.$ac_ext <<_ACEOF
22505 /* end confdefs.h.  */
22506
22507
22508                 #include <linux/fs.h>
22509
22510 int
22511 main (void)
22512 {
22513
22514                 int (*fsync) (struct file *, int) = NULL;
22515                 struct file_operations fops __attribute__ ((unused));
22516
22517                 fops.fsync = fsync;
22518
22519   ;
22520   return 0;
22521 }
22522
22523 _ACEOF
22524
22525
22526         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22527         echo "obj-m := conftest.o" >build/Makefile
22528         modpost_flag=''
22529         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22530         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 $modpost_flag'
22531   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22532   (eval $ac_try) 2>&5
22533   ac_status=$?
22534   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22535   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
22536   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22537   (eval $ac_try) 2>&5
22538   ac_status=$?
22539   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22540   (exit $ac_status); }; }; then
22541
22542                 { $as_echo "$as_me:$LINENO: result: no dentry" >&5
22543 $as_echo "no dentry" >&6; }
22544
22545 cat >>confdefs.h <<\_ACEOF
22546 #define HAVE_FSYNC_WITHOUT_DENTRY 1
22547 _ACEOF
22548
22549
22550 else
22551   $as_echo "$as_me: failed program was:" >&5
22552 sed 's/^/| /' conftest.$ac_ext >&5
22553
22554
22555
22556
22557 fi
22558
22559         rm -Rf build
22560
22561
22562
22563
22564
22565
22566 cat confdefs.h - <<_ACEOF >conftest.c
22567 /* confdefs.h.  */
22568 _ACEOF
22569 cat confdefs.h >>conftest.$ac_ext
22570 cat >>conftest.$ac_ext <<_ACEOF
22571 /* end confdefs.h.  */
22572
22573
22574                 #include <linux/fs.h>
22575
22576 int
22577 main (void)
22578 {
22579
22580                 int (*fsync) (struct file *, loff_t, loff_t, int) = NULL;
22581                 struct file_operations fops __attribute__ ((unused));
22582
22583                 fops.fsync = fsync;
22584
22585   ;
22586   return 0;
22587 }
22588
22589 _ACEOF
22590
22591
22592         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22593         echo "obj-m := conftest.o" >build/Makefile
22594         modpost_flag=''
22595         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22596         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 $modpost_flag'
22597   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22598   (eval $ac_try) 2>&5
22599   ac_status=$?
22600   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22601   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
22602   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22603   (eval $ac_try) 2>&5
22604   ac_status=$?
22605   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22606   (exit $ac_status); }; }; then
22607
22608                 { $as_echo "$as_me:$LINENO: result: range" >&5
22609 $as_echo "range" >&6; }
22610
22611 cat >>confdefs.h <<\_ACEOF
22612 #define HAVE_FSYNC_RANGE 1
22613 _ACEOF
22614
22615
22616 else
22617   $as_echo "$as_me: failed program was:" >&5
22618 sed 's/^/| /' conftest.$ac_ext >&5
22619
22620
22621
22622
22623 fi
22624
22625         rm -Rf build
22626
22627
22628
22629
22630
22631
22632 cat confdefs.h - <<_ACEOF >conftest.c
22633 /* confdefs.h.  */
22634 _ACEOF
22635 cat confdefs.h >>conftest.$ac_ext
22636 cat >>conftest.$ac_ext <<_ACEOF
22637 /* end confdefs.h.  */
22638
22639
22640                 #include <linux/fs.h>
22641
22642 int
22643 main (void)
22644 {
22645
22646                 int (*fsync) (struct file *, struct dentry *, int) = NULL;
22647                 file_operations_no_const fops __attribute__ ((unused));
22648
22649                 fops.fsync = fsync;
22650
22651   ;
22652   return 0;
22653 }
22654
22655 _ACEOF
22656
22657
22658         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22659         echo "obj-m := conftest.o" >build/Makefile
22660         modpost_flag=''
22661         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22662         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 $modpost_flag'
22663   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22664   (eval $ac_try) 2>&5
22665   ac_status=$?
22666   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22667   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
22668   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22669   (eval $ac_try) 2>&5
22670   ac_status=$?
22671   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22672   (exit $ac_status); }; }; then
22673
22674                 { $as_echo "$as_me:$LINENO: result: dentry" >&5
22675 $as_echo "dentry" >&6; }
22676
22677 cat >>confdefs.h <<\_ACEOF
22678 #define HAVE_FSYNC_WITH_DENTRY 1
22679 _ACEOF
22680
22681
22682 else
22683   $as_echo "$as_me: failed program was:" >&5
22684 sed 's/^/| /' conftest.$ac_ext >&5
22685
22686
22687
22688
22689 fi
22690
22691         rm -Rf build
22692
22693
22694
22695
22696
22697
22698 cat confdefs.h - <<_ACEOF >conftest.c
22699 /* confdefs.h.  */
22700 _ACEOF
22701 cat confdefs.h >>conftest.$ac_ext
22702 cat >>conftest.$ac_ext <<_ACEOF
22703 /* end confdefs.h.  */
22704
22705
22706                 #include <linux/fs.h>
22707
22708 int
22709 main (void)
22710 {
22711
22712                 int (*fsync) (struct file *, int) = NULL;
22713                 file_operations_no_const fops __attribute__ ((unused));
22714
22715                 fops.fsync = fsync;
22716
22717   ;
22718   return 0;
22719 }
22720
22721 _ACEOF
22722
22723
22724         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22725         echo "obj-m := conftest.o" >build/Makefile
22726         modpost_flag=''
22727         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22728         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 $modpost_flag'
22729   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22730   (eval $ac_try) 2>&5
22731   ac_status=$?
22732   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22733   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
22734   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22735   (eval $ac_try) 2>&5
22736   ac_status=$?
22737   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22738   (exit $ac_status); }; }; then
22739
22740                 { $as_echo "$as_me:$LINENO: result: no dentry" >&5
22741 $as_echo "no dentry" >&6; }
22742
22743 cat >>confdefs.h <<\_ACEOF
22744 #define HAVE_FSYNC_WITHOUT_DENTRY 1
22745 _ACEOF
22746
22747
22748 else
22749   $as_echo "$as_me: failed program was:" >&5
22750 sed 's/^/| /' conftest.$ac_ext >&5
22751
22752
22753
22754
22755 fi
22756
22757         rm -Rf build
22758
22759
22760
22761
22762
22763
22764 cat confdefs.h - <<_ACEOF >conftest.c
22765 /* confdefs.h.  */
22766 _ACEOF
22767 cat confdefs.h >>conftest.$ac_ext
22768 cat >>conftest.$ac_ext <<_ACEOF
22769 /* end confdefs.h.  */
22770
22771
22772                 #include <linux/fs.h>
22773
22774 int
22775 main (void)
22776 {
22777
22778                 int (*fsync) (struct file *, loff_t, loff_t, int) = NULL;
22779                 file_operations_no_const fops __attribute__ ((unused));
22780
22781                 fops.fsync = fsync;
22782
22783   ;
22784   return 0;
22785 }
22786
22787 _ACEOF
22788
22789
22790         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22791         echo "obj-m := conftest.o" >build/Makefile
22792         modpost_flag=''
22793         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22794         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 $modpost_flag'
22795   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22796   (eval $ac_try) 2>&5
22797   ac_status=$?
22798   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22799   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
22800   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22801   (eval $ac_try) 2>&5
22802   ac_status=$?
22803   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22804   (exit $ac_status); }; }; then
22805
22806                 { $as_echo "$as_me:$LINENO: result: range" >&5
22807 $as_echo "range" >&6; }
22808
22809 cat >>confdefs.h <<\_ACEOF
22810 #define HAVE_FSYNC_RANGE 1
22811 _ACEOF
22812
22813
22814 else
22815   $as_echo "$as_me: failed program was:" >&5
22816 sed 's/^/| /' conftest.$ac_ext >&5
22817
22818
22819
22820
22821 fi
22822
22823         rm -Rf build
22824
22825
22826
22827
22828
22829         { $as_echo "$as_me:$LINENO: checking whether sops->evict_inode() exists" >&5
22830 $as_echo_n "checking whether sops->evict_inode() exists... " >&6; }
22831
22832
22833 cat confdefs.h - <<_ACEOF >conftest.c
22834 /* confdefs.h.  */
22835 _ACEOF
22836 cat confdefs.h >>conftest.$ac_ext
22837 cat >>conftest.$ac_ext <<_ACEOF
22838 /* end confdefs.h.  */
22839
22840
22841                 #include <linux/fs.h>
22842                 void evict_inode (struct inode * t) { return; }
22843                 static struct super_operations sops __attribute__ ((unused)) = {
22844                         .evict_inode = evict_inode,
22845                 };
22846
22847 int
22848 main (void)
22849 {
22850
22851
22852   ;
22853   return 0;
22854 }
22855
22856 _ACEOF
22857
22858
22859         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22860         echo "obj-m := conftest.o" >build/Makefile
22861         modpost_flag=''
22862         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22863         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 $modpost_flag'
22864   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22865   (eval $ac_try) 2>&5
22866   ac_status=$?
22867   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22868   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
22869   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22870   (eval $ac_try) 2>&5
22871   ac_status=$?
22872   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22873   (exit $ac_status); }; }; then
22874
22875                 { $as_echo "$as_me:$LINENO: result: yes" >&5
22876 $as_echo "yes" >&6; }
22877
22878 cat >>confdefs.h <<\_ACEOF
22879 #define HAVE_EVICT_INODE 1
22880 _ACEOF
22881
22882
22883 else
22884   $as_echo "$as_me: failed program was:" >&5
22885 sed 's/^/| /' conftest.$ac_ext >&5
22886
22887                 { $as_echo "$as_me:$LINENO: result: no" >&5
22888 $as_echo "no" >&6; }
22889
22890
22891
22892 fi
22893
22894         rm -Rf build
22895
22896
22897
22898
22899         { $as_echo "$as_me:$LINENO: checking whether sops->nr_cached_objects() exists" >&5
22900 $as_echo_n "checking whether sops->nr_cached_objects() exists... " >&6; }
22901
22902
22903 cat confdefs.h - <<_ACEOF >conftest.c
22904 /* confdefs.h.  */
22905 _ACEOF
22906 cat confdefs.h >>conftest.$ac_ext
22907 cat >>conftest.$ac_ext <<_ACEOF
22908 /* end confdefs.h.  */
22909
22910
22911                 #include <linux/fs.h>
22912
22913 int
22914 main (void)
22915 {
22916
22917                 int (*nr_cached_objects)(struct super_block *)
22918                         __attribute__ ((unused)) = NULL;
22919                 struct super_operations sops __attribute__ ((unused)) = {
22920                         .nr_cached_objects = nr_cached_objects,
22921                 };
22922
22923   ;
22924   return 0;
22925 }
22926
22927 _ACEOF
22928
22929
22930         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22931         echo "obj-m := conftest.o" >build/Makefile
22932         modpost_flag=''
22933         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22934         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 $modpost_flag'
22935   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22936   (eval $ac_try) 2>&5
22937   ac_status=$?
22938   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22939   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
22940   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22941   (eval $ac_try) 2>&5
22942   ac_status=$?
22943   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22944   (exit $ac_status); }; }; then
22945
22946                 { $as_echo "$as_me:$LINENO: result: yes" >&5
22947 $as_echo "yes" >&6; }
22948
22949 cat >>confdefs.h <<\_ACEOF
22950 #define HAVE_NR_CACHED_OBJECTS 1
22951 _ACEOF
22952
22953
22954 else
22955   $as_echo "$as_me: failed program was:" >&5
22956 sed 's/^/| /' conftest.$ac_ext >&5
22957
22958                 { $as_echo "$as_me:$LINENO: result: no" >&5
22959 $as_echo "no" >&6; }
22960
22961
22962
22963 fi
22964
22965         rm -Rf build
22966
22967
22968
22969
22970         { $as_echo "$as_me:$LINENO: checking whether sops->free_cached_objects() exists" >&5
22971 $as_echo_n "checking whether sops->free_cached_objects() exists... " >&6; }
22972
22973
22974 cat confdefs.h - <<_ACEOF >conftest.c
22975 /* confdefs.h.  */
22976 _ACEOF
22977 cat confdefs.h >>conftest.$ac_ext
22978 cat >>conftest.$ac_ext <<_ACEOF
22979 /* end confdefs.h.  */
22980
22981
22982                 #include <linux/fs.h>
22983
22984 int
22985 main (void)
22986 {
22987
22988                 void (*free_cached_objects)(struct super_block *, int)
22989                         __attribute__ ((unused)) = NULL;
22990                 struct super_operations sops __attribute__ ((unused)) = {
22991                         .free_cached_objects = free_cached_objects,
22992                 };
22993
22994   ;
22995   return 0;
22996 }
22997
22998 _ACEOF
22999
23000
23001         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23002         echo "obj-m := conftest.o" >build/Makefile
23003         modpost_flag=''
23004         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23005         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 $modpost_flag'
23006   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23007   (eval $ac_try) 2>&5
23008   ac_status=$?
23009   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23010   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
23011   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23012   (eval $ac_try) 2>&5
23013   ac_status=$?
23014   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23015   (exit $ac_status); }; }; then
23016
23017                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23018 $as_echo "yes" >&6; }
23019
23020 cat >>confdefs.h <<\_ACEOF
23021 #define HAVE_FREE_CACHED_OBJECTS 1
23022 _ACEOF
23023
23024
23025 else
23026   $as_echo "$as_me: failed program was:" >&5
23027 sed 's/^/| /' conftest.$ac_ext >&5
23028
23029                 { $as_echo "$as_me:$LINENO: result: no" >&5
23030 $as_echo "no" >&6; }
23031
23032
23033
23034 fi
23035
23036         rm -Rf build
23037
23038
23039
23040
23041
23042         { $as_echo "$as_me:$LINENO: checking whether fops->fallocate() exists" >&5
23043 $as_echo_n "checking whether fops->fallocate() exists... " >&6; }
23044
23045
23046 cat confdefs.h - <<_ACEOF >conftest.c
23047 /* confdefs.h.  */
23048 _ACEOF
23049 cat confdefs.h >>conftest.$ac_ext
23050 cat >>conftest.$ac_ext <<_ACEOF
23051 /* end confdefs.h.  */
23052
23053
23054                 #include <linux/fs.h>
23055
23056 int
23057 main (void)
23058 {
23059
23060                 long (*fallocate) (struct file *, int, loff_t, loff_t) = NULL;
23061                 struct file_operations fops __attribute__ ((unused)) = {
23062                         .fallocate = fallocate,
23063                 };
23064
23065   ;
23066   return 0;
23067 }
23068
23069 _ACEOF
23070
23071
23072         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23073         echo "obj-m := conftest.o" >build/Makefile
23074         modpost_flag=''
23075         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23076         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 $modpost_flag'
23077   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23078   (eval $ac_try) 2>&5
23079   ac_status=$?
23080   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23081   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
23082   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23083   (eval $ac_try) 2>&5
23084   ac_status=$?
23085   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23086   (exit $ac_status); }; }; then
23087
23088                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23089 $as_echo "yes" >&6; }
23090
23091 cat >>confdefs.h <<\_ACEOF
23092 #define HAVE_FILE_FALLOCATE 1
23093 _ACEOF
23094
23095
23096 else
23097   $as_echo "$as_me: failed program was:" >&5
23098 sed 's/^/| /' conftest.$ac_ext >&5
23099
23100                 { $as_echo "$as_me:$LINENO: result: no" >&5
23101 $as_echo "no" >&6; }
23102
23103
23104
23105 fi
23106
23107         rm -Rf build
23108
23109
23110
23111
23112         { $as_echo "$as_me:$LINENO: checking whether iops->fallocate() exists" >&5
23113 $as_echo_n "checking whether iops->fallocate() exists... " >&6; }
23114
23115
23116 cat confdefs.h - <<_ACEOF >conftest.c
23117 /* confdefs.h.  */
23118 _ACEOF
23119 cat confdefs.h >>conftest.$ac_ext
23120 cat >>conftest.$ac_ext <<_ACEOF
23121 /* end confdefs.h.  */
23122
23123
23124                 #include <linux/fs.h>
23125
23126 int
23127 main (void)
23128 {
23129
23130                 long (*fallocate) (struct inode *, int, loff_t, loff_t) = NULL;
23131                 struct inode_operations fops __attribute__ ((unused)) = {
23132                         .fallocate = fallocate,
23133                 };
23134
23135   ;
23136   return 0;
23137 }
23138
23139 _ACEOF
23140
23141
23142         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23143         echo "obj-m := conftest.o" >build/Makefile
23144         modpost_flag=''
23145         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23146         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 $modpost_flag'
23147   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23148   (eval $ac_try) 2>&5
23149   ac_status=$?
23150   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23151   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
23152   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23153   (eval $ac_try) 2>&5
23154   ac_status=$?
23155   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23156   (exit $ac_status); }; }; then
23157
23158                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23159 $as_echo "yes" >&6; }
23160
23161 cat >>confdefs.h <<\_ACEOF
23162 #define HAVE_INODE_FALLOCATE 1
23163 _ACEOF
23164
23165
23166 else
23167   $as_echo "$as_me: failed program was:" >&5
23168 sed 's/^/| /' conftest.$ac_ext >&5
23169
23170                 { $as_echo "$as_me:$LINENO: result: no" >&5
23171 $as_echo "no" >&6; }
23172
23173
23174
23175 fi
23176
23177         rm -Rf build
23178
23179
23180
23181
23182         { $as_echo "$as_me:$LINENO: checking whether fops->fallocate() exists" >&5
23183 $as_echo_n "checking whether fops->fallocate() exists... " >&6; }
23184
23185
23186 cat confdefs.h - <<_ACEOF >conftest.c
23187 /* confdefs.h.  */
23188 _ACEOF
23189 cat confdefs.h >>conftest.$ac_ext
23190 cat >>conftest.$ac_ext <<_ACEOF
23191 /* end confdefs.h.  */
23192
23193
23194                 #include <linux/fs.h>
23195
23196 int
23197 main (void)
23198 {
23199
23200                 long (*fallocate) (struct file *, int, loff_t, loff_t) = NULL;
23201                 struct file_operations_no_const fops __attribute__ ((unused)) = {
23202                         .fallocate = fallocate,
23203                 };
23204
23205   ;
23206   return 0;
23207 }
23208
23209 _ACEOF
23210
23211
23212         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23213         echo "obj-m := conftest.o" >build/Makefile
23214         modpost_flag=''
23215         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23216         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 $modpost_flag'
23217   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23218   (eval $ac_try) 2>&5
23219   ac_status=$?
23220   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23221   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
23222   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23223   (eval $ac_try) 2>&5
23224   ac_status=$?
23225   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23226   (exit $ac_status); }; }; then
23227
23228                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23229 $as_echo "yes" >&6; }
23230
23231 cat >>confdefs.h <<\_ACEOF
23232 #define HAVE_FILE_FALLOCATE 1
23233 _ACEOF
23234
23235
23236 else
23237   $as_echo "$as_me: failed program was:" >&5
23238 sed 's/^/| /' conftest.$ac_ext >&5
23239
23240                 { $as_echo "$as_me:$LINENO: result: no" >&5
23241 $as_echo "no" >&6; }
23242
23243
23244
23245 fi
23246
23247         rm -Rf build
23248
23249
23250
23251
23252
23253         { $as_echo "$as_me:$LINENO: checking whether iops->truncate_range() exists" >&5
23254 $as_echo_n "checking whether iops->truncate_range() exists... " >&6; }
23255
23256
23257 cat confdefs.h - <<_ACEOF >conftest.c
23258 /* confdefs.h.  */
23259 _ACEOF
23260 cat confdefs.h >>conftest.$ac_ext
23261 cat >>conftest.$ac_ext <<_ACEOF
23262 /* end confdefs.h.  */
23263
23264
23265                 #include <linux/fs.h>
23266                 void truncate_range(struct inode *inode, loff_t start,
23267                                     loff_t end) { return; }
23268                 static struct inode_operations iops __attribute__ ((unused)) = {
23269                         .truncate_range = truncate_range,
23270                 };
23271
23272 int
23273 main (void)
23274 {
23275
23276
23277   ;
23278   return 0;
23279 }
23280
23281 _ACEOF
23282
23283
23284         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23285         echo "obj-m := conftest.o" >build/Makefile
23286         modpost_flag=''
23287         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23288         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 $modpost_flag'
23289   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23290   (eval $ac_try) 2>&5
23291   ac_status=$?
23292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23293   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
23294   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23295   (eval $ac_try) 2>&5
23296   ac_status=$?
23297   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23298   (exit $ac_status); }; }; then
23299
23300                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23301 $as_echo "yes" >&6; }
23302
23303 cat >>confdefs.h <<\_ACEOF
23304 #define HAVE_INODE_TRUNCATE_RANGE 1
23305 _ACEOF
23306
23307
23308 else
23309   $as_echo "$as_me: failed program was:" >&5
23310 sed 's/^/| /' conftest.$ac_ext >&5
23311
23312                 { $as_echo "$as_me:$LINENO: result: no" >&5
23313 $as_echo "no" >&6; }
23314
23315
23316
23317 fi
23318
23319         rm -Rf build
23320
23321
23322
23323
23324         { $as_echo "$as_me:$LINENO: checking whether iops->create()/mkdir()/mknod() take umode_t" >&5
23325 $as_echo_n "checking whether iops->create()/mkdir()/mknod() take umode_t... " >&6; }
23326
23327
23328 cat confdefs.h - <<_ACEOF >conftest.c
23329 /* confdefs.h.  */
23330 _ACEOF
23331 cat confdefs.h >>conftest.$ac_ext
23332 cat >>conftest.$ac_ext <<_ACEOF
23333 /* end confdefs.h.  */
23334
23335
23336                 #include <linux/fs.h>
23337
23338 int
23339 main (void)
23340 {
23341
23342                 int (*create) (struct inode *, struct dentry *, umode_t,
23343                     struct nameidata *) = NULL;
23344                 struct inode_operations iops __attribute__ ((unused)) = {
23345                         .create = create,
23346                 };
23347
23348   ;
23349   return 0;
23350 }
23351
23352 _ACEOF
23353
23354
23355         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23356         echo "obj-m := conftest.o" >build/Makefile
23357         modpost_flag=''
23358         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23359         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 $modpost_flag'
23360   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23361   (eval $ac_try) 2>&5
23362   ac_status=$?
23363   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23364   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
23365   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23366   (eval $ac_try) 2>&5
23367   ac_status=$?
23368   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23369   (exit $ac_status); }; }; then
23370
23371                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23372 $as_echo "yes" >&6; }
23373
23374 cat >>confdefs.h <<\_ACEOF
23375 #define HAVE_CREATE_UMODE_T 1
23376 _ACEOF
23377
23378
23379 else
23380   $as_echo "$as_me: failed program was:" >&5
23381 sed 's/^/| /' conftest.$ac_ext >&5
23382
23383                 { $as_echo "$as_me:$LINENO: result: no" >&5
23384 $as_echo "no" >&6; }
23385
23386
23387
23388 fi
23389
23390         rm -Rf build
23391
23392
23393
23394
23395         { $as_echo "$as_me:$LINENO: checking whether dops->d_automount() exists" >&5
23396 $as_echo_n "checking whether dops->d_automount() exists... " >&6; }
23397
23398
23399 cat confdefs.h - <<_ACEOF >conftest.c
23400 /* confdefs.h.  */
23401 _ACEOF
23402 cat confdefs.h >>conftest.$ac_ext
23403 cat >>conftest.$ac_ext <<_ACEOF
23404 /* end confdefs.h.  */
23405
23406
23407                 #include <linux/dcache.h>
23408
23409 int
23410 main (void)
23411 {
23412
23413                 struct vfsmount *(*d_automount) (struct path *) = NULL;
23414                 struct dentry_operations dops __attribute__ ((unused)) = {
23415                         .d_automount = d_automount,
23416                 };
23417
23418   ;
23419   return 0;
23420 }
23421
23422 _ACEOF
23423
23424
23425         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23426         echo "obj-m := conftest.o" >build/Makefile
23427         modpost_flag=''
23428         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23429         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 $modpost_flag'
23430   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23431   (eval $ac_try) 2>&5
23432   ac_status=$?
23433   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23434   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
23435   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23436   (eval $ac_try) 2>&5
23437   ac_status=$?
23438   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23439   (exit $ac_status); }; }; then
23440
23441                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23442 $as_echo "yes" >&6; }
23443
23444 cat >>confdefs.h <<\_ACEOF
23445 #define HAVE_AUTOMOUNT 1
23446 _ACEOF
23447
23448
23449 else
23450   $as_echo "$as_me: failed program was:" >&5
23451 sed 's/^/| /' conftest.$ac_ext >&5
23452
23453                 { $as_echo "$as_me:$LINENO: result: no" >&5
23454 $as_echo "no" >&6; }
23455
23456
23457
23458 fi
23459
23460         rm -Rf build
23461
23462
23463
23464
23465         { $as_echo "$as_me:$LINENO: checking whether eops->encode_fh() wants inode" >&5
23466 $as_echo_n "checking whether eops->encode_fh() wants inode... " >&6; }
23467
23468
23469 cat confdefs.h - <<_ACEOF >conftest.c
23470 /* confdefs.h.  */
23471 _ACEOF
23472 cat confdefs.h >>conftest.$ac_ext
23473 cat >>conftest.$ac_ext <<_ACEOF
23474 /* end confdefs.h.  */
23475
23476
23477                 #include <linux/exportfs.h>
23478                 int encode_fh(struct inode *inode, __u32 *fh, int *max_len,
23479                               struct inode *parent) { return 0; }
23480                 static struct export_operations eops __attribute__ ((unused))={
23481                         .encode_fh = encode_fh,
23482                 };
23483
23484 int
23485 main (void)
23486 {
23487
23488
23489   ;
23490   return 0;
23491 }
23492
23493 _ACEOF
23494
23495
23496         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23497         echo "obj-m := conftest.o" >build/Makefile
23498         modpost_flag=''
23499         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23500         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 $modpost_flag'
23501   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23502   (eval $ac_try) 2>&5
23503   ac_status=$?
23504   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23505   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
23506   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23507   (eval $ac_try) 2>&5
23508   ac_status=$?
23509   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23510   (exit $ac_status); }; }; then
23511
23512                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23513 $as_echo "yes" >&6; }
23514
23515 cat >>confdefs.h <<\_ACEOF
23516 #define HAVE_ENCODE_FH_WITH_INODE 1
23517 _ACEOF
23518
23519
23520 else
23521   $as_echo "$as_me: failed program was:" >&5
23522 sed 's/^/| /' conftest.$ac_ext >&5
23523
23524                 { $as_echo "$as_me:$LINENO: result: no" >&5
23525 $as_echo "no" >&6; }
23526
23527
23528
23529 fi
23530
23531         rm -Rf build
23532
23533
23534
23535
23536         { $as_echo "$as_me:$LINENO: checking whether symbol clear_inode is exported" >&5
23537 $as_echo_n "checking whether symbol clear_inode is exported... " >&6; }
23538         grep -q -E '[[:space:]]clear_inode[[:space:]]' \
23539                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23540         rc=$?
23541         if test $rc -ne 0; then
23542
23543                 export=0
23544                 for file in fs/inode.c; do
23545                         grep -q -E "EXPORT_SYMBOL.*(clear_inode)" "$LINUX/$file" 2>/dev/null
23546                         rc=$?
23547                         if test $rc -eq 0; then
23548
23549                                 export=1
23550                                 break;
23551
23552 fi
23553
23554                 done
23555                 if test $export -eq 0; then
23556
23557                         { $as_echo "$as_me:$LINENO: result: no" >&5
23558 $as_echo "no" >&6; }
23559
23560
23561 else
23562
23563                         { $as_echo "$as_me:$LINENO: result: yes" >&5
23564 $as_echo "yes" >&6; }
23565
23566 cat >>confdefs.h <<\_ACEOF
23567 #define HAVE_CLEAR_INODE 1
23568 _ACEOF
23569
23570
23571 fi
23572
23573
23574 else
23575
23576                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23577 $as_echo "yes" >&6; }
23578
23579 cat >>confdefs.h <<\_ACEOF
23580 #define HAVE_CLEAR_INODE 1
23581 _ACEOF
23582
23583
23584 fi
23585
23586
23587
23588
23589         { $as_echo "$as_me:$LINENO: checking whether symbol insert_inode_locked is exported" >&5
23590 $as_echo_n "checking whether symbol insert_inode_locked is exported... " >&6; }
23591         grep -q -E '[[:space:]]insert_inode_locked[[:space:]]' \
23592                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23593         rc=$?
23594         if test $rc -ne 0; then
23595
23596                 export=0
23597                 for file in fs/inode.c; do
23598                         grep -q -E "EXPORT_SYMBOL.*(insert_inode_locked)" "$LINUX/$file" 2>/dev/null
23599                         rc=$?
23600                         if test $rc -eq 0; then
23601
23602                                 export=1
23603                                 break;
23604
23605 fi
23606
23607                 done
23608                 if test $export -eq 0; then
23609
23610                         { $as_echo "$as_me:$LINENO: result: no" >&5
23611 $as_echo "no" >&6; }
23612
23613
23614 else
23615
23616                         { $as_echo "$as_me:$LINENO: result: yes" >&5
23617 $as_echo "yes" >&6; }
23618
23619 cat >>confdefs.h <<\_ACEOF
23620 #define HAVE_INSERT_INODE_LOCKED 1
23621 _ACEOF
23622
23623
23624 fi
23625
23626
23627 else
23628
23629                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23630 $as_echo "yes" >&6; }
23631
23632 cat >>confdefs.h <<\_ACEOF
23633 #define HAVE_INSERT_INODE_LOCKED 1
23634 _ACEOF
23635
23636
23637 fi
23638
23639
23640
23641
23642         { $as_echo "$as_me:$LINENO: checking whether symbol d_make_root is exported" >&5
23643 $as_echo_n "checking whether symbol d_make_root is exported... " >&6; }
23644         grep -q -E '[[:space:]]d_make_root[[:space:]]' \
23645                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23646         rc=$?
23647         if test $rc -ne 0; then
23648
23649                 export=0
23650                 for file in fs/dcache.c; do
23651                         grep -q -E "EXPORT_SYMBOL.*(d_make_root)" "$LINUX/$file" 2>/dev/null
23652                         rc=$?
23653                         if test $rc -eq 0; then
23654
23655                                 export=1
23656                                 break;
23657
23658 fi
23659
23660                 done
23661                 if test $export -eq 0; then
23662
23663                         { $as_echo "$as_me:$LINENO: result: no" >&5
23664 $as_echo "no" >&6; }
23665
23666
23667 else
23668
23669                         { $as_echo "$as_me:$LINENO: result: yes" >&5
23670 $as_echo "yes" >&6; }
23671
23672 cat >>confdefs.h <<\_ACEOF
23673 #define HAVE_D_MAKE_ROOT 1
23674 _ACEOF
23675
23676
23677 fi
23678
23679
23680 else
23681
23682                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23683 $as_echo "yes" >&6; }
23684
23685 cat >>confdefs.h <<\_ACEOF
23686 #define HAVE_D_MAKE_ROOT 1
23687 _ACEOF
23688
23689
23690 fi
23691
23692
23693
23694
23695         { $as_echo "$as_me:$LINENO: checking whether symbol d_obtain_alias is exported" >&5
23696 $as_echo_n "checking whether symbol d_obtain_alias is exported... " >&6; }
23697         grep -q -E '[[:space:]]d_obtain_alias[[:space:]]' \
23698                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23699         rc=$?
23700         if test $rc -ne 0; then
23701
23702                 export=0
23703                 for file in fs/dcache.c; do
23704                         grep -q -E "EXPORT_SYMBOL.*(d_obtain_alias)" "$LINUX/$file" 2>/dev/null
23705                         rc=$?
23706                         if test $rc -eq 0; then
23707
23708                                 export=1
23709                                 break;
23710
23711 fi
23712
23713                 done
23714                 if test $export -eq 0; then
23715
23716                         { $as_echo "$as_me:$LINENO: result: no" >&5
23717 $as_echo "no" >&6; }
23718
23719
23720 else
23721
23722                         { $as_echo "$as_me:$LINENO: result: yes" >&5
23723 $as_echo "yes" >&6; }
23724
23725 cat >>confdefs.h <<\_ACEOF
23726 #define HAVE_D_OBTAIN_ALIAS 1
23727 _ACEOF
23728
23729
23730 fi
23731
23732
23733 else
23734
23735                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23736 $as_echo "yes" >&6; }
23737
23738 cat >>confdefs.h <<\_ACEOF
23739 #define HAVE_D_OBTAIN_ALIAS 1
23740 _ACEOF
23741
23742
23743 fi
23744
23745
23746
23747
23748         { $as_echo "$as_me:$LINENO: checking whether symbol check_disk_size_change is exported" >&5
23749 $as_echo_n "checking whether symbol check_disk_size_change is exported... " >&6; }
23750         grep -q -E '[[:space:]]check_disk_size_change[[:space:]]' \
23751                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23752         rc=$?
23753         if test $rc -ne 0; then
23754
23755                 export=0
23756                 for file in fs/block_dev.c; do
23757                         grep -q -E "EXPORT_SYMBOL.*(check_disk_size_change)" "$LINUX/$file" 2>/dev/null
23758                         rc=$?
23759                         if test $rc -eq 0; then
23760
23761                                 export=1
23762                                 break;
23763
23764 fi
23765
23766                 done
23767                 if test $export -eq 0; then
23768
23769                         { $as_echo "$as_me:$LINENO: result: no" >&5
23770 $as_echo "no" >&6; }
23771
23772
23773 else
23774
23775                         { $as_echo "$as_me:$LINENO: result: yes" >&5
23776 $as_echo "yes" >&6; }
23777
23778 cat >>confdefs.h <<\_ACEOF
23779 #define HAVE_CHECK_DISK_SIZE_CHANGE 1
23780 _ACEOF
23781
23782
23783 fi
23784
23785
23786 else
23787
23788                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23789 $as_echo "yes" >&6; }
23790
23791 cat >>confdefs.h <<\_ACEOF
23792 #define HAVE_CHECK_DISK_SIZE_CHANGE 1
23793 _ACEOF
23794
23795
23796 fi
23797
23798
23799
23800
23801         { $as_echo "$as_me:$LINENO: checking whether symbol truncate_setsize is exported" >&5
23802 $as_echo_n "checking whether symbol truncate_setsize is exported... " >&6; }
23803         grep -q -E '[[:space:]]truncate_setsize[[:space:]]' \
23804                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23805         rc=$?
23806         if test $rc -ne 0; then
23807
23808                 export=0
23809                 for file in mm/truncate.c; do
23810                         grep -q -E "EXPORT_SYMBOL.*(truncate_setsize)" "$LINUX/$file" 2>/dev/null
23811                         rc=$?
23812                         if test $rc -eq 0; then
23813
23814                                 export=1
23815                                 break;
23816
23817 fi
23818
23819                 done
23820                 if test $export -eq 0; then
23821
23822                         { $as_echo "$as_me:$LINENO: result: no" >&5
23823 $as_echo "no" >&6; }
23824
23825
23826 else
23827
23828                         { $as_echo "$as_me:$LINENO: result: yes" >&5
23829 $as_echo "yes" >&6; }
23830
23831 cat >>confdefs.h <<\_ACEOF
23832 #define HAVE_TRUNCATE_SETSIZE 1
23833 _ACEOF
23834
23835
23836 fi
23837
23838
23839 else
23840
23841                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23842 $as_echo "yes" >&6; }
23843
23844 cat >>confdefs.h <<\_ACEOF
23845 #define HAVE_TRUNCATE_SETSIZE 1
23846 _ACEOF
23847
23848
23849 fi
23850
23851
23852
23853
23854         { $as_echo "$as_me:$LINENO: checking whether security_inode_init_security wants 6 args" >&5
23855 $as_echo_n "checking whether security_inode_init_security wants 6 args... " >&6; }
23856         tmp_flags="$EXTRA_KCFLAGS"
23857         EXTRA_KCFLAGS="-Werror"
23858
23859
23860 cat confdefs.h - <<_ACEOF >conftest.c
23861 /* confdefs.h.  */
23862 _ACEOF
23863 cat confdefs.h >>conftest.$ac_ext
23864 cat >>conftest.$ac_ext <<_ACEOF
23865 /* end confdefs.h.  */
23866
23867
23868                 #include <linux/security.h>
23869
23870 int
23871 main (void)
23872 {
23873
23874                 struct inode *ip __attribute__ ((unused)) = NULL;
23875                 struct inode *dip __attribute__ ((unused)) = NULL;
23876                 const struct qstr *str __attribute__ ((unused)) = NULL;
23877                 char *name __attribute__ ((unused)) = NULL;
23878                 void *value __attribute__ ((unused)) = NULL;
23879                 size_t len __attribute__ ((unused)) = 0;
23880
23881                 security_inode_init_security(ip, dip, str, &name, &value, &len);
23882
23883   ;
23884   return 0;
23885 }
23886
23887 _ACEOF
23888
23889
23890         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23891         echo "obj-m := conftest.o" >build/Makefile
23892         modpost_flag=''
23893         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23894         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 $modpost_flag'
23895   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23896   (eval $ac_try) 2>&5
23897   ac_status=$?
23898   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23899   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
23900   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23901   (eval $ac_try) 2>&5
23902   ac_status=$?
23903   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23904   (exit $ac_status); }; }; then
23905
23906                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23907 $as_echo "yes" >&6; }
23908
23909 cat >>confdefs.h <<\_ACEOF
23910 #define HAVE_6ARGS_SECURITY_INODE_INIT_SECURITY 1
23911 _ACEOF
23912
23913
23914 else
23915   $as_echo "$as_me: failed program was:" >&5
23916 sed 's/^/| /' conftest.$ac_ext >&5
23917
23918                 { $as_echo "$as_me:$LINENO: result: no" >&5
23919 $as_echo "no" >&6; }
23920
23921
23922
23923 fi
23924
23925         rm -Rf build
23926
23927
23928         EXTRA_KCFLAGS="$tmp_flags"
23929
23930
23931         { $as_echo "$as_me:$LINENO: checking whether security_inode_init_security wants callback" >&5
23932 $as_echo_n "checking whether security_inode_init_security wants callback... " >&6; }
23933         tmp_flags="$EXTRA_KCFLAGS"
23934         EXTRA_KCFLAGS="-Werror"
23935
23936
23937 cat confdefs.h - <<_ACEOF >conftest.c
23938 /* confdefs.h.  */
23939 _ACEOF
23940 cat confdefs.h >>conftest.$ac_ext
23941 cat >>conftest.$ac_ext <<_ACEOF
23942 /* end confdefs.h.  */
23943
23944
23945                 #include <linux/security.h>
23946
23947 int
23948 main (void)
23949 {
23950
23951                 struct inode *ip __attribute__ ((unused)) = NULL;
23952                 struct inode *dip __attribute__ ((unused)) = NULL;
23953                 const struct qstr *str __attribute__ ((unused)) = NULL;
23954                 initxattrs func __attribute__ ((unused)) = NULL;
23955
23956                 security_inode_init_security(ip, dip, str, func, NULL);
23957
23958   ;
23959   return 0;
23960 }
23961
23962 _ACEOF
23963
23964
23965         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23966         echo "obj-m := conftest.o" >build/Makefile
23967         modpost_flag=''
23968         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23969         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 $modpost_flag'
23970   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23971   (eval $ac_try) 2>&5
23972   ac_status=$?
23973   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23974   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
23975   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23976   (eval $ac_try) 2>&5
23977   ac_status=$?
23978   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23979   (exit $ac_status); }; }; then
23980
23981                 { $as_echo "$as_me:$LINENO: result: yes" >&5
23982 $as_echo "yes" >&6; }
23983
23984 cat >>confdefs.h <<\_ACEOF
23985 #define HAVE_CALLBACK_SECURITY_INODE_INIT_SECURITY 1
23986 _ACEOF
23987
23988
23989 else
23990   $as_echo "$as_me: failed program was:" >&5
23991 sed 's/^/| /' conftest.$ac_ext >&5
23992
23993                 { $as_echo "$as_me:$LINENO: result: no" >&5
23994 $as_echo "no" >&6; }
23995
23996
23997
23998 fi
23999
24000         rm -Rf build
24001
24002
24003         EXTRA_KCFLAGS="$tmp_flags"
24004
24005
24006         { $as_echo "$as_me:$LINENO: checking whether symbol mount_nodev is exported" >&5
24007 $as_echo_n "checking whether symbol mount_nodev is exported... " >&6; }
24008         grep -q -E '[[:space:]]mount_nodev[[:space:]]' \
24009                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
24010         rc=$?
24011         if test $rc -ne 0; then
24012
24013                 export=0
24014                 for file in fs/super.c; do
24015                         grep -q -E "EXPORT_SYMBOL.*(mount_nodev)" "$LINUX/$file" 2>/dev/null
24016                         rc=$?
24017                         if test $rc -eq 0; then
24018
24019                                 export=1
24020                                 break;
24021
24022 fi
24023
24024                 done
24025                 if test $export -eq 0; then
24026
24027                         { $as_echo "$as_me:$LINENO: result: no" >&5
24028 $as_echo "no" >&6; }
24029
24030
24031 else
24032
24033                         { $as_echo "$as_me:$LINENO: result: yes" >&5
24034 $as_echo "yes" >&6; }
24035
24036 cat >>confdefs.h <<\_ACEOF
24037 #define HAVE_MOUNT_NODEV 1
24038 _ACEOF
24039
24040
24041 fi
24042
24043
24044 else
24045
24046                 { $as_echo "$as_me:$LINENO: result: yes" >&5
24047 $as_echo "yes" >&6; }
24048
24049 cat >>confdefs.h <<\_ACEOF
24050 #define HAVE_MOUNT_NODEV 1
24051 _ACEOF
24052
24053
24054 fi
24055
24056
24057
24058
24059         { $as_echo "$as_me:$LINENO: checking whether super_block has s_shrink" >&5
24060 $as_echo_n "checking whether super_block has s_shrink... " >&6; }
24061
24062
24063 cat confdefs.h - <<_ACEOF >conftest.c
24064 /* confdefs.h.  */
24065 _ACEOF
24066 cat confdefs.h >>conftest.$ac_ext
24067 cat >>conftest.$ac_ext <<_ACEOF
24068 /* end confdefs.h.  */
24069
24070
24071                 #include <linux/fs.h>
24072
24073 int
24074 main (void)
24075 {
24076
24077                 int (*shrink)(struct shrinker *, struct shrink_control *sc)
24078                         __attribute__ ((unused)) = NULL;
24079                 struct super_block sb __attribute__ ((unused)) = {
24080                         .s_shrink.shrink = shrink,
24081                         .s_shrink.seeks = DEFAULT_SEEKS,
24082                         .s_shrink.batch = 0,
24083                 };
24084
24085   ;
24086   return 0;
24087 }
24088
24089 _ACEOF
24090
24091
24092         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24093         echo "obj-m := conftest.o" >build/Makefile
24094         modpost_flag=''
24095         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24096         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 $modpost_flag'
24097   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24098   (eval $ac_try) 2>&5
24099   ac_status=$?
24100   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24101   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
24102   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24103   (eval $ac_try) 2>&5
24104   ac_status=$?
24105   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24106   (exit $ac_status); }; }; then
24107
24108                 { $as_echo "$as_me:$LINENO: result: yes" >&5
24109 $as_echo "yes" >&6; }
24110
24111 cat >>confdefs.h <<\_ACEOF
24112 #define HAVE_SHRINK 1
24113 _ACEOF
24114
24115
24116
24117 else
24118   $as_echo "$as_me: failed program was:" >&5
24119 sed 's/^/| /' conftest.$ac_ext >&5
24120
24121                 { $as_echo "$as_me:$LINENO: result: no" >&5
24122 $as_echo "no" >&6; }
24123
24124
24125
24126 fi
24127
24128         rm -Rf build
24129
24130
24131
24132
24133         { $as_echo "$as_me:$LINENO: checking whether super_block has s_bdi" >&5
24134 $as_echo_n "checking whether super_block has s_bdi... " >&6; }
24135
24136
24137 cat confdefs.h - <<_ACEOF >conftest.c
24138 /* confdefs.h.  */
24139 _ACEOF
24140 cat confdefs.h >>conftest.$ac_ext
24141 cat >>conftest.$ac_ext <<_ACEOF
24142 /* end confdefs.h.  */
24143
24144
24145                 #include <linux/fs.h>
24146
24147 int
24148 main (void)
24149 {
24150
24151                 struct super_block sb __attribute__ ((unused));
24152                 sb.s_bdi = NULL;
24153
24154   ;
24155   return 0;
24156 }
24157
24158 _ACEOF
24159
24160
24161         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24162         echo "obj-m := conftest.o" >build/Makefile
24163         modpost_flag=''
24164         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24165         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 $modpost_flag'
24166   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24167   (eval $ac_try) 2>&5
24168   ac_status=$?
24169   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24170   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
24171   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24172   (eval $ac_try) 2>&5
24173   ac_status=$?
24174   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24175   (exit $ac_status); }; }; then
24176
24177                 { $as_echo "$as_me:$LINENO: result: yes" >&5
24178 $as_echo "yes" >&6; }
24179
24180 cat >>confdefs.h <<\_ACEOF
24181 #define HAVE_BDI 1
24182 _ACEOF
24183
24184
24185 else
24186   $as_echo "$as_me: failed program was:" >&5
24187 sed 's/^/| /' conftest.$ac_ext >&5
24188
24189                 { $as_echo "$as_me:$LINENO: result: no" >&5
24190 $as_echo "no" >&6; }
24191
24192
24193
24194 fi
24195
24196         rm -Rf build
24197
24198
24199
24200
24201         { $as_echo "$as_me:$LINENO: checking whether symbol bdi_setup_and_register is exported" >&5
24202 $as_echo_n "checking whether symbol bdi_setup_and_register is exported... " >&6; }
24203         grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
24204                 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
24205         rc=$?
24206         if test $rc -ne 0; then
24207
24208                 export=0
24209                 for file in mm/backing-dev.c; do
24210                         grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" "$LINUX/$file" 2>/dev/null
24211                         rc=$?
24212                         if test $rc -eq 0; then
24213
24214                                 export=1
24215                                 break;
24216
24217 fi
24218
24219                 done
24220                 if test $export -eq 0; then
24221
24222                         { $as_echo "$as_me:$LINENO: result: no" >&5
24223 $as_echo "no" >&6; }
24224
24225
24226 else
24227
24228                         { $as_echo "$as_me:$LINENO: result: yes" >&5
24229 $as_echo "yes" >&6; }
24230
24231 cat >>confdefs.h <<\_ACEOF
24232 #define HAVE_BDI_SETUP_AND_REGISTER 1
24233 _ACEOF
24234
24235
24236 fi
24237
24238
24239 else
24240
24241                 { $as_echo "$as_me:$LINENO: result: yes" >&5
24242 $as_echo "yes" >&6; }
24243
24244 cat >>confdefs.h <<\_ACEOF
24245 #define HAVE_BDI_SETUP_AND_REGISTER 1
24246 _ACEOF
24247
24248
24249 fi
24250
24251
24252
24253
24254         { $as_echo "$as_me:$LINENO: checking whether set_nlink() is available" >&5
24255 $as_echo_n "checking whether set_nlink() is available... " >&6; }
24256
24257
24258 cat confdefs.h - <<_ACEOF >conftest.c
24259 /* confdefs.h.  */
24260 _ACEOF
24261 cat confdefs.h >>conftest.$ac_ext
24262 cat >>conftest.$ac_ext <<_ACEOF
24263 /* end confdefs.h.  */
24264
24265
24266                 #include <linux/fs.h>
24267
24268 int
24269 main (void)
24270 {
24271
24272                 struct inode node;
24273                 unsigned int link = 0;
24274                 (void) set_nlink(&node, link);
24275
24276   ;
24277   return 0;
24278 }
24279
24280 _ACEOF
24281
24282
24283         rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24284         echo "obj-m := conftest.o" >build/Makefile
24285         modpost_flag=''
24286         test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24287         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 $modpost_flag'
24288   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24289   (eval $ac_try) 2>&5
24290   ac_status=$?
24291   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24292   (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
24293   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24294   (eval $ac_try) 2>&5
24295   ac_status=$?
24296   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24297   (exit $ac_status); }; }; then
24298
24299                 { $as_echo "$as_me:$LINENO: result: yes" >&5
24300 $as_echo "yes" >&6; }
24301
24302 cat >>confdefs.h <<\_ACEOF
24303 #define HAVE_SET_NLINK 1
24304 _ACEOF
24305
24306
24307 else
24308   $as_echo "$as_me: failed program was:" >&5
24309 sed 's/^/| /' conftest.$ac_ext >&5
24310
24311                 { $as_echo "$as_me:$LINENO: result: no" >&5
24312 $as_echo "no" >&6; }
24313
24314
24315
24316 fi
24317
24318         rm -Rf build
24319
24320
24321
24322
24323         if test "$LINUX_OBJ" != "$LINUX"; then
24324
24325                 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
24326
24327 fi
24328
24329
24330
24331
24332                         KERNELCPPFLAGS="$KERNELCPPFLAGS $NO_UNUSED_BUT_SET_VARIABLE"
24333         KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL"
24334         KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\""
24335
24336
24337
24338
24339
24340
24341 # Check whether --with-udevdir was given.
24342 if test "${with_udevdir+set}" = set; then
24343   withval=$with_udevdir; udevdir=$withval
24344 else
24345   udevdir='${exec_prefix}/lib/udev'
24346 fi
24347
24348
24349
24350 # Check whether --with-udevruledir was given.
24351 if test "${with_udevruledir+set}" = set; then
24352   withval=$with_udevruledir; udevruledir=$withval
24353 else
24354   udevruledir='${udevdir}/rules.d'
24355 fi
24356
24357
24358
24359
24360
24361
24362         { $as_echo "$as_me:$LINENO: checking for target asm dir" >&5
24363 $as_echo_n "checking for target asm dir... " >&6; }
24364         TARGET_ARCH=`echo ${target_cpu} | sed -e s/i.86/i386/`
24365
24366         case $TARGET_ARCH in
24367         i386|x86_64)
24368                 TARGET_ASM_DIR=asm-${TARGET_ARCH}
24369                 ;;
24370         *)
24371                 TARGET_ASM_DIR=asm-generic
24372                 ;;
24373         esac
24374
24375
24376         { $as_echo "$as_me:$LINENO: result: $TARGET_ASM_DIR" >&5
24377 $as_echo "$TARGET_ASM_DIR" >&6; }
24378
24379
24380         { $as_echo "$as_me:$LINENO: checking for ioctl()" >&5
24381 $as_echo_n "checking for ioctl()... " >&6; }
24382         cat >conftest.$ac_ext <<_ACEOF
24383 /* confdefs.h.  */
24384 _ACEOF
24385 cat confdefs.h >>conftest.$ac_ext
24386 cat >>conftest.$ac_ext <<_ACEOF
24387 /* end confdefs.h.  */
24388 #include <unistd.h>
24389
24390 _ACEOF
24391 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24392   $EGREP "ioctl" >/dev/null 2>&1; then
24393   is_unistd=yes
24394 else
24395   is_unistd=no
24396 fi
24397 rm -f conftest*
24398
24399         cat >conftest.$ac_ext <<_ACEOF
24400 /* confdefs.h.  */
24401 _ACEOF
24402 cat confdefs.h >>conftest.$ac_ext
24403 cat >>conftest.$ac_ext <<_ACEOF
24404 /* end confdefs.h.  */
24405 #include <sys/ioctl.h>
24406
24407 _ACEOF
24408 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24409   $EGREP "ioctl" >/dev/null 2>&1; then
24410   is_sys_ioctl=yes
24411 else
24412   is_sys_ioctl=no
24413 fi
24414 rm -f conftest*
24415
24416         cat >conftest.$ac_ext <<_ACEOF
24417 /* confdefs.h.  */
24418 _ACEOF
24419 cat confdefs.h >>conftest.$ac_ext
24420 cat >>conftest.$ac_ext <<_ACEOF
24421 /* end confdefs.h.  */
24422 #include <stropts.h>
24423
24424 _ACEOF
24425 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24426   $EGREP "ioctl" >/dev/null 2>&1; then
24427   is_stropts=yes
24428 else
24429   is_stropts=no
24430 fi
24431 rm -f conftest*
24432
24433
24434         if test $is_unistd = yes; then
24435                 result=unistd.h
24436
24437 cat >>confdefs.h <<\_ACEOF
24438 #define HAVE_IOCTL_IN_UNISTD_H 1
24439 _ACEOF
24440
24441         else
24442
24443                 if test $is_sys_ioctl = yes; then
24444                         result=sys/ioctl.h
24445
24446 cat >>confdefs.h <<\_ACEOF
24447 #define HAVE_IOCTL_IN_SYS_IOCTL_H 1
24448 _ACEOF
24449
24450                 elif test $is_stropts = yes; then
24451
24452 cat >>confdefs.h <<\_ACEOF
24453 #define HAVE_IOCTL_IN_STROPTS_H 1
24454 _ACEOF
24455
24456                 else
24457                         result=no
24458                 fi
24459         fi
24460
24461         if test $result = no; then
24462                 { $as_echo "$as_me:$LINENO: result: no" >&5
24463 $as_echo "no" >&6; }
24464                 { { $as_echo "$as_me:$LINENO: error: *** Cannot locate ioctl() definition" >&5
24465 $as_echo "$as_me: error: *** Cannot locate ioctl() definition" >&2;}
24466    { (exit 1); exit 1; }; }
24467         else
24468                 { $as_echo "$as_me:$LINENO: result: yes" >&5
24469 $as_echo "yes" >&6; }
24470         fi
24471
24472
24473         ZLIB=
24474
24475         if test "${ac_cv_header_zlib_h+set}" = set; then
24476   { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
24477 $as_echo_n "checking for zlib.h... " >&6; }
24478 if test "${ac_cv_header_zlib_h+set}" = set; then
24479   $as_echo_n "(cached) " >&6
24480 fi
24481 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24482 $as_echo "$ac_cv_header_zlib_h" >&6; }
24483 else
24484   # Is the header compilable?
24485 { $as_echo "$as_me:$LINENO: checking zlib.h usability" >&5
24486 $as_echo_n "checking zlib.h usability... " >&6; }
24487 cat >conftest.$ac_ext <<_ACEOF
24488 /* confdefs.h.  */
24489 _ACEOF
24490 cat confdefs.h >>conftest.$ac_ext
24491 cat >>conftest.$ac_ext <<_ACEOF
24492 /* end confdefs.h.  */
24493 $ac_includes_default
24494 #include <zlib.h>
24495 _ACEOF
24496 rm -f conftest.$ac_objext
24497 if { (ac_try="$ac_compile"
24498 case "(($ac_try" in
24499   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24500   *) ac_try_echo=$ac_try;;
24501 esac
24502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24503 $as_echo "$ac_try_echo") >&5
24504   (eval "$ac_compile") 2>conftest.er1
24505   ac_status=$?
24506   grep -v '^ *+' conftest.er1 >conftest.err
24507   rm -f conftest.er1
24508   cat conftest.err >&5
24509   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24510   (exit $ac_status); } && {
24511          test -z "$ac_c_werror_flag" ||
24512          test ! -s conftest.err
24513        } && test -s conftest.$ac_objext; then
24514   ac_header_compiler=yes
24515 else
24516   $as_echo "$as_me: failed program was:" >&5
24517 sed 's/^/| /' conftest.$ac_ext >&5
24518
24519         ac_header_compiler=no
24520 fi
24521
24522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24523 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24524 $as_echo "$ac_header_compiler" >&6; }
24525
24526 # Is the header present?
24527 { $as_echo "$as_me:$LINENO: checking zlib.h presence" >&5
24528 $as_echo_n "checking zlib.h presence... " >&6; }
24529 cat >conftest.$ac_ext <<_ACEOF
24530 /* confdefs.h.  */
24531 _ACEOF
24532 cat confdefs.h >>conftest.$ac_ext
24533 cat >>conftest.$ac_ext <<_ACEOF
24534 /* end confdefs.h.  */
24535 #include <zlib.h>
24536 _ACEOF
24537 if { (ac_try="$ac_cpp conftest.$ac_ext"
24538 case "(($ac_try" in
24539   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24540   *) ac_try_echo=$ac_try;;
24541 esac
24542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24543 $as_echo "$ac_try_echo") >&5
24544   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24545   ac_status=$?
24546   grep -v '^ *+' conftest.er1 >conftest.err
24547   rm -f conftest.er1
24548   cat conftest.err >&5
24549   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24550   (exit $ac_status); } >/dev/null && {
24551          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24552          test ! -s conftest.err
24553        }; then
24554   ac_header_preproc=yes
24555 else
24556   $as_echo "$as_me: failed program was:" >&5
24557 sed 's/^/| /' conftest.$ac_ext >&5
24558
24559   ac_header_preproc=no
24560 fi
24561
24562 rm -f conftest.err conftest.$ac_ext
24563 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24564 $as_echo "$ac_header_preproc" >&6; }
24565
24566 # So?  What about this header?
24567 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24568   yes:no: )
24569     { $as_echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
24570 $as_echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24571     { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
24572 $as_echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
24573     ac_header_preproc=yes
24574     ;;
24575   no:yes:* )
24576     { $as_echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
24577 $as_echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
24578     { $as_echo "$as_me:$LINENO: WARNING: zlib.h:     check for missing prerequisite headers?" >&5
24579 $as_echo "$as_me: WARNING: zlib.h:     check for missing prerequisite headers?" >&2;}
24580     { $as_echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
24581 $as_echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
24582     { $as_echo "$as_me:$LINENO: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&5
24583 $as_echo "$as_me: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
24584     { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
24585 $as_echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
24586     { $as_echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
24587 $as_echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
24588
24589     ;;
24590 esac
24591 { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
24592 $as_echo_n "checking for zlib.h... " >&6; }
24593 if test "${ac_cv_header_zlib_h+set}" = set; then
24594   $as_echo_n "(cached) " >&6
24595 else
24596   ac_cv_header_zlib_h=$ac_header_preproc
24597 fi
24598 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24599 $as_echo "$ac_cv_header_zlib_h" >&6; }
24600
24601 fi
24602 if test "x$ac_cv_header_zlib_h" = x""yes; then
24603   :
24604 else
24605   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
24606 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
24607 { { $as_echo "$as_me:$LINENO: error:
24608         *** zlib.h missing, zlib-devel package required
24609 See \`config.log' for more details." >&5
24610 $as_echo "$as_me: error:
24611         *** zlib.h missing, zlib-devel package required
24612 See \`config.log' for more details." >&2;}
24613    { (exit 1); exit 1; }; }; }
24614 fi
24615
24616
24617
24618
24619 { $as_echo "$as_me:$LINENO: checking for compress2 in -lz" >&5
24620 $as_echo_n "checking for compress2 in -lz... " >&6; }
24621 if test "${ac_cv_lib_z_compress2+set}" = set; then
24622   $as_echo_n "(cached) " >&6
24623 else
24624   ac_check_lib_save_LIBS=$LIBS
24625 LIBS="-lz  $LIBS"
24626 cat >conftest.$ac_ext <<_ACEOF
24627 /* confdefs.h.  */
24628 _ACEOF
24629 cat confdefs.h >>conftest.$ac_ext
24630 cat >>conftest.$ac_ext <<_ACEOF
24631 /* end confdefs.h.  */
24632
24633 /* Override any GCC internal prototype to avoid an error.
24634    Use char because int might match the return type of a GCC
24635    builtin and then its argument prototype would still apply.  */
24636 #ifdef __cplusplus
24637 extern "C"
24638 #endif
24639 char compress2 ();
24640 int
24641 main ()
24642 {
24643 return compress2 ();
24644   ;
24645   return 0;
24646 }
24647 _ACEOF
24648 rm -f conftest.$ac_objext conftest$ac_exeext
24649 if { (ac_try="$ac_link"
24650 case "(($ac_try" in
24651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24652   *) ac_try_echo=$ac_try;;
24653 esac
24654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24655 $as_echo "$ac_try_echo") >&5
24656   (eval "$ac_link") 2>conftest.er1
24657   ac_status=$?
24658   grep -v '^ *+' conftest.er1 >conftest.err
24659   rm -f conftest.er1
24660   cat conftest.err >&5
24661   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24662   (exit $ac_status); } && {
24663          test -z "$ac_c_werror_flag" ||
24664          test ! -s conftest.err
24665        } && test -s conftest$ac_exeext && {
24666          test "$cross_compiling" = yes ||
24667          $as_test_x conftest$ac_exeext
24668        }; then
24669   ac_cv_lib_z_compress2=yes
24670 else
24671   $as_echo "$as_me: failed program was:" >&5
24672 sed 's/^/| /' conftest.$ac_ext >&5
24673
24674         ac_cv_lib_z_compress2=no
24675 fi
24676
24677 rm -rf conftest.dSYM
24678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24679       conftest$ac_exeext conftest.$ac_ext
24680 LIBS=$ac_check_lib_save_LIBS
24681 fi
24682 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_compress2" >&5
24683 $as_echo "$ac_cv_lib_z_compress2" >&6; }
24684 if test "x$ac_cv_lib_z_compress2" = x""yes; then
24685   cat >>confdefs.h <<_ACEOF
24686 #define HAVE_LIBZ 1
24687 _ACEOF
24688
24689   LIBS="-lz $LIBS"
24690
24691 else
24692   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
24693 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
24694 { { $as_echo "$as_me:$LINENO: error:
24695         *** compress2() missing, zlib-devel package required
24696 See \`config.log' for more details." >&5
24697 $as_echo "$as_me: error:
24698         *** compress2() missing, zlib-devel package required
24699 See \`config.log' for more details." >&2;}
24700    { (exit 1); exit 1; }; }; }
24701 fi
24702
24703
24704
24705 { $as_echo "$as_me:$LINENO: checking for uncompress in -lz" >&5
24706 $as_echo_n "checking for uncompress in -lz... " >&6; }
24707 if test "${ac_cv_lib_z_uncompress+set}" = set; then
24708   $as_echo_n "(cached) " >&6
24709 else
24710   ac_check_lib_save_LIBS=$LIBS
24711 LIBS="-lz  $LIBS"
24712 cat >conftest.$ac_ext <<_ACEOF
24713 /* confdefs.h.  */
24714 _ACEOF
24715 cat confdefs.h >>conftest.$ac_ext
24716 cat >>conftest.$ac_ext <<_ACEOF
24717 /* end confdefs.h.  */
24718
24719 /* Override any GCC internal prototype to avoid an error.
24720    Use char because int might match the return type of a GCC
24721    builtin and then its argument prototype would still apply.  */
24722 #ifdef __cplusplus
24723 extern "C"
24724 #endif
24725 char uncompress ();
24726 int
24727 main ()
24728 {
24729 return uncompress ();
24730   ;
24731   return 0;
24732 }
24733 _ACEOF
24734 rm -f conftest.$ac_objext conftest$ac_exeext
24735 if { (ac_try="$ac_link"
24736 case "(($ac_try" in
24737   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24738   *) ac_try_echo=$ac_try;;
24739 esac
24740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24741 $as_echo "$ac_try_echo") >&5
24742   (eval "$ac_link") 2>conftest.er1
24743   ac_status=$?
24744   grep -v '^ *+' conftest.er1 >conftest.err
24745   rm -f conftest.er1
24746   cat conftest.err >&5
24747   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24748   (exit $ac_status); } && {
24749          test -z "$ac_c_werror_flag" ||
24750          test ! -s conftest.err
24751        } && test -s conftest$ac_exeext && {
24752          test "$cross_compiling" = yes ||
24753          $as_test_x conftest$ac_exeext
24754        }; then
24755   ac_cv_lib_z_uncompress=yes
24756 else
24757   $as_echo "$as_me: failed program was:" >&5
24758 sed 's/^/| /' conftest.$ac_ext >&5
24759
24760         ac_cv_lib_z_uncompress=no
24761 fi
24762
24763 rm -rf conftest.dSYM
24764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24765       conftest$ac_exeext conftest.$ac_ext
24766 LIBS=$ac_check_lib_save_LIBS
24767 fi
24768 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_uncompress" >&5
24769 $as_echo "$ac_cv_lib_z_uncompress" >&6; }
24770 if test "x$ac_cv_lib_z_uncompress" = x""yes; then
24771   cat >>confdefs.h <<_ACEOF
24772 #define HAVE_LIBZ 1
24773 _ACEOF
24774
24775   LIBS="-lz $LIBS"
24776
24777 else
24778   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
24779 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
24780 { { $as_echo "$as_me:$LINENO: error:
24781         *** uncompress() missing, zlib-devel package required
24782 See \`config.log' for more details." >&5
24783 $as_echo "$as_me: error:
24784         *** uncompress() missing, zlib-devel package required
24785 See \`config.log' for more details." >&2;}
24786    { (exit 1); exit 1; }; }; }
24787 fi
24788
24789
24790
24791 { $as_echo "$as_me:$LINENO: checking for crc32 in -lz" >&5
24792 $as_echo_n "checking for crc32 in -lz... " >&6; }
24793 if test "${ac_cv_lib_z_crc32+set}" = set; then
24794   $as_echo_n "(cached) " >&6
24795 else
24796   ac_check_lib_save_LIBS=$LIBS
24797 LIBS="-lz  $LIBS"
24798 cat >conftest.$ac_ext <<_ACEOF
24799 /* confdefs.h.  */
24800 _ACEOF
24801 cat confdefs.h >>conftest.$ac_ext
24802 cat >>conftest.$ac_ext <<_ACEOF
24803 /* end confdefs.h.  */
24804
24805 /* Override any GCC internal prototype to avoid an error.
24806    Use char because int might match the return type of a GCC
24807    builtin and then its argument prototype would still apply.  */
24808 #ifdef __cplusplus
24809 extern "C"
24810 #endif
24811 char crc32 ();
24812 int
24813 main ()
24814 {
24815 return crc32 ();
24816   ;
24817   return 0;
24818 }
24819 _ACEOF
24820 rm -f conftest.$ac_objext conftest$ac_exeext
24821 if { (ac_try="$ac_link"
24822 case "(($ac_try" in
24823   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24824   *) ac_try_echo=$ac_try;;
24825 esac
24826 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24827 $as_echo "$ac_try_echo") >&5
24828   (eval "$ac_link") 2>conftest.er1
24829   ac_status=$?
24830   grep -v '^ *+' conftest.er1 >conftest.err
24831   rm -f conftest.er1
24832   cat conftest.err >&5
24833   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24834   (exit $ac_status); } && {
24835          test -z "$ac_c_werror_flag" ||
24836          test ! -s conftest.err
24837        } && test -s conftest$ac_exeext && {
24838          test "$cross_compiling" = yes ||
24839          $as_test_x conftest$ac_exeext
24840        }; then
24841   ac_cv_lib_z_crc32=yes
24842 else
24843   $as_echo "$as_me: failed program was:" >&5
24844 sed 's/^/| /' conftest.$ac_ext >&5
24845
24846         ac_cv_lib_z_crc32=no
24847 fi
24848
24849 rm -rf conftest.dSYM
24850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24851       conftest$ac_exeext conftest.$ac_ext
24852 LIBS=$ac_check_lib_save_LIBS
24853 fi
24854 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_crc32" >&5
24855 $as_echo "$ac_cv_lib_z_crc32" >&6; }
24856 if test "x$ac_cv_lib_z_crc32" = x""yes; then
24857   cat >>confdefs.h <<_ACEOF
24858 #define HAVE_LIBZ 1
24859 _ACEOF
24860
24861   LIBS="-lz $LIBS"
24862
24863 else
24864   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
24865 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
24866 { { $as_echo "$as_me:$LINENO: error:
24867         *** crc32() missing, zlib-devel package required
24868 See \`config.log' for more details." >&5
24869 $as_echo "$as_me: error:
24870         *** crc32() missing, zlib-devel package required
24871 See \`config.log' for more details." >&2;}
24872    { (exit 1); exit 1; }; }; }
24873 fi
24874
24875
24876         ZLIB="-lz"
24877
24878
24879 cat >>confdefs.h <<\_ACEOF
24880 #define HAVE_ZLIB 1
24881 _ACEOF
24882
24883
24884
24885         LIBUUID=
24886
24887         if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
24888   { $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5
24889 $as_echo_n "checking for uuid/uuid.h... " >&6; }
24890 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
24891   $as_echo_n "(cached) " >&6
24892 fi
24893 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5
24894 $as_echo "$ac_cv_header_uuid_uuid_h" >&6; }
24895 else
24896   # Is the header compilable?
24897 { $as_echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&5
24898 $as_echo_n "checking uuid/uuid.h usability... " >&6; }
24899 cat >conftest.$ac_ext <<_ACEOF
24900 /* confdefs.h.  */
24901 _ACEOF
24902 cat confdefs.h >>conftest.$ac_ext
24903 cat >>conftest.$ac_ext <<_ACEOF
24904 /* end confdefs.h.  */
24905 $ac_includes_default
24906 #include <uuid/uuid.h>
24907 _ACEOF
24908 rm -f conftest.$ac_objext
24909 if { (ac_try="$ac_compile"
24910 case "(($ac_try" in
24911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24912   *) ac_try_echo=$ac_try;;
24913 esac
24914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24915 $as_echo "$ac_try_echo") >&5
24916   (eval "$ac_compile") 2>conftest.er1
24917   ac_status=$?
24918   grep -v '^ *+' conftest.er1 >conftest.err
24919   rm -f conftest.er1
24920   cat conftest.err >&5
24921   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24922   (exit $ac_status); } && {
24923          test -z "$ac_c_werror_flag" ||
24924          test ! -s conftest.err
24925        } && test -s conftest.$ac_objext; then
24926   ac_header_compiler=yes
24927 else
24928   $as_echo "$as_me: failed program was:" >&5
24929 sed 's/^/| /' conftest.$ac_ext >&5
24930
24931         ac_header_compiler=no
24932 fi
24933
24934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24935 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24936 $as_echo "$ac_header_compiler" >&6; }
24937
24938 # Is the header present?
24939 { $as_echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&5
24940 $as_echo_n "checking uuid/uuid.h presence... " >&6; }
24941 cat >conftest.$ac_ext <<_ACEOF
24942 /* confdefs.h.  */
24943 _ACEOF
24944 cat confdefs.h >>conftest.$ac_ext
24945 cat >>conftest.$ac_ext <<_ACEOF
24946 /* end confdefs.h.  */
24947 #include <uuid/uuid.h>
24948 _ACEOF
24949 if { (ac_try="$ac_cpp conftest.$ac_ext"
24950 case "(($ac_try" in
24951   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24952   *) ac_try_echo=$ac_try;;
24953 esac
24954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24955 $as_echo "$ac_try_echo") >&5
24956   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24957   ac_status=$?
24958   grep -v '^ *+' conftest.er1 >conftest.err
24959   rm -f conftest.er1
24960   cat conftest.err >&5
24961   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24962   (exit $ac_status); } >/dev/null && {
24963          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24964          test ! -s conftest.err
24965        }; then
24966   ac_header_preproc=yes
24967 else
24968   $as_echo "$as_me: failed program was:" >&5
24969 sed 's/^/| /' conftest.$ac_ext >&5
24970
24971   ac_header_preproc=no
24972 fi
24973
24974 rm -f conftest.err conftest.$ac_ext
24975 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24976 $as_echo "$ac_header_preproc" >&6; }
24977
24978 # So?  What about this header?
24979 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24980   yes:no: )
24981     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&5
24982 $as_echo "$as_me: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24983     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&5
24984 $as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&2;}
24985     ac_header_preproc=yes
24986     ;;
24987   no:yes:* )
24988     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: present but cannot be compiled" >&5
24989 $as_echo "$as_me: WARNING: uuid/uuid.h: present but cannot be compiled" >&2;}
24990     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h:     check for missing prerequisite headers?" >&5
24991 $as_echo "$as_me: WARNING: uuid/uuid.h:     check for missing prerequisite headers?" >&2;}
24992     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: see the Autoconf documentation" >&5
24993 $as_echo "$as_me: WARNING: uuid/uuid.h: see the Autoconf documentation" >&2;}
24994     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h:     section \"Present But Cannot Be Compiled\"" >&5
24995 $as_echo "$as_me: WARNING: uuid/uuid.h:     section \"Present But Cannot Be Compiled\"" >&2;}
24996     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&5
24997 $as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&2;}
24998     { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&5
24999 $as_echo "$as_me: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&2;}
25000
25001     ;;
25002 esac
25003 { $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5
25004 $as_echo_n "checking for uuid/uuid.h... " >&6; }
25005 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then
25006   $as_echo_n "(cached) " >&6
25007 else
25008   ac_cv_header_uuid_uuid_h=$ac_header_preproc
25009 fi
25010 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5
25011 $as_echo "$ac_cv_header_uuid_uuid_h" >&6; }
25012
25013 fi
25014 if test "x$ac_cv_header_uuid_uuid_h" = x""yes; then
25015   :
25016 else
25017   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
25018 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
25019 { { $as_echo "$as_me:$LINENO: error:
25020         *** uuid/uuid.h missing, libuuid-devel package required
25021 See \`config.log' for more details." >&5
25022 $as_echo "$as_me: error:
25023         *** uuid/uuid.h missing, libuuid-devel package required
25024 See \`config.log' for more details." >&2;}
25025    { (exit 1); exit 1; }; }; }
25026 fi
25027
25028
25029
25030
25031 { $as_echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5
25032 $as_echo_n "checking for uuid_generate in -luuid... " >&6; }
25033 if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then
25034   $as_echo_n "(cached) " >&6
25035 else
25036   ac_check_lib_save_LIBS=$LIBS
25037 LIBS="-luuid  $LIBS"
25038 cat >conftest.$ac_ext <<_ACEOF
25039 /* confdefs.h.  */
25040 _ACEOF
25041 cat confdefs.h >>conftest.$ac_ext
25042 cat >>conftest.$ac_ext <<_ACEOF
25043 /* end confdefs.h.  */
25044
25045 /* Override any GCC internal prototype to avoid an error.
25046    Use char because int might match the return type of a GCC
25047    builtin and then its argument prototype would still apply.  */
25048 #ifdef __cplusplus
25049 extern "C"
25050 #endif
25051 char uuid_generate ();
25052 int
25053 main ()
25054 {
25055 return uuid_generate ();
25056   ;
25057   return 0;
25058 }
25059 _ACEOF
25060 rm -f conftest.$ac_objext conftest$ac_exeext
25061 if { (ac_try="$ac_link"
25062 case "(($ac_try" in
25063   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25064   *) ac_try_echo=$ac_try;;
25065 esac
25066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25067 $as_echo "$ac_try_echo") >&5
25068   (eval "$ac_link") 2>conftest.er1
25069   ac_status=$?
25070   grep -v '^ *+' conftest.er1 >conftest.err
25071   rm -f conftest.er1
25072   cat conftest.err >&5
25073   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25074   (exit $ac_status); } && {
25075          test -z "$ac_c_werror_flag" ||
25076          test ! -s conftest.err
25077        } && test -s conftest$ac_exeext && {
25078          test "$cross_compiling" = yes ||
25079          $as_test_x conftest$ac_exeext
25080        }; then
25081   ac_cv_lib_uuid_uuid_generate=yes
25082 else
25083   $as_echo "$as_me: failed program was:" >&5
25084 sed 's/^/| /' conftest.$ac_ext >&5
25085
25086         ac_cv_lib_uuid_uuid_generate=no
25087 fi
25088
25089 rm -rf conftest.dSYM
25090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25091       conftest$ac_exeext conftest.$ac_ext
25092 LIBS=$ac_check_lib_save_LIBS
25093 fi
25094 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5
25095 $as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; }
25096 if test "x$ac_cv_lib_uuid_uuid_generate" = x""yes; then
25097   cat >>confdefs.h <<_ACEOF
25098 #define HAVE_LIBUUID 1
25099 _ACEOF
25100
25101   LIBS="-luuid $LIBS"
25102
25103 else
25104   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
25105 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
25106 { { $as_echo "$as_me:$LINENO: error:
25107         *** uuid_generate() missing, libuuid-devel package required
25108 See \`config.log' for more details." >&5
25109 $as_echo "$as_me: error:
25110         *** uuid_generate() missing, libuuid-devel package required
25111 See \`config.log' for more details." >&2;}
25112    { (exit 1); exit 1; }; }; }
25113 fi
25114
25115
25116
25117 { $as_echo "$as_me:$LINENO: checking for uuid_is_null in -luuid" >&5
25118 $as_echo_n "checking for uuid_is_null in -luuid... " >&6; }
25119 if test "${ac_cv_lib_uuid_uuid_is_null+set}" = set; then
25120   $as_echo_n "(cached) " >&6
25121 else
25122   ac_check_lib_save_LIBS=$LIBS
25123 LIBS="-luuid  $LIBS"
25124 cat >conftest.$ac_ext <<_ACEOF
25125 /* confdefs.h.  */
25126 _ACEOF
25127 cat confdefs.h >>conftest.$ac_ext
25128 cat >>conftest.$ac_ext <<_ACEOF
25129 /* end confdefs.h.  */
25130
25131 /* Override any GCC internal prototype to avoid an error.
25132    Use char because int might match the return type of a GCC
25133    builtin and then its argument prototype would still apply.  */
25134 #ifdef __cplusplus
25135 extern "C"
25136 #endif
25137 char uuid_is_null ();
25138 int
25139 main ()
25140 {
25141 return uuid_is_null ();
25142   ;
25143   return 0;
25144 }
25145 _ACEOF
25146 rm -f conftest.$ac_objext conftest$ac_exeext
25147 if { (ac_try="$ac_link"
25148 case "(($ac_try" in
25149   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25150   *) ac_try_echo=$ac_try;;
25151 esac
25152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25153 $as_echo "$ac_try_echo") >&5
25154   (eval "$ac_link") 2>conftest.er1
25155   ac_status=$?
25156   grep -v '^ *+' conftest.er1 >conftest.err
25157   rm -f conftest.er1
25158   cat conftest.err >&5
25159   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25160   (exit $ac_status); } && {
25161          test -z "$ac_c_werror_flag" ||
25162          test ! -s conftest.err
25163        } && test -s conftest$ac_exeext && {
25164          test "$cross_compiling" = yes ||
25165          $as_test_x conftest$ac_exeext
25166        }; then
25167   ac_cv_lib_uuid_uuid_is_null=yes
25168 else
25169   $as_echo "$as_me: failed program was:" >&5
25170 sed 's/^/| /' conftest.$ac_ext >&5
25171
25172         ac_cv_lib_uuid_uuid_is_null=no
25173 fi
25174
25175 rm -rf conftest.dSYM
25176 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25177       conftest$ac_exeext conftest.$ac_ext
25178 LIBS=$ac_check_lib_save_LIBS
25179 fi
25180 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_is_null" >&5
25181 $as_echo "$ac_cv_lib_uuid_uuid_is_null" >&6; }
25182 if test "x$ac_cv_lib_uuid_uuid_is_null" = x""yes; then
25183   cat >>confdefs.h <<_ACEOF
25184 #define HAVE_LIBUUID 1
25185 _ACEOF
25186
25187   LIBS="-luuid $LIBS"
25188
25189 else
25190   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
25191 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
25192 { { $as_echo "$as_me:$LINENO: error:
25193         *** uuid_is_null() missing, libuuid-devel package required
25194 See \`config.log' for more details." >&5
25195 $as_echo "$as_me: error:
25196         *** uuid_is_null() missing, libuuid-devel package required
25197 See \`config.log' for more details." >&2;}
25198    { (exit 1); exit 1; }; }; }
25199 fi
25200
25201
25202         LIBUUID="-luuid"
25203
25204
25205 cat >>confdefs.h <<\_ACEOF
25206 #define HAVE_LIBUUID 1
25207 _ACEOF
25208
25209
25210
25211
25212 # Check whether --with-blkid was given.
25213 if test "${with_blkid+set}" = set; then
25214   withval=$with_blkid;
25215 else
25216   with_blkid=check
25217 fi
25218
25219
25220         LIBBLKID=
25221         if test "x$with_blkid" != xno; then
25222
25223                 { $as_echo "$as_me:$LINENO: checking for blkid_get_cache in -lblkid" >&5
25224 $as_echo_n "checking for blkid_get_cache in -lblkid... " >&6; }
25225 if test "${ac_cv_lib_blkid_blkid_get_cache+set}" = set; then
25226   $as_echo_n "(cached) " >&6
25227 else
25228   ac_check_lib_save_LIBS=$LIBS
25229 LIBS="-lblkid  $LIBS"
25230 cat >conftest.$ac_ext <<_ACEOF
25231 /* confdefs.h.  */
25232 _ACEOF
25233 cat confdefs.h >>conftest.$ac_ext
25234 cat >>conftest.$ac_ext <<_ACEOF
25235 /* end confdefs.h.  */
25236
25237 /* Override any GCC internal prototype to avoid an error.
25238    Use char because int might match the return type of a GCC
25239    builtin and then its argument prototype would still apply.  */
25240 #ifdef __cplusplus
25241 extern "C"
25242 #endif
25243 char blkid_get_cache ();
25244 int
25245 main ()
25246 {
25247 return blkid_get_cache ();
25248   ;
25249   return 0;
25250 }
25251 _ACEOF
25252 rm -f conftest.$ac_objext conftest$ac_exeext
25253 if { (ac_try="$ac_link"
25254 case "(($ac_try" in
25255   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25256   *) ac_try_echo=$ac_try;;
25257 esac
25258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25259 $as_echo "$ac_try_echo") >&5
25260   (eval "$ac_link") 2>conftest.er1
25261   ac_status=$?
25262   grep -v '^ *+' conftest.er1 >conftest.err
25263   rm -f conftest.er1
25264   cat conftest.err >&5
25265   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25266   (exit $ac_status); } && {
25267          test -z "$ac_c_werror_flag" ||
25268          test ! -s conftest.err
25269        } && test -s conftest$ac_exeext && {
25270          test "$cross_compiling" = yes ||
25271          $as_test_x conftest$ac_exeext
25272        }; then
25273   ac_cv_lib_blkid_blkid_get_cache=yes
25274 else
25275   $as_echo "$as_me: failed program was:" >&5
25276 sed 's/^/| /' conftest.$ac_ext >&5
25277
25278         ac_cv_lib_blkid_blkid_get_cache=no
25279 fi
25280
25281 rm -rf conftest.dSYM
25282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25283       conftest$ac_exeext conftest.$ac_ext
25284 LIBS=$ac_check_lib_save_LIBS
25285 fi
25286 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_blkid_blkid_get_cache" >&5
25287 $as_echo "$ac_cv_lib_blkid_blkid_get_cache" >&6; }
25288 if test "x$ac_cv_lib_blkid_blkid_get_cache" = x""yes; then
25289
25290                         { $as_echo "$as_me:$LINENO: checking for blkid zfs support" >&5
25291 $as_echo_n "checking for blkid zfs support... " >&6; }
25292
25293                         ZFS_DEV=`mktemp`
25294                         dd if=/dev/zero of=$ZFS_DEV bs=1024k count=8 \
25295                                 >/dev/null 2>/dev/null
25296                         echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
25297                                 dd of=$ZFS_DEV bs=1k count=8 \
25298                                 seek=132 conv=notrunc &>/dev/null \
25299                                 >/dev/null 2>/dev/null
25300
25301                         saved_LDFLAGS="$LDFLAGS"
25302                         LDFLAGS="-lblkid"
25303
25304                         if test "$cross_compiling" = yes; then
25305   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
25306 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
25307 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
25308 See \`config.log' for more details." >&5
25309 $as_echo "$as_me: error: cannot run test program while cross compiling
25310 See \`config.log' for more details." >&2;}
25311    { (exit 1); exit 1; }; }; }
25312 else
25313   cat >conftest.$ac_ext <<_ACEOF
25314 /* confdefs.h.  */
25315 _ACEOF
25316 cat confdefs.h >>conftest.$ac_ext
25317 cat >>conftest.$ac_ext <<_ACEOF
25318 /* end confdefs.h.  */
25319
25320                                 #include <stdio.h>
25321                                 #include <blkid/blkid.h>
25322
25323 int
25324 main ()
25325 {
25326
25327                                 blkid_cache cache;
25328                                 char *value;
25329
25330                                 if (blkid_get_cache(&cache, NULL) < 0)
25331                                         return 1;
25332
25333                                 value = blkid_get_tag_value(cache, "TYPE",
25334                                                             "$ZFS_DEV");
25335                                 if (!value) {
25336                                         blkid_put_cache(cache);
25337                                         return 2;
25338                                 }
25339
25340                                 if (strcmp(value, "zfs")) {
25341                                         free(value);
25342                                         blkid_put_cache(cache);
25343                                         return 3;
25344                                 }
25345
25346                                 free(value);
25347                                 blkid_put_cache(cache);
25348
25349   ;
25350   return 0;
25351 }
25352 _ACEOF
25353 rm -f conftest$ac_exeext
25354 if { (ac_try="$ac_link"
25355 case "(($ac_try" in
25356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25357   *) ac_try_echo=$ac_try;;
25358 esac
25359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25360 $as_echo "$ac_try_echo") >&5
25361   (eval "$ac_link") 2>&5
25362   ac_status=$?
25363   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25364   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25365   { (case "(($ac_try" in
25366   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25367   *) ac_try_echo=$ac_try;;
25368 esac
25369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25370 $as_echo "$ac_try_echo") >&5
25371   (eval "$ac_try") 2>&5
25372   ac_status=$?
25373   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25374   (exit $ac_status); }; }; then
25375
25376                                 rm -f $ZFS_DEV
25377                                 { $as_echo "$as_me:$LINENO: result: yes" >&5
25378 $as_echo "yes" >&6; }
25379                                 LIBBLKID="-lblkid"
25380
25381
25382 cat >>confdefs.h <<\_ACEOF
25383 #define HAVE_LIBBLKID 1
25384 _ACEOF
25385
25386
25387 else
25388   $as_echo "$as_me: program exited with status $ac_status" >&5
25389 $as_echo "$as_me: failed program was:" >&5
25390 sed 's/^/| /' conftest.$ac_ext >&5
25391
25392 ( exit $ac_status )
25393
25394                                 rm -f $ZFS_DEV
25395                                 { $as_echo "$as_me:$LINENO: result: no" >&5
25396 $as_echo "no" >&6; }
25397                                 if test "x$with_blkid" != xcheck; then
25398   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
25399 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
25400 { { $as_echo "$as_me:$LINENO: error: --with-blkid given but unavailable
25401 See \`config.log' for more details." >&5
25402 $as_echo "$as_me: error: --with-blkid given but unavailable
25403 See \`config.log' for more details." >&2;}
25404    { (exit 1); exit 1; }; }; }
25405 fi
25406
25407
25408 fi
25409 rm -rf conftest.dSYM
25410 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25411 fi
25412
25413
25414
25415                         LDFLAGS="$saved_LDFLAGS"
25416
25417 else
25418
25419                         if test "x$with_blkid" != xcheck; then
25420   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
25421 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
25422 { { $as_echo "$as_me:$LINENO: error: --with-blkid given but unavailable
25423 See \`config.log' for more details." >&5
25424 $as_echo "$as_me: error: --with-blkid given but unavailable
25425 See \`config.log' for more details." >&2;}
25426    { (exit 1); exit 1; }; }; }
25427 fi
25428
25429
25430
25431 fi
25432
25433
25434 fi
25435
25436
25437
25438
25439 # Check whether --with-selinux was given.
25440 if test "${with_selinux+set}" = set; then
25441   withval=$with_selinux;
25442 else
25443   with_selinux=check
25444 fi
25445
25446
25447         LIBSELINUX=
25448         if test "x$with_selinux" != xno; then
25449
25450                 if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
25451   { $as_echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5
25452 $as_echo_n "checking for selinux/selinux.h... " >&6; }
25453 if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
25454   $as_echo_n "(cached) " >&6
25455 fi
25456 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5
25457 $as_echo "$ac_cv_header_selinux_selinux_h" >&6; }
25458 else
25459   # Is the header compilable?
25460 { $as_echo "$as_me:$LINENO: checking selinux/selinux.h usability" >&5
25461 $as_echo_n "checking selinux/selinux.h usability... " >&6; }
25462 cat >conftest.$ac_ext <<_ACEOF
25463 /* confdefs.h.  */
25464 _ACEOF
25465 cat confdefs.h >>conftest.$ac_ext
25466 cat >>conftest.$ac_ext <<_ACEOF
25467 /* end confdefs.h.  */
25468 $ac_includes_default
25469 #include <selinux/selinux.h>
25470 _ACEOF
25471 rm -f conftest.$ac_objext
25472 if { (ac_try="$ac_compile"
25473 case "(($ac_try" in
25474   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25475   *) ac_try_echo=$ac_try;;
25476 esac
25477 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25478 $as_echo "$ac_try_echo") >&5
25479   (eval "$ac_compile") 2>conftest.er1
25480   ac_status=$?
25481   grep -v '^ *+' conftest.er1 >conftest.err
25482   rm -f conftest.er1
25483   cat conftest.err >&5
25484   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25485   (exit $ac_status); } && {
25486          test -z "$ac_c_werror_flag" ||
25487          test ! -s conftest.err
25488        } && test -s conftest.$ac_objext; then
25489   ac_header_compiler=yes
25490 else
25491   $as_echo "$as_me: failed program was:" >&5
25492 sed 's/^/| /' conftest.$ac_ext >&5
25493
25494         ac_header_compiler=no
25495 fi
25496
25497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25498 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25499 $as_echo "$ac_header_compiler" >&6; }
25500
25501 # Is the header present?
25502 { $as_echo "$as_me:$LINENO: checking selinux/selinux.h presence" >&5
25503 $as_echo_n "checking selinux/selinux.h presence... " >&6; }
25504 cat >conftest.$ac_ext <<_ACEOF
25505 /* confdefs.h.  */
25506 _ACEOF
25507 cat confdefs.h >>conftest.$ac_ext
25508 cat >>conftest.$ac_ext <<_ACEOF
25509 /* end confdefs.h.  */
25510 #include <selinux/selinux.h>
25511 _ACEOF
25512 if { (ac_try="$ac_cpp conftest.$ac_ext"
25513 case "(($ac_try" in
25514   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25515   *) ac_try_echo=$ac_try;;
25516 esac
25517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25518 $as_echo "$ac_try_echo") >&5
25519   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25520   ac_status=$?
25521   grep -v '^ *+' conftest.er1 >conftest.err
25522   rm -f conftest.er1
25523   cat conftest.err >&5
25524   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25525   (exit $ac_status); } >/dev/null && {
25526          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25527          test ! -s conftest.err
25528        }; then
25529   ac_header_preproc=yes
25530 else
25531   $as_echo "$as_me: failed program was:" >&5
25532 sed 's/^/| /' conftest.$ac_ext >&5
25533
25534   ac_header_preproc=no
25535 fi
25536
25537 rm -f conftest.err conftest.$ac_ext
25538 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25539 $as_echo "$ac_header_preproc" >&6; }
25540
25541 # So?  What about this header?
25542 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25543   yes:no: )
25544     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&5
25545 $as_echo "$as_me: WARNING: selinux/selinux.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25546     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&5
25547 $as_echo "$as_me: WARNING: selinux/selinux.h: proceeding with the compiler's result" >&2;}
25548     ac_header_preproc=yes
25549     ;;
25550   no:yes:* )
25551     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: present but cannot be compiled" >&5
25552 $as_echo "$as_me: WARNING: selinux/selinux.h: present but cannot be compiled" >&2;}
25553     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h:     check for missing prerequisite headers?" >&5
25554 $as_echo "$as_me: WARNING: selinux/selinux.h:     check for missing prerequisite headers?" >&2;}
25555     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: see the Autoconf documentation" >&5
25556 $as_echo "$as_me: WARNING: selinux/selinux.h: see the Autoconf documentation" >&2;}
25557     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h:     section \"Present But Cannot Be Compiled\"" >&5
25558 $as_echo "$as_me: WARNING: selinux/selinux.h:     section \"Present But Cannot Be Compiled\"" >&2;}
25559     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&5
25560 $as_echo "$as_me: WARNING: selinux/selinux.h: proceeding with the preprocessor's result" >&2;}
25561     { $as_echo "$as_me:$LINENO: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&5
25562 $as_echo "$as_me: WARNING: selinux/selinux.h: in the future, the compiler will take precedence" >&2;}
25563
25564     ;;
25565 esac
25566 { $as_echo "$as_me:$LINENO: checking for selinux/selinux.h" >&5
25567 $as_echo_n "checking for selinux/selinux.h... " >&6; }
25568 if test "${ac_cv_header_selinux_selinux_h+set}" = set; then
25569   $as_echo_n "(cached) " >&6
25570 else
25571   ac_cv_header_selinux_selinux_h=$ac_header_preproc
25572 fi
25573 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_selinux_selinux_h" >&5
25574 $as_echo "$ac_cv_header_selinux_selinux_h" >&6; }
25575
25576 fi
25577 if test "x$ac_cv_header_selinux_selinux_h" = x""yes; then
25578
25579                         { $as_echo "$as_me:$LINENO: checking for is_selinux_enabled in -lselinux" >&5
25580 $as_echo_n "checking for is_selinux_enabled in -lselinux... " >&6; }
25581 if test "${ac_cv_lib_selinux_is_selinux_enabled+set}" = set; then
25582   $as_echo_n "(cached) " >&6
25583 else
25584   ac_check_lib_save_LIBS=$LIBS
25585 LIBS="-lselinux  $LIBS"
25586 cat >conftest.$ac_ext <<_ACEOF
25587 /* confdefs.h.  */
25588 _ACEOF
25589 cat confdefs.h >>conftest.$ac_ext
25590 cat >>conftest.$ac_ext <<_ACEOF
25591 /* end confdefs.h.  */
25592
25593 /* Override any GCC internal prototype to avoid an error.
25594    Use char because int might match the return type of a GCC
25595    builtin and then its argument prototype would still apply.  */
25596 #ifdef __cplusplus
25597 extern "C"
25598 #endif
25599 char is_selinux_enabled ();
25600 int
25601 main ()
25602 {
25603 return is_selinux_enabled ();
25604   ;
25605   return 0;
25606 }
25607 _ACEOF
25608 rm -f conftest.$ac_objext conftest$ac_exeext
25609 if { (ac_try="$ac_link"
25610 case "(($ac_try" in
25611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25612   *) ac_try_echo=$ac_try;;
25613 esac
25614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25615 $as_echo "$ac_try_echo") >&5
25616   (eval "$ac_link") 2>conftest.er1
25617   ac_status=$?
25618   grep -v '^ *+' conftest.er1 >conftest.err
25619   rm -f conftest.er1
25620   cat conftest.err >&5
25621   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25622   (exit $ac_status); } && {
25623          test -z "$ac_c_werror_flag" ||
25624          test ! -s conftest.err
25625        } && test -s conftest$ac_exeext && {
25626          test "$cross_compiling" = yes ||
25627          $as_test_x conftest$ac_exeext
25628        }; then
25629   ac_cv_lib_selinux_is_selinux_enabled=yes
25630 else
25631   $as_echo "$as_me: failed program was:" >&5
25632 sed 's/^/| /' conftest.$ac_ext >&5
25633
25634         ac_cv_lib_selinux_is_selinux_enabled=no
25635 fi
25636
25637 rm -rf conftest.dSYM
25638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25639       conftest$ac_exeext conftest.$ac_ext
25640 LIBS=$ac_check_lib_save_LIBS
25641 fi
25642 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_selinux_is_selinux_enabled" >&5
25643 $as_echo "$ac_cv_lib_selinux_is_selinux_enabled" >&6; }
25644 if test "x$ac_cv_lib_selinux_is_selinux_enabled" = x""yes; then
25645
25646                                 LIBSELINUX="-lselinux"
25647
25648
25649 cat >>confdefs.h <<\_ACEOF
25650 #define HAVE_LIBSELINUX 1
25651 _ACEOF
25652
25653
25654 else
25655
25656                                 if test "x$with_selinux" != xcheck; then
25657   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
25658 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
25659 { { $as_echo "$as_me:$LINENO: error: --with-selinux given but unavailable
25660 See \`config.log' for more details." >&5
25661 $as_echo "$as_me: error: --with-selinux given but unavailable
25662 See \`config.log' for more details." >&2;}
25663    { (exit 1); exit 1; }; }; }
25664
25665 fi
25666
25667
25668 fi
25669
25670
25671 else
25672
25673                         if test "x$with_selinux" != xcheck; then
25674   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
25675 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
25676 { { $as_echo "$as_me:$LINENO: error: --with-selinux given but unavailable
25677 See \`config.log' for more details." >&5
25678 $as_echo "$as_me: error: --with-selinux given but unavailable
25679 See \`config.log' for more details." >&2;}
25680    { (exit 1); exit 1; }; }; }
25681
25682 fi
25683
25684
25685 fi
25686
25687
25688
25689 else
25690
25691                 { $as_echo "$as_me:$LINENO: checking for selinux support" >&5
25692 $as_echo_n "checking for selinux support... " >&6; }
25693                 { $as_echo "$as_me:$LINENO: result: no" >&5
25694 $as_echo "no" >&6; }
25695
25696 fi
25697
25698
25699
25700         { $as_echo "$as_me:$LINENO: checking for -Wframe-larger-than=<size> support" >&5
25701 $as_echo_n "checking for -Wframe-larger-than=<size> support... " >&6; }
25702
25703         saved_flags="$CFLAGS"
25704         CFLAGS="$CFLAGS -Wframe-larger-than=1024"
25705
25706         if test "$cross_compiling" = yes; then
25707   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
25708 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
25709 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
25710 See \`config.log' for more details." >&5
25711 $as_echo "$as_me: error: cannot run test program while cross compiling
25712 See \`config.log' for more details." >&2;}
25713    { (exit 1); exit 1; }; }; }
25714 else
25715   cat >conftest.$ac_ext <<_ACEOF
25716 /* confdefs.h.  */
25717 _ACEOF
25718 cat confdefs.h >>conftest.$ac_ext
25719 cat >>conftest.$ac_ext <<_ACEOF
25720 /* end confdefs.h.  */
25721
25722 int
25723 main ()
25724 {
25725
25726   ;
25727   return 0;
25728 }
25729 _ACEOF
25730 rm -f conftest$ac_exeext
25731 if { (ac_try="$ac_link"
25732 case "(($ac_try" in
25733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25734   *) ac_try_echo=$ac_try;;
25735 esac
25736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25737 $as_echo "$ac_try_echo") >&5
25738   (eval "$ac_link") 2>&5
25739   ac_status=$?
25740   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25741   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25742   { (case "(($ac_try" in
25743   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25744   *) ac_try_echo=$ac_try;;
25745 esac
25746 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25747 $as_echo "$ac_try_echo") >&5
25748   (eval "$ac_try") 2>&5
25749   ac_status=$?
25750   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25751   (exit $ac_status); }; }; then
25752
25753                 FRAME_LARGER_THAN=-Wframe-larger-than=1024
25754                 { $as_echo "$as_me:$LINENO: result: yes" >&5
25755 $as_echo "yes" >&6; }
25756
25757 else
25758   $as_echo "$as_me: program exited with status $ac_status" >&5
25759 $as_echo "$as_me: failed program was:" >&5
25760 sed 's/^/| /' conftest.$ac_ext >&5
25761
25762 ( exit $ac_status )
25763
25764                 FRAME_LARGER_THAN=
25765                 { $as_echo "$as_me:$LINENO: result: no" >&5
25766 $as_echo "no" >&6; }
25767
25768 fi
25769 rm -rf conftest.dSYM
25770 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25771 fi
25772
25773
25774
25775         CFLAGS="$saved_flags"
25776
25777
25778
25779
25780         { $as_echo "$as_me:$LINENO: checking whether pthread stack includes guard" >&5
25781 $as_echo_n "checking whether pthread stack includes guard... " >&6; }
25782
25783         saved_CFLAGS="$CFLAGS"
25784         CFLAGS="-fstack-check"
25785         saved_LDFLAGS="$LDFLAGS"
25786         LDFLAGS="-lpthread"
25787
25788         if test "$cross_compiling" = yes; then
25789   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
25790 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
25791 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
25792 See \`config.log' for more details." >&5
25793 $as_echo "$as_me: error: cannot run test program while cross compiling
25794 See \`config.log' for more details." >&2;}
25795    { (exit 1); exit 1; }; }; }
25796 else
25797   cat >conftest.$ac_ext <<_ACEOF
25798 /* confdefs.h.  */
25799 _ACEOF
25800 cat confdefs.h >>conftest.$ac_ext
25801 cat >>conftest.$ac_ext <<_ACEOF
25802 /* end confdefs.h.  */
25803
25804                 #include <pthread.h>
25805                 #include <sys/resource.h>
25806                 #include <unistd.h>
25807                 #include <bits/local_lim.h>
25808
25809                 #define PAGESIZE (sysconf(_SC_PAGESIZE))
25810                 #define STACK_SIZE 8192
25811                 #define BUFSIZE 4096
25812
25813                 void * func(void *arg)
25814                 {
25815                         char buf[BUFSIZE];
25816                 }
25817
25818 int
25819 main ()
25820 {
25821
25822                 pthread_t tid;
25823                 pthread_attr_t attr;
25824                 struct rlimit l;
25825
25826                 l.rlim_cur = 0;
25827                 l.rlim_max = 0;
25828                 setrlimit(RLIMIT_CORE, &l);
25829                 pthread_attr_init(&attr);
25830                 pthread_attr_setstacksize(&attr, PTHREAD_STACK_MIN + STACK_SIZE);
25831                 pthread_attr_setguardsize(&attr, PAGESIZE);
25832                 pthread_create(&tid, &attr, func, NULL);
25833                 pthread_join(tid, NULL);
25834
25835   ;
25836   return 0;
25837 }
25838 _ACEOF
25839 rm -f conftest$ac_exeext
25840 if { (ac_try="$ac_link"
25841 case "(($ac_try" in
25842   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25843   *) ac_try_echo=$ac_try;;
25844 esac
25845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25846 $as_echo "$ac_try_echo") >&5
25847   (eval "$ac_link") 2>&5
25848   ac_status=$?
25849   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25850   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25851   { (case "(($ac_try" in
25852   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25853   *) ac_try_echo=$ac_try;;
25854 esac
25855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25856 $as_echo "$ac_try_echo") >&5
25857   (eval "$ac_try") 2>&5
25858   ac_status=$?
25859   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25860   (exit $ac_status); }; }; then
25861
25862                 { $as_echo "$as_me:$LINENO: result: no" >&5
25863 $as_echo "no" >&6; }
25864
25865 else
25866   $as_echo "$as_me: program exited with status $ac_status" >&5
25867 $as_echo "$as_me: failed program was:" >&5
25868 sed 's/^/| /' conftest.$ac_ext >&5
25869
25870 ( exit $ac_status )
25871
25872
25873 cat >>confdefs.h <<\_ACEOF
25874 #define NPTL_GUARD_WITHIN_STACK 1
25875 _ACEOF
25876
25877                 { $as_echo "$as_me:$LINENO: result: yes" >&5
25878 $as_echo "yes" >&6; }
25879
25880 fi
25881 rm -rf conftest.dSYM
25882 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25883 fi
25884
25885
25886         CFLAGS="$saved_CFLAGS"
25887         LDFLAGS="$saved_LDFLAGS"
25888
25889    ;;
25890                 srpm)                        ;;
25891                 *)
25892                 { $as_echo "$as_me:$LINENO: result: Error!" >&5
25893 $as_echo "Error!" >&6; }
25894                 { { $as_echo "$as_me:$LINENO: error: Bad value \"$ZFS_CONFIG\" for --with-config,
25895                               user kernel|user|all|srpm" >&5
25896 $as_echo "$as_me: error: Bad value \"$ZFS_CONFIG\" for --with-config,
25897                               user kernel|user|all|srpm" >&2;}
25898    { (exit 1); exit 1; }; } ;;
25899         esac
25900
25901          if test "$ZFS_CONFIG" = user -o "$ZFS_CONFIG" = all; then
25902   CONFIG_USER_TRUE=
25903   CONFIG_USER_FALSE='#'
25904 else
25905   CONFIG_USER_TRUE='#'
25906   CONFIG_USER_FALSE=
25907 fi
25908
25909          if test "$ZFS_CONFIG" = kernel -o "$ZFS_CONFIG" = all &&
25910                        test "x$enable_linux_builtin" != xyes ; then
25911   CONFIG_KERNEL_TRUE=
25912   CONFIG_KERNEL_FALSE='#'
25913 else
25914   CONFIG_KERNEL_TRUE='#'
25915   CONFIG_KERNEL_FALSE=
25916 fi
25917
25918
25919
25920         { $as_echo "$as_me:$LINENO: checking whether debugging is enabled" >&5
25921 $as_echo_n "checking whether debugging is enabled... " >&6; }
25922         # Check whether --enable-debug was given.
25923 if test "${enable_debug+set}" = set; then
25924   enableval=$enable_debug;
25925 else
25926   enable_debug=no
25927 fi
25928
25929
25930         if test "x$enable_debug" = xyes; then
25931
25932                 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG -Werror"
25933                 HOSTCFLAGS="${HOSTCFLAGS} -DDEBUG -Werror"
25934                 DEBUG_CFLAGS="-DDEBUG -Werror"
25935                 DEBUG_STACKFLAGS="-fstack-check"
25936                 DEBUG_ZFS="_with_debug"
25937
25938 cat >>confdefs.h <<\_ACEOF
25939 #define ZFS_DEBUG 1
25940 _ACEOF
25941
25942
25943 else
25944
25945                 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DNDEBUG "
25946                 HOSTCFLAGS="${HOSTCFLAGS} -DNDEBUG "
25947                 DEBUG_CFLAGS="-DNDEBUG"
25948                 DEBUG_STACKFLAGS=""
25949                 DEBUG_ZFS="_without_debug"
25950
25951 fi
25952
25953
25954
25955
25956
25957         { $as_echo "$as_me:$LINENO: result: $enable_debug" >&5
25958 $as_echo "$enable_debug" >&6; }
25959
25960
25961         # Check whether --enable-debug-dmu-tx was given.
25962 if test "${enable_debug_dmu_tx+set}" = set; then
25963   enableval=$enable_debug_dmu_tx;
25964 else
25965   enable_debug_dmu_tx=no
25966 fi
25967
25968
25969         if test "x$enable_debug_dmu_tx" = xyes; then
25970
25971                 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_DMU_TX"
25972                 DEBUG_DMU_TX="_with_debug_dmu_tx"
25973
25974 cat >>confdefs.h <<\_ACEOF
25975 #define DEBUG_DMU_TX 1
25976 _ACEOF
25977
25978
25979 else
25980
25981                 DEBUG_DMU_TX="_without_debug_dmu_tx"
25982
25983 fi
25984
25985
25986
25987         { $as_echo "$as_me:$LINENO: checking whether dmu tx validation is enabled" >&5
25988 $as_echo_n "checking whether dmu tx validation is enabled... " >&6; }
25989         { $as_echo "$as_me:$LINENO: result: $enable_debug_dmu_tx" >&5
25990 $as_echo "$enable_debug_dmu_tx" >&6; }
25991
25992
25993 ac_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/man5/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/vdev_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 zfs.release"
25994
25995
25996 cat >confcache <<\_ACEOF
25997 # This file is a shell script that caches the results of configure
25998 # tests run on this system so they can be shared between configure
25999 # scripts and configure runs, see configure's option --config-cache.
26000 # It is not useful on other systems.  If it contains results you don't
26001 # want to keep, you may remove or edit it.
26002 #
26003 # config.status only pays attention to the cache file if you give it
26004 # the --recheck option to rerun configure.
26005 #
26006 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26007 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26008 # following values.
26009
26010 _ACEOF
26011
26012 # The following way of writing the cache mishandles newlines in values,
26013 # but we know of no workaround that is simple, portable, and efficient.
26014 # So, we kill variables containing newlines.
26015 # Ultrix sh set writes to stderr and can't be redirected directly,
26016 # and sets the high bit in the cache file unless we assign to the vars.
26017 (
26018   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26019     eval ac_val=\$$ac_var
26020     case $ac_val in #(
26021     *${as_nl}*)
26022       case $ac_var in #(
26023       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
26024 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
26025       esac
26026       case $ac_var in #(
26027       _ | IFS | as_nl) ;; #(
26028       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
26029       *) $as_unset $ac_var ;;
26030       esac ;;
26031     esac
26032   done
26033
26034   (set) 2>&1 |
26035     case $as_nl`(ac_space=' '; set) 2>&1` in #(
26036     *${as_nl}ac_space=\ *)
26037       # `set' does not quote correctly, so add quotes (double-quote
26038       # substitution turns \\\\ into \\, and sed turns \\ into \).
26039       sed -n \
26040         "s/'/'\\\\''/g;
26041           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26042       ;; #(
26043     *)
26044       # `set' quotes correctly as required by POSIX, so do not add quotes.
26045       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26046       ;;
26047     esac |
26048     sort
26049 ) |
26050   sed '
26051      /^ac_cv_env_/b end
26052      t clear
26053      :clear
26054      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26055      t end
26056      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26057      :end' >>confcache
26058 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26059   if test -w "$cache_file"; then
26060     test "x$cache_file" != "x/dev/null" &&
26061       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
26062 $as_echo "$as_me: updating cache $cache_file" >&6;}
26063     cat confcache >$cache_file
26064   else
26065     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26066 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26067   fi
26068 fi
26069 rm -f confcache
26070
26071 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26072 # Let make expand exec_prefix.
26073 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26074
26075 DEFS=-DHAVE_CONFIG_H
26076
26077 ac_libobjs=
26078 ac_ltlibobjs=
26079 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26080   # 1. Remove the extension, and $U if already installed.
26081   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26082   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
26083   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
26084   #    will be set to the directory where LIBOBJS objects are built.
26085   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26086   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26087 done
26088 LIBOBJS=$ac_libobjs
26089
26090 LTLIBOBJS=$ac_ltlibobjs
26091
26092
26093 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
26094   { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
26095 Usually this means the macro was only invoked conditionally." >&5
26096 $as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
26097 Usually this means the macro was only invoked conditionally." >&2;}
26098    { (exit 1); exit 1; }; }
26099 fi
26100  if test -n "$EXEEXT"; then
26101   am__EXEEXT_TRUE=
26102   am__EXEEXT_FALSE='#'
26103 else
26104   am__EXEEXT_TRUE='#'
26105   am__EXEEXT_FALSE=
26106 fi
26107
26108 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
26109   { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
26110 Usually this means the macro was only invoked conditionally." >&5
26111 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
26112 Usually this means the macro was only invoked conditionally." >&2;}
26113    { (exit 1); exit 1; }; }
26114 fi
26115 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
26116   { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
26117 Usually this means the macro was only invoked conditionally." >&5
26118 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
26119 Usually this means the macro was only invoked conditionally." >&2;}
26120    { (exit 1); exit 1; }; }
26121 fi
26122 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
26123   { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCCAS\" was never defined.
26124 Usually this means the macro was only invoked conditionally." >&5
26125 $as_echo "$as_me: error: conditional \"am__fastdepCCAS\" was never defined.
26126 Usually this means the macro was only invoked conditionally." >&2;}
26127    { (exit 1); exit 1; }; }
26128 fi
26129 if test -z "${CONFIG_USER_TRUE}" && test -z "${CONFIG_USER_FALSE}"; then
26130   { { $as_echo "$as_me:$LINENO: error: conditional \"CONFIG_USER\" was never defined.
26131 Usually this means the macro was only invoked conditionally." >&5
26132 $as_echo "$as_me: error: conditional \"CONFIG_USER\" was never defined.
26133 Usually this means the macro was only invoked conditionally." >&2;}
26134    { (exit 1); exit 1; }; }
26135 fi
26136 if test -z "${CONFIG_KERNEL_TRUE}" && test -z "${CONFIG_KERNEL_FALSE}"; then
26137   { { $as_echo "$as_me:$LINENO: error: conditional \"CONFIG_KERNEL\" was never defined.
26138 Usually this means the macro was only invoked conditionally." >&5
26139 $as_echo "$as_me: error: conditional \"CONFIG_KERNEL\" was never defined.
26140 Usually this means the macro was only invoked conditionally." >&2;}
26141    { (exit 1); exit 1; }; }
26142 fi
26143
26144 : ${CONFIG_STATUS=./config.status}
26145 ac_write_fail=0
26146 ac_clean_files_save=$ac_clean_files
26147 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26148 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26149 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
26150 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26151 #! $SHELL
26152 # Generated by $as_me.
26153 # Run this file to recreate the current configuration.
26154 # Compiler output produced by configure, useful for debugging
26155 # configure, is in config.log if it exists.
26156
26157 debug=false
26158 ac_cs_recheck=false
26159 ac_cs_silent=false
26160 SHELL=\${CONFIG_SHELL-$SHELL}
26161 _ACEOF
26162
26163 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26164 ## --------------------- ##
26165 ## M4sh Initialization.  ##
26166 ## --------------------- ##
26167
26168 # Be more Bourne compatible
26169 DUALCASE=1; export DUALCASE # for MKS sh
26170 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26171   emulate sh
26172   NULLCMD=:
26173   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26174   # is contrary to our usage.  Disable this feature.
26175   alias -g '${1+"$@"}'='"$@"'
26176   setopt NO_GLOB_SUBST
26177 else
26178   case `(set -o) 2>/dev/null` in
26179   *posix*) set -o posix ;;
26180 esac
26181
26182 fi
26183
26184
26185
26186
26187 # PATH needs CR
26188 # Avoid depending upon Character Ranges.
26189 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26190 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26191 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26192 as_cr_digits='0123456789'
26193 as_cr_alnum=$as_cr_Letters$as_cr_digits
26194
26195 as_nl='
26196 '
26197 export as_nl
26198 # Printing a long string crashes Solaris 7 /usr/bin/printf.
26199 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
26200 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
26201 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
26202 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
26203   as_echo='printf %s\n'
26204   as_echo_n='printf %s'
26205 else
26206   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
26207     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
26208     as_echo_n='/usr/ucb/echo -n'
26209   else
26210     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
26211     as_echo_n_body='eval
26212       arg=$1;
26213       case $arg in
26214       *"$as_nl"*)
26215         expr "X$arg" : "X\\(.*\\)$as_nl";
26216         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
26217       esac;
26218       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
26219     '
26220     export as_echo_n_body
26221     as_echo_n='sh -c $as_echo_n_body as_echo'
26222   fi
26223   export as_echo_body
26224   as_echo='sh -c $as_echo_body as_echo'
26225 fi
26226
26227 # The user is always right.
26228 if test "${PATH_SEPARATOR+set}" != set; then
26229   PATH_SEPARATOR=:
26230   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
26231     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
26232       PATH_SEPARATOR=';'
26233   }
26234 fi
26235
26236 # Support unset when possible.
26237 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26238   as_unset=unset
26239 else
26240   as_unset=false
26241 fi
26242
26243
26244 # IFS
26245 # We need space, tab and new line, in precisely that order.  Quoting is
26246 # there to prevent editors from complaining about space-tab.
26247 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26248 # splitting by setting IFS to empty value.)
26249 IFS=" ""        $as_nl"
26250
26251 # Find who we are.  Look in the path if we contain no directory separator.
26252 case $0 in
26253   *[\\/]* ) as_myself=$0 ;;
26254   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26255 for as_dir in $PATH
26256 do
26257   IFS=$as_save_IFS
26258   test -z "$as_dir" && as_dir=.
26259   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26260 done
26261 IFS=$as_save_IFS
26262
26263      ;;
26264 esac
26265 # We did not find ourselves, most probably we were run as `sh COMMAND'
26266 # in which case we are not to be found in the path.
26267 if test "x$as_myself" = x; then
26268   as_myself=$0
26269 fi
26270 if test ! -f "$as_myself"; then
26271   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26272   { (exit 1); exit 1; }
26273 fi
26274
26275 # Work around bugs in pre-3.0 UWIN ksh.
26276 for as_var in ENV MAIL MAILPATH
26277 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26278 done
26279 PS1='$ '
26280 PS2='> '
26281 PS4='+ '
26282
26283 # NLS nuisances.
26284 LC_ALL=C
26285 export LC_ALL
26286 LANGUAGE=C
26287 export LANGUAGE
26288
26289 # Required to use basename.
26290 if expr a : '\(a\)' >/dev/null 2>&1 &&
26291    test "X`expr 00001 : '.*\(...\)'`" = X001; then
26292   as_expr=expr
26293 else
26294   as_expr=false
26295 fi
26296
26297 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26298   as_basename=basename
26299 else
26300   as_basename=false
26301 fi
26302
26303
26304 # Name of the executable.
26305 as_me=`$as_basename -- "$0" ||
26306 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26307          X"$0" : 'X\(//\)$' \| \
26308          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26309 $as_echo X/"$0" |
26310     sed '/^.*\/\([^/][^/]*\)\/*$/{
26311             s//\1/
26312             q
26313           }
26314           /^X\/\(\/\/\)$/{
26315             s//\1/
26316             q
26317           }
26318           /^X\/\(\/\).*/{
26319             s//\1/
26320             q
26321           }
26322           s/.*/./; q'`
26323
26324 # CDPATH.
26325 $as_unset CDPATH
26326
26327
26328
26329   as_lineno_1=$LINENO
26330   as_lineno_2=$LINENO
26331   test "x$as_lineno_1" != "x$as_lineno_2" &&
26332   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26333
26334   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26335   # uniformly replaced by the line number.  The first 'sed' inserts a
26336   # line-number line after each line using $LINENO; the second 'sed'
26337   # does the real work.  The second script uses 'N' to pair each
26338   # line-number line with the line containing $LINENO, and appends
26339   # trailing '-' during substitution so that $LINENO is not a special
26340   # case at line end.
26341   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26342   # scripts with optimization help from Paolo Bonzini.  Blame Lee
26343   # E. McMahon (1931-1989) for sed's syntax.  :-)
26344   sed -n '
26345     p
26346     /[$]LINENO/=
26347   ' <$as_myself |
26348     sed '
26349       s/[$]LINENO.*/&-/
26350       t lineno
26351       b
26352       :lineno
26353       N
26354       :loop
26355       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26356       t loop
26357       s/-\n.*//
26358     ' >$as_me.lineno &&
26359   chmod +x "$as_me.lineno" ||
26360     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26361    { (exit 1); exit 1; }; }
26362
26363   # Don't try to exec as it changes $[0], causing all sort of problems
26364   # (the dirname of $[0] is not the place where we might find the
26365   # original and so on.  Autoconf is especially sensitive to this).
26366   . "./$as_me.lineno"
26367   # Exit status is that of the last command.
26368   exit
26369 }
26370
26371
26372 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26373   as_dirname=dirname
26374 else
26375   as_dirname=false
26376 fi
26377
26378 ECHO_C= ECHO_N= ECHO_T=
26379 case `echo -n x` in
26380 -n*)
26381   case `echo 'x\c'` in
26382   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
26383   *)   ECHO_C='\c';;
26384   esac;;
26385 *)
26386   ECHO_N='-n';;
26387 esac
26388 if expr a : '\(a\)' >/dev/null 2>&1 &&
26389    test "X`expr 00001 : '.*\(...\)'`" = X001; then
26390   as_expr=expr
26391 else
26392   as_expr=false
26393 fi
26394
26395 rm -f conf$$ conf$$.exe conf$$.file
26396 if test -d conf$$.dir; then
26397   rm -f conf$$.dir/conf$$.file
26398 else
26399   rm -f conf$$.dir
26400   mkdir conf$$.dir 2>/dev/null
26401 fi
26402 if (echo >conf$$.file) 2>/dev/null; then
26403   if ln -s conf$$.file conf$$ 2>/dev/null; then
26404     as_ln_s='ln -s'
26405     # ... but there are two gotchas:
26406     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26407     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26408     # In both cases, we have to default to `cp -p'.
26409     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26410       as_ln_s='cp -p'
26411   elif ln conf$$.file conf$$ 2>/dev/null; then
26412     as_ln_s=ln
26413   else
26414     as_ln_s='cp -p'
26415   fi
26416 else
26417   as_ln_s='cp -p'
26418 fi
26419 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26420 rmdir conf$$.dir 2>/dev/null
26421
26422 if mkdir -p . 2>/dev/null; then
26423   as_mkdir_p=:
26424 else
26425   test -d ./-p && rmdir ./-p
26426   as_mkdir_p=false
26427 fi
26428
26429 if test -x / >/dev/null 2>&1; then
26430   as_test_x='test -x'
26431 else
26432   if ls -dL / >/dev/null 2>&1; then
26433     as_ls_L_option=L
26434   else
26435     as_ls_L_option=
26436   fi
26437   as_test_x='
26438     eval sh -c '\''
26439       if test -d "$1"; then
26440         test -d "$1/.";
26441       else
26442         case $1 in
26443         -*)set "./$1";;
26444         esac;
26445         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26446         ???[sx]*):;;*)false;;esac;fi
26447     '\'' sh
26448   '
26449 fi
26450 as_executable_p=$as_test_x
26451
26452 # Sed expression to map a string onto a valid CPP name.
26453 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26454
26455 # Sed expression to map a string onto a valid variable name.
26456 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26457
26458
26459 exec 6>&1
26460
26461 # Save the log message, to keep $[0] and so on meaningful, and to
26462 # report actual input values of CONFIG_FILES etc. instead of their
26463 # values after options handling.
26464 ac_log="
26465 This file was extended by $as_me, which was
26466 generated by GNU Autoconf 2.63.  Invocation command line was
26467
26468   CONFIG_FILES    = $CONFIG_FILES
26469   CONFIG_HEADERS  = $CONFIG_HEADERS
26470   CONFIG_LINKS    = $CONFIG_LINKS
26471   CONFIG_COMMANDS = $CONFIG_COMMANDS
26472   $ $0 $@
26473
26474 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26475 "
26476
26477 _ACEOF
26478
26479 case $ac_config_files in *"
26480 "*) set x $ac_config_files; shift; ac_config_files=$*;;
26481 esac
26482
26483 case $ac_config_headers in *"
26484 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
26485 esac
26486
26487
26488 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26489 # Files that config.status was made for.
26490 config_files="$ac_config_files"
26491 config_headers="$ac_config_headers"
26492 config_commands="$ac_config_commands"
26493
26494 _ACEOF
26495
26496 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26497 ac_cs_usage="\
26498 \`$as_me' instantiates files from templates according to the
26499 current configuration.
26500
26501 Usage: $0 [OPTION]... [FILE]...
26502
26503   -h, --help       print this help, then exit
26504   -V, --version    print version number and configuration settings, then exit
26505   -q, --quiet, --silent
26506                    do not print progress messages
26507   -d, --debug      don't remove temporary files
26508       --recheck    update $as_me by reconfiguring in the same conditions
26509       --file=FILE[:TEMPLATE]
26510                    instantiate the configuration file FILE
26511       --header=FILE[:TEMPLATE]
26512                    instantiate the configuration header FILE
26513
26514 Configuration files:
26515 $config_files
26516
26517 Configuration headers:
26518 $config_headers
26519
26520 Configuration commands:
26521 $config_commands
26522
26523 Report bugs to <bug-autoconf@gnu.org>."
26524
26525 _ACEOF
26526 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26527 ac_cs_version="\\
26528 config.status
26529 configured by $0, generated by GNU Autoconf 2.63,
26530   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26531
26532 Copyright (C) 2008 Free Software Foundation, Inc.
26533 This config.status script is free software; the Free Software Foundation
26534 gives unlimited permission to copy, distribute and modify it."
26535
26536 ac_pwd='$ac_pwd'
26537 srcdir='$srcdir'
26538 INSTALL='$INSTALL'
26539 MKDIR_P='$MKDIR_P'
26540 AWK='$AWK'
26541 test -n "\$AWK" || AWK=awk
26542 _ACEOF
26543
26544 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26545 # The default lists apply if the user does not specify any file.
26546 ac_need_defaults=:
26547 while test $# != 0
26548 do
26549   case $1 in
26550   --*=*)
26551     ac_option=`expr "X$1" : 'X\([^=]*\)='`
26552     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26553     ac_shift=:
26554     ;;
26555   *)
26556     ac_option=$1
26557     ac_optarg=$2
26558     ac_shift=shift
26559     ;;
26560   esac
26561
26562   case $ac_option in
26563   # Handling of the options.
26564   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26565     ac_cs_recheck=: ;;
26566   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26567     $as_echo "$ac_cs_version"; exit ;;
26568   --debug | --debu | --deb | --de | --d | -d )
26569     debug=: ;;
26570   --file | --fil | --fi | --f )
26571     $ac_shift
26572     case $ac_optarg in
26573     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
26574     esac
26575     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
26576     ac_need_defaults=false;;
26577   --header | --heade | --head | --hea )
26578     $ac_shift
26579     case $ac_optarg in
26580     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
26581     esac
26582     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
26583     ac_need_defaults=false;;
26584   --he | --h)
26585     # Conflict between --help and --header
26586     { $as_echo "$as_me: error: ambiguous option: $1
26587 Try \`$0 --help' for more information." >&2
26588    { (exit 1); exit 1; }; };;
26589   --help | --hel | -h )
26590     $as_echo "$ac_cs_usage"; exit ;;
26591   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26592   | -silent | --silent | --silen | --sile | --sil | --si | --s)
26593     ac_cs_silent=: ;;
26594
26595   # This is an error.
26596   -*) { $as_echo "$as_me: error: unrecognized option: $1
26597 Try \`$0 --help' for more information." >&2
26598    { (exit 1); exit 1; }; } ;;
26599
26600   *) ac_config_targets="$ac_config_targets $1"
26601      ac_need_defaults=false ;;
26602
26603   esac
26604   shift
26605 done
26606
26607 ac_configure_extra_args=
26608
26609 if $ac_cs_silent; then
26610   exec 6>/dev/null
26611   ac_configure_extra_args="$ac_configure_extra_args --silent"
26612 fi
26613
26614 _ACEOF
26615 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26616 if \$ac_cs_recheck; then
26617   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26618   shift
26619   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
26620   CONFIG_SHELL='$SHELL'
26621   export CONFIG_SHELL
26622   exec "\$@"
26623 fi
26624
26625 _ACEOF
26626 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26627 exec 5>>config.log
26628 {
26629   echo
26630   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26631 ## Running $as_me. ##
26632 _ASBOX
26633   $as_echo "$ac_log"
26634 } >&5
26635
26636 _ACEOF
26637 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26638 #
26639 # INIT-COMMANDS
26640 #
26641 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
26642
26643
26644 # The HP-UX ksh and POSIX shell print the target directory to stdout
26645 # if CDPATH is set.
26646 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
26647
26648 sed_quote_subst='$sed_quote_subst'
26649 double_quote_subst='$double_quote_subst'
26650 delay_variable_subst='$delay_variable_subst'
26651 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
26652 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
26653 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
26654 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
26655 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
26656 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
26657 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
26658 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
26659 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
26660 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
26661 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
26662 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
26663 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
26664 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
26665 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
26666 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
26667 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
26668 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
26669 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
26670 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
26671 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
26672 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
26673 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
26674 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
26675 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
26676 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
26677 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
26678 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26679 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
26680 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
26681 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
26682 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
26683 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
26684 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
26685 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
26686 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26687 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26688 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26689 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
26690 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
26691 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
26692 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
26693 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
26694 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
26695 lt_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"`'
26696 lt_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"`'
26697 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
26698 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
26699 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
26700 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
26701 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
26702 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
26703 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
26704 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
26705 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
26706 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
26707 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
26708 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
26709 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
26710 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
26711 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
26712 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
26713 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26714 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26715 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
26716 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
26717 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
26718 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
26719 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
26720 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26721 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26722 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26723 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26724 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26725 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26726 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
26727 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
26728 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
26729 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
26730 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
26731 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
26732 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
26733 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
26734 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
26735 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
26736 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
26737 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
26738 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
26739 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
26740 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
26741 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26742 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
26743 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
26744 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26745 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
26746 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
26747 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
26748 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
26749 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
26750 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
26751 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
26752 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
26753 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
26754 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
26755 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
26756 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26757 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26758 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
26759 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
26760 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
26761 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
26762 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
26763 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
26764 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
26765 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
26766 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
26767 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
26768 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
26769
26770 LTCC='$LTCC'
26771 LTCFLAGS='$LTCFLAGS'
26772 compiler='$compiler_DEFAULT'
26773
26774 # Quote evaled strings.
26775 for var in SED \
26776 GREP \
26777 EGREP \
26778 FGREP \
26779 LD \
26780 NM \
26781 LN_S \
26782 lt_SP2NL \
26783 lt_NL2SP \
26784 reload_flag \
26785 OBJDUMP \
26786 deplibs_check_method \
26787 file_magic_cmd \
26788 AR \
26789 AR_FLAGS \
26790 STRIP \
26791 RANLIB \
26792 CC \
26793 CFLAGS \
26794 compiler \
26795 lt_cv_sys_global_symbol_pipe \
26796 lt_cv_sys_global_symbol_to_cdecl \
26797 lt_cv_sys_global_symbol_to_c_name_address \
26798 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
26799 SHELL \
26800 ECHO \
26801 lt_prog_compiler_no_builtin_flag \
26802 lt_prog_compiler_wl \
26803 lt_prog_compiler_pic \
26804 lt_prog_compiler_static \
26805 lt_cv_prog_compiler_c_o \
26806 need_locks \
26807 DSYMUTIL \
26808 NMEDIT \
26809 LIPO \
26810 OTOOL \
26811 OTOOL64 \
26812 shrext_cmds \
26813 export_dynamic_flag_spec \
26814 whole_archive_flag_spec \
26815 compiler_needs_object \
26816 with_gnu_ld \
26817 allow_undefined_flag \
26818 no_undefined_flag \
26819 hardcode_libdir_flag_spec \
26820 hardcode_libdir_flag_spec_ld \
26821 hardcode_libdir_separator \
26822 fix_srcfile_path \
26823 exclude_expsyms \
26824 include_expsyms \
26825 file_list_spec \
26826 variables_saved_for_relink \
26827 libname_spec \
26828 library_names_spec \
26829 soname_spec \
26830 finish_eval \
26831 old_striplib \
26832 striplib; do
26833     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
26834     *[\\\\\\\`\\"\\\$]*)
26835       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
26836       ;;
26837     *)
26838       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
26839       ;;
26840     esac
26841 done
26842
26843 # Double-quote double-evaled strings.
26844 for var in reload_cmds \
26845 old_postinstall_cmds \
26846 old_postuninstall_cmds \
26847 old_archive_cmds \
26848 extract_expsyms_cmds \
26849 old_archive_from_new_cmds \
26850 old_archive_from_expsyms_cmds \
26851 archive_cmds \
26852 archive_expsym_cmds \
26853 module_cmds \
26854 module_expsym_cmds \
26855 export_symbols_cmds \
26856 prelink_cmds \
26857 postinstall_cmds \
26858 postuninstall_cmds \
26859 finish_cmds \
26860 sys_lib_search_path_spec \
26861 sys_lib_dlsearch_path_spec; do
26862     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
26863     *[\\\\\\\`\\"\\\$]*)
26864       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
26865       ;;
26866     *)
26867       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
26868       ;;
26869     esac
26870 done
26871
26872 # Fix-up fallback echo if it was mangled by the above quoting rules.
26873 case \$lt_ECHO in
26874 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
26875   ;;
26876 esac
26877
26878 ac_aux_dir='$ac_aux_dir'
26879 xsi_shell='$xsi_shell'
26880 lt_shell_append='$lt_shell_append'
26881
26882 # See if we are running on zsh, and set the options which allow our
26883 # commands through without removal of \ escapes INIT.
26884 if test -n "\${ZSH_VERSION+set}" ; then
26885    setopt NO_GLOB_SUBST
26886 fi
26887
26888
26889     PACKAGE='$PACKAGE'
26890     VERSION='$VERSION'
26891     TIMESTAMP='$TIMESTAMP'
26892     RM='$RM'
26893     ofile='$ofile'
26894
26895
26896
26897
26898 _ACEOF
26899
26900 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26901
26902 # Handling of arguments.
26903 for ac_config_target in $ac_config_targets
26904 do
26905   case $ac_config_target in
26906     "zfs_config.h") CONFIG_HEADERS="$CONFIG_HEADERS zfs_config.h" ;;
26907     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
26908     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
26909     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26910     "dracut/Makefile") CONFIG_FILES="$CONFIG_FILES dracut/Makefile" ;;
26911     "dracut/90zfs/Makefile") CONFIG_FILES="$CONFIG_FILES dracut/90zfs/Makefile" ;;
26912     "udev/Makefile") CONFIG_FILES="$CONFIG_FILES udev/Makefile" ;;
26913     "udev/rules.d/Makefile") CONFIG_FILES="$CONFIG_FILES udev/rules.d/Makefile" ;;
26914     "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
26915     "etc/init.d/Makefile") CONFIG_FILES="$CONFIG_FILES etc/init.d/Makefile" ;;
26916     "etc/zfs/Makefile") CONFIG_FILES="$CONFIG_FILES etc/zfs/Makefile" ;;
26917     "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
26918     "man/man5/Makefile") CONFIG_FILES="$CONFIG_FILES man/man5/Makefile" ;;
26919     "man/man8/Makefile") CONFIG_FILES="$CONFIG_FILES man/man8/Makefile" ;;
26920     "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
26921     "lib/libspl/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/Makefile" ;;
26922     "lib/libspl/asm-generic/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/asm-generic/Makefile" ;;
26923     "lib/libspl/asm-i386/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/asm-i386/Makefile" ;;
26924     "lib/libspl/asm-x86_64/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/asm-x86_64/Makefile" ;;
26925     "lib/libspl/include/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/Makefile" ;;
26926     "lib/libspl/include/ia32/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/ia32/Makefile" ;;
26927     "lib/libspl/include/ia32/sys/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/ia32/sys/Makefile" ;;
26928     "lib/libspl/include/rpc/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/rpc/Makefile" ;;
26929     "lib/libspl/include/sys/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/sys/Makefile" ;;
26930     "lib/libspl/include/sys/sysevent/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/sys/sysevent/Makefile" ;;
26931     "lib/libspl/include/sys/dktp/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/sys/dktp/Makefile" ;;
26932     "lib/libspl/include/util/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libspl/include/util/Makefile" ;;
26933     "lib/libavl/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libavl/Makefile" ;;
26934     "lib/libefi/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libefi/Makefile" ;;
26935     "lib/libnvpair/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libnvpair/Makefile" ;;
26936     "lib/libunicode/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libunicode/Makefile" ;;
26937     "lib/libuutil/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libuutil/Makefile" ;;
26938     "lib/libzpool/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libzpool/Makefile" ;;
26939     "lib/libzfs/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libzfs/Makefile" ;;
26940     "lib/libshare/Makefile") CONFIG_FILES="$CONFIG_FILES lib/libshare/Makefile" ;;
26941     "cmd/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/Makefile" ;;
26942     "cmd/zdb/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zdb/Makefile" ;;
26943     "cmd/zfs/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zfs/Makefile" ;;
26944     "cmd/zinject/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zinject/Makefile" ;;
26945     "cmd/zpool/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zpool/Makefile" ;;
26946     "cmd/ztest/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/ztest/Makefile" ;;
26947     "cmd/zpios/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zpios/Makefile" ;;
26948     "cmd/mount_zfs/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/mount_zfs/Makefile" ;;
26949     "cmd/zpool_layout/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zpool_layout/Makefile" ;;
26950     "cmd/zvol_id/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zvol_id/Makefile" ;;
26951     "cmd/zpool_id/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/zpool_id/Makefile" ;;
26952     "cmd/vdev_id/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/vdev_id/Makefile" ;;
26953     "module/Makefile") CONFIG_FILES="$CONFIG_FILES module/Makefile" ;;
26954     "module/avl/Makefile") CONFIG_FILES="$CONFIG_FILES module/avl/Makefile" ;;
26955     "module/nvpair/Makefile") CONFIG_FILES="$CONFIG_FILES module/nvpair/Makefile" ;;
26956     "module/unicode/Makefile") CONFIG_FILES="$CONFIG_FILES module/unicode/Makefile" ;;
26957     "module/zcommon/Makefile") CONFIG_FILES="$CONFIG_FILES module/zcommon/Makefile" ;;
26958     "module/zfs/Makefile") CONFIG_FILES="$CONFIG_FILES module/zfs/Makefile" ;;
26959     "module/zpios/Makefile") CONFIG_FILES="$CONFIG_FILES module/zpios/Makefile" ;;
26960     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26961     "include/linux/Makefile") CONFIG_FILES="$CONFIG_FILES include/linux/Makefile" ;;
26962     "include/sys/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/Makefile" ;;
26963     "include/sys/fs/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fs/Makefile" ;;
26964     "include/sys/fm/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fm/Makefile" ;;
26965     "include/sys/fm/fs/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fm/fs/Makefile" ;;
26966     "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
26967     "scripts/zpios-profile/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/zpios-profile/Makefile" ;;
26968     "scripts/zpios-test/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/zpios-test/Makefile" ;;
26969     "scripts/zpool-config/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/zpool-config/Makefile" ;;
26970     "scripts/zpool-layout/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/zpool-layout/Makefile" ;;
26971     "scripts/common.sh") CONFIG_FILES="$CONFIG_FILES scripts/common.sh" ;;
26972     "zfs.spec") CONFIG_FILES="$CONFIG_FILES zfs.spec" ;;
26973     "zfs-modules.spec") CONFIG_FILES="$CONFIG_FILES zfs-modules.spec" ;;
26974     "PKGBUILD-zfs") CONFIG_FILES="$CONFIG_FILES PKGBUILD-zfs" ;;
26975     "PKGBUILD-zfs-modules") CONFIG_FILES="$CONFIG_FILES PKGBUILD-zfs-modules" ;;
26976     "zfs-script-config.sh") CONFIG_FILES="$CONFIG_FILES zfs-script-config.sh" ;;
26977     "zfs.release") CONFIG_FILES="$CONFIG_FILES zfs.release" ;;
26978
26979   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26980 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26981    { (exit 1); exit 1; }; };;
26982   esac
26983 done
26984
26985
26986 # If the user did not use the arguments to specify the items to instantiate,
26987 # then the envvar interface is used.  Set only those that are not.
26988 # We use the long form for the default assignment because of an extremely
26989 # bizarre bug on SunOS 4.1.3.
26990 if $ac_need_defaults; then
26991   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26992   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26993   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26994 fi
26995
26996 # Have a temporary directory for convenience.  Make it in the build tree
26997 # simply because there is no reason against having it here, and in addition,
26998 # creating and moving files from /tmp can sometimes cause problems.
26999 # Hook for its removal unless debugging.
27000 # Note that there is a small window in which the directory will not be cleaned:
27001 # after its creation but before its name has been assigned to `$tmp'.
27002 $debug ||
27003 {
27004   tmp=
27005   trap 'exit_status=$?
27006   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27007 ' 0
27008   trap '{ (exit 1); exit 1; }' 1 2 13 15
27009 }
27010 # Create a (secure) tmp directory for tmp files.
27011
27012 {
27013   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27014   test -n "$tmp" && test -d "$tmp"
27015 }  ||
27016 {
27017   tmp=./conf$$-$RANDOM
27018   (umask 077 && mkdir "$tmp")
27019 } ||
27020 {
27021    $as_echo "$as_me: cannot create a temporary directory in ." >&2
27022    { (exit 1); exit 1; }
27023 }
27024
27025 # Set up the scripts for CONFIG_FILES section.
27026 # No need to generate them if there are no CONFIG_FILES.
27027 # This happens for instance with `./config.status config.h'.
27028 if test -n "$CONFIG_FILES"; then
27029
27030
27031 ac_cr='\r'
27032 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
27033 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
27034   ac_cs_awk_cr='\\r'
27035 else
27036   ac_cs_awk_cr=$ac_cr
27037 fi
27038
27039 echo 'BEGIN {' >"$tmp/subs1.awk" &&
27040 _ACEOF
27041
27042
27043 {
27044   echo "cat >conf$$subs.awk <<_ACEOF" &&
27045   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
27046   echo "_ACEOF"
27047 } >conf$$subs.sh ||
27048   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27049 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27050    { (exit 1); exit 1; }; }
27051 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
27052 ac_delim='%!_!# '
27053 for ac_last_try in false false false false false :; do
27054   . ./conf$$subs.sh ||
27055     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27056 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27057    { (exit 1); exit 1; }; }
27058
27059   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
27060   if test $ac_delim_n = $ac_delim_num; then
27061     break
27062   elif $ac_last_try; then
27063     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27064 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27065    { (exit 1); exit 1; }; }
27066   else
27067     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27068   fi
27069 done
27070 rm -f conf$$subs.sh
27071
27072 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27073 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
27074 _ACEOF
27075 sed -n '
27076 h
27077 s/^/S["/; s/!.*/"]=/
27078 p
27079 g
27080 s/^[^!]*!//
27081 :repl
27082 t repl
27083 s/'"$ac_delim"'$//
27084 t delim
27085 :nl
27086 h
27087 s/\(.\{148\}\).*/\1/
27088 t more1
27089 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
27090 p
27091 n
27092 b repl
27093 :more1
27094 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
27095 p
27096 g
27097 s/.\{148\}//
27098 t nl
27099 :delim
27100 h
27101 s/\(.\{148\}\).*/\1/
27102 t more2
27103 s/["\\]/\\&/g; s/^/"/; s/$/"/
27104 p
27105 b
27106 :more2
27107 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
27108 p
27109 g
27110 s/.\{148\}//
27111 t delim
27112 ' <conf$$subs.awk | sed '
27113 /^[^""]/{
27114   N
27115   s/\n//
27116 }
27117 ' >>$CONFIG_STATUS || ac_write_fail=1
27118 rm -f conf$$subs.awk
27119 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27120 _ACAWK
27121 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
27122   for (key in S) S_is_set[key] = 1
27123   FS = "\a"
27124
27125 }
27126 {
27127   line = $ 0
27128   nfields = split(line, field, "@")
27129   substed = 0
27130   len = length(field[1])
27131   for (i = 2; i < nfields; i++) {
27132     key = field[i]
27133     keylen = length(key)
27134     if (S_is_set[key]) {
27135       value = S[key]
27136       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
27137       len += length(value) + length(field[++i])
27138       substed = 1
27139     } else
27140       len += 1 + keylen
27141   }
27142
27143   print line
27144 }
27145
27146 _ACAWK
27147 _ACEOF
27148 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27149 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
27150   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
27151 else
27152   cat
27153 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
27154   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
27155 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
27156    { (exit 1); exit 1; }; }
27157 _ACEOF
27158
27159 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27160 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27161 # trailing colons and then remove the whole line if VPATH becomes empty
27162 # (actually we leave an empty line to preserve line numbers).
27163 if test "x$srcdir" = x.; then
27164   ac_vpsub='/^[  ]*VPATH[        ]*=/{
27165 s/:*\$(srcdir):*/:/
27166 s/:*\${srcdir}:*/:/
27167 s/:*@srcdir@:*/:/
27168 s/^\([^=]*=[     ]*\):*/\1/
27169 s/:*$//
27170 s/^[^=]*=[       ]*$//
27171 }'
27172 fi
27173
27174 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27175 fi # test -n "$CONFIG_FILES"
27176
27177 # Set up the scripts for CONFIG_HEADERS section.
27178 # No need to generate them if there are no CONFIG_HEADERS.
27179 # This happens for instance with `./config.status Makefile'.
27180 if test -n "$CONFIG_HEADERS"; then
27181 cat >"$tmp/defines.awk" <<\_ACAWK ||
27182 BEGIN {
27183 _ACEOF
27184
27185 # Transform confdefs.h into an awk script `defines.awk', embedded as
27186 # here-document in config.status, that substitutes the proper values into
27187 # config.h.in to produce config.h.
27188
27189 # Create a delimiter string that does not exist in confdefs.h, to ease
27190 # handling of long lines.
27191 ac_delim='%!_!# '
27192 for ac_last_try in false false :; do
27193   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
27194   if test -z "$ac_t"; then
27195     break
27196   elif $ac_last_try; then
27197     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
27198 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
27199    { (exit 1); exit 1; }; }
27200   else
27201     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27202   fi
27203 done
27204
27205 # For the awk script, D is an array of macro values keyed by name,
27206 # likewise P contains macro parameters if any.  Preserve backslash
27207 # newline sequences.
27208
27209 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27210 sed -n '
27211 s/.\{148\}/&'"$ac_delim"'/g
27212 t rset
27213 :rset
27214 s/^[     ]*#[    ]*define[       ][      ]*/ /
27215 t def
27216 d
27217 :def
27218 s/\\$//
27219 t bsnl
27220 s/["\\]/\\&/g
27221 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
27222 D["\1"]=" \3"/p
27223 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
27224 d
27225 :bsnl
27226 s/["\\]/\\&/g
27227 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
27228 D["\1"]=" \3\\\\\\n"\\/p
27229 t cont
27230 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
27231 t cont
27232 d
27233 :cont
27234 n
27235 s/.\{148\}/&'"$ac_delim"'/g
27236 t clear
27237 :clear
27238 s/\\$//
27239 t bsnlc
27240 s/["\\]/\\&/g; s/^/"/; s/$/"/p
27241 d
27242 :bsnlc
27243 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
27244 b cont
27245 ' <confdefs.h | sed '
27246 s/'"$ac_delim"'/"\\\
27247 "/g' >>$CONFIG_STATUS || ac_write_fail=1
27248
27249 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27250   for (key in D) D_is_set[key] = 1
27251   FS = "\a"
27252 }
27253 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
27254   line = \$ 0
27255   split(line, arg, " ")
27256   if (arg[1] == "#") {
27257     defundef = arg[2]
27258     mac1 = arg[3]
27259   } else {
27260     defundef = substr(arg[1], 2)
27261     mac1 = arg[2]
27262   }
27263   split(mac1, mac2, "(") #)
27264   macro = mac2[1]
27265   prefix = substr(line, 1, index(line, defundef) - 1)
27266   if (D_is_set[macro]) {
27267     # Preserve the white space surrounding the "#".
27268     print prefix "define", macro P[macro] D[macro]
27269     next
27270   } else {
27271     # Replace #undef with comments.  This is necessary, for example,
27272     # in the case of _POSIX_SOURCE, which is predefined and required
27273     # on some systems where configure will not decide to define it.
27274     if (defundef == "undef") {
27275       print "/*", prefix defundef, macro, "*/"
27276       next
27277     }
27278   }
27279 }
27280 { print }
27281 _ACAWK
27282 _ACEOF
27283 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27284   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
27285 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
27286    { (exit 1); exit 1; }; }
27287 fi # test -n "$CONFIG_HEADERS"
27288
27289
27290 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
27291 shift
27292 for ac_tag
27293 do
27294   case $ac_tag in
27295   :[FHLC]) ac_mode=$ac_tag; continue;;
27296   esac
27297   case $ac_mode$ac_tag in
27298   :[FHL]*:*);;
27299   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
27300 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
27301    { (exit 1); exit 1; }; };;
27302   :[FH]-) ac_tag=-:-;;
27303   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27304   esac
27305   ac_save_IFS=$IFS
27306   IFS=:
27307   set x $ac_tag
27308   IFS=$ac_save_IFS
27309   shift
27310   ac_file=$1
27311   shift
27312
27313   case $ac_mode in
27314   :L) ac_source=$1;;
27315   :[FH])
27316     ac_file_inputs=
27317     for ac_f
27318     do
27319       case $ac_f in
27320       -) ac_f="$tmp/stdin";;
27321       *) # Look for the file first in the build tree, then in the source tree
27322          # (if the path is not absolute).  The absolute path cannot be DOS-style,
27323          # because $ac_f cannot contain `:'.
27324          test -f "$ac_f" ||
27325            case $ac_f in
27326            [\\/$]*) false;;
27327            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27328            esac ||
27329            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27330 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27331    { (exit 1); exit 1; }; };;
27332       esac
27333       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
27334       ac_file_inputs="$ac_file_inputs '$ac_f'"
27335     done
27336
27337     # Let's still pretend it is `configure' which instantiates (i.e., don't
27338     # use $as_me), people would be surprised to read:
27339     #    /* config.h.  Generated by config.status.  */
27340     configure_input='Generated from '`
27341           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
27342         `' by configure.'
27343     if test x"$ac_file" != x-; then
27344       configure_input="$ac_file.  $configure_input"
27345       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
27346 $as_echo "$as_me: creating $ac_file" >&6;}
27347     fi
27348     # Neutralize special characters interpreted by sed in replacement strings.
27349     case $configure_input in #(
27350     *\&* | *\|* | *\\* )
27351        ac_sed_conf_input=`$as_echo "$configure_input" |
27352        sed 's/[\\\\&|]/\\\\&/g'`;; #(
27353     *) ac_sed_conf_input=$configure_input;;
27354     esac
27355
27356     case $ac_tag in
27357     *:-:* | *:-) cat >"$tmp/stdin" \
27358       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
27359 $as_echo "$as_me: error: could not create $ac_file" >&2;}
27360    { (exit 1); exit 1; }; } ;;
27361     esac
27362     ;;
27363   esac
27364
27365   ac_dir=`$as_dirname -- "$ac_file" ||
27366 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27367          X"$ac_file" : 'X\(//\)[^/]' \| \
27368          X"$ac_file" : 'X\(//\)$' \| \
27369          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27370 $as_echo X"$ac_file" |
27371     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27372             s//\1/
27373             q
27374           }
27375           /^X\(\/\/\)[^/].*/{
27376             s//\1/
27377             q
27378           }
27379           /^X\(\/\/\)$/{
27380             s//\1/
27381             q
27382           }
27383           /^X\(\/\).*/{
27384             s//\1/
27385             q
27386           }
27387           s/.*/./; q'`
27388   { as_dir="$ac_dir"
27389   case $as_dir in #(
27390   -*) as_dir=./$as_dir;;
27391   esac
27392   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27393     as_dirs=
27394     while :; do
27395       case $as_dir in #(
27396       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
27397       *) as_qdir=$as_dir;;
27398       esac
27399       as_dirs="'$as_qdir' $as_dirs"
27400       as_dir=`$as_dirname -- "$as_dir" ||
27401 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27402          X"$as_dir" : 'X\(//\)[^/]' \| \
27403          X"$as_dir" : 'X\(//\)$' \| \
27404          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27405 $as_echo X"$as_dir" |
27406     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27407             s//\1/
27408             q
27409           }
27410           /^X\(\/\/\)[^/].*/{
27411             s//\1/
27412             q
27413           }
27414           /^X\(\/\/\)$/{
27415             s//\1/
27416             q
27417           }
27418           /^X\(\/\).*/{
27419             s//\1/
27420             q
27421           }
27422           s/.*/./; q'`
27423       test -d "$as_dir" && break
27424     done
27425     test -z "$as_dirs" || eval "mkdir $as_dirs"
27426   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27427 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
27428    { (exit 1); exit 1; }; }; }
27429   ac_builddir=.
27430
27431 case "$ac_dir" in
27432 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27433 *)
27434   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
27435   # A ".." for each directory in $ac_dir_suffix.
27436   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
27437   case $ac_top_builddir_sub in
27438   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27439   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27440   esac ;;
27441 esac
27442 ac_abs_top_builddir=$ac_pwd
27443 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27444 # for backward compatibility:
27445 ac_top_builddir=$ac_top_build_prefix
27446
27447 case $srcdir in
27448   .)  # We are building in place.
27449     ac_srcdir=.
27450     ac_top_srcdir=$ac_top_builddir_sub
27451     ac_abs_top_srcdir=$ac_pwd ;;
27452   [\\/]* | ?:[\\/]* )  # Absolute name.
27453     ac_srcdir=$srcdir$ac_dir_suffix;
27454     ac_top_srcdir=$srcdir
27455     ac_abs_top_srcdir=$srcdir ;;
27456   *) # Relative name.
27457     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27458     ac_top_srcdir=$ac_top_build_prefix$srcdir
27459     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27460 esac
27461 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27462
27463
27464   case $ac_mode in
27465   :F)
27466   #
27467   # CONFIG_FILE
27468   #
27469
27470   case $INSTALL in
27471   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27472   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27473   esac
27474   ac_MKDIR_P=$MKDIR_P
27475   case $MKDIR_P in
27476   [\\/$]* | ?:[\\/]* ) ;;
27477   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
27478   esac
27479 _ACEOF
27480
27481 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27482 # If the template does not know about datarootdir, expand it.
27483 # FIXME: This hack should be removed a few years after 2.60.
27484 ac_datarootdir_hack=; ac_datarootdir_seen=
27485
27486 ac_sed_dataroot='
27487 /datarootdir/ {
27488   p
27489   q
27490 }
27491 /@datadir@/p
27492 /@docdir@/p
27493 /@infodir@/p
27494 /@localedir@/p
27495 /@mandir@/p
27496 '
27497 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
27498 *datarootdir*) ac_datarootdir_seen=yes;;
27499 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27500   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27501 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27502 _ACEOF
27503 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27504   ac_datarootdir_hack='
27505   s&@datadir@&$datadir&g
27506   s&@docdir@&$docdir&g
27507   s&@infodir@&$infodir&g
27508   s&@localedir@&$localedir&g
27509   s&@mandir@&$mandir&g
27510     s&\\\${datarootdir}&$datarootdir&g' ;;
27511 esac
27512 _ACEOF
27513
27514 # Neutralize VPATH when `$srcdir' = `.'.
27515 # Shell code in configure.ac might set extrasub.
27516 # FIXME: do we really want to maintain this feature?
27517 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27518 ac_sed_extra="$ac_vpsub
27519 $extrasub
27520 _ACEOF
27521 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27522 :t
27523 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27524 s|@configure_input@|$ac_sed_conf_input|;t t
27525 s&@top_builddir@&$ac_top_builddir_sub&;t t
27526 s&@top_build_prefix@&$ac_top_build_prefix&;t t
27527 s&@srcdir@&$ac_srcdir&;t t
27528 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27529 s&@top_srcdir@&$ac_top_srcdir&;t t
27530 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27531 s&@builddir@&$ac_builddir&;t t
27532 s&@abs_builddir@&$ac_abs_builddir&;t t
27533 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27534 s&@INSTALL@&$ac_INSTALL&;t t
27535 s&@MKDIR_P@&$ac_MKDIR_P&;t t
27536 $ac_datarootdir_hack
27537 "
27538 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
27539   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
27540 $as_echo "$as_me: error: could not create $ac_file" >&2;}
27541    { (exit 1); exit 1; }; }
27542
27543 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27544   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27545   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27546   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27547 which seems to be undefined.  Please make sure it is defined." >&5
27548 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27549 which seems to be undefined.  Please make sure it is defined." >&2;}
27550
27551   rm -f "$tmp/stdin"
27552   case $ac_file in
27553   -) cat "$tmp/out" && rm -f "$tmp/out";;
27554   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
27555   esac \
27556   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
27557 $as_echo "$as_me: error: could not create $ac_file" >&2;}
27558    { (exit 1); exit 1; }; }
27559  ;;
27560   :H)
27561   #
27562   # CONFIG_HEADER
27563   #
27564   if test x"$ac_file" != x-; then
27565     {
27566       $as_echo "/* $configure_input  */" \
27567       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
27568     } >"$tmp/config.h" \
27569       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
27570 $as_echo "$as_me: error: could not create $ac_file" >&2;}
27571    { (exit 1); exit 1; }; }
27572     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
27573       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27574 $as_echo "$as_me: $ac_file is unchanged" >&6;}
27575     else
27576       rm -f "$ac_file"
27577       mv "$tmp/config.h" "$ac_file" \
27578         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
27579 $as_echo "$as_me: error: could not create $ac_file" >&2;}
27580    { (exit 1); exit 1; }; }
27581     fi
27582   else
27583     $as_echo "/* $configure_input  */" \
27584       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
27585       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
27586 $as_echo "$as_me: error: could not create -" >&2;}
27587    { (exit 1); exit 1; }; }
27588   fi
27589 # Compute "$ac_file"'s index in $config_headers.
27590 _am_arg="$ac_file"
27591 _am_stamp_count=1
27592 for _am_header in $config_headers :; do
27593   case $_am_header in
27594     $_am_arg | $_am_arg:* )
27595       break ;;
27596     * )
27597       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
27598   esac
27599 done
27600 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
27601 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27602          X"$_am_arg" : 'X\(//\)[^/]' \| \
27603          X"$_am_arg" : 'X\(//\)$' \| \
27604          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
27605 $as_echo X"$_am_arg" |
27606     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27607             s//\1/
27608             q
27609           }
27610           /^X\(\/\/\)[^/].*/{
27611             s//\1/
27612             q
27613           }
27614           /^X\(\/\/\)$/{
27615             s//\1/
27616             q
27617           }
27618           /^X\(\/\).*/{
27619             s//\1/
27620             q
27621           }
27622           s/.*/./; q'`/stamp-h$_am_stamp_count
27623  ;;
27624
27625   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
27626 $as_echo "$as_me: executing $ac_file commands" >&6;}
27627  ;;
27628   esac
27629
27630
27631   case $ac_file$ac_mode in
27632     "zfs_config.h":H)
27633         (mv zfs_config.h zfs_config.h.tmp &&
27634         awk -f ${ac_srcdir}/config/config.awk zfs_config.h.tmp >zfs_config.h &&
27635         rm zfs_config.h.tmp) || exit 1 ;;
27636     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
27637   # Autoconf 2.62 quotes --file arguments for eval, but not when files
27638   # are listed without --file.  Let's play safe and only enable the eval
27639   # if we detect the quoting.
27640   case $CONFIG_FILES in
27641   *\'*) eval set x "$CONFIG_FILES" ;;
27642   *)   set x $CONFIG_FILES ;;
27643   esac
27644   shift
27645   for mf
27646   do
27647     # Strip MF so we end up with the name of the file.
27648     mf=`echo "$mf" | sed -e 's/:.*$//'`
27649     # Check whether this is an Automake generated Makefile or not.
27650     # We used to match only the files named `Makefile.in', but
27651     # some people rename them; so instead we look at the file content.
27652     # Grep'ing the first line is not enough: some people post-process
27653     # each Makefile.in and add a new line on top of each file to say so.
27654     # Grep'ing the whole file is not good either: AIX grep has a line
27655     # limit of 2048, but all sed's we know have understand at least 4000.
27656     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
27657       dirpart=`$as_dirname -- "$mf" ||
27658 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27659          X"$mf" : 'X\(//\)[^/]' \| \
27660          X"$mf" : 'X\(//\)$' \| \
27661          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
27662 $as_echo X"$mf" |
27663     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27664             s//\1/
27665             q
27666           }
27667           /^X\(\/\/\)[^/].*/{
27668             s//\1/
27669             q
27670           }
27671           /^X\(\/\/\)$/{
27672             s//\1/
27673             q
27674           }
27675           /^X\(\/\).*/{
27676             s//\1/
27677             q
27678           }
27679           s/.*/./; q'`
27680     else
27681       continue
27682     fi
27683     # Extract the definition of DEPDIR, am__include, and am__quote
27684     # from the Makefile without running `make'.
27685     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
27686     test -z "$DEPDIR" && continue
27687     am__include=`sed -n 's/^am__include = //p' < "$mf"`
27688     test -z "am__include" && continue
27689     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
27690     # When using ansi2knr, U may be empty or an underscore; expand it
27691     U=`sed -n 's/^U = //p' < "$mf"`
27692     # Find all dependency output files, they are included files with
27693     # $(DEPDIR) in their names.  We invoke sed twice because it is the
27694     # simplest approach to changing $(DEPDIR) to its actual value in the
27695     # expansion.
27696     for file in `sed -n "
27697       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
27698          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
27699       # Make sure the directory exists.
27700       test -f "$dirpart/$file" && continue
27701       fdir=`$as_dirname -- "$file" ||
27702 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27703          X"$file" : 'X\(//\)[^/]' \| \
27704          X"$file" : 'X\(//\)$' \| \
27705          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
27706 $as_echo X"$file" |
27707     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27708             s//\1/
27709             q
27710           }
27711           /^X\(\/\/\)[^/].*/{
27712             s//\1/
27713             q
27714           }
27715           /^X\(\/\/\)$/{
27716             s//\1/
27717             q
27718           }
27719           /^X\(\/\).*/{
27720             s//\1/
27721             q
27722           }
27723           s/.*/./; q'`
27724       { as_dir=$dirpart/$fdir
27725   case $as_dir in #(
27726   -*) as_dir=./$as_dir;;
27727   esac
27728   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27729     as_dirs=
27730     while :; do
27731       case $as_dir in #(
27732       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
27733       *) as_qdir=$as_dir;;
27734       esac
27735       as_dirs="'$as_qdir' $as_dirs"
27736       as_dir=`$as_dirname -- "$as_dir" ||
27737 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27738          X"$as_dir" : 'X\(//\)[^/]' \| \
27739          X"$as_dir" : 'X\(//\)$' \| \
27740          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27741 $as_echo X"$as_dir" |
27742     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27743             s//\1/
27744             q
27745           }
27746           /^X\(\/\/\)[^/].*/{
27747             s//\1/
27748             q
27749           }
27750           /^X\(\/\/\)$/{
27751             s//\1/
27752             q
27753           }
27754           /^X\(\/\).*/{
27755             s//\1/
27756             q
27757           }
27758           s/.*/./; q'`
27759       test -d "$as_dir" && break
27760     done
27761     test -z "$as_dirs" || eval "mkdir $as_dirs"
27762   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27763 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
27764    { (exit 1); exit 1; }; }; }
27765       # echo "creating $dirpart/$file"
27766       echo '# dummy' > "$dirpart/$file"
27767     done
27768   done
27769 }
27770  ;;
27771     "libtool":C)
27772
27773     # See if we are running on zsh, and set the options which allow our
27774     # commands through without removal of \ escapes.
27775     if test -n "${ZSH_VERSION+set}" ; then
27776       setopt NO_GLOB_SUBST
27777     fi
27778
27779     cfgfile="${ofile}T"
27780     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
27781     $RM "$cfgfile"
27782
27783     cat <<_LT_EOF >> "$cfgfile"
27784 #! $SHELL
27785
27786 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
27787 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
27788 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
27789 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
27790 #
27791 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
27792 #                 2006, 2007, 2008 Free Software Foundation, Inc.
27793 #   Written by Gordon Matzigkeit, 1996
27794 #
27795 #   This file is part of GNU Libtool.
27796 #
27797 # GNU Libtool is free software; you can redistribute it and/or
27798 # modify it under the terms of the GNU General Public License as
27799 # published by the Free Software Foundation; either version 2 of
27800 # the License, or (at your option) any later version.
27801 #
27802 # As a special exception to the GNU General Public License,
27803 # if you distribute this file as part of a program or library that
27804 # is built using GNU Libtool, you may include this file under the
27805 # same distribution terms that you use for the rest of that program.
27806 #
27807 # GNU Libtool is distributed in the hope that it will be useful,
27808 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27809 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27810 # GNU General Public License for more details.
27811 #
27812 # You should have received a copy of the GNU General Public License
27813 # along with GNU Libtool; see the file COPYING.  If not, a copy
27814 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
27815 # obtained by writing to the Free Software Foundation, Inc.,
27816 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
27817
27818
27819 # The names of the tagged configurations supported by this script.
27820 available_tags=""
27821
27822 # ### BEGIN LIBTOOL CONFIG
27823
27824 # Which release of libtool.m4 was used?
27825 macro_version=$macro_version
27826 macro_revision=$macro_revision
27827
27828 # Whether or not to build shared libraries.
27829 build_libtool_libs=$enable_shared
27830
27831 # Whether or not to build static libraries.
27832 build_old_libs=$enable_static
27833
27834 # What type of objects to build.
27835 pic_mode=$pic_mode
27836
27837 # Whether or not to optimize for fast installation.
27838 fast_install=$enable_fast_install
27839
27840 # The host system.
27841 host_alias=$host_alias
27842 host=$host
27843 host_os=$host_os
27844
27845 # The build system.
27846 build_alias=$build_alias
27847 build=$build
27848 build_os=$build_os
27849
27850 # A sed program that does not truncate output.
27851 SED=$lt_SED
27852
27853 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
27854 Xsed="\$SED -e 1s/^X//"
27855
27856 # A grep program that handles long lines.
27857 GREP=$lt_GREP
27858
27859 # An ERE matcher.
27860 EGREP=$lt_EGREP
27861
27862 # A literal string matcher.
27863 FGREP=$lt_FGREP
27864
27865 # A BSD- or MS-compatible name lister.
27866 NM=$lt_NM
27867
27868 # Whether we need soft or hard links.
27869 LN_S=$lt_LN_S
27870
27871 # What is the maximum length of a command?
27872 max_cmd_len=$max_cmd_len
27873
27874 # Object file suffix (normally "o").
27875 objext=$ac_objext
27876
27877 # Executable file suffix (normally "").
27878 exeext=$exeext
27879
27880 # whether the shell understands "unset".
27881 lt_unset=$lt_unset
27882
27883 # turn spaces into newlines.
27884 SP2NL=$lt_lt_SP2NL
27885
27886 # turn newlines into spaces.
27887 NL2SP=$lt_lt_NL2SP
27888
27889 # How to create reloadable object files.
27890 reload_flag=$lt_reload_flag
27891 reload_cmds=$lt_reload_cmds
27892
27893 # An object symbol dumper.
27894 OBJDUMP=$lt_OBJDUMP
27895
27896 # Method to check whether dependent libraries are shared objects.
27897 deplibs_check_method=$lt_deplibs_check_method
27898
27899 # Command to use when deplibs_check_method == "file_magic".
27900 file_magic_cmd=$lt_file_magic_cmd
27901
27902 # The archiver.
27903 AR=$lt_AR
27904 AR_FLAGS=$lt_AR_FLAGS
27905
27906 # A symbol stripping program.
27907 STRIP=$lt_STRIP
27908
27909 # Commands used to install an old-style archive.
27910 RANLIB=$lt_RANLIB
27911 old_postinstall_cmds=$lt_old_postinstall_cmds
27912 old_postuninstall_cmds=$lt_old_postuninstall_cmds
27913
27914 # A C compiler.
27915 LTCC=$lt_CC
27916
27917 # LTCC compiler flags.
27918 LTCFLAGS=$lt_CFLAGS
27919
27920 # Take the output of nm and produce a listing of raw symbols and C names.
27921 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
27922
27923 # Transform the output of nm in a proper C declaration.
27924 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
27925
27926 # Transform the output of nm in a C name address pair.
27927 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
27928
27929 # Transform the output of nm in a C name address pair when lib prefix is needed.
27930 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
27931
27932 # The name of the directory that contains temporary libtool files.
27933 objdir=$objdir
27934
27935 # Shell to use when invoking shell scripts.
27936 SHELL=$lt_SHELL
27937
27938 # An echo program that does not interpret backslashes.
27939 ECHO=$lt_ECHO
27940
27941 # Used to examine libraries when file_magic_cmd begins with "file".
27942 MAGIC_CMD=$MAGIC_CMD
27943
27944 # Must we lock files when doing compilation?
27945 need_locks=$lt_need_locks
27946
27947 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
27948 DSYMUTIL=$lt_DSYMUTIL
27949
27950 # Tool to change global to local symbols on Mac OS X.
27951 NMEDIT=$lt_NMEDIT
27952
27953 # Tool to manipulate fat objects and archives on Mac OS X.
27954 LIPO=$lt_LIPO
27955
27956 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
27957 OTOOL=$lt_OTOOL
27958
27959 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
27960 OTOOL64=$lt_OTOOL64
27961
27962 # Old archive suffix (normally "a").
27963 libext=$libext
27964
27965 # Shared library suffix (normally ".so").
27966 shrext_cmds=$lt_shrext_cmds
27967
27968 # The commands to extract the exported symbol list from a shared archive.
27969 extract_expsyms_cmds=$lt_extract_expsyms_cmds
27970
27971 # Variables whose values should be saved in libtool wrapper scripts and
27972 # restored at link time.
27973 variables_saved_for_relink=$lt_variables_saved_for_relink
27974
27975 # Do we need the "lib" prefix for modules?
27976 need_lib_prefix=$need_lib_prefix
27977
27978 # Do we need a version for libraries?
27979 need_version=$need_version
27980
27981 # Library versioning type.
27982 version_type=$version_type
27983
27984 # Shared library runtime path variable.
27985 runpath_var=$runpath_var
27986
27987 # Shared library path variable.
27988 shlibpath_var=$shlibpath_var
27989
27990 # Is shlibpath searched before the hard-coded library search path?
27991 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
27992
27993 # Format of library name prefix.
27994 libname_spec=$lt_libname_spec
27995
27996 # List of archive names.  First name is the real one, the rest are links.
27997 # The last name is the one that the linker finds with -lNAME
27998 library_names_spec=$lt_library_names_spec
27999
28000 # The coded name of the library, if different from the real name.
28001 soname_spec=$lt_soname_spec
28002
28003 # Command to use after installation of a shared archive.
28004 postinstall_cmds=$lt_postinstall_cmds
28005
28006 # Command to use after uninstallation of a shared archive.
28007 postuninstall_cmds=$lt_postuninstall_cmds
28008
28009 # Commands used to finish a libtool library installation in a directory.
28010 finish_cmds=$lt_finish_cmds
28011
28012 # As "finish_cmds", except a single script fragment to be evaled but
28013 # not shown.
28014 finish_eval=$lt_finish_eval
28015
28016 # Whether we should hardcode library paths into libraries.
28017 hardcode_into_libs=$hardcode_into_libs
28018
28019 # Compile-time system search path for libraries.
28020 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
28021
28022 # Run-time system search path for libraries.
28023 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
28024
28025 # Whether dlopen is supported.
28026 dlopen_support=$enable_dlopen
28027
28028 # Whether dlopen of programs is supported.
28029 dlopen_self=$enable_dlopen_self
28030
28031 # Whether dlopen of statically linked programs is supported.
28032 dlopen_self_static=$enable_dlopen_self_static
28033
28034 # Commands to strip libraries.
28035 old_striplib=$lt_old_striplib
28036 striplib=$lt_striplib
28037
28038
28039 # The linker used to build libraries.
28040 LD=$lt_LD
28041
28042 # Commands used to build an old-style archive.
28043 old_archive_cmds=$lt_old_archive_cmds
28044
28045 # A language specific compiler.
28046 CC=$lt_compiler
28047
28048 # Is the compiler the GNU compiler?
28049 with_gcc=$GCC
28050
28051 # Compiler flag to turn off builtin functions.
28052 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
28053
28054 # How to pass a linker flag through the compiler.
28055 wl=$lt_lt_prog_compiler_wl
28056
28057 # Additional compiler flags for building library objects.
28058 pic_flag=$lt_lt_prog_compiler_pic
28059
28060 # Compiler flag to prevent dynamic linking.
28061 link_static_flag=$lt_lt_prog_compiler_static
28062
28063 # Does compiler simultaneously support -c and -o options?
28064 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
28065
28066 # Whether or not to add -lc for building shared libraries.
28067 build_libtool_need_lc=$archive_cmds_need_lc
28068
28069 # Whether or not to disallow shared libs when runtime libs are static.
28070 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
28071
28072 # Compiler flag to allow reflexive dlopens.
28073 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
28074
28075 # Compiler flag to generate shared objects directly from archives.
28076 whole_archive_flag_spec=$lt_whole_archive_flag_spec
28077
28078 # Whether the compiler copes with passing no objects directly.
28079 compiler_needs_object=$lt_compiler_needs_object
28080
28081 # Create an old-style archive from a shared archive.
28082 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
28083
28084 # Create a temporary old-style archive to link instead of a shared archive.
28085 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
28086
28087 # Commands used to build a shared archive.
28088 archive_cmds=$lt_archive_cmds
28089 archive_expsym_cmds=$lt_archive_expsym_cmds
28090
28091 # Commands used to build a loadable module if different from building
28092 # a shared archive.
28093 module_cmds=$lt_module_cmds
28094 module_expsym_cmds=$lt_module_expsym_cmds
28095
28096 # Whether we are building with GNU ld or not.
28097 with_gnu_ld=$lt_with_gnu_ld
28098
28099 # Flag that allows shared libraries with undefined symbols to be built.
28100 allow_undefined_flag=$lt_allow_undefined_flag
28101
28102 # Flag that enforces no undefined symbols.
28103 no_undefined_flag=$lt_no_undefined_flag
28104
28105 # Flag to hardcode \$libdir into a binary during linking.
28106 # This must work even if \$libdir does not exist
28107 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
28108
28109 # If ld is used when linking, flag to hardcode \$libdir into a binary
28110 # during linking.  This must work even if \$libdir does not exist.
28111 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
28112
28113 # Whether we need a single "-rpath" flag with a separated argument.
28114 hardcode_libdir_separator=$lt_hardcode_libdir_separator
28115
28116 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
28117 # DIR into the resulting binary.
28118 hardcode_direct=$hardcode_direct
28119
28120 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
28121 # DIR into the resulting binary and the resulting library dependency is
28122 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
28123 # library is relocated.
28124 hardcode_direct_absolute=$hardcode_direct_absolute
28125
28126 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
28127 # into the resulting binary.
28128 hardcode_minus_L=$hardcode_minus_L
28129
28130 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
28131 # into the resulting binary.
28132 hardcode_shlibpath_var=$hardcode_shlibpath_var
28133
28134 # Set to "yes" if building a shared library automatically hardcodes DIR
28135 # into the library and all subsequent libraries and executables linked
28136 # against it.
28137 hardcode_automatic=$hardcode_automatic
28138
28139 # Set to yes if linker adds runtime paths of dependent libraries
28140 # to runtime path list.
28141 inherit_rpath=$inherit_rpath
28142
28143 # Whether libtool must link a program against all its dependency libraries.
28144 link_all_deplibs=$link_all_deplibs
28145
28146 # Fix the shell variable \$srcfile for the compiler.
28147 fix_srcfile_path=$lt_fix_srcfile_path
28148
28149 # Set to "yes" if exported symbols are required.
28150 always_export_symbols=$always_export_symbols
28151
28152 # The commands to list exported symbols.
28153 export_symbols_cmds=$lt_export_symbols_cmds
28154
28155 # Symbols that should not be listed in the preloaded symbols.
28156 exclude_expsyms=$lt_exclude_expsyms
28157
28158 # Symbols that must always be exported.
28159 include_expsyms=$lt_include_expsyms
28160
28161 # Commands necessary for linking programs (against libraries) with templates.
28162 prelink_cmds=$lt_prelink_cmds
28163
28164 # Specify filename containing input files.
28165 file_list_spec=$lt_file_list_spec
28166
28167 # How to hardcode a shared library path into an executable.
28168 hardcode_action=$hardcode_action
28169
28170 # ### END LIBTOOL CONFIG
28171
28172 _LT_EOF
28173
28174   case $host_os in
28175   aix3*)
28176     cat <<\_LT_EOF >> "$cfgfile"
28177 # AIX sometimes has problems with the GCC collect2 program.  For some
28178 # reason, if we set the COLLECT_NAMES environment variable, the problems
28179 # vanish in a puff of smoke.
28180 if test "X${COLLECT_NAMES+set}" != Xset; then
28181   COLLECT_NAMES=
28182   export COLLECT_NAMES
28183 fi
28184 _LT_EOF
28185     ;;
28186   esac
28187
28188
28189 ltmain="$ac_aux_dir/ltmain.sh"
28190
28191
28192   # We use sed instead of cat because bash on DJGPP gets confused if
28193   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
28194   # text mode, it properly converts lines to CR/LF.  This bash problem
28195   # is reportedly fixed, but why not run on old versions too?
28196   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
28197     || (rm -f "$cfgfile"; exit 1)
28198
28199   case $xsi_shell in
28200   yes)
28201     cat << \_LT_EOF >> "$cfgfile"
28202
28203 # func_dirname file append nondir_replacement
28204 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
28205 # otherwise set result to NONDIR_REPLACEMENT.
28206 func_dirname ()
28207 {
28208   case ${1} in
28209     */*) func_dirname_result="${1%/*}${2}" ;;
28210     *  ) func_dirname_result="${3}" ;;
28211   esac
28212 }
28213
28214 # func_basename file
28215 func_basename ()
28216 {
28217   func_basename_result="${1##*/}"
28218 }
28219
28220 # func_dirname_and_basename file append nondir_replacement
28221 # perform func_basename and func_dirname in a single function
28222 # call:
28223 #   dirname:  Compute the dirname of FILE.  If nonempty,
28224 #             add APPEND to the result, otherwise set result
28225 #             to NONDIR_REPLACEMENT.
28226 #             value returned in "$func_dirname_result"
28227 #   basename: Compute filename of FILE.
28228 #             value retuned in "$func_basename_result"
28229 # Implementation must be kept synchronized with func_dirname
28230 # and func_basename. For efficiency, we do not delegate to
28231 # those functions but instead duplicate the functionality here.
28232 func_dirname_and_basename ()
28233 {
28234   case ${1} in
28235     */*) func_dirname_result="${1%/*}${2}" ;;
28236     *  ) func_dirname_result="${3}" ;;
28237   esac
28238   func_basename_result="${1##*/}"
28239 }
28240
28241 # func_stripname prefix suffix name
28242 # strip PREFIX and SUFFIX off of NAME.
28243 # PREFIX and SUFFIX must not contain globbing or regex special
28244 # characters, hashes, percent signs, but SUFFIX may contain a leading
28245 # dot (in which case that matches only a dot).
28246 func_stripname ()
28247 {
28248   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
28249   # positional parameters, so assign one to ordinary parameter first.
28250   func_stripname_result=${3}
28251   func_stripname_result=${func_stripname_result#"${1}"}
28252   func_stripname_result=${func_stripname_result%"${2}"}
28253 }
28254
28255 # func_opt_split
28256 func_opt_split ()
28257 {
28258   func_opt_split_opt=${1%%=*}
28259   func_opt_split_arg=${1#*=}
28260 }
28261
28262 # func_lo2o object
28263 func_lo2o ()
28264 {
28265   case ${1} in
28266     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
28267     *)    func_lo2o_result=${1} ;;
28268   esac
28269 }
28270
28271 # func_xform libobj-or-source
28272 func_xform ()
28273 {
28274   func_xform_result=${1%.*}.lo
28275 }
28276
28277 # func_arith arithmetic-term...
28278 func_arith ()
28279 {
28280   func_arith_result=$(( $* ))
28281 }
28282
28283 # func_len string
28284 # STRING may not start with a hyphen.
28285 func_len ()
28286 {
28287   func_len_result=${#1}
28288 }
28289
28290 _LT_EOF
28291     ;;
28292   *) # Bourne compatible functions.
28293     cat << \_LT_EOF >> "$cfgfile"
28294
28295 # func_dirname file append nondir_replacement
28296 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
28297 # otherwise set result to NONDIR_REPLACEMENT.
28298 func_dirname ()
28299 {
28300   # Extract subdirectory from the argument.
28301   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
28302   if test "X$func_dirname_result" = "X${1}"; then
28303     func_dirname_result="${3}"
28304   else
28305     func_dirname_result="$func_dirname_result${2}"
28306   fi
28307 }
28308
28309 # func_basename file
28310 func_basename ()
28311 {
28312   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
28313 }
28314
28315
28316 # func_stripname prefix suffix name
28317 # strip PREFIX and SUFFIX off of NAME.
28318 # PREFIX and SUFFIX must not contain globbing or regex special
28319 # characters, hashes, percent signs, but SUFFIX may contain a leading
28320 # dot (in which case that matches only a dot).
28321 # func_strip_suffix prefix name
28322 func_stripname ()
28323 {
28324   case ${2} in
28325     .*) func_stripname_result=`$ECHO "X${3}" \
28326            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
28327     *)  func_stripname_result=`$ECHO "X${3}" \
28328            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
28329   esac
28330 }
28331
28332 # sed scripts:
28333 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
28334 my_sed_long_arg='1s/^-[^=]*=//'
28335
28336 # func_opt_split
28337 func_opt_split ()
28338 {
28339   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
28340   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
28341 }
28342
28343 # func_lo2o object
28344 func_lo2o ()
28345 {
28346   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
28347 }
28348
28349 # func_xform libobj-or-source
28350 func_xform ()
28351 {
28352   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
28353 }
28354
28355 # func_arith arithmetic-term...
28356 func_arith ()
28357 {
28358   func_arith_result=`expr "$@"`
28359 }
28360
28361 # func_len string
28362 # STRING may not start with a hyphen.
28363 func_len ()
28364 {
28365   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
28366 }
28367
28368 _LT_EOF
28369 esac
28370
28371 case $lt_shell_append in
28372   yes)
28373     cat << \_LT_EOF >> "$cfgfile"
28374
28375 # func_append var value
28376 # Append VALUE to the end of shell variable VAR.
28377 func_append ()
28378 {
28379   eval "$1+=\$2"
28380 }
28381 _LT_EOF
28382     ;;
28383   *)
28384     cat << \_LT_EOF >> "$cfgfile"
28385
28386 # func_append var value
28387 # Append VALUE to the end of shell variable VAR.
28388 func_append ()
28389 {
28390   eval "$1=\$$1\$2"
28391 }
28392
28393 _LT_EOF
28394     ;;
28395   esac
28396
28397
28398   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
28399     || (rm -f "$cfgfile"; exit 1)
28400
28401   mv -f "$cfgfile" "$ofile" ||
28402     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
28403   chmod +x "$ofile"
28404
28405  ;;
28406
28407   esac
28408 done # for ac_tag
28409
28410
28411 { (exit 0); exit 0; }
28412 _ACEOF
28413 chmod +x $CONFIG_STATUS
28414 ac_clean_files=$ac_clean_files_save
28415
28416 test $ac_write_fail = 0 ||
28417   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
28418 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
28419    { (exit 1); exit 1; }; }
28420
28421
28422 # configure is writing to config.log, and then calls config.status.
28423 # config.status does its own redirection, appending to config.log.
28424 # Unfortunately, on DOS this fails, as config.log is still kept open
28425 # by configure, so config.status won't be able to write to it; its
28426 # output is simply discarded.  So we exec the FD to /dev/null,
28427 # effectively closing config.log, so it can be properly (re)opened and
28428 # appended to by config.status.  When coming back to configure, we
28429 # need to make the FD available again.
28430 if test "$no_create" != yes; then
28431   ac_cs_success=:
28432   ac_config_status_args=
28433   test "$silent" = yes &&
28434     ac_config_status_args="$ac_config_status_args --quiet"
28435   exec 5>/dev/null
28436   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28437   exec 5>>config.log
28438   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28439   # would make configure fail if this is the last instruction.
28440   $ac_cs_success || { (exit 1); exit 1; }
28441 fi
28442 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
28443   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
28444 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
28445 fi
28446