]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - zfs/configure
UBUNTU: SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
[mirror_ubuntu-bionic-kernel.git] / zfs / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for zfs 0.6.5.9.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199
200 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
201 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
202 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 PATH=/empty FPATH=/empty; export PATH FPATH
205 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
206 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
207 test \$(( 1 + 1 )) = 2 || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279 fi
280 exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517 *)
518 ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME='zfs'
589 PACKAGE_TARNAME='zfs'
590 PACKAGE_VERSION='0.6.5.9'
591 PACKAGE_STRING='zfs 0.6.5.9'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
594
595 # Factoring default headers for most tests.
596 ac_includes_default="\
597 #include <stdio.h>
598 #ifdef HAVE_SYS_TYPES_H
599 # include <sys/types.h>
600 #endif
601 #ifdef HAVE_SYS_STAT_H
602 # include <sys/stat.h>
603 #endif
604 #ifdef STDC_HEADERS
605 # include <stdlib.h>
606 # include <stddef.h>
607 #else
608 # ifdef HAVE_STDLIB_H
609 # include <stdlib.h>
610 # endif
611 #endif
612 #ifdef HAVE_STRING_H
613 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
614 # include <memory.h>
615 # endif
616 # include <string.h>
617 #endif
618 #ifdef HAVE_STRINGS_H
619 # include <strings.h>
620 #endif
621 #ifdef HAVE_INTTYPES_H
622 # include <inttypes.h>
623 #endif
624 #ifdef HAVE_STDINT_H
625 # include <stdint.h>
626 #endif
627 #ifdef HAVE_UNISTD_H
628 # include <unistd.h>
629 #endif"
630
631 ac_subst_vars='am__EXEEXT_FALSE
632 am__EXEEXT_TRUE
633 LTLIBOBJS
634 LIBOBJS
635 DEBUG_DMU_TX
636 DEBUG_ZFS
637 DEBUG_STACKFLAGS
638 DEBUG_CFLAGS
639 CONFIG_KERNEL_FALSE
640 CONFIG_KERNEL_TRUE
641 CONFIG_USER_FALSE
642 CONFIG_USER_TRUE
643 KERNELCPPFLAGS
644 KERNELMAKE_PARAMS
645 SPL_SYMBOLS
646 SPL_VERSION
647 SPL_OBJ
648 SPL
649 LINUX_SYMBOLS
650 LINUX_VERSION
651 LINUX_OBJ
652 LINUX
653 FRAME_LARGER_THAN
654 LIBBLKID
655 LIBUUID
656 ZLIB
657 dracutdir
658 ZFS_INIT_SYSV
659 modulesloaddir
660 systemdpresetdir
661 systemdunitdir
662 ZFS_MODULE_LOAD
663 ZFS_INIT_SYSTEMD
664 udevruledir
665 udevdir
666 mounthelperdir
667 NO_BOOL_COMPARE
668 NO_UNUSED_BUT_SET_VARIABLE
669 ZFS_CONFIG
670 TARGET_ASM_DIR
671 ALIEN_VERSION
672 ALIEN
673 HAVE_ALIEN
674 DPKGBUILD_VERSION
675 DPKGBUILD
676 HAVE_DPKGBUILD
677 DPKG_VERSION
678 DPKG
679 HAVE_DPKG
680 SRPM_DEFINE_COMMON
681 SRPM_DEFINE_DKMS
682 SRPM_DEFINE_KMOD
683 SRPM_DEFINE_UTIL
684 RPM_DEFINE_COMMON
685 RPM_DEFINE_DKMS
686 RPM_DEFINE_KMOD
687 RPM_DEFINE_UTIL
688 RPM_SPEC_DIR
689 RPMBUILD_VERSION
690 RPMBUILD
691 HAVE_RPMBUILD
692 RPM_VERSION
693 RPM
694 HAVE_RPM
695 DEFINE_INITRAMFS
696 DEFAULT_INITCONF_DIR
697 DEFAULT_INIT_SCRIPT
698 DEFAULT_INIT_DIR
699 DEFAULT_PACKAGE
700 VENDOR
701 am__fastdepCCAS_FALSE
702 am__fastdepCCAS_TRUE
703 CCASDEPMODE
704 CCASFLAGS
705 CCAS
706 CPP
707 LT_SYS_LIBRARY_PATH
708 OTOOL64
709 OTOOL
710 LIPO
711 NMEDIT
712 DSYMUTIL
713 MANIFEST_TOOL
714 RANLIB
715 ac_ct_AR
716 AR
717 DLLTOOL
718 OBJDUMP
719 LN_S
720 NM
721 ac_ct_DUMPBIN
722 DUMPBIN
723 LD
724 FGREP
725 EGREP
726 GREP
727 SED
728 LIBTOOL
729 am__fastdepCC_FALSE
730 am__fastdepCC_TRUE
731 CCDEPMODE
732 am__nodep
733 AMDEPBACKSLASH
734 AMDEP_FALSE
735 AMDEP_TRUE
736 am__quote
737 am__include
738 DEPDIR
739 OBJEXT
740 EXEEXT
741 ac_ct_CC
742 CPPFLAGS
743 LDFLAGS
744 CFLAGS
745 CC
746 am__untar
747 am__tar
748 AMTAR
749 am__leading_dot
750 SET_MAKE
751 mkdir_p
752 MKDIR_P
753 INSTALL_STRIP_PROGRAM
754 STRIP
755 install_sh
756 MAKEINFO
757 AUTOHEADER
758 AUTOMAKE
759 AUTOCONF
760 ACLOCAL
761 VERSION
762 PACKAGE
763 CYGPATH_W
764 am__isrc
765 INSTALL_DATA
766 INSTALL_SCRIPT
767 INSTALL_PROGRAM
768 AM_BACKSLASH
769 AM_DEFAULT_VERBOSITY
770 AM_DEFAULT_V
771 AM_V
772 MAINT
773 MAINTAINER_MODE_FALSE
774 MAINTAINER_MODE_TRUE
775 target_os
776 target_vendor
777 target_cpu
778 target
779 host_os
780 host_vendor
781 host_cpu
782 host
783 build_os
784 build_vendor
785 build_cpu
786 build
787 ZFS_META_LT_AGE
788 ZFS_META_LT_REVISION
789 ZFS_META_LT_CURRENT
790 ZFS_META_AUTHOR
791 ZFS_META_DATA
792 ZFS_META_ALIAS
793 ZFS_META_LICENSE
794 RELEASE
795 ZFS_META_RELEASE
796 ZFS_META_VERSION
797 ZFS_META_NAME
798 AWK
799 target_alias
800 host_alias
801 build_alias
802 LIBS
803 ECHO_T
804 ECHO_N
805 ECHO_C
806 DEFS
807 mandir
808 localedir
809 libdir
810 psdir
811 pdfdir
812 dvidir
813 htmldir
814 infodir
815 docdir
816 oldincludedir
817 includedir
818 runstatedir
819 localstatedir
820 sharedstatedir
821 sysconfdir
822 datadir
823 datarootdir
824 libexecdir
825 sbindir
826 bindir
827 program_transform_name
828 prefix
829 exec_prefix
830 PACKAGE_URL
831 PACKAGE_BUGREPORT
832 PACKAGE_STRING
833 PACKAGE_VERSION
834 PACKAGE_TARNAME
835 PACKAGE_NAME
836 PATH_SEPARATOR
837 SHELL'
838 ac_subst_files=''
839 ac_user_opts='
840 enable_option_checking
841 enable_maintainer_mode
842 enable_silent_rules
843 enable_dependency_tracking
844 enable_shared
845 enable_static
846 with_pic
847 enable_fast_install
848 with_aix_soname
849 with_gnu_ld
850 with_sysroot
851 enable_libtool_lock
852 with_spec
853 with_config
854 enable_linux_builtin
855 with_mounthelperdir
856 with_udevdir
857 with_udevruledir
858 enable_systemd
859 with_systemdunitdir
860 with_systemdpresetdir
861 with_systemdmodulesloaddir
862 enable_sysvinit
863 with_dracutdir
864 with_blkid
865 with_linux
866 with_linux_obj
867 with_spl
868 with_spl_obj
869 with_spl_timeout
870 enable_debug
871 enable_debug_dmu_tx
872 '
873 ac_precious_vars='build_alias
874 host_alias
875 target_alias
876 CC
877 CFLAGS
878 LDFLAGS
879 LIBS
880 CPPFLAGS
881 LT_SYS_LIBRARY_PATH
882 CPP
883 CCAS
884 CCASFLAGS'
885
886
887 # Initialize some variables set by options.
888 ac_init_help=
889 ac_init_version=false
890 ac_unrecognized_opts=
891 ac_unrecognized_sep=
892 # The variables have the same names as the options, with
893 # dashes changed to underlines.
894 cache_file=/dev/null
895 exec_prefix=NONE
896 no_create=
897 no_recursion=
898 prefix=NONE
899 program_prefix=NONE
900 program_suffix=NONE
901 program_transform_name=s,x,x,
902 silent=
903 site=
904 srcdir=
905 verbose=
906 x_includes=NONE
907 x_libraries=NONE
908
909 # Installation directory options.
910 # These are left unexpanded so users can "make install exec_prefix=/foo"
911 # and all the variables that are supposed to be based on exec_prefix
912 # by default will actually change.
913 # Use braces instead of parens because sh, perl, etc. also accept them.
914 # (The list follows the same order as the GNU Coding Standards.)
915 bindir='${exec_prefix}/bin'
916 sbindir='${exec_prefix}/sbin'
917 libexecdir='${exec_prefix}/libexec'
918 datarootdir='${prefix}/share'
919 datadir='${datarootdir}'
920 sysconfdir='${prefix}/etc'
921 sharedstatedir='${prefix}/com'
922 localstatedir='${prefix}/var'
923 runstatedir='${localstatedir}/run'
924 includedir='${prefix}/include'
925 oldincludedir='/usr/include'
926 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
927 infodir='${datarootdir}/info'
928 htmldir='${docdir}'
929 dvidir='${docdir}'
930 pdfdir='${docdir}'
931 psdir='${docdir}'
932 libdir='${exec_prefix}/lib'
933 localedir='${datarootdir}/locale'
934 mandir='${datarootdir}/man'
935
936 ac_prev=
937 ac_dashdash=
938 for ac_option
939 do
940 # If the previous option needs an argument, assign it.
941 if test -n "$ac_prev"; then
942 eval $ac_prev=\$ac_option
943 ac_prev=
944 continue
945 fi
946
947 case $ac_option in
948 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
949 *=) ac_optarg= ;;
950 *) ac_optarg=yes ;;
951 esac
952
953 # Accept the important Cygnus configure options, so we can diagnose typos.
954
955 case $ac_dashdash$ac_option in
956 --)
957 ac_dashdash=yes ;;
958
959 -bindir | --bindir | --bindi | --bind | --bin | --bi)
960 ac_prev=bindir ;;
961 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
962 bindir=$ac_optarg ;;
963
964 -build | --build | --buil | --bui | --bu)
965 ac_prev=build_alias ;;
966 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
967 build_alias=$ac_optarg ;;
968
969 -cache-file | --cache-file | --cache-fil | --cache-fi \
970 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
971 ac_prev=cache_file ;;
972 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
973 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
974 cache_file=$ac_optarg ;;
975
976 --config-cache | -C)
977 cache_file=config.cache ;;
978
979 -datadir | --datadir | --datadi | --datad)
980 ac_prev=datadir ;;
981 -datadir=* | --datadir=* | --datadi=* | --datad=*)
982 datadir=$ac_optarg ;;
983
984 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
985 | --dataroo | --dataro | --datar)
986 ac_prev=datarootdir ;;
987 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
988 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
989 datarootdir=$ac_optarg ;;
990
991 -disable-* | --disable-*)
992 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
993 # Reject names that are not valid shell variable names.
994 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
995 as_fn_error $? "invalid feature name: $ac_useropt"
996 ac_useropt_orig=$ac_useropt
997 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
998 case $ac_user_opts in
999 *"
1000 "enable_$ac_useropt"
1001 "*) ;;
1002 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1003 ac_unrecognized_sep=', ';;
1004 esac
1005 eval enable_$ac_useropt=no ;;
1006
1007 -docdir | --docdir | --docdi | --doc | --do)
1008 ac_prev=docdir ;;
1009 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1010 docdir=$ac_optarg ;;
1011
1012 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1013 ac_prev=dvidir ;;
1014 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1015 dvidir=$ac_optarg ;;
1016
1017 -enable-* | --enable-*)
1018 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1019 # Reject names that are not valid shell variable names.
1020 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1021 as_fn_error $? "invalid feature name: $ac_useropt"
1022 ac_useropt_orig=$ac_useropt
1023 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1024 case $ac_user_opts in
1025 *"
1026 "enable_$ac_useropt"
1027 "*) ;;
1028 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1029 ac_unrecognized_sep=', ';;
1030 esac
1031 eval enable_$ac_useropt=\$ac_optarg ;;
1032
1033 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1034 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1035 | --exec | --exe | --ex)
1036 ac_prev=exec_prefix ;;
1037 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1038 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1039 | --exec=* | --exe=* | --ex=*)
1040 exec_prefix=$ac_optarg ;;
1041
1042 -gas | --gas | --ga | --g)
1043 # Obsolete; use --with-gas.
1044 with_gas=yes ;;
1045
1046 -help | --help | --hel | --he | -h)
1047 ac_init_help=long ;;
1048 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1049 ac_init_help=recursive ;;
1050 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1051 ac_init_help=short ;;
1052
1053 -host | --host | --hos | --ho)
1054 ac_prev=host_alias ;;
1055 -host=* | --host=* | --hos=* | --ho=*)
1056 host_alias=$ac_optarg ;;
1057
1058 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1059 ac_prev=htmldir ;;
1060 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1061 | --ht=*)
1062 htmldir=$ac_optarg ;;
1063
1064 -includedir | --includedir | --includedi | --included | --include \
1065 | --includ | --inclu | --incl | --inc)
1066 ac_prev=includedir ;;
1067 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1068 | --includ=* | --inclu=* | --incl=* | --inc=*)
1069 includedir=$ac_optarg ;;
1070
1071 -infodir | --infodir | --infodi | --infod | --info | --inf)
1072 ac_prev=infodir ;;
1073 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1074 infodir=$ac_optarg ;;
1075
1076 -libdir | --libdir | --libdi | --libd)
1077 ac_prev=libdir ;;
1078 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1079 libdir=$ac_optarg ;;
1080
1081 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1082 | --libexe | --libex | --libe)
1083 ac_prev=libexecdir ;;
1084 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1085 | --libexe=* | --libex=* | --libe=*)
1086 libexecdir=$ac_optarg ;;
1087
1088 -localedir | --localedir | --localedi | --localed | --locale)
1089 ac_prev=localedir ;;
1090 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1091 localedir=$ac_optarg ;;
1092
1093 -localstatedir | --localstatedir | --localstatedi | --localstated \
1094 | --localstate | --localstat | --localsta | --localst | --locals)
1095 ac_prev=localstatedir ;;
1096 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1097 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1098 localstatedir=$ac_optarg ;;
1099
1100 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1101 ac_prev=mandir ;;
1102 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1103 mandir=$ac_optarg ;;
1104
1105 -nfp | --nfp | --nf)
1106 # Obsolete; use --without-fp.
1107 with_fp=no ;;
1108
1109 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1110 | --no-cr | --no-c | -n)
1111 no_create=yes ;;
1112
1113 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1114 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1115 no_recursion=yes ;;
1116
1117 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1118 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1119 | --oldin | --oldi | --old | --ol | --o)
1120 ac_prev=oldincludedir ;;
1121 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1122 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1123 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1124 oldincludedir=$ac_optarg ;;
1125
1126 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1127 ac_prev=prefix ;;
1128 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1129 prefix=$ac_optarg ;;
1130
1131 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1132 | --program-pre | --program-pr | --program-p)
1133 ac_prev=program_prefix ;;
1134 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1135 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1136 program_prefix=$ac_optarg ;;
1137
1138 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1139 | --program-suf | --program-su | --program-s)
1140 ac_prev=program_suffix ;;
1141 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1142 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1143 program_suffix=$ac_optarg ;;
1144
1145 -program-transform-name | --program-transform-name \
1146 | --program-transform-nam | --program-transform-na \
1147 | --program-transform-n | --program-transform- \
1148 | --program-transform | --program-transfor \
1149 | --program-transfo | --program-transf \
1150 | --program-trans | --program-tran \
1151 | --progr-tra | --program-tr | --program-t)
1152 ac_prev=program_transform_name ;;
1153 -program-transform-name=* | --program-transform-name=* \
1154 | --program-transform-nam=* | --program-transform-na=* \
1155 | --program-transform-n=* | --program-transform-=* \
1156 | --program-transform=* | --program-transfor=* \
1157 | --program-transfo=* | --program-transf=* \
1158 | --program-trans=* | --program-tran=* \
1159 | --progr-tra=* | --program-tr=* | --program-t=*)
1160 program_transform_name=$ac_optarg ;;
1161
1162 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1163 ac_prev=pdfdir ;;
1164 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1165 pdfdir=$ac_optarg ;;
1166
1167 -psdir | --psdir | --psdi | --psd | --ps)
1168 ac_prev=psdir ;;
1169 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1170 psdir=$ac_optarg ;;
1171
1172 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1173 | -silent | --silent | --silen | --sile | --sil)
1174 silent=yes ;;
1175
1176 -runstatedir | --runstatedir | --runstatedi | --runstated \
1177 | --runstate | --runstat | --runsta | --runst | --runs \
1178 | --run | --ru | --r)
1179 ac_prev=runstatedir ;;
1180 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1181 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1182 | --run=* | --ru=* | --r=*)
1183 runstatedir=$ac_optarg ;;
1184
1185 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1186 ac_prev=sbindir ;;
1187 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1188 | --sbi=* | --sb=*)
1189 sbindir=$ac_optarg ;;
1190
1191 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1192 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1193 | --sharedst | --shareds | --shared | --share | --shar \
1194 | --sha | --sh)
1195 ac_prev=sharedstatedir ;;
1196 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1197 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1198 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1199 | --sha=* | --sh=*)
1200 sharedstatedir=$ac_optarg ;;
1201
1202 -site | --site | --sit)
1203 ac_prev=site ;;
1204 -site=* | --site=* | --sit=*)
1205 site=$ac_optarg ;;
1206
1207 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1208 ac_prev=srcdir ;;
1209 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1210 srcdir=$ac_optarg ;;
1211
1212 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1213 | --syscon | --sysco | --sysc | --sys | --sy)
1214 ac_prev=sysconfdir ;;
1215 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1216 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1217 sysconfdir=$ac_optarg ;;
1218
1219 -target | --target | --targe | --targ | --tar | --ta | --t)
1220 ac_prev=target_alias ;;
1221 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1222 target_alias=$ac_optarg ;;
1223
1224 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1225 verbose=yes ;;
1226
1227 -version | --version | --versio | --versi | --vers | -V)
1228 ac_init_version=: ;;
1229
1230 -with-* | --with-*)
1231 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1232 # Reject names that are not valid shell variable names.
1233 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1234 as_fn_error $? "invalid package name: $ac_useropt"
1235 ac_useropt_orig=$ac_useropt
1236 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1237 case $ac_user_opts in
1238 *"
1239 "with_$ac_useropt"
1240 "*) ;;
1241 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1242 ac_unrecognized_sep=', ';;
1243 esac
1244 eval with_$ac_useropt=\$ac_optarg ;;
1245
1246 -without-* | --without-*)
1247 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1248 # Reject names that are not valid shell variable names.
1249 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1250 as_fn_error $? "invalid package name: $ac_useropt"
1251 ac_useropt_orig=$ac_useropt
1252 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1253 case $ac_user_opts in
1254 *"
1255 "with_$ac_useropt"
1256 "*) ;;
1257 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1258 ac_unrecognized_sep=', ';;
1259 esac
1260 eval with_$ac_useropt=no ;;
1261
1262 --x)
1263 # Obsolete; use --with-x.
1264 with_x=yes ;;
1265
1266 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1267 | --x-incl | --x-inc | --x-in | --x-i)
1268 ac_prev=x_includes ;;
1269 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1270 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1271 x_includes=$ac_optarg ;;
1272
1273 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1274 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1275 ac_prev=x_libraries ;;
1276 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1277 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1278 x_libraries=$ac_optarg ;;
1279
1280 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1281 Try \`$0 --help' for more information"
1282 ;;
1283
1284 *=*)
1285 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1286 # Reject names that are not valid shell variable names.
1287 case $ac_envvar in #(
1288 '' | [0-9]* | *[!_$as_cr_alnum]* )
1289 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1290 esac
1291 eval $ac_envvar=\$ac_optarg
1292 export $ac_envvar ;;
1293
1294 *)
1295 # FIXME: should be removed in autoconf 3.0.
1296 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1297 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1298 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1299 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1300 ;;
1301
1302 esac
1303 done
1304
1305 if test -n "$ac_prev"; then
1306 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1307 as_fn_error $? "missing argument to $ac_option"
1308 fi
1309
1310 if test -n "$ac_unrecognized_opts"; then
1311 case $enable_option_checking in
1312 no) ;;
1313 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1314 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1315 esac
1316 fi
1317
1318 # Check all directory arguments for consistency.
1319 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1320 datadir sysconfdir sharedstatedir localstatedir includedir \
1321 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1322 libdir localedir mandir runstatedir
1323 do
1324 eval ac_val=\$$ac_var
1325 # Remove trailing slashes.
1326 case $ac_val in
1327 */ )
1328 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1329 eval $ac_var=\$ac_val;;
1330 esac
1331 # Be sure to have absolute directory names.
1332 case $ac_val in
1333 [\\/$]* | ?:[\\/]* ) continue;;
1334 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1335 esac
1336 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1337 done
1338
1339 # There might be people who depend on the old broken behavior: `$host'
1340 # used to hold the argument of --host etc.
1341 # FIXME: To remove some day.
1342 build=$build_alias
1343 host=$host_alias
1344 target=$target_alias
1345
1346 # FIXME: To remove some day.
1347 if test "x$host_alias" != x; then
1348 if test "x$build_alias" = x; then
1349 cross_compiling=maybe
1350 elif test "x$build_alias" != "x$host_alias"; then
1351 cross_compiling=yes
1352 fi
1353 fi
1354
1355 ac_tool_prefix=
1356 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1357
1358 test "$silent" = yes && exec 6>/dev/null
1359
1360
1361 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1362 ac_ls_di=`ls -di .` &&
1363 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1364 as_fn_error $? "working directory cannot be determined"
1365 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1366 as_fn_error $? "pwd does not report name of working directory"
1367
1368
1369 # Find the source files, if location was not specified.
1370 if test -z "$srcdir"; then
1371 ac_srcdir_defaulted=yes
1372 # Try the directory containing this script, then the parent directory.
1373 ac_confdir=`$as_dirname -- "$as_myself" ||
1374 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1375 X"$as_myself" : 'X\(//\)[^/]' \| \
1376 X"$as_myself" : 'X\(//\)$' \| \
1377 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1378 $as_echo X"$as_myself" |
1379 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1380 s//\1/
1381 q
1382 }
1383 /^X\(\/\/\)[^/].*/{
1384 s//\1/
1385 q
1386 }
1387 /^X\(\/\/\)$/{
1388 s//\1/
1389 q
1390 }
1391 /^X\(\/\).*/{
1392 s//\1/
1393 q
1394 }
1395 s/.*/./; q'`
1396 srcdir=$ac_confdir
1397 if test ! -r "$srcdir/$ac_unique_file"; then
1398 srcdir=..
1399 fi
1400 else
1401 ac_srcdir_defaulted=no
1402 fi
1403 if test ! -r "$srcdir/$ac_unique_file"; then
1404 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1405 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1406 fi
1407 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1408 ac_abs_confdir=`(
1409 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1410 pwd)`
1411 # When building in place, set srcdir=.
1412 if test "$ac_abs_confdir" = "$ac_pwd"; then
1413 srcdir=.
1414 fi
1415 # Remove unnecessary trailing slashes from srcdir.
1416 # Double slashes in file names in object file debugging info
1417 # mess up M-x gdb in Emacs.
1418 case $srcdir in
1419 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1420 esac
1421 for ac_var in $ac_precious_vars; do
1422 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1423 eval ac_env_${ac_var}_value=\$${ac_var}
1424 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1425 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1426 done
1427
1428 #
1429 # Report the --help message.
1430 #
1431 if test "$ac_init_help" = "long"; then
1432 # Omit some internal or obsolete options to make the list less imposing.
1433 # This message is too long to be a string in the A/UX 3.1 sh.
1434 cat <<_ACEOF
1435 \`configure' configures zfs 0.6.5.9 to adapt to many kinds of systems.
1436
1437 Usage: $0 [OPTION]... [VAR=VALUE]...
1438
1439 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1440 VAR=VALUE. See below for descriptions of some of the useful variables.
1441
1442 Defaults for the options are specified in brackets.
1443
1444 Configuration:
1445 -h, --help display this help and exit
1446 --help=short display options specific to this package
1447 --help=recursive display the short help of all the included packages
1448 -V, --version display version information and exit
1449 -q, --quiet, --silent do not print \`checking ...' messages
1450 --cache-file=FILE cache test results in FILE [disabled]
1451 -C, --config-cache alias for \`--cache-file=config.cache'
1452 -n, --no-create do not create output files
1453 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1454
1455 Installation directories:
1456 --prefix=PREFIX install architecture-independent files in PREFIX
1457 [$ac_default_prefix]
1458 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1459 [PREFIX]
1460
1461 By default, \`make install' will install all the files in
1462 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1463 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1464 for instance \`--prefix=\$HOME'.
1465
1466 For better control, use the options below.
1467
1468 Fine tuning of the installation directories:
1469 --bindir=DIR user executables [EPREFIX/bin]
1470 --sbindir=DIR system admin executables [EPREFIX/sbin]
1471 --libexecdir=DIR program executables [EPREFIX/libexec]
1472 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1473 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1474 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1475 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1476 --libdir=DIR object code libraries [EPREFIX/lib]
1477 --includedir=DIR C header files [PREFIX/include]
1478 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1479 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1480 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1481 --infodir=DIR info documentation [DATAROOTDIR/info]
1482 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1483 --mandir=DIR man documentation [DATAROOTDIR/man]
1484 --docdir=DIR documentation root [DATAROOTDIR/doc/zfs]
1485 --htmldir=DIR html documentation [DOCDIR]
1486 --dvidir=DIR dvi documentation [DOCDIR]
1487 --pdfdir=DIR pdf documentation [DOCDIR]
1488 --psdir=DIR ps documentation [DOCDIR]
1489 _ACEOF
1490
1491 cat <<\_ACEOF
1492
1493 Program names:
1494 --program-prefix=PREFIX prepend PREFIX to installed program names
1495 --program-suffix=SUFFIX append SUFFIX to installed program names
1496 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1497
1498 System types:
1499 --build=BUILD configure for building on BUILD [guessed]
1500 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1501 --target=TARGET configure for building compilers for TARGET [HOST]
1502 _ACEOF
1503 fi
1504
1505 if test -n "$ac_init_help"; then
1506 case $ac_init_help in
1507 short | recursive ) echo "Configuration of zfs 0.6.5.9:";;
1508 esac
1509 cat <<\_ACEOF
1510
1511 Optional Features:
1512 --disable-option-checking ignore unrecognized --enable/--with options
1513 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1514 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1515 --enable-maintainer-mode
1516 enable make rules and dependencies not useful (and
1517 sometimes confusing) to the casual installer
1518 --enable-silent-rules less verbose build output (undo: "make V=1")
1519 --disable-silent-rules verbose build output (undo: "make V=0")
1520 --enable-dependency-tracking
1521 do not reject slow dependency extractors
1522 --disable-dependency-tracking
1523 speeds up one-time build
1524 --enable-shared[=PKGS] build shared libraries [default=yes]
1525 --enable-static[=PKGS] build static libraries [default=yes]
1526 --enable-fast-install[=PKGS]
1527 optimize for fast installation [default=yes]
1528 --disable-libtool-lock avoid locking (might break parallel builds)
1529 --enable-linux-builtin Configure for builtin in-tree kernel modules
1530 [default=no]
1531 --enable-systemd install systemd unit/preset files [[default: yes]]
1532 --enable-sysvinit install SysV init scripts [default: yes]
1533 --enable-debug Enable generic debug support [default=no]
1534 --enable-debug-dmu-tx Enable dmu tx validation [default=no]
1535
1536 Optional Packages:
1537 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1538 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1539 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
1540 both]
1541 --with-aix-soname=aix|svr4|both
1542 shared library versioning (aka "SONAME") variant to
1543 provide on AIX, [default=aix].
1544 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1545 --with-sysroot[=DIR] Search for dependent libraries within DIR (or the
1546 compiler's sysroot if not specified).
1547 --with-spec=SPEC Spec files 'generic|redhat'
1548 --with-config=CONFIG Config file 'kernel|user|all|srpm'
1549 --with-mounthelperdir=DIR
1550 install mount.zfs in dir [[/sbin]]
1551 --with-udevdir=DIR install udev helpers [default=check]
1552 --with-udevruledir=DIR install udev rules [[UDEVDIR/rules.d]]
1553 --with-systemdunitdir=DIR
1554 install systemd unit files in dir
1555 [[/usr/lib/systemd/system]]
1556 --with-systemdpresetdir=DIR
1557 install systemd preset files in dir
1558 [[/usr/lib/systemd/system-preset]]
1559 --with-systemdmodulesloaddir=DIR
1560 install systemd module load files into dir
1561 [[/usr/lib/modules-load.d]]
1562 --with-dracutdir=DIR install dracut helpers [default=check]
1563 --with-blkid support blkid caching [default=check]
1564 --with-linux=PATH Path to kernel source
1565 --with-linux-obj=PATH Path to kernel build objects
1566 --with-spl=PATH Path to spl source
1567 --with-spl-obj=PATH Path to spl build objects
1568 --with-spl-timeout=SECS Wait SECS for SPL header and symver file [default=0]
1569
1570 Some influential environment variables:
1571 CC C compiler command
1572 CFLAGS C compiler flags
1573 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1574 nonstandard directory <lib dir>
1575 LIBS libraries to pass to the linker, e.g. -l<library>
1576 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1577 you have headers in a nonstandard directory <include dir>
1578 LT_SYS_LIBRARY_PATH
1579 User-defined run-time library search path.
1580 CPP C preprocessor
1581 CCAS assembler compiler command (defaults to CC)
1582 CCASFLAGS assembler compiler flags (defaults to CFLAGS)
1583
1584 Use these variables to override the choices made by `configure' or to help
1585 it to find libraries and programs with nonstandard names/locations.
1586
1587 Report bugs to the package provider.
1588 _ACEOF
1589 ac_status=$?
1590 fi
1591
1592 if test "$ac_init_help" = "recursive"; then
1593 # If there are subdirs, report their specific --help.
1594 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1595 test -d "$ac_dir" ||
1596 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1597 continue
1598 ac_builddir=.
1599
1600 case "$ac_dir" in
1601 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1602 *)
1603 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1604 # A ".." for each directory in $ac_dir_suffix.
1605 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1606 case $ac_top_builddir_sub in
1607 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1608 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1609 esac ;;
1610 esac
1611 ac_abs_top_builddir=$ac_pwd
1612 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1613 # for backward compatibility:
1614 ac_top_builddir=$ac_top_build_prefix
1615
1616 case $srcdir in
1617 .) # We are building in place.
1618 ac_srcdir=.
1619 ac_top_srcdir=$ac_top_builddir_sub
1620 ac_abs_top_srcdir=$ac_pwd ;;
1621 [\\/]* | ?:[\\/]* ) # Absolute name.
1622 ac_srcdir=$srcdir$ac_dir_suffix;
1623 ac_top_srcdir=$srcdir
1624 ac_abs_top_srcdir=$srcdir ;;
1625 *) # Relative name.
1626 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1627 ac_top_srcdir=$ac_top_build_prefix$srcdir
1628 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1629 esac
1630 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1631
1632 cd "$ac_dir" || { ac_status=$?; continue; }
1633 # Check for guested configure.
1634 if test -f "$ac_srcdir/configure.gnu"; then
1635 echo &&
1636 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1637 elif test -f "$ac_srcdir/configure"; then
1638 echo &&
1639 $SHELL "$ac_srcdir/configure" --help=recursive
1640 else
1641 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1642 fi || ac_status=$?
1643 cd "$ac_pwd" || { ac_status=$?; break; }
1644 done
1645 fi
1646
1647 test -n "$ac_init_help" && exit $ac_status
1648 if $ac_init_version; then
1649 cat <<\_ACEOF
1650 zfs configure 0.6.5.9
1651 generated by GNU Autoconf 2.69
1652
1653 Copyright (C) 2012 Free Software Foundation, Inc.
1654 This configure script is free software; the Free Software Foundation
1655 gives unlimited permission to copy, distribute and modify it.
1656 _ACEOF
1657 exit
1658 fi
1659
1660 ## ------------------------ ##
1661 ## Autoconf initialization. ##
1662 ## ------------------------ ##
1663
1664 # ac_fn_c_try_compile LINENO
1665 # --------------------------
1666 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1667 ac_fn_c_try_compile ()
1668 {
1669 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1670 rm -f conftest.$ac_objext
1671 if { { ac_try="$ac_compile"
1672 case "(($ac_try" in
1673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1674 *) ac_try_echo=$ac_try;;
1675 esac
1676 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1677 $as_echo "$ac_try_echo"; } >&5
1678 (eval "$ac_compile") 2>conftest.err
1679 ac_status=$?
1680 if test -s conftest.err; then
1681 grep -v '^ *+' conftest.err >conftest.er1
1682 cat conftest.er1 >&5
1683 mv -f conftest.er1 conftest.err
1684 fi
1685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1686 test $ac_status = 0; } && {
1687 test -z "$ac_c_werror_flag" ||
1688 test ! -s conftest.err
1689 } && test -s conftest.$ac_objext; then :
1690 ac_retval=0
1691 else
1692 $as_echo "$as_me: failed program was:" >&5
1693 sed 's/^/| /' conftest.$ac_ext >&5
1694
1695 ac_retval=1
1696 fi
1697 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1698 as_fn_set_status $ac_retval
1699
1700 } # ac_fn_c_try_compile
1701
1702 # ac_fn_c_try_link LINENO
1703 # -----------------------
1704 # Try to link conftest.$ac_ext, and return whether this succeeded.
1705 ac_fn_c_try_link ()
1706 {
1707 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1708 rm -f conftest.$ac_objext conftest$ac_exeext
1709 if { { ac_try="$ac_link"
1710 case "(($ac_try" in
1711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1712 *) ac_try_echo=$ac_try;;
1713 esac
1714 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1715 $as_echo "$ac_try_echo"; } >&5
1716 (eval "$ac_link") 2>conftest.err
1717 ac_status=$?
1718 if test -s conftest.err; then
1719 grep -v '^ *+' conftest.err >conftest.er1
1720 cat conftest.er1 >&5
1721 mv -f conftest.er1 conftest.err
1722 fi
1723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1724 test $ac_status = 0; } && {
1725 test -z "$ac_c_werror_flag" ||
1726 test ! -s conftest.err
1727 } && test -s conftest$ac_exeext && {
1728 test "$cross_compiling" = yes ||
1729 test -x conftest$ac_exeext
1730 }; then :
1731 ac_retval=0
1732 else
1733 $as_echo "$as_me: failed program was:" >&5
1734 sed 's/^/| /' conftest.$ac_ext >&5
1735
1736 ac_retval=1
1737 fi
1738 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1739 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1740 # interfere with the next link command; also delete a directory that is
1741 # left behind by Apple's compiler. We do this before executing the actions.
1742 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1743 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1744 as_fn_set_status $ac_retval
1745
1746 } # ac_fn_c_try_link
1747
1748 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1749 # -------------------------------------------------------
1750 # Tests whether HEADER exists and can be compiled using the include files in
1751 # INCLUDES, setting the cache variable VAR accordingly.
1752 ac_fn_c_check_header_compile ()
1753 {
1754 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1756 $as_echo_n "checking for $2... " >&6; }
1757 if eval \${$3+:} false; then :
1758 $as_echo_n "(cached) " >&6
1759 else
1760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1761 /* end confdefs.h. */
1762 $4
1763 #include <$2>
1764 _ACEOF
1765 if ac_fn_c_try_compile "$LINENO"; then :
1766 eval "$3=yes"
1767 else
1768 eval "$3=no"
1769 fi
1770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1771 fi
1772 eval ac_res=\$$3
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1774 $as_echo "$ac_res" >&6; }
1775 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1776
1777 } # ac_fn_c_check_header_compile
1778
1779 # ac_fn_c_try_cpp LINENO
1780 # ----------------------
1781 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1782 ac_fn_c_try_cpp ()
1783 {
1784 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1785 if { { ac_try="$ac_cpp conftest.$ac_ext"
1786 case "(($ac_try" in
1787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1788 *) ac_try_echo=$ac_try;;
1789 esac
1790 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1791 $as_echo "$ac_try_echo"; } >&5
1792 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1793 ac_status=$?
1794 if test -s conftest.err; then
1795 grep -v '^ *+' conftest.err >conftest.er1
1796 cat conftest.er1 >&5
1797 mv -f conftest.er1 conftest.err
1798 fi
1799 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1800 test $ac_status = 0; } > conftest.i && {
1801 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1802 test ! -s conftest.err
1803 }; then :
1804 ac_retval=0
1805 else
1806 $as_echo "$as_me: failed program was:" >&5
1807 sed 's/^/| /' conftest.$ac_ext >&5
1808
1809 ac_retval=1
1810 fi
1811 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1812 as_fn_set_status $ac_retval
1813
1814 } # ac_fn_c_try_cpp
1815
1816 # ac_fn_c_try_run LINENO
1817 # ----------------------
1818 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1819 # that executables *can* be run.
1820 ac_fn_c_try_run ()
1821 {
1822 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1823 if { { ac_try="$ac_link"
1824 case "(($ac_try" in
1825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1826 *) ac_try_echo=$ac_try;;
1827 esac
1828 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1829 $as_echo "$ac_try_echo"; } >&5
1830 (eval "$ac_link") 2>&5
1831 ac_status=$?
1832 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1833 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1834 { { case "(($ac_try" in
1835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1836 *) ac_try_echo=$ac_try;;
1837 esac
1838 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1839 $as_echo "$ac_try_echo"; } >&5
1840 (eval "$ac_try") 2>&5
1841 ac_status=$?
1842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1843 test $ac_status = 0; }; }; then :
1844 ac_retval=0
1845 else
1846 $as_echo "$as_me: program exited with status $ac_status" >&5
1847 $as_echo "$as_me: failed program was:" >&5
1848 sed 's/^/| /' conftest.$ac_ext >&5
1849
1850 ac_retval=$ac_status
1851 fi
1852 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1853 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1854 as_fn_set_status $ac_retval
1855
1856 } # ac_fn_c_try_run
1857
1858 # ac_fn_c_check_func LINENO FUNC VAR
1859 # ----------------------------------
1860 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1861 ac_fn_c_check_func ()
1862 {
1863 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1865 $as_echo_n "checking for $2... " >&6; }
1866 if eval \${$3+:} false; then :
1867 $as_echo_n "(cached) " >&6
1868 else
1869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1870 /* end confdefs.h. */
1871 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1872 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1873 #define $2 innocuous_$2
1874
1875 /* System header to define __stub macros and hopefully few prototypes,
1876 which can conflict with char $2 (); below.
1877 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1878 <limits.h> exists even on freestanding compilers. */
1879
1880 #ifdef __STDC__
1881 # include <limits.h>
1882 #else
1883 # include <assert.h>
1884 #endif
1885
1886 #undef $2
1887
1888 /* Override any GCC internal prototype to avoid an error.
1889 Use char because int might match the return type of a GCC
1890 builtin and then its argument prototype would still apply. */
1891 #ifdef __cplusplus
1892 extern "C"
1893 #endif
1894 char $2 ();
1895 /* The GNU C library defines this for functions which it implements
1896 to always fail with ENOSYS. Some functions are actually named
1897 something starting with __ and the normal name is an alias. */
1898 #if defined __stub_$2 || defined __stub___$2
1899 choke me
1900 #endif
1901
1902 int
1903 main ()
1904 {
1905 return $2 ();
1906 ;
1907 return 0;
1908 }
1909 _ACEOF
1910 if ac_fn_c_try_link "$LINENO"; then :
1911 eval "$3=yes"
1912 else
1913 eval "$3=no"
1914 fi
1915 rm -f core conftest.err conftest.$ac_objext \
1916 conftest$ac_exeext conftest.$ac_ext
1917 fi
1918 eval ac_res=\$$3
1919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1920 $as_echo "$ac_res" >&6; }
1921 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1922
1923 } # ac_fn_c_check_func
1924
1925 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1926 # -------------------------------------------------------
1927 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1928 # the include files in INCLUDES and setting the cache variable VAR
1929 # accordingly.
1930 ac_fn_c_check_header_mongrel ()
1931 {
1932 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1933 if eval \${$3+:} false; then :
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1935 $as_echo_n "checking for $2... " >&6; }
1936 if eval \${$3+:} false; then :
1937 $as_echo_n "(cached) " >&6
1938 fi
1939 eval ac_res=\$$3
1940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1941 $as_echo "$ac_res" >&6; }
1942 else
1943 # Is the header compilable?
1944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1945 $as_echo_n "checking $2 usability... " >&6; }
1946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1947 /* end confdefs.h. */
1948 $4
1949 #include <$2>
1950 _ACEOF
1951 if ac_fn_c_try_compile "$LINENO"; then :
1952 ac_header_compiler=yes
1953 else
1954 ac_header_compiler=no
1955 fi
1956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1958 $as_echo "$ac_header_compiler" >&6; }
1959
1960 # Is the header present?
1961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1962 $as_echo_n "checking $2 presence... " >&6; }
1963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1964 /* end confdefs.h. */
1965 #include <$2>
1966 _ACEOF
1967 if ac_fn_c_try_cpp "$LINENO"; then :
1968 ac_header_preproc=yes
1969 else
1970 ac_header_preproc=no
1971 fi
1972 rm -f conftest.err conftest.i conftest.$ac_ext
1973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1974 $as_echo "$ac_header_preproc" >&6; }
1975
1976 # So? What about this header?
1977 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1978 yes:no: )
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1980 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1981 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1982 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1983 ;;
1984 no:yes:* )
1985 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1986 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1987 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1988 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1990 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1991 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1992 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1993 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1994 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1995 ;;
1996 esac
1997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1998 $as_echo_n "checking for $2... " >&6; }
1999 if eval \${$3+:} false; then :
2000 $as_echo_n "(cached) " >&6
2001 else
2002 eval "$3=\$ac_header_compiler"
2003 fi
2004 eval ac_res=\$$3
2005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2006 $as_echo "$ac_res" >&6; }
2007 fi
2008 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2009
2010 } # ac_fn_c_check_header_mongrel
2011 cat >config.log <<_ACEOF
2012 This file contains any messages produced by compilers while
2013 running configure, to aid debugging if configure makes a mistake.
2014
2015 It was created by zfs $as_me 0.6.5.9, which was
2016 generated by GNU Autoconf 2.69. Invocation command line was
2017
2018 $ $0 $@
2019
2020 _ACEOF
2021 exec 5>>config.log
2022 {
2023 cat <<_ASUNAME
2024 ## --------- ##
2025 ## Platform. ##
2026 ## --------- ##
2027
2028 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2029 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2030 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2031 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2032 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2033
2034 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2035 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2036
2037 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2038 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2039 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2040 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2041 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2042 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2043 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2044
2045 _ASUNAME
2046
2047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2048 for as_dir in $PATH
2049 do
2050 IFS=$as_save_IFS
2051 test -z "$as_dir" && as_dir=.
2052 $as_echo "PATH: $as_dir"
2053 done
2054 IFS=$as_save_IFS
2055
2056 } >&5
2057
2058 cat >&5 <<_ACEOF
2059
2060
2061 ## ----------- ##
2062 ## Core tests. ##
2063 ## ----------- ##
2064
2065 _ACEOF
2066
2067
2068 # Keep a trace of the command line.
2069 # Strip out --no-create and --no-recursion so they do not pile up.
2070 # Strip out --silent because we don't want to record it for future runs.
2071 # Also quote any args containing shell meta-characters.
2072 # Make two passes to allow for proper duplicate-argument suppression.
2073 ac_configure_args=
2074 ac_configure_args0=
2075 ac_configure_args1=
2076 ac_must_keep_next=false
2077 for ac_pass in 1 2
2078 do
2079 for ac_arg
2080 do
2081 case $ac_arg in
2082 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2083 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2084 | -silent | --silent | --silen | --sile | --sil)
2085 continue ;;
2086 *\'*)
2087 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2088 esac
2089 case $ac_pass in
2090 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2091 2)
2092 as_fn_append ac_configure_args1 " '$ac_arg'"
2093 if test $ac_must_keep_next = true; then
2094 ac_must_keep_next=false # Got value, back to normal.
2095 else
2096 case $ac_arg in
2097 *=* | --config-cache | -C | -disable-* | --disable-* \
2098 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2099 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2100 | -with-* | --with-* | -without-* | --without-* | --x)
2101 case "$ac_configure_args0 " in
2102 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2103 esac
2104 ;;
2105 -* ) ac_must_keep_next=true ;;
2106 esac
2107 fi
2108 as_fn_append ac_configure_args " '$ac_arg'"
2109 ;;
2110 esac
2111 done
2112 done
2113 { ac_configure_args0=; unset ac_configure_args0;}
2114 { ac_configure_args1=; unset ac_configure_args1;}
2115
2116 # When interrupted or exit'd, cleanup temporary files, and complete
2117 # config.log. We remove comments because anyway the quotes in there
2118 # would cause problems or look ugly.
2119 # WARNING: Use '\'' to represent an apostrophe within the trap.
2120 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2121 trap 'exit_status=$?
2122 # Save into config.log some information that might help in debugging.
2123 {
2124 echo
2125
2126 $as_echo "## ---------------- ##
2127 ## Cache variables. ##
2128 ## ---------------- ##"
2129 echo
2130 # The following way of writing the cache mishandles newlines in values,
2131 (
2132 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2133 eval ac_val=\$$ac_var
2134 case $ac_val in #(
2135 *${as_nl}*)
2136 case $ac_var in #(
2137 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2138 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2139 esac
2140 case $ac_var in #(
2141 _ | IFS | as_nl) ;; #(
2142 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2143 *) { eval $ac_var=; unset $ac_var;} ;;
2144 esac ;;
2145 esac
2146 done
2147 (set) 2>&1 |
2148 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2149 *${as_nl}ac_space=\ *)
2150 sed -n \
2151 "s/'\''/'\''\\\\'\'''\''/g;
2152 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2153 ;; #(
2154 *)
2155 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2156 ;;
2157 esac |
2158 sort
2159 )
2160 echo
2161
2162 $as_echo "## ----------------- ##
2163 ## Output variables. ##
2164 ## ----------------- ##"
2165 echo
2166 for ac_var in $ac_subst_vars
2167 do
2168 eval ac_val=\$$ac_var
2169 case $ac_val in
2170 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2171 esac
2172 $as_echo "$ac_var='\''$ac_val'\''"
2173 done | sort
2174 echo
2175
2176 if test -n "$ac_subst_files"; then
2177 $as_echo "## ------------------- ##
2178 ## File substitutions. ##
2179 ## ------------------- ##"
2180 echo
2181 for ac_var in $ac_subst_files
2182 do
2183 eval ac_val=\$$ac_var
2184 case $ac_val in
2185 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2186 esac
2187 $as_echo "$ac_var='\''$ac_val'\''"
2188 done | sort
2189 echo
2190 fi
2191
2192 if test -s confdefs.h; then
2193 $as_echo "## ----------- ##
2194 ## confdefs.h. ##
2195 ## ----------- ##"
2196 echo
2197 cat confdefs.h
2198 echo
2199 fi
2200 test "$ac_signal" != 0 &&
2201 $as_echo "$as_me: caught signal $ac_signal"
2202 $as_echo "$as_me: exit $exit_status"
2203 } >&5
2204 rm -f core *.core core.conftest.* &&
2205 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2206 exit $exit_status
2207 ' 0
2208 for ac_signal in 1 2 13 15; do
2209 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2210 done
2211 ac_signal=0
2212
2213 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2214 rm -f -r conftest* confdefs.h
2215
2216 $as_echo "/* confdefs.h */" > confdefs.h
2217
2218 # Predefined preprocessor variables.
2219
2220 cat >>confdefs.h <<_ACEOF
2221 #define PACKAGE_NAME "$PACKAGE_NAME"
2222 _ACEOF
2223
2224 cat >>confdefs.h <<_ACEOF
2225 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2226 _ACEOF
2227
2228 cat >>confdefs.h <<_ACEOF
2229 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2230 _ACEOF
2231
2232 cat >>confdefs.h <<_ACEOF
2233 #define PACKAGE_STRING "$PACKAGE_STRING"
2234 _ACEOF
2235
2236 cat >>confdefs.h <<_ACEOF
2237 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2238 _ACEOF
2239
2240 cat >>confdefs.h <<_ACEOF
2241 #define PACKAGE_URL "$PACKAGE_URL"
2242 _ACEOF
2243
2244
2245 # Let the site file select an alternate cache file if it wants to.
2246 # Prefer an explicitly selected file to automatically selected ones.
2247 ac_site_file1=NONE
2248 ac_site_file2=NONE
2249 if test -n "$CONFIG_SITE"; then
2250 # We do not want a PATH search for config.site.
2251 case $CONFIG_SITE in #((
2252 -*) ac_site_file1=./$CONFIG_SITE;;
2253 */*) ac_site_file1=$CONFIG_SITE;;
2254 *) ac_site_file1=./$CONFIG_SITE;;
2255 esac
2256 elif test "x$prefix" != xNONE; then
2257 ac_site_file1=$prefix/share/config.site
2258 ac_site_file2=$prefix/etc/config.site
2259 else
2260 ac_site_file1=$ac_default_prefix/share/config.site
2261 ac_site_file2=$ac_default_prefix/etc/config.site
2262 fi
2263 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2264 do
2265 test "x$ac_site_file" = xNONE && continue
2266 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2267 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2268 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2269 sed 's/^/| /' "$ac_site_file" >&5
2270 . "$ac_site_file" \
2271 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2272 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2273 as_fn_error $? "failed to load site script $ac_site_file
2274 See \`config.log' for more details" "$LINENO" 5; }
2275 fi
2276 done
2277
2278 if test -r "$cache_file"; then
2279 # Some versions of bash will fail to source /dev/null (special files
2280 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2281 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2282 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2283 $as_echo "$as_me: loading cache $cache_file" >&6;}
2284 case $cache_file in
2285 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2286 *) . "./$cache_file";;
2287 esac
2288 fi
2289 else
2290 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2291 $as_echo "$as_me: creating cache $cache_file" >&6;}
2292 >$cache_file
2293 fi
2294
2295 # Check that the precious variables saved in the cache have kept the same
2296 # value.
2297 ac_cache_corrupted=false
2298 for ac_var in $ac_precious_vars; do
2299 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2300 eval ac_new_set=\$ac_env_${ac_var}_set
2301 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2302 eval ac_new_val=\$ac_env_${ac_var}_value
2303 case $ac_old_set,$ac_new_set in
2304 set,)
2305 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2306 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2307 ac_cache_corrupted=: ;;
2308 ,set)
2309 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2310 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2311 ac_cache_corrupted=: ;;
2312 ,);;
2313 *)
2314 if test "x$ac_old_val" != "x$ac_new_val"; then
2315 # differences in whitespace do not lead to failure.
2316 ac_old_val_w=`echo x $ac_old_val`
2317 ac_new_val_w=`echo x $ac_new_val`
2318 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2319 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2320 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2321 ac_cache_corrupted=:
2322 else
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2324 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2325 eval $ac_var=\$ac_old_val
2326 fi
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2328 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2329 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2330 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2331 fi;;
2332 esac
2333 # Pass precious variables to config.status.
2334 if test "$ac_new_set" = set; then
2335 case $ac_new_val in
2336 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2337 *) ac_arg=$ac_var=$ac_new_val ;;
2338 esac
2339 case " $ac_configure_args " in
2340 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2341 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2342 esac
2343 fi
2344 done
2345 if $ac_cache_corrupted; then
2346 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2347 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2348 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2349 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2350 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2351 fi
2352 ## -------------------- ##
2353 ## Main body of script. ##
2354 ## -------------------- ##
2355
2356 ac_ext=c
2357 ac_cpp='$CPP $CPPFLAGS'
2358 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2359 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2360 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2361
2362
2363 ac_ext=c
2364 ac_cpp='$CPP $CPPFLAGS'
2365 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2366 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2367 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2368
2369
2370
2371
2372
2373 for ac_prog in gawk mawk nawk awk
2374 do
2375 # Extract the first word of "$ac_prog", so it can be a program name with args.
2376 set dummy $ac_prog; ac_word=$2
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2378 $as_echo_n "checking for $ac_word... " >&6; }
2379 if ${ac_cv_prog_AWK+:} false; then :
2380 $as_echo_n "(cached) " >&6
2381 else
2382 if test -n "$AWK"; then
2383 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2384 else
2385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2386 for as_dir in $PATH
2387 do
2388 IFS=$as_save_IFS
2389 test -z "$as_dir" && as_dir=.
2390 for ac_exec_ext in '' $ac_executable_extensions; do
2391 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2392 ac_cv_prog_AWK="$ac_prog"
2393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2394 break 2
2395 fi
2396 done
2397 done
2398 IFS=$as_save_IFS
2399
2400 fi
2401 fi
2402 AWK=$ac_cv_prog_AWK
2403 if test -n "$AWK"; then
2404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2405 $as_echo "$AWK" >&6; }
2406 else
2407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2408 $as_echo "no" >&6; }
2409 fi
2410
2411
2412 test -n "$AWK" && break
2413 done
2414
2415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking metadata" >&5
2416 $as_echo_n "checking metadata... " >&6; }
2417
2418 META="$srcdir/META"
2419 _zfs_ac_meta_type="none"
2420 if test -f "$META"; then
2421 _zfs_ac_meta_type="META file"
2422 _dpkg_parsechangelog=$(dpkg-parsechangelog 2>/dev/null)
2423
2424 ZFS_META_NAME=`$AWK -F ':[ \t]+' '$1 ~ /^ *(Name|Project|Package)$/ { print $2; exit }' $META`;
2425 if test -n "$ZFS_META_NAME"; then
2426
2427 cat >>confdefs.h <<_ACEOF
2428 #define ZFS_META_NAME "$ZFS_META_NAME"
2429 _ACEOF
2430
2431
2432 fi
2433
2434 ZFS_META_VERSION=`$AWK -F ':[ \t]+' '$1 ~ /^ *Version$/ { print $2; exit }' $META`;
2435 if test -n "$ZFS_META_VERSION"; then
2436
2437 cat >>confdefs.h <<_ACEOF
2438 #define ZFS_META_VERSION "$ZFS_META_VERSION"
2439 _ACEOF
2440
2441
2442 fi
2443
2444 if test -n "${_dpkg_parsechangelog}"; then
2445 _dpkg_version=$(echo "${_dpkg_parsechangelog}" \
2446 | $AWK '$1 == "Version:" { print $2; }' \
2447 | cut -d- -f1)
2448 if test "${_dpkg_version}" != "$ZFS_META_VERSION"; then
2449 as_fn_error $? "
2450 *** Version $ZFS_META_VERSION in the META file is different than
2451 *** version $_dpkg_version in the debian/changelog file. DKMS and DEB
2452 *** packaging require that these files have the same version.
2453 " "$LINENO" 5
2454 fi
2455 fi
2456
2457 ZFS_META_RELEASE=`$AWK -F ':[ \t]+' '$1 ~ /^ *Release$/ { print $2; exit }' $META`;
2458
2459 if test -n "${_dpkg_parsechangelog}"; then
2460 _dpkg_release=$(echo "${_dpkg_parsechangelog}" \
2461 | $AWK '$1 == "Version:" { print $2; }' \
2462 | cut -d- -f2-)
2463 if test -n "${_dpkg_release}"; then
2464 ZFS_META_RELEASE=${_dpkg_release}
2465 _zfs_ac_meta_type="dpkg-parsechangelog"
2466 fi
2467 elif test ! -f ".nogitrelease" && git rev-parse --git-dir > /dev/null 2>&1; then
2468 _match="${ZFS_META_NAME}-${ZFS_META_VERSION}"
2469 _alias=$(git describe --match=${_match} 2>/dev/null)
2470 _release=$(echo ${_alias}|cut -f3- -d'-'|sed 's/-/_/g')
2471 if test -n "${_release}"; then
2472 ZFS_META_RELEASE=${_release}
2473 _zfs_ac_meta_type="git describe"
2474 fi
2475 fi
2476
2477 if test -n "$ZFS_META_RELEASE"; then
2478
2479 cat >>confdefs.h <<_ACEOF
2480 #define ZFS_META_RELEASE "$ZFS_META_RELEASE"
2481 _ACEOF
2482
2483
2484
2485 RELEASE="$ZFS_META_RELEASE"
2486
2487 fi
2488
2489 ZFS_META_LICENSE=`$AWK -F ':[ \t]+' '$1 ~ /^ *License$/ { print $2; exit }' $META`;
2490 if test -n "$ZFS_META_LICENSE"; then
2491
2492 cat >>confdefs.h <<_ACEOF
2493 #define ZFS_META_LICENSE "$ZFS_META_LICENSE"
2494 _ACEOF
2495
2496
2497 fi
2498
2499 if test -n "$ZFS_META_NAME" -a -n "$ZFS_META_VERSION"; then
2500 ZFS_META_ALIAS="$ZFS_META_NAME-$ZFS_META_VERSION"
2501 test -n "$ZFS_META_RELEASE" &&
2502 ZFS_META_ALIAS="$ZFS_META_ALIAS-$ZFS_META_RELEASE"
2503
2504 cat >>confdefs.h <<_ACEOF
2505 #define ZFS_META_ALIAS "$ZFS_META_ALIAS"
2506 _ACEOF
2507
2508
2509 fi
2510
2511 ZFS_META_DATA=`$AWK -F ':[ \t]+' '$1 ~ /^ *Date$/ { print $2; exit }' $META`;
2512 if test -n "$ZFS_META_DATA"; then
2513
2514 cat >>confdefs.h <<_ACEOF
2515 #define ZFS_META_DATA "$ZFS_META_DATA"
2516 _ACEOF
2517
2518
2519 fi
2520
2521 ZFS_META_AUTHOR=`$AWK -F ':[ \t]+' '$1 ~ /^ *Author$/ { print $2; exit }' $META`;
2522 if test -n "$ZFS_META_AUTHOR"; then
2523
2524 cat >>confdefs.h <<_ACEOF
2525 #define ZFS_META_AUTHOR "$ZFS_META_AUTHOR"
2526 _ACEOF
2527
2528
2529 fi
2530
2531
2532 ZFS_META_LT_CURRENT=`$AWK -F ':[ \t]+' '$1 ~ /^ *LT_Current$/ { print $2; exit }' $META`;
2533 ZFS_META_LT_REVISION=`$AWK -F ':[ \t]+' '$1 ~ /^ *LT_Revision$/ { print $2; exit }' $META`;
2534 ZFS_META_LT_AGE=`$AWK -F ':[ \t]+' '$1 ~ /^ *LT_Age$/ { print $2; exit }' $META`;
2535 if test -n "$ZFS_META_LT_CURRENT" \
2536 -o -n "$ZFS_META_LT_REVISION" \
2537 -o -n "$ZFS_META_LT_AGE"; then
2538 test -n "$ZFS_META_LT_CURRENT" || ZFS_META_LT_CURRENT="0"
2539 test -n "$ZFS_META_LT_REVISION" || ZFS_META_LT_REVISION="0"
2540 test -n "$ZFS_META_LT_AGE" || ZFS_META_LT_AGE="0"
2541
2542 cat >>confdefs.h <<_ACEOF
2543 #define ZFS_META_LT_CURRENT "$ZFS_META_LT_CURRENT"
2544 _ACEOF
2545
2546
2547 cat >>confdefs.h <<_ACEOF
2548 #define ZFS_META_LT_REVISION "$ZFS_META_LT_REVISION"
2549 _ACEOF
2550
2551
2552 cat >>confdefs.h <<_ACEOF
2553 #define ZFS_META_LT_AGE "$ZFS_META_LT_AGE"
2554 _ACEOF
2555
2556
2557
2558
2559 fi
2560 fi
2561
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_zfs_ac_meta_type" >&5
2563 $as_echo "$_zfs_ac_meta_type" >&6; }
2564
2565
2566 ac_aux_dir=
2567 for ac_dir in config "$srcdir"/config; do
2568 if test -f "$ac_dir/install-sh"; then
2569 ac_aux_dir=$ac_dir
2570 ac_install_sh="$ac_aux_dir/install-sh -c"
2571 break
2572 elif test -f "$ac_dir/install.sh"; then
2573 ac_aux_dir=$ac_dir
2574 ac_install_sh="$ac_aux_dir/install.sh -c"
2575 break
2576 elif test -f "$ac_dir/shtool"; then
2577 ac_aux_dir=$ac_dir
2578 ac_install_sh="$ac_aux_dir/shtool install -c"
2579 break
2580 fi
2581 done
2582 if test -z "$ac_aux_dir"; then
2583 as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
2584 fi
2585
2586 # These three variables are undocumented and unsupported,
2587 # and are intended to be withdrawn in a future Autoconf release.
2588 # They can cause serious problems if a builder's source tree is in a directory
2589 # whose full name contains unusual characters.
2590 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2591 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2592 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2593
2594
2595
2596 # Make sure we can run config.sub.
2597 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2598 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2599
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2601 $as_echo_n "checking build system type... " >&6; }
2602 if ${ac_cv_build+:} false; then :
2603 $as_echo_n "(cached) " >&6
2604 else
2605 ac_build_alias=$build_alias
2606 test "x$ac_build_alias" = x &&
2607 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2608 test "x$ac_build_alias" = x &&
2609 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2610 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2611 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2612
2613 fi
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2615 $as_echo "$ac_cv_build" >&6; }
2616 case $ac_cv_build in
2617 *-*-*) ;;
2618 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2619 esac
2620 build=$ac_cv_build
2621 ac_save_IFS=$IFS; IFS='-'
2622 set x $ac_cv_build
2623 shift
2624 build_cpu=$1
2625 build_vendor=$2
2626 shift; shift
2627 # Remember, the first character of IFS is used to create $*,
2628 # except with old shells:
2629 build_os=$*
2630 IFS=$ac_save_IFS
2631 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2632
2633
2634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2635 $as_echo_n "checking host system type... " >&6; }
2636 if ${ac_cv_host+:} false; then :
2637 $as_echo_n "(cached) " >&6
2638 else
2639 if test "x$host_alias" = x; then
2640 ac_cv_host=$ac_cv_build
2641 else
2642 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2643 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2644 fi
2645
2646 fi
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2648 $as_echo "$ac_cv_host" >&6; }
2649 case $ac_cv_host in
2650 *-*-*) ;;
2651 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2652 esac
2653 host=$ac_cv_host
2654 ac_save_IFS=$IFS; IFS='-'
2655 set x $ac_cv_host
2656 shift
2657 host_cpu=$1
2658 host_vendor=$2
2659 shift; shift
2660 # Remember, the first character of IFS is used to create $*,
2661 # except with old shells:
2662 host_os=$*
2663 IFS=$ac_save_IFS
2664 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2665
2666
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2668 $as_echo_n "checking target system type... " >&6; }
2669 if ${ac_cv_target+:} false; then :
2670 $as_echo_n "(cached) " >&6
2671 else
2672 if test "x$target_alias" = x; then
2673 ac_cv_target=$ac_cv_host
2674 else
2675 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2676 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2677 fi
2678
2679 fi
2680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2681 $as_echo "$ac_cv_target" >&6; }
2682 case $ac_cv_target in
2683 *-*-*) ;;
2684 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2685 esac
2686 target=$ac_cv_target
2687 ac_save_IFS=$IFS; IFS='-'
2688 set x $ac_cv_target
2689 shift
2690 target_cpu=$1
2691 target_vendor=$2
2692 shift; shift
2693 # Remember, the first character of IFS is used to create $*,
2694 # except with old shells:
2695 target_os=$*
2696 IFS=$ac_save_IFS
2697 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2698
2699
2700 # The aliases save the names the user supplied, while $host etc.
2701 # will get canonicalized.
2702 test -n "$target_alias" &&
2703 test "$program_prefix$program_suffix$program_transform_name" = \
2704 NONENONEs,x,x, &&
2705 program_prefix=${target_alias}-
2706
2707
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2709 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2710 # Check whether --enable-maintainer-mode was given.
2711 if test "${enable_maintainer_mode+set}" = set; then :
2712 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2713 else
2714 USE_MAINTAINER_MODE=no
2715 fi
2716
2717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2718 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2719 if test $USE_MAINTAINER_MODE = yes; then
2720 MAINTAINER_MODE_TRUE=
2721 MAINTAINER_MODE_FALSE='#'
2722 else
2723 MAINTAINER_MODE_TRUE='#'
2724 MAINTAINER_MODE_FALSE=
2725 fi
2726
2727 MAINT=$MAINTAINER_MODE_TRUE
2728
2729
2730 # Check whether --enable-silent-rules was given.
2731 if test "${enable_silent_rules+set}" = set; then :
2732 enableval=$enable_silent_rules;
2733 fi
2734
2735 case $enable_silent_rules in # (((
2736 yes) AM_DEFAULT_VERBOSITY=0;;
2737 no) AM_DEFAULT_VERBOSITY=1;;
2738 *) AM_DEFAULT_VERBOSITY=0;;
2739 esac
2740 am_make=${MAKE-make}
2741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2742 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2743 if ${am_cv_make_support_nested_variables+:} false; then :
2744 $as_echo_n "(cached) " >&6
2745 else
2746 if $as_echo 'TRUE=$(BAR$(V))
2747 BAR0=false
2748 BAR1=true
2749 V=1
2750 am__doit:
2751 @$(TRUE)
2752 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2753 am_cv_make_support_nested_variables=yes
2754 else
2755 am_cv_make_support_nested_variables=no
2756 fi
2757 fi
2758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2759 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2760 if test $am_cv_make_support_nested_variables = yes; then
2761 AM_V='$(V)'
2762 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2763 else
2764 AM_V=$AM_DEFAULT_VERBOSITY
2765 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2766 fi
2767 AM_BACKSLASH='\'
2768
2769 am__api_version='1.15'
2770
2771 # Find a good install program. We prefer a C program (faster),
2772 # so one script is as good as another. But avoid the broken or
2773 # incompatible versions:
2774 # SysV /etc/install, /usr/sbin/install
2775 # SunOS /usr/etc/install
2776 # IRIX /sbin/install
2777 # AIX /bin/install
2778 # AmigaOS /C/install, which installs bootblocks on floppy discs
2779 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2780 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2781 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2782 # OS/2's system install, which has a completely different semantic
2783 # ./install, which can be erroneously created by make from ./install.sh.
2784 # Reject install programs that cannot install multiple files.
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2786 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2787 if test -z "$INSTALL"; then
2788 if ${ac_cv_path_install+:} false; then :
2789 $as_echo_n "(cached) " >&6
2790 else
2791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2792 for as_dir in $PATH
2793 do
2794 IFS=$as_save_IFS
2795 test -z "$as_dir" && as_dir=.
2796 # Account for people who put trailing slashes in PATH elements.
2797 case $as_dir/ in #((
2798 ./ | .// | /[cC]/* | \
2799 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2800 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2801 /usr/ucb/* ) ;;
2802 *)
2803 # OSF1 and SCO ODT 3.0 have their own names for install.
2804 # Don't use installbsd from OSF since it installs stuff as root
2805 # by default.
2806 for ac_prog in ginstall scoinst install; do
2807 for ac_exec_ext in '' $ac_executable_extensions; do
2808 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2809 if test $ac_prog = install &&
2810 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2811 # AIX install. It has an incompatible calling convention.
2812 :
2813 elif test $ac_prog = install &&
2814 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2815 # program-specific install script used by HP pwplus--don't use.
2816 :
2817 else
2818 rm -rf conftest.one conftest.two conftest.dir
2819 echo one > conftest.one
2820 echo two > conftest.two
2821 mkdir conftest.dir
2822 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2823 test -s conftest.one && test -s conftest.two &&
2824 test -s conftest.dir/conftest.one &&
2825 test -s conftest.dir/conftest.two
2826 then
2827 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2828 break 3
2829 fi
2830 fi
2831 fi
2832 done
2833 done
2834 ;;
2835 esac
2836
2837 done
2838 IFS=$as_save_IFS
2839
2840 rm -rf conftest.one conftest.two conftest.dir
2841
2842 fi
2843 if test "${ac_cv_path_install+set}" = set; then
2844 INSTALL=$ac_cv_path_install
2845 else
2846 # As a last resort, use the slow shell script. Don't cache a
2847 # value for INSTALL within a source directory, because that will
2848 # break other packages using the cache if that directory is
2849 # removed, or if the value is a relative name.
2850 INSTALL=$ac_install_sh
2851 fi
2852 fi
2853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2854 $as_echo "$INSTALL" >&6; }
2855
2856 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2857 # It thinks the first close brace ends the variable substitution.
2858 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2859
2860 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2861
2862 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2863
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2865 $as_echo_n "checking whether build environment is sane... " >&6; }
2866 # Reject unsafe characters in $srcdir or the absolute working directory
2867 # name. Accept space and tab only in the latter.
2868 am_lf='
2869 '
2870 case `pwd` in
2871 *[\\\"\#\$\&\'\`$am_lf]*)
2872 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2873 esac
2874 case $srcdir in
2875 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2876 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2877 esac
2878
2879 # Do 'set' in a subshell so we don't clobber the current shell's
2880 # arguments. Must try -L first in case configure is actually a
2881 # symlink; some systems play weird games with the mod time of symlinks
2882 # (eg FreeBSD returns the mod time of the symlink's containing
2883 # directory).
2884 if (
2885 am_has_slept=no
2886 for am_try in 1 2; do
2887 echo "timestamp, slept: $am_has_slept" > conftest.file
2888 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2889 if test "$*" = "X"; then
2890 # -L didn't work.
2891 set X `ls -t "$srcdir/configure" conftest.file`
2892 fi
2893 if test "$*" != "X $srcdir/configure conftest.file" \
2894 && test "$*" != "X conftest.file $srcdir/configure"; then
2895
2896 # If neither matched, then we have a broken ls. This can happen
2897 # if, for instance, CONFIG_SHELL is bash and it inherits a
2898 # broken ls alias from the environment. This has actually
2899 # happened. Such a system could not be considered "sane".
2900 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2901 alias in your environment" "$LINENO" 5
2902 fi
2903 if test "$2" = conftest.file || test $am_try -eq 2; then
2904 break
2905 fi
2906 # Just in case.
2907 sleep 1
2908 am_has_slept=yes
2909 done
2910 test "$2" = conftest.file
2911 )
2912 then
2913 # Ok.
2914 :
2915 else
2916 as_fn_error $? "newly created file is older than distributed files!
2917 Check your system clock" "$LINENO" 5
2918 fi
2919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2920 $as_echo "yes" >&6; }
2921 # If we didn't sleep, we still need to ensure time stamps of config.status and
2922 # generated files are strictly newer.
2923 am_sleep_pid=
2924 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2925 ( sleep 1 ) &
2926 am_sleep_pid=$!
2927 fi
2928
2929 rm -f conftest.file
2930
2931 test "$program_prefix" != NONE &&
2932 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2933 # Use a double $ so make ignores it.
2934 test "$program_suffix" != NONE &&
2935 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2936 # Double any \ or $.
2937 # By default was `s,x,x', remove it if useless.
2938 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2939 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2940
2941 # Expand $ac_aux_dir to an absolute path.
2942 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2943
2944 if test x"${MISSING+set}" != xset; then
2945 case $am_aux_dir in
2946 *\ * | *\ *)
2947 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2948 *)
2949 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2950 esac
2951 fi
2952 # Use eval to expand $SHELL
2953 if eval "$MISSING --is-lightweight"; then
2954 am_missing_run="$MISSING "
2955 else
2956 am_missing_run=
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2958 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2959 fi
2960
2961 if test x"${install_sh+set}" != xset; then
2962 case $am_aux_dir in
2963 *\ * | *\ *)
2964 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2965 *)
2966 install_sh="\${SHELL} $am_aux_dir/install-sh"
2967 esac
2968 fi
2969
2970 # Installed binaries are usually stripped using 'strip' when the user
2971 # run "make install-strip". However 'strip' might not be the right
2972 # tool to use in cross-compilation environments, therefore Automake
2973 # will honor the 'STRIP' environment variable to overrule this program.
2974 if test "$cross_compiling" != no; then
2975 if test -n "$ac_tool_prefix"; then
2976 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2977 set dummy ${ac_tool_prefix}strip; ac_word=$2
2978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2979 $as_echo_n "checking for $ac_word... " >&6; }
2980 if ${ac_cv_prog_STRIP+:} false; then :
2981 $as_echo_n "(cached) " >&6
2982 else
2983 if test -n "$STRIP"; then
2984 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2985 else
2986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2987 for as_dir in $PATH
2988 do
2989 IFS=$as_save_IFS
2990 test -z "$as_dir" && as_dir=.
2991 for ac_exec_ext in '' $ac_executable_extensions; do
2992 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2993 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2995 break 2
2996 fi
2997 done
2998 done
2999 IFS=$as_save_IFS
3000
3001 fi
3002 fi
3003 STRIP=$ac_cv_prog_STRIP
3004 if test -n "$STRIP"; then
3005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3006 $as_echo "$STRIP" >&6; }
3007 else
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3009 $as_echo "no" >&6; }
3010 fi
3011
3012
3013 fi
3014 if test -z "$ac_cv_prog_STRIP"; then
3015 ac_ct_STRIP=$STRIP
3016 # Extract the first word of "strip", so it can be a program name with args.
3017 set dummy strip; ac_word=$2
3018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3019 $as_echo_n "checking for $ac_word... " >&6; }
3020 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3021 $as_echo_n "(cached) " >&6
3022 else
3023 if test -n "$ac_ct_STRIP"; then
3024 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3025 else
3026 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3027 for as_dir in $PATH
3028 do
3029 IFS=$as_save_IFS
3030 test -z "$as_dir" && as_dir=.
3031 for ac_exec_ext in '' $ac_executable_extensions; do
3032 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3033 ac_cv_prog_ac_ct_STRIP="strip"
3034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3035 break 2
3036 fi
3037 done
3038 done
3039 IFS=$as_save_IFS
3040
3041 fi
3042 fi
3043 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3044 if test -n "$ac_ct_STRIP"; then
3045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3046 $as_echo "$ac_ct_STRIP" >&6; }
3047 else
3048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3049 $as_echo "no" >&6; }
3050 fi
3051
3052 if test "x$ac_ct_STRIP" = x; then
3053 STRIP=":"
3054 else
3055 case $cross_compiling:$ac_tool_warned in
3056 yes:)
3057 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3058 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3059 ac_tool_warned=yes ;;
3060 esac
3061 STRIP=$ac_ct_STRIP
3062 fi
3063 else
3064 STRIP="$ac_cv_prog_STRIP"
3065 fi
3066
3067 fi
3068 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3069
3070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3071 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3072 if test -z "$MKDIR_P"; then
3073 if ${ac_cv_path_mkdir+:} false; then :
3074 $as_echo_n "(cached) " >&6
3075 else
3076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3077 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3078 do
3079 IFS=$as_save_IFS
3080 test -z "$as_dir" && as_dir=.
3081 for ac_prog in mkdir gmkdir; do
3082 for ac_exec_ext in '' $ac_executable_extensions; do
3083 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3084 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3085 'mkdir (GNU coreutils) '* | \
3086 'mkdir (coreutils) '* | \
3087 'mkdir (fileutils) '4.1*)
3088 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3089 break 3;;
3090 esac
3091 done
3092 done
3093 done
3094 IFS=$as_save_IFS
3095
3096 fi
3097
3098 test -d ./--version && rmdir ./--version
3099 if test "${ac_cv_path_mkdir+set}" = set; then
3100 MKDIR_P="$ac_cv_path_mkdir -p"
3101 else
3102 # As a last resort, use the slow shell script. Don't cache a
3103 # value for MKDIR_P within a source directory, because that will
3104 # break other packages using the cache if that directory is
3105 # removed, or if the value is a relative name.
3106 MKDIR_P="$ac_install_sh -d"
3107 fi
3108 fi
3109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3110 $as_echo "$MKDIR_P" >&6; }
3111
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3113 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3114 set x ${MAKE-make}
3115 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3116 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3117 $as_echo_n "(cached) " >&6
3118 else
3119 cat >conftest.make <<\_ACEOF
3120 SHELL = /bin/sh
3121 all:
3122 @echo '@@@%%%=$(MAKE)=@@@%%%'
3123 _ACEOF
3124 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3125 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3126 *@@@%%%=?*=@@@%%%*)
3127 eval ac_cv_prog_make_${ac_make}_set=yes;;
3128 *)
3129 eval ac_cv_prog_make_${ac_make}_set=no;;
3130 esac
3131 rm -f conftest.make
3132 fi
3133 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3135 $as_echo "yes" >&6; }
3136 SET_MAKE=
3137 else
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3139 $as_echo "no" >&6; }
3140 SET_MAKE="MAKE=${MAKE-make}"
3141 fi
3142
3143 rm -rf .tst 2>/dev/null
3144 mkdir .tst 2>/dev/null
3145 if test -d .tst; then
3146 am__leading_dot=.
3147 else
3148 am__leading_dot=_
3149 fi
3150 rmdir .tst 2>/dev/null
3151
3152 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3153 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3154 # is not polluted with repeated "-I."
3155 am__isrc=' -I$(srcdir)'
3156 # test to see if srcdir already configured
3157 if test -f $srcdir/config.status; then
3158 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3159 fi
3160 fi
3161
3162 # test whether we have cygpath
3163 if test -z "$CYGPATH_W"; then
3164 if (cygpath --version) >/dev/null 2>/dev/null; then
3165 CYGPATH_W='cygpath -w'
3166 else
3167 CYGPATH_W=echo
3168 fi
3169 fi
3170
3171
3172 # Define the identity of the package.
3173 PACKAGE='zfs'
3174 VERSION='0.6.5.9'
3175
3176
3177 cat >>confdefs.h <<_ACEOF
3178 #define PACKAGE "$PACKAGE"
3179 _ACEOF
3180
3181
3182 cat >>confdefs.h <<_ACEOF
3183 #define VERSION "$VERSION"
3184 _ACEOF
3185
3186 # Some tools Automake needs.
3187
3188 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3189
3190
3191 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3192
3193
3194 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3195
3196
3197 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3198
3199
3200 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3201
3202 # For better backward compatibility. To be removed once Automake 1.9.x
3203 # dies out for good. For more background, see:
3204 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3205 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3206 mkdir_p='$(MKDIR_P)'
3207
3208 # We need awk for the "check" target (and possibly the TAP driver). The
3209 # system "awk" is bad on some platforms.
3210 # Always define AMTAR for backward compatibility. Yes, it's still used
3211 # in the wild :-( We should find a proper way to deprecate it ...
3212 AMTAR='$${TAR-tar}'
3213
3214
3215 # We'll loop over all known methods to create a tar archive until one works.
3216 _am_tools='gnutar pax cpio none'
3217
3218 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3219
3220
3221
3222
3223
3224
3225 # POSIX will say in a future version that running "rm -f" with no argument
3226 # is OK; and we want to be able to make that assumption in our Makefile
3227 # recipes. So use an aggressive probe to check that the usage we want is
3228 # actually supported "in the wild" to an acceptable degree.
3229 # See automake bug#10828.
3230 # To make any issue more visible, cause the running configure to be aborted
3231 # by default if the 'rm' program in use doesn't match our expectations; the
3232 # user can still override this though.
3233 if rm -f && rm -fr && rm -rf; then : OK; else
3234 cat >&2 <<'END'
3235 Oops!
3236
3237 Your 'rm' program seems unable to run without file operands specified
3238 on the command line, even when the '-f' option is present. This is contrary
3239 to the behaviour of most rm programs out there, and not conforming with
3240 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3241
3242 Please tell bug-automake@gnu.org about your system, including the value
3243 of your $PATH and any error possibly output before this message. This
3244 can help us improve future automake versions.
3245
3246 END
3247 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3248 echo 'Configuration will proceed anyway, since you have set the' >&2
3249 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3250 echo >&2
3251 else
3252 cat >&2 <<'END'
3253 Aborting the configuration process, to ensure you take notice of the issue.
3254
3255 You can download and install GNU coreutils to get an 'rm' implementation
3256 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3257
3258 If you want to complete the configuration process using your problematic
3259 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3260 to "yes", and re-run configure.
3261
3262 END
3263 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3264 fi
3265 fi
3266
3267 ac_config_headers="$ac_config_headers zfs_config.h"
3268
3269
3270
3271 ac_ext=c
3272 ac_cpp='$CPP $CPPFLAGS'
3273 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3274 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3275 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3276 if test -n "$ac_tool_prefix"; then
3277 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3278 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3280 $as_echo_n "checking for $ac_word... " >&6; }
3281 if ${ac_cv_prog_CC+:} false; then :
3282 $as_echo_n "(cached) " >&6
3283 else
3284 if test -n "$CC"; then
3285 ac_cv_prog_CC="$CC" # Let the user override the test.
3286 else
3287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3288 for as_dir in $PATH
3289 do
3290 IFS=$as_save_IFS
3291 test -z "$as_dir" && as_dir=.
3292 for ac_exec_ext in '' $ac_executable_extensions; do
3293 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3294 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3296 break 2
3297 fi
3298 done
3299 done
3300 IFS=$as_save_IFS
3301
3302 fi
3303 fi
3304 CC=$ac_cv_prog_CC
3305 if test -n "$CC"; then
3306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3307 $as_echo "$CC" >&6; }
3308 else
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3310 $as_echo "no" >&6; }
3311 fi
3312
3313
3314 fi
3315 if test -z "$ac_cv_prog_CC"; then
3316 ac_ct_CC=$CC
3317 # Extract the first word of "gcc", so it can be a program name with args.
3318 set dummy gcc; ac_word=$2
3319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3320 $as_echo_n "checking for $ac_word... " >&6; }
3321 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3322 $as_echo_n "(cached) " >&6
3323 else
3324 if test -n "$ac_ct_CC"; then
3325 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3326 else
3327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3328 for as_dir in $PATH
3329 do
3330 IFS=$as_save_IFS
3331 test -z "$as_dir" && as_dir=.
3332 for ac_exec_ext in '' $ac_executable_extensions; do
3333 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3334 ac_cv_prog_ac_ct_CC="gcc"
3335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3336 break 2
3337 fi
3338 done
3339 done
3340 IFS=$as_save_IFS
3341
3342 fi
3343 fi
3344 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3345 if test -n "$ac_ct_CC"; then
3346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3347 $as_echo "$ac_ct_CC" >&6; }
3348 else
3349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3350 $as_echo "no" >&6; }
3351 fi
3352
3353 if test "x$ac_ct_CC" = x; then
3354 CC=""
3355 else
3356 case $cross_compiling:$ac_tool_warned in
3357 yes:)
3358 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3359 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3360 ac_tool_warned=yes ;;
3361 esac
3362 CC=$ac_ct_CC
3363 fi
3364 else
3365 CC="$ac_cv_prog_CC"
3366 fi
3367
3368 if test -z "$CC"; then
3369 if test -n "$ac_tool_prefix"; then
3370 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3371 set dummy ${ac_tool_prefix}cc; ac_word=$2
3372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3373 $as_echo_n "checking for $ac_word... " >&6; }
3374 if ${ac_cv_prog_CC+:} false; then :
3375 $as_echo_n "(cached) " >&6
3376 else
3377 if test -n "$CC"; then
3378 ac_cv_prog_CC="$CC" # Let the user override the test.
3379 else
3380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3381 for as_dir in $PATH
3382 do
3383 IFS=$as_save_IFS
3384 test -z "$as_dir" && as_dir=.
3385 for ac_exec_ext in '' $ac_executable_extensions; do
3386 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3387 ac_cv_prog_CC="${ac_tool_prefix}cc"
3388 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3389 break 2
3390 fi
3391 done
3392 done
3393 IFS=$as_save_IFS
3394
3395 fi
3396 fi
3397 CC=$ac_cv_prog_CC
3398 if test -n "$CC"; then
3399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3400 $as_echo "$CC" >&6; }
3401 else
3402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3403 $as_echo "no" >&6; }
3404 fi
3405
3406
3407 fi
3408 fi
3409 if test -z "$CC"; then
3410 # Extract the first word of "cc", so it can be a program name with args.
3411 set dummy cc; ac_word=$2
3412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3413 $as_echo_n "checking for $ac_word... " >&6; }
3414 if ${ac_cv_prog_CC+:} false; then :
3415 $as_echo_n "(cached) " >&6
3416 else
3417 if test -n "$CC"; then
3418 ac_cv_prog_CC="$CC" # Let the user override the test.
3419 else
3420 ac_prog_rejected=no
3421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3422 for as_dir in $PATH
3423 do
3424 IFS=$as_save_IFS
3425 test -z "$as_dir" && as_dir=.
3426 for ac_exec_ext in '' $ac_executable_extensions; do
3427 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3428 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3429 ac_prog_rejected=yes
3430 continue
3431 fi
3432 ac_cv_prog_CC="cc"
3433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3434 break 2
3435 fi
3436 done
3437 done
3438 IFS=$as_save_IFS
3439
3440 if test $ac_prog_rejected = yes; then
3441 # We found a bogon in the path, so make sure we never use it.
3442 set dummy $ac_cv_prog_CC
3443 shift
3444 if test $# != 0; then
3445 # We chose a different compiler from the bogus one.
3446 # However, it has the same basename, so the bogon will be chosen
3447 # first if we set CC to just the basename; use the full file name.
3448 shift
3449 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3450 fi
3451 fi
3452 fi
3453 fi
3454 CC=$ac_cv_prog_CC
3455 if test -n "$CC"; then
3456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3457 $as_echo "$CC" >&6; }
3458 else
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3460 $as_echo "no" >&6; }
3461 fi
3462
3463
3464 fi
3465 if test -z "$CC"; then
3466 if test -n "$ac_tool_prefix"; then
3467 for ac_prog in cl.exe
3468 do
3469 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3470 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3472 $as_echo_n "checking for $ac_word... " >&6; }
3473 if ${ac_cv_prog_CC+:} false; then :
3474 $as_echo_n "(cached) " >&6
3475 else
3476 if test -n "$CC"; then
3477 ac_cv_prog_CC="$CC" # Let the user override the test.
3478 else
3479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3480 for as_dir in $PATH
3481 do
3482 IFS=$as_save_IFS
3483 test -z "$as_dir" && as_dir=.
3484 for ac_exec_ext in '' $ac_executable_extensions; do
3485 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3486 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3488 break 2
3489 fi
3490 done
3491 done
3492 IFS=$as_save_IFS
3493
3494 fi
3495 fi
3496 CC=$ac_cv_prog_CC
3497 if test -n "$CC"; then
3498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3499 $as_echo "$CC" >&6; }
3500 else
3501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3502 $as_echo "no" >&6; }
3503 fi
3504
3505
3506 test -n "$CC" && break
3507 done
3508 fi
3509 if test -z "$CC"; then
3510 ac_ct_CC=$CC
3511 for ac_prog in cl.exe
3512 do
3513 # Extract the first word of "$ac_prog", so it can be a program name with args.
3514 set dummy $ac_prog; ac_word=$2
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3516 $as_echo_n "checking for $ac_word... " >&6; }
3517 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3518 $as_echo_n "(cached) " >&6
3519 else
3520 if test -n "$ac_ct_CC"; then
3521 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3522 else
3523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3524 for as_dir in $PATH
3525 do
3526 IFS=$as_save_IFS
3527 test -z "$as_dir" && as_dir=.
3528 for ac_exec_ext in '' $ac_executable_extensions; do
3529 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3530 ac_cv_prog_ac_ct_CC="$ac_prog"
3531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3532 break 2
3533 fi
3534 done
3535 done
3536 IFS=$as_save_IFS
3537
3538 fi
3539 fi
3540 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3541 if test -n "$ac_ct_CC"; then
3542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3543 $as_echo "$ac_ct_CC" >&6; }
3544 else
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3546 $as_echo "no" >&6; }
3547 fi
3548
3549
3550 test -n "$ac_ct_CC" && break
3551 done
3552
3553 if test "x$ac_ct_CC" = x; then
3554 CC=""
3555 else
3556 case $cross_compiling:$ac_tool_warned in
3557 yes:)
3558 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3559 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3560 ac_tool_warned=yes ;;
3561 esac
3562 CC=$ac_ct_CC
3563 fi
3564 fi
3565
3566 fi
3567
3568
3569 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3570 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3571 as_fn_error $? "no acceptable C compiler found in \$PATH
3572 See \`config.log' for more details" "$LINENO" 5; }
3573
3574 # Provide some information about the compiler.
3575 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3576 set X $ac_compile
3577 ac_compiler=$2
3578 for ac_option in --version -v -V -qversion; do
3579 { { ac_try="$ac_compiler $ac_option >&5"
3580 case "(($ac_try" in
3581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3582 *) ac_try_echo=$ac_try;;
3583 esac
3584 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3585 $as_echo "$ac_try_echo"; } >&5
3586 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3587 ac_status=$?
3588 if test -s conftest.err; then
3589 sed '10a\
3590 ... rest of stderr output deleted ...
3591 10q' conftest.err >conftest.er1
3592 cat conftest.er1 >&5
3593 fi
3594 rm -f conftest.er1 conftest.err
3595 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3596 test $ac_status = 0; }
3597 done
3598
3599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3600 /* end confdefs.h. */
3601
3602 int
3603 main ()
3604 {
3605
3606 ;
3607 return 0;
3608 }
3609 _ACEOF
3610 ac_clean_files_save=$ac_clean_files
3611 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3612 # Try to create an executable without -o first, disregard a.out.
3613 # It will help us diagnose broken compilers, and finding out an intuition
3614 # of exeext.
3615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3616 $as_echo_n "checking whether the C compiler works... " >&6; }
3617 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3618
3619 # The possible output files:
3620 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3621
3622 ac_rmfiles=
3623 for ac_file in $ac_files
3624 do
3625 case $ac_file in
3626 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3627 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3628 esac
3629 done
3630 rm -f $ac_rmfiles
3631
3632 if { { ac_try="$ac_link_default"
3633 case "(($ac_try" in
3634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3635 *) ac_try_echo=$ac_try;;
3636 esac
3637 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3638 $as_echo "$ac_try_echo"; } >&5
3639 (eval "$ac_link_default") 2>&5
3640 ac_status=$?
3641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3642 test $ac_status = 0; }; then :
3643 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3644 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3645 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3646 # so that the user can short-circuit this test for compilers unknown to
3647 # Autoconf.
3648 for ac_file in $ac_files ''
3649 do
3650 test -f "$ac_file" || continue
3651 case $ac_file in
3652 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3653 ;;
3654 [ab].out )
3655 # We found the default executable, but exeext='' is most
3656 # certainly right.
3657 break;;
3658 *.* )
3659 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3660 then :; else
3661 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3662 fi
3663 # We set ac_cv_exeext here because the later test for it is not
3664 # safe: cross compilers may not add the suffix if given an `-o'
3665 # argument, so we may need to know it at that point already.
3666 # Even if this section looks crufty: it has the advantage of
3667 # actually working.
3668 break;;
3669 * )
3670 break;;
3671 esac
3672 done
3673 test "$ac_cv_exeext" = no && ac_cv_exeext=
3674
3675 else
3676 ac_file=''
3677 fi
3678 if test -z "$ac_file"; then :
3679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3680 $as_echo "no" >&6; }
3681 $as_echo "$as_me: failed program was:" >&5
3682 sed 's/^/| /' conftest.$ac_ext >&5
3683
3684 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3685 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3686 as_fn_error 77 "C compiler cannot create executables
3687 See \`config.log' for more details" "$LINENO" 5; }
3688 else
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3690 $as_echo "yes" >&6; }
3691 fi
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3693 $as_echo_n "checking for C compiler default output file name... " >&6; }
3694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3695 $as_echo "$ac_file" >&6; }
3696 ac_exeext=$ac_cv_exeext
3697
3698 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3699 ac_clean_files=$ac_clean_files_save
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3701 $as_echo_n "checking for suffix of executables... " >&6; }
3702 if { { ac_try="$ac_link"
3703 case "(($ac_try" in
3704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3705 *) ac_try_echo=$ac_try;;
3706 esac
3707 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3708 $as_echo "$ac_try_echo"; } >&5
3709 (eval "$ac_link") 2>&5
3710 ac_status=$?
3711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3712 test $ac_status = 0; }; then :
3713 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3714 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3715 # work properly (i.e., refer to `conftest.exe'), while it won't with
3716 # `rm'.
3717 for ac_file in conftest.exe conftest conftest.*; do
3718 test -f "$ac_file" || continue
3719 case $ac_file in
3720 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3721 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3722 break;;
3723 * ) break;;
3724 esac
3725 done
3726 else
3727 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3728 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3729 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3730 See \`config.log' for more details" "$LINENO" 5; }
3731 fi
3732 rm -f conftest conftest$ac_cv_exeext
3733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3734 $as_echo "$ac_cv_exeext" >&6; }
3735
3736 rm -f conftest.$ac_ext
3737 EXEEXT=$ac_cv_exeext
3738 ac_exeext=$EXEEXT
3739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3740 /* end confdefs.h. */
3741 #include <stdio.h>
3742 int
3743 main ()
3744 {
3745 FILE *f = fopen ("conftest.out", "w");
3746 return ferror (f) || fclose (f) != 0;
3747
3748 ;
3749 return 0;
3750 }
3751 _ACEOF
3752 ac_clean_files="$ac_clean_files conftest.out"
3753 # Check that the compiler produces executables we can run. If not, either
3754 # the compiler is broken, or we cross compile.
3755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3756 $as_echo_n "checking whether we are cross compiling... " >&6; }
3757 if test "$cross_compiling" != yes; then
3758 { { ac_try="$ac_link"
3759 case "(($ac_try" in
3760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3761 *) ac_try_echo=$ac_try;;
3762 esac
3763 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3764 $as_echo "$ac_try_echo"; } >&5
3765 (eval "$ac_link") 2>&5
3766 ac_status=$?
3767 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3768 test $ac_status = 0; }
3769 if { ac_try='./conftest$ac_cv_exeext'
3770 { { case "(($ac_try" in
3771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3772 *) ac_try_echo=$ac_try;;
3773 esac
3774 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3775 $as_echo "$ac_try_echo"; } >&5
3776 (eval "$ac_try") 2>&5
3777 ac_status=$?
3778 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3779 test $ac_status = 0; }; }; then
3780 cross_compiling=no
3781 else
3782 if test "$cross_compiling" = maybe; then
3783 cross_compiling=yes
3784 else
3785 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3786 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3787 as_fn_error $? "cannot run C compiled programs.
3788 If you meant to cross compile, use \`--host'.
3789 See \`config.log' for more details" "$LINENO" 5; }
3790 fi
3791 fi
3792 fi
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3794 $as_echo "$cross_compiling" >&6; }
3795
3796 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3797 ac_clean_files=$ac_clean_files_save
3798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3799 $as_echo_n "checking for suffix of object files... " >&6; }
3800 if ${ac_cv_objext+:} false; then :
3801 $as_echo_n "(cached) " >&6
3802 else
3803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3804 /* end confdefs.h. */
3805
3806 int
3807 main ()
3808 {
3809
3810 ;
3811 return 0;
3812 }
3813 _ACEOF
3814 rm -f conftest.o conftest.obj
3815 if { { ac_try="$ac_compile"
3816 case "(($ac_try" in
3817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3818 *) ac_try_echo=$ac_try;;
3819 esac
3820 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3821 $as_echo "$ac_try_echo"; } >&5
3822 (eval "$ac_compile") 2>&5
3823 ac_status=$?
3824 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3825 test $ac_status = 0; }; then :
3826 for ac_file in conftest.o conftest.obj conftest.*; do
3827 test -f "$ac_file" || continue;
3828 case $ac_file in
3829 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3830 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3831 break;;
3832 esac
3833 done
3834 else
3835 $as_echo "$as_me: failed program was:" >&5
3836 sed 's/^/| /' conftest.$ac_ext >&5
3837
3838 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3839 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3840 as_fn_error $? "cannot compute suffix of object files: cannot compile
3841 See \`config.log' for more details" "$LINENO" 5; }
3842 fi
3843 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3844 fi
3845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3846 $as_echo "$ac_cv_objext" >&6; }
3847 OBJEXT=$ac_cv_objext
3848 ac_objext=$OBJEXT
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3850 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3851 if ${ac_cv_c_compiler_gnu+:} false; then :
3852 $as_echo_n "(cached) " >&6
3853 else
3854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3855 /* end confdefs.h. */
3856
3857 int
3858 main ()
3859 {
3860 #ifndef __GNUC__
3861 choke me
3862 #endif
3863
3864 ;
3865 return 0;
3866 }
3867 _ACEOF
3868 if ac_fn_c_try_compile "$LINENO"; then :
3869 ac_compiler_gnu=yes
3870 else
3871 ac_compiler_gnu=no
3872 fi
3873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3874 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3875
3876 fi
3877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3878 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3879 if test $ac_compiler_gnu = yes; then
3880 GCC=yes
3881 else
3882 GCC=
3883 fi
3884 ac_test_CFLAGS=${CFLAGS+set}
3885 ac_save_CFLAGS=$CFLAGS
3886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3887 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3888 if ${ac_cv_prog_cc_g+:} false; then :
3889 $as_echo_n "(cached) " >&6
3890 else
3891 ac_save_c_werror_flag=$ac_c_werror_flag
3892 ac_c_werror_flag=yes
3893 ac_cv_prog_cc_g=no
3894 CFLAGS="-g"
3895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3896 /* end confdefs.h. */
3897
3898 int
3899 main ()
3900 {
3901
3902 ;
3903 return 0;
3904 }
3905 _ACEOF
3906 if ac_fn_c_try_compile "$LINENO"; then :
3907 ac_cv_prog_cc_g=yes
3908 else
3909 CFLAGS=""
3910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3911 /* end confdefs.h. */
3912
3913 int
3914 main ()
3915 {
3916
3917 ;
3918 return 0;
3919 }
3920 _ACEOF
3921 if ac_fn_c_try_compile "$LINENO"; then :
3922
3923 else
3924 ac_c_werror_flag=$ac_save_c_werror_flag
3925 CFLAGS="-g"
3926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3927 /* end confdefs.h. */
3928
3929 int
3930 main ()
3931 {
3932
3933 ;
3934 return 0;
3935 }
3936 _ACEOF
3937 if ac_fn_c_try_compile "$LINENO"; then :
3938 ac_cv_prog_cc_g=yes
3939 fi
3940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3941 fi
3942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3943 fi
3944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3945 ac_c_werror_flag=$ac_save_c_werror_flag
3946 fi
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3948 $as_echo "$ac_cv_prog_cc_g" >&6; }
3949 if test "$ac_test_CFLAGS" = set; then
3950 CFLAGS=$ac_save_CFLAGS
3951 elif test $ac_cv_prog_cc_g = yes; then
3952 if test "$GCC" = yes; then
3953 CFLAGS="-g -O2"
3954 else
3955 CFLAGS="-g"
3956 fi
3957 else
3958 if test "$GCC" = yes; then
3959 CFLAGS="-O2"
3960 else
3961 CFLAGS=
3962 fi
3963 fi
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3965 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3966 if ${ac_cv_prog_cc_c89+:} false; then :
3967 $as_echo_n "(cached) " >&6
3968 else
3969 ac_cv_prog_cc_c89=no
3970 ac_save_CC=$CC
3971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3972 /* end confdefs.h. */
3973 #include <stdarg.h>
3974 #include <stdio.h>
3975 struct stat;
3976 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3977 struct buf { int x; };
3978 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3979 static char *e (p, i)
3980 char **p;
3981 int i;
3982 {
3983 return p[i];
3984 }
3985 static char *f (char * (*g) (char **, int), char **p, ...)
3986 {
3987 char *s;
3988 va_list v;
3989 va_start (v,p);
3990 s = g (p, va_arg (v,int));
3991 va_end (v);
3992 return s;
3993 }
3994
3995 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3996 function prototypes and stuff, but not '\xHH' hex character constants.
3997 These don't provoke an error unfortunately, instead are silently treated
3998 as 'x'. The following induces an error, until -std is added to get
3999 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4000 array size at least. It's necessary to write '\x00'==0 to get something
4001 that's true only with -std. */
4002 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4003
4004 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4005 inside strings and character constants. */
4006 #define FOO(x) 'x'
4007 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4008
4009 int test (int i, double x);
4010 struct s1 {int (*f) (int a);};
4011 struct s2 {int (*f) (double a);};
4012 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4013 int argc;
4014 char **argv;
4015 int
4016 main ()
4017 {
4018 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4019 ;
4020 return 0;
4021 }
4022 _ACEOF
4023 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4024 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4025 do
4026 CC="$ac_save_CC $ac_arg"
4027 if ac_fn_c_try_compile "$LINENO"; then :
4028 ac_cv_prog_cc_c89=$ac_arg
4029 fi
4030 rm -f core conftest.err conftest.$ac_objext
4031 test "x$ac_cv_prog_cc_c89" != "xno" && break
4032 done
4033 rm -f conftest.$ac_ext
4034 CC=$ac_save_CC
4035
4036 fi
4037 # AC_CACHE_VAL
4038 case "x$ac_cv_prog_cc_c89" in
4039 x)
4040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4041 $as_echo "none needed" >&6; } ;;
4042 xno)
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4044 $as_echo "unsupported" >&6; } ;;
4045 *)
4046 CC="$CC $ac_cv_prog_cc_c89"
4047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4048 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4049 esac
4050 if test "x$ac_cv_prog_cc_c89" != xno; then :
4051
4052 fi
4053
4054 ac_ext=c
4055 ac_cpp='$CPP $CPPFLAGS'
4056 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4057 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4058 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4059
4060 ac_ext=c
4061 ac_cpp='$CPP $CPPFLAGS'
4062 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4063 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4064 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4066 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4067 if ${am_cv_prog_cc_c_o+:} false; then :
4068 $as_echo_n "(cached) " >&6
4069 else
4070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4071 /* end confdefs.h. */
4072
4073 int
4074 main ()
4075 {
4076
4077 ;
4078 return 0;
4079 }
4080 _ACEOF
4081 # Make sure it works both with $CC and with simple cc.
4082 # Following AC_PROG_CC_C_O, we do the test twice because some
4083 # compilers refuse to overwrite an existing .o file with -o,
4084 # though they will create one.
4085 am_cv_prog_cc_c_o=yes
4086 for am_i in 1 2; do
4087 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4088 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4089 ac_status=$?
4090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4091 (exit $ac_status); } \
4092 && test -f conftest2.$ac_objext; then
4093 : OK
4094 else
4095 am_cv_prog_cc_c_o=no
4096 break
4097 fi
4098 done
4099 rm -f core conftest*
4100 unset am_i
4101 fi
4102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4103 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4104 if test "$am_cv_prog_cc_c_o" != yes; then
4105 # Losing compiler, so override with the script.
4106 # FIXME: It is wrong to rewrite CC.
4107 # But if we don't then we get into trouble of one sort or another.
4108 # A longer-term fix would be to have automake use am__CC in this case,
4109 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4110 CC="$am_aux_dir/compile $CC"
4111 fi
4112 ac_ext=c
4113 ac_cpp='$CPP $CPPFLAGS'
4114 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4115 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4116 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4117
4118 DEPDIR="${am__leading_dot}deps"
4119
4120 ac_config_commands="$ac_config_commands depfiles"
4121
4122
4123 am_make=${MAKE-make}
4124 cat > confinc << 'END'
4125 am__doit:
4126 @echo this is the am__doit target
4127 .PHONY: am__doit
4128 END
4129 # If we don't find an include directive, just comment out the code.
4130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4131 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4132 am__include="#"
4133 am__quote=
4134 _am_result=none
4135 # First try GNU make style include.
4136 echo "include confinc" > confmf
4137 # Ignore all kinds of additional output from 'make'.
4138 case `$am_make -s -f confmf 2> /dev/null` in #(
4139 *the\ am__doit\ target*)
4140 am__include=include
4141 am__quote=
4142 _am_result=GNU
4143 ;;
4144 esac
4145 # Now try BSD make style include.
4146 if test "$am__include" = "#"; then
4147 echo '.include "confinc"' > confmf
4148 case `$am_make -s -f confmf 2> /dev/null` in #(
4149 *the\ am__doit\ target*)
4150 am__include=.include
4151 am__quote="\""
4152 _am_result=BSD
4153 ;;
4154 esac
4155 fi
4156
4157
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4159 $as_echo "$_am_result" >&6; }
4160 rm -f confinc confmf
4161
4162 # Check whether --enable-dependency-tracking was given.
4163 if test "${enable_dependency_tracking+set}" = set; then :
4164 enableval=$enable_dependency_tracking;
4165 fi
4166
4167 if test "x$enable_dependency_tracking" != xno; then
4168 am_depcomp="$ac_aux_dir/depcomp"
4169 AMDEPBACKSLASH='\'
4170 am__nodep='_no'
4171 fi
4172 if test "x$enable_dependency_tracking" != xno; then
4173 AMDEP_TRUE=
4174 AMDEP_FALSE='#'
4175 else
4176 AMDEP_TRUE='#'
4177 AMDEP_FALSE=
4178 fi
4179
4180
4181
4182 depcc="$CC" am_compiler_list=
4183
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4185 $as_echo_n "checking dependency style of $depcc... " >&6; }
4186 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4187 $as_echo_n "(cached) " >&6
4188 else
4189 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4190 # We make a subdir and do the tests there. Otherwise we can end up
4191 # making bogus files that we don't know about and never remove. For
4192 # instance it was reported that on HP-UX the gcc test will end up
4193 # making a dummy file named 'D' -- because '-MD' means "put the output
4194 # in D".
4195 rm -rf conftest.dir
4196 mkdir conftest.dir
4197 # Copy depcomp to subdir because otherwise we won't find it if we're
4198 # using a relative directory.
4199 cp "$am_depcomp" conftest.dir
4200 cd conftest.dir
4201 # We will build objects and dependencies in a subdirectory because
4202 # it helps to detect inapplicable dependency modes. For instance
4203 # both Tru64's cc and ICC support -MD to output dependencies as a
4204 # side effect of compilation, but ICC will put the dependencies in
4205 # the current directory while Tru64 will put them in the object
4206 # directory.
4207 mkdir sub
4208
4209 am_cv_CC_dependencies_compiler_type=none
4210 if test "$am_compiler_list" = ""; then
4211 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4212 fi
4213 am__universal=false
4214 case " $depcc " in #(
4215 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4216 esac
4217
4218 for depmode in $am_compiler_list; do
4219 # Setup a source with many dependencies, because some compilers
4220 # like to wrap large dependency lists on column 80 (with \), and
4221 # we should not choose a depcomp mode which is confused by this.
4222 #
4223 # We need to recreate these files for each test, as the compiler may
4224 # overwrite some of them when testing with obscure command lines.
4225 # This happens at least with the AIX C compiler.
4226 : > sub/conftest.c
4227 for i in 1 2 3 4 5 6; do
4228 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4229 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4230 # Solaris 10 /bin/sh.
4231 echo '/* dummy */' > sub/conftst$i.h
4232 done
4233 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4234
4235 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4236 # mode. It turns out that the SunPro C++ compiler does not properly
4237 # handle '-M -o', and we need to detect this. Also, some Intel
4238 # versions had trouble with output in subdirs.
4239 am__obj=sub/conftest.${OBJEXT-o}
4240 am__minus_obj="-o $am__obj"
4241 case $depmode in
4242 gcc)
4243 # This depmode causes a compiler race in universal mode.
4244 test "$am__universal" = false || continue
4245 ;;
4246 nosideeffect)
4247 # After this tag, mechanisms are not by side-effect, so they'll
4248 # only be used when explicitly requested.
4249 if test "x$enable_dependency_tracking" = xyes; then
4250 continue
4251 else
4252 break
4253 fi
4254 ;;
4255 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4256 # This compiler won't grok '-c -o', but also, the minuso test has
4257 # not run yet. These depmodes are late enough in the game, and
4258 # so weak that their functioning should not be impacted.
4259 am__obj=conftest.${OBJEXT-o}
4260 am__minus_obj=
4261 ;;
4262 none) break ;;
4263 esac
4264 if depmode=$depmode \
4265 source=sub/conftest.c object=$am__obj \
4266 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4267 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4268 >/dev/null 2>conftest.err &&
4269 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4270 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4271 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4272 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4273 # icc doesn't choke on unknown options, it will just issue warnings
4274 # or remarks (even with -Werror). So we grep stderr for any message
4275 # that says an option was ignored or not supported.
4276 # When given -MP, icc 7.0 and 7.1 complain thusly:
4277 # icc: Command line warning: ignoring option '-M'; no argument required
4278 # The diagnosis changed in icc 8.0:
4279 # icc: Command line remark: option '-MP' not supported
4280 if (grep 'ignoring option' conftest.err ||
4281 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4282 am_cv_CC_dependencies_compiler_type=$depmode
4283 break
4284 fi
4285 fi
4286 done
4287
4288 cd ..
4289 rm -rf conftest.dir
4290 else
4291 am_cv_CC_dependencies_compiler_type=none
4292 fi
4293
4294 fi
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4296 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4297 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4298
4299 if
4300 test "x$enable_dependency_tracking" != xno \
4301 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4302 am__fastdepCC_TRUE=
4303 am__fastdepCC_FALSE='#'
4304 else
4305 am__fastdepCC_TRUE='#'
4306 am__fastdepCC_FALSE=
4307 fi
4308
4309
4310 case `pwd` in
4311 *\ * | *\ *)
4312 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4313 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4314 esac
4315
4316
4317
4318 macro_version='2.4.6'
4319 macro_revision='2.4.6'
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333 ltmain=$ac_aux_dir/ltmain.sh
4334
4335 # Backslashify metacharacters that are still active within
4336 # double-quoted strings.
4337 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4338
4339 # Same as above, but do not quote variable references.
4340 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4341
4342 # Sed substitution to delay expansion of an escaped shell variable in a
4343 # double_quote_subst'ed string.
4344 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4345
4346 # Sed substitution to delay expansion of an escaped single quote.
4347 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4348
4349 # Sed substitution to avoid accidental globbing in evaled expressions
4350 no_glob_subst='s/\*/\\\*/g'
4351
4352 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4353 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4354 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4355
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4357 $as_echo_n "checking how to print strings... " >&6; }
4358 # Test print first, because it will be a builtin if present.
4359 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
4360 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4361 ECHO='print -r --'
4362 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4363 ECHO='printf %s\n'
4364 else
4365 # Use this function as a fallback that always works.
4366 func_fallback_echo ()
4367 {
4368 eval 'cat <<_LTECHO_EOF
4369 $1
4370 _LTECHO_EOF'
4371 }
4372 ECHO='func_fallback_echo'
4373 fi
4374
4375 # func_echo_all arg...
4376 # Invoke $ECHO with all args, space-separated.
4377 func_echo_all ()
4378 {
4379 $ECHO ""
4380 }
4381
4382 case $ECHO in
4383 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4384 $as_echo "printf" >&6; } ;;
4385 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4386 $as_echo "print -r" >&6; } ;;
4387 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4388 $as_echo "cat" >&6; } ;;
4389 esac
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4405 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4406 if ${ac_cv_path_SED+:} false; then :
4407 $as_echo_n "(cached) " >&6
4408 else
4409 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4410 for ac_i in 1 2 3 4 5 6 7; do
4411 ac_script="$ac_script$as_nl$ac_script"
4412 done
4413 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4414 { ac_script=; unset ac_script;}
4415 if test -z "$SED"; then
4416 ac_path_SED_found=false
4417 # Loop through the user's path and test for each of PROGNAME-LIST
4418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4419 for as_dir in $PATH
4420 do
4421 IFS=$as_save_IFS
4422 test -z "$as_dir" && as_dir=.
4423 for ac_prog in sed gsed; do
4424 for ac_exec_ext in '' $ac_executable_extensions; do
4425 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4426 as_fn_executable_p "$ac_path_SED" || continue
4427 # Check for GNU ac_path_SED and select it if it is found.
4428 # Check for GNU $ac_path_SED
4429 case `"$ac_path_SED" --version 2>&1` in
4430 *GNU*)
4431 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4432 *)
4433 ac_count=0
4434 $as_echo_n 0123456789 >"conftest.in"
4435 while :
4436 do
4437 cat "conftest.in" "conftest.in" >"conftest.tmp"
4438 mv "conftest.tmp" "conftest.in"
4439 cp "conftest.in" "conftest.nl"
4440 $as_echo '' >> "conftest.nl"
4441 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4442 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4443 as_fn_arith $ac_count + 1 && ac_count=$as_val
4444 if test $ac_count -gt ${ac_path_SED_max-0}; then
4445 # Best one so far, save it but keep looking for a better one
4446 ac_cv_path_SED="$ac_path_SED"
4447 ac_path_SED_max=$ac_count
4448 fi
4449 # 10*(2^10) chars as input seems more than enough
4450 test $ac_count -gt 10 && break
4451 done
4452 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4453 esac
4454
4455 $ac_path_SED_found && break 3
4456 done
4457 done
4458 done
4459 IFS=$as_save_IFS
4460 if test -z "$ac_cv_path_SED"; then
4461 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4462 fi
4463 else
4464 ac_cv_path_SED=$SED
4465 fi
4466
4467 fi
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4469 $as_echo "$ac_cv_path_SED" >&6; }
4470 SED="$ac_cv_path_SED"
4471 rm -f conftest.sed
4472
4473 test -z "$SED" && SED=sed
4474 Xsed="$SED -e 1s/^X//"
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4487 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4488 if ${ac_cv_path_GREP+:} false; then :
4489 $as_echo_n "(cached) " >&6
4490 else
4491 if test -z "$GREP"; then
4492 ac_path_GREP_found=false
4493 # Loop through the user's path and test for each of PROGNAME-LIST
4494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4495 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4496 do
4497 IFS=$as_save_IFS
4498 test -z "$as_dir" && as_dir=.
4499 for ac_prog in grep ggrep; do
4500 for ac_exec_ext in '' $ac_executable_extensions; do
4501 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4502 as_fn_executable_p "$ac_path_GREP" || continue
4503 # Check for GNU ac_path_GREP and select it if it is found.
4504 # Check for GNU $ac_path_GREP
4505 case `"$ac_path_GREP" --version 2>&1` in
4506 *GNU*)
4507 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4508 *)
4509 ac_count=0
4510 $as_echo_n 0123456789 >"conftest.in"
4511 while :
4512 do
4513 cat "conftest.in" "conftest.in" >"conftest.tmp"
4514 mv "conftest.tmp" "conftest.in"
4515 cp "conftest.in" "conftest.nl"
4516 $as_echo 'GREP' >> "conftest.nl"
4517 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4518 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4519 as_fn_arith $ac_count + 1 && ac_count=$as_val
4520 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4521 # Best one so far, save it but keep looking for a better one
4522 ac_cv_path_GREP="$ac_path_GREP"
4523 ac_path_GREP_max=$ac_count
4524 fi
4525 # 10*(2^10) chars as input seems more than enough
4526 test $ac_count -gt 10 && break
4527 done
4528 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4529 esac
4530
4531 $ac_path_GREP_found && break 3
4532 done
4533 done
4534 done
4535 IFS=$as_save_IFS
4536 if test -z "$ac_cv_path_GREP"; then
4537 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4538 fi
4539 else
4540 ac_cv_path_GREP=$GREP
4541 fi
4542
4543 fi
4544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4545 $as_echo "$ac_cv_path_GREP" >&6; }
4546 GREP="$ac_cv_path_GREP"
4547
4548
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4550 $as_echo_n "checking for egrep... " >&6; }
4551 if ${ac_cv_path_EGREP+:} false; then :
4552 $as_echo_n "(cached) " >&6
4553 else
4554 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4555 then ac_cv_path_EGREP="$GREP -E"
4556 else
4557 if test -z "$EGREP"; then
4558 ac_path_EGREP_found=false
4559 # Loop through the user's path and test for each of PROGNAME-LIST
4560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4561 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4562 do
4563 IFS=$as_save_IFS
4564 test -z "$as_dir" && as_dir=.
4565 for ac_prog in egrep; do
4566 for ac_exec_ext in '' $ac_executable_extensions; do
4567 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4568 as_fn_executable_p "$ac_path_EGREP" || continue
4569 # Check for GNU ac_path_EGREP and select it if it is found.
4570 # Check for GNU $ac_path_EGREP
4571 case `"$ac_path_EGREP" --version 2>&1` in
4572 *GNU*)
4573 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4574 *)
4575 ac_count=0
4576 $as_echo_n 0123456789 >"conftest.in"
4577 while :
4578 do
4579 cat "conftest.in" "conftest.in" >"conftest.tmp"
4580 mv "conftest.tmp" "conftest.in"
4581 cp "conftest.in" "conftest.nl"
4582 $as_echo 'EGREP' >> "conftest.nl"
4583 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4584 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4585 as_fn_arith $ac_count + 1 && ac_count=$as_val
4586 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4587 # Best one so far, save it but keep looking for a better one
4588 ac_cv_path_EGREP="$ac_path_EGREP"
4589 ac_path_EGREP_max=$ac_count
4590 fi
4591 # 10*(2^10) chars as input seems more than enough
4592 test $ac_count -gt 10 && break
4593 done
4594 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4595 esac
4596
4597 $ac_path_EGREP_found && break 3
4598 done
4599 done
4600 done
4601 IFS=$as_save_IFS
4602 if test -z "$ac_cv_path_EGREP"; then
4603 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4604 fi
4605 else
4606 ac_cv_path_EGREP=$EGREP
4607 fi
4608
4609 fi
4610 fi
4611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4612 $as_echo "$ac_cv_path_EGREP" >&6; }
4613 EGREP="$ac_cv_path_EGREP"
4614
4615
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4617 $as_echo_n "checking for fgrep... " >&6; }
4618 if ${ac_cv_path_FGREP+:} false; then :
4619 $as_echo_n "(cached) " >&6
4620 else
4621 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4622 then ac_cv_path_FGREP="$GREP -F"
4623 else
4624 if test -z "$FGREP"; then
4625 ac_path_FGREP_found=false
4626 # Loop through the user's path and test for each of PROGNAME-LIST
4627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4628 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4629 do
4630 IFS=$as_save_IFS
4631 test -z "$as_dir" && as_dir=.
4632 for ac_prog in fgrep; do
4633 for ac_exec_ext in '' $ac_executable_extensions; do
4634 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4635 as_fn_executable_p "$ac_path_FGREP" || continue
4636 # Check for GNU ac_path_FGREP and select it if it is found.
4637 # Check for GNU $ac_path_FGREP
4638 case `"$ac_path_FGREP" --version 2>&1` in
4639 *GNU*)
4640 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4641 *)
4642 ac_count=0
4643 $as_echo_n 0123456789 >"conftest.in"
4644 while :
4645 do
4646 cat "conftest.in" "conftest.in" >"conftest.tmp"
4647 mv "conftest.tmp" "conftest.in"
4648 cp "conftest.in" "conftest.nl"
4649 $as_echo 'FGREP' >> "conftest.nl"
4650 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4651 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4652 as_fn_arith $ac_count + 1 && ac_count=$as_val
4653 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4654 # Best one so far, save it but keep looking for a better one
4655 ac_cv_path_FGREP="$ac_path_FGREP"
4656 ac_path_FGREP_max=$ac_count
4657 fi
4658 # 10*(2^10) chars as input seems more than enough
4659 test $ac_count -gt 10 && break
4660 done
4661 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4662 esac
4663
4664 $ac_path_FGREP_found && break 3
4665 done
4666 done
4667 done
4668 IFS=$as_save_IFS
4669 if test -z "$ac_cv_path_FGREP"; then
4670 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4671 fi
4672 else
4673 ac_cv_path_FGREP=$FGREP
4674 fi
4675
4676 fi
4677 fi
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4679 $as_echo "$ac_cv_path_FGREP" >&6; }
4680 FGREP="$ac_cv_path_FGREP"
4681
4682
4683 test -z "$GREP" && GREP=grep
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703 # Check whether --with-gnu-ld was given.
4704 if test "${with_gnu_ld+set}" = set; then :
4705 withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
4706 else
4707 with_gnu_ld=no
4708 fi
4709
4710 ac_prog=ld
4711 if test yes = "$GCC"; then
4712 # Check if gcc -print-prog-name=ld gives a path.
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4714 $as_echo_n "checking for ld used by $CC... " >&6; }
4715 case $host in
4716 *-*-mingw*)
4717 # gcc leaves a trailing carriage return, which upsets mingw
4718 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4719 *)
4720 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4721 esac
4722 case $ac_prog in
4723 # Accept absolute paths.
4724 [\\/]* | ?:[\\/]*)
4725 re_direlt='/[^/][^/]*/\.\./'
4726 # Canonicalize the pathname of ld
4727 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4728 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4729 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4730 done
4731 test -z "$LD" && LD=$ac_prog
4732 ;;
4733 "")
4734 # If it fails, then pretend we aren't using GCC.
4735 ac_prog=ld
4736 ;;
4737 *)
4738 # If it is relative, then search for the first ld in PATH.
4739 with_gnu_ld=unknown
4740 ;;
4741 esac
4742 elif test yes = "$with_gnu_ld"; then
4743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4744 $as_echo_n "checking for GNU ld... " >&6; }
4745 else
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4747 $as_echo_n "checking for non-GNU ld... " >&6; }
4748 fi
4749 if ${lt_cv_path_LD+:} false; then :
4750 $as_echo_n "(cached) " >&6
4751 else
4752 if test -z "$LD"; then
4753 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
4754 for ac_dir in $PATH; do
4755 IFS=$lt_save_ifs
4756 test -z "$ac_dir" && ac_dir=.
4757 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4758 lt_cv_path_LD=$ac_dir/$ac_prog
4759 # Check to see if the program is GNU ld. I'd rather use --version,
4760 # but apparently some variants of GNU ld only accept -v.
4761 # Break only if it was the GNU/non-GNU ld that we prefer.
4762 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4763 *GNU* | *'with BFD'*)
4764 test no != "$with_gnu_ld" && break
4765 ;;
4766 *)
4767 test yes != "$with_gnu_ld" && break
4768 ;;
4769 esac
4770 fi
4771 done
4772 IFS=$lt_save_ifs
4773 else
4774 lt_cv_path_LD=$LD # Let the user override the test with a path.
4775 fi
4776 fi
4777
4778 LD=$lt_cv_path_LD
4779 if test -n "$LD"; then
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4781 $as_echo "$LD" >&6; }
4782 else
4783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4784 $as_echo "no" >&6; }
4785 fi
4786 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4788 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4789 if ${lt_cv_prog_gnu_ld+:} false; then :
4790 $as_echo_n "(cached) " >&6
4791 else
4792 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4793 case `$LD -v 2>&1 </dev/null` in
4794 *GNU* | *'with BFD'*)
4795 lt_cv_prog_gnu_ld=yes
4796 ;;
4797 *)
4798 lt_cv_prog_gnu_ld=no
4799 ;;
4800 esac
4801 fi
4802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4803 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4804 with_gnu_ld=$lt_cv_prog_gnu_ld
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4815 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4816 if ${lt_cv_path_NM+:} false; then :
4817 $as_echo_n "(cached) " >&6
4818 else
4819 if test -n "$NM"; then
4820 # Let the user override the test.
4821 lt_cv_path_NM=$NM
4822 else
4823 lt_nm_to_check=${ac_tool_prefix}nm
4824 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4825 lt_nm_to_check="$lt_nm_to_check nm"
4826 fi
4827 for lt_tmp_nm in $lt_nm_to_check; do
4828 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
4829 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4830 IFS=$lt_save_ifs
4831 test -z "$ac_dir" && ac_dir=.
4832 tmp_nm=$ac_dir/$lt_tmp_nm
4833 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
4834 # Check to see if the nm accepts a BSD-compat flag.
4835 # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
4836 # nm: unknown option "B" ignored
4837 # Tru64's nm complains that /dev/null is an invalid object file
4838 # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
4839 case $build_os in
4840 mingw*) lt_bad_file=conftest.nm/nofile ;;
4841 *) lt_bad_file=/dev/null ;;
4842 esac
4843 case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
4844 *$lt_bad_file* | *'Invalid file or object type'*)
4845 lt_cv_path_NM="$tmp_nm -B"
4846 break 2
4847 ;;
4848 *)
4849 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4850 */dev/null*)
4851 lt_cv_path_NM="$tmp_nm -p"
4852 break 2
4853 ;;
4854 *)
4855 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4856 continue # so that we can try to find one that supports BSD flags
4857 ;;
4858 esac
4859 ;;
4860 esac
4861 fi
4862 done
4863 IFS=$lt_save_ifs
4864 done
4865 : ${lt_cv_path_NM=no}
4866 fi
4867 fi
4868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4869 $as_echo "$lt_cv_path_NM" >&6; }
4870 if test no != "$lt_cv_path_NM"; then
4871 NM=$lt_cv_path_NM
4872 else
4873 # Didn't find any BSD compatible name lister, look for dumpbin.
4874 if test -n "$DUMPBIN"; then :
4875 # Let the user override the test.
4876 else
4877 if test -n "$ac_tool_prefix"; then
4878 for ac_prog in dumpbin "link -dump"
4879 do
4880 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4881 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4883 $as_echo_n "checking for $ac_word... " >&6; }
4884 if ${ac_cv_prog_DUMPBIN+:} false; then :
4885 $as_echo_n "(cached) " >&6
4886 else
4887 if test -n "$DUMPBIN"; then
4888 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4889 else
4890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4891 for as_dir in $PATH
4892 do
4893 IFS=$as_save_IFS
4894 test -z "$as_dir" && as_dir=.
4895 for ac_exec_ext in '' $ac_executable_extensions; do
4896 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4897 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4899 break 2
4900 fi
4901 done
4902 done
4903 IFS=$as_save_IFS
4904
4905 fi
4906 fi
4907 DUMPBIN=$ac_cv_prog_DUMPBIN
4908 if test -n "$DUMPBIN"; then
4909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4910 $as_echo "$DUMPBIN" >&6; }
4911 else
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4913 $as_echo "no" >&6; }
4914 fi
4915
4916
4917 test -n "$DUMPBIN" && break
4918 done
4919 fi
4920 if test -z "$DUMPBIN"; then
4921 ac_ct_DUMPBIN=$DUMPBIN
4922 for ac_prog in dumpbin "link -dump"
4923 do
4924 # Extract the first word of "$ac_prog", so it can be a program name with args.
4925 set dummy $ac_prog; ac_word=$2
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4927 $as_echo_n "checking for $ac_word... " >&6; }
4928 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4929 $as_echo_n "(cached) " >&6
4930 else
4931 if test -n "$ac_ct_DUMPBIN"; then
4932 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4933 else
4934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4935 for as_dir in $PATH
4936 do
4937 IFS=$as_save_IFS
4938 test -z "$as_dir" && as_dir=.
4939 for ac_exec_ext in '' $ac_executable_extensions; do
4940 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4941 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4943 break 2
4944 fi
4945 done
4946 done
4947 IFS=$as_save_IFS
4948
4949 fi
4950 fi
4951 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4952 if test -n "$ac_ct_DUMPBIN"; then
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4954 $as_echo "$ac_ct_DUMPBIN" >&6; }
4955 else
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4957 $as_echo "no" >&6; }
4958 fi
4959
4960
4961 test -n "$ac_ct_DUMPBIN" && break
4962 done
4963
4964 if test "x$ac_ct_DUMPBIN" = x; then
4965 DUMPBIN=":"
4966 else
4967 case $cross_compiling:$ac_tool_warned in
4968 yes:)
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4970 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4971 ac_tool_warned=yes ;;
4972 esac
4973 DUMPBIN=$ac_ct_DUMPBIN
4974 fi
4975 fi
4976
4977 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
4978 *COFF*)
4979 DUMPBIN="$DUMPBIN -symbols -headers"
4980 ;;
4981 *)
4982 DUMPBIN=:
4983 ;;
4984 esac
4985 fi
4986
4987 if test : != "$DUMPBIN"; then
4988 NM=$DUMPBIN
4989 fi
4990 fi
4991 test -z "$NM" && NM=nm
4992
4993
4994
4995
4996
4997
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4999 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5000 if ${lt_cv_nm_interface+:} false; then :
5001 $as_echo_n "(cached) " >&6
5002 else
5003 lt_cv_nm_interface="BSD nm"
5004 echo "int some_variable = 0;" > conftest.$ac_ext
5005 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5006 (eval "$ac_compile" 2>conftest.err)
5007 cat conftest.err >&5
5008 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5009 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5010 cat conftest.err >&5
5011 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5012 cat conftest.out >&5
5013 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5014 lt_cv_nm_interface="MS dumpbin"
5015 fi
5016 rm -f conftest*
5017 fi
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5019 $as_echo "$lt_cv_nm_interface" >&6; }
5020
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5022 $as_echo_n "checking whether ln -s works... " >&6; }
5023 LN_S=$as_ln_s
5024 if test "$LN_S" = "ln -s"; then
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5026 $as_echo "yes" >&6; }
5027 else
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5029 $as_echo "no, using $LN_S" >&6; }
5030 fi
5031
5032 # find the maximum length of command line arguments
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5034 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5035 if ${lt_cv_sys_max_cmd_len+:} false; then :
5036 $as_echo_n "(cached) " >&6
5037 else
5038 i=0
5039 teststring=ABCD
5040
5041 case $build_os in
5042 msdosdjgpp*)
5043 # On DJGPP, this test can blow up pretty badly due to problems in libc
5044 # (any single argument exceeding 2000 bytes causes a buffer overrun
5045 # during glob expansion). Even if it were fixed, the result of this
5046 # check would be larger than it should be.
5047 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5048 ;;
5049
5050 gnu*)
5051 # Under GNU Hurd, this test is not required because there is
5052 # no limit to the length of command line arguments.
5053 # Libtool will interpret -1 as no limit whatsoever
5054 lt_cv_sys_max_cmd_len=-1;
5055 ;;
5056
5057 cygwin* | mingw* | cegcc*)
5058 # On Win9x/ME, this test blows up -- it succeeds, but takes
5059 # about 5 minutes as the teststring grows exponentially.
5060 # Worse, since 9x/ME are not pre-emptively multitasking,
5061 # you end up with a "frozen" computer, even though with patience
5062 # the test eventually succeeds (with a max line length of 256k).
5063 # Instead, let's just punt: use the minimum linelength reported by
5064 # all of the supported platforms: 8192 (on NT/2K/XP).
5065 lt_cv_sys_max_cmd_len=8192;
5066 ;;
5067
5068 mint*)
5069 # On MiNT this can take a long time and run out of memory.
5070 lt_cv_sys_max_cmd_len=8192;
5071 ;;
5072
5073 amigaos*)
5074 # On AmigaOS with pdksh, this test takes hours, literally.
5075 # So we just punt and use a minimum line length of 8192.
5076 lt_cv_sys_max_cmd_len=8192;
5077 ;;
5078
5079 bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
5080 # This has been around since 386BSD, at least. Likely further.
5081 if test -x /sbin/sysctl; then
5082 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5083 elif test -x /usr/sbin/sysctl; then
5084 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5085 else
5086 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5087 fi
5088 # And add a safety zone
5089 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5090 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5091 ;;
5092
5093 interix*)
5094 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5095 lt_cv_sys_max_cmd_len=196608
5096 ;;
5097
5098 os2*)
5099 # The test takes a long time on OS/2.
5100 lt_cv_sys_max_cmd_len=8192
5101 ;;
5102
5103 osf*)
5104 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5105 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5106 # nice to cause kernel panics so lets avoid the loop below.
5107 # First set a reasonable default.
5108 lt_cv_sys_max_cmd_len=16384
5109 #
5110 if test -x /sbin/sysconfig; then
5111 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5112 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5113 esac
5114 fi
5115 ;;
5116 sco3.2v5*)
5117 lt_cv_sys_max_cmd_len=102400
5118 ;;
5119 sysv5* | sco5v6* | sysv4.2uw2*)
5120 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5121 if test -n "$kargmax"; then
5122 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5123 else
5124 lt_cv_sys_max_cmd_len=32768
5125 fi
5126 ;;
5127 *)
5128 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5129 if test -n "$lt_cv_sys_max_cmd_len" && \
5130 test undefined != "$lt_cv_sys_max_cmd_len"; then
5131 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5132 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5133 else
5134 # Make teststring a little bigger before we do anything with it.
5135 # a 1K string should be a reasonable start.
5136 for i in 1 2 3 4 5 6 7 8; do
5137 teststring=$teststring$teststring
5138 done
5139 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5140 # If test is not a shell built-in, we'll probably end up computing a
5141 # maximum length that is only half of the actual maximum length, but
5142 # we can't tell.
5143 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
5144 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5145 test 17 != "$i" # 1/2 MB should be enough
5146 do
5147 i=`expr $i + 1`
5148 teststring=$teststring$teststring
5149 done
5150 # Only check the string length outside the loop.
5151 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5152 teststring=
5153 # Add a significant safety factor because C++ compilers can tack on
5154 # massive amounts of additional arguments before passing them to the
5155 # linker. It appears as though 1/2 is a usable value.
5156 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5157 fi
5158 ;;
5159 esac
5160
5161 fi
5162
5163 if test -n "$lt_cv_sys_max_cmd_len"; then
5164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5165 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5166 else
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5168 $as_echo "none" >&6; }
5169 fi
5170 max_cmd_len=$lt_cv_sys_max_cmd_len
5171
5172
5173
5174
5175
5176
5177 : ${CP="cp -f"}
5178 : ${MV="mv -f"}
5179 : ${RM="rm -f"}
5180
5181 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5182 lt_unset=unset
5183 else
5184 lt_unset=false
5185 fi
5186
5187
5188
5189
5190
5191 # test EBCDIC or ASCII
5192 case `echo X|tr X '\101'` in
5193 A) # ASCII based system
5194 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5195 lt_SP2NL='tr \040 \012'
5196 lt_NL2SP='tr \015\012 \040\040'
5197 ;;
5198 *) # EBCDIC based system
5199 lt_SP2NL='tr \100 \n'
5200 lt_NL2SP='tr \r\n \100\100'
5201 ;;
5202 esac
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
5213 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
5214 if ${lt_cv_to_host_file_cmd+:} false; then :
5215 $as_echo_n "(cached) " >&6
5216 else
5217 case $host in
5218 *-*-mingw* )
5219 case $build in
5220 *-*-mingw* ) # actually msys
5221 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
5222 ;;
5223 *-*-cygwin* )
5224 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
5225 ;;
5226 * ) # otherwise, assume *nix
5227 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
5228 ;;
5229 esac
5230 ;;
5231 *-*-cygwin* )
5232 case $build in
5233 *-*-mingw* ) # actually msys
5234 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
5235 ;;
5236 *-*-cygwin* )
5237 lt_cv_to_host_file_cmd=func_convert_file_noop
5238 ;;
5239 * ) # otherwise, assume *nix
5240 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
5241 ;;
5242 esac
5243 ;;
5244 * ) # unhandled hosts (and "normal" native builds)
5245 lt_cv_to_host_file_cmd=func_convert_file_noop
5246 ;;
5247 esac
5248
5249 fi
5250
5251 to_host_file_cmd=$lt_cv_to_host_file_cmd
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
5253 $as_echo "$lt_cv_to_host_file_cmd" >&6; }
5254
5255
5256
5257
5258
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
5260 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
5261 if ${lt_cv_to_tool_file_cmd+:} false; then :
5262 $as_echo_n "(cached) " >&6
5263 else
5264 #assume ordinary cross tools, or native build.
5265 lt_cv_to_tool_file_cmd=func_convert_file_noop
5266 case $host in
5267 *-*-mingw* )
5268 case $build in
5269 *-*-mingw* ) # actually msys
5270 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
5271 ;;
5272 esac
5273 ;;
5274 esac
5275
5276 fi
5277
5278 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
5280 $as_echo "$lt_cv_to_tool_file_cmd" >&6; }
5281
5282
5283
5284
5285
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5287 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5288 if ${lt_cv_ld_reload_flag+:} false; then :
5289 $as_echo_n "(cached) " >&6
5290 else
5291 lt_cv_ld_reload_flag='-r'
5292 fi
5293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5294 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5295 reload_flag=$lt_cv_ld_reload_flag
5296 case $reload_flag in
5297 "" | " "*) ;;
5298 *) reload_flag=" $reload_flag" ;;
5299 esac
5300 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5301 case $host_os in
5302 cygwin* | mingw* | pw32* | cegcc*)
5303 if test yes != "$GCC"; then
5304 reload_cmds=false
5305 fi
5306 ;;
5307 darwin*)
5308 if test yes = "$GCC"; then
5309 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
5310 else
5311 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5312 fi
5313 ;;
5314 esac
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324 if test -n "$ac_tool_prefix"; then
5325 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5326 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5328 $as_echo_n "checking for $ac_word... " >&6; }
5329 if ${ac_cv_prog_OBJDUMP+:} false; then :
5330 $as_echo_n "(cached) " >&6
5331 else
5332 if test -n "$OBJDUMP"; then
5333 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5334 else
5335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5336 for as_dir in $PATH
5337 do
5338 IFS=$as_save_IFS
5339 test -z "$as_dir" && as_dir=.
5340 for ac_exec_ext in '' $ac_executable_extensions; do
5341 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5342 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5344 break 2
5345 fi
5346 done
5347 done
5348 IFS=$as_save_IFS
5349
5350 fi
5351 fi
5352 OBJDUMP=$ac_cv_prog_OBJDUMP
5353 if test -n "$OBJDUMP"; then
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5355 $as_echo "$OBJDUMP" >&6; }
5356 else
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5358 $as_echo "no" >&6; }
5359 fi
5360
5361
5362 fi
5363 if test -z "$ac_cv_prog_OBJDUMP"; then
5364 ac_ct_OBJDUMP=$OBJDUMP
5365 # Extract the first word of "objdump", so it can be a program name with args.
5366 set dummy objdump; ac_word=$2
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5368 $as_echo_n "checking for $ac_word... " >&6; }
5369 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5370 $as_echo_n "(cached) " >&6
5371 else
5372 if test -n "$ac_ct_OBJDUMP"; then
5373 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5374 else
5375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5376 for as_dir in $PATH
5377 do
5378 IFS=$as_save_IFS
5379 test -z "$as_dir" && as_dir=.
5380 for ac_exec_ext in '' $ac_executable_extensions; do
5381 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5382 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5384 break 2
5385 fi
5386 done
5387 done
5388 IFS=$as_save_IFS
5389
5390 fi
5391 fi
5392 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5393 if test -n "$ac_ct_OBJDUMP"; then
5394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5395 $as_echo "$ac_ct_OBJDUMP" >&6; }
5396 else
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5398 $as_echo "no" >&6; }
5399 fi
5400
5401 if test "x$ac_ct_OBJDUMP" = x; then
5402 OBJDUMP="false"
5403 else
5404 case $cross_compiling:$ac_tool_warned in
5405 yes:)
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5407 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5408 ac_tool_warned=yes ;;
5409 esac
5410 OBJDUMP=$ac_ct_OBJDUMP
5411 fi
5412 else
5413 OBJDUMP="$ac_cv_prog_OBJDUMP"
5414 fi
5415
5416 test -z "$OBJDUMP" && OBJDUMP=objdump
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5427 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5428 if ${lt_cv_deplibs_check_method+:} false; then :
5429 $as_echo_n "(cached) " >&6
5430 else
5431 lt_cv_file_magic_cmd='$MAGIC_CMD'
5432 lt_cv_file_magic_test_file=
5433 lt_cv_deplibs_check_method='unknown'
5434 # Need to set the preceding variable on all platforms that support
5435 # interlibrary dependencies.
5436 # 'none' -- dependencies not supported.
5437 # 'unknown' -- same as none, but documents that we really don't know.
5438 # 'pass_all' -- all dependencies passed with no checks.
5439 # 'test_compile' -- check by making test program.
5440 # 'file_magic [[regex]]' -- check by looking for files in library path
5441 # that responds to the $file_magic_cmd with a given extended regex.
5442 # If you have 'file' or equivalent on your system and you're not sure
5443 # whether 'pass_all' will *always* work, you probably want this one.
5444
5445 case $host_os in
5446 aix[4-9]*)
5447 lt_cv_deplibs_check_method=pass_all
5448 ;;
5449
5450 beos*)
5451 lt_cv_deplibs_check_method=pass_all
5452 ;;
5453
5454 bsdi[45]*)
5455 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5456 lt_cv_file_magic_cmd='/usr/bin/file -L'
5457 lt_cv_file_magic_test_file=/shlib/libc.so
5458 ;;
5459
5460 cygwin*)
5461 # func_win32_libid is a shell function defined in ltmain.sh
5462 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5463 lt_cv_file_magic_cmd='func_win32_libid'
5464 ;;
5465
5466 mingw* | pw32*)
5467 # Base MSYS/MinGW do not provide the 'file' command needed by
5468 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5469 # unless we find 'file', for example because we are cross-compiling.
5470 if ( file / ) >/dev/null 2>&1; then
5471 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5472 lt_cv_file_magic_cmd='func_win32_libid'
5473 else
5474 # Keep this pattern in sync with the one in func_win32_libid.
5475 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
5476 lt_cv_file_magic_cmd='$OBJDUMP -f'
5477 fi
5478 ;;
5479
5480 cegcc*)
5481 # use the weaker test based on 'objdump'. See mingw*.
5482 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5483 lt_cv_file_magic_cmd='$OBJDUMP -f'
5484 ;;
5485
5486 darwin* | rhapsody*)
5487 lt_cv_deplibs_check_method=pass_all
5488 ;;
5489
5490 freebsd* | dragonfly*)
5491 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5492 case $host_cpu in
5493 i*86 )
5494 # Not sure whether the presence of OpenBSD here was a mistake.
5495 # Let's accept both of them until this is cleared up.
5496 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5497 lt_cv_file_magic_cmd=/usr/bin/file
5498 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5499 ;;
5500 esac
5501 else
5502 lt_cv_deplibs_check_method=pass_all
5503 fi
5504 ;;
5505
5506 haiku*)
5507 lt_cv_deplibs_check_method=pass_all
5508 ;;
5509
5510 hpux10.20* | hpux11*)
5511 lt_cv_file_magic_cmd=/usr/bin/file
5512 case $host_cpu in
5513 ia64*)
5514 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5515 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5516 ;;
5517 hppa*64*)
5518 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
5519 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5520 ;;
5521 *)
5522 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5523 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5524 ;;
5525 esac
5526 ;;
5527
5528 interix[3-9]*)
5529 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5530 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5531 ;;
5532
5533 irix5* | irix6* | nonstopux*)
5534 case $LD in
5535 *-32|*"-32 ") libmagic=32-bit;;
5536 *-n32|*"-n32 ") libmagic=N32;;
5537 *-64|*"-64 ") libmagic=64-bit;;
5538 *) libmagic=never-match;;
5539 esac
5540 lt_cv_deplibs_check_method=pass_all
5541 ;;
5542
5543 # This must be glibc/ELF.
5544 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
5545 lt_cv_deplibs_check_method=pass_all
5546 ;;
5547
5548 netbsd* | netbsdelf*-gnu)
5549 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5550 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5551 else
5552 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5553 fi
5554 ;;
5555
5556 newos6*)
5557 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5558 lt_cv_file_magic_cmd=/usr/bin/file
5559 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5560 ;;
5561
5562 *nto* | *qnx*)
5563 lt_cv_deplibs_check_method=pass_all
5564 ;;
5565
5566 openbsd* | bitrig*)
5567 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
5568 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5569 else
5570 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5571 fi
5572 ;;
5573
5574 osf3* | osf4* | osf5*)
5575 lt_cv_deplibs_check_method=pass_all
5576 ;;
5577
5578 rdos*)
5579 lt_cv_deplibs_check_method=pass_all
5580 ;;
5581
5582 solaris*)
5583 lt_cv_deplibs_check_method=pass_all
5584 ;;
5585
5586 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5587 lt_cv_deplibs_check_method=pass_all
5588 ;;
5589
5590 sysv4 | sysv4.3*)
5591 case $host_vendor in
5592 motorola)
5593 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]'
5594 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5595 ;;
5596 ncr)
5597 lt_cv_deplibs_check_method=pass_all
5598 ;;
5599 sequent)
5600 lt_cv_file_magic_cmd='/bin/file'
5601 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5602 ;;
5603 sni)
5604 lt_cv_file_magic_cmd='/bin/file'
5605 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5606 lt_cv_file_magic_test_file=/lib/libc.so
5607 ;;
5608 siemens)
5609 lt_cv_deplibs_check_method=pass_all
5610 ;;
5611 pc)
5612 lt_cv_deplibs_check_method=pass_all
5613 ;;
5614 esac
5615 ;;
5616
5617 tpf*)
5618 lt_cv_deplibs_check_method=pass_all
5619 ;;
5620 os2*)
5621 lt_cv_deplibs_check_method=pass_all
5622 ;;
5623 esac
5624
5625 fi
5626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5627 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5628
5629 file_magic_glob=
5630 want_nocaseglob=no
5631 if test "$build" = "$host"; then
5632 case $host_os in
5633 mingw* | pw32*)
5634 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
5635 want_nocaseglob=yes
5636 else
5637 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
5638 fi
5639 ;;
5640 esac
5641 fi
5642
5643 file_magic_cmd=$lt_cv_file_magic_cmd
5644 deplibs_check_method=$lt_cv_deplibs_check_method
5645 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668 if test -n "$ac_tool_prefix"; then
5669 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5670 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5672 $as_echo_n "checking for $ac_word... " >&6; }
5673 if ${ac_cv_prog_DLLTOOL+:} false; then :
5674 $as_echo_n "(cached) " >&6
5675 else
5676 if test -n "$DLLTOOL"; then
5677 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5678 else
5679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5680 for as_dir in $PATH
5681 do
5682 IFS=$as_save_IFS
5683 test -z "$as_dir" && as_dir=.
5684 for ac_exec_ext in '' $ac_executable_extensions; do
5685 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5686 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5688 break 2
5689 fi
5690 done
5691 done
5692 IFS=$as_save_IFS
5693
5694 fi
5695 fi
5696 DLLTOOL=$ac_cv_prog_DLLTOOL
5697 if test -n "$DLLTOOL"; then
5698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5699 $as_echo "$DLLTOOL" >&6; }
5700 else
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5702 $as_echo "no" >&6; }
5703 fi
5704
5705
5706 fi
5707 if test -z "$ac_cv_prog_DLLTOOL"; then
5708 ac_ct_DLLTOOL=$DLLTOOL
5709 # Extract the first word of "dlltool", so it can be a program name with args.
5710 set dummy dlltool; ac_word=$2
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5712 $as_echo_n "checking for $ac_word... " >&6; }
5713 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5714 $as_echo_n "(cached) " >&6
5715 else
5716 if test -n "$ac_ct_DLLTOOL"; then
5717 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5718 else
5719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5720 for as_dir in $PATH
5721 do
5722 IFS=$as_save_IFS
5723 test -z "$as_dir" && as_dir=.
5724 for ac_exec_ext in '' $ac_executable_extensions; do
5725 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5726 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5728 break 2
5729 fi
5730 done
5731 done
5732 IFS=$as_save_IFS
5733
5734 fi
5735 fi
5736 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5737 if test -n "$ac_ct_DLLTOOL"; then
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
5739 $as_echo "$ac_ct_DLLTOOL" >&6; }
5740 else
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5742 $as_echo "no" >&6; }
5743 fi
5744
5745 if test "x$ac_ct_DLLTOOL" = x; then
5746 DLLTOOL="false"
5747 else
5748 case $cross_compiling:$ac_tool_warned in
5749 yes:)
5750 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5751 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5752 ac_tool_warned=yes ;;
5753 esac
5754 DLLTOOL=$ac_ct_DLLTOOL
5755 fi
5756 else
5757 DLLTOOL="$ac_cv_prog_DLLTOOL"
5758 fi
5759
5760 test -z "$DLLTOOL" && DLLTOOL=dlltool
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
5772 $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
5773 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
5774 $as_echo_n "(cached) " >&6
5775 else
5776 lt_cv_sharedlib_from_linklib_cmd='unknown'
5777
5778 case $host_os in
5779 cygwin* | mingw* | pw32* | cegcc*)
5780 # two different shell functions defined in ltmain.sh;
5781 # decide which one to use based on capabilities of $DLLTOOL
5782 case `$DLLTOOL --help 2>&1` in
5783 *--identify-strict*)
5784 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
5785 ;;
5786 *)
5787 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
5788 ;;
5789 esac
5790 ;;
5791 *)
5792 # fallback: assume linklib IS sharedlib
5793 lt_cv_sharedlib_from_linklib_cmd=$ECHO
5794 ;;
5795 esac
5796
5797 fi
5798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
5799 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
5800 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
5801 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
5802
5803
5804
5805
5806
5807
5808
5809
5810 if test -n "$ac_tool_prefix"; then
5811 for ac_prog in ar
5812 do
5813 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5814 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5816 $as_echo_n "checking for $ac_word... " >&6; }
5817 if ${ac_cv_prog_AR+:} false; then :
5818 $as_echo_n "(cached) " >&6
5819 else
5820 if test -n "$AR"; then
5821 ac_cv_prog_AR="$AR" # Let the user override the test.
5822 else
5823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5824 for as_dir in $PATH
5825 do
5826 IFS=$as_save_IFS
5827 test -z "$as_dir" && as_dir=.
5828 for ac_exec_ext in '' $ac_executable_extensions; do
5829 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5830 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5832 break 2
5833 fi
5834 done
5835 done
5836 IFS=$as_save_IFS
5837
5838 fi
5839 fi
5840 AR=$ac_cv_prog_AR
5841 if test -n "$AR"; then
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5843 $as_echo "$AR" >&6; }
5844 else
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5846 $as_echo "no" >&6; }
5847 fi
5848
5849
5850 test -n "$AR" && break
5851 done
5852 fi
5853 if test -z "$AR"; then
5854 ac_ct_AR=$AR
5855 for ac_prog in ar
5856 do
5857 # Extract the first word of "$ac_prog", so it can be a program name with args.
5858 set dummy $ac_prog; ac_word=$2
5859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5860 $as_echo_n "checking for $ac_word... " >&6; }
5861 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5862 $as_echo_n "(cached) " >&6
5863 else
5864 if test -n "$ac_ct_AR"; then
5865 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5866 else
5867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5868 for as_dir in $PATH
5869 do
5870 IFS=$as_save_IFS
5871 test -z "$as_dir" && as_dir=.
5872 for ac_exec_ext in '' $ac_executable_extensions; do
5873 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5874 ac_cv_prog_ac_ct_AR="$ac_prog"
5875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5876 break 2
5877 fi
5878 done
5879 done
5880 IFS=$as_save_IFS
5881
5882 fi
5883 fi
5884 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5885 if test -n "$ac_ct_AR"; then
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5887 $as_echo "$ac_ct_AR" >&6; }
5888 else
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5890 $as_echo "no" >&6; }
5891 fi
5892
5893
5894 test -n "$ac_ct_AR" && break
5895 done
5896
5897 if test "x$ac_ct_AR" = x; then
5898 AR="false"
5899 else
5900 case $cross_compiling:$ac_tool_warned in
5901 yes:)
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5903 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5904 ac_tool_warned=yes ;;
5905 esac
5906 AR=$ac_ct_AR
5907 fi
5908 fi
5909
5910 : ${AR=ar}
5911 : ${AR_FLAGS=cru}
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
5924 $as_echo_n "checking for archiver @FILE support... " >&6; }
5925 if ${lt_cv_ar_at_file+:} false; then :
5926 $as_echo_n "(cached) " >&6
5927 else
5928 lt_cv_ar_at_file=no
5929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5930 /* end confdefs.h. */
5931
5932 int
5933 main ()
5934 {
5935
5936 ;
5937 return 0;
5938 }
5939 _ACEOF
5940 if ac_fn_c_try_compile "$LINENO"; then :
5941 echo conftest.$ac_objext > conftest.lst
5942 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
5943 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5944 (eval $lt_ar_try) 2>&5
5945 ac_status=$?
5946 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5947 test $ac_status = 0; }
5948 if test 0 -eq "$ac_status"; then
5949 # Ensure the archiver fails upon bogus file names.
5950 rm -f conftest.$ac_objext libconftest.a
5951 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5952 (eval $lt_ar_try) 2>&5
5953 ac_status=$?
5954 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5955 test $ac_status = 0; }
5956 if test 0 -ne "$ac_status"; then
5957 lt_cv_ar_at_file=@
5958 fi
5959 fi
5960 rm -f conftest.* libconftest.a
5961
5962 fi
5963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5964
5965 fi
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
5967 $as_echo "$lt_cv_ar_at_file" >&6; }
5968
5969 if test no = "$lt_cv_ar_at_file"; then
5970 archiver_list_spec=
5971 else
5972 archiver_list_spec=$lt_cv_ar_at_file
5973 fi
5974
5975
5976
5977
5978
5979
5980
5981 if test -n "$ac_tool_prefix"; then
5982 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5983 set dummy ${ac_tool_prefix}strip; ac_word=$2
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5985 $as_echo_n "checking for $ac_word... " >&6; }
5986 if ${ac_cv_prog_STRIP+:} false; then :
5987 $as_echo_n "(cached) " >&6
5988 else
5989 if test -n "$STRIP"; then
5990 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5991 else
5992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5993 for as_dir in $PATH
5994 do
5995 IFS=$as_save_IFS
5996 test -z "$as_dir" && as_dir=.
5997 for ac_exec_ext in '' $ac_executable_extensions; do
5998 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5999 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6001 break 2
6002 fi
6003 done
6004 done
6005 IFS=$as_save_IFS
6006
6007 fi
6008 fi
6009 STRIP=$ac_cv_prog_STRIP
6010 if test -n "$STRIP"; then
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6012 $as_echo "$STRIP" >&6; }
6013 else
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6015 $as_echo "no" >&6; }
6016 fi
6017
6018
6019 fi
6020 if test -z "$ac_cv_prog_STRIP"; then
6021 ac_ct_STRIP=$STRIP
6022 # Extract the first word of "strip", so it can be a program name with args.
6023 set dummy strip; ac_word=$2
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6025 $as_echo_n "checking for $ac_word... " >&6; }
6026 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6027 $as_echo_n "(cached) " >&6
6028 else
6029 if test -n "$ac_ct_STRIP"; then
6030 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6031 else
6032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6033 for as_dir in $PATH
6034 do
6035 IFS=$as_save_IFS
6036 test -z "$as_dir" && as_dir=.
6037 for ac_exec_ext in '' $ac_executable_extensions; do
6038 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6039 ac_cv_prog_ac_ct_STRIP="strip"
6040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6041 break 2
6042 fi
6043 done
6044 done
6045 IFS=$as_save_IFS
6046
6047 fi
6048 fi
6049 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6050 if test -n "$ac_ct_STRIP"; then
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6052 $as_echo "$ac_ct_STRIP" >&6; }
6053 else
6054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6055 $as_echo "no" >&6; }
6056 fi
6057
6058 if test "x$ac_ct_STRIP" = x; then
6059 STRIP=":"
6060 else
6061 case $cross_compiling:$ac_tool_warned in
6062 yes:)
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6064 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6065 ac_tool_warned=yes ;;
6066 esac
6067 STRIP=$ac_ct_STRIP
6068 fi
6069 else
6070 STRIP="$ac_cv_prog_STRIP"
6071 fi
6072
6073 test -z "$STRIP" && STRIP=:
6074
6075
6076
6077
6078
6079
6080 if test -n "$ac_tool_prefix"; then
6081 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6082 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6084 $as_echo_n "checking for $ac_word... " >&6; }
6085 if ${ac_cv_prog_RANLIB+:} false; then :
6086 $as_echo_n "(cached) " >&6
6087 else
6088 if test -n "$RANLIB"; then
6089 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6090 else
6091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6092 for as_dir in $PATH
6093 do
6094 IFS=$as_save_IFS
6095 test -z "$as_dir" && as_dir=.
6096 for ac_exec_ext in '' $ac_executable_extensions; do
6097 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6098 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6100 break 2
6101 fi
6102 done
6103 done
6104 IFS=$as_save_IFS
6105
6106 fi
6107 fi
6108 RANLIB=$ac_cv_prog_RANLIB
6109 if test -n "$RANLIB"; then
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6111 $as_echo "$RANLIB" >&6; }
6112 else
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6114 $as_echo "no" >&6; }
6115 fi
6116
6117
6118 fi
6119 if test -z "$ac_cv_prog_RANLIB"; then
6120 ac_ct_RANLIB=$RANLIB
6121 # Extract the first word of "ranlib", so it can be a program name with args.
6122 set dummy ranlib; ac_word=$2
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6124 $as_echo_n "checking for $ac_word... " >&6; }
6125 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6126 $as_echo_n "(cached) " >&6
6127 else
6128 if test -n "$ac_ct_RANLIB"; then
6129 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6130 else
6131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6132 for as_dir in $PATH
6133 do
6134 IFS=$as_save_IFS
6135 test -z "$as_dir" && as_dir=.
6136 for ac_exec_ext in '' $ac_executable_extensions; do
6137 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6138 ac_cv_prog_ac_ct_RANLIB="ranlib"
6139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6140 break 2
6141 fi
6142 done
6143 done
6144 IFS=$as_save_IFS
6145
6146 fi
6147 fi
6148 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6149 if test -n "$ac_ct_RANLIB"; then
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6151 $as_echo "$ac_ct_RANLIB" >&6; }
6152 else
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6154 $as_echo "no" >&6; }
6155 fi
6156
6157 if test "x$ac_ct_RANLIB" = x; then
6158 RANLIB=":"
6159 else
6160 case $cross_compiling:$ac_tool_warned in
6161 yes:)
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6163 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6164 ac_tool_warned=yes ;;
6165 esac
6166 RANLIB=$ac_ct_RANLIB
6167 fi
6168 else
6169 RANLIB="$ac_cv_prog_RANLIB"
6170 fi
6171
6172 test -z "$RANLIB" && RANLIB=:
6173
6174
6175
6176
6177
6178
6179 # Determine commands to create old-style static archives.
6180 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6181 old_postinstall_cmds='chmod 644 $oldlib'
6182 old_postuninstall_cmds=
6183
6184 if test -n "$RANLIB"; then
6185 case $host_os in
6186 bitrig* | openbsd*)
6187 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6188 ;;
6189 *)
6190 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6191 ;;
6192 esac
6193 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6194 fi
6195
6196 case $host_os in
6197 darwin*)
6198 lock_old_archive_extraction=yes ;;
6199 *)
6200 lock_old_archive_extraction=no ;;
6201 esac
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241 # If no C compiler was specified, use CC.
6242 LTCC=${LTCC-"$CC"}
6243
6244 # If no C compiler flags were specified, use CFLAGS.
6245 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6246
6247 # Allow CC to be a program name with arguments.
6248 compiler=$CC
6249
6250
6251 # Check for command to grab the raw symbol name followed by C symbol from nm.
6252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6253 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6254 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6255 $as_echo_n "(cached) " >&6
6256 else
6257
6258 # These are sane defaults that work on at least a few old systems.
6259 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6260
6261 # Character class describing NM global symbol codes.
6262 symcode='[BCDEGRST]'
6263
6264 # Regexp to match symbols that can be accessed directly from C.
6265 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6266
6267 # Define system-specific variables.
6268 case $host_os in
6269 aix*)
6270 symcode='[BCDT]'
6271 ;;
6272 cygwin* | mingw* | pw32* | cegcc*)
6273 symcode='[ABCDGISTW]'
6274 ;;
6275 hpux*)
6276 if test ia64 = "$host_cpu"; then
6277 symcode='[ABCDEGRST]'
6278 fi
6279 ;;
6280 irix* | nonstopux*)
6281 symcode='[BCDEGRST]'
6282 ;;
6283 osf*)
6284 symcode='[BCDEGQRST]'
6285 ;;
6286 solaris*)
6287 symcode='[BDRT]'
6288 ;;
6289 sco3.2v5*)
6290 symcode='[DT]'
6291 ;;
6292 sysv4.2uw2*)
6293 symcode='[DT]'
6294 ;;
6295 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6296 symcode='[ABDT]'
6297 ;;
6298 sysv4)
6299 symcode='[DFNSTU]'
6300 ;;
6301 esac
6302
6303 # If we're using GNU nm, then use its standard symbol codes.
6304 case `$NM -V 2>&1` in
6305 *GNU* | *'with BFD'*)
6306 symcode='[ABCDGIRSTW]' ;;
6307 esac
6308
6309 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6310 # Gets list of data symbols to import.
6311 lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
6312 # Adjust the below global symbol transforms to fixup imported variables.
6313 lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
6314 lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
6315 lt_c_name_lib_hook="\
6316 -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\
6317 -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'"
6318 else
6319 # Disable hooks by default.
6320 lt_cv_sys_global_symbol_to_import=
6321 lt_cdecl_hook=
6322 lt_c_name_hook=
6323 lt_c_name_lib_hook=
6324 fi
6325
6326 # Transform an extracted symbol line into a proper C declaration.
6327 # Some systems (esp. on ia64) link data and code symbols differently,
6328 # so use this general approach.
6329 lt_cv_sys_global_symbol_to_cdecl="sed -n"\
6330 $lt_cdecl_hook\
6331 " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
6332 " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
6333
6334 # Transform an extracted symbol line into symbol name and symbol address
6335 lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
6336 $lt_c_name_hook\
6337 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
6338 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
6339
6340 # Transform an extracted symbol line into symbol name with lib prefix and
6341 # symbol address.
6342 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
6343 $lt_c_name_lib_hook\
6344 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
6345 " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
6346 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'"
6347
6348 # Handle CRLF in mingw tool chain
6349 opt_cr=
6350 case $build_os in
6351 mingw*)
6352 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6353 ;;
6354 esac
6355
6356 # Try without a prefix underscore, then with it.
6357 for ac_symprfx in "" "_"; do
6358
6359 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6360 symxfrm="\\1 $ac_symprfx\\2 \\2"
6361
6362 # Write the raw and C identifiers.
6363 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6364 # Fake it for dumpbin and say T for any non-static function,
6365 # D for any global variable and I for any imported variable.
6366 # Also find C++ and __fastcall symbols from MSVC++,
6367 # which start with @ or ?.
6368 lt_cv_sys_global_symbol_pipe="$AWK '"\
6369 " {last_section=section; section=\$ 3};"\
6370 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6371 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6372 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
6373 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
6374 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
6375 " \$ 0!~/External *\|/{next};"\
6376 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6377 " {if(hide[section]) next};"\
6378 " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
6379 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
6380 " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
6381 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
6382 " ' prfx=^$ac_symprfx"
6383 else
6384 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6385 fi
6386 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
6387
6388 # Check to see that the pipe works correctly.
6389 pipe_works=no
6390
6391 rm -f conftest*
6392 cat > conftest.$ac_ext <<_LT_EOF
6393 #ifdef __cplusplus
6394 extern "C" {
6395 #endif
6396 char nm_test_var;
6397 void nm_test_func(void);
6398 void nm_test_func(void){}
6399 #ifdef __cplusplus
6400 }
6401 #endif
6402 int main(){nm_test_var='a';nm_test_func();return(0);}
6403 _LT_EOF
6404
6405 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6406 (eval $ac_compile) 2>&5
6407 ac_status=$?
6408 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6409 test $ac_status = 0; }; then
6410 # Now try to grab the symbols.
6411 nlist=conftest.nm
6412 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6413 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6414 ac_status=$?
6415 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6416 test $ac_status = 0; } && test -s "$nlist"; then
6417 # Try sorting and uniquifying the output.
6418 if sort "$nlist" | uniq > "$nlist"T; then
6419 mv -f "$nlist"T "$nlist"
6420 else
6421 rm -f "$nlist"T
6422 fi
6423
6424 # Make sure that we snagged all the symbols we need.
6425 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6426 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6427 cat <<_LT_EOF > conftest.$ac_ext
6428 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
6429 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
6430 /* DATA imports from DLLs on WIN32 can't be const, because runtime
6431 relocations are performed -- see ld's documentation on pseudo-relocs. */
6432 # define LT_DLSYM_CONST
6433 #elif defined __osf__
6434 /* This system does not cope well with relocations in const data. */
6435 # define LT_DLSYM_CONST
6436 #else
6437 # define LT_DLSYM_CONST const
6438 #endif
6439
6440 #ifdef __cplusplus
6441 extern "C" {
6442 #endif
6443
6444 _LT_EOF
6445 # Now generate the symbol file.
6446 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6447
6448 cat <<_LT_EOF >> conftest.$ac_ext
6449
6450 /* The mapping between symbol names and symbols. */
6451 LT_DLSYM_CONST struct {
6452 const char *name;
6453 void *address;
6454 }
6455 lt__PROGRAM__LTX_preloaded_symbols[] =
6456 {
6457 { "@PROGRAM@", (void *) 0 },
6458 _LT_EOF
6459 $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6460 cat <<\_LT_EOF >> conftest.$ac_ext
6461 {0, (void *) 0}
6462 };
6463
6464 /* This works around a problem in FreeBSD linker */
6465 #ifdef FREEBSD_WORKAROUND
6466 static const void *lt_preloaded_setup() {
6467 return lt__PROGRAM__LTX_preloaded_symbols;
6468 }
6469 #endif
6470
6471 #ifdef __cplusplus
6472 }
6473 #endif
6474 _LT_EOF
6475 # Now try linking the two files.
6476 mv conftest.$ac_objext conftstm.$ac_objext
6477 lt_globsym_save_LIBS=$LIBS
6478 lt_globsym_save_CFLAGS=$CFLAGS
6479 LIBS=conftstm.$ac_objext
6480 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6481 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6482 (eval $ac_link) 2>&5
6483 ac_status=$?
6484 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6485 test $ac_status = 0; } && test -s conftest$ac_exeext; then
6486 pipe_works=yes
6487 fi
6488 LIBS=$lt_globsym_save_LIBS
6489 CFLAGS=$lt_globsym_save_CFLAGS
6490 else
6491 echo "cannot find nm_test_func in $nlist" >&5
6492 fi
6493 else
6494 echo "cannot find nm_test_var in $nlist" >&5
6495 fi
6496 else
6497 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6498 fi
6499 else
6500 echo "$progname: failed program was:" >&5
6501 cat conftest.$ac_ext >&5
6502 fi
6503 rm -rf conftest* conftst*
6504
6505 # Do not use the global_symbol_pipe unless it works.
6506 if test yes = "$pipe_works"; then
6507 break
6508 else
6509 lt_cv_sys_global_symbol_pipe=
6510 fi
6511 done
6512
6513 fi
6514
6515 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6516 lt_cv_sys_global_symbol_to_cdecl=
6517 fi
6518 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6520 $as_echo "failed" >&6; }
6521 else
6522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6523 $as_echo "ok" >&6; }
6524 fi
6525
6526 # Response file support.
6527 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6528 nm_file_list_spec='@'
6529 elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
6530 nm_file_list_spec='@'
6531 fi
6532
6533
6534
6535
6536
6537
6538
6539
6540
6541
6542
6543
6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
6565
6566
6567
6568
6569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
6570 $as_echo_n "checking for sysroot... " >&6; }
6571
6572 # Check whether --with-sysroot was given.
6573 if test "${with_sysroot+set}" = set; then :
6574 withval=$with_sysroot;
6575 else
6576 with_sysroot=no
6577 fi
6578
6579
6580 lt_sysroot=
6581 case $with_sysroot in #(
6582 yes)
6583 if test yes = "$GCC"; then
6584 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
6585 fi
6586 ;; #(
6587 /*)
6588 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
6589 ;; #(
6590 no|'')
6591 ;; #(
6592 *)
6593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
6594 $as_echo "$with_sysroot" >&6; }
6595 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
6596 ;;
6597 esac
6598
6599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
6600 $as_echo "${lt_sysroot:-no}" >&6; }
6601
6602
6603
6604
6605
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
6607 $as_echo_n "checking for a working dd... " >&6; }
6608 if ${ac_cv_path_lt_DD+:} false; then :
6609 $as_echo_n "(cached) " >&6
6610 else
6611 printf 0123456789abcdef0123456789abcdef >conftest.i
6612 cat conftest.i conftest.i >conftest2.i
6613 : ${lt_DD:=$DD}
6614 if test -z "$lt_DD"; then
6615 ac_path_lt_DD_found=false
6616 # Loop through the user's path and test for each of PROGNAME-LIST
6617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6618 for as_dir in $PATH
6619 do
6620 IFS=$as_save_IFS
6621 test -z "$as_dir" && as_dir=.
6622 for ac_prog in dd; do
6623 for ac_exec_ext in '' $ac_executable_extensions; do
6624 ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
6625 as_fn_executable_p "$ac_path_lt_DD" || continue
6626 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
6627 cmp -s conftest.i conftest.out \
6628 && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
6629 fi
6630 $ac_path_lt_DD_found && break 3
6631 done
6632 done
6633 done
6634 IFS=$as_save_IFS
6635 if test -z "$ac_cv_path_lt_DD"; then
6636 :
6637 fi
6638 else
6639 ac_cv_path_lt_DD=$lt_DD
6640 fi
6641
6642 rm -f conftest.i conftest2.i conftest.out
6643 fi
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
6645 $as_echo "$ac_cv_path_lt_DD" >&6; }
6646
6647
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
6649 $as_echo_n "checking how to truncate binary pipes... " >&6; }
6650 if ${lt_cv_truncate_bin+:} false; then :
6651 $as_echo_n "(cached) " >&6
6652 else
6653 printf 0123456789abcdef0123456789abcdef >conftest.i
6654 cat conftest.i conftest.i >conftest2.i
6655 lt_cv_truncate_bin=
6656 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
6657 cmp -s conftest.i conftest.out \
6658 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
6659 fi
6660 rm -f conftest.i conftest2.i conftest.out
6661 test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
6662 fi
6663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
6664 $as_echo "$lt_cv_truncate_bin" >&6; }
6665
6666
6667
6668
6669
6670
6671
6672 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
6673 func_cc_basename ()
6674 {
6675 for cc_temp in $*""; do
6676 case $cc_temp in
6677 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
6678 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
6679 \-*) ;;
6680 *) break;;
6681 esac
6682 done
6683 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
6684 }
6685
6686 # Check whether --enable-libtool-lock was given.
6687 if test "${enable_libtool_lock+set}" = set; then :
6688 enableval=$enable_libtool_lock;
6689 fi
6690
6691 test no = "$enable_libtool_lock" || enable_libtool_lock=yes
6692
6693 # Some flags need to be propagated to the compiler or linker for good
6694 # libtool support.
6695 case $host in
6696 ia64-*-hpux*)
6697 # Find out what ABI is being produced by ac_compile, and set mode
6698 # options accordingly.
6699 echo 'int i;' > conftest.$ac_ext
6700 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6701 (eval $ac_compile) 2>&5
6702 ac_status=$?
6703 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6704 test $ac_status = 0; }; then
6705 case `/usr/bin/file conftest.$ac_objext` in
6706 *ELF-32*)
6707 HPUX_IA64_MODE=32
6708 ;;
6709 *ELF-64*)
6710 HPUX_IA64_MODE=64
6711 ;;
6712 esac
6713 fi
6714 rm -rf conftest*
6715 ;;
6716 *-*-irix6*)
6717 # Find out what ABI is being produced by ac_compile, and set linker
6718 # options accordingly.
6719 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6720 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6721 (eval $ac_compile) 2>&5
6722 ac_status=$?
6723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6724 test $ac_status = 0; }; then
6725 if test yes = "$lt_cv_prog_gnu_ld"; then
6726 case `/usr/bin/file conftest.$ac_objext` in
6727 *32-bit*)
6728 LD="${LD-ld} -melf32bsmip"
6729 ;;
6730 *N32*)
6731 LD="${LD-ld} -melf32bmipn32"
6732 ;;
6733 *64-bit*)
6734 LD="${LD-ld} -melf64bmip"
6735 ;;
6736 esac
6737 else
6738 case `/usr/bin/file conftest.$ac_objext` in
6739 *32-bit*)
6740 LD="${LD-ld} -32"
6741 ;;
6742 *N32*)
6743 LD="${LD-ld} -n32"
6744 ;;
6745 *64-bit*)
6746 LD="${LD-ld} -64"
6747 ;;
6748 esac
6749 fi
6750 fi
6751 rm -rf conftest*
6752 ;;
6753
6754 mips64*-*linux*)
6755 # Find out what ABI is being produced by ac_compile, and set linker
6756 # options accordingly.
6757 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6758 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6759 (eval $ac_compile) 2>&5
6760 ac_status=$?
6761 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6762 test $ac_status = 0; }; then
6763 emul=elf
6764 case `/usr/bin/file conftest.$ac_objext` in
6765 *32-bit*)
6766 emul="${emul}32"
6767 ;;
6768 *64-bit*)
6769 emul="${emul}64"
6770 ;;
6771 esac
6772 case `/usr/bin/file conftest.$ac_objext` in
6773 *MSB*)
6774 emul="${emul}btsmip"
6775 ;;
6776 *LSB*)
6777 emul="${emul}ltsmip"
6778 ;;
6779 esac
6780 case `/usr/bin/file conftest.$ac_objext` in
6781 *N32*)
6782 emul="${emul}n32"
6783 ;;
6784 esac
6785 LD="${LD-ld} -m $emul"
6786 fi
6787 rm -rf conftest*
6788 ;;
6789
6790 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6791 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6792 # Find out what ABI is being produced by ac_compile, and set linker
6793 # options accordingly. Note that the listed cases only cover the
6794 # situations where additional linker options are needed (such as when
6795 # doing 32-bit compilation for a host where ld defaults to 64-bit, or
6796 # vice versa); the common cases where no linker options are needed do
6797 # not appear in the list.
6798 echo 'int i;' > conftest.$ac_ext
6799 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6800 (eval $ac_compile) 2>&5
6801 ac_status=$?
6802 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6803 test $ac_status = 0; }; then
6804 case `/usr/bin/file conftest.o` in
6805 *32-bit*)
6806 case $host in
6807 x86_64-*kfreebsd*-gnu)
6808 LD="${LD-ld} -m elf_i386_fbsd"
6809 ;;
6810 x86_64-*linux*)
6811 case `/usr/bin/file conftest.o` in
6812 *x86-64*)
6813 LD="${LD-ld} -m elf32_x86_64"
6814 ;;
6815 *)
6816 LD="${LD-ld} -m elf_i386"
6817 ;;
6818 esac
6819 ;;
6820 powerpc64le-*linux*)
6821 LD="${LD-ld} -m elf32lppclinux"
6822 ;;
6823 powerpc64-*linux*)
6824 LD="${LD-ld} -m elf32ppclinux"
6825 ;;
6826 s390x-*linux*)
6827 LD="${LD-ld} -m elf_s390"
6828 ;;
6829 sparc64-*linux*)
6830 LD="${LD-ld} -m elf32_sparc"
6831 ;;
6832 esac
6833 ;;
6834 *64-bit*)
6835 case $host in
6836 x86_64-*kfreebsd*-gnu)
6837 LD="${LD-ld} -m elf_x86_64_fbsd"
6838 ;;
6839 x86_64-*linux*)
6840 LD="${LD-ld} -m elf_x86_64"
6841 ;;
6842 powerpcle-*linux*)
6843 LD="${LD-ld} -m elf64lppc"
6844 ;;
6845 powerpc-*linux*)
6846 LD="${LD-ld} -m elf64ppc"
6847 ;;
6848 s390*-*linux*|s390*-*tpf*)
6849 LD="${LD-ld} -m elf64_s390"
6850 ;;
6851 sparc*-*linux*)
6852 LD="${LD-ld} -m elf64_sparc"
6853 ;;
6854 esac
6855 ;;
6856 esac
6857 fi
6858 rm -rf conftest*
6859 ;;
6860
6861 *-*-sco3.2v5*)
6862 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6863 SAVE_CFLAGS=$CFLAGS
6864 CFLAGS="$CFLAGS -belf"
6865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6866 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6867 if ${lt_cv_cc_needs_belf+:} false; then :
6868 $as_echo_n "(cached) " >&6
6869 else
6870 ac_ext=c
6871 ac_cpp='$CPP $CPPFLAGS'
6872 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6873 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6874 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6875
6876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6877 /* end confdefs.h. */
6878
6879 int
6880 main ()
6881 {
6882
6883 ;
6884 return 0;
6885 }
6886 _ACEOF
6887 if ac_fn_c_try_link "$LINENO"; then :
6888 lt_cv_cc_needs_belf=yes
6889 else
6890 lt_cv_cc_needs_belf=no
6891 fi
6892 rm -f core conftest.err conftest.$ac_objext \
6893 conftest$ac_exeext conftest.$ac_ext
6894 ac_ext=c
6895 ac_cpp='$CPP $CPPFLAGS'
6896 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6897 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6898 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6899
6900 fi
6901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6902 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6903 if test yes != "$lt_cv_cc_needs_belf"; then
6904 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6905 CFLAGS=$SAVE_CFLAGS
6906 fi
6907 ;;
6908 *-*solaris*)
6909 # Find out what ABI is being produced by ac_compile, and set linker
6910 # options accordingly.
6911 echo 'int i;' > conftest.$ac_ext
6912 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6913 (eval $ac_compile) 2>&5
6914 ac_status=$?
6915 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6916 test $ac_status = 0; }; then
6917 case `/usr/bin/file conftest.o` in
6918 *64-bit*)
6919 case $lt_cv_prog_gnu_ld in
6920 yes*)
6921 case $host in
6922 i?86-*-solaris*|x86_64-*-solaris*)
6923 LD="${LD-ld} -m elf_x86_64"
6924 ;;
6925 sparc*-*-solaris*)
6926 LD="${LD-ld} -m elf64_sparc"
6927 ;;
6928 esac
6929 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
6930 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6931 LD=${LD-ld}_sol2
6932 fi
6933 ;;
6934 *)
6935 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6936 LD="${LD-ld} -64"
6937 fi
6938 ;;
6939 esac
6940 ;;
6941 esac
6942 fi
6943 rm -rf conftest*
6944 ;;
6945 esac
6946
6947 need_locks=$enable_libtool_lock
6948
6949 if test -n "$ac_tool_prefix"; then
6950 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
6951 set dummy ${ac_tool_prefix}mt; ac_word=$2
6952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6953 $as_echo_n "checking for $ac_word... " >&6; }
6954 if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
6955 $as_echo_n "(cached) " >&6
6956 else
6957 if test -n "$MANIFEST_TOOL"; then
6958 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
6959 else
6960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6961 for as_dir in $PATH
6962 do
6963 IFS=$as_save_IFS
6964 test -z "$as_dir" && as_dir=.
6965 for ac_exec_ext in '' $ac_executable_extensions; do
6966 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6967 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6969 break 2
6970 fi
6971 done
6972 done
6973 IFS=$as_save_IFS
6974
6975 fi
6976 fi
6977 MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
6978 if test -n "$MANIFEST_TOOL"; then
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
6980 $as_echo "$MANIFEST_TOOL" >&6; }
6981 else
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6983 $as_echo "no" >&6; }
6984 fi
6985
6986
6987 fi
6988 if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
6989 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
6990 # Extract the first word of "mt", so it can be a program name with args.
6991 set dummy mt; ac_word=$2
6992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6993 $as_echo_n "checking for $ac_word... " >&6; }
6994 if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
6995 $as_echo_n "(cached) " >&6
6996 else
6997 if test -n "$ac_ct_MANIFEST_TOOL"; then
6998 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
6999 else
7000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7001 for as_dir in $PATH
7002 do
7003 IFS=$as_save_IFS
7004 test -z "$as_dir" && as_dir=.
7005 for ac_exec_ext in '' $ac_executable_extensions; do
7006 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7007 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7009 break 2
7010 fi
7011 done
7012 done
7013 IFS=$as_save_IFS
7014
7015 fi
7016 fi
7017 ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
7018 if test -n "$ac_ct_MANIFEST_TOOL"; then
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
7020 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
7021 else
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7023 $as_echo "no" >&6; }
7024 fi
7025
7026 if test "x$ac_ct_MANIFEST_TOOL" = x; then
7027 MANIFEST_TOOL=":"
7028 else
7029 case $cross_compiling:$ac_tool_warned in
7030 yes:)
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7032 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7033 ac_tool_warned=yes ;;
7034 esac
7035 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
7036 fi
7037 else
7038 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
7039 fi
7040
7041 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
7042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
7043 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
7044 if ${lt_cv_path_mainfest_tool+:} false; then :
7045 $as_echo_n "(cached) " >&6
7046 else
7047 lt_cv_path_mainfest_tool=no
7048 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
7049 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
7050 cat conftest.err >&5
7051 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
7052 lt_cv_path_mainfest_tool=yes
7053 fi
7054 rm -f conftest*
7055 fi
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
7057 $as_echo "$lt_cv_path_mainfest_tool" >&6; }
7058 if test yes != "$lt_cv_path_mainfest_tool"; then
7059 MANIFEST_TOOL=:
7060 fi
7061
7062
7063
7064
7065
7066
7067 case $host_os in
7068 rhapsody* | darwin*)
7069 if test -n "$ac_tool_prefix"; then
7070 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7071 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7073 $as_echo_n "checking for $ac_word... " >&6; }
7074 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7075 $as_echo_n "(cached) " >&6
7076 else
7077 if test -n "$DSYMUTIL"; then
7078 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7079 else
7080 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7081 for as_dir in $PATH
7082 do
7083 IFS=$as_save_IFS
7084 test -z "$as_dir" && as_dir=.
7085 for ac_exec_ext in '' $ac_executable_extensions; do
7086 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7087 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7089 break 2
7090 fi
7091 done
7092 done
7093 IFS=$as_save_IFS
7094
7095 fi
7096 fi
7097 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7098 if test -n "$DSYMUTIL"; then
7099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7100 $as_echo "$DSYMUTIL" >&6; }
7101 else
7102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7103 $as_echo "no" >&6; }
7104 fi
7105
7106
7107 fi
7108 if test -z "$ac_cv_prog_DSYMUTIL"; then
7109 ac_ct_DSYMUTIL=$DSYMUTIL
7110 # Extract the first word of "dsymutil", so it can be a program name with args.
7111 set dummy dsymutil; ac_word=$2
7112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7113 $as_echo_n "checking for $ac_word... " >&6; }
7114 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7115 $as_echo_n "(cached) " >&6
7116 else
7117 if test -n "$ac_ct_DSYMUTIL"; then
7118 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7119 else
7120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7121 for as_dir in $PATH
7122 do
7123 IFS=$as_save_IFS
7124 test -z "$as_dir" && as_dir=.
7125 for ac_exec_ext in '' $ac_executable_extensions; do
7126 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7127 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7129 break 2
7130 fi
7131 done
7132 done
7133 IFS=$as_save_IFS
7134
7135 fi
7136 fi
7137 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7138 if test -n "$ac_ct_DSYMUTIL"; then
7139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7140 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7141 else
7142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7143 $as_echo "no" >&6; }
7144 fi
7145
7146 if test "x$ac_ct_DSYMUTIL" = x; then
7147 DSYMUTIL=":"
7148 else
7149 case $cross_compiling:$ac_tool_warned in
7150 yes:)
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7152 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7153 ac_tool_warned=yes ;;
7154 esac
7155 DSYMUTIL=$ac_ct_DSYMUTIL
7156 fi
7157 else
7158 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7159 fi
7160
7161 if test -n "$ac_tool_prefix"; then
7162 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7163 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7165 $as_echo_n "checking for $ac_word... " >&6; }
7166 if ${ac_cv_prog_NMEDIT+:} false; then :
7167 $as_echo_n "(cached) " >&6
7168 else
7169 if test -n "$NMEDIT"; then
7170 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7171 else
7172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7173 for as_dir in $PATH
7174 do
7175 IFS=$as_save_IFS
7176 test -z "$as_dir" && as_dir=.
7177 for ac_exec_ext in '' $ac_executable_extensions; do
7178 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7179 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7181 break 2
7182 fi
7183 done
7184 done
7185 IFS=$as_save_IFS
7186
7187 fi
7188 fi
7189 NMEDIT=$ac_cv_prog_NMEDIT
7190 if test -n "$NMEDIT"; then
7191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7192 $as_echo "$NMEDIT" >&6; }
7193 else
7194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7195 $as_echo "no" >&6; }
7196 fi
7197
7198
7199 fi
7200 if test -z "$ac_cv_prog_NMEDIT"; then
7201 ac_ct_NMEDIT=$NMEDIT
7202 # Extract the first word of "nmedit", so it can be a program name with args.
7203 set dummy nmedit; ac_word=$2
7204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7205 $as_echo_n "checking for $ac_word... " >&6; }
7206 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7207 $as_echo_n "(cached) " >&6
7208 else
7209 if test -n "$ac_ct_NMEDIT"; then
7210 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7211 else
7212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7213 for as_dir in $PATH
7214 do
7215 IFS=$as_save_IFS
7216 test -z "$as_dir" && as_dir=.
7217 for ac_exec_ext in '' $ac_executable_extensions; do
7218 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7219 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7221 break 2
7222 fi
7223 done
7224 done
7225 IFS=$as_save_IFS
7226
7227 fi
7228 fi
7229 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7230 if test -n "$ac_ct_NMEDIT"; then
7231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7232 $as_echo "$ac_ct_NMEDIT" >&6; }
7233 else
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7235 $as_echo "no" >&6; }
7236 fi
7237
7238 if test "x$ac_ct_NMEDIT" = x; then
7239 NMEDIT=":"
7240 else
7241 case $cross_compiling:$ac_tool_warned in
7242 yes:)
7243 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7244 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7245 ac_tool_warned=yes ;;
7246 esac
7247 NMEDIT=$ac_ct_NMEDIT
7248 fi
7249 else
7250 NMEDIT="$ac_cv_prog_NMEDIT"
7251 fi
7252
7253 if test -n "$ac_tool_prefix"; then
7254 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7255 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7257 $as_echo_n "checking for $ac_word... " >&6; }
7258 if ${ac_cv_prog_LIPO+:} false; then :
7259 $as_echo_n "(cached) " >&6
7260 else
7261 if test -n "$LIPO"; then
7262 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7263 else
7264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7265 for as_dir in $PATH
7266 do
7267 IFS=$as_save_IFS
7268 test -z "$as_dir" && as_dir=.
7269 for ac_exec_ext in '' $ac_executable_extensions; do
7270 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7271 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7273 break 2
7274 fi
7275 done
7276 done
7277 IFS=$as_save_IFS
7278
7279 fi
7280 fi
7281 LIPO=$ac_cv_prog_LIPO
7282 if test -n "$LIPO"; then
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7284 $as_echo "$LIPO" >&6; }
7285 else
7286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7287 $as_echo "no" >&6; }
7288 fi
7289
7290
7291 fi
7292 if test -z "$ac_cv_prog_LIPO"; then
7293 ac_ct_LIPO=$LIPO
7294 # Extract the first word of "lipo", so it can be a program name with args.
7295 set dummy lipo; ac_word=$2
7296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7297 $as_echo_n "checking for $ac_word... " >&6; }
7298 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7299 $as_echo_n "(cached) " >&6
7300 else
7301 if test -n "$ac_ct_LIPO"; then
7302 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7303 else
7304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7305 for as_dir in $PATH
7306 do
7307 IFS=$as_save_IFS
7308 test -z "$as_dir" && as_dir=.
7309 for ac_exec_ext in '' $ac_executable_extensions; do
7310 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7311 ac_cv_prog_ac_ct_LIPO="lipo"
7312 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7313 break 2
7314 fi
7315 done
7316 done
7317 IFS=$as_save_IFS
7318
7319 fi
7320 fi
7321 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7322 if test -n "$ac_ct_LIPO"; then
7323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7324 $as_echo "$ac_ct_LIPO" >&6; }
7325 else
7326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7327 $as_echo "no" >&6; }
7328 fi
7329
7330 if test "x$ac_ct_LIPO" = x; then
7331 LIPO=":"
7332 else
7333 case $cross_compiling:$ac_tool_warned in
7334 yes:)
7335 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7336 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7337 ac_tool_warned=yes ;;
7338 esac
7339 LIPO=$ac_ct_LIPO
7340 fi
7341 else
7342 LIPO="$ac_cv_prog_LIPO"
7343 fi
7344
7345 if test -n "$ac_tool_prefix"; then
7346 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7347 set dummy ${ac_tool_prefix}otool; ac_word=$2
7348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7349 $as_echo_n "checking for $ac_word... " >&6; }
7350 if ${ac_cv_prog_OTOOL+:} false; then :
7351 $as_echo_n "(cached) " >&6
7352 else
7353 if test -n "$OTOOL"; then
7354 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7355 else
7356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357 for as_dir in $PATH
7358 do
7359 IFS=$as_save_IFS
7360 test -z "$as_dir" && as_dir=.
7361 for ac_exec_ext in '' $ac_executable_extensions; do
7362 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7363 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7365 break 2
7366 fi
7367 done
7368 done
7369 IFS=$as_save_IFS
7370
7371 fi
7372 fi
7373 OTOOL=$ac_cv_prog_OTOOL
7374 if test -n "$OTOOL"; then
7375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7376 $as_echo "$OTOOL" >&6; }
7377 else
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7379 $as_echo "no" >&6; }
7380 fi
7381
7382
7383 fi
7384 if test -z "$ac_cv_prog_OTOOL"; then
7385 ac_ct_OTOOL=$OTOOL
7386 # Extract the first word of "otool", so it can be a program name with args.
7387 set dummy otool; ac_word=$2
7388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7389 $as_echo_n "checking for $ac_word... " >&6; }
7390 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7391 $as_echo_n "(cached) " >&6
7392 else
7393 if test -n "$ac_ct_OTOOL"; then
7394 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7395 else
7396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7397 for as_dir in $PATH
7398 do
7399 IFS=$as_save_IFS
7400 test -z "$as_dir" && as_dir=.
7401 for ac_exec_ext in '' $ac_executable_extensions; do
7402 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7403 ac_cv_prog_ac_ct_OTOOL="otool"
7404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7405 break 2
7406 fi
7407 done
7408 done
7409 IFS=$as_save_IFS
7410
7411 fi
7412 fi
7413 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7414 if test -n "$ac_ct_OTOOL"; then
7415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7416 $as_echo "$ac_ct_OTOOL" >&6; }
7417 else
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7419 $as_echo "no" >&6; }
7420 fi
7421
7422 if test "x$ac_ct_OTOOL" = x; then
7423 OTOOL=":"
7424 else
7425 case $cross_compiling:$ac_tool_warned in
7426 yes:)
7427 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7428 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7429 ac_tool_warned=yes ;;
7430 esac
7431 OTOOL=$ac_ct_OTOOL
7432 fi
7433 else
7434 OTOOL="$ac_cv_prog_OTOOL"
7435 fi
7436
7437 if test -n "$ac_tool_prefix"; then
7438 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7439 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7441 $as_echo_n "checking for $ac_word... " >&6; }
7442 if ${ac_cv_prog_OTOOL64+:} false; then :
7443 $as_echo_n "(cached) " >&6
7444 else
7445 if test -n "$OTOOL64"; then
7446 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7447 else
7448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7449 for as_dir in $PATH
7450 do
7451 IFS=$as_save_IFS
7452 test -z "$as_dir" && as_dir=.
7453 for ac_exec_ext in '' $ac_executable_extensions; do
7454 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7455 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7457 break 2
7458 fi
7459 done
7460 done
7461 IFS=$as_save_IFS
7462
7463 fi
7464 fi
7465 OTOOL64=$ac_cv_prog_OTOOL64
7466 if test -n "$OTOOL64"; then
7467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7468 $as_echo "$OTOOL64" >&6; }
7469 else
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7471 $as_echo "no" >&6; }
7472 fi
7473
7474
7475 fi
7476 if test -z "$ac_cv_prog_OTOOL64"; then
7477 ac_ct_OTOOL64=$OTOOL64
7478 # Extract the first word of "otool64", so it can be a program name with args.
7479 set dummy otool64; ac_word=$2
7480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7481 $as_echo_n "checking for $ac_word... " >&6; }
7482 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7483 $as_echo_n "(cached) " >&6
7484 else
7485 if test -n "$ac_ct_OTOOL64"; then
7486 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7487 else
7488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7489 for as_dir in $PATH
7490 do
7491 IFS=$as_save_IFS
7492 test -z "$as_dir" && as_dir=.
7493 for ac_exec_ext in '' $ac_executable_extensions; do
7494 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7495 ac_cv_prog_ac_ct_OTOOL64="otool64"
7496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7497 break 2
7498 fi
7499 done
7500 done
7501 IFS=$as_save_IFS
7502
7503 fi
7504 fi
7505 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7506 if test -n "$ac_ct_OTOOL64"; then
7507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7508 $as_echo "$ac_ct_OTOOL64" >&6; }
7509 else
7510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7511 $as_echo "no" >&6; }
7512 fi
7513
7514 if test "x$ac_ct_OTOOL64" = x; then
7515 OTOOL64=":"
7516 else
7517 case $cross_compiling:$ac_tool_warned in
7518 yes:)
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7520 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7521 ac_tool_warned=yes ;;
7522 esac
7523 OTOOL64=$ac_ct_OTOOL64
7524 fi
7525 else
7526 OTOOL64="$ac_cv_prog_OTOOL64"
7527 fi
7528
7529
7530
7531
7532
7533
7534
7535
7536
7537
7538
7539
7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7556 $as_echo_n "checking for -single_module linker flag... " >&6; }
7557 if ${lt_cv_apple_cc_single_mod+:} false; then :
7558 $as_echo_n "(cached) " >&6
7559 else
7560 lt_cv_apple_cc_single_mod=no
7561 if test -z "$LT_MULTI_MODULE"; then
7562 # By default we will add the -single_module flag. You can override
7563 # by either setting the environment variable LT_MULTI_MODULE
7564 # non-empty at configure time, or by adding -multi_module to the
7565 # link flags.
7566 rm -rf libconftest.dylib*
7567 echo "int foo(void){return 1;}" > conftest.c
7568 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7569 -dynamiclib -Wl,-single_module conftest.c" >&5
7570 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7571 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7572 _lt_result=$?
7573 # If there is a non-empty error log, and "single_module"
7574 # appears in it, assume the flag caused a linker warning
7575 if test -s conftest.err && $GREP single_module conftest.err; then
7576 cat conftest.err >&5
7577 # Otherwise, if the output was created with a 0 exit code from
7578 # the compiler, it worked.
7579 elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
7580 lt_cv_apple_cc_single_mod=yes
7581 else
7582 cat conftest.err >&5
7583 fi
7584 rm -rf libconftest.dylib*
7585 rm -f conftest.*
7586 fi
7587 fi
7588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7589 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7590
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7592 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7593 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7594 $as_echo_n "(cached) " >&6
7595 else
7596 lt_cv_ld_exported_symbols_list=no
7597 save_LDFLAGS=$LDFLAGS
7598 echo "_main" > conftest.sym
7599 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7601 /* end confdefs.h. */
7602
7603 int
7604 main ()
7605 {
7606
7607 ;
7608 return 0;
7609 }
7610 _ACEOF
7611 if ac_fn_c_try_link "$LINENO"; then :
7612 lt_cv_ld_exported_symbols_list=yes
7613 else
7614 lt_cv_ld_exported_symbols_list=no
7615 fi
7616 rm -f core conftest.err conftest.$ac_objext \
7617 conftest$ac_exeext conftest.$ac_ext
7618 LDFLAGS=$save_LDFLAGS
7619
7620 fi
7621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7622 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7623
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7625 $as_echo_n "checking for -force_load linker flag... " >&6; }
7626 if ${lt_cv_ld_force_load+:} false; then :
7627 $as_echo_n "(cached) " >&6
7628 else
7629 lt_cv_ld_force_load=no
7630 cat > conftest.c << _LT_EOF
7631 int forced_loaded() { return 2;}
7632 _LT_EOF
7633 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7634 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7635 echo "$AR cru libconftest.a conftest.o" >&5
7636 $AR cru libconftest.a conftest.o 2>&5
7637 echo "$RANLIB libconftest.a" >&5
7638 $RANLIB libconftest.a 2>&5
7639 cat > conftest.c << _LT_EOF
7640 int main() { return 0;}
7641 _LT_EOF
7642 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7643 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7644 _lt_result=$?
7645 if test -s conftest.err && $GREP force_load conftest.err; then
7646 cat conftest.err >&5
7647 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
7648 lt_cv_ld_force_load=yes
7649 else
7650 cat conftest.err >&5
7651 fi
7652 rm -f conftest.err libconftest.a conftest conftest.c
7653 rm -rf conftest.dSYM
7654
7655 fi
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7657 $as_echo "$lt_cv_ld_force_load" >&6; }
7658 case $host_os in
7659 rhapsody* | darwin1.[012])
7660 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
7661 darwin1.*)
7662 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
7663 darwin*) # darwin 5.x on
7664 # if running on 10.5 or later, the deployment target defaults
7665 # to the OS version, if on x86, and 10.4, the deployment
7666 # target defaults to 10.4. Don't you love it?
7667 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7668 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7669 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
7670 10.[012][,.]*)
7671 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
7672 10.*)
7673 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
7674 esac
7675 ;;
7676 esac
7677 if test yes = "$lt_cv_apple_cc_single_mod"; then
7678 _lt_dar_single_mod='$single_module'
7679 fi
7680 if test yes = "$lt_cv_ld_exported_symbols_list"; then
7681 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
7682 else
7683 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
7684 fi
7685 if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
7686 _lt_dsymutil='~$DSYMUTIL $lib || :'
7687 else
7688 _lt_dsymutil=
7689 fi
7690 ;;
7691 esac
7692
7693 # func_munge_path_list VARIABLE PATH
7694 # -----------------------------------
7695 # VARIABLE is name of variable containing _space_ separated list of
7696 # directories to be munged by the contents of PATH, which is string
7697 # having a format:
7698 # "DIR[:DIR]:"
7699 # string "DIR[ DIR]" will be prepended to VARIABLE
7700 # ":DIR[:DIR]"
7701 # string "DIR[ DIR]" will be appended to VARIABLE
7702 # "DIRP[:DIRP]::[DIRA:]DIRA"
7703 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
7704 # "DIRA[ DIRA]" will be appended to VARIABLE
7705 # "DIR[:DIR]"
7706 # VARIABLE will be replaced by "DIR[ DIR]"
7707 func_munge_path_list ()
7708 {
7709 case x$2 in
7710 x)
7711 ;;
7712 *:)
7713 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
7714 ;;
7715 x:*)
7716 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
7717 ;;
7718 *::*)
7719 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
7720 eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
7721 ;;
7722 *)
7723 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
7724 ;;
7725 esac
7726 }
7727
7728 ac_ext=c
7729 ac_cpp='$CPP $CPPFLAGS'
7730 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7731 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7732 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7734 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7735 # On Suns, sometimes $CPP names a directory.
7736 if test -n "$CPP" && test -d "$CPP"; then
7737 CPP=
7738 fi
7739 if test -z "$CPP"; then
7740 if ${ac_cv_prog_CPP+:} false; then :
7741 $as_echo_n "(cached) " >&6
7742 else
7743 # Double quotes because CPP needs to be expanded
7744 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7745 do
7746 ac_preproc_ok=false
7747 for ac_c_preproc_warn_flag in '' yes
7748 do
7749 # Use a header file that comes with gcc, so configuring glibc
7750 # with a fresh cross-compiler works.
7751 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7752 # <limits.h> exists even on freestanding compilers.
7753 # On the NeXT, cc -E runs the code through the compiler's parser,
7754 # not just through cpp. "Syntax error" is here to catch this case.
7755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7756 /* end confdefs.h. */
7757 #ifdef __STDC__
7758 # include <limits.h>
7759 #else
7760 # include <assert.h>
7761 #endif
7762 Syntax error
7763 _ACEOF
7764 if ac_fn_c_try_cpp "$LINENO"; then :
7765
7766 else
7767 # Broken: fails on valid input.
7768 continue
7769 fi
7770 rm -f conftest.err conftest.i conftest.$ac_ext
7771
7772 # OK, works on sane cases. Now check whether nonexistent headers
7773 # can be detected and how.
7774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7775 /* end confdefs.h. */
7776 #include <ac_nonexistent.h>
7777 _ACEOF
7778 if ac_fn_c_try_cpp "$LINENO"; then :
7779 # Broken: success on invalid input.
7780 continue
7781 else
7782 # Passes both tests.
7783 ac_preproc_ok=:
7784 break
7785 fi
7786 rm -f conftest.err conftest.i conftest.$ac_ext
7787
7788 done
7789 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7790 rm -f conftest.i conftest.err conftest.$ac_ext
7791 if $ac_preproc_ok; then :
7792 break
7793 fi
7794
7795 done
7796 ac_cv_prog_CPP=$CPP
7797
7798 fi
7799 CPP=$ac_cv_prog_CPP
7800 else
7801 ac_cv_prog_CPP=$CPP
7802 fi
7803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7804 $as_echo "$CPP" >&6; }
7805 ac_preproc_ok=false
7806 for ac_c_preproc_warn_flag in '' yes
7807 do
7808 # Use a header file that comes with gcc, so configuring glibc
7809 # with a fresh cross-compiler works.
7810 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7811 # <limits.h> exists even on freestanding compilers.
7812 # On the NeXT, cc -E runs the code through the compiler's parser,
7813 # not just through cpp. "Syntax error" is here to catch this case.
7814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7815 /* end confdefs.h. */
7816 #ifdef __STDC__
7817 # include <limits.h>
7818 #else
7819 # include <assert.h>
7820 #endif
7821 Syntax error
7822 _ACEOF
7823 if ac_fn_c_try_cpp "$LINENO"; then :
7824
7825 else
7826 # Broken: fails on valid input.
7827 continue
7828 fi
7829 rm -f conftest.err conftest.i conftest.$ac_ext
7830
7831 # OK, works on sane cases. Now check whether nonexistent headers
7832 # can be detected and how.
7833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7834 /* end confdefs.h. */
7835 #include <ac_nonexistent.h>
7836 _ACEOF
7837 if ac_fn_c_try_cpp "$LINENO"; then :
7838 # Broken: success on invalid input.
7839 continue
7840 else
7841 # Passes both tests.
7842 ac_preproc_ok=:
7843 break
7844 fi
7845 rm -f conftest.err conftest.i conftest.$ac_ext
7846
7847 done
7848 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7849 rm -f conftest.i conftest.err conftest.$ac_ext
7850 if $ac_preproc_ok; then :
7851
7852 else
7853 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7854 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7855 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7856 See \`config.log' for more details" "$LINENO" 5; }
7857 fi
7858
7859 ac_ext=c
7860 ac_cpp='$CPP $CPPFLAGS'
7861 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7862 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7863 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7864
7865
7866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7867 $as_echo_n "checking for ANSI C header files... " >&6; }
7868 if ${ac_cv_header_stdc+:} false; then :
7869 $as_echo_n "(cached) " >&6
7870 else
7871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7872 /* end confdefs.h. */
7873 #include <stdlib.h>
7874 #include <stdarg.h>
7875 #include <string.h>
7876 #include <float.h>
7877
7878 int
7879 main ()
7880 {
7881
7882 ;
7883 return 0;
7884 }
7885 _ACEOF
7886 if ac_fn_c_try_compile "$LINENO"; then :
7887 ac_cv_header_stdc=yes
7888 else
7889 ac_cv_header_stdc=no
7890 fi
7891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7892
7893 if test $ac_cv_header_stdc = yes; then
7894 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7896 /* end confdefs.h. */
7897 #include <string.h>
7898
7899 _ACEOF
7900 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7901 $EGREP "memchr" >/dev/null 2>&1; then :
7902
7903 else
7904 ac_cv_header_stdc=no
7905 fi
7906 rm -f conftest*
7907
7908 fi
7909
7910 if test $ac_cv_header_stdc = yes; then
7911 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7913 /* end confdefs.h. */
7914 #include <stdlib.h>
7915
7916 _ACEOF
7917 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7918 $EGREP "free" >/dev/null 2>&1; then :
7919
7920 else
7921 ac_cv_header_stdc=no
7922 fi
7923 rm -f conftest*
7924
7925 fi
7926
7927 if test $ac_cv_header_stdc = yes; then
7928 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7929 if test "$cross_compiling" = yes; then :
7930 :
7931 else
7932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7933 /* end confdefs.h. */
7934 #include <ctype.h>
7935 #include <stdlib.h>
7936 #if ((' ' & 0x0FF) == 0x020)
7937 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7938 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7939 #else
7940 # define ISLOWER(c) \
7941 (('a' <= (c) && (c) <= 'i') \
7942 || ('j' <= (c) && (c) <= 'r') \
7943 || ('s' <= (c) && (c) <= 'z'))
7944 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7945 #endif
7946
7947 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7948 int
7949 main ()
7950 {
7951 int i;
7952 for (i = 0; i < 256; i++)
7953 if (XOR (islower (i), ISLOWER (i))
7954 || toupper (i) != TOUPPER (i))
7955 return 2;
7956 return 0;
7957 }
7958 _ACEOF
7959 if ac_fn_c_try_run "$LINENO"; then :
7960
7961 else
7962 ac_cv_header_stdc=no
7963 fi
7964 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7965 conftest.$ac_objext conftest.beam conftest.$ac_ext
7966 fi
7967
7968 fi
7969 fi
7970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7971 $as_echo "$ac_cv_header_stdc" >&6; }
7972 if test $ac_cv_header_stdc = yes; then
7973
7974 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7975
7976 fi
7977
7978 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7979 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7980 inttypes.h stdint.h unistd.h
7981 do :
7982 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7983 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7984 "
7985 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7986 cat >>confdefs.h <<_ACEOF
7987 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7988 _ACEOF
7989
7990 fi
7991
7992 done
7993
7994
7995 for ac_header in dlfcn.h
7996 do :
7997 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7998 "
7999 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8000 cat >>confdefs.h <<_ACEOF
8001 #define HAVE_DLFCN_H 1
8002 _ACEOF
8003
8004 fi
8005
8006 done
8007
8008
8009
8010
8011
8012 # Set options
8013
8014
8015
8016 enable_dlopen=no
8017
8018
8019 enable_win32_dll=no
8020
8021
8022 # Check whether --enable-shared was given.
8023 if test "${enable_shared+set}" = set; then :
8024 enableval=$enable_shared; p=${PACKAGE-default}
8025 case $enableval in
8026 yes) enable_shared=yes ;;
8027 no) enable_shared=no ;;
8028 *)
8029 enable_shared=no
8030 # Look at the argument we got. We use all the common list separators.
8031 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
8032 for pkg in $enableval; do
8033 IFS=$lt_save_ifs
8034 if test "X$pkg" = "X$p"; then
8035 enable_shared=yes
8036 fi
8037 done
8038 IFS=$lt_save_ifs
8039 ;;
8040 esac
8041 else
8042 enable_shared=yes
8043 fi
8044
8045
8046
8047
8048
8049
8050
8051
8052
8053 # Check whether --enable-static was given.
8054 if test "${enable_static+set}" = set; then :
8055 enableval=$enable_static; p=${PACKAGE-default}
8056 case $enableval in
8057 yes) enable_static=yes ;;
8058 no) enable_static=no ;;
8059 *)
8060 enable_static=no
8061 # Look at the argument we got. We use all the common list separators.
8062 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
8063 for pkg in $enableval; do
8064 IFS=$lt_save_ifs
8065 if test "X$pkg" = "X$p"; then
8066 enable_static=yes
8067 fi
8068 done
8069 IFS=$lt_save_ifs
8070 ;;
8071 esac
8072 else
8073 enable_static=yes
8074 fi
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
8085 # Check whether --with-pic was given.
8086 if test "${with_pic+set}" = set; then :
8087 withval=$with_pic; lt_p=${PACKAGE-default}
8088 case $withval in
8089 yes|no) pic_mode=$withval ;;
8090 *)
8091 pic_mode=default
8092 # Look at the argument we got. We use all the common list separators.
8093 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
8094 for lt_pkg in $withval; do
8095 IFS=$lt_save_ifs
8096 if test "X$lt_pkg" = "X$lt_p"; then
8097 pic_mode=yes
8098 fi
8099 done
8100 IFS=$lt_save_ifs
8101 ;;
8102 esac
8103 else
8104 pic_mode=default
8105 fi
8106
8107
8108
8109
8110
8111
8112
8113
8114 # Check whether --enable-fast-install was given.
8115 if test "${enable_fast_install+set}" = set; then :
8116 enableval=$enable_fast_install; p=${PACKAGE-default}
8117 case $enableval in
8118 yes) enable_fast_install=yes ;;
8119 no) enable_fast_install=no ;;
8120 *)
8121 enable_fast_install=no
8122 # Look at the argument we got. We use all the common list separators.
8123 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
8124 for pkg in $enableval; do
8125 IFS=$lt_save_ifs
8126 if test "X$pkg" = "X$p"; then
8127 enable_fast_install=yes
8128 fi
8129 done
8130 IFS=$lt_save_ifs
8131 ;;
8132 esac
8133 else
8134 enable_fast_install=yes
8135 fi
8136
8137
8138
8139
8140
8141
8142
8143
8144 shared_archive_member_spec=
8145 case $host,$enable_shared in
8146 power*-*-aix[5-9]*,yes)
8147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
8148 $as_echo_n "checking which variant of shared library versioning to provide... " >&6; }
8149
8150 # Check whether --with-aix-soname was given.
8151 if test "${with_aix_soname+set}" = set; then :
8152 withval=$with_aix_soname; case $withval in
8153 aix|svr4|both)
8154 ;;
8155 *)
8156 as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
8157 ;;
8158 esac
8159 lt_cv_with_aix_soname=$with_aix_soname
8160 else
8161 if ${lt_cv_with_aix_soname+:} false; then :
8162 $as_echo_n "(cached) " >&6
8163 else
8164 lt_cv_with_aix_soname=aix
8165 fi
8166
8167 with_aix_soname=$lt_cv_with_aix_soname
8168 fi
8169
8170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
8171 $as_echo "$with_aix_soname" >&6; }
8172 if test aix != "$with_aix_soname"; then
8173 # For the AIX way of multilib, we name the shared archive member
8174 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
8175 # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
8176 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
8177 # the AIX toolchain works better with OBJECT_MODE set (default 32).
8178 if test 64 = "${OBJECT_MODE-32}"; then
8179 shared_archive_member_spec=shr_64
8180 else
8181 shared_archive_member_spec=shr
8182 fi
8183 fi
8184 ;;
8185 *)
8186 with_aix_soname=aix
8187 ;;
8188 esac
8189
8190
8191
8192
8193
8194
8195
8196
8197
8198
8199 # This can be used to rebuild libtool when needed
8200 LIBTOOL_DEPS=$ltmain
8201
8202 # Always use our own libtool.
8203 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8204
8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234 test -z "$LN_S" && LN_S="ln -s"
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
8249 if test -n "${ZSH_VERSION+set}"; then
8250 setopt NO_GLOB_SUBST
8251 fi
8252
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8254 $as_echo_n "checking for objdir... " >&6; }
8255 if ${lt_cv_objdir+:} false; then :
8256 $as_echo_n "(cached) " >&6
8257 else
8258 rm -f .libs 2>/dev/null
8259 mkdir .libs 2>/dev/null
8260 if test -d .libs; then
8261 lt_cv_objdir=.libs
8262 else
8263 # MS-DOS does not allow filenames that begin with a dot.
8264 lt_cv_objdir=_libs
8265 fi
8266 rmdir .libs 2>/dev/null
8267 fi
8268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8269 $as_echo "$lt_cv_objdir" >&6; }
8270 objdir=$lt_cv_objdir
8271
8272
8273
8274
8275
8276 cat >>confdefs.h <<_ACEOF
8277 #define LT_OBJDIR "$lt_cv_objdir/"
8278 _ACEOF
8279
8280
8281
8282
8283 case $host_os in
8284 aix3*)
8285 # AIX sometimes has problems with the GCC collect2 program. For some
8286 # reason, if we set the COLLECT_NAMES environment variable, the problems
8287 # vanish in a puff of smoke.
8288 if test set != "${COLLECT_NAMES+set}"; then
8289 COLLECT_NAMES=
8290 export COLLECT_NAMES
8291 fi
8292 ;;
8293 esac
8294
8295 # Global variables:
8296 ofile=libtool
8297 can_build_shared=yes
8298
8299 # All known linkers require a '.a' archive for static linking (except MSVC,
8300 # which needs '.lib').
8301 libext=a
8302
8303 with_gnu_ld=$lt_cv_prog_gnu_ld
8304
8305 old_CC=$CC
8306 old_CFLAGS=$CFLAGS
8307
8308 # Set sane defaults for various variables
8309 test -z "$CC" && CC=cc
8310 test -z "$LTCC" && LTCC=$CC
8311 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8312 test -z "$LD" && LD=ld
8313 test -z "$ac_objext" && ac_objext=o
8314
8315 func_cc_basename $compiler
8316 cc_basename=$func_cc_basename_result
8317
8318
8319 # Only perform the check for file, if the check method requires it
8320 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8321 case $deplibs_check_method in
8322 file_magic*)
8323 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8325 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8326 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8327 $as_echo_n "(cached) " >&6
8328 else
8329 case $MAGIC_CMD in
8330 [\\/*] | ?:[\\/]*)
8331 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
8332 ;;
8333 *)
8334 lt_save_MAGIC_CMD=$MAGIC_CMD
8335 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
8336 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8337 for ac_dir in $ac_dummy; do
8338 IFS=$lt_save_ifs
8339 test -z "$ac_dir" && ac_dir=.
8340 if test -f "$ac_dir/${ac_tool_prefix}file"; then
8341 lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file"
8342 if test -n "$file_magic_test_file"; then
8343 case $deplibs_check_method in
8344 "file_magic "*)
8345 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8346 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
8347 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8348 $EGREP "$file_magic_regex" > /dev/null; then
8349 :
8350 else
8351 cat <<_LT_EOF 1>&2
8352
8353 *** Warning: the command libtool uses to detect shared libraries,
8354 *** $file_magic_cmd, produces output that libtool cannot recognize.
8355 *** The result is that libtool may fail to recognize shared libraries
8356 *** as such. This will affect the creation of libtool libraries that
8357 *** depend on shared libraries, but programs linked with such libtool
8358 *** libraries will work regardless of this problem. Nevertheless, you
8359 *** may want to report the problem to your system manager and/or to
8360 *** bug-libtool@gnu.org
8361
8362 _LT_EOF
8363 fi ;;
8364 esac
8365 fi
8366 break
8367 fi
8368 done
8369 IFS=$lt_save_ifs
8370 MAGIC_CMD=$lt_save_MAGIC_CMD
8371 ;;
8372 esac
8373 fi
8374
8375 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
8376 if test -n "$MAGIC_CMD"; then
8377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8378 $as_echo "$MAGIC_CMD" >&6; }
8379 else
8380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8381 $as_echo "no" >&6; }
8382 fi
8383
8384
8385
8386
8387
8388 if test -z "$lt_cv_path_MAGIC_CMD"; then
8389 if test -n "$ac_tool_prefix"; then
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8391 $as_echo_n "checking for file... " >&6; }
8392 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8393 $as_echo_n "(cached) " >&6
8394 else
8395 case $MAGIC_CMD in
8396 [\\/*] | ?:[\\/]*)
8397 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
8398 ;;
8399 *)
8400 lt_save_MAGIC_CMD=$MAGIC_CMD
8401 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
8402 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8403 for ac_dir in $ac_dummy; do
8404 IFS=$lt_save_ifs
8405 test -z "$ac_dir" && ac_dir=.
8406 if test -f "$ac_dir/file"; then
8407 lt_cv_path_MAGIC_CMD=$ac_dir/"file"
8408 if test -n "$file_magic_test_file"; then
8409 case $deplibs_check_method in
8410 "file_magic "*)
8411 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8412 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
8413 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8414 $EGREP "$file_magic_regex" > /dev/null; then
8415 :
8416 else
8417 cat <<_LT_EOF 1>&2
8418
8419 *** Warning: the command libtool uses to detect shared libraries,
8420 *** $file_magic_cmd, produces output that libtool cannot recognize.
8421 *** The result is that libtool may fail to recognize shared libraries
8422 *** as such. This will affect the creation of libtool libraries that
8423 *** depend on shared libraries, but programs linked with such libtool
8424 *** libraries will work regardless of this problem. Nevertheless, you
8425 *** may want to report the problem to your system manager and/or to
8426 *** bug-libtool@gnu.org
8427
8428 _LT_EOF
8429 fi ;;
8430 esac
8431 fi
8432 break
8433 fi
8434 done
8435 IFS=$lt_save_ifs
8436 MAGIC_CMD=$lt_save_MAGIC_CMD
8437 ;;
8438 esac
8439 fi
8440
8441 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
8442 if test -n "$MAGIC_CMD"; then
8443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8444 $as_echo "$MAGIC_CMD" >&6; }
8445 else
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8447 $as_echo "no" >&6; }
8448 fi
8449
8450
8451 else
8452 MAGIC_CMD=:
8453 fi
8454 fi
8455
8456 fi
8457 ;;
8458 esac
8459
8460 # Use C for the default configuration in the libtool script
8461
8462 lt_save_CC=$CC
8463 ac_ext=c
8464 ac_cpp='$CPP $CPPFLAGS'
8465 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8466 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8467 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8468
8469
8470 # Source file extension for C test sources.
8471 ac_ext=c
8472
8473 # Object file extension for compiled C test sources.
8474 objext=o
8475 objext=$objext
8476
8477 # Code to be used in simple compile tests
8478 lt_simple_compile_test_code="int some_variable = 0;"
8479
8480 # Code to be used in simple link tests
8481 lt_simple_link_test_code='int main(){return(0);}'
8482
8483
8484
8485
8486
8487
8488
8489 # If no C compiler was specified, use CC.
8490 LTCC=${LTCC-"$CC"}
8491
8492 # If no C compiler flags were specified, use CFLAGS.
8493 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8494
8495 # Allow CC to be a program name with arguments.
8496 compiler=$CC
8497
8498 # Save the default compiler, since it gets overwritten when the other
8499 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8500 compiler_DEFAULT=$CC
8501
8502 # save warnings/boilerplate of simple test code
8503 ac_outfile=conftest.$ac_objext
8504 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8505 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8506 _lt_compiler_boilerplate=`cat conftest.err`
8507 $RM conftest*
8508
8509 ac_outfile=conftest.$ac_objext
8510 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8511 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8512 _lt_linker_boilerplate=`cat conftest.err`
8513 $RM -r conftest*
8514
8515
8516 ## CAVEAT EMPTOR:
8517 ## There is no encapsulation within the following macros, do not change
8518 ## the running order or otherwise move them around unless you know exactly
8519 ## what you are doing...
8520 if test -n "$compiler"; then
8521
8522 lt_prog_compiler_no_builtin_flag=
8523
8524 if test yes = "$GCC"; then
8525 case $cc_basename in
8526 nvcc*)
8527 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8528 *)
8529 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8530 esac
8531
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8533 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8534 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8535 $as_echo_n "(cached) " >&6
8536 else
8537 lt_cv_prog_compiler_rtti_exceptions=no
8538 ac_outfile=conftest.$ac_objext
8539 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8540 lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
8541 # Insert the option either (1) after the last *FLAGS variable, or
8542 # (2) before a word containing "conftest.", or (3) at the end.
8543 # Note that $ac_compile itself does not contain backslashes and begins
8544 # with a dollar sign (not a hyphen), so the echo should work correctly.
8545 # The option is referenced via a variable to avoid confusing sed.
8546 lt_compile=`echo "$ac_compile" | $SED \
8547 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8548 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8549 -e 's:$: $lt_compiler_flag:'`
8550 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8551 (eval "$lt_compile" 2>conftest.err)
8552 ac_status=$?
8553 cat conftest.err >&5
8554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8555 if (exit $ac_status) && test -s "$ac_outfile"; then
8556 # The compiler can only warn and ignore the option if not recognized
8557 # So say no if there are warnings other than the usual output.
8558 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8559 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8560 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8561 lt_cv_prog_compiler_rtti_exceptions=yes
8562 fi
8563 fi
8564 $RM conftest*
8565
8566 fi
8567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8568 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8569
8570 if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
8571 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8572 else
8573 :
8574 fi
8575
8576 fi
8577
8578
8579
8580
8581
8582
8583 lt_prog_compiler_wl=
8584 lt_prog_compiler_pic=
8585 lt_prog_compiler_static=
8586
8587
8588 if test yes = "$GCC"; then
8589 lt_prog_compiler_wl='-Wl,'
8590 lt_prog_compiler_static='-static'
8591
8592 case $host_os in
8593 aix*)
8594 # All AIX code is PIC.
8595 if test ia64 = "$host_cpu"; then
8596 # AIX 5 now supports IA64 processor
8597 lt_prog_compiler_static='-Bstatic'
8598 fi
8599 lt_prog_compiler_pic='-fPIC'
8600 ;;
8601
8602 amigaos*)
8603 case $host_cpu in
8604 powerpc)
8605 # see comment about AmigaOS4 .so support
8606 lt_prog_compiler_pic='-fPIC'
8607 ;;
8608 m68k)
8609 # FIXME: we need at least 68020 code to build shared libraries, but
8610 # adding the '-m68020' flag to GCC prevents building anything better,
8611 # like '-m68040'.
8612 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8613 ;;
8614 esac
8615 ;;
8616
8617 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8618 # PIC is the default for these OSes.
8619 ;;
8620
8621 mingw* | cygwin* | pw32* | os2* | cegcc*)
8622 # This hack is so that the source file can tell whether it is being
8623 # built for inclusion in a dll (and should export symbols for example).
8624 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8625 # (--disable-auto-import) libraries
8626 lt_prog_compiler_pic='-DDLL_EXPORT'
8627 case $host_os in
8628 os2*)
8629 lt_prog_compiler_static='$wl-static'
8630 ;;
8631 esac
8632 ;;
8633
8634 darwin* | rhapsody*)
8635 # PIC is the default on this platform
8636 # Common symbols not allowed in MH_DYLIB files
8637 lt_prog_compiler_pic='-fno-common'
8638 ;;
8639
8640 haiku*)
8641 # PIC is the default for Haiku.
8642 # The "-static" flag exists, but is broken.
8643 lt_prog_compiler_static=
8644 ;;
8645
8646 hpux*)
8647 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8648 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8649 # sets the default TLS model and affects inlining.
8650 case $host_cpu in
8651 hppa*64*)
8652 # +Z the default
8653 ;;
8654 *)
8655 lt_prog_compiler_pic='-fPIC'
8656 ;;
8657 esac
8658 ;;
8659
8660 interix[3-9]*)
8661 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8662 # Instead, we relocate shared libraries at runtime.
8663 ;;
8664
8665 msdosdjgpp*)
8666 # Just because we use GCC doesn't mean we suddenly get shared libraries
8667 # on systems that don't support them.
8668 lt_prog_compiler_can_build_shared=no
8669 enable_shared=no
8670 ;;
8671
8672 *nto* | *qnx*)
8673 # QNX uses GNU C++, but need to define -shared option too, otherwise
8674 # it will coredump.
8675 lt_prog_compiler_pic='-fPIC -shared'
8676 ;;
8677
8678 sysv4*MP*)
8679 if test -d /usr/nec; then
8680 lt_prog_compiler_pic=-Kconform_pic
8681 fi
8682 ;;
8683
8684 *)
8685 lt_prog_compiler_pic='-fPIC'
8686 ;;
8687 esac
8688
8689 case $cc_basename in
8690 nvcc*) # Cuda Compiler Driver 2.2
8691 lt_prog_compiler_wl='-Xlinker '
8692 if test -n "$lt_prog_compiler_pic"; then
8693 lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8694 fi
8695 ;;
8696 esac
8697 else
8698 # PORTME Check for flag to pass linker flags through the system compiler.
8699 case $host_os in
8700 aix*)
8701 lt_prog_compiler_wl='-Wl,'
8702 if test ia64 = "$host_cpu"; then
8703 # AIX 5 now supports IA64 processor
8704 lt_prog_compiler_static='-Bstatic'
8705 else
8706 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8707 fi
8708 ;;
8709
8710 darwin* | rhapsody*)
8711 # PIC is the default on this platform
8712 # Common symbols not allowed in MH_DYLIB files
8713 lt_prog_compiler_pic='-fno-common'
8714 case $cc_basename in
8715 nagfor*)
8716 # NAG Fortran compiler
8717 lt_prog_compiler_wl='-Wl,-Wl,,'
8718 lt_prog_compiler_pic='-PIC'
8719 lt_prog_compiler_static='-Bstatic'
8720 ;;
8721 esac
8722 ;;
8723
8724 mingw* | cygwin* | pw32* | os2* | cegcc*)
8725 # This hack is so that the source file can tell whether it is being
8726 # built for inclusion in a dll (and should export symbols for example).
8727 lt_prog_compiler_pic='-DDLL_EXPORT'
8728 case $host_os in
8729 os2*)
8730 lt_prog_compiler_static='$wl-static'
8731 ;;
8732 esac
8733 ;;
8734
8735 hpux9* | hpux10* | hpux11*)
8736 lt_prog_compiler_wl='-Wl,'
8737 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8738 # not for PA HP-UX.
8739 case $host_cpu in
8740 hppa*64*|ia64*)
8741 # +Z the default
8742 ;;
8743 *)
8744 lt_prog_compiler_pic='+Z'
8745 ;;
8746 esac
8747 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8748 lt_prog_compiler_static='$wl-a ${wl}archive'
8749 ;;
8750
8751 irix5* | irix6* | nonstopux*)
8752 lt_prog_compiler_wl='-Wl,'
8753 # PIC (with -KPIC) is the default.
8754 lt_prog_compiler_static='-non_shared'
8755 ;;
8756
8757 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
8758 case $cc_basename in
8759 # old Intel for x86_64, which still supported -KPIC.
8760 ecc*)
8761 lt_prog_compiler_wl='-Wl,'
8762 lt_prog_compiler_pic='-KPIC'
8763 lt_prog_compiler_static='-static'
8764 ;;
8765 # icc used to be incompatible with GCC.
8766 # ICC 10 doesn't accept -KPIC any more.
8767 icc* | ifort*)
8768 lt_prog_compiler_wl='-Wl,'
8769 lt_prog_compiler_pic='-fPIC'
8770 lt_prog_compiler_static='-static'
8771 ;;
8772 # Lahey Fortran 8.1.
8773 lf95*)
8774 lt_prog_compiler_wl='-Wl,'
8775 lt_prog_compiler_pic='--shared'
8776 lt_prog_compiler_static='--static'
8777 ;;
8778 nagfor*)
8779 # NAG Fortran compiler
8780 lt_prog_compiler_wl='-Wl,-Wl,,'
8781 lt_prog_compiler_pic='-PIC'
8782 lt_prog_compiler_static='-Bstatic'
8783 ;;
8784 tcc*)
8785 # Fabrice Bellard et al's Tiny C Compiler
8786 lt_prog_compiler_wl='-Wl,'
8787 lt_prog_compiler_pic='-fPIC'
8788 lt_prog_compiler_static='-static'
8789 ;;
8790 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8791 # Portland Group compilers (*not* the Pentium gcc compiler,
8792 # which looks to be a dead project)
8793 lt_prog_compiler_wl='-Wl,'
8794 lt_prog_compiler_pic='-fpic'
8795 lt_prog_compiler_static='-Bstatic'
8796 ;;
8797 ccc*)
8798 lt_prog_compiler_wl='-Wl,'
8799 # All Alpha code is PIC.
8800 lt_prog_compiler_static='-non_shared'
8801 ;;
8802 xl* | bgxl* | bgf* | mpixl*)
8803 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8804 lt_prog_compiler_wl='-Wl,'
8805 lt_prog_compiler_pic='-qpic'
8806 lt_prog_compiler_static='-qstaticlink'
8807 ;;
8808 *)
8809 case `$CC -V 2>&1 | sed 5q` in
8810 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8811 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8812 lt_prog_compiler_pic='-KPIC'
8813 lt_prog_compiler_static='-Bstatic'
8814 lt_prog_compiler_wl=''
8815 ;;
8816 *Sun\ F* | *Sun*Fortran*)
8817 lt_prog_compiler_pic='-KPIC'
8818 lt_prog_compiler_static='-Bstatic'
8819 lt_prog_compiler_wl='-Qoption ld '
8820 ;;
8821 *Sun\ C*)
8822 # Sun C 5.9
8823 lt_prog_compiler_pic='-KPIC'
8824 lt_prog_compiler_static='-Bstatic'
8825 lt_prog_compiler_wl='-Wl,'
8826 ;;
8827 *Intel*\ [CF]*Compiler*)
8828 lt_prog_compiler_wl='-Wl,'
8829 lt_prog_compiler_pic='-fPIC'
8830 lt_prog_compiler_static='-static'
8831 ;;
8832 *Portland\ Group*)
8833 lt_prog_compiler_wl='-Wl,'
8834 lt_prog_compiler_pic='-fpic'
8835 lt_prog_compiler_static='-Bstatic'
8836 ;;
8837 esac
8838 ;;
8839 esac
8840 ;;
8841
8842 newsos6)
8843 lt_prog_compiler_pic='-KPIC'
8844 lt_prog_compiler_static='-Bstatic'
8845 ;;
8846
8847 *nto* | *qnx*)
8848 # QNX uses GNU C++, but need to define -shared option too, otherwise
8849 # it will coredump.
8850 lt_prog_compiler_pic='-fPIC -shared'
8851 ;;
8852
8853 osf3* | osf4* | osf5*)
8854 lt_prog_compiler_wl='-Wl,'
8855 # All OSF/1 code is PIC.
8856 lt_prog_compiler_static='-non_shared'
8857 ;;
8858
8859 rdos*)
8860 lt_prog_compiler_static='-non_shared'
8861 ;;
8862
8863 solaris*)
8864 lt_prog_compiler_pic='-KPIC'
8865 lt_prog_compiler_static='-Bstatic'
8866 case $cc_basename in
8867 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
8868 lt_prog_compiler_wl='-Qoption ld ';;
8869 *)
8870 lt_prog_compiler_wl='-Wl,';;
8871 esac
8872 ;;
8873
8874 sunos4*)
8875 lt_prog_compiler_wl='-Qoption ld '
8876 lt_prog_compiler_pic='-PIC'
8877 lt_prog_compiler_static='-Bstatic'
8878 ;;
8879
8880 sysv4 | sysv4.2uw2* | sysv4.3*)
8881 lt_prog_compiler_wl='-Wl,'
8882 lt_prog_compiler_pic='-KPIC'
8883 lt_prog_compiler_static='-Bstatic'
8884 ;;
8885
8886 sysv4*MP*)
8887 if test -d /usr/nec; then
8888 lt_prog_compiler_pic='-Kconform_pic'
8889 lt_prog_compiler_static='-Bstatic'
8890 fi
8891 ;;
8892
8893 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8894 lt_prog_compiler_wl='-Wl,'
8895 lt_prog_compiler_pic='-KPIC'
8896 lt_prog_compiler_static='-Bstatic'
8897 ;;
8898
8899 unicos*)
8900 lt_prog_compiler_wl='-Wl,'
8901 lt_prog_compiler_can_build_shared=no
8902 ;;
8903
8904 uts4*)
8905 lt_prog_compiler_pic='-pic'
8906 lt_prog_compiler_static='-Bstatic'
8907 ;;
8908
8909 *)
8910 lt_prog_compiler_can_build_shared=no
8911 ;;
8912 esac
8913 fi
8914
8915 case $host_os in
8916 # For platforms that do not support PIC, -DPIC is meaningless:
8917 *djgpp*)
8918 lt_prog_compiler_pic=
8919 ;;
8920 *)
8921 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8922 ;;
8923 esac
8924
8925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8926 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8927 if ${lt_cv_prog_compiler_pic+:} false; then :
8928 $as_echo_n "(cached) " >&6
8929 else
8930 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
8931 fi
8932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
8933 $as_echo "$lt_cv_prog_compiler_pic" >&6; }
8934 lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
8935
8936 #
8937 # Check to make sure the PIC flag actually works.
8938 #
8939 if test -n "$lt_prog_compiler_pic"; then
8940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8941 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8942 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8943 $as_echo_n "(cached) " >&6
8944 else
8945 lt_cv_prog_compiler_pic_works=no
8946 ac_outfile=conftest.$ac_objext
8947 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8948 lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment
8949 # Insert the option either (1) after the last *FLAGS variable, or
8950 # (2) before a word containing "conftest.", or (3) at the end.
8951 # Note that $ac_compile itself does not contain backslashes and begins
8952 # with a dollar sign (not a hyphen), so the echo should work correctly.
8953 # The option is referenced via a variable to avoid confusing sed.
8954 lt_compile=`echo "$ac_compile" | $SED \
8955 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8956 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8957 -e 's:$: $lt_compiler_flag:'`
8958 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8959 (eval "$lt_compile" 2>conftest.err)
8960 ac_status=$?
8961 cat conftest.err >&5
8962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8963 if (exit $ac_status) && test -s "$ac_outfile"; then
8964 # The compiler can only warn and ignore the option if not recognized
8965 # So say no if there are warnings other than the usual output.
8966 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8967 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8968 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8969 lt_cv_prog_compiler_pic_works=yes
8970 fi
8971 fi
8972 $RM conftest*
8973
8974 fi
8975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8976 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8977
8978 if test yes = "$lt_cv_prog_compiler_pic_works"; then
8979 case $lt_prog_compiler_pic in
8980 "" | " "*) ;;
8981 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8982 esac
8983 else
8984 lt_prog_compiler_pic=
8985 lt_prog_compiler_can_build_shared=no
8986 fi
8987
8988 fi
8989
8990
8991
8992
8993
8994
8995
8996
8997
8998
8999
9000 #
9001 # Check to make sure the static flag actually works.
9002 #
9003 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9005 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9006 if ${lt_cv_prog_compiler_static_works+:} false; then :
9007 $as_echo_n "(cached) " >&6
9008 else
9009 lt_cv_prog_compiler_static_works=no
9010 save_LDFLAGS=$LDFLAGS
9011 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9012 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9013 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9014 # The linker can only warn and ignore the option if not recognized
9015 # So say no if there are warnings
9016 if test -s conftest.err; then
9017 # Append any errors to the config.log.
9018 cat conftest.err 1>&5
9019 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9020 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9021 if diff conftest.exp conftest.er2 >/dev/null; then
9022 lt_cv_prog_compiler_static_works=yes
9023 fi
9024 else
9025 lt_cv_prog_compiler_static_works=yes
9026 fi
9027 fi
9028 $RM -r conftest*
9029 LDFLAGS=$save_LDFLAGS
9030
9031 fi
9032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9033 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9034
9035 if test yes = "$lt_cv_prog_compiler_static_works"; then
9036 :
9037 else
9038 lt_prog_compiler_static=
9039 fi
9040
9041
9042
9043
9044
9045
9046
9047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9048 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9049 if ${lt_cv_prog_compiler_c_o+:} false; then :
9050 $as_echo_n "(cached) " >&6
9051 else
9052 lt_cv_prog_compiler_c_o=no
9053 $RM -r conftest 2>/dev/null
9054 mkdir conftest
9055 cd conftest
9056 mkdir out
9057 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9058
9059 lt_compiler_flag="-o out/conftest2.$ac_objext"
9060 # Insert the option either (1) after the last *FLAGS variable, or
9061 # (2) before a word containing "conftest.", or (3) at the end.
9062 # Note that $ac_compile itself does not contain backslashes and begins
9063 # with a dollar sign (not a hyphen), so the echo should work correctly.
9064 lt_compile=`echo "$ac_compile" | $SED \
9065 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9066 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9067 -e 's:$: $lt_compiler_flag:'`
9068 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9069 (eval "$lt_compile" 2>out/conftest.err)
9070 ac_status=$?
9071 cat out/conftest.err >&5
9072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9073 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9074 then
9075 # The compiler can only warn and ignore the option if not recognized
9076 # So say no if there are warnings
9077 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9078 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9079 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9080 lt_cv_prog_compiler_c_o=yes
9081 fi
9082 fi
9083 chmod u+w . 2>&5
9084 $RM conftest*
9085 # SGI C++ compiler will create directory out/ii_files/ for
9086 # template instantiation
9087 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9088 $RM out/* && rmdir out
9089 cd ..
9090 $RM -r conftest
9091 $RM conftest*
9092
9093 fi
9094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9095 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9096
9097
9098
9099
9100
9101
9102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9103 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9104 if ${lt_cv_prog_compiler_c_o+:} false; then :
9105 $as_echo_n "(cached) " >&6
9106 else
9107 lt_cv_prog_compiler_c_o=no
9108 $RM -r conftest 2>/dev/null
9109 mkdir conftest
9110 cd conftest
9111 mkdir out
9112 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9113
9114 lt_compiler_flag="-o out/conftest2.$ac_objext"
9115 # Insert the option either (1) after the last *FLAGS variable, or
9116 # (2) before a word containing "conftest.", or (3) at the end.
9117 # Note that $ac_compile itself does not contain backslashes and begins
9118 # with a dollar sign (not a hyphen), so the echo should work correctly.
9119 lt_compile=`echo "$ac_compile" | $SED \
9120 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9121 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9122 -e 's:$: $lt_compiler_flag:'`
9123 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9124 (eval "$lt_compile" 2>out/conftest.err)
9125 ac_status=$?
9126 cat out/conftest.err >&5
9127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9128 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9129 then
9130 # The compiler can only warn and ignore the option if not recognized
9131 # So say no if there are warnings
9132 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9133 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9134 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9135 lt_cv_prog_compiler_c_o=yes
9136 fi
9137 fi
9138 chmod u+w . 2>&5
9139 $RM conftest*
9140 # SGI C++ compiler will create directory out/ii_files/ for
9141 # template instantiation
9142 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9143 $RM out/* && rmdir out
9144 cd ..
9145 $RM -r conftest
9146 $RM conftest*
9147
9148 fi
9149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9150 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9151
9152
9153
9154
9155 hard_links=nottested
9156 if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
9157 # do not overwrite the value of need_locks provided by the user
9158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9159 $as_echo_n "checking if we can lock with hard links... " >&6; }
9160 hard_links=yes
9161 $RM conftest*
9162 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9163 touch conftest.a
9164 ln conftest.a conftest.b 2>&5 || hard_links=no
9165 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9167 $as_echo "$hard_links" >&6; }
9168 if test no = "$hard_links"; then
9169 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
9170 $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
9171 need_locks=warn
9172 fi
9173 else
9174 need_locks=no
9175 fi
9176
9177
9178
9179
9180
9181
9182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9183 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9184
9185 runpath_var=
9186 allow_undefined_flag=
9187 always_export_symbols=no
9188 archive_cmds=
9189 archive_expsym_cmds=
9190 compiler_needs_object=no
9191 enable_shared_with_static_runtimes=no
9192 export_dynamic_flag_spec=
9193 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9194 hardcode_automatic=no
9195 hardcode_direct=no
9196 hardcode_direct_absolute=no
9197 hardcode_libdir_flag_spec=
9198 hardcode_libdir_separator=
9199 hardcode_minus_L=no
9200 hardcode_shlibpath_var=unsupported
9201 inherit_rpath=no
9202 link_all_deplibs=unknown
9203 module_cmds=
9204 module_expsym_cmds=
9205 old_archive_from_new_cmds=
9206 old_archive_from_expsyms_cmds=
9207 thread_safe_flag_spec=
9208 whole_archive_flag_spec=
9209 # include_expsyms should be a list of space-separated symbols to be *always*
9210 # included in the symbol list
9211 include_expsyms=
9212 # exclude_expsyms can be an extended regexp of symbols to exclude
9213 # it will be wrapped by ' (' and ')$', so one must not match beginning or
9214 # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
9215 # as well as any symbol that contains 'd'.
9216 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9217 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9218 # platforms (ab)use it in PIC code, but their linkers get confused if
9219 # the symbol is explicitly referenced. Since portable code cannot
9220 # rely on this symbol name, it's probably fine to never include it in
9221 # preloaded symbol tables.
9222 # Exclude shared library initialization/finalization symbols.
9223 extract_expsyms_cmds=
9224
9225 case $host_os in
9226 cygwin* | mingw* | pw32* | cegcc*)
9227 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9228 # When not using gcc, we currently assume that we are using
9229 # Microsoft Visual C++.
9230 if test yes != "$GCC"; then
9231 with_gnu_ld=no
9232 fi
9233 ;;
9234 interix*)
9235 # we just hope/assume this is gcc and not c89 (= MSVC++)
9236 with_gnu_ld=yes
9237 ;;
9238 openbsd* | bitrig*)
9239 with_gnu_ld=no
9240 ;;
9241 linux* | k*bsd*-gnu | gnu*)
9242 link_all_deplibs=no
9243 ;;
9244 esac
9245
9246 ld_shlibs=yes
9247
9248 # On some targets, GNU ld is compatible enough with the native linker
9249 # that we're better off using the native interface for both.
9250 lt_use_gnu_ld_interface=no
9251 if test yes = "$with_gnu_ld"; then
9252 case $host_os in
9253 aix*)
9254 # The AIX port of GNU ld has always aspired to compatibility
9255 # with the native linker. However, as the warning in the GNU ld
9256 # block says, versions before 2.19.5* couldn't really create working
9257 # shared libraries, regardless of the interface used.
9258 case `$LD -v 2>&1` in
9259 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9260 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9261 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9262 *)
9263 lt_use_gnu_ld_interface=yes
9264 ;;
9265 esac
9266 ;;
9267 *)
9268 lt_use_gnu_ld_interface=yes
9269 ;;
9270 esac
9271 fi
9272
9273 if test yes = "$lt_use_gnu_ld_interface"; then
9274 # If archive_cmds runs LD, not CC, wlarc should be empty
9275 wlarc='$wl'
9276
9277 # Set some defaults for GNU ld with shared library support. These
9278 # are reset later if shared libraries are not supported. Putting them
9279 # here allows them to be overridden if necessary.
9280 runpath_var=LD_RUN_PATH
9281 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
9282 export_dynamic_flag_spec='$wl--export-dynamic'
9283 # ancient GNU ld didn't support --whole-archive et. al.
9284 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9285 whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
9286 else
9287 whole_archive_flag_spec=
9288 fi
9289 supports_anon_versioning=no
9290 case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
9291 *GNU\ gold*) supports_anon_versioning=yes ;;
9292 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9293 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9294 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9295 *\ 2.11.*) ;; # other 2.11 versions
9296 *) supports_anon_versioning=yes ;;
9297 esac
9298
9299 # See if GNU ld supports shared libraries.
9300 case $host_os in
9301 aix[3-9]*)
9302 # On AIX/PPC, the GNU linker is very broken
9303 if test ia64 != "$host_cpu"; then
9304 ld_shlibs=no
9305 cat <<_LT_EOF 1>&2
9306
9307 *** Warning: the GNU linker, at least up to release 2.19, is reported
9308 *** to be unable to reliably create shared libraries on AIX.
9309 *** Therefore, libtool is disabling shared libraries support. If you
9310 *** really care for shared libraries, you may want to install binutils
9311 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9312 *** You will then need to restart the configuration process.
9313
9314 _LT_EOF
9315 fi
9316 ;;
9317
9318 amigaos*)
9319 case $host_cpu in
9320 powerpc)
9321 # see comment about AmigaOS4 .so support
9322 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9323 archive_expsym_cmds=''
9324 ;;
9325 m68k)
9326 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)'
9327 hardcode_libdir_flag_spec='-L$libdir'
9328 hardcode_minus_L=yes
9329 ;;
9330 esac
9331 ;;
9332
9333 beos*)
9334 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9335 allow_undefined_flag=unsupported
9336 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9337 # support --undefined. This deserves some investigation. FIXME
9338 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9339 else
9340 ld_shlibs=no
9341 fi
9342 ;;
9343
9344 cygwin* | mingw* | pw32* | cegcc*)
9345 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9346 # as there is no search path for DLLs.
9347 hardcode_libdir_flag_spec='-L$libdir'
9348 export_dynamic_flag_spec='$wl--export-all-symbols'
9349 allow_undefined_flag=unsupported
9350 always_export_symbols=no
9351 enable_shared_with_static_runtimes=yes
9352 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
9353 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
9354
9355 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9356 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9357 # If the export-symbols file already is a .def file, use it as
9358 # is; otherwise, prepend EXPORTS...
9359 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
9360 cp $export_symbols $output_objdir/$soname.def;
9361 else
9362 echo EXPORTS > $output_objdir/$soname.def;
9363 cat $export_symbols >> $output_objdir/$soname.def;
9364 fi~
9365 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9366 else
9367 ld_shlibs=no
9368 fi
9369 ;;
9370
9371 haiku*)
9372 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9373 link_all_deplibs=yes
9374 ;;
9375
9376 os2*)
9377 hardcode_libdir_flag_spec='-L$libdir'
9378 hardcode_minus_L=yes
9379 allow_undefined_flag=unsupported
9380 shrext_cmds=.dll
9381 archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
9382 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
9383 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
9384 $ECHO EXPORTS >> $output_objdir/$libname.def~
9385 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
9386 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
9387 emximp -o $lib $output_objdir/$libname.def'
9388 archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
9389 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
9390 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
9391 $ECHO EXPORTS >> $output_objdir/$libname.def~
9392 prefix_cmds="$SED"~
9393 if test EXPORTS = "`$SED 1q $export_symbols`"; then
9394 prefix_cmds="$prefix_cmds -e 1d";
9395 fi~
9396 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
9397 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
9398 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
9399 emximp -o $lib $output_objdir/$libname.def'
9400 old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
9401 enable_shared_with_static_runtimes=yes
9402 ;;
9403
9404 interix[3-9]*)
9405 hardcode_direct=no
9406 hardcode_shlibpath_var=no
9407 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
9408 export_dynamic_flag_spec='$wl-E'
9409 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9410 # Instead, shared libraries are loaded at an image base (0x10000000 by
9411 # default) and relocated if they conflict, which is a slow very memory
9412 # consuming and fragmenting process. To avoid this, we pick a random,
9413 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9414 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9415 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9416 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'
9417 ;;
9418
9419 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9420 tmp_diet=no
9421 if test linux-dietlibc = "$host_os"; then
9422 case $cc_basename in
9423 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9424 esac
9425 fi
9426 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9427 && test no = "$tmp_diet"
9428 then
9429 tmp_addflag=' $pic_flag'
9430 tmp_sharedflag='-shared'
9431 case $cc_basename,$host_cpu in
9432 pgcc*) # Portland Group C compiler
9433 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
9434 tmp_addflag=' $pic_flag'
9435 ;;
9436 pgf77* | pgf90* | pgf95* | pgfortran*)
9437 # Portland Group f77 and f90 compilers
9438 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
9439 tmp_addflag=' $pic_flag -Mnomain' ;;
9440 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9441 tmp_addflag=' -i_dynamic' ;;
9442 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9443 tmp_addflag=' -i_dynamic -nofor_main' ;;
9444 ifc* | ifort*) # Intel Fortran compiler
9445 tmp_addflag=' -nofor_main' ;;
9446 lf95*) # Lahey Fortran 8.1
9447 whole_archive_flag_spec=
9448 tmp_sharedflag='--shared' ;;
9449 nagfor*) # NAGFOR 5.3
9450 tmp_sharedflag='-Wl,-shared' ;;
9451 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9452 tmp_sharedflag='-qmkshrobj'
9453 tmp_addflag= ;;
9454 nvcc*) # Cuda Compiler Driver 2.2
9455 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
9456 compiler_needs_object=yes
9457 ;;
9458 esac
9459 case `$CC -V 2>&1 | sed 5q` in
9460 *Sun\ C*) # Sun C 5.9
9461 whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
9462 compiler_needs_object=yes
9463 tmp_sharedflag='-G' ;;
9464 *Sun\ F*) # Sun Fortran 8.3
9465 tmp_sharedflag='-G' ;;
9466 esac
9467 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9468
9469 if test yes = "$supports_anon_versioning"; then
9470 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9471 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9472 echo "local: *; };" >> $output_objdir/$libname.ver~
9473 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
9474 fi
9475
9476 case $cc_basename in
9477 tcc*)
9478 export_dynamic_flag_spec='-rdynamic'
9479 ;;
9480 xlf* | bgf* | bgxlf* | mpixlf*)
9481 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9482 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9483 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
9484 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9485 if test yes = "$supports_anon_versioning"; then
9486 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9487 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9488 echo "local: *; };" >> $output_objdir/$libname.ver~
9489 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9490 fi
9491 ;;
9492 esac
9493 else
9494 ld_shlibs=no
9495 fi
9496 ;;
9497
9498 netbsd* | netbsdelf*-gnu)
9499 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9500 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9501 wlarc=
9502 else
9503 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9504 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
9505 fi
9506 ;;
9507
9508 solaris*)
9509 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9510 ld_shlibs=no
9511 cat <<_LT_EOF 1>&2
9512
9513 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9514 *** create shared libraries on Solaris systems. Therefore, libtool
9515 *** is disabling shared libraries support. We urge you to upgrade GNU
9516 *** binutils to release 2.9.1 or newer. Another option is to modify
9517 *** your PATH or compiler configuration so that the native linker is
9518 *** used, and then restart.
9519
9520 _LT_EOF
9521 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9522 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9523 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
9524 else
9525 ld_shlibs=no
9526 fi
9527 ;;
9528
9529 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9530 case `$LD -v 2>&1` in
9531 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9532 ld_shlibs=no
9533 cat <<_LT_EOF 1>&2
9534
9535 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
9536 *** reliably create shared libraries on SCO systems. Therefore, libtool
9537 *** is disabling shared libraries support. We urge you to upgrade GNU
9538 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9539 *** your PATH or compiler configuration so that the native linker is
9540 *** used, and then restart.
9541
9542 _LT_EOF
9543 ;;
9544 *)
9545 # For security reasons, it is highly recommended that you always
9546 # use absolute paths for naming shared libraries, and exclude the
9547 # DT_RUNPATH tag from executables and libraries. But doing so
9548 # requires that you compile everything twice, which is a pain.
9549 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9550 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
9551 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9552 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
9553 else
9554 ld_shlibs=no
9555 fi
9556 ;;
9557 esac
9558 ;;
9559
9560 sunos4*)
9561 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9562 wlarc=
9563 hardcode_direct=yes
9564 hardcode_shlibpath_var=no
9565 ;;
9566
9567 *)
9568 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9569 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9570 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
9571 else
9572 ld_shlibs=no
9573 fi
9574 ;;
9575 esac
9576
9577 if test no = "$ld_shlibs"; then
9578 runpath_var=
9579 hardcode_libdir_flag_spec=
9580 export_dynamic_flag_spec=
9581 whole_archive_flag_spec=
9582 fi
9583 else
9584 # PORTME fill in a description of your system's linker (not GNU ld)
9585 case $host_os in
9586 aix3*)
9587 allow_undefined_flag=unsupported
9588 always_export_symbols=yes
9589 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'
9590 # Note: this linker hardcodes the directories in LIBPATH if there
9591 # are no directories specified by -L.
9592 hardcode_minus_L=yes
9593 if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
9594 # Neither direct hardcoding nor static linking is supported with a
9595 # broken collect2.
9596 hardcode_direct=unsupported
9597 fi
9598 ;;
9599
9600 aix[4-9]*)
9601 if test ia64 = "$host_cpu"; then
9602 # On IA64, the linker does run time linking by default, so we don't
9603 # have to do anything special.
9604 aix_use_runtimelinking=no
9605 exp_sym_flag='-Bexport'
9606 no_entry_flag=
9607 else
9608 # If we're using GNU nm, then we don't want the "-C" option.
9609 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
9610 # Without the "-l" option, or with the "-B" option, AIX nm treats
9611 # weak defined symbols like other global defined symbols, whereas
9612 # GNU nm marks them as "W".
9613 # While the 'weak' keyword is ignored in the Export File, we need
9614 # it in the Import File for the 'aix-soname' feature, so we have
9615 # to replace the "-B" option with "-P" for AIX nm.
9616 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9617 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
9618 else
9619 export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
9620 fi
9621 aix_use_runtimelinking=no
9622
9623 # Test if we are trying to use run time linking or normal
9624 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9625 # have runtime linking enabled, and use it for executables.
9626 # For shared libraries, we enable/disable runtime linking
9627 # depending on the kind of the shared library created -
9628 # when "with_aix_soname,aix_use_runtimelinking" is:
9629 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
9630 # "aix,yes" lib.so shared, rtl:yes, for executables
9631 # lib.a static archive
9632 # "both,no" lib.so.V(shr.o) shared, rtl:yes
9633 # lib.a(lib.so.V) shared, rtl:no, for executables
9634 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
9635 # lib.a(lib.so.V) shared, rtl:no
9636 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
9637 # lib.a static archive
9638 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9639 for ld_flag in $LDFLAGS; do
9640 if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
9641 aix_use_runtimelinking=yes
9642 break
9643 fi
9644 done
9645 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
9646 # With aix-soname=svr4, we create the lib.so.V shared archives only,
9647 # so we don't have lib.a shared libs to link our executables.
9648 # We have to force runtime linking in this case.
9649 aix_use_runtimelinking=yes
9650 LDFLAGS="$LDFLAGS -Wl,-brtl"
9651 fi
9652 ;;
9653 esac
9654
9655 exp_sym_flag='-bexport'
9656 no_entry_flag='-bnoentry'
9657 fi
9658
9659 # When large executables or shared objects are built, AIX ld can
9660 # have problems creating the table of contents. If linking a library
9661 # or program results in "error TOC overflow" add -mminimal-toc to
9662 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9663 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9664
9665 archive_cmds=''
9666 hardcode_direct=yes
9667 hardcode_direct_absolute=yes
9668 hardcode_libdir_separator=':'
9669 link_all_deplibs=yes
9670 file_list_spec='$wl-f,'
9671 case $with_aix_soname,$aix_use_runtimelinking in
9672 aix,*) ;; # traditional, no import file
9673 svr4,* | *,yes) # use import file
9674 # The Import File defines what to hardcode.
9675 hardcode_direct=no
9676 hardcode_direct_absolute=no
9677 ;;
9678 esac
9679
9680 if test yes = "$GCC"; then
9681 case $host_os in aix4.[012]|aix4.[012].*)
9682 # We only want to do this on AIX 4.2 and lower, the check
9683 # below for broken collect2 doesn't work under 4.3+
9684 collect2name=`$CC -print-prog-name=collect2`
9685 if test -f "$collect2name" &&
9686 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9687 then
9688 # We have reworked collect2
9689 :
9690 else
9691 # We have old collect2
9692 hardcode_direct=unsupported
9693 # It fails to find uninstalled libraries when the uninstalled
9694 # path is not listed in the libpath. Setting hardcode_minus_L
9695 # to unsupported forces relinking
9696 hardcode_minus_L=yes
9697 hardcode_libdir_flag_spec='-L$libdir'
9698 hardcode_libdir_separator=
9699 fi
9700 ;;
9701 esac
9702 shared_flag='-shared'
9703 if test yes = "$aix_use_runtimelinking"; then
9704 shared_flag="$shared_flag "'$wl-G'
9705 fi
9706 # Need to ensure runtime linking is disabled for the traditional
9707 # shared library, or the linker may eventually find shared libraries
9708 # /with/ Import File - we do not want to mix them.
9709 shared_flag_aix='-shared'
9710 shared_flag_svr4='-shared $wl-G'
9711 else
9712 # not using gcc
9713 if test ia64 = "$host_cpu"; then
9714 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9715 # chokes on -Wl,-G. The following line is correct:
9716 shared_flag='-G'
9717 else
9718 if test yes = "$aix_use_runtimelinking"; then
9719 shared_flag='$wl-G'
9720 else
9721 shared_flag='$wl-bM:SRE'
9722 fi
9723 shared_flag_aix='$wl-bM:SRE'
9724 shared_flag_svr4='$wl-G'
9725 fi
9726 fi
9727
9728 export_dynamic_flag_spec='$wl-bexpall'
9729 # It seems that -bexpall does not export symbols beginning with
9730 # underscore (_), so it is better to generate a list of symbols to export.
9731 always_export_symbols=yes
9732 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
9733 # Warning - without using the other runtime loading flags (-brtl),
9734 # -berok will link without error, but may produce a broken library.
9735 allow_undefined_flag='-berok'
9736 # Determine the default libpath from the value encoded in an
9737 # empty executable.
9738 if test set = "${lt_cv_aix_libpath+set}"; then
9739 aix_libpath=$lt_cv_aix_libpath
9740 else
9741 if ${lt_cv_aix_libpath_+:} false; then :
9742 $as_echo_n "(cached) " >&6
9743 else
9744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9745 /* end confdefs.h. */
9746
9747 int
9748 main ()
9749 {
9750
9751 ;
9752 return 0;
9753 }
9754 _ACEOF
9755 if ac_fn_c_try_link "$LINENO"; then :
9756
9757 lt_aix_libpath_sed='
9758 /Import File Strings/,/^$/ {
9759 /^0/ {
9760 s/^0 *\([^ ]*\) *$/\1/
9761 p
9762 }
9763 }'
9764 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9765 # Check for a 64-bit object if we didn't find anything.
9766 if test -z "$lt_cv_aix_libpath_"; then
9767 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9768 fi
9769 fi
9770 rm -f core conftest.err conftest.$ac_objext \
9771 conftest$ac_exeext conftest.$ac_ext
9772 if test -z "$lt_cv_aix_libpath_"; then
9773 lt_cv_aix_libpath_=/usr/lib:/lib
9774 fi
9775
9776 fi
9777
9778 aix_libpath=$lt_cv_aix_libpath_
9779 fi
9780
9781 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
9782 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
9783 else
9784 if test ia64 = "$host_cpu"; then
9785 hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib'
9786 allow_undefined_flag="-z nodefs"
9787 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"
9788 else
9789 # Determine the default libpath from the value encoded in an
9790 # empty executable.
9791 if test set = "${lt_cv_aix_libpath+set}"; then
9792 aix_libpath=$lt_cv_aix_libpath
9793 else
9794 if ${lt_cv_aix_libpath_+:} false; then :
9795 $as_echo_n "(cached) " >&6
9796 else
9797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9798 /* end confdefs.h. */
9799
9800 int
9801 main ()
9802 {
9803
9804 ;
9805 return 0;
9806 }
9807 _ACEOF
9808 if ac_fn_c_try_link "$LINENO"; then :
9809
9810 lt_aix_libpath_sed='
9811 /Import File Strings/,/^$/ {
9812 /^0/ {
9813 s/^0 *\([^ ]*\) *$/\1/
9814 p
9815 }
9816 }'
9817 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9818 # Check for a 64-bit object if we didn't find anything.
9819 if test -z "$lt_cv_aix_libpath_"; then
9820 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9821 fi
9822 fi
9823 rm -f core conftest.err conftest.$ac_objext \
9824 conftest$ac_exeext conftest.$ac_ext
9825 if test -z "$lt_cv_aix_libpath_"; then
9826 lt_cv_aix_libpath_=/usr/lib:/lib
9827 fi
9828
9829 fi
9830
9831 aix_libpath=$lt_cv_aix_libpath_
9832 fi
9833
9834 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
9835 # Warning - without using the other run time loading flags,
9836 # -berok will link without error, but may produce a broken library.
9837 no_undefined_flag=' $wl-bernotok'
9838 allow_undefined_flag=' $wl-berok'
9839 if test yes = "$with_gnu_ld"; then
9840 # We only use this code for GNU lds that support --whole-archive.
9841 whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
9842 else
9843 # Exported symbols can be pulled into shared objects from archives
9844 whole_archive_flag_spec='$convenience'
9845 fi
9846 archive_cmds_need_lc=yes
9847 archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
9848 # -brtl affects multiple linker settings, -berok does not and is overridden later
9849 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
9850 if test svr4 != "$with_aix_soname"; then
9851 # This is similar to how AIX traditionally builds its shared libraries.
9852 archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
9853 fi
9854 if test aix != "$with_aix_soname"; then
9855 archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
9856 else
9857 # used by -dlpreopen to get the symbols
9858 archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
9859 fi
9860 archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d'
9861 fi
9862 fi
9863 ;;
9864
9865 amigaos*)
9866 case $host_cpu in
9867 powerpc)
9868 # see comment about AmigaOS4 .so support
9869 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9870 archive_expsym_cmds=''
9871 ;;
9872 m68k)
9873 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)'
9874 hardcode_libdir_flag_spec='-L$libdir'
9875 hardcode_minus_L=yes
9876 ;;
9877 esac
9878 ;;
9879
9880 bsdi[45]*)
9881 export_dynamic_flag_spec=-rdynamic
9882 ;;
9883
9884 cygwin* | mingw* | pw32* | cegcc*)
9885 # When not using gcc, we currently assume that we are using
9886 # Microsoft Visual C++.
9887 # hardcode_libdir_flag_spec is actually meaningless, as there is
9888 # no search path for DLLs.
9889 case $cc_basename in
9890 cl*)
9891 # Native MSVC
9892 hardcode_libdir_flag_spec=' '
9893 allow_undefined_flag=unsupported
9894 always_export_symbols=yes
9895 file_list_spec='@'
9896 # Tell ltmain to make .lib files, not .a files.
9897 libext=lib
9898 # Tell ltmain to make .dll files, not .so files.
9899 shrext_cmds=.dll
9900 # FIXME: Setting linknames here is a bad hack.
9901 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
9902 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
9903 cp "$export_symbols" "$output_objdir/$soname.def";
9904 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
9905 else
9906 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
9907 fi~
9908 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
9909 linknames='
9910 # The linker will not automatically build a static lib if we build a DLL.
9911 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9912 enable_shared_with_static_runtimes=yes
9913 exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9914 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9915 # Don't use ranlib
9916 old_postinstall_cmds='chmod 644 $oldlib'
9917 postlink_cmds='lt_outputfile="@OUTPUT@"~
9918 lt_tool_outputfile="@TOOL_OUTPUT@"~
9919 case $lt_outputfile in
9920 *.exe|*.EXE) ;;
9921 *)
9922 lt_outputfile=$lt_outputfile.exe
9923 lt_tool_outputfile=$lt_tool_outputfile.exe
9924 ;;
9925 esac~
9926 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
9927 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
9928 $RM "$lt_outputfile.manifest";
9929 fi'
9930 ;;
9931 *)
9932 # Assume MSVC wrapper
9933 hardcode_libdir_flag_spec=' '
9934 allow_undefined_flag=unsupported
9935 # Tell ltmain to make .lib files, not .a files.
9936 libext=lib
9937 # Tell ltmain to make .dll files, not .so files.
9938 shrext_cmds=.dll
9939 # FIXME: Setting linknames here is a bad hack.
9940 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9941 # The linker will automatically build a .lib file if we build a DLL.
9942 old_archive_from_new_cmds='true'
9943 # FIXME: Should let the user specify the lib program.
9944 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9945 enable_shared_with_static_runtimes=yes
9946 ;;
9947 esac
9948 ;;
9949
9950 darwin* | rhapsody*)
9951
9952
9953 archive_cmds_need_lc=no
9954 hardcode_direct=no
9955 hardcode_automatic=yes
9956 hardcode_shlibpath_var=unsupported
9957 if test yes = "$lt_cv_ld_force_load"; then
9958 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9959
9960 else
9961 whole_archive_flag_spec=''
9962 fi
9963 link_all_deplibs=yes
9964 allow_undefined_flag=$_lt_dar_allow_undefined
9965 case $cc_basename in
9966 ifort*|nagfor*) _lt_dar_can_shared=yes ;;
9967 *) _lt_dar_can_shared=$GCC ;;
9968 esac
9969 if test yes = "$_lt_dar_can_shared"; then
9970 output_verbose_link_cmd=func_echo_all
9971 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
9972 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
9973 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"
9974 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"
9975
9976 else
9977 ld_shlibs=no
9978 fi
9979
9980 ;;
9981
9982 dgux*)
9983 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9984 hardcode_libdir_flag_spec='-L$libdir'
9985 hardcode_shlibpath_var=no
9986 ;;
9987
9988 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9989 # support. Future versions do this automatically, but an explicit c++rt0.o
9990 # does not break anything, and helps significantly (at the cost of a little
9991 # extra space).
9992 freebsd2.2*)
9993 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9994 hardcode_libdir_flag_spec='-R$libdir'
9995 hardcode_direct=yes
9996 hardcode_shlibpath_var=no
9997 ;;
9998
9999 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10000 freebsd2.*)
10001 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10002 hardcode_direct=yes
10003 hardcode_minus_L=yes
10004 hardcode_shlibpath_var=no
10005 ;;
10006
10007 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10008 freebsd* | dragonfly*)
10009 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10010 hardcode_libdir_flag_spec='-R$libdir'
10011 hardcode_direct=yes
10012 hardcode_shlibpath_var=no
10013 ;;
10014
10015 hpux9*)
10016 if test yes = "$GCC"; then
10017 archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
10018 else
10019 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
10020 fi
10021 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
10022 hardcode_libdir_separator=:
10023 hardcode_direct=yes
10024
10025 # hardcode_minus_L: Not really in the search PATH,
10026 # but as the default location of the library.
10027 hardcode_minus_L=yes
10028 export_dynamic_flag_spec='$wl-E'
10029 ;;
10030
10031 hpux10*)
10032 if test yes,no = "$GCC,$with_gnu_ld"; then
10033 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10034 else
10035 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10036 fi
10037 if test no = "$with_gnu_ld"; then
10038 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
10039 hardcode_libdir_separator=:
10040 hardcode_direct=yes
10041 hardcode_direct_absolute=yes
10042 export_dynamic_flag_spec='$wl-E'
10043 # hardcode_minus_L: Not really in the search PATH,
10044 # but as the default location of the library.
10045 hardcode_minus_L=yes
10046 fi
10047 ;;
10048
10049 hpux11*)
10050 if test yes,no = "$GCC,$with_gnu_ld"; then
10051 case $host_cpu in
10052 hppa*64*)
10053 archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
10054 ;;
10055 ia64*)
10056 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10057 ;;
10058 *)
10059 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10060 ;;
10061 esac
10062 else
10063 case $host_cpu in
10064 hppa*64*)
10065 archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
10066 ;;
10067 ia64*)
10068 archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10069 ;;
10070 *)
10071
10072 # Older versions of the 11.00 compiler do not understand -b yet
10073 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10075 $as_echo_n "checking if $CC understands -b... " >&6; }
10076 if ${lt_cv_prog_compiler__b+:} false; then :
10077 $as_echo_n "(cached) " >&6
10078 else
10079 lt_cv_prog_compiler__b=no
10080 save_LDFLAGS=$LDFLAGS
10081 LDFLAGS="$LDFLAGS -b"
10082 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10083 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10084 # The linker can only warn and ignore the option if not recognized
10085 # So say no if there are warnings
10086 if test -s conftest.err; then
10087 # Append any errors to the config.log.
10088 cat conftest.err 1>&5
10089 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10090 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10091 if diff conftest.exp conftest.er2 >/dev/null; then
10092 lt_cv_prog_compiler__b=yes
10093 fi
10094 else
10095 lt_cv_prog_compiler__b=yes
10096 fi
10097 fi
10098 $RM -r conftest*
10099 LDFLAGS=$save_LDFLAGS
10100
10101 fi
10102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10103 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10104
10105 if test yes = "$lt_cv_prog_compiler__b"; then
10106 archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10107 else
10108 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10109 fi
10110
10111 ;;
10112 esac
10113 fi
10114 if test no = "$with_gnu_ld"; then
10115 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
10116 hardcode_libdir_separator=:
10117
10118 case $host_cpu in
10119 hppa*64*|ia64*)
10120 hardcode_direct=no
10121 hardcode_shlibpath_var=no
10122 ;;
10123 *)
10124 hardcode_direct=yes
10125 hardcode_direct_absolute=yes
10126 export_dynamic_flag_spec='$wl-E'
10127
10128 # hardcode_minus_L: Not really in the search PATH,
10129 # but as the default location of the library.
10130 hardcode_minus_L=yes
10131 ;;
10132 esac
10133 fi
10134 ;;
10135
10136 irix5* | irix6* | nonstopux*)
10137 if test yes = "$GCC"; then
10138 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
10139 # Try to use the -exported_symbol ld option, if it does not
10140 # work, assume that -exports_file does not work either and
10141 # implicitly export all symbols.
10142 # This should be the same for all languages, so no per-tag cache variable.
10143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
10144 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
10145 if ${lt_cv_irix_exported_symbol+:} false; then :
10146 $as_echo_n "(cached) " >&6
10147 else
10148 save_LDFLAGS=$LDFLAGS
10149 LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
10150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10151 /* end confdefs.h. */
10152 int foo (void) { return 0; }
10153 _ACEOF
10154 if ac_fn_c_try_link "$LINENO"; then :
10155 lt_cv_irix_exported_symbol=yes
10156 else
10157 lt_cv_irix_exported_symbol=no
10158 fi
10159 rm -f core conftest.err conftest.$ac_objext \
10160 conftest$ac_exeext conftest.$ac_ext
10161 LDFLAGS=$save_LDFLAGS
10162 fi
10163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
10164 $as_echo "$lt_cv_irix_exported_symbol" >&6; }
10165 if test yes = "$lt_cv_irix_exported_symbol"; then
10166 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
10167 fi
10168 link_all_deplibs=no
10169 else
10170 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
10171 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
10172 fi
10173 archive_cmds_need_lc='no'
10174 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
10175 hardcode_libdir_separator=:
10176 inherit_rpath=yes
10177 link_all_deplibs=yes
10178 ;;
10179
10180 linux*)
10181 case $cc_basename in
10182 tcc*)
10183 # Fabrice Bellard et al's Tiny C Compiler
10184 ld_shlibs=yes
10185 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10186 ;;
10187 esac
10188 ;;
10189
10190 netbsd* | netbsdelf*-gnu)
10191 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10192 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10193 else
10194 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10195 fi
10196 hardcode_libdir_flag_spec='-R$libdir'
10197 hardcode_direct=yes
10198 hardcode_shlibpath_var=no
10199 ;;
10200
10201 newsos6)
10202 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10203 hardcode_direct=yes
10204 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
10205 hardcode_libdir_separator=:
10206 hardcode_shlibpath_var=no
10207 ;;
10208
10209 *nto* | *qnx*)
10210 ;;
10211
10212 openbsd* | bitrig*)
10213 if test -f /usr/libexec/ld.so; then
10214 hardcode_direct=yes
10215 hardcode_shlibpath_var=no
10216 hardcode_direct_absolute=yes
10217 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
10218 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10219 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
10220 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
10221 export_dynamic_flag_spec='$wl-E'
10222 else
10223 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10224 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
10225 fi
10226 else
10227 ld_shlibs=no
10228 fi
10229 ;;
10230
10231 os2*)
10232 hardcode_libdir_flag_spec='-L$libdir'
10233 hardcode_minus_L=yes
10234 allow_undefined_flag=unsupported
10235 shrext_cmds=.dll
10236 archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
10237 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
10238 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
10239 $ECHO EXPORTS >> $output_objdir/$libname.def~
10240 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
10241 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
10242 emximp -o $lib $output_objdir/$libname.def'
10243 archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
10244 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
10245 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
10246 $ECHO EXPORTS >> $output_objdir/$libname.def~
10247 prefix_cmds="$SED"~
10248 if test EXPORTS = "`$SED 1q $export_symbols`"; then
10249 prefix_cmds="$prefix_cmds -e 1d";
10250 fi~
10251 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
10252 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
10253 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
10254 emximp -o $lib $output_objdir/$libname.def'
10255 old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
10256 enable_shared_with_static_runtimes=yes
10257 ;;
10258
10259 osf3*)
10260 if test yes = "$GCC"; then
10261 allow_undefined_flag=' $wl-expect_unresolved $wl\*'
10262 archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
10263 else
10264 allow_undefined_flag=' -expect_unresolved \*'
10265 archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
10266 fi
10267 archive_cmds_need_lc='no'
10268 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
10269 hardcode_libdir_separator=:
10270 ;;
10271
10272 osf4* | osf5*) # as osf3* with the addition of -msym flag
10273 if test yes = "$GCC"; then
10274 allow_undefined_flag=' $wl-expect_unresolved $wl\*'
10275 archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
10276 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
10277 else
10278 allow_undefined_flag=' -expect_unresolved \*'
10279 archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
10280 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~
10281 $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
10282
10283 # Both c and cxx compiler support -rpath directly
10284 hardcode_libdir_flag_spec='-rpath $libdir'
10285 fi
10286 archive_cmds_need_lc='no'
10287 hardcode_libdir_separator=:
10288 ;;
10289
10290 solaris*)
10291 no_undefined_flag=' -z defs'
10292 if test yes = "$GCC"; then
10293 wlarc='$wl'
10294 archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
10295 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10296 $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10297 else
10298 case `$CC -V 2>&1` in
10299 *"Compilers 5.0"*)
10300 wlarc=''
10301 archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
10302 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10303 $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10304 ;;
10305 *)
10306 wlarc='$wl'
10307 archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10308 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10309 $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10310 ;;
10311 esac
10312 fi
10313 hardcode_libdir_flag_spec='-R$libdir'
10314 hardcode_shlibpath_var=no
10315 case $host_os in
10316 solaris2.[0-5] | solaris2.[0-5].*) ;;
10317 *)
10318 # The compiler driver will combine and reorder linker options,
10319 # but understands '-z linker_flag'. GCC discards it without '$wl',
10320 # but is careful enough not to reorder.
10321 # Supported since Solaris 2.6 (maybe 2.5.1?)
10322 if test yes = "$GCC"; then
10323 whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
10324 else
10325 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10326 fi
10327 ;;
10328 esac
10329 link_all_deplibs=yes
10330 ;;
10331
10332 sunos4*)
10333 if test sequent = "$host_vendor"; then
10334 # Use $CC to link under sequent, because it throws in some extra .o
10335 # files that make .init and .fini sections work.
10336 archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10337 else
10338 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10339 fi
10340 hardcode_libdir_flag_spec='-L$libdir'
10341 hardcode_direct=yes
10342 hardcode_minus_L=yes
10343 hardcode_shlibpath_var=no
10344 ;;
10345
10346 sysv4)
10347 case $host_vendor in
10348 sni)
10349 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10350 hardcode_direct=yes # is this really true???
10351 ;;
10352 siemens)
10353 ## LD is ld it makes a PLAMLIB
10354 ## CC just makes a GrossModule.
10355 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10356 reload_cmds='$CC -r -o $output$reload_objs'
10357 hardcode_direct=no
10358 ;;
10359 motorola)
10360 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10361 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10362 ;;
10363 esac
10364 runpath_var='LD_RUN_PATH'
10365 hardcode_shlibpath_var=no
10366 ;;
10367
10368 sysv4.3*)
10369 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10370 hardcode_shlibpath_var=no
10371 export_dynamic_flag_spec='-Bexport'
10372 ;;
10373
10374 sysv4*MP*)
10375 if test -d /usr/nec; then
10376 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10377 hardcode_shlibpath_var=no
10378 runpath_var=LD_RUN_PATH
10379 hardcode_runpath_var=yes
10380 ld_shlibs=yes
10381 fi
10382 ;;
10383
10384 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10385 no_undefined_flag='$wl-z,text'
10386 archive_cmds_need_lc=no
10387 hardcode_shlibpath_var=no
10388 runpath_var='LD_RUN_PATH'
10389
10390 if test yes = "$GCC"; then
10391 archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10392 archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10393 else
10394 archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10395 archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10396 fi
10397 ;;
10398
10399 sysv5* | sco3.2v5* | sco5v6*)
10400 # Note: We CANNOT use -z defs as we might desire, because we do not
10401 # link with -lc, and that would cause any symbols used from libc to
10402 # always be unresolved, which means just about no library would
10403 # ever link correctly. If we're not using GNU ld we use -z text
10404 # though, which does catch some bad symbols but isn't as heavy-handed
10405 # as -z defs.
10406 no_undefined_flag='$wl-z,text'
10407 allow_undefined_flag='$wl-z,nodefs'
10408 archive_cmds_need_lc=no
10409 hardcode_shlibpath_var=no
10410 hardcode_libdir_flag_spec='$wl-R,$libdir'
10411 hardcode_libdir_separator=':'
10412 link_all_deplibs=yes
10413 export_dynamic_flag_spec='$wl-Bexport'
10414 runpath_var='LD_RUN_PATH'
10415
10416 if test yes = "$GCC"; then
10417 archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10418 archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10419 else
10420 archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10421 archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10422 fi
10423 ;;
10424
10425 uts4*)
10426 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10427 hardcode_libdir_flag_spec='-L$libdir'
10428 hardcode_shlibpath_var=no
10429 ;;
10430
10431 *)
10432 ld_shlibs=no
10433 ;;
10434 esac
10435
10436 if test sni = "$host_vendor"; then
10437 case $host in
10438 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10439 export_dynamic_flag_spec='$wl-Blargedynsym'
10440 ;;
10441 esac
10442 fi
10443 fi
10444
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10446 $as_echo "$ld_shlibs" >&6; }
10447 test no = "$ld_shlibs" && can_build_shared=no
10448
10449 with_gnu_ld=$with_gnu_ld
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465 #
10466 # Do we need to explicitly link libc?
10467 #
10468 case "x$archive_cmds_need_lc" in
10469 x|xyes)
10470 # Assume -lc should be added
10471 archive_cmds_need_lc=yes
10472
10473 if test yes,yes = "$GCC,$enable_shared"; then
10474 case $archive_cmds in
10475 *'~'*)
10476 # FIXME: we may have to deal with multi-command sequences.
10477 ;;
10478 '$CC '*)
10479 # Test whether the compiler implicitly links with -lc since on some
10480 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10481 # to ld, don't add -lc before -lgcc.
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10483 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10484 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10485 $as_echo_n "(cached) " >&6
10486 else
10487 $RM conftest*
10488 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10489
10490 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10491 (eval $ac_compile) 2>&5
10492 ac_status=$?
10493 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10494 test $ac_status = 0; } 2>conftest.err; then
10495 soname=conftest
10496 lib=conftest
10497 libobjs=conftest.$ac_objext
10498 deplibs=
10499 wl=$lt_prog_compiler_wl
10500 pic_flag=$lt_prog_compiler_pic
10501 compiler_flags=-v
10502 linker_flags=-v
10503 verstring=
10504 output_objdir=.
10505 libname=conftest
10506 lt_save_allow_undefined_flag=$allow_undefined_flag
10507 allow_undefined_flag=
10508 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10509 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10510 ac_status=$?
10511 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10512 test $ac_status = 0; }
10513 then
10514 lt_cv_archive_cmds_need_lc=no
10515 else
10516 lt_cv_archive_cmds_need_lc=yes
10517 fi
10518 allow_undefined_flag=$lt_save_allow_undefined_flag
10519 else
10520 cat conftest.err 1>&5
10521 fi
10522 $RM conftest*
10523
10524 fi
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10526 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10527 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10528 ;;
10529 esac
10530 fi
10531 ;;
10532 esac
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
10570
10571
10572
10573
10574
10575
10576
10577
10578
10579
10580
10581
10582
10583
10584
10585
10586
10587
10588
10589
10590
10591
10592
10593
10594
10595
10596
10597
10598
10599
10600
10601
10602
10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
10615
10616
10617
10618
10619
10620
10621
10622
10623
10624
10625
10626
10627
10628
10629
10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
10644
10645
10646
10647
10648
10649
10650
10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
10662
10663
10664
10665
10666
10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
10678
10679
10680
10681
10682
10683
10684
10685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10686 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10687
10688 if test yes = "$GCC"; then
10689 case $host_os in
10690 darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
10691 *) lt_awk_arg='/^libraries:/' ;;
10692 esac
10693 case $host_os in
10694 mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
10695 *) lt_sed_strip_eq='s|=/|/|g' ;;
10696 esac
10697 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10698 case $lt_search_path_spec in
10699 *\;*)
10700 # if the path contains ";" then we assume it to be the separator
10701 # otherwise default to the standard path separator (i.e. ":") - it is
10702 # assumed that no part of a normal pathname contains ";" but that should
10703 # okay in the real world where ";" in dirpaths is itself problematic.
10704 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10705 ;;
10706 *)
10707 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10708 ;;
10709 esac
10710 # Ok, now we have the path, separated by spaces, we can step through it
10711 # and add multilib dir if necessary...
10712 lt_tmp_lt_search_path_spec=
10713 lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10714 # ...but if some path component already ends with the multilib dir we assume
10715 # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
10716 case "$lt_multi_os_dir; $lt_search_path_spec " in
10717 "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
10718 lt_multi_os_dir=
10719 ;;
10720 esac
10721 for lt_sys_path in $lt_search_path_spec; do
10722 if test -d "$lt_sys_path$lt_multi_os_dir"; then
10723 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
10724 elif test -n "$lt_multi_os_dir"; then
10725 test -d "$lt_sys_path" && \
10726 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10727 fi
10728 done
10729 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10730 BEGIN {RS = " "; FS = "/|\n";} {
10731 lt_foo = "";
10732 lt_count = 0;
10733 for (lt_i = NF; lt_i > 0; lt_i--) {
10734 if ($lt_i != "" && $lt_i != ".") {
10735 if ($lt_i == "..") {
10736 lt_count++;
10737 } else {
10738 if (lt_count == 0) {
10739 lt_foo = "/" $lt_i lt_foo;
10740 } else {
10741 lt_count--;
10742 }
10743 }
10744 }
10745 }
10746 if (lt_foo != "") { lt_freq[lt_foo]++; }
10747 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10748 }'`
10749 # AWK program above erroneously prepends '/' to C:/dos/paths
10750 # for these hosts.
10751 case $host_os in
10752 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10753 $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
10754 esac
10755 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10756 else
10757 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10758 fi
10759 library_names_spec=
10760 libname_spec='lib$name'
10761 soname_spec=
10762 shrext_cmds=.so
10763 postinstall_cmds=
10764 postuninstall_cmds=
10765 finish_cmds=
10766 finish_eval=
10767 shlibpath_var=
10768 shlibpath_overrides_runpath=unknown
10769 version_type=none
10770 dynamic_linker="$host_os ld.so"
10771 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10772 need_lib_prefix=unknown
10773 hardcode_into_libs=no
10774
10775 # when you set need_version to no, make sure it does not cause -set_version
10776 # flags to be left without arguments
10777 need_version=unknown
10778
10779
10780
10781 case $host_os in
10782 aix3*)
10783 version_type=linux # correct to gnu/linux during the next big refactor
10784 library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
10785 shlibpath_var=LIBPATH
10786
10787 # AIX 3 has no versioning support, so we append a major version to the name.
10788 soname_spec='$libname$release$shared_ext$major'
10789 ;;
10790
10791 aix[4-9]*)
10792 version_type=linux # correct to gnu/linux during the next big refactor
10793 need_lib_prefix=no
10794 need_version=no
10795 hardcode_into_libs=yes
10796 if test ia64 = "$host_cpu"; then
10797 # AIX 5 supports IA64
10798 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
10799 shlibpath_var=LD_LIBRARY_PATH
10800 else
10801 # With GCC up to 2.95.x, collect2 would create an import file
10802 # for dependence libraries. The import file would start with
10803 # the line '#! .'. This would cause the generated library to
10804 # depend on '.', always an invalid library. This was fixed in
10805 # development snapshots of GCC prior to 3.0.
10806 case $host_os in
10807 aix4 | aix4.[01] | aix4.[01].*)
10808 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10809 echo ' yes '
10810 echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
10811 :
10812 else
10813 can_build_shared=no
10814 fi
10815 ;;
10816 esac
10817 # Using Import Files as archive members, it is possible to support
10818 # filename-based versioning of shared library archives on AIX. While
10819 # this would work for both with and without runtime linking, it will
10820 # prevent static linking of such archives. So we do filename-based
10821 # shared library versioning with .so extension only, which is used
10822 # when both runtime linking and shared linking is enabled.
10823 # Unfortunately, runtime linking may impact performance, so we do
10824 # not want this to be the default eventually. Also, we use the
10825 # versioned .so libs for executables only if there is the -brtl
10826 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
10827 # To allow for filename-based versioning support, we need to create
10828 # libNAME.so.V as an archive file, containing:
10829 # *) an Import File, referring to the versioned filename of the
10830 # archive as well as the shared archive member, telling the
10831 # bitwidth (32 or 64) of that shared object, and providing the
10832 # list of exported symbols of that shared object, eventually
10833 # decorated with the 'weak' keyword
10834 # *) the shared object with the F_LOADONLY flag set, to really avoid
10835 # it being seen by the linker.
10836 # At run time we better use the real file rather than another symlink,
10837 # but for link time we create the symlink libNAME.so -> libNAME.so.V
10838
10839 case $with_aix_soname,$aix_use_runtimelinking in
10840 # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
10841 # soname into executable. Probably we can add versioning support to
10842 # collect2, so additional links can be useful in future.
10843 aix,yes) # traditional libtool
10844 dynamic_linker='AIX unversionable lib.so'
10845 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10846 # instead of lib<name>.a to let people know that these are not
10847 # typical AIX shared libraries.
10848 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
10849 ;;
10850 aix,no) # traditional AIX only
10851 dynamic_linker='AIX lib.a(lib.so.V)'
10852 # We preserve .a as extension for shared libraries through AIX4.2
10853 # and later when we are not doing run time linking.
10854 library_names_spec='$libname$release.a $libname.a'
10855 soname_spec='$libname$release$shared_ext$major'
10856 ;;
10857 svr4,*) # full svr4 only
10858 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
10859 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
10860 # We do not specify a path in Import Files, so LIBPATH fires.
10861 shlibpath_overrides_runpath=yes
10862 ;;
10863 *,yes) # both, prefer svr4
10864 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
10865 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
10866 # unpreferred sharedlib libNAME.a needs extra handling
10867 postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
10868 postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
10869 # We do not specify a path in Import Files, so LIBPATH fires.
10870 shlibpath_overrides_runpath=yes
10871 ;;
10872 *,no) # both, prefer aix
10873 dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
10874 library_names_spec='$libname$release.a $libname.a'
10875 soname_spec='$libname$release$shared_ext$major'
10876 # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
10877 postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
10878 postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
10879 ;;
10880 esac
10881 shlibpath_var=LIBPATH
10882 fi
10883 ;;
10884
10885 amigaos*)
10886 case $host_cpu in
10887 powerpc)
10888 # Since July 2007 AmigaOS4 officially supports .so libraries.
10889 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10890 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
10891 ;;
10892 m68k)
10893 library_names_spec='$libname.ixlibrary $libname.a'
10894 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10895 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
10896 ;;
10897 esac
10898 ;;
10899
10900 beos*)
10901 library_names_spec='$libname$shared_ext'
10902 dynamic_linker="$host_os ld.so"
10903 shlibpath_var=LIBRARY_PATH
10904 ;;
10905
10906 bsdi[45]*)
10907 version_type=linux # correct to gnu/linux during the next big refactor
10908 need_version=no
10909 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
10910 soname_spec='$libname$release$shared_ext$major'
10911 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10912 shlibpath_var=LD_LIBRARY_PATH
10913 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10914 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10915 # the default ld.so.conf also contains /usr/contrib/lib and
10916 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10917 # libtool to hard-code these into programs
10918 ;;
10919
10920 cygwin* | mingw* | pw32* | cegcc*)
10921 version_type=windows
10922 shrext_cmds=.dll
10923 need_version=no
10924 need_lib_prefix=no
10925
10926 case $GCC,$cc_basename in
10927 yes,*)
10928 # gcc
10929 library_names_spec='$libname.dll.a'
10930 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10931 postinstall_cmds='base_file=`basename \$file`~
10932 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
10933 dldir=$destdir/`dirname \$dlpath`~
10934 test -d \$dldir || mkdir -p \$dldir~
10935 $install_prog $dir/$dlname \$dldir/$dlname~
10936 chmod a+x \$dldir/$dlname~
10937 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10938 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10939 fi'
10940 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10941 dlpath=$dir/\$dldll~
10942 $RM \$dlpath'
10943 shlibpath_overrides_runpath=yes
10944
10945 case $host_os in
10946 cygwin*)
10947 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10948 soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
10949
10950 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10951 ;;
10952 mingw* | cegcc*)
10953 # MinGW DLLs use traditional 'lib' prefix
10954 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
10955 ;;
10956 pw32*)
10957 # pw32 DLLs use 'pw' prefix rather than 'lib'
10958 library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
10959 ;;
10960 esac
10961 dynamic_linker='Win32 ld.exe'
10962 ;;
10963
10964 *,cl*)
10965 # Native MSVC
10966 libname_spec='$name'
10967 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
10968 library_names_spec='$libname.dll.lib'
10969
10970 case $build_os in
10971 mingw*)
10972 sys_lib_search_path_spec=
10973 lt_save_ifs=$IFS
10974 IFS=';'
10975 for lt_path in $LIB
10976 do
10977 IFS=$lt_save_ifs
10978 # Let DOS variable expansion print the short 8.3 style file name.
10979 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
10980 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
10981 done
10982 IFS=$lt_save_ifs
10983 # Convert to MSYS style.
10984 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
10985 ;;
10986 cygwin*)
10987 # Convert to unix form, then to dos form, then back to unix form
10988 # but this time dos style (no spaces!) so that the unix form looks
10989 # like /cygdrive/c/PROGRA~1:/cygdr...
10990 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
10991 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
10992 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10993 ;;
10994 *)
10995 sys_lib_search_path_spec=$LIB
10996 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10997 # It is most probably a Windows format PATH.
10998 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10999 else
11000 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
11001 fi
11002 # FIXME: find the short name or the path components, as spaces are
11003 # common. (e.g. "Program Files" -> "PROGRA~1")
11004 ;;
11005 esac
11006
11007 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11008 postinstall_cmds='base_file=`basename \$file`~
11009 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
11010 dldir=$destdir/`dirname \$dlpath`~
11011 test -d \$dldir || mkdir -p \$dldir~
11012 $install_prog $dir/$dlname \$dldir/$dlname'
11013 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11014 dlpath=$dir/\$dldll~
11015 $RM \$dlpath'
11016 shlibpath_overrides_runpath=yes
11017 dynamic_linker='Win32 link.exe'
11018 ;;
11019
11020 *)
11021 # Assume MSVC wrapper
11022 library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
11023 dynamic_linker='Win32 ld.exe'
11024 ;;
11025 esac
11026 # FIXME: first we should search . and the directory the executable is in
11027 shlibpath_var=PATH
11028 ;;
11029
11030 darwin* | rhapsody*)
11031 dynamic_linker="$host_os dyld"
11032 version_type=darwin
11033 need_lib_prefix=no
11034 need_version=no
11035 library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
11036 soname_spec='$libname$release$major$shared_ext'
11037 shlibpath_overrides_runpath=yes
11038 shlibpath_var=DYLD_LIBRARY_PATH
11039 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11040
11041 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11042 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11043 ;;
11044
11045 dgux*)
11046 version_type=linux # correct to gnu/linux during the next big refactor
11047 need_lib_prefix=no
11048 need_version=no
11049 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11050 soname_spec='$libname$release$shared_ext$major'
11051 shlibpath_var=LD_LIBRARY_PATH
11052 ;;
11053
11054 freebsd* | dragonfly*)
11055 # DragonFly does not have aout. When/if they implement a new
11056 # versioning mechanism, adjust this.
11057 if test -x /usr/bin/objformat; then
11058 objformat=`/usr/bin/objformat`
11059 else
11060 case $host_os in
11061 freebsd[23].*) objformat=aout ;;
11062 *) objformat=elf ;;
11063 esac
11064 fi
11065 version_type=freebsd-$objformat
11066 case $version_type in
11067 freebsd-elf*)
11068 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11069 soname_spec='$libname$release$shared_ext$major'
11070 need_version=no
11071 need_lib_prefix=no
11072 ;;
11073 freebsd-*)
11074 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
11075 need_version=yes
11076 ;;
11077 esac
11078 shlibpath_var=LD_LIBRARY_PATH
11079 case $host_os in
11080 freebsd2.*)
11081 shlibpath_overrides_runpath=yes
11082 ;;
11083 freebsd3.[01]* | freebsdelf3.[01]*)
11084 shlibpath_overrides_runpath=yes
11085 hardcode_into_libs=yes
11086 ;;
11087 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11088 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11089 shlibpath_overrides_runpath=no
11090 hardcode_into_libs=yes
11091 ;;
11092 *) # from 4.6 on, and DragonFly
11093 shlibpath_overrides_runpath=yes
11094 hardcode_into_libs=yes
11095 ;;
11096 esac
11097 ;;
11098
11099 haiku*)
11100 version_type=linux # correct to gnu/linux during the next big refactor
11101 need_lib_prefix=no
11102 need_version=no
11103 dynamic_linker="$host_os runtime_loader"
11104 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11105 soname_spec='$libname$release$shared_ext$major'
11106 shlibpath_var=LIBRARY_PATH
11107 shlibpath_overrides_runpath=no
11108 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
11109 hardcode_into_libs=yes
11110 ;;
11111
11112 hpux9* | hpux10* | hpux11*)
11113 # Give a soname corresponding to the major version so that dld.sl refuses to
11114 # link against other versions.
11115 version_type=sunos
11116 need_lib_prefix=no
11117 need_version=no
11118 case $host_cpu in
11119 ia64*)
11120 shrext_cmds='.so'
11121 hardcode_into_libs=yes
11122 dynamic_linker="$host_os dld.so"
11123 shlibpath_var=LD_LIBRARY_PATH
11124 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11125 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11126 soname_spec='$libname$release$shared_ext$major'
11127 if test 32 = "$HPUX_IA64_MODE"; then
11128 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11129 sys_lib_dlsearch_path_spec=/usr/lib/hpux32
11130 else
11131 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11132 sys_lib_dlsearch_path_spec=/usr/lib/hpux64
11133 fi
11134 ;;
11135 hppa*64*)
11136 shrext_cmds='.sl'
11137 hardcode_into_libs=yes
11138 dynamic_linker="$host_os dld.sl"
11139 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11140 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11141 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11142 soname_spec='$libname$release$shared_ext$major'
11143 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11144 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11145 ;;
11146 *)
11147 shrext_cmds='.sl'
11148 dynamic_linker="$host_os dld.sl"
11149 shlibpath_var=SHLIB_PATH
11150 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11151 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11152 soname_spec='$libname$release$shared_ext$major'
11153 ;;
11154 esac
11155 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11156 postinstall_cmds='chmod 555 $lib'
11157 # or fails outright, so override atomically:
11158 install_override_mode=555
11159 ;;
11160
11161 interix[3-9]*)
11162 version_type=linux # correct to gnu/linux during the next big refactor
11163 need_lib_prefix=no
11164 need_version=no
11165 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11166 soname_spec='$libname$release$shared_ext$major'
11167 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11168 shlibpath_var=LD_LIBRARY_PATH
11169 shlibpath_overrides_runpath=no
11170 hardcode_into_libs=yes
11171 ;;
11172
11173 irix5* | irix6* | nonstopux*)
11174 case $host_os in
11175 nonstopux*) version_type=nonstopux ;;
11176 *)
11177 if test yes = "$lt_cv_prog_gnu_ld"; then
11178 version_type=linux # correct to gnu/linux during the next big refactor
11179 else
11180 version_type=irix
11181 fi ;;
11182 esac
11183 need_lib_prefix=no
11184 need_version=no
11185 soname_spec='$libname$release$shared_ext$major'
11186 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
11187 case $host_os in
11188 irix5* | nonstopux*)
11189 libsuff= shlibsuff=
11190 ;;
11191 *)
11192 case $LD in # libtool.m4 will add one of these switches to LD
11193 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11194 libsuff= shlibsuff= libmagic=32-bit;;
11195 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11196 libsuff=32 shlibsuff=N32 libmagic=N32;;
11197 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11198 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11199 *) libsuff= shlibsuff= libmagic=never-match;;
11200 esac
11201 ;;
11202 esac
11203 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11204 shlibpath_overrides_runpath=no
11205 sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
11206 sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
11207 hardcode_into_libs=yes
11208 ;;
11209
11210 # No shared lib support for Linux oldld, aout, or coff.
11211 linux*oldld* | linux*aout* | linux*coff*)
11212 dynamic_linker=no
11213 ;;
11214
11215 linux*android*)
11216 version_type=none # Android doesn't support versioned libraries.
11217 need_lib_prefix=no
11218 need_version=no
11219 library_names_spec='$libname$release$shared_ext'
11220 soname_spec='$libname$release$shared_ext'
11221 finish_cmds=
11222 shlibpath_var=LD_LIBRARY_PATH
11223 shlibpath_overrides_runpath=yes
11224
11225 # This implies no fast_install, which is unacceptable.
11226 # Some rework will be needed to allow for fast_install
11227 # before this can be enabled.
11228 hardcode_into_libs=yes
11229
11230 dynamic_linker='Android linker'
11231 # Don't embed -rpath directories since the linker doesn't support them.
11232 hardcode_libdir_flag_spec='-L$libdir'
11233 ;;
11234
11235 # This must be glibc/ELF.
11236 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
11237 version_type=linux # correct to gnu/linux during the next big refactor
11238 need_lib_prefix=no
11239 need_version=no
11240 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11241 soname_spec='$libname$release$shared_ext$major'
11242 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11243 shlibpath_var=LD_LIBRARY_PATH
11244 shlibpath_overrides_runpath=no
11245
11246 # Some binutils ld are patched to set DT_RUNPATH
11247 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
11248 $as_echo_n "(cached) " >&6
11249 else
11250 lt_cv_shlibpath_overrides_runpath=no
11251 save_LDFLAGS=$LDFLAGS
11252 save_libdir=$libdir
11253 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11254 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11256 /* end confdefs.h. */
11257
11258 int
11259 main ()
11260 {
11261
11262 ;
11263 return 0;
11264 }
11265 _ACEOF
11266 if ac_fn_c_try_link "$LINENO"; then :
11267 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11268 lt_cv_shlibpath_overrides_runpath=yes
11269 fi
11270 fi
11271 rm -f core conftest.err conftest.$ac_objext \
11272 conftest$ac_exeext conftest.$ac_ext
11273 LDFLAGS=$save_LDFLAGS
11274 libdir=$save_libdir
11275
11276 fi
11277
11278 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11279
11280 # This implies no fast_install, which is unacceptable.
11281 # Some rework will be needed to allow for fast_install
11282 # before this can be enabled.
11283 hardcode_into_libs=yes
11284
11285 # Ideally, we could use ldconfig to report *all* directores which are
11286 # searched for libraries, however this is still not possible. Aside from not
11287 # being certain /sbin/ldconfig is available, command
11288 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
11289 # even though it is searched at run-time. Try to do the best guess by
11290 # appending ld.so.conf contents (and includes) to the search path.
11291 if test -f /etc/ld.so.conf; then
11292 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
11293 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11294 fi
11295
11296 # We used to test for /lib/ld.so.1 and disable shared libraries on
11297 # powerpc, because MkLinux only supported shared libraries with the
11298 # GNU dynamic linker. Since this was broken with cross compilers,
11299 # most powerpc-linux boxes support dynamic linking these days and
11300 # people can always --disable-shared, the test was removed, and we
11301 # assume the GNU/Linux dynamic linker is in use.
11302 dynamic_linker='GNU/Linux ld.so'
11303 ;;
11304
11305 netbsdelf*-gnu)
11306 version_type=linux
11307 need_lib_prefix=no
11308 need_version=no
11309 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11310 soname_spec='${libname}${release}${shared_ext}$major'
11311 shlibpath_var=LD_LIBRARY_PATH
11312 shlibpath_overrides_runpath=no
11313 hardcode_into_libs=yes
11314 dynamic_linker='NetBSD ld.elf_so'
11315 ;;
11316
11317 netbsd*)
11318 version_type=sunos
11319 need_lib_prefix=no
11320 need_version=no
11321 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11322 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
11323 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11324 dynamic_linker='NetBSD (a.out) ld.so'
11325 else
11326 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11327 soname_spec='$libname$release$shared_ext$major'
11328 dynamic_linker='NetBSD ld.elf_so'
11329 fi
11330 shlibpath_var=LD_LIBRARY_PATH
11331 shlibpath_overrides_runpath=yes
11332 hardcode_into_libs=yes
11333 ;;
11334
11335 newsos6)
11336 version_type=linux # correct to gnu/linux during the next big refactor
11337 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11338 shlibpath_var=LD_LIBRARY_PATH
11339 shlibpath_overrides_runpath=yes
11340 ;;
11341
11342 *nto* | *qnx*)
11343 version_type=qnx
11344 need_lib_prefix=no
11345 need_version=no
11346 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11347 soname_spec='$libname$release$shared_ext$major'
11348 shlibpath_var=LD_LIBRARY_PATH
11349 shlibpath_overrides_runpath=no
11350 hardcode_into_libs=yes
11351 dynamic_linker='ldqnx.so'
11352 ;;
11353
11354 openbsd* | bitrig*)
11355 version_type=sunos
11356 sys_lib_dlsearch_path_spec=/usr/lib
11357 need_lib_prefix=no
11358 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
11359 need_version=no
11360 else
11361 need_version=yes
11362 fi
11363 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
11364 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11365 shlibpath_var=LD_LIBRARY_PATH
11366 shlibpath_overrides_runpath=yes
11367 ;;
11368
11369 os2*)
11370 libname_spec='$name'
11371 version_type=windows
11372 shrext_cmds=.dll
11373 need_version=no
11374 need_lib_prefix=no
11375 # OS/2 can only load a DLL with a base name of 8 characters or less.
11376 soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
11377 v=$($ECHO $release$versuffix | tr -d .-);
11378 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
11379 $ECHO $n$v`$shared_ext'
11380 library_names_spec='${libname}_dll.$libext'
11381 dynamic_linker='OS/2 ld.exe'
11382 shlibpath_var=BEGINLIBPATH
11383 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11384 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11385 postinstall_cmds='base_file=`basename \$file`~
11386 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
11387 dldir=$destdir/`dirname \$dlpath`~
11388 test -d \$dldir || mkdir -p \$dldir~
11389 $install_prog $dir/$dlname \$dldir/$dlname~
11390 chmod a+x \$dldir/$dlname~
11391 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11392 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11393 fi'
11394 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
11395 dlpath=$dir/\$dldll~
11396 $RM \$dlpath'
11397 ;;
11398
11399 osf3* | osf4* | osf5*)
11400 version_type=osf
11401 need_lib_prefix=no
11402 need_version=no
11403 soname_spec='$libname$release$shared_ext$major'
11404 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11405 shlibpath_var=LD_LIBRARY_PATH
11406 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11407 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11408 ;;
11409
11410 rdos*)
11411 dynamic_linker=no
11412 ;;
11413
11414 solaris*)
11415 version_type=linux # correct to gnu/linux during the next big refactor
11416 need_lib_prefix=no
11417 need_version=no
11418 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11419 soname_spec='$libname$release$shared_ext$major'
11420 shlibpath_var=LD_LIBRARY_PATH
11421 shlibpath_overrides_runpath=yes
11422 hardcode_into_libs=yes
11423 # ldd complains unless libraries are executable
11424 postinstall_cmds='chmod +x $lib'
11425 ;;
11426
11427 sunos4*)
11428 version_type=sunos
11429 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
11430 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11431 shlibpath_var=LD_LIBRARY_PATH
11432 shlibpath_overrides_runpath=yes
11433 if test yes = "$with_gnu_ld"; then
11434 need_lib_prefix=no
11435 fi
11436 need_version=yes
11437 ;;
11438
11439 sysv4 | sysv4.3*)
11440 version_type=linux # correct to gnu/linux during the next big refactor
11441 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11442 soname_spec='$libname$release$shared_ext$major'
11443 shlibpath_var=LD_LIBRARY_PATH
11444 case $host_vendor in
11445 sni)
11446 shlibpath_overrides_runpath=no
11447 need_lib_prefix=no
11448 runpath_var=LD_RUN_PATH
11449 ;;
11450 siemens)
11451 need_lib_prefix=no
11452 ;;
11453 motorola)
11454 need_lib_prefix=no
11455 need_version=no
11456 shlibpath_overrides_runpath=no
11457 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11458 ;;
11459 esac
11460 ;;
11461
11462 sysv4*MP*)
11463 if test -d /usr/nec; then
11464 version_type=linux # correct to gnu/linux during the next big refactor
11465 library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
11466 soname_spec='$libname$shared_ext.$major'
11467 shlibpath_var=LD_LIBRARY_PATH
11468 fi
11469 ;;
11470
11471 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11472 version_type=sco
11473 need_lib_prefix=no
11474 need_version=no
11475 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
11476 soname_spec='$libname$release$shared_ext$major'
11477 shlibpath_var=LD_LIBRARY_PATH
11478 shlibpath_overrides_runpath=yes
11479 hardcode_into_libs=yes
11480 if test yes = "$with_gnu_ld"; then
11481 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11482 else
11483 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11484 case $host_os in
11485 sco3.2v5*)
11486 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11487 ;;
11488 esac
11489 fi
11490 sys_lib_dlsearch_path_spec='/usr/lib'
11491 ;;
11492
11493 tpf*)
11494 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11495 version_type=linux # correct to gnu/linux during the next big refactor
11496 need_lib_prefix=no
11497 need_version=no
11498 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11499 shlibpath_var=LD_LIBRARY_PATH
11500 shlibpath_overrides_runpath=no
11501 hardcode_into_libs=yes
11502 ;;
11503
11504 uts4*)
11505 version_type=linux # correct to gnu/linux during the next big refactor
11506 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11507 soname_spec='$libname$release$shared_ext$major'
11508 shlibpath_var=LD_LIBRARY_PATH
11509 ;;
11510
11511 *)
11512 dynamic_linker=no
11513 ;;
11514 esac
11515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11516 $as_echo "$dynamic_linker" >&6; }
11517 test no = "$dynamic_linker" && can_build_shared=no
11518
11519 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11520 if test yes = "$GCC"; then
11521 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11522 fi
11523
11524 if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
11525 sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
11526 fi
11527
11528 if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
11529 sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
11530 fi
11531
11532 # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
11533 configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
11534
11535 # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
11536 func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
11537
11538 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
11539 configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
11540
11541
11542
11543
11544
11545
11546
11547
11548
11549
11550
11551
11552
11553
11554
11555
11556
11557
11558
11559
11560
11561
11562
11563
11564
11565
11566
11567
11568
11569
11570
11571
11572
11573
11574
11575
11576
11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
11599
11600
11601
11602
11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11638 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11639 hardcode_action=
11640 if test -n "$hardcode_libdir_flag_spec" ||
11641 test -n "$runpath_var" ||
11642 test yes = "$hardcode_automatic"; then
11643
11644 # We can hardcode non-existent directories.
11645 if test no != "$hardcode_direct" &&
11646 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11647 # have to relink, otherwise we might link with an installed library
11648 # when we should be linking with a yet-to-be-installed one
11649 ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" &&
11650 test no != "$hardcode_minus_L"; then
11651 # Linking always hardcodes the temporary library directory.
11652 hardcode_action=relink
11653 else
11654 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11655 hardcode_action=immediate
11656 fi
11657 else
11658 # We cannot hardcode anything, or else we can only hardcode existing
11659 # directories.
11660 hardcode_action=unsupported
11661 fi
11662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11663 $as_echo "$hardcode_action" >&6; }
11664
11665 if test relink = "$hardcode_action" ||
11666 test yes = "$inherit_rpath"; then
11667 # Fast installation is not supported
11668 enable_fast_install=no
11669 elif test yes = "$shlibpath_overrides_runpath" ||
11670 test no = "$enable_shared"; then
11671 # Fast installation is not necessary
11672 enable_fast_install=needless
11673 fi
11674
11675
11676
11677
11678
11679
11680 if test yes != "$enable_dlopen"; then
11681 enable_dlopen=unknown
11682 enable_dlopen_self=unknown
11683 enable_dlopen_self_static=unknown
11684 else
11685 lt_cv_dlopen=no
11686 lt_cv_dlopen_libs=
11687
11688 case $host_os in
11689 beos*)
11690 lt_cv_dlopen=load_add_on
11691 lt_cv_dlopen_libs=
11692 lt_cv_dlopen_self=yes
11693 ;;
11694
11695 mingw* | pw32* | cegcc*)
11696 lt_cv_dlopen=LoadLibrary
11697 lt_cv_dlopen_libs=
11698 ;;
11699
11700 cygwin*)
11701 lt_cv_dlopen=dlopen
11702 lt_cv_dlopen_libs=
11703 ;;
11704
11705 darwin*)
11706 # if libdl is installed we need to link against it
11707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11708 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11709 if ${ac_cv_lib_dl_dlopen+:} false; then :
11710 $as_echo_n "(cached) " >&6
11711 else
11712 ac_check_lib_save_LIBS=$LIBS
11713 LIBS="-ldl $LIBS"
11714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11715 /* end confdefs.h. */
11716
11717 /* Override any GCC internal prototype to avoid an error.
11718 Use char because int might match the return type of a GCC
11719 builtin and then its argument prototype would still apply. */
11720 #ifdef __cplusplus
11721 extern "C"
11722 #endif
11723 char dlopen ();
11724 int
11725 main ()
11726 {
11727 return dlopen ();
11728 ;
11729 return 0;
11730 }
11731 _ACEOF
11732 if ac_fn_c_try_link "$LINENO"; then :
11733 ac_cv_lib_dl_dlopen=yes
11734 else
11735 ac_cv_lib_dl_dlopen=no
11736 fi
11737 rm -f core conftest.err conftest.$ac_objext \
11738 conftest$ac_exeext conftest.$ac_ext
11739 LIBS=$ac_check_lib_save_LIBS
11740 fi
11741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11742 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11743 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11744 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
11745 else
11746
11747 lt_cv_dlopen=dyld
11748 lt_cv_dlopen_libs=
11749 lt_cv_dlopen_self=yes
11750
11751 fi
11752
11753 ;;
11754
11755 tpf*)
11756 # Don't try to run any link tests for TPF. We know it's impossible
11757 # because TPF is a cross-compiler, and we know how we open DSOs.
11758 lt_cv_dlopen=dlopen
11759 lt_cv_dlopen_libs=
11760 lt_cv_dlopen_self=no
11761 ;;
11762
11763 *)
11764 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11765 if test "x$ac_cv_func_shl_load" = xyes; then :
11766 lt_cv_dlopen=shl_load
11767 else
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11769 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11770 if ${ac_cv_lib_dld_shl_load+:} false; then :
11771 $as_echo_n "(cached) " >&6
11772 else
11773 ac_check_lib_save_LIBS=$LIBS
11774 LIBS="-ldld $LIBS"
11775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11776 /* end confdefs.h. */
11777
11778 /* Override any GCC internal prototype to avoid an error.
11779 Use char because int might match the return type of a GCC
11780 builtin and then its argument prototype would still apply. */
11781 #ifdef __cplusplus
11782 extern "C"
11783 #endif
11784 char shl_load ();
11785 int
11786 main ()
11787 {
11788 return shl_load ();
11789 ;
11790 return 0;
11791 }
11792 _ACEOF
11793 if ac_fn_c_try_link "$LINENO"; then :
11794 ac_cv_lib_dld_shl_load=yes
11795 else
11796 ac_cv_lib_dld_shl_load=no
11797 fi
11798 rm -f core conftest.err conftest.$ac_objext \
11799 conftest$ac_exeext conftest.$ac_ext
11800 LIBS=$ac_check_lib_save_LIBS
11801 fi
11802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11803 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11804 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11805 lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
11806 else
11807 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11808 if test "x$ac_cv_func_dlopen" = xyes; then :
11809 lt_cv_dlopen=dlopen
11810 else
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11812 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11813 if ${ac_cv_lib_dl_dlopen+:} false; then :
11814 $as_echo_n "(cached) " >&6
11815 else
11816 ac_check_lib_save_LIBS=$LIBS
11817 LIBS="-ldl $LIBS"
11818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11819 /* end confdefs.h. */
11820
11821 /* Override any GCC internal prototype to avoid an error.
11822 Use char because int might match the return type of a GCC
11823 builtin and then its argument prototype would still apply. */
11824 #ifdef __cplusplus
11825 extern "C"
11826 #endif
11827 char dlopen ();
11828 int
11829 main ()
11830 {
11831 return dlopen ();
11832 ;
11833 return 0;
11834 }
11835 _ACEOF
11836 if ac_fn_c_try_link "$LINENO"; then :
11837 ac_cv_lib_dl_dlopen=yes
11838 else
11839 ac_cv_lib_dl_dlopen=no
11840 fi
11841 rm -f core conftest.err conftest.$ac_objext \
11842 conftest$ac_exeext conftest.$ac_ext
11843 LIBS=$ac_check_lib_save_LIBS
11844 fi
11845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11846 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11847 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11848 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
11849 else
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11851 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11852 if ${ac_cv_lib_svld_dlopen+:} false; then :
11853 $as_echo_n "(cached) " >&6
11854 else
11855 ac_check_lib_save_LIBS=$LIBS
11856 LIBS="-lsvld $LIBS"
11857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11858 /* end confdefs.h. */
11859
11860 /* Override any GCC internal prototype to avoid an error.
11861 Use char because int might match the return type of a GCC
11862 builtin and then its argument prototype would still apply. */
11863 #ifdef __cplusplus
11864 extern "C"
11865 #endif
11866 char dlopen ();
11867 int
11868 main ()
11869 {
11870 return dlopen ();
11871 ;
11872 return 0;
11873 }
11874 _ACEOF
11875 if ac_fn_c_try_link "$LINENO"; then :
11876 ac_cv_lib_svld_dlopen=yes
11877 else
11878 ac_cv_lib_svld_dlopen=no
11879 fi
11880 rm -f core conftest.err conftest.$ac_objext \
11881 conftest$ac_exeext conftest.$ac_ext
11882 LIBS=$ac_check_lib_save_LIBS
11883 fi
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11885 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11886 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11887 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
11888 else
11889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11890 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11891 if ${ac_cv_lib_dld_dld_link+:} false; then :
11892 $as_echo_n "(cached) " >&6
11893 else
11894 ac_check_lib_save_LIBS=$LIBS
11895 LIBS="-ldld $LIBS"
11896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11897 /* end confdefs.h. */
11898
11899 /* Override any GCC internal prototype to avoid an error.
11900 Use char because int might match the return type of a GCC
11901 builtin and then its argument prototype would still apply. */
11902 #ifdef __cplusplus
11903 extern "C"
11904 #endif
11905 char dld_link ();
11906 int
11907 main ()
11908 {
11909 return dld_link ();
11910 ;
11911 return 0;
11912 }
11913 _ACEOF
11914 if ac_fn_c_try_link "$LINENO"; then :
11915 ac_cv_lib_dld_dld_link=yes
11916 else
11917 ac_cv_lib_dld_dld_link=no
11918 fi
11919 rm -f core conftest.err conftest.$ac_objext \
11920 conftest$ac_exeext conftest.$ac_ext
11921 LIBS=$ac_check_lib_save_LIBS
11922 fi
11923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11924 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11925 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11926 lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
11927 fi
11928
11929
11930 fi
11931
11932
11933 fi
11934
11935
11936 fi
11937
11938
11939 fi
11940
11941
11942 fi
11943
11944 ;;
11945 esac
11946
11947 if test no = "$lt_cv_dlopen"; then
11948 enable_dlopen=no
11949 else
11950 enable_dlopen=yes
11951 fi
11952
11953 case $lt_cv_dlopen in
11954 dlopen)
11955 save_CPPFLAGS=$CPPFLAGS
11956 test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11957
11958 save_LDFLAGS=$LDFLAGS
11959 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11960
11961 save_LIBS=$LIBS
11962 LIBS="$lt_cv_dlopen_libs $LIBS"
11963
11964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11965 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11966 if ${lt_cv_dlopen_self+:} false; then :
11967 $as_echo_n "(cached) " >&6
11968 else
11969 if test yes = "$cross_compiling"; then :
11970 lt_cv_dlopen_self=cross
11971 else
11972 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11973 lt_status=$lt_dlunknown
11974 cat > conftest.$ac_ext <<_LT_EOF
11975 #line $LINENO "configure"
11976 #include "confdefs.h"
11977
11978 #if HAVE_DLFCN_H
11979 #include <dlfcn.h>
11980 #endif
11981
11982 #include <stdio.h>
11983
11984 #ifdef RTLD_GLOBAL
11985 # define LT_DLGLOBAL RTLD_GLOBAL
11986 #else
11987 # ifdef DL_GLOBAL
11988 # define LT_DLGLOBAL DL_GLOBAL
11989 # else
11990 # define LT_DLGLOBAL 0
11991 # endif
11992 #endif
11993
11994 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11995 find out it does not work in some platform. */
11996 #ifndef LT_DLLAZY_OR_NOW
11997 # ifdef RTLD_LAZY
11998 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11999 # else
12000 # ifdef DL_LAZY
12001 # define LT_DLLAZY_OR_NOW DL_LAZY
12002 # else
12003 # ifdef RTLD_NOW
12004 # define LT_DLLAZY_OR_NOW RTLD_NOW
12005 # else
12006 # ifdef DL_NOW
12007 # define LT_DLLAZY_OR_NOW DL_NOW
12008 # else
12009 # define LT_DLLAZY_OR_NOW 0
12010 # endif
12011 # endif
12012 # endif
12013 # endif
12014 #endif
12015
12016 /* When -fvisibility=hidden is used, assume the code has been annotated
12017 correspondingly for the symbols needed. */
12018 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12019 int fnord () __attribute__((visibility("default")));
12020 #endif
12021
12022 int fnord () { return 42; }
12023 int main ()
12024 {
12025 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12026 int status = $lt_dlunknown;
12027
12028 if (self)
12029 {
12030 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12031 else
12032 {
12033 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12034 else puts (dlerror ());
12035 }
12036 /* dlclose (self); */
12037 }
12038 else
12039 puts (dlerror ());
12040
12041 return status;
12042 }
12043 _LT_EOF
12044 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12045 (eval $ac_link) 2>&5
12046 ac_status=$?
12047 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12048 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
12049 (./conftest; exit; ) >&5 2>/dev/null
12050 lt_status=$?
12051 case x$lt_status in
12052 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12053 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12054 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12055 esac
12056 else :
12057 # compilation failed
12058 lt_cv_dlopen_self=no
12059 fi
12060 fi
12061 rm -fr conftest*
12062
12063
12064 fi
12065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12066 $as_echo "$lt_cv_dlopen_self" >&6; }
12067
12068 if test yes = "$lt_cv_dlopen_self"; then
12069 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12071 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12072 if ${lt_cv_dlopen_self_static+:} false; then :
12073 $as_echo_n "(cached) " >&6
12074 else
12075 if test yes = "$cross_compiling"; then :
12076 lt_cv_dlopen_self_static=cross
12077 else
12078 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12079 lt_status=$lt_dlunknown
12080 cat > conftest.$ac_ext <<_LT_EOF
12081 #line $LINENO "configure"
12082 #include "confdefs.h"
12083
12084 #if HAVE_DLFCN_H
12085 #include <dlfcn.h>
12086 #endif
12087
12088 #include <stdio.h>
12089
12090 #ifdef RTLD_GLOBAL
12091 # define LT_DLGLOBAL RTLD_GLOBAL
12092 #else
12093 # ifdef DL_GLOBAL
12094 # define LT_DLGLOBAL DL_GLOBAL
12095 # else
12096 # define LT_DLGLOBAL 0
12097 # endif
12098 #endif
12099
12100 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12101 find out it does not work in some platform. */
12102 #ifndef LT_DLLAZY_OR_NOW
12103 # ifdef RTLD_LAZY
12104 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12105 # else
12106 # ifdef DL_LAZY
12107 # define LT_DLLAZY_OR_NOW DL_LAZY
12108 # else
12109 # ifdef RTLD_NOW
12110 # define LT_DLLAZY_OR_NOW RTLD_NOW
12111 # else
12112 # ifdef DL_NOW
12113 # define LT_DLLAZY_OR_NOW DL_NOW
12114 # else
12115 # define LT_DLLAZY_OR_NOW 0
12116 # endif
12117 # endif
12118 # endif
12119 # endif
12120 #endif
12121
12122 /* When -fvisibility=hidden is used, assume the code has been annotated
12123 correspondingly for the symbols needed. */
12124 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12125 int fnord () __attribute__((visibility("default")));
12126 #endif
12127
12128 int fnord () { return 42; }
12129 int main ()
12130 {
12131 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12132 int status = $lt_dlunknown;
12133
12134 if (self)
12135 {
12136 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12137 else
12138 {
12139 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12140 else puts (dlerror ());
12141 }
12142 /* dlclose (self); */
12143 }
12144 else
12145 puts (dlerror ());
12146
12147 return status;
12148 }
12149 _LT_EOF
12150 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12151 (eval $ac_link) 2>&5
12152 ac_status=$?
12153 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12154 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
12155 (./conftest; exit; ) >&5 2>/dev/null
12156 lt_status=$?
12157 case x$lt_status in
12158 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12159 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12160 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12161 esac
12162 else :
12163 # compilation failed
12164 lt_cv_dlopen_self_static=no
12165 fi
12166 fi
12167 rm -fr conftest*
12168
12169
12170 fi
12171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12172 $as_echo "$lt_cv_dlopen_self_static" >&6; }
12173 fi
12174
12175 CPPFLAGS=$save_CPPFLAGS
12176 LDFLAGS=$save_LDFLAGS
12177 LIBS=$save_LIBS
12178 ;;
12179 esac
12180
12181 case $lt_cv_dlopen_self in
12182 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12183 *) enable_dlopen_self=unknown ;;
12184 esac
12185
12186 case $lt_cv_dlopen_self_static in
12187 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12188 *) enable_dlopen_self_static=unknown ;;
12189 esac
12190 fi
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
12203
12204
12205
12206
12207
12208 striplib=
12209 old_striplib=
12210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12211 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
12212 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12213 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12214 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12216 $as_echo "yes" >&6; }
12217 else
12218 # FIXME - insert some real tests, host_os isn't really good enough
12219 case $host_os in
12220 darwin*)
12221 if test -n "$STRIP"; then
12222 striplib="$STRIP -x"
12223 old_striplib="$STRIP -S"
12224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12225 $as_echo "yes" >&6; }
12226 else
12227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12228 $as_echo "no" >&6; }
12229 fi
12230 ;;
12231 *)
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12233 $as_echo "no" >&6; }
12234 ;;
12235 esac
12236 fi
12237
12238
12239
12240
12241
12242
12243
12244
12245
12246
12247
12248
12249 # Report what library types will actually be built
12250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12251 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12253 $as_echo "$can_build_shared" >&6; }
12254
12255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12256 $as_echo_n "checking whether to build shared libraries... " >&6; }
12257 test no = "$can_build_shared" && enable_shared=no
12258
12259 # On AIX, shared libraries and static libraries use the same namespace, and
12260 # are all built from PIC.
12261 case $host_os in
12262 aix3*)
12263 test yes = "$enable_shared" && enable_static=no
12264 if test -n "$RANLIB"; then
12265 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12266 postinstall_cmds='$RANLIB $lib'
12267 fi
12268 ;;
12269
12270 aix[4-9]*)
12271 if test ia64 != "$host_cpu"; then
12272 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
12273 yes,aix,yes) ;; # shared object as lib.so file only
12274 yes,svr4,*) ;; # shared object as lib.so archive member only
12275 yes,*) enable_static=no ;; # shared object in lib.a archive as well
12276 esac
12277 fi
12278 ;;
12279 esac
12280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12281 $as_echo "$enable_shared" >&6; }
12282
12283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12284 $as_echo_n "checking whether to build static libraries... " >&6; }
12285 # Make sure either enable_shared or enable_static is yes.
12286 test yes = "$enable_shared" || enable_static=yes
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12288 $as_echo "$enable_static" >&6; }
12289
12290
12291
12292
12293 fi
12294 ac_ext=c
12295 ac_cpp='$CPP $CPPFLAGS'
12296 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12297 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12298 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12299
12300 CC=$lt_save_CC
12301
12302
12303
12304
12305
12306
12307
12308
12309
12310
12311
12312
12313
12314
12315
12316 ac_config_commands="$ac_config_commands libtool"
12317
12318
12319
12320
12321 # Only expand once:
12322
12323
12324 # By default we simply use the C compiler to build assembly code.
12325
12326 test "${CCAS+set}" = set || CCAS=$CC
12327 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
12328
12329
12330
12331 depcc="$CCAS" am_compiler_list=
12332
12333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
12334 $as_echo_n "checking dependency style of $depcc... " >&6; }
12335 if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
12336 $as_echo_n "(cached) " >&6
12337 else
12338 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
12339 # We make a subdir and do the tests there. Otherwise we can end up
12340 # making bogus files that we don't know about and never remove. For
12341 # instance it was reported that on HP-UX the gcc test will end up
12342 # making a dummy file named 'D' -- because '-MD' means "put the output
12343 # in D".
12344 rm -rf conftest.dir
12345 mkdir conftest.dir
12346 # Copy depcomp to subdir because otherwise we won't find it if we're
12347 # using a relative directory.
12348 cp "$am_depcomp" conftest.dir
12349 cd conftest.dir
12350 # We will build objects and dependencies in a subdirectory because
12351 # it helps to detect inapplicable dependency modes. For instance
12352 # both Tru64's cc and ICC support -MD to output dependencies as a
12353 # side effect of compilation, but ICC will put the dependencies in
12354 # the current directory while Tru64 will put them in the object
12355 # directory.
12356 mkdir sub
12357
12358 am_cv_CCAS_dependencies_compiler_type=none
12359 if test "$am_compiler_list" = ""; then
12360 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
12361 fi
12362 am__universal=false
12363
12364
12365 for depmode in $am_compiler_list; do
12366 # Setup a source with many dependencies, because some compilers
12367 # like to wrap large dependency lists on column 80 (with \), and
12368 # we should not choose a depcomp mode which is confused by this.
12369 #
12370 # We need to recreate these files for each test, as the compiler may
12371 # overwrite some of them when testing with obscure command lines.
12372 # This happens at least with the AIX C compiler.
12373 : > sub/conftest.c
12374 for i in 1 2 3 4 5 6; do
12375 echo '#include "conftst'$i'.h"' >> sub/conftest.c
12376 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
12377 # Solaris 10 /bin/sh.
12378 echo '/* dummy */' > sub/conftst$i.h
12379 done
12380 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
12381
12382 # We check with '-c' and '-o' for the sake of the "dashmstdout"
12383 # mode. It turns out that the SunPro C++ compiler does not properly
12384 # handle '-M -o', and we need to detect this. Also, some Intel
12385 # versions had trouble with output in subdirs.
12386 am__obj=sub/conftest.${OBJEXT-o}
12387 am__minus_obj="-o $am__obj"
12388 case $depmode in
12389 gcc)
12390 # This depmode causes a compiler race in universal mode.
12391 test "$am__universal" = false || continue
12392 ;;
12393 nosideeffect)
12394 # After this tag, mechanisms are not by side-effect, so they'll
12395 # only be used when explicitly requested.
12396 if test "x$enable_dependency_tracking" = xyes; then
12397 continue
12398 else
12399 break
12400 fi
12401 ;;
12402 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
12403 # This compiler won't grok '-c -o', but also, the minuso test has
12404 # not run yet. These depmodes are late enough in the game, and
12405 # so weak that their functioning should not be impacted.
12406 am__obj=conftest.${OBJEXT-o}
12407 am__minus_obj=
12408 ;;
12409 none) break ;;
12410 esac
12411 if depmode=$depmode \
12412 source=sub/conftest.c object=$am__obj \
12413 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
12414 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
12415 >/dev/null 2>conftest.err &&
12416 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
12417 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
12418 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
12419 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
12420 # icc doesn't choke on unknown options, it will just issue warnings
12421 # or remarks (even with -Werror). So we grep stderr for any message
12422 # that says an option was ignored or not supported.
12423 # When given -MP, icc 7.0 and 7.1 complain thusly:
12424 # icc: Command line warning: ignoring option '-M'; no argument required
12425 # The diagnosis changed in icc 8.0:
12426 # icc: Command line remark: option '-MP' not supported
12427 if (grep 'ignoring option' conftest.err ||
12428 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
12429 am_cv_CCAS_dependencies_compiler_type=$depmode
12430 break
12431 fi
12432 fi
12433 done
12434
12435 cd ..
12436 rm -rf conftest.dir
12437 else
12438 am_cv_CCAS_dependencies_compiler_type=none
12439 fi
12440
12441 fi
12442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
12443 $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
12444 CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
12445
12446 if
12447 test "x$enable_dependency_tracking" != xno \
12448 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
12449 am__fastdepCCAS_TRUE=
12450 am__fastdepCCAS_FALSE='#'
12451 else
12452 am__fastdepCCAS_TRUE='#'
12453 am__fastdepCCAS_FALSE=
12454 fi
12455
12456
12457
12458
12459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking zfs author" >&5
12460 $as_echo_n "checking zfs author... " >&6; }
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ZFS_META_AUTHOR" >&5
12462 $as_echo "$ZFS_META_AUTHOR" >&6; }
12463
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking zfs license" >&5
12465 $as_echo_n "checking zfs license... " >&6; }
12466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ZFS_META_LICENSE" >&5
12467 $as_echo "$ZFS_META_LICENSE" >&6; }
12468
12469
12470
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linux distribution" >&5
12472 $as_echo_n "checking linux distribution... " >&6; }
12473 if test -f /etc/toss-release ; then
12474 VENDOR=toss ;
12475 elif test -f /etc/fedora-release ; then
12476 VENDOR=fedora ;
12477 elif test -f /etc/redhat-release ; then
12478 VENDOR=redhat ;
12479 elif test -f /etc/gentoo-release ; then
12480 VENDOR=gentoo ;
12481 elif test -f /etc/arch-release ; then
12482 VENDOR=arch ;
12483 elif test -f /etc/SuSE-release ; then
12484 VENDOR=sles ;
12485 elif test -f /etc/slackware-version ; then
12486 VENDOR=slackware ;
12487 elif test -f /etc/lunar.release ; then
12488 VENDOR=lunar ;
12489 elif test -f /etc/lsb-release ; then
12490 VENDOR=ubuntu ;
12491 elif test -f /etc/debian_version ; then
12492 VENDOR=debian ;
12493 else
12494 VENDOR= ;
12495 fi
12496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VENDOR" >&5
12497 $as_echo "$VENDOR" >&6; }
12498
12499
12500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking default package type" >&5
12501 $as_echo_n "checking default package type... " >&6; }
12502 case "$VENDOR" in
12503 toss) DEFAULT_PACKAGE=rpm ;;
12504 redhat) DEFAULT_PACKAGE=rpm ;;
12505 fedora) DEFAULT_PACKAGE=rpm ;;
12506 gentoo) DEFAULT_PACKAGE=tgz ;;
12507 arch) DEFAULT_PACKAGE=tgz ;;
12508 sles) DEFAULT_PACKAGE=rpm ;;
12509 slackware) DEFAULT_PACKAGE=tgz ;;
12510 lunar) DEFAULT_PACKAGE=tgz ;;
12511 ubuntu) DEFAULT_PACKAGE=deb ;;
12512 debian) DEFAULT_PACKAGE=deb ;;
12513 *) DEFAULT_PACKAGE=rpm ;;
12514 esac
12515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DEFAULT_PACKAGE" >&5
12516 $as_echo "$DEFAULT_PACKAGE" >&6; }
12517
12518
12519 DEFAULT_INIT_DIR=$sysconfdir/init.d
12520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking default init directory" >&5
12521 $as_echo_n "checking default init directory... " >&6; }
12522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DEFAULT_INIT_DIR" >&5
12523 $as_echo "$DEFAULT_INIT_DIR" >&6; }
12524
12525
12526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking default init script type" >&5
12527 $as_echo_n "checking default init script type... " >&6; }
12528 case "$VENDOR" in
12529 toss) DEFAULT_INIT_SCRIPT=redhat ;;
12530 redhat) DEFAULT_INIT_SCRIPT=redhat ;;
12531 fedora) DEFAULT_INIT_SCRIPT=fedora ;;
12532 gentoo) DEFAULT_INIT_SCRIPT=gentoo ;;
12533 arch) DEFAULT_INIT_SCRIPT=lsb ;;
12534 sles) DEFAULT_INIT_SCRIPT=lsb ;;
12535 slackware) DEFAULT_INIT_SCRIPT=lsb ;;
12536 lunar) DEFAULT_INIT_SCRIPT=lunar ;;
12537 ubuntu) DEFAULT_INIT_SCRIPT=lsb ;;
12538 debian) DEFAULT_INIT_SCRIPT=lsb ;;
12539 *) DEFAULT_INIT_SCRIPT=lsb ;;
12540 esac
12541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DEFAULT_INIT_SCRIPT" >&5
12542 $as_echo "$DEFAULT_INIT_SCRIPT" >&6; }
12543
12544
12545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking default init config direectory" >&5
12546 $as_echo_n "checking default init config direectory... " >&6; }
12547 case "$VENDOR" in
12548 gentoo) DEFAULT_INITCONF_DIR=/etc/conf.d ;;
12549 toss) DEFAULT_INITCONF_DIR=/etc/sysconfig ;;
12550 redhat) DEFAULT_INITCONF_DIR=/etc/sysconfig ;;
12551 fedora) DEFAULT_INITCONF_DIR=/etc/sysconfig ;;
12552 sles) DEFAULT_INITCONF_DIR=/etc/sysconfig ;;
12553 ubuntu) DEFAULT_INITCONF_DIR=/etc/default ;;
12554 debian) DEFAULT_INITCONF_DIR=/etc/default ;;
12555 *) DEFAULT_INITCONF_DIR=/etc/default ;;
12556 esac
12557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DEFAULT_INITCONF_DIR" >&5
12558 $as_echo "$DEFAULT_INITCONF_DIR" >&6; }
12559
12560
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether initramfs-tools is available" >&5
12562 $as_echo_n "checking whether initramfs-tools is available... " >&6; }
12563 if test -d /usr/share/initramfs-tools ; then
12564 DEFINE_INITRAMFS='--define "_initramfs 1"'
12565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12566 $as_echo "yes" >&6; }
12567 else
12568 DEFINE_INITRAMFS=''
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12570 $as_echo "no" >&6; }
12571 fi
12572
12573
12574
12575 RPM=rpm
12576 RPMBUILD=rpmbuild
12577
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $RPM is available" >&5
12579 $as_echo_n "checking whether $RPM is available... " >&6; }
12580 if tmp=$($RPM --version 2>/dev/null); then :
12581
12582 RPM_VERSION=$(echo $tmp | $AWK '/RPM/ { print $3 }')
12583 HAVE_RPM=yes
12584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_RPM ($RPM_VERSION)" >&5
12585 $as_echo "$HAVE_RPM ($RPM_VERSION)" >&6; }
12586
12587 else
12588
12589 HAVE_RPM=no
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_RPM" >&5
12591 $as_echo "$HAVE_RPM" >&6; }
12592
12593 fi
12594
12595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $RPMBUILD is available" >&5
12596 $as_echo_n "checking whether $RPMBUILD is available... " >&6; }
12597 if tmp=$($RPMBUILD --version 2>/dev/null); then :
12598
12599 RPMBUILD_VERSION=$(echo $tmp | $AWK '/RPM/ { print $3 }')
12600 HAVE_RPMBUILD=yes
12601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_RPMBUILD ($RPMBUILD_VERSION)" >&5
12602 $as_echo "$HAVE_RPMBUILD ($RPMBUILD_VERSION)" >&6; }
12603
12604 else
12605
12606 HAVE_RPMBUILD=no
12607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_RPMBUILD" >&5
12608 $as_echo "$HAVE_RPMBUILD" >&6; }
12609
12610 fi
12611
12612 RPM_DEFINE_COMMON='--define "$(DEBUG_ZFS) 1" --define "$(DEBUG_DMU_TX) 1"'
12613 RPM_DEFINE_UTIL='--define "_dracutdir $(dracutdir)" --define "_udevdir $(udevdir)" --define "_udevruledir $(udevruledir)" --define "_initconfdir $(DEFAULT_INITCONF_DIR)" $(DEFINE_INITRAMFS)'
12614 RPM_DEFINE_KMOD='--define "kernels $(LINUX_VERSION)" --define "require_spldir $(SPL)" --define "require_splobj $(SPL_OBJ)" --define "ksrc $(LINUX)" --define "kobj $(LINUX_OBJ)"'
12615 RPM_DEFINE_DKMS=
12616
12617 SRPM_DEFINE_COMMON='--define "build_src_rpm 1"'
12618 SRPM_DEFINE_UTIL=
12619 SRPM_DEFINE_KMOD=
12620 SRPM_DEFINE_DKMS=
12621
12622 RPM_SPEC_DIR="rpm/generic"
12623
12624 # Check whether --with-spec was given.
12625 if test "${with_spec+set}" = set; then :
12626 withval=$with_spec; RPM_SPEC_DIR="rpm/$withval"
12627 fi
12628
12629
12630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether spec files are available" >&5
12631 $as_echo_n "checking whether spec files are available... " >&6; }
12632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($RPM_SPEC_DIR/*.spec.in)" >&5
12633 $as_echo "yes ($RPM_SPEC_DIR/*.spec.in)" >&6; }
12634
12635
12636
12637
12638
12639
12640
12641
12642
12643
12644
12645
12646
12647
12648
12649
12650
12651
12652
12653
12654 DPKG=dpkg
12655 DPKGBUILD=dpkg-buildpackage
12656
12657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $DPKG is available" >&5
12658 $as_echo_n "checking whether $DPKG is available... " >&6; }
12659 if tmp=$($DPKG --version 2>/dev/null); then :
12660
12661 DPKG_VERSION=$(echo $tmp | $AWK '/Debian/ { print $7 }')
12662 HAVE_DPKG=yes
12663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_DPKG ($DPKG_VERSION)" >&5
12664 $as_echo "$HAVE_DPKG ($DPKG_VERSION)" >&6; }
12665
12666 else
12667
12668 HAVE_DPKG=no
12669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_DPKG" >&5
12670 $as_echo "$HAVE_DPKG" >&6; }
12671
12672 fi
12673
12674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $DPKGBUILD is available" >&5
12675 $as_echo_n "checking whether $DPKGBUILD is available... " >&6; }
12676 if tmp=$($DPKGBUILD --version 2>/dev/null); then :
12677
12678 DPKGBUILD_VERSION=$(echo $tmp | \
12679 $AWK '/Debian/ { print $4 }' | cut -f-4 -d'.')
12680 HAVE_DPKGBUILD=yes
12681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_DPKGBUILD ($DPKGBUILD_VERSION)" >&5
12682 $as_echo "$HAVE_DPKGBUILD ($DPKGBUILD_VERSION)" >&6; }
12683
12684 else
12685
12686 HAVE_DPKGBUILD=no
12687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_DPKGBUILD" >&5
12688 $as_echo "$HAVE_DPKGBUILD" >&6; }
12689
12690 fi
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701 ALIEN=alien
12702
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ALIEN is available" >&5
12704 $as_echo_n "checking whether $ALIEN is available... " >&6; }
12705 if tmp=$($ALIEN --version 2>/dev/null); then :
12706
12707 ALIEN_VERSION=$(echo $tmp | $AWK '{ print $3 }')
12708 HAVE_ALIEN=yes
12709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_ALIEN ($ALIEN_VERSION)" >&5
12710 $as_echo "$HAVE_ALIEN ($ALIEN_VERSION)" >&6; }
12711
12712 else
12713
12714 HAVE_ALIEN=no
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_ALIEN" >&5
12716 $as_echo "$HAVE_ALIEN" >&6; }
12717
12718 fi
12719
12720
12721
12722
12723
12724
12725
12726 TARGET_ASM_DIR=asm-generic
12727
12728
12729 ZFS_CONFIG=all
12730
12731 # Check whether --with-config was given.
12732 if test "${with_config+set}" = set; then :
12733 withval=$with_config; ZFS_CONFIG="$withval"
12734 fi
12735
12736 # Check whether --enable-linux-builtin was given.
12737 if test "${enable_linux_builtin+set}" = set; then :
12738 enableval=$enable_linux_builtin;
12739 else
12740 enable_linux_builtin=no
12741 fi
12742
12743
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking zfs config" >&5
12745 $as_echo_n "checking zfs config... " >&6; }
12746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ZFS_CONFIG" >&5
12747 $as_echo "$ZFS_CONFIG" >&6; };
12748
12749
12750
12751
12752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -Wno-unused-but-set-variable support" >&5
12753 $as_echo_n "checking for -Wno-unused-but-set-variable support... " >&6; }
12754
12755 saved_flags="$CFLAGS"
12756 CFLAGS="$CFLAGS -Wunused-but-set-variable"
12757
12758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12759 /* end confdefs.h. */
12760
12761 int
12762 main ()
12763 {
12764
12765 ;
12766 return 0;
12767 }
12768 _ACEOF
12769 if ac_fn_c_try_compile "$LINENO"; then :
12770
12771 NO_UNUSED_BUT_SET_VARIABLE=-Wno-unused-but-set-variable
12772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12773 $as_echo "yes" >&6; }
12774
12775 else
12776
12777 NO_UNUSED_BUT_SET_VARIABLE=
12778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12779 $as_echo "no" >&6; }
12780
12781 fi
12782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12783
12784 CFLAGS="$saved_flags"
12785
12786
12787
12788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -Wno-bool-compare support" >&5
12789 $as_echo_n "checking for -Wno-bool-compare support... " >&6; }
12790
12791 saved_flags="$CFLAGS"
12792 CFLAGS="$CFLAGS -Wbool-compare"
12793
12794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12795 /* end confdefs.h. */
12796
12797 int
12798 main ()
12799 {
12800
12801 ;
12802 return 0;
12803 }
12804 _ACEOF
12805 if ac_fn_c_try_compile "$LINENO"; then :
12806
12807 NO_BOOL_COMPARE=-Wno-bool-compare
12808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12809 $as_echo "yes" >&6; }
12810
12811 else
12812
12813 NO_BOOL_COMPARE=
12814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12815 $as_echo "no" >&6; }
12816
12817 fi
12818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12819
12820 CFLAGS="$saved_flags"
12821
12822
12823
12824
12825 case "$ZFS_CONFIG" in
12826 user)
12827
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dkms.conf file" >&5
12829 $as_echo_n "checking for dkms.conf file... " >&6; }
12830 if test -e dkms.conf; then :
12831
12832 as_fn_error $? "
12833 *** ZFS should not be manually built in the DKMS source tree.
12834 *** Remove all ZFS packages before compiling the ZoL sources.
12835 *** Running \"make install\" breaks ZFS packages." "$LINENO" 5
12836
12837 else
12838
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12840 $as_echo "not found" >&6; }
12841
12842 fi
12843
12844
12845
12846 # Check whether --with-mounthelperdir was given.
12847 if test "${with_mounthelperdir+set}" = set; then :
12848 withval=$with_mounthelperdir; mounthelperdir=$withval
12849 else
12850 mounthelperdir=/sbin
12851 fi
12852
12853
12854
12855
12856
12857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev directories" >&5
12858 $as_echo_n "checking for udev directories... " >&6; }
12859
12860 # Check whether --with-udevdir was given.
12861 if test "${with_udevdir+set}" = set; then :
12862 withval=$with_udevdir; udevdir=$withval
12863 else
12864 udevdir=check
12865 fi
12866
12867
12868 if test "x$udevdir" = xcheck; then :
12869
12870 path1=/lib/udev
12871 path2=/usr/lib/udev
12872 default=$path2
12873
12874 if test -d "$path1"; then :
12875 udevdir="$path1"
12876 else
12877
12878 if test -d "$path2"; then :
12879 udevdir="$path2"
12880 else
12881 udevdir="$default"
12882 fi
12883
12884 fi
12885
12886 fi
12887
12888
12889 # Check whether --with-udevruledir was given.
12890 if test "${with_udevruledir+set}" = set; then :
12891 withval=$with_udevruledir; udevruledir=$withval
12892 else
12893 udevruledir="${udevdir}/rules.d"
12894 fi
12895
12896
12897
12898
12899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $udevdir;$udevruledir" >&5
12900 $as_echo "$udevdir;$udevruledir" >&6; }
12901
12902
12903 # Check whether --enable-systemd was given.
12904 if test "${enable_systemd+set}" = set; then :
12905 enableval=$enable_systemd;
12906 else
12907 enable_systemd=yes
12908 fi
12909
12910
12911
12912 # Check whether --with-systemdunitdir was given.
12913 if test "${with_systemdunitdir+set}" = set; then :
12914 withval=$with_systemdunitdir; systemdunitdir=$withval
12915 else
12916 systemdunitdir=/usr/lib/systemd/system
12917 fi
12918
12919
12920
12921 # Check whether --with-systemdpresetdir was given.
12922 if test "${with_systemdpresetdir+set}" = set; then :
12923 withval=$with_systemdpresetdir; systemdpresetdir=$withval
12924 else
12925 systemdpresetdir=/usr/lib/systemd/system-preset
12926 fi
12927
12928
12929
12930 # Check whether --with-systemdmodulesloaddir was given.
12931 if test "${with_systemdmodulesloaddir+set}" = set; then :
12932 withval=$with_systemdmodulesloaddir; systemdmoduleloaddir=$withval
12933 else
12934 systemdmodulesloaddir=/usr/lib/modules-load.d
12935 fi
12936
12937
12938
12939 if test "x$enable_systemd" = xyes; then :
12940
12941 ZFS_INIT_SYSTEMD=systemd
12942 ZFS_MODULE_LOAD=modules-load.d
12943 modulesloaddir=$systemdmodulesloaddir
12944
12945 fi
12946
12947
12948
12949
12950
12951
12952
12953
12954 # Check whether --enable-sysvinit was given.
12955 if test "${enable_sysvinit+set}" = set; then :
12956 enableval=$enable_sysvinit;
12957 else
12958 enable_sysvinit=yes
12959 fi
12960
12961
12962 if test "x$enable_sysvinit" = xyes; then :
12963 ZFS_INIT_SYSV=init.d
12964 fi
12965
12966
12967
12968
12969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dracut directory" >&5
12970 $as_echo_n "checking for dracut directory... " >&6; }
12971
12972 # Check whether --with-dracutdir was given.
12973 if test "${with_dracutdir+set}" = set; then :
12974 withval=$with_dracutdir; dracutdir=$withval
12975 else
12976 dracutdir=check
12977 fi
12978
12979
12980 if test "x$dracutdir" = xcheck; then :
12981
12982 path1=/usr/share/dracut
12983 path2=/usr/lib/dracut
12984 default=$path2
12985
12986 if test -d "$path1"; then :
12987 dracutdir="$path1"
12988 else
12989
12990 if test -d "$path2"; then :
12991 dracutdir="$path2"
12992 else
12993 dracutdir="$default"
12994 fi
12995
12996 fi
12997
12998 fi
12999
13000
13001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dracutdir" >&5
13002 $as_echo "$dracutdir" >&6; }
13003
13004
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for target asm dir" >&5
13006 $as_echo_n "checking for target asm dir... " >&6; }
13007 TARGET_ARCH=`echo ${target_cpu} | sed -e s/i.86/i386/`
13008
13009 case $TARGET_ARCH in
13010 i386|x86_64)
13011 TARGET_ASM_DIR=asm-${TARGET_ARCH}
13012 ;;
13013 *)
13014 TARGET_ASM_DIR=asm-generic
13015 ;;
13016 esac
13017
13018
13019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TARGET_ASM_DIR" >&5
13020 $as_echo "$TARGET_ASM_DIR" >&6; }
13021
13022
13023 ZLIB=
13024
13025 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13026 if test "x$ac_cv_header_zlib_h" = xyes; then :
13027
13028 else
13029 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13030 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13031 as_fn_error $? "
13032 *** zlib.h missing, zlib-devel package required
13033 See \`config.log' for more details" "$LINENO" 5; }
13034 fi
13035
13036
13037
13038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compress2 in -lz" >&5
13039 $as_echo_n "checking for compress2 in -lz... " >&6; }
13040 if ${ac_cv_lib_z_compress2+:} false; then :
13041 $as_echo_n "(cached) " >&6
13042 else
13043 ac_check_lib_save_LIBS=$LIBS
13044 LIBS="-lz $LIBS"
13045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13046 /* end confdefs.h. */
13047
13048 /* Override any GCC internal prototype to avoid an error.
13049 Use char because int might match the return type of a GCC
13050 builtin and then its argument prototype would still apply. */
13051 #ifdef __cplusplus
13052 extern "C"
13053 #endif
13054 char compress2 ();
13055 int
13056 main ()
13057 {
13058 return compress2 ();
13059 ;
13060 return 0;
13061 }
13062 _ACEOF
13063 if ac_fn_c_try_link "$LINENO"; then :
13064 ac_cv_lib_z_compress2=yes
13065 else
13066 ac_cv_lib_z_compress2=no
13067 fi
13068 rm -f core conftest.err conftest.$ac_objext \
13069 conftest$ac_exeext conftest.$ac_ext
13070 LIBS=$ac_check_lib_save_LIBS
13071 fi
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_compress2" >&5
13073 $as_echo "$ac_cv_lib_z_compress2" >&6; }
13074 if test "x$ac_cv_lib_z_compress2" = xyes; then :
13075 cat >>confdefs.h <<_ACEOF
13076 #define HAVE_LIBZ 1
13077 _ACEOF
13078
13079 LIBS="-lz $LIBS"
13080
13081 else
13082 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13083 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13084 as_fn_error $? "
13085 *** compress2() missing, zlib-devel package required
13086 See \`config.log' for more details" "$LINENO" 5; }
13087 fi
13088
13089
13090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uncompress in -lz" >&5
13091 $as_echo_n "checking for uncompress in -lz... " >&6; }
13092 if ${ac_cv_lib_z_uncompress+:} false; then :
13093 $as_echo_n "(cached) " >&6
13094 else
13095 ac_check_lib_save_LIBS=$LIBS
13096 LIBS="-lz $LIBS"
13097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13098 /* end confdefs.h. */
13099
13100 /* Override any GCC internal prototype to avoid an error.
13101 Use char because int might match the return type of a GCC
13102 builtin and then its argument prototype would still apply. */
13103 #ifdef __cplusplus
13104 extern "C"
13105 #endif
13106 char uncompress ();
13107 int
13108 main ()
13109 {
13110 return uncompress ();
13111 ;
13112 return 0;
13113 }
13114 _ACEOF
13115 if ac_fn_c_try_link "$LINENO"; then :
13116 ac_cv_lib_z_uncompress=yes
13117 else
13118 ac_cv_lib_z_uncompress=no
13119 fi
13120 rm -f core conftest.err conftest.$ac_objext \
13121 conftest$ac_exeext conftest.$ac_ext
13122 LIBS=$ac_check_lib_save_LIBS
13123 fi
13124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_uncompress" >&5
13125 $as_echo "$ac_cv_lib_z_uncompress" >&6; }
13126 if test "x$ac_cv_lib_z_uncompress" = xyes; then :
13127 cat >>confdefs.h <<_ACEOF
13128 #define HAVE_LIBZ 1
13129 _ACEOF
13130
13131 LIBS="-lz $LIBS"
13132
13133 else
13134 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13135 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13136 as_fn_error $? "
13137 *** uncompress() missing, zlib-devel package required
13138 See \`config.log' for more details" "$LINENO" 5; }
13139 fi
13140
13141
13142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for crc32 in -lz" >&5
13143 $as_echo_n "checking for crc32 in -lz... " >&6; }
13144 if ${ac_cv_lib_z_crc32+:} false; then :
13145 $as_echo_n "(cached) " >&6
13146 else
13147 ac_check_lib_save_LIBS=$LIBS
13148 LIBS="-lz $LIBS"
13149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13150 /* end confdefs.h. */
13151
13152 /* Override any GCC internal prototype to avoid an error.
13153 Use char because int might match the return type of a GCC
13154 builtin and then its argument prototype would still apply. */
13155 #ifdef __cplusplus
13156 extern "C"
13157 #endif
13158 char crc32 ();
13159 int
13160 main ()
13161 {
13162 return crc32 ();
13163 ;
13164 return 0;
13165 }
13166 _ACEOF
13167 if ac_fn_c_try_link "$LINENO"; then :
13168 ac_cv_lib_z_crc32=yes
13169 else
13170 ac_cv_lib_z_crc32=no
13171 fi
13172 rm -f core conftest.err conftest.$ac_objext \
13173 conftest$ac_exeext conftest.$ac_ext
13174 LIBS=$ac_check_lib_save_LIBS
13175 fi
13176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_crc32" >&5
13177 $as_echo "$ac_cv_lib_z_crc32" >&6; }
13178 if test "x$ac_cv_lib_z_crc32" = xyes; then :
13179 cat >>confdefs.h <<_ACEOF
13180 #define HAVE_LIBZ 1
13181 _ACEOF
13182
13183 LIBS="-lz $LIBS"
13184
13185 else
13186 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13187 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13188 as_fn_error $? "
13189 *** crc32() missing, zlib-devel package required
13190 See \`config.log' for more details" "$LINENO" 5; }
13191 fi
13192
13193
13194 ZLIB="-lz"
13195
13196
13197 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
13198
13199
13200
13201 LIBUUID=
13202
13203 ac_fn_c_check_header_mongrel "$LINENO" "uuid/uuid.h" "ac_cv_header_uuid_uuid_h" "$ac_includes_default"
13204 if test "x$ac_cv_header_uuid_uuid_h" = xyes; then :
13205
13206 else
13207 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13208 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13209 as_fn_error $? "
13210 *** uuid/uuid.h missing, libuuid-devel package required
13211 See \`config.log' for more details" "$LINENO" 5; }
13212 fi
13213
13214
13215
13216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_generate in -luuid" >&5
13217 $as_echo_n "checking for uuid_generate in -luuid... " >&6; }
13218 if ${ac_cv_lib_uuid_uuid_generate+:} false; then :
13219 $as_echo_n "(cached) " >&6
13220 else
13221 ac_check_lib_save_LIBS=$LIBS
13222 LIBS="-luuid $LIBS"
13223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13224 /* end confdefs.h. */
13225
13226 /* Override any GCC internal prototype to avoid an error.
13227 Use char because int might match the return type of a GCC
13228 builtin and then its argument prototype would still apply. */
13229 #ifdef __cplusplus
13230 extern "C"
13231 #endif
13232 char uuid_generate ();
13233 int
13234 main ()
13235 {
13236 return uuid_generate ();
13237 ;
13238 return 0;
13239 }
13240 _ACEOF
13241 if ac_fn_c_try_link "$LINENO"; then :
13242 ac_cv_lib_uuid_uuid_generate=yes
13243 else
13244 ac_cv_lib_uuid_uuid_generate=no
13245 fi
13246 rm -f core conftest.err conftest.$ac_objext \
13247 conftest$ac_exeext conftest.$ac_ext
13248 LIBS=$ac_check_lib_save_LIBS
13249 fi
13250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate" >&5
13251 $as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; }
13252 if test "x$ac_cv_lib_uuid_uuid_generate" = xyes; then :
13253 cat >>confdefs.h <<_ACEOF
13254 #define HAVE_LIBUUID 1
13255 _ACEOF
13256
13257 LIBS="-luuid $LIBS"
13258
13259 else
13260 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13261 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13262 as_fn_error $? "
13263 *** uuid_generate() missing, libuuid-devel package required
13264 See \`config.log' for more details" "$LINENO" 5; }
13265 fi
13266
13267
13268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_is_null in -luuid" >&5
13269 $as_echo_n "checking for uuid_is_null in -luuid... " >&6; }
13270 if ${ac_cv_lib_uuid_uuid_is_null+:} false; then :
13271 $as_echo_n "(cached) " >&6
13272 else
13273 ac_check_lib_save_LIBS=$LIBS
13274 LIBS="-luuid $LIBS"
13275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13276 /* end confdefs.h. */
13277
13278 /* Override any GCC internal prototype to avoid an error.
13279 Use char because int might match the return type of a GCC
13280 builtin and then its argument prototype would still apply. */
13281 #ifdef __cplusplus
13282 extern "C"
13283 #endif
13284 char uuid_is_null ();
13285 int
13286 main ()
13287 {
13288 return uuid_is_null ();
13289 ;
13290 return 0;
13291 }
13292 _ACEOF
13293 if ac_fn_c_try_link "$LINENO"; then :
13294 ac_cv_lib_uuid_uuid_is_null=yes
13295 else
13296 ac_cv_lib_uuid_uuid_is_null=no
13297 fi
13298 rm -f core conftest.err conftest.$ac_objext \
13299 conftest$ac_exeext conftest.$ac_ext
13300 LIBS=$ac_check_lib_save_LIBS
13301 fi
13302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_is_null" >&5
13303 $as_echo "$ac_cv_lib_uuid_uuid_is_null" >&6; }
13304 if test "x$ac_cv_lib_uuid_uuid_is_null" = xyes; then :
13305 cat >>confdefs.h <<_ACEOF
13306 #define HAVE_LIBUUID 1
13307 _ACEOF
13308
13309 LIBS="-luuid $LIBS"
13310
13311 else
13312 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13313 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13314 as_fn_error $? "
13315 *** uuid_is_null() missing, libuuid-devel package required
13316 See \`config.log' for more details" "$LINENO" 5; }
13317 fi
13318
13319
13320 LIBUUID="-luuid"
13321
13322
13323 $as_echo "#define HAVE_LIBUUID 1" >>confdefs.h
13324
13325
13326
13327
13328 # Check whether --with-blkid was given.
13329 if test "${with_blkid+set}" = set; then :
13330 withval=$with_blkid;
13331 else
13332 with_blkid=check
13333 fi
13334
13335
13336 LIBBLKID=
13337 if test "x$with_blkid" = xyes; then :
13338
13339 LIBBLKID="-lblkid"
13340
13341
13342 $as_echo "#define HAVE_LIBBLKID 1" >>confdefs.h
13343
13344
13345 fi
13346
13347 if test "x$with_blkid" = xcheck; then :
13348
13349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for blkid_get_cache in -lblkid" >&5
13350 $as_echo_n "checking for blkid_get_cache in -lblkid... " >&6; }
13351 if ${ac_cv_lib_blkid_blkid_get_cache+:} false; then :
13352 $as_echo_n "(cached) " >&6
13353 else
13354 ac_check_lib_save_LIBS=$LIBS
13355 LIBS="-lblkid $LIBS"
13356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13357 /* end confdefs.h. */
13358
13359 /* Override any GCC internal prototype to avoid an error.
13360 Use char because int might match the return type of a GCC
13361 builtin and then its argument prototype would still apply. */
13362 #ifdef __cplusplus
13363 extern "C"
13364 #endif
13365 char blkid_get_cache ();
13366 int
13367 main ()
13368 {
13369 return blkid_get_cache ();
13370 ;
13371 return 0;
13372 }
13373 _ACEOF
13374 if ac_fn_c_try_link "$LINENO"; then :
13375 ac_cv_lib_blkid_blkid_get_cache=yes
13376 else
13377 ac_cv_lib_blkid_blkid_get_cache=no
13378 fi
13379 rm -f core conftest.err conftest.$ac_objext \
13380 conftest$ac_exeext conftest.$ac_ext
13381 LIBS=$ac_check_lib_save_LIBS
13382 fi
13383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blkid_blkid_get_cache" >&5
13384 $as_echo "$ac_cv_lib_blkid_blkid_get_cache" >&6; }
13385 if test "x$ac_cv_lib_blkid_blkid_get_cache" = xyes; then :
13386
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for blkid zfs support" >&5
13388 $as_echo_n "checking for blkid zfs support... " >&6; }
13389
13390 ZFS_DEV=`mktemp`
13391 truncate -s 64M $ZFS_DEV
13392 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
13393 dd of=$ZFS_DEV bs=1k count=8 \
13394 seek=128 conv=notrunc &>/dev/null \
13395 >/dev/null 2>/dev/null
13396 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
13397 dd of=$ZFS_DEV bs=1k count=8 \
13398 seek=132 conv=notrunc &>/dev/null \
13399 >/dev/null 2>/dev/null
13400 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
13401 dd of=$ZFS_DEV bs=1k count=8 \
13402 seek=136 conv=notrunc &>/dev/null \
13403 >/dev/null 2>/dev/null
13404 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
13405 dd of=$ZFS_DEV bs=1k count=8 \
13406 seek=140 conv=notrunc &>/dev/null \
13407 >/dev/null 2>/dev/null
13408
13409 saved_LIBS="$LIBS"
13410 LIBS="-lblkid"
13411
13412 if test "$cross_compiling" = yes; then :
13413 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13414 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13415 as_fn_error $? "cannot run test program while cross compiling
13416 See \`config.log' for more details" "$LINENO" 5; }
13417 else
13418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13419 /* end confdefs.h. */
13420
13421 #include <stdio.h>
13422 #include <stdlib.h>
13423 #include <blkid/blkid.h>
13424
13425 int
13426 main ()
13427 {
13428
13429 blkid_cache cache;
13430 char *value;
13431
13432 if (blkid_get_cache(&cache, NULL) < 0)
13433 return 1;
13434
13435 value = blkid_get_tag_value(cache, "TYPE",
13436 "$ZFS_DEV");
13437 if (!value) {
13438 blkid_put_cache(cache);
13439 return 2;
13440 }
13441
13442 if (strcmp(value, "zfs_member")) {
13443 free(value);
13444 blkid_put_cache(cache);
13445 return 0;
13446 }
13447
13448 free(value);
13449 blkid_put_cache(cache);
13450
13451 ;
13452 return 0;
13453 }
13454 _ACEOF
13455 if ac_fn_c_try_run "$LINENO"; then :
13456
13457 rm -f $ZFS_DEV
13458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13459 $as_echo "yes" >&6; }
13460 LIBBLKID="-lblkid"
13461
13462
13463 $as_echo "#define HAVE_LIBBLKID 1" >>confdefs.h
13464
13465
13466 else
13467
13468 rm -f $ZFS_DEV
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13470 $as_echo "no" >&6; }
13471 if test "x$with_blkid" != xcheck; then :
13472 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13473 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13474 as_fn_error $? "--with-blkid given but unavailable
13475 See \`config.log' for more details" "$LINENO" 5; }
13476 fi
13477
13478 fi
13479 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13480 conftest.$ac_objext conftest.beam conftest.$ac_ext
13481 fi
13482
13483
13484 LIBS="$saved_LIBS"
13485
13486 else
13487
13488 if test "x$with_blkid" != xcheck; then :
13489 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13490 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13491 as_fn_error $? "--with-blkid given but unavailable
13492 See \`config.log' for more details" "$LINENO" 5; }
13493 fi
13494
13495
13496 fi
13497
13498
13499 fi
13500
13501
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -Wframe-larger-than=<size> support" >&5
13503 $as_echo_n "checking for -Wframe-larger-than=<size> support... " >&6; }
13504
13505 saved_flags="$CFLAGS"
13506 CFLAGS="$CFLAGS -Wframe-larger-than=1024"
13507
13508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13509 /* end confdefs.h. */
13510
13511 int
13512 main ()
13513 {
13514
13515 ;
13516 return 0;
13517 }
13518 _ACEOF
13519 if ac_fn_c_try_compile "$LINENO"; then :
13520
13521 FRAME_LARGER_THAN=-Wframe-larger-than=1024
13522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13523 $as_echo "yes" >&6; }
13524
13525 else
13526
13527 FRAME_LARGER_THAN=
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13529 $as_echo "no" >&6; }
13530
13531 fi
13532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13533
13534 CFLAGS="$saved_flags"
13535
13536
13537
13538 if test "x$runstatedir" = x; then
13539 runstatedir='${localstatedir}/run'
13540
13541 fi
13542
13543 for ac_func in mlockall
13544 do :
13545 ac_fn_c_check_func "$LINENO" "mlockall" "ac_cv_func_mlockall"
13546 if test "x$ac_cv_func_mlockall" = xyes; then :
13547 cat >>confdefs.h <<_ACEOF
13548 #define HAVE_MLOCKALL 1
13549 _ACEOF
13550
13551 fi
13552 done
13553
13554 ;;
13555 kernel)
13556
13557
13558 # Check whether --with-linux was given.
13559 if test "${with_linux+set}" = set; then :
13560 withval=$with_linux; kernelsrc="$withval"
13561 fi
13562
13563
13564
13565 # Check whether --with-linux-obj was given.
13566 if test "${with_linux_obj+set}" = set; then :
13567 withval=$with_linux_obj; kernelbuild="$withval"
13568 fi
13569
13570
13571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking kernel source directory" >&5
13572 $as_echo_n "checking kernel source directory... " >&6; }
13573 if test -z "$kernelsrc"; then :
13574
13575 if test -e "/lib/modules/$(uname -r)/source"; then :
13576
13577 headersdir="/lib/modules/$(uname -r)/source"
13578 sourcelink=$(readlink -f "$headersdir")
13579
13580 elif test -e "/lib/modules/$(uname -r)/build"; then :
13581
13582 headersdir="/lib/modules/$(uname -r)/build"
13583 sourcelink=$(readlink -f "$headersdir")
13584
13585 else
13586
13587 sourcelink=$(ls -1d /usr/src/kernels/* \
13588 /usr/src/linux-* \
13589 2>/dev/null | grep -v obj | tail -1)
13590
13591 fi
13592
13593 if test -n "$sourcelink" && test -e ${sourcelink}; then :
13594
13595 kernelsrc=`readlink -f ${sourcelink}`
13596
13597 else
13598
13599 kernelsrc="Not found"
13600
13601 fi
13602
13603 else
13604
13605 if test "$kernelsrc" = "NONE"; then :
13606
13607 kernsrcver=NONE
13608
13609 fi
13610
13611 fi
13612
13613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $kernelsrc" >&5
13614 $as_echo "$kernelsrc" >&6; }
13615 if test ! -d "$kernelsrc"; then :
13616
13617 as_fn_error $? "
13618 *** Please make sure the kernel devel package for your distribution
13619 *** is installed and then try again. If that fails, you can specify the
13620 *** location of the kernel source with the '--with-linux=PATH' option." "$LINENO" 5
13621
13622 fi
13623
13624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking kernel build directory" >&5
13625 $as_echo_n "checking kernel build directory... " >&6; }
13626 if test -z "$kernelbuild"; then :
13627
13628 if test -e "/lib/modules/$(uname -r)/build"; then :
13629
13630 kernelbuild=`readlink -f /lib/modules/$(uname -r)/build`
13631
13632 elif test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}; then :
13633
13634 kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
13635
13636 elif test -d ${kernelsrc}-obj/${target_cpu}/default; then :
13637
13638 kernelbuild=${kernelsrc}-obj/${target_cpu}/default
13639
13640 elif test -d `dirname ${kernelsrc}`/build-${target_cpu}; then :
13641
13642 kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
13643
13644 else
13645
13646 kernelbuild=${kernelsrc}
13647
13648 fi
13649
13650 fi
13651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $kernelbuild" >&5
13652 $as_echo "$kernelbuild" >&6; }
13653
13654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking kernel source version" >&5
13655 $as_echo_n "checking kernel source version... " >&6; }
13656 utsrelease1=$kernelbuild/include/linux/version.h
13657 utsrelease2=$kernelbuild/include/linux/utsrelease.h
13658 utsrelease3=$kernelbuild/include/generated/utsrelease.h
13659 if test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1; then :
13660
13661 utsrelease=linux/version.h
13662
13663 elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then :
13664
13665 utsrelease=linux/utsrelease.h
13666
13667 elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then :
13668
13669 utsrelease=generated/utsrelease.h
13670
13671 fi
13672
13673 if test "$utsrelease"; then :
13674
13675 kernsrcver=`(echo "#include <$utsrelease>";
13676 echo "kernsrcver=UTS_RELEASE") |
13677 cpp -I $kernelbuild/include |
13678 grep "^kernsrcver=" | cut -d \" -f 2`
13679
13680 if test -z "$kernsrcver"; then :
13681
13682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not found" >&5
13683 $as_echo "Not found" >&6; }
13684 as_fn_error $? "*** Cannot determine kernel version." "$LINENO" 5
13685
13686 fi
13687
13688 else
13689
13690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not found" >&5
13691 $as_echo "Not found" >&6; }
13692 if test "x$enable_linux_builtin" != xyes; then
13693 as_fn_error $? "*** Cannot find UTS_RELEASE definition." "$LINENO" 5
13694 else
13695 as_fn_error $? "
13696 *** Cannot find UTS_RELEASE definition.
13697 *** Please run 'make prepare' inside the kernel source tree." "$LINENO" 5
13698 fi
13699
13700 fi
13701
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $kernsrcver" >&5
13703 $as_echo "$kernsrcver" >&6; }
13704
13705 LINUX=${kernelsrc}
13706 LINUX_OBJ=${kernelbuild}
13707 LINUX_VERSION=${kernsrcver}
13708
13709
13710
13711
13712
13713
13714 modpost=$LINUX/scripts/Makefile.modpost
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking kernel file name for module symbols" >&5
13716 $as_echo_n "checking kernel file name for module symbols... " >&6; }
13717 if test "x$enable_linux_builtin" != xyes -a -f "$modpost"; then :
13718
13719 if grep -q Modules.symvers $modpost; then :
13720
13721 LINUX_SYMBOLS=Modules.symvers
13722
13723 else
13724
13725 LINUX_SYMBOLS=Module.symvers
13726
13727 fi
13728
13729 if test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"; then :
13730
13731 as_fn_error $? "
13732 *** Please make sure the kernel devel package for your distribution
13733 *** is installed. If you are building with a custom kernel, make sure the
13734 *** kernel is configured, built, and the '--with-linux=PATH' configure
13735 *** option refers to the location of the kernel source." "$LINENO" 5
13736
13737 fi
13738
13739 else
13740
13741 LINUX_SYMBOLS=NONE
13742
13743 fi
13744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINUX_SYMBOLS" >&5
13745 $as_echo "$LINUX_SYMBOLS" >&6; }
13746
13747
13748
13749
13750
13751 # Check whether --with-spl was given.
13752 if test "${with_spl+set}" = set; then :
13753 withval=$with_spl; splsrc="$withval"
13754 fi
13755
13756
13757
13758 # Check whether --with-spl-obj was given.
13759 if test "${with_spl_obj+set}" = set; then :
13760 withval=$with_spl_obj; splbuild="$withval"
13761 fi
13762
13763
13764
13765 # Check whether --with-spl-timeout was given.
13766 if test "${with_spl_timeout+set}" = set; then :
13767 withval=$with_spl_timeout; timeout="$withval"
13768 else
13769 timeout=0
13770 fi
13771
13772
13773 splsrc0="/var/lib/dkms/spl/${VERSION}/build"
13774 splsrc1="/usr/local/src/spl-${VERSION}/${LINUX_VERSION}"
13775 splsrc2="/usr/local/src/spl-${VERSION}"
13776 splsrc3="/usr/src/spl-${VERSION}/${LINUX_VERSION}"
13777 splsrc4="/usr/src/spl-${VERSION}"
13778 splsrc5="../spl/"
13779 splsrc6="$LINUX"
13780
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking spl source directory" >&5
13782 $as_echo_n "checking spl source directory... " >&6; }
13783 if test -z "${splsrc}"; then :
13784
13785 if test -e "${splsrc0}/spl.release.in"; then :
13786
13787 splsrc=${splsrc0}
13788
13789 elif test -e "${splsrc1}/spl.release.in"; then :
13790
13791 splsrc=${splsrc1}
13792
13793 elif test -e "${splsrc2}/spl.release.in"; then :
13794
13795 splsrc=${splsrc2}
13796
13797 elif test -e "${splsrc3}/spl.release.in"; then :
13798
13799 splsrc=$(readlink -f "${splsrc3}")
13800
13801 elif test -e "${splsrc4}/spl.release.in" ; then :
13802
13803 splsrc=${splsrc4}
13804
13805 elif test -e "${splsrc5}/spl.release.in"; then :
13806
13807 splsrc=$(readlink -f "${splsrc5}")
13808
13809 elif test -e "${splsrc6}/spl.release.in" ; then :
13810
13811 splsrc=${splsrc6}
13812
13813 else
13814
13815 splsrc="Not found"
13816
13817 fi
13818
13819 else
13820
13821 if test "$splsrc" = "NONE"; then :
13822
13823 splbuild=NONE
13824 splsrcver=NONE
13825
13826 fi
13827
13828 fi
13829
13830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $splsrc" >&5
13831 $as_echo "$splsrc" >&6; }
13832 if test ! -e "$splsrc/spl.release.in"; then :
13833
13834 as_fn_error $? "
13835 *** Please make sure the kmod spl devel package for your distribution
13836 *** is installed then try again. If that fails you can specify the
13837 *** location of the spl source with the '--with-spl=PATH' option." "$LINENO" 5
13838
13839 fi
13840
13841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking spl build directory" >&5
13842 $as_echo_n "checking spl build directory... " >&6; }
13843 while true; do
13844 if test -z "$splbuild"; then :
13845
13846 if test -e "${splsrc}/${LINUX_VERSION}/spl_config.h" ; then :
13847
13848 splbuild="${splsrc}/${LINUX_VERSION}"
13849
13850 elif test -e "${splsrc}/spl_config.h" ; then :
13851
13852 splbuild="${splsrc}"
13853
13854 elif find -L "${splsrc}" -name spl_config.h 2> /dev/null | grep -wq spl_config.h ; then :
13855
13856 splbuild=$(find -L "${splsrc}" -name spl_config.h | sed 's,/spl_config.h,,')
13857
13858 else
13859
13860 splbuild="Not found"
13861
13862 fi
13863
13864 fi
13865 if test -e "$splbuild/spl_config.h" -o $timeout -le 0; then :
13866
13867 break;
13868
13869 else
13870
13871 sleep 1
13872 timeout=$((timeout-1))
13873
13874 fi
13875 done
13876
13877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $splbuild" >&5
13878 $as_echo "$splbuild" >&6; }
13879 if ! test -e "$splbuild/spl_config.h"; then :
13880
13881 as_fn_error $? "
13882 *** Please make sure the kmod spl devel <kernel> package for your
13883 *** distribution is installed then try again. If that fails you
13884 *** can specify the location of the spl objects with the
13885 *** '--with-spl-obj=PATH' option." "$LINENO" 5
13886
13887 fi
13888
13889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking spl source version" >&5
13890 $as_echo_n "checking spl source version... " >&6; }
13891 if test -r $splbuild/spl_config.h &&
13892 fgrep -q SPL_META_VERSION $splbuild/spl_config.h; then :
13893
13894
13895 splsrcver=`(echo "#include <spl_config.h>";
13896 echo "splsrcver=SPL_META_VERSION-SPL_META_RELEASE") |
13897 cpp -I $splbuild |
13898 grep "^splsrcver=" | tr -d \" | cut -d= -f2`
13899
13900 fi
13901
13902 if test -z "$splsrcver"; then :
13903
13904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not found" >&5
13905 $as_echo "Not found" >&6; }
13906 as_fn_error $? "
13907 *** Cannot determine the version of the spl source.
13908 *** Please prepare the spl source before running this script" "$LINENO" 5
13909
13910 fi
13911
13912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $splsrcver" >&5
13913 $as_echo "$splsrcver" >&6; }
13914
13915 SPL=${splsrc}
13916 SPL_OBJ=${splbuild}
13917 SPL_VERSION=${splsrcver}
13918
13919
13920
13921
13922
13923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking spl file name for module symbols" >&5
13924 $as_echo_n "checking spl file name for module symbols... " >&6; }
13925 SPL_SYMBOLS=NONE
13926
13927 while true; do
13928 if test -r $SPL_OBJ/Module.symvers; then :
13929
13930 SPL_SYMBOLS=Module.symvers
13931
13932 elif test -r $SPL_OBJ/Modules.symvers; then :
13933
13934 SPL_SYMBOLS=Modules.symvers
13935
13936 elif test -r $SPL_OBJ/module/Module.symvers; then :
13937
13938 SPL_SYMBOLS=Module.symvers
13939
13940 elif test -r $SPL_OBJ/module/Modules.symvers; then :
13941
13942 SPL_SYMBOLS=Modules.symvers
13943
13944 fi
13945
13946 if test $SPL_SYMBOLS != NONE -o $timeout -le 0; then :
13947
13948 break;
13949
13950 else
13951
13952 sleep 1
13953 timeout=$((timeout-1))
13954
13955 fi
13956 done
13957
13958 if test "$SPL_SYMBOLS" = NONE; then :
13959
13960 SPL_SYMBOLS=$LINUX_SYMBOLS
13961
13962 fi
13963
13964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SPL_SYMBOLS" >&5
13965 $as_echo "$SPL_SYMBOLS" >&6; }
13966
13967
13968
13969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether modules can be built" >&5
13970 $as_echo_n "checking whether modules can be built... " >&6; }
13971
13972
13973 cat confdefs.h - <<_ACEOF >conftest.c
13974
13975
13976 int
13977 main (void)
13978 {
13979
13980 ;
13981 return 0;
13982 }
13983
13984 _ACEOF
13985
13986
13987
13988 cat - <<_ACEOF >conftest.h
13989
13990 _ACEOF
13991
13992
13993 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
13994 echo "obj-m := conftest.o" >build/Makefile
13995 modpost_flag=''
13996 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
13997 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
13998 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
13999 (eval $ac_try) 2>&5
14000 ac_status=$?
14001 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14002 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
14003 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14004 (eval $ac_try) 2>&5
14005 ac_status=$?
14006 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14007 test $ac_status = 0; }; }; then :
14008
14009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14010 $as_echo "yes" >&6; }
14011
14012 else
14013 $as_echo "$as_me: failed program was:" >&5
14014 sed 's/^/| /' conftest.$ac_ext >&5
14015
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14017 $as_echo "no" >&6; }
14018 if test "x$enable_linux_builtin" != xyes; then
14019 as_fn_error $? "*** Unable to build an empty module." "$LINENO" 5
14020 else
14021 as_fn_error $? "
14022 *** Unable to build an empty module.
14023 *** Please run 'make scripts' inside the kernel source tree." "$LINENO" 5
14024 fi
14025
14026
14027
14028 fi
14029 rm -Rf build
14030
14031
14032
14033
14034 if test "x$cross_compiling" != xyes; then :
14035
14036 if test "$cross_compiling" = yes; then :
14037 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14038 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14039 as_fn_error $? "cannot run test program while cross compiling
14040 See \`config.log' for more details" "$LINENO" 5; }
14041 else
14042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14043 /* end confdefs.h. */
14044
14045
14046 #include "$LINUX/include/linux/license.h"
14047
14048 int
14049 main ()
14050 {
14051
14052 return !license_is_gpl_compatible("$ZFS_META_LICENSE");
14053
14054 ;
14055 return 0;
14056 }
14057
14058 _ACEOF
14059 if ac_fn_c_try_run "$LINENO"; then :
14060
14061
14062 $as_echo "#define ZFS_IS_GPL_COMPATIBLE 1" >>confdefs.h
14063
14064
14065 fi
14066 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14067 conftest.$ac_objext conftest.beam conftest.$ac_ext
14068 fi
14069
14070
14071 fi
14072
14073
14074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kernel was built with 16K or larger stacks" >&5
14075 $as_echo_n "checking whether kernel was built with 16K or larger stacks... " >&6; }
14076
14077
14078 cat confdefs.h - <<_ACEOF >conftest.c
14079
14080
14081 #include <linux/module.h>
14082
14083 int
14084 main (void)
14085 {
14086
14087 #if (THREAD_SIZE < 16384)
14088 #error "THREAD_SIZE is less than 16K"
14089 #endif
14090
14091 ;
14092 return 0;
14093 }
14094
14095 _ACEOF
14096
14097
14098
14099 cat - <<_ACEOF >conftest.h
14100
14101 _ACEOF
14102
14103
14104 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14105 echo "obj-m := conftest.o" >build/Makefile
14106 modpost_flag=''
14107 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14108 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
14109 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14110 (eval $ac_try) 2>&5
14111 ac_status=$?
14112 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14113 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
14114 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14115 (eval $ac_try) 2>&5
14116 ac_status=$?
14117 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14118 test $ac_status = 0; }; }; then :
14119
14120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14121 $as_echo "yes" >&6; }
14122
14123 $as_echo "#define HAVE_LARGE_STACKS 1" >>confdefs.h
14124
14125
14126 else
14127 $as_echo "$as_me: failed program was:" >&5
14128 sed 's/^/| /' conftest.$ac_ext >&5
14129
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14131 $as_echo "no" >&6; }
14132
14133
14134
14135 fi
14136 rm -Rf build
14137
14138
14139
14140
14141
14142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kernel was built with CONFIG_DEBUG_LOCK_ALLOC" >&5
14143 $as_echo_n "checking whether kernel was built with CONFIG_DEBUG_LOCK_ALLOC... " >&6; }
14144
14145
14146 cat confdefs.h - <<_ACEOF >conftest.c
14147
14148
14149 #include <linux/module.h>
14150
14151 int
14152 main (void)
14153 {
14154
14155 #ifndef CONFIG_DEBUG_LOCK_ALLOC
14156 #error CONFIG_DEBUG_LOCK_ALLOC not #defined
14157 #endif
14158
14159 ;
14160 return 0;
14161 }
14162
14163 _ACEOF
14164
14165
14166
14167 cat - <<_ACEOF >conftest.h
14168
14169 _ACEOF
14170
14171
14172 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14173 echo "obj-m := conftest.o" >build/Makefile
14174 modpost_flag=''
14175 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14176 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
14177 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14178 (eval $ac_try) 2>&5
14179 ac_status=$?
14180 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14181 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
14182 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14183 (eval $ac_try) 2>&5
14184 ac_status=$?
14185 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14186 test $ac_status = 0; }; }; then :
14187
14188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14189 $as_echo "yes" >&6; }
14190
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mutex_lock() is GPL-only" >&5
14192 $as_echo_n "checking whether mutex_lock() is GPL-only... " >&6; }
14193 tmp_flags="$EXTRA_KCFLAGS"
14194
14195
14196 cat confdefs.h - <<_ACEOF >conftest.c
14197
14198
14199 #include <linux/module.h>
14200 #include <linux/mutex.h>
14201
14202 MODULE_LICENSE("$ZFS_META_LICENSE");
14203
14204 int
14205 main (void)
14206 {
14207
14208 struct mutex lock;
14209
14210 mutex_init(&lock);
14211 mutex_lock(&lock);
14212 mutex_unlock(&lock);
14213
14214 ;
14215 return 0;
14216 }
14217
14218 _ACEOF
14219
14220
14221
14222 cat - <<_ACEOF >conftest.h
14223
14224 _ACEOF
14225
14226
14227 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14228 echo "obj-m := conftest.o" >build/Makefile
14229 modpost_flag=''
14230 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14231 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
14232 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14233 (eval $ac_try) 2>&5
14234 ac_status=$?
14235 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14236 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
14237 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14238 (eval $ac_try) 2>&5
14239 ac_status=$?
14240 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14241 test $ac_status = 0; }; }; then :
14242
14243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14244 $as_echo "no" >&6; }
14245
14246 else
14247 $as_echo "$as_me: failed program was:" >&5
14248 sed 's/^/| /' conftest.$ac_ext >&5
14249
14250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14251 $as_echo "yes" >&6; }
14252 as_fn_error $? "
14253 *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is incompatible
14254 *** with the CDDL license and will prevent the module linking stage
14255 *** from succeeding. You must rebuild your kernel without this
14256 *** option enabled." "$LINENO" 5
14257
14258
14259
14260 fi
14261 rm -Rf build
14262
14263
14264 EXTRA_KCFLAGS="$tmp_flags"
14265
14266
14267 else
14268 $as_echo "$as_me: failed program was:" >&5
14269 sed 's/^/| /' conftest.$ac_ext >&5
14270
14271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14272 $as_echo "no" >&6; }
14273
14274
14275
14276
14277 fi
14278 rm -Rf build
14279
14280
14281
14282
14283
14284
14285 tmp_flags="$EXTRA_KCFLAGS"
14286 EXTRA_KCFLAGS="-I\$(src)"
14287
14288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether DECLARE_EVENT_CLASS() is available" >&5
14289 $as_echo_n "checking whether DECLARE_EVENT_CLASS() is available... " >&6; }
14290
14291
14292 cat confdefs.h - <<_ACEOF >conftest.c
14293
14294
14295 #include <linux/module.h>
14296 MODULE_LICENSE(ZFS_META_LICENSE);
14297
14298 #define CREATE_TRACE_POINTS
14299 #include "conftest.h"
14300
14301 int
14302 main (void)
14303 {
14304
14305 trace_zfs_autoconf_event_one(1UL);
14306 trace_zfs_autoconf_event_two(2UL);
14307
14308 ;
14309 return 0;
14310 }
14311
14312 _ACEOF
14313
14314
14315
14316 cat - <<_ACEOF >conftest.h
14317
14318 #if !defined(_CONFTEST_H) || defined(TRACE_HEADER_MULTI_READ)
14319 #define _CONFTEST_H
14320
14321 #undef TRACE_SYSTEM
14322 #define TRACE_SYSTEM zfs
14323 #include <linux/tracepoint.h>
14324
14325 DECLARE_EVENT_CLASS(zfs_autoconf_event_class,
14326 TP_PROTO(unsigned long i),
14327 TP_ARGS(i),
14328 TP_STRUCT__entry(
14329 __field(unsigned long, i)
14330 ),
14331 TP_fast_assign(
14332 __entry->i = i;
14333 ),
14334 TP_printk("i = %lu", __entry->i)
14335 );
14336
14337 #define DEFINE_AUTOCONF_EVENT(name) \
14338 DEFINE_EVENT(zfs_autoconf_event_class, name, \
14339 TP_PROTO(unsigned long i), \
14340 TP_ARGS(i))
14341 DEFINE_AUTOCONF_EVENT(zfs_autoconf_event_one);
14342 DEFINE_AUTOCONF_EVENT(zfs_autoconf_event_two);
14343
14344 #endif /* _CONFTEST_H */
14345
14346 #undef TRACE_INCLUDE_PATH
14347 #define TRACE_INCLUDE_PATH .
14348 #define TRACE_INCLUDE_FILE conftest
14349 #include <trace/define_trace.h>
14350
14351 _ACEOF
14352
14353
14354 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14355 echo "obj-m := conftest.o" >build/Makefile
14356 modpost_flag=''
14357 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14358 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
14359 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14360 (eval $ac_try) 2>&5
14361 ac_status=$?
14362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14363 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
14364 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14365 (eval $ac_try) 2>&5
14366 ac_status=$?
14367 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14368 test $ac_status = 0; }; }; then :
14369
14370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14371 $as_echo "yes" >&6; }
14372
14373 $as_echo "#define HAVE_DECLARE_EVENT_CLASS 1" >>confdefs.h
14374
14375
14376 else
14377 $as_echo "$as_me: failed program was:" >&5
14378 sed 's/^/| /' conftest.$ac_ext >&5
14379
14380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14381 $as_echo "no" >&6; }
14382
14383
14384
14385 fi
14386 rm -Rf build
14387
14388
14389 EXTRA_KCFLAGS="$tmp_flags"
14390
14391
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether current->bio_tail exists" >&5
14393 $as_echo_n "checking whether current->bio_tail exists... " >&6; }
14394
14395
14396 cat confdefs.h - <<_ACEOF >conftest.c
14397
14398
14399 #include <linux/sched.h>
14400
14401 int
14402 main (void)
14403 {
14404
14405 current->bio_tail = (struct bio **) NULL;
14406
14407 ;
14408 return 0;
14409 }
14410
14411 _ACEOF
14412
14413
14414
14415 cat - <<_ACEOF >conftest.h
14416
14417 _ACEOF
14418
14419
14420 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14421 echo "obj-m := conftest.o" >build/Makefile
14422 modpost_flag=''
14423 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14424 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
14425 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14426 (eval $ac_try) 2>&5
14427 ac_status=$?
14428 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14429 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
14430 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14431 (eval $ac_try) 2>&5
14432 ac_status=$?
14433 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14434 test $ac_status = 0; }; }; then :
14435
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14437 $as_echo "yes" >&6; }
14438
14439 $as_echo "#define HAVE_CURRENT_BIO_TAIL 1" >>confdefs.h
14440
14441
14442 else
14443 $as_echo "$as_me: failed program was:" >&5
14444 sed 's/^/| /' conftest.$ac_ext >&5
14445
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14447 $as_echo "no" >&6; }
14448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether current->bio_list exists" >&5
14449 $as_echo_n "checking whether current->bio_list exists... " >&6; }
14450
14451
14452 cat confdefs.h - <<_ACEOF >conftest.c
14453
14454
14455 #include <linux/sched.h>
14456
14457 int
14458 main (void)
14459 {
14460
14461 current->bio_list = (struct bio_list *) NULL;
14462
14463 ;
14464 return 0;
14465 }
14466
14467 _ACEOF
14468
14469
14470
14471 cat - <<_ACEOF >conftest.h
14472
14473 _ACEOF
14474
14475
14476 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14477 echo "obj-m := conftest.o" >build/Makefile
14478 modpost_flag=''
14479 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14480 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
14481 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14482 (eval $ac_try) 2>&5
14483 ac_status=$?
14484 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14485 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
14486 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14487 (eval $ac_try) 2>&5
14488 ac_status=$?
14489 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14490 test $ac_status = 0; }; }; then :
14491
14492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14493 $as_echo "yes" >&6; }
14494
14495 $as_echo "#define HAVE_CURRENT_BIO_LIST 1" >>confdefs.h
14496
14497
14498 else
14499 $as_echo "$as_me: failed program was:" >&5
14500 sed 's/^/| /' conftest.$ac_ext >&5
14501
14502 as_fn_error $? "no - Please file a bug report at
14503 https://github.com/zfsonlinux/zfs/issues/new" "$LINENO" 5
14504
14505
14506
14507 fi
14508 rm -Rf build
14509
14510
14511
14512
14513
14514 fi
14515 rm -Rf build
14516
14517
14518
14519
14520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether submit_bio() wants 1 arg" >&5
14521 $as_echo_n "checking whether submit_bio() wants 1 arg... " >&6; }
14522
14523
14524 cat confdefs.h - <<_ACEOF >conftest.c
14525
14526
14527 #include <linux/bio.h>
14528
14529 int
14530 main (void)
14531 {
14532
14533 blk_qc_t blk_qc;
14534 struct bio *bio = NULL;
14535 blk_qc = submit_bio(bio);
14536
14537 ;
14538 return 0;
14539 }
14540
14541 _ACEOF
14542
14543
14544
14545 cat - <<_ACEOF >conftest.h
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 conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
14555 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14556 (eval $ac_try) 2>&5
14557 ac_status=$?
14558 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14559 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
14560 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14561 (eval $ac_try) 2>&5
14562 ac_status=$?
14563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14564 test $ac_status = 0; }; }; then :
14565
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14567 $as_echo "yes" >&6; }
14568
14569 $as_echo "#define HAVE_1ARG_SUBMIT_BIO 1" >>confdefs.h
14570
14571
14572 else
14573 $as_echo "$as_me: failed program was:" >&5
14574 sed 's/^/| /' conftest.$ac_ext >&5
14575
14576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14577 $as_echo "no" >&6; }
14578
14579
14580
14581 fi
14582 rm -Rf build
14583
14584
14585
14586
14587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking block device operation prototypes" >&5
14588 $as_echo_n "checking block device operation prototypes... " >&6; }
14589 tmp_flags="$EXTRA_KCFLAGS"
14590 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
14591
14592
14593 cat confdefs.h - <<_ACEOF >conftest.c
14594
14595
14596 #include <linux/blkdev.h>
14597
14598 int blk_open(struct block_device *bdev, fmode_t mode)
14599 { return 0; }
14600 int blk_ioctl(struct block_device *bdev, fmode_t mode,
14601 unsigned x, unsigned long y) { return 0; }
14602 int blk_compat_ioctl(struct block_device * bdev, fmode_t mode,
14603 unsigned x, unsigned long y) { return 0; }
14604
14605 static const struct block_device_operations
14606 bops __attribute__ ((unused)) = {
14607 .open = blk_open,
14608 .release = NULL,
14609 .ioctl = blk_ioctl,
14610 .compat_ioctl = blk_compat_ioctl,
14611 };
14612
14613 int
14614 main (void)
14615 {
14616
14617
14618 ;
14619 return 0;
14620 }
14621
14622 _ACEOF
14623
14624
14625
14626 cat - <<_ACEOF >conftest.h
14627
14628 _ACEOF
14629
14630
14631 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14632 echo "obj-m := conftest.o" >build/Makefile
14633 modpost_flag=''
14634 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14635 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
14636 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14637 (eval $ac_try) 2>&5
14638 ac_status=$?
14639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14640 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
14641 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14642 (eval $ac_try) 2>&5
14643 ac_status=$?
14644 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14645 test $ac_status = 0; }; }; then :
14646
14647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: struct block_device" >&5
14648 $as_echo "struct block_device" >&6; }
14649
14650 $as_echo "#define HAVE_BDEV_BLOCK_DEVICE_OPERATIONS 1" >>confdefs.h
14651
14652
14653 else
14654 $as_echo "$as_me: failed program was:" >&5
14655 sed 's/^/| /' conftest.$ac_ext >&5
14656
14657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: struct inode" >&5
14658 $as_echo "struct inode" >&6; }
14659
14660
14661
14662 fi
14663 rm -Rf build
14664
14665
14666 EXTRA_KCFLAGS="$tmp_flags"
14667
14668
14669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether block_device_operations.release is void" >&5
14670 $as_echo_n "checking whether block_device_operations.release is void... " >&6; }
14671 tmp_flags="$EXTRA_KCFLAGS"
14672 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
14673
14674
14675 cat confdefs.h - <<_ACEOF >conftest.c
14676
14677
14678 #include <linux/blkdev.h>
14679
14680 void blk_release(struct gendisk *g, fmode_t mode) { return; }
14681
14682 static const struct block_device_operations
14683 bops __attribute__ ((unused)) = {
14684 .open = NULL,
14685 .release = blk_release,
14686 .ioctl = NULL,
14687 .compat_ioctl = NULL,
14688 };
14689
14690 int
14691 main (void)
14692 {
14693
14694
14695 ;
14696 return 0;
14697 }
14698
14699 _ACEOF
14700
14701
14702
14703 cat - <<_ACEOF >conftest.h
14704
14705 _ACEOF
14706
14707
14708 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14709 echo "obj-m := conftest.o" >build/Makefile
14710 modpost_flag=''
14711 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14712 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
14713 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14714 (eval $ac_try) 2>&5
14715 ac_status=$?
14716 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14717 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
14718 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14719 (eval $ac_try) 2>&5
14720 ac_status=$?
14721 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14722 test $ac_status = 0; }; }; then :
14723
14724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: void" >&5
14725 $as_echo "void" >&6; }
14726
14727 $as_echo "#define HAVE_BLOCK_DEVICE_OPERATIONS_RELEASE_VOID 1" >>confdefs.h
14728
14729
14730 else
14731 $as_echo "$as_me: failed program was:" >&5
14732 sed 's/^/| /' conftest.$ac_ext >&5
14733
14734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: int" >&5
14735 $as_echo "int" >&6; }
14736
14737
14738
14739 fi
14740 rm -Rf build
14741
14742
14743 EXTRA_KCFLAGS="$tmp_flags"
14744
14745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kernel defines fmode_t" >&5
14746 $as_echo_n "checking whether kernel defines fmode_t... " >&6; }
14747
14748
14749 cat confdefs.h - <<_ACEOF >conftest.c
14750
14751
14752 #include <linux/types.h>
14753
14754 int
14755 main (void)
14756 {
14757
14758 fmode_t *ptr __attribute__ ((unused));
14759
14760 ;
14761 return 0;
14762 }
14763
14764 _ACEOF
14765
14766
14767
14768 cat - <<_ACEOF >conftest.h
14769
14770 _ACEOF
14771
14772
14773 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14774 echo "obj-m := conftest.o" >build/Makefile
14775 modpost_flag=''
14776 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14777 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
14778 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14779 (eval $ac_try) 2>&5
14780 ac_status=$?
14781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14782 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
14783 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14784 (eval $ac_try) 2>&5
14785 ac_status=$?
14786 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14787 test $ac_status = 0; }; }; then :
14788
14789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14790 $as_echo "yes" >&6; }
14791
14792 $as_echo "#define HAVE_FMODE_T 1" >>confdefs.h
14793
14794
14795 else
14796 $as_echo "$as_me: failed program was:" >&5
14797 sed 's/^/| /' conftest.$ac_ext >&5
14798
14799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14800 $as_echo "no" >&6; }
14801
14802
14803
14804 fi
14805 rm -Rf build
14806
14807
14808
14809
14810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kernel defines KOBJ_NAME_LEN" >&5
14811 $as_echo_n "checking whether kernel defines KOBJ_NAME_LEN... " >&6; }
14812
14813
14814 cat confdefs.h - <<_ACEOF >conftest.c
14815
14816
14817 #include <linux/kobject.h>
14818
14819 int
14820 main (void)
14821 {
14822
14823 int val __attribute__ ((unused));
14824 val = KOBJ_NAME_LEN;
14825
14826 ;
14827 return 0;
14828 }
14829
14830 _ACEOF
14831
14832
14833
14834 cat - <<_ACEOF >conftest.h
14835
14836 _ACEOF
14837
14838
14839 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14840 echo "obj-m := conftest.o" >build/Makefile
14841 modpost_flag=''
14842 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14843 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
14844 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14845 (eval $ac_try) 2>&5
14846 ac_status=$?
14847 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14848 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
14849 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14850 (eval $ac_try) 2>&5
14851 ac_status=$?
14852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14853 test $ac_status = 0; }; }; then :
14854
14855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14856 $as_echo "yes" >&6; }
14857
14858 $as_echo "#define HAVE_KOBJ_NAME_LEN 1" >>confdefs.h
14859
14860
14861 else
14862 $as_echo "$as_me: failed program was:" >&5
14863 sed 's/^/| /' conftest.$ac_ext >&5
14864
14865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14866 $as_echo "no" >&6; }
14867
14868
14869
14870 fi
14871 rm -Rf build
14872
14873
14874
14875
14876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blkdev_get() wants 3 args" >&5
14877 $as_echo_n "checking whether blkdev_get() wants 3 args... " >&6; }
14878
14879
14880 cat confdefs.h - <<_ACEOF >conftest.c
14881
14882
14883 #include <linux/fs.h>
14884
14885 int
14886 main (void)
14887 {
14888
14889 struct block_device *bdev = NULL;
14890 (void) blkdev_get(bdev, 0, NULL);
14891
14892 ;
14893 return 0;
14894 }
14895
14896 _ACEOF
14897
14898
14899
14900 cat - <<_ACEOF >conftest.h
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 conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
14910 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14911 (eval $ac_try) 2>&5
14912 ac_status=$?
14913 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14914 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
14915 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14916 (eval $ac_try) 2>&5
14917 ac_status=$?
14918 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14919 test $ac_status = 0; }; }; then :
14920
14921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14922 $as_echo "yes" >&6; }
14923
14924 $as_echo "#define HAVE_3ARG_BLKDEV_GET 1" >>confdefs.h
14925
14926
14927 else
14928 $as_echo "$as_me: failed program was:" >&5
14929 sed 's/^/| /' conftest.$ac_ext >&5
14930
14931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14932 $as_echo "no" >&6; }
14933
14934
14935
14936 fi
14937 rm -Rf build
14938
14939
14940
14941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blkdev_get_by_path() is available" >&5
14942 $as_echo_n "checking whether blkdev_get_by_path() is available... " >&6; }
14943
14944
14945
14946 cat confdefs.h - <<_ACEOF >conftest.c
14947
14948
14949 #include <linux/fs.h>
14950
14951 int
14952 main (void)
14953 {
14954
14955 blkdev_get_by_path(NULL, 0, NULL);
14956
14957 ;
14958 return 0;
14959 }
14960
14961 _ACEOF
14962
14963
14964
14965 cat - <<_ACEOF >conftest.h
14966
14967 _ACEOF
14968
14969
14970 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
14971 echo "obj-m := conftest.o" >build/Makefile
14972 modpost_flag=''
14973 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
14974 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
14975 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14976 (eval $ac_try) 2>&5
14977 ac_status=$?
14978 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14979 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
14980 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14981 (eval $ac_try) 2>&5
14982 ac_status=$?
14983 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14984 test $ac_status = 0; }; }; then :
14985 rc=0
14986 else
14987 $as_echo "$as_me: failed program was:" >&5
14988 sed 's/^/| /' conftest.$ac_ext >&5
14989 rc=1
14990
14991
14992 fi
14993 rm -Rf build
14994
14995
14996 if test $rc -ne 0; then :
14997
14998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14999 $as_echo "no" >&6; }
15000
15001 else
15002 if test "x$enable_linux_builtin" != xyes; then
15003
15004 grep -q -E '[[:space:]]blkdev_get_by_path[[:space:]]' \
15005 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
15006 rc=$?
15007 if test $rc -ne 0; then
15008 export=0
15009 for file in fs/block_dev.c; do
15010 grep -q -E "EXPORT_SYMBOL.*(blkdev_get_by_path)" \
15011 "$LINUX/$file" 2>/dev/null
15012 rc=$?
15013 if test $rc -eq 0; then
15014 export=1
15015 break;
15016 fi
15017 done
15018 if test $export -eq 0; then :
15019 rc=1
15020 else :
15021 rc=0
15022 fi
15023 else :
15024 rc=0
15025 fi
15026
15027 fi
15028 if test $rc -ne 0; then :
15029
15030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15031 $as_echo "no" >&6; }
15032
15033 else :
15034
15035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15036 $as_echo "yes" >&6; }
15037
15038 $as_echo "#define HAVE_BLKDEV_GET_BY_PATH 1" >>confdefs.h
15039
15040
15041 fi
15042 fi
15043
15044
15045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether open_bdev_exclusive() is available" >&5
15046 $as_echo_n "checking whether open_bdev_exclusive() is available... " >&6; }
15047
15048
15049
15050 cat confdefs.h - <<_ACEOF >conftest.c
15051
15052
15053 #include <linux/fs.h>
15054
15055 int
15056 main (void)
15057 {
15058
15059 open_bdev_exclusive(NULL, 0, NULL);
15060
15061 ;
15062 return 0;
15063 }
15064
15065 _ACEOF
15066
15067
15068
15069 cat - <<_ACEOF >conftest.h
15070
15071 _ACEOF
15072
15073
15074 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15075 echo "obj-m := conftest.o" >build/Makefile
15076 modpost_flag=''
15077 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15078 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
15079 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15080 (eval $ac_try) 2>&5
15081 ac_status=$?
15082 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15083 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
15084 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15085 (eval $ac_try) 2>&5
15086 ac_status=$?
15087 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15088 test $ac_status = 0; }; }; then :
15089 rc=0
15090 else
15091 $as_echo "$as_me: failed program was:" >&5
15092 sed 's/^/| /' conftest.$ac_ext >&5
15093 rc=1
15094
15095
15096 fi
15097 rm -Rf build
15098
15099
15100 if test $rc -ne 0; then :
15101
15102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15103 $as_echo "no" >&6; }
15104
15105 else
15106 if test "x$enable_linux_builtin" != xyes; then
15107
15108 grep -q -E '[[:space:]]open_bdev_exclusive[[:space:]]' \
15109 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
15110 rc=$?
15111 if test $rc -ne 0; then
15112 export=0
15113 for file in fs/block_dev.c; do
15114 grep -q -E "EXPORT_SYMBOL.*(open_bdev_exclusive)" \
15115 "$LINUX/$file" 2>/dev/null
15116 rc=$?
15117 if test $rc -eq 0; then
15118 export=1
15119 break;
15120 fi
15121 done
15122 if test $export -eq 0; then :
15123 rc=1
15124 else :
15125 rc=0
15126 fi
15127 else :
15128 rc=0
15129 fi
15130
15131 fi
15132 if test $rc -ne 0; then :
15133
15134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15135 $as_echo "no" >&6; }
15136
15137 else :
15138
15139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15140 $as_echo "yes" >&6; }
15141
15142 $as_echo "#define HAVE_OPEN_BDEV_EXCLUSIVE 1" >>confdefs.h
15143
15144
15145 fi
15146 fi
15147
15148
15149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lookup_bdev() wants 1 arg" >&5
15150 $as_echo_n "checking whether lookup_bdev() wants 1 arg... " >&6; }
15151
15152
15153
15154 cat confdefs.h - <<_ACEOF >conftest.c
15155
15156
15157 #include <linux/fs.h>
15158
15159 int
15160 main (void)
15161 {
15162
15163 lookup_bdev(NULL);
15164
15165 ;
15166 return 0;
15167 }
15168
15169 _ACEOF
15170
15171
15172
15173 cat - <<_ACEOF >conftest.h
15174
15175 _ACEOF
15176
15177
15178 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15179 echo "obj-m := conftest.o" >build/Makefile
15180 modpost_flag=''
15181 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15182 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
15183 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15184 (eval $ac_try) 2>&5
15185 ac_status=$?
15186 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15187 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
15188 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15189 (eval $ac_try) 2>&5
15190 ac_status=$?
15191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15192 test $ac_status = 0; }; }; then :
15193 rc=0
15194 else
15195 $as_echo "$as_me: failed program was:" >&5
15196 sed 's/^/| /' conftest.$ac_ext >&5
15197 rc=1
15198
15199
15200 fi
15201 rm -Rf build
15202
15203
15204 if test $rc -ne 0; then :
15205
15206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15207 $as_echo "no" >&6; }
15208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lookup_bdev() wants 2 args" >&5
15209 $as_echo_n "checking whether lookup_bdev() wants 2 args... " >&6; }
15210
15211
15212
15213 cat confdefs.h - <<_ACEOF >conftest.c
15214
15215
15216 #include <linux/fs.h>
15217
15218 int
15219 main (void)
15220 {
15221
15222 lookup_bdev(NULL, FMODE_READ);
15223
15224 ;
15225 return 0;
15226 }
15227
15228 _ACEOF
15229
15230
15231
15232 cat - <<_ACEOF >conftest.h
15233
15234 _ACEOF
15235
15236
15237 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15238 echo "obj-m := conftest.o" >build/Makefile
15239 modpost_flag=''
15240 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15241 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
15242 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15243 (eval $ac_try) 2>&5
15244 ac_status=$?
15245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15246 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
15247 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15248 (eval $ac_try) 2>&5
15249 ac_status=$?
15250 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15251 test $ac_status = 0; }; }; then :
15252 rc=0
15253 else
15254 $as_echo "$as_me: failed program was:" >&5
15255 sed 's/^/| /' conftest.$ac_ext >&5
15256 rc=1
15257
15258
15259 fi
15260 rm -Rf build
15261
15262
15263 if test $rc -ne 0; then :
15264
15265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15266 $as_echo "no" >&6; }
15267
15268 else
15269 if test "x$enable_linux_builtin" != xyes; then
15270
15271 grep -q -E '[[:space:]]lookup_bdev[[:space:]]' \
15272 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
15273 rc=$?
15274 if test $rc -ne 0; then
15275 export=0
15276 for file in fs/block_dev.c; do
15277 grep -q -E "EXPORT_SYMBOL.*(lookup_bdev)" \
15278 "$LINUX/$file" 2>/dev/null
15279 rc=$?
15280 if test $rc -eq 0; then
15281 export=1
15282 break;
15283 fi
15284 done
15285 if test $export -eq 0; then :
15286 rc=1
15287 else :
15288 rc=0
15289 fi
15290 else :
15291 rc=0
15292 fi
15293
15294 fi
15295 if test $rc -ne 0; then :
15296
15297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15298 $as_echo "no" >&6; }
15299
15300 else :
15301
15302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15303 $as_echo "yes" >&6; }
15304
15305 $as_echo "#define HAVE_2ARGS_LOOKUP_BDEV 1" >>confdefs.h
15306
15307
15308 fi
15309 fi
15310
15311
15312 else
15313 if test "x$enable_linux_builtin" != xyes; then
15314
15315 grep -q -E '[[:space:]]lookup_bdev[[:space:]]' \
15316 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
15317 rc=$?
15318 if test $rc -ne 0; then
15319 export=0
15320 for file in fs/block_dev.c; do
15321 grep -q -E "EXPORT_SYMBOL.*(lookup_bdev)" \
15322 "$LINUX/$file" 2>/dev/null
15323 rc=$?
15324 if test $rc -eq 0; then
15325 export=1
15326 break;
15327 fi
15328 done
15329 if test $export -eq 0; then :
15330 rc=1
15331 else :
15332 rc=0
15333 fi
15334 else :
15335 rc=0
15336 fi
15337
15338 fi
15339 if test $rc -ne 0; then :
15340
15341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15342 $as_echo "no" >&6; }
15343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lookup_bdev() wants 2 args" >&5
15344 $as_echo_n "checking whether lookup_bdev() wants 2 args... " >&6; }
15345
15346
15347
15348 cat confdefs.h - <<_ACEOF >conftest.c
15349
15350
15351 #include <linux/fs.h>
15352
15353 int
15354 main (void)
15355 {
15356
15357 lookup_bdev(NULL, FMODE_READ);
15358
15359 ;
15360 return 0;
15361 }
15362
15363 _ACEOF
15364
15365
15366
15367 cat - <<_ACEOF >conftest.h
15368
15369 _ACEOF
15370
15371
15372 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15373 echo "obj-m := conftest.o" >build/Makefile
15374 modpost_flag=''
15375 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15376 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
15377 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15378 (eval $ac_try) 2>&5
15379 ac_status=$?
15380 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15381 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
15382 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15383 (eval $ac_try) 2>&5
15384 ac_status=$?
15385 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15386 test $ac_status = 0; }; }; then :
15387 rc=0
15388 else
15389 $as_echo "$as_me: failed program was:" >&5
15390 sed 's/^/| /' conftest.$ac_ext >&5
15391 rc=1
15392
15393
15394 fi
15395 rm -Rf build
15396
15397
15398 if test $rc -ne 0; then :
15399
15400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15401 $as_echo "no" >&6; }
15402
15403 else
15404 if test "x$enable_linux_builtin" != xyes; then
15405
15406 grep -q -E '[[:space:]]lookup_bdev[[:space:]]' \
15407 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
15408 rc=$?
15409 if test $rc -ne 0; then
15410 export=0
15411 for file in fs/block_dev.c; do
15412 grep -q -E "EXPORT_SYMBOL.*(lookup_bdev)" \
15413 "$LINUX/$file" 2>/dev/null
15414 rc=$?
15415 if test $rc -eq 0; then
15416 export=1
15417 break;
15418 fi
15419 done
15420 if test $export -eq 0; then :
15421 rc=1
15422 else :
15423 rc=0
15424 fi
15425 else :
15426 rc=0
15427 fi
15428
15429 fi
15430 if test $rc -ne 0; then :
15431
15432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15433 $as_echo "no" >&6; }
15434
15435 else :
15436
15437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15438 $as_echo "yes" >&6; }
15439
15440 $as_echo "#define HAVE_2ARGS_LOOKUP_BDEV 1" >>confdefs.h
15441
15442
15443 fi
15444 fi
15445
15446
15447 else :
15448
15449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15450 $as_echo "yes" >&6; }
15451
15452 $as_echo "#define HAVE_1ARG_LOOKUP_BDEV 1" >>confdefs.h
15453
15454
15455 fi
15456 fi
15457
15458
15459
15460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether invalidate_bdev() wants 1 arg" >&5
15461 $as_echo_n "checking whether invalidate_bdev() wants 1 arg... " >&6; }
15462
15463
15464 cat confdefs.h - <<_ACEOF >conftest.c
15465
15466
15467 #include <linux/buffer_head.h>
15468
15469 int
15470 main (void)
15471 {
15472
15473 struct block_device *bdev = NULL;
15474 invalidate_bdev(bdev);
15475
15476 ;
15477 return 0;
15478 }
15479
15480 _ACEOF
15481
15482
15483
15484 cat - <<_ACEOF >conftest.h
15485
15486 _ACEOF
15487
15488
15489 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15490 echo "obj-m := conftest.o" >build/Makefile
15491 modpost_flag=''
15492 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15493 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
15494 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15495 (eval $ac_try) 2>&5
15496 ac_status=$?
15497 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15498 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
15499 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15500 (eval $ac_try) 2>&5
15501 ac_status=$?
15502 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15503 test $ac_status = 0; }; }; then :
15504
15505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15506 $as_echo "yes" >&6; }
15507
15508 $as_echo "#define HAVE_1ARG_INVALIDATE_BDEV 1" >>confdefs.h
15509
15510
15511 else
15512 $as_echo "$as_me: failed program was:" >&5
15513 sed 's/^/| /' conftest.$ac_ext >&5
15514
15515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15516 $as_echo "no" >&6; }
15517
15518
15519
15520 fi
15521 rm -Rf build
15522
15523
15524
15525
15526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdev_logical_block_size() is available" >&5
15527 $as_echo_n "checking whether bdev_logical_block_size() is available... " >&6; }
15528 tmp_flags="$EXTRA_KCFLAGS"
15529 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
15530
15531
15532 cat confdefs.h - <<_ACEOF >conftest.c
15533
15534
15535 #include <linux/blkdev.h>
15536
15537 int
15538 main (void)
15539 {
15540
15541 struct block_device *bdev = NULL;
15542 bdev_logical_block_size(bdev);
15543
15544 ;
15545 return 0;
15546 }
15547
15548 _ACEOF
15549
15550
15551
15552 cat - <<_ACEOF >conftest.h
15553
15554 _ACEOF
15555
15556
15557 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15558 echo "obj-m := conftest.o" >build/Makefile
15559 modpost_flag=''
15560 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15561 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
15562 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15563 (eval $ac_try) 2>&5
15564 ac_status=$?
15565 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15566 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
15567 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15568 (eval $ac_try) 2>&5
15569 ac_status=$?
15570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15571 test $ac_status = 0; }; }; then :
15572
15573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15574 $as_echo "yes" >&6; }
15575
15576 $as_echo "#define HAVE_BDEV_LOGICAL_BLOCK_SIZE 1" >>confdefs.h
15577
15578
15579 else
15580 $as_echo "$as_me: failed program was:" >&5
15581 sed 's/^/| /' conftest.$ac_ext >&5
15582
15583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15584 $as_echo "no" >&6; }
15585
15586
15587
15588 fi
15589 rm -Rf build
15590
15591
15592 EXTRA_KCFLAGS="$tmp_flags"
15593
15594
15595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdev_physical_block_size() is available" >&5
15596 $as_echo_n "checking whether bdev_physical_block_size() is available... " >&6; }
15597 tmp_flags="$EXTRA_KCFLAGS"
15598 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
15599
15600
15601 cat confdefs.h - <<_ACEOF >conftest.c
15602
15603
15604 #include <linux/blkdev.h>
15605
15606 int
15607 main (void)
15608 {
15609
15610 struct block_device *bdev = NULL;
15611 bdev_physical_block_size(bdev);
15612
15613 ;
15614 return 0;
15615 }
15616
15617 _ACEOF
15618
15619
15620
15621 cat - <<_ACEOF >conftest.h
15622
15623 _ACEOF
15624
15625
15626 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15627 echo "obj-m := conftest.o" >build/Makefile
15628 modpost_flag=''
15629 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15630 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
15631 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15632 (eval $ac_try) 2>&5
15633 ac_status=$?
15634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15635 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
15636 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15637 (eval $ac_try) 2>&5
15638 ac_status=$?
15639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15640 test $ac_status = 0; }; }; then :
15641
15642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15643 $as_echo "yes" >&6; }
15644
15645 $as_echo "#define HAVE_BDEV_PHYSICAL_BLOCK_SIZE 1" >>confdefs.h
15646
15647
15648 else
15649 $as_echo "$as_me: failed program was:" >&5
15650 sed 's/^/| /' conftest.$ac_ext >&5
15651
15652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15653 $as_echo "no" >&6; }
15654
15655
15656
15657 fi
15658 rm -Rf build
15659
15660
15661 EXTRA_KCFLAGS="$tmp_flags"
15662
15663
15664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bio has bi_iter" >&5
15665 $as_echo_n "checking whether bio has bi_iter... " >&6; }
15666
15667
15668 cat confdefs.h - <<_ACEOF >conftest.c
15669
15670
15671 #include <linux/bio.h>
15672
15673 int
15674 main (void)
15675 {
15676
15677 struct bio bio;
15678 bio.bi_iter.bi_sector = 0;
15679
15680 ;
15681 return 0;
15682 }
15683
15684 _ACEOF
15685
15686
15687
15688 cat - <<_ACEOF >conftest.h
15689
15690 _ACEOF
15691
15692
15693 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15694 echo "obj-m := conftest.o" >build/Makefile
15695 modpost_flag=''
15696 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15697 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
15698 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15699 (eval $ac_try) 2>&5
15700 ac_status=$?
15701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15702 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
15703 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15704 (eval $ac_try) 2>&5
15705 ac_status=$?
15706 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15707 test $ac_status = 0; }; }; then :
15708
15709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15710 $as_echo "yes" >&6; }
15711
15712 $as_echo "#define HAVE_BIO_BVEC_ITER 1" >>confdefs.h
15713
15714
15715 else
15716 $as_echo "$as_me: failed program was:" >&5
15717 sed 's/^/| /' conftest.$ac_ext >&5
15718
15719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15720 $as_echo "no" >&6; }
15721
15722
15723
15724 fi
15725 rm -Rf build
15726
15727
15728
15729
15730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether BIO_RW_FAILFAST_* are defined" >&5
15731 $as_echo_n "checking whether BIO_RW_FAILFAST_* are defined... " >&6; }
15732
15733
15734 cat confdefs.h - <<_ACEOF >conftest.c
15735
15736
15737 #include <linux/bio.h>
15738
15739 int
15740 main (void)
15741 {
15742
15743 int flags __attribute__ ((unused));
15744 flags = ((1 << BIO_RW_FAILFAST_DEV) |
15745 (1 << BIO_RW_FAILFAST_TRANSPORT) |
15746 (1 << BIO_RW_FAILFAST_DRIVER));
15747
15748 ;
15749 return 0;
15750 }
15751
15752 _ACEOF
15753
15754
15755
15756 cat - <<_ACEOF >conftest.h
15757
15758 _ACEOF
15759
15760
15761 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15762 echo "obj-m := conftest.o" >build/Makefile
15763 modpost_flag=''
15764 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15765 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
15766 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15767 (eval $ac_try) 2>&5
15768 ac_status=$?
15769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15770 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
15771 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15772 (eval $ac_try) 2>&5
15773 ac_status=$?
15774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15775 test $ac_status = 0; }; }; then :
15776
15777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15778 $as_echo "yes" >&6; }
15779
15780 $as_echo "#define HAVE_BIO_RW_FAILFAST_DTD 1" >>confdefs.h
15781
15782
15783 else
15784 $as_echo "$as_me: failed program was:" >&5
15785 sed 's/^/| /' conftest.$ac_ext >&5
15786
15787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15788 $as_echo "no" >&6; }
15789
15790
15791
15792 fi
15793 rm -Rf build
15794
15795
15796
15797
15798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether REQ_FAILFAST_MASK is defined" >&5
15799 $as_echo_n "checking whether REQ_FAILFAST_MASK is defined... " >&6; }
15800
15801
15802 cat confdefs.h - <<_ACEOF >conftest.c
15803
15804
15805 #include <linux/bio.h>
15806
15807 int
15808 main (void)
15809 {
15810
15811 int flags __attribute__ ((unused));
15812 flags = REQ_FAILFAST_MASK;
15813
15814 ;
15815 return 0;
15816 }
15817
15818 _ACEOF
15819
15820
15821
15822 cat - <<_ACEOF >conftest.h
15823
15824 _ACEOF
15825
15826
15827 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15828 echo "obj-m := conftest.o" >build/Makefile
15829 modpost_flag=''
15830 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15831 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
15832 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15833 (eval $ac_try) 2>&5
15834 ac_status=$?
15835 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15836 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
15837 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15838 (eval $ac_try) 2>&5
15839 ac_status=$?
15840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15841 test $ac_status = 0; }; }; then :
15842
15843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15844 $as_echo "yes" >&6; }
15845
15846 $as_echo "#define HAVE_REQ_FAILFAST_MASK 1" >>confdefs.h
15847
15848
15849 else
15850 $as_echo "$as_me: failed program was:" >&5
15851 sed 's/^/| /' conftest.$ac_ext >&5
15852
15853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15854 $as_echo "no" >&6; }
15855
15856
15857
15858 fi
15859 rm -Rf build
15860
15861
15862
15863
15864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether REQ_OP_DISCARD is defined" >&5
15865 $as_echo_n "checking whether REQ_OP_DISCARD is defined... " >&6; }
15866
15867
15868 cat confdefs.h - <<_ACEOF >conftest.c
15869
15870
15871 #include <linux/blk_types.h>
15872
15873 int
15874 main (void)
15875 {
15876
15877 int op __attribute__ ((unused)) = REQ_OP_DISCARD;
15878
15879 ;
15880 return 0;
15881 }
15882
15883 _ACEOF
15884
15885
15886
15887 cat - <<_ACEOF >conftest.h
15888
15889 _ACEOF
15890
15891
15892 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15893 echo "obj-m := conftest.o" >build/Makefile
15894 modpost_flag=''
15895 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15896 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
15897 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15898 (eval $ac_try) 2>&5
15899 ac_status=$?
15900 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15901 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
15902 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15903 (eval $ac_try) 2>&5
15904 ac_status=$?
15905 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15906 test $ac_status = 0; }; }; then :
15907
15908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15909 $as_echo "yes" >&6; }
15910
15911 $as_echo "#define HAVE_REQ_OP_DISCARD 1" >>confdefs.h
15912
15913
15914 else
15915 $as_echo "$as_me: failed program was:" >&5
15916 sed 's/^/| /' conftest.$ac_ext >&5
15917
15918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15919 $as_echo "no" >&6; }
15920
15921
15922
15923 fi
15924 rm -Rf build
15925
15926
15927
15928
15929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether REQ_OP_SECURE_ERASE is defined" >&5
15930 $as_echo_n "checking whether REQ_OP_SECURE_ERASE is defined... " >&6; }
15931
15932
15933 cat confdefs.h - <<_ACEOF >conftest.c
15934
15935
15936 #include <linux/blk_types.h>
15937
15938 int
15939 main (void)
15940 {
15941
15942 int op __attribute__ ((unused)) = REQ_OP_SECURE_ERASE;
15943
15944 ;
15945 return 0;
15946 }
15947
15948 _ACEOF
15949
15950
15951
15952 cat - <<_ACEOF >conftest.h
15953
15954 _ACEOF
15955
15956
15957 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
15958 echo "obj-m := conftest.o" >build/Makefile
15959 modpost_flag=''
15960 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
15961 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
15962 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15963 (eval $ac_try) 2>&5
15964 ac_status=$?
15965 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15966 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
15967 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
15968 (eval $ac_try) 2>&5
15969 ac_status=$?
15970 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15971 test $ac_status = 0; }; }; then :
15972
15973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15974 $as_echo "yes" >&6; }
15975
15976 $as_echo "#define HAVE_REQ_OP_SECURE_ERASE 1" >>confdefs.h
15977
15978
15979 else
15980 $as_echo "$as_me: failed program was:" >&5
15981 sed 's/^/| /' conftest.$ac_ext >&5
15982
15983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15984 $as_echo "no" >&6; }
15985
15986
15987
15988 fi
15989 rm -Rf build
15990
15991
15992
15993
15994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether REQ_OP_FLUSH is defined" >&5
15995 $as_echo_n "checking whether REQ_OP_FLUSH is defined... " >&6; }
15996
15997
15998 cat confdefs.h - <<_ACEOF >conftest.c
15999
16000
16001 #include <linux/blk_types.h>
16002
16003 int
16004 main (void)
16005 {
16006
16007 int op __attribute__ ((unused)) = REQ_OP_FLUSH;
16008
16009 ;
16010 return 0;
16011 }
16012
16013 _ACEOF
16014
16015
16016
16017 cat - <<_ACEOF >conftest.h
16018
16019 _ACEOF
16020
16021
16022 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16023 echo "obj-m := conftest.o" >build/Makefile
16024 modpost_flag=''
16025 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16026 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16027 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16028 (eval $ac_try) 2>&5
16029 ac_status=$?
16030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16031 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16032 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16033 (eval $ac_try) 2>&5
16034 ac_status=$?
16035 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16036 test $ac_status = 0; }; }; then :
16037
16038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16039 $as_echo "yes" >&6; }
16040
16041 $as_echo "#define HAVE_REQ_OP_FLUSH 1" >>confdefs.h
16042
16043
16044 else
16045 $as_echo "$as_me: failed program was:" >&5
16046 sed 's/^/| /' conftest.$ac_ext >&5
16047
16048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16049 $as_echo "no" >&6; }
16050
16051
16052
16053 fi
16054 rm -Rf build
16055
16056
16057
16058
16059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bio->bi_opf is defined" >&5
16060 $as_echo_n "checking whether bio->bi_opf is defined... " >&6; }
16061
16062
16063 cat confdefs.h - <<_ACEOF >conftest.c
16064
16065
16066 #include <linux/bio.h>
16067
16068 int
16069 main (void)
16070 {
16071
16072 struct bio bio __attribute__ ((unused));
16073 bio.bi_opf = 0;
16074
16075 ;
16076 return 0;
16077 }
16078
16079 _ACEOF
16080
16081
16082
16083 cat - <<_ACEOF >conftest.h
16084
16085 _ACEOF
16086
16087
16088 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16089 echo "obj-m := conftest.o" >build/Makefile
16090 modpost_flag=''
16091 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16092 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16093 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16094 (eval $ac_try) 2>&5
16095 ac_status=$?
16096 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16097 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16098 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16099 (eval $ac_try) 2>&5
16100 ac_status=$?
16101 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16102 test $ac_status = 0; }; }; then :
16103
16104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16105 $as_echo "yes" >&6; }
16106
16107 $as_echo "#define HAVE_BIO_BI_OPF 1" >>confdefs.h
16108
16109
16110 else
16111 $as_echo "$as_me: failed program was:" >&5
16112 sed 's/^/| /' conftest.$ac_ext >&5
16113
16114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16115 $as_echo "no" >&6; }
16116
16117
16118
16119 fi
16120 rm -Rf build
16121
16122
16123
16124
16125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bio_end_io_t wants 1 arg" >&5
16126 $as_echo_n "checking whether bio_end_io_t wants 1 arg... " >&6; }
16127
16128
16129 cat confdefs.h - <<_ACEOF >conftest.c
16130
16131
16132 #include <linux/bio.h>
16133
16134 void wanted_end_io(struct bio *bio) { return; }
16135
16136 bio_end_io_t *end_io __attribute__ ((unused)) = wanted_end_io;
16137
16138 int
16139 main (void)
16140 {
16141
16142
16143 ;
16144 return 0;
16145 }
16146
16147 _ACEOF
16148
16149
16150
16151 cat - <<_ACEOF >conftest.h
16152
16153 _ACEOF
16154
16155
16156 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16157 echo "obj-m := conftest.o" >build/Makefile
16158 modpost_flag=''
16159 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16160 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16161 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16162 (eval $ac_try) 2>&5
16163 ac_status=$?
16164 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16165 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16166 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16167 (eval $ac_try) 2>&5
16168 ac_status=$?
16169 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16170 test $ac_status = 0; }; }; then :
16171
16172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16173 $as_echo "yes" >&6; }
16174
16175 $as_echo "#define HAVE_1ARG_BIO_END_IO_T 1" >>confdefs.h
16176
16177
16178 else
16179 $as_echo "$as_me: failed program was:" >&5
16180 sed 's/^/| /' conftest.$ac_ext >&5
16181
16182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16183 $as_echo "no" >&6; }
16184
16185
16186
16187 fi
16188 rm -Rf build
16189
16190
16191
16192
16193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether BIO_RW_BARRIER is defined" >&5
16194 $as_echo_n "checking whether BIO_RW_BARRIER is defined... " >&6; }
16195
16196
16197 cat confdefs.h - <<_ACEOF >conftest.c
16198
16199
16200 #include <linux/bio.h>
16201
16202 int
16203 main (void)
16204 {
16205
16206 int flags __attribute__ ((unused));
16207 flags = BIO_RW_BARRIER;
16208
16209 ;
16210 return 0;
16211 }
16212
16213 _ACEOF
16214
16215
16216
16217 cat - <<_ACEOF >conftest.h
16218
16219 _ACEOF
16220
16221
16222 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16223 echo "obj-m := conftest.o" >build/Makefile
16224 modpost_flag=''
16225 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16226 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16227 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16228 (eval $ac_try) 2>&5
16229 ac_status=$?
16230 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16231 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16232 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16233 (eval $ac_try) 2>&5
16234 ac_status=$?
16235 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16236 test $ac_status = 0; }; }; then :
16237
16238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16239 $as_echo "yes" >&6; }
16240
16241 $as_echo "#define HAVE_BIO_RW_BARRIER 1" >>confdefs.h
16242
16243
16244 else
16245 $as_echo "$as_me: failed program was:" >&5
16246 sed 's/^/| /' conftest.$ac_ext >&5
16247
16248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16249 $as_echo "no" >&6; }
16250
16251
16252
16253 fi
16254 rm -Rf build
16255
16256
16257
16258
16259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether BIO_RW_DISCARD is defined" >&5
16260 $as_echo_n "checking whether BIO_RW_DISCARD is defined... " >&6; }
16261
16262
16263 cat confdefs.h - <<_ACEOF >conftest.c
16264
16265
16266 #include <linux/bio.h>
16267
16268 int
16269 main (void)
16270 {
16271
16272 int flags __attribute__ ((unused));
16273 flags = BIO_RW_DISCARD;
16274
16275 ;
16276 return 0;
16277 }
16278
16279 _ACEOF
16280
16281
16282
16283 cat - <<_ACEOF >conftest.h
16284
16285 _ACEOF
16286
16287
16288 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16289 echo "obj-m := conftest.o" >build/Makefile
16290 modpost_flag=''
16291 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16292 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16293 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16294 (eval $ac_try) 2>&5
16295 ac_status=$?
16296 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16297 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16298 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16299 (eval $ac_try) 2>&5
16300 ac_status=$?
16301 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16302 test $ac_status = 0; }; }; then :
16303
16304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16305 $as_echo "yes" >&6; }
16306
16307 $as_echo "#define HAVE_BIO_RW_DISCARD 1" >>confdefs.h
16308
16309
16310 else
16311 $as_echo "$as_me: failed program was:" >&5
16312 sed 's/^/| /' conftest.$ac_ext >&5
16313
16314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16315 $as_echo "no" >&6; }
16316
16317
16318
16319 fi
16320 rm -Rf build
16321
16322
16323
16324
16325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_flush() is available" >&5
16326 $as_echo_n "checking whether blk_queue_flush() is available... " >&6; }
16327 tmp_flags="$EXTRA_KCFLAGS"
16328 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
16329
16330
16331 cat confdefs.h - <<_ACEOF >conftest.c
16332
16333
16334 #include <linux/blkdev.h>
16335
16336 int
16337 main (void)
16338 {
16339
16340 struct request_queue *q = NULL;
16341 (void) blk_queue_flush(q, REQ_FLUSH);
16342
16343 ;
16344 return 0;
16345 }
16346
16347 _ACEOF
16348
16349
16350
16351 cat - <<_ACEOF >conftest.h
16352
16353 _ACEOF
16354
16355
16356 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16357 echo "obj-m := conftest.o" >build/Makefile
16358 modpost_flag=''
16359 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16360 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16361 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16362 (eval $ac_try) 2>&5
16363 ac_status=$?
16364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16365 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16366 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16367 (eval $ac_try) 2>&5
16368 ac_status=$?
16369 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16370 test $ac_status = 0; }; }; then :
16371
16372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16373 $as_echo "yes" >&6; }
16374
16375 $as_echo "#define HAVE_BLK_QUEUE_FLUSH 1" >>confdefs.h
16376
16377
16378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_flush() is GPL-only" >&5
16379 $as_echo_n "checking whether blk_queue_flush() is GPL-only... " >&6; }
16380
16381
16382 cat confdefs.h - <<_ACEOF >conftest.c
16383
16384
16385 #include <linux/module.h>
16386 #include <linux/blkdev.h>
16387
16388 MODULE_LICENSE("$ZFS_META_LICENSE");
16389
16390 int
16391 main (void)
16392 {
16393
16394 struct request_queue *q = NULL;
16395 (void) blk_queue_flush(q, REQ_FLUSH);
16396
16397 ;
16398 return 0;
16399 }
16400
16401 _ACEOF
16402
16403
16404
16405 cat - <<_ACEOF >conftest.h
16406
16407 _ACEOF
16408
16409
16410 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16411 echo "obj-m := conftest.o" >build/Makefile
16412 modpost_flag=''
16413 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16414 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16415 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16416 (eval $ac_try) 2>&5
16417 ac_status=$?
16418 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16419 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16420 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16421 (eval $ac_try) 2>&5
16422 ac_status=$?
16423 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16424 test $ac_status = 0; }; }; then :
16425
16426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16427 $as_echo "no" >&6; }
16428
16429 else
16430 $as_echo "$as_me: failed program was:" >&5
16431 sed 's/^/| /' conftest.$ac_ext >&5
16432
16433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16434 $as_echo "yes" >&6; }
16435
16436 $as_echo "#define HAVE_BLK_QUEUE_FLUSH_GPL_ONLY 1" >>confdefs.h
16437
16438
16439
16440
16441 fi
16442 rm -Rf build
16443
16444
16445
16446 else
16447 $as_echo "$as_me: failed program was:" >&5
16448 sed 's/^/| /' conftest.$ac_ext >&5
16449
16450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16451 $as_echo "no" >&6; }
16452
16453
16454
16455 fi
16456 rm -Rf build
16457
16458
16459
16460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_write_cache() exists" >&5
16461 $as_echo_n "checking whether blk_queue_write_cache() exists... " >&6; }
16462
16463
16464 cat confdefs.h - <<_ACEOF >conftest.c
16465
16466
16467 #include <linux/kernel.h>
16468 #include <linux/blkdev.h>
16469
16470
16471 int
16472 main (void)
16473 {
16474
16475 struct request_queue *q = NULL;
16476 blk_queue_write_cache(q, true, true);
16477
16478 ;
16479 return 0;
16480 }
16481
16482 _ACEOF
16483
16484
16485
16486 cat - <<_ACEOF >conftest.h
16487
16488 _ACEOF
16489
16490
16491 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16492 echo "obj-m := conftest.o" >build/Makefile
16493 modpost_flag=''
16494 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16495 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16496 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16497 (eval $ac_try) 2>&5
16498 ac_status=$?
16499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16500 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16501 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16502 (eval $ac_try) 2>&5
16503 ac_status=$?
16504 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16505 test $ac_status = 0; }; }; then :
16506
16507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16508 $as_echo "yes" >&6; }
16509
16510 $as_echo "#define HAVE_BLK_QUEUE_WRITE_CACHE 1" >>confdefs.h
16511
16512
16513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_write_cache() is GPL-only" >&5
16514 $as_echo_n "checking whether blk_queue_write_cache() is GPL-only... " >&6; }
16515
16516
16517 cat confdefs.h - <<_ACEOF >conftest.c
16518
16519
16520 #include <linux/kernel.h>
16521 #include <linux/module.h>
16522 #include <linux/blkdev.h>
16523
16524 MODULE_LICENSE("$ZFS_META_LICENSE");
16525
16526 int
16527 main (void)
16528 {
16529
16530 struct request_queue *q = NULL;
16531 blk_queue_write_cache(q, true, true);
16532
16533 ;
16534 return 0;
16535 }
16536
16537 _ACEOF
16538
16539
16540
16541 cat - <<_ACEOF >conftest.h
16542
16543 _ACEOF
16544
16545
16546 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16547 echo "obj-m := conftest.o" >build/Makefile
16548 modpost_flag=''
16549 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16550 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16551 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16552 (eval $ac_try) 2>&5
16553 ac_status=$?
16554 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16555 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16556 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16557 (eval $ac_try) 2>&5
16558 ac_status=$?
16559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16560 test $ac_status = 0; }; }; then :
16561
16562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16563 $as_echo "no" >&6; }
16564
16565 else
16566 $as_echo "$as_me: failed program was:" >&5
16567 sed 's/^/| /' conftest.$ac_ext >&5
16568
16569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16570 $as_echo "yes" >&6; }
16571
16572 $as_echo "#define HAVE_BLK_QUEUE_WRITE_CACHE_GPL_ONLY 1" >>confdefs.h
16573
16574
16575
16576
16577 fi
16578 rm -Rf build
16579
16580
16581
16582 else
16583 $as_echo "$as_me: failed program was:" >&5
16584 sed 's/^/| /' conftest.$ac_ext >&5
16585
16586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16587 $as_echo "no" >&6; }
16588
16589
16590
16591 fi
16592 rm -Rf build
16593
16594
16595
16596 EXTRA_KCFLAGS="$tmp_flags"
16597
16598
16599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_max_hw_sectors() is available" >&5
16600 $as_echo_n "checking whether blk_queue_max_hw_sectors() is available... " >&6; }
16601 tmp_flags="$EXTRA_KCFLAGS"
16602 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
16603
16604
16605 cat confdefs.h - <<_ACEOF >conftest.c
16606
16607
16608 #include <linux/blkdev.h>
16609
16610 int
16611 main (void)
16612 {
16613
16614 struct request_queue *q = NULL;
16615 (void) blk_queue_max_hw_sectors(q, BLK_SAFE_MAX_SECTORS);
16616
16617 ;
16618 return 0;
16619 }
16620
16621 _ACEOF
16622
16623
16624
16625 cat - <<_ACEOF >conftest.h
16626
16627 _ACEOF
16628
16629
16630 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16631 echo "obj-m := conftest.o" >build/Makefile
16632 modpost_flag=''
16633 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16634 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16635 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16636 (eval $ac_try) 2>&5
16637 ac_status=$?
16638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16639 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16640 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16641 (eval $ac_try) 2>&5
16642 ac_status=$?
16643 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16644 test $ac_status = 0; }; }; then :
16645
16646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16647 $as_echo "yes" >&6; }
16648
16649 $as_echo "#define HAVE_BLK_QUEUE_MAX_HW_SECTORS 1" >>confdefs.h
16650
16651
16652 else
16653 $as_echo "$as_me: failed program was:" >&5
16654 sed 's/^/| /' conftest.$ac_ext >&5
16655
16656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16657 $as_echo "no" >&6; }
16658
16659
16660
16661 fi
16662 rm -Rf build
16663
16664
16665 EXTRA_KCFLAGS="$tmp_flags"
16666
16667
16668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_max_segments() is available" >&5
16669 $as_echo_n "checking whether blk_queue_max_segments() is available... " >&6; }
16670 tmp_flags="$EXTRA_KCFLAGS"
16671 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
16672
16673
16674 cat confdefs.h - <<_ACEOF >conftest.c
16675
16676
16677 #include <linux/blkdev.h>
16678
16679 int
16680 main (void)
16681 {
16682
16683 struct request_queue *q = NULL;
16684 (void) blk_queue_max_segments(q, BLK_MAX_SEGMENTS);
16685
16686 ;
16687 return 0;
16688 }
16689
16690 _ACEOF
16691
16692
16693
16694 cat - <<_ACEOF >conftest.h
16695
16696 _ACEOF
16697
16698
16699 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16700 echo "obj-m := conftest.o" >build/Makefile
16701 modpost_flag=''
16702 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16703 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16704 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16705 (eval $ac_try) 2>&5
16706 ac_status=$?
16707 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16708 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16709 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16710 (eval $ac_try) 2>&5
16711 ac_status=$?
16712 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16713 test $ac_status = 0; }; }; then :
16714
16715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16716 $as_echo "yes" >&6; }
16717
16718 $as_echo "#define HAVE_BLK_QUEUE_MAX_SEGMENTS 1" >>confdefs.h
16719
16720
16721 else
16722 $as_echo "$as_me: failed program was:" >&5
16723 sed 's/^/| /' conftest.$ac_ext >&5
16724
16725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16726 $as_echo "no" >&6; }
16727
16728
16729
16730 fi
16731 rm -Rf build
16732
16733
16734 EXTRA_KCFLAGS="$tmp_flags"
16735
16736
16737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the BIO_RW_UNPLUG enum is available" >&5
16738 $as_echo_n "checking whether the BIO_RW_UNPLUG enum is available... " >&6; }
16739 tmp_flags="$EXTRA_KCFLAGS"
16740 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
16741
16742
16743 cat confdefs.h - <<_ACEOF >conftest.c
16744
16745
16746 #include <linux/blkdev.h>
16747
16748 int
16749 main (void)
16750 {
16751
16752 extern enum bio_rw_flags rw;
16753
16754 rw = BIO_RW_UNPLUG;
16755
16756 ;
16757 return 0;
16758 }
16759
16760 _ACEOF
16761
16762
16763
16764 cat - <<_ACEOF >conftest.h
16765
16766 _ACEOF
16767
16768
16769 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16770 echo "obj-m := conftest.o" >build/Makefile
16771 modpost_flag=''
16772 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16773 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16774 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16775 (eval $ac_try) 2>&5
16776 ac_status=$?
16777 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16778 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16779 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16780 (eval $ac_try) 2>&5
16781 ac_status=$?
16782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16783 test $ac_status = 0; }; }; then :
16784
16785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16786 $as_echo "yes" >&6; }
16787
16788 $as_echo "#define HAVE_BLK_QUEUE_HAVE_BIO_RW_UNPLUG 1" >>confdefs.h
16789
16790
16791 else
16792 $as_echo "$as_me: failed program was:" >&5
16793 sed 's/^/| /' conftest.$ac_ext >&5
16794
16795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16796 $as_echo "no" >&6; }
16797
16798
16799
16800 fi
16801 rm -Rf build
16802
16803
16804 EXTRA_KCFLAGS="$tmp_flags"
16805
16806
16807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct blk_plug is available" >&5
16808 $as_echo_n "checking whether struct blk_plug is available... " >&6; }
16809 tmp_flags="$EXTRA_KCFLAGS"
16810 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
16811
16812
16813 cat confdefs.h - <<_ACEOF >conftest.c
16814
16815
16816 #include <linux/blkdev.h>
16817
16818 int
16819 main (void)
16820 {
16821
16822 struct blk_plug plug;
16823
16824 blk_start_plug(&plug);
16825 blk_finish_plug(&plug);
16826
16827 ;
16828 return 0;
16829 }
16830
16831 _ACEOF
16832
16833
16834
16835 cat - <<_ACEOF >conftest.h
16836
16837 _ACEOF
16838
16839
16840 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16841 echo "obj-m := conftest.o" >build/Makefile
16842 modpost_flag=''
16843 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16844 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16845 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16846 (eval $ac_try) 2>&5
16847 ac_status=$?
16848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16849 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16850 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16851 (eval $ac_try) 2>&5
16852 ac_status=$?
16853 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16854 test $ac_status = 0; }; }; then :
16855
16856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16857 $as_echo "yes" >&6; }
16858
16859 $as_echo "#define HAVE_BLK_QUEUE_HAVE_BLK_PLUG 1" >>confdefs.h
16860
16861
16862 else
16863 $as_echo "$as_me: failed program was:" >&5
16864 sed 's/^/| /' conftest.$ac_ext >&5
16865
16866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16867 $as_echo "no" >&6; }
16868
16869
16870
16871 fi
16872 rm -Rf build
16873
16874
16875 EXTRA_KCFLAGS="$tmp_flags"
16876
16877
16878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether get_disk_ro() is available" >&5
16879 $as_echo_n "checking whether get_disk_ro() is available... " >&6; }
16880 tmp_flags="$EXTRA_KCFLAGS"
16881 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
16882
16883
16884 cat confdefs.h - <<_ACEOF >conftest.c
16885
16886
16887 #include <linux/blkdev.h>
16888
16889 int
16890 main (void)
16891 {
16892
16893 struct gendisk *disk = NULL;
16894 (void) get_disk_ro(disk);
16895
16896 ;
16897 return 0;
16898 }
16899
16900 _ACEOF
16901
16902
16903
16904 cat - <<_ACEOF >conftest.h
16905
16906 _ACEOF
16907
16908
16909 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16910 echo "obj-m := conftest.o" >build/Makefile
16911 modpost_flag=''
16912 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16913 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16914 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16915 (eval $ac_try) 2>&5
16916 ac_status=$?
16917 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16918 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16919 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16920 (eval $ac_try) 2>&5
16921 ac_status=$?
16922 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16923 test $ac_status = 0; }; }; then :
16924
16925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16926 $as_echo "yes" >&6; }
16927
16928 $as_echo "#define HAVE_GET_DISK_RO 1" >>confdefs.h
16929
16930
16931 else
16932 $as_echo "$as_me: failed program was:" >&5
16933 sed 's/^/| /' conftest.$ac_ext >&5
16934
16935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16936 $as_echo "no" >&6; }
16937
16938
16939
16940 fi
16941 rm -Rf build
16942
16943
16944 EXTRA_KCFLAGS="$tmp_flags"
16945
16946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether get_gendisk() is available" >&5
16947 $as_echo_n "checking whether get_gendisk() is available... " >&6; }
16948
16949
16950
16951 cat confdefs.h - <<_ACEOF >conftest.c
16952
16953
16954 #include <linux/genhd.h>
16955
16956 int
16957 main (void)
16958 {
16959
16960 get_gendisk(0, NULL);
16961
16962 ;
16963 return 0;
16964 }
16965
16966 _ACEOF
16967
16968
16969
16970 cat - <<_ACEOF >conftest.h
16971
16972 _ACEOF
16973
16974
16975 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
16976 echo "obj-m := conftest.o" >build/Makefile
16977 modpost_flag=''
16978 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
16979 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
16980 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16981 (eval $ac_try) 2>&5
16982 ac_status=$?
16983 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16984 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
16985 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16986 (eval $ac_try) 2>&5
16987 ac_status=$?
16988 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16989 test $ac_status = 0; }; }; then :
16990 rc=0
16991 else
16992 $as_echo "$as_me: failed program was:" >&5
16993 sed 's/^/| /' conftest.$ac_ext >&5
16994 rc=1
16995
16996
16997 fi
16998 rm -Rf build
16999
17000
17001 if test $rc -ne 0; then :
17002
17003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17004 $as_echo "no" >&6; }
17005
17006 else
17007 if test "x$enable_linux_builtin" != xyes; then
17008
17009 grep -q -E '[[:space:]]get_gendisk[[:space:]]' \
17010 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
17011 rc=$?
17012 if test $rc -ne 0; then
17013 export=0
17014 for file in block/genhd.c; do
17015 grep -q -E "EXPORT_SYMBOL.*(get_gendisk)" \
17016 "$LINUX/$file" 2>/dev/null
17017 rc=$?
17018 if test $rc -eq 0; then
17019 export=1
17020 break;
17021 fi
17022 done
17023 if test $export -eq 0; then :
17024 rc=1
17025 else :
17026 rc=0
17027 fi
17028 else :
17029 rc=0
17030 fi
17031
17032 fi
17033 if test $rc -ne 0; then :
17034
17035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17036 $as_echo "no" >&6; }
17037
17038 else :
17039
17040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17041 $as_echo "yes" >&6; }
17042
17043 $as_echo "#define HAVE_GET_GENDISK 1" >>confdefs.h
17044
17045
17046 fi
17047 fi
17048
17049
17050
17051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bio_set_op_attrs is available" >&5
17052 $as_echo_n "checking whether bio_set_op_attrs is available... " >&6; }
17053
17054
17055 cat confdefs.h - <<_ACEOF >conftest.c
17056
17057
17058 #include <linux/blk_types.h>
17059
17060 int
17061 main (void)
17062 {
17063
17064 struct bio *bio __attribute__ ((unused)) = NULL;
17065
17066 bio_set_op_attrs(bio, 0, 0);
17067
17068 ;
17069 return 0;
17070 }
17071
17072 _ACEOF
17073
17074
17075
17076 cat - <<_ACEOF >conftest.h
17077
17078 _ACEOF
17079
17080
17081 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17082 echo "obj-m := conftest.o" >build/Makefile
17083 modpost_flag=''
17084 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17085 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
17086 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17087 (eval $ac_try) 2>&5
17088 ac_status=$?
17089 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17090 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
17091 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17092 (eval $ac_try) 2>&5
17093 ac_status=$?
17094 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17095 test $ac_status = 0; }; }; then :
17096
17097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17098 $as_echo "yes" >&6; }
17099
17100 $as_echo "#define HAVE_BIO_SET_OP_ATTRS 1" >>confdefs.h
17101
17102
17103 else
17104 $as_echo "$as_me: failed program was:" >&5
17105 sed 's/^/| /' conftest.$ac_ext >&5
17106
17107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17108 $as_echo "no" >&6; }
17109
17110
17111
17112 fi
17113 rm -Rf build
17114
17115
17116
17117
17118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic_readlink is global" >&5
17119 $as_echo_n "checking whether generic_readlink is global... " >&6; }
17120
17121
17122 cat confdefs.h - <<_ACEOF >conftest.c
17123
17124
17125 #include <linux/fs.h>
17126
17127 int
17128 main (void)
17129 {
17130
17131 int i __attribute__ ((unused));
17132
17133 i = generic_readlink(NULL, NULL, 0);
17134
17135 ;
17136 return 0;
17137 }
17138
17139 _ACEOF
17140
17141
17142
17143 cat - <<_ACEOF >conftest.h
17144
17145 _ACEOF
17146
17147
17148 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17149 echo "obj-m := conftest.o" >build/Makefile
17150 modpost_flag=''
17151 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17152 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
17153 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17154 (eval $ac_try) 2>&5
17155 ac_status=$?
17156 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17157 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
17158 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17159 (eval $ac_try) 2>&5
17160 ac_status=$?
17161 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17162 test $ac_status = 0; }; }; then :
17163
17164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17165 $as_echo "yes" >&6; }
17166
17167 $as_echo "#define HAVE_GENERIC_READLINK 1" >>confdefs.h
17168
17169
17170 else
17171 $as_echo "$as_me: failed program was:" >&5
17172 sed 's/^/| /' conftest.$ac_ext >&5
17173
17174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17175 $as_echo "no" >&6; }
17176
17177
17178
17179 fi
17180 rm -Rf build
17181
17182
17183
17184
17185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ql->discard_granularity is available" >&5
17186 $as_echo_n "checking whether ql->discard_granularity is available... " >&6; }
17187
17188
17189 cat confdefs.h - <<_ACEOF >conftest.c
17190
17191
17192 #include <linux/blkdev.h>
17193
17194 int
17195 main (void)
17196 {
17197
17198 struct queue_limits ql __attribute__ ((unused));
17199
17200 ql.discard_granularity = 0;
17201
17202 ;
17203 return 0;
17204 }
17205
17206 _ACEOF
17207
17208
17209
17210 cat - <<_ACEOF >conftest.h
17211
17212 _ACEOF
17213
17214
17215 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17216 echo "obj-m := conftest.o" >build/Makefile
17217 modpost_flag=''
17218 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17219 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
17220 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17221 (eval $ac_try) 2>&5
17222 ac_status=$?
17223 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17224 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
17225 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17226 (eval $ac_try) 2>&5
17227 ac_status=$?
17228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17229 test $ac_status = 0; }; }; then :
17230
17231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17232 $as_echo "yes" >&6; }
17233
17234 $as_echo "#define HAVE_DISCARD_GRANULARITY 1" >>confdefs.h
17235
17236
17237 else
17238 $as_echo "$as_me: failed program was:" >&5
17239 sed 's/^/| /' conftest.$ac_ext >&5
17240
17241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17242 $as_echo "no" >&6; }
17243
17244
17245
17246 fi
17247 rm -Rf build
17248
17249
17250
17251
17252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether super_block uses const struct xattr_handler" >&5
17253 $as_echo_n "checking whether super_block uses const struct xattr_handler... " >&6; }
17254
17255
17256 cat confdefs.h - <<_ACEOF >conftest.c
17257
17258
17259 #include <linux/fs.h>
17260 #include <linux/xattr.h>
17261
17262 const struct xattr_handler xattr_test_handler = {
17263 .prefix = "test",
17264 .get = NULL,
17265 .set = NULL,
17266 };
17267
17268 const struct xattr_handler *xattr_handlers[] = {
17269 &xattr_test_handler,
17270 };
17271
17272 const struct super_block sb __attribute__ ((unused)) = {
17273 .s_xattr = xattr_handlers,
17274 };
17275
17276 int
17277 main (void)
17278 {
17279
17280
17281 ;
17282 return 0;
17283 }
17284
17285 _ACEOF
17286
17287
17288
17289 cat - <<_ACEOF >conftest.h
17290
17291 _ACEOF
17292
17293
17294 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17295 echo "obj-m := conftest.o" >build/Makefile
17296 modpost_flag=''
17297 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17298 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
17299 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17300 (eval $ac_try) 2>&5
17301 ac_status=$?
17302 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17303 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
17304 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17305 (eval $ac_try) 2>&5
17306 ac_status=$?
17307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17308 test $ac_status = 0; }; }; then :
17309
17310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17311 $as_echo "yes" >&6; }
17312
17313 $as_echo "#define HAVE_CONST_XATTR_HANDLER 1" >>confdefs.h
17314
17315
17316 else
17317 $as_echo "$as_me: failed program was:" >&5
17318 sed 's/^/| /' conftest.$ac_ext >&5
17319
17320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17321 $as_echo "no" >&6; }
17322
17323
17324
17325 fi
17326 rm -Rf build
17327
17328
17329
17330
17331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler has name" >&5
17332 $as_echo_n "checking whether xattr_handler has name... " >&6; }
17333
17334
17335 cat confdefs.h - <<_ACEOF >conftest.c
17336
17337
17338 #include <linux/xattr.h>
17339
17340 static const struct xattr_handler
17341 xops __attribute__ ((unused)) = {
17342 .name = XATTR_NAME_POSIX_ACL_ACCESS,
17343 };
17344
17345 int
17346 main (void)
17347 {
17348
17349
17350 ;
17351 return 0;
17352 }
17353
17354 _ACEOF
17355
17356
17357
17358 cat - <<_ACEOF >conftest.h
17359
17360 _ACEOF
17361
17362
17363 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17364 echo "obj-m := conftest.o" >build/Makefile
17365 modpost_flag=''
17366 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17367 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
17368 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17369 (eval $ac_try) 2>&5
17370 ac_status=$?
17371 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17372 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
17373 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17374 (eval $ac_try) 2>&5
17375 ac_status=$?
17376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17377 test $ac_status = 0; }; }; then :
17378
17379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17380 $as_echo "yes" >&6; }
17381
17382 $as_echo "#define HAVE_XATTR_HANDLER_NAME 1" >>confdefs.h
17383
17384
17385 else
17386 $as_echo "$as_me: failed program was:" >&5
17387 sed 's/^/| /' conftest.$ac_ext >&5
17388
17389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17390 $as_echo "no" >&6; }
17391
17392
17393
17394 fi
17395 rm -Rf build
17396
17397
17398
17399
17400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->get() wants both dentry and inode" >&5
17401 $as_echo_n "checking whether xattr_handler->get() wants both dentry and inode... " >&6; }
17402
17403
17404 cat confdefs.h - <<_ACEOF >conftest.c
17405
17406
17407 #include <linux/xattr.h>
17408
17409 int get(const struct xattr_handler *handler,
17410 struct dentry *dentry, struct inode *inode,
17411 const char *name, void *buffer, size_t size) { return 0; }
17412 static const struct xattr_handler
17413 xops __attribute__ ((unused)) = {
17414 .get = get,
17415 };
17416
17417 int
17418 main (void)
17419 {
17420
17421
17422 ;
17423 return 0;
17424 }
17425
17426 _ACEOF
17427
17428
17429
17430 cat - <<_ACEOF >conftest.h
17431
17432 _ACEOF
17433
17434
17435 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17436 echo "obj-m := conftest.o" >build/Makefile
17437 modpost_flag=''
17438 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17439 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
17440 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17441 (eval $ac_try) 2>&5
17442 ac_status=$?
17443 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17444 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
17445 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17446 (eval $ac_try) 2>&5
17447 ac_status=$?
17448 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17449 test $ac_status = 0; }; }; then :
17450
17451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17452 $as_echo "yes" >&6; }
17453
17454 $as_echo "#define HAVE_XATTR_GET_DENTRY_INODE 1" >>confdefs.h
17455
17456
17457 else
17458 $as_echo "$as_me: failed program was:" >&5
17459 sed 's/^/| /' conftest.$ac_ext >&5
17460
17461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->get() wants xattr_handler" >&5
17462 $as_echo_n "checking whether xattr_handler->get() wants xattr_handler... " >&6; }
17463
17464
17465 cat confdefs.h - <<_ACEOF >conftest.c
17466
17467
17468 #include <linux/xattr.h>
17469
17470 int get(const struct xattr_handler *handler,
17471 struct dentry *dentry, const char *name,
17472 void *buffer, size_t size) { return 0; }
17473 static const struct xattr_handler
17474 xops __attribute__ ((unused)) = {
17475 .get = get,
17476 };
17477
17478 int
17479 main (void)
17480 {
17481
17482
17483 ;
17484 return 0;
17485 }
17486
17487 _ACEOF
17488
17489
17490
17491 cat - <<_ACEOF >conftest.h
17492
17493 _ACEOF
17494
17495
17496 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17497 echo "obj-m := conftest.o" >build/Makefile
17498 modpost_flag=''
17499 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17500 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
17501 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17502 (eval $ac_try) 2>&5
17503 ac_status=$?
17504 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17505 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
17506 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17507 (eval $ac_try) 2>&5
17508 ac_status=$?
17509 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17510 test $ac_status = 0; }; }; then :
17511
17512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17513 $as_echo "yes" >&6; }
17514
17515 $as_echo "#define HAVE_XATTR_GET_HANDLER 1" >>confdefs.h
17516
17517
17518 else
17519 $as_echo "$as_me: failed program was:" >&5
17520 sed 's/^/| /' conftest.$ac_ext >&5
17521
17522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17523 $as_echo "no" >&6; }
17524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->get() wants dentry" >&5
17525 $as_echo_n "checking whether xattr_handler->get() wants dentry... " >&6; }
17526
17527
17528 cat confdefs.h - <<_ACEOF >conftest.c
17529
17530
17531 #include <linux/xattr.h>
17532
17533 int get(struct dentry *dentry, const char *name,
17534 void *buffer, size_t size, int handler_flags)
17535 { return 0; }
17536 static const struct xattr_handler
17537 xops __attribute__ ((unused)) = {
17538 .get = get,
17539 };
17540
17541 int
17542 main (void)
17543 {
17544
17545
17546 ;
17547 return 0;
17548 }
17549
17550 _ACEOF
17551
17552
17553
17554 cat - <<_ACEOF >conftest.h
17555
17556 _ACEOF
17557
17558
17559 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17560 echo "obj-m := conftest.o" >build/Makefile
17561 modpost_flag=''
17562 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17563 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
17564 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17565 (eval $ac_try) 2>&5
17566 ac_status=$?
17567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17568 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
17569 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17570 (eval $ac_try) 2>&5
17571 ac_status=$?
17572 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17573 test $ac_status = 0; }; }; then :
17574
17575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17576 $as_echo "yes" >&6; }
17577
17578 $as_echo "#define HAVE_XATTR_GET_DENTRY 1" >>confdefs.h
17579
17580
17581 else
17582 $as_echo "$as_me: failed program was:" >&5
17583 sed 's/^/| /' conftest.$ac_ext >&5
17584
17585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17586 $as_echo "no" >&6; }
17587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->get() wants inode" >&5
17588 $as_echo_n "checking whether xattr_handler->get() wants inode... " >&6; }
17589
17590
17591 cat confdefs.h - <<_ACEOF >conftest.c
17592
17593
17594 #include <linux/xattr.h>
17595
17596 int get(struct inode *ip, const char *name,
17597 void *buffer, size_t size) { return 0; }
17598 static const struct xattr_handler
17599 xops __attribute__ ((unused)) = {
17600 .get = get,
17601 };
17602
17603 int
17604 main (void)
17605 {
17606
17607
17608 ;
17609 return 0;
17610 }
17611
17612 _ACEOF
17613
17614
17615
17616 cat - <<_ACEOF >conftest.h
17617
17618 _ACEOF
17619
17620
17621 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17622 echo "obj-m := conftest.o" >build/Makefile
17623 modpost_flag=''
17624 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17625 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
17626 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17627 (eval $ac_try) 2>&5
17628 ac_status=$?
17629 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17630 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
17631 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17632 (eval $ac_try) 2>&5
17633 ac_status=$?
17634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17635 test $ac_status = 0; }; }; then :
17636
17637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17638 $as_echo "yes" >&6; }
17639
17640 $as_echo "#define HAVE_XATTR_GET_INODE 1" >>confdefs.h
17641
17642
17643 else
17644 $as_echo "$as_me: failed program was:" >&5
17645 sed 's/^/| /' conftest.$ac_ext >&5
17646
17647 as_fn_error $? "no; please file a bug report" "$LINENO" 5
17648
17649
17650
17651 fi
17652 rm -Rf build
17653
17654
17655
17656
17657
17658 fi
17659 rm -Rf build
17660
17661
17662
17663
17664
17665 fi
17666 rm -Rf build
17667
17668
17669
17670
17671
17672 fi
17673 rm -Rf build
17674
17675
17676
17677
17678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->set() wants both dentry and inode" >&5
17679 $as_echo_n "checking whether xattr_handler->set() wants both dentry and inode... " >&6; }
17680
17681
17682 cat confdefs.h - <<_ACEOF >conftest.c
17683
17684
17685 #include <linux/xattr.h>
17686
17687 int set(const struct xattr_handler *handler,
17688 struct dentry *dentry, struct inode *inode,
17689 const char *name, const void *buffer,
17690 size_t size, int flags)
17691 { return 0; }
17692 static const struct xattr_handler
17693 xops __attribute__ ((unused)) = {
17694 .set = set,
17695 };
17696
17697 int
17698 main (void)
17699 {
17700
17701
17702 ;
17703 return 0;
17704 }
17705
17706 _ACEOF
17707
17708
17709
17710 cat - <<_ACEOF >conftest.h
17711
17712 _ACEOF
17713
17714
17715 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17716 echo "obj-m := conftest.o" >build/Makefile
17717 modpost_flag=''
17718 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17719 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
17720 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17721 (eval $ac_try) 2>&5
17722 ac_status=$?
17723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17724 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
17725 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17726 (eval $ac_try) 2>&5
17727 ac_status=$?
17728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17729 test $ac_status = 0; }; }; then :
17730
17731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17732 $as_echo "yes" >&6; }
17733
17734 $as_echo "#define HAVE_XATTR_SET_DENTRY_INODE 1" >>confdefs.h
17735
17736
17737 else
17738 $as_echo "$as_me: failed program was:" >&5
17739 sed 's/^/| /' conftest.$ac_ext >&5
17740
17741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->set() wants xattr_handler" >&5
17742 $as_echo_n "checking whether xattr_handler->set() wants xattr_handler... " >&6; }
17743
17744
17745 cat confdefs.h - <<_ACEOF >conftest.c
17746
17747
17748 #include <linux/xattr.h>
17749
17750 int set(const struct xattr_handler *handler,
17751 struct dentry *dentry, const char *name,
17752 const void *buffer, size_t size, int flags)
17753 { return 0; }
17754 static const struct xattr_handler
17755 xops __attribute__ ((unused)) = {
17756 .set = set,
17757 };
17758
17759 int
17760 main (void)
17761 {
17762
17763
17764 ;
17765 return 0;
17766 }
17767
17768 _ACEOF
17769
17770
17771
17772 cat - <<_ACEOF >conftest.h
17773
17774 _ACEOF
17775
17776
17777 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17778 echo "obj-m := conftest.o" >build/Makefile
17779 modpost_flag=''
17780 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17781 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
17782 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17783 (eval $ac_try) 2>&5
17784 ac_status=$?
17785 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17786 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
17787 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17788 (eval $ac_try) 2>&5
17789 ac_status=$?
17790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17791 test $ac_status = 0; }; }; then :
17792
17793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17794 $as_echo "yes" >&6; }
17795
17796 $as_echo "#define HAVE_XATTR_SET_HANDLER 1" >>confdefs.h
17797
17798
17799 else
17800 $as_echo "$as_me: failed program was:" >&5
17801 sed 's/^/| /' conftest.$ac_ext >&5
17802
17803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17804 $as_echo "no" >&6; }
17805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->set() wants dentry" >&5
17806 $as_echo_n "checking whether xattr_handler->set() wants dentry... " >&6; }
17807
17808
17809 cat confdefs.h - <<_ACEOF >conftest.c
17810
17811
17812 #include <linux/xattr.h>
17813
17814 int set(struct dentry *dentry, const char *name,
17815 const void *buffer, size_t size, int flags,
17816 int handler_flags) { return 0; }
17817 static const struct xattr_handler
17818 xops __attribute__ ((unused)) = {
17819 .set = set,
17820 };
17821
17822 int
17823 main (void)
17824 {
17825
17826
17827 ;
17828 return 0;
17829 }
17830
17831 _ACEOF
17832
17833
17834
17835 cat - <<_ACEOF >conftest.h
17836
17837 _ACEOF
17838
17839
17840 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17841 echo "obj-m := conftest.o" >build/Makefile
17842 modpost_flag=''
17843 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17844 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
17845 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17846 (eval $ac_try) 2>&5
17847 ac_status=$?
17848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17849 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
17850 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17851 (eval $ac_try) 2>&5
17852 ac_status=$?
17853 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17854 test $ac_status = 0; }; }; then :
17855
17856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17857 $as_echo "yes" >&6; }
17858
17859 $as_echo "#define HAVE_XATTR_SET_DENTRY 1" >>confdefs.h
17860
17861
17862 else
17863 $as_echo "$as_me: failed program was:" >&5
17864 sed 's/^/| /' conftest.$ac_ext >&5
17865
17866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17867 $as_echo "no" >&6; }
17868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->set() wants inode" >&5
17869 $as_echo_n "checking whether xattr_handler->set() wants inode... " >&6; }
17870
17871
17872 cat confdefs.h - <<_ACEOF >conftest.c
17873
17874
17875 #include <linux/xattr.h>
17876
17877 int set(struct inode *ip, const char *name,
17878 const void *buffer, size_t size, int flags)
17879 { return 0; }
17880 static const struct xattr_handler
17881 xops __attribute__ ((unused)) = {
17882 .set = set,
17883 };
17884
17885 int
17886 main (void)
17887 {
17888
17889
17890 ;
17891 return 0;
17892 }
17893
17894 _ACEOF
17895
17896
17897
17898 cat - <<_ACEOF >conftest.h
17899
17900 _ACEOF
17901
17902
17903 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17904 echo "obj-m := conftest.o" >build/Makefile
17905 modpost_flag=''
17906 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17907 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
17908 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17909 (eval $ac_try) 2>&5
17910 ac_status=$?
17911 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17912 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
17913 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17914 (eval $ac_try) 2>&5
17915 ac_status=$?
17916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17917 test $ac_status = 0; }; }; then :
17918
17919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17920 $as_echo "yes" >&6; }
17921
17922 $as_echo "#define HAVE_XATTR_SET_INODE 1" >>confdefs.h
17923
17924
17925 else
17926 $as_echo "$as_me: failed program was:" >&5
17927 sed 's/^/| /' conftest.$ac_ext >&5
17928
17929 as_fn_error $? "no; please file a bug report" "$LINENO" 5
17930
17931
17932
17933 fi
17934 rm -Rf build
17935
17936
17937
17938
17939
17940 fi
17941 rm -Rf build
17942
17943
17944
17945
17946
17947 fi
17948 rm -Rf build
17949
17950
17951
17952
17953
17954 fi
17955 rm -Rf build
17956
17957
17958
17959
17960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->list() wants simple" >&5
17961 $as_echo_n "checking whether xattr_handler->list() wants simple... " >&6; }
17962
17963
17964 cat confdefs.h - <<_ACEOF >conftest.c
17965
17966
17967 #include <linux/xattr.h>
17968
17969 bool list(struct dentry *dentry) { return 0; }
17970 static const struct xattr_handler
17971 xops __attribute__ ((unused)) = {
17972 .list = list,
17973 };
17974
17975 int
17976 main (void)
17977 {
17978
17979
17980 ;
17981 return 0;
17982 }
17983
17984 _ACEOF
17985
17986
17987
17988 cat - <<_ACEOF >conftest.h
17989
17990 _ACEOF
17991
17992
17993 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
17994 echo "obj-m := conftest.o" >build/Makefile
17995 modpost_flag=''
17996 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
17997 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
17998 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
17999 (eval $ac_try) 2>&5
18000 ac_status=$?
18001 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18002 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18003 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18004 (eval $ac_try) 2>&5
18005 ac_status=$?
18006 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18007 test $ac_status = 0; }; }; then :
18008
18009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18010 $as_echo "yes" >&6; }
18011
18012 $as_echo "#define HAVE_XATTR_LIST_SIMPLE 1" >>confdefs.h
18013
18014
18015 else
18016 $as_echo "$as_me: failed program was:" >&5
18017 sed 's/^/| /' conftest.$ac_ext >&5
18018
18019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18020 $as_echo "no" >&6; }
18021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->list() wants xattr_handler" >&5
18022 $as_echo_n "checking whether xattr_handler->list() wants xattr_handler... " >&6; }
18023
18024
18025 cat confdefs.h - <<_ACEOF >conftest.c
18026
18027
18028 #include <linux/xattr.h>
18029
18030 size_t list(const struct xattr_handler *handler,
18031 struct dentry *dentry, char *list, size_t list_size,
18032 const char *name, size_t name_len) { return 0; }
18033 static const struct xattr_handler
18034 xops __attribute__ ((unused)) = {
18035 .list = list,
18036 };
18037
18038 int
18039 main (void)
18040 {
18041
18042
18043 ;
18044 return 0;
18045 }
18046
18047 _ACEOF
18048
18049
18050
18051 cat - <<_ACEOF >conftest.h
18052
18053 _ACEOF
18054
18055
18056 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
18057 echo "obj-m := conftest.o" >build/Makefile
18058 modpost_flag=''
18059 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
18060 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
18061 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18062 (eval $ac_try) 2>&5
18063 ac_status=$?
18064 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18065 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18066 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18067 (eval $ac_try) 2>&5
18068 ac_status=$?
18069 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18070 test $ac_status = 0; }; }; then :
18071
18072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18073 $as_echo "yes" >&6; }
18074
18075 $as_echo "#define HAVE_XATTR_LIST_HANDLER 1" >>confdefs.h
18076
18077
18078 else
18079 $as_echo "$as_me: failed program was:" >&5
18080 sed 's/^/| /' conftest.$ac_ext >&5
18081
18082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18083 $as_echo "no" >&6; }
18084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->list() wants dentry" >&5
18085 $as_echo_n "checking whether xattr_handler->list() wants dentry... " >&6; }
18086
18087
18088 cat confdefs.h - <<_ACEOF >conftest.c
18089
18090
18091 #include <linux/xattr.h>
18092
18093 size_t list(struct dentry *dentry,
18094 char *list, size_t list_size,
18095 const char *name, size_t name_len,
18096 int handler_flags) { return 0; }
18097 static const struct xattr_handler
18098 xops __attribute__ ((unused)) = {
18099 .list = list,
18100 };
18101
18102 int
18103 main (void)
18104 {
18105
18106
18107 ;
18108 return 0;
18109 }
18110
18111 _ACEOF
18112
18113
18114
18115 cat - <<_ACEOF >conftest.h
18116
18117 _ACEOF
18118
18119
18120 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
18121 echo "obj-m := conftest.o" >build/Makefile
18122 modpost_flag=''
18123 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
18124 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
18125 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18126 (eval $ac_try) 2>&5
18127 ac_status=$?
18128 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18129 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18130 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18131 (eval $ac_try) 2>&5
18132 ac_status=$?
18133 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18134 test $ac_status = 0; }; }; then :
18135
18136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18137 $as_echo "yes" >&6; }
18138
18139 $as_echo "#define HAVE_XATTR_LIST_DENTRY 1" >>confdefs.h
18140
18141
18142 else
18143 $as_echo "$as_me: failed program was:" >&5
18144 sed 's/^/| /' conftest.$ac_ext >&5
18145
18146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18147 $as_echo "no" >&6; }
18148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->list() wants inode" >&5
18149 $as_echo_n "checking whether xattr_handler->list() wants inode... " >&6; }
18150
18151
18152 cat confdefs.h - <<_ACEOF >conftest.c
18153
18154
18155 #include <linux/xattr.h>
18156
18157 size_t list(struct inode *ip, char *lst,
18158 size_t list_size, const char *name,
18159 size_t name_len) { return 0; }
18160 static const struct xattr_handler
18161 xops __attribute__ ((unused)) = {
18162 .list = list,
18163 };
18164
18165 int
18166 main (void)
18167 {
18168
18169
18170 ;
18171 return 0;
18172 }
18173
18174 _ACEOF
18175
18176
18177
18178 cat - <<_ACEOF >conftest.h
18179
18180 _ACEOF
18181
18182
18183 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
18184 echo "obj-m := conftest.o" >build/Makefile
18185 modpost_flag=''
18186 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
18187 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
18188 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18189 (eval $ac_try) 2>&5
18190 ac_status=$?
18191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18192 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18193 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18194 (eval $ac_try) 2>&5
18195 ac_status=$?
18196 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18197 test $ac_status = 0; }; }; then :
18198
18199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18200 $as_echo "yes" >&6; }
18201
18202 $as_echo "#define HAVE_XATTR_LIST_INODE 1" >>confdefs.h
18203
18204
18205 else
18206 $as_echo "$as_me: failed program was:" >&5
18207 sed 's/^/| /' conftest.$ac_ext >&5
18208
18209 as_fn_error $? "no; please file a bug report" "$LINENO" 5
18210
18211
18212
18213 fi
18214 rm -Rf build
18215
18216
18217
18218
18219
18220 fi
18221 rm -Rf build
18222
18223
18224
18225
18226
18227 fi
18228 rm -Rf build
18229
18230
18231
18232
18233
18234 fi
18235 rm -Rf build
18236
18237
18238
18239
18240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether inode_owner_or_capable() exists" >&5
18241 $as_echo_n "checking whether inode_owner_or_capable() exists... " >&6; }
18242
18243
18244 cat confdefs.h - <<_ACEOF >conftest.c
18245
18246
18247 #include <linux/fs.h>
18248
18249 int
18250 main (void)
18251 {
18252
18253 struct inode *ip = NULL;
18254 (void) inode_owner_or_capable(ip);
18255
18256 ;
18257 return 0;
18258 }
18259
18260 _ACEOF
18261
18262
18263
18264 cat - <<_ACEOF >conftest.h
18265
18266 _ACEOF
18267
18268
18269 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
18270 echo "obj-m := conftest.o" >build/Makefile
18271 modpost_flag=''
18272 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
18273 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
18274 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18275 (eval $ac_try) 2>&5
18276 ac_status=$?
18277 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18278 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18279 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18280 (eval $ac_try) 2>&5
18281 ac_status=$?
18282 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18283 test $ac_status = 0; }; }; then :
18284
18285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18286 $as_echo "yes" >&6; }
18287
18288 $as_echo "#define HAVE_INODE_OWNER_OR_CAPABLE 1" >>confdefs.h
18289
18290
18291 else
18292 $as_echo "$as_me: failed program was:" >&5
18293 sed 's/^/| /' conftest.$ac_ext >&5
18294
18295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18296 $as_echo "no" >&6; }
18297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether is_owner_or_cap() exists" >&5
18298 $as_echo_n "checking whether is_owner_or_cap() exists... " >&6; }
18299
18300
18301 cat confdefs.h - <<_ACEOF >conftest.c
18302
18303
18304 #include <linux/fs.h>
18305 #include <linux/sched.h>
18306
18307 int
18308 main (void)
18309 {
18310
18311 struct inode *ip = NULL;
18312 (void) is_owner_or_cap(ip);
18313
18314 ;
18315 return 0;
18316 }
18317
18318 _ACEOF
18319
18320
18321
18322 cat - <<_ACEOF >conftest.h
18323
18324 _ACEOF
18325
18326
18327 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
18328 echo "obj-m := conftest.o" >build/Makefile
18329 modpost_flag=''
18330 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
18331 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
18332 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18333 (eval $ac_try) 2>&5
18334 ac_status=$?
18335 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18336 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18337 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18338 (eval $ac_try) 2>&5
18339 ac_status=$?
18340 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18341 test $ac_status = 0; }; }; then :
18342
18343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18344 $as_echo "yes" >&6; }
18345
18346 $as_echo "#define HAVE_IS_OWNER_OR_CAP 1" >>confdefs.h
18347
18348
18349 else
18350 $as_echo "$as_me: failed program was:" >&5
18351 sed 's/^/| /' conftest.$ac_ext >&5
18352
18353 as_fn_error $? "no - Please file a bug report at
18354 https://github.com/zfsonlinux/zfs/issues/new" "$LINENO" 5
18355
18356
18357
18358 fi
18359 rm -Rf build
18360
18361
18362
18363
18364
18365 fi
18366 rm -Rf build
18367
18368
18369
18370
18371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_from_xattr() needs user_ns" >&5
18372 $as_echo_n "checking whether posix_acl_from_xattr() needs user_ns... " >&6; }
18373
18374
18375 cat confdefs.h - <<_ACEOF >conftest.c
18376
18377
18378 #include <linux/cred.h>
18379 #include <linux/fs.h>
18380 #include <linux/posix_acl_xattr.h>
18381
18382 int
18383 main (void)
18384 {
18385
18386 posix_acl_from_xattr(&init_user_ns, NULL, 0);
18387
18388 ;
18389 return 0;
18390 }
18391
18392 _ACEOF
18393
18394
18395
18396 cat - <<_ACEOF >conftest.h
18397
18398 _ACEOF
18399
18400
18401 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
18402 echo "obj-m := conftest.o" >build/Makefile
18403 modpost_flag=''
18404 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
18405 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
18406 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18407 (eval $ac_try) 2>&5
18408 ac_status=$?
18409 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18410 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18411 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18412 (eval $ac_try) 2>&5
18413 ac_status=$?
18414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18415 test $ac_status = 0; }; }; then :
18416
18417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18418 $as_echo "yes" >&6; }
18419
18420 $as_echo "#define HAVE_POSIX_ACL_FROM_XATTR_USERNS 1" >>confdefs.h
18421
18422
18423 else
18424 $as_echo "$as_me: failed program was:" >&5
18425 sed 's/^/| /' conftest.$ac_ext >&5
18426
18427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18428 $as_echo "no" >&6; }
18429
18430
18431
18432 fi
18433 rm -Rf build
18434
18435
18436
18437
18438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_release() is available" >&5
18439 $as_echo_n "checking whether posix_acl_release() is available... " >&6; }
18440
18441
18442 cat confdefs.h - <<_ACEOF >conftest.c
18443
18444
18445 #include <linux/cred.h>
18446 #include <linux/fs.h>
18447 #include <linux/posix_acl.h>
18448
18449 int
18450 main (void)
18451 {
18452
18453 struct posix_acl* tmp = posix_acl_alloc(1, 0);
18454 posix_acl_release(tmp);
18455
18456 ;
18457 return 0;
18458 }
18459
18460 _ACEOF
18461
18462
18463
18464 cat - <<_ACEOF >conftest.h
18465
18466 _ACEOF
18467
18468
18469 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
18470 echo "obj-m := conftest.o" >build/Makefile
18471 modpost_flag=''
18472 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
18473 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
18474 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18475 (eval $ac_try) 2>&5
18476 ac_status=$?
18477 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18478 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18479 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18480 (eval $ac_try) 2>&5
18481 ac_status=$?
18482 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18483 test $ac_status = 0; }; }; then :
18484
18485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18486 $as_echo "yes" >&6; }
18487
18488 $as_echo "#define HAVE_POSIX_ACL_RELEASE 1" >>confdefs.h
18489
18490
18491 else
18492 $as_echo "$as_me: failed program was:" >&5
18493 sed 's/^/| /' conftest.$ac_ext >&5
18494
18495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18496 $as_echo "no" >&6; }
18497
18498
18499
18500 fi
18501 rm -Rf build
18502
18503
18504
18505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_release() is GPL-only" >&5
18506 $as_echo_n "checking whether posix_acl_release() is GPL-only... " >&6; }
18507
18508
18509 cat confdefs.h - <<_ACEOF >conftest.c
18510
18511
18512 #include <linux/cred.h>
18513 #include <linux/fs.h>
18514 #include <linux/posix_acl.h>
18515
18516 MODULE_LICENSE("$ZFS_META_LICENSE");
18517
18518 int
18519 main (void)
18520 {
18521
18522 struct posix_acl* tmp = posix_acl_alloc(1, 0);
18523 posix_acl_release(tmp);
18524
18525 ;
18526 return 0;
18527 }
18528
18529 _ACEOF
18530
18531
18532
18533 cat - <<_ACEOF >conftest.h
18534
18535 _ACEOF
18536
18537
18538 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
18539 echo "obj-m := conftest.o" >build/Makefile
18540 modpost_flag=''
18541 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
18542 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
18543 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18544 (eval $ac_try) 2>&5
18545 ac_status=$?
18546 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18547 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18548 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18549 (eval $ac_try) 2>&5
18550 ac_status=$?
18551 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18552 test $ac_status = 0; }; }; then :
18553
18554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18555 $as_echo "no" >&6; }
18556
18557 else
18558 $as_echo "$as_me: failed program was:" >&5
18559 sed 's/^/| /' conftest.$ac_ext >&5
18560
18561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18562 $as_echo "yes" >&6; }
18563
18564 $as_echo "#define HAVE_POSIX_ACL_RELEASE_GPL_ONLY 1" >>confdefs.h
18565
18566
18567
18568
18569 fi
18570 rm -Rf build
18571
18572
18573
18574
18575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether set_cached_acl() is usable" >&5
18576 $as_echo_n "checking whether set_cached_acl() is usable... " >&6; }
18577
18578
18579 cat confdefs.h - <<_ACEOF >conftest.c
18580
18581
18582 #include <linux/module.h>
18583 #include <linux/cred.h>
18584 #include <linux/fs.h>
18585 #include <linux/posix_acl.h>
18586
18587 MODULE_LICENSE("$ZFS_META_LICENSE");
18588
18589 int
18590 main (void)
18591 {
18592
18593 struct inode *ip = NULL;
18594 struct posix_acl *acl = posix_acl_alloc(1, 0);
18595 set_cached_acl(ip, ACL_TYPE_ACCESS, acl);
18596 forget_cached_acl(ip, ACL_TYPE_ACCESS);
18597
18598 ;
18599 return 0;
18600 }
18601
18602 _ACEOF
18603
18604
18605
18606 cat - <<_ACEOF >conftest.h
18607
18608 _ACEOF
18609
18610
18611 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
18612 echo "obj-m := conftest.o" >build/Makefile
18613 modpost_flag=''
18614 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
18615 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
18616 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18617 (eval $ac_try) 2>&5
18618 ac_status=$?
18619 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18620 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18621 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18622 (eval $ac_try) 2>&5
18623 ac_status=$?
18624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18625 test $ac_status = 0; }; }; then :
18626
18627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18628 $as_echo "yes" >&6; }
18629
18630 $as_echo "#define HAVE_SET_CACHED_ACL_USABLE 1" >>confdefs.h
18631
18632
18633 else
18634 $as_echo "$as_me: failed program was:" >&5
18635 sed 's/^/| /' conftest.$ac_ext >&5
18636
18637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18638 $as_echo "no" >&6; }
18639
18640
18641
18642 fi
18643 rm -Rf build
18644
18645
18646
18647
18648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_chmod exists" >&5
18649 $as_echo_n "checking whether posix_acl_chmod exists... " >&6; }
18650
18651
18652 cat confdefs.h - <<_ACEOF >conftest.c
18653
18654
18655 #include <linux/fs.h>
18656 #include <linux/posix_acl.h>
18657
18658 int
18659 main (void)
18660 {
18661
18662 posix_acl_chmod(NULL, 0, 0)
18663
18664 ;
18665 return 0;
18666 }
18667
18668 _ACEOF
18669
18670
18671
18672 cat - <<_ACEOF >conftest.h
18673
18674 _ACEOF
18675
18676
18677 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
18678 echo "obj-m := conftest.o" >build/Makefile
18679 modpost_flag=''
18680 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
18681 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
18682 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18683 (eval $ac_try) 2>&5
18684 ac_status=$?
18685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18686 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18687 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18688 (eval $ac_try) 2>&5
18689 ac_status=$?
18690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18691 test $ac_status = 0; }; }; then :
18692
18693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18694 $as_echo "yes" >&6; }
18695
18696 $as_echo "#define HAVE_POSIX_ACL_CHMOD 1" >>confdefs.h
18697
18698
18699 else
18700 $as_echo "$as_me: failed program was:" >&5
18701 sed 's/^/| /' conftest.$ac_ext >&5
18702
18703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18704 $as_echo "no" >&6; }
18705
18706
18707
18708 fi
18709 rm -Rf build
18710
18711
18712
18713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __posix_acl_chmod exists" >&5
18714 $as_echo_n "checking whether __posix_acl_chmod exists... " >&6; }
18715
18716
18717 cat confdefs.h - <<_ACEOF >conftest.c
18718
18719
18720 #include <linux/fs.h>
18721 #include <linux/posix_acl.h>
18722
18723 int
18724 main (void)
18725 {
18726
18727 __posix_acl_chmod(NULL, 0, 0)
18728
18729 ;
18730 return 0;
18731 }
18732
18733 _ACEOF
18734
18735
18736
18737 cat - <<_ACEOF >conftest.h
18738
18739 _ACEOF
18740
18741
18742 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
18743 echo "obj-m := conftest.o" >build/Makefile
18744 modpost_flag=''
18745 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
18746 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
18747 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18748 (eval $ac_try) 2>&5
18749 ac_status=$?
18750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18751 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18752 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18753 (eval $ac_try) 2>&5
18754 ac_status=$?
18755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18756 test $ac_status = 0; }; }; then :
18757
18758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18759 $as_echo "yes" >&6; }
18760
18761 $as_echo "#define HAVE___POSIX_ACL_CHMOD 1" >>confdefs.h
18762
18763
18764 else
18765 $as_echo "$as_me: failed program was:" >&5
18766 sed 's/^/| /' conftest.$ac_ext >&5
18767
18768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18769 $as_echo "no" >&6; }
18770
18771
18772
18773 fi
18774 rm -Rf build
18775
18776
18777
18778
18779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_equiv_mode() wants umode_t" >&5
18780 $as_echo_n "checking whether posix_acl_equiv_mode() wants umode_t... " >&6; }
18781
18782
18783 cat confdefs.h - <<_ACEOF >conftest.c
18784
18785
18786 #include <linux/fs.h>
18787 #include <linux/posix_acl.h>
18788
18789 int
18790 main (void)
18791 {
18792
18793 umode_t tmp;
18794 posix_acl_equiv_mode(NULL,&tmp);
18795
18796 ;
18797 return 0;
18798 }
18799
18800 _ACEOF
18801
18802
18803
18804 cat - <<_ACEOF >conftest.h
18805
18806 _ACEOF
18807
18808
18809 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
18810 echo "obj-m := conftest.o" >build/Makefile
18811 modpost_flag=''
18812 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
18813 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
18814 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18815 (eval $ac_try) 2>&5
18816 ac_status=$?
18817 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18818 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18819 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18820 (eval $ac_try) 2>&5
18821 ac_status=$?
18822 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18823 test $ac_status = 0; }; }; then :
18824
18825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18826 $as_echo "yes" >&6; }
18827
18828 $as_echo "#define HAVE_POSIX_ACL_EQUIV_MODE_UMODE_T 1" >>confdefs.h
18829
18830
18831 else
18832 $as_echo "$as_me: failed program was:" >&5
18833 sed 's/^/| /' conftest.$ac_ext >&5
18834
18835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18836 $as_echo "no" >&6; }
18837
18838
18839
18840 fi
18841 rm -Rf build
18842
18843
18844
18845
18846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_valid() wants user namespace" >&5
18847 $as_echo_n "checking whether posix_acl_valid() wants user namespace... " >&6; }
18848
18849
18850 cat confdefs.h - <<_ACEOF >conftest.c
18851
18852
18853 #include <linux/fs.h>
18854 #include <linux/posix_acl.h>
18855
18856 int
18857 main (void)
18858 {
18859
18860 struct user_namespace *user_ns = NULL;
18861 const struct posix_acl *acl = NULL;
18862 int error;
18863
18864 error = posix_acl_valid(user_ns, acl);
18865
18866 ;
18867 return 0;
18868 }
18869
18870 _ACEOF
18871
18872
18873
18874 cat - <<_ACEOF >conftest.h
18875
18876 _ACEOF
18877
18878
18879 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
18880 echo "obj-m := conftest.o" >build/Makefile
18881 modpost_flag=''
18882 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
18883 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
18884 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18885 (eval $ac_try) 2>&5
18886 ac_status=$?
18887 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18888 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18889 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18890 (eval $ac_try) 2>&5
18891 ac_status=$?
18892 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18893 test $ac_status = 0; }; }; then :
18894
18895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18896 $as_echo "yes" >&6; }
18897
18898 $as_echo "#define HAVE_POSIX_ACL_VALID_WITH_NS 1" >>confdefs.h
18899
18900
18901 else
18902 $as_echo "$as_me: failed program was:" >&5
18903 sed 's/^/| /' conftest.$ac_ext >&5
18904
18905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18906 $as_echo "no" >&6; }
18907
18908
18909
18910 fi
18911 rm -Rf build
18912
18913
18914
18915
18916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->permission() exists" >&5
18917 $as_echo_n "checking whether iops->permission() exists... " >&6; }
18918
18919
18920 cat confdefs.h - <<_ACEOF >conftest.c
18921
18922
18923 #include <linux/fs.h>
18924
18925 int permission_fn(struct inode *inode, int mask) { return 0; }
18926
18927 static const struct inode_operations
18928 iops __attribute__ ((unused)) = {
18929 .permission = permission_fn,
18930 };
18931
18932 int
18933 main (void)
18934 {
18935
18936
18937 ;
18938 return 0;
18939 }
18940
18941 _ACEOF
18942
18943
18944
18945 cat - <<_ACEOF >conftest.h
18946
18947 _ACEOF
18948
18949
18950 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
18951 echo "obj-m := conftest.o" >build/Makefile
18952 modpost_flag=''
18953 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
18954 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
18955 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18956 (eval $ac_try) 2>&5
18957 ac_status=$?
18958 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18959 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
18960 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
18961 (eval $ac_try) 2>&5
18962 ac_status=$?
18963 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18964 test $ac_status = 0; }; }; then :
18965
18966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18967 $as_echo "yes" >&6; }
18968
18969 $as_echo "#define HAVE_PERMISSION 1" >>confdefs.h
18970
18971
18972 else
18973 $as_echo "$as_me: failed program was:" >&5
18974 sed 's/^/| /' conftest.$ac_ext >&5
18975
18976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18977 $as_echo "no" >&6; }
18978
18979
18980
18981 fi
18982 rm -Rf build
18983
18984
18985
18986
18987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->permission() wants nameidata" >&5
18988 $as_echo_n "checking whether iops->permission() wants nameidata... " >&6; }
18989
18990
18991 cat confdefs.h - <<_ACEOF >conftest.c
18992
18993
18994 #include <linux/fs.h>
18995
18996 int permission_fn(struct inode *inode, int mask,
18997 struct nameidata *nd) { return 0; }
18998
18999 static const struct inode_operations
19000 iops __attribute__ ((unused)) = {
19001 .permission = permission_fn,
19002 };
19003
19004 int
19005 main (void)
19006 {
19007
19008
19009 ;
19010 return 0;
19011 }
19012
19013 _ACEOF
19014
19015
19016
19017 cat - <<_ACEOF >conftest.h
19018
19019 _ACEOF
19020
19021
19022 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19023 echo "obj-m := conftest.o" >build/Makefile
19024 modpost_flag=''
19025 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19026 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
19027 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19028 (eval $ac_try) 2>&5
19029 ac_status=$?
19030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19031 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
19032 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19033 (eval $ac_try) 2>&5
19034 ac_status=$?
19035 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19036 test $ac_status = 0; }; }; then :
19037
19038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19039 $as_echo "yes" >&6; }
19040
19041 $as_echo "#define HAVE_PERMISSION 1" >>confdefs.h
19042
19043
19044 $as_echo "#define HAVE_PERMISSION_WITH_NAMEIDATA 1" >>confdefs.h
19045
19046
19047 else
19048 $as_echo "$as_me: failed program was:" >&5
19049 sed 's/^/| /' conftest.$ac_ext >&5
19050
19051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19052 $as_echo "no" >&6; }
19053
19054
19055
19056 fi
19057 rm -Rf build
19058
19059
19060
19061
19062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->check_acl() exists" >&5
19063 $as_echo_n "checking whether iops->check_acl() exists... " >&6; }
19064
19065
19066 cat confdefs.h - <<_ACEOF >conftest.c
19067
19068
19069 #include <linux/fs.h>
19070
19071 int check_acl_fn(struct inode *inode, int mask) { return 0; }
19072
19073 static const struct inode_operations
19074 iops __attribute__ ((unused)) = {
19075 .check_acl = check_acl_fn,
19076 };
19077
19078 int
19079 main (void)
19080 {
19081
19082
19083 ;
19084 return 0;
19085 }
19086
19087 _ACEOF
19088
19089
19090
19091 cat - <<_ACEOF >conftest.h
19092
19093 _ACEOF
19094
19095
19096 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19097 echo "obj-m := conftest.o" >build/Makefile
19098 modpost_flag=''
19099 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19100 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
19101 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19102 (eval $ac_try) 2>&5
19103 ac_status=$?
19104 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19105 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
19106 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19107 (eval $ac_try) 2>&5
19108 ac_status=$?
19109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19110 test $ac_status = 0; }; }; then :
19111
19112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19113 $as_echo "yes" >&6; }
19114
19115 $as_echo "#define HAVE_CHECK_ACL 1" >>confdefs.h
19116
19117
19118 else
19119 $as_echo "$as_me: failed program was:" >&5
19120 sed 's/^/| /' conftest.$ac_ext >&5
19121
19122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19123 $as_echo "no" >&6; }
19124
19125
19126
19127 fi
19128 rm -Rf build
19129
19130
19131
19132
19133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->check_acl() wants flags" >&5
19134 $as_echo_n "checking whether iops->check_acl() wants flags... " >&6; }
19135
19136
19137 cat confdefs.h - <<_ACEOF >conftest.c
19138
19139
19140 #include <linux/fs.h>
19141
19142 int check_acl_fn(struct inode *inode, int mask,
19143 unsigned int flags) { return 0; }
19144
19145 static const struct inode_operations
19146 iops __attribute__ ((unused)) = {
19147 .check_acl = check_acl_fn,
19148 };
19149
19150 int
19151 main (void)
19152 {
19153
19154
19155 ;
19156 return 0;
19157 }
19158
19159 _ACEOF
19160
19161
19162
19163 cat - <<_ACEOF >conftest.h
19164
19165 _ACEOF
19166
19167
19168 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19169 echo "obj-m := conftest.o" >build/Makefile
19170 modpost_flag=''
19171 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19172 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
19173 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19174 (eval $ac_try) 2>&5
19175 ac_status=$?
19176 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19177 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
19178 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19179 (eval $ac_try) 2>&5
19180 ac_status=$?
19181 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19182 test $ac_status = 0; }; }; then :
19183
19184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19185 $as_echo "yes" >&6; }
19186
19187 $as_echo "#define HAVE_CHECK_ACL 1" >>confdefs.h
19188
19189
19190 $as_echo "#define HAVE_CHECK_ACL_WITH_FLAGS 1" >>confdefs.h
19191
19192
19193 else
19194 $as_echo "$as_me: failed program was:" >&5
19195 sed 's/^/| /' conftest.$ac_ext >&5
19196
19197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19198 $as_echo "no" >&6; }
19199
19200
19201
19202 fi
19203 rm -Rf build
19204
19205
19206
19207
19208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->get_acl() exists" >&5
19209 $as_echo_n "checking whether iops->get_acl() exists... " >&6; }
19210
19211
19212 cat confdefs.h - <<_ACEOF >conftest.c
19213
19214
19215 #include <linux/fs.h>
19216
19217 struct posix_acl *get_acl_fn(struct inode *inode, int type)
19218 { return NULL; }
19219
19220 static const struct inode_operations
19221 iops __attribute__ ((unused)) = {
19222 .get_acl = get_acl_fn,
19223 };
19224
19225 int
19226 main (void)
19227 {
19228
19229
19230 ;
19231 return 0;
19232 }
19233
19234 _ACEOF
19235
19236
19237
19238 cat - <<_ACEOF >conftest.h
19239
19240 _ACEOF
19241
19242
19243 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19244 echo "obj-m := conftest.o" >build/Makefile
19245 modpost_flag=''
19246 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19247 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
19248 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19249 (eval $ac_try) 2>&5
19250 ac_status=$?
19251 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19252 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
19253 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19254 (eval $ac_try) 2>&5
19255 ac_status=$?
19256 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19257 test $ac_status = 0; }; }; then :
19258
19259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19260 $as_echo "yes" >&6; }
19261
19262 $as_echo "#define HAVE_GET_ACL 1" >>confdefs.h
19263
19264
19265 else
19266 $as_echo "$as_me: failed program was:" >&5
19267 sed 's/^/| /' conftest.$ac_ext >&5
19268
19269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19270 $as_echo "no" >&6; }
19271
19272
19273
19274 fi
19275 rm -Rf build
19276
19277
19278
19279
19280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->set_acl() exists" >&5
19281 $as_echo_n "checking whether iops->set_acl() exists... " >&6; }
19282
19283
19284 cat confdefs.h - <<_ACEOF >conftest.c
19285
19286
19287 #include <linux/fs.h>
19288
19289 int set_acl_fn(struct inode *inode, struct posix_acl *acl, int type)
19290 { return 0; }
19291
19292 static const struct inode_operations
19293 iops __attribute__ ((unused)) = {
19294 .set_acl = set_acl_fn,
19295 };
19296
19297 int
19298 main (void)
19299 {
19300
19301
19302 ;
19303 return 0;
19304 }
19305
19306 _ACEOF
19307
19308
19309
19310 cat - <<_ACEOF >conftest.h
19311
19312 _ACEOF
19313
19314
19315 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19316 echo "obj-m := conftest.o" >build/Makefile
19317 modpost_flag=''
19318 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19319 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
19320 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19321 (eval $ac_try) 2>&5
19322 ac_status=$?
19323 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19324 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
19325 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19326 (eval $ac_try) 2>&5
19327 ac_status=$?
19328 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19329 test $ac_status = 0; }; }; then :
19330
19331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19332 $as_echo "yes" >&6; }
19333
19334 $as_echo "#define HAVE_SET_ACL 1" >>confdefs.h
19335
19336
19337 else
19338 $as_echo "$as_me: failed program was:" >&5
19339 sed 's/^/| /' conftest.$ac_ext >&5
19340
19341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19342 $as_echo "no" >&6; }
19343
19344
19345
19346 fi
19347 rm -Rf build
19348
19349
19350
19351
19352
19353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->getattr() takes a path" >&5
19354 $as_echo_n "checking whether iops->getattr() takes a path... " >&6; }
19355
19356
19357 cat confdefs.h - <<_ACEOF >conftest.c
19358
19359
19360 #include <linux/fs.h>
19361
19362 int test_getattr(
19363 const struct path *p, struct kstat *k,
19364 u32 request_mask, unsigned int query_flags)
19365 { return 0; }
19366
19367 static const struct inode_operations
19368 iops __attribute__ ((unused)) = {
19369 .getattr = test_getattr,
19370 };
19371
19372 int
19373 main (void)
19374 {
19375
19376
19377 ;
19378 return 0;
19379 }
19380
19381 _ACEOF
19382
19383
19384
19385 cat - <<_ACEOF >conftest.h
19386
19387 _ACEOF
19388
19389
19390 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19391 echo "obj-m := conftest.o" >build/Makefile
19392 modpost_flag=''
19393 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19394 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
19395 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19396 (eval $ac_try) 2>&5
19397 ac_status=$?
19398 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19399 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
19400 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19401 (eval $ac_try) 2>&5
19402 ac_status=$?
19403 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19404 test $ac_status = 0; }; }; then :
19405
19406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19407 $as_echo "yes" >&6; }
19408
19409 $as_echo "#define HAVE_PATH_IOPS_GETATTR 1" >>confdefs.h
19410
19411
19412 else
19413 $as_echo "$as_me: failed program was:" >&5
19414 sed 's/^/| /' conftest.$ac_ext >&5
19415
19416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19417 $as_echo "no" >&6; }
19418
19419
19420
19421 fi
19422 rm -Rf build
19423
19424
19425
19426
19427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->getattr() takes a vfsmount" >&5
19428 $as_echo_n "checking whether iops->getattr() takes a vfsmount... " >&6; }
19429
19430
19431 cat confdefs.h - <<_ACEOF >conftest.c
19432
19433
19434 #include <linux/fs.h>
19435
19436 int test_getattr(
19437 struct vfsmount *mnt, struct dentry *d,
19438 struct kstat *k)
19439 { return 0; }
19440
19441 static const struct inode_operations
19442 iops __attribute__ ((unused)) = {
19443 .getattr = test_getattr,
19444 };
19445
19446 int
19447 main (void)
19448 {
19449
19450
19451 ;
19452 return 0;
19453 }
19454
19455 _ACEOF
19456
19457
19458
19459 cat - <<_ACEOF >conftest.h
19460
19461 _ACEOF
19462
19463
19464 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19465 echo "obj-m := conftest.o" >build/Makefile
19466 modpost_flag=''
19467 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19468 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
19469 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19470 (eval $ac_try) 2>&5
19471 ac_status=$?
19472 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19473 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
19474 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19475 (eval $ac_try) 2>&5
19476 ac_status=$?
19477 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19478 test $ac_status = 0; }; }; then :
19479
19480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19481 $as_echo "yes" >&6; }
19482
19483 $as_echo "#define HAVE_VFSMOUNT_IOPS_GETATTR 1" >>confdefs.h
19484
19485
19486 else
19487 $as_echo "$as_me: failed program was:" >&5
19488 sed 's/^/| /' conftest.$ac_ext >&5
19489
19490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19491 $as_echo "no" >&6; }
19492
19493
19494
19495 fi
19496 rm -Rf build
19497
19498
19499
19500
19501
19502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether uncached_acl_sentinel() exists" >&5
19503 $as_echo_n "checking whether uncached_acl_sentinel() exists... " >&6; }
19504
19505
19506 cat confdefs.h - <<_ACEOF >conftest.c
19507
19508
19509 #include <linux/fs.h>
19510
19511 int
19512 main (void)
19513 {
19514
19515 void *sentinel __attribute__ ((unused)) = uncached_acl_sentinel(NULL);
19516
19517 ;
19518 return 0;
19519 }
19520
19521 _ACEOF
19522
19523
19524
19525 cat - <<_ACEOF >conftest.h
19526
19527 _ACEOF
19528
19529
19530 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19531 echo "obj-m := conftest.o" >build/Makefile
19532 modpost_flag=''
19533 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19534 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
19535 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19536 (eval $ac_try) 2>&5
19537 ac_status=$?
19538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19539 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
19540 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19541 (eval $ac_try) 2>&5
19542 ac_status=$?
19543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19544 test $ac_status = 0; }; }; then :
19545
19546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19547 $as_echo "yes" >&6; }
19548
19549 $as_echo "#define HAVE_KERNEL_GET_ACL_HANDLE_CACHE 1" >>confdefs.h
19550
19551
19552 else
19553 $as_echo "$as_me: failed program was:" >&5
19554 sed 's/^/| /' conftest.$ac_ext >&5
19555
19556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19557 $as_echo "no" >&6; }
19558
19559
19560
19561 fi
19562 rm -Rf build
19563
19564
19565
19566
19567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->show_options() wants dentry" >&5
19568 $as_echo_n "checking whether sops->show_options() wants dentry... " >&6; }
19569
19570
19571
19572 cat confdefs.h - <<_ACEOF >conftest.c
19573
19574
19575 #include <linux/fs.h>
19576
19577 int show_options (struct seq_file * x, struct dentry * y) { return 0; };
19578 static struct super_operations sops __attribute__ ((unused)) = {
19579 .show_options = show_options,
19580 };
19581
19582 int
19583 main (void)
19584 {
19585
19586
19587 ;
19588 return 0;
19589 }
19590
19591 _ACEOF
19592
19593
19594
19595 cat - <<_ACEOF >conftest.h
19596
19597 _ACEOF
19598
19599
19600 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19601 echo "obj-m := conftest.o" >build/Makefile
19602 modpost_flag=''
19603 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19604 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
19605 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19606 (eval $ac_try) 2>&5
19607 ac_status=$?
19608 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19609 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
19610 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19611 (eval $ac_try) 2>&5
19612 ac_status=$?
19613 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19614 test $ac_status = 0; }; }; then :
19615
19616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19617 $as_echo "yes" >&6; }
19618
19619 $as_echo "#define HAVE_SHOW_OPTIONS_WITH_DENTRY 1" >>confdefs.h
19620
19621
19622 else
19623 $as_echo "$as_me: failed program was:" >&5
19624 sed 's/^/| /' conftest.$ac_ext >&5
19625
19626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19627 $as_echo "no" >&6; }
19628
19629
19630
19631 fi
19632 rm -Rf build
19633
19634
19635
19636
19637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether file_inode() is available" >&5
19638 $as_echo_n "checking whether file_inode() is available... " >&6; }
19639
19640
19641 cat confdefs.h - <<_ACEOF >conftest.c
19642
19643
19644 #include <linux/fs.h>
19645
19646 int
19647 main (void)
19648 {
19649
19650 struct file *f = NULL;
19651 file_inode(f);
19652
19653 ;
19654 return 0;
19655 }
19656
19657 _ACEOF
19658
19659
19660
19661 cat - <<_ACEOF >conftest.h
19662
19663 _ACEOF
19664
19665
19666 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19667 echo "obj-m := conftest.o" >build/Makefile
19668 modpost_flag=''
19669 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19670 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
19671 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19672 (eval $ac_try) 2>&5
19673 ac_status=$?
19674 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19675 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
19676 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19677 (eval $ac_try) 2>&5
19678 ac_status=$?
19679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19680 test $ac_status = 0; }; }; then :
19681
19682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19683 $as_echo "yes" >&6; }
19684
19685 $as_echo "#define HAVE_FILE_INODE 1" >>confdefs.h
19686
19687
19688 else
19689 $as_echo "$as_me: failed program was:" >&5
19690 sed 's/^/| /' conftest.$ac_ext >&5
19691
19692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19693 $as_echo "no" >&6; }
19694
19695
19696
19697 fi
19698 rm -Rf build
19699
19700
19701
19702
19703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->fsync() wants" >&5
19704 $as_echo_n "checking whether fops->fsync() wants... " >&6; }
19705
19706
19707
19708 cat confdefs.h - <<_ACEOF >conftest.c
19709
19710
19711 #include <linux/fs.h>
19712
19713 int test_fsync(struct file *f, struct dentry *dentry, int x)
19714 { return 0; }
19715
19716 static const struct file_operations
19717 fops __attribute__ ((unused)) = {
19718 .fsync = test_fsync,
19719 };
19720
19721 int
19722 main (void)
19723 {
19724
19725
19726 ;
19727 return 0;
19728 }
19729
19730 _ACEOF
19731
19732
19733
19734 cat - <<_ACEOF >conftest.h
19735
19736 _ACEOF
19737
19738
19739 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19740 echo "obj-m := conftest.o" >build/Makefile
19741 modpost_flag=''
19742 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19743 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
19744 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19745 (eval $ac_try) 2>&5
19746 ac_status=$?
19747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19748 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
19749 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19750 (eval $ac_try) 2>&5
19751 ac_status=$?
19752 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19753 test $ac_status = 0; }; }; then :
19754
19755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: dentry" >&5
19756 $as_echo "dentry" >&6; }
19757
19758 $as_echo "#define HAVE_FSYNC_WITH_DENTRY 1" >>confdefs.h
19759
19760
19761 else
19762 $as_echo "$as_me: failed program was:" >&5
19763 sed 's/^/| /' conftest.$ac_ext >&5
19764
19765
19766
19767
19768 fi
19769 rm -Rf build
19770
19771
19772
19773
19774
19775
19776 cat confdefs.h - <<_ACEOF >conftest.c
19777
19778
19779 #include <linux/fs.h>
19780
19781 int test_fsync(struct file *f, int x) { return 0; }
19782
19783 static const struct file_operations
19784 fops __attribute__ ((unused)) = {
19785 .fsync = test_fsync,
19786 };
19787
19788 int
19789 main (void)
19790 {
19791
19792
19793 ;
19794 return 0;
19795 }
19796
19797 _ACEOF
19798
19799
19800
19801 cat - <<_ACEOF >conftest.h
19802
19803 _ACEOF
19804
19805
19806 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19807 echo "obj-m := conftest.o" >build/Makefile
19808 modpost_flag=''
19809 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19810 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
19811 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19812 (eval $ac_try) 2>&5
19813 ac_status=$?
19814 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19815 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
19816 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19817 (eval $ac_try) 2>&5
19818 ac_status=$?
19819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19820 test $ac_status = 0; }; }; then :
19821
19822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no dentry" >&5
19823 $as_echo "no dentry" >&6; }
19824
19825 $as_echo "#define HAVE_FSYNC_WITHOUT_DENTRY 1" >>confdefs.h
19826
19827
19828 else
19829 $as_echo "$as_me: failed program was:" >&5
19830 sed 's/^/| /' conftest.$ac_ext >&5
19831
19832
19833
19834
19835 fi
19836 rm -Rf build
19837
19838
19839
19840
19841
19842
19843 cat confdefs.h - <<_ACEOF >conftest.c
19844
19845
19846 #include <linux/fs.h>
19847
19848 int test_fsync(struct file *f, loff_t a, loff_t b, int c)
19849 { return 0; }
19850
19851 static const struct file_operations
19852 fops __attribute__ ((unused)) = {
19853 .fsync = test_fsync,
19854 };
19855
19856 int
19857 main (void)
19858 {
19859
19860
19861 ;
19862 return 0;
19863 }
19864
19865 _ACEOF
19866
19867
19868
19869 cat - <<_ACEOF >conftest.h
19870
19871 _ACEOF
19872
19873
19874 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19875 echo "obj-m := conftest.o" >build/Makefile
19876 modpost_flag=''
19877 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19878 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
19879 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19880 (eval $ac_try) 2>&5
19881 ac_status=$?
19882 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19883 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
19884 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19885 (eval $ac_try) 2>&5
19886 ac_status=$?
19887 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19888 test $ac_status = 0; }; }; then :
19889
19890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: range" >&5
19891 $as_echo "range" >&6; }
19892
19893 $as_echo "#define HAVE_FSYNC_RANGE 1" >>confdefs.h
19894
19895
19896 else
19897 $as_echo "$as_me: failed program was:" >&5
19898 sed 's/^/| /' conftest.$ac_ext >&5
19899
19900
19901
19902
19903 fi
19904 rm -Rf build
19905
19906
19907
19908
19909
19910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->evict_inode() exists" >&5
19911 $as_echo_n "checking whether sops->evict_inode() exists... " >&6; }
19912
19913
19914 cat confdefs.h - <<_ACEOF >conftest.c
19915
19916
19917 #include <linux/fs.h>
19918 void evict_inode (struct inode * t) { return; }
19919 static struct super_operations sops __attribute__ ((unused)) = {
19920 .evict_inode = evict_inode,
19921 };
19922
19923 int
19924 main (void)
19925 {
19926
19927
19928 ;
19929 return 0;
19930 }
19931
19932 _ACEOF
19933
19934
19935
19936 cat - <<_ACEOF >conftest.h
19937
19938 _ACEOF
19939
19940
19941 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
19942 echo "obj-m := conftest.o" >build/Makefile
19943 modpost_flag=''
19944 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
19945 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
19946 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19947 (eval $ac_try) 2>&5
19948 ac_status=$?
19949 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19950 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
19951 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
19952 (eval $ac_try) 2>&5
19953 ac_status=$?
19954 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19955 test $ac_status = 0; }; }; then :
19956
19957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19958 $as_echo "yes" >&6; }
19959
19960 $as_echo "#define HAVE_EVICT_INODE 1" >>confdefs.h
19961
19962
19963 else
19964 $as_echo "$as_me: failed program was:" >&5
19965 sed 's/^/| /' conftest.$ac_ext >&5
19966
19967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19968 $as_echo "no" >&6; }
19969
19970
19971
19972 fi
19973 rm -Rf build
19974
19975
19976
19977
19978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->dirty_inode() wants flags" >&5
19979 $as_echo_n "checking whether sops->dirty_inode() wants flags... " >&6; }
19980
19981
19982 cat confdefs.h - <<_ACEOF >conftest.c
19983
19984
19985 #include <linux/fs.h>
19986
19987 void dirty_inode(struct inode *a, int b) { return; }
19988
19989 static const struct super_operations
19990 sops __attribute__ ((unused)) = {
19991 .dirty_inode = dirty_inode,
19992 };
19993
19994 int
19995 main (void)
19996 {
19997
19998
19999 ;
20000 return 0;
20001 }
20002
20003 _ACEOF
20004
20005
20006
20007 cat - <<_ACEOF >conftest.h
20008
20009 _ACEOF
20010
20011
20012 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20013 echo "obj-m := conftest.o" >build/Makefile
20014 modpost_flag=''
20015 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20016 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20017 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20018 (eval $ac_try) 2>&5
20019 ac_status=$?
20020 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20021 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20022 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20023 (eval $ac_try) 2>&5
20024 ac_status=$?
20025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20026 test $ac_status = 0; }; }; then :
20027
20028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20029 $as_echo "yes" >&6; }
20030
20031 $as_echo "#define HAVE_DIRTY_INODE_WITH_FLAGS 1" >>confdefs.h
20032
20033
20034 else
20035 $as_echo "$as_me: failed program was:" >&5
20036 sed 's/^/| /' conftest.$ac_ext >&5
20037
20038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20039 $as_echo "no" >&6; }
20040
20041
20042
20043 fi
20044 rm -Rf build
20045
20046
20047
20048
20049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->nr_cached_objects() exists" >&5
20050 $as_echo_n "checking whether sops->nr_cached_objects() exists... " >&6; }
20051
20052
20053 cat confdefs.h - <<_ACEOF >conftest.c
20054
20055
20056 #include <linux/fs.h>
20057
20058 int nr_cached_objects(struct super_block *sb) { return 0; }
20059
20060 static const struct super_operations
20061 sops __attribute__ ((unused)) = {
20062 .nr_cached_objects = nr_cached_objects,
20063 };
20064
20065 int
20066 main (void)
20067 {
20068
20069
20070 ;
20071 return 0;
20072 }
20073
20074 _ACEOF
20075
20076
20077
20078 cat - <<_ACEOF >conftest.h
20079
20080 _ACEOF
20081
20082
20083 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20084 echo "obj-m := conftest.o" >build/Makefile
20085 modpost_flag=''
20086 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20087 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20088 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20089 (eval $ac_try) 2>&5
20090 ac_status=$?
20091 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20092 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20093 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20094 (eval $ac_try) 2>&5
20095 ac_status=$?
20096 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20097 test $ac_status = 0; }; }; then :
20098
20099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20100 $as_echo "yes" >&6; }
20101
20102 $as_echo "#define HAVE_NR_CACHED_OBJECTS 1" >>confdefs.h
20103
20104
20105 else
20106 $as_echo "$as_me: failed program was:" >&5
20107 sed 's/^/| /' conftest.$ac_ext >&5
20108
20109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20110 $as_echo "no" >&6; }
20111
20112
20113
20114 fi
20115 rm -Rf build
20116
20117
20118
20119
20120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->free_cached_objects() exists" >&5
20121 $as_echo_n "checking whether sops->free_cached_objects() exists... " >&6; }
20122
20123
20124 cat confdefs.h - <<_ACEOF >conftest.c
20125
20126
20127 #include <linux/fs.h>
20128
20129 void free_cached_objects(struct super_block *sb, int x)
20130 { return; }
20131
20132 static const struct super_operations
20133 sops __attribute__ ((unused)) = {
20134 .free_cached_objects = free_cached_objects,
20135 };
20136
20137 int
20138 main (void)
20139 {
20140
20141
20142 ;
20143 return 0;
20144 }
20145
20146 _ACEOF
20147
20148
20149
20150 cat - <<_ACEOF >conftest.h
20151
20152 _ACEOF
20153
20154
20155 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20156 echo "obj-m := conftest.o" >build/Makefile
20157 modpost_flag=''
20158 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20159 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20160 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20161 (eval $ac_try) 2>&5
20162 ac_status=$?
20163 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20164 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20165 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20166 (eval $ac_try) 2>&5
20167 ac_status=$?
20168 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20169 test $ac_status = 0; }; }; then :
20170
20171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20172 $as_echo "yes" >&6; }
20173
20174 $as_echo "#define HAVE_FREE_CACHED_OBJECTS 1" >>confdefs.h
20175
20176
20177 else
20178 $as_echo "$as_me: failed program was:" >&5
20179 sed 's/^/| /' conftest.$ac_ext >&5
20180
20181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20182 $as_echo "no" >&6; }
20183
20184
20185
20186 fi
20187 rm -Rf build
20188
20189
20190
20191
20192
20193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->fallocate() exists" >&5
20194 $as_echo_n "checking whether fops->fallocate() exists... " >&6; }
20195
20196
20197 cat confdefs.h - <<_ACEOF >conftest.c
20198
20199
20200 #include <linux/fs.h>
20201
20202 long test_fallocate(struct file *file, int mode,
20203 loff_t offset, loff_t len) { return 0; }
20204
20205 static const struct file_operations
20206 fops __attribute__ ((unused)) = {
20207 .fallocate = test_fallocate,
20208 };
20209
20210 int
20211 main (void)
20212 {
20213
20214
20215 ;
20216 return 0;
20217 }
20218
20219 _ACEOF
20220
20221
20222
20223 cat - <<_ACEOF >conftest.h
20224
20225 _ACEOF
20226
20227
20228 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20229 echo "obj-m := conftest.o" >build/Makefile
20230 modpost_flag=''
20231 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20232 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20233 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20234 (eval $ac_try) 2>&5
20235 ac_status=$?
20236 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20237 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20238 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20239 (eval $ac_try) 2>&5
20240 ac_status=$?
20241 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20242 test $ac_status = 0; }; }; then :
20243
20244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20245 $as_echo "yes" >&6; }
20246
20247 $as_echo "#define HAVE_FILE_FALLOCATE 1" >>confdefs.h
20248
20249
20250 else
20251 $as_echo "$as_me: failed program was:" >&5
20252 sed 's/^/| /' conftest.$ac_ext >&5
20253
20254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20255 $as_echo "no" >&6; }
20256
20257
20258
20259 fi
20260 rm -Rf build
20261
20262
20263
20264
20265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->fallocate() exists" >&5
20266 $as_echo_n "checking whether iops->fallocate() exists... " >&6; }
20267
20268
20269 cat confdefs.h - <<_ACEOF >conftest.c
20270
20271
20272 #include <linux/fs.h>
20273
20274 long test_fallocate(struct inode *inode, int mode,
20275 loff_t offset, loff_t len) { return 0; }
20276
20277 static const struct inode_operations
20278 fops __attribute__ ((unused)) = {
20279 .fallocate = test_fallocate,
20280 };
20281
20282 int
20283 main (void)
20284 {
20285
20286
20287 ;
20288 return 0;
20289 }
20290
20291 _ACEOF
20292
20293
20294
20295 cat - <<_ACEOF >conftest.h
20296
20297 _ACEOF
20298
20299
20300 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20301 echo "obj-m := conftest.o" >build/Makefile
20302 modpost_flag=''
20303 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20304 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20305 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20306 (eval $ac_try) 2>&5
20307 ac_status=$?
20308 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20309 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20310 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20311 (eval $ac_try) 2>&5
20312 ac_status=$?
20313 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20314 test $ac_status = 0; }; }; then :
20315
20316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20317 $as_echo "yes" >&6; }
20318
20319 $as_echo "#define HAVE_INODE_FALLOCATE 1" >>confdefs.h
20320
20321
20322 else
20323 $as_echo "$as_me: failed program was:" >&5
20324 sed 's/^/| /' conftest.$ac_ext >&5
20325
20326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20327 $as_echo "no" >&6; }
20328
20329
20330
20331 fi
20332 rm -Rf build
20333
20334
20335
20336
20337
20338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->aio_fsync() exists" >&5
20339 $as_echo_n "checking whether fops->aio_fsync() exists... " >&6; }
20340
20341
20342 cat confdefs.h - <<_ACEOF >conftest.c
20343
20344
20345 #include <linux/fs.h>
20346
20347 static const struct file_operations
20348 fops __attribute__ ((unused)) = {
20349 .aio_fsync = NULL,
20350 };
20351
20352 int
20353 main (void)
20354 {
20355
20356
20357 ;
20358 return 0;
20359 }
20360
20361 _ACEOF
20362
20363
20364
20365 cat - <<_ACEOF >conftest.h
20366
20367 _ACEOF
20368
20369
20370 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20371 echo "obj-m := conftest.o" >build/Makefile
20372 modpost_flag=''
20373 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20374 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20375 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20376 (eval $ac_try) 2>&5
20377 ac_status=$?
20378 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20379 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20380 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20381 (eval $ac_try) 2>&5
20382 ac_status=$?
20383 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20384 test $ac_status = 0; }; }; then :
20385
20386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20387 $as_echo "yes" >&6; }
20388
20389 $as_echo "#define HAVE_FILE_AIO_FSYNC 1" >>confdefs.h
20390
20391
20392 else
20393 $as_echo "$as_me: failed program was:" >&5
20394 sed 's/^/| /' conftest.$ac_ext >&5
20395
20396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20397 $as_echo "no" >&6; }
20398
20399
20400
20401 fi
20402 rm -Rf build
20403
20404
20405
20406
20407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->create()/mkdir()/mknod() take umode_t" >&5
20408 $as_echo_n "checking whether iops->create()/mkdir()/mknod() take umode_t... " >&6; }
20409
20410
20411 cat confdefs.h - <<_ACEOF >conftest.c
20412
20413
20414 #include <linux/fs.h>
20415
20416 int mkdir(struct inode *inode, struct dentry *dentry,
20417 umode_t umode) { return 0; }
20418
20419 static const struct inode_operations
20420 iops __attribute__ ((unused)) = {
20421 .mkdir = mkdir,
20422 };
20423
20424 int
20425 main (void)
20426 {
20427
20428
20429 ;
20430 return 0;
20431 }
20432
20433 _ACEOF
20434
20435
20436
20437 cat - <<_ACEOF >conftest.h
20438
20439 _ACEOF
20440
20441
20442 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20443 echo "obj-m := conftest.o" >build/Makefile
20444 modpost_flag=''
20445 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20446 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20447 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20448 (eval $ac_try) 2>&5
20449 ac_status=$?
20450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20451 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20452 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20453 (eval $ac_try) 2>&5
20454 ac_status=$?
20455 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20456 test $ac_status = 0; }; }; then :
20457
20458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20459 $as_echo "yes" >&6; }
20460
20461 $as_echo "#define HAVE_MKDIR_UMODE_T 1" >>confdefs.h
20462
20463
20464 else
20465 $as_echo "$as_me: failed program was:" >&5
20466 sed 's/^/| /' conftest.$ac_ext >&5
20467
20468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20469 $as_echo "no" >&6; }
20470
20471
20472
20473 fi
20474 rm -Rf build
20475
20476
20477
20478
20479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->lookup() passes nameidata" >&5
20480 $as_echo_n "checking whether iops->lookup() passes nameidata... " >&6; }
20481
20482
20483 cat confdefs.h - <<_ACEOF >conftest.c
20484
20485
20486 #include <linux/fs.h>
20487
20488 struct dentry *inode_lookup(struct inode *inode,
20489 struct dentry *dentry, struct nameidata *nidata)
20490 { return NULL; }
20491
20492 static const struct inode_operations iops
20493 __attribute__ ((unused)) = {
20494 .lookup = inode_lookup,
20495 };
20496
20497 int
20498 main (void)
20499 {
20500
20501
20502 ;
20503 return 0;
20504 }
20505
20506 _ACEOF
20507
20508
20509
20510 cat - <<_ACEOF >conftest.h
20511
20512 _ACEOF
20513
20514
20515 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20516 echo "obj-m := conftest.o" >build/Makefile
20517 modpost_flag=''
20518 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20519 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20520 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20521 (eval $ac_try) 2>&5
20522 ac_status=$?
20523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20524 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20525 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20526 (eval $ac_try) 2>&5
20527 ac_status=$?
20528 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20529 test $ac_status = 0; }; }; then :
20530
20531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20532 $as_echo "yes" >&6; }
20533
20534 $as_echo "#define HAVE_LOOKUP_NAMEIDATA 1" >>confdefs.h
20535
20536
20537 else
20538 $as_echo "$as_me: failed program was:" >&5
20539 sed 's/^/| /' conftest.$ac_ext >&5
20540
20541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20542 $as_echo "no" >&6; }
20543
20544
20545
20546 fi
20547 rm -Rf build
20548
20549
20550
20551
20552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->create() passes nameidata" >&5
20553 $as_echo_n "checking whether iops->create() passes nameidata... " >&6; }
20554
20555
20556 cat confdefs.h - <<_ACEOF >conftest.c
20557
20558
20559 #include <linux/fs.h>
20560
20561 #ifdef HAVE_MKDIR_UMODE_T
20562 int inode_create(struct inode *inode ,struct dentry *dentry,
20563 umode_t umode, struct nameidata *nidata) { return 0; }
20564 #else
20565 int inode_create(struct inode *inode,struct dentry *dentry,
20566 int umode, struct nameidata * nidata) { return 0; }
20567 #endif
20568
20569 static const struct inode_operations
20570 iops __attribute__ ((unused)) = {
20571 .create = inode_create,
20572 };
20573
20574 int
20575 main (void)
20576 {
20577
20578
20579 ;
20580 return 0;
20581 }
20582
20583 _ACEOF
20584
20585
20586
20587 cat - <<_ACEOF >conftest.h
20588
20589 _ACEOF
20590
20591
20592 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20593 echo "obj-m := conftest.o" >build/Makefile
20594 modpost_flag=''
20595 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20596 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20597 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20598 (eval $ac_try) 2>&5
20599 ac_status=$?
20600 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20601 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20602 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20603 (eval $ac_try) 2>&5
20604 ac_status=$?
20605 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20606 test $ac_status = 0; }; }; then :
20607
20608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20609 $as_echo "yes" >&6; }
20610
20611 $as_echo "#define HAVE_CREATE_NAMEIDATA 1" >>confdefs.h
20612
20613
20614 else
20615 $as_echo "$as_me: failed program was:" >&5
20616 sed 's/^/| /' conftest.$ac_ext >&5
20617
20618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20619 $as_echo "no" >&6; }
20620
20621
20622
20623 fi
20624 rm -Rf build
20625
20626
20627
20628
20629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->get_link() passes delayed" >&5
20630 $as_echo_n "checking whether iops->get_link() passes delayed... " >&6; }
20631
20632
20633 cat confdefs.h - <<_ACEOF >conftest.c
20634
20635
20636 #include <linux/fs.h>
20637 const char *get_link(struct dentry *de, struct inode *ip,
20638 struct delayed_call *done) { return "symlink"; }
20639 static struct inode_operations
20640 iops __attribute__ ((unused)) = {
20641 .get_link = get_link,
20642 };
20643
20644 int
20645 main (void)
20646 {
20647
20648
20649 ;
20650 return 0;
20651 }
20652
20653 _ACEOF
20654
20655
20656
20657 cat - <<_ACEOF >conftest.h
20658
20659 _ACEOF
20660
20661
20662 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20663 echo "obj-m := conftest.o" >build/Makefile
20664 modpost_flag=''
20665 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20666 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20667 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20668 (eval $ac_try) 2>&5
20669 ac_status=$?
20670 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20671 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20672 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20673 (eval $ac_try) 2>&5
20674 ac_status=$?
20675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20676 test $ac_status = 0; }; }; then :
20677
20678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20679 $as_echo "yes" >&6; }
20680
20681 $as_echo "#define HAVE_GET_LINK_DELAYED 1" >>confdefs.h
20682
20683
20684 else
20685 $as_echo "$as_me: failed program was:" >&5
20686 sed 's/^/| /' conftest.$ac_ext >&5
20687
20688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20689 $as_echo "no" >&6; }
20690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->get_link() passes cookie" >&5
20691 $as_echo_n "checking whether iops->get_link() passes cookie... " >&6; }
20692
20693
20694 cat confdefs.h - <<_ACEOF >conftest.c
20695
20696
20697 #include <linux/fs.h>
20698 const char *get_link(struct dentry *de, struct
20699 inode *ip, void **cookie) { return "symlink"; }
20700 static struct inode_operations
20701 iops __attribute__ ((unused)) = {
20702 .get_link = get_link,
20703 };
20704
20705 int
20706 main (void)
20707 {
20708
20709
20710 ;
20711 return 0;
20712 }
20713
20714 _ACEOF
20715
20716
20717
20718 cat - <<_ACEOF >conftest.h
20719
20720 _ACEOF
20721
20722
20723 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20724 echo "obj-m := conftest.o" >build/Makefile
20725 modpost_flag=''
20726 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20727 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20728 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20729 (eval $ac_try) 2>&5
20730 ac_status=$?
20731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20732 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20733 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20734 (eval $ac_try) 2>&5
20735 ac_status=$?
20736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20737 test $ac_status = 0; }; }; then :
20738
20739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20740 $as_echo "yes" >&6; }
20741
20742 $as_echo "#define HAVE_GET_LINK_COOKIE 1" >>confdefs.h
20743
20744
20745 else
20746 $as_echo "$as_me: failed program was:" >&5
20747 sed 's/^/| /' conftest.$ac_ext >&5
20748
20749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20750 $as_echo "no" >&6; }
20751
20752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->follow_link() passes cookie" >&5
20753 $as_echo_n "checking whether iops->follow_link() passes cookie... " >&6; }
20754
20755
20756 cat confdefs.h - <<_ACEOF >conftest.c
20757
20758
20759 #include <linux/fs.h>
20760 const char *follow_link(struct dentry *de,
20761 void **cookie) { return "symlink"; }
20762 static struct inode_operations
20763 iops __attribute__ ((unused)) = {
20764 .follow_link = follow_link,
20765 };
20766
20767 int
20768 main (void)
20769 {
20770
20771
20772 ;
20773 return 0;
20774 }
20775
20776 _ACEOF
20777
20778
20779
20780 cat - <<_ACEOF >conftest.h
20781
20782 _ACEOF
20783
20784
20785 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20786 echo "obj-m := conftest.o" >build/Makefile
20787 modpost_flag=''
20788 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20789 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20790 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20791 (eval $ac_try) 2>&5
20792 ac_status=$?
20793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20794 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20795 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20796 (eval $ac_try) 2>&5
20797 ac_status=$?
20798 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20799 test $ac_status = 0; }; }; then :
20800
20801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20802 $as_echo "yes" >&6; }
20803
20804 $as_echo "#define HAVE_FOLLOW_LINK_COOKIE 1" >>confdefs.h
20805
20806
20807 else
20808 $as_echo "$as_me: failed program was:" >&5
20809 sed 's/^/| /' conftest.$ac_ext >&5
20810
20811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20812 $as_echo "no" >&6; }
20813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->follow_link() passes nameidata" >&5
20814 $as_echo_n "checking whether iops->follow_link() passes nameidata... " >&6; }
20815
20816
20817 cat confdefs.h - <<_ACEOF >conftest.c
20818
20819
20820 #include <linux/fs.h>
20821 void *follow_link(struct dentry *de, struct
20822 nameidata *nd) { return (void *)NULL; }
20823 static struct inode_operations
20824 iops __attribute__ ((unused)) = {
20825 .follow_link = follow_link,
20826 };
20827
20828 int
20829 main (void)
20830 {
20831
20832
20833 ;
20834 return 0;
20835 }
20836
20837 _ACEOF
20838
20839
20840
20841 cat - <<_ACEOF >conftest.h
20842
20843 _ACEOF
20844
20845
20846 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20847 echo "obj-m := conftest.o" >build/Makefile
20848 modpost_flag=''
20849 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20850 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20851 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20852 (eval $ac_try) 2>&5
20853 ac_status=$?
20854 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20855 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20856 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20857 (eval $ac_try) 2>&5
20858 ac_status=$?
20859 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20860 test $ac_status = 0; }; }; then :
20861
20862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20863 $as_echo "yes" >&6; }
20864
20865 $as_echo "#define HAVE_FOLLOW_LINK_NAMEIDATA 1" >>confdefs.h
20866
20867
20868 else
20869 $as_echo "$as_me: failed program was:" >&5
20870 sed 's/^/| /' conftest.$ac_ext >&5
20871
20872 as_fn_error $? "no; please file a bug report" "$LINENO" 5
20873
20874
20875
20876 fi
20877 rm -Rf build
20878
20879
20880
20881
20882
20883 fi
20884 rm -Rf build
20885
20886
20887
20888
20889
20890
20891 fi
20892 rm -Rf build
20893
20894
20895
20896
20897
20898 fi
20899 rm -Rf build
20900
20901
20902
20903
20904
20905
20906 cat confdefs.h - <<_ACEOF >conftest.c
20907
20908
20909 #if !defined(HAVE_GET_LINK_DELAYED)
20910 #error "Expecting get_link() delayed done"
20911 #endif
20912
20913 int
20914 main (void)
20915 {
20916
20917
20918 ;
20919 return 0;
20920 }
20921
20922 _ACEOF
20923
20924
20925
20926 cat - <<_ACEOF >conftest.h
20927
20928 _ACEOF
20929
20930
20931 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20932 echo "obj-m := conftest.o" >build/Makefile
20933 modpost_flag=''
20934 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20935 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20936 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20937 (eval $ac_try) 2>&5
20938 ac_status=$?
20939 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20940 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20941 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20942 (eval $ac_try) 2>&5
20943 ac_status=$?
20944 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20945 test $ac_status = 0; }; }; then :
20946
20947
20948 $as_echo "#define HAVE_PUT_LINK_DELAYED 1" >>confdefs.h
20949
20950
20951 else
20952 $as_echo "$as_me: failed program was:" >&5
20953 sed 's/^/| /' conftest.$ac_ext >&5
20954
20955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->put_link() passes cookie" >&5
20956 $as_echo_n "checking whether iops->put_link() passes cookie... " >&6; }
20957
20958
20959 cat confdefs.h - <<_ACEOF >conftest.c
20960
20961
20962 #include <linux/fs.h>
20963 void put_link(struct inode *ip, void *cookie)
20964 { return; }
20965 static struct inode_operations
20966 iops __attribute__ ((unused)) = {
20967 .put_link = put_link,
20968 };
20969
20970 int
20971 main (void)
20972 {
20973
20974
20975 ;
20976 return 0;
20977 }
20978
20979 _ACEOF
20980
20981
20982
20983 cat - <<_ACEOF >conftest.h
20984
20985 _ACEOF
20986
20987
20988 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
20989 echo "obj-m := conftest.o" >build/Makefile
20990 modpost_flag=''
20991 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
20992 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
20993 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20994 (eval $ac_try) 2>&5
20995 ac_status=$?
20996 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20997 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
20998 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
20999 (eval $ac_try) 2>&5
21000 ac_status=$?
21001 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21002 test $ac_status = 0; }; }; then :
21003
21004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21005 $as_echo "yes" >&6; }
21006
21007 $as_echo "#define HAVE_PUT_LINK_COOKIE 1" >>confdefs.h
21008
21009
21010 else
21011 $as_echo "$as_me: failed program was:" >&5
21012 sed 's/^/| /' conftest.$ac_ext >&5
21013
21014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21015 $as_echo "no" >&6; }
21016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->put_link() passes nameidata" >&5
21017 $as_echo_n "checking whether iops->put_link() passes nameidata... " >&6; }
21018
21019
21020 cat confdefs.h - <<_ACEOF >conftest.c
21021
21022
21023 #include <linux/fs.h>
21024 void put_link(struct dentry *de, struct
21025 nameidata *nd, void *ptr) { return; }
21026 static struct inode_operations
21027 iops __attribute__ ((unused)) = {
21028 .put_link = put_link,
21029 };
21030
21031 int
21032 main (void)
21033 {
21034
21035
21036 ;
21037 return 0;
21038 }
21039
21040 _ACEOF
21041
21042
21043
21044 cat - <<_ACEOF >conftest.h
21045
21046 _ACEOF
21047
21048
21049 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21050 echo "obj-m := conftest.o" >build/Makefile
21051 modpost_flag=''
21052 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21053 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
21054 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21055 (eval $ac_try) 2>&5
21056 ac_status=$?
21057 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21058 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
21059 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21060 (eval $ac_try) 2>&5
21061 ac_status=$?
21062 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21063 test $ac_status = 0; }; }; then :
21064
21065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21066 $as_echo "yes" >&6; }
21067
21068 $as_echo "#define HAVE_PUT_LINK_NAMEIDATA 1" >>confdefs.h
21069
21070
21071 else
21072 $as_echo "$as_me: failed program was:" >&5
21073 sed 's/^/| /' conftest.$ac_ext >&5
21074
21075 as_fn_error $? "no; please file a bug report" "$LINENO" 5
21076
21077
21078
21079 fi
21080 rm -Rf build
21081
21082
21083
21084
21085
21086 fi
21087 rm -Rf build
21088
21089
21090
21091
21092
21093 fi
21094 rm -Rf build
21095
21096
21097
21098
21099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->truncate_range() exists" >&5
21100 $as_echo_n "checking whether iops->truncate_range() exists... " >&6; }
21101
21102
21103 cat confdefs.h - <<_ACEOF >conftest.c
21104
21105
21106 #include <linux/fs.h>
21107 void truncate_range(struct inode *inode, loff_t start,
21108 loff_t end) { return; }
21109 static struct inode_operations iops __attribute__ ((unused)) = {
21110 .truncate_range = truncate_range,
21111 };
21112
21113 int
21114 main (void)
21115 {
21116
21117
21118 ;
21119 return 0;
21120 }
21121
21122 _ACEOF
21123
21124
21125
21126 cat - <<_ACEOF >conftest.h
21127
21128 _ACEOF
21129
21130
21131 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21132 echo "obj-m := conftest.o" >build/Makefile
21133 modpost_flag=''
21134 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21135 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
21136 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21137 (eval $ac_try) 2>&5
21138 ac_status=$?
21139 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21140 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
21141 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21142 (eval $ac_try) 2>&5
21143 ac_status=$?
21144 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21145 test $ac_status = 0; }; }; then :
21146
21147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21148 $as_echo "yes" >&6; }
21149
21150 $as_echo "#define HAVE_INODE_TRUNCATE_RANGE 1" >>confdefs.h
21151
21152
21153 else
21154 $as_echo "$as_me: failed program was:" >&5
21155 sed 's/^/| /' conftest.$ac_ext >&5
21156
21157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21158 $as_echo "no" >&6; }
21159
21160
21161
21162 fi
21163 rm -Rf build
21164
21165
21166
21167
21168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dops->d_automount() exists" >&5
21169 $as_echo_n "checking whether dops->d_automount() exists... " >&6; }
21170
21171
21172 cat confdefs.h - <<_ACEOF >conftest.c
21173
21174
21175 #include <linux/dcache.h>
21176 struct vfsmount *d_automount(struct path *p) { return NULL; }
21177 struct dentry_operations dops __attribute__ ((unused)) = {
21178 .d_automount = d_automount,
21179 };
21180
21181 int
21182 main (void)
21183 {
21184
21185
21186 ;
21187 return 0;
21188 }
21189
21190 _ACEOF
21191
21192
21193
21194 cat - <<_ACEOF >conftest.h
21195
21196 _ACEOF
21197
21198
21199 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21200 echo "obj-m := conftest.o" >build/Makefile
21201 modpost_flag=''
21202 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21203 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
21204 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21205 (eval $ac_try) 2>&5
21206 ac_status=$?
21207 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21208 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
21209 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21210 (eval $ac_try) 2>&5
21211 ac_status=$?
21212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21213 test $ac_status = 0; }; }; then :
21214
21215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21216 $as_echo "yes" >&6; }
21217
21218 $as_echo "#define HAVE_AUTOMOUNT 1" >>confdefs.h
21219
21220
21221 else
21222 $as_echo "$as_me: failed program was:" >&5
21223 sed 's/^/| /' conftest.$ac_ext >&5
21224
21225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21226 $as_echo "no" >&6; }
21227
21228
21229
21230 fi
21231 rm -Rf build
21232
21233
21234
21235
21236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether eops->encode_fh() wants inode" >&5
21237 $as_echo_n "checking whether eops->encode_fh() wants inode... " >&6; }
21238
21239
21240 cat confdefs.h - <<_ACEOF >conftest.c
21241
21242
21243 #include <linux/exportfs.h>
21244 int encode_fh(struct inode *inode, __u32 *fh, int *max_len,
21245 struct inode *parent) { return 0; }
21246 static struct export_operations eops __attribute__ ((unused))={
21247 .encode_fh = encode_fh,
21248 };
21249
21250 int
21251 main (void)
21252 {
21253
21254
21255 ;
21256 return 0;
21257 }
21258
21259 _ACEOF
21260
21261
21262
21263 cat - <<_ACEOF >conftest.h
21264
21265 _ACEOF
21266
21267
21268 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21269 echo "obj-m := conftest.o" >build/Makefile
21270 modpost_flag=''
21271 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21272 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
21273 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21274 (eval $ac_try) 2>&5
21275 ac_status=$?
21276 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21277 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
21278 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21279 (eval $ac_try) 2>&5
21280 ac_status=$?
21281 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21282 test $ac_status = 0; }; }; then :
21283
21284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21285 $as_echo "yes" >&6; }
21286
21287 $as_echo "#define HAVE_ENCODE_FH_WITH_INODE 1" >>confdefs.h
21288
21289
21290 else
21291 $as_echo "$as_me: failed program was:" >&5
21292 sed 's/^/| /' conftest.$ac_ext >&5
21293
21294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21295 $as_echo "no" >&6; }
21296
21297
21298
21299 fi
21300 rm -Rf build
21301
21302
21303
21304
21305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether eops->commit_metadata() exists" >&5
21306 $as_echo_n "checking whether eops->commit_metadata() exists... " >&6; }
21307
21308
21309 cat confdefs.h - <<_ACEOF >conftest.c
21310
21311
21312 #include <linux/exportfs.h>
21313 int commit_metadata(struct inode *inode) { return 0; }
21314 static struct export_operations eops __attribute__ ((unused))={
21315 .commit_metadata = commit_metadata,
21316 };
21317
21318 int
21319 main (void)
21320 {
21321
21322
21323 ;
21324 return 0;
21325 }
21326
21327 _ACEOF
21328
21329
21330
21331 cat - <<_ACEOF >conftest.h
21332
21333 _ACEOF
21334
21335
21336 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21337 echo "obj-m := conftest.o" >build/Makefile
21338 modpost_flag=''
21339 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21340 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
21341 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21342 (eval $ac_try) 2>&5
21343 ac_status=$?
21344 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21345 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
21346 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21347 (eval $ac_try) 2>&5
21348 ac_status=$?
21349 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21350 test $ac_status = 0; }; }; then :
21351
21352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21353 $as_echo "yes" >&6; }
21354
21355 $as_echo "#define HAVE_COMMIT_METADATA 1" >>confdefs.h
21356
21357
21358 else
21359 $as_echo "$as_me: failed program was:" >&5
21360 sed 's/^/| /' conftest.$ac_ext >&5
21361
21362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21363 $as_echo "no" >&6; }
21364
21365
21366
21367 fi
21368 rm -Rf build
21369
21370
21371
21372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether clear_inode() is available" >&5
21373 $as_echo_n "checking whether clear_inode() is available... " >&6; }
21374
21375
21376
21377 cat confdefs.h - <<_ACEOF >conftest.c
21378
21379
21380 #include <linux/fs.h>
21381
21382 int
21383 main (void)
21384 {
21385
21386 clear_inode(NULL);
21387
21388 ;
21389 return 0;
21390 }
21391
21392 _ACEOF
21393
21394
21395
21396 cat - <<_ACEOF >conftest.h
21397
21398 _ACEOF
21399
21400
21401 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21402 echo "obj-m := conftest.o" >build/Makefile
21403 modpost_flag=''
21404 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21405 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
21406 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21407 (eval $ac_try) 2>&5
21408 ac_status=$?
21409 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21410 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
21411 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21412 (eval $ac_try) 2>&5
21413 ac_status=$?
21414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21415 test $ac_status = 0; }; }; then :
21416 rc=0
21417 else
21418 $as_echo "$as_me: failed program was:" >&5
21419 sed 's/^/| /' conftest.$ac_ext >&5
21420 rc=1
21421
21422
21423 fi
21424 rm -Rf build
21425
21426
21427 if test $rc -ne 0; then :
21428
21429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21430 $as_echo "no" >&6; }
21431
21432 else
21433 if test "x$enable_linux_builtin" != xyes; then
21434
21435 grep -q -E '[[:space:]]clear_inode[[:space:]]' \
21436 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
21437 rc=$?
21438 if test $rc -ne 0; then
21439 export=0
21440 for file in fs/inode.c; do
21441 grep -q -E "EXPORT_SYMBOL.*(clear_inode)" \
21442 "$LINUX/$file" 2>/dev/null
21443 rc=$?
21444 if test $rc -eq 0; then
21445 export=1
21446 break;
21447 fi
21448 done
21449 if test $export -eq 0; then :
21450 rc=1
21451 else :
21452 rc=0
21453 fi
21454 else :
21455 rc=0
21456 fi
21457
21458 fi
21459 if test $rc -ne 0; then :
21460
21461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21462 $as_echo "no" >&6; }
21463
21464 else :
21465
21466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21467 $as_echo "yes" >&6; }
21468
21469 $as_echo "#define HAVE_CLEAR_INODE 1" >>confdefs.h
21470
21471
21472 fi
21473 fi
21474
21475
21476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setattr_prepare() is available" >&5
21477 $as_echo_n "checking whether setattr_prepare() is available... " >&6; }
21478
21479
21480
21481 cat confdefs.h - <<_ACEOF >conftest.c
21482
21483
21484 #include <linux/fs.h>
21485
21486 int
21487 main (void)
21488 {
21489
21490 struct dentry *dentry = NULL;
21491 struct iattr *attr = NULL;
21492 int error;
21493
21494 error = setattr_prepare(dentry, attr);
21495
21496 ;
21497 return 0;
21498 }
21499
21500 _ACEOF
21501
21502
21503
21504 cat - <<_ACEOF >conftest.h
21505
21506 _ACEOF
21507
21508
21509 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21510 echo "obj-m := conftest.o" >build/Makefile
21511 modpost_flag=''
21512 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21513 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
21514 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21515 (eval $ac_try) 2>&5
21516 ac_status=$?
21517 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21518 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
21519 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21520 (eval $ac_try) 2>&5
21521 ac_status=$?
21522 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21523 test $ac_status = 0; }; }; then :
21524 rc=0
21525 else
21526 $as_echo "$as_me: failed program was:" >&5
21527 sed 's/^/| /' conftest.$ac_ext >&5
21528 rc=1
21529
21530
21531 fi
21532 rm -Rf build
21533
21534
21535 if test $rc -ne 0; then :
21536
21537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21538 $as_echo "no" >&6; }
21539
21540 else
21541 if test "x$enable_linux_builtin" != xyes; then
21542
21543 grep -q -E '[[:space:]]setattr_prepare[[:space:]]' \
21544 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
21545 rc=$?
21546 if test $rc -ne 0; then
21547 export=0
21548 for file in fs/attr.c; do
21549 grep -q -E "EXPORT_SYMBOL.*(setattr_prepare)" \
21550 "$LINUX/$file" 2>/dev/null
21551 rc=$?
21552 if test $rc -eq 0; then
21553 export=1
21554 break;
21555 fi
21556 done
21557 if test $export -eq 0; then :
21558 rc=1
21559 else :
21560 rc=0
21561 fi
21562 else :
21563 rc=0
21564 fi
21565
21566 fi
21567 if test $rc -ne 0; then :
21568
21569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21570 $as_echo "no" >&6; }
21571
21572 else :
21573
21574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21575 $as_echo "yes" >&6; }
21576
21577 $as_echo "#define HAVE_SETATTR_PREPARE 1" >>confdefs.h
21578
21579
21580 fi
21581 fi
21582
21583
21584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether insert_inode_locked() is available" >&5
21585 $as_echo_n "checking whether insert_inode_locked() is available... " >&6; }
21586
21587
21588
21589 cat confdefs.h - <<_ACEOF >conftest.c
21590
21591
21592 #include <linux/fs.h>
21593
21594 int
21595 main (void)
21596 {
21597
21598 insert_inode_locked(NULL);
21599
21600 ;
21601 return 0;
21602 }
21603
21604 _ACEOF
21605
21606
21607
21608 cat - <<_ACEOF >conftest.h
21609
21610 _ACEOF
21611
21612
21613 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21614 echo "obj-m := conftest.o" >build/Makefile
21615 modpost_flag=''
21616 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21617 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
21618 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21619 (eval $ac_try) 2>&5
21620 ac_status=$?
21621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21622 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
21623 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21624 (eval $ac_try) 2>&5
21625 ac_status=$?
21626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21627 test $ac_status = 0; }; }; then :
21628 rc=0
21629 else
21630 $as_echo "$as_me: failed program was:" >&5
21631 sed 's/^/| /' conftest.$ac_ext >&5
21632 rc=1
21633
21634
21635 fi
21636 rm -Rf build
21637
21638
21639 if test $rc -ne 0; then :
21640
21641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21642 $as_echo "no" >&6; }
21643
21644 else
21645 if test "x$enable_linux_builtin" != xyes; then
21646
21647 grep -q -E '[[:space:]]insert_inode_locked[[:space:]]' \
21648 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
21649 rc=$?
21650 if test $rc -ne 0; then
21651 export=0
21652 for file in fs/inode.c; do
21653 grep -q -E "EXPORT_SYMBOL.*(insert_inode_locked)" \
21654 "$LINUX/$file" 2>/dev/null
21655 rc=$?
21656 if test $rc -eq 0; then
21657 export=1
21658 break;
21659 fi
21660 done
21661 if test $export -eq 0; then :
21662 rc=1
21663 else :
21664 rc=0
21665 fi
21666 else :
21667 rc=0
21668 fi
21669
21670 fi
21671 if test $rc -ne 0; then :
21672
21673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21674 $as_echo "no" >&6; }
21675
21676 else :
21677
21678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21679 $as_echo "yes" >&6; }
21680
21681 $as_echo "#define HAVE_INSERT_INODE_LOCKED 1" >>confdefs.h
21682
21683
21684 fi
21685 fi
21686
21687
21688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether d_make_root() is available" >&5
21689 $as_echo_n "checking whether d_make_root() is available... " >&6; }
21690
21691
21692
21693 cat confdefs.h - <<_ACEOF >conftest.c
21694
21695
21696 #include <linux/dcache.h>
21697
21698 int
21699 main (void)
21700 {
21701
21702 d_make_root(NULL);
21703
21704 ;
21705 return 0;
21706 }
21707
21708 _ACEOF
21709
21710
21711
21712 cat - <<_ACEOF >conftest.h
21713
21714 _ACEOF
21715
21716
21717 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21718 echo "obj-m := conftest.o" >build/Makefile
21719 modpost_flag=''
21720 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21721 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
21722 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21723 (eval $ac_try) 2>&5
21724 ac_status=$?
21725 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21726 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
21727 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21728 (eval $ac_try) 2>&5
21729 ac_status=$?
21730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21731 test $ac_status = 0; }; }; then :
21732 rc=0
21733 else
21734 $as_echo "$as_me: failed program was:" >&5
21735 sed 's/^/| /' conftest.$ac_ext >&5
21736 rc=1
21737
21738
21739 fi
21740 rm -Rf build
21741
21742
21743 if test $rc -ne 0; then :
21744
21745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21746 $as_echo "no" >&6; }
21747
21748 else
21749 if test "x$enable_linux_builtin" != xyes; then
21750
21751 grep -q -E '[[:space:]]d_make_root[[:space:]]' \
21752 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
21753 rc=$?
21754 if test $rc -ne 0; then
21755 export=0
21756 for file in fs/dcache.c; do
21757 grep -q -E "EXPORT_SYMBOL.*(d_make_root)" \
21758 "$LINUX/$file" 2>/dev/null
21759 rc=$?
21760 if test $rc -eq 0; then
21761 export=1
21762 break;
21763 fi
21764 done
21765 if test $export -eq 0; then :
21766 rc=1
21767 else :
21768 rc=0
21769 fi
21770 else :
21771 rc=0
21772 fi
21773
21774 fi
21775 if test $rc -ne 0; then :
21776
21777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21778 $as_echo "no" >&6; }
21779
21780 else :
21781
21782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21783 $as_echo "yes" >&6; }
21784
21785 $as_echo "#define HAVE_D_MAKE_ROOT 1" >>confdefs.h
21786
21787
21788 fi
21789 fi
21790
21791
21792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether d_obtain_alias() is available" >&5
21793 $as_echo_n "checking whether d_obtain_alias() is available... " >&6; }
21794
21795
21796
21797 cat confdefs.h - <<_ACEOF >conftest.c
21798
21799
21800 #include <linux/dcache.h>
21801
21802 int
21803 main (void)
21804 {
21805
21806 d_obtain_alias(NULL);
21807
21808 ;
21809 return 0;
21810 }
21811
21812 _ACEOF
21813
21814
21815
21816 cat - <<_ACEOF >conftest.h
21817
21818 _ACEOF
21819
21820
21821 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21822 echo "obj-m := conftest.o" >build/Makefile
21823 modpost_flag=''
21824 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21825 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
21826 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21827 (eval $ac_try) 2>&5
21828 ac_status=$?
21829 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21830 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
21831 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21832 (eval $ac_try) 2>&5
21833 ac_status=$?
21834 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21835 test $ac_status = 0; }; }; then :
21836 rc=0
21837 else
21838 $as_echo "$as_me: failed program was:" >&5
21839 sed 's/^/| /' conftest.$ac_ext >&5
21840 rc=1
21841
21842
21843 fi
21844 rm -Rf build
21845
21846
21847 if test $rc -ne 0; then :
21848
21849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21850 $as_echo "no" >&6; }
21851
21852 else
21853 if test "x$enable_linux_builtin" != xyes; then
21854
21855 grep -q -E '[[:space:]]d_obtain_alias[[:space:]]' \
21856 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
21857 rc=$?
21858 if test $rc -ne 0; then
21859 export=0
21860 for file in fs/dcache.c; do
21861 grep -q -E "EXPORT_SYMBOL.*(d_obtain_alias)" \
21862 "$LINUX/$file" 2>/dev/null
21863 rc=$?
21864 if test $rc -eq 0; then
21865 export=1
21866 break;
21867 fi
21868 done
21869 if test $export -eq 0; then :
21870 rc=1
21871 else :
21872 rc=0
21873 fi
21874 else :
21875 rc=0
21876 fi
21877
21878 fi
21879 if test $rc -ne 0; then :
21880
21881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21882 $as_echo "no" >&6; }
21883
21884 else :
21885
21886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21887 $as_echo "yes" >&6; }
21888
21889 $as_echo "#define HAVE_D_OBTAIN_ALIAS 1" >>confdefs.h
21890
21891
21892 fi
21893 fi
21894
21895
21896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether d_prune_aliases() is available" >&5
21897 $as_echo_n "checking whether d_prune_aliases() is available... " >&6; }
21898
21899
21900
21901 cat confdefs.h - <<_ACEOF >conftest.c
21902
21903
21904 #include <linux/dcache.h>
21905
21906 int
21907 main (void)
21908 {
21909
21910 struct inode *ip = NULL;
21911 d_prune_aliases(ip);
21912
21913 ;
21914 return 0;
21915 }
21916
21917 _ACEOF
21918
21919
21920
21921 cat - <<_ACEOF >conftest.h
21922
21923 _ACEOF
21924
21925
21926 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
21927 echo "obj-m := conftest.o" >build/Makefile
21928 modpost_flag=''
21929 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
21930 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
21931 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21932 (eval $ac_try) 2>&5
21933 ac_status=$?
21934 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21935 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
21936 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21937 (eval $ac_try) 2>&5
21938 ac_status=$?
21939 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21940 test $ac_status = 0; }; }; then :
21941 rc=0
21942 else
21943 $as_echo "$as_me: failed program was:" >&5
21944 sed 's/^/| /' conftest.$ac_ext >&5
21945 rc=1
21946
21947
21948 fi
21949 rm -Rf build
21950
21951
21952 if test $rc -ne 0; then :
21953
21954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21955 $as_echo "no" >&6; }
21956
21957 else
21958 if test "x$enable_linux_builtin" != xyes; then
21959
21960 grep -q -E '[[:space:]]d_prune_aliases[[:space:]]' \
21961 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
21962 rc=$?
21963 if test $rc -ne 0; then
21964 export=0
21965 for file in fs/dcache.c; do
21966 grep -q -E "EXPORT_SYMBOL.*(d_prune_aliases)" \
21967 "$LINUX/$file" 2>/dev/null
21968 rc=$?
21969 if test $rc -eq 0; then
21970 export=1
21971 break;
21972 fi
21973 done
21974 if test $export -eq 0; then :
21975 rc=1
21976 else :
21977 rc=0
21978 fi
21979 else :
21980 rc=0
21981 fi
21982
21983 fi
21984 if test $rc -ne 0; then :
21985
21986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21987 $as_echo "no" >&6; }
21988
21989 else :
21990
21991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21992 $as_echo "yes" >&6; }
21993
21994 $as_echo "#define HAVE_D_PRUNE_ALIASES 1" >>confdefs.h
21995
21996
21997 fi
21998 fi
21999
22000
22001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether d_set_d_op() is available" >&5
22002 $as_echo_n "checking whether d_set_d_op() is available... " >&6; }
22003
22004
22005
22006 cat confdefs.h - <<_ACEOF >conftest.c
22007
22008
22009 #include <linux/dcache.h>
22010
22011 int
22012 main (void)
22013 {
22014
22015 d_set_d_op(NULL, NULL);
22016
22017 ;
22018 return 0;
22019 }
22020
22021 _ACEOF
22022
22023
22024
22025 cat - <<_ACEOF >conftest.h
22026
22027 _ACEOF
22028
22029
22030 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22031 echo "obj-m := conftest.o" >build/Makefile
22032 modpost_flag=''
22033 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22034 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
22035 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22036 (eval $ac_try) 2>&5
22037 ac_status=$?
22038 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22039 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
22040 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22041 (eval $ac_try) 2>&5
22042 ac_status=$?
22043 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22044 test $ac_status = 0; }; }; then :
22045 rc=0
22046 else
22047 $as_echo "$as_me: failed program was:" >&5
22048 sed 's/^/| /' conftest.$ac_ext >&5
22049 rc=1
22050
22051
22052 fi
22053 rm -Rf build
22054
22055
22056 if test $rc -ne 0; then :
22057
22058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22059 $as_echo "no" >&6; }
22060
22061 else
22062 if test "x$enable_linux_builtin" != xyes; then
22063
22064 grep -q -E '[[:space:]]d_set_d_op[[:space:]]' \
22065 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
22066 rc=$?
22067 if test $rc -ne 0; then
22068 export=0
22069 for file in fs/dcache.c; do
22070 grep -q -E "EXPORT_SYMBOL.*(d_set_d_op)" \
22071 "$LINUX/$file" 2>/dev/null
22072 rc=$?
22073 if test $rc -eq 0; then
22074 export=1
22075 break;
22076 fi
22077 done
22078 if test $export -eq 0; then :
22079 rc=1
22080 else :
22081 rc=0
22082 fi
22083 else :
22084 rc=0
22085 fi
22086
22087 fi
22088 if test $rc -ne 0; then :
22089
22090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22091 $as_echo "no" >&6; }
22092
22093 else :
22094
22095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22096 $as_echo "yes" >&6; }
22097
22098 $as_echo "#define HAVE_D_SET_D_OP 1" >>confdefs.h
22099
22100
22101 fi
22102 fi
22103
22104
22105
22106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dops->d_revalidate() takes struct nameidata" >&5
22107 $as_echo_n "checking whether dops->d_revalidate() takes struct nameidata... " >&6; }
22108
22109
22110 cat confdefs.h - <<_ACEOF >conftest.c
22111
22112
22113 #include <linux/dcache.h>
22114
22115 int revalidate (struct dentry *dentry,
22116 struct nameidata *nidata) { return 0; }
22117
22118 static const struct dentry_operations
22119 dops __attribute__ ((unused)) = {
22120 .d_revalidate = revalidate,
22121 };
22122
22123 int
22124 main (void)
22125 {
22126
22127
22128 ;
22129 return 0;
22130 }
22131
22132 _ACEOF
22133
22134
22135
22136 cat - <<_ACEOF >conftest.h
22137
22138 _ACEOF
22139
22140
22141 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22142 echo "obj-m := conftest.o" >build/Makefile
22143 modpost_flag=''
22144 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22145 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
22146 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22147 (eval $ac_try) 2>&5
22148 ac_status=$?
22149 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22150 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
22151 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22152 (eval $ac_try) 2>&5
22153 ac_status=$?
22154 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22155 test $ac_status = 0; }; }; then :
22156
22157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22158 $as_echo "yes" >&6; }
22159
22160 $as_echo "#define HAVE_D_REVALIDATE_NAMEIDATA 1" >>confdefs.h
22161
22162
22163 else
22164 $as_echo "$as_me: failed program was:" >&5
22165 sed 's/^/| /' conftest.$ac_ext >&5
22166
22167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22168 $as_echo "no" >&6; }
22169
22170
22171
22172 fi
22173 rm -Rf build
22174
22175
22176
22177
22178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dentry uses const struct dentry_operations" >&5
22179 $as_echo_n "checking whether dentry uses const struct dentry_operations... " >&6; }
22180
22181
22182 cat confdefs.h - <<_ACEOF >conftest.c
22183
22184
22185 #include <linux/dcache.h>
22186
22187 const struct dentry_operations test_d_op = {
22188 .d_revalidate = NULL,
22189 };
22190
22191 int
22192 main (void)
22193 {
22194
22195 struct dentry d __attribute__ ((unused));
22196
22197 d.d_op = &test_d_op;
22198
22199 ;
22200 return 0;
22201 }
22202
22203 _ACEOF
22204
22205
22206
22207 cat - <<_ACEOF >conftest.h
22208
22209 _ACEOF
22210
22211
22212 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22213 echo "obj-m := conftest.o" >build/Makefile
22214 modpost_flag=''
22215 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22216 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
22217 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22218 (eval $ac_try) 2>&5
22219 ac_status=$?
22220 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22221 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
22222 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22223 (eval $ac_try) 2>&5
22224 ac_status=$?
22225 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22226 test $ac_status = 0; }; }; then :
22227
22228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22229 $as_echo "yes" >&6; }
22230
22231 $as_echo "#define HAVE_CONST_DENTRY_OPERATIONS 1" >>confdefs.h
22232
22233
22234 else
22235 $as_echo "$as_me: failed program was:" >&5
22236 sed 's/^/| /' conftest.$ac_ext >&5
22237
22238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22239 $as_echo "no" >&6; }
22240
22241
22242
22243 fi
22244 rm -Rf build
22245
22246
22247
22248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether check_disk_size_change() is available" >&5
22249 $as_echo_n "checking whether check_disk_size_change() is available... " >&6; }
22250
22251
22252
22253 cat confdefs.h - <<_ACEOF >conftest.c
22254
22255
22256 #include <linux/fs.h>
22257
22258 int
22259 main (void)
22260 {
22261
22262 check_disk_size_change(NULL, NULL);
22263
22264 ;
22265 return 0;
22266 }
22267
22268 _ACEOF
22269
22270
22271
22272 cat - <<_ACEOF >conftest.h
22273
22274 _ACEOF
22275
22276
22277 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22278 echo "obj-m := conftest.o" >build/Makefile
22279 modpost_flag=''
22280 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22281 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
22282 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22283 (eval $ac_try) 2>&5
22284 ac_status=$?
22285 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22286 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
22287 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22288 (eval $ac_try) 2>&5
22289 ac_status=$?
22290 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22291 test $ac_status = 0; }; }; then :
22292 rc=0
22293 else
22294 $as_echo "$as_me: failed program was:" >&5
22295 sed 's/^/| /' conftest.$ac_ext >&5
22296 rc=1
22297
22298
22299 fi
22300 rm -Rf build
22301
22302
22303 if test $rc -ne 0; then :
22304
22305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22306 $as_echo "no" >&6; }
22307
22308 else
22309 if test "x$enable_linux_builtin" != xyes; then
22310
22311 grep -q -E '[[:space:]]check_disk_size_change[[:space:]]' \
22312 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
22313 rc=$?
22314 if test $rc -ne 0; then
22315 export=0
22316 for file in fs/block_dev.c; do
22317 grep -q -E "EXPORT_SYMBOL.*(check_disk_size_change)" \
22318 "$LINUX/$file" 2>/dev/null
22319 rc=$?
22320 if test $rc -eq 0; then
22321 export=1
22322 break;
22323 fi
22324 done
22325 if test $export -eq 0; then :
22326 rc=1
22327 else :
22328 rc=0
22329 fi
22330 else :
22331 rc=0
22332 fi
22333
22334 fi
22335 if test $rc -ne 0; then :
22336
22337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22338 $as_echo "no" >&6; }
22339
22340 else :
22341
22342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22343 $as_echo "yes" >&6; }
22344
22345 $as_echo "#define HAVE_CHECK_DISK_SIZE_CHANGE 1" >>confdefs.h
22346
22347
22348 fi
22349 fi
22350
22351
22352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether truncate_setsize() is available" >&5
22353 $as_echo_n "checking whether truncate_setsize() is available... " >&6; }
22354
22355
22356
22357 cat confdefs.h - <<_ACEOF >conftest.c
22358
22359
22360 #include <linux/mm.h>
22361
22362 int
22363 main (void)
22364 {
22365
22366 truncate_setsize(NULL, 0);
22367
22368 ;
22369 return 0;
22370 }
22371
22372 _ACEOF
22373
22374
22375
22376 cat - <<_ACEOF >conftest.h
22377
22378 _ACEOF
22379
22380
22381 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22382 echo "obj-m := conftest.o" >build/Makefile
22383 modpost_flag=''
22384 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22385 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
22386 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22387 (eval $ac_try) 2>&5
22388 ac_status=$?
22389 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22390 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
22391 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22392 (eval $ac_try) 2>&5
22393 ac_status=$?
22394 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22395 test $ac_status = 0; }; }; then :
22396 rc=0
22397 else
22398 $as_echo "$as_me: failed program was:" >&5
22399 sed 's/^/| /' conftest.$ac_ext >&5
22400 rc=1
22401
22402
22403 fi
22404 rm -Rf build
22405
22406
22407 if test $rc -ne 0; then :
22408
22409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22410 $as_echo "no" >&6; }
22411
22412 else
22413 if test "x$enable_linux_builtin" != xyes; then
22414
22415 grep -q -E '[[:space:]]truncate_setsize[[:space:]]' \
22416 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
22417 rc=$?
22418 if test $rc -ne 0; then
22419 export=0
22420 for file in mm/truncate.c; do
22421 grep -q -E "EXPORT_SYMBOL.*(truncate_setsize)" \
22422 "$LINUX/$file" 2>/dev/null
22423 rc=$?
22424 if test $rc -eq 0; then
22425 export=1
22426 break;
22427 fi
22428 done
22429 if test $export -eq 0; then :
22430 rc=1
22431 else :
22432 rc=0
22433 fi
22434 else :
22435 rc=0
22436 fi
22437
22438 fi
22439 if test $rc -ne 0; then :
22440
22441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22442 $as_echo "no" >&6; }
22443
22444 else :
22445
22446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22447 $as_echo "yes" >&6; }
22448
22449 $as_echo "#define HAVE_TRUNCATE_SETSIZE 1" >>confdefs.h
22450
22451
22452 fi
22453 fi
22454
22455
22456
22457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether security_inode_init_security wants 6 args" >&5
22458 $as_echo_n "checking whether security_inode_init_security wants 6 args... " >&6; }
22459
22460
22461 cat confdefs.h - <<_ACEOF >conftest.c
22462
22463
22464 #include <linux/security.h>
22465
22466 int
22467 main (void)
22468 {
22469
22470 struct inode *ip __attribute__ ((unused)) = NULL;
22471 struct inode *dip __attribute__ ((unused)) = NULL;
22472 const struct qstr *str __attribute__ ((unused)) = NULL;
22473 char *name __attribute__ ((unused)) = NULL;
22474 void *value __attribute__ ((unused)) = NULL;
22475 size_t len __attribute__ ((unused)) = 0;
22476
22477 security_inode_init_security(ip, dip, str, &name, &value, &len);
22478
22479 ;
22480 return 0;
22481 }
22482
22483 _ACEOF
22484
22485
22486
22487 cat - <<_ACEOF >conftest.h
22488
22489 _ACEOF
22490
22491
22492 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22493 echo "obj-m := conftest.o" >build/Makefile
22494 modpost_flag=''
22495 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22496 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
22497 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22498 (eval $ac_try) 2>&5
22499 ac_status=$?
22500 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22501 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
22502 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22503 (eval $ac_try) 2>&5
22504 ac_status=$?
22505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22506 test $ac_status = 0; }; }; then :
22507
22508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22509 $as_echo "yes" >&6; }
22510
22511 $as_echo "#define HAVE_6ARGS_SECURITY_INODE_INIT_SECURITY 1" >>confdefs.h
22512
22513
22514 else
22515 $as_echo "$as_me: failed program was:" >&5
22516 sed 's/^/| /' conftest.$ac_ext >&5
22517
22518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22519 $as_echo "no" >&6; }
22520
22521
22522
22523 fi
22524 rm -Rf build
22525
22526
22527
22528
22529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether security_inode_init_security wants callback" >&5
22530 $as_echo_n "checking whether security_inode_init_security wants callback... " >&6; }
22531
22532
22533 cat confdefs.h - <<_ACEOF >conftest.c
22534
22535
22536 #include <linux/security.h>
22537
22538 int
22539 main (void)
22540 {
22541
22542 struct inode *ip __attribute__ ((unused)) = NULL;
22543 struct inode *dip __attribute__ ((unused)) = NULL;
22544 const struct qstr *str __attribute__ ((unused)) = NULL;
22545 initxattrs func __attribute__ ((unused)) = NULL;
22546
22547 security_inode_init_security(ip, dip, str, func, NULL);
22548
22549 ;
22550 return 0;
22551 }
22552
22553 _ACEOF
22554
22555
22556
22557 cat - <<_ACEOF >conftest.h
22558
22559 _ACEOF
22560
22561
22562 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22563 echo "obj-m := conftest.o" >build/Makefile
22564 modpost_flag=''
22565 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22566 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
22567 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22568 (eval $ac_try) 2>&5
22569 ac_status=$?
22570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22571 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
22572 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22573 (eval $ac_try) 2>&5
22574 ac_status=$?
22575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22576 test $ac_status = 0; }; }; then :
22577
22578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22579 $as_echo "yes" >&6; }
22580
22581 $as_echo "#define HAVE_CALLBACK_SECURITY_INODE_INIT_SECURITY 1" >>confdefs.h
22582
22583
22584 else
22585 $as_echo "$as_me: failed program was:" >&5
22586 sed 's/^/| /' conftest.$ac_ext >&5
22587
22588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22589 $as_echo "no" >&6; }
22590
22591
22592
22593 fi
22594 rm -Rf build
22595
22596
22597
22598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mount_nodev() is available" >&5
22599 $as_echo_n "checking whether mount_nodev() is available... " >&6; }
22600
22601
22602
22603 cat confdefs.h - <<_ACEOF >conftest.c
22604
22605
22606 #include <linux/fs.h>
22607
22608 int
22609 main (void)
22610 {
22611
22612 mount_nodev(NULL, 0, NULL, NULL);
22613
22614 ;
22615 return 0;
22616 }
22617
22618 _ACEOF
22619
22620
22621
22622 cat - <<_ACEOF >conftest.h
22623
22624 _ACEOF
22625
22626
22627 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22628 echo "obj-m := conftest.o" >build/Makefile
22629 modpost_flag=''
22630 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22631 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
22632 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22633 (eval $ac_try) 2>&5
22634 ac_status=$?
22635 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22636 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
22637 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22638 (eval $ac_try) 2>&5
22639 ac_status=$?
22640 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22641 test $ac_status = 0; }; }; then :
22642 rc=0
22643 else
22644 $as_echo "$as_me: failed program was:" >&5
22645 sed 's/^/| /' conftest.$ac_ext >&5
22646 rc=1
22647
22648
22649 fi
22650 rm -Rf build
22651
22652
22653 if test $rc -ne 0; then :
22654
22655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22656 $as_echo "no" >&6; }
22657
22658 else
22659 if test "x$enable_linux_builtin" != xyes; then
22660
22661 grep -q -E '[[:space:]]mount_nodev[[:space:]]' \
22662 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
22663 rc=$?
22664 if test $rc -ne 0; then
22665 export=0
22666 for file in fs/super.c; do
22667 grep -q -E "EXPORT_SYMBOL.*(mount_nodev)" \
22668 "$LINUX/$file" 2>/dev/null
22669 rc=$?
22670 if test $rc -eq 0; then
22671 export=1
22672 break;
22673 fi
22674 done
22675 if test $export -eq 0; then :
22676 rc=1
22677 else :
22678 rc=0
22679 fi
22680 else :
22681 rc=0
22682 fi
22683
22684 fi
22685 if test $rc -ne 0; then :
22686
22687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22688 $as_echo "no" >&6; }
22689
22690 else :
22691
22692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22693 $as_echo "yes" >&6; }
22694
22695 $as_echo "#define HAVE_MOUNT_NODEV 1" >>confdefs.h
22696
22697
22698 fi
22699 fi
22700
22701
22702
22703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether super_block has s_shrink" >&5
22704 $as_echo_n "checking whether super_block has s_shrink... " >&6; }
22705
22706
22707 cat confdefs.h - <<_ACEOF >conftest.c
22708
22709
22710 #include <linux/fs.h>
22711
22712 int shrink(struct shrinker *s, struct shrink_control *sc)
22713 { return 0; }
22714
22715 static const struct super_block
22716 sb __attribute__ ((unused)) = {
22717 .s_shrink.shrink = shrink,
22718 .s_shrink.seeks = DEFAULT_SEEKS,
22719 .s_shrink.batch = 0,
22720 };
22721
22722 int
22723 main (void)
22724 {
22725
22726
22727 ;
22728 return 0;
22729 }
22730
22731 _ACEOF
22732
22733
22734
22735 cat - <<_ACEOF >conftest.h
22736
22737 _ACEOF
22738
22739
22740 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22741 echo "obj-m := conftest.o" >build/Makefile
22742 modpost_flag=''
22743 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22744 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
22745 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22746 (eval $ac_try) 2>&5
22747 ac_status=$?
22748 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22749 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
22750 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22751 (eval $ac_try) 2>&5
22752 ac_status=$?
22753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22754 test $ac_status = 0; }; }; then :
22755
22756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22757 $as_echo "yes" >&6; }
22758
22759 $as_echo "#define HAVE_SHRINK 1" >>confdefs.h
22760
22761
22762
22763 else
22764 $as_echo "$as_me: failed program was:" >&5
22765 sed 's/^/| /' conftest.$ac_ext >&5
22766
22767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22768 $as_echo "no" >&6; }
22769
22770
22771
22772 fi
22773 rm -Rf build
22774
22775
22776
22777
22778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether shrink_control has nid" >&5
22779 $as_echo_n "checking whether shrink_control has nid... " >&6; }
22780
22781
22782 cat confdefs.h - <<_ACEOF >conftest.c
22783
22784
22785 #include <linux/fs.h>
22786
22787 int
22788 main (void)
22789 {
22790
22791 struct shrink_control sc __attribute__ ((unused));
22792 unsigned long scnidsize __attribute__ ((unused)) =
22793 sizeof(sc.nid);
22794
22795 ;
22796 return 0;
22797 }
22798
22799 _ACEOF
22800
22801
22802
22803 cat - <<_ACEOF >conftest.h
22804
22805 _ACEOF
22806
22807
22808 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22809 echo "obj-m := conftest.o" >build/Makefile
22810 modpost_flag=''
22811 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22812 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
22813 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22814 (eval $ac_try) 2>&5
22815 ac_status=$?
22816 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22817 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
22818 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22819 (eval $ac_try) 2>&5
22820 ac_status=$?
22821 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22822 test $ac_status = 0; }; }; then :
22823
22824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22825 $as_echo "yes" >&6; }
22826
22827 $as_echo "#define SHRINK_CONTROL_HAS_NID 1" >>confdefs.h
22828
22829
22830 else
22831 $as_echo "$as_me: failed program was:" >&5
22832 sed 's/^/| /' conftest.$ac_ext >&5
22833
22834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22835 $as_echo "no" >&6; }
22836
22837
22838
22839 fi
22840 rm -Rf build
22841
22842
22843
22844
22845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether super_block has s_instances list_head" >&5
22846 $as_echo_n "checking whether super_block has s_instances list_head... " >&6; }
22847
22848
22849 cat confdefs.h - <<_ACEOF >conftest.c
22850
22851
22852 #include <linux/fs.h>
22853
22854 int
22855 main (void)
22856 {
22857
22858 struct super_block sb __attribute__ ((unused));
22859
22860 INIT_LIST_HEAD(&sb.s_instances);
22861
22862 ;
22863 return 0;
22864 }
22865
22866 _ACEOF
22867
22868
22869
22870 cat - <<_ACEOF >conftest.h
22871
22872 _ACEOF
22873
22874
22875 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22876 echo "obj-m := conftest.o" >build/Makefile
22877 modpost_flag=''
22878 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22879 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
22880 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22881 (eval $ac_try) 2>&5
22882 ac_status=$?
22883 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22884 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
22885 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22886 (eval $ac_try) 2>&5
22887 ac_status=$?
22888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22889 test $ac_status = 0; }; }; then :
22890
22891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22892 $as_echo "yes" >&6; }
22893
22894 $as_echo "#define HAVE_S_INSTANCES_LIST_HEAD 1" >>confdefs.h
22895
22896
22897 else
22898 $as_echo "$as_me: failed program was:" >&5
22899 sed 's/^/| /' conftest.$ac_ext >&5
22900
22901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22902 $as_echo "no" >&6; }
22903
22904
22905
22906 fi
22907 rm -Rf build
22908
22909
22910
22911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether super_block has s_d_op" >&5
22912 $as_echo_n "checking whether super_block has s_d_op... " >&6; }
22913
22914
22915 cat confdefs.h - <<_ACEOF >conftest.c
22916
22917
22918 #include <linux/fs.h>
22919
22920 int
22921 main (void)
22922 {
22923
22924 struct super_block sb __attribute__ ((unused));
22925 sb.s_d_op = NULL;
22926
22927 ;
22928 return 0;
22929 }
22930
22931 _ACEOF
22932
22933
22934
22935 cat - <<_ACEOF >conftest.h
22936
22937 _ACEOF
22938
22939
22940 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
22941 echo "obj-m := conftest.o" >build/Makefile
22942 modpost_flag=''
22943 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
22944 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
22945 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22946 (eval $ac_try) 2>&5
22947 ac_status=$?
22948 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22949 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
22950 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22951 (eval $ac_try) 2>&5
22952 ac_status=$?
22953 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22954 test $ac_status = 0; }; }; then :
22955
22956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22957 $as_echo "yes" >&6; }
22958
22959 $as_echo "#define HAVE_S_D_OP 1" >>confdefs.h
22960
22961
22962 else
22963 $as_echo "$as_me: failed program was:" >&5
22964 sed 's/^/| /' conftest.$ac_ext >&5
22965
22966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22967 $as_echo "no" >&6; }
22968
22969
22970
22971 fi
22972 rm -Rf build
22973
22974
22975
22976
22977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 2 args" >&5
22978 $as_echo_n "checking whether bdi_setup_and_register() wants 2 args... " >&6; }
22979
22980
22981
22982 cat confdefs.h - <<_ACEOF >conftest.c
22983
22984
22985 #include <linux/backing-dev.h>
22986 struct backing_dev_info bdi;
22987
22988 int
22989 main (void)
22990 {
22991
22992 char *name = "bdi";
22993 int error __attribute__((unused)) =
22994 bdi_setup_and_register(&bdi, name);
22995
22996 ;
22997 return 0;
22998 }
22999
23000 _ACEOF
23001
23002
23003
23004 cat - <<_ACEOF >conftest.h
23005
23006 _ACEOF
23007
23008
23009 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23010 echo "obj-m := conftest.o" >build/Makefile
23011 modpost_flag=''
23012 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23013 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23014 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23015 (eval $ac_try) 2>&5
23016 ac_status=$?
23017 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23018 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23019 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23020 (eval $ac_try) 2>&5
23021 ac_status=$?
23022 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23023 test $ac_status = 0; }; }; then :
23024 rc=0
23025 else
23026 $as_echo "$as_me: failed program was:" >&5
23027 sed 's/^/| /' conftest.$ac_ext >&5
23028 rc=1
23029
23030
23031 fi
23032 rm -Rf build
23033
23034
23035 if test $rc -ne 0; then :
23036
23037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23038 $as_echo "no" >&6; }
23039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 3 args" >&5
23040 $as_echo_n "checking whether bdi_setup_and_register() wants 3 args... " >&6; }
23041
23042
23043
23044 cat confdefs.h - <<_ACEOF >conftest.c
23045
23046
23047 #include <linux/backing-dev.h>
23048 struct backing_dev_info bdi;
23049
23050 int
23051 main (void)
23052 {
23053
23054 char *name = "bdi";
23055 unsigned int cap = BDI_CAP_MAP_COPY;
23056 int error __attribute__((unused)) =
23057 bdi_setup_and_register(&bdi, name, cap);
23058
23059 ;
23060 return 0;
23061 }
23062
23063 _ACEOF
23064
23065
23066
23067 cat - <<_ACEOF >conftest.h
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 conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23077 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23078 (eval $ac_try) 2>&5
23079 ac_status=$?
23080 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23081 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23082 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23083 (eval $ac_try) 2>&5
23084 ac_status=$?
23085 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23086 test $ac_status = 0; }; }; then :
23087 rc=0
23088 else
23089 $as_echo "$as_me: failed program was:" >&5
23090 sed 's/^/| /' conftest.$ac_ext >&5
23091 rc=1
23092
23093
23094 fi
23095 rm -Rf build
23096
23097
23098 if test $rc -ne 0; then :
23099
23100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23101 $as_echo "no" >&6; }
23102
23103 else
23104 if test "x$enable_linux_builtin" != xyes; then
23105
23106 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
23107 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23108 rc=$?
23109 if test $rc -ne 0; then
23110 export=0
23111 for file in mm/backing-dev.c; do
23112 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
23113 "$LINUX/$file" 2>/dev/null
23114 rc=$?
23115 if test $rc -eq 0; then
23116 export=1
23117 break;
23118 fi
23119 done
23120 if test $export -eq 0; then :
23121 rc=1
23122 else :
23123 rc=0
23124 fi
23125 else :
23126 rc=0
23127 fi
23128
23129 fi
23130 if test $rc -ne 0; then :
23131
23132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23133 $as_echo "no" >&6; }
23134
23135 else :
23136
23137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23138 $as_echo "yes" >&6; }
23139
23140 $as_echo "#define HAVE_3ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
23141
23142
23143 fi
23144 fi
23145
23146
23147 else
23148 if test "x$enable_linux_builtin" != xyes; then
23149
23150 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
23151 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23152 rc=$?
23153 if test $rc -ne 0; then
23154 export=0
23155 for file in mm/backing-dev.c; do
23156 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
23157 "$LINUX/$file" 2>/dev/null
23158 rc=$?
23159 if test $rc -eq 0; then
23160 export=1
23161 break;
23162 fi
23163 done
23164 if test $export -eq 0; then :
23165 rc=1
23166 else :
23167 rc=0
23168 fi
23169 else :
23170 rc=0
23171 fi
23172
23173 fi
23174 if test $rc -ne 0; then :
23175
23176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23177 $as_echo "no" >&6; }
23178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 3 args" >&5
23179 $as_echo_n "checking whether bdi_setup_and_register() wants 3 args... " >&6; }
23180
23181
23182
23183 cat confdefs.h - <<_ACEOF >conftest.c
23184
23185
23186 #include <linux/backing-dev.h>
23187 struct backing_dev_info bdi;
23188
23189 int
23190 main (void)
23191 {
23192
23193 char *name = "bdi";
23194 unsigned int cap = BDI_CAP_MAP_COPY;
23195 int error __attribute__((unused)) =
23196 bdi_setup_and_register(&bdi, name, cap);
23197
23198 ;
23199 return 0;
23200 }
23201
23202 _ACEOF
23203
23204
23205
23206 cat - <<_ACEOF >conftest.h
23207
23208 _ACEOF
23209
23210
23211 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23212 echo "obj-m := conftest.o" >build/Makefile
23213 modpost_flag=''
23214 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23215 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23216 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23217 (eval $ac_try) 2>&5
23218 ac_status=$?
23219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23220 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23221 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23222 (eval $ac_try) 2>&5
23223 ac_status=$?
23224 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23225 test $ac_status = 0; }; }; then :
23226 rc=0
23227 else
23228 $as_echo "$as_me: failed program was:" >&5
23229 sed 's/^/| /' conftest.$ac_ext >&5
23230 rc=1
23231
23232
23233 fi
23234 rm -Rf build
23235
23236
23237 if test $rc -ne 0; then :
23238
23239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23240 $as_echo "no" >&6; }
23241
23242 else
23243 if test "x$enable_linux_builtin" != xyes; then
23244
23245 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
23246 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23247 rc=$?
23248 if test $rc -ne 0; then
23249 export=0
23250 for file in mm/backing-dev.c; do
23251 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
23252 "$LINUX/$file" 2>/dev/null
23253 rc=$?
23254 if test $rc -eq 0; then
23255 export=1
23256 break;
23257 fi
23258 done
23259 if test $export -eq 0; then :
23260 rc=1
23261 else :
23262 rc=0
23263 fi
23264 else :
23265 rc=0
23266 fi
23267
23268 fi
23269 if test $rc -ne 0; then :
23270
23271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23272 $as_echo "no" >&6; }
23273
23274 else :
23275
23276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23277 $as_echo "yes" >&6; }
23278
23279 $as_echo "#define HAVE_3ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
23280
23281
23282 fi
23283 fi
23284
23285
23286 else :
23287
23288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23289 $as_echo "yes" >&6; }
23290
23291 $as_echo "#define HAVE_2ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
23292
23293
23294 fi
23295 fi
23296
23297
23298
23299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether set_nlink() is available" >&5
23300 $as_echo_n "checking whether set_nlink() is available... " >&6; }
23301
23302
23303 cat confdefs.h - <<_ACEOF >conftest.c
23304
23305
23306 #include <linux/fs.h>
23307
23308 int
23309 main (void)
23310 {
23311
23312 struct inode node;
23313 unsigned int link = 0;
23314 (void) set_nlink(&node, link);
23315
23316 ;
23317 return 0;
23318 }
23319
23320 _ACEOF
23321
23322
23323
23324 cat - <<_ACEOF >conftest.h
23325
23326 _ACEOF
23327
23328
23329 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23330 echo "obj-m := conftest.o" >build/Makefile
23331 modpost_flag=''
23332 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23333 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23334 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23335 (eval $ac_try) 2>&5
23336 ac_status=$?
23337 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23338 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23339 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23340 (eval $ac_try) 2>&5
23341 ac_status=$?
23342 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23343 test $ac_status = 0; }; }; then :
23344
23345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23346 $as_echo "yes" >&6; }
23347
23348 $as_echo "#define HAVE_SET_NLINK 1" >>confdefs.h
23349
23350
23351 else
23352 $as_echo "$as_me: failed program was:" >&5
23353 sed 's/^/| /' conftest.$ac_ext >&5
23354
23355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23356 $as_echo "no" >&6; }
23357
23358
23359
23360 fi
23361 rm -Rf build
23362
23363
23364
23365
23366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether elevator_change() is available" >&5
23367 $as_echo_n "checking whether elevator_change() is available... " >&6; }
23368 tmp_flags="$EXTRA_KCFLAGS"
23369 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
23370
23371
23372 cat confdefs.h - <<_ACEOF >conftest.c
23373
23374
23375 #include <linux/blkdev.h>
23376 #include <linux/elevator.h>
23377
23378 int
23379 main (void)
23380 {
23381
23382 int ret;
23383 struct request_queue *q = NULL;
23384 char *elevator = NULL;
23385 ret = elevator_change(q, elevator);
23386
23387 ;
23388 return 0;
23389 }
23390
23391 _ACEOF
23392
23393
23394
23395 cat - <<_ACEOF >conftest.h
23396
23397 _ACEOF
23398
23399
23400 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23401 echo "obj-m := conftest.o" >build/Makefile
23402 modpost_flag=''
23403 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23404 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23405 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23406 (eval $ac_try) 2>&5
23407 ac_status=$?
23408 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23409 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23410 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23411 (eval $ac_try) 2>&5
23412 ac_status=$?
23413 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23414 test $ac_status = 0; }; }; then :
23415
23416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23417 $as_echo "yes" >&6; }
23418
23419 $as_echo "#define HAVE_ELEVATOR_CHANGE 1" >>confdefs.h
23420
23421
23422 else
23423 $as_echo "$as_me: failed program was:" >&5
23424 sed 's/^/| /' conftest.$ac_ext >&5
23425
23426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23427 $as_echo "no" >&6; }
23428
23429
23430
23431 fi
23432 rm -Rf build
23433
23434
23435 EXTRA_KCFLAGS="$tmp_flags"
23436
23437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sget() wants 5 args" >&5
23438 $as_echo_n "checking whether sget() wants 5 args... " >&6; }
23439
23440
23441 cat confdefs.h - <<_ACEOF >conftest.c
23442
23443
23444 #include <linux/fs.h>
23445
23446 int
23447 main (void)
23448 {
23449
23450 struct file_system_type *type = NULL;
23451 int (*test)(struct super_block *,void *) = NULL;
23452 int (*set)(struct super_block *,void *) = NULL;
23453 int flags = 0;
23454 void *data = NULL;
23455 (void) sget(type, test, set, flags, data);
23456
23457 ;
23458 return 0;
23459 }
23460
23461 _ACEOF
23462
23463
23464
23465 cat - <<_ACEOF >conftest.h
23466
23467 _ACEOF
23468
23469
23470 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23471 echo "obj-m := conftest.o" >build/Makefile
23472 modpost_flag=''
23473 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23474 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23475 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23476 (eval $ac_try) 2>&5
23477 ac_status=$?
23478 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23479 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23480 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23481 (eval $ac_try) 2>&5
23482 ac_status=$?
23483 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23484 test $ac_status = 0; }; }; then :
23485
23486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23487 $as_echo "yes" >&6; }
23488
23489 $as_echo "#define HAVE_5ARG_SGET 1" >>confdefs.h
23490
23491
23492 else
23493 $as_echo "$as_me: failed program was:" >&5
23494 sed 's/^/| /' conftest.$ac_ext >&5
23495
23496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23497 $as_echo "no" >&6; }
23498
23499
23500
23501 fi
23502 rm -Rf build
23503
23504
23505
23506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lseek_execute() is available" >&5
23507 $as_echo_n "checking whether lseek_execute() is available... " >&6; }
23508
23509
23510
23511 cat confdefs.h - <<_ACEOF >conftest.c
23512
23513
23514 #include <linux/fs.h>
23515
23516 int
23517 main (void)
23518 {
23519
23520 struct file *fp __attribute__ ((unused)) = NULL;
23521 struct inode *ip __attribute__ ((unused)) = NULL;
23522 loff_t offset __attribute__ ((unused)) = 0;
23523 loff_t maxsize __attribute__ ((unused)) = 0;
23524
23525 lseek_execute(fp, ip, offset, maxsize);
23526
23527 ;
23528 return 0;
23529 }
23530
23531 _ACEOF
23532
23533
23534
23535 cat - <<_ACEOF >conftest.h
23536
23537 _ACEOF
23538
23539
23540 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23541 echo "obj-m := conftest.o" >build/Makefile
23542 modpost_flag=''
23543 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23544 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23545 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23546 (eval $ac_try) 2>&5
23547 ac_status=$?
23548 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23549 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23550 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23551 (eval $ac_try) 2>&5
23552 ac_status=$?
23553 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23554 test $ac_status = 0; }; }; then :
23555 rc=0
23556 else
23557 $as_echo "$as_me: failed program was:" >&5
23558 sed 's/^/| /' conftest.$ac_ext >&5
23559 rc=1
23560
23561
23562 fi
23563 rm -Rf build
23564
23565
23566 if test $rc -ne 0; then :
23567
23568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23569 $as_echo "no" >&6; }
23570
23571 else
23572 if test "x$enable_linux_builtin" != xyes; then
23573
23574 grep -q -E '[[:space:]]lseek_exclusive[[:space:]]' \
23575 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23576 rc=$?
23577 if test $rc -ne 0; then
23578 export=0
23579 for file in fs/read_write.c; do
23580 grep -q -E "EXPORT_SYMBOL.*(lseek_exclusive)" \
23581 "$LINUX/$file" 2>/dev/null
23582 rc=$?
23583 if test $rc -eq 0; then
23584 export=1
23585 break;
23586 fi
23587 done
23588 if test $export -eq 0; then :
23589 rc=1
23590 else :
23591 rc=0
23592 fi
23593 else :
23594 rc=0
23595 fi
23596
23597 fi
23598 if test $rc -ne 0; then :
23599
23600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23601 $as_echo "no" >&6; }
23602
23603 else :
23604
23605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23606 $as_echo "yes" >&6; }
23607
23608 $as_echo "#define HAVE_LSEEK_EXECUTE 1" >>confdefs.h
23609
23610
23611 fi
23612 fi
23613
23614
23615
23616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->iterate_shared() is available" >&5
23617 $as_echo_n "checking whether fops->iterate_shared() is available... " >&6; }
23618
23619
23620 cat confdefs.h - <<_ACEOF >conftest.c
23621
23622
23623 #include <linux/fs.h>
23624 int iterate(struct file *filp, struct dir_context * context)
23625 { return 0; }
23626
23627 static const struct file_operations fops
23628 __attribute__ ((unused)) = {
23629 .iterate_shared = iterate,
23630 };
23631
23632 int
23633 main (void)
23634 {
23635
23636
23637 ;
23638 return 0;
23639 }
23640
23641 _ACEOF
23642
23643
23644
23645 cat - <<_ACEOF >conftest.h
23646
23647 _ACEOF
23648
23649
23650 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23651 echo "obj-m := conftest.o" >build/Makefile
23652 modpost_flag=''
23653 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23654 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23655 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23656 (eval $ac_try) 2>&5
23657 ac_status=$?
23658 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23659 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23660 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23661 (eval $ac_try) 2>&5
23662 ac_status=$?
23663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23664 test $ac_status = 0; }; }; then :
23665
23666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23667 $as_echo "yes" >&6; }
23668
23669 $as_echo "#define HAVE_VFS_ITERATE_SHARED 1" >>confdefs.h
23670
23671
23672 else
23673 $as_echo "$as_me: failed program was:" >&5
23674 sed 's/^/| /' conftest.$ac_ext >&5
23675
23676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23677 $as_echo "no" >&6; }
23678
23679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->iterate() is available" >&5
23680 $as_echo_n "checking whether fops->iterate() is available... " >&6; }
23681
23682
23683 cat confdefs.h - <<_ACEOF >conftest.c
23684
23685
23686 #include <linux/fs.h>
23687 int iterate(struct file *filp, struct dir_context * context)
23688 { return 0; }
23689
23690 static const struct file_operations fops
23691 __attribute__ ((unused)) = {
23692 .iterate = iterate,
23693 };
23694
23695 int
23696 main (void)
23697 {
23698
23699
23700 ;
23701 return 0;
23702 }
23703
23704 _ACEOF
23705
23706
23707
23708 cat - <<_ACEOF >conftest.h
23709
23710 _ACEOF
23711
23712
23713 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23714 echo "obj-m := conftest.o" >build/Makefile
23715 modpost_flag=''
23716 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23717 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23718 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23719 (eval $ac_try) 2>&5
23720 ac_status=$?
23721 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23722 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23723 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23724 (eval $ac_try) 2>&5
23725 ac_status=$?
23726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23727 test $ac_status = 0; }; }; then :
23728
23729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23730 $as_echo "yes" >&6; }
23731
23732 $as_echo "#define HAVE_VFS_ITERATE 1" >>confdefs.h
23733
23734
23735 else
23736 $as_echo "$as_me: failed program was:" >&5
23737 sed 's/^/| /' conftest.$ac_ext >&5
23738
23739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23740 $as_echo "no" >&6; }
23741
23742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->readdir() is available" >&5
23743 $as_echo_n "checking whether fops->readdir() is available... " >&6; }
23744
23745
23746 cat confdefs.h - <<_ACEOF >conftest.c
23747
23748
23749 #include <linux/fs.h>
23750 int readdir(struct file *filp, void *entry, filldir_t func)
23751 { return 0; }
23752
23753 static const struct file_operations fops
23754 __attribute__ ((unused)) = {
23755 .readdir = readdir,
23756 };
23757
23758 int
23759 main (void)
23760 {
23761
23762
23763 ;
23764 return 0;
23765 }
23766
23767 _ACEOF
23768
23769
23770
23771 cat - <<_ACEOF >conftest.h
23772
23773 _ACEOF
23774
23775
23776 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23777 echo "obj-m := conftest.o" >build/Makefile
23778 modpost_flag=''
23779 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23780 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23781 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23782 (eval $ac_try) 2>&5
23783 ac_status=$?
23784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23785 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23786 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23787 (eval $ac_try) 2>&5
23788 ac_status=$?
23789 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23790 test $ac_status = 0; }; }; then :
23791
23792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23793 $as_echo "yes" >&6; }
23794
23795 $as_echo "#define HAVE_VFS_READDIR 1" >>confdefs.h
23796
23797
23798 else
23799 $as_echo "$as_me: failed program was:" >&5
23800 sed 's/^/| /' conftest.$ac_ext >&5
23801
23802 as_fn_error $? "no; file a bug report with ZFSOnLinux" "$LINENO" 5
23803
23804
23805
23806 fi
23807 rm -Rf build
23808
23809
23810
23811
23812
23813 fi
23814 rm -Rf build
23815
23816
23817
23818
23819
23820 fi
23821 rm -Rf build
23822
23823
23824
23825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->read/write_iter() are available" >&5
23826 $as_echo_n "checking whether fops->read/write_iter() are available... " >&6; }
23827
23828
23829 cat confdefs.h - <<_ACEOF >conftest.c
23830
23831
23832 #include <linux/fs.h>
23833
23834 ssize_t test_read(struct kiocb *kiocb, struct iov_iter *to)
23835 { return 0; }
23836 ssize_t test_write(struct kiocb *kiocb, struct iov_iter *from)
23837 { return 0; }
23838
23839 static const struct file_operations
23840 fops __attribute__ ((unused)) = {
23841 .read_iter = test_read,
23842 .write_iter = test_write,
23843 };
23844
23845 int
23846 main (void)
23847 {
23848
23849
23850 ;
23851 return 0;
23852 }
23853
23854 _ACEOF
23855
23856
23857
23858 cat - <<_ACEOF >conftest.h
23859
23860 _ACEOF
23861
23862
23863 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23864 echo "obj-m := conftest.o" >build/Makefile
23865 modpost_flag=''
23866 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23867 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23868 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23869 (eval $ac_try) 2>&5
23870 ac_status=$?
23871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23872 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23873 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23874 (eval $ac_try) 2>&5
23875 ac_status=$?
23876 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23877 test $ac_status = 0; }; }; then :
23878
23879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23880 $as_echo "yes" >&6; }
23881
23882 $as_echo "#define HAVE_VFS_RW_ITERATE 1" >>confdefs.h
23883
23884
23885 else
23886 $as_echo "$as_me: failed program was:" >&5
23887 sed 's/^/| /' conftest.$ac_ext >&5
23888
23889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23890 $as_echo "no" >&6; }
23891
23892
23893
23894 fi
23895 rm -Rf build
23896
23897
23898
23899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic_write_checks() takes kiocb" >&5
23900 $as_echo_n "checking whether generic_write_checks() takes kiocb... " >&6; }
23901
23902
23903 cat confdefs.h - <<_ACEOF >conftest.c
23904
23905
23906 #include <linux/fs.h>
23907
23908
23909 int
23910 main (void)
23911 {
23912
23913 struct kiocb *iocb = NULL;
23914 struct iov_iter *iov = NULL;
23915 generic_write_checks(iocb, iov);
23916
23917 ;
23918 return 0;
23919 }
23920
23921 _ACEOF
23922
23923
23924
23925 cat - <<_ACEOF >conftest.h
23926
23927 _ACEOF
23928
23929
23930 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23931 echo "obj-m := conftest.o" >build/Makefile
23932 modpost_flag=''
23933 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23934 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23935 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23936 (eval $ac_try) 2>&5
23937 ac_status=$?
23938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23939 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23940 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23941 (eval $ac_try) 2>&5
23942 ac_status=$?
23943 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23944 test $ac_status = 0; }; }; then :
23945
23946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23947 $as_echo "yes" >&6; }
23948
23949 $as_echo "#define HAVE_GENERIC_WRITE_CHECKS_KIOCB 1" >>confdefs.h
23950
23951
23952 else
23953 $as_echo "$as_me: failed program was:" >&5
23954 sed 's/^/| /' conftest.$ac_ext >&5
23955
23956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23957 $as_echo "no" >&6; }
23958
23959
23960
23961 fi
23962 rm -Rf build
23963
23964
23965
23966
23967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kmap_atomic wants 1 args" >&5
23968 $as_echo_n "checking whether kmap_atomic wants 1 args... " >&6; }
23969
23970
23971 cat confdefs.h - <<_ACEOF >conftest.c
23972
23973
23974 #include <linux/pagemap.h>
23975
23976 int
23977 main (void)
23978 {
23979
23980 struct page page;
23981 kmap_atomic(&page);
23982
23983 ;
23984 return 0;
23985 }
23986
23987 _ACEOF
23988
23989
23990
23991 cat - <<_ACEOF >conftest.h
23992
23993 _ACEOF
23994
23995
23996 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23997 echo "obj-m := conftest.o" >build/Makefile
23998 modpost_flag=''
23999 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24000 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24001 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24002 (eval $ac_try) 2>&5
24003 ac_status=$?
24004 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24005 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24006 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24007 (eval $ac_try) 2>&5
24008 ac_status=$?
24009 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24010 test $ac_status = 0; }; }; then :
24011
24012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24013 $as_echo "yes" >&6; }
24014
24015 $as_echo "#define HAVE_1ARG_KMAP_ATOMIC 1" >>confdefs.h
24016
24017
24018 else
24019 $as_echo "$as_me: failed program was:" >&5
24020 sed 's/^/| /' conftest.$ac_ext >&5
24021
24022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24023 $as_echo "no" >&6; }
24024
24025
24026
24027 fi
24028 rm -Rf build
24029
24030
24031
24032
24033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether follow_down_one() is available" >&5
24034 $as_echo_n "checking whether follow_down_one() is available... " >&6; }
24035
24036
24037 cat confdefs.h - <<_ACEOF >conftest.c
24038
24039
24040 #include <linux/namei.h>
24041
24042 int
24043 main (void)
24044 {
24045
24046 struct path *p = NULL;
24047 follow_down_one(p);
24048
24049 ;
24050 return 0;
24051 }
24052
24053 _ACEOF
24054
24055
24056
24057 cat - <<_ACEOF >conftest.h
24058
24059 _ACEOF
24060
24061
24062 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24063 echo "obj-m := conftest.o" >build/Makefile
24064 modpost_flag=''
24065 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24066 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24067 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24068 (eval $ac_try) 2>&5
24069 ac_status=$?
24070 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24071 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24072 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24073 (eval $ac_try) 2>&5
24074 ac_status=$?
24075 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24076 test $ac_status = 0; }; }; then :
24077
24078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24079 $as_echo "yes" >&6; }
24080
24081 $as_echo "#define HAVE_FOLLOW_DOWN_ONE 1" >>confdefs.h
24082
24083
24084 else
24085 $as_echo "$as_me: failed program was:" >&5
24086 sed 's/^/| /' conftest.$ac_ext >&5
24087
24088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24089 $as_echo "no" >&6; }
24090
24091
24092
24093 fi
24094 rm -Rf build
24095
24096
24097
24098
24099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether make_request_fn() returns int" >&5
24100 $as_echo_n "checking whether make_request_fn() returns int... " >&6; }
24101
24102
24103 cat confdefs.h - <<_ACEOF >conftest.c
24104
24105
24106 #include <linux/blkdev.h>
24107
24108 int make_request(struct request_queue *q, struct bio *bio)
24109 {
24110 return (0);
24111 }
24112
24113 int
24114 main (void)
24115 {
24116
24117 blk_queue_make_request(NULL, &make_request);
24118
24119 ;
24120 return 0;
24121 }
24122
24123 _ACEOF
24124
24125
24126
24127 cat - <<_ACEOF >conftest.h
24128
24129 _ACEOF
24130
24131
24132 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24133 echo "obj-m := conftest.o" >build/Makefile
24134 modpost_flag=''
24135 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24136 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24137 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24138 (eval $ac_try) 2>&5
24139 ac_status=$?
24140 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24141 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24142 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24143 (eval $ac_try) 2>&5
24144 ac_status=$?
24145 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24146 test $ac_status = 0; }; }; then :
24147
24148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24149 $as_echo "yes" >&6; }
24150
24151 $as_echo "#define MAKE_REQUEST_FN_RET int" >>confdefs.h
24152
24153
24154 $as_echo "#define HAVE_MAKE_REQUEST_FN_RET_INT 1" >>confdefs.h
24155
24156
24157 else
24158 $as_echo "$as_me: failed program was:" >&5
24159 sed 's/^/| /' conftest.$ac_ext >&5
24160
24161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24162 $as_echo "no" >&6; }
24163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether make_request_fn() returns void" >&5
24164 $as_echo_n "checking whether make_request_fn() returns void... " >&6; }
24165
24166
24167 cat confdefs.h - <<_ACEOF >conftest.c
24168
24169
24170 #include <linux/blkdev.h>
24171
24172 void make_request(struct request_queue *q, struct bio *bio)
24173 {
24174 return;
24175 }
24176
24177 int
24178 main (void)
24179 {
24180
24181 blk_queue_make_request(NULL, &make_request);
24182
24183 ;
24184 return 0;
24185 }
24186
24187 _ACEOF
24188
24189
24190
24191 cat - <<_ACEOF >conftest.h
24192
24193 _ACEOF
24194
24195
24196 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24197 echo "obj-m := conftest.o" >build/Makefile
24198 modpost_flag=''
24199 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24200 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24201 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24202 (eval $ac_try) 2>&5
24203 ac_status=$?
24204 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24205 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24206 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24207 (eval $ac_try) 2>&5
24208 ac_status=$?
24209 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24210 test $ac_status = 0; }; }; then :
24211
24212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24213 $as_echo "yes" >&6; }
24214
24215 $as_echo "#define MAKE_REQUEST_FN_RET void" >>confdefs.h
24216
24217
24218 else
24219 $as_echo "$as_me: failed program was:" >&5
24220 sed 's/^/| /' conftest.$ac_ext >&5
24221
24222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24223 $as_echo "no" >&6; }
24224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether make_request_fn() returns blk_qc_t" >&5
24225 $as_echo_n "checking whether make_request_fn() returns blk_qc_t... " >&6; }
24226
24227
24228 cat confdefs.h - <<_ACEOF >conftest.c
24229
24230
24231 #include <linux/blkdev.h>
24232
24233 blk_qc_t make_request(struct request_queue *q, struct bio *bio)
24234 {
24235 return (BLK_QC_T_NONE);
24236 }
24237
24238 int
24239 main (void)
24240 {
24241
24242 blk_queue_make_request(NULL, &make_request);
24243
24244 ;
24245 return 0;
24246 }
24247
24248 _ACEOF
24249
24250
24251
24252 cat - <<_ACEOF >conftest.h
24253
24254 _ACEOF
24255
24256
24257 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24258 echo "obj-m := conftest.o" >build/Makefile
24259 modpost_flag=''
24260 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24261 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24262 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24263 (eval $ac_try) 2>&5
24264 ac_status=$?
24265 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24266 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24267 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24268 (eval $ac_try) 2>&5
24269 ac_status=$?
24270 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24271 test $ac_status = 0; }; }; then :
24272
24273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24274 $as_echo "yes" >&6; }
24275
24276 $as_echo "#define MAKE_REQUEST_FN_RET blk_qc_t" >>confdefs.h
24277
24278
24279 $as_echo "#define HAVE_MAKE_REQUEST_FN_RET_QC 1" >>confdefs.h
24280
24281
24282 else
24283 $as_echo "$as_me: failed program was:" >&5
24284 sed 's/^/| /' conftest.$ac_ext >&5
24285
24286 as_fn_error $? "no - Please file a bug report at
24287 https://github.com/zfsonlinux/zfs/issues/new" "$LINENO" 5
24288
24289
24290
24291 fi
24292 rm -Rf build
24293
24294
24295
24296
24297
24298 fi
24299 rm -Rf build
24300
24301
24302
24303
24304
24305 fi
24306 rm -Rf build
24307
24308
24309
24310
24311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic IO accounting symbols are avaliable" >&5
24312 $as_echo_n "checking whether generic IO accounting symbols are avaliable... " >&6; }
24313
24314
24315
24316 cat confdefs.h - <<_ACEOF >conftest.c
24317
24318
24319 #include <linux/bio.h>
24320
24321 void (*generic_start_io_acct_f)(int, unsigned long,
24322 struct hd_struct *) = &generic_start_io_acct;
24323 void (*generic_end_io_acct_f)(int, struct hd_struct *,
24324 unsigned long) = &generic_end_io_acct;
24325
24326 int
24327 main (void)
24328 {
24329
24330 generic_start_io_acct(0, 0, NULL);
24331 generic_end_io_acct(0, NULL, 0);
24332
24333 ;
24334 return 0;
24335 }
24336
24337 _ACEOF
24338
24339
24340
24341 cat - <<_ACEOF >conftest.h
24342
24343 _ACEOF
24344
24345
24346 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24347 echo "obj-m := conftest.o" >build/Makefile
24348 modpost_flag=''
24349 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24350 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24351 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24352 (eval $ac_try) 2>&5
24353 ac_status=$?
24354 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24355 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24356 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24357 (eval $ac_try) 2>&5
24358 ac_status=$?
24359 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24360 test $ac_status = 0; }; }; then :
24361 rc=0
24362 else
24363 $as_echo "$as_me: failed program was:" >&5
24364 sed 's/^/| /' conftest.$ac_ext >&5
24365 rc=1
24366
24367
24368 fi
24369 rm -Rf build
24370
24371
24372 if test $rc -ne 0; then :
24373
24374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24375 $as_echo "no" >&6; }
24376
24377 else
24378 if test "x$enable_linux_builtin" != xyes; then
24379
24380 grep -q -E '[[:space:]]generic_start_io_acct[[:space:]]' \
24381 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
24382 rc=$?
24383 if test $rc -ne 0; then
24384 export=0
24385 for file in block/bio.c; do
24386 grep -q -E "EXPORT_SYMBOL.*(generic_start_io_acct)" \
24387 "$LINUX/$file" 2>/dev/null
24388 rc=$?
24389 if test $rc -eq 0; then
24390 export=1
24391 break;
24392 fi
24393 done
24394 if test $export -eq 0; then :
24395 rc=1
24396 else :
24397 rc=0
24398 fi
24399 else :
24400 rc=0
24401 fi
24402
24403 fi
24404 if test $rc -ne 0; then :
24405
24406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24407 $as_echo "no" >&6; }
24408
24409 else :
24410
24411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24412 $as_echo "yes" >&6; }
24413
24414 $as_echo "#define HAVE_GENERIC_IO_ACCT 1" >>confdefs.h
24415
24416
24417 fi
24418 fi
24419
24420
24421
24422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->rename() wants flags" >&5
24423 $as_echo_n "checking whether iops->rename() wants flags... " >&6; }
24424
24425
24426 cat confdefs.h - <<_ACEOF >conftest.c
24427
24428
24429 #include <linux/fs.h>
24430 int rename_fn(struct inode *sip, struct dentry *sdp,
24431 struct inode *tip, struct dentry *tdp,
24432 unsigned int flags) { return 0; }
24433
24434 static const struct inode_operations
24435 iops __attribute__ ((unused)) = {
24436 .rename = rename_fn,
24437 };
24438
24439 int
24440 main (void)
24441 {
24442
24443
24444 ;
24445 return 0;
24446 }
24447
24448 _ACEOF
24449
24450
24451
24452 cat - <<_ACEOF >conftest.h
24453
24454 _ACEOF
24455
24456
24457 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24458 echo "obj-m := conftest.o" >build/Makefile
24459 modpost_flag=''
24460 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24461 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24462 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24463 (eval $ac_try) 2>&5
24464 ac_status=$?
24465 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24466 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24467 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24468 (eval $ac_try) 2>&5
24469 ac_status=$?
24470 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24471 test $ac_status = 0; }; }; then :
24472
24473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24474 $as_echo "yes" >&6; }
24475
24476 $as_echo "#define HAVE_RENAME_WANTS_FLAGS 1" >>confdefs.h
24477
24478
24479 else
24480 $as_echo "$as_me: failed program was:" >&5
24481 sed 's/^/| /' conftest.$ac_ext >&5
24482
24483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24484 $as_echo "no" >&6; }
24485
24486
24487
24488 fi
24489 rm -Rf build
24490
24491
24492
24493
24494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic_setxattr() exists" >&5
24495 $as_echo_n "checking whether generic_setxattr() exists... " >&6; }
24496
24497
24498 cat confdefs.h - <<_ACEOF >conftest.c
24499
24500
24501 #include <linux/fs.h>
24502 #include <linux/xattr.h>
24503
24504 static const struct inode_operations
24505 iops __attribute__ ((unused)) = {
24506 .setxattr = generic_setxattr
24507 };
24508
24509 int
24510 main (void)
24511 {
24512
24513
24514 ;
24515 return 0;
24516 }
24517
24518 _ACEOF
24519
24520
24521
24522 cat - <<_ACEOF >conftest.h
24523
24524 _ACEOF
24525
24526
24527 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24528 echo "obj-m := conftest.o" >build/Makefile
24529 modpost_flag=''
24530 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24531 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24532 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24533 (eval $ac_try) 2>&5
24534 ac_status=$?
24535 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24536 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24537 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24538 (eval $ac_try) 2>&5
24539 ac_status=$?
24540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24541 test $ac_status = 0; }; }; then :
24542
24543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24544 $as_echo "yes" >&6; }
24545
24546 $as_echo "#define HAVE_GENERIC_SETXATTR 1" >>confdefs.h
24547
24548
24549 else
24550 $as_echo "$as_me: failed program was:" >&5
24551 sed 's/^/| /' conftest.$ac_ext >&5
24552
24553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24554 $as_echo "no" >&6; }
24555
24556
24557
24558 fi
24559 rm -Rf build
24560
24561
24562
24563
24564 if test "$LINUX_OBJ" != "$LINUX"; then :
24565
24566 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
24567
24568 fi
24569
24570
24571
24572 KERNELCPPFLAGS="$KERNELCPPFLAGS $NO_UNUSED_BUT_SET_VARIABLE"
24573 KERNELCPPFLAGS="$KERNELCPPFLAGS $NO_BOOL_COMPARE"
24574 KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL"
24575 KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\""
24576
24577
24578 ;;
24579 all)
24580
24581
24582 # Check whether --with-linux was given.
24583 if test "${with_linux+set}" = set; then :
24584 withval=$with_linux; kernelsrc="$withval"
24585 fi
24586
24587
24588
24589 # Check whether --with-linux-obj was given.
24590 if test "${with_linux_obj+set}" = set; then :
24591 withval=$with_linux_obj; kernelbuild="$withval"
24592 fi
24593
24594
24595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking kernel source directory" >&5
24596 $as_echo_n "checking kernel source directory... " >&6; }
24597 if test -z "$kernelsrc"; then :
24598
24599 if test -e "/lib/modules/$(uname -r)/source"; then :
24600
24601 headersdir="/lib/modules/$(uname -r)/source"
24602 sourcelink=$(readlink -f "$headersdir")
24603
24604 elif test -e "/lib/modules/$(uname -r)/build"; then :
24605
24606 headersdir="/lib/modules/$(uname -r)/build"
24607 sourcelink=$(readlink -f "$headersdir")
24608
24609 else
24610
24611 sourcelink=$(ls -1d /usr/src/kernels/* \
24612 /usr/src/linux-* \
24613 2>/dev/null | grep -v obj | tail -1)
24614
24615 fi
24616
24617 if test -n "$sourcelink" && test -e ${sourcelink}; then :
24618
24619 kernelsrc=`readlink -f ${sourcelink}`
24620
24621 else
24622
24623 kernelsrc="Not found"
24624
24625 fi
24626
24627 else
24628
24629 if test "$kernelsrc" = "NONE"; then :
24630
24631 kernsrcver=NONE
24632
24633 fi
24634
24635 fi
24636
24637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $kernelsrc" >&5
24638 $as_echo "$kernelsrc" >&6; }
24639 if test ! -d "$kernelsrc"; then :
24640
24641 as_fn_error $? "
24642 *** Please make sure the kernel devel package for your distribution
24643 *** is installed and then try again. If that fails, you can specify the
24644 *** location of the kernel source with the '--with-linux=PATH' option." "$LINENO" 5
24645
24646 fi
24647
24648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking kernel build directory" >&5
24649 $as_echo_n "checking kernel build directory... " >&6; }
24650 if test -z "$kernelbuild"; then :
24651
24652 if test -e "/lib/modules/$(uname -r)/build"; then :
24653
24654 kernelbuild=`readlink -f /lib/modules/$(uname -r)/build`
24655
24656 elif test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}; then :
24657
24658 kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
24659
24660 elif test -d ${kernelsrc}-obj/${target_cpu}/default; then :
24661
24662 kernelbuild=${kernelsrc}-obj/${target_cpu}/default
24663
24664 elif test -d `dirname ${kernelsrc}`/build-${target_cpu}; then :
24665
24666 kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
24667
24668 else
24669
24670 kernelbuild=${kernelsrc}
24671
24672 fi
24673
24674 fi
24675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $kernelbuild" >&5
24676 $as_echo "$kernelbuild" >&6; }
24677
24678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking kernel source version" >&5
24679 $as_echo_n "checking kernel source version... " >&6; }
24680 utsrelease1=$kernelbuild/include/linux/version.h
24681 utsrelease2=$kernelbuild/include/linux/utsrelease.h
24682 utsrelease3=$kernelbuild/include/generated/utsrelease.h
24683 if test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1; then :
24684
24685 utsrelease=linux/version.h
24686
24687 elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then :
24688
24689 utsrelease=linux/utsrelease.h
24690
24691 elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then :
24692
24693 utsrelease=generated/utsrelease.h
24694
24695 fi
24696
24697 if test "$utsrelease"; then :
24698
24699 kernsrcver=`(echo "#include <$utsrelease>";
24700 echo "kernsrcver=UTS_RELEASE") |
24701 cpp -I $kernelbuild/include |
24702 grep "^kernsrcver=" | cut -d \" -f 2`
24703
24704 if test -z "$kernsrcver"; then :
24705
24706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not found" >&5
24707 $as_echo "Not found" >&6; }
24708 as_fn_error $? "*** Cannot determine kernel version." "$LINENO" 5
24709
24710 fi
24711
24712 else
24713
24714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not found" >&5
24715 $as_echo "Not found" >&6; }
24716 if test "x$enable_linux_builtin" != xyes; then
24717 as_fn_error $? "*** Cannot find UTS_RELEASE definition." "$LINENO" 5
24718 else
24719 as_fn_error $? "
24720 *** Cannot find UTS_RELEASE definition.
24721 *** Please run 'make prepare' inside the kernel source tree." "$LINENO" 5
24722 fi
24723
24724 fi
24725
24726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $kernsrcver" >&5
24727 $as_echo "$kernsrcver" >&6; }
24728
24729 LINUX=${kernelsrc}
24730 LINUX_OBJ=${kernelbuild}
24731 LINUX_VERSION=${kernsrcver}
24732
24733
24734
24735
24736
24737
24738 modpost=$LINUX/scripts/Makefile.modpost
24739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking kernel file name for module symbols" >&5
24740 $as_echo_n "checking kernel file name for module symbols... " >&6; }
24741 if test "x$enable_linux_builtin" != xyes -a -f "$modpost"; then :
24742
24743 if grep -q Modules.symvers $modpost; then :
24744
24745 LINUX_SYMBOLS=Modules.symvers
24746
24747 else
24748
24749 LINUX_SYMBOLS=Module.symvers
24750
24751 fi
24752
24753 if test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"; then :
24754
24755 as_fn_error $? "
24756 *** Please make sure the kernel devel package for your distribution
24757 *** is installed. If you are building with a custom kernel, make sure the
24758 *** kernel is configured, built, and the '--with-linux=PATH' configure
24759 *** option refers to the location of the kernel source." "$LINENO" 5
24760
24761 fi
24762
24763 else
24764
24765 LINUX_SYMBOLS=NONE
24766
24767 fi
24768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINUX_SYMBOLS" >&5
24769 $as_echo "$LINUX_SYMBOLS" >&6; }
24770
24771
24772
24773
24774
24775 # Check whether --with-spl was given.
24776 if test "${with_spl+set}" = set; then :
24777 withval=$with_spl; splsrc="$withval"
24778 fi
24779
24780
24781
24782 # Check whether --with-spl-obj was given.
24783 if test "${with_spl_obj+set}" = set; then :
24784 withval=$with_spl_obj; splbuild="$withval"
24785 fi
24786
24787
24788
24789 # Check whether --with-spl-timeout was given.
24790 if test "${with_spl_timeout+set}" = set; then :
24791 withval=$with_spl_timeout; timeout="$withval"
24792 else
24793 timeout=0
24794 fi
24795
24796
24797 splsrc0="/var/lib/dkms/spl/${VERSION}/build"
24798 splsrc1="/usr/local/src/spl-${VERSION}/${LINUX_VERSION}"
24799 splsrc2="/usr/local/src/spl-${VERSION}"
24800 splsrc3="/usr/src/spl-${VERSION}/${LINUX_VERSION}"
24801 splsrc4="/usr/src/spl-${VERSION}"
24802 splsrc5="../spl/"
24803 splsrc6="$LINUX"
24804
24805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking spl source directory" >&5
24806 $as_echo_n "checking spl source directory... " >&6; }
24807 if test -z "${splsrc}"; then :
24808
24809 if test -e "${splsrc0}/spl.release.in"; then :
24810
24811 splsrc=${splsrc0}
24812
24813 elif test -e "${splsrc1}/spl.release.in"; then :
24814
24815 splsrc=${splsrc1}
24816
24817 elif test -e "${splsrc2}/spl.release.in"; then :
24818
24819 splsrc=${splsrc2}
24820
24821 elif test -e "${splsrc3}/spl.release.in"; then :
24822
24823 splsrc=$(readlink -f "${splsrc3}")
24824
24825 elif test -e "${splsrc4}/spl.release.in" ; then :
24826
24827 splsrc=${splsrc4}
24828
24829 elif test -e "${splsrc5}/spl.release.in"; then :
24830
24831 splsrc=$(readlink -f "${splsrc5}")
24832
24833 elif test -e "${splsrc6}/spl.release.in" ; then :
24834
24835 splsrc=${splsrc6}
24836
24837 else
24838
24839 splsrc="Not found"
24840
24841 fi
24842
24843 else
24844
24845 if test "$splsrc" = "NONE"; then :
24846
24847 splbuild=NONE
24848 splsrcver=NONE
24849
24850 fi
24851
24852 fi
24853
24854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $splsrc" >&5
24855 $as_echo "$splsrc" >&6; }
24856 if test ! -e "$splsrc/spl.release.in"; then :
24857
24858 as_fn_error $? "
24859 *** Please make sure the kmod spl devel package for your distribution
24860 *** is installed then try again. If that fails you can specify the
24861 *** location of the spl source with the '--with-spl=PATH' option." "$LINENO" 5
24862
24863 fi
24864
24865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking spl build directory" >&5
24866 $as_echo_n "checking spl build directory... " >&6; }
24867 while true; do
24868 if test -z "$splbuild"; then :
24869
24870 if test -e "${splsrc}/${LINUX_VERSION}/spl_config.h" ; then :
24871
24872 splbuild="${splsrc}/${LINUX_VERSION}"
24873
24874 elif test -e "${splsrc}/spl_config.h" ; then :
24875
24876 splbuild="${splsrc}"
24877
24878 elif find -L "${splsrc}" -name spl_config.h 2> /dev/null | grep -wq spl_config.h ; then :
24879
24880 splbuild=$(find -L "${splsrc}" -name spl_config.h | sed 's,/spl_config.h,,')
24881
24882 else
24883
24884 splbuild="Not found"
24885
24886 fi
24887
24888 fi
24889 if test -e "$splbuild/spl_config.h" -o $timeout -le 0; then :
24890
24891 break;
24892
24893 else
24894
24895 sleep 1
24896 timeout=$((timeout-1))
24897
24898 fi
24899 done
24900
24901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $splbuild" >&5
24902 $as_echo "$splbuild" >&6; }
24903 if ! test -e "$splbuild/spl_config.h"; then :
24904
24905 as_fn_error $? "
24906 *** Please make sure the kmod spl devel <kernel> package for your
24907 *** distribution is installed then try again. If that fails you
24908 *** can specify the location of the spl objects with the
24909 *** '--with-spl-obj=PATH' option." "$LINENO" 5
24910
24911 fi
24912
24913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking spl source version" >&5
24914 $as_echo_n "checking spl source version... " >&6; }
24915 if test -r $splbuild/spl_config.h &&
24916 fgrep -q SPL_META_VERSION $splbuild/spl_config.h; then :
24917
24918
24919 splsrcver=`(echo "#include <spl_config.h>";
24920 echo "splsrcver=SPL_META_VERSION-SPL_META_RELEASE") |
24921 cpp -I $splbuild |
24922 grep "^splsrcver=" | tr -d \" | cut -d= -f2`
24923
24924 fi
24925
24926 if test -z "$splsrcver"; then :
24927
24928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not found" >&5
24929 $as_echo "Not found" >&6; }
24930 as_fn_error $? "
24931 *** Cannot determine the version of the spl source.
24932 *** Please prepare the spl source before running this script" "$LINENO" 5
24933
24934 fi
24935
24936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $splsrcver" >&5
24937 $as_echo "$splsrcver" >&6; }
24938
24939 SPL=${splsrc}
24940 SPL_OBJ=${splbuild}
24941 SPL_VERSION=${splsrcver}
24942
24943
24944
24945
24946
24947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking spl file name for module symbols" >&5
24948 $as_echo_n "checking spl file name for module symbols... " >&6; }
24949 SPL_SYMBOLS=NONE
24950
24951 while true; do
24952 if test -r $SPL_OBJ/Module.symvers; then :
24953
24954 SPL_SYMBOLS=Module.symvers
24955
24956 elif test -r $SPL_OBJ/Modules.symvers; then :
24957
24958 SPL_SYMBOLS=Modules.symvers
24959
24960 elif test -r $SPL_OBJ/module/Module.symvers; then :
24961
24962 SPL_SYMBOLS=Module.symvers
24963
24964 elif test -r $SPL_OBJ/module/Modules.symvers; then :
24965
24966 SPL_SYMBOLS=Modules.symvers
24967
24968 fi
24969
24970 if test $SPL_SYMBOLS != NONE -o $timeout -le 0; then :
24971
24972 break;
24973
24974 else
24975
24976 sleep 1
24977 timeout=$((timeout-1))
24978
24979 fi
24980 done
24981
24982 if test "$SPL_SYMBOLS" = NONE; then :
24983
24984 SPL_SYMBOLS=$LINUX_SYMBOLS
24985
24986 fi
24987
24988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SPL_SYMBOLS" >&5
24989 $as_echo "$SPL_SYMBOLS" >&6; }
24990
24991
24992
24993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether modules can be built" >&5
24994 $as_echo_n "checking whether modules can be built... " >&6; }
24995
24996
24997 cat confdefs.h - <<_ACEOF >conftest.c
24998
24999
25000 int
25001 main (void)
25002 {
25003
25004 ;
25005 return 0;
25006 }
25007
25008 _ACEOF
25009
25010
25011
25012 cat - <<_ACEOF >conftest.h
25013
25014 _ACEOF
25015
25016
25017 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25018 echo "obj-m := conftest.o" >build/Makefile
25019 modpost_flag=''
25020 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25021 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25022 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25023 (eval $ac_try) 2>&5
25024 ac_status=$?
25025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25026 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25027 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25028 (eval $ac_try) 2>&5
25029 ac_status=$?
25030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25031 test $ac_status = 0; }; }; then :
25032
25033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25034 $as_echo "yes" >&6; }
25035
25036 else
25037 $as_echo "$as_me: failed program was:" >&5
25038 sed 's/^/| /' conftest.$ac_ext >&5
25039
25040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25041 $as_echo "no" >&6; }
25042 if test "x$enable_linux_builtin" != xyes; then
25043 as_fn_error $? "*** Unable to build an empty module." "$LINENO" 5
25044 else
25045 as_fn_error $? "
25046 *** Unable to build an empty module.
25047 *** Please run 'make scripts' inside the kernel source tree." "$LINENO" 5
25048 fi
25049
25050
25051
25052 fi
25053 rm -Rf build
25054
25055
25056
25057
25058 if test "x$cross_compiling" != xyes; then :
25059
25060 if test "$cross_compiling" = yes; then :
25061 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
25062 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
25063 as_fn_error $? "cannot run test program while cross compiling
25064 See \`config.log' for more details" "$LINENO" 5; }
25065 else
25066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25067 /* end confdefs.h. */
25068
25069
25070 #include "$LINUX/include/linux/license.h"
25071
25072 int
25073 main ()
25074 {
25075
25076 return !license_is_gpl_compatible("$ZFS_META_LICENSE");
25077
25078 ;
25079 return 0;
25080 }
25081
25082 _ACEOF
25083 if ac_fn_c_try_run "$LINENO"; then :
25084
25085
25086 $as_echo "#define ZFS_IS_GPL_COMPATIBLE 1" >>confdefs.h
25087
25088
25089 fi
25090 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
25091 conftest.$ac_objext conftest.beam conftest.$ac_ext
25092 fi
25093
25094
25095 fi
25096
25097
25098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kernel was built with 16K or larger stacks" >&5
25099 $as_echo_n "checking whether kernel was built with 16K or larger stacks... " >&6; }
25100
25101
25102 cat confdefs.h - <<_ACEOF >conftest.c
25103
25104
25105 #include <linux/module.h>
25106
25107 int
25108 main (void)
25109 {
25110
25111 #if (THREAD_SIZE < 16384)
25112 #error "THREAD_SIZE is less than 16K"
25113 #endif
25114
25115 ;
25116 return 0;
25117 }
25118
25119 _ACEOF
25120
25121
25122
25123 cat - <<_ACEOF >conftest.h
25124
25125 _ACEOF
25126
25127
25128 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25129 echo "obj-m := conftest.o" >build/Makefile
25130 modpost_flag=''
25131 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25132 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25133 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25134 (eval $ac_try) 2>&5
25135 ac_status=$?
25136 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25137 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25138 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25139 (eval $ac_try) 2>&5
25140 ac_status=$?
25141 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25142 test $ac_status = 0; }; }; then :
25143
25144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25145 $as_echo "yes" >&6; }
25146
25147 $as_echo "#define HAVE_LARGE_STACKS 1" >>confdefs.h
25148
25149
25150 else
25151 $as_echo "$as_me: failed program was:" >&5
25152 sed 's/^/| /' conftest.$ac_ext >&5
25153
25154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25155 $as_echo "no" >&6; }
25156
25157
25158
25159 fi
25160 rm -Rf build
25161
25162
25163
25164
25165
25166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kernel was built with CONFIG_DEBUG_LOCK_ALLOC" >&5
25167 $as_echo_n "checking whether kernel was built with CONFIG_DEBUG_LOCK_ALLOC... " >&6; }
25168
25169
25170 cat confdefs.h - <<_ACEOF >conftest.c
25171
25172
25173 #include <linux/module.h>
25174
25175 int
25176 main (void)
25177 {
25178
25179 #ifndef CONFIG_DEBUG_LOCK_ALLOC
25180 #error CONFIG_DEBUG_LOCK_ALLOC not #defined
25181 #endif
25182
25183 ;
25184 return 0;
25185 }
25186
25187 _ACEOF
25188
25189
25190
25191 cat - <<_ACEOF >conftest.h
25192
25193 _ACEOF
25194
25195
25196 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25197 echo "obj-m := conftest.o" >build/Makefile
25198 modpost_flag=''
25199 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25200 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25201 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25202 (eval $ac_try) 2>&5
25203 ac_status=$?
25204 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25205 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25206 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25207 (eval $ac_try) 2>&5
25208 ac_status=$?
25209 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25210 test $ac_status = 0; }; }; then :
25211
25212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25213 $as_echo "yes" >&6; }
25214
25215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mutex_lock() is GPL-only" >&5
25216 $as_echo_n "checking whether mutex_lock() is GPL-only... " >&6; }
25217 tmp_flags="$EXTRA_KCFLAGS"
25218
25219
25220 cat confdefs.h - <<_ACEOF >conftest.c
25221
25222
25223 #include <linux/module.h>
25224 #include <linux/mutex.h>
25225
25226 MODULE_LICENSE("$ZFS_META_LICENSE");
25227
25228 int
25229 main (void)
25230 {
25231
25232 struct mutex lock;
25233
25234 mutex_init(&lock);
25235 mutex_lock(&lock);
25236 mutex_unlock(&lock);
25237
25238 ;
25239 return 0;
25240 }
25241
25242 _ACEOF
25243
25244
25245
25246 cat - <<_ACEOF >conftest.h
25247
25248 _ACEOF
25249
25250
25251 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25252 echo "obj-m := conftest.o" >build/Makefile
25253 modpost_flag=''
25254 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25255 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25256 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25257 (eval $ac_try) 2>&5
25258 ac_status=$?
25259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25260 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25261 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25262 (eval $ac_try) 2>&5
25263 ac_status=$?
25264 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25265 test $ac_status = 0; }; }; then :
25266
25267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25268 $as_echo "no" >&6; }
25269
25270 else
25271 $as_echo "$as_me: failed program was:" >&5
25272 sed 's/^/| /' conftest.$ac_ext >&5
25273
25274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25275 $as_echo "yes" >&6; }
25276 as_fn_error $? "
25277 *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is incompatible
25278 *** with the CDDL license and will prevent the module linking stage
25279 *** from succeeding. You must rebuild your kernel without this
25280 *** option enabled." "$LINENO" 5
25281
25282
25283
25284 fi
25285 rm -Rf build
25286
25287
25288 EXTRA_KCFLAGS="$tmp_flags"
25289
25290
25291 else
25292 $as_echo "$as_me: failed program was:" >&5
25293 sed 's/^/| /' conftest.$ac_ext >&5
25294
25295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25296 $as_echo "no" >&6; }
25297
25298
25299
25300
25301 fi
25302 rm -Rf build
25303
25304
25305
25306
25307
25308
25309 tmp_flags="$EXTRA_KCFLAGS"
25310 EXTRA_KCFLAGS="-I\$(src)"
25311
25312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether DECLARE_EVENT_CLASS() is available" >&5
25313 $as_echo_n "checking whether DECLARE_EVENT_CLASS() is available... " >&6; }
25314
25315
25316 cat confdefs.h - <<_ACEOF >conftest.c
25317
25318
25319 #include <linux/module.h>
25320 MODULE_LICENSE(ZFS_META_LICENSE);
25321
25322 #define CREATE_TRACE_POINTS
25323 #include "conftest.h"
25324
25325 int
25326 main (void)
25327 {
25328
25329 trace_zfs_autoconf_event_one(1UL);
25330 trace_zfs_autoconf_event_two(2UL);
25331
25332 ;
25333 return 0;
25334 }
25335
25336 _ACEOF
25337
25338
25339
25340 cat - <<_ACEOF >conftest.h
25341
25342 #if !defined(_CONFTEST_H) || defined(TRACE_HEADER_MULTI_READ)
25343 #define _CONFTEST_H
25344
25345 #undef TRACE_SYSTEM
25346 #define TRACE_SYSTEM zfs
25347 #include <linux/tracepoint.h>
25348
25349 DECLARE_EVENT_CLASS(zfs_autoconf_event_class,
25350 TP_PROTO(unsigned long i),
25351 TP_ARGS(i),
25352 TP_STRUCT__entry(
25353 __field(unsigned long, i)
25354 ),
25355 TP_fast_assign(
25356 __entry->i = i;
25357 ),
25358 TP_printk("i = %lu", __entry->i)
25359 );
25360
25361 #define DEFINE_AUTOCONF_EVENT(name) \
25362 DEFINE_EVENT(zfs_autoconf_event_class, name, \
25363 TP_PROTO(unsigned long i), \
25364 TP_ARGS(i))
25365 DEFINE_AUTOCONF_EVENT(zfs_autoconf_event_one);
25366 DEFINE_AUTOCONF_EVENT(zfs_autoconf_event_two);
25367
25368 #endif /* _CONFTEST_H */
25369
25370 #undef TRACE_INCLUDE_PATH
25371 #define TRACE_INCLUDE_PATH .
25372 #define TRACE_INCLUDE_FILE conftest
25373 #include <trace/define_trace.h>
25374
25375 _ACEOF
25376
25377
25378 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25379 echo "obj-m := conftest.o" >build/Makefile
25380 modpost_flag=''
25381 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25382 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25383 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25384 (eval $ac_try) 2>&5
25385 ac_status=$?
25386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25387 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25388 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25389 (eval $ac_try) 2>&5
25390 ac_status=$?
25391 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25392 test $ac_status = 0; }; }; then :
25393
25394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25395 $as_echo "yes" >&6; }
25396
25397 $as_echo "#define HAVE_DECLARE_EVENT_CLASS 1" >>confdefs.h
25398
25399
25400 else
25401 $as_echo "$as_me: failed program was:" >&5
25402 sed 's/^/| /' conftest.$ac_ext >&5
25403
25404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25405 $as_echo "no" >&6; }
25406
25407
25408
25409 fi
25410 rm -Rf build
25411
25412
25413 EXTRA_KCFLAGS="$tmp_flags"
25414
25415
25416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether current->bio_tail exists" >&5
25417 $as_echo_n "checking whether current->bio_tail exists... " >&6; }
25418
25419
25420 cat confdefs.h - <<_ACEOF >conftest.c
25421
25422
25423 #include <linux/sched.h>
25424
25425 int
25426 main (void)
25427 {
25428
25429 current->bio_tail = (struct bio **) NULL;
25430
25431 ;
25432 return 0;
25433 }
25434
25435 _ACEOF
25436
25437
25438
25439 cat - <<_ACEOF >conftest.h
25440
25441 _ACEOF
25442
25443
25444 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25445 echo "obj-m := conftest.o" >build/Makefile
25446 modpost_flag=''
25447 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25448 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25449 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25450 (eval $ac_try) 2>&5
25451 ac_status=$?
25452 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25453 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25454 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25455 (eval $ac_try) 2>&5
25456 ac_status=$?
25457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25458 test $ac_status = 0; }; }; then :
25459
25460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25461 $as_echo "yes" >&6; }
25462
25463 $as_echo "#define HAVE_CURRENT_BIO_TAIL 1" >>confdefs.h
25464
25465
25466 else
25467 $as_echo "$as_me: failed program was:" >&5
25468 sed 's/^/| /' conftest.$ac_ext >&5
25469
25470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25471 $as_echo "no" >&6; }
25472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether current->bio_list exists" >&5
25473 $as_echo_n "checking whether current->bio_list exists... " >&6; }
25474
25475
25476 cat confdefs.h - <<_ACEOF >conftest.c
25477
25478
25479 #include <linux/sched.h>
25480
25481 int
25482 main (void)
25483 {
25484
25485 current->bio_list = (struct bio_list *) NULL;
25486
25487 ;
25488 return 0;
25489 }
25490
25491 _ACEOF
25492
25493
25494
25495 cat - <<_ACEOF >conftest.h
25496
25497 _ACEOF
25498
25499
25500 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25501 echo "obj-m := conftest.o" >build/Makefile
25502 modpost_flag=''
25503 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25504 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25505 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25506 (eval $ac_try) 2>&5
25507 ac_status=$?
25508 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25509 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25510 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25511 (eval $ac_try) 2>&5
25512 ac_status=$?
25513 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25514 test $ac_status = 0; }; }; then :
25515
25516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25517 $as_echo "yes" >&6; }
25518
25519 $as_echo "#define HAVE_CURRENT_BIO_LIST 1" >>confdefs.h
25520
25521
25522 else
25523 $as_echo "$as_me: failed program was:" >&5
25524 sed 's/^/| /' conftest.$ac_ext >&5
25525
25526 as_fn_error $? "no - Please file a bug report at
25527 https://github.com/zfsonlinux/zfs/issues/new" "$LINENO" 5
25528
25529
25530
25531 fi
25532 rm -Rf build
25533
25534
25535
25536
25537
25538 fi
25539 rm -Rf build
25540
25541
25542
25543
25544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether submit_bio() wants 1 arg" >&5
25545 $as_echo_n "checking whether submit_bio() wants 1 arg... " >&6; }
25546
25547
25548 cat confdefs.h - <<_ACEOF >conftest.c
25549
25550
25551 #include <linux/bio.h>
25552
25553 int
25554 main (void)
25555 {
25556
25557 blk_qc_t blk_qc;
25558 struct bio *bio = NULL;
25559 blk_qc = submit_bio(bio);
25560
25561 ;
25562 return 0;
25563 }
25564
25565 _ACEOF
25566
25567
25568
25569 cat - <<_ACEOF >conftest.h
25570
25571 _ACEOF
25572
25573
25574 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25575 echo "obj-m := conftest.o" >build/Makefile
25576 modpost_flag=''
25577 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25578 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25579 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25580 (eval $ac_try) 2>&5
25581 ac_status=$?
25582 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25583 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25584 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25585 (eval $ac_try) 2>&5
25586 ac_status=$?
25587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25588 test $ac_status = 0; }; }; then :
25589
25590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25591 $as_echo "yes" >&6; }
25592
25593 $as_echo "#define HAVE_1ARG_SUBMIT_BIO 1" >>confdefs.h
25594
25595
25596 else
25597 $as_echo "$as_me: failed program was:" >&5
25598 sed 's/^/| /' conftest.$ac_ext >&5
25599
25600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25601 $as_echo "no" >&6; }
25602
25603
25604
25605 fi
25606 rm -Rf build
25607
25608
25609
25610
25611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking block device operation prototypes" >&5
25612 $as_echo_n "checking block device operation prototypes... " >&6; }
25613 tmp_flags="$EXTRA_KCFLAGS"
25614 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
25615
25616
25617 cat confdefs.h - <<_ACEOF >conftest.c
25618
25619
25620 #include <linux/blkdev.h>
25621
25622 int blk_open(struct block_device *bdev, fmode_t mode)
25623 { return 0; }
25624 int blk_ioctl(struct block_device *bdev, fmode_t mode,
25625 unsigned x, unsigned long y) { return 0; }
25626 int blk_compat_ioctl(struct block_device * bdev, fmode_t mode,
25627 unsigned x, unsigned long y) { return 0; }
25628
25629 static const struct block_device_operations
25630 bops __attribute__ ((unused)) = {
25631 .open = blk_open,
25632 .release = NULL,
25633 .ioctl = blk_ioctl,
25634 .compat_ioctl = blk_compat_ioctl,
25635 };
25636
25637 int
25638 main (void)
25639 {
25640
25641
25642 ;
25643 return 0;
25644 }
25645
25646 _ACEOF
25647
25648
25649
25650 cat - <<_ACEOF >conftest.h
25651
25652 _ACEOF
25653
25654
25655 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25656 echo "obj-m := conftest.o" >build/Makefile
25657 modpost_flag=''
25658 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25659 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25660 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25661 (eval $ac_try) 2>&5
25662 ac_status=$?
25663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25664 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25665 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25666 (eval $ac_try) 2>&5
25667 ac_status=$?
25668 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25669 test $ac_status = 0; }; }; then :
25670
25671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: struct block_device" >&5
25672 $as_echo "struct block_device" >&6; }
25673
25674 $as_echo "#define HAVE_BDEV_BLOCK_DEVICE_OPERATIONS 1" >>confdefs.h
25675
25676
25677 else
25678 $as_echo "$as_me: failed program was:" >&5
25679 sed 's/^/| /' conftest.$ac_ext >&5
25680
25681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: struct inode" >&5
25682 $as_echo "struct inode" >&6; }
25683
25684
25685
25686 fi
25687 rm -Rf build
25688
25689
25690 EXTRA_KCFLAGS="$tmp_flags"
25691
25692
25693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether block_device_operations.release is void" >&5
25694 $as_echo_n "checking whether block_device_operations.release is void... " >&6; }
25695 tmp_flags="$EXTRA_KCFLAGS"
25696 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
25697
25698
25699 cat confdefs.h - <<_ACEOF >conftest.c
25700
25701
25702 #include <linux/blkdev.h>
25703
25704 void blk_release(struct gendisk *g, fmode_t mode) { return; }
25705
25706 static const struct block_device_operations
25707 bops __attribute__ ((unused)) = {
25708 .open = NULL,
25709 .release = blk_release,
25710 .ioctl = NULL,
25711 .compat_ioctl = NULL,
25712 };
25713
25714 int
25715 main (void)
25716 {
25717
25718
25719 ;
25720 return 0;
25721 }
25722
25723 _ACEOF
25724
25725
25726
25727 cat - <<_ACEOF >conftest.h
25728
25729 _ACEOF
25730
25731
25732 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25733 echo "obj-m := conftest.o" >build/Makefile
25734 modpost_flag=''
25735 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25736 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25737 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25738 (eval $ac_try) 2>&5
25739 ac_status=$?
25740 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25741 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25742 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25743 (eval $ac_try) 2>&5
25744 ac_status=$?
25745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25746 test $ac_status = 0; }; }; then :
25747
25748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: void" >&5
25749 $as_echo "void" >&6; }
25750
25751 $as_echo "#define HAVE_BLOCK_DEVICE_OPERATIONS_RELEASE_VOID 1" >>confdefs.h
25752
25753
25754 else
25755 $as_echo "$as_me: failed program was:" >&5
25756 sed 's/^/| /' conftest.$ac_ext >&5
25757
25758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: int" >&5
25759 $as_echo "int" >&6; }
25760
25761
25762
25763 fi
25764 rm -Rf build
25765
25766
25767 EXTRA_KCFLAGS="$tmp_flags"
25768
25769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kernel defines fmode_t" >&5
25770 $as_echo_n "checking whether kernel defines fmode_t... " >&6; }
25771
25772
25773 cat confdefs.h - <<_ACEOF >conftest.c
25774
25775
25776 #include <linux/types.h>
25777
25778 int
25779 main (void)
25780 {
25781
25782 fmode_t *ptr __attribute__ ((unused));
25783
25784 ;
25785 return 0;
25786 }
25787
25788 _ACEOF
25789
25790
25791
25792 cat - <<_ACEOF >conftest.h
25793
25794 _ACEOF
25795
25796
25797 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25798 echo "obj-m := conftest.o" >build/Makefile
25799 modpost_flag=''
25800 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25801 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25802 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25803 (eval $ac_try) 2>&5
25804 ac_status=$?
25805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25806 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25807 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25808 (eval $ac_try) 2>&5
25809 ac_status=$?
25810 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25811 test $ac_status = 0; }; }; then :
25812
25813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25814 $as_echo "yes" >&6; }
25815
25816 $as_echo "#define HAVE_FMODE_T 1" >>confdefs.h
25817
25818
25819 else
25820 $as_echo "$as_me: failed program was:" >&5
25821 sed 's/^/| /' conftest.$ac_ext >&5
25822
25823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25824 $as_echo "no" >&6; }
25825
25826
25827
25828 fi
25829 rm -Rf build
25830
25831
25832
25833
25834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kernel defines KOBJ_NAME_LEN" >&5
25835 $as_echo_n "checking whether kernel defines KOBJ_NAME_LEN... " >&6; }
25836
25837
25838 cat confdefs.h - <<_ACEOF >conftest.c
25839
25840
25841 #include <linux/kobject.h>
25842
25843 int
25844 main (void)
25845 {
25846
25847 int val __attribute__ ((unused));
25848 val = KOBJ_NAME_LEN;
25849
25850 ;
25851 return 0;
25852 }
25853
25854 _ACEOF
25855
25856
25857
25858 cat - <<_ACEOF >conftest.h
25859
25860 _ACEOF
25861
25862
25863 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25864 echo "obj-m := conftest.o" >build/Makefile
25865 modpost_flag=''
25866 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25867 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25868 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25869 (eval $ac_try) 2>&5
25870 ac_status=$?
25871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25872 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25873 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25874 (eval $ac_try) 2>&5
25875 ac_status=$?
25876 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25877 test $ac_status = 0; }; }; then :
25878
25879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25880 $as_echo "yes" >&6; }
25881
25882 $as_echo "#define HAVE_KOBJ_NAME_LEN 1" >>confdefs.h
25883
25884
25885 else
25886 $as_echo "$as_me: failed program was:" >&5
25887 sed 's/^/| /' conftest.$ac_ext >&5
25888
25889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25890 $as_echo "no" >&6; }
25891
25892
25893
25894 fi
25895 rm -Rf build
25896
25897
25898
25899
25900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blkdev_get() wants 3 args" >&5
25901 $as_echo_n "checking whether blkdev_get() wants 3 args... " >&6; }
25902
25903
25904 cat confdefs.h - <<_ACEOF >conftest.c
25905
25906
25907 #include <linux/fs.h>
25908
25909 int
25910 main (void)
25911 {
25912
25913 struct block_device *bdev = NULL;
25914 (void) blkdev_get(bdev, 0, NULL);
25915
25916 ;
25917 return 0;
25918 }
25919
25920 _ACEOF
25921
25922
25923
25924 cat - <<_ACEOF >conftest.h
25925
25926 _ACEOF
25927
25928
25929 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25930 echo "obj-m := conftest.o" >build/Makefile
25931 modpost_flag=''
25932 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25933 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25934 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25935 (eval $ac_try) 2>&5
25936 ac_status=$?
25937 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25938 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25939 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25940 (eval $ac_try) 2>&5
25941 ac_status=$?
25942 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25943 test $ac_status = 0; }; }; then :
25944
25945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25946 $as_echo "yes" >&6; }
25947
25948 $as_echo "#define HAVE_3ARG_BLKDEV_GET 1" >>confdefs.h
25949
25950
25951 else
25952 $as_echo "$as_me: failed program was:" >&5
25953 sed 's/^/| /' conftest.$ac_ext >&5
25954
25955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25956 $as_echo "no" >&6; }
25957
25958
25959
25960 fi
25961 rm -Rf build
25962
25963
25964
25965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blkdev_get_by_path() is available" >&5
25966 $as_echo_n "checking whether blkdev_get_by_path() is available... " >&6; }
25967
25968
25969
25970 cat confdefs.h - <<_ACEOF >conftest.c
25971
25972
25973 #include <linux/fs.h>
25974
25975 int
25976 main (void)
25977 {
25978
25979 blkdev_get_by_path(NULL, 0, NULL);
25980
25981 ;
25982 return 0;
25983 }
25984
25985 _ACEOF
25986
25987
25988
25989 cat - <<_ACEOF >conftest.h
25990
25991 _ACEOF
25992
25993
25994 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25995 echo "obj-m := conftest.o" >build/Makefile
25996 modpost_flag=''
25997 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25998 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25999 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26000 (eval $ac_try) 2>&5
26001 ac_status=$?
26002 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26003 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26004 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26005 (eval $ac_try) 2>&5
26006 ac_status=$?
26007 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26008 test $ac_status = 0; }; }; then :
26009 rc=0
26010 else
26011 $as_echo "$as_me: failed program was:" >&5
26012 sed 's/^/| /' conftest.$ac_ext >&5
26013 rc=1
26014
26015
26016 fi
26017 rm -Rf build
26018
26019
26020 if test $rc -ne 0; then :
26021
26022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26023 $as_echo "no" >&6; }
26024
26025 else
26026 if test "x$enable_linux_builtin" != xyes; then
26027
26028 grep -q -E '[[:space:]]blkdev_get_by_path[[:space:]]' \
26029 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
26030 rc=$?
26031 if test $rc -ne 0; then
26032 export=0
26033 for file in fs/block_dev.c; do
26034 grep -q -E "EXPORT_SYMBOL.*(blkdev_get_by_path)" \
26035 "$LINUX/$file" 2>/dev/null
26036 rc=$?
26037 if test $rc -eq 0; then
26038 export=1
26039 break;
26040 fi
26041 done
26042 if test $export -eq 0; then :
26043 rc=1
26044 else :
26045 rc=0
26046 fi
26047 else :
26048 rc=0
26049 fi
26050
26051 fi
26052 if test $rc -ne 0; then :
26053
26054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26055 $as_echo "no" >&6; }
26056
26057 else :
26058
26059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26060 $as_echo "yes" >&6; }
26061
26062 $as_echo "#define HAVE_BLKDEV_GET_BY_PATH 1" >>confdefs.h
26063
26064
26065 fi
26066 fi
26067
26068
26069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether open_bdev_exclusive() is available" >&5
26070 $as_echo_n "checking whether open_bdev_exclusive() is available... " >&6; }
26071
26072
26073
26074 cat confdefs.h - <<_ACEOF >conftest.c
26075
26076
26077 #include <linux/fs.h>
26078
26079 int
26080 main (void)
26081 {
26082
26083 open_bdev_exclusive(NULL, 0, NULL);
26084
26085 ;
26086 return 0;
26087 }
26088
26089 _ACEOF
26090
26091
26092
26093 cat - <<_ACEOF >conftest.h
26094
26095 _ACEOF
26096
26097
26098 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26099 echo "obj-m := conftest.o" >build/Makefile
26100 modpost_flag=''
26101 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26102 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26103 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26104 (eval $ac_try) 2>&5
26105 ac_status=$?
26106 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26107 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26108 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26109 (eval $ac_try) 2>&5
26110 ac_status=$?
26111 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26112 test $ac_status = 0; }; }; then :
26113 rc=0
26114 else
26115 $as_echo "$as_me: failed program was:" >&5
26116 sed 's/^/| /' conftest.$ac_ext >&5
26117 rc=1
26118
26119
26120 fi
26121 rm -Rf build
26122
26123
26124 if test $rc -ne 0; then :
26125
26126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26127 $as_echo "no" >&6; }
26128
26129 else
26130 if test "x$enable_linux_builtin" != xyes; then
26131
26132 grep -q -E '[[:space:]]open_bdev_exclusive[[:space:]]' \
26133 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
26134 rc=$?
26135 if test $rc -ne 0; then
26136 export=0
26137 for file in fs/block_dev.c; do
26138 grep -q -E "EXPORT_SYMBOL.*(open_bdev_exclusive)" \
26139 "$LINUX/$file" 2>/dev/null
26140 rc=$?
26141 if test $rc -eq 0; then
26142 export=1
26143 break;
26144 fi
26145 done
26146 if test $export -eq 0; then :
26147 rc=1
26148 else :
26149 rc=0
26150 fi
26151 else :
26152 rc=0
26153 fi
26154
26155 fi
26156 if test $rc -ne 0; then :
26157
26158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26159 $as_echo "no" >&6; }
26160
26161 else :
26162
26163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26164 $as_echo "yes" >&6; }
26165
26166 $as_echo "#define HAVE_OPEN_BDEV_EXCLUSIVE 1" >>confdefs.h
26167
26168
26169 fi
26170 fi
26171
26172
26173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lookup_bdev() wants 1 arg" >&5
26174 $as_echo_n "checking whether lookup_bdev() wants 1 arg... " >&6; }
26175
26176
26177
26178 cat confdefs.h - <<_ACEOF >conftest.c
26179
26180
26181 #include <linux/fs.h>
26182
26183 int
26184 main (void)
26185 {
26186
26187 lookup_bdev(NULL);
26188
26189 ;
26190 return 0;
26191 }
26192
26193 _ACEOF
26194
26195
26196
26197 cat - <<_ACEOF >conftest.h
26198
26199 _ACEOF
26200
26201
26202 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26203 echo "obj-m := conftest.o" >build/Makefile
26204 modpost_flag=''
26205 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26206 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26207 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26208 (eval $ac_try) 2>&5
26209 ac_status=$?
26210 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26211 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26212 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26213 (eval $ac_try) 2>&5
26214 ac_status=$?
26215 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26216 test $ac_status = 0; }; }; then :
26217 rc=0
26218 else
26219 $as_echo "$as_me: failed program was:" >&5
26220 sed 's/^/| /' conftest.$ac_ext >&5
26221 rc=1
26222
26223
26224 fi
26225 rm -Rf build
26226
26227
26228 if test $rc -ne 0; then :
26229
26230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26231 $as_echo "no" >&6; }
26232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lookup_bdev() wants 2 args" >&5
26233 $as_echo_n "checking whether lookup_bdev() wants 2 args... " >&6; }
26234
26235
26236
26237 cat confdefs.h - <<_ACEOF >conftest.c
26238
26239
26240 #include <linux/fs.h>
26241
26242 int
26243 main (void)
26244 {
26245
26246 lookup_bdev(NULL, FMODE_READ);
26247
26248 ;
26249 return 0;
26250 }
26251
26252 _ACEOF
26253
26254
26255
26256 cat - <<_ACEOF >conftest.h
26257
26258 _ACEOF
26259
26260
26261 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26262 echo "obj-m := conftest.o" >build/Makefile
26263 modpost_flag=''
26264 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26265 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26266 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26267 (eval $ac_try) 2>&5
26268 ac_status=$?
26269 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26270 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26271 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26272 (eval $ac_try) 2>&5
26273 ac_status=$?
26274 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26275 test $ac_status = 0; }; }; then :
26276 rc=0
26277 else
26278 $as_echo "$as_me: failed program was:" >&5
26279 sed 's/^/| /' conftest.$ac_ext >&5
26280 rc=1
26281
26282
26283 fi
26284 rm -Rf build
26285
26286
26287 if test $rc -ne 0; then :
26288
26289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26290 $as_echo "no" >&6; }
26291
26292 else
26293 if test "x$enable_linux_builtin" != xyes; then
26294
26295 grep -q -E '[[:space:]]lookup_bdev[[:space:]]' \
26296 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
26297 rc=$?
26298 if test $rc -ne 0; then
26299 export=0
26300 for file in fs/block_dev.c; do
26301 grep -q -E "EXPORT_SYMBOL.*(lookup_bdev)" \
26302 "$LINUX/$file" 2>/dev/null
26303 rc=$?
26304 if test $rc -eq 0; then
26305 export=1
26306 break;
26307 fi
26308 done
26309 if test $export -eq 0; then :
26310 rc=1
26311 else :
26312 rc=0
26313 fi
26314 else :
26315 rc=0
26316 fi
26317
26318 fi
26319 if test $rc -ne 0; then :
26320
26321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26322 $as_echo "no" >&6; }
26323
26324 else :
26325
26326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26327 $as_echo "yes" >&6; }
26328
26329 $as_echo "#define HAVE_2ARGS_LOOKUP_BDEV 1" >>confdefs.h
26330
26331
26332 fi
26333 fi
26334
26335
26336 else
26337 if test "x$enable_linux_builtin" != xyes; then
26338
26339 grep -q -E '[[:space:]]lookup_bdev[[:space:]]' \
26340 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
26341 rc=$?
26342 if test $rc -ne 0; then
26343 export=0
26344 for file in fs/block_dev.c; do
26345 grep -q -E "EXPORT_SYMBOL.*(lookup_bdev)" \
26346 "$LINUX/$file" 2>/dev/null
26347 rc=$?
26348 if test $rc -eq 0; then
26349 export=1
26350 break;
26351 fi
26352 done
26353 if test $export -eq 0; then :
26354 rc=1
26355 else :
26356 rc=0
26357 fi
26358 else :
26359 rc=0
26360 fi
26361
26362 fi
26363 if test $rc -ne 0; then :
26364
26365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26366 $as_echo "no" >&6; }
26367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lookup_bdev() wants 2 args" >&5
26368 $as_echo_n "checking whether lookup_bdev() wants 2 args... " >&6; }
26369
26370
26371
26372 cat confdefs.h - <<_ACEOF >conftest.c
26373
26374
26375 #include <linux/fs.h>
26376
26377 int
26378 main (void)
26379 {
26380
26381 lookup_bdev(NULL, FMODE_READ);
26382
26383 ;
26384 return 0;
26385 }
26386
26387 _ACEOF
26388
26389
26390
26391 cat - <<_ACEOF >conftest.h
26392
26393 _ACEOF
26394
26395
26396 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26397 echo "obj-m := conftest.o" >build/Makefile
26398 modpost_flag=''
26399 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26400 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26401 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26402 (eval $ac_try) 2>&5
26403 ac_status=$?
26404 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26405 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26406 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26407 (eval $ac_try) 2>&5
26408 ac_status=$?
26409 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26410 test $ac_status = 0; }; }; then :
26411 rc=0
26412 else
26413 $as_echo "$as_me: failed program was:" >&5
26414 sed 's/^/| /' conftest.$ac_ext >&5
26415 rc=1
26416
26417
26418 fi
26419 rm -Rf build
26420
26421
26422 if test $rc -ne 0; then :
26423
26424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26425 $as_echo "no" >&6; }
26426
26427 else
26428 if test "x$enable_linux_builtin" != xyes; then
26429
26430 grep -q -E '[[:space:]]lookup_bdev[[:space:]]' \
26431 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
26432 rc=$?
26433 if test $rc -ne 0; then
26434 export=0
26435 for file in fs/block_dev.c; do
26436 grep -q -E "EXPORT_SYMBOL.*(lookup_bdev)" \
26437 "$LINUX/$file" 2>/dev/null
26438 rc=$?
26439 if test $rc -eq 0; then
26440 export=1
26441 break;
26442 fi
26443 done
26444 if test $export -eq 0; then :
26445 rc=1
26446 else :
26447 rc=0
26448 fi
26449 else :
26450 rc=0
26451 fi
26452
26453 fi
26454 if test $rc -ne 0; then :
26455
26456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26457 $as_echo "no" >&6; }
26458
26459 else :
26460
26461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26462 $as_echo "yes" >&6; }
26463
26464 $as_echo "#define HAVE_2ARGS_LOOKUP_BDEV 1" >>confdefs.h
26465
26466
26467 fi
26468 fi
26469
26470
26471 else :
26472
26473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26474 $as_echo "yes" >&6; }
26475
26476 $as_echo "#define HAVE_1ARG_LOOKUP_BDEV 1" >>confdefs.h
26477
26478
26479 fi
26480 fi
26481
26482
26483
26484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether invalidate_bdev() wants 1 arg" >&5
26485 $as_echo_n "checking whether invalidate_bdev() wants 1 arg... " >&6; }
26486
26487
26488 cat confdefs.h - <<_ACEOF >conftest.c
26489
26490
26491 #include <linux/buffer_head.h>
26492
26493 int
26494 main (void)
26495 {
26496
26497 struct block_device *bdev = NULL;
26498 invalidate_bdev(bdev);
26499
26500 ;
26501 return 0;
26502 }
26503
26504 _ACEOF
26505
26506
26507
26508 cat - <<_ACEOF >conftest.h
26509
26510 _ACEOF
26511
26512
26513 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26514 echo "obj-m := conftest.o" >build/Makefile
26515 modpost_flag=''
26516 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26517 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26518 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26519 (eval $ac_try) 2>&5
26520 ac_status=$?
26521 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26522 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26523 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26524 (eval $ac_try) 2>&5
26525 ac_status=$?
26526 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26527 test $ac_status = 0; }; }; then :
26528
26529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26530 $as_echo "yes" >&6; }
26531
26532 $as_echo "#define HAVE_1ARG_INVALIDATE_BDEV 1" >>confdefs.h
26533
26534
26535 else
26536 $as_echo "$as_me: failed program was:" >&5
26537 sed 's/^/| /' conftest.$ac_ext >&5
26538
26539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26540 $as_echo "no" >&6; }
26541
26542
26543
26544 fi
26545 rm -Rf build
26546
26547
26548
26549
26550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdev_logical_block_size() is available" >&5
26551 $as_echo_n "checking whether bdev_logical_block_size() is available... " >&6; }
26552 tmp_flags="$EXTRA_KCFLAGS"
26553 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
26554
26555
26556 cat confdefs.h - <<_ACEOF >conftest.c
26557
26558
26559 #include <linux/blkdev.h>
26560
26561 int
26562 main (void)
26563 {
26564
26565 struct block_device *bdev = NULL;
26566 bdev_logical_block_size(bdev);
26567
26568 ;
26569 return 0;
26570 }
26571
26572 _ACEOF
26573
26574
26575
26576 cat - <<_ACEOF >conftest.h
26577
26578 _ACEOF
26579
26580
26581 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26582 echo "obj-m := conftest.o" >build/Makefile
26583 modpost_flag=''
26584 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26585 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26586 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26587 (eval $ac_try) 2>&5
26588 ac_status=$?
26589 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26590 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26591 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26592 (eval $ac_try) 2>&5
26593 ac_status=$?
26594 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26595 test $ac_status = 0; }; }; then :
26596
26597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26598 $as_echo "yes" >&6; }
26599
26600 $as_echo "#define HAVE_BDEV_LOGICAL_BLOCK_SIZE 1" >>confdefs.h
26601
26602
26603 else
26604 $as_echo "$as_me: failed program was:" >&5
26605 sed 's/^/| /' conftest.$ac_ext >&5
26606
26607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26608 $as_echo "no" >&6; }
26609
26610
26611
26612 fi
26613 rm -Rf build
26614
26615
26616 EXTRA_KCFLAGS="$tmp_flags"
26617
26618
26619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdev_physical_block_size() is available" >&5
26620 $as_echo_n "checking whether bdev_physical_block_size() is available... " >&6; }
26621 tmp_flags="$EXTRA_KCFLAGS"
26622 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
26623
26624
26625 cat confdefs.h - <<_ACEOF >conftest.c
26626
26627
26628 #include <linux/blkdev.h>
26629
26630 int
26631 main (void)
26632 {
26633
26634 struct block_device *bdev = NULL;
26635 bdev_physical_block_size(bdev);
26636
26637 ;
26638 return 0;
26639 }
26640
26641 _ACEOF
26642
26643
26644
26645 cat - <<_ACEOF >conftest.h
26646
26647 _ACEOF
26648
26649
26650 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26651 echo "obj-m := conftest.o" >build/Makefile
26652 modpost_flag=''
26653 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26654 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26655 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26656 (eval $ac_try) 2>&5
26657 ac_status=$?
26658 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26659 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26660 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26661 (eval $ac_try) 2>&5
26662 ac_status=$?
26663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26664 test $ac_status = 0; }; }; then :
26665
26666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26667 $as_echo "yes" >&6; }
26668
26669 $as_echo "#define HAVE_BDEV_PHYSICAL_BLOCK_SIZE 1" >>confdefs.h
26670
26671
26672 else
26673 $as_echo "$as_me: failed program was:" >&5
26674 sed 's/^/| /' conftest.$ac_ext >&5
26675
26676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26677 $as_echo "no" >&6; }
26678
26679
26680
26681 fi
26682 rm -Rf build
26683
26684
26685 EXTRA_KCFLAGS="$tmp_flags"
26686
26687
26688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bio has bi_iter" >&5
26689 $as_echo_n "checking whether bio has bi_iter... " >&6; }
26690
26691
26692 cat confdefs.h - <<_ACEOF >conftest.c
26693
26694
26695 #include <linux/bio.h>
26696
26697 int
26698 main (void)
26699 {
26700
26701 struct bio bio;
26702 bio.bi_iter.bi_sector = 0;
26703
26704 ;
26705 return 0;
26706 }
26707
26708 _ACEOF
26709
26710
26711
26712 cat - <<_ACEOF >conftest.h
26713
26714 _ACEOF
26715
26716
26717 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26718 echo "obj-m := conftest.o" >build/Makefile
26719 modpost_flag=''
26720 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26721 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26722 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26723 (eval $ac_try) 2>&5
26724 ac_status=$?
26725 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26726 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26727 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26728 (eval $ac_try) 2>&5
26729 ac_status=$?
26730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26731 test $ac_status = 0; }; }; then :
26732
26733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26734 $as_echo "yes" >&6; }
26735
26736 $as_echo "#define HAVE_BIO_BVEC_ITER 1" >>confdefs.h
26737
26738
26739 else
26740 $as_echo "$as_me: failed program was:" >&5
26741 sed 's/^/| /' conftest.$ac_ext >&5
26742
26743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26744 $as_echo "no" >&6; }
26745
26746
26747
26748 fi
26749 rm -Rf build
26750
26751
26752
26753
26754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether BIO_RW_FAILFAST_* are defined" >&5
26755 $as_echo_n "checking whether BIO_RW_FAILFAST_* are defined... " >&6; }
26756
26757
26758 cat confdefs.h - <<_ACEOF >conftest.c
26759
26760
26761 #include <linux/bio.h>
26762
26763 int
26764 main (void)
26765 {
26766
26767 int flags __attribute__ ((unused));
26768 flags = ((1 << BIO_RW_FAILFAST_DEV) |
26769 (1 << BIO_RW_FAILFAST_TRANSPORT) |
26770 (1 << BIO_RW_FAILFAST_DRIVER));
26771
26772 ;
26773 return 0;
26774 }
26775
26776 _ACEOF
26777
26778
26779
26780 cat - <<_ACEOF >conftest.h
26781
26782 _ACEOF
26783
26784
26785 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26786 echo "obj-m := conftest.o" >build/Makefile
26787 modpost_flag=''
26788 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26789 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26790 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26791 (eval $ac_try) 2>&5
26792 ac_status=$?
26793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26794 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26795 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26796 (eval $ac_try) 2>&5
26797 ac_status=$?
26798 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26799 test $ac_status = 0; }; }; then :
26800
26801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26802 $as_echo "yes" >&6; }
26803
26804 $as_echo "#define HAVE_BIO_RW_FAILFAST_DTD 1" >>confdefs.h
26805
26806
26807 else
26808 $as_echo "$as_me: failed program was:" >&5
26809 sed 's/^/| /' conftest.$ac_ext >&5
26810
26811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26812 $as_echo "no" >&6; }
26813
26814
26815
26816 fi
26817 rm -Rf build
26818
26819
26820
26821
26822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether REQ_FAILFAST_MASK is defined" >&5
26823 $as_echo_n "checking whether REQ_FAILFAST_MASK is defined... " >&6; }
26824
26825
26826 cat confdefs.h - <<_ACEOF >conftest.c
26827
26828
26829 #include <linux/bio.h>
26830
26831 int
26832 main (void)
26833 {
26834
26835 int flags __attribute__ ((unused));
26836 flags = REQ_FAILFAST_MASK;
26837
26838 ;
26839 return 0;
26840 }
26841
26842 _ACEOF
26843
26844
26845
26846 cat - <<_ACEOF >conftest.h
26847
26848 _ACEOF
26849
26850
26851 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26852 echo "obj-m := conftest.o" >build/Makefile
26853 modpost_flag=''
26854 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26855 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26856 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26857 (eval $ac_try) 2>&5
26858 ac_status=$?
26859 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26860 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26861 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26862 (eval $ac_try) 2>&5
26863 ac_status=$?
26864 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26865 test $ac_status = 0; }; }; then :
26866
26867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26868 $as_echo "yes" >&6; }
26869
26870 $as_echo "#define HAVE_REQ_FAILFAST_MASK 1" >>confdefs.h
26871
26872
26873 else
26874 $as_echo "$as_me: failed program was:" >&5
26875 sed 's/^/| /' conftest.$ac_ext >&5
26876
26877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26878 $as_echo "no" >&6; }
26879
26880
26881
26882 fi
26883 rm -Rf build
26884
26885
26886
26887
26888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether REQ_OP_DISCARD is defined" >&5
26889 $as_echo_n "checking whether REQ_OP_DISCARD is defined... " >&6; }
26890
26891
26892 cat confdefs.h - <<_ACEOF >conftest.c
26893
26894
26895 #include <linux/blk_types.h>
26896
26897 int
26898 main (void)
26899 {
26900
26901 int op __attribute__ ((unused)) = REQ_OP_DISCARD;
26902
26903 ;
26904 return 0;
26905 }
26906
26907 _ACEOF
26908
26909
26910
26911 cat - <<_ACEOF >conftest.h
26912
26913 _ACEOF
26914
26915
26916 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26917 echo "obj-m := conftest.o" >build/Makefile
26918 modpost_flag=''
26919 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26920 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26921 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26922 (eval $ac_try) 2>&5
26923 ac_status=$?
26924 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26925 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26926 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26927 (eval $ac_try) 2>&5
26928 ac_status=$?
26929 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26930 test $ac_status = 0; }; }; then :
26931
26932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26933 $as_echo "yes" >&6; }
26934
26935 $as_echo "#define HAVE_REQ_OP_DISCARD 1" >>confdefs.h
26936
26937
26938 else
26939 $as_echo "$as_me: failed program was:" >&5
26940 sed 's/^/| /' conftest.$ac_ext >&5
26941
26942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26943 $as_echo "no" >&6; }
26944
26945
26946
26947 fi
26948 rm -Rf build
26949
26950
26951
26952
26953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether REQ_OP_SECURE_ERASE is defined" >&5
26954 $as_echo_n "checking whether REQ_OP_SECURE_ERASE is defined... " >&6; }
26955
26956
26957 cat confdefs.h - <<_ACEOF >conftest.c
26958
26959
26960 #include <linux/blk_types.h>
26961
26962 int
26963 main (void)
26964 {
26965
26966 int op __attribute__ ((unused)) = REQ_OP_SECURE_ERASE;
26967
26968 ;
26969 return 0;
26970 }
26971
26972 _ACEOF
26973
26974
26975
26976 cat - <<_ACEOF >conftest.h
26977
26978 _ACEOF
26979
26980
26981 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26982 echo "obj-m := conftest.o" >build/Makefile
26983 modpost_flag=''
26984 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26985 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26986 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26987 (eval $ac_try) 2>&5
26988 ac_status=$?
26989 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26990 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26991 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26992 (eval $ac_try) 2>&5
26993 ac_status=$?
26994 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26995 test $ac_status = 0; }; }; then :
26996
26997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26998 $as_echo "yes" >&6; }
26999
27000 $as_echo "#define HAVE_REQ_OP_SECURE_ERASE 1" >>confdefs.h
27001
27002
27003 else
27004 $as_echo "$as_me: failed program was:" >&5
27005 sed 's/^/| /' conftest.$ac_ext >&5
27006
27007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27008 $as_echo "no" >&6; }
27009
27010
27011
27012 fi
27013 rm -Rf build
27014
27015
27016
27017
27018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether REQ_OP_FLUSH is defined" >&5
27019 $as_echo_n "checking whether REQ_OP_FLUSH is defined... " >&6; }
27020
27021
27022 cat confdefs.h - <<_ACEOF >conftest.c
27023
27024
27025 #include <linux/blk_types.h>
27026
27027 int
27028 main (void)
27029 {
27030
27031 int op __attribute__ ((unused)) = REQ_OP_FLUSH;
27032
27033 ;
27034 return 0;
27035 }
27036
27037 _ACEOF
27038
27039
27040
27041 cat - <<_ACEOF >conftest.h
27042
27043 _ACEOF
27044
27045
27046 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27047 echo "obj-m := conftest.o" >build/Makefile
27048 modpost_flag=''
27049 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27050 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27051 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27052 (eval $ac_try) 2>&5
27053 ac_status=$?
27054 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27055 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27056 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27057 (eval $ac_try) 2>&5
27058 ac_status=$?
27059 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27060 test $ac_status = 0; }; }; then :
27061
27062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27063 $as_echo "yes" >&6; }
27064
27065 $as_echo "#define HAVE_REQ_OP_FLUSH 1" >>confdefs.h
27066
27067
27068 else
27069 $as_echo "$as_me: failed program was:" >&5
27070 sed 's/^/| /' conftest.$ac_ext >&5
27071
27072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27073 $as_echo "no" >&6; }
27074
27075
27076
27077 fi
27078 rm -Rf build
27079
27080
27081
27082
27083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bio->bi_opf is defined" >&5
27084 $as_echo_n "checking whether bio->bi_opf is defined... " >&6; }
27085
27086
27087 cat confdefs.h - <<_ACEOF >conftest.c
27088
27089
27090 #include <linux/bio.h>
27091
27092 int
27093 main (void)
27094 {
27095
27096 struct bio bio __attribute__ ((unused));
27097 bio.bi_opf = 0;
27098
27099 ;
27100 return 0;
27101 }
27102
27103 _ACEOF
27104
27105
27106
27107 cat - <<_ACEOF >conftest.h
27108
27109 _ACEOF
27110
27111
27112 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27113 echo "obj-m := conftest.o" >build/Makefile
27114 modpost_flag=''
27115 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27116 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27117 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27118 (eval $ac_try) 2>&5
27119 ac_status=$?
27120 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27121 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27122 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27123 (eval $ac_try) 2>&5
27124 ac_status=$?
27125 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27126 test $ac_status = 0; }; }; then :
27127
27128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27129 $as_echo "yes" >&6; }
27130
27131 $as_echo "#define HAVE_BIO_BI_OPF 1" >>confdefs.h
27132
27133
27134 else
27135 $as_echo "$as_me: failed program was:" >&5
27136 sed 's/^/| /' conftest.$ac_ext >&5
27137
27138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27139 $as_echo "no" >&6; }
27140
27141
27142
27143 fi
27144 rm -Rf build
27145
27146
27147
27148
27149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bio_end_io_t wants 1 arg" >&5
27150 $as_echo_n "checking whether bio_end_io_t wants 1 arg... " >&6; }
27151
27152
27153 cat confdefs.h - <<_ACEOF >conftest.c
27154
27155
27156 #include <linux/bio.h>
27157
27158 void wanted_end_io(struct bio *bio) { return; }
27159
27160 bio_end_io_t *end_io __attribute__ ((unused)) = wanted_end_io;
27161
27162 int
27163 main (void)
27164 {
27165
27166
27167 ;
27168 return 0;
27169 }
27170
27171 _ACEOF
27172
27173
27174
27175 cat - <<_ACEOF >conftest.h
27176
27177 _ACEOF
27178
27179
27180 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27181 echo "obj-m := conftest.o" >build/Makefile
27182 modpost_flag=''
27183 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27184 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27185 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27186 (eval $ac_try) 2>&5
27187 ac_status=$?
27188 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27189 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27190 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27191 (eval $ac_try) 2>&5
27192 ac_status=$?
27193 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27194 test $ac_status = 0; }; }; then :
27195
27196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27197 $as_echo "yes" >&6; }
27198
27199 $as_echo "#define HAVE_1ARG_BIO_END_IO_T 1" >>confdefs.h
27200
27201
27202 else
27203 $as_echo "$as_me: failed program was:" >&5
27204 sed 's/^/| /' conftest.$ac_ext >&5
27205
27206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27207 $as_echo "no" >&6; }
27208
27209
27210
27211 fi
27212 rm -Rf build
27213
27214
27215
27216
27217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether BIO_RW_BARRIER is defined" >&5
27218 $as_echo_n "checking whether BIO_RW_BARRIER is defined... " >&6; }
27219
27220
27221 cat confdefs.h - <<_ACEOF >conftest.c
27222
27223
27224 #include <linux/bio.h>
27225
27226 int
27227 main (void)
27228 {
27229
27230 int flags __attribute__ ((unused));
27231 flags = BIO_RW_BARRIER;
27232
27233 ;
27234 return 0;
27235 }
27236
27237 _ACEOF
27238
27239
27240
27241 cat - <<_ACEOF >conftest.h
27242
27243 _ACEOF
27244
27245
27246 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27247 echo "obj-m := conftest.o" >build/Makefile
27248 modpost_flag=''
27249 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27250 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27251 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27252 (eval $ac_try) 2>&5
27253 ac_status=$?
27254 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27255 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27256 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27257 (eval $ac_try) 2>&5
27258 ac_status=$?
27259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27260 test $ac_status = 0; }; }; then :
27261
27262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27263 $as_echo "yes" >&6; }
27264
27265 $as_echo "#define HAVE_BIO_RW_BARRIER 1" >>confdefs.h
27266
27267
27268 else
27269 $as_echo "$as_me: failed program was:" >&5
27270 sed 's/^/| /' conftest.$ac_ext >&5
27271
27272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27273 $as_echo "no" >&6; }
27274
27275
27276
27277 fi
27278 rm -Rf build
27279
27280
27281
27282
27283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether BIO_RW_DISCARD is defined" >&5
27284 $as_echo_n "checking whether BIO_RW_DISCARD is defined... " >&6; }
27285
27286
27287 cat confdefs.h - <<_ACEOF >conftest.c
27288
27289
27290 #include <linux/bio.h>
27291
27292 int
27293 main (void)
27294 {
27295
27296 int flags __attribute__ ((unused));
27297 flags = BIO_RW_DISCARD;
27298
27299 ;
27300 return 0;
27301 }
27302
27303 _ACEOF
27304
27305
27306
27307 cat - <<_ACEOF >conftest.h
27308
27309 _ACEOF
27310
27311
27312 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27313 echo "obj-m := conftest.o" >build/Makefile
27314 modpost_flag=''
27315 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27316 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27317 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27318 (eval $ac_try) 2>&5
27319 ac_status=$?
27320 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27321 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27322 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27323 (eval $ac_try) 2>&5
27324 ac_status=$?
27325 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27326 test $ac_status = 0; }; }; then :
27327
27328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27329 $as_echo "yes" >&6; }
27330
27331 $as_echo "#define HAVE_BIO_RW_DISCARD 1" >>confdefs.h
27332
27333
27334 else
27335 $as_echo "$as_me: failed program was:" >&5
27336 sed 's/^/| /' conftest.$ac_ext >&5
27337
27338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27339 $as_echo "no" >&6; }
27340
27341
27342
27343 fi
27344 rm -Rf build
27345
27346
27347
27348
27349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_flush() is available" >&5
27350 $as_echo_n "checking whether blk_queue_flush() is available... " >&6; }
27351 tmp_flags="$EXTRA_KCFLAGS"
27352 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
27353
27354
27355 cat confdefs.h - <<_ACEOF >conftest.c
27356
27357
27358 #include <linux/blkdev.h>
27359
27360 int
27361 main (void)
27362 {
27363
27364 struct request_queue *q = NULL;
27365 (void) blk_queue_flush(q, REQ_FLUSH);
27366
27367 ;
27368 return 0;
27369 }
27370
27371 _ACEOF
27372
27373
27374
27375 cat - <<_ACEOF >conftest.h
27376
27377 _ACEOF
27378
27379
27380 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27381 echo "obj-m := conftest.o" >build/Makefile
27382 modpost_flag=''
27383 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27384 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27385 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27386 (eval $ac_try) 2>&5
27387 ac_status=$?
27388 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27389 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27390 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27391 (eval $ac_try) 2>&5
27392 ac_status=$?
27393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27394 test $ac_status = 0; }; }; then :
27395
27396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27397 $as_echo "yes" >&6; }
27398
27399 $as_echo "#define HAVE_BLK_QUEUE_FLUSH 1" >>confdefs.h
27400
27401
27402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_flush() is GPL-only" >&5
27403 $as_echo_n "checking whether blk_queue_flush() is GPL-only... " >&6; }
27404
27405
27406 cat confdefs.h - <<_ACEOF >conftest.c
27407
27408
27409 #include <linux/module.h>
27410 #include <linux/blkdev.h>
27411
27412 MODULE_LICENSE("$ZFS_META_LICENSE");
27413
27414 int
27415 main (void)
27416 {
27417
27418 struct request_queue *q = NULL;
27419 (void) blk_queue_flush(q, REQ_FLUSH);
27420
27421 ;
27422 return 0;
27423 }
27424
27425 _ACEOF
27426
27427
27428
27429 cat - <<_ACEOF >conftest.h
27430
27431 _ACEOF
27432
27433
27434 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27435 echo "obj-m := conftest.o" >build/Makefile
27436 modpost_flag=''
27437 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27438 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27439 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27440 (eval $ac_try) 2>&5
27441 ac_status=$?
27442 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27443 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27444 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27445 (eval $ac_try) 2>&5
27446 ac_status=$?
27447 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27448 test $ac_status = 0; }; }; then :
27449
27450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27451 $as_echo "no" >&6; }
27452
27453 else
27454 $as_echo "$as_me: failed program was:" >&5
27455 sed 's/^/| /' conftest.$ac_ext >&5
27456
27457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27458 $as_echo "yes" >&6; }
27459
27460 $as_echo "#define HAVE_BLK_QUEUE_FLUSH_GPL_ONLY 1" >>confdefs.h
27461
27462
27463
27464
27465 fi
27466 rm -Rf build
27467
27468
27469
27470 else
27471 $as_echo "$as_me: failed program was:" >&5
27472 sed 's/^/| /' conftest.$ac_ext >&5
27473
27474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27475 $as_echo "no" >&6; }
27476
27477
27478
27479 fi
27480 rm -Rf build
27481
27482
27483
27484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_write_cache() exists" >&5
27485 $as_echo_n "checking whether blk_queue_write_cache() exists... " >&6; }
27486
27487
27488 cat confdefs.h - <<_ACEOF >conftest.c
27489
27490
27491 #include <linux/kernel.h>
27492 #include <linux/blkdev.h>
27493
27494
27495 int
27496 main (void)
27497 {
27498
27499 struct request_queue *q = NULL;
27500 blk_queue_write_cache(q, true, true);
27501
27502 ;
27503 return 0;
27504 }
27505
27506 _ACEOF
27507
27508
27509
27510 cat - <<_ACEOF >conftest.h
27511
27512 _ACEOF
27513
27514
27515 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27516 echo "obj-m := conftest.o" >build/Makefile
27517 modpost_flag=''
27518 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27519 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27520 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27521 (eval $ac_try) 2>&5
27522 ac_status=$?
27523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27524 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27525 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27526 (eval $ac_try) 2>&5
27527 ac_status=$?
27528 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27529 test $ac_status = 0; }; }; then :
27530
27531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27532 $as_echo "yes" >&6; }
27533
27534 $as_echo "#define HAVE_BLK_QUEUE_WRITE_CACHE 1" >>confdefs.h
27535
27536
27537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_write_cache() is GPL-only" >&5
27538 $as_echo_n "checking whether blk_queue_write_cache() is GPL-only... " >&6; }
27539
27540
27541 cat confdefs.h - <<_ACEOF >conftest.c
27542
27543
27544 #include <linux/kernel.h>
27545 #include <linux/module.h>
27546 #include <linux/blkdev.h>
27547
27548 MODULE_LICENSE("$ZFS_META_LICENSE");
27549
27550 int
27551 main (void)
27552 {
27553
27554 struct request_queue *q = NULL;
27555 blk_queue_write_cache(q, true, true);
27556
27557 ;
27558 return 0;
27559 }
27560
27561 _ACEOF
27562
27563
27564
27565 cat - <<_ACEOF >conftest.h
27566
27567 _ACEOF
27568
27569
27570 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27571 echo "obj-m := conftest.o" >build/Makefile
27572 modpost_flag=''
27573 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27574 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27575 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27576 (eval $ac_try) 2>&5
27577 ac_status=$?
27578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27579 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27580 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27581 (eval $ac_try) 2>&5
27582 ac_status=$?
27583 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27584 test $ac_status = 0; }; }; then :
27585
27586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27587 $as_echo "no" >&6; }
27588
27589 else
27590 $as_echo "$as_me: failed program was:" >&5
27591 sed 's/^/| /' conftest.$ac_ext >&5
27592
27593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27594 $as_echo "yes" >&6; }
27595
27596 $as_echo "#define HAVE_BLK_QUEUE_WRITE_CACHE_GPL_ONLY 1" >>confdefs.h
27597
27598
27599
27600
27601 fi
27602 rm -Rf build
27603
27604
27605
27606 else
27607 $as_echo "$as_me: failed program was:" >&5
27608 sed 's/^/| /' conftest.$ac_ext >&5
27609
27610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27611 $as_echo "no" >&6; }
27612
27613
27614
27615 fi
27616 rm -Rf build
27617
27618
27619
27620 EXTRA_KCFLAGS="$tmp_flags"
27621
27622
27623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_max_hw_sectors() is available" >&5
27624 $as_echo_n "checking whether blk_queue_max_hw_sectors() is available... " >&6; }
27625 tmp_flags="$EXTRA_KCFLAGS"
27626 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
27627
27628
27629 cat confdefs.h - <<_ACEOF >conftest.c
27630
27631
27632 #include <linux/blkdev.h>
27633
27634 int
27635 main (void)
27636 {
27637
27638 struct request_queue *q = NULL;
27639 (void) blk_queue_max_hw_sectors(q, BLK_SAFE_MAX_SECTORS);
27640
27641 ;
27642 return 0;
27643 }
27644
27645 _ACEOF
27646
27647
27648
27649 cat - <<_ACEOF >conftest.h
27650
27651 _ACEOF
27652
27653
27654 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27655 echo "obj-m := conftest.o" >build/Makefile
27656 modpost_flag=''
27657 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27658 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27659 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27660 (eval $ac_try) 2>&5
27661 ac_status=$?
27662 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27663 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27664 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27665 (eval $ac_try) 2>&5
27666 ac_status=$?
27667 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27668 test $ac_status = 0; }; }; then :
27669
27670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27671 $as_echo "yes" >&6; }
27672
27673 $as_echo "#define HAVE_BLK_QUEUE_MAX_HW_SECTORS 1" >>confdefs.h
27674
27675
27676 else
27677 $as_echo "$as_me: failed program was:" >&5
27678 sed 's/^/| /' conftest.$ac_ext >&5
27679
27680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27681 $as_echo "no" >&6; }
27682
27683
27684
27685 fi
27686 rm -Rf build
27687
27688
27689 EXTRA_KCFLAGS="$tmp_flags"
27690
27691
27692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_max_segments() is available" >&5
27693 $as_echo_n "checking whether blk_queue_max_segments() is available... " >&6; }
27694 tmp_flags="$EXTRA_KCFLAGS"
27695 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
27696
27697
27698 cat confdefs.h - <<_ACEOF >conftest.c
27699
27700
27701 #include <linux/blkdev.h>
27702
27703 int
27704 main (void)
27705 {
27706
27707 struct request_queue *q = NULL;
27708 (void) blk_queue_max_segments(q, BLK_MAX_SEGMENTS);
27709
27710 ;
27711 return 0;
27712 }
27713
27714 _ACEOF
27715
27716
27717
27718 cat - <<_ACEOF >conftest.h
27719
27720 _ACEOF
27721
27722
27723 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27724 echo "obj-m := conftest.o" >build/Makefile
27725 modpost_flag=''
27726 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27727 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27728 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27729 (eval $ac_try) 2>&5
27730 ac_status=$?
27731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27732 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27733 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27734 (eval $ac_try) 2>&5
27735 ac_status=$?
27736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27737 test $ac_status = 0; }; }; then :
27738
27739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27740 $as_echo "yes" >&6; }
27741
27742 $as_echo "#define HAVE_BLK_QUEUE_MAX_SEGMENTS 1" >>confdefs.h
27743
27744
27745 else
27746 $as_echo "$as_me: failed program was:" >&5
27747 sed 's/^/| /' conftest.$ac_ext >&5
27748
27749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27750 $as_echo "no" >&6; }
27751
27752
27753
27754 fi
27755 rm -Rf build
27756
27757
27758 EXTRA_KCFLAGS="$tmp_flags"
27759
27760
27761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the BIO_RW_UNPLUG enum is available" >&5
27762 $as_echo_n "checking whether the BIO_RW_UNPLUG enum is available... " >&6; }
27763 tmp_flags="$EXTRA_KCFLAGS"
27764 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
27765
27766
27767 cat confdefs.h - <<_ACEOF >conftest.c
27768
27769
27770 #include <linux/blkdev.h>
27771
27772 int
27773 main (void)
27774 {
27775
27776 extern enum bio_rw_flags rw;
27777
27778 rw = BIO_RW_UNPLUG;
27779
27780 ;
27781 return 0;
27782 }
27783
27784 _ACEOF
27785
27786
27787
27788 cat - <<_ACEOF >conftest.h
27789
27790 _ACEOF
27791
27792
27793 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27794 echo "obj-m := conftest.o" >build/Makefile
27795 modpost_flag=''
27796 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27797 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27798 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27799 (eval $ac_try) 2>&5
27800 ac_status=$?
27801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27802 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27803 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27804 (eval $ac_try) 2>&5
27805 ac_status=$?
27806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27807 test $ac_status = 0; }; }; then :
27808
27809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27810 $as_echo "yes" >&6; }
27811
27812 $as_echo "#define HAVE_BLK_QUEUE_HAVE_BIO_RW_UNPLUG 1" >>confdefs.h
27813
27814
27815 else
27816 $as_echo "$as_me: failed program was:" >&5
27817 sed 's/^/| /' conftest.$ac_ext >&5
27818
27819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27820 $as_echo "no" >&6; }
27821
27822
27823
27824 fi
27825 rm -Rf build
27826
27827
27828 EXTRA_KCFLAGS="$tmp_flags"
27829
27830
27831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct blk_plug is available" >&5
27832 $as_echo_n "checking whether struct blk_plug is available... " >&6; }
27833 tmp_flags="$EXTRA_KCFLAGS"
27834 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
27835
27836
27837 cat confdefs.h - <<_ACEOF >conftest.c
27838
27839
27840 #include <linux/blkdev.h>
27841
27842 int
27843 main (void)
27844 {
27845
27846 struct blk_plug plug;
27847
27848 blk_start_plug(&plug);
27849 blk_finish_plug(&plug);
27850
27851 ;
27852 return 0;
27853 }
27854
27855 _ACEOF
27856
27857
27858
27859 cat - <<_ACEOF >conftest.h
27860
27861 _ACEOF
27862
27863
27864 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27865 echo "obj-m := conftest.o" >build/Makefile
27866 modpost_flag=''
27867 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27868 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27869 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27870 (eval $ac_try) 2>&5
27871 ac_status=$?
27872 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27873 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27874 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27875 (eval $ac_try) 2>&5
27876 ac_status=$?
27877 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27878 test $ac_status = 0; }; }; then :
27879
27880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27881 $as_echo "yes" >&6; }
27882
27883 $as_echo "#define HAVE_BLK_QUEUE_HAVE_BLK_PLUG 1" >>confdefs.h
27884
27885
27886 else
27887 $as_echo "$as_me: failed program was:" >&5
27888 sed 's/^/| /' conftest.$ac_ext >&5
27889
27890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27891 $as_echo "no" >&6; }
27892
27893
27894
27895 fi
27896 rm -Rf build
27897
27898
27899 EXTRA_KCFLAGS="$tmp_flags"
27900
27901
27902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether get_disk_ro() is available" >&5
27903 $as_echo_n "checking whether get_disk_ro() is available... " >&6; }
27904 tmp_flags="$EXTRA_KCFLAGS"
27905 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
27906
27907
27908 cat confdefs.h - <<_ACEOF >conftest.c
27909
27910
27911 #include <linux/blkdev.h>
27912
27913 int
27914 main (void)
27915 {
27916
27917 struct gendisk *disk = NULL;
27918 (void) get_disk_ro(disk);
27919
27920 ;
27921 return 0;
27922 }
27923
27924 _ACEOF
27925
27926
27927
27928 cat - <<_ACEOF >conftest.h
27929
27930 _ACEOF
27931
27932
27933 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27934 echo "obj-m := conftest.o" >build/Makefile
27935 modpost_flag=''
27936 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27937 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27938 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27939 (eval $ac_try) 2>&5
27940 ac_status=$?
27941 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27942 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27943 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27944 (eval $ac_try) 2>&5
27945 ac_status=$?
27946 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27947 test $ac_status = 0; }; }; then :
27948
27949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27950 $as_echo "yes" >&6; }
27951
27952 $as_echo "#define HAVE_GET_DISK_RO 1" >>confdefs.h
27953
27954
27955 else
27956 $as_echo "$as_me: failed program was:" >&5
27957 sed 's/^/| /' conftest.$ac_ext >&5
27958
27959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27960 $as_echo "no" >&6; }
27961
27962
27963
27964 fi
27965 rm -Rf build
27966
27967
27968 EXTRA_KCFLAGS="$tmp_flags"
27969
27970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether get_gendisk() is available" >&5
27971 $as_echo_n "checking whether get_gendisk() is available... " >&6; }
27972
27973
27974
27975 cat confdefs.h - <<_ACEOF >conftest.c
27976
27977
27978 #include <linux/genhd.h>
27979
27980 int
27981 main (void)
27982 {
27983
27984 get_gendisk(0, NULL);
27985
27986 ;
27987 return 0;
27988 }
27989
27990 _ACEOF
27991
27992
27993
27994 cat - <<_ACEOF >conftest.h
27995
27996 _ACEOF
27997
27998
27999 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28000 echo "obj-m := conftest.o" >build/Makefile
28001 modpost_flag=''
28002 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28003 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28004 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28005 (eval $ac_try) 2>&5
28006 ac_status=$?
28007 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28008 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28009 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28010 (eval $ac_try) 2>&5
28011 ac_status=$?
28012 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28013 test $ac_status = 0; }; }; then :
28014 rc=0
28015 else
28016 $as_echo "$as_me: failed program was:" >&5
28017 sed 's/^/| /' conftest.$ac_ext >&5
28018 rc=1
28019
28020
28021 fi
28022 rm -Rf build
28023
28024
28025 if test $rc -ne 0; then :
28026
28027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28028 $as_echo "no" >&6; }
28029
28030 else
28031 if test "x$enable_linux_builtin" != xyes; then
28032
28033 grep -q -E '[[:space:]]get_gendisk[[:space:]]' \
28034 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
28035 rc=$?
28036 if test $rc -ne 0; then
28037 export=0
28038 for file in block/genhd.c; do
28039 grep -q -E "EXPORT_SYMBOL.*(get_gendisk)" \
28040 "$LINUX/$file" 2>/dev/null
28041 rc=$?
28042 if test $rc -eq 0; then
28043 export=1
28044 break;
28045 fi
28046 done
28047 if test $export -eq 0; then :
28048 rc=1
28049 else :
28050 rc=0
28051 fi
28052 else :
28053 rc=0
28054 fi
28055
28056 fi
28057 if test $rc -ne 0; then :
28058
28059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28060 $as_echo "no" >&6; }
28061
28062 else :
28063
28064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28065 $as_echo "yes" >&6; }
28066
28067 $as_echo "#define HAVE_GET_GENDISK 1" >>confdefs.h
28068
28069
28070 fi
28071 fi
28072
28073
28074
28075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bio_set_op_attrs is available" >&5
28076 $as_echo_n "checking whether bio_set_op_attrs is available... " >&6; }
28077
28078
28079 cat confdefs.h - <<_ACEOF >conftest.c
28080
28081
28082 #include <linux/blk_types.h>
28083
28084 int
28085 main (void)
28086 {
28087
28088 struct bio *bio __attribute__ ((unused)) = NULL;
28089
28090 bio_set_op_attrs(bio, 0, 0);
28091
28092 ;
28093 return 0;
28094 }
28095
28096 _ACEOF
28097
28098
28099
28100 cat - <<_ACEOF >conftest.h
28101
28102 _ACEOF
28103
28104
28105 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28106 echo "obj-m := conftest.o" >build/Makefile
28107 modpost_flag=''
28108 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28109 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28110 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28111 (eval $ac_try) 2>&5
28112 ac_status=$?
28113 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28114 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28115 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28116 (eval $ac_try) 2>&5
28117 ac_status=$?
28118 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28119 test $ac_status = 0; }; }; then :
28120
28121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28122 $as_echo "yes" >&6; }
28123
28124 $as_echo "#define HAVE_BIO_SET_OP_ATTRS 1" >>confdefs.h
28125
28126
28127 else
28128 $as_echo "$as_me: failed program was:" >&5
28129 sed 's/^/| /' conftest.$ac_ext >&5
28130
28131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28132 $as_echo "no" >&6; }
28133
28134
28135
28136 fi
28137 rm -Rf build
28138
28139
28140
28141
28142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic_readlink is global" >&5
28143 $as_echo_n "checking whether generic_readlink is global... " >&6; }
28144
28145
28146 cat confdefs.h - <<_ACEOF >conftest.c
28147
28148
28149 #include <linux/fs.h>
28150
28151 int
28152 main (void)
28153 {
28154
28155 int i __attribute__ ((unused));
28156
28157 i = generic_readlink(NULL, NULL, 0);
28158
28159 ;
28160 return 0;
28161 }
28162
28163 _ACEOF
28164
28165
28166
28167 cat - <<_ACEOF >conftest.h
28168
28169 _ACEOF
28170
28171
28172 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28173 echo "obj-m := conftest.o" >build/Makefile
28174 modpost_flag=''
28175 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28176 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28177 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28178 (eval $ac_try) 2>&5
28179 ac_status=$?
28180 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28181 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28182 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28183 (eval $ac_try) 2>&5
28184 ac_status=$?
28185 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28186 test $ac_status = 0; }; }; then :
28187
28188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28189 $as_echo "yes" >&6; }
28190
28191 $as_echo "#define HAVE_GENERIC_READLINK 1" >>confdefs.h
28192
28193
28194 else
28195 $as_echo "$as_me: failed program was:" >&5
28196 sed 's/^/| /' conftest.$ac_ext >&5
28197
28198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28199 $as_echo "no" >&6; }
28200
28201
28202
28203 fi
28204 rm -Rf build
28205
28206
28207
28208
28209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ql->discard_granularity is available" >&5
28210 $as_echo_n "checking whether ql->discard_granularity is available... " >&6; }
28211
28212
28213 cat confdefs.h - <<_ACEOF >conftest.c
28214
28215
28216 #include <linux/blkdev.h>
28217
28218 int
28219 main (void)
28220 {
28221
28222 struct queue_limits ql __attribute__ ((unused));
28223
28224 ql.discard_granularity = 0;
28225
28226 ;
28227 return 0;
28228 }
28229
28230 _ACEOF
28231
28232
28233
28234 cat - <<_ACEOF >conftest.h
28235
28236 _ACEOF
28237
28238
28239 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28240 echo "obj-m := conftest.o" >build/Makefile
28241 modpost_flag=''
28242 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28243 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28244 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28245 (eval $ac_try) 2>&5
28246 ac_status=$?
28247 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28248 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28249 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28250 (eval $ac_try) 2>&5
28251 ac_status=$?
28252 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28253 test $ac_status = 0; }; }; then :
28254
28255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28256 $as_echo "yes" >&6; }
28257
28258 $as_echo "#define HAVE_DISCARD_GRANULARITY 1" >>confdefs.h
28259
28260
28261 else
28262 $as_echo "$as_me: failed program was:" >&5
28263 sed 's/^/| /' conftest.$ac_ext >&5
28264
28265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28266 $as_echo "no" >&6; }
28267
28268
28269
28270 fi
28271 rm -Rf build
28272
28273
28274
28275
28276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether super_block uses const struct xattr_handler" >&5
28277 $as_echo_n "checking whether super_block uses const struct xattr_handler... " >&6; }
28278
28279
28280 cat confdefs.h - <<_ACEOF >conftest.c
28281
28282
28283 #include <linux/fs.h>
28284 #include <linux/xattr.h>
28285
28286 const struct xattr_handler xattr_test_handler = {
28287 .prefix = "test",
28288 .get = NULL,
28289 .set = NULL,
28290 };
28291
28292 const struct xattr_handler *xattr_handlers[] = {
28293 &xattr_test_handler,
28294 };
28295
28296 const struct super_block sb __attribute__ ((unused)) = {
28297 .s_xattr = xattr_handlers,
28298 };
28299
28300 int
28301 main (void)
28302 {
28303
28304
28305 ;
28306 return 0;
28307 }
28308
28309 _ACEOF
28310
28311
28312
28313 cat - <<_ACEOF >conftest.h
28314
28315 _ACEOF
28316
28317
28318 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28319 echo "obj-m := conftest.o" >build/Makefile
28320 modpost_flag=''
28321 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28322 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28323 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28324 (eval $ac_try) 2>&5
28325 ac_status=$?
28326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28327 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28328 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28329 (eval $ac_try) 2>&5
28330 ac_status=$?
28331 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28332 test $ac_status = 0; }; }; then :
28333
28334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28335 $as_echo "yes" >&6; }
28336
28337 $as_echo "#define HAVE_CONST_XATTR_HANDLER 1" >>confdefs.h
28338
28339
28340 else
28341 $as_echo "$as_me: failed program was:" >&5
28342 sed 's/^/| /' conftest.$ac_ext >&5
28343
28344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28345 $as_echo "no" >&6; }
28346
28347
28348
28349 fi
28350 rm -Rf build
28351
28352
28353
28354
28355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler has name" >&5
28356 $as_echo_n "checking whether xattr_handler has name... " >&6; }
28357
28358
28359 cat confdefs.h - <<_ACEOF >conftest.c
28360
28361
28362 #include <linux/xattr.h>
28363
28364 static const struct xattr_handler
28365 xops __attribute__ ((unused)) = {
28366 .name = XATTR_NAME_POSIX_ACL_ACCESS,
28367 };
28368
28369 int
28370 main (void)
28371 {
28372
28373
28374 ;
28375 return 0;
28376 }
28377
28378 _ACEOF
28379
28380
28381
28382 cat - <<_ACEOF >conftest.h
28383
28384 _ACEOF
28385
28386
28387 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28388 echo "obj-m := conftest.o" >build/Makefile
28389 modpost_flag=''
28390 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28391 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28392 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28393 (eval $ac_try) 2>&5
28394 ac_status=$?
28395 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28396 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28397 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28398 (eval $ac_try) 2>&5
28399 ac_status=$?
28400 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28401 test $ac_status = 0; }; }; then :
28402
28403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28404 $as_echo "yes" >&6; }
28405
28406 $as_echo "#define HAVE_XATTR_HANDLER_NAME 1" >>confdefs.h
28407
28408
28409 else
28410 $as_echo "$as_me: failed program was:" >&5
28411 sed 's/^/| /' conftest.$ac_ext >&5
28412
28413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28414 $as_echo "no" >&6; }
28415
28416
28417
28418 fi
28419 rm -Rf build
28420
28421
28422
28423
28424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->get() wants both dentry and inode" >&5
28425 $as_echo_n "checking whether xattr_handler->get() wants both dentry and inode... " >&6; }
28426
28427
28428 cat confdefs.h - <<_ACEOF >conftest.c
28429
28430
28431 #include <linux/xattr.h>
28432
28433 int get(const struct xattr_handler *handler,
28434 struct dentry *dentry, struct inode *inode,
28435 const char *name, void *buffer, size_t size) { return 0; }
28436 static const struct xattr_handler
28437 xops __attribute__ ((unused)) = {
28438 .get = get,
28439 };
28440
28441 int
28442 main (void)
28443 {
28444
28445
28446 ;
28447 return 0;
28448 }
28449
28450 _ACEOF
28451
28452
28453
28454 cat - <<_ACEOF >conftest.h
28455
28456 _ACEOF
28457
28458
28459 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28460 echo "obj-m := conftest.o" >build/Makefile
28461 modpost_flag=''
28462 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28463 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28464 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28465 (eval $ac_try) 2>&5
28466 ac_status=$?
28467 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28468 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28469 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28470 (eval $ac_try) 2>&5
28471 ac_status=$?
28472 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28473 test $ac_status = 0; }; }; then :
28474
28475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28476 $as_echo "yes" >&6; }
28477
28478 $as_echo "#define HAVE_XATTR_GET_DENTRY_INODE 1" >>confdefs.h
28479
28480
28481 else
28482 $as_echo "$as_me: failed program was:" >&5
28483 sed 's/^/| /' conftest.$ac_ext >&5
28484
28485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->get() wants xattr_handler" >&5
28486 $as_echo_n "checking whether xattr_handler->get() wants xattr_handler... " >&6; }
28487
28488
28489 cat confdefs.h - <<_ACEOF >conftest.c
28490
28491
28492 #include <linux/xattr.h>
28493
28494 int get(const struct xattr_handler *handler,
28495 struct dentry *dentry, const char *name,
28496 void *buffer, size_t size) { return 0; }
28497 static const struct xattr_handler
28498 xops __attribute__ ((unused)) = {
28499 .get = get,
28500 };
28501
28502 int
28503 main (void)
28504 {
28505
28506
28507 ;
28508 return 0;
28509 }
28510
28511 _ACEOF
28512
28513
28514
28515 cat - <<_ACEOF >conftest.h
28516
28517 _ACEOF
28518
28519
28520 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28521 echo "obj-m := conftest.o" >build/Makefile
28522 modpost_flag=''
28523 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28524 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28525 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28526 (eval $ac_try) 2>&5
28527 ac_status=$?
28528 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28529 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28530 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28531 (eval $ac_try) 2>&5
28532 ac_status=$?
28533 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28534 test $ac_status = 0; }; }; then :
28535
28536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28537 $as_echo "yes" >&6; }
28538
28539 $as_echo "#define HAVE_XATTR_GET_HANDLER 1" >>confdefs.h
28540
28541
28542 else
28543 $as_echo "$as_me: failed program was:" >&5
28544 sed 's/^/| /' conftest.$ac_ext >&5
28545
28546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28547 $as_echo "no" >&6; }
28548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->get() wants dentry" >&5
28549 $as_echo_n "checking whether xattr_handler->get() wants dentry... " >&6; }
28550
28551
28552 cat confdefs.h - <<_ACEOF >conftest.c
28553
28554
28555 #include <linux/xattr.h>
28556
28557 int get(struct dentry *dentry, const char *name,
28558 void *buffer, size_t size, int handler_flags)
28559 { return 0; }
28560 static const struct xattr_handler
28561 xops __attribute__ ((unused)) = {
28562 .get = get,
28563 };
28564
28565 int
28566 main (void)
28567 {
28568
28569
28570 ;
28571 return 0;
28572 }
28573
28574 _ACEOF
28575
28576
28577
28578 cat - <<_ACEOF >conftest.h
28579
28580 _ACEOF
28581
28582
28583 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28584 echo "obj-m := conftest.o" >build/Makefile
28585 modpost_flag=''
28586 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28587 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28588 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28589 (eval $ac_try) 2>&5
28590 ac_status=$?
28591 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28592 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28593 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28594 (eval $ac_try) 2>&5
28595 ac_status=$?
28596 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28597 test $ac_status = 0; }; }; then :
28598
28599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28600 $as_echo "yes" >&6; }
28601
28602 $as_echo "#define HAVE_XATTR_GET_DENTRY 1" >>confdefs.h
28603
28604
28605 else
28606 $as_echo "$as_me: failed program was:" >&5
28607 sed 's/^/| /' conftest.$ac_ext >&5
28608
28609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28610 $as_echo "no" >&6; }
28611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->get() wants inode" >&5
28612 $as_echo_n "checking whether xattr_handler->get() wants inode... " >&6; }
28613
28614
28615 cat confdefs.h - <<_ACEOF >conftest.c
28616
28617
28618 #include <linux/xattr.h>
28619
28620 int get(struct inode *ip, const char *name,
28621 void *buffer, size_t size) { return 0; }
28622 static const struct xattr_handler
28623 xops __attribute__ ((unused)) = {
28624 .get = get,
28625 };
28626
28627 int
28628 main (void)
28629 {
28630
28631
28632 ;
28633 return 0;
28634 }
28635
28636 _ACEOF
28637
28638
28639
28640 cat - <<_ACEOF >conftest.h
28641
28642 _ACEOF
28643
28644
28645 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28646 echo "obj-m := conftest.o" >build/Makefile
28647 modpost_flag=''
28648 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28649 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28650 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28651 (eval $ac_try) 2>&5
28652 ac_status=$?
28653 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28654 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28655 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28656 (eval $ac_try) 2>&5
28657 ac_status=$?
28658 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28659 test $ac_status = 0; }; }; then :
28660
28661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28662 $as_echo "yes" >&6; }
28663
28664 $as_echo "#define HAVE_XATTR_GET_INODE 1" >>confdefs.h
28665
28666
28667 else
28668 $as_echo "$as_me: failed program was:" >&5
28669 sed 's/^/| /' conftest.$ac_ext >&5
28670
28671 as_fn_error $? "no; please file a bug report" "$LINENO" 5
28672
28673
28674
28675 fi
28676 rm -Rf build
28677
28678
28679
28680
28681
28682 fi
28683 rm -Rf build
28684
28685
28686
28687
28688
28689 fi
28690 rm -Rf build
28691
28692
28693
28694
28695
28696 fi
28697 rm -Rf build
28698
28699
28700
28701
28702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->set() wants both dentry and inode" >&5
28703 $as_echo_n "checking whether xattr_handler->set() wants both dentry and inode... " >&6; }
28704
28705
28706 cat confdefs.h - <<_ACEOF >conftest.c
28707
28708
28709 #include <linux/xattr.h>
28710
28711 int set(const struct xattr_handler *handler,
28712 struct dentry *dentry, struct inode *inode,
28713 const char *name, const void *buffer,
28714 size_t size, int flags)
28715 { return 0; }
28716 static const struct xattr_handler
28717 xops __attribute__ ((unused)) = {
28718 .set = set,
28719 };
28720
28721 int
28722 main (void)
28723 {
28724
28725
28726 ;
28727 return 0;
28728 }
28729
28730 _ACEOF
28731
28732
28733
28734 cat - <<_ACEOF >conftest.h
28735
28736 _ACEOF
28737
28738
28739 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28740 echo "obj-m := conftest.o" >build/Makefile
28741 modpost_flag=''
28742 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28743 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28744 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28745 (eval $ac_try) 2>&5
28746 ac_status=$?
28747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28748 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28749 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28750 (eval $ac_try) 2>&5
28751 ac_status=$?
28752 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28753 test $ac_status = 0; }; }; then :
28754
28755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28756 $as_echo "yes" >&6; }
28757
28758 $as_echo "#define HAVE_XATTR_SET_DENTRY_INODE 1" >>confdefs.h
28759
28760
28761 else
28762 $as_echo "$as_me: failed program was:" >&5
28763 sed 's/^/| /' conftest.$ac_ext >&5
28764
28765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->set() wants xattr_handler" >&5
28766 $as_echo_n "checking whether xattr_handler->set() wants xattr_handler... " >&6; }
28767
28768
28769 cat confdefs.h - <<_ACEOF >conftest.c
28770
28771
28772 #include <linux/xattr.h>
28773
28774 int set(const struct xattr_handler *handler,
28775 struct dentry *dentry, const char *name,
28776 const void *buffer, size_t size, int flags)
28777 { return 0; }
28778 static const struct xattr_handler
28779 xops __attribute__ ((unused)) = {
28780 .set = set,
28781 };
28782
28783 int
28784 main (void)
28785 {
28786
28787
28788 ;
28789 return 0;
28790 }
28791
28792 _ACEOF
28793
28794
28795
28796 cat - <<_ACEOF >conftest.h
28797
28798 _ACEOF
28799
28800
28801 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28802 echo "obj-m := conftest.o" >build/Makefile
28803 modpost_flag=''
28804 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28805 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28806 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28807 (eval $ac_try) 2>&5
28808 ac_status=$?
28809 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28810 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28811 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28812 (eval $ac_try) 2>&5
28813 ac_status=$?
28814 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28815 test $ac_status = 0; }; }; then :
28816
28817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28818 $as_echo "yes" >&6; }
28819
28820 $as_echo "#define HAVE_XATTR_SET_HANDLER 1" >>confdefs.h
28821
28822
28823 else
28824 $as_echo "$as_me: failed program was:" >&5
28825 sed 's/^/| /' conftest.$ac_ext >&5
28826
28827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28828 $as_echo "no" >&6; }
28829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->set() wants dentry" >&5
28830 $as_echo_n "checking whether xattr_handler->set() wants dentry... " >&6; }
28831
28832
28833 cat confdefs.h - <<_ACEOF >conftest.c
28834
28835
28836 #include <linux/xattr.h>
28837
28838 int set(struct dentry *dentry, const char *name,
28839 const void *buffer, size_t size, int flags,
28840 int handler_flags) { return 0; }
28841 static const struct xattr_handler
28842 xops __attribute__ ((unused)) = {
28843 .set = set,
28844 };
28845
28846 int
28847 main (void)
28848 {
28849
28850
28851 ;
28852 return 0;
28853 }
28854
28855 _ACEOF
28856
28857
28858
28859 cat - <<_ACEOF >conftest.h
28860
28861 _ACEOF
28862
28863
28864 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28865 echo "obj-m := conftest.o" >build/Makefile
28866 modpost_flag=''
28867 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28868 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28869 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28870 (eval $ac_try) 2>&5
28871 ac_status=$?
28872 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28873 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28874 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28875 (eval $ac_try) 2>&5
28876 ac_status=$?
28877 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28878 test $ac_status = 0; }; }; then :
28879
28880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28881 $as_echo "yes" >&6; }
28882
28883 $as_echo "#define HAVE_XATTR_SET_DENTRY 1" >>confdefs.h
28884
28885
28886 else
28887 $as_echo "$as_me: failed program was:" >&5
28888 sed 's/^/| /' conftest.$ac_ext >&5
28889
28890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28891 $as_echo "no" >&6; }
28892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->set() wants inode" >&5
28893 $as_echo_n "checking whether xattr_handler->set() wants inode... " >&6; }
28894
28895
28896 cat confdefs.h - <<_ACEOF >conftest.c
28897
28898
28899 #include <linux/xattr.h>
28900
28901 int set(struct inode *ip, const char *name,
28902 const void *buffer, size_t size, int flags)
28903 { return 0; }
28904 static const struct xattr_handler
28905 xops __attribute__ ((unused)) = {
28906 .set = set,
28907 };
28908
28909 int
28910 main (void)
28911 {
28912
28913
28914 ;
28915 return 0;
28916 }
28917
28918 _ACEOF
28919
28920
28921
28922 cat - <<_ACEOF >conftest.h
28923
28924 _ACEOF
28925
28926
28927 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28928 echo "obj-m := conftest.o" >build/Makefile
28929 modpost_flag=''
28930 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28931 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28932 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28933 (eval $ac_try) 2>&5
28934 ac_status=$?
28935 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28936 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28937 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28938 (eval $ac_try) 2>&5
28939 ac_status=$?
28940 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28941 test $ac_status = 0; }; }; then :
28942
28943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28944 $as_echo "yes" >&6; }
28945
28946 $as_echo "#define HAVE_XATTR_SET_INODE 1" >>confdefs.h
28947
28948
28949 else
28950 $as_echo "$as_me: failed program was:" >&5
28951 sed 's/^/| /' conftest.$ac_ext >&5
28952
28953 as_fn_error $? "no; please file a bug report" "$LINENO" 5
28954
28955
28956
28957 fi
28958 rm -Rf build
28959
28960
28961
28962
28963
28964 fi
28965 rm -Rf build
28966
28967
28968
28969
28970
28971 fi
28972 rm -Rf build
28973
28974
28975
28976
28977
28978 fi
28979 rm -Rf build
28980
28981
28982
28983
28984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->list() wants simple" >&5
28985 $as_echo_n "checking whether xattr_handler->list() wants simple... " >&6; }
28986
28987
28988 cat confdefs.h - <<_ACEOF >conftest.c
28989
28990
28991 #include <linux/xattr.h>
28992
28993 bool list(struct dentry *dentry) { return 0; }
28994 static const struct xattr_handler
28995 xops __attribute__ ((unused)) = {
28996 .list = list,
28997 };
28998
28999 int
29000 main (void)
29001 {
29002
29003
29004 ;
29005 return 0;
29006 }
29007
29008 _ACEOF
29009
29010
29011
29012 cat - <<_ACEOF >conftest.h
29013
29014 _ACEOF
29015
29016
29017 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29018 echo "obj-m := conftest.o" >build/Makefile
29019 modpost_flag=''
29020 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29021 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29022 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29023 (eval $ac_try) 2>&5
29024 ac_status=$?
29025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29026 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29027 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29028 (eval $ac_try) 2>&5
29029 ac_status=$?
29030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29031 test $ac_status = 0; }; }; then :
29032
29033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29034 $as_echo "yes" >&6; }
29035
29036 $as_echo "#define HAVE_XATTR_LIST_SIMPLE 1" >>confdefs.h
29037
29038
29039 else
29040 $as_echo "$as_me: failed program was:" >&5
29041 sed 's/^/| /' conftest.$ac_ext >&5
29042
29043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29044 $as_echo "no" >&6; }
29045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->list() wants xattr_handler" >&5
29046 $as_echo_n "checking whether xattr_handler->list() wants xattr_handler... " >&6; }
29047
29048
29049 cat confdefs.h - <<_ACEOF >conftest.c
29050
29051
29052 #include <linux/xattr.h>
29053
29054 size_t list(const struct xattr_handler *handler,
29055 struct dentry *dentry, char *list, size_t list_size,
29056 const char *name, size_t name_len) { return 0; }
29057 static const struct xattr_handler
29058 xops __attribute__ ((unused)) = {
29059 .list = list,
29060 };
29061
29062 int
29063 main (void)
29064 {
29065
29066
29067 ;
29068 return 0;
29069 }
29070
29071 _ACEOF
29072
29073
29074
29075 cat - <<_ACEOF >conftest.h
29076
29077 _ACEOF
29078
29079
29080 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29081 echo "obj-m := conftest.o" >build/Makefile
29082 modpost_flag=''
29083 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29084 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29085 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29086 (eval $ac_try) 2>&5
29087 ac_status=$?
29088 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29089 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29090 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29091 (eval $ac_try) 2>&5
29092 ac_status=$?
29093 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29094 test $ac_status = 0; }; }; then :
29095
29096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29097 $as_echo "yes" >&6; }
29098
29099 $as_echo "#define HAVE_XATTR_LIST_HANDLER 1" >>confdefs.h
29100
29101
29102 else
29103 $as_echo "$as_me: failed program was:" >&5
29104 sed 's/^/| /' conftest.$ac_ext >&5
29105
29106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29107 $as_echo "no" >&6; }
29108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->list() wants dentry" >&5
29109 $as_echo_n "checking whether xattr_handler->list() wants dentry... " >&6; }
29110
29111
29112 cat confdefs.h - <<_ACEOF >conftest.c
29113
29114
29115 #include <linux/xattr.h>
29116
29117 size_t list(struct dentry *dentry,
29118 char *list, size_t list_size,
29119 const char *name, size_t name_len,
29120 int handler_flags) { return 0; }
29121 static const struct xattr_handler
29122 xops __attribute__ ((unused)) = {
29123 .list = list,
29124 };
29125
29126 int
29127 main (void)
29128 {
29129
29130
29131 ;
29132 return 0;
29133 }
29134
29135 _ACEOF
29136
29137
29138
29139 cat - <<_ACEOF >conftest.h
29140
29141 _ACEOF
29142
29143
29144 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29145 echo "obj-m := conftest.o" >build/Makefile
29146 modpost_flag=''
29147 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29148 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29149 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29150 (eval $ac_try) 2>&5
29151 ac_status=$?
29152 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29153 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29154 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29155 (eval $ac_try) 2>&5
29156 ac_status=$?
29157 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29158 test $ac_status = 0; }; }; then :
29159
29160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29161 $as_echo "yes" >&6; }
29162
29163 $as_echo "#define HAVE_XATTR_LIST_DENTRY 1" >>confdefs.h
29164
29165
29166 else
29167 $as_echo "$as_me: failed program was:" >&5
29168 sed 's/^/| /' conftest.$ac_ext >&5
29169
29170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29171 $as_echo "no" >&6; }
29172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->list() wants inode" >&5
29173 $as_echo_n "checking whether xattr_handler->list() wants inode... " >&6; }
29174
29175
29176 cat confdefs.h - <<_ACEOF >conftest.c
29177
29178
29179 #include <linux/xattr.h>
29180
29181 size_t list(struct inode *ip, char *lst,
29182 size_t list_size, const char *name,
29183 size_t name_len) { return 0; }
29184 static const struct xattr_handler
29185 xops __attribute__ ((unused)) = {
29186 .list = list,
29187 };
29188
29189 int
29190 main (void)
29191 {
29192
29193
29194 ;
29195 return 0;
29196 }
29197
29198 _ACEOF
29199
29200
29201
29202 cat - <<_ACEOF >conftest.h
29203
29204 _ACEOF
29205
29206
29207 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29208 echo "obj-m := conftest.o" >build/Makefile
29209 modpost_flag=''
29210 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29211 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29212 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29213 (eval $ac_try) 2>&5
29214 ac_status=$?
29215 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29216 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29217 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29218 (eval $ac_try) 2>&5
29219 ac_status=$?
29220 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29221 test $ac_status = 0; }; }; then :
29222
29223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29224 $as_echo "yes" >&6; }
29225
29226 $as_echo "#define HAVE_XATTR_LIST_INODE 1" >>confdefs.h
29227
29228
29229 else
29230 $as_echo "$as_me: failed program was:" >&5
29231 sed 's/^/| /' conftest.$ac_ext >&5
29232
29233 as_fn_error $? "no; please file a bug report" "$LINENO" 5
29234
29235
29236
29237 fi
29238 rm -Rf build
29239
29240
29241
29242
29243
29244 fi
29245 rm -Rf build
29246
29247
29248
29249
29250
29251 fi
29252 rm -Rf build
29253
29254
29255
29256
29257
29258 fi
29259 rm -Rf build
29260
29261
29262
29263
29264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether inode_owner_or_capable() exists" >&5
29265 $as_echo_n "checking whether inode_owner_or_capable() exists... " >&6; }
29266
29267
29268 cat confdefs.h - <<_ACEOF >conftest.c
29269
29270
29271 #include <linux/fs.h>
29272
29273 int
29274 main (void)
29275 {
29276
29277 struct inode *ip = NULL;
29278 (void) inode_owner_or_capable(ip);
29279
29280 ;
29281 return 0;
29282 }
29283
29284 _ACEOF
29285
29286
29287
29288 cat - <<_ACEOF >conftest.h
29289
29290 _ACEOF
29291
29292
29293 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29294 echo "obj-m := conftest.o" >build/Makefile
29295 modpost_flag=''
29296 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29297 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29298 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29299 (eval $ac_try) 2>&5
29300 ac_status=$?
29301 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29302 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29303 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29304 (eval $ac_try) 2>&5
29305 ac_status=$?
29306 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29307 test $ac_status = 0; }; }; then :
29308
29309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29310 $as_echo "yes" >&6; }
29311
29312 $as_echo "#define HAVE_INODE_OWNER_OR_CAPABLE 1" >>confdefs.h
29313
29314
29315 else
29316 $as_echo "$as_me: failed program was:" >&5
29317 sed 's/^/| /' conftest.$ac_ext >&5
29318
29319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29320 $as_echo "no" >&6; }
29321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether is_owner_or_cap() exists" >&5
29322 $as_echo_n "checking whether is_owner_or_cap() exists... " >&6; }
29323
29324
29325 cat confdefs.h - <<_ACEOF >conftest.c
29326
29327
29328 #include <linux/fs.h>
29329 #include <linux/sched.h>
29330
29331 int
29332 main (void)
29333 {
29334
29335 struct inode *ip = NULL;
29336 (void) is_owner_or_cap(ip);
29337
29338 ;
29339 return 0;
29340 }
29341
29342 _ACEOF
29343
29344
29345
29346 cat - <<_ACEOF >conftest.h
29347
29348 _ACEOF
29349
29350
29351 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29352 echo "obj-m := conftest.o" >build/Makefile
29353 modpost_flag=''
29354 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29355 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29356 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29357 (eval $ac_try) 2>&5
29358 ac_status=$?
29359 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29360 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29361 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29362 (eval $ac_try) 2>&5
29363 ac_status=$?
29364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29365 test $ac_status = 0; }; }; then :
29366
29367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29368 $as_echo "yes" >&6; }
29369
29370 $as_echo "#define HAVE_IS_OWNER_OR_CAP 1" >>confdefs.h
29371
29372
29373 else
29374 $as_echo "$as_me: failed program was:" >&5
29375 sed 's/^/| /' conftest.$ac_ext >&5
29376
29377 as_fn_error $? "no - Please file a bug report at
29378 https://github.com/zfsonlinux/zfs/issues/new" "$LINENO" 5
29379
29380
29381
29382 fi
29383 rm -Rf build
29384
29385
29386
29387
29388
29389 fi
29390 rm -Rf build
29391
29392
29393
29394
29395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_from_xattr() needs user_ns" >&5
29396 $as_echo_n "checking whether posix_acl_from_xattr() needs user_ns... " >&6; }
29397
29398
29399 cat confdefs.h - <<_ACEOF >conftest.c
29400
29401
29402 #include <linux/cred.h>
29403 #include <linux/fs.h>
29404 #include <linux/posix_acl_xattr.h>
29405
29406 int
29407 main (void)
29408 {
29409
29410 posix_acl_from_xattr(&init_user_ns, NULL, 0);
29411
29412 ;
29413 return 0;
29414 }
29415
29416 _ACEOF
29417
29418
29419
29420 cat - <<_ACEOF >conftest.h
29421
29422 _ACEOF
29423
29424
29425 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29426 echo "obj-m := conftest.o" >build/Makefile
29427 modpost_flag=''
29428 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29429 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29430 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29431 (eval $ac_try) 2>&5
29432 ac_status=$?
29433 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29434 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29435 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29436 (eval $ac_try) 2>&5
29437 ac_status=$?
29438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29439 test $ac_status = 0; }; }; then :
29440
29441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29442 $as_echo "yes" >&6; }
29443
29444 $as_echo "#define HAVE_POSIX_ACL_FROM_XATTR_USERNS 1" >>confdefs.h
29445
29446
29447 else
29448 $as_echo "$as_me: failed program was:" >&5
29449 sed 's/^/| /' conftest.$ac_ext >&5
29450
29451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29452 $as_echo "no" >&6; }
29453
29454
29455
29456 fi
29457 rm -Rf build
29458
29459
29460
29461
29462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_release() is available" >&5
29463 $as_echo_n "checking whether posix_acl_release() is available... " >&6; }
29464
29465
29466 cat confdefs.h - <<_ACEOF >conftest.c
29467
29468
29469 #include <linux/cred.h>
29470 #include <linux/fs.h>
29471 #include <linux/posix_acl.h>
29472
29473 int
29474 main (void)
29475 {
29476
29477 struct posix_acl* tmp = posix_acl_alloc(1, 0);
29478 posix_acl_release(tmp);
29479
29480 ;
29481 return 0;
29482 }
29483
29484 _ACEOF
29485
29486
29487
29488 cat - <<_ACEOF >conftest.h
29489
29490 _ACEOF
29491
29492
29493 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29494 echo "obj-m := conftest.o" >build/Makefile
29495 modpost_flag=''
29496 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29497 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29498 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29499 (eval $ac_try) 2>&5
29500 ac_status=$?
29501 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29502 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29503 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29504 (eval $ac_try) 2>&5
29505 ac_status=$?
29506 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29507 test $ac_status = 0; }; }; then :
29508
29509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29510 $as_echo "yes" >&6; }
29511
29512 $as_echo "#define HAVE_POSIX_ACL_RELEASE 1" >>confdefs.h
29513
29514
29515 else
29516 $as_echo "$as_me: failed program was:" >&5
29517 sed 's/^/| /' conftest.$ac_ext >&5
29518
29519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29520 $as_echo "no" >&6; }
29521
29522
29523
29524 fi
29525 rm -Rf build
29526
29527
29528
29529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_release() is GPL-only" >&5
29530 $as_echo_n "checking whether posix_acl_release() is GPL-only... " >&6; }
29531
29532
29533 cat confdefs.h - <<_ACEOF >conftest.c
29534
29535
29536 #include <linux/cred.h>
29537 #include <linux/fs.h>
29538 #include <linux/posix_acl.h>
29539
29540 MODULE_LICENSE("$ZFS_META_LICENSE");
29541
29542 int
29543 main (void)
29544 {
29545
29546 struct posix_acl* tmp = posix_acl_alloc(1, 0);
29547 posix_acl_release(tmp);
29548
29549 ;
29550 return 0;
29551 }
29552
29553 _ACEOF
29554
29555
29556
29557 cat - <<_ACEOF >conftest.h
29558
29559 _ACEOF
29560
29561
29562 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29563 echo "obj-m := conftest.o" >build/Makefile
29564 modpost_flag=''
29565 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29566 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29567 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29568 (eval $ac_try) 2>&5
29569 ac_status=$?
29570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29571 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29572 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29573 (eval $ac_try) 2>&5
29574 ac_status=$?
29575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29576 test $ac_status = 0; }; }; then :
29577
29578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29579 $as_echo "no" >&6; }
29580
29581 else
29582 $as_echo "$as_me: failed program was:" >&5
29583 sed 's/^/| /' conftest.$ac_ext >&5
29584
29585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29586 $as_echo "yes" >&6; }
29587
29588 $as_echo "#define HAVE_POSIX_ACL_RELEASE_GPL_ONLY 1" >>confdefs.h
29589
29590
29591
29592
29593 fi
29594 rm -Rf build
29595
29596
29597
29598
29599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether set_cached_acl() is usable" >&5
29600 $as_echo_n "checking whether set_cached_acl() is usable... " >&6; }
29601
29602
29603 cat confdefs.h - <<_ACEOF >conftest.c
29604
29605
29606 #include <linux/module.h>
29607 #include <linux/cred.h>
29608 #include <linux/fs.h>
29609 #include <linux/posix_acl.h>
29610
29611 MODULE_LICENSE("$ZFS_META_LICENSE");
29612
29613 int
29614 main (void)
29615 {
29616
29617 struct inode *ip = NULL;
29618 struct posix_acl *acl = posix_acl_alloc(1, 0);
29619 set_cached_acl(ip, ACL_TYPE_ACCESS, acl);
29620 forget_cached_acl(ip, ACL_TYPE_ACCESS);
29621
29622 ;
29623 return 0;
29624 }
29625
29626 _ACEOF
29627
29628
29629
29630 cat - <<_ACEOF >conftest.h
29631
29632 _ACEOF
29633
29634
29635 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29636 echo "obj-m := conftest.o" >build/Makefile
29637 modpost_flag=''
29638 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29639 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29640 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29641 (eval $ac_try) 2>&5
29642 ac_status=$?
29643 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29644 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29645 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29646 (eval $ac_try) 2>&5
29647 ac_status=$?
29648 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29649 test $ac_status = 0; }; }; then :
29650
29651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29652 $as_echo "yes" >&6; }
29653
29654 $as_echo "#define HAVE_SET_CACHED_ACL_USABLE 1" >>confdefs.h
29655
29656
29657 else
29658 $as_echo "$as_me: failed program was:" >&5
29659 sed 's/^/| /' conftest.$ac_ext >&5
29660
29661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29662 $as_echo "no" >&6; }
29663
29664
29665
29666 fi
29667 rm -Rf build
29668
29669
29670
29671
29672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_chmod exists" >&5
29673 $as_echo_n "checking whether posix_acl_chmod exists... " >&6; }
29674
29675
29676 cat confdefs.h - <<_ACEOF >conftest.c
29677
29678
29679 #include <linux/fs.h>
29680 #include <linux/posix_acl.h>
29681
29682 int
29683 main (void)
29684 {
29685
29686 posix_acl_chmod(NULL, 0, 0)
29687
29688 ;
29689 return 0;
29690 }
29691
29692 _ACEOF
29693
29694
29695
29696 cat - <<_ACEOF >conftest.h
29697
29698 _ACEOF
29699
29700
29701 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29702 echo "obj-m := conftest.o" >build/Makefile
29703 modpost_flag=''
29704 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29705 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29706 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29707 (eval $ac_try) 2>&5
29708 ac_status=$?
29709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29710 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29711 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29712 (eval $ac_try) 2>&5
29713 ac_status=$?
29714 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29715 test $ac_status = 0; }; }; then :
29716
29717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29718 $as_echo "yes" >&6; }
29719
29720 $as_echo "#define HAVE_POSIX_ACL_CHMOD 1" >>confdefs.h
29721
29722
29723 else
29724 $as_echo "$as_me: failed program was:" >&5
29725 sed 's/^/| /' conftest.$ac_ext >&5
29726
29727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29728 $as_echo "no" >&6; }
29729
29730
29731
29732 fi
29733 rm -Rf build
29734
29735
29736
29737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __posix_acl_chmod exists" >&5
29738 $as_echo_n "checking whether __posix_acl_chmod exists... " >&6; }
29739
29740
29741 cat confdefs.h - <<_ACEOF >conftest.c
29742
29743
29744 #include <linux/fs.h>
29745 #include <linux/posix_acl.h>
29746
29747 int
29748 main (void)
29749 {
29750
29751 __posix_acl_chmod(NULL, 0, 0)
29752
29753 ;
29754 return 0;
29755 }
29756
29757 _ACEOF
29758
29759
29760
29761 cat - <<_ACEOF >conftest.h
29762
29763 _ACEOF
29764
29765
29766 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29767 echo "obj-m := conftest.o" >build/Makefile
29768 modpost_flag=''
29769 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29770 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29771 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29772 (eval $ac_try) 2>&5
29773 ac_status=$?
29774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29775 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29776 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29777 (eval $ac_try) 2>&5
29778 ac_status=$?
29779 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29780 test $ac_status = 0; }; }; then :
29781
29782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29783 $as_echo "yes" >&6; }
29784
29785 $as_echo "#define HAVE___POSIX_ACL_CHMOD 1" >>confdefs.h
29786
29787
29788 else
29789 $as_echo "$as_me: failed program was:" >&5
29790 sed 's/^/| /' conftest.$ac_ext >&5
29791
29792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29793 $as_echo "no" >&6; }
29794
29795
29796
29797 fi
29798 rm -Rf build
29799
29800
29801
29802
29803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_equiv_mode() wants umode_t" >&5
29804 $as_echo_n "checking whether posix_acl_equiv_mode() wants umode_t... " >&6; }
29805
29806
29807 cat confdefs.h - <<_ACEOF >conftest.c
29808
29809
29810 #include <linux/fs.h>
29811 #include <linux/posix_acl.h>
29812
29813 int
29814 main (void)
29815 {
29816
29817 umode_t tmp;
29818 posix_acl_equiv_mode(NULL,&tmp);
29819
29820 ;
29821 return 0;
29822 }
29823
29824 _ACEOF
29825
29826
29827
29828 cat - <<_ACEOF >conftest.h
29829
29830 _ACEOF
29831
29832
29833 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29834 echo "obj-m := conftest.o" >build/Makefile
29835 modpost_flag=''
29836 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29837 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29838 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29839 (eval $ac_try) 2>&5
29840 ac_status=$?
29841 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29842 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29843 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29844 (eval $ac_try) 2>&5
29845 ac_status=$?
29846 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29847 test $ac_status = 0; }; }; then :
29848
29849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29850 $as_echo "yes" >&6; }
29851
29852 $as_echo "#define HAVE_POSIX_ACL_EQUIV_MODE_UMODE_T 1" >>confdefs.h
29853
29854
29855 else
29856 $as_echo "$as_me: failed program was:" >&5
29857 sed 's/^/| /' conftest.$ac_ext >&5
29858
29859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29860 $as_echo "no" >&6; }
29861
29862
29863
29864 fi
29865 rm -Rf build
29866
29867
29868
29869
29870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_valid() wants user namespace" >&5
29871 $as_echo_n "checking whether posix_acl_valid() wants user namespace... " >&6; }
29872
29873
29874 cat confdefs.h - <<_ACEOF >conftest.c
29875
29876
29877 #include <linux/fs.h>
29878 #include <linux/posix_acl.h>
29879
29880 int
29881 main (void)
29882 {
29883
29884 struct user_namespace *user_ns = NULL;
29885 const struct posix_acl *acl = NULL;
29886 int error;
29887
29888 error = posix_acl_valid(user_ns, acl);
29889
29890 ;
29891 return 0;
29892 }
29893
29894 _ACEOF
29895
29896
29897
29898 cat - <<_ACEOF >conftest.h
29899
29900 _ACEOF
29901
29902
29903 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29904 echo "obj-m := conftest.o" >build/Makefile
29905 modpost_flag=''
29906 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29907 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29908 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29909 (eval $ac_try) 2>&5
29910 ac_status=$?
29911 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29912 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29913 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29914 (eval $ac_try) 2>&5
29915 ac_status=$?
29916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29917 test $ac_status = 0; }; }; then :
29918
29919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29920 $as_echo "yes" >&6; }
29921
29922 $as_echo "#define HAVE_POSIX_ACL_VALID_WITH_NS 1" >>confdefs.h
29923
29924
29925 else
29926 $as_echo "$as_me: failed program was:" >&5
29927 sed 's/^/| /' conftest.$ac_ext >&5
29928
29929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29930 $as_echo "no" >&6; }
29931
29932
29933
29934 fi
29935 rm -Rf build
29936
29937
29938
29939
29940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->permission() exists" >&5
29941 $as_echo_n "checking whether iops->permission() exists... " >&6; }
29942
29943
29944 cat confdefs.h - <<_ACEOF >conftest.c
29945
29946
29947 #include <linux/fs.h>
29948
29949 int permission_fn(struct inode *inode, int mask) { return 0; }
29950
29951 static const struct inode_operations
29952 iops __attribute__ ((unused)) = {
29953 .permission = permission_fn,
29954 };
29955
29956 int
29957 main (void)
29958 {
29959
29960
29961 ;
29962 return 0;
29963 }
29964
29965 _ACEOF
29966
29967
29968
29969 cat - <<_ACEOF >conftest.h
29970
29971 _ACEOF
29972
29973
29974 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29975 echo "obj-m := conftest.o" >build/Makefile
29976 modpost_flag=''
29977 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29978 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29979 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29980 (eval $ac_try) 2>&5
29981 ac_status=$?
29982 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29983 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29984 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29985 (eval $ac_try) 2>&5
29986 ac_status=$?
29987 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29988 test $ac_status = 0; }; }; then :
29989
29990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29991 $as_echo "yes" >&6; }
29992
29993 $as_echo "#define HAVE_PERMISSION 1" >>confdefs.h
29994
29995
29996 else
29997 $as_echo "$as_me: failed program was:" >&5
29998 sed 's/^/| /' conftest.$ac_ext >&5
29999
30000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30001 $as_echo "no" >&6; }
30002
30003
30004
30005 fi
30006 rm -Rf build
30007
30008
30009
30010
30011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->permission() wants nameidata" >&5
30012 $as_echo_n "checking whether iops->permission() wants nameidata... " >&6; }
30013
30014
30015 cat confdefs.h - <<_ACEOF >conftest.c
30016
30017
30018 #include <linux/fs.h>
30019
30020 int permission_fn(struct inode *inode, int mask,
30021 struct nameidata *nd) { return 0; }
30022
30023 static const struct inode_operations
30024 iops __attribute__ ((unused)) = {
30025 .permission = permission_fn,
30026 };
30027
30028 int
30029 main (void)
30030 {
30031
30032
30033 ;
30034 return 0;
30035 }
30036
30037 _ACEOF
30038
30039
30040
30041 cat - <<_ACEOF >conftest.h
30042
30043 _ACEOF
30044
30045
30046 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30047 echo "obj-m := conftest.o" >build/Makefile
30048 modpost_flag=''
30049 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30050 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30051 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30052 (eval $ac_try) 2>&5
30053 ac_status=$?
30054 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30055 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30056 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30057 (eval $ac_try) 2>&5
30058 ac_status=$?
30059 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30060 test $ac_status = 0; }; }; then :
30061
30062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30063 $as_echo "yes" >&6; }
30064
30065 $as_echo "#define HAVE_PERMISSION 1" >>confdefs.h
30066
30067
30068 $as_echo "#define HAVE_PERMISSION_WITH_NAMEIDATA 1" >>confdefs.h
30069
30070
30071 else
30072 $as_echo "$as_me: failed program was:" >&5
30073 sed 's/^/| /' conftest.$ac_ext >&5
30074
30075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30076 $as_echo "no" >&6; }
30077
30078
30079
30080 fi
30081 rm -Rf build
30082
30083
30084
30085
30086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->check_acl() exists" >&5
30087 $as_echo_n "checking whether iops->check_acl() exists... " >&6; }
30088
30089
30090 cat confdefs.h - <<_ACEOF >conftest.c
30091
30092
30093 #include <linux/fs.h>
30094
30095 int check_acl_fn(struct inode *inode, int mask) { return 0; }
30096
30097 static const struct inode_operations
30098 iops __attribute__ ((unused)) = {
30099 .check_acl = check_acl_fn,
30100 };
30101
30102 int
30103 main (void)
30104 {
30105
30106
30107 ;
30108 return 0;
30109 }
30110
30111 _ACEOF
30112
30113
30114
30115 cat - <<_ACEOF >conftest.h
30116
30117 _ACEOF
30118
30119
30120 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30121 echo "obj-m := conftest.o" >build/Makefile
30122 modpost_flag=''
30123 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30124 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30125 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30126 (eval $ac_try) 2>&5
30127 ac_status=$?
30128 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30129 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30130 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30131 (eval $ac_try) 2>&5
30132 ac_status=$?
30133 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30134 test $ac_status = 0; }; }; then :
30135
30136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30137 $as_echo "yes" >&6; }
30138
30139 $as_echo "#define HAVE_CHECK_ACL 1" >>confdefs.h
30140
30141
30142 else
30143 $as_echo "$as_me: failed program was:" >&5
30144 sed 's/^/| /' conftest.$ac_ext >&5
30145
30146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30147 $as_echo "no" >&6; }
30148
30149
30150
30151 fi
30152 rm -Rf build
30153
30154
30155
30156
30157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->check_acl() wants flags" >&5
30158 $as_echo_n "checking whether iops->check_acl() wants flags... " >&6; }
30159
30160
30161 cat confdefs.h - <<_ACEOF >conftest.c
30162
30163
30164 #include <linux/fs.h>
30165
30166 int check_acl_fn(struct inode *inode, int mask,
30167 unsigned int flags) { return 0; }
30168
30169 static const struct inode_operations
30170 iops __attribute__ ((unused)) = {
30171 .check_acl = check_acl_fn,
30172 };
30173
30174 int
30175 main (void)
30176 {
30177
30178
30179 ;
30180 return 0;
30181 }
30182
30183 _ACEOF
30184
30185
30186
30187 cat - <<_ACEOF >conftest.h
30188
30189 _ACEOF
30190
30191
30192 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30193 echo "obj-m := conftest.o" >build/Makefile
30194 modpost_flag=''
30195 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30196 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30197 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30198 (eval $ac_try) 2>&5
30199 ac_status=$?
30200 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30201 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30202 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30203 (eval $ac_try) 2>&5
30204 ac_status=$?
30205 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30206 test $ac_status = 0; }; }; then :
30207
30208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30209 $as_echo "yes" >&6; }
30210
30211 $as_echo "#define HAVE_CHECK_ACL 1" >>confdefs.h
30212
30213
30214 $as_echo "#define HAVE_CHECK_ACL_WITH_FLAGS 1" >>confdefs.h
30215
30216
30217 else
30218 $as_echo "$as_me: failed program was:" >&5
30219 sed 's/^/| /' conftest.$ac_ext >&5
30220
30221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30222 $as_echo "no" >&6; }
30223
30224
30225
30226 fi
30227 rm -Rf build
30228
30229
30230
30231
30232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->get_acl() exists" >&5
30233 $as_echo_n "checking whether iops->get_acl() exists... " >&6; }
30234
30235
30236 cat confdefs.h - <<_ACEOF >conftest.c
30237
30238
30239 #include <linux/fs.h>
30240
30241 struct posix_acl *get_acl_fn(struct inode *inode, int type)
30242 { return NULL; }
30243
30244 static const struct inode_operations
30245 iops __attribute__ ((unused)) = {
30246 .get_acl = get_acl_fn,
30247 };
30248
30249 int
30250 main (void)
30251 {
30252
30253
30254 ;
30255 return 0;
30256 }
30257
30258 _ACEOF
30259
30260
30261
30262 cat - <<_ACEOF >conftest.h
30263
30264 _ACEOF
30265
30266
30267 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30268 echo "obj-m := conftest.o" >build/Makefile
30269 modpost_flag=''
30270 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30271 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30272 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30273 (eval $ac_try) 2>&5
30274 ac_status=$?
30275 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30276 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30277 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30278 (eval $ac_try) 2>&5
30279 ac_status=$?
30280 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30281 test $ac_status = 0; }; }; then :
30282
30283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30284 $as_echo "yes" >&6; }
30285
30286 $as_echo "#define HAVE_GET_ACL 1" >>confdefs.h
30287
30288
30289 else
30290 $as_echo "$as_me: failed program was:" >&5
30291 sed 's/^/| /' conftest.$ac_ext >&5
30292
30293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30294 $as_echo "no" >&6; }
30295
30296
30297
30298 fi
30299 rm -Rf build
30300
30301
30302
30303
30304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->set_acl() exists" >&5
30305 $as_echo_n "checking whether iops->set_acl() exists... " >&6; }
30306
30307
30308 cat confdefs.h - <<_ACEOF >conftest.c
30309
30310
30311 #include <linux/fs.h>
30312
30313 int set_acl_fn(struct inode *inode, struct posix_acl *acl, int type)
30314 { return 0; }
30315
30316 static const struct inode_operations
30317 iops __attribute__ ((unused)) = {
30318 .set_acl = set_acl_fn,
30319 };
30320
30321 int
30322 main (void)
30323 {
30324
30325
30326 ;
30327 return 0;
30328 }
30329
30330 _ACEOF
30331
30332
30333
30334 cat - <<_ACEOF >conftest.h
30335
30336 _ACEOF
30337
30338
30339 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30340 echo "obj-m := conftest.o" >build/Makefile
30341 modpost_flag=''
30342 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30343 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30344 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30345 (eval $ac_try) 2>&5
30346 ac_status=$?
30347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30348 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30349 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30350 (eval $ac_try) 2>&5
30351 ac_status=$?
30352 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30353 test $ac_status = 0; }; }; then :
30354
30355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30356 $as_echo "yes" >&6; }
30357
30358 $as_echo "#define HAVE_SET_ACL 1" >>confdefs.h
30359
30360
30361 else
30362 $as_echo "$as_me: failed program was:" >&5
30363 sed 's/^/| /' conftest.$ac_ext >&5
30364
30365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30366 $as_echo "no" >&6; }
30367
30368
30369
30370 fi
30371 rm -Rf build
30372
30373
30374
30375
30376
30377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->getattr() takes a path" >&5
30378 $as_echo_n "checking whether iops->getattr() takes a path... " >&6; }
30379
30380
30381 cat confdefs.h - <<_ACEOF >conftest.c
30382
30383
30384 #include <linux/fs.h>
30385
30386 int test_getattr(
30387 const struct path *p, struct kstat *k,
30388 u32 request_mask, unsigned int query_flags)
30389 { return 0; }
30390
30391 static const struct inode_operations
30392 iops __attribute__ ((unused)) = {
30393 .getattr = test_getattr,
30394 };
30395
30396 int
30397 main (void)
30398 {
30399
30400
30401 ;
30402 return 0;
30403 }
30404
30405 _ACEOF
30406
30407
30408
30409 cat - <<_ACEOF >conftest.h
30410
30411 _ACEOF
30412
30413
30414 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30415 echo "obj-m := conftest.o" >build/Makefile
30416 modpost_flag=''
30417 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30418 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30419 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30420 (eval $ac_try) 2>&5
30421 ac_status=$?
30422 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30423 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30424 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30425 (eval $ac_try) 2>&5
30426 ac_status=$?
30427 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30428 test $ac_status = 0; }; }; then :
30429
30430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30431 $as_echo "yes" >&6; }
30432
30433 $as_echo "#define HAVE_PATH_IOPS_GETATTR 1" >>confdefs.h
30434
30435
30436 else
30437 $as_echo "$as_me: failed program was:" >&5
30438 sed 's/^/| /' conftest.$ac_ext >&5
30439
30440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30441 $as_echo "no" >&6; }
30442
30443
30444
30445 fi
30446 rm -Rf build
30447
30448
30449
30450
30451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->getattr() takes a vfsmount" >&5
30452 $as_echo_n "checking whether iops->getattr() takes a vfsmount... " >&6; }
30453
30454
30455 cat confdefs.h - <<_ACEOF >conftest.c
30456
30457
30458 #include <linux/fs.h>
30459
30460 int test_getattr(
30461 struct vfsmount *mnt, struct dentry *d,
30462 struct kstat *k)
30463 { return 0; }
30464
30465 static const struct inode_operations
30466 iops __attribute__ ((unused)) = {
30467 .getattr = test_getattr,
30468 };
30469
30470 int
30471 main (void)
30472 {
30473
30474
30475 ;
30476 return 0;
30477 }
30478
30479 _ACEOF
30480
30481
30482
30483 cat - <<_ACEOF >conftest.h
30484
30485 _ACEOF
30486
30487
30488 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30489 echo "obj-m := conftest.o" >build/Makefile
30490 modpost_flag=''
30491 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30492 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30493 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30494 (eval $ac_try) 2>&5
30495 ac_status=$?
30496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30497 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30498 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30499 (eval $ac_try) 2>&5
30500 ac_status=$?
30501 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30502 test $ac_status = 0; }; }; then :
30503
30504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30505 $as_echo "yes" >&6; }
30506
30507 $as_echo "#define HAVE_VFSMOUNT_IOPS_GETATTR 1" >>confdefs.h
30508
30509
30510 else
30511 $as_echo "$as_me: failed program was:" >&5
30512 sed 's/^/| /' conftest.$ac_ext >&5
30513
30514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30515 $as_echo "no" >&6; }
30516
30517
30518
30519 fi
30520 rm -Rf build
30521
30522
30523
30524
30525
30526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether uncached_acl_sentinel() exists" >&5
30527 $as_echo_n "checking whether uncached_acl_sentinel() exists... " >&6; }
30528
30529
30530 cat confdefs.h - <<_ACEOF >conftest.c
30531
30532
30533 #include <linux/fs.h>
30534
30535 int
30536 main (void)
30537 {
30538
30539 void *sentinel __attribute__ ((unused)) = uncached_acl_sentinel(NULL);
30540
30541 ;
30542 return 0;
30543 }
30544
30545 _ACEOF
30546
30547
30548
30549 cat - <<_ACEOF >conftest.h
30550
30551 _ACEOF
30552
30553
30554 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30555 echo "obj-m := conftest.o" >build/Makefile
30556 modpost_flag=''
30557 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30558 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30559 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30560 (eval $ac_try) 2>&5
30561 ac_status=$?
30562 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30563 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30564 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30565 (eval $ac_try) 2>&5
30566 ac_status=$?
30567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30568 test $ac_status = 0; }; }; then :
30569
30570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30571 $as_echo "yes" >&6; }
30572
30573 $as_echo "#define HAVE_KERNEL_GET_ACL_HANDLE_CACHE 1" >>confdefs.h
30574
30575
30576 else
30577 $as_echo "$as_me: failed program was:" >&5
30578 sed 's/^/| /' conftest.$ac_ext >&5
30579
30580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30581 $as_echo "no" >&6; }
30582
30583
30584
30585 fi
30586 rm -Rf build
30587
30588
30589
30590
30591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->show_options() wants dentry" >&5
30592 $as_echo_n "checking whether sops->show_options() wants dentry... " >&6; }
30593
30594
30595
30596 cat confdefs.h - <<_ACEOF >conftest.c
30597
30598
30599 #include <linux/fs.h>
30600
30601 int show_options (struct seq_file * x, struct dentry * y) { return 0; };
30602 static struct super_operations sops __attribute__ ((unused)) = {
30603 .show_options = show_options,
30604 };
30605
30606 int
30607 main (void)
30608 {
30609
30610
30611 ;
30612 return 0;
30613 }
30614
30615 _ACEOF
30616
30617
30618
30619 cat - <<_ACEOF >conftest.h
30620
30621 _ACEOF
30622
30623
30624 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30625 echo "obj-m := conftest.o" >build/Makefile
30626 modpost_flag=''
30627 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30628 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30629 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30630 (eval $ac_try) 2>&5
30631 ac_status=$?
30632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30633 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30634 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30635 (eval $ac_try) 2>&5
30636 ac_status=$?
30637 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30638 test $ac_status = 0; }; }; then :
30639
30640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30641 $as_echo "yes" >&6; }
30642
30643 $as_echo "#define HAVE_SHOW_OPTIONS_WITH_DENTRY 1" >>confdefs.h
30644
30645
30646 else
30647 $as_echo "$as_me: failed program was:" >&5
30648 sed 's/^/| /' conftest.$ac_ext >&5
30649
30650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30651 $as_echo "no" >&6; }
30652
30653
30654
30655 fi
30656 rm -Rf build
30657
30658
30659
30660
30661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether file_inode() is available" >&5
30662 $as_echo_n "checking whether file_inode() is available... " >&6; }
30663
30664
30665 cat confdefs.h - <<_ACEOF >conftest.c
30666
30667
30668 #include <linux/fs.h>
30669
30670 int
30671 main (void)
30672 {
30673
30674 struct file *f = NULL;
30675 file_inode(f);
30676
30677 ;
30678 return 0;
30679 }
30680
30681 _ACEOF
30682
30683
30684
30685 cat - <<_ACEOF >conftest.h
30686
30687 _ACEOF
30688
30689
30690 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30691 echo "obj-m := conftest.o" >build/Makefile
30692 modpost_flag=''
30693 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30694 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30695 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30696 (eval $ac_try) 2>&5
30697 ac_status=$?
30698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30699 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30700 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30701 (eval $ac_try) 2>&5
30702 ac_status=$?
30703 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30704 test $ac_status = 0; }; }; then :
30705
30706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30707 $as_echo "yes" >&6; }
30708
30709 $as_echo "#define HAVE_FILE_INODE 1" >>confdefs.h
30710
30711
30712 else
30713 $as_echo "$as_me: failed program was:" >&5
30714 sed 's/^/| /' conftest.$ac_ext >&5
30715
30716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30717 $as_echo "no" >&6; }
30718
30719
30720
30721 fi
30722 rm -Rf build
30723
30724
30725
30726
30727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->fsync() wants" >&5
30728 $as_echo_n "checking whether fops->fsync() wants... " >&6; }
30729
30730
30731
30732 cat confdefs.h - <<_ACEOF >conftest.c
30733
30734
30735 #include <linux/fs.h>
30736
30737 int test_fsync(struct file *f, struct dentry *dentry, int x)
30738 { return 0; }
30739
30740 static const struct file_operations
30741 fops __attribute__ ((unused)) = {
30742 .fsync = test_fsync,
30743 };
30744
30745 int
30746 main (void)
30747 {
30748
30749
30750 ;
30751 return 0;
30752 }
30753
30754 _ACEOF
30755
30756
30757
30758 cat - <<_ACEOF >conftest.h
30759
30760 _ACEOF
30761
30762
30763 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30764 echo "obj-m := conftest.o" >build/Makefile
30765 modpost_flag=''
30766 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30767 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30768 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30769 (eval $ac_try) 2>&5
30770 ac_status=$?
30771 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30772 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30773 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30774 (eval $ac_try) 2>&5
30775 ac_status=$?
30776 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30777 test $ac_status = 0; }; }; then :
30778
30779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: dentry" >&5
30780 $as_echo "dentry" >&6; }
30781
30782 $as_echo "#define HAVE_FSYNC_WITH_DENTRY 1" >>confdefs.h
30783
30784
30785 else
30786 $as_echo "$as_me: failed program was:" >&5
30787 sed 's/^/| /' conftest.$ac_ext >&5
30788
30789
30790
30791
30792 fi
30793 rm -Rf build
30794
30795
30796
30797
30798
30799
30800 cat confdefs.h - <<_ACEOF >conftest.c
30801
30802
30803 #include <linux/fs.h>
30804
30805 int test_fsync(struct file *f, int x) { return 0; }
30806
30807 static const struct file_operations
30808 fops __attribute__ ((unused)) = {
30809 .fsync = test_fsync,
30810 };
30811
30812 int
30813 main (void)
30814 {
30815
30816
30817 ;
30818 return 0;
30819 }
30820
30821 _ACEOF
30822
30823
30824
30825 cat - <<_ACEOF >conftest.h
30826
30827 _ACEOF
30828
30829
30830 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30831 echo "obj-m := conftest.o" >build/Makefile
30832 modpost_flag=''
30833 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30834 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30835 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30836 (eval $ac_try) 2>&5
30837 ac_status=$?
30838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30839 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30840 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30841 (eval $ac_try) 2>&5
30842 ac_status=$?
30843 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30844 test $ac_status = 0; }; }; then :
30845
30846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no dentry" >&5
30847 $as_echo "no dentry" >&6; }
30848
30849 $as_echo "#define HAVE_FSYNC_WITHOUT_DENTRY 1" >>confdefs.h
30850
30851
30852 else
30853 $as_echo "$as_me: failed program was:" >&5
30854 sed 's/^/| /' conftest.$ac_ext >&5
30855
30856
30857
30858
30859 fi
30860 rm -Rf build
30861
30862
30863
30864
30865
30866
30867 cat confdefs.h - <<_ACEOF >conftest.c
30868
30869
30870 #include <linux/fs.h>
30871
30872 int test_fsync(struct file *f, loff_t a, loff_t b, int c)
30873 { return 0; }
30874
30875 static const struct file_operations
30876 fops __attribute__ ((unused)) = {
30877 .fsync = test_fsync,
30878 };
30879
30880 int
30881 main (void)
30882 {
30883
30884
30885 ;
30886 return 0;
30887 }
30888
30889 _ACEOF
30890
30891
30892
30893 cat - <<_ACEOF >conftest.h
30894
30895 _ACEOF
30896
30897
30898 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30899 echo "obj-m := conftest.o" >build/Makefile
30900 modpost_flag=''
30901 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30902 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30903 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30904 (eval $ac_try) 2>&5
30905 ac_status=$?
30906 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30907 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30908 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30909 (eval $ac_try) 2>&5
30910 ac_status=$?
30911 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30912 test $ac_status = 0; }; }; then :
30913
30914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: range" >&5
30915 $as_echo "range" >&6; }
30916
30917 $as_echo "#define HAVE_FSYNC_RANGE 1" >>confdefs.h
30918
30919
30920 else
30921 $as_echo "$as_me: failed program was:" >&5
30922 sed 's/^/| /' conftest.$ac_ext >&5
30923
30924
30925
30926
30927 fi
30928 rm -Rf build
30929
30930
30931
30932
30933
30934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->evict_inode() exists" >&5
30935 $as_echo_n "checking whether sops->evict_inode() exists... " >&6; }
30936
30937
30938 cat confdefs.h - <<_ACEOF >conftest.c
30939
30940
30941 #include <linux/fs.h>
30942 void evict_inode (struct inode * t) { return; }
30943 static struct super_operations sops __attribute__ ((unused)) = {
30944 .evict_inode = evict_inode,
30945 };
30946
30947 int
30948 main (void)
30949 {
30950
30951
30952 ;
30953 return 0;
30954 }
30955
30956 _ACEOF
30957
30958
30959
30960 cat - <<_ACEOF >conftest.h
30961
30962 _ACEOF
30963
30964
30965 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30966 echo "obj-m := conftest.o" >build/Makefile
30967 modpost_flag=''
30968 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30969 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30970 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30971 (eval $ac_try) 2>&5
30972 ac_status=$?
30973 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30974 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30975 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30976 (eval $ac_try) 2>&5
30977 ac_status=$?
30978 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30979 test $ac_status = 0; }; }; then :
30980
30981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30982 $as_echo "yes" >&6; }
30983
30984 $as_echo "#define HAVE_EVICT_INODE 1" >>confdefs.h
30985
30986
30987 else
30988 $as_echo "$as_me: failed program was:" >&5
30989 sed 's/^/| /' conftest.$ac_ext >&5
30990
30991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30992 $as_echo "no" >&6; }
30993
30994
30995
30996 fi
30997 rm -Rf build
30998
30999
31000
31001
31002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->dirty_inode() wants flags" >&5
31003 $as_echo_n "checking whether sops->dirty_inode() wants flags... " >&6; }
31004
31005
31006 cat confdefs.h - <<_ACEOF >conftest.c
31007
31008
31009 #include <linux/fs.h>
31010
31011 void dirty_inode(struct inode *a, int b) { return; }
31012
31013 static const struct super_operations
31014 sops __attribute__ ((unused)) = {
31015 .dirty_inode = dirty_inode,
31016 };
31017
31018 int
31019 main (void)
31020 {
31021
31022
31023 ;
31024 return 0;
31025 }
31026
31027 _ACEOF
31028
31029
31030
31031 cat - <<_ACEOF >conftest.h
31032
31033 _ACEOF
31034
31035
31036 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31037 echo "obj-m := conftest.o" >build/Makefile
31038 modpost_flag=''
31039 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31040 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31041 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31042 (eval $ac_try) 2>&5
31043 ac_status=$?
31044 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31045 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31046 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31047 (eval $ac_try) 2>&5
31048 ac_status=$?
31049 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31050 test $ac_status = 0; }; }; then :
31051
31052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31053 $as_echo "yes" >&6; }
31054
31055 $as_echo "#define HAVE_DIRTY_INODE_WITH_FLAGS 1" >>confdefs.h
31056
31057
31058 else
31059 $as_echo "$as_me: failed program was:" >&5
31060 sed 's/^/| /' conftest.$ac_ext >&5
31061
31062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31063 $as_echo "no" >&6; }
31064
31065
31066
31067 fi
31068 rm -Rf build
31069
31070
31071
31072
31073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->nr_cached_objects() exists" >&5
31074 $as_echo_n "checking whether sops->nr_cached_objects() exists... " >&6; }
31075
31076
31077 cat confdefs.h - <<_ACEOF >conftest.c
31078
31079
31080 #include <linux/fs.h>
31081
31082 int nr_cached_objects(struct super_block *sb) { return 0; }
31083
31084 static const struct super_operations
31085 sops __attribute__ ((unused)) = {
31086 .nr_cached_objects = nr_cached_objects,
31087 };
31088
31089 int
31090 main (void)
31091 {
31092
31093
31094 ;
31095 return 0;
31096 }
31097
31098 _ACEOF
31099
31100
31101
31102 cat - <<_ACEOF >conftest.h
31103
31104 _ACEOF
31105
31106
31107 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31108 echo "obj-m := conftest.o" >build/Makefile
31109 modpost_flag=''
31110 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31111 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31112 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31113 (eval $ac_try) 2>&5
31114 ac_status=$?
31115 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31116 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31117 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31118 (eval $ac_try) 2>&5
31119 ac_status=$?
31120 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31121 test $ac_status = 0; }; }; then :
31122
31123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31124 $as_echo "yes" >&6; }
31125
31126 $as_echo "#define HAVE_NR_CACHED_OBJECTS 1" >>confdefs.h
31127
31128
31129 else
31130 $as_echo "$as_me: failed program was:" >&5
31131 sed 's/^/| /' conftest.$ac_ext >&5
31132
31133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31134 $as_echo "no" >&6; }
31135
31136
31137
31138 fi
31139 rm -Rf build
31140
31141
31142
31143
31144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->free_cached_objects() exists" >&5
31145 $as_echo_n "checking whether sops->free_cached_objects() exists... " >&6; }
31146
31147
31148 cat confdefs.h - <<_ACEOF >conftest.c
31149
31150
31151 #include <linux/fs.h>
31152
31153 void free_cached_objects(struct super_block *sb, int x)
31154 { return; }
31155
31156 static const struct super_operations
31157 sops __attribute__ ((unused)) = {
31158 .free_cached_objects = free_cached_objects,
31159 };
31160
31161 int
31162 main (void)
31163 {
31164
31165
31166 ;
31167 return 0;
31168 }
31169
31170 _ACEOF
31171
31172
31173
31174 cat - <<_ACEOF >conftest.h
31175
31176 _ACEOF
31177
31178
31179 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31180 echo "obj-m := conftest.o" >build/Makefile
31181 modpost_flag=''
31182 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31183 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31184 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31185 (eval $ac_try) 2>&5
31186 ac_status=$?
31187 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31188 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31189 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31190 (eval $ac_try) 2>&5
31191 ac_status=$?
31192 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31193 test $ac_status = 0; }; }; then :
31194
31195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31196 $as_echo "yes" >&6; }
31197
31198 $as_echo "#define HAVE_FREE_CACHED_OBJECTS 1" >>confdefs.h
31199
31200
31201 else
31202 $as_echo "$as_me: failed program was:" >&5
31203 sed 's/^/| /' conftest.$ac_ext >&5
31204
31205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31206 $as_echo "no" >&6; }
31207
31208
31209
31210 fi
31211 rm -Rf build
31212
31213
31214
31215
31216
31217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->fallocate() exists" >&5
31218 $as_echo_n "checking whether fops->fallocate() exists... " >&6; }
31219
31220
31221 cat confdefs.h - <<_ACEOF >conftest.c
31222
31223
31224 #include <linux/fs.h>
31225
31226 long test_fallocate(struct file *file, int mode,
31227 loff_t offset, loff_t len) { return 0; }
31228
31229 static const struct file_operations
31230 fops __attribute__ ((unused)) = {
31231 .fallocate = test_fallocate,
31232 };
31233
31234 int
31235 main (void)
31236 {
31237
31238
31239 ;
31240 return 0;
31241 }
31242
31243 _ACEOF
31244
31245
31246
31247 cat - <<_ACEOF >conftest.h
31248
31249 _ACEOF
31250
31251
31252 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31253 echo "obj-m := conftest.o" >build/Makefile
31254 modpost_flag=''
31255 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31256 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31257 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31258 (eval $ac_try) 2>&5
31259 ac_status=$?
31260 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31261 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31262 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31263 (eval $ac_try) 2>&5
31264 ac_status=$?
31265 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31266 test $ac_status = 0; }; }; then :
31267
31268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31269 $as_echo "yes" >&6; }
31270
31271 $as_echo "#define HAVE_FILE_FALLOCATE 1" >>confdefs.h
31272
31273
31274 else
31275 $as_echo "$as_me: failed program was:" >&5
31276 sed 's/^/| /' conftest.$ac_ext >&5
31277
31278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31279 $as_echo "no" >&6; }
31280
31281
31282
31283 fi
31284 rm -Rf build
31285
31286
31287
31288
31289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->fallocate() exists" >&5
31290 $as_echo_n "checking whether iops->fallocate() exists... " >&6; }
31291
31292
31293 cat confdefs.h - <<_ACEOF >conftest.c
31294
31295
31296 #include <linux/fs.h>
31297
31298 long test_fallocate(struct inode *inode, int mode,
31299 loff_t offset, loff_t len) { return 0; }
31300
31301 static const struct inode_operations
31302 fops __attribute__ ((unused)) = {
31303 .fallocate = test_fallocate,
31304 };
31305
31306 int
31307 main (void)
31308 {
31309
31310
31311 ;
31312 return 0;
31313 }
31314
31315 _ACEOF
31316
31317
31318
31319 cat - <<_ACEOF >conftest.h
31320
31321 _ACEOF
31322
31323
31324 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31325 echo "obj-m := conftest.o" >build/Makefile
31326 modpost_flag=''
31327 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31328 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31329 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31330 (eval $ac_try) 2>&5
31331 ac_status=$?
31332 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31333 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31334 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31335 (eval $ac_try) 2>&5
31336 ac_status=$?
31337 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31338 test $ac_status = 0; }; }; then :
31339
31340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31341 $as_echo "yes" >&6; }
31342
31343 $as_echo "#define HAVE_INODE_FALLOCATE 1" >>confdefs.h
31344
31345
31346 else
31347 $as_echo "$as_me: failed program was:" >&5
31348 sed 's/^/| /' conftest.$ac_ext >&5
31349
31350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31351 $as_echo "no" >&6; }
31352
31353
31354
31355 fi
31356 rm -Rf build
31357
31358
31359
31360
31361
31362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->aio_fsync() exists" >&5
31363 $as_echo_n "checking whether fops->aio_fsync() exists... " >&6; }
31364
31365
31366 cat confdefs.h - <<_ACEOF >conftest.c
31367
31368
31369 #include <linux/fs.h>
31370
31371 static const struct file_operations
31372 fops __attribute__ ((unused)) = {
31373 .aio_fsync = NULL,
31374 };
31375
31376 int
31377 main (void)
31378 {
31379
31380
31381 ;
31382 return 0;
31383 }
31384
31385 _ACEOF
31386
31387
31388
31389 cat - <<_ACEOF >conftest.h
31390
31391 _ACEOF
31392
31393
31394 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31395 echo "obj-m := conftest.o" >build/Makefile
31396 modpost_flag=''
31397 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31398 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31399 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31400 (eval $ac_try) 2>&5
31401 ac_status=$?
31402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31403 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31404 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31405 (eval $ac_try) 2>&5
31406 ac_status=$?
31407 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31408 test $ac_status = 0; }; }; then :
31409
31410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31411 $as_echo "yes" >&6; }
31412
31413 $as_echo "#define HAVE_FILE_AIO_FSYNC 1" >>confdefs.h
31414
31415
31416 else
31417 $as_echo "$as_me: failed program was:" >&5
31418 sed 's/^/| /' conftest.$ac_ext >&5
31419
31420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31421 $as_echo "no" >&6; }
31422
31423
31424
31425 fi
31426 rm -Rf build
31427
31428
31429
31430
31431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->create()/mkdir()/mknod() take umode_t" >&5
31432 $as_echo_n "checking whether iops->create()/mkdir()/mknod() take umode_t... " >&6; }
31433
31434
31435 cat confdefs.h - <<_ACEOF >conftest.c
31436
31437
31438 #include <linux/fs.h>
31439
31440 int mkdir(struct inode *inode, struct dentry *dentry,
31441 umode_t umode) { return 0; }
31442
31443 static const struct inode_operations
31444 iops __attribute__ ((unused)) = {
31445 .mkdir = mkdir,
31446 };
31447
31448 int
31449 main (void)
31450 {
31451
31452
31453 ;
31454 return 0;
31455 }
31456
31457 _ACEOF
31458
31459
31460
31461 cat - <<_ACEOF >conftest.h
31462
31463 _ACEOF
31464
31465
31466 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31467 echo "obj-m := conftest.o" >build/Makefile
31468 modpost_flag=''
31469 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31470 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31471 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31472 (eval $ac_try) 2>&5
31473 ac_status=$?
31474 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31475 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31476 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31477 (eval $ac_try) 2>&5
31478 ac_status=$?
31479 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31480 test $ac_status = 0; }; }; then :
31481
31482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31483 $as_echo "yes" >&6; }
31484
31485 $as_echo "#define HAVE_MKDIR_UMODE_T 1" >>confdefs.h
31486
31487
31488 else
31489 $as_echo "$as_me: failed program was:" >&5
31490 sed 's/^/| /' conftest.$ac_ext >&5
31491
31492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31493 $as_echo "no" >&6; }
31494
31495
31496
31497 fi
31498 rm -Rf build
31499
31500
31501
31502
31503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->lookup() passes nameidata" >&5
31504 $as_echo_n "checking whether iops->lookup() passes nameidata... " >&6; }
31505
31506
31507 cat confdefs.h - <<_ACEOF >conftest.c
31508
31509
31510 #include <linux/fs.h>
31511
31512 struct dentry *inode_lookup(struct inode *inode,
31513 struct dentry *dentry, struct nameidata *nidata)
31514 { return NULL; }
31515
31516 static const struct inode_operations iops
31517 __attribute__ ((unused)) = {
31518 .lookup = inode_lookup,
31519 };
31520
31521 int
31522 main (void)
31523 {
31524
31525
31526 ;
31527 return 0;
31528 }
31529
31530 _ACEOF
31531
31532
31533
31534 cat - <<_ACEOF >conftest.h
31535
31536 _ACEOF
31537
31538
31539 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31540 echo "obj-m := conftest.o" >build/Makefile
31541 modpost_flag=''
31542 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31543 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31544 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31545 (eval $ac_try) 2>&5
31546 ac_status=$?
31547 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31548 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31549 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31550 (eval $ac_try) 2>&5
31551 ac_status=$?
31552 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31553 test $ac_status = 0; }; }; then :
31554
31555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31556 $as_echo "yes" >&6; }
31557
31558 $as_echo "#define HAVE_LOOKUP_NAMEIDATA 1" >>confdefs.h
31559
31560
31561 else
31562 $as_echo "$as_me: failed program was:" >&5
31563 sed 's/^/| /' conftest.$ac_ext >&5
31564
31565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31566 $as_echo "no" >&6; }
31567
31568
31569
31570 fi
31571 rm -Rf build
31572
31573
31574
31575
31576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->create() passes nameidata" >&5
31577 $as_echo_n "checking whether iops->create() passes nameidata... " >&6; }
31578
31579
31580 cat confdefs.h - <<_ACEOF >conftest.c
31581
31582
31583 #include <linux/fs.h>
31584
31585 #ifdef HAVE_MKDIR_UMODE_T
31586 int inode_create(struct inode *inode ,struct dentry *dentry,
31587 umode_t umode, struct nameidata *nidata) { return 0; }
31588 #else
31589 int inode_create(struct inode *inode,struct dentry *dentry,
31590 int umode, struct nameidata * nidata) { return 0; }
31591 #endif
31592
31593 static const struct inode_operations
31594 iops __attribute__ ((unused)) = {
31595 .create = inode_create,
31596 };
31597
31598 int
31599 main (void)
31600 {
31601
31602
31603 ;
31604 return 0;
31605 }
31606
31607 _ACEOF
31608
31609
31610
31611 cat - <<_ACEOF >conftest.h
31612
31613 _ACEOF
31614
31615
31616 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31617 echo "obj-m := conftest.o" >build/Makefile
31618 modpost_flag=''
31619 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31620 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31621 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31622 (eval $ac_try) 2>&5
31623 ac_status=$?
31624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31625 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31626 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31627 (eval $ac_try) 2>&5
31628 ac_status=$?
31629 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31630 test $ac_status = 0; }; }; then :
31631
31632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31633 $as_echo "yes" >&6; }
31634
31635 $as_echo "#define HAVE_CREATE_NAMEIDATA 1" >>confdefs.h
31636
31637
31638 else
31639 $as_echo "$as_me: failed program was:" >&5
31640 sed 's/^/| /' conftest.$ac_ext >&5
31641
31642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31643 $as_echo "no" >&6; }
31644
31645
31646
31647 fi
31648 rm -Rf build
31649
31650
31651
31652
31653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->get_link() passes delayed" >&5
31654 $as_echo_n "checking whether iops->get_link() passes delayed... " >&6; }
31655
31656
31657 cat confdefs.h - <<_ACEOF >conftest.c
31658
31659
31660 #include <linux/fs.h>
31661 const char *get_link(struct dentry *de, struct inode *ip,
31662 struct delayed_call *done) { return "symlink"; }
31663 static struct inode_operations
31664 iops __attribute__ ((unused)) = {
31665 .get_link = get_link,
31666 };
31667
31668 int
31669 main (void)
31670 {
31671
31672
31673 ;
31674 return 0;
31675 }
31676
31677 _ACEOF
31678
31679
31680
31681 cat - <<_ACEOF >conftest.h
31682
31683 _ACEOF
31684
31685
31686 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31687 echo "obj-m := conftest.o" >build/Makefile
31688 modpost_flag=''
31689 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31690 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31691 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31692 (eval $ac_try) 2>&5
31693 ac_status=$?
31694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31695 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31696 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31697 (eval $ac_try) 2>&5
31698 ac_status=$?
31699 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31700 test $ac_status = 0; }; }; then :
31701
31702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31703 $as_echo "yes" >&6; }
31704
31705 $as_echo "#define HAVE_GET_LINK_DELAYED 1" >>confdefs.h
31706
31707
31708 else
31709 $as_echo "$as_me: failed program was:" >&5
31710 sed 's/^/| /' conftest.$ac_ext >&5
31711
31712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31713 $as_echo "no" >&6; }
31714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->get_link() passes cookie" >&5
31715 $as_echo_n "checking whether iops->get_link() passes cookie... " >&6; }
31716
31717
31718 cat confdefs.h - <<_ACEOF >conftest.c
31719
31720
31721 #include <linux/fs.h>
31722 const char *get_link(struct dentry *de, struct
31723 inode *ip, void **cookie) { return "symlink"; }
31724 static struct inode_operations
31725 iops __attribute__ ((unused)) = {
31726 .get_link = get_link,
31727 };
31728
31729 int
31730 main (void)
31731 {
31732
31733
31734 ;
31735 return 0;
31736 }
31737
31738 _ACEOF
31739
31740
31741
31742 cat - <<_ACEOF >conftest.h
31743
31744 _ACEOF
31745
31746
31747 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31748 echo "obj-m := conftest.o" >build/Makefile
31749 modpost_flag=''
31750 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31751 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31752 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31753 (eval $ac_try) 2>&5
31754 ac_status=$?
31755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31756 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31757 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31758 (eval $ac_try) 2>&5
31759 ac_status=$?
31760 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31761 test $ac_status = 0; }; }; then :
31762
31763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31764 $as_echo "yes" >&6; }
31765
31766 $as_echo "#define HAVE_GET_LINK_COOKIE 1" >>confdefs.h
31767
31768
31769 else
31770 $as_echo "$as_me: failed program was:" >&5
31771 sed 's/^/| /' conftest.$ac_ext >&5
31772
31773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31774 $as_echo "no" >&6; }
31775
31776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->follow_link() passes cookie" >&5
31777 $as_echo_n "checking whether iops->follow_link() passes cookie... " >&6; }
31778
31779
31780 cat confdefs.h - <<_ACEOF >conftest.c
31781
31782
31783 #include <linux/fs.h>
31784 const char *follow_link(struct dentry *de,
31785 void **cookie) { return "symlink"; }
31786 static struct inode_operations
31787 iops __attribute__ ((unused)) = {
31788 .follow_link = follow_link,
31789 };
31790
31791 int
31792 main (void)
31793 {
31794
31795
31796 ;
31797 return 0;
31798 }
31799
31800 _ACEOF
31801
31802
31803
31804 cat - <<_ACEOF >conftest.h
31805
31806 _ACEOF
31807
31808
31809 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31810 echo "obj-m := conftest.o" >build/Makefile
31811 modpost_flag=''
31812 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31813 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31814 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31815 (eval $ac_try) 2>&5
31816 ac_status=$?
31817 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31818 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31819 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31820 (eval $ac_try) 2>&5
31821 ac_status=$?
31822 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31823 test $ac_status = 0; }; }; then :
31824
31825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31826 $as_echo "yes" >&6; }
31827
31828 $as_echo "#define HAVE_FOLLOW_LINK_COOKIE 1" >>confdefs.h
31829
31830
31831 else
31832 $as_echo "$as_me: failed program was:" >&5
31833 sed 's/^/| /' conftest.$ac_ext >&5
31834
31835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31836 $as_echo "no" >&6; }
31837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->follow_link() passes nameidata" >&5
31838 $as_echo_n "checking whether iops->follow_link() passes nameidata... " >&6; }
31839
31840
31841 cat confdefs.h - <<_ACEOF >conftest.c
31842
31843
31844 #include <linux/fs.h>
31845 void *follow_link(struct dentry *de, struct
31846 nameidata *nd) { return (void *)NULL; }
31847 static struct inode_operations
31848 iops __attribute__ ((unused)) = {
31849 .follow_link = follow_link,
31850 };
31851
31852 int
31853 main (void)
31854 {
31855
31856
31857 ;
31858 return 0;
31859 }
31860
31861 _ACEOF
31862
31863
31864
31865 cat - <<_ACEOF >conftest.h
31866
31867 _ACEOF
31868
31869
31870 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31871 echo "obj-m := conftest.o" >build/Makefile
31872 modpost_flag=''
31873 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31874 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31875 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31876 (eval $ac_try) 2>&5
31877 ac_status=$?
31878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31879 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31880 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31881 (eval $ac_try) 2>&5
31882 ac_status=$?
31883 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31884 test $ac_status = 0; }; }; then :
31885
31886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31887 $as_echo "yes" >&6; }
31888
31889 $as_echo "#define HAVE_FOLLOW_LINK_NAMEIDATA 1" >>confdefs.h
31890
31891
31892 else
31893 $as_echo "$as_me: failed program was:" >&5
31894 sed 's/^/| /' conftest.$ac_ext >&5
31895
31896 as_fn_error $? "no; please file a bug report" "$LINENO" 5
31897
31898
31899
31900 fi
31901 rm -Rf build
31902
31903
31904
31905
31906
31907 fi
31908 rm -Rf build
31909
31910
31911
31912
31913
31914
31915 fi
31916 rm -Rf build
31917
31918
31919
31920
31921
31922 fi
31923 rm -Rf build
31924
31925
31926
31927
31928
31929
31930 cat confdefs.h - <<_ACEOF >conftest.c
31931
31932
31933 #if !defined(HAVE_GET_LINK_DELAYED)
31934 #error "Expecting get_link() delayed done"
31935 #endif
31936
31937 int
31938 main (void)
31939 {
31940
31941
31942 ;
31943 return 0;
31944 }
31945
31946 _ACEOF
31947
31948
31949
31950 cat - <<_ACEOF >conftest.h
31951
31952 _ACEOF
31953
31954
31955 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31956 echo "obj-m := conftest.o" >build/Makefile
31957 modpost_flag=''
31958 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31959 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31960 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31961 (eval $ac_try) 2>&5
31962 ac_status=$?
31963 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31964 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31965 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31966 (eval $ac_try) 2>&5
31967 ac_status=$?
31968 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31969 test $ac_status = 0; }; }; then :
31970
31971
31972 $as_echo "#define HAVE_PUT_LINK_DELAYED 1" >>confdefs.h
31973
31974
31975 else
31976 $as_echo "$as_me: failed program was:" >&5
31977 sed 's/^/| /' conftest.$ac_ext >&5
31978
31979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->put_link() passes cookie" >&5
31980 $as_echo_n "checking whether iops->put_link() passes cookie... " >&6; }
31981
31982
31983 cat confdefs.h - <<_ACEOF >conftest.c
31984
31985
31986 #include <linux/fs.h>
31987 void put_link(struct inode *ip, void *cookie)
31988 { return; }
31989 static struct inode_operations
31990 iops __attribute__ ((unused)) = {
31991 .put_link = put_link,
31992 };
31993
31994 int
31995 main (void)
31996 {
31997
31998
31999 ;
32000 return 0;
32001 }
32002
32003 _ACEOF
32004
32005
32006
32007 cat - <<_ACEOF >conftest.h
32008
32009 _ACEOF
32010
32011
32012 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32013 echo "obj-m := conftest.o" >build/Makefile
32014 modpost_flag=''
32015 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32016 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32017 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32018 (eval $ac_try) 2>&5
32019 ac_status=$?
32020 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32021 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32022 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32023 (eval $ac_try) 2>&5
32024 ac_status=$?
32025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32026 test $ac_status = 0; }; }; then :
32027
32028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32029 $as_echo "yes" >&6; }
32030
32031 $as_echo "#define HAVE_PUT_LINK_COOKIE 1" >>confdefs.h
32032
32033
32034 else
32035 $as_echo "$as_me: failed program was:" >&5
32036 sed 's/^/| /' conftest.$ac_ext >&5
32037
32038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32039 $as_echo "no" >&6; }
32040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->put_link() passes nameidata" >&5
32041 $as_echo_n "checking whether iops->put_link() passes nameidata... " >&6; }
32042
32043
32044 cat confdefs.h - <<_ACEOF >conftest.c
32045
32046
32047 #include <linux/fs.h>
32048 void put_link(struct dentry *de, struct
32049 nameidata *nd, void *ptr) { return; }
32050 static struct inode_operations
32051 iops __attribute__ ((unused)) = {
32052 .put_link = put_link,
32053 };
32054
32055 int
32056 main (void)
32057 {
32058
32059
32060 ;
32061 return 0;
32062 }
32063
32064 _ACEOF
32065
32066
32067
32068 cat - <<_ACEOF >conftest.h
32069
32070 _ACEOF
32071
32072
32073 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32074 echo "obj-m := conftest.o" >build/Makefile
32075 modpost_flag=''
32076 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32077 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32078 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32079 (eval $ac_try) 2>&5
32080 ac_status=$?
32081 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32082 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32083 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32084 (eval $ac_try) 2>&5
32085 ac_status=$?
32086 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32087 test $ac_status = 0; }; }; then :
32088
32089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32090 $as_echo "yes" >&6; }
32091
32092 $as_echo "#define HAVE_PUT_LINK_NAMEIDATA 1" >>confdefs.h
32093
32094
32095 else
32096 $as_echo "$as_me: failed program was:" >&5
32097 sed 's/^/| /' conftest.$ac_ext >&5
32098
32099 as_fn_error $? "no; please file a bug report" "$LINENO" 5
32100
32101
32102
32103 fi
32104 rm -Rf build
32105
32106
32107
32108
32109
32110 fi
32111 rm -Rf build
32112
32113
32114
32115
32116
32117 fi
32118 rm -Rf build
32119
32120
32121
32122
32123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->truncate_range() exists" >&5
32124 $as_echo_n "checking whether iops->truncate_range() exists... " >&6; }
32125
32126
32127 cat confdefs.h - <<_ACEOF >conftest.c
32128
32129
32130 #include <linux/fs.h>
32131 void truncate_range(struct inode *inode, loff_t start,
32132 loff_t end) { return; }
32133 static struct inode_operations iops __attribute__ ((unused)) = {
32134 .truncate_range = truncate_range,
32135 };
32136
32137 int
32138 main (void)
32139 {
32140
32141
32142 ;
32143 return 0;
32144 }
32145
32146 _ACEOF
32147
32148
32149
32150 cat - <<_ACEOF >conftest.h
32151
32152 _ACEOF
32153
32154
32155 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32156 echo "obj-m := conftest.o" >build/Makefile
32157 modpost_flag=''
32158 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32159 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32160 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32161 (eval $ac_try) 2>&5
32162 ac_status=$?
32163 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32164 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32165 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32166 (eval $ac_try) 2>&5
32167 ac_status=$?
32168 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32169 test $ac_status = 0; }; }; then :
32170
32171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32172 $as_echo "yes" >&6; }
32173
32174 $as_echo "#define HAVE_INODE_TRUNCATE_RANGE 1" >>confdefs.h
32175
32176
32177 else
32178 $as_echo "$as_me: failed program was:" >&5
32179 sed 's/^/| /' conftest.$ac_ext >&5
32180
32181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32182 $as_echo "no" >&6; }
32183
32184
32185
32186 fi
32187 rm -Rf build
32188
32189
32190
32191
32192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dops->d_automount() exists" >&5
32193 $as_echo_n "checking whether dops->d_automount() exists... " >&6; }
32194
32195
32196 cat confdefs.h - <<_ACEOF >conftest.c
32197
32198
32199 #include <linux/dcache.h>
32200 struct vfsmount *d_automount(struct path *p) { return NULL; }
32201 struct dentry_operations dops __attribute__ ((unused)) = {
32202 .d_automount = d_automount,
32203 };
32204
32205 int
32206 main (void)
32207 {
32208
32209
32210 ;
32211 return 0;
32212 }
32213
32214 _ACEOF
32215
32216
32217
32218 cat - <<_ACEOF >conftest.h
32219
32220 _ACEOF
32221
32222
32223 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32224 echo "obj-m := conftest.o" >build/Makefile
32225 modpost_flag=''
32226 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32227 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32228 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32229 (eval $ac_try) 2>&5
32230 ac_status=$?
32231 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32232 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32233 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32234 (eval $ac_try) 2>&5
32235 ac_status=$?
32236 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32237 test $ac_status = 0; }; }; then :
32238
32239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32240 $as_echo "yes" >&6; }
32241
32242 $as_echo "#define HAVE_AUTOMOUNT 1" >>confdefs.h
32243
32244
32245 else
32246 $as_echo "$as_me: failed program was:" >&5
32247 sed 's/^/| /' conftest.$ac_ext >&5
32248
32249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32250 $as_echo "no" >&6; }
32251
32252
32253
32254 fi
32255 rm -Rf build
32256
32257
32258
32259
32260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether eops->encode_fh() wants inode" >&5
32261 $as_echo_n "checking whether eops->encode_fh() wants inode... " >&6; }
32262
32263
32264 cat confdefs.h - <<_ACEOF >conftest.c
32265
32266
32267 #include <linux/exportfs.h>
32268 int encode_fh(struct inode *inode, __u32 *fh, int *max_len,
32269 struct inode *parent) { return 0; }
32270 static struct export_operations eops __attribute__ ((unused))={
32271 .encode_fh = encode_fh,
32272 };
32273
32274 int
32275 main (void)
32276 {
32277
32278
32279 ;
32280 return 0;
32281 }
32282
32283 _ACEOF
32284
32285
32286
32287 cat - <<_ACEOF >conftest.h
32288
32289 _ACEOF
32290
32291
32292 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32293 echo "obj-m := conftest.o" >build/Makefile
32294 modpost_flag=''
32295 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32296 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32297 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32298 (eval $ac_try) 2>&5
32299 ac_status=$?
32300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32301 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32302 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32303 (eval $ac_try) 2>&5
32304 ac_status=$?
32305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32306 test $ac_status = 0; }; }; then :
32307
32308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32309 $as_echo "yes" >&6; }
32310
32311 $as_echo "#define HAVE_ENCODE_FH_WITH_INODE 1" >>confdefs.h
32312
32313
32314 else
32315 $as_echo "$as_me: failed program was:" >&5
32316 sed 's/^/| /' conftest.$ac_ext >&5
32317
32318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32319 $as_echo "no" >&6; }
32320
32321
32322
32323 fi
32324 rm -Rf build
32325
32326
32327
32328
32329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether eops->commit_metadata() exists" >&5
32330 $as_echo_n "checking whether eops->commit_metadata() exists... " >&6; }
32331
32332
32333 cat confdefs.h - <<_ACEOF >conftest.c
32334
32335
32336 #include <linux/exportfs.h>
32337 int commit_metadata(struct inode *inode) { return 0; }
32338 static struct export_operations eops __attribute__ ((unused))={
32339 .commit_metadata = commit_metadata,
32340 };
32341
32342 int
32343 main (void)
32344 {
32345
32346
32347 ;
32348 return 0;
32349 }
32350
32351 _ACEOF
32352
32353
32354
32355 cat - <<_ACEOF >conftest.h
32356
32357 _ACEOF
32358
32359
32360 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32361 echo "obj-m := conftest.o" >build/Makefile
32362 modpost_flag=''
32363 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32364 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32365 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32366 (eval $ac_try) 2>&5
32367 ac_status=$?
32368 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32369 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32370 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32371 (eval $ac_try) 2>&5
32372 ac_status=$?
32373 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32374 test $ac_status = 0; }; }; then :
32375
32376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32377 $as_echo "yes" >&6; }
32378
32379 $as_echo "#define HAVE_COMMIT_METADATA 1" >>confdefs.h
32380
32381
32382 else
32383 $as_echo "$as_me: failed program was:" >&5
32384 sed 's/^/| /' conftest.$ac_ext >&5
32385
32386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32387 $as_echo "no" >&6; }
32388
32389
32390
32391 fi
32392 rm -Rf build
32393
32394
32395
32396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether clear_inode() is available" >&5
32397 $as_echo_n "checking whether clear_inode() is available... " >&6; }
32398
32399
32400
32401 cat confdefs.h - <<_ACEOF >conftest.c
32402
32403
32404 #include <linux/fs.h>
32405
32406 int
32407 main (void)
32408 {
32409
32410 clear_inode(NULL);
32411
32412 ;
32413 return 0;
32414 }
32415
32416 _ACEOF
32417
32418
32419
32420 cat - <<_ACEOF >conftest.h
32421
32422 _ACEOF
32423
32424
32425 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32426 echo "obj-m := conftest.o" >build/Makefile
32427 modpost_flag=''
32428 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32429 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32430 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32431 (eval $ac_try) 2>&5
32432 ac_status=$?
32433 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32434 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32435 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32436 (eval $ac_try) 2>&5
32437 ac_status=$?
32438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32439 test $ac_status = 0; }; }; then :
32440 rc=0
32441 else
32442 $as_echo "$as_me: failed program was:" >&5
32443 sed 's/^/| /' conftest.$ac_ext >&5
32444 rc=1
32445
32446
32447 fi
32448 rm -Rf build
32449
32450
32451 if test $rc -ne 0; then :
32452
32453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32454 $as_echo "no" >&6; }
32455
32456 else
32457 if test "x$enable_linux_builtin" != xyes; then
32458
32459 grep -q -E '[[:space:]]clear_inode[[:space:]]' \
32460 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
32461 rc=$?
32462 if test $rc -ne 0; then
32463 export=0
32464 for file in fs/inode.c; do
32465 grep -q -E "EXPORT_SYMBOL.*(clear_inode)" \
32466 "$LINUX/$file" 2>/dev/null
32467 rc=$?
32468 if test $rc -eq 0; then
32469 export=1
32470 break;
32471 fi
32472 done
32473 if test $export -eq 0; then :
32474 rc=1
32475 else :
32476 rc=0
32477 fi
32478 else :
32479 rc=0
32480 fi
32481
32482 fi
32483 if test $rc -ne 0; then :
32484
32485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32486 $as_echo "no" >&6; }
32487
32488 else :
32489
32490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32491 $as_echo "yes" >&6; }
32492
32493 $as_echo "#define HAVE_CLEAR_INODE 1" >>confdefs.h
32494
32495
32496 fi
32497 fi
32498
32499
32500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setattr_prepare() is available" >&5
32501 $as_echo_n "checking whether setattr_prepare() is available... " >&6; }
32502
32503
32504
32505 cat confdefs.h - <<_ACEOF >conftest.c
32506
32507
32508 #include <linux/fs.h>
32509
32510 int
32511 main (void)
32512 {
32513
32514 struct dentry *dentry = NULL;
32515 struct iattr *attr = NULL;
32516 int error;
32517
32518 error = setattr_prepare(dentry, attr);
32519
32520 ;
32521 return 0;
32522 }
32523
32524 _ACEOF
32525
32526
32527
32528 cat - <<_ACEOF >conftest.h
32529
32530 _ACEOF
32531
32532
32533 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32534 echo "obj-m := conftest.o" >build/Makefile
32535 modpost_flag=''
32536 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32537 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32538 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32539 (eval $ac_try) 2>&5
32540 ac_status=$?
32541 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32542 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32543 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32544 (eval $ac_try) 2>&5
32545 ac_status=$?
32546 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32547 test $ac_status = 0; }; }; then :
32548 rc=0
32549 else
32550 $as_echo "$as_me: failed program was:" >&5
32551 sed 's/^/| /' conftest.$ac_ext >&5
32552 rc=1
32553
32554
32555 fi
32556 rm -Rf build
32557
32558
32559 if test $rc -ne 0; then :
32560
32561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32562 $as_echo "no" >&6; }
32563
32564 else
32565 if test "x$enable_linux_builtin" != xyes; then
32566
32567 grep -q -E '[[:space:]]setattr_prepare[[:space:]]' \
32568 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
32569 rc=$?
32570 if test $rc -ne 0; then
32571 export=0
32572 for file in fs/attr.c; do
32573 grep -q -E "EXPORT_SYMBOL.*(setattr_prepare)" \
32574 "$LINUX/$file" 2>/dev/null
32575 rc=$?
32576 if test $rc -eq 0; then
32577 export=1
32578 break;
32579 fi
32580 done
32581 if test $export -eq 0; then :
32582 rc=1
32583 else :
32584 rc=0
32585 fi
32586 else :
32587 rc=0
32588 fi
32589
32590 fi
32591 if test $rc -ne 0; then :
32592
32593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32594 $as_echo "no" >&6; }
32595
32596 else :
32597
32598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32599 $as_echo "yes" >&6; }
32600
32601 $as_echo "#define HAVE_SETATTR_PREPARE 1" >>confdefs.h
32602
32603
32604 fi
32605 fi
32606
32607
32608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether insert_inode_locked() is available" >&5
32609 $as_echo_n "checking whether insert_inode_locked() is available... " >&6; }
32610
32611
32612
32613 cat confdefs.h - <<_ACEOF >conftest.c
32614
32615
32616 #include <linux/fs.h>
32617
32618 int
32619 main (void)
32620 {
32621
32622 insert_inode_locked(NULL);
32623
32624 ;
32625 return 0;
32626 }
32627
32628 _ACEOF
32629
32630
32631
32632 cat - <<_ACEOF >conftest.h
32633
32634 _ACEOF
32635
32636
32637 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32638 echo "obj-m := conftest.o" >build/Makefile
32639 modpost_flag=''
32640 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32641 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32642 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32643 (eval $ac_try) 2>&5
32644 ac_status=$?
32645 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32646 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32647 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32648 (eval $ac_try) 2>&5
32649 ac_status=$?
32650 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32651 test $ac_status = 0; }; }; then :
32652 rc=0
32653 else
32654 $as_echo "$as_me: failed program was:" >&5
32655 sed 's/^/| /' conftest.$ac_ext >&5
32656 rc=1
32657
32658
32659 fi
32660 rm -Rf build
32661
32662
32663 if test $rc -ne 0; then :
32664
32665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32666 $as_echo "no" >&6; }
32667
32668 else
32669 if test "x$enable_linux_builtin" != xyes; then
32670
32671 grep -q -E '[[:space:]]insert_inode_locked[[:space:]]' \
32672 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
32673 rc=$?
32674 if test $rc -ne 0; then
32675 export=0
32676 for file in fs/inode.c; do
32677 grep -q -E "EXPORT_SYMBOL.*(insert_inode_locked)" \
32678 "$LINUX/$file" 2>/dev/null
32679 rc=$?
32680 if test $rc -eq 0; then
32681 export=1
32682 break;
32683 fi
32684 done
32685 if test $export -eq 0; then :
32686 rc=1
32687 else :
32688 rc=0
32689 fi
32690 else :
32691 rc=0
32692 fi
32693
32694 fi
32695 if test $rc -ne 0; then :
32696
32697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32698 $as_echo "no" >&6; }
32699
32700 else :
32701
32702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32703 $as_echo "yes" >&6; }
32704
32705 $as_echo "#define HAVE_INSERT_INODE_LOCKED 1" >>confdefs.h
32706
32707
32708 fi
32709 fi
32710
32711
32712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether d_make_root() is available" >&5
32713 $as_echo_n "checking whether d_make_root() is available... " >&6; }
32714
32715
32716
32717 cat confdefs.h - <<_ACEOF >conftest.c
32718
32719
32720 #include <linux/dcache.h>
32721
32722 int
32723 main (void)
32724 {
32725
32726 d_make_root(NULL);
32727
32728 ;
32729 return 0;
32730 }
32731
32732 _ACEOF
32733
32734
32735
32736 cat - <<_ACEOF >conftest.h
32737
32738 _ACEOF
32739
32740
32741 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32742 echo "obj-m := conftest.o" >build/Makefile
32743 modpost_flag=''
32744 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32745 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32746 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32747 (eval $ac_try) 2>&5
32748 ac_status=$?
32749 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32750 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32751 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32752 (eval $ac_try) 2>&5
32753 ac_status=$?
32754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32755 test $ac_status = 0; }; }; then :
32756 rc=0
32757 else
32758 $as_echo "$as_me: failed program was:" >&5
32759 sed 's/^/| /' conftest.$ac_ext >&5
32760 rc=1
32761
32762
32763 fi
32764 rm -Rf build
32765
32766
32767 if test $rc -ne 0; then :
32768
32769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32770 $as_echo "no" >&6; }
32771
32772 else
32773 if test "x$enable_linux_builtin" != xyes; then
32774
32775 grep -q -E '[[:space:]]d_make_root[[:space:]]' \
32776 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
32777 rc=$?
32778 if test $rc -ne 0; then
32779 export=0
32780 for file in fs/dcache.c; do
32781 grep -q -E "EXPORT_SYMBOL.*(d_make_root)" \
32782 "$LINUX/$file" 2>/dev/null
32783 rc=$?
32784 if test $rc -eq 0; then
32785 export=1
32786 break;
32787 fi
32788 done
32789 if test $export -eq 0; then :
32790 rc=1
32791 else :
32792 rc=0
32793 fi
32794 else :
32795 rc=0
32796 fi
32797
32798 fi
32799 if test $rc -ne 0; then :
32800
32801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32802 $as_echo "no" >&6; }
32803
32804 else :
32805
32806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32807 $as_echo "yes" >&6; }
32808
32809 $as_echo "#define HAVE_D_MAKE_ROOT 1" >>confdefs.h
32810
32811
32812 fi
32813 fi
32814
32815
32816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether d_obtain_alias() is available" >&5
32817 $as_echo_n "checking whether d_obtain_alias() is available... " >&6; }
32818
32819
32820
32821 cat confdefs.h - <<_ACEOF >conftest.c
32822
32823
32824 #include <linux/dcache.h>
32825
32826 int
32827 main (void)
32828 {
32829
32830 d_obtain_alias(NULL);
32831
32832 ;
32833 return 0;
32834 }
32835
32836 _ACEOF
32837
32838
32839
32840 cat - <<_ACEOF >conftest.h
32841
32842 _ACEOF
32843
32844
32845 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32846 echo "obj-m := conftest.o" >build/Makefile
32847 modpost_flag=''
32848 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32849 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32850 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32851 (eval $ac_try) 2>&5
32852 ac_status=$?
32853 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32854 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32855 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32856 (eval $ac_try) 2>&5
32857 ac_status=$?
32858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32859 test $ac_status = 0; }; }; then :
32860 rc=0
32861 else
32862 $as_echo "$as_me: failed program was:" >&5
32863 sed 's/^/| /' conftest.$ac_ext >&5
32864 rc=1
32865
32866
32867 fi
32868 rm -Rf build
32869
32870
32871 if test $rc -ne 0; then :
32872
32873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32874 $as_echo "no" >&6; }
32875
32876 else
32877 if test "x$enable_linux_builtin" != xyes; then
32878
32879 grep -q -E '[[:space:]]d_obtain_alias[[:space:]]' \
32880 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
32881 rc=$?
32882 if test $rc -ne 0; then
32883 export=0
32884 for file in fs/dcache.c; do
32885 grep -q -E "EXPORT_SYMBOL.*(d_obtain_alias)" \
32886 "$LINUX/$file" 2>/dev/null
32887 rc=$?
32888 if test $rc -eq 0; then
32889 export=1
32890 break;
32891 fi
32892 done
32893 if test $export -eq 0; then :
32894 rc=1
32895 else :
32896 rc=0
32897 fi
32898 else :
32899 rc=0
32900 fi
32901
32902 fi
32903 if test $rc -ne 0; then :
32904
32905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32906 $as_echo "no" >&6; }
32907
32908 else :
32909
32910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32911 $as_echo "yes" >&6; }
32912
32913 $as_echo "#define HAVE_D_OBTAIN_ALIAS 1" >>confdefs.h
32914
32915
32916 fi
32917 fi
32918
32919
32920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether d_prune_aliases() is available" >&5
32921 $as_echo_n "checking whether d_prune_aliases() is available... " >&6; }
32922
32923
32924
32925 cat confdefs.h - <<_ACEOF >conftest.c
32926
32927
32928 #include <linux/dcache.h>
32929
32930 int
32931 main (void)
32932 {
32933
32934 struct inode *ip = NULL;
32935 d_prune_aliases(ip);
32936
32937 ;
32938 return 0;
32939 }
32940
32941 _ACEOF
32942
32943
32944
32945 cat - <<_ACEOF >conftest.h
32946
32947 _ACEOF
32948
32949
32950 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32951 echo "obj-m := conftest.o" >build/Makefile
32952 modpost_flag=''
32953 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32954 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32955 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32956 (eval $ac_try) 2>&5
32957 ac_status=$?
32958 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32959 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32960 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32961 (eval $ac_try) 2>&5
32962 ac_status=$?
32963 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32964 test $ac_status = 0; }; }; then :
32965 rc=0
32966 else
32967 $as_echo "$as_me: failed program was:" >&5
32968 sed 's/^/| /' conftest.$ac_ext >&5
32969 rc=1
32970
32971
32972 fi
32973 rm -Rf build
32974
32975
32976 if test $rc -ne 0; then :
32977
32978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32979 $as_echo "no" >&6; }
32980
32981 else
32982 if test "x$enable_linux_builtin" != xyes; then
32983
32984 grep -q -E '[[:space:]]d_prune_aliases[[:space:]]' \
32985 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
32986 rc=$?
32987 if test $rc -ne 0; then
32988 export=0
32989 for file in fs/dcache.c; do
32990 grep -q -E "EXPORT_SYMBOL.*(d_prune_aliases)" \
32991 "$LINUX/$file" 2>/dev/null
32992 rc=$?
32993 if test $rc -eq 0; then
32994 export=1
32995 break;
32996 fi
32997 done
32998 if test $export -eq 0; then :
32999 rc=1
33000 else :
33001 rc=0
33002 fi
33003 else :
33004 rc=0
33005 fi
33006
33007 fi
33008 if test $rc -ne 0; then :
33009
33010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33011 $as_echo "no" >&6; }
33012
33013 else :
33014
33015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33016 $as_echo "yes" >&6; }
33017
33018 $as_echo "#define HAVE_D_PRUNE_ALIASES 1" >>confdefs.h
33019
33020
33021 fi
33022 fi
33023
33024
33025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether d_set_d_op() is available" >&5
33026 $as_echo_n "checking whether d_set_d_op() is available... " >&6; }
33027
33028
33029
33030 cat confdefs.h - <<_ACEOF >conftest.c
33031
33032
33033 #include <linux/dcache.h>
33034
33035 int
33036 main (void)
33037 {
33038
33039 d_set_d_op(NULL, NULL);
33040
33041 ;
33042 return 0;
33043 }
33044
33045 _ACEOF
33046
33047
33048
33049 cat - <<_ACEOF >conftest.h
33050
33051 _ACEOF
33052
33053
33054 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33055 echo "obj-m := conftest.o" >build/Makefile
33056 modpost_flag=''
33057 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33058 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33059 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33060 (eval $ac_try) 2>&5
33061 ac_status=$?
33062 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33063 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33064 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33065 (eval $ac_try) 2>&5
33066 ac_status=$?
33067 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33068 test $ac_status = 0; }; }; then :
33069 rc=0
33070 else
33071 $as_echo "$as_me: failed program was:" >&5
33072 sed 's/^/| /' conftest.$ac_ext >&5
33073 rc=1
33074
33075
33076 fi
33077 rm -Rf build
33078
33079
33080 if test $rc -ne 0; then :
33081
33082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33083 $as_echo "no" >&6; }
33084
33085 else
33086 if test "x$enable_linux_builtin" != xyes; then
33087
33088 grep -q -E '[[:space:]]d_set_d_op[[:space:]]' \
33089 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
33090 rc=$?
33091 if test $rc -ne 0; then
33092 export=0
33093 for file in fs/dcache.c; do
33094 grep -q -E "EXPORT_SYMBOL.*(d_set_d_op)" \
33095 "$LINUX/$file" 2>/dev/null
33096 rc=$?
33097 if test $rc -eq 0; then
33098 export=1
33099 break;
33100 fi
33101 done
33102 if test $export -eq 0; then :
33103 rc=1
33104 else :
33105 rc=0
33106 fi
33107 else :
33108 rc=0
33109 fi
33110
33111 fi
33112 if test $rc -ne 0; then :
33113
33114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33115 $as_echo "no" >&6; }
33116
33117 else :
33118
33119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33120 $as_echo "yes" >&6; }
33121
33122 $as_echo "#define HAVE_D_SET_D_OP 1" >>confdefs.h
33123
33124
33125 fi
33126 fi
33127
33128
33129
33130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dops->d_revalidate() takes struct nameidata" >&5
33131 $as_echo_n "checking whether dops->d_revalidate() takes struct nameidata... " >&6; }
33132
33133
33134 cat confdefs.h - <<_ACEOF >conftest.c
33135
33136
33137 #include <linux/dcache.h>
33138
33139 int revalidate (struct dentry *dentry,
33140 struct nameidata *nidata) { return 0; }
33141
33142 static const struct dentry_operations
33143 dops __attribute__ ((unused)) = {
33144 .d_revalidate = revalidate,
33145 };
33146
33147 int
33148 main (void)
33149 {
33150
33151
33152 ;
33153 return 0;
33154 }
33155
33156 _ACEOF
33157
33158
33159
33160 cat - <<_ACEOF >conftest.h
33161
33162 _ACEOF
33163
33164
33165 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33166 echo "obj-m := conftest.o" >build/Makefile
33167 modpost_flag=''
33168 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33169 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33170 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33171 (eval $ac_try) 2>&5
33172 ac_status=$?
33173 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33174 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33175 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33176 (eval $ac_try) 2>&5
33177 ac_status=$?
33178 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33179 test $ac_status = 0; }; }; then :
33180
33181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33182 $as_echo "yes" >&6; }
33183
33184 $as_echo "#define HAVE_D_REVALIDATE_NAMEIDATA 1" >>confdefs.h
33185
33186
33187 else
33188 $as_echo "$as_me: failed program was:" >&5
33189 sed 's/^/| /' conftest.$ac_ext >&5
33190
33191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33192 $as_echo "no" >&6; }
33193
33194
33195
33196 fi
33197 rm -Rf build
33198
33199
33200
33201
33202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dentry uses const struct dentry_operations" >&5
33203 $as_echo_n "checking whether dentry uses const struct dentry_operations... " >&6; }
33204
33205
33206 cat confdefs.h - <<_ACEOF >conftest.c
33207
33208
33209 #include <linux/dcache.h>
33210
33211 const struct dentry_operations test_d_op = {
33212 .d_revalidate = NULL,
33213 };
33214
33215 int
33216 main (void)
33217 {
33218
33219 struct dentry d __attribute__ ((unused));
33220
33221 d.d_op = &test_d_op;
33222
33223 ;
33224 return 0;
33225 }
33226
33227 _ACEOF
33228
33229
33230
33231 cat - <<_ACEOF >conftest.h
33232
33233 _ACEOF
33234
33235
33236 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33237 echo "obj-m := conftest.o" >build/Makefile
33238 modpost_flag=''
33239 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33240 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33241 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33242 (eval $ac_try) 2>&5
33243 ac_status=$?
33244 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33245 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33246 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33247 (eval $ac_try) 2>&5
33248 ac_status=$?
33249 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33250 test $ac_status = 0; }; }; then :
33251
33252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33253 $as_echo "yes" >&6; }
33254
33255 $as_echo "#define HAVE_CONST_DENTRY_OPERATIONS 1" >>confdefs.h
33256
33257
33258 else
33259 $as_echo "$as_me: failed program was:" >&5
33260 sed 's/^/| /' conftest.$ac_ext >&5
33261
33262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33263 $as_echo "no" >&6; }
33264
33265
33266
33267 fi
33268 rm -Rf build
33269
33270
33271
33272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether check_disk_size_change() is available" >&5
33273 $as_echo_n "checking whether check_disk_size_change() is available... " >&6; }
33274
33275
33276
33277 cat confdefs.h - <<_ACEOF >conftest.c
33278
33279
33280 #include <linux/fs.h>
33281
33282 int
33283 main (void)
33284 {
33285
33286 check_disk_size_change(NULL, NULL);
33287
33288 ;
33289 return 0;
33290 }
33291
33292 _ACEOF
33293
33294
33295
33296 cat - <<_ACEOF >conftest.h
33297
33298 _ACEOF
33299
33300
33301 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33302 echo "obj-m := conftest.o" >build/Makefile
33303 modpost_flag=''
33304 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33305 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33306 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33307 (eval $ac_try) 2>&5
33308 ac_status=$?
33309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33310 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33311 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33312 (eval $ac_try) 2>&5
33313 ac_status=$?
33314 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33315 test $ac_status = 0; }; }; then :
33316 rc=0
33317 else
33318 $as_echo "$as_me: failed program was:" >&5
33319 sed 's/^/| /' conftest.$ac_ext >&5
33320 rc=1
33321
33322
33323 fi
33324 rm -Rf build
33325
33326
33327 if test $rc -ne 0; then :
33328
33329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33330 $as_echo "no" >&6; }
33331
33332 else
33333 if test "x$enable_linux_builtin" != xyes; then
33334
33335 grep -q -E '[[:space:]]check_disk_size_change[[:space:]]' \
33336 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
33337 rc=$?
33338 if test $rc -ne 0; then
33339 export=0
33340 for file in fs/block_dev.c; do
33341 grep -q -E "EXPORT_SYMBOL.*(check_disk_size_change)" \
33342 "$LINUX/$file" 2>/dev/null
33343 rc=$?
33344 if test $rc -eq 0; then
33345 export=1
33346 break;
33347 fi
33348 done
33349 if test $export -eq 0; then :
33350 rc=1
33351 else :
33352 rc=0
33353 fi
33354 else :
33355 rc=0
33356 fi
33357
33358 fi
33359 if test $rc -ne 0; then :
33360
33361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33362 $as_echo "no" >&6; }
33363
33364 else :
33365
33366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33367 $as_echo "yes" >&6; }
33368
33369 $as_echo "#define HAVE_CHECK_DISK_SIZE_CHANGE 1" >>confdefs.h
33370
33371
33372 fi
33373 fi
33374
33375
33376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether truncate_setsize() is available" >&5
33377 $as_echo_n "checking whether truncate_setsize() is available... " >&6; }
33378
33379
33380
33381 cat confdefs.h - <<_ACEOF >conftest.c
33382
33383
33384 #include <linux/mm.h>
33385
33386 int
33387 main (void)
33388 {
33389
33390 truncate_setsize(NULL, 0);
33391
33392 ;
33393 return 0;
33394 }
33395
33396 _ACEOF
33397
33398
33399
33400 cat - <<_ACEOF >conftest.h
33401
33402 _ACEOF
33403
33404
33405 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33406 echo "obj-m := conftest.o" >build/Makefile
33407 modpost_flag=''
33408 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33409 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33410 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33411 (eval $ac_try) 2>&5
33412 ac_status=$?
33413 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33414 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33415 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33416 (eval $ac_try) 2>&5
33417 ac_status=$?
33418 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33419 test $ac_status = 0; }; }; then :
33420 rc=0
33421 else
33422 $as_echo "$as_me: failed program was:" >&5
33423 sed 's/^/| /' conftest.$ac_ext >&5
33424 rc=1
33425
33426
33427 fi
33428 rm -Rf build
33429
33430
33431 if test $rc -ne 0; then :
33432
33433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33434 $as_echo "no" >&6; }
33435
33436 else
33437 if test "x$enable_linux_builtin" != xyes; then
33438
33439 grep -q -E '[[:space:]]truncate_setsize[[:space:]]' \
33440 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
33441 rc=$?
33442 if test $rc -ne 0; then
33443 export=0
33444 for file in mm/truncate.c; do
33445 grep -q -E "EXPORT_SYMBOL.*(truncate_setsize)" \
33446 "$LINUX/$file" 2>/dev/null
33447 rc=$?
33448 if test $rc -eq 0; then
33449 export=1
33450 break;
33451 fi
33452 done
33453 if test $export -eq 0; then :
33454 rc=1
33455 else :
33456 rc=0
33457 fi
33458 else :
33459 rc=0
33460 fi
33461
33462 fi
33463 if test $rc -ne 0; then :
33464
33465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33466 $as_echo "no" >&6; }
33467
33468 else :
33469
33470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33471 $as_echo "yes" >&6; }
33472
33473 $as_echo "#define HAVE_TRUNCATE_SETSIZE 1" >>confdefs.h
33474
33475
33476 fi
33477 fi
33478
33479
33480
33481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether security_inode_init_security wants 6 args" >&5
33482 $as_echo_n "checking whether security_inode_init_security wants 6 args... " >&6; }
33483
33484
33485 cat confdefs.h - <<_ACEOF >conftest.c
33486
33487
33488 #include <linux/security.h>
33489
33490 int
33491 main (void)
33492 {
33493
33494 struct inode *ip __attribute__ ((unused)) = NULL;
33495 struct inode *dip __attribute__ ((unused)) = NULL;
33496 const struct qstr *str __attribute__ ((unused)) = NULL;
33497 char *name __attribute__ ((unused)) = NULL;
33498 void *value __attribute__ ((unused)) = NULL;
33499 size_t len __attribute__ ((unused)) = 0;
33500
33501 security_inode_init_security(ip, dip, str, &name, &value, &len);
33502
33503 ;
33504 return 0;
33505 }
33506
33507 _ACEOF
33508
33509
33510
33511 cat - <<_ACEOF >conftest.h
33512
33513 _ACEOF
33514
33515
33516 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33517 echo "obj-m := conftest.o" >build/Makefile
33518 modpost_flag=''
33519 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33520 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33521 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33522 (eval $ac_try) 2>&5
33523 ac_status=$?
33524 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33525 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33526 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33527 (eval $ac_try) 2>&5
33528 ac_status=$?
33529 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33530 test $ac_status = 0; }; }; then :
33531
33532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33533 $as_echo "yes" >&6; }
33534
33535 $as_echo "#define HAVE_6ARGS_SECURITY_INODE_INIT_SECURITY 1" >>confdefs.h
33536
33537
33538 else
33539 $as_echo "$as_me: failed program was:" >&5
33540 sed 's/^/| /' conftest.$ac_ext >&5
33541
33542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33543 $as_echo "no" >&6; }
33544
33545
33546
33547 fi
33548 rm -Rf build
33549
33550
33551
33552
33553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether security_inode_init_security wants callback" >&5
33554 $as_echo_n "checking whether security_inode_init_security wants callback... " >&6; }
33555
33556
33557 cat confdefs.h - <<_ACEOF >conftest.c
33558
33559
33560 #include <linux/security.h>
33561
33562 int
33563 main (void)
33564 {
33565
33566 struct inode *ip __attribute__ ((unused)) = NULL;
33567 struct inode *dip __attribute__ ((unused)) = NULL;
33568 const struct qstr *str __attribute__ ((unused)) = NULL;
33569 initxattrs func __attribute__ ((unused)) = NULL;
33570
33571 security_inode_init_security(ip, dip, str, func, NULL);
33572
33573 ;
33574 return 0;
33575 }
33576
33577 _ACEOF
33578
33579
33580
33581 cat - <<_ACEOF >conftest.h
33582
33583 _ACEOF
33584
33585
33586 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33587 echo "obj-m := conftest.o" >build/Makefile
33588 modpost_flag=''
33589 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33590 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33591 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33592 (eval $ac_try) 2>&5
33593 ac_status=$?
33594 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33595 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33596 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33597 (eval $ac_try) 2>&5
33598 ac_status=$?
33599 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33600 test $ac_status = 0; }; }; then :
33601
33602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33603 $as_echo "yes" >&6; }
33604
33605 $as_echo "#define HAVE_CALLBACK_SECURITY_INODE_INIT_SECURITY 1" >>confdefs.h
33606
33607
33608 else
33609 $as_echo "$as_me: failed program was:" >&5
33610 sed 's/^/| /' conftest.$ac_ext >&5
33611
33612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33613 $as_echo "no" >&6; }
33614
33615
33616
33617 fi
33618 rm -Rf build
33619
33620
33621
33622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mount_nodev() is available" >&5
33623 $as_echo_n "checking whether mount_nodev() is available... " >&6; }
33624
33625
33626
33627 cat confdefs.h - <<_ACEOF >conftest.c
33628
33629
33630 #include <linux/fs.h>
33631
33632 int
33633 main (void)
33634 {
33635
33636 mount_nodev(NULL, 0, NULL, NULL);
33637
33638 ;
33639 return 0;
33640 }
33641
33642 _ACEOF
33643
33644
33645
33646 cat - <<_ACEOF >conftest.h
33647
33648 _ACEOF
33649
33650
33651 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33652 echo "obj-m := conftest.o" >build/Makefile
33653 modpost_flag=''
33654 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33655 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33656 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33657 (eval $ac_try) 2>&5
33658 ac_status=$?
33659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33660 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33661 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33662 (eval $ac_try) 2>&5
33663 ac_status=$?
33664 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33665 test $ac_status = 0; }; }; then :
33666 rc=0
33667 else
33668 $as_echo "$as_me: failed program was:" >&5
33669 sed 's/^/| /' conftest.$ac_ext >&5
33670 rc=1
33671
33672
33673 fi
33674 rm -Rf build
33675
33676
33677 if test $rc -ne 0; then :
33678
33679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33680 $as_echo "no" >&6; }
33681
33682 else
33683 if test "x$enable_linux_builtin" != xyes; then
33684
33685 grep -q -E '[[:space:]]mount_nodev[[:space:]]' \
33686 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
33687 rc=$?
33688 if test $rc -ne 0; then
33689 export=0
33690 for file in fs/super.c; do
33691 grep -q -E "EXPORT_SYMBOL.*(mount_nodev)" \
33692 "$LINUX/$file" 2>/dev/null
33693 rc=$?
33694 if test $rc -eq 0; then
33695 export=1
33696 break;
33697 fi
33698 done
33699 if test $export -eq 0; then :
33700 rc=1
33701 else :
33702 rc=0
33703 fi
33704 else :
33705 rc=0
33706 fi
33707
33708 fi
33709 if test $rc -ne 0; then :
33710
33711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33712 $as_echo "no" >&6; }
33713
33714 else :
33715
33716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33717 $as_echo "yes" >&6; }
33718
33719 $as_echo "#define HAVE_MOUNT_NODEV 1" >>confdefs.h
33720
33721
33722 fi
33723 fi
33724
33725
33726
33727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether super_block has s_shrink" >&5
33728 $as_echo_n "checking whether super_block has s_shrink... " >&6; }
33729
33730
33731 cat confdefs.h - <<_ACEOF >conftest.c
33732
33733
33734 #include <linux/fs.h>
33735
33736 int shrink(struct shrinker *s, struct shrink_control *sc)
33737 { return 0; }
33738
33739 static const struct super_block
33740 sb __attribute__ ((unused)) = {
33741 .s_shrink.shrink = shrink,
33742 .s_shrink.seeks = DEFAULT_SEEKS,
33743 .s_shrink.batch = 0,
33744 };
33745
33746 int
33747 main (void)
33748 {
33749
33750
33751 ;
33752 return 0;
33753 }
33754
33755 _ACEOF
33756
33757
33758
33759 cat - <<_ACEOF >conftest.h
33760
33761 _ACEOF
33762
33763
33764 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33765 echo "obj-m := conftest.o" >build/Makefile
33766 modpost_flag=''
33767 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33768 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33769 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33770 (eval $ac_try) 2>&5
33771 ac_status=$?
33772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33773 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33774 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33775 (eval $ac_try) 2>&5
33776 ac_status=$?
33777 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33778 test $ac_status = 0; }; }; then :
33779
33780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33781 $as_echo "yes" >&6; }
33782
33783 $as_echo "#define HAVE_SHRINK 1" >>confdefs.h
33784
33785
33786
33787 else
33788 $as_echo "$as_me: failed program was:" >&5
33789 sed 's/^/| /' conftest.$ac_ext >&5
33790
33791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33792 $as_echo "no" >&6; }
33793
33794
33795
33796 fi
33797 rm -Rf build
33798
33799
33800
33801
33802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether shrink_control has nid" >&5
33803 $as_echo_n "checking whether shrink_control has nid... " >&6; }
33804
33805
33806 cat confdefs.h - <<_ACEOF >conftest.c
33807
33808
33809 #include <linux/fs.h>
33810
33811 int
33812 main (void)
33813 {
33814
33815 struct shrink_control sc __attribute__ ((unused));
33816 unsigned long scnidsize __attribute__ ((unused)) =
33817 sizeof(sc.nid);
33818
33819 ;
33820 return 0;
33821 }
33822
33823 _ACEOF
33824
33825
33826
33827 cat - <<_ACEOF >conftest.h
33828
33829 _ACEOF
33830
33831
33832 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33833 echo "obj-m := conftest.o" >build/Makefile
33834 modpost_flag=''
33835 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33836 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33837 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33838 (eval $ac_try) 2>&5
33839 ac_status=$?
33840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33841 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33842 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33843 (eval $ac_try) 2>&5
33844 ac_status=$?
33845 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33846 test $ac_status = 0; }; }; then :
33847
33848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33849 $as_echo "yes" >&6; }
33850
33851 $as_echo "#define SHRINK_CONTROL_HAS_NID 1" >>confdefs.h
33852
33853
33854 else
33855 $as_echo "$as_me: failed program was:" >&5
33856 sed 's/^/| /' conftest.$ac_ext >&5
33857
33858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33859 $as_echo "no" >&6; }
33860
33861
33862
33863 fi
33864 rm -Rf build
33865
33866
33867
33868
33869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether super_block has s_instances list_head" >&5
33870 $as_echo_n "checking whether super_block has s_instances list_head... " >&6; }
33871
33872
33873 cat confdefs.h - <<_ACEOF >conftest.c
33874
33875
33876 #include <linux/fs.h>
33877
33878 int
33879 main (void)
33880 {
33881
33882 struct super_block sb __attribute__ ((unused));
33883
33884 INIT_LIST_HEAD(&sb.s_instances);
33885
33886 ;
33887 return 0;
33888 }
33889
33890 _ACEOF
33891
33892
33893
33894 cat - <<_ACEOF >conftest.h
33895
33896 _ACEOF
33897
33898
33899 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33900 echo "obj-m := conftest.o" >build/Makefile
33901 modpost_flag=''
33902 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33903 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33904 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33905 (eval $ac_try) 2>&5
33906 ac_status=$?
33907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33908 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33909 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33910 (eval $ac_try) 2>&5
33911 ac_status=$?
33912 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33913 test $ac_status = 0; }; }; then :
33914
33915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33916 $as_echo "yes" >&6; }
33917
33918 $as_echo "#define HAVE_S_INSTANCES_LIST_HEAD 1" >>confdefs.h
33919
33920
33921 else
33922 $as_echo "$as_me: failed program was:" >&5
33923 sed 's/^/| /' conftest.$ac_ext >&5
33924
33925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33926 $as_echo "no" >&6; }
33927
33928
33929
33930 fi
33931 rm -Rf build
33932
33933
33934
33935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether super_block has s_d_op" >&5
33936 $as_echo_n "checking whether super_block has s_d_op... " >&6; }
33937
33938
33939 cat confdefs.h - <<_ACEOF >conftest.c
33940
33941
33942 #include <linux/fs.h>
33943
33944 int
33945 main (void)
33946 {
33947
33948 struct super_block sb __attribute__ ((unused));
33949 sb.s_d_op = NULL;
33950
33951 ;
33952 return 0;
33953 }
33954
33955 _ACEOF
33956
33957
33958
33959 cat - <<_ACEOF >conftest.h
33960
33961 _ACEOF
33962
33963
33964 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33965 echo "obj-m := conftest.o" >build/Makefile
33966 modpost_flag=''
33967 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33968 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33969 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33970 (eval $ac_try) 2>&5
33971 ac_status=$?
33972 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33973 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33974 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33975 (eval $ac_try) 2>&5
33976 ac_status=$?
33977 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33978 test $ac_status = 0; }; }; then :
33979
33980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33981 $as_echo "yes" >&6; }
33982
33983 $as_echo "#define HAVE_S_D_OP 1" >>confdefs.h
33984
33985
33986 else
33987 $as_echo "$as_me: failed program was:" >&5
33988 sed 's/^/| /' conftest.$ac_ext >&5
33989
33990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33991 $as_echo "no" >&6; }
33992
33993
33994
33995 fi
33996 rm -Rf build
33997
33998
33999
34000
34001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 2 args" >&5
34002 $as_echo_n "checking whether bdi_setup_and_register() wants 2 args... " >&6; }
34003
34004
34005
34006 cat confdefs.h - <<_ACEOF >conftest.c
34007
34008
34009 #include <linux/backing-dev.h>
34010 struct backing_dev_info bdi;
34011
34012 int
34013 main (void)
34014 {
34015
34016 char *name = "bdi";
34017 int error __attribute__((unused)) =
34018 bdi_setup_and_register(&bdi, name);
34019
34020 ;
34021 return 0;
34022 }
34023
34024 _ACEOF
34025
34026
34027
34028 cat - <<_ACEOF >conftest.h
34029
34030 _ACEOF
34031
34032
34033 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34034 echo "obj-m := conftest.o" >build/Makefile
34035 modpost_flag=''
34036 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34037 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34038 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34039 (eval $ac_try) 2>&5
34040 ac_status=$?
34041 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34042 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34043 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34044 (eval $ac_try) 2>&5
34045 ac_status=$?
34046 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34047 test $ac_status = 0; }; }; then :
34048 rc=0
34049 else
34050 $as_echo "$as_me: failed program was:" >&5
34051 sed 's/^/| /' conftest.$ac_ext >&5
34052 rc=1
34053
34054
34055 fi
34056 rm -Rf build
34057
34058
34059 if test $rc -ne 0; then :
34060
34061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34062 $as_echo "no" >&6; }
34063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 3 args" >&5
34064 $as_echo_n "checking whether bdi_setup_and_register() wants 3 args... " >&6; }
34065
34066
34067
34068 cat confdefs.h - <<_ACEOF >conftest.c
34069
34070
34071 #include <linux/backing-dev.h>
34072 struct backing_dev_info bdi;
34073
34074 int
34075 main (void)
34076 {
34077
34078 char *name = "bdi";
34079 unsigned int cap = BDI_CAP_MAP_COPY;
34080 int error __attribute__((unused)) =
34081 bdi_setup_and_register(&bdi, name, cap);
34082
34083 ;
34084 return 0;
34085 }
34086
34087 _ACEOF
34088
34089
34090
34091 cat - <<_ACEOF >conftest.h
34092
34093 _ACEOF
34094
34095
34096 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34097 echo "obj-m := conftest.o" >build/Makefile
34098 modpost_flag=''
34099 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34100 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34101 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34102 (eval $ac_try) 2>&5
34103 ac_status=$?
34104 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34105 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34106 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34107 (eval $ac_try) 2>&5
34108 ac_status=$?
34109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34110 test $ac_status = 0; }; }; then :
34111 rc=0
34112 else
34113 $as_echo "$as_me: failed program was:" >&5
34114 sed 's/^/| /' conftest.$ac_ext >&5
34115 rc=1
34116
34117
34118 fi
34119 rm -Rf build
34120
34121
34122 if test $rc -ne 0; then :
34123
34124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34125 $as_echo "no" >&6; }
34126
34127 else
34128 if test "x$enable_linux_builtin" != xyes; then
34129
34130 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
34131 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
34132 rc=$?
34133 if test $rc -ne 0; then
34134 export=0
34135 for file in mm/backing-dev.c; do
34136 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
34137 "$LINUX/$file" 2>/dev/null
34138 rc=$?
34139 if test $rc -eq 0; then
34140 export=1
34141 break;
34142 fi
34143 done
34144 if test $export -eq 0; then :
34145 rc=1
34146 else :
34147 rc=0
34148 fi
34149 else :
34150 rc=0
34151 fi
34152
34153 fi
34154 if test $rc -ne 0; then :
34155
34156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34157 $as_echo "no" >&6; }
34158
34159 else :
34160
34161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34162 $as_echo "yes" >&6; }
34163
34164 $as_echo "#define HAVE_3ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
34165
34166
34167 fi
34168 fi
34169
34170
34171 else
34172 if test "x$enable_linux_builtin" != xyes; then
34173
34174 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
34175 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
34176 rc=$?
34177 if test $rc -ne 0; then
34178 export=0
34179 for file in mm/backing-dev.c; do
34180 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
34181 "$LINUX/$file" 2>/dev/null
34182 rc=$?
34183 if test $rc -eq 0; then
34184 export=1
34185 break;
34186 fi
34187 done
34188 if test $export -eq 0; then :
34189 rc=1
34190 else :
34191 rc=0
34192 fi
34193 else :
34194 rc=0
34195 fi
34196
34197 fi
34198 if test $rc -ne 0; then :
34199
34200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34201 $as_echo "no" >&6; }
34202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 3 args" >&5
34203 $as_echo_n "checking whether bdi_setup_and_register() wants 3 args... " >&6; }
34204
34205
34206
34207 cat confdefs.h - <<_ACEOF >conftest.c
34208
34209
34210 #include <linux/backing-dev.h>
34211 struct backing_dev_info bdi;
34212
34213 int
34214 main (void)
34215 {
34216
34217 char *name = "bdi";
34218 unsigned int cap = BDI_CAP_MAP_COPY;
34219 int error __attribute__((unused)) =
34220 bdi_setup_and_register(&bdi, name, cap);
34221
34222 ;
34223 return 0;
34224 }
34225
34226 _ACEOF
34227
34228
34229
34230 cat - <<_ACEOF >conftest.h
34231
34232 _ACEOF
34233
34234
34235 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34236 echo "obj-m := conftest.o" >build/Makefile
34237 modpost_flag=''
34238 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34239 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34240 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34241 (eval $ac_try) 2>&5
34242 ac_status=$?
34243 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34244 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34245 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34246 (eval $ac_try) 2>&5
34247 ac_status=$?
34248 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34249 test $ac_status = 0; }; }; then :
34250 rc=0
34251 else
34252 $as_echo "$as_me: failed program was:" >&5
34253 sed 's/^/| /' conftest.$ac_ext >&5
34254 rc=1
34255
34256
34257 fi
34258 rm -Rf build
34259
34260
34261 if test $rc -ne 0; then :
34262
34263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34264 $as_echo "no" >&6; }
34265
34266 else
34267 if test "x$enable_linux_builtin" != xyes; then
34268
34269 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
34270 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
34271 rc=$?
34272 if test $rc -ne 0; then
34273 export=0
34274 for file in mm/backing-dev.c; do
34275 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
34276 "$LINUX/$file" 2>/dev/null
34277 rc=$?
34278 if test $rc -eq 0; then
34279 export=1
34280 break;
34281 fi
34282 done
34283 if test $export -eq 0; then :
34284 rc=1
34285 else :
34286 rc=0
34287 fi
34288 else :
34289 rc=0
34290 fi
34291
34292 fi
34293 if test $rc -ne 0; then :
34294
34295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34296 $as_echo "no" >&6; }
34297
34298 else :
34299
34300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34301 $as_echo "yes" >&6; }
34302
34303 $as_echo "#define HAVE_3ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
34304
34305
34306 fi
34307 fi
34308
34309
34310 else :
34311
34312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34313 $as_echo "yes" >&6; }
34314
34315 $as_echo "#define HAVE_2ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
34316
34317
34318 fi
34319 fi
34320
34321
34322
34323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether set_nlink() is available" >&5
34324 $as_echo_n "checking whether set_nlink() is available... " >&6; }
34325
34326
34327 cat confdefs.h - <<_ACEOF >conftest.c
34328
34329
34330 #include <linux/fs.h>
34331
34332 int
34333 main (void)
34334 {
34335
34336 struct inode node;
34337 unsigned int link = 0;
34338 (void) set_nlink(&node, link);
34339
34340 ;
34341 return 0;
34342 }
34343
34344 _ACEOF
34345
34346
34347
34348 cat - <<_ACEOF >conftest.h
34349
34350 _ACEOF
34351
34352
34353 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34354 echo "obj-m := conftest.o" >build/Makefile
34355 modpost_flag=''
34356 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34357 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34358 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34359 (eval $ac_try) 2>&5
34360 ac_status=$?
34361 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34362 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34363 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34364 (eval $ac_try) 2>&5
34365 ac_status=$?
34366 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34367 test $ac_status = 0; }; }; then :
34368
34369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34370 $as_echo "yes" >&6; }
34371
34372 $as_echo "#define HAVE_SET_NLINK 1" >>confdefs.h
34373
34374
34375 else
34376 $as_echo "$as_me: failed program was:" >&5
34377 sed 's/^/| /' conftest.$ac_ext >&5
34378
34379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34380 $as_echo "no" >&6; }
34381
34382
34383
34384 fi
34385 rm -Rf build
34386
34387
34388
34389
34390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether elevator_change() is available" >&5
34391 $as_echo_n "checking whether elevator_change() is available... " >&6; }
34392 tmp_flags="$EXTRA_KCFLAGS"
34393 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
34394
34395
34396 cat confdefs.h - <<_ACEOF >conftest.c
34397
34398
34399 #include <linux/blkdev.h>
34400 #include <linux/elevator.h>
34401
34402 int
34403 main (void)
34404 {
34405
34406 int ret;
34407 struct request_queue *q = NULL;
34408 char *elevator = NULL;
34409 ret = elevator_change(q, elevator);
34410
34411 ;
34412 return 0;
34413 }
34414
34415 _ACEOF
34416
34417
34418
34419 cat - <<_ACEOF >conftest.h
34420
34421 _ACEOF
34422
34423
34424 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34425 echo "obj-m := conftest.o" >build/Makefile
34426 modpost_flag=''
34427 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34428 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34429 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34430 (eval $ac_try) 2>&5
34431 ac_status=$?
34432 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34433 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34434 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34435 (eval $ac_try) 2>&5
34436 ac_status=$?
34437 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34438 test $ac_status = 0; }; }; then :
34439
34440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34441 $as_echo "yes" >&6; }
34442
34443 $as_echo "#define HAVE_ELEVATOR_CHANGE 1" >>confdefs.h
34444
34445
34446 else
34447 $as_echo "$as_me: failed program was:" >&5
34448 sed 's/^/| /' conftest.$ac_ext >&5
34449
34450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34451 $as_echo "no" >&6; }
34452
34453
34454
34455 fi
34456 rm -Rf build
34457
34458
34459 EXTRA_KCFLAGS="$tmp_flags"
34460
34461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sget() wants 5 args" >&5
34462 $as_echo_n "checking whether sget() wants 5 args... " >&6; }
34463
34464
34465 cat confdefs.h - <<_ACEOF >conftest.c
34466
34467
34468 #include <linux/fs.h>
34469
34470 int
34471 main (void)
34472 {
34473
34474 struct file_system_type *type = NULL;
34475 int (*test)(struct super_block *,void *) = NULL;
34476 int (*set)(struct super_block *,void *) = NULL;
34477 int flags = 0;
34478 void *data = NULL;
34479 (void) sget(type, test, set, flags, data);
34480
34481 ;
34482 return 0;
34483 }
34484
34485 _ACEOF
34486
34487
34488
34489 cat - <<_ACEOF >conftest.h
34490
34491 _ACEOF
34492
34493
34494 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34495 echo "obj-m := conftest.o" >build/Makefile
34496 modpost_flag=''
34497 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34498 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34499 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34500 (eval $ac_try) 2>&5
34501 ac_status=$?
34502 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34503 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34504 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34505 (eval $ac_try) 2>&5
34506 ac_status=$?
34507 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34508 test $ac_status = 0; }; }; then :
34509
34510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34511 $as_echo "yes" >&6; }
34512
34513 $as_echo "#define HAVE_5ARG_SGET 1" >>confdefs.h
34514
34515
34516 else
34517 $as_echo "$as_me: failed program was:" >&5
34518 sed 's/^/| /' conftest.$ac_ext >&5
34519
34520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34521 $as_echo "no" >&6; }
34522
34523
34524
34525 fi
34526 rm -Rf build
34527
34528
34529
34530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lseek_execute() is available" >&5
34531 $as_echo_n "checking whether lseek_execute() is available... " >&6; }
34532
34533
34534
34535 cat confdefs.h - <<_ACEOF >conftest.c
34536
34537
34538 #include <linux/fs.h>
34539
34540 int
34541 main (void)
34542 {
34543
34544 struct file *fp __attribute__ ((unused)) = NULL;
34545 struct inode *ip __attribute__ ((unused)) = NULL;
34546 loff_t offset __attribute__ ((unused)) = 0;
34547 loff_t maxsize __attribute__ ((unused)) = 0;
34548
34549 lseek_execute(fp, ip, offset, maxsize);
34550
34551 ;
34552 return 0;
34553 }
34554
34555 _ACEOF
34556
34557
34558
34559 cat - <<_ACEOF >conftest.h
34560
34561 _ACEOF
34562
34563
34564 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34565 echo "obj-m := conftest.o" >build/Makefile
34566 modpost_flag=''
34567 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34568 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34569 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34570 (eval $ac_try) 2>&5
34571 ac_status=$?
34572 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34573 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34574 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34575 (eval $ac_try) 2>&5
34576 ac_status=$?
34577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34578 test $ac_status = 0; }; }; then :
34579 rc=0
34580 else
34581 $as_echo "$as_me: failed program was:" >&5
34582 sed 's/^/| /' conftest.$ac_ext >&5
34583 rc=1
34584
34585
34586 fi
34587 rm -Rf build
34588
34589
34590 if test $rc -ne 0; then :
34591
34592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34593 $as_echo "no" >&6; }
34594
34595 else
34596 if test "x$enable_linux_builtin" != xyes; then
34597
34598 grep -q -E '[[:space:]]lseek_exclusive[[:space:]]' \
34599 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
34600 rc=$?
34601 if test $rc -ne 0; then
34602 export=0
34603 for file in fs/read_write.c; do
34604 grep -q -E "EXPORT_SYMBOL.*(lseek_exclusive)" \
34605 "$LINUX/$file" 2>/dev/null
34606 rc=$?
34607 if test $rc -eq 0; then
34608 export=1
34609 break;
34610 fi
34611 done
34612 if test $export -eq 0; then :
34613 rc=1
34614 else :
34615 rc=0
34616 fi
34617 else :
34618 rc=0
34619 fi
34620
34621 fi
34622 if test $rc -ne 0; then :
34623
34624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34625 $as_echo "no" >&6; }
34626
34627 else :
34628
34629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34630 $as_echo "yes" >&6; }
34631
34632 $as_echo "#define HAVE_LSEEK_EXECUTE 1" >>confdefs.h
34633
34634
34635 fi
34636 fi
34637
34638
34639
34640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->iterate_shared() is available" >&5
34641 $as_echo_n "checking whether fops->iterate_shared() is available... " >&6; }
34642
34643
34644 cat confdefs.h - <<_ACEOF >conftest.c
34645
34646
34647 #include <linux/fs.h>
34648 int iterate(struct file *filp, struct dir_context * context)
34649 { return 0; }
34650
34651 static const struct file_operations fops
34652 __attribute__ ((unused)) = {
34653 .iterate_shared = iterate,
34654 };
34655
34656 int
34657 main (void)
34658 {
34659
34660
34661 ;
34662 return 0;
34663 }
34664
34665 _ACEOF
34666
34667
34668
34669 cat - <<_ACEOF >conftest.h
34670
34671 _ACEOF
34672
34673
34674 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34675 echo "obj-m := conftest.o" >build/Makefile
34676 modpost_flag=''
34677 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34678 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34679 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34680 (eval $ac_try) 2>&5
34681 ac_status=$?
34682 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34683 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34684 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34685 (eval $ac_try) 2>&5
34686 ac_status=$?
34687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34688 test $ac_status = 0; }; }; then :
34689
34690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34691 $as_echo "yes" >&6; }
34692
34693 $as_echo "#define HAVE_VFS_ITERATE_SHARED 1" >>confdefs.h
34694
34695
34696 else
34697 $as_echo "$as_me: failed program was:" >&5
34698 sed 's/^/| /' conftest.$ac_ext >&5
34699
34700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34701 $as_echo "no" >&6; }
34702
34703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->iterate() is available" >&5
34704 $as_echo_n "checking whether fops->iterate() is available... " >&6; }
34705
34706
34707 cat confdefs.h - <<_ACEOF >conftest.c
34708
34709
34710 #include <linux/fs.h>
34711 int iterate(struct file *filp, struct dir_context * context)
34712 { return 0; }
34713
34714 static const struct file_operations fops
34715 __attribute__ ((unused)) = {
34716 .iterate = iterate,
34717 };
34718
34719 int
34720 main (void)
34721 {
34722
34723
34724 ;
34725 return 0;
34726 }
34727
34728 _ACEOF
34729
34730
34731
34732 cat - <<_ACEOF >conftest.h
34733
34734 _ACEOF
34735
34736
34737 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34738 echo "obj-m := conftest.o" >build/Makefile
34739 modpost_flag=''
34740 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34741 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34742 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34743 (eval $ac_try) 2>&5
34744 ac_status=$?
34745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34746 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34747 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34748 (eval $ac_try) 2>&5
34749 ac_status=$?
34750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34751 test $ac_status = 0; }; }; then :
34752
34753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34754 $as_echo "yes" >&6; }
34755
34756 $as_echo "#define HAVE_VFS_ITERATE 1" >>confdefs.h
34757
34758
34759 else
34760 $as_echo "$as_me: failed program was:" >&5
34761 sed 's/^/| /' conftest.$ac_ext >&5
34762
34763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34764 $as_echo "no" >&6; }
34765
34766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->readdir() is available" >&5
34767 $as_echo_n "checking whether fops->readdir() is available... " >&6; }
34768
34769
34770 cat confdefs.h - <<_ACEOF >conftest.c
34771
34772
34773 #include <linux/fs.h>
34774 int readdir(struct file *filp, void *entry, filldir_t func)
34775 { return 0; }
34776
34777 static const struct file_operations fops
34778 __attribute__ ((unused)) = {
34779 .readdir = readdir,
34780 };
34781
34782 int
34783 main (void)
34784 {
34785
34786
34787 ;
34788 return 0;
34789 }
34790
34791 _ACEOF
34792
34793
34794
34795 cat - <<_ACEOF >conftest.h
34796
34797 _ACEOF
34798
34799
34800 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34801 echo "obj-m := conftest.o" >build/Makefile
34802 modpost_flag=''
34803 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34804 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34805 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34806 (eval $ac_try) 2>&5
34807 ac_status=$?
34808 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34809 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34810 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34811 (eval $ac_try) 2>&5
34812 ac_status=$?
34813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34814 test $ac_status = 0; }; }; then :
34815
34816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34817 $as_echo "yes" >&6; }
34818
34819 $as_echo "#define HAVE_VFS_READDIR 1" >>confdefs.h
34820
34821
34822 else
34823 $as_echo "$as_me: failed program was:" >&5
34824 sed 's/^/| /' conftest.$ac_ext >&5
34825
34826 as_fn_error $? "no; file a bug report with ZFSOnLinux" "$LINENO" 5
34827
34828
34829
34830 fi
34831 rm -Rf build
34832
34833
34834
34835
34836
34837 fi
34838 rm -Rf build
34839
34840
34841
34842
34843
34844 fi
34845 rm -Rf build
34846
34847
34848
34849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->read/write_iter() are available" >&5
34850 $as_echo_n "checking whether fops->read/write_iter() are available... " >&6; }
34851
34852
34853 cat confdefs.h - <<_ACEOF >conftest.c
34854
34855
34856 #include <linux/fs.h>
34857
34858 ssize_t test_read(struct kiocb *kiocb, struct iov_iter *to)
34859 { return 0; }
34860 ssize_t test_write(struct kiocb *kiocb, struct iov_iter *from)
34861 { return 0; }
34862
34863 static const struct file_operations
34864 fops __attribute__ ((unused)) = {
34865 .read_iter = test_read,
34866 .write_iter = test_write,
34867 };
34868
34869 int
34870 main (void)
34871 {
34872
34873
34874 ;
34875 return 0;
34876 }
34877
34878 _ACEOF
34879
34880
34881
34882 cat - <<_ACEOF >conftest.h
34883
34884 _ACEOF
34885
34886
34887 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34888 echo "obj-m := conftest.o" >build/Makefile
34889 modpost_flag=''
34890 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34891 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34892 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34893 (eval $ac_try) 2>&5
34894 ac_status=$?
34895 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34896 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34897 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34898 (eval $ac_try) 2>&5
34899 ac_status=$?
34900 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34901 test $ac_status = 0; }; }; then :
34902
34903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34904 $as_echo "yes" >&6; }
34905
34906 $as_echo "#define HAVE_VFS_RW_ITERATE 1" >>confdefs.h
34907
34908
34909 else
34910 $as_echo "$as_me: failed program was:" >&5
34911 sed 's/^/| /' conftest.$ac_ext >&5
34912
34913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34914 $as_echo "no" >&6; }
34915
34916
34917
34918 fi
34919 rm -Rf build
34920
34921
34922
34923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic_write_checks() takes kiocb" >&5
34924 $as_echo_n "checking whether generic_write_checks() takes kiocb... " >&6; }
34925
34926
34927 cat confdefs.h - <<_ACEOF >conftest.c
34928
34929
34930 #include <linux/fs.h>
34931
34932
34933 int
34934 main (void)
34935 {
34936
34937 struct kiocb *iocb = NULL;
34938 struct iov_iter *iov = NULL;
34939 generic_write_checks(iocb, iov);
34940
34941 ;
34942 return 0;
34943 }
34944
34945 _ACEOF
34946
34947
34948
34949 cat - <<_ACEOF >conftest.h
34950
34951 _ACEOF
34952
34953
34954 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34955 echo "obj-m := conftest.o" >build/Makefile
34956 modpost_flag=''
34957 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34958 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34959 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34960 (eval $ac_try) 2>&5
34961 ac_status=$?
34962 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34963 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34964 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34965 (eval $ac_try) 2>&5
34966 ac_status=$?
34967 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34968 test $ac_status = 0; }; }; then :
34969
34970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34971 $as_echo "yes" >&6; }
34972
34973 $as_echo "#define HAVE_GENERIC_WRITE_CHECKS_KIOCB 1" >>confdefs.h
34974
34975
34976 else
34977 $as_echo "$as_me: failed program was:" >&5
34978 sed 's/^/| /' conftest.$ac_ext >&5
34979
34980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34981 $as_echo "no" >&6; }
34982
34983
34984
34985 fi
34986 rm -Rf build
34987
34988
34989
34990
34991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kmap_atomic wants 1 args" >&5
34992 $as_echo_n "checking whether kmap_atomic wants 1 args... " >&6; }
34993
34994
34995 cat confdefs.h - <<_ACEOF >conftest.c
34996
34997
34998 #include <linux/pagemap.h>
34999
35000 int
35001 main (void)
35002 {
35003
35004 struct page page;
35005 kmap_atomic(&page);
35006
35007 ;
35008 return 0;
35009 }
35010
35011 _ACEOF
35012
35013
35014
35015 cat - <<_ACEOF >conftest.h
35016
35017 _ACEOF
35018
35019
35020 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35021 echo "obj-m := conftest.o" >build/Makefile
35022 modpost_flag=''
35023 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35024 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35025 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35026 (eval $ac_try) 2>&5
35027 ac_status=$?
35028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35029 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35030 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35031 (eval $ac_try) 2>&5
35032 ac_status=$?
35033 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35034 test $ac_status = 0; }; }; then :
35035
35036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35037 $as_echo "yes" >&6; }
35038
35039 $as_echo "#define HAVE_1ARG_KMAP_ATOMIC 1" >>confdefs.h
35040
35041
35042 else
35043 $as_echo "$as_me: failed program was:" >&5
35044 sed 's/^/| /' conftest.$ac_ext >&5
35045
35046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35047 $as_echo "no" >&6; }
35048
35049
35050
35051 fi
35052 rm -Rf build
35053
35054
35055
35056
35057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether follow_down_one() is available" >&5
35058 $as_echo_n "checking whether follow_down_one() is available... " >&6; }
35059
35060
35061 cat confdefs.h - <<_ACEOF >conftest.c
35062
35063
35064 #include <linux/namei.h>
35065
35066 int
35067 main (void)
35068 {
35069
35070 struct path *p = NULL;
35071 follow_down_one(p);
35072
35073 ;
35074 return 0;
35075 }
35076
35077 _ACEOF
35078
35079
35080
35081 cat - <<_ACEOF >conftest.h
35082
35083 _ACEOF
35084
35085
35086 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35087 echo "obj-m := conftest.o" >build/Makefile
35088 modpost_flag=''
35089 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35090 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35091 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35092 (eval $ac_try) 2>&5
35093 ac_status=$?
35094 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35095 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35096 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35097 (eval $ac_try) 2>&5
35098 ac_status=$?
35099 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35100 test $ac_status = 0; }; }; then :
35101
35102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35103 $as_echo "yes" >&6; }
35104
35105 $as_echo "#define HAVE_FOLLOW_DOWN_ONE 1" >>confdefs.h
35106
35107
35108 else
35109 $as_echo "$as_me: failed program was:" >&5
35110 sed 's/^/| /' conftest.$ac_ext >&5
35111
35112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35113 $as_echo "no" >&6; }
35114
35115
35116
35117 fi
35118 rm -Rf build
35119
35120
35121
35122
35123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether make_request_fn() returns int" >&5
35124 $as_echo_n "checking whether make_request_fn() returns int... " >&6; }
35125
35126
35127 cat confdefs.h - <<_ACEOF >conftest.c
35128
35129
35130 #include <linux/blkdev.h>
35131
35132 int make_request(struct request_queue *q, struct bio *bio)
35133 {
35134 return (0);
35135 }
35136
35137 int
35138 main (void)
35139 {
35140
35141 blk_queue_make_request(NULL, &make_request);
35142
35143 ;
35144 return 0;
35145 }
35146
35147 _ACEOF
35148
35149
35150
35151 cat - <<_ACEOF >conftest.h
35152
35153 _ACEOF
35154
35155
35156 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35157 echo "obj-m := conftest.o" >build/Makefile
35158 modpost_flag=''
35159 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35160 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35161 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35162 (eval $ac_try) 2>&5
35163 ac_status=$?
35164 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35165 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35166 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35167 (eval $ac_try) 2>&5
35168 ac_status=$?
35169 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35170 test $ac_status = 0; }; }; then :
35171
35172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35173 $as_echo "yes" >&6; }
35174
35175 $as_echo "#define MAKE_REQUEST_FN_RET int" >>confdefs.h
35176
35177
35178 $as_echo "#define HAVE_MAKE_REQUEST_FN_RET_INT 1" >>confdefs.h
35179
35180
35181 else
35182 $as_echo "$as_me: failed program was:" >&5
35183 sed 's/^/| /' conftest.$ac_ext >&5
35184
35185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35186 $as_echo "no" >&6; }
35187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether make_request_fn() returns void" >&5
35188 $as_echo_n "checking whether make_request_fn() returns void... " >&6; }
35189
35190
35191 cat confdefs.h - <<_ACEOF >conftest.c
35192
35193
35194 #include <linux/blkdev.h>
35195
35196 void make_request(struct request_queue *q, struct bio *bio)
35197 {
35198 return;
35199 }
35200
35201 int
35202 main (void)
35203 {
35204
35205 blk_queue_make_request(NULL, &make_request);
35206
35207 ;
35208 return 0;
35209 }
35210
35211 _ACEOF
35212
35213
35214
35215 cat - <<_ACEOF >conftest.h
35216
35217 _ACEOF
35218
35219
35220 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35221 echo "obj-m := conftest.o" >build/Makefile
35222 modpost_flag=''
35223 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35224 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35225 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35226 (eval $ac_try) 2>&5
35227 ac_status=$?
35228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35229 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35230 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35231 (eval $ac_try) 2>&5
35232 ac_status=$?
35233 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35234 test $ac_status = 0; }; }; then :
35235
35236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35237 $as_echo "yes" >&6; }
35238
35239 $as_echo "#define MAKE_REQUEST_FN_RET void" >>confdefs.h
35240
35241
35242 else
35243 $as_echo "$as_me: failed program was:" >&5
35244 sed 's/^/| /' conftest.$ac_ext >&5
35245
35246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35247 $as_echo "no" >&6; }
35248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether make_request_fn() returns blk_qc_t" >&5
35249 $as_echo_n "checking whether make_request_fn() returns blk_qc_t... " >&6; }
35250
35251
35252 cat confdefs.h - <<_ACEOF >conftest.c
35253
35254
35255 #include <linux/blkdev.h>
35256
35257 blk_qc_t make_request(struct request_queue *q, struct bio *bio)
35258 {
35259 return (BLK_QC_T_NONE);
35260 }
35261
35262 int
35263 main (void)
35264 {
35265
35266 blk_queue_make_request(NULL, &make_request);
35267
35268 ;
35269 return 0;
35270 }
35271
35272 _ACEOF
35273
35274
35275
35276 cat - <<_ACEOF >conftest.h
35277
35278 _ACEOF
35279
35280
35281 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35282 echo "obj-m := conftest.o" >build/Makefile
35283 modpost_flag=''
35284 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35285 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35286 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35287 (eval $ac_try) 2>&5
35288 ac_status=$?
35289 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35290 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35291 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35292 (eval $ac_try) 2>&5
35293 ac_status=$?
35294 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35295 test $ac_status = 0; }; }; then :
35296
35297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35298 $as_echo "yes" >&6; }
35299
35300 $as_echo "#define MAKE_REQUEST_FN_RET blk_qc_t" >>confdefs.h
35301
35302
35303 $as_echo "#define HAVE_MAKE_REQUEST_FN_RET_QC 1" >>confdefs.h
35304
35305
35306 else
35307 $as_echo "$as_me: failed program was:" >&5
35308 sed 's/^/| /' conftest.$ac_ext >&5
35309
35310 as_fn_error $? "no - Please file a bug report at
35311 https://github.com/zfsonlinux/zfs/issues/new" "$LINENO" 5
35312
35313
35314
35315 fi
35316 rm -Rf build
35317
35318
35319
35320
35321
35322 fi
35323 rm -Rf build
35324
35325
35326
35327
35328
35329 fi
35330 rm -Rf build
35331
35332
35333
35334
35335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic IO accounting symbols are avaliable" >&5
35336 $as_echo_n "checking whether generic IO accounting symbols are avaliable... " >&6; }
35337
35338
35339
35340 cat confdefs.h - <<_ACEOF >conftest.c
35341
35342
35343 #include <linux/bio.h>
35344
35345 void (*generic_start_io_acct_f)(int, unsigned long,
35346 struct hd_struct *) = &generic_start_io_acct;
35347 void (*generic_end_io_acct_f)(int, struct hd_struct *,
35348 unsigned long) = &generic_end_io_acct;
35349
35350 int
35351 main (void)
35352 {
35353
35354 generic_start_io_acct(0, 0, NULL);
35355 generic_end_io_acct(0, NULL, 0);
35356
35357 ;
35358 return 0;
35359 }
35360
35361 _ACEOF
35362
35363
35364
35365 cat - <<_ACEOF >conftest.h
35366
35367 _ACEOF
35368
35369
35370 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35371 echo "obj-m := conftest.o" >build/Makefile
35372 modpost_flag=''
35373 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35374 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35375 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35376 (eval $ac_try) 2>&5
35377 ac_status=$?
35378 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35379 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35380 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35381 (eval $ac_try) 2>&5
35382 ac_status=$?
35383 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35384 test $ac_status = 0; }; }; then :
35385 rc=0
35386 else
35387 $as_echo "$as_me: failed program was:" >&5
35388 sed 's/^/| /' conftest.$ac_ext >&5
35389 rc=1
35390
35391
35392 fi
35393 rm -Rf build
35394
35395
35396 if test $rc -ne 0; then :
35397
35398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35399 $as_echo "no" >&6; }
35400
35401 else
35402 if test "x$enable_linux_builtin" != xyes; then
35403
35404 grep -q -E '[[:space:]]generic_start_io_acct[[:space:]]' \
35405 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
35406 rc=$?
35407 if test $rc -ne 0; then
35408 export=0
35409 for file in block/bio.c; do
35410 grep -q -E "EXPORT_SYMBOL.*(generic_start_io_acct)" \
35411 "$LINUX/$file" 2>/dev/null
35412 rc=$?
35413 if test $rc -eq 0; then
35414 export=1
35415 break;
35416 fi
35417 done
35418 if test $export -eq 0; then :
35419 rc=1
35420 else :
35421 rc=0
35422 fi
35423 else :
35424 rc=0
35425 fi
35426
35427 fi
35428 if test $rc -ne 0; then :
35429
35430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35431 $as_echo "no" >&6; }
35432
35433 else :
35434
35435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35436 $as_echo "yes" >&6; }
35437
35438 $as_echo "#define HAVE_GENERIC_IO_ACCT 1" >>confdefs.h
35439
35440
35441 fi
35442 fi
35443
35444
35445
35446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->rename() wants flags" >&5
35447 $as_echo_n "checking whether iops->rename() wants flags... " >&6; }
35448
35449
35450 cat confdefs.h - <<_ACEOF >conftest.c
35451
35452
35453 #include <linux/fs.h>
35454 int rename_fn(struct inode *sip, struct dentry *sdp,
35455 struct inode *tip, struct dentry *tdp,
35456 unsigned int flags) { return 0; }
35457
35458 static const struct inode_operations
35459 iops __attribute__ ((unused)) = {
35460 .rename = rename_fn,
35461 };
35462
35463 int
35464 main (void)
35465 {
35466
35467
35468 ;
35469 return 0;
35470 }
35471
35472 _ACEOF
35473
35474
35475
35476 cat - <<_ACEOF >conftest.h
35477
35478 _ACEOF
35479
35480
35481 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35482 echo "obj-m := conftest.o" >build/Makefile
35483 modpost_flag=''
35484 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35485 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35486 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35487 (eval $ac_try) 2>&5
35488 ac_status=$?
35489 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35490 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35491 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35492 (eval $ac_try) 2>&5
35493 ac_status=$?
35494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35495 test $ac_status = 0; }; }; then :
35496
35497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35498 $as_echo "yes" >&6; }
35499
35500 $as_echo "#define HAVE_RENAME_WANTS_FLAGS 1" >>confdefs.h
35501
35502
35503 else
35504 $as_echo "$as_me: failed program was:" >&5
35505 sed 's/^/| /' conftest.$ac_ext >&5
35506
35507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35508 $as_echo "no" >&6; }
35509
35510
35511
35512 fi
35513 rm -Rf build
35514
35515
35516
35517
35518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic_setxattr() exists" >&5
35519 $as_echo_n "checking whether generic_setxattr() exists... " >&6; }
35520
35521
35522 cat confdefs.h - <<_ACEOF >conftest.c
35523
35524
35525 #include <linux/fs.h>
35526 #include <linux/xattr.h>
35527
35528 static const struct inode_operations
35529 iops __attribute__ ((unused)) = {
35530 .setxattr = generic_setxattr
35531 };
35532
35533 int
35534 main (void)
35535 {
35536
35537
35538 ;
35539 return 0;
35540 }
35541
35542 _ACEOF
35543
35544
35545
35546 cat - <<_ACEOF >conftest.h
35547
35548 _ACEOF
35549
35550
35551 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35552 echo "obj-m := conftest.o" >build/Makefile
35553 modpost_flag=''
35554 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35555 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35556 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35557 (eval $ac_try) 2>&5
35558 ac_status=$?
35559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35560 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35561 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35562 (eval $ac_try) 2>&5
35563 ac_status=$?
35564 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35565 test $ac_status = 0; }; }; then :
35566
35567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35568 $as_echo "yes" >&6; }
35569
35570 $as_echo "#define HAVE_GENERIC_SETXATTR 1" >>confdefs.h
35571
35572
35573 else
35574 $as_echo "$as_me: failed program was:" >&5
35575 sed 's/^/| /' conftest.$ac_ext >&5
35576
35577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35578 $as_echo "no" >&6; }
35579
35580
35581
35582 fi
35583 rm -Rf build
35584
35585
35586
35587
35588 if test "$LINUX_OBJ" != "$LINUX"; then :
35589
35590 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
35591
35592 fi
35593
35594
35595
35596 KERNELCPPFLAGS="$KERNELCPPFLAGS $NO_UNUSED_BUT_SET_VARIABLE"
35597 KERNELCPPFLAGS="$KERNELCPPFLAGS $NO_BOOL_COMPARE"
35598 KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL"
35599 KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\""
35600
35601
35602
35603
35604
35605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dkms.conf file" >&5
35606 $as_echo_n "checking for dkms.conf file... " >&6; }
35607 if test -e dkms.conf; then :
35608
35609 as_fn_error $? "
35610 *** ZFS should not be manually built in the DKMS source tree.
35611 *** Remove all ZFS packages before compiling the ZoL sources.
35612 *** Running \"make install\" breaks ZFS packages." "$LINENO" 5
35613
35614 else
35615
35616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
35617 $as_echo "not found" >&6; }
35618
35619 fi
35620
35621
35622
35623 # Check whether --with-mounthelperdir was given.
35624 if test "${with_mounthelperdir+set}" = set; then :
35625 withval=$with_mounthelperdir; mounthelperdir=$withval
35626 else
35627 mounthelperdir=/sbin
35628 fi
35629
35630
35631
35632
35633
35634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev directories" >&5
35635 $as_echo_n "checking for udev directories... " >&6; }
35636
35637 # Check whether --with-udevdir was given.
35638 if test "${with_udevdir+set}" = set; then :
35639 withval=$with_udevdir; udevdir=$withval
35640 else
35641 udevdir=check
35642 fi
35643
35644
35645 if test "x$udevdir" = xcheck; then :
35646
35647 path1=/lib/udev
35648 path2=/usr/lib/udev
35649 default=$path2
35650
35651 if test -d "$path1"; then :
35652 udevdir="$path1"
35653 else
35654
35655 if test -d "$path2"; then :
35656 udevdir="$path2"
35657 else
35658 udevdir="$default"
35659 fi
35660
35661 fi
35662
35663 fi
35664
35665
35666 # Check whether --with-udevruledir was given.
35667 if test "${with_udevruledir+set}" = set; then :
35668 withval=$with_udevruledir; udevruledir=$withval
35669 else
35670 udevruledir="${udevdir}/rules.d"
35671 fi
35672
35673
35674
35675
35676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $udevdir;$udevruledir" >&5
35677 $as_echo "$udevdir;$udevruledir" >&6; }
35678
35679
35680 # Check whether --enable-systemd was given.
35681 if test "${enable_systemd+set}" = set; then :
35682 enableval=$enable_systemd;
35683 else
35684 enable_systemd=yes
35685 fi
35686
35687
35688
35689 # Check whether --with-systemdunitdir was given.
35690 if test "${with_systemdunitdir+set}" = set; then :
35691 withval=$with_systemdunitdir; systemdunitdir=$withval
35692 else
35693 systemdunitdir=/usr/lib/systemd/system
35694 fi
35695
35696
35697
35698 # Check whether --with-systemdpresetdir was given.
35699 if test "${with_systemdpresetdir+set}" = set; then :
35700 withval=$with_systemdpresetdir; systemdpresetdir=$withval
35701 else
35702 systemdpresetdir=/usr/lib/systemd/system-preset
35703 fi
35704
35705
35706
35707 # Check whether --with-systemdmodulesloaddir was given.
35708 if test "${with_systemdmodulesloaddir+set}" = set; then :
35709 withval=$with_systemdmodulesloaddir; systemdmoduleloaddir=$withval
35710 else
35711 systemdmodulesloaddir=/usr/lib/modules-load.d
35712 fi
35713
35714
35715
35716 if test "x$enable_systemd" = xyes; then :
35717
35718 ZFS_INIT_SYSTEMD=systemd
35719 ZFS_MODULE_LOAD=modules-load.d
35720 modulesloaddir=$systemdmodulesloaddir
35721
35722 fi
35723
35724
35725
35726
35727
35728
35729
35730
35731 # Check whether --enable-sysvinit was given.
35732 if test "${enable_sysvinit+set}" = set; then :
35733 enableval=$enable_sysvinit;
35734 else
35735 enable_sysvinit=yes
35736 fi
35737
35738
35739 if test "x$enable_sysvinit" = xyes; then :
35740 ZFS_INIT_SYSV=init.d
35741 fi
35742
35743
35744
35745
35746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dracut directory" >&5
35747 $as_echo_n "checking for dracut directory... " >&6; }
35748
35749 # Check whether --with-dracutdir was given.
35750 if test "${with_dracutdir+set}" = set; then :
35751 withval=$with_dracutdir; dracutdir=$withval
35752 else
35753 dracutdir=check
35754 fi
35755
35756
35757 if test "x$dracutdir" = xcheck; then :
35758
35759 path1=/usr/share/dracut
35760 path2=/usr/lib/dracut
35761 default=$path2
35762
35763 if test -d "$path1"; then :
35764 dracutdir="$path1"
35765 else
35766
35767 if test -d "$path2"; then :
35768 dracutdir="$path2"
35769 else
35770 dracutdir="$default"
35771 fi
35772
35773 fi
35774
35775 fi
35776
35777
35778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dracutdir" >&5
35779 $as_echo "$dracutdir" >&6; }
35780
35781
35782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for target asm dir" >&5
35783 $as_echo_n "checking for target asm dir... " >&6; }
35784 TARGET_ARCH=`echo ${target_cpu} | sed -e s/i.86/i386/`
35785
35786 case $TARGET_ARCH in
35787 i386|x86_64)
35788 TARGET_ASM_DIR=asm-${TARGET_ARCH}
35789 ;;
35790 *)
35791 TARGET_ASM_DIR=asm-generic
35792 ;;
35793 esac
35794
35795
35796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TARGET_ASM_DIR" >&5
35797 $as_echo "$TARGET_ASM_DIR" >&6; }
35798
35799
35800 ZLIB=
35801
35802 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
35803 if test "x$ac_cv_header_zlib_h" = xyes; then :
35804
35805 else
35806 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
35807 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
35808 as_fn_error $? "
35809 *** zlib.h missing, zlib-devel package required
35810 See \`config.log' for more details" "$LINENO" 5; }
35811 fi
35812
35813
35814
35815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compress2 in -lz" >&5
35816 $as_echo_n "checking for compress2 in -lz... " >&6; }
35817 if ${ac_cv_lib_z_compress2+:} false; then :
35818 $as_echo_n "(cached) " >&6
35819 else
35820 ac_check_lib_save_LIBS=$LIBS
35821 LIBS="-lz $LIBS"
35822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35823 /* end confdefs.h. */
35824
35825 /* Override any GCC internal prototype to avoid an error.
35826 Use char because int might match the return type of a GCC
35827 builtin and then its argument prototype would still apply. */
35828 #ifdef __cplusplus
35829 extern "C"
35830 #endif
35831 char compress2 ();
35832 int
35833 main ()
35834 {
35835 return compress2 ();
35836 ;
35837 return 0;
35838 }
35839 _ACEOF
35840 if ac_fn_c_try_link "$LINENO"; then :
35841 ac_cv_lib_z_compress2=yes
35842 else
35843 ac_cv_lib_z_compress2=no
35844 fi
35845 rm -f core conftest.err conftest.$ac_objext \
35846 conftest$ac_exeext conftest.$ac_ext
35847 LIBS=$ac_check_lib_save_LIBS
35848 fi
35849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_compress2" >&5
35850 $as_echo "$ac_cv_lib_z_compress2" >&6; }
35851 if test "x$ac_cv_lib_z_compress2" = xyes; then :
35852 cat >>confdefs.h <<_ACEOF
35853 #define HAVE_LIBZ 1
35854 _ACEOF
35855
35856 LIBS="-lz $LIBS"
35857
35858 else
35859 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
35860 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
35861 as_fn_error $? "
35862 *** compress2() missing, zlib-devel package required
35863 See \`config.log' for more details" "$LINENO" 5; }
35864 fi
35865
35866
35867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uncompress in -lz" >&5
35868 $as_echo_n "checking for uncompress in -lz... " >&6; }
35869 if ${ac_cv_lib_z_uncompress+:} false; then :
35870 $as_echo_n "(cached) " >&6
35871 else
35872 ac_check_lib_save_LIBS=$LIBS
35873 LIBS="-lz $LIBS"
35874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35875 /* end confdefs.h. */
35876
35877 /* Override any GCC internal prototype to avoid an error.
35878 Use char because int might match the return type of a GCC
35879 builtin and then its argument prototype would still apply. */
35880 #ifdef __cplusplus
35881 extern "C"
35882 #endif
35883 char uncompress ();
35884 int
35885 main ()
35886 {
35887 return uncompress ();
35888 ;
35889 return 0;
35890 }
35891 _ACEOF
35892 if ac_fn_c_try_link "$LINENO"; then :
35893 ac_cv_lib_z_uncompress=yes
35894 else
35895 ac_cv_lib_z_uncompress=no
35896 fi
35897 rm -f core conftest.err conftest.$ac_objext \
35898 conftest$ac_exeext conftest.$ac_ext
35899 LIBS=$ac_check_lib_save_LIBS
35900 fi
35901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_uncompress" >&5
35902 $as_echo "$ac_cv_lib_z_uncompress" >&6; }
35903 if test "x$ac_cv_lib_z_uncompress" = xyes; then :
35904 cat >>confdefs.h <<_ACEOF
35905 #define HAVE_LIBZ 1
35906 _ACEOF
35907
35908 LIBS="-lz $LIBS"
35909
35910 else
35911 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
35912 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
35913 as_fn_error $? "
35914 *** uncompress() missing, zlib-devel package required
35915 See \`config.log' for more details" "$LINENO" 5; }
35916 fi
35917
35918
35919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for crc32 in -lz" >&5
35920 $as_echo_n "checking for crc32 in -lz... " >&6; }
35921 if ${ac_cv_lib_z_crc32+:} false; then :
35922 $as_echo_n "(cached) " >&6
35923 else
35924 ac_check_lib_save_LIBS=$LIBS
35925 LIBS="-lz $LIBS"
35926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35927 /* end confdefs.h. */
35928
35929 /* Override any GCC internal prototype to avoid an error.
35930 Use char because int might match the return type of a GCC
35931 builtin and then its argument prototype would still apply. */
35932 #ifdef __cplusplus
35933 extern "C"
35934 #endif
35935 char crc32 ();
35936 int
35937 main ()
35938 {
35939 return crc32 ();
35940 ;
35941 return 0;
35942 }
35943 _ACEOF
35944 if ac_fn_c_try_link "$LINENO"; then :
35945 ac_cv_lib_z_crc32=yes
35946 else
35947 ac_cv_lib_z_crc32=no
35948 fi
35949 rm -f core conftest.err conftest.$ac_objext \
35950 conftest$ac_exeext conftest.$ac_ext
35951 LIBS=$ac_check_lib_save_LIBS
35952 fi
35953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_crc32" >&5
35954 $as_echo "$ac_cv_lib_z_crc32" >&6; }
35955 if test "x$ac_cv_lib_z_crc32" = xyes; then :
35956 cat >>confdefs.h <<_ACEOF
35957 #define HAVE_LIBZ 1
35958 _ACEOF
35959
35960 LIBS="-lz $LIBS"
35961
35962 else
35963 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
35964 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
35965 as_fn_error $? "
35966 *** crc32() missing, zlib-devel package required
35967 See \`config.log' for more details" "$LINENO" 5; }
35968 fi
35969
35970
35971 ZLIB="-lz"
35972
35973
35974 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
35975
35976
35977
35978 LIBUUID=
35979
35980 ac_fn_c_check_header_mongrel "$LINENO" "uuid/uuid.h" "ac_cv_header_uuid_uuid_h" "$ac_includes_default"
35981 if test "x$ac_cv_header_uuid_uuid_h" = xyes; then :
35982
35983 else
35984 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
35985 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
35986 as_fn_error $? "
35987 *** uuid/uuid.h missing, libuuid-devel package required
35988 See \`config.log' for more details" "$LINENO" 5; }
35989 fi
35990
35991
35992
35993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_generate in -luuid" >&5
35994 $as_echo_n "checking for uuid_generate in -luuid... " >&6; }
35995 if ${ac_cv_lib_uuid_uuid_generate+:} false; then :
35996 $as_echo_n "(cached) " >&6
35997 else
35998 ac_check_lib_save_LIBS=$LIBS
35999 LIBS="-luuid $LIBS"
36000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36001 /* end confdefs.h. */
36002
36003 /* Override any GCC internal prototype to avoid an error.
36004 Use char because int might match the return type of a GCC
36005 builtin and then its argument prototype would still apply. */
36006 #ifdef __cplusplus
36007 extern "C"
36008 #endif
36009 char uuid_generate ();
36010 int
36011 main ()
36012 {
36013 return uuid_generate ();
36014 ;
36015 return 0;
36016 }
36017 _ACEOF
36018 if ac_fn_c_try_link "$LINENO"; then :
36019 ac_cv_lib_uuid_uuid_generate=yes
36020 else
36021 ac_cv_lib_uuid_uuid_generate=no
36022 fi
36023 rm -f core conftest.err conftest.$ac_objext \
36024 conftest$ac_exeext conftest.$ac_ext
36025 LIBS=$ac_check_lib_save_LIBS
36026 fi
36027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate" >&5
36028 $as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; }
36029 if test "x$ac_cv_lib_uuid_uuid_generate" = xyes; then :
36030 cat >>confdefs.h <<_ACEOF
36031 #define HAVE_LIBUUID 1
36032 _ACEOF
36033
36034 LIBS="-luuid $LIBS"
36035
36036 else
36037 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
36038 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
36039 as_fn_error $? "
36040 *** uuid_generate() missing, libuuid-devel package required
36041 See \`config.log' for more details" "$LINENO" 5; }
36042 fi
36043
36044
36045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_is_null in -luuid" >&5
36046 $as_echo_n "checking for uuid_is_null in -luuid... " >&6; }
36047 if ${ac_cv_lib_uuid_uuid_is_null+:} false; then :
36048 $as_echo_n "(cached) " >&6
36049 else
36050 ac_check_lib_save_LIBS=$LIBS
36051 LIBS="-luuid $LIBS"
36052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36053 /* end confdefs.h. */
36054
36055 /* Override any GCC internal prototype to avoid an error.
36056 Use char because int might match the return type of a GCC
36057 builtin and then its argument prototype would still apply. */
36058 #ifdef __cplusplus
36059 extern "C"
36060 #endif
36061 char uuid_is_null ();
36062 int
36063 main ()
36064 {
36065 return uuid_is_null ();
36066 ;
36067 return 0;
36068 }
36069 _ACEOF
36070 if ac_fn_c_try_link "$LINENO"; then :
36071 ac_cv_lib_uuid_uuid_is_null=yes
36072 else
36073 ac_cv_lib_uuid_uuid_is_null=no
36074 fi
36075 rm -f core conftest.err conftest.$ac_objext \
36076 conftest$ac_exeext conftest.$ac_ext
36077 LIBS=$ac_check_lib_save_LIBS
36078 fi
36079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_is_null" >&5
36080 $as_echo "$ac_cv_lib_uuid_uuid_is_null" >&6; }
36081 if test "x$ac_cv_lib_uuid_uuid_is_null" = xyes; then :
36082 cat >>confdefs.h <<_ACEOF
36083 #define HAVE_LIBUUID 1
36084 _ACEOF
36085
36086 LIBS="-luuid $LIBS"
36087
36088 else
36089 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
36090 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
36091 as_fn_error $? "
36092 *** uuid_is_null() missing, libuuid-devel package required
36093 See \`config.log' for more details" "$LINENO" 5; }
36094 fi
36095
36096
36097 LIBUUID="-luuid"
36098
36099
36100 $as_echo "#define HAVE_LIBUUID 1" >>confdefs.h
36101
36102
36103
36104
36105 # Check whether --with-blkid was given.
36106 if test "${with_blkid+set}" = set; then :
36107 withval=$with_blkid;
36108 else
36109 with_blkid=check
36110 fi
36111
36112
36113 LIBBLKID=
36114 if test "x$with_blkid" = xyes; then :
36115
36116 LIBBLKID="-lblkid"
36117
36118
36119 $as_echo "#define HAVE_LIBBLKID 1" >>confdefs.h
36120
36121
36122 fi
36123
36124 if test "x$with_blkid" = xcheck; then :
36125
36126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for blkid_get_cache in -lblkid" >&5
36127 $as_echo_n "checking for blkid_get_cache in -lblkid... " >&6; }
36128 if ${ac_cv_lib_blkid_blkid_get_cache+:} false; then :
36129 $as_echo_n "(cached) " >&6
36130 else
36131 ac_check_lib_save_LIBS=$LIBS
36132 LIBS="-lblkid $LIBS"
36133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36134 /* end confdefs.h. */
36135
36136 /* Override any GCC internal prototype to avoid an error.
36137 Use char because int might match the return type of a GCC
36138 builtin and then its argument prototype would still apply. */
36139 #ifdef __cplusplus
36140 extern "C"
36141 #endif
36142 char blkid_get_cache ();
36143 int
36144 main ()
36145 {
36146 return blkid_get_cache ();
36147 ;
36148 return 0;
36149 }
36150 _ACEOF
36151 if ac_fn_c_try_link "$LINENO"; then :
36152 ac_cv_lib_blkid_blkid_get_cache=yes
36153 else
36154 ac_cv_lib_blkid_blkid_get_cache=no
36155 fi
36156 rm -f core conftest.err conftest.$ac_objext \
36157 conftest$ac_exeext conftest.$ac_ext
36158 LIBS=$ac_check_lib_save_LIBS
36159 fi
36160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blkid_blkid_get_cache" >&5
36161 $as_echo "$ac_cv_lib_blkid_blkid_get_cache" >&6; }
36162 if test "x$ac_cv_lib_blkid_blkid_get_cache" = xyes; then :
36163
36164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for blkid zfs support" >&5
36165 $as_echo_n "checking for blkid zfs support... " >&6; }
36166
36167 ZFS_DEV=`mktemp`
36168 truncate -s 64M $ZFS_DEV
36169 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
36170 dd of=$ZFS_DEV bs=1k count=8 \
36171 seek=128 conv=notrunc &>/dev/null \
36172 >/dev/null 2>/dev/null
36173 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
36174 dd of=$ZFS_DEV bs=1k count=8 \
36175 seek=132 conv=notrunc &>/dev/null \
36176 >/dev/null 2>/dev/null
36177 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
36178 dd of=$ZFS_DEV bs=1k count=8 \
36179 seek=136 conv=notrunc &>/dev/null \
36180 >/dev/null 2>/dev/null
36181 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
36182 dd of=$ZFS_DEV bs=1k count=8 \
36183 seek=140 conv=notrunc &>/dev/null \
36184 >/dev/null 2>/dev/null
36185
36186 saved_LIBS="$LIBS"
36187 LIBS="-lblkid"
36188
36189 if test "$cross_compiling" = yes; then :
36190 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
36191 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
36192 as_fn_error $? "cannot run test program while cross compiling
36193 See \`config.log' for more details" "$LINENO" 5; }
36194 else
36195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36196 /* end confdefs.h. */
36197
36198 #include <stdio.h>
36199 #include <stdlib.h>
36200 #include <blkid/blkid.h>
36201
36202 int
36203 main ()
36204 {
36205
36206 blkid_cache cache;
36207 char *value;
36208
36209 if (blkid_get_cache(&cache, NULL) < 0)
36210 return 1;
36211
36212 value = blkid_get_tag_value(cache, "TYPE",
36213 "$ZFS_DEV");
36214 if (!value) {
36215 blkid_put_cache(cache);
36216 return 2;
36217 }
36218
36219 if (strcmp(value, "zfs_member")) {
36220 free(value);
36221 blkid_put_cache(cache);
36222 return 0;
36223 }
36224
36225 free(value);
36226 blkid_put_cache(cache);
36227
36228 ;
36229 return 0;
36230 }
36231 _ACEOF
36232 if ac_fn_c_try_run "$LINENO"; then :
36233
36234 rm -f $ZFS_DEV
36235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36236 $as_echo "yes" >&6; }
36237 LIBBLKID="-lblkid"
36238
36239
36240 $as_echo "#define HAVE_LIBBLKID 1" >>confdefs.h
36241
36242
36243 else
36244
36245 rm -f $ZFS_DEV
36246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36247 $as_echo "no" >&6; }
36248 if test "x$with_blkid" != xcheck; then :
36249 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
36250 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
36251 as_fn_error $? "--with-blkid given but unavailable
36252 See \`config.log' for more details" "$LINENO" 5; }
36253 fi
36254
36255 fi
36256 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
36257 conftest.$ac_objext conftest.beam conftest.$ac_ext
36258 fi
36259
36260
36261 LIBS="$saved_LIBS"
36262
36263 else
36264
36265 if test "x$with_blkid" != xcheck; then :
36266 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
36267 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
36268 as_fn_error $? "--with-blkid given but unavailable
36269 See \`config.log' for more details" "$LINENO" 5; }
36270 fi
36271
36272
36273 fi
36274
36275
36276 fi
36277
36278
36279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -Wframe-larger-than=<size> support" >&5
36280 $as_echo_n "checking for -Wframe-larger-than=<size> support... " >&6; }
36281
36282 saved_flags="$CFLAGS"
36283 CFLAGS="$CFLAGS -Wframe-larger-than=1024"
36284
36285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36286 /* end confdefs.h. */
36287
36288 int
36289 main ()
36290 {
36291
36292 ;
36293 return 0;
36294 }
36295 _ACEOF
36296 if ac_fn_c_try_compile "$LINENO"; then :
36297
36298 FRAME_LARGER_THAN=-Wframe-larger-than=1024
36299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36300 $as_echo "yes" >&6; }
36301
36302 else
36303
36304 FRAME_LARGER_THAN=
36305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36306 $as_echo "no" >&6; }
36307
36308 fi
36309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36310
36311 CFLAGS="$saved_flags"
36312
36313
36314
36315 if test "x$runstatedir" = x; then
36316 runstatedir='${localstatedir}/run'
36317
36318 fi
36319
36320 for ac_func in mlockall
36321 do :
36322 ac_fn_c_check_func "$LINENO" "mlockall" "ac_cv_func_mlockall"
36323 if test "x$ac_cv_func_mlockall" = xyes; then :
36324 cat >>confdefs.h <<_ACEOF
36325 #define HAVE_MLOCKALL 1
36326 _ACEOF
36327
36328 fi
36329 done
36330
36331 ;;
36332 srpm) ;;
36333 *)
36334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Error!" >&5
36335 $as_echo "Error!" >&6; }
36336 as_fn_error $? "Bad value \"$ZFS_CONFIG\" for --with-config,
36337 user kernel|user|all|srpm" "$LINENO" 5 ;;
36338 esac
36339
36340 if test "$ZFS_CONFIG" = user -o "$ZFS_CONFIG" = all; then
36341 CONFIG_USER_TRUE=
36342 CONFIG_USER_FALSE='#'
36343 else
36344 CONFIG_USER_TRUE='#'
36345 CONFIG_USER_FALSE=
36346 fi
36347
36348 if test "$ZFS_CONFIG" = kernel -o "$ZFS_CONFIG" = all &&
36349 test "x$enable_linux_builtin" != xyes ; then
36350 CONFIG_KERNEL_TRUE=
36351 CONFIG_KERNEL_FALSE='#'
36352 else
36353 CONFIG_KERNEL_TRUE='#'
36354 CONFIG_KERNEL_FALSE=
36355 fi
36356
36357
36358
36359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether debugging is enabled" >&5
36360 $as_echo_n "checking whether debugging is enabled... " >&6; }
36361 # Check whether --enable-debug was given.
36362 if test "${enable_debug+set}" = set; then :
36363 enableval=$enable_debug;
36364 else
36365 enable_debug=no
36366 fi
36367
36368
36369 if test "x$enable_debug" = xyes; then :
36370
36371 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG -Werror"
36372 HOSTCFLAGS="${HOSTCFLAGS} -DDEBUG -Werror"
36373 DEBUG_CFLAGS="-DDEBUG -Werror"
36374 DEBUG_STACKFLAGS="-fstack-check"
36375 DEBUG_ZFS="_with_debug"
36376
36377 $as_echo "#define ZFS_DEBUG 1" >>confdefs.h
36378
36379
36380 else
36381
36382 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DNDEBUG "
36383 HOSTCFLAGS="${HOSTCFLAGS} -DNDEBUG "
36384 DEBUG_CFLAGS="-DNDEBUG"
36385 DEBUG_STACKFLAGS=""
36386 DEBUG_ZFS="_without_debug"
36387
36388 fi
36389
36390
36391
36392
36393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_debug" >&5
36394 $as_echo "$enable_debug" >&6; }
36395
36396
36397 # Check whether --enable-debug-dmu-tx was given.
36398 if test "${enable_debug_dmu_tx+set}" = set; then :
36399 enableval=$enable_debug_dmu_tx;
36400 else
36401 enable_debug_dmu_tx=no
36402 fi
36403
36404
36405 if test "x$enable_debug_dmu_tx" = xyes; then :
36406
36407 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_DMU_TX"
36408 DEBUG_DMU_TX="_with_debug_dmu_tx"
36409
36410 $as_echo "#define DEBUG_DMU_TX 1" >>confdefs.h
36411
36412
36413 else
36414
36415 DEBUG_DMU_TX="_without_debug_dmu_tx"
36416
36417 fi
36418
36419
36420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dmu tx validation is enabled" >&5
36421 $as_echo_n "checking whether dmu tx validation is enabled... " >&6; }
36422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_debug_dmu_tx" >&5
36423 $as_echo "$enable_debug_dmu_tx" >&6; }
36424
36425
36426 ac_config_files="$ac_config_files 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 zfs.release"
36427
36428
36429 cat >confcache <<\_ACEOF
36430 # This file is a shell script that caches the results of configure
36431 # tests run on this system so they can be shared between configure
36432 # scripts and configure runs, see configure's option --config-cache.
36433 # It is not useful on other systems. If it contains results you don't
36434 # want to keep, you may remove or edit it.
36435 #
36436 # config.status only pays attention to the cache file if you give it
36437 # the --recheck option to rerun configure.
36438 #
36439 # `ac_cv_env_foo' variables (set or unset) will be overridden when
36440 # loading this file, other *unset* `ac_cv_foo' will be assigned the
36441 # following values.
36442
36443 _ACEOF
36444
36445 # The following way of writing the cache mishandles newlines in values,
36446 # but we know of no workaround that is simple, portable, and efficient.
36447 # So, we kill variables containing newlines.
36448 # Ultrix sh set writes to stderr and can't be redirected directly,
36449 # and sets the high bit in the cache file unless we assign to the vars.
36450 (
36451 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
36452 eval ac_val=\$$ac_var
36453 case $ac_val in #(
36454 *${as_nl}*)
36455 case $ac_var in #(
36456 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
36457 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
36458 esac
36459 case $ac_var in #(
36460 _ | IFS | as_nl) ;; #(
36461 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
36462 *) { eval $ac_var=; unset $ac_var;} ;;
36463 esac ;;
36464 esac
36465 done
36466
36467 (set) 2>&1 |
36468 case $as_nl`(ac_space=' '; set) 2>&1` in #(
36469 *${as_nl}ac_space=\ *)
36470 # `set' does not quote correctly, so add quotes: double-quote
36471 # substitution turns \\\\ into \\, and sed turns \\ into \.
36472 sed -n \
36473 "s/'/'\\\\''/g;
36474 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
36475 ;; #(
36476 *)
36477 # `set' quotes correctly as required by POSIX, so do not add quotes.
36478 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
36479 ;;
36480 esac |
36481 sort
36482 ) |
36483 sed '
36484 /^ac_cv_env_/b end
36485 t clear
36486 :clear
36487 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
36488 t end
36489 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
36490 :end' >>confcache
36491 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
36492 if test -w "$cache_file"; then
36493 if test "x$cache_file" != "x/dev/null"; then
36494 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
36495 $as_echo "$as_me: updating cache $cache_file" >&6;}
36496 if test ! -f "$cache_file" || test -h "$cache_file"; then
36497 cat confcache >"$cache_file"
36498 else
36499 case $cache_file in #(
36500 */* | ?:*)
36501 mv -f confcache "$cache_file"$$ &&
36502 mv -f "$cache_file"$$ "$cache_file" ;; #(
36503 *)
36504 mv -f confcache "$cache_file" ;;
36505 esac
36506 fi
36507 fi
36508 else
36509 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
36510 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
36511 fi
36512 fi
36513 rm -f confcache
36514
36515 test "x$prefix" = xNONE && prefix=$ac_default_prefix
36516 # Let make expand exec_prefix.
36517 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
36518
36519 DEFS=-DHAVE_CONFIG_H
36520
36521 ac_libobjs=
36522 ac_ltlibobjs=
36523 U=
36524 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
36525 # 1. Remove the extension, and $U if already installed.
36526 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
36527 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
36528 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
36529 # will be set to the directory where LIBOBJS objects are built.
36530 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
36531 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
36532 done
36533 LIBOBJS=$ac_libobjs
36534
36535 LTLIBOBJS=$ac_ltlibobjs
36536
36537
36538 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
36539 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
36540 Usually this means the macro was only invoked conditionally." "$LINENO" 5
36541 fi
36542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
36543 $as_echo_n "checking that generated files are newer than configure... " >&6; }
36544 if test -n "$am_sleep_pid"; then
36545 # Hide warnings about reused PIDs.
36546 wait $am_sleep_pid 2>/dev/null
36547 fi
36548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
36549 $as_echo "done" >&6; }
36550 if test -n "$EXEEXT"; then
36551 am__EXEEXT_TRUE=
36552 am__EXEEXT_FALSE='#'
36553 else
36554 am__EXEEXT_TRUE='#'
36555 am__EXEEXT_FALSE=
36556 fi
36557
36558 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
36559 as_fn_error $? "conditional \"AMDEP\" was never defined.
36560 Usually this means the macro was only invoked conditionally." "$LINENO" 5
36561 fi
36562 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
36563 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
36564 Usually this means the macro was only invoked conditionally." "$LINENO" 5
36565 fi
36566 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
36567 as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
36568 Usually this means the macro was only invoked conditionally." "$LINENO" 5
36569 fi
36570 if test -z "${CONFIG_USER_TRUE}" && test -z "${CONFIG_USER_FALSE}"; then
36571 as_fn_error $? "conditional \"CONFIG_USER\" was never defined.
36572 Usually this means the macro was only invoked conditionally." "$LINENO" 5
36573 fi
36574 if test -z "${CONFIG_KERNEL_TRUE}" && test -z "${CONFIG_KERNEL_FALSE}"; then
36575 as_fn_error $? "conditional \"CONFIG_KERNEL\" was never defined.
36576 Usually this means the macro was only invoked conditionally." "$LINENO" 5
36577 fi
36578
36579 : "${CONFIG_STATUS=./config.status}"
36580 ac_write_fail=0
36581 ac_clean_files_save=$ac_clean_files
36582 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
36583 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
36584 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
36585 as_write_fail=0
36586 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
36587 #! $SHELL
36588 # Generated by $as_me.
36589 # Run this file to recreate the current configuration.
36590 # Compiler output produced by configure, useful for debugging
36591 # configure, is in config.log if it exists.
36592
36593 debug=false
36594 ac_cs_recheck=false
36595 ac_cs_silent=false
36596
36597 SHELL=\${CONFIG_SHELL-$SHELL}
36598 export SHELL
36599 _ASEOF
36600 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
36601 ## -------------------- ##
36602 ## M4sh Initialization. ##
36603 ## -------------------- ##
36604
36605 # Be more Bourne compatible
36606 DUALCASE=1; export DUALCASE # for MKS sh
36607 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
36608 emulate sh
36609 NULLCMD=:
36610 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
36611 # is contrary to our usage. Disable this feature.
36612 alias -g '${1+"$@"}'='"$@"'
36613 setopt NO_GLOB_SUBST
36614 else
36615 case `(set -o) 2>/dev/null` in #(
36616 *posix*) :
36617 set -o posix ;; #(
36618 *) :
36619 ;;
36620 esac
36621 fi
36622
36623
36624 as_nl='
36625 '
36626 export as_nl
36627 # Printing a long string crashes Solaris 7 /usr/bin/printf.
36628 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
36629 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
36630 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
36631 # Prefer a ksh shell builtin over an external printf program on Solaris,
36632 # but without wasting forks for bash or zsh.
36633 if test -z "$BASH_VERSION$ZSH_VERSION" \
36634 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
36635 as_echo='print -r --'
36636 as_echo_n='print -rn --'
36637 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
36638 as_echo='printf %s\n'
36639 as_echo_n='printf %s'
36640 else
36641 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
36642 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
36643 as_echo_n='/usr/ucb/echo -n'
36644 else
36645 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
36646 as_echo_n_body='eval
36647 arg=$1;
36648 case $arg in #(
36649 *"$as_nl"*)
36650 expr "X$arg" : "X\\(.*\\)$as_nl";
36651 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
36652 esac;
36653 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
36654 '
36655 export as_echo_n_body
36656 as_echo_n='sh -c $as_echo_n_body as_echo'
36657 fi
36658 export as_echo_body
36659 as_echo='sh -c $as_echo_body as_echo'
36660 fi
36661
36662 # The user is always right.
36663 if test "${PATH_SEPARATOR+set}" != set; then
36664 PATH_SEPARATOR=:
36665 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
36666 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
36667 PATH_SEPARATOR=';'
36668 }
36669 fi
36670
36671
36672 # IFS
36673 # We need space, tab and new line, in precisely that order. Quoting is
36674 # there to prevent editors from complaining about space-tab.
36675 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
36676 # splitting by setting IFS to empty value.)
36677 IFS=" "" $as_nl"
36678
36679 # Find who we are. Look in the path if we contain no directory separator.
36680 as_myself=
36681 case $0 in #((
36682 *[\\/]* ) as_myself=$0 ;;
36683 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36684 for as_dir in $PATH
36685 do
36686 IFS=$as_save_IFS
36687 test -z "$as_dir" && as_dir=.
36688 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
36689 done
36690 IFS=$as_save_IFS
36691
36692 ;;
36693 esac
36694 # We did not find ourselves, most probably we were run as `sh COMMAND'
36695 # in which case we are not to be found in the path.
36696 if test "x$as_myself" = x; then
36697 as_myself=$0
36698 fi
36699 if test ! -f "$as_myself"; then
36700 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
36701 exit 1
36702 fi
36703
36704 # Unset variables that we do not need and which cause bugs (e.g. in
36705 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
36706 # suppresses any "Segmentation fault" message there. '((' could
36707 # trigger a bug in pdksh 5.2.14.
36708 for as_var in BASH_ENV ENV MAIL MAILPATH
36709 do eval test x\${$as_var+set} = xset \
36710 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
36711 done
36712 PS1='$ '
36713 PS2='> '
36714 PS4='+ '
36715
36716 # NLS nuisances.
36717 LC_ALL=C
36718 export LC_ALL
36719 LANGUAGE=C
36720 export LANGUAGE
36721
36722 # CDPATH.
36723 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
36724
36725
36726 # as_fn_error STATUS ERROR [LINENO LOG_FD]
36727 # ----------------------------------------
36728 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
36729 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
36730 # script with STATUS, using 1 if that was 0.
36731 as_fn_error ()
36732 {
36733 as_status=$1; test $as_status -eq 0 && as_status=1
36734 if test "$4"; then
36735 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
36736 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
36737 fi
36738 $as_echo "$as_me: error: $2" >&2
36739 as_fn_exit $as_status
36740 } # as_fn_error
36741
36742
36743 # as_fn_set_status STATUS
36744 # -----------------------
36745 # Set $? to STATUS, without forking.
36746 as_fn_set_status ()
36747 {
36748 return $1
36749 } # as_fn_set_status
36750
36751 # as_fn_exit STATUS
36752 # -----------------
36753 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
36754 as_fn_exit ()
36755 {
36756 set +e
36757 as_fn_set_status $1
36758 exit $1
36759 } # as_fn_exit
36760
36761 # as_fn_unset VAR
36762 # ---------------
36763 # Portably unset VAR.
36764 as_fn_unset ()
36765 {
36766 { eval $1=; unset $1;}
36767 }
36768 as_unset=as_fn_unset
36769 # as_fn_append VAR VALUE
36770 # ----------------------
36771 # Append the text in VALUE to the end of the definition contained in VAR. Take
36772 # advantage of any shell optimizations that allow amortized linear growth over
36773 # repeated appends, instead of the typical quadratic growth present in naive
36774 # implementations.
36775 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
36776 eval 'as_fn_append ()
36777 {
36778 eval $1+=\$2
36779 }'
36780 else
36781 as_fn_append ()
36782 {
36783 eval $1=\$$1\$2
36784 }
36785 fi # as_fn_append
36786
36787 # as_fn_arith ARG...
36788 # ------------------
36789 # Perform arithmetic evaluation on the ARGs, and store the result in the
36790 # global $as_val. Take advantage of shells that can avoid forks. The arguments
36791 # must be portable across $(()) and expr.
36792 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
36793 eval 'as_fn_arith ()
36794 {
36795 as_val=$(( $* ))
36796 }'
36797 else
36798 as_fn_arith ()
36799 {
36800 as_val=`expr "$@" || test $? -eq 1`
36801 }
36802 fi # as_fn_arith
36803
36804
36805 if expr a : '\(a\)' >/dev/null 2>&1 &&
36806 test "X`expr 00001 : '.*\(...\)'`" = X001; then
36807 as_expr=expr
36808 else
36809 as_expr=false
36810 fi
36811
36812 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
36813 as_basename=basename
36814 else
36815 as_basename=false
36816 fi
36817
36818 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
36819 as_dirname=dirname
36820 else
36821 as_dirname=false
36822 fi
36823
36824 as_me=`$as_basename -- "$0" ||
36825 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
36826 X"$0" : 'X\(//\)$' \| \
36827 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
36828 $as_echo X/"$0" |
36829 sed '/^.*\/\([^/][^/]*\)\/*$/{
36830 s//\1/
36831 q
36832 }
36833 /^X\/\(\/\/\)$/{
36834 s//\1/
36835 q
36836 }
36837 /^X\/\(\/\).*/{
36838 s//\1/
36839 q
36840 }
36841 s/.*/./; q'`
36842
36843 # Avoid depending upon Character Ranges.
36844 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
36845 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36846 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
36847 as_cr_digits='0123456789'
36848 as_cr_alnum=$as_cr_Letters$as_cr_digits
36849
36850 ECHO_C= ECHO_N= ECHO_T=
36851 case `echo -n x` in #(((((
36852 -n*)
36853 case `echo 'xy\c'` in
36854 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
36855 xy) ECHO_C='\c';;
36856 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
36857 ECHO_T=' ';;
36858 esac;;
36859 *)
36860 ECHO_N='-n';;
36861 esac
36862
36863 rm -f conf$$ conf$$.exe conf$$.file
36864 if test -d conf$$.dir; then
36865 rm -f conf$$.dir/conf$$.file
36866 else
36867 rm -f conf$$.dir
36868 mkdir conf$$.dir 2>/dev/null
36869 fi
36870 if (echo >conf$$.file) 2>/dev/null; then
36871 if ln -s conf$$.file conf$$ 2>/dev/null; then
36872 as_ln_s='ln -s'
36873 # ... but there are two gotchas:
36874 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
36875 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
36876 # In both cases, we have to default to `cp -pR'.
36877 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
36878 as_ln_s='cp -pR'
36879 elif ln conf$$.file conf$$ 2>/dev/null; then
36880 as_ln_s=ln
36881 else
36882 as_ln_s='cp -pR'
36883 fi
36884 else
36885 as_ln_s='cp -pR'
36886 fi
36887 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
36888 rmdir conf$$.dir 2>/dev/null
36889
36890
36891 # as_fn_mkdir_p
36892 # -------------
36893 # Create "$as_dir" as a directory, including parents if necessary.
36894 as_fn_mkdir_p ()
36895 {
36896
36897 case $as_dir in #(
36898 -*) as_dir=./$as_dir;;
36899 esac
36900 test -d "$as_dir" || eval $as_mkdir_p || {
36901 as_dirs=
36902 while :; do
36903 case $as_dir in #(
36904 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
36905 *) as_qdir=$as_dir;;
36906 esac
36907 as_dirs="'$as_qdir' $as_dirs"
36908 as_dir=`$as_dirname -- "$as_dir" ||
36909 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36910 X"$as_dir" : 'X\(//\)[^/]' \| \
36911 X"$as_dir" : 'X\(//\)$' \| \
36912 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
36913 $as_echo X"$as_dir" |
36914 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
36915 s//\1/
36916 q
36917 }
36918 /^X\(\/\/\)[^/].*/{
36919 s//\1/
36920 q
36921 }
36922 /^X\(\/\/\)$/{
36923 s//\1/
36924 q
36925 }
36926 /^X\(\/\).*/{
36927 s//\1/
36928 q
36929 }
36930 s/.*/./; q'`
36931 test -d "$as_dir" && break
36932 done
36933 test -z "$as_dirs" || eval "mkdir $as_dirs"
36934 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
36935
36936
36937 } # as_fn_mkdir_p
36938 if mkdir -p . 2>/dev/null; then
36939 as_mkdir_p='mkdir -p "$as_dir"'
36940 else
36941 test -d ./-p && rmdir ./-p
36942 as_mkdir_p=false
36943 fi
36944
36945
36946 # as_fn_executable_p FILE
36947 # -----------------------
36948 # Test if FILE is an executable regular file.
36949 as_fn_executable_p ()
36950 {
36951 test -f "$1" && test -x "$1"
36952 } # as_fn_executable_p
36953 as_test_x='test -x'
36954 as_executable_p=as_fn_executable_p
36955
36956 # Sed expression to map a string onto a valid CPP name.
36957 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
36958
36959 # Sed expression to map a string onto a valid variable name.
36960 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
36961
36962
36963 exec 6>&1
36964 ## ----------------------------------- ##
36965 ## Main body of $CONFIG_STATUS script. ##
36966 ## ----------------------------------- ##
36967 _ASEOF
36968 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
36969
36970 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
36971 # Save the log message, to keep $0 and so on meaningful, and to
36972 # report actual input values of CONFIG_FILES etc. instead of their
36973 # values after options handling.
36974 ac_log="
36975 This file was extended by zfs $as_me 0.6.5.9, which was
36976 generated by GNU Autoconf 2.69. Invocation command line was
36977
36978 CONFIG_FILES = $CONFIG_FILES
36979 CONFIG_HEADERS = $CONFIG_HEADERS
36980 CONFIG_LINKS = $CONFIG_LINKS
36981 CONFIG_COMMANDS = $CONFIG_COMMANDS
36982 $ $0 $@
36983
36984 on `(hostname || uname -n) 2>/dev/null | sed 1q`
36985 "
36986
36987 _ACEOF
36988
36989 case $ac_config_files in *"
36990 "*) set x $ac_config_files; shift; ac_config_files=$*;;
36991 esac
36992
36993 case $ac_config_headers in *"
36994 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
36995 esac
36996
36997
36998 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
36999 # Files that config.status was made for.
37000 config_files="$ac_config_files"
37001 config_headers="$ac_config_headers"
37002 config_commands="$ac_config_commands"
37003
37004 _ACEOF
37005
37006 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
37007 ac_cs_usage="\
37008 \`$as_me' instantiates files and other configuration actions
37009 from templates according to the current configuration. Unless the files
37010 and actions are specified as TAGs, all are instantiated by default.
37011
37012 Usage: $0 [OPTION]... [TAG]...
37013
37014 -h, --help print this help, then exit
37015 -V, --version print version number and configuration settings, then exit
37016 --config print configuration, then exit
37017 -q, --quiet, --silent
37018 do not print progress messages
37019 -d, --debug don't remove temporary files
37020 --recheck update $as_me by reconfiguring in the same conditions
37021 --file=FILE[:TEMPLATE]
37022 instantiate the configuration file FILE
37023 --header=FILE[:TEMPLATE]
37024 instantiate the configuration header FILE
37025
37026 Configuration files:
37027 $config_files
37028
37029 Configuration headers:
37030 $config_headers
37031
37032 Configuration commands:
37033 $config_commands
37034
37035 Report bugs to the package provider."
37036
37037 _ACEOF
37038 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
37039 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
37040 ac_cs_version="\\
37041 zfs config.status 0.6.5.9
37042 configured by $0, generated by GNU Autoconf 2.69,
37043 with options \\"\$ac_cs_config\\"
37044
37045 Copyright (C) 2012 Free Software Foundation, Inc.
37046 This config.status script is free software; the Free Software Foundation
37047 gives unlimited permission to copy, distribute and modify it."
37048
37049 ac_pwd='$ac_pwd'
37050 srcdir='$srcdir'
37051 INSTALL='$INSTALL'
37052 MKDIR_P='$MKDIR_P'
37053 AWK='$AWK'
37054 test -n "\$AWK" || AWK=awk
37055 _ACEOF
37056
37057 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
37058 # The default lists apply if the user does not specify any file.
37059 ac_need_defaults=:
37060 while test $# != 0
37061 do
37062 case $1 in
37063 --*=?*)
37064 ac_option=`expr "X$1" : 'X\([^=]*\)='`
37065 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
37066 ac_shift=:
37067 ;;
37068 --*=)
37069 ac_option=`expr "X$1" : 'X\([^=]*\)='`
37070 ac_optarg=
37071 ac_shift=:
37072 ;;
37073 *)
37074 ac_option=$1
37075 ac_optarg=$2
37076 ac_shift=shift
37077 ;;
37078 esac
37079
37080 case $ac_option in
37081 # Handling of the options.
37082 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
37083 ac_cs_recheck=: ;;
37084 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
37085 $as_echo "$ac_cs_version"; exit ;;
37086 --config | --confi | --conf | --con | --co | --c )
37087 $as_echo "$ac_cs_config"; exit ;;
37088 --debug | --debu | --deb | --de | --d | -d )
37089 debug=: ;;
37090 --file | --fil | --fi | --f )
37091 $ac_shift
37092 case $ac_optarg in
37093 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
37094 '') as_fn_error $? "missing file argument" ;;
37095 esac
37096 as_fn_append CONFIG_FILES " '$ac_optarg'"
37097 ac_need_defaults=false;;
37098 --header | --heade | --head | --hea )
37099 $ac_shift
37100 case $ac_optarg in
37101 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
37102 esac
37103 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
37104 ac_need_defaults=false;;
37105 --he | --h)
37106 # Conflict between --help and --header
37107 as_fn_error $? "ambiguous option: \`$1'
37108 Try \`$0 --help' for more information.";;
37109 --help | --hel | -h )
37110 $as_echo "$ac_cs_usage"; exit ;;
37111 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
37112 | -silent | --silent | --silen | --sile | --sil | --si | --s)
37113 ac_cs_silent=: ;;
37114
37115 # This is an error.
37116 -*) as_fn_error $? "unrecognized option: \`$1'
37117 Try \`$0 --help' for more information." ;;
37118
37119 *) as_fn_append ac_config_targets " $1"
37120 ac_need_defaults=false ;;
37121
37122 esac
37123 shift
37124 done
37125
37126 ac_configure_extra_args=
37127
37128 if $ac_cs_silent; then
37129 exec 6>/dev/null
37130 ac_configure_extra_args="$ac_configure_extra_args --silent"
37131 fi
37132
37133 _ACEOF
37134 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
37135 if \$ac_cs_recheck; then
37136 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
37137 shift
37138 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
37139 CONFIG_SHELL='$SHELL'
37140 export CONFIG_SHELL
37141 exec "\$@"
37142 fi
37143
37144 _ACEOF
37145 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
37146 exec 5>>config.log
37147 {
37148 echo
37149 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
37150 ## Running $as_me. ##
37151 _ASBOX
37152 $as_echo "$ac_log"
37153 } >&5
37154
37155 _ACEOF
37156 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
37157 #
37158 # INIT-COMMANDS
37159 #
37160 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
37161
37162
37163 # The HP-UX ksh and POSIX shell print the target directory to stdout
37164 # if CDPATH is set.
37165 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
37166
37167 sed_quote_subst='$sed_quote_subst'
37168 double_quote_subst='$double_quote_subst'
37169 delay_variable_subst='$delay_variable_subst'
37170 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
37171 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
37172 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
37173 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
37174 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
37175 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
37176 shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
37177 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
37178 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
37179 PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
37180 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
37181 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
37182 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
37183 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
37184 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
37185 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
37186 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
37187 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
37188 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
37189 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
37190 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
37191 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
37192 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
37193 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
37194 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
37195 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
37196 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
37197 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
37198 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
37199 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
37200 lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
37201 lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
37202 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
37203 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
37204 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
37205 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
37206 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
37207 file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
37208 want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
37209 DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
37210 sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
37211 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
37212 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
37213 archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
37214 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
37215 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
37216 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
37217 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
37218 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
37219 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
37220 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
37221 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
37222 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
37223 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
37224 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
37225 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
37226 lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
37227 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
37228 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
37229 lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
37230 nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
37231 lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
37232 lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
37233 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
37234 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
37235 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
37236 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
37237 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
37238 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
37239 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
37240 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
37241 MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
37242 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
37243 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
37244 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
37245 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
37246 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
37247 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
37248 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
37249 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
37250 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
37251 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
37252 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
37253 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
37254 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
37255 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
37256 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
37257 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
37258 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
37259 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
37260 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
37261 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
37262 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
37263 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
37264 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
37265 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
37266 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
37267 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
37268 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
37269 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
37270 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
37271 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
37272 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
37273 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
37274 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
37275 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
37276 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
37277 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
37278 postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
37279 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
37280 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
37281 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
37282 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
37283 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
37284 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
37285 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
37286 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
37287 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
37288 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
37289 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
37290 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
37291 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
37292 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
37293 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
37294 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
37295 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
37296 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
37297 configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
37298 configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
37299 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
37300 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
37301 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
37302 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
37303 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
37304 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
37305
37306 LTCC='$LTCC'
37307 LTCFLAGS='$LTCFLAGS'
37308 compiler='$compiler_DEFAULT'
37309
37310 # A function that is used when there is no print builtin or printf.
37311 func_fallback_echo ()
37312 {
37313 eval 'cat <<_LTECHO_EOF
37314 \$1
37315 _LTECHO_EOF'
37316 }
37317
37318 # Quote evaled strings.
37319 for var in SHELL \
37320 ECHO \
37321 PATH_SEPARATOR \
37322 SED \
37323 GREP \
37324 EGREP \
37325 FGREP \
37326 LD \
37327 NM \
37328 LN_S \
37329 lt_SP2NL \
37330 lt_NL2SP \
37331 reload_flag \
37332 OBJDUMP \
37333 deplibs_check_method \
37334 file_magic_cmd \
37335 file_magic_glob \
37336 want_nocaseglob \
37337 DLLTOOL \
37338 sharedlib_from_linklib_cmd \
37339 AR \
37340 AR_FLAGS \
37341 archiver_list_spec \
37342 STRIP \
37343 RANLIB \
37344 CC \
37345 CFLAGS \
37346 compiler \
37347 lt_cv_sys_global_symbol_pipe \
37348 lt_cv_sys_global_symbol_to_cdecl \
37349 lt_cv_sys_global_symbol_to_import \
37350 lt_cv_sys_global_symbol_to_c_name_address \
37351 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
37352 lt_cv_nm_interface \
37353 nm_file_list_spec \
37354 lt_cv_truncate_bin \
37355 lt_prog_compiler_no_builtin_flag \
37356 lt_prog_compiler_pic \
37357 lt_prog_compiler_wl \
37358 lt_prog_compiler_static \
37359 lt_cv_prog_compiler_c_o \
37360 need_locks \
37361 MANIFEST_TOOL \
37362 DSYMUTIL \
37363 NMEDIT \
37364 LIPO \
37365 OTOOL \
37366 OTOOL64 \
37367 shrext_cmds \
37368 export_dynamic_flag_spec \
37369 whole_archive_flag_spec \
37370 compiler_needs_object \
37371 with_gnu_ld \
37372 allow_undefined_flag \
37373 no_undefined_flag \
37374 hardcode_libdir_flag_spec \
37375 hardcode_libdir_separator \
37376 exclude_expsyms \
37377 include_expsyms \
37378 file_list_spec \
37379 variables_saved_for_relink \
37380 libname_spec \
37381 library_names_spec \
37382 soname_spec \
37383 install_override_mode \
37384 finish_eval \
37385 old_striplib \
37386 striplib; do
37387 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
37388 *[\\\\\\\`\\"\\\$]*)
37389 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
37390 ;;
37391 *)
37392 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
37393 ;;
37394 esac
37395 done
37396
37397 # Double-quote double-evaled strings.
37398 for var in reload_cmds \
37399 old_postinstall_cmds \
37400 old_postuninstall_cmds \
37401 old_archive_cmds \
37402 extract_expsyms_cmds \
37403 old_archive_from_new_cmds \
37404 old_archive_from_expsyms_cmds \
37405 archive_cmds \
37406 archive_expsym_cmds \
37407 module_cmds \
37408 module_expsym_cmds \
37409 export_symbols_cmds \
37410 prelink_cmds \
37411 postlink_cmds \
37412 postinstall_cmds \
37413 postuninstall_cmds \
37414 finish_cmds \
37415 sys_lib_search_path_spec \
37416 configure_time_dlsearch_path \
37417 configure_time_lt_sys_library_path; do
37418 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
37419 *[\\\\\\\`\\"\\\$]*)
37420 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
37421 ;;
37422 *)
37423 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
37424 ;;
37425 esac
37426 done
37427
37428 ac_aux_dir='$ac_aux_dir'
37429
37430 # See if we are running on zsh, and set the options that allow our
37431 # commands through without removal of \ escapes INIT.
37432 if test -n "\${ZSH_VERSION+set}"; then
37433 setopt NO_GLOB_SUBST
37434 fi
37435
37436
37437 PACKAGE='$PACKAGE'
37438 VERSION='$VERSION'
37439 RM='$RM'
37440 ofile='$ofile'
37441
37442
37443
37444
37445 _ACEOF
37446
37447 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
37448
37449 # Handling of arguments.
37450 for ac_config_target in $ac_config_targets
37451 do
37452 case $ac_config_target in
37453 "zfs_config.h") CONFIG_HEADERS="$CONFIG_HEADERS zfs_config.h" ;;
37454 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
37455 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
37456 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
37457 "module/Makefile") CONFIG_FILES="$CONFIG_FILES module/Makefile" ;;
37458 "module/avl/Makefile") CONFIG_FILES="$CONFIG_FILES module/avl/Makefile" ;;
37459 "module/nvpair/Makefile") CONFIG_FILES="$CONFIG_FILES module/nvpair/Makefile" ;;
37460 "module/unicode/Makefile") CONFIG_FILES="$CONFIG_FILES module/unicode/Makefile" ;;
37461 "module/zcommon/Makefile") CONFIG_FILES="$CONFIG_FILES module/zcommon/Makefile" ;;
37462 "module/zfs/Makefile") CONFIG_FILES="$CONFIG_FILES module/zfs/Makefile" ;;
37463 "module/zpios/Makefile") CONFIG_FILES="$CONFIG_FILES module/zpios/Makefile" ;;
37464 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
37465 "include/linux/Makefile") CONFIG_FILES="$CONFIG_FILES include/linux/Makefile" ;;
37466 "include/sys/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/Makefile" ;;
37467 "include/sys/fs/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fs/Makefile" ;;
37468 "include/sys/fm/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fm/Makefile" ;;
37469 "include/sys/fm/fs/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fm/fs/Makefile" ;;
37470 "zfs.release") CONFIG_FILES="$CONFIG_FILES zfs.release" ;;
37471
37472 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
37473 esac
37474 done
37475
37476
37477 # If the user did not use the arguments to specify the items to instantiate,
37478 # then the envvar interface is used. Set only those that are not.
37479 # We use the long form for the default assignment because of an extremely
37480 # bizarre bug on SunOS 4.1.3.
37481 if $ac_need_defaults; then
37482 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
37483 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
37484 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
37485 fi
37486
37487 # Have a temporary directory for convenience. Make it in the build tree
37488 # simply because there is no reason against having it here, and in addition,
37489 # creating and moving files from /tmp can sometimes cause problems.
37490 # Hook for its removal unless debugging.
37491 # Note that there is a small window in which the directory will not be cleaned:
37492 # after its creation but before its name has been assigned to `$tmp'.
37493 $debug ||
37494 {
37495 tmp= ac_tmp=
37496 trap 'exit_status=$?
37497 : "${ac_tmp:=$tmp}"
37498 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
37499 ' 0
37500 trap 'as_fn_exit 1' 1 2 13 15
37501 }
37502 # Create a (secure) tmp directory for tmp files.
37503
37504 {
37505 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
37506 test -d "$tmp"
37507 } ||
37508 {
37509 tmp=./conf$$-$RANDOM
37510 (umask 077 && mkdir "$tmp")
37511 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
37512 ac_tmp=$tmp
37513
37514 # Set up the scripts for CONFIG_FILES section.
37515 # No need to generate them if there are no CONFIG_FILES.
37516 # This happens for instance with `./config.status config.h'.
37517 if test -n "$CONFIG_FILES"; then
37518
37519
37520 ac_cr=`echo X | tr X '\015'`
37521 # On cygwin, bash can eat \r inside `` if the user requested igncr.
37522 # But we know of no other shell where ac_cr would be empty at this
37523 # point, so we can use a bashism as a fallback.
37524 if test "x$ac_cr" = x; then
37525 eval ac_cr=\$\'\\r\'
37526 fi
37527 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
37528 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
37529 ac_cs_awk_cr='\\r'
37530 else
37531 ac_cs_awk_cr=$ac_cr
37532 fi
37533
37534 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
37535 _ACEOF
37536
37537
37538 {
37539 echo "cat >conf$$subs.awk <<_ACEOF" &&
37540 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
37541 echo "_ACEOF"
37542 } >conf$$subs.sh ||
37543 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
37544 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
37545 ac_delim='%!_!# '
37546 for ac_last_try in false false false false false :; do
37547 . ./conf$$subs.sh ||
37548 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
37549
37550 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
37551 if test $ac_delim_n = $ac_delim_num; then
37552 break
37553 elif $ac_last_try; then
37554 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
37555 else
37556 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
37557 fi
37558 done
37559 rm -f conf$$subs.sh
37560
37561 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
37562 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
37563 _ACEOF
37564 sed -n '
37565 h
37566 s/^/S["/; s/!.*/"]=/
37567 p
37568 g
37569 s/^[^!]*!//
37570 :repl
37571 t repl
37572 s/'"$ac_delim"'$//
37573 t delim
37574 :nl
37575 h
37576 s/\(.\{148\}\)..*/\1/
37577 t more1
37578 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
37579 p
37580 n
37581 b repl
37582 :more1
37583 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
37584 p
37585 g
37586 s/.\{148\}//
37587 t nl
37588 :delim
37589 h
37590 s/\(.\{148\}\)..*/\1/
37591 t more2
37592 s/["\\]/\\&/g; s/^/"/; s/$/"/
37593 p
37594 b
37595 :more2
37596 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
37597 p
37598 g
37599 s/.\{148\}//
37600 t delim
37601 ' <conf$$subs.awk | sed '
37602 /^[^""]/{
37603 N
37604 s/\n//
37605 }
37606 ' >>$CONFIG_STATUS || ac_write_fail=1
37607 rm -f conf$$subs.awk
37608 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
37609 _ACAWK
37610 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
37611 for (key in S) S_is_set[key] = 1
37612 FS = "\a"
37613
37614 }
37615 {
37616 line = $ 0
37617 nfields = split(line, field, "@")
37618 substed = 0
37619 len = length(field[1])
37620 for (i = 2; i < nfields; i++) {
37621 key = field[i]
37622 keylen = length(key)
37623 if (S_is_set[key]) {
37624 value = S[key]
37625 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
37626 len += length(value) + length(field[++i])
37627 substed = 1
37628 } else
37629 len += 1 + keylen
37630 }
37631
37632 print line
37633 }
37634
37635 _ACAWK
37636 _ACEOF
37637 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
37638 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
37639 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
37640 else
37641 cat
37642 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
37643 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
37644 _ACEOF
37645
37646 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
37647 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
37648 # trailing colons and then remove the whole line if VPATH becomes empty
37649 # (actually we leave an empty line to preserve line numbers).
37650 if test "x$srcdir" = x.; then
37651 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
37652 h
37653 s///
37654 s/^/:/
37655 s/[ ]*$/:/
37656 s/:\$(srcdir):/:/g
37657 s/:\${srcdir}:/:/g
37658 s/:@srcdir@:/:/g
37659 s/^:*//
37660 s/:*$//
37661 x
37662 s/\(=[ ]*\).*/\1/
37663 G
37664 s/\n//
37665 s/^[^=]*=[ ]*$//
37666 }'
37667 fi
37668
37669 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
37670 fi # test -n "$CONFIG_FILES"
37671
37672 # Set up the scripts for CONFIG_HEADERS section.
37673 # No need to generate them if there are no CONFIG_HEADERS.
37674 # This happens for instance with `./config.status Makefile'.
37675 if test -n "$CONFIG_HEADERS"; then
37676 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
37677 BEGIN {
37678 _ACEOF
37679
37680 # Transform confdefs.h into an awk script `defines.awk', embedded as
37681 # here-document in config.status, that substitutes the proper values into
37682 # config.h.in to produce config.h.
37683
37684 # Create a delimiter string that does not exist in confdefs.h, to ease
37685 # handling of long lines.
37686 ac_delim='%!_!# '
37687 for ac_last_try in false false :; do
37688 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
37689 if test -z "$ac_tt"; then
37690 break
37691 elif $ac_last_try; then
37692 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
37693 else
37694 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
37695 fi
37696 done
37697
37698 # For the awk script, D is an array of macro values keyed by name,
37699 # likewise P contains macro parameters if any. Preserve backslash
37700 # newline sequences.
37701
37702 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
37703 sed -n '
37704 s/.\{148\}/&'"$ac_delim"'/g
37705 t rset
37706 :rset
37707 s/^[ ]*#[ ]*define[ ][ ]*/ /
37708 t def
37709 d
37710 :def
37711 s/\\$//
37712 t bsnl
37713 s/["\\]/\\&/g
37714 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
37715 D["\1"]=" \3"/p
37716 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
37717 d
37718 :bsnl
37719 s/["\\]/\\&/g
37720 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
37721 D["\1"]=" \3\\\\\\n"\\/p
37722 t cont
37723 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
37724 t cont
37725 d
37726 :cont
37727 n
37728 s/.\{148\}/&'"$ac_delim"'/g
37729 t clear
37730 :clear
37731 s/\\$//
37732 t bsnlc
37733 s/["\\]/\\&/g; s/^/"/; s/$/"/p
37734 d
37735 :bsnlc
37736 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
37737 b cont
37738 ' <confdefs.h | sed '
37739 s/'"$ac_delim"'/"\\\
37740 "/g' >>$CONFIG_STATUS || ac_write_fail=1
37741
37742 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
37743 for (key in D) D_is_set[key] = 1
37744 FS = "\a"
37745 }
37746 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
37747 line = \$ 0
37748 split(line, arg, " ")
37749 if (arg[1] == "#") {
37750 defundef = arg[2]
37751 mac1 = arg[3]
37752 } else {
37753 defundef = substr(arg[1], 2)
37754 mac1 = arg[2]
37755 }
37756 split(mac1, mac2, "(") #)
37757 macro = mac2[1]
37758 prefix = substr(line, 1, index(line, defundef) - 1)
37759 if (D_is_set[macro]) {
37760 # Preserve the white space surrounding the "#".
37761 print prefix "define", macro P[macro] D[macro]
37762 next
37763 } else {
37764 # Replace #undef with comments. This is necessary, for example,
37765 # in the case of _POSIX_SOURCE, which is predefined and required
37766 # on some systems where configure will not decide to define it.
37767 if (defundef == "undef") {
37768 print "/*", prefix defundef, macro, "*/"
37769 next
37770 }
37771 }
37772 }
37773 { print }
37774 _ACAWK
37775 _ACEOF
37776 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
37777 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
37778 fi # test -n "$CONFIG_HEADERS"
37779
37780
37781 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
37782 shift
37783 for ac_tag
37784 do
37785 case $ac_tag in
37786 :[FHLC]) ac_mode=$ac_tag; continue;;
37787 esac
37788 case $ac_mode$ac_tag in
37789 :[FHL]*:*);;
37790 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
37791 :[FH]-) ac_tag=-:-;;
37792 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
37793 esac
37794 ac_save_IFS=$IFS
37795 IFS=:
37796 set x $ac_tag
37797 IFS=$ac_save_IFS
37798 shift
37799 ac_file=$1
37800 shift
37801
37802 case $ac_mode in
37803 :L) ac_source=$1;;
37804 :[FH])
37805 ac_file_inputs=
37806 for ac_f
37807 do
37808 case $ac_f in
37809 -) ac_f="$ac_tmp/stdin";;
37810 *) # Look for the file first in the build tree, then in the source tree
37811 # (if the path is not absolute). The absolute path cannot be DOS-style,
37812 # because $ac_f cannot contain `:'.
37813 test -f "$ac_f" ||
37814 case $ac_f in
37815 [\\/$]*) false;;
37816 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
37817 esac ||
37818 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
37819 esac
37820 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
37821 as_fn_append ac_file_inputs " '$ac_f'"
37822 done
37823
37824 # Let's still pretend it is `configure' which instantiates (i.e., don't
37825 # use $as_me), people would be surprised to read:
37826 # /* config.h. Generated by config.status. */
37827 configure_input='Generated from '`
37828 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
37829 `' by configure.'
37830 if test x"$ac_file" != x-; then
37831 configure_input="$ac_file. $configure_input"
37832 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
37833 $as_echo "$as_me: creating $ac_file" >&6;}
37834 fi
37835 # Neutralize special characters interpreted by sed in replacement strings.
37836 case $configure_input in #(
37837 *\&* | *\|* | *\\* )
37838 ac_sed_conf_input=`$as_echo "$configure_input" |
37839 sed 's/[\\\\&|]/\\\\&/g'`;; #(
37840 *) ac_sed_conf_input=$configure_input;;
37841 esac
37842
37843 case $ac_tag in
37844 *:-:* | *:-) cat >"$ac_tmp/stdin" \
37845 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
37846 esac
37847 ;;
37848 esac
37849
37850 ac_dir=`$as_dirname -- "$ac_file" ||
37851 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
37852 X"$ac_file" : 'X\(//\)[^/]' \| \
37853 X"$ac_file" : 'X\(//\)$' \| \
37854 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
37855 $as_echo X"$ac_file" |
37856 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
37857 s//\1/
37858 q
37859 }
37860 /^X\(\/\/\)[^/].*/{
37861 s//\1/
37862 q
37863 }
37864 /^X\(\/\/\)$/{
37865 s//\1/
37866 q
37867 }
37868 /^X\(\/\).*/{
37869 s//\1/
37870 q
37871 }
37872 s/.*/./; q'`
37873 as_dir="$ac_dir"; as_fn_mkdir_p
37874 ac_builddir=.
37875
37876 case "$ac_dir" in
37877 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
37878 *)
37879 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
37880 # A ".." for each directory in $ac_dir_suffix.
37881 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
37882 case $ac_top_builddir_sub in
37883 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
37884 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
37885 esac ;;
37886 esac
37887 ac_abs_top_builddir=$ac_pwd
37888 ac_abs_builddir=$ac_pwd$ac_dir_suffix
37889 # for backward compatibility:
37890 ac_top_builddir=$ac_top_build_prefix
37891
37892 case $srcdir in
37893 .) # We are building in place.
37894 ac_srcdir=.
37895 ac_top_srcdir=$ac_top_builddir_sub
37896 ac_abs_top_srcdir=$ac_pwd ;;
37897 [\\/]* | ?:[\\/]* ) # Absolute name.
37898 ac_srcdir=$srcdir$ac_dir_suffix;
37899 ac_top_srcdir=$srcdir
37900 ac_abs_top_srcdir=$srcdir ;;
37901 *) # Relative name.
37902 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
37903 ac_top_srcdir=$ac_top_build_prefix$srcdir
37904 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
37905 esac
37906 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
37907
37908
37909 case $ac_mode in
37910 :F)
37911 #
37912 # CONFIG_FILE
37913 #
37914
37915 case $INSTALL in
37916 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
37917 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
37918 esac
37919 ac_MKDIR_P=$MKDIR_P
37920 case $MKDIR_P in
37921 [\\/$]* | ?:[\\/]* ) ;;
37922 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
37923 esac
37924 _ACEOF
37925
37926 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
37927 # If the template does not know about datarootdir, expand it.
37928 # FIXME: This hack should be removed a few years after 2.60.
37929 ac_datarootdir_hack=; ac_datarootdir_seen=
37930 ac_sed_dataroot='
37931 /datarootdir/ {
37932 p
37933 q
37934 }
37935 /@datadir@/p
37936 /@docdir@/p
37937 /@infodir@/p
37938 /@localedir@/p
37939 /@mandir@/p'
37940 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
37941 *datarootdir*) ac_datarootdir_seen=yes;;
37942 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
37943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
37944 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
37945 _ACEOF
37946 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
37947 ac_datarootdir_hack='
37948 s&@datadir@&$datadir&g
37949 s&@docdir@&$docdir&g
37950 s&@infodir@&$infodir&g
37951 s&@localedir@&$localedir&g
37952 s&@mandir@&$mandir&g
37953 s&\\\${datarootdir}&$datarootdir&g' ;;
37954 esac
37955 _ACEOF
37956
37957 # Neutralize VPATH when `$srcdir' = `.'.
37958 # Shell code in configure.ac might set extrasub.
37959 # FIXME: do we really want to maintain this feature?
37960 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
37961 ac_sed_extra="$ac_vpsub
37962 $extrasub
37963 _ACEOF
37964 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
37965 :t
37966 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
37967 s|@configure_input@|$ac_sed_conf_input|;t t
37968 s&@top_builddir@&$ac_top_builddir_sub&;t t
37969 s&@top_build_prefix@&$ac_top_build_prefix&;t t
37970 s&@srcdir@&$ac_srcdir&;t t
37971 s&@abs_srcdir@&$ac_abs_srcdir&;t t
37972 s&@top_srcdir@&$ac_top_srcdir&;t t
37973 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
37974 s&@builddir@&$ac_builddir&;t t
37975 s&@abs_builddir@&$ac_abs_builddir&;t t
37976 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
37977 s&@INSTALL@&$ac_INSTALL&;t t
37978 s&@MKDIR_P@&$ac_MKDIR_P&;t t
37979 $ac_datarootdir_hack
37980 "
37981 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
37982 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
37983
37984 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
37985 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
37986 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
37987 "$ac_tmp/out"`; test -z "$ac_out"; } &&
37988 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
37989 which seems to be undefined. Please make sure it is defined" >&5
37990 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
37991 which seems to be undefined. Please make sure it is defined" >&2;}
37992
37993 rm -f "$ac_tmp/stdin"
37994 case $ac_file in
37995 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
37996 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
37997 esac \
37998 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
37999 ;;
38000 :H)
38001 #
38002 # CONFIG_HEADER
38003 #
38004 if test x"$ac_file" != x-; then
38005 {
38006 $as_echo "/* $configure_input */" \
38007 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
38008 } >"$ac_tmp/config.h" \
38009 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
38010 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
38011 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
38012 $as_echo "$as_me: $ac_file is unchanged" >&6;}
38013 else
38014 rm -f "$ac_file"
38015 mv "$ac_tmp/config.h" "$ac_file" \
38016 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
38017 fi
38018 else
38019 $as_echo "/* $configure_input */" \
38020 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
38021 || as_fn_error $? "could not create -" "$LINENO" 5
38022 fi
38023 # Compute "$ac_file"'s index in $config_headers.
38024 _am_arg="$ac_file"
38025 _am_stamp_count=1
38026 for _am_header in $config_headers :; do
38027 case $_am_header in
38028 $_am_arg | $_am_arg:* )
38029 break ;;
38030 * )
38031 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
38032 esac
38033 done
38034 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
38035 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
38036 X"$_am_arg" : 'X\(//\)[^/]' \| \
38037 X"$_am_arg" : 'X\(//\)$' \| \
38038 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
38039 $as_echo X"$_am_arg" |
38040 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
38041 s//\1/
38042 q
38043 }
38044 /^X\(\/\/\)[^/].*/{
38045 s//\1/
38046 q
38047 }
38048 /^X\(\/\/\)$/{
38049 s//\1/
38050 q
38051 }
38052 /^X\(\/\).*/{
38053 s//\1/
38054 q
38055 }
38056 s/.*/./; q'`/stamp-h$_am_stamp_count
38057 ;;
38058
38059 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
38060 $as_echo "$as_me: executing $ac_file commands" >&6;}
38061 ;;
38062 esac
38063
38064
38065 case $ac_file$ac_mode in
38066 "zfs_config.h":H)
38067 (mv zfs_config.h zfs_config.h.tmp &&
38068 awk -f ${ac_srcdir}/config/config.awk zfs_config.h.tmp >zfs_config.h &&
38069 rm zfs_config.h.tmp) || exit 1 ;;
38070 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
38071 # Older Autoconf quotes --file arguments for eval, but not when files
38072 # are listed without --file. Let's play safe and only enable the eval
38073 # if we detect the quoting.
38074 case $CONFIG_FILES in
38075 *\'*) eval set x "$CONFIG_FILES" ;;
38076 *) set x $CONFIG_FILES ;;
38077 esac
38078 shift
38079 for mf
38080 do
38081 # Strip MF so we end up with the name of the file.
38082 mf=`echo "$mf" | sed -e 's/:.*$//'`
38083 # Check whether this is an Automake generated Makefile or not.
38084 # We used to match only the files named 'Makefile.in', but
38085 # some people rename them; so instead we look at the file content.
38086 # Grep'ing the first line is not enough: some people post-process
38087 # each Makefile.in and add a new line on top of each file to say so.
38088 # Grep'ing the whole file is not good either: AIX grep has a line
38089 # limit of 2048, but all sed's we know have understand at least 4000.
38090 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
38091 dirpart=`$as_dirname -- "$mf" ||
38092 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
38093 X"$mf" : 'X\(//\)[^/]' \| \
38094 X"$mf" : 'X\(//\)$' \| \
38095 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
38096 $as_echo X"$mf" |
38097 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
38098 s//\1/
38099 q
38100 }
38101 /^X\(\/\/\)[^/].*/{
38102 s//\1/
38103 q
38104 }
38105 /^X\(\/\/\)$/{
38106 s//\1/
38107 q
38108 }
38109 /^X\(\/\).*/{
38110 s//\1/
38111 q
38112 }
38113 s/.*/./; q'`
38114 else
38115 continue
38116 fi
38117 # Extract the definition of DEPDIR, am__include, and am__quote
38118 # from the Makefile without running 'make'.
38119 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
38120 test -z "$DEPDIR" && continue
38121 am__include=`sed -n 's/^am__include = //p' < "$mf"`
38122 test -z "$am__include" && continue
38123 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
38124 # Find all dependency output files, they are included files with
38125 # $(DEPDIR) in their names. We invoke sed twice because it is the
38126 # simplest approach to changing $(DEPDIR) to its actual value in the
38127 # expansion.
38128 for file in `sed -n "
38129 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
38130 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
38131 # Make sure the directory exists.
38132 test -f "$dirpart/$file" && continue
38133 fdir=`$as_dirname -- "$file" ||
38134 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
38135 X"$file" : 'X\(//\)[^/]' \| \
38136 X"$file" : 'X\(//\)$' \| \
38137 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
38138 $as_echo X"$file" |
38139 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
38140 s//\1/
38141 q
38142 }
38143 /^X\(\/\/\)[^/].*/{
38144 s//\1/
38145 q
38146 }
38147 /^X\(\/\/\)$/{
38148 s//\1/
38149 q
38150 }
38151 /^X\(\/\).*/{
38152 s//\1/
38153 q
38154 }
38155 s/.*/./; q'`
38156 as_dir=$dirpart/$fdir; as_fn_mkdir_p
38157 # echo "creating $dirpart/$file"
38158 echo '# dummy' > "$dirpart/$file"
38159 done
38160 done
38161 }
38162 ;;
38163 "libtool":C)
38164
38165 # See if we are running on zsh, and set the options that allow our
38166 # commands through without removal of \ escapes.
38167 if test -n "${ZSH_VERSION+set}"; then
38168 setopt NO_GLOB_SUBST
38169 fi
38170
38171 cfgfile=${ofile}T
38172 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
38173 $RM "$cfgfile"
38174
38175 cat <<_LT_EOF >> "$cfgfile"
38176 #! $SHELL
38177 # Generated automatically by $as_me ($PACKAGE) $VERSION
38178 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
38179
38180 # Provide generalized library-building support services.
38181 # Written by Gordon Matzigkeit, 1996
38182
38183 # Copyright (C) 2014 Free Software Foundation, Inc.
38184 # This is free software; see the source for copying conditions. There is NO
38185 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
38186
38187 # GNU Libtool is free software; you can redistribute it and/or modify
38188 # it under the terms of the GNU General Public License as published by
38189 # the Free Software Foundation; either version 2 of of the License, or
38190 # (at your option) any later version.
38191 #
38192 # As a special exception to the GNU General Public License, if you
38193 # distribute this file as part of a program or library that is built
38194 # using GNU Libtool, you may include this file under the same
38195 # distribution terms that you use for the rest of that program.
38196 #
38197 # GNU Libtool is distributed in the hope that it will be useful, but
38198 # WITHOUT ANY WARRANTY; without even the implied warranty of
38199 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38200 # GNU General Public License for more details.
38201 #
38202 # You should have received a copy of the GNU General Public License
38203 # along with this program. If not, see <http://www.gnu.org/licenses/>.
38204
38205
38206 # The names of the tagged configurations supported by this script.
38207 available_tags=''
38208
38209 # Configured defaults for sys_lib_dlsearch_path munging.
38210 : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
38211
38212 # ### BEGIN LIBTOOL CONFIG
38213
38214 # Which release of libtool.m4 was used?
38215 macro_version=$macro_version
38216 macro_revision=$macro_revision
38217
38218 # Whether or not to build shared libraries.
38219 build_libtool_libs=$enable_shared
38220
38221 # Whether or not to build static libraries.
38222 build_old_libs=$enable_static
38223
38224 # What type of objects to build.
38225 pic_mode=$pic_mode
38226
38227 # Whether or not to optimize for fast installation.
38228 fast_install=$enable_fast_install
38229
38230 # Shared archive member basename,for filename based shared library versioning on AIX.
38231 shared_archive_member_spec=$shared_archive_member_spec
38232
38233 # Shell to use when invoking shell scripts.
38234 SHELL=$lt_SHELL
38235
38236 # An echo program that protects backslashes.
38237 ECHO=$lt_ECHO
38238
38239 # The PATH separator for the build system.
38240 PATH_SEPARATOR=$lt_PATH_SEPARATOR
38241
38242 # The host system.
38243 host_alias=$host_alias
38244 host=$host
38245 host_os=$host_os
38246
38247 # The build system.
38248 build_alias=$build_alias
38249 build=$build
38250 build_os=$build_os
38251
38252 # A sed program that does not truncate output.
38253 SED=$lt_SED
38254
38255 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
38256 Xsed="\$SED -e 1s/^X//"
38257
38258 # A grep program that handles long lines.
38259 GREP=$lt_GREP
38260
38261 # An ERE matcher.
38262 EGREP=$lt_EGREP
38263
38264 # A literal string matcher.
38265 FGREP=$lt_FGREP
38266
38267 # A BSD- or MS-compatible name lister.
38268 NM=$lt_NM
38269
38270 # Whether we need soft or hard links.
38271 LN_S=$lt_LN_S
38272
38273 # What is the maximum length of a command?
38274 max_cmd_len=$max_cmd_len
38275
38276 # Object file suffix (normally "o").
38277 objext=$ac_objext
38278
38279 # Executable file suffix (normally "").
38280 exeext=$exeext
38281
38282 # whether the shell understands "unset".
38283 lt_unset=$lt_unset
38284
38285 # turn spaces into newlines.
38286 SP2NL=$lt_lt_SP2NL
38287
38288 # turn newlines into spaces.
38289 NL2SP=$lt_lt_NL2SP
38290
38291 # convert \$build file names to \$host format.
38292 to_host_file_cmd=$lt_cv_to_host_file_cmd
38293
38294 # convert \$build files to toolchain format.
38295 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
38296
38297 # An object symbol dumper.
38298 OBJDUMP=$lt_OBJDUMP
38299
38300 # Method to check whether dependent libraries are shared objects.
38301 deplibs_check_method=$lt_deplibs_check_method
38302
38303 # Command to use when deplibs_check_method = "file_magic".
38304 file_magic_cmd=$lt_file_magic_cmd
38305
38306 # How to find potential files when deplibs_check_method = "file_magic".
38307 file_magic_glob=$lt_file_magic_glob
38308
38309 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
38310 want_nocaseglob=$lt_want_nocaseglob
38311
38312 # DLL creation program.
38313 DLLTOOL=$lt_DLLTOOL
38314
38315 # Command to associate shared and link libraries.
38316 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
38317
38318 # The archiver.
38319 AR=$lt_AR
38320
38321 # Flags to create an archive.
38322 AR_FLAGS=$lt_AR_FLAGS
38323
38324 # How to feed a file listing to the archiver.
38325 archiver_list_spec=$lt_archiver_list_spec
38326
38327 # A symbol stripping program.
38328 STRIP=$lt_STRIP
38329
38330 # Commands used to install an old-style archive.
38331 RANLIB=$lt_RANLIB
38332 old_postinstall_cmds=$lt_old_postinstall_cmds
38333 old_postuninstall_cmds=$lt_old_postuninstall_cmds
38334
38335 # Whether to use a lock for old archive extraction.
38336 lock_old_archive_extraction=$lock_old_archive_extraction
38337
38338 # A C compiler.
38339 LTCC=$lt_CC
38340
38341 # LTCC compiler flags.
38342 LTCFLAGS=$lt_CFLAGS
38343
38344 # Take the output of nm and produce a listing of raw symbols and C names.
38345 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
38346
38347 # Transform the output of nm in a proper C declaration.
38348 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
38349
38350 # Transform the output of nm into a list of symbols to manually relocate.
38351 global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
38352
38353 # Transform the output of nm in a C name address pair.
38354 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
38355
38356 # Transform the output of nm in a C name address pair when lib prefix is needed.
38357 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
38358
38359 # The name lister interface.
38360 nm_interface=$lt_lt_cv_nm_interface
38361
38362 # Specify filename containing input files for \$NM.
38363 nm_file_list_spec=$lt_nm_file_list_spec
38364
38365 # The root where to search for dependent libraries,and where our libraries should be installed.
38366 lt_sysroot=$lt_sysroot
38367
38368 # Command to truncate a binary pipe.
38369 lt_truncate_bin=$lt_lt_cv_truncate_bin
38370
38371 # The name of the directory that contains temporary libtool files.
38372 objdir=$objdir
38373
38374 # Used to examine libraries when file_magic_cmd begins with "file".
38375 MAGIC_CMD=$MAGIC_CMD
38376
38377 # Must we lock files when doing compilation?
38378 need_locks=$lt_need_locks
38379
38380 # Manifest tool.
38381 MANIFEST_TOOL=$lt_MANIFEST_TOOL
38382
38383 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
38384 DSYMUTIL=$lt_DSYMUTIL
38385
38386 # Tool to change global to local symbols on Mac OS X.
38387 NMEDIT=$lt_NMEDIT
38388
38389 # Tool to manipulate fat objects and archives on Mac OS X.
38390 LIPO=$lt_LIPO
38391
38392 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
38393 OTOOL=$lt_OTOOL
38394
38395 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
38396 OTOOL64=$lt_OTOOL64
38397
38398 # Old archive suffix (normally "a").
38399 libext=$libext
38400
38401 # Shared library suffix (normally ".so").
38402 shrext_cmds=$lt_shrext_cmds
38403
38404 # The commands to extract the exported symbol list from a shared archive.
38405 extract_expsyms_cmds=$lt_extract_expsyms_cmds
38406
38407 # Variables whose values should be saved in libtool wrapper scripts and
38408 # restored at link time.
38409 variables_saved_for_relink=$lt_variables_saved_for_relink
38410
38411 # Do we need the "lib" prefix for modules?
38412 need_lib_prefix=$need_lib_prefix
38413
38414 # Do we need a version for libraries?
38415 need_version=$need_version
38416
38417 # Library versioning type.
38418 version_type=$version_type
38419
38420 # Shared library runtime path variable.
38421 runpath_var=$runpath_var
38422
38423 # Shared library path variable.
38424 shlibpath_var=$shlibpath_var
38425
38426 # Is shlibpath searched before the hard-coded library search path?
38427 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
38428
38429 # Format of library name prefix.
38430 libname_spec=$lt_libname_spec
38431
38432 # List of archive names. First name is the real one, the rest are links.
38433 # The last name is the one that the linker finds with -lNAME
38434 library_names_spec=$lt_library_names_spec
38435
38436 # The coded name of the library, if different from the real name.
38437 soname_spec=$lt_soname_spec
38438
38439 # Permission mode override for installation of shared libraries.
38440 install_override_mode=$lt_install_override_mode
38441
38442 # Command to use after installation of a shared archive.
38443 postinstall_cmds=$lt_postinstall_cmds
38444
38445 # Command to use after uninstallation of a shared archive.
38446 postuninstall_cmds=$lt_postuninstall_cmds
38447
38448 # Commands used to finish a libtool library installation in a directory.
38449 finish_cmds=$lt_finish_cmds
38450
38451 # As "finish_cmds", except a single script fragment to be evaled but
38452 # not shown.
38453 finish_eval=$lt_finish_eval
38454
38455 # Whether we should hardcode library paths into libraries.
38456 hardcode_into_libs=$hardcode_into_libs
38457
38458 # Compile-time system search path for libraries.
38459 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
38460
38461 # Detected run-time system search path for libraries.
38462 sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
38463
38464 # Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
38465 configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
38466
38467 # Whether dlopen is supported.
38468 dlopen_support=$enable_dlopen
38469
38470 # Whether dlopen of programs is supported.
38471 dlopen_self=$enable_dlopen_self
38472
38473 # Whether dlopen of statically linked programs is supported.
38474 dlopen_self_static=$enable_dlopen_self_static
38475
38476 # Commands to strip libraries.
38477 old_striplib=$lt_old_striplib
38478 striplib=$lt_striplib
38479
38480
38481 # The linker used to build libraries.
38482 LD=$lt_LD
38483
38484 # How to create reloadable object files.
38485 reload_flag=$lt_reload_flag
38486 reload_cmds=$lt_reload_cmds
38487
38488 # Commands used to build an old-style archive.
38489 old_archive_cmds=$lt_old_archive_cmds
38490
38491 # A language specific compiler.
38492 CC=$lt_compiler
38493
38494 # Is the compiler the GNU compiler?
38495 with_gcc=$GCC
38496
38497 # Compiler flag to turn off builtin functions.
38498 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
38499
38500 # Additional compiler flags for building library objects.
38501 pic_flag=$lt_lt_prog_compiler_pic
38502
38503 # How to pass a linker flag through the compiler.
38504 wl=$lt_lt_prog_compiler_wl
38505
38506 # Compiler flag to prevent dynamic linking.
38507 link_static_flag=$lt_lt_prog_compiler_static
38508
38509 # Does compiler simultaneously support -c and -o options?
38510 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
38511
38512 # Whether or not to add -lc for building shared libraries.
38513 build_libtool_need_lc=$archive_cmds_need_lc
38514
38515 # Whether or not to disallow shared libs when runtime libs are static.
38516 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
38517
38518 # Compiler flag to allow reflexive dlopens.
38519 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
38520
38521 # Compiler flag to generate shared objects directly from archives.
38522 whole_archive_flag_spec=$lt_whole_archive_flag_spec
38523
38524 # Whether the compiler copes with passing no objects directly.
38525 compiler_needs_object=$lt_compiler_needs_object
38526
38527 # Create an old-style archive from a shared archive.
38528 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
38529
38530 # Create a temporary old-style archive to link instead of a shared archive.
38531 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
38532
38533 # Commands used to build a shared archive.
38534 archive_cmds=$lt_archive_cmds
38535 archive_expsym_cmds=$lt_archive_expsym_cmds
38536
38537 # Commands used to build a loadable module if different from building
38538 # a shared archive.
38539 module_cmds=$lt_module_cmds
38540 module_expsym_cmds=$lt_module_expsym_cmds
38541
38542 # Whether we are building with GNU ld or not.
38543 with_gnu_ld=$lt_with_gnu_ld
38544
38545 # Flag that allows shared libraries with undefined symbols to be built.
38546 allow_undefined_flag=$lt_allow_undefined_flag
38547
38548 # Flag that enforces no undefined symbols.
38549 no_undefined_flag=$lt_no_undefined_flag
38550
38551 # Flag to hardcode \$libdir into a binary during linking.
38552 # This must work even if \$libdir does not exist
38553 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
38554
38555 # Whether we need a single "-rpath" flag with a separated argument.
38556 hardcode_libdir_separator=$lt_hardcode_libdir_separator
38557
38558 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
38559 # DIR into the resulting binary.
38560 hardcode_direct=$hardcode_direct
38561
38562 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
38563 # DIR into the resulting binary and the resulting library dependency is
38564 # "absolute",i.e impossible to change by setting \$shlibpath_var if the
38565 # library is relocated.
38566 hardcode_direct_absolute=$hardcode_direct_absolute
38567
38568 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
38569 # into the resulting binary.
38570 hardcode_minus_L=$hardcode_minus_L
38571
38572 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
38573 # into the resulting binary.
38574 hardcode_shlibpath_var=$hardcode_shlibpath_var
38575
38576 # Set to "yes" if building a shared library automatically hardcodes DIR
38577 # into the library and all subsequent libraries and executables linked
38578 # against it.
38579 hardcode_automatic=$hardcode_automatic
38580
38581 # Set to yes if linker adds runtime paths of dependent libraries
38582 # to runtime path list.
38583 inherit_rpath=$inherit_rpath
38584
38585 # Whether libtool must link a program against all its dependency libraries.
38586 link_all_deplibs=$link_all_deplibs
38587
38588 # Set to "yes" if exported symbols are required.
38589 always_export_symbols=$always_export_symbols
38590
38591 # The commands to list exported symbols.
38592 export_symbols_cmds=$lt_export_symbols_cmds
38593
38594 # Symbols that should not be listed in the preloaded symbols.
38595 exclude_expsyms=$lt_exclude_expsyms
38596
38597 # Symbols that must always be exported.
38598 include_expsyms=$lt_include_expsyms
38599
38600 # Commands necessary for linking programs (against libraries) with templates.
38601 prelink_cmds=$lt_prelink_cmds
38602
38603 # Commands necessary for finishing linking programs.
38604 postlink_cmds=$lt_postlink_cmds
38605
38606 # Specify filename containing input files.
38607 file_list_spec=$lt_file_list_spec
38608
38609 # How to hardcode a shared library path into an executable.
38610 hardcode_action=$hardcode_action
38611
38612 # ### END LIBTOOL CONFIG
38613
38614 _LT_EOF
38615
38616 cat <<'_LT_EOF' >> "$cfgfile"
38617
38618 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
38619
38620 # func_munge_path_list VARIABLE PATH
38621 # -----------------------------------
38622 # VARIABLE is name of variable containing _space_ separated list of
38623 # directories to be munged by the contents of PATH, which is string
38624 # having a format:
38625 # "DIR[:DIR]:"
38626 # string "DIR[ DIR]" will be prepended to VARIABLE
38627 # ":DIR[:DIR]"
38628 # string "DIR[ DIR]" will be appended to VARIABLE
38629 # "DIRP[:DIRP]::[DIRA:]DIRA"
38630 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
38631 # "DIRA[ DIRA]" will be appended to VARIABLE
38632 # "DIR[:DIR]"
38633 # VARIABLE will be replaced by "DIR[ DIR]"
38634 func_munge_path_list ()
38635 {
38636 case x$2 in
38637 x)
38638 ;;
38639 *:)
38640 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
38641 ;;
38642 x:*)
38643 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
38644 ;;
38645 *::*)
38646 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
38647 eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
38648 ;;
38649 *)
38650 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
38651 ;;
38652 esac
38653 }
38654
38655
38656 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
38657 func_cc_basename ()
38658 {
38659 for cc_temp in $*""; do
38660 case $cc_temp in
38661 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
38662 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
38663 \-*) ;;
38664 *) break;;
38665 esac
38666 done
38667 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
38668 }
38669
38670
38671 # ### END FUNCTIONS SHARED WITH CONFIGURE
38672
38673 _LT_EOF
38674
38675 case $host_os in
38676 aix3*)
38677 cat <<\_LT_EOF >> "$cfgfile"
38678 # AIX sometimes has problems with the GCC collect2 program. For some
38679 # reason, if we set the COLLECT_NAMES environment variable, the problems
38680 # vanish in a puff of smoke.
38681 if test set != "${COLLECT_NAMES+set}"; then
38682 COLLECT_NAMES=
38683 export COLLECT_NAMES
38684 fi
38685 _LT_EOF
38686 ;;
38687 esac
38688
38689
38690 ltmain=$ac_aux_dir/ltmain.sh
38691
38692
38693 # We use sed instead of cat because bash on DJGPP gets confused if
38694 # if finds mixed CR/LF and LF-only lines. Since sed operates in
38695 # text mode, it properly converts lines to CR/LF. This bash problem
38696 # is reportedly fixed, but why not run on old versions too?
38697 sed '$q' "$ltmain" >> "$cfgfile" \
38698 || (rm -f "$cfgfile"; exit 1)
38699
38700 mv -f "$cfgfile" "$ofile" ||
38701 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
38702 chmod +x "$ofile"
38703
38704 ;;
38705
38706 esac
38707 done # for ac_tag
38708
38709
38710 as_fn_exit 0
38711 _ACEOF
38712 ac_clean_files=$ac_clean_files_save
38713
38714 test $ac_write_fail = 0 ||
38715 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
38716
38717
38718 # configure is writing to config.log, and then calls config.status.
38719 # config.status does its own redirection, appending to config.log.
38720 # Unfortunately, on DOS this fails, as config.log is still kept open
38721 # by configure, so config.status won't be able to write to it; its
38722 # output is simply discarded. So we exec the FD to /dev/null,
38723 # effectively closing config.log, so it can be properly (re)opened and
38724 # appended to by config.status. When coming back to configure, we
38725 # need to make the FD available again.
38726 if test "$no_create" != yes; then
38727 ac_cs_success=:
38728 ac_config_status_args=
38729 test "$silent" = yes &&
38730 ac_config_status_args="$ac_config_status_args --quiet"
38731 exec 5>/dev/null
38732 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
38733 exec 5>>config.log
38734 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
38735 # would make configure fail if this is the last instruction.
38736 $ac_cs_success || as_fn_exit 1
38737 fi
38738 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
38739 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
38740 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
38741 fi
38742