]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - zfs/configure
UBUNTU: SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
[mirror_ubuntu-artful-kernel.git] / zfs / configure
CommitLineData
87d546d8
TG
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
16DUALCASE=1; export DUALCASE # for MKS sh
17if 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
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_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.
43if 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 --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79fi
80
81
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.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90as_myself=
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
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
100IFS=$as_save_IFS
101
102 ;;
103esac
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.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
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.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export 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.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $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
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160if 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
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
193test x\$exitcode = x0 || exit 1
194test -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
207test \$(( 1 + 1 )) = 2 || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219do
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
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
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
242fi; }
243IFS=$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.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $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
265exit 255
266fi
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
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_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.
313as_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.
323as_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.
371as_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.
381if (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 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # 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.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # 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.
416as_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
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430else
431 as_expr=false
432fi
433
434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436else
437 as_basename=false
438fi
439
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
445
446as_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.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_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
508ECHO_C= ECHO_N= ECHO_T=
509case `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';;
519esac
520
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527fi
528if (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
542else
543 as_ln_s='cp -pR'
544fi
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
547
548if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
557
558# Sed expression to map a string onto a valid CPP name.
559as_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.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 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.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
579ac_clean_files=
580ac_config_libobj_dir=.
581LIBOBJS=
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
586
587# Identity of this package.
588PACKAGE_NAME='zfs'
589PACKAGE_TARNAME='zfs'
590PACKAGE_VERSION='0.6.5.9'
591PACKAGE_STRING='zfs 0.6.5.9'
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
594
595# Factoring default headers for most tests.
596ac_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
631ac_subst_vars='am__EXEEXT_FALSE
632am__EXEEXT_TRUE
633LTLIBOBJS
634LIBOBJS
635DEBUG_DMU_TX
636DEBUG_ZFS
637DEBUG_STACKFLAGS
638DEBUG_CFLAGS
639CONFIG_KERNEL_FALSE
640CONFIG_KERNEL_TRUE
641CONFIG_USER_FALSE
642CONFIG_USER_TRUE
643KERNELCPPFLAGS
644KERNELMAKE_PARAMS
645SPL_SYMBOLS
646SPL_VERSION
647SPL_OBJ
648SPL
649LINUX_SYMBOLS
650LINUX_VERSION
651LINUX_OBJ
652LINUX
653FRAME_LARGER_THAN
654LIBBLKID
655LIBUUID
656ZLIB
657dracutdir
658ZFS_INIT_SYSV
659modulesloaddir
660systemdpresetdir
661systemdunitdir
662ZFS_MODULE_LOAD
663ZFS_INIT_SYSTEMD
664udevruledir
665udevdir
666mounthelperdir
667NO_BOOL_COMPARE
668NO_UNUSED_BUT_SET_VARIABLE
669ZFS_CONFIG
670TARGET_ASM_DIR
671ALIEN_VERSION
672ALIEN
673HAVE_ALIEN
674DPKGBUILD_VERSION
675DPKGBUILD
676HAVE_DPKGBUILD
677DPKG_VERSION
678DPKG
679HAVE_DPKG
680SRPM_DEFINE_COMMON
681SRPM_DEFINE_DKMS
682SRPM_DEFINE_KMOD
683SRPM_DEFINE_UTIL
684RPM_DEFINE_COMMON
685RPM_DEFINE_DKMS
686RPM_DEFINE_KMOD
687RPM_DEFINE_UTIL
688RPM_SPEC_DIR
689RPMBUILD_VERSION
690RPMBUILD
691HAVE_RPMBUILD
692RPM_VERSION
693RPM
694HAVE_RPM
695DEFINE_INITRAMFS
696DEFAULT_INITCONF_DIR
697DEFAULT_INIT_SCRIPT
698DEFAULT_INIT_DIR
699DEFAULT_PACKAGE
700VENDOR
701am__fastdepCCAS_FALSE
702am__fastdepCCAS_TRUE
703CCASDEPMODE
704CCASFLAGS
705CCAS
706CPP
707LT_SYS_LIBRARY_PATH
708OTOOL64
709OTOOL
710LIPO
711NMEDIT
712DSYMUTIL
713MANIFEST_TOOL
714RANLIB
715ac_ct_AR
716AR
717DLLTOOL
718OBJDUMP
719LN_S
720NM
721ac_ct_DUMPBIN
722DUMPBIN
723LD
724FGREP
725EGREP
726GREP
727SED
728LIBTOOL
729am__fastdepCC_FALSE
730am__fastdepCC_TRUE
731CCDEPMODE
732am__nodep
733AMDEPBACKSLASH
734AMDEP_FALSE
735AMDEP_TRUE
736am__quote
737am__include
738DEPDIR
739OBJEXT
740EXEEXT
741ac_ct_CC
742CPPFLAGS
743LDFLAGS
744CFLAGS
745CC
746am__untar
747am__tar
748AMTAR
749am__leading_dot
750SET_MAKE
751mkdir_p
752MKDIR_P
753INSTALL_STRIP_PROGRAM
754STRIP
755install_sh
756MAKEINFO
757AUTOHEADER
758AUTOMAKE
759AUTOCONF
760ACLOCAL
761VERSION
762PACKAGE
763CYGPATH_W
764am__isrc
765INSTALL_DATA
766INSTALL_SCRIPT
767INSTALL_PROGRAM
768AM_BACKSLASH
769AM_DEFAULT_VERBOSITY
770AM_DEFAULT_V
771AM_V
772MAINT
773MAINTAINER_MODE_FALSE
774MAINTAINER_MODE_TRUE
775target_os
776target_vendor
777target_cpu
778target
779host_os
780host_vendor
781host_cpu
782host
783build_os
784build_vendor
785build_cpu
786build
787ZFS_META_LT_AGE
788ZFS_META_LT_REVISION
789ZFS_META_LT_CURRENT
790ZFS_META_AUTHOR
791ZFS_META_DATA
792ZFS_META_ALIAS
793ZFS_META_LICENSE
794RELEASE
795ZFS_META_RELEASE
796ZFS_META_VERSION
797ZFS_META_NAME
798AWK
799target_alias
800host_alias
801build_alias
802LIBS
803ECHO_T
804ECHO_N
805ECHO_C
806DEFS
807mandir
808localedir
809libdir
810psdir
811pdfdir
812dvidir
813htmldir
814infodir
815docdir
816oldincludedir
817includedir
818runstatedir
819localstatedir
820sharedstatedir
821sysconfdir
822datadir
823datarootdir
824libexecdir
825sbindir
826bindir
827program_transform_name
828prefix
829exec_prefix
830PACKAGE_URL
831PACKAGE_BUGREPORT
832PACKAGE_STRING
833PACKAGE_VERSION
834PACKAGE_TARNAME
835PACKAGE_NAME
836PATH_SEPARATOR
837SHELL'
838ac_subst_files=''
839ac_user_opts='
840enable_option_checking
841enable_maintainer_mode
842enable_silent_rules
843enable_dependency_tracking
844enable_shared
845enable_static
846with_pic
847enable_fast_install
848with_aix_soname
849with_gnu_ld
850with_sysroot
851enable_libtool_lock
852with_spec
853with_config
854enable_linux_builtin
855with_mounthelperdir
856with_udevdir
857with_udevruledir
858enable_systemd
859with_systemdunitdir
860with_systemdpresetdir
861with_systemdmodulesloaddir
862enable_sysvinit
863with_dracutdir
864with_blkid
865with_linux
866with_linux_obj
867with_spl
868with_spl_obj
869with_spl_timeout
870enable_debug
871enable_debug_dmu_tx
872'
873 ac_precious_vars='build_alias
874host_alias
875target_alias
876CC
877CFLAGS
878LDFLAGS
879LIBS
880CPPFLAGS
881LT_SYS_LIBRARY_PATH
882CPP
883CCAS
884CCASFLAGS'
885
886
887# Initialize some variables set by options.
888ac_init_help=
889ac_init_version=false
890ac_unrecognized_opts=
891ac_unrecognized_sep=
892# The variables have the same names as the options, with
893# dashes changed to underlines.
894cache_file=/dev/null
895exec_prefix=NONE
896no_create=
897no_recursion=
898prefix=NONE
899program_prefix=NONE
900program_suffix=NONE
901program_transform_name=s,x,x,
902silent=
903site=
904srcdir=
905verbose=
906x_includes=NONE
907x_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.)
915bindir='${exec_prefix}/bin'
916sbindir='${exec_prefix}/sbin'
917libexecdir='${exec_prefix}/libexec'
918datarootdir='${prefix}/share'
919datadir='${datarootdir}'
920sysconfdir='${prefix}/etc'
921sharedstatedir='${prefix}/com'
922localstatedir='${prefix}/var'
923runstatedir='${localstatedir}/run'
924includedir='${prefix}/include'
925oldincludedir='/usr/include'
926docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
927infodir='${datarootdir}/info'
928htmldir='${docdir}'
929dvidir='${docdir}'
930pdfdir='${docdir}'
931psdir='${docdir}'
932libdir='${exec_prefix}/lib'
933localedir='${datarootdir}/locale'
934mandir='${datarootdir}/man'
935
936ac_prev=
937ac_dashdash=
938for ac_option
939do
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'
1281Try \`$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
1303done
1304
1305if test -n "$ac_prev"; then
1306 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1307 as_fn_error $? "missing argument to $ac_option"
1308fi
1309
1310if 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
1316fi
1317
1318# Check all directory arguments for consistency.
1319for 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
1323do
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"
1337done
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.
1342build=$build_alias
1343host=$host_alias
1344target=$target_alias
1345
1346# FIXME: To remove some day.
1347if 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
1353fi
1354
1355ac_tool_prefix=
1356test -n "$host_alias" && ac_tool_prefix=$host_alias-
1357
1358test "$silent" = yes && exec 6>/dev/null
1359
1360
1361ac_pwd=`pwd` && test -n "$ac_pwd" &&
1362ac_ls_di=`ls -di .` &&
1363ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1364 as_fn_error $? "working directory cannot be determined"
1365test "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.
1370if 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
1400else
1401 ac_srcdir_defaulted=no
1402fi
1403if 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"
1406fi
1407ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1408ac_abs_confdir=`(
1409 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1410 pwd)`
1411# When building in place, set srcdir=.
1412if test "$ac_abs_confdir" = "$ac_pwd"; then
1413 srcdir=.
1414fi
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.
1418case $srcdir in
1419*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1420esac
1421for 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}
1426done
1427
1428#
1429# Report the --help message.
1430#
1431if 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
1437Usage: $0 [OPTION]... [VAR=VALUE]...
1438
1439To assign environment variables (e.g., CC, CFLAGS...), specify them as
1440VAR=VALUE. See below for descriptions of some of the useful variables.
1441
1442Defaults for the options are specified in brackets.
1443
1444Configuration:
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
1455Installation 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
1461By default, \`make install' will install all the files in
1462\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1463an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1464for instance \`--prefix=\$HOME'.
1465
1466For better control, use the options below.
1467
1468Fine 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
1493Program 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
1498System 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
1503fi
1504
1505if 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
1511Optional 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
1536Optional 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
1570Some 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
1584Use these variables to override the choices made by `configure' or to help
1585it to find libraries and programs with nonstandard names/locations.
1586
1587Report bugs to the package provider.
1588_ACEOF
1589ac_status=$?
1590fi
1591
1592if 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
1600case "$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 ;;
1610esac
1611ac_abs_top_builddir=$ac_pwd
1612ac_abs_builddir=$ac_pwd$ac_dir_suffix
1613# for backward compatibility:
1614ac_top_builddir=$ac_top_build_prefix
1615
1616case $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 ;;
1629esac
1630ac_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
1645fi
1646
1647test -n "$ac_init_help" && exit $ac_status
1648if $ac_init_version; then
1649 cat <<\_ACEOF
1650zfs configure 0.6.5.9
1651generated by GNU Autoconf 2.69
1652
1653Copyright (C) 2012 Free Software Foundation, Inc.
1654This configure script is free software; the Free Software Foundation
1655gives unlimited permission to copy, distribute and modify it.
1656_ACEOF
1657 exit
1658fi
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.
1667ac_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"
1672case "(($ac_try" in
1673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1674 *) ac_try_echo=$ac_try;;
1675esac
1676eval 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
1691else
1692 $as_echo "$as_me: failed program was:" >&5
1693sed 's/^/| /' conftest.$ac_ext >&5
1694
1695 ac_retval=1
1696fi
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.
1705ac_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"
1710case "(($ac_try" in
1711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1712 *) ac_try_echo=$ac_try;;
1713esac
1714eval 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
1732else
1733 $as_echo "$as_me: failed program was:" >&5
1734sed 's/^/| /' conftest.$ac_ext >&5
1735
1736 ac_retval=1
1737fi
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.
1752ac_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; }
1757if eval \${$3+:} false; then :
1758 $as_echo_n "(cached) " >&6
1759else
1760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1761/* end confdefs.h. */
1762$4
1763#include <$2>
1764_ACEOF
1765if ac_fn_c_try_compile "$LINENO"; then :
1766 eval "$3=yes"
1767else
1768 eval "$3=no"
1769fi
1770rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1771fi
1772eval 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.
1782ac_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"
1786case "(($ac_try" in
1787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1788 *) ac_try_echo=$ac_try;;
1789esac
1790eval 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
1805else
1806 $as_echo "$as_me: failed program was:" >&5
1807sed 's/^/| /' conftest.$ac_ext >&5
1808
1809 ac_retval=1
1810fi
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.
1820ac_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"
1824case "(($ac_try" in
1825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1826 *) ac_try_echo=$ac_try;;
1827esac
1828eval 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;;
1837esac
1838eval 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
1845else
1846 $as_echo "$as_me: program exited with status $ac_status" >&5
1847 $as_echo "$as_me: failed program was:" >&5
1848sed 's/^/| /' conftest.$ac_ext >&5
1849
1850 ac_retval=$ac_status
1851fi
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
1861ac_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; }
1866if eval \${$3+:} false; then :
1867 $as_echo_n "(cached) " >&6
1868else
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
1892extern "C"
1893#endif
1894char $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
1899choke me
1900#endif
1901
1902int
1903main ()
1904{
1905return $2 ();
1906 ;
1907 return 0;
1908}
1909_ACEOF
1910if ac_fn_c_try_link "$LINENO"; then :
1911 eval "$3=yes"
1912else
1913 eval "$3=no"
1914fi
1915rm -f core conftest.err conftest.$ac_objext \
1916 conftest$ac_exeext conftest.$ac_ext
1917fi
1918eval 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.
1930ac_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; }
1936if eval \${$3+:} false; then :
1937 $as_echo_n "(cached) " >&6
1938fi
1939eval ac_res=\$$3
1940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1941$as_echo "$ac_res" >&6; }
1942else
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; }
1946cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1947/* end confdefs.h. */
1948$4
1949#include <$2>
1950_ACEOF
1951if ac_fn_c_try_compile "$LINENO"; then :
1952 ac_header_compiler=yes
1953else
1954 ac_header_compiler=no
1955fi
1956rm -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; }
1963cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1964/* end confdefs.h. */
1965#include <$2>
1966_ACEOF
1967if ac_fn_c_try_cpp "$LINENO"; then :
1968 ac_header_preproc=yes
1969else
1970 ac_header_preproc=no
1971fi
1972rm -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?
1977case $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 ;;
1996esac
1997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1998$as_echo_n "checking for $2... " >&6; }
1999if eval \${$3+:} false; then :
2000 $as_echo_n "(cached) " >&6
2001else
2002 eval "$3=\$ac_header_compiler"
2003fi
2004eval ac_res=\$$3
2005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2006$as_echo "$ac_res" >&6; }
2007fi
2008 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2009
2010} # ac_fn_c_check_header_mongrel
2011cat >config.log <<_ACEOF
2012This file contains any messages produced by compilers while
2013running configure, to aid debugging if configure makes a mistake.
2014
2015It was created by zfs $as_me 0.6.5.9, which was
2016generated by GNU Autoconf 2.69. Invocation command line was
2017
2018 $ $0 $@
2019
2020_ACEOF
2021exec 5>>config.log
2022{
2023cat <<_ASUNAME
2024## --------- ##
2025## Platform. ##
2026## --------- ##
2027
2028hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2029uname -m = `(uname -m) 2>/dev/null || echo unknown`
2030uname -r = `(uname -r) 2>/dev/null || echo unknown`
2031uname -s = `(uname -s) 2>/dev/null || echo unknown`
2032uname -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
2047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2048for as_dir in $PATH
2049do
2050 IFS=$as_save_IFS
2051 test -z "$as_dir" && as_dir=.
2052 $as_echo "PATH: $as_dir"
2053 done
2054IFS=$as_save_IFS
2055
2056} >&5
2057
2058cat >&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.
2073ac_configure_args=
2074ac_configure_args0=
2075ac_configure_args1=
2076ac_must_keep_next=false
2077for ac_pass in 1 2
2078do
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
2112done
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.
2121trap '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
2208for ac_signal in 1 2 13 15; do
2209 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2210done
2211ac_signal=0
2212
2213# confdefs.h avoids OS command line length limits that DEFS can exceed.
2214rm -f -r conftest* confdefs.h
2215
2216$as_echo "/* confdefs.h */" > confdefs.h
2217
2218# Predefined preprocessor variables.
2219
2220cat >>confdefs.h <<_ACEOF
2221#define PACKAGE_NAME "$PACKAGE_NAME"
2222_ACEOF
2223
2224cat >>confdefs.h <<_ACEOF
2225#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2226_ACEOF
2227
2228cat >>confdefs.h <<_ACEOF
2229#define PACKAGE_VERSION "$PACKAGE_VERSION"
2230_ACEOF
2231
2232cat >>confdefs.h <<_ACEOF
2233#define PACKAGE_STRING "$PACKAGE_STRING"
2234_ACEOF
2235
2236cat >>confdefs.h <<_ACEOF
2237#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2238_ACEOF
2239
2240cat >>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.
2247ac_site_file1=NONE
2248ac_site_file2=NONE
2249if 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
2256elif test "x$prefix" != xNONE; then
2257 ac_site_file1=$prefix/share/config.site
2258 ac_site_file2=$prefix/etc/config.site
2259else
2260 ac_site_file1=$ac_default_prefix/share/config.site
2261 ac_site_file2=$ac_default_prefix/etc/config.site
2262fi
2263for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2264do
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;}
2273as_fn_error $? "failed to load site script $ac_site_file
2274See \`config.log' for more details" "$LINENO" 5; }
2275 fi
2276done
2277
2278if 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
2289else
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
2293fi
2294
2295# Check that the precious variables saved in the cache have kept the same
2296# value.
2297ac_cache_corrupted=false
2298for 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
2344done
2345if $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
2351fi
2352## -------------------- ##
2353## Main body of script. ##
2354## -------------------- ##
2355
2356ac_ext=c
2357ac_cpp='$CPP $CPPFLAGS'
2358ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2359ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2360ac_compiler_gnu=$ac_cv_c_compiler_gnu
2361
2362
2363ac_ext=c
2364ac_cpp='$CPP $CPPFLAGS'
2365ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2366ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2367ac_compiler_gnu=$ac_cv_c_compiler_gnu
2368
2369
2370
2371
2372
2373 for ac_prog in gawk mawk nawk awk
2374do
2375 # Extract the first word of "$ac_prog", so it can be a program name with args.
2376set 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; }
2379if ${ac_cv_prog_AWK+:} false; then :
2380 $as_echo_n "(cached) " >&6
2381else
2382 if test -n "$AWK"; then
2383 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2384else
2385as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2386for as_dir in $PATH
2387do
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
2396done
2397 done
2398IFS=$as_save_IFS
2399
2400fi
2401fi
2402AWK=$ac_cv_prog_AWK
2403if test -n "$AWK"; then
2404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2405$as_echo "$AWK" >&6; }
2406else
2407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2408$as_echo "no" >&6; }
2409fi
2410
2411
2412 test -n "$AWK" && break
2413done
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
2427cat >>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
2437cat >>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
2479cat >>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
2492cat >>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
2504cat >>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
2514cat >>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
2524cat >>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
2542cat >>confdefs.h <<_ACEOF
2543#define ZFS_META_LT_CURRENT "$ZFS_META_LT_CURRENT"
2544_ACEOF
2545
2546
2547cat >>confdefs.h <<_ACEOF
2548#define ZFS_META_LT_REVISION "$ZFS_META_LT_REVISION"
2549_ACEOF
2550
2551
2552cat >>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
2566ac_aux_dir=
2567for 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
2581done
2582if test -z "$ac_aux_dir"; then
2583 as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
2584fi
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.
2590ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2591ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2592ac_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; }
2602if ${ac_cv_build+:} false; then :
2603 $as_echo_n "(cached) " >&6
2604else
2605 ac_build_alias=$build_alias
2606test "x$ac_build_alias" = x &&
2607 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2608test "x$ac_build_alias" = x &&
2609 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2610ac_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
2613fi
2614{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2615$as_echo "$ac_cv_build" >&6; }
2616case $ac_cv_build in
2617*-*-*) ;;
2618*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2619esac
2620build=$ac_cv_build
2621ac_save_IFS=$IFS; IFS='-'
2622set x $ac_cv_build
2623shift
2624build_cpu=$1
2625build_vendor=$2
2626shift; shift
2627# Remember, the first character of IFS is used to create $*,
2628# except with old shells:
2629build_os=$*
2630IFS=$ac_save_IFS
2631case $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; }
2636if ${ac_cv_host+:} false; then :
2637 $as_echo_n "(cached) " >&6
2638else
2639 if test "x$host_alias" = x; then
2640 ac_cv_host=$ac_cv_build
2641else
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
2644fi
2645
2646fi
2647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2648$as_echo "$ac_cv_host" >&6; }
2649case $ac_cv_host in
2650*-*-*) ;;
2651*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2652esac
2653host=$ac_cv_host
2654ac_save_IFS=$IFS; IFS='-'
2655set x $ac_cv_host
2656shift
2657host_cpu=$1
2658host_vendor=$2
2659shift; shift
2660# Remember, the first character of IFS is used to create $*,
2661# except with old shells:
2662host_os=$*
2663IFS=$ac_save_IFS
2664case $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; }
2669if ${ac_cv_target+:} false; then :
2670 $as_echo_n "(cached) " >&6
2671else
2672 if test "x$target_alias" = x; then
2673 ac_cv_target=$ac_cv_host
2674else
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
2677fi
2678
2679fi
2680{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2681$as_echo "$ac_cv_target" >&6; }
2682case $ac_cv_target in
2683*-*-*) ;;
2684*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2685esac
2686target=$ac_cv_target
2687ac_save_IFS=$IFS; IFS='-'
2688set x $ac_cv_target
2689shift
2690target_cpu=$1
2691target_vendor=$2
2692shift; shift
2693# Remember, the first character of IFS is used to create $*,
2694# except with old shells:
2695target_os=$*
2696IFS=$ac_save_IFS
2697case $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.
2702test -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.
2711if test "${enable_maintainer_mode+set}" = set; then :
2712 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2713else
2714 USE_MAINTAINER_MODE=no
2715fi
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='#'
2722else
2723 MAINTAINER_MODE_TRUE='#'
2724 MAINTAINER_MODE_FALSE=
2725fi
2726
2727 MAINT=$MAINTAINER_MODE_TRUE
2728
2729
2730# Check whether --enable-silent-rules was given.
2731if test "${enable_silent_rules+set}" = set; then :
2732 enableval=$enable_silent_rules;
2733fi
2734
2735case $enable_silent_rules in # (((
2736 yes) AM_DEFAULT_VERBOSITY=0;;
2737 no) AM_DEFAULT_VERBOSITY=1;;
2738 *) AM_DEFAULT_VERBOSITY=0;;
2739esac
2740am_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; }
2743if ${am_cv_make_support_nested_variables+:} false; then :
2744 $as_echo_n "(cached) " >&6
2745else
2746 if $as_echo 'TRUE=$(BAR$(V))
2747BAR0=false
2748BAR1=true
2749V=1
2750am__doit:
2751 @$(TRUE)
2752.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2753 am_cv_make_support_nested_variables=yes
2754else
2755 am_cv_make_support_nested_variables=no
2756fi
2757fi
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; }
2760if test $am_cv_make_support_nested_variables = yes; then
2761 AM_V='$(V)'
2762 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2763else
2764 AM_V=$AM_DEFAULT_VERBOSITY
2765 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2766fi
2767AM_BACKSLASH='\'
2768
2769am__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; }
2787if test -z "$INSTALL"; then
2788if ${ac_cv_path_install+:} false; then :
2789 $as_echo_n "(cached) " >&6
2790else
2791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2792for as_dir in $PATH
2793do
2794 IFS=$as_save_IFS
2795 test -z "$as_dir" && as_dir=.
2796 # Account for people who put trailing slashes in PATH elements.
2797case $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 ;;
2835esac
2836
2837 done
2838IFS=$as_save_IFS
2839
2840rm -rf conftest.one conftest.two conftest.dir
2841
2842fi
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
2852fi
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.
2858test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2859
2860test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2861
2862test -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.
2868am_lf='
2869'
2870case `pwd` in
2871 *[\\\"\#\$\&\'\`$am_lf]*)
2872 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2873esac
2874case $srcdir in
2875 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2876 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2877esac
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).
2884if (
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 )
2912then
2913 # Ok.
2914 :
2915else
2916 as_fn_error $? "newly created file is older than distributed files!
2917Check your system clock" "$LINENO" 5
2918fi
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.
2923am_sleep_pid=
2924if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2925 ( sleep 1 ) &
2926 am_sleep_pid=$!
2927fi
2928
2929rm -f conftest.file
2930
2931test "$program_prefix" != NONE &&
2932 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2933# Use a double $ so make ignores it.
2934test "$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.
2938ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2939program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2940
2941# Expand $ac_aux_dir to an absolute path.
2942am_aux_dir=`cd "$ac_aux_dir" && pwd`
2943
2944if 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
2951fi
2952# Use eval to expand $SHELL
2953if eval "$MISSING --is-lightweight"; then
2954 am_missing_run="$MISSING "
2955else
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;}
2959fi
2960
2961if 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
2968fi
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.
2974if 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.
2977set 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; }
2980if ${ac_cv_prog_STRIP+:} false; then :
2981 $as_echo_n "(cached) " >&6
2982else
2983 if test -n "$STRIP"; then
2984 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2985else
2986as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2987for as_dir in $PATH
2988do
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
2997done
2998 done
2999IFS=$as_save_IFS
3000
3001fi
3002fi
3003STRIP=$ac_cv_prog_STRIP
3004if test -n "$STRIP"; then
3005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3006$as_echo "$STRIP" >&6; }
3007else
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3009$as_echo "no" >&6; }
3010fi
3011
3012
3013fi
3014if 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.
3017set 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; }
3020if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3021 $as_echo_n "(cached) " >&6
3022else
3023 if test -n "$ac_ct_STRIP"; then
3024 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3025else
3026as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3027for as_dir in $PATH
3028do
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
3037done
3038 done
3039IFS=$as_save_IFS
3040
3041fi
3042fi
3043ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3044if 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; }
3047else
3048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3049$as_echo "no" >&6; }
3050fi
3051
3052 if test "x$ac_ct_STRIP" = x; then
3053 STRIP=":"
3054 else
3055 case $cross_compiling:$ac_tool_warned in
3056yes:)
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;}
3059ac_tool_warned=yes ;;
3060esac
3061 STRIP=$ac_ct_STRIP
3062 fi
3063else
3064 STRIP="$ac_cv_prog_STRIP"
3065fi
3066
3067fi
3068INSTALL_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; }
3072if test -z "$MKDIR_P"; then
3073 if ${ac_cv_path_mkdir+:} false; then :
3074 $as_echo_n "(cached) " >&6
3075else
3076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3077for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3078do
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
3094IFS=$as_save_IFS
3095
3096fi
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
3108fi
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; }
3114set x ${MAKE-make}
3115ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3116if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3117 $as_echo_n "(cached) " >&6
3118else
3119 cat >conftest.make <<\_ACEOF
3120SHELL = /bin/sh
3121all:
3122 @echo '@@@%%%=$(MAKE)=@@@%%%'
3123_ACEOF
3124# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3125case `${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;;
3130esac
3131rm -f conftest.make
3132fi
3133if 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=
3137else
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3139$as_echo "no" >&6; }
3140 SET_MAKE="MAKE=${MAKE-make}"
3141fi
3142
3143rm -rf .tst 2>/dev/null
3144mkdir .tst 2>/dev/null
3145if test -d .tst; then
3146 am__leading_dot=.
3147else
3148 am__leading_dot=_
3149fi
3150rmdir .tst 2>/dev/null
3151
3152if 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
3160fi
3161
3162# test whether we have cygpath
3163if 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
3169fi
3170
3171
3172# Define the identity of the package.
3173 PACKAGE='zfs'
3174 VERSION='0.6.5.9'
3175
3176
3177cat >>confdefs.h <<_ACEOF
3178#define PACKAGE "$PACKAGE"
3179_ACEOF
3180
3181
3182cat >>confdefs.h <<_ACEOF
3183#define VERSION "$VERSION"
3184_ACEOF
3185
3186# Some tools Automake needs.
3187
3188ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3189
3190
3191AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3192
3193
3194AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3195
3196
3197AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3198
3199
3200MAKEINFO=${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>
3206mkdir_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 ...
3212AMTAR='$${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
3218am__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.
3233if rm -f && rm -fr && rm -rf; then : OK; else
3234 cat >&2 <<'END'
3235Oops!
3236
3237Your 'rm' program seems unable to run without file operands specified
3238on the command line, even when the '-f' option is present. This is contrary
3239to the behaviour of most rm programs out there, and not conforming with
3240the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3241
3242Please tell bug-automake@gnu.org about your system, including the value
3243of your $PATH and any error possibly output before this message. This
3244can help us improve future automake versions.
3245
3246END
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'
3253Aborting the configuration process, to ensure you take notice of the issue.
3254
3255You can download and install GNU coreutils to get an 'rm' implementation
3256that behaves properly: <http://www.gnu.org/software/coreutils/>.
3257
3258If you want to complete the configuration process using your problematic
3259'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3260to "yes", and re-run configure.
3261
3262END
3263 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3264 fi
3265fi
3266
3267ac_config_headers="$ac_config_headers zfs_config.h"
3268
3269
3270
3271ac_ext=c
3272ac_cpp='$CPP $CPPFLAGS'
3273ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3274ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3275ac_compiler_gnu=$ac_cv_c_compiler_gnu
3276if 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.
3278set 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; }
3281if ${ac_cv_prog_CC+:} false; then :
3282 $as_echo_n "(cached) " >&6
3283else
3284 if test -n "$CC"; then
3285 ac_cv_prog_CC="$CC" # Let the user override the test.
3286else
3287as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3288for as_dir in $PATH
3289do
3290 IFS=$as_save_IFS
3291 test -z "$as_dir" && as_dir=.
3292 for ac_exec_ext in '' $ac_executable_extensions; do
3293 if 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
3298done
3299 done
3300IFS=$as_save_IFS
3301
3302fi
3303fi
3304CC=$ac_cv_prog_CC
3305if test -n "$CC"; then
3306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3307$as_echo "$CC" >&6; }
3308else
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3310$as_echo "no" >&6; }
3311fi
3312
3313
3314fi
3315if 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.
3318set 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; }
3321if ${ac_cv_prog_ac_ct_CC+:} false; then :
3322 $as_echo_n "(cached) " >&6
3323else
3324 if test -n "$ac_ct_CC"; then
3325 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3326else
3327as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3328for as_dir in $PATH
3329do
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
3338done
3339 done
3340IFS=$as_save_IFS
3341
3342fi
3343fi
3344ac_ct_CC=$ac_cv_prog_ac_ct_CC
3345if 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; }
3348else
3349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3350$as_echo "no" >&6; }
3351fi
3352
3353 if test "x$ac_ct_CC" = x; then
3354 CC=""
3355 else
3356 case $cross_compiling:$ac_tool_warned in
3357yes:)
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;}
3360ac_tool_warned=yes ;;
3361esac
3362 CC=$ac_ct_CC
3363 fi
3364else
3365 CC="$ac_cv_prog_CC"
3366fi
3367
3368if 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.
3371set 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; }
3374if ${ac_cv_prog_CC+:} false; then :
3375 $as_echo_n "(cached) " >&6
3376else
3377 if test -n "$CC"; then
3378 ac_cv_prog_CC="$CC" # Let the user override the test.
3379else
3380as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3381for as_dir in $PATH
3382do
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
3391done
3392 done
3393IFS=$as_save_IFS
3394
3395fi
3396fi
3397CC=$ac_cv_prog_CC
3398if test -n "$CC"; then
3399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3400$as_echo "$CC" >&6; }
3401else
3402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3403$as_echo "no" >&6; }
3404fi
3405
3406
3407 fi
3408fi
3409if test -z "$CC"; then
3410 # Extract the first word of "cc", so it can be a program name with args.
3411set 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; }
3414if ${ac_cv_prog_CC+:} false; then :
3415 $as_echo_n "(cached) " >&6
3416else
3417 if test -n "$CC"; then
3418 ac_cv_prog_CC="$CC" # Let the user override the test.
3419else
3420 ac_prog_rejected=no
3421as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3422for as_dir in $PATH
3423do
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
3436done
3437 done
3438IFS=$as_save_IFS
3439
3440if 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
3451fi
3452fi
3453fi
3454CC=$ac_cv_prog_CC
3455if test -n "$CC"; then
3456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3457$as_echo "$CC" >&6; }
3458else
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3460$as_echo "no" >&6; }
3461fi
3462
3463
3464fi
3465if 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.
3470set 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; }
3473if ${ac_cv_prog_CC+:} false; then :
3474 $as_echo_n "(cached) " >&6
3475else
3476 if test -n "$CC"; then
3477 ac_cv_prog_CC="$CC" # Let the user override the test.
3478else
3479as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3480for as_dir in $PATH
3481do
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
3490done
3491 done
3492IFS=$as_save_IFS
3493
3494fi
3495fi
3496CC=$ac_cv_prog_CC
3497if test -n "$CC"; then
3498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3499$as_echo "$CC" >&6; }
3500else
3501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3502$as_echo "no" >&6; }
3503fi
3504
3505
3506 test -n "$CC" && break
3507 done
3508fi
3509if test -z "$CC"; then
3510 ac_ct_CC=$CC
3511 for ac_prog in cl.exe
3512do
3513 # Extract the first word of "$ac_prog", so it can be a program name with args.
3514set 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; }
3517if ${ac_cv_prog_ac_ct_CC+:} false; then :
3518 $as_echo_n "(cached) " >&6
3519else
3520 if test -n "$ac_ct_CC"; then
3521 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3522else
3523as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3524for as_dir in $PATH
3525do
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
3534done
3535 done
3536IFS=$as_save_IFS
3537
3538fi
3539fi
3540ac_ct_CC=$ac_cv_prog_ac_ct_CC
3541if 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; }
3544else
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3546$as_echo "no" >&6; }
3547fi
3548
3549
3550 test -n "$ac_ct_CC" && break
3551done
3552
3553 if test "x$ac_ct_CC" = x; then
3554 CC=""
3555 else
3556 case $cross_compiling:$ac_tool_warned in
3557yes:)
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;}
3560ac_tool_warned=yes ;;
3561esac
3562 CC=$ac_ct_CC
3563 fi
3564fi
3565
3566fi
3567
3568
3569test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3570$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3571as_fn_error $? "no acceptable C compiler found in \$PATH
3572See \`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
3576set X $ac_compile
3577ac_compiler=$2
3578for ac_option in --version -v -V -qversion; do
3579 { { ac_try="$ac_compiler $ac_option >&5"
3580case "(($ac_try" in
3581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3582 *) ac_try_echo=$ac_try;;
3583esac
3584eval 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; }
3597done
3598
3599cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3600/* end confdefs.h. */
3601
3602int
3603main ()
3604{
3605
3606 ;
3607 return 0;
3608}
3609_ACEOF
3610ac_clean_files_save=$ac_clean_files
3611ac_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; }
3617ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3618
3619# The possible output files:
3620ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3621
3622ac_rmfiles=
3623for ac_file in $ac_files
3624do
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
3629done
3630rm -f $ac_rmfiles
3631
3632if { { ac_try="$ac_link_default"
3633case "(($ac_try" in
3634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3635 *) ac_try_echo=$ac_try;;
3636esac
3637eval 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.
3648for ac_file in $ac_files ''
3649do
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
3672done
3673test "$ac_cv_exeext" = no && ac_cv_exeext=
3674
3675else
3676 ac_file=''
3677fi
3678if 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
3682sed '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;}
3686as_fn_error 77 "C compiler cannot create executables
3687See \`config.log' for more details" "$LINENO" 5; }
3688else
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3690$as_echo "yes" >&6; }
3691fi
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; }
3696ac_exeext=$ac_cv_exeext
3697
3698rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3699ac_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; }
3702if { { ac_try="$ac_link"
3703case "(($ac_try" in
3704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3705 *) ac_try_echo=$ac_try;;
3706esac
3707eval 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'.
3717for 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
3725done
3726else
3727 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3728$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3729as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3730See \`config.log' for more details" "$LINENO" 5; }
3731fi
3732rm -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
3736rm -f conftest.$ac_ext
3737EXEEXT=$ac_cv_exeext
3738ac_exeext=$EXEEXT
3739cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3740/* end confdefs.h. */
3741#include <stdio.h>
3742int
3743main ()
3744{
3745FILE *f = fopen ("conftest.out", "w");
3746 return ferror (f) || fclose (f) != 0;
3747
3748 ;
3749 return 0;
3750}
3751_ACEOF
3752ac_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; }
3757if test "$cross_compiling" != yes; then
3758 { { ac_try="$ac_link"
3759case "(($ac_try" in
3760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3761 *) ac_try_echo=$ac_try;;
3762esac
3763eval 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;;
3773esac
3774eval 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;}
3787as_fn_error $? "cannot run C compiled programs.
3788If you meant to cross compile, use \`--host'.
3789See \`config.log' for more details" "$LINENO" 5; }
3790 fi
3791 fi
3792fi
3793{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3794$as_echo "$cross_compiling" >&6; }
3795
3796rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3797ac_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; }
3800if ${ac_cv_objext+:} false; then :
3801 $as_echo_n "(cached) " >&6
3802else
3803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3804/* end confdefs.h. */
3805
3806int
3807main ()
3808{
3809
3810 ;
3811 return 0;
3812}
3813_ACEOF
3814rm -f conftest.o conftest.obj
3815if { { ac_try="$ac_compile"
3816case "(($ac_try" in
3817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3818 *) ac_try_echo=$ac_try;;
3819esac
3820eval 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
3833done
3834else
3835 $as_echo "$as_me: failed program was:" >&5
3836sed '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;}
3840as_fn_error $? "cannot compute suffix of object files: cannot compile
3841See \`config.log' for more details" "$LINENO" 5; }
3842fi
3843rm -f conftest.$ac_cv_objext conftest.$ac_ext
3844fi
3845{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3846$as_echo "$ac_cv_objext" >&6; }
3847OBJEXT=$ac_cv_objext
3848ac_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; }
3851if ${ac_cv_c_compiler_gnu+:} false; then :
3852 $as_echo_n "(cached) " >&6
3853else
3854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3855/* end confdefs.h. */
3856
3857int
3858main ()
3859{
3860#ifndef __GNUC__
3861 choke me
3862#endif
3863
3864 ;
3865 return 0;
3866}
3867_ACEOF
3868if ac_fn_c_try_compile "$LINENO"; then :
3869 ac_compiler_gnu=yes
3870else
3871 ac_compiler_gnu=no
3872fi
3873rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3874ac_cv_c_compiler_gnu=$ac_compiler_gnu
3875
3876fi
3877{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3878$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3879if test $ac_compiler_gnu = yes; then
3880 GCC=yes
3881else
3882 GCC=
3883fi
3884ac_test_CFLAGS=${CFLAGS+set}
3885ac_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; }
3888if ${ac_cv_prog_cc_g+:} false; then :
3889 $as_echo_n "(cached) " >&6
3890else
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
3898int
3899main ()
3900{
3901
3902 ;
3903 return 0;
3904}
3905_ACEOF
3906if ac_fn_c_try_compile "$LINENO"; then :
3907 ac_cv_prog_cc_g=yes
3908else
3909 CFLAGS=""
3910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3911/* end confdefs.h. */
3912
3913int
3914main ()
3915{
3916
3917 ;
3918 return 0;
3919}
3920_ACEOF
3921if ac_fn_c_try_compile "$LINENO"; then :
3922
3923else
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
3929int
3930main ()
3931{
3932
3933 ;
3934 return 0;
3935}
3936_ACEOF
3937if ac_fn_c_try_compile "$LINENO"; then :
3938 ac_cv_prog_cc_g=yes
3939fi
3940rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3941fi
3942rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3943fi
3944rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3945 ac_c_werror_flag=$ac_save_c_werror_flag
3946fi
3947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3948$as_echo "$ac_cv_prog_cc_g" >&6; }
3949if test "$ac_test_CFLAGS" = set; then
3950 CFLAGS=$ac_save_CFLAGS
3951elif 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
3957else
3958 if test "$GCC" = yes; then
3959 CFLAGS="-O2"
3960 else
3961 CFLAGS=
3962 fi
3963fi
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; }
3966if ${ac_cv_prog_cc_c89+:} false; then :
3967 $as_echo_n "(cached) " >&6
3968else
3969 ac_cv_prog_cc_c89=no
3970ac_save_CC=$CC
3971cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3972/* end confdefs.h. */
3973#include <stdarg.h>
3974#include <stdio.h>
3975struct stat;
3976/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3977struct buf { int x; };
3978FILE * (*rcsopen) (struct buf *, struct stat *, int);
3979static char *e (p, i)
3980 char **p;
3981 int i;
3982{
3983 return p[i];
3984}
3985static 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. */
4002int 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'
4007int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4008
4009int test (int i, double x);
4010struct s1 {int (*f) (int a);};
4011struct s2 {int (*f) (double a);};
4012int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4013int argc;
4014char **argv;
4015int
4016main ()
4017{
4018return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4019 ;
4020 return 0;
4021}
4022_ACEOF
4023for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4024 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4025do
4026 CC="$ac_save_CC $ac_arg"
4027 if ac_fn_c_try_compile "$LINENO"; then :
4028 ac_cv_prog_cc_c89=$ac_arg
4029fi
4030rm -f core conftest.err conftest.$ac_objext
4031 test "x$ac_cv_prog_cc_c89" != "xno" && break
4032done
4033rm -f conftest.$ac_ext
4034CC=$ac_save_CC
4035
4036fi
4037# AC_CACHE_VAL
4038case "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; } ;;
4049esac
4050if test "x$ac_cv_prog_cc_c89" != xno; then :
4051
4052fi
4053
4054ac_ext=c
4055ac_cpp='$CPP $CPPFLAGS'
4056ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4057ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4058ac_compiler_gnu=$ac_cv_c_compiler_gnu
4059
4060ac_ext=c
4061ac_cpp='$CPP $CPPFLAGS'
4062ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4063ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4064ac_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; }
4067if ${am_cv_prog_cc_c_o+:} false; then :
4068 $as_echo_n "(cached) " >&6
4069else
4070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4071/* end confdefs.h. */
4072
4073int
4074main ()
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
4101fi
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; }
4104if 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"
4111fi
4112ac_ext=c
4113ac_cpp='$CPP $CPPFLAGS'
4114ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4115ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4116ac_compiler_gnu=$ac_cv_c_compiler_gnu
4117
4118DEPDIR="${am__leading_dot}deps"
4119
4120ac_config_commands="$ac_config_commands depfiles"
4121
4122
4123am_make=${MAKE-make}
4124cat > confinc << 'END'
4125am__doit:
4126 @echo this is the am__doit target
4127.PHONY: am__doit
4128END
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; }
4132am__include="#"
4133am__quote=
4134_am_result=none
4135# First try GNU make style include.
4136echo "include confinc" > confmf
4137# Ignore all kinds of additional output from 'make'.
4138case `$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 ;;
4144esac
4145# Now try BSD make style include.
4146if 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
4155fi
4156
4157
4158{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4159$as_echo "$_am_result" >&6; }
4160rm -f confinc confmf
4161
4162# Check whether --enable-dependency-tracking was given.
4163if test "${enable_dependency_tracking+set}" = set; then :
4164 enableval=$enable_dependency_tracking;
4165fi
4166
4167if test "x$enable_dependency_tracking" != xno; then
4168 am_depcomp="$ac_aux_dir/depcomp"
4169 AMDEPBACKSLASH='\'
4170 am__nodep='_no'
4171fi
4172 if test "x$enable_dependency_tracking" != xno; then
4173 AMDEP_TRUE=
4174 AMDEP_FALSE='#'
4175else
4176 AMDEP_TRUE='#'
4177 AMDEP_FALSE=
4178fi
4179
4180
4181
4182depcc="$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; }
4186if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4187 $as_echo_n "(cached) " >&6
4188else
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
4290else
4291 am_cv_CC_dependencies_compiler_type=none
4292fi
4293
4294fi
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; }
4297CCDEPMODE=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='#'
4304else
4305 am__fastdepCC_TRUE='#'
4306 am__fastdepCC_FALSE=
4307fi
4308
4309
4310case `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;} ;;
4314esac
4315
4316
4317
4318macro_version='2.4.6'
4319macro_revision='2.4.6'
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333ltmain=$ac_aux_dir/ltmain.sh
4334
4335# Backslashify metacharacters that are still active within
4336# double-quoted strings.
4337sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4338
4339# Same as above, but do not quote variable references.
4340double_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.
4344delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4345
4346# Sed substitution to delay expansion of an escaped single quote.
4347delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4348
4349# Sed substitution to avoid accidental globbing in evaled expressions
4350no_glob_subst='s/\*/\\\*/g'
4351
4352ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4353ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4354ECHO=$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.
4359if 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 --'
4362elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4363 ECHO='printf %s\n'
4364else
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'
4373fi
4374
4375# func_echo_all arg...
4376# Invoke $ECHO with all args, space-separated.
4377func_echo_all ()
4378{
4379 $ECHO ""
4380}
4381
4382case $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; } ;;
4389esac
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; }
4406if ${ac_cv_path_SED+:} false; then :
4407 $as_echo_n "(cached) " >&6
4408else
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
4419for as_dir in $PATH
4420do
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
4429case `"$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;;
4453esac
4454
4455 $ac_path_SED_found && break 3
4456 done
4457 done
4458 done
4459IFS=$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
4463else
4464 ac_cv_path_SED=$SED
4465fi
4466
4467fi
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
4473test -z "$SED" && SED=sed
4474Xsed="$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; }
4488if ${ac_cv_path_GREP+:} false; then :
4489 $as_echo_n "(cached) " >&6
4490else
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
4495for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4496do
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
4505case `"$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;;
4529esac
4530
4531 $ac_path_GREP_found && break 3
4532 done
4533 done
4534 done
4535IFS=$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
4539else
4540 ac_cv_path_GREP=$GREP
4541fi
4542
4543fi
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; }
4551if ${ac_cv_path_EGREP+:} false; then :
4552 $as_echo_n "(cached) " >&6
4553else
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
4561for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4562do
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
4571case `"$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;;
4595esac
4596
4597 $ac_path_EGREP_found && break 3
4598 done
4599 done
4600 done
4601IFS=$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
4605else
4606 ac_cv_path_EGREP=$EGREP
4607fi
4608
4609 fi
4610fi
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; }
4618if ${ac_cv_path_FGREP+:} false; then :
4619 $as_echo_n "(cached) " >&6
4620else
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
4628for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4629do
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
4638case `"$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;;
4662esac
4663
4664 $ac_path_FGREP_found && break 3
4665 done
4666 done
4667 done
4668IFS=$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
4672else
4673 ac_cv_path_FGREP=$FGREP
4674fi
4675
4676 fi
4677fi
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
4683test -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.
4704if test "${with_gnu_ld+set}" = set; then :
4705 withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
4706else
4707 with_gnu_ld=no
4708fi
4709
4710ac_prog=ld
4711if 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
4742elif 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; }
4745else
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4747$as_echo_n "checking for non-GNU ld... " >&6; }
4748fi
4749if ${lt_cv_path_LD+:} false; then :
4750 $as_echo_n "(cached) " >&6
4751else
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
4773else
4774 lt_cv_path_LD=$LD # Let the user override the test with a path.
4775fi
4776fi
4777
4778LD=$lt_cv_path_LD
4779if test -n "$LD"; then
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4781$as_echo "$LD" >&6; }
4782else
4783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4784$as_echo "no" >&6; }
4785fi
4786test -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; }
4789if ${lt_cv_prog_gnu_ld+:} false; then :
4790 $as_echo_n "(cached) " >&6
4791else
4792 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4793case `$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 ;;
4800esac
4801fi
4802{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4803$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4804with_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; }
4816if ${lt_cv_path_NM+:} false; then :
4817 $as_echo_n "(cached) " >&6
4818else
4819 if test -n "$NM"; then
4820 # Let the user override the test.
4821 lt_cv_path_NM=$NM
4822else
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}
4866fi
4867fi
4868{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4869$as_echo "$lt_cv_path_NM" >&6; }
4870if test no != "$lt_cv_path_NM"; then
4871 NM=$lt_cv_path_NM
4872else
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.
4881set 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; }
4884if ${ac_cv_prog_DUMPBIN+:} false; then :
4885 $as_echo_n "(cached) " >&6
4886else
4887 if test -n "$DUMPBIN"; then
4888 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4889else
4890as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4891for as_dir in $PATH
4892do
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
4901done
4902 done
4903IFS=$as_save_IFS
4904
4905fi
4906fi
4907DUMPBIN=$ac_cv_prog_DUMPBIN
4908if test -n "$DUMPBIN"; then
4909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4910$as_echo "$DUMPBIN" >&6; }
4911else
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4913$as_echo "no" >&6; }
4914fi
4915
4916
4917 test -n "$DUMPBIN" && break
4918 done
4919fi
4920if test -z "$DUMPBIN"; then
4921 ac_ct_DUMPBIN=$DUMPBIN
4922 for ac_prog in dumpbin "link -dump"
4923do
4924 # Extract the first word of "$ac_prog", so it can be a program name with args.
4925set 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; }
4928if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4929 $as_echo_n "(cached) " >&6
4930else
4931 if test -n "$ac_ct_DUMPBIN"; then
4932 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4933else
4934as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4935for as_dir in $PATH
4936do
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
4945done
4946 done
4947IFS=$as_save_IFS
4948
4949fi
4950fi
4951ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4952if 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; }
4955else
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4957$as_echo "no" >&6; }
4958fi
4959
4960
4961 test -n "$ac_ct_DUMPBIN" && break
4962done
4963
4964 if test "x$ac_ct_DUMPBIN" = x; then
4965 DUMPBIN=":"
4966 else
4967 case $cross_compiling:$ac_tool_warned in
4968yes:)
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;}
4971ac_tool_warned=yes ;;
4972esac
4973 DUMPBIN=$ac_ct_DUMPBIN
4974 fi
4975fi
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
4990fi
4991test -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; }
5000if ${lt_cv_nm_interface+:} false; then :
5001 $as_echo_n "(cached) " >&6
5002else
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*
5017fi
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; }
5023LN_S=$as_ln_s
5024if test "$LN_S" = "ln -s"; then
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5026$as_echo "yes" >&6; }
5027else
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5029$as_echo "no, using $LN_S" >&6; }
5030fi
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; }
5035if ${lt_cv_sys_max_cmd_len+:} false; then :
5036 $as_echo_n "(cached) " >&6
5037else
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
5161fi
5162
5163if 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; }
5166else
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5168$as_echo "none" >&6; }
5169fi
5170max_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
5181if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5182 lt_unset=unset
5183else
5184 lt_unset=false
5185fi
5186
5187
5188
5189
5190
5191# test EBCDIC or ASCII
5192case `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 ;;
5202esac
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; }
5214if ${lt_cv_to_host_file_cmd+:} false; then :
5215 $as_echo_n "(cached) " >&6
5216else
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 ;;
5247esac
5248
5249fi
5250
5251to_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; }
5261if ${lt_cv_to_tool_file_cmd+:} false; then :
5262 $as_echo_n "(cached) " >&6
5263else
5264 #assume ordinary cross tools, or native build.
5265lt_cv_to_tool_file_cmd=func_convert_file_noop
5266case $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 ;;
5274esac
5275
5276fi
5277
5278to_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; }
5288if ${lt_cv_ld_reload_flag+:} false; then :
5289 $as_echo_n "(cached) " >&6
5290else
5291 lt_cv_ld_reload_flag='-r'
5292fi
5293{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5294$as_echo "$lt_cv_ld_reload_flag" >&6; }
5295reload_flag=$lt_cv_ld_reload_flag
5296case $reload_flag in
5297"" | " "*) ;;
5298*) reload_flag=" $reload_flag" ;;
5299esac
5300reload_cmds='$LD$reload_flag -o $output$reload_objs'
5301case $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 ;;
5314esac
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324if 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.
5326set 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; }
5329if ${ac_cv_prog_OBJDUMP+:} false; then :
5330 $as_echo_n "(cached) " >&6
5331else
5332 if test -n "$OBJDUMP"; then
5333 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5334else
5335as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5336for as_dir in $PATH
5337do
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
5346done
5347 done
5348IFS=$as_save_IFS
5349
5350fi
5351fi
5352OBJDUMP=$ac_cv_prog_OBJDUMP
5353if test -n "$OBJDUMP"; then
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5355$as_echo "$OBJDUMP" >&6; }
5356else
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5358$as_echo "no" >&6; }
5359fi
5360
5361
5362fi
5363if 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.
5366set 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; }
5369if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5370 $as_echo_n "(cached) " >&6
5371else
5372 if test -n "$ac_ct_OBJDUMP"; then
5373 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5374else
5375as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5376for as_dir in $PATH
5377do
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
5386done
5387 done
5388IFS=$as_save_IFS
5389
5390fi
5391fi
5392ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5393if 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; }
5396else
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5398$as_echo "no" >&6; }
5399fi
5400
5401 if test "x$ac_ct_OBJDUMP" = x; then
5402 OBJDUMP="false"
5403 else
5404 case $cross_compiling:$ac_tool_warned in
5405yes:)
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;}
5408ac_tool_warned=yes ;;
5409esac
5410 OBJDUMP=$ac_ct_OBJDUMP
5411 fi
5412else
5413 OBJDUMP="$ac_cv_prog_OBJDUMP"
5414fi
5415
5416test -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; }
5428if ${lt_cv_deplibs_check_method+:} false; then :
5429 $as_echo_n "(cached) " >&6
5430else
5431 lt_cv_file_magic_cmd='$MAGIC_CMD'
5432lt_cv_file_magic_test_file=
5433lt_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
5445case $host_os in
5446aix[4-9]*)
5447 lt_cv_deplibs_check_method=pass_all
5448 ;;
5449
5450beos*)
5451 lt_cv_deplibs_check_method=pass_all
5452 ;;
5453
5454bsdi[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
5460cygwin*)
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
5466mingw* | 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
5480cegcc*)
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
5486darwin* | rhapsody*)
5487 lt_cv_deplibs_check_method=pass_all
5488 ;;
5489
5490freebsd* | 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
5506haiku*)
5507 lt_cv_deplibs_check_method=pass_all
5508 ;;
5509
5510hpux10.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
5528interix[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
5533irix5* | 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.
5544linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
5545 lt_cv_deplibs_check_method=pass_all
5546 ;;
5547
5548netbsd* | 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
5556newos6*)
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
5566openbsd* | 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
5574osf3* | osf4* | osf5*)
5575 lt_cv_deplibs_check_method=pass_all
5576 ;;
5577
5578rdos*)
5579 lt_cv_deplibs_check_method=pass_all
5580 ;;
5581
5582solaris*)
5583 lt_cv_deplibs_check_method=pass_all
5584 ;;
5585
5586sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5587 lt_cv_deplibs_check_method=pass_all
5588 ;;
5589
5590sysv4 | 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
5617tpf*)
5618 lt_cv_deplibs_check_method=pass_all
5619 ;;
5620os2*)
5621 lt_cv_deplibs_check_method=pass_all
5622 ;;
5623esac
5624
5625fi
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
5629file_magic_glob=
5630want_nocaseglob=no
5631if 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
5641fi
5642
5643file_magic_cmd=$lt_cv_file_magic_cmd
5644deplibs_check_method=$lt_cv_deplibs_check_method
5645test -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
5668if 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.
5670set 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; }
5673if ${ac_cv_prog_DLLTOOL+:} false; then :
5674 $as_echo_n "(cached) " >&6
5675else
5676 if test -n "$DLLTOOL"; then
5677 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5678else
5679as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5680for as_dir in $PATH
5681do
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
5690done
5691 done
5692IFS=$as_save_IFS
5693
5694fi
5695fi
5696DLLTOOL=$ac_cv_prog_DLLTOOL
5697if test -n "$DLLTOOL"; then
5698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5699$as_echo "$DLLTOOL" >&6; }
5700else
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5702$as_echo "no" >&6; }
5703fi
5704
5705
5706fi
5707if 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.
5710set 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; }
5713if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5714 $as_echo_n "(cached) " >&6
5715else
5716 if test -n "$ac_ct_DLLTOOL"; then
5717 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5718else
5719as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5720for as_dir in $PATH
5721do
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
5730done
5731 done
5732IFS=$as_save_IFS
5733
5734fi
5735fi
5736ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5737if 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; }
5740else
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5742$as_echo "no" >&6; }
5743fi
5744
5745 if test "x$ac_ct_DLLTOOL" = x; then
5746 DLLTOOL="false"
5747 else
5748 case $cross_compiling:$ac_tool_warned in
5749yes:)
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;}
5752ac_tool_warned=yes ;;
5753esac
5754 DLLTOOL=$ac_ct_DLLTOOL
5755 fi
5756else
5757 DLLTOOL="$ac_cv_prog_DLLTOOL"
5758fi
5759
5760test -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; }
5773if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
5774 $as_echo_n "(cached) " >&6
5775else
5776 lt_cv_sharedlib_from_linklib_cmd='unknown'
5777
5778case $host_os in
5779cygwin* | 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 ;;
5795esac
5796
5797fi
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; }
5800sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
5801test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
5802
5803
5804
5805
5806
5807
5808
5809
5810if 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.
5814set 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; }
5817if ${ac_cv_prog_AR+:} false; then :
5818 $as_echo_n "(cached) " >&6
5819else
5820 if test -n "$AR"; then
5821 ac_cv_prog_AR="$AR" # Let the user override the test.
5822else
5823as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5824for as_dir in $PATH
5825do
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
5834done
5835 done
5836IFS=$as_save_IFS
5837
5838fi
5839fi
5840AR=$ac_cv_prog_AR
5841if test -n "$AR"; then
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5843$as_echo "$AR" >&6; }
5844else
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5846$as_echo "no" >&6; }
5847fi
5848
5849
5850 test -n "$AR" && break
5851 done
5852fi
5853if test -z "$AR"; then
5854 ac_ct_AR=$AR
5855 for ac_prog in ar
5856do
5857 # Extract the first word of "$ac_prog", so it can be a program name with args.
5858set 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; }
5861if ${ac_cv_prog_ac_ct_AR+:} false; then :
5862 $as_echo_n "(cached) " >&6
5863else
5864 if test -n "$ac_ct_AR"; then
5865 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5866else
5867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5868for as_dir in $PATH
5869do
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
5878done
5879 done
5880IFS=$as_save_IFS
5881
5882fi
5883fi
5884ac_ct_AR=$ac_cv_prog_ac_ct_AR
5885if 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; }
5888else
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5890$as_echo "no" >&6; }
5891fi
5892
5893
5894 test -n "$ac_ct_AR" && break
5895done
5896
5897 if test "x$ac_ct_AR" = x; then
5898 AR="false"
5899 else
5900 case $cross_compiling:$ac_tool_warned in
5901yes:)
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;}
5904ac_tool_warned=yes ;;
5905esac
5906 AR=$ac_ct_AR
5907 fi
5908fi
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; }
5925if ${lt_cv_ar_at_file+:} false; then :
5926 $as_echo_n "(cached) " >&6
5927else
5928 lt_cv_ar_at_file=no
5929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5930/* end confdefs.h. */
5931
5932int
5933main ()
5934{
5935
5936 ;
5937 return 0;
5938}
5939_ACEOF
5940if 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
5962fi
5963rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5964
5965fi
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
5969if test no = "$lt_cv_ar_at_file"; then
5970 archiver_list_spec=
5971else
5972 archiver_list_spec=$lt_cv_ar_at_file
5973fi
5974
5975
5976
5977
5978
5979
5980
5981if 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.
5983set 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; }
5986if ${ac_cv_prog_STRIP+:} false; then :
5987 $as_echo_n "(cached) " >&6
5988else
5989 if test -n "$STRIP"; then
5990 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5991else
5992as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5993for as_dir in $PATH
5994do
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
6003done
6004 done
6005IFS=$as_save_IFS
6006
6007fi
6008fi
6009STRIP=$ac_cv_prog_STRIP
6010if test -n "$STRIP"; then
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6012$as_echo "$STRIP" >&6; }
6013else
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6015$as_echo "no" >&6; }
6016fi
6017
6018
6019fi
6020if 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.
6023set 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; }
6026if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6027 $as_echo_n "(cached) " >&6
6028else
6029 if test -n "$ac_ct_STRIP"; then
6030 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6031else
6032as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6033for as_dir in $PATH
6034do
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
6043done
6044 done
6045IFS=$as_save_IFS
6046
6047fi
6048fi
6049ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6050if 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; }
6053else
6054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6055$as_echo "no" >&6; }
6056fi
6057
6058 if test "x$ac_ct_STRIP" = x; then
6059 STRIP=":"
6060 else
6061 case $cross_compiling:$ac_tool_warned in
6062yes:)
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;}
6065ac_tool_warned=yes ;;
6066esac
6067 STRIP=$ac_ct_STRIP
6068 fi
6069else
6070 STRIP="$ac_cv_prog_STRIP"
6071fi
6072
6073test -z "$STRIP" && STRIP=:
6074
6075
6076
6077
6078
6079
6080if 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.
6082set 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; }
6085if ${ac_cv_prog_RANLIB+:} false; then :
6086 $as_echo_n "(cached) " >&6
6087else
6088 if test -n "$RANLIB"; then
6089 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6090else
6091as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6092for as_dir in $PATH
6093do
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
6102done
6103 done
6104IFS=$as_save_IFS
6105
6106fi
6107fi
6108RANLIB=$ac_cv_prog_RANLIB
6109if test -n "$RANLIB"; then
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6111$as_echo "$RANLIB" >&6; }
6112else
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6114$as_echo "no" >&6; }
6115fi
6116
6117
6118fi
6119if 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.
6122set 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; }
6125if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6126 $as_echo_n "(cached) " >&6
6127else
6128 if test -n "$ac_ct_RANLIB"; then
6129 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6130else
6131as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6132for as_dir in $PATH
6133do
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
6142done
6143 done
6144IFS=$as_save_IFS
6145
6146fi
6147fi
6148ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6149if 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; }
6152else
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6154$as_echo "no" >&6; }
6155fi
6156
6157 if test "x$ac_ct_RANLIB" = x; then
6158 RANLIB=":"
6159 else
6160 case $cross_compiling:$ac_tool_warned in
6161yes:)
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;}
6164ac_tool_warned=yes ;;
6165esac
6166 RANLIB=$ac_ct_RANLIB
6167 fi
6168else
6169 RANLIB="$ac_cv_prog_RANLIB"
6170fi
6171
6172test -z "$RANLIB" && RANLIB=:
6173
6174
6175
6176
6177
6178
6179# Determine commands to create old-style static archives.
6180old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6181old_postinstall_cmds='chmod 644 $oldlib'
6182old_postuninstall_cmds=
6183
6184if 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"
6194fi
6195
6196case $host_os in
6197 darwin*)
6198 lock_old_archive_extraction=yes ;;
6199 *)
6200 lock_old_archive_extraction=no ;;
6201esac
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.
6242LTCC=${LTCC-"$CC"}
6243
6244# If no C compiler flags were specified, use CFLAGS.
6245LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6246
6247# Allow CC to be a program name with arguments.
6248compiler=$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; }
6254if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6255 $as_echo_n "(cached) " >&6
6256else
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.
6262symcode='[BCDEGRST]'
6263
6264# Regexp to match symbols that can be accessed directly from C.
6265sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6266
6267# Define system-specific variables.
6268case $host_os in
6269aix*)
6270 symcode='[BCDT]'
6271 ;;
6272cygwin* | mingw* | pw32* | cegcc*)
6273 symcode='[ABCDGISTW]'
6274 ;;
6275hpux*)
6276 if test ia64 = "$host_cpu"; then
6277 symcode='[ABCDEGRST]'
6278 fi
6279 ;;
6280irix* | nonstopux*)
6281 symcode='[BCDEGRST]'
6282 ;;
6283osf*)
6284 symcode='[BCDEGQRST]'
6285 ;;
6286solaris*)
6287 symcode='[BDRT]'
6288 ;;
6289sco3.2v5*)
6290 symcode='[DT]'
6291 ;;
6292sysv4.2uw2*)
6293 symcode='[DT]'
6294 ;;
6295sysv5* | sco5v6* | unixware* | OpenUNIX*)
6296 symcode='[ABDT]'
6297 ;;
6298sysv4)
6299 symcode='[DFNSTU]'
6300 ;;
6301esac
6302
6303# If we're using GNU nm, then use its standard symbol codes.
6304case `$NM -V 2>&1` in
6305*GNU* | *'with BFD'*)
6306 symcode='[ABCDGIRSTW]' ;;
6307esac
6308
6309if 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'"
6318else
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=
6324fi
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.
6329lt_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
6335lt_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.
6342lt_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
6349opt_cr=
6350case $build_os in
6351mingw*)
6352 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6353 ;;
6354esac
6355
6356# Try without a prefix underscore, then with it.
6357for 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
6394extern "C" {
6395#endif
6396char nm_test_var;
6397void nm_test_func(void);
6398void nm_test_func(void){}
6399#ifdef __cplusplus
6400}
6401#endif
6402int 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
6441extern "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. */
6451LT_DLSYM_CONST struct {
6452 const char *name;
6453 void *address;
6454}
6455lt__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
6466static 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
6511done
6512
6513fi
6514
6515if test -z "$lt_cv_sys_global_symbol_pipe"; then
6516 lt_cv_sys_global_symbol_to_cdecl=
6517fi
6518if 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; }
6521else
6522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6523$as_echo "ok" >&6; }
6524fi
6525
6526# Response file support.
6527if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6528 nm_file_list_spec='@'
6529elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
6530 nm_file_list_spec='@'
6531fi
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.
6573if test "${with_sysroot+set}" = set; then :
6574 withval=$with_sysroot;
6575else
6576 with_sysroot=no
6577fi
6578
6579
6580lt_sysroot=
6581case $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 ;;
6597esac
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; }
6608if ${ac_cv_path_lt_DD+:} false; then :
6609 $as_echo_n "(cached) " >&6
6610else
6611 printf 0123456789abcdef0123456789abcdef >conftest.i
6612cat conftest.i conftest.i >conftest2.i
6613: ${lt_DD:=$DD}
6614if 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
6618for as_dir in $PATH
6619do
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
6626if "$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=:
6629fi
6630 $ac_path_lt_DD_found && break 3
6631 done
6632 done
6633 done
6634IFS=$as_save_IFS
6635 if test -z "$ac_cv_path_lt_DD"; then
6636 :
6637 fi
6638else
6639 ac_cv_path_lt_DD=$lt_DD
6640fi
6641
6642rm -f conftest.i conftest2.i conftest.out
6643fi
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; }
6650if ${lt_cv_truncate_bin+:} false; then :
6651 $as_echo_n "(cached) " >&6
6652else
6653 printf 0123456789abcdef0123456789abcdef >conftest.i
6654cat conftest.i conftest.i >conftest2.i
6655lt_cv_truncate_bin=
6656if "$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"
6659fi
6660rm -f conftest.i conftest2.i conftest.out
6661test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
6662fi
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.
6673func_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.
6687if test "${enable_libtool_lock+set}" = set; then :
6688 enableval=$enable_libtool_lock;
6689fi
6690
6691test 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.
6695case $host in
6696ia64-*-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
6754mips64*-*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
6790x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6791s390*-*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; }
6867if ${lt_cv_cc_needs_belf+:} false; then :
6868 $as_echo_n "(cached) " >&6
6869else
6870 ac_ext=c
6871ac_cpp='$CPP $CPPFLAGS'
6872ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6873ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6874ac_compiler_gnu=$ac_cv_c_compiler_gnu
6875
6876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6877/* end confdefs.h. */
6878
6879int
6880main ()
6881{
6882
6883 ;
6884 return 0;
6885}
6886_ACEOF
6887if ac_fn_c_try_link "$LINENO"; then :
6888 lt_cv_cc_needs_belf=yes
6889else
6890 lt_cv_cc_needs_belf=no
6891fi
6892rm -f core conftest.err conftest.$ac_objext \
6893 conftest$ac_exeext conftest.$ac_ext
6894 ac_ext=c
6895ac_cpp='$CPP $CPPFLAGS'
6896ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6897ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6898ac_compiler_gnu=$ac_cv_c_compiler_gnu
6899
6900fi
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 ;;
6945esac
6946
6947need_locks=$enable_libtool_lock
6948
6949if 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.
6951set 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; }
6954if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
6955 $as_echo_n "(cached) " >&6
6956else
6957 if test -n "$MANIFEST_TOOL"; then
6958 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
6959else
6960as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6961for as_dir in $PATH
6962do
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
6971done
6972 done
6973IFS=$as_save_IFS
6974
6975fi
6976fi
6977MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
6978if test -n "$MANIFEST_TOOL"; then
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
6980$as_echo "$MANIFEST_TOOL" >&6; }
6981else
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6983$as_echo "no" >&6; }
6984fi
6985
6986
6987fi
6988if 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.
6991set 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; }
6994if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
6995 $as_echo_n "(cached) " >&6
6996else
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.
6999else
7000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7001for as_dir in $PATH
7002do
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
7011done
7012 done
7013IFS=$as_save_IFS
7014
7015fi
7016fi
7017ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
7018if 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; }
7021else
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7023$as_echo "no" >&6; }
7024fi
7025
7026 if test "x$ac_ct_MANIFEST_TOOL" = x; then
7027 MANIFEST_TOOL=":"
7028 else
7029 case $cross_compiling:$ac_tool_warned in
7030yes:)
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;}
7033ac_tool_warned=yes ;;
7034esac
7035 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
7036 fi
7037else
7038 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
7039fi
7040
7041test -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; }
7044if ${lt_cv_path_mainfest_tool+:} false; then :
7045 $as_echo_n "(cached) " >&6
7046else
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*
7055fi
7056{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
7057$as_echo "$lt_cv_path_mainfest_tool" >&6; }
7058if test yes != "$lt_cv_path_mainfest_tool"; then
7059 MANIFEST_TOOL=:
7060fi
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.
7071set 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; }
7074if ${ac_cv_prog_DSYMUTIL+:} false; then :
7075 $as_echo_n "(cached) " >&6
7076else
7077 if test -n "$DSYMUTIL"; then
7078 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7079else
7080as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7081for as_dir in $PATH
7082do
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
7091done
7092 done
7093IFS=$as_save_IFS
7094
7095fi
7096fi
7097DSYMUTIL=$ac_cv_prog_DSYMUTIL
7098if test -n "$DSYMUTIL"; then
7099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7100$as_echo "$DSYMUTIL" >&6; }
7101else
7102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7103$as_echo "no" >&6; }
7104fi
7105
7106
7107fi
7108if 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.
7111set 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; }
7114if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7115 $as_echo_n "(cached) " >&6
7116else
7117 if test -n "$ac_ct_DSYMUTIL"; then
7118 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7119else
7120as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7121for as_dir in $PATH
7122do
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
7131done
7132 done
7133IFS=$as_save_IFS
7134
7135fi
7136fi
7137ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7138if 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; }
7141else
7142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7143$as_echo "no" >&6; }
7144fi
7145
7146 if test "x$ac_ct_DSYMUTIL" = x; then
7147 DSYMUTIL=":"
7148 else
7149 case $cross_compiling:$ac_tool_warned in
7150yes:)
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;}
7153ac_tool_warned=yes ;;
7154esac
7155 DSYMUTIL=$ac_ct_DSYMUTIL
7156 fi
7157else
7158 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7159fi
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.
7163set 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; }
7166if ${ac_cv_prog_NMEDIT+:} false; then :
7167 $as_echo_n "(cached) " >&6
7168else
7169 if test -n "$NMEDIT"; then
7170 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7171else
7172as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7173for as_dir in $PATH
7174do
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
7183done
7184 done
7185IFS=$as_save_IFS
7186
7187fi
7188fi
7189NMEDIT=$ac_cv_prog_NMEDIT
7190if test -n "$NMEDIT"; then
7191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7192$as_echo "$NMEDIT" >&6; }
7193else
7194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7195$as_echo "no" >&6; }
7196fi
7197
7198
7199fi
7200if 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.
7203set 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; }
7206if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7207 $as_echo_n "(cached) " >&6
7208else
7209 if test -n "$ac_ct_NMEDIT"; then
7210 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7211else
7212as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7213for as_dir in $PATH
7214do
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
7223done
7224 done
7225IFS=$as_save_IFS
7226
7227fi
7228fi
7229ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7230if 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; }
7233else
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7235$as_echo "no" >&6; }
7236fi
7237
7238 if test "x$ac_ct_NMEDIT" = x; then
7239 NMEDIT=":"
7240 else
7241 case $cross_compiling:$ac_tool_warned in
7242yes:)
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;}
7245ac_tool_warned=yes ;;
7246esac
7247 NMEDIT=$ac_ct_NMEDIT
7248 fi
7249else
7250 NMEDIT="$ac_cv_prog_NMEDIT"
7251fi
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.
7255set 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; }
7258if ${ac_cv_prog_LIPO+:} false; then :
7259 $as_echo_n "(cached) " >&6
7260else
7261 if test -n "$LIPO"; then
7262 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7263else
7264as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7265for as_dir in $PATH
7266do
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
7275done
7276 done
7277IFS=$as_save_IFS
7278
7279fi
7280fi
7281LIPO=$ac_cv_prog_LIPO
7282if test -n "$LIPO"; then
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7284$as_echo "$LIPO" >&6; }
7285else
7286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7287$as_echo "no" >&6; }
7288fi
7289
7290
7291fi
7292if 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.
7295set 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; }
7298if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7299 $as_echo_n "(cached) " >&6
7300else
7301 if test -n "$ac_ct_LIPO"; then
7302 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7303else
7304as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7305for as_dir in $PATH
7306do
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
7315done
7316 done
7317IFS=$as_save_IFS
7318
7319fi
7320fi
7321ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7322if 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; }
7325else
7326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7327$as_echo "no" >&6; }
7328fi
7329
7330 if test "x$ac_ct_LIPO" = x; then
7331 LIPO=":"
7332 else
7333 case $cross_compiling:$ac_tool_warned in
7334yes:)
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;}
7337ac_tool_warned=yes ;;
7338esac
7339 LIPO=$ac_ct_LIPO
7340 fi
7341else
7342 LIPO="$ac_cv_prog_LIPO"
7343fi
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.
7347set 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; }
7350if ${ac_cv_prog_OTOOL+:} false; then :
7351 $as_echo_n "(cached) " >&6
7352else
7353 if test -n "$OTOOL"; then
7354 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7355else
7356as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357for as_dir in $PATH
7358do
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
7367done
7368 done
7369IFS=$as_save_IFS
7370
7371fi
7372fi
7373OTOOL=$ac_cv_prog_OTOOL
7374if test -n "$OTOOL"; then
7375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7376$as_echo "$OTOOL" >&6; }
7377else
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7379$as_echo "no" >&6; }
7380fi
7381
7382
7383fi
7384if 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.
7387set 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; }
7390if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7391 $as_echo_n "(cached) " >&6
7392else
7393 if test -n "$ac_ct_OTOOL"; then
7394 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7395else
7396as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7397for as_dir in $PATH
7398do
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
7407done
7408 done
7409IFS=$as_save_IFS
7410
7411fi
7412fi
7413ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7414if 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; }
7417else
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7419$as_echo "no" >&6; }
7420fi
7421
7422 if test "x$ac_ct_OTOOL" = x; then
7423 OTOOL=":"
7424 else
7425 case $cross_compiling:$ac_tool_warned in
7426yes:)
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;}
7429ac_tool_warned=yes ;;
7430esac
7431 OTOOL=$ac_ct_OTOOL
7432 fi
7433else
7434 OTOOL="$ac_cv_prog_OTOOL"
7435fi
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.
7439set 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; }
7442if ${ac_cv_prog_OTOOL64+:} false; then :
7443 $as_echo_n "(cached) " >&6
7444else
7445 if test -n "$OTOOL64"; then
7446 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7447else
7448as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7449for as_dir in $PATH
7450do
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
7459done
7460 done
7461IFS=$as_save_IFS
7462
7463fi
7464fi
7465OTOOL64=$ac_cv_prog_OTOOL64
7466if test -n "$OTOOL64"; then
7467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7468$as_echo "$OTOOL64" >&6; }
7469else
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7471$as_echo "no" >&6; }
7472fi
7473
7474
7475fi
7476if 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.
7479set 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; }
7482if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7483 $as_echo_n "(cached) " >&6
7484else
7485 if test -n "$ac_ct_OTOOL64"; then
7486 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7487else
7488as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7489for as_dir in $PATH
7490do
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
7499done
7500 done
7501IFS=$as_save_IFS
7502
7503fi
7504fi
7505ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7506if 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; }
7509else
7510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7511$as_echo "no" >&6; }
7512fi
7513
7514 if test "x$ac_ct_OTOOL64" = x; then
7515 OTOOL64=":"
7516 else
7517 case $cross_compiling:$ac_tool_warned in
7518yes:)
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;}
7521ac_tool_warned=yes ;;
7522esac
7523 OTOOL64=$ac_ct_OTOOL64
7524 fi
7525else
7526 OTOOL64="$ac_cv_prog_OTOOL64"
7527fi
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; }
7557if ${lt_cv_apple_cc_single_mod+:} false; then :
7558 $as_echo_n "(cached) " >&6
7559else
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
7587fi
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; }
7593if ${lt_cv_ld_exported_symbols_list+:} false; then :
7594 $as_echo_n "(cached) " >&6
7595else
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
7603int
7604main ()
7605{
7606
7607 ;
7608 return 0;
7609}
7610_ACEOF
7611if ac_fn_c_try_link "$LINENO"; then :
7612 lt_cv_ld_exported_symbols_list=yes
7613else
7614 lt_cv_ld_exported_symbols_list=no
7615fi
7616rm -f core conftest.err conftest.$ac_objext \
7617 conftest$ac_exeext conftest.$ac_ext
7618 LDFLAGS=$save_LDFLAGS
7619
7620fi
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; }
7626if ${lt_cv_ld_force_load+:} false; then :
7627 $as_echo_n "(cached) " >&6
7628else
7629 lt_cv_ld_force_load=no
7630 cat > conftest.c << _LT_EOF
7631int 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
7640int 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
7655fi
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]"
7707func_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
7728ac_ext=c
7729ac_cpp='$CPP $CPPFLAGS'
7730ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7731ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7732ac_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.
7736if test -n "$CPP" && test -d "$CPP"; then
7737 CPP=
7738fi
7739if test -z "$CPP"; then
7740 if ${ac_cv_prog_CPP+:} false; then :
7741 $as_echo_n "(cached) " >&6
7742else
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
7747for ac_c_preproc_warn_flag in '' yes
7748do
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
7764if ac_fn_c_try_cpp "$LINENO"; then :
7765
7766else
7767 # Broken: fails on valid input.
7768continue
7769fi
7770rm -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
7778if ac_fn_c_try_cpp "$LINENO"; then :
7779 # Broken: success on invalid input.
7780continue
7781else
7782 # Passes both tests.
7783ac_preproc_ok=:
7784break
7785fi
7786rm -f conftest.err conftest.i conftest.$ac_ext
7787
7788done
7789# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7790rm -f conftest.i conftest.err conftest.$ac_ext
7791if $ac_preproc_ok; then :
7792 break
7793fi
7794
7795 done
7796 ac_cv_prog_CPP=$CPP
7797
7798fi
7799 CPP=$ac_cv_prog_CPP
7800else
7801 ac_cv_prog_CPP=$CPP
7802fi
7803{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7804$as_echo "$CPP" >&6; }
7805ac_preproc_ok=false
7806for ac_c_preproc_warn_flag in '' yes
7807do
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
7823if ac_fn_c_try_cpp "$LINENO"; then :
7824
7825else
7826 # Broken: fails on valid input.
7827continue
7828fi
7829rm -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
7837if ac_fn_c_try_cpp "$LINENO"; then :
7838 # Broken: success on invalid input.
7839continue
7840else
7841 # Passes both tests.
7842ac_preproc_ok=:
7843break
7844fi
7845rm -f conftest.err conftest.i conftest.$ac_ext
7846
7847done
7848# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7849rm -f conftest.i conftest.err conftest.$ac_ext
7850if $ac_preproc_ok; then :
7851
7852else
7853 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7854$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7855as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7856See \`config.log' for more details" "$LINENO" 5; }
7857fi
7858
7859ac_ext=c
7860ac_cpp='$CPP $CPPFLAGS'
7861ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7862ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7863ac_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; }
7868if ${ac_cv_header_stdc+:} false; then :
7869 $as_echo_n "(cached) " >&6
7870else
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
7878int
7879main ()
7880{
7881
7882 ;
7883 return 0;
7884}
7885_ACEOF
7886if ac_fn_c_try_compile "$LINENO"; then :
7887 ac_cv_header_stdc=yes
7888else
7889 ac_cv_header_stdc=no
7890fi
7891rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7892
7893if 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
7900if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7901 $EGREP "memchr" >/dev/null 2>&1; then :
7902
7903else
7904 ac_cv_header_stdc=no
7905fi
7906rm -f conftest*
7907
7908fi
7909
7910if 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
7917if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7918 $EGREP "free" >/dev/null 2>&1; then :
7919
7920else
7921 ac_cv_header_stdc=no
7922fi
7923rm -f conftest*
7924
7925fi
7926
7927if 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 :
7931else
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)))
7948int
7949main ()
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
7959if ac_fn_c_try_run "$LINENO"; then :
7960
7961else
7962 ac_cv_header_stdc=no
7963fi
7964rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7965 conftest.$ac_objext conftest.beam conftest.$ac_ext
7966fi
7967
7968fi
7969fi
7970{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7971$as_echo "$ac_cv_header_stdc" >&6; }
7972if test $ac_cv_header_stdc = yes; then
7973
7974$as_echo "#define STDC_HEADERS 1" >>confdefs.h
7975
7976fi
7977
7978# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7979for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7980 inttypes.h stdint.h unistd.h
7981do :
7982 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7983ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7984"
7985if 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
7990fi
7991
7992done
7993
7994
7995for ac_header in dlfcn.h
7996do :
7997 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7998"
7999if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8000 cat >>confdefs.h <<_ACEOF
8001#define HAVE_DLFCN_H 1
8002_ACEOF
8003
8004fi
8005
8006done
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.
8023if 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
8041else
8042 enable_shared=yes
8043fi
8044
8045
8046
8047
8048
8049
8050
8051
8052
8053 # Check whether --enable-static was given.
8054if 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
8072else
8073 enable_static=yes
8074fi
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
8085# Check whether --with-pic was given.
8086if 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
8103else
8104 pic_mode=default
8105fi
8106
8107
8108
8109
8110
8111
8112
8113
8114 # Check whether --enable-fast-install was given.
8115if 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
8133else
8134 enable_fast_install=yes
8135fi
8136
8137
8138
8139
8140
8141
8142
8143
8144 shared_archive_member_spec=
8145case $host,$enable_shared in
8146power*-*-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.
8151if 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
8160else
8161 if ${lt_cv_with_aix_soname+:} false; then :
8162 $as_echo_n "(cached) " >&6
8163else
8164 lt_cv_with_aix_soname=aix
8165fi
8166
8167 with_aix_soname=$lt_cv_with_aix_soname
8168fi
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 ;;
8188esac
8189
8190
8191
8192
8193
8194
8195
8196
8197
8198
8199# This can be used to rebuild libtool when needed
8200LIBTOOL_DEPS=$ltmain
8201
8202# Always use our own libtool.
8203LIBTOOL='$(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
8234test -z "$LN_S" && LN_S="ln -s"
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
8249if test -n "${ZSH_VERSION+set}"; then
8250 setopt NO_GLOB_SUBST
8251fi
8252
8253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8254$as_echo_n "checking for objdir... " >&6; }
8255if ${lt_cv_objdir+:} false; then :
8256 $as_echo_n "(cached) " >&6
8257else
8258 rm -f .libs 2>/dev/null
8259mkdir .libs 2>/dev/null
8260if test -d .libs; then
8261 lt_cv_objdir=.libs
8262else
8263 # MS-DOS does not allow filenames that begin with a dot.
8264 lt_cv_objdir=_libs
8265fi
8266rmdir .libs 2>/dev/null
8267fi
8268{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8269$as_echo "$lt_cv_objdir" >&6; }
8270objdir=$lt_cv_objdir
8271
8272
8273
8274
8275
8276cat >>confdefs.h <<_ACEOF
8277#define LT_OBJDIR "$lt_cv_objdir/"
8278_ACEOF
8279
8280
8281
8282
8283case $host_os in
8284aix3*)
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 ;;
8293esac
8294
8295# Global variables:
8296ofile=libtool
8297can_build_shared=yes
8298
8299# All known linkers require a '.a' archive for static linking (except MSVC,
8300# which needs '.lib').
8301libext=a
8302
8303with_gnu_ld=$lt_cv_prog_gnu_ld
8304
8305old_CC=$CC
8306old_CFLAGS=$CFLAGS
8307
8308# Set sane defaults for various variables
8309test -z "$CC" && CC=cc
8310test -z "$LTCC" && LTCC=$CC
8311test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8312test -z "$LD" && LD=ld
8313test -z "$ac_objext" && ac_objext=o
8314
8315func_cc_basename $compiler
8316cc_basename=$func_cc_basename_result
8317
8318
8319# Only perform the check for file, if the check method requires it
8320test -z "$MAGIC_CMD" && MAGIC_CMD=file
8321case $deplibs_check_method in
8322file_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; }
8326if ${lt_cv_path_MAGIC_CMD+:} false; then :
8327 $as_echo_n "(cached) " >&6
8328else
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 ;;
8372esac
8373fi
8374
8375MAGIC_CMD=$lt_cv_path_MAGIC_CMD
8376if test -n "$MAGIC_CMD"; then
8377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8378$as_echo "$MAGIC_CMD" >&6; }
8379else
8380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8381$as_echo "no" >&6; }
8382fi
8383
8384
8385
8386
8387
8388if 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; }
8392if ${lt_cv_path_MAGIC_CMD+:} false; then :
8393 $as_echo_n "(cached) " >&6
8394else
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 ;;
8438esac
8439fi
8440
8441MAGIC_CMD=$lt_cv_path_MAGIC_CMD
8442if test -n "$MAGIC_CMD"; then
8443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8444$as_echo "$MAGIC_CMD" >&6; }
8445else
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8447$as_echo "no" >&6; }
8448fi
8449
8450
8451 else
8452 MAGIC_CMD=:
8453 fi
8454fi
8455
8456 fi
8457 ;;
8458esac
8459
8460# Use C for the default configuration in the libtool script
8461
8462lt_save_CC=$CC
8463ac_ext=c
8464ac_cpp='$CPP $CPPFLAGS'
8465ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8466ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8467ac_compiler_gnu=$ac_cv_c_compiler_gnu
8468
8469
8470# Source file extension for C test sources.
8471ac_ext=c
8472
8473# Object file extension for compiled C test sources.
8474objext=o
8475objext=$objext
8476
8477# Code to be used in simple compile tests
8478lt_simple_compile_test_code="int some_variable = 0;"
8479
8480# Code to be used in simple link tests
8481lt_simple_link_test_code='int main(){return(0);}'
8482
8483
8484
8485
8486
8487
8488
8489# If no C compiler was specified, use CC.
8490LTCC=${LTCC-"$CC"}
8491
8492# If no C compiler flags were specified, use CFLAGS.
8493LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8494
8495# Allow CC to be a program name with arguments.
8496compiler=$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.
8500compiler_DEFAULT=$CC
8501
8502# save warnings/boilerplate of simple test code
8503ac_outfile=conftest.$ac_objext
8504echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8505eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8506_lt_compiler_boilerplate=`cat conftest.err`
8507$RM conftest*
8508
8509ac_outfile=conftest.$ac_objext
8510echo "$lt_simple_link_test_code" >conftest.$ac_ext
8511eval "$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...
8520if test -n "$compiler"; then
8521
8522lt_prog_compiler_no_builtin_flag=
8523
8524if 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; }
8534if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8535 $as_echo_n "(cached) " >&6
8536else
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
8566fi
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
8570if 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"
8572else
8573 :
8574fi
8575
8576fi
8577
8578
8579
8580
8581
8582
8583 lt_prog_compiler_wl=
8584lt_prog_compiler_pic=
8585lt_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
8915case $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 ;;
8923esac
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; }
8927if ${lt_cv_prog_compiler_pic+:} false; then :
8928 $as_echo_n "(cached) " >&6
8929else
8930 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
8931fi
8932{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
8933$as_echo "$lt_cv_prog_compiler_pic" >&6; }
8934lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
8935
8936#
8937# Check to make sure the PIC flag actually works.
8938#
8939if 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; }
8942if ${lt_cv_prog_compiler_pic_works+:} false; then :
8943 $as_echo_n "(cached) " >&6
8944else
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
8974fi
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
8978if 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
8983else
8984 lt_prog_compiler_pic=
8985 lt_prog_compiler_can_build_shared=no
8986fi
8987
8988fi
8989
8990
8991
8992
8993
8994
8995
8996
8997
8998
8999
9000#
9001# Check to make sure the static flag actually works.
9002#
9003wl=$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; }
9006if ${lt_cv_prog_compiler_static_works+:} false; then :
9007 $as_echo_n "(cached) " >&6
9008else
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
9031fi
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
9035if test yes = "$lt_cv_prog_compiler_static_works"; then
9036 :
9037else
9038 lt_prog_compiler_static=
9039fi
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; }
9049if ${lt_cv_prog_compiler_c_o+:} false; then :
9050 $as_echo_n "(cached) " >&6
9051else
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
9093fi
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; }
9104if ${lt_cv_prog_compiler_c_o+:} false; then :
9105 $as_echo_n "(cached) " >&6
9106else
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
9148fi
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
9155hard_links=nottested
9156if 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
9173else
9174 need_locks=no
9175fi
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
9740else
9741 if ${lt_cv_aix_libpath_+:} false; then :
9742 $as_echo_n "(cached) " >&6
9743else
9744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9745/* end confdefs.h. */
9746
9747int
9748main ()
9749{
9750
9751 ;
9752 return 0;
9753}
9754_ACEOF
9755if 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
9769fi
9770rm -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
9776fi
9777
9778 aix_libpath=$lt_cv_aix_libpath_
9779fi
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
9793else
9794 if ${lt_cv_aix_libpath_+:} false; then :
9795 $as_echo_n "(cached) " >&6
9796else
9797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9798/* end confdefs.h. */
9799
9800int
9801main ()
9802{
9803
9804 ;
9805 return 0;
9806}
9807_ACEOF
9808if 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
9822fi
9823rm -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
9829fi
9830
9831 aix_libpath=$lt_cv_aix_libpath_
9832fi
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; }
10076if ${lt_cv_prog_compiler__b+:} false; then :
10077 $as_echo_n "(cached) " >&6
10078else
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
10101fi
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
10105if 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'
10107else
10108 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10109fi
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; }
10145if ${lt_cv_irix_exported_symbol+:} false; then :
10146 $as_echo_n "(cached) " >&6
10147else
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. */
10152int foo (void) { return 0; }
10153_ACEOF
10154if ac_fn_c_try_link "$LINENO"; then :
10155 lt_cv_irix_exported_symbol=yes
10156else
10157 lt_cv_irix_exported_symbol=no
10158fi
10159rm -f core conftest.err conftest.$ac_objext \
10160 conftest$ac_exeext conftest.$ac_ext
10161 LDFLAGS=$save_LDFLAGS
10162fi
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; }
10447test no = "$ld_shlibs" && can_build_shared=no
10448
10449with_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#
10468case "x$archive_cmds_need_lc" in
10469x|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; }
10484if ${lt_cv_archive_cmds_need_lc+:} false; then :
10485 $as_echo_n "(cached) " >&6
10486else
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
10524fi
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 ;;
10532esac
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
10688if 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 '
10730BEGIN {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`
10756else
10757 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10758fi
10759library_names_spec=
10760libname_spec='lib$name'
10761soname_spec=
10762shrext_cmds=.so
10763postinstall_cmds=
10764postuninstall_cmds=
10765finish_cmds=
10766finish_eval=
10767shlibpath_var=
10768shlibpath_overrides_runpath=unknown
10769version_type=none
10770dynamic_linker="$host_os ld.so"
10771sys_lib_dlsearch_path_spec="/lib /usr/lib"
10772need_lib_prefix=unknown
10773hardcode_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
10777need_version=unknown
10778
10779
10780
10781case $host_os in
10782aix3*)
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
10791aix[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
10885amigaos*)
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
10900beos*)
10901 library_names_spec='$libname$shared_ext'
10902 dynamic_linker="$host_os ld.so"
10903 shlibpath_var=LIBRARY_PATH
10904 ;;
10905
10906bsdi[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
10920cygwin* | 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
11030darwin* | 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
11045dgux*)
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
11054freebsd* | 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
11099haiku*)
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
11112hpux9* | 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
11161interix[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
11173irix5* | 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.
11211linux*oldld* | linux*aout* | linux*coff*)
11212 dynamic_linker=no
11213 ;;
11214
11215linux*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.
11236linux* | 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
11249else
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
11258int
11259main ()
11260{
11261
11262 ;
11263 return 0;
11264}
11265_ACEOF
11266if 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
11269fi
11270fi
11271rm -f core conftest.err conftest.$ac_objext \
11272 conftest$ac_exeext conftest.$ac_ext
11273 LDFLAGS=$save_LDFLAGS
11274 libdir=$save_libdir
11275
11276fi
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
11305netbsdelf*-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
11317netbsd*)
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
11335newsos6)
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
11354openbsd* | 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
11369os2*)
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
11399osf3* | 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
11410rdos*)
11411 dynamic_linker=no
11412 ;;
11413
11414solaris*)
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
11427sunos4*)
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
11439sysv4 | 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
11462sysv4*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
11471sysv5* | 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
11493tpf*)
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
11504uts4*)
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 ;;
11514esac
11515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11516$as_echo "$dynamic_linker" >&6; }
11517test no = "$dynamic_linker" && can_build_shared=no
11518
11519variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11520if test yes = "$GCC"; then
11521 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11522fi
11523
11524if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
11525 sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
11526fi
11527
11528if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
11529 sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
11530fi
11531
11532# remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
11533configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
11534
11535# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
11536func_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
11539configure_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; }
11639hardcode_action=
11640if 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
11657else
11658 # We cannot hardcode anything, or else we can only hardcode existing
11659 # directories.
11660 hardcode_action=unsupported
11661fi
11662{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11663$as_echo "$hardcode_action" >&6; }
11664
11665if test relink = "$hardcode_action" ||
11666 test yes = "$inherit_rpath"; then
11667 # Fast installation is not supported
11668 enable_fast_install=no
11669elif test yes = "$shlibpath_overrides_runpath" ||
11670 test no = "$enable_shared"; then
11671 # Fast installation is not necessary
11672 enable_fast_install=needless
11673fi
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
11684else
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; }
11709if ${ac_cv_lib_dl_dlopen+:} false; then :
11710 $as_echo_n "(cached) " >&6
11711else
11712 ac_check_lib_save_LIBS=$LIBS
11713LIBS="-ldl $LIBS"
11714cat 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
11721extern "C"
11722#endif
11723char dlopen ();
11724int
11725main ()
11726{
11727return dlopen ();
11728 ;
11729 return 0;
11730}
11731_ACEOF
11732if ac_fn_c_try_link "$LINENO"; then :
11733 ac_cv_lib_dl_dlopen=yes
11734else
11735 ac_cv_lib_dl_dlopen=no
11736fi
11737rm -f core conftest.err conftest.$ac_objext \
11738 conftest$ac_exeext conftest.$ac_ext
11739LIBS=$ac_check_lib_save_LIBS
11740fi
11741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11742$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11743if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11744 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
11745else
11746
11747 lt_cv_dlopen=dyld
11748 lt_cv_dlopen_libs=
11749 lt_cv_dlopen_self=yes
11750
11751fi
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"
11765if test "x$ac_cv_func_shl_load" = xyes; then :
11766 lt_cv_dlopen=shl_load
11767else
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; }
11770if ${ac_cv_lib_dld_shl_load+:} false; then :
11771 $as_echo_n "(cached) " >&6
11772else
11773 ac_check_lib_save_LIBS=$LIBS
11774LIBS="-ldld $LIBS"
11775cat 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
11782extern "C"
11783#endif
11784char shl_load ();
11785int
11786main ()
11787{
11788return shl_load ();
11789 ;
11790 return 0;
11791}
11792_ACEOF
11793if ac_fn_c_try_link "$LINENO"; then :
11794 ac_cv_lib_dld_shl_load=yes
11795else
11796 ac_cv_lib_dld_shl_load=no
11797fi
11798rm -f core conftest.err conftest.$ac_objext \
11799 conftest$ac_exeext conftest.$ac_ext
11800LIBS=$ac_check_lib_save_LIBS
11801fi
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; }
11804if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11805 lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
11806else
11807 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11808if test "x$ac_cv_func_dlopen" = xyes; then :
11809 lt_cv_dlopen=dlopen
11810else
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11812$as_echo_n "checking for dlopen in -ldl... " >&6; }
11813if ${ac_cv_lib_dl_dlopen+:} false; then :
11814 $as_echo_n "(cached) " >&6
11815else
11816 ac_check_lib_save_LIBS=$LIBS
11817LIBS="-ldl $LIBS"
11818cat 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
11825extern "C"
11826#endif
11827char dlopen ();
11828int
11829main ()
11830{
11831return dlopen ();
11832 ;
11833 return 0;
11834}
11835_ACEOF
11836if ac_fn_c_try_link "$LINENO"; then :
11837 ac_cv_lib_dl_dlopen=yes
11838else
11839 ac_cv_lib_dl_dlopen=no
11840fi
11841rm -f core conftest.err conftest.$ac_objext \
11842 conftest$ac_exeext conftest.$ac_ext
11843LIBS=$ac_check_lib_save_LIBS
11844fi
11845{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11846$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11847if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11848 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
11849else
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11851$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11852if ${ac_cv_lib_svld_dlopen+:} false; then :
11853 $as_echo_n "(cached) " >&6
11854else
11855 ac_check_lib_save_LIBS=$LIBS
11856LIBS="-lsvld $LIBS"
11857cat 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
11864extern "C"
11865#endif
11866char dlopen ();
11867int
11868main ()
11869{
11870return dlopen ();
11871 ;
11872 return 0;
11873}
11874_ACEOF
11875if ac_fn_c_try_link "$LINENO"; then :
11876 ac_cv_lib_svld_dlopen=yes
11877else
11878 ac_cv_lib_svld_dlopen=no
11879fi
11880rm -f core conftest.err conftest.$ac_objext \
11881 conftest$ac_exeext conftest.$ac_ext
11882LIBS=$ac_check_lib_save_LIBS
11883fi
11884{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11885$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11886if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11887 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
11888else
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; }
11891if ${ac_cv_lib_dld_dld_link+:} false; then :
11892 $as_echo_n "(cached) " >&6
11893else
11894 ac_check_lib_save_LIBS=$LIBS
11895LIBS="-ldld $LIBS"
11896cat 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
11903extern "C"
11904#endif
11905char dld_link ();
11906int
11907main ()
11908{
11909return dld_link ();
11910 ;
11911 return 0;
11912}
11913_ACEOF
11914if ac_fn_c_try_link "$LINENO"; then :
11915 ac_cv_lib_dld_dld_link=yes
11916else
11917 ac_cv_lib_dld_dld_link=no
11918fi
11919rm -f core conftest.err conftest.$ac_objext \
11920 conftest$ac_exeext conftest.$ac_ext
11921LIBS=$ac_check_lib_save_LIBS
11922fi
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; }
11925if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11926 lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
11927fi
11928
11929
11930fi
11931
11932
11933fi
11934
11935
11936fi
11937
11938
11939fi
11940
11941
11942fi
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; }
11966if ${lt_cv_dlopen_self+:} false; then :
11967 $as_echo_n "(cached) " >&6
11968else
11969 if test yes = "$cross_compiling"; then :
11970 lt_cv_dlopen_self=cross
11971else
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))
12019int fnord () __attribute__((visibility("default")));
12020#endif
12021
12022int fnord () { return 42; }
12023int 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
12060fi
12061rm -fr conftest*
12062
12063
12064fi
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; }
12072if ${lt_cv_dlopen_self_static+:} false; then :
12073 $as_echo_n "(cached) " >&6
12074else
12075 if test yes = "$cross_compiling"; then :
12076 lt_cv_dlopen_self_static=cross
12077else
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))
12125int fnord () __attribute__((visibility("default")));
12126#endif
12127
12128int fnord () { return 42; }
12129int 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
12166fi
12167rm -fr conftest*
12168
12169
12170fi
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
12190fi
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
12203
12204
12205
12206
12207
12208striplib=
12209old_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; }
12212if 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; }
12217else
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
12236fi
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
12293fi
12294ac_ext=c
12295ac_cpp='$CPP $CPPFLAGS'
12296ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12297ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12298ac_compiler_gnu=$ac_cv_c_compiler_gnu
12299
12300CC=$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
12326test "${CCAS+set}" = set || CCAS=$CC
12327test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
12328
12329
12330
12331depcc="$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; }
12335if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
12336 $as_echo_n "(cached) " >&6
12337else
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
12437else
12438 am_cv_CCAS_dependencies_compiler_type=none
12439fi
12440
12441fi
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; }
12444CCASDEPMODE=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='#'
12451else
12452 am__fastdepCCAS_TRUE='#'
12453 am__fastdepCCAS_FALSE=
12454fi
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
12587else
12588
12589 HAVE_RPM=no
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_RPM" >&5
12591$as_echo "$HAVE_RPM" >&6; }
12592
12593fi
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
12604else
12605
12606 HAVE_RPMBUILD=no
12607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_RPMBUILD" >&5
12608$as_echo "$HAVE_RPMBUILD" >&6; }
12609
12610fi
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.
12625if test "${with_spec+set}" = set; then :
12626 withval=$with_spec; RPM_SPEC_DIR="rpm/$withval"
12627fi
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
12666else
12667
12668 HAVE_DPKG=no
12669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_DPKG" >&5
12670$as_echo "$HAVE_DPKG" >&6; }
12671
12672fi
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
12684else
12685
12686 HAVE_DPKGBUILD=no
12687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_DPKGBUILD" >&5
12688$as_echo "$HAVE_DPKGBUILD" >&6; }
12689
12690fi
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
12712else
12713
12714 HAVE_ALIEN=no
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_ALIEN" >&5
12716$as_echo "$HAVE_ALIEN" >&6; }
12717
12718fi
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.
12732if test "${with_config+set}" = set; then :
12733 withval=$with_config; ZFS_CONFIG="$withval"
12734fi
12735
12736 # Check whether --enable-linux-builtin was given.
12737if test "${enable_linux_builtin+set}" = set; then :
12738 enableval=$enable_linux_builtin;
12739else
12740 enable_linux_builtin=no
12741fi
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
12761int
12762main ()
12763{
12764
12765 ;
12766 return 0;
12767}
12768_ACEOF
12769if 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
12775else
12776
12777 NO_UNUSED_BUT_SET_VARIABLE=
12778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12779$as_echo "no" >&6; }
12780
12781fi
12782rm -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
12797int
12798main ()
12799{
12800
12801 ;
12802 return 0;
12803}
12804_ACEOF
12805if 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
12811else
12812
12813 NO_BOOL_COMPARE=
12814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12815$as_echo "no" >&6; }
12816
12817fi
12818rm -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
12837else
12838
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12840$as_echo "not found" >&6; }
12841
12842fi
12843
12844
12845
12846# Check whether --with-mounthelperdir was given.
12847if test "${with_mounthelperdir+set}" = set; then :
12848 withval=$with_mounthelperdir; mounthelperdir=$withval
12849else
12850 mounthelperdir=/sbin
12851fi
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.
12861if test "${with_udevdir+set}" = set; then :
12862 withval=$with_udevdir; udevdir=$withval
12863else
12864 udevdir=check
12865fi
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"
12876else
12877
12878 if test -d "$path2"; then :
12879 udevdir="$path2"
12880else
12881 udevdir="$default"
12882fi
12883
12884fi
12885
12886fi
12887
12888
12889# Check whether --with-udevruledir was given.
12890if test "${with_udevruledir+set}" = set; then :
12891 withval=$with_udevruledir; udevruledir=$withval
12892else
12893 udevruledir="${udevdir}/rules.d"
12894fi
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.
12904if test "${enable_systemd+set}" = set; then :
12905 enableval=$enable_systemd;
12906else
12907 enable_systemd=yes
12908fi
12909
12910
12911
12912# Check whether --with-systemdunitdir was given.
12913if test "${with_systemdunitdir+set}" = set; then :
12914 withval=$with_systemdunitdir; systemdunitdir=$withval
12915else
12916 systemdunitdir=/usr/lib/systemd/system
12917fi
12918
12919
12920
12921# Check whether --with-systemdpresetdir was given.
12922if test "${with_systemdpresetdir+set}" = set; then :
12923 withval=$with_systemdpresetdir; systemdpresetdir=$withval
12924else
12925 systemdpresetdir=/usr/lib/systemd/system-preset
12926fi
12927
12928
12929
12930# Check whether --with-systemdmodulesloaddir was given.
12931if test "${with_systemdmodulesloaddir+set}" = set; then :
12932 withval=$with_systemdmodulesloaddir; systemdmoduleloaddir=$withval
12933else
12934 systemdmodulesloaddir=/usr/lib/modules-load.d
12935fi
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
12945fi
12946
12947
12948
12949
12950
12951
12952
12953
12954 # Check whether --enable-sysvinit was given.
12955if test "${enable_sysvinit+set}" = set; then :
12956 enableval=$enable_sysvinit;
12957else
12958 enable_sysvinit=yes
12959fi
12960
12961
12962 if test "x$enable_sysvinit" = xyes; then :
12963 ZFS_INIT_SYSV=init.d
12964fi
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.
12973if test "${with_dracutdir+set}" = set; then :
12974 withval=$with_dracutdir; dracutdir=$withval
12975else
12976 dracutdir=check
12977fi
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"
12988else
12989
12990 if test -d "$path2"; then :
12991 dracutdir="$path2"
12992else
12993 dracutdir="$default"
12994fi
12995
12996fi
12997
12998fi
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"
13026if test "x$ac_cv_header_zlib_h" = xyes; then :
13027
13028else
13029 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13030$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13031as_fn_error $? "
13032 *** zlib.h missing, zlib-devel package required
13033See \`config.log' for more details" "$LINENO" 5; }
13034fi
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; }
13040if ${ac_cv_lib_z_compress2+:} false; then :
13041 $as_echo_n "(cached) " >&6
13042else
13043 ac_check_lib_save_LIBS=$LIBS
13044LIBS="-lz $LIBS"
13045cat 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
13052extern "C"
13053#endif
13054char compress2 ();
13055int
13056main ()
13057{
13058return compress2 ();
13059 ;
13060 return 0;
13061}
13062_ACEOF
13063if ac_fn_c_try_link "$LINENO"; then :
13064 ac_cv_lib_z_compress2=yes
13065else
13066 ac_cv_lib_z_compress2=no
13067fi
13068rm -f core conftest.err conftest.$ac_objext \
13069 conftest$ac_exeext conftest.$ac_ext
13070LIBS=$ac_check_lib_save_LIBS
13071fi
13072{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_compress2" >&5
13073$as_echo "$ac_cv_lib_z_compress2" >&6; }
13074if 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
13081else
13082 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13083$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13084as_fn_error $? "
13085 *** compress2() missing, zlib-devel package required
13086See \`config.log' for more details" "$LINENO" 5; }
13087fi
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; }
13092if ${ac_cv_lib_z_uncompress+:} false; then :
13093 $as_echo_n "(cached) " >&6
13094else
13095 ac_check_lib_save_LIBS=$LIBS
13096LIBS="-lz $LIBS"
13097cat 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
13104extern "C"
13105#endif
13106char uncompress ();
13107int
13108main ()
13109{
13110return uncompress ();
13111 ;
13112 return 0;
13113}
13114_ACEOF
13115if ac_fn_c_try_link "$LINENO"; then :
13116 ac_cv_lib_z_uncompress=yes
13117else
13118 ac_cv_lib_z_uncompress=no
13119fi
13120rm -f core conftest.err conftest.$ac_objext \
13121 conftest$ac_exeext conftest.$ac_ext
13122LIBS=$ac_check_lib_save_LIBS
13123fi
13124{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_uncompress" >&5
13125$as_echo "$ac_cv_lib_z_uncompress" >&6; }
13126if 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
13133else
13134 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13135$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13136as_fn_error $? "
13137 *** uncompress() missing, zlib-devel package required
13138See \`config.log' for more details" "$LINENO" 5; }
13139fi
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; }
13144if ${ac_cv_lib_z_crc32+:} false; then :
13145 $as_echo_n "(cached) " >&6
13146else
13147 ac_check_lib_save_LIBS=$LIBS
13148LIBS="-lz $LIBS"
13149cat 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
13156extern "C"
13157#endif
13158char crc32 ();
13159int
13160main ()
13161{
13162return crc32 ();
13163 ;
13164 return 0;
13165}
13166_ACEOF
13167if ac_fn_c_try_link "$LINENO"; then :
13168 ac_cv_lib_z_crc32=yes
13169else
13170 ac_cv_lib_z_crc32=no
13171fi
13172rm -f core conftest.err conftest.$ac_objext \
13173 conftest$ac_exeext conftest.$ac_ext
13174LIBS=$ac_check_lib_save_LIBS
13175fi
13176{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_crc32" >&5
13177$as_echo "$ac_cv_lib_z_crc32" >&6; }
13178if 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
13185else
13186 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13187$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13188as_fn_error $? "
13189 *** crc32() missing, zlib-devel package required
13190See \`config.log' for more details" "$LINENO" 5; }
13191fi
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"
13204if test "x$ac_cv_header_uuid_uuid_h" = xyes; then :
13205
13206else
13207 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13208$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13209as_fn_error $? "
13210 *** uuid/uuid.h missing, libuuid-devel package required
13211See \`config.log' for more details" "$LINENO" 5; }
13212fi
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; }
13218if ${ac_cv_lib_uuid_uuid_generate+:} false; then :
13219 $as_echo_n "(cached) " >&6
13220else
13221 ac_check_lib_save_LIBS=$LIBS
13222LIBS="-luuid $LIBS"
13223cat 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
13230extern "C"
13231#endif
13232char uuid_generate ();
13233int
13234main ()
13235{
13236return uuid_generate ();
13237 ;
13238 return 0;
13239}
13240_ACEOF
13241if ac_fn_c_try_link "$LINENO"; then :
13242 ac_cv_lib_uuid_uuid_generate=yes
13243else
13244 ac_cv_lib_uuid_uuid_generate=no
13245fi
13246rm -f core conftest.err conftest.$ac_objext \
13247 conftest$ac_exeext conftest.$ac_ext
13248LIBS=$ac_check_lib_save_LIBS
13249fi
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; }
13252if 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
13259else
13260 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13261$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13262as_fn_error $? "
13263 *** uuid_generate() missing, libuuid-devel package required
13264See \`config.log' for more details" "$LINENO" 5; }
13265fi
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; }
13270if ${ac_cv_lib_uuid_uuid_is_null+:} false; then :
13271 $as_echo_n "(cached) " >&6
13272else
13273 ac_check_lib_save_LIBS=$LIBS
13274LIBS="-luuid $LIBS"
13275cat 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
13282extern "C"
13283#endif
13284char uuid_is_null ();
13285int
13286main ()
13287{
13288return uuid_is_null ();
13289 ;
13290 return 0;
13291}
13292_ACEOF
13293if ac_fn_c_try_link "$LINENO"; then :
13294 ac_cv_lib_uuid_uuid_is_null=yes
13295else
13296 ac_cv_lib_uuid_uuid_is_null=no
13297fi
13298rm -f core conftest.err conftest.$ac_objext \
13299 conftest$ac_exeext conftest.$ac_ext
13300LIBS=$ac_check_lib_save_LIBS
13301fi
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; }
13304if 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
13311else
13312 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13313$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13314as_fn_error $? "
13315 *** uuid_is_null() missing, libuuid-devel package required
13316See \`config.log' for more details" "$LINENO" 5; }
13317fi
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.
13329if test "${with_blkid+set}" = set; then :
13330 withval=$with_blkid;
13331else
13332 with_blkid=check
13333fi
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
13345fi
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; }
13351if ${ac_cv_lib_blkid_blkid_get_cache+:} false; then :
13352 $as_echo_n "(cached) " >&6
13353else
13354 ac_check_lib_save_LIBS=$LIBS
13355LIBS="-lblkid $LIBS"
13356cat 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
13363extern "C"
13364#endif
13365char blkid_get_cache ();
13366int
13367main ()
13368{
13369return blkid_get_cache ();
13370 ;
13371 return 0;
13372}
13373_ACEOF
13374if ac_fn_c_try_link "$LINENO"; then :
13375 ac_cv_lib_blkid_blkid_get_cache=yes
13376else
13377 ac_cv_lib_blkid_blkid_get_cache=no
13378fi
13379rm -f core conftest.err conftest.$ac_objext \
13380 conftest$ac_exeext conftest.$ac_ext
13381LIBS=$ac_check_lib_save_LIBS
13382fi
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; }
13385if 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;}
13415as_fn_error $? "cannot run test program while cross compiling
13416See \`config.log' for more details" "$LINENO" 5; }
13417else
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
13425int
13426main ()
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
13455if 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
13466else
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;}
13474as_fn_error $? "--with-blkid given but unavailable
13475See \`config.log' for more details" "$LINENO" 5; }
13476fi
13477
13478fi
13479rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13480 conftest.$ac_objext conftest.beam conftest.$ac_ext
13481fi
13482
13483
13484 LIBS="$saved_LIBS"
13485
13486else
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;}
13491as_fn_error $? "--with-blkid given but unavailable
13492See \`config.log' for more details" "$LINENO" 5; }
13493fi
13494
13495
13496fi
13497
13498
13499fi
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
13511int
13512main ()
13513{
13514
13515 ;
13516 return 0;
13517}
13518_ACEOF
13519if 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
13525else
13526
13527 FRAME_LARGER_THAN=
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13529$as_echo "no" >&6; }
13530
13531fi
13532rm -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
13544do :
13545 ac_fn_c_check_func "$LINENO" "mlockall" "ac_cv_func_mlockall"
13546if test "x$ac_cv_func_mlockall" = xyes; then :
13547 cat >>confdefs.h <<_ACEOF
13548#define HAVE_MLOCKALL 1
13549_ACEOF
13550
13551fi
13552done
13553
13554 ;;
13555 kernel)
13556
13557
13558# Check whether --with-linux was given.
13559if test "${with_linux+set}" = set; then :
13560 withval=$with_linux; kernelsrc="$withval"
13561fi
13562
13563
13564
13565# Check whether --with-linux-obj was given.
13566if test "${with_linux_obj+set}" = set; then :
13567 withval=$with_linux_obj; kernelbuild="$withval"
13568fi
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
13580elif test -e "/lib/modules/$(uname -r)/build"; then :
13581
13582 headersdir="/lib/modules/$(uname -r)/build"
13583 sourcelink=$(readlink -f "$headersdir")
13584
13585else
13586
13587 sourcelink=$(ls -1d /usr/src/kernels/* \
13588 /usr/src/linux-* \
13589 2>/dev/null | grep -v obj | tail -1)
13590
13591fi
13592
13593 if test -n "$sourcelink" && test -e ${sourcelink}; then :
13594
13595 kernelsrc=`readlink -f ${sourcelink}`
13596
13597else
13598
13599 kernelsrc="Not found"
13600
13601fi
13602
13603else
13604
13605 if test "$kernelsrc" = "NONE"; then :
13606
13607 kernsrcver=NONE
13608
13609fi
13610
13611fi
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
13622fi
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
13632elif test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}; then :
13633
13634 kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
13635
13636elif test -d ${kernelsrc}-obj/${target_cpu}/default; then :
13637
13638 kernelbuild=${kernelsrc}-obj/${target_cpu}/default
13639
13640elif test -d `dirname ${kernelsrc}`/build-${target_cpu}; then :
13641
13642 kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
13643
13644else
13645
13646 kernelbuild=${kernelsrc}
13647
13648fi
13649
13650fi
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
13663elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then :
13664
13665 utsrelease=linux/utsrelease.h
13666
13667elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then :
13668
13669 utsrelease=generated/utsrelease.h
13670
13671fi
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
13686fi
13687
13688else
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
13700fi
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
13723else
13724
13725 LINUX_SYMBOLS=Module.symvers
13726
13727fi
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
13737fi
13738
13739else
13740
13741 LINUX_SYMBOLS=NONE
13742
13743fi
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.
13752if test "${with_spl+set}" = set; then :
13753 withval=$with_spl; splsrc="$withval"
13754fi
13755
13756
13757
13758# Check whether --with-spl-obj was given.
13759if test "${with_spl_obj+set}" = set; then :
13760 withval=$with_spl_obj; splbuild="$withval"
13761fi
13762
13763
13764
13765# Check whether --with-spl-timeout was given.
13766if test "${with_spl_timeout+set}" = set; then :
13767 withval=$with_spl_timeout; timeout="$withval"
13768else
13769 timeout=0
13770fi
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
13789elif test -e "${splsrc1}/spl.release.in"; then :
13790
13791 splsrc=${splsrc1}
13792
13793elif test -e "${splsrc2}/spl.release.in"; then :
13794
13795 splsrc=${splsrc2}
13796
13797elif test -e "${splsrc3}/spl.release.in"; then :
13798
13799 splsrc=$(readlink -f "${splsrc3}")
13800
13801elif test -e "${splsrc4}/spl.release.in" ; then :
13802
13803 splsrc=${splsrc4}
13804
13805elif test -e "${splsrc5}/spl.release.in"; then :
13806
13807 splsrc=$(readlink -f "${splsrc5}")
13808
13809elif test -e "${splsrc6}/spl.release.in" ; then :
13810
13811 splsrc=${splsrc6}
13812
13813else
13814
13815 splsrc="Not found"
13816
13817fi
13818
13819else
13820
13821 if test "$splsrc" = "NONE"; then :
13822
13823 splbuild=NONE
13824 splsrcver=NONE
13825
13826fi
13827
13828fi
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
13839fi
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
13850elif test -e "${splsrc}/spl_config.h" ; then :
13851
13852 splbuild="${splsrc}"
13853
13854elif 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
13858else
13859
13860 splbuild="Not found"
13861
13862fi
13863
13864fi
13865 if test -e "$splbuild/spl_config.h" -o $timeout -le 0; then :
13866
13867 break;
13868
13869else
13870
13871 sleep 1
13872 timeout=$((timeout-1))
13873
13874fi
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
13887fi
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
13900fi
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
13910fi
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
13932elif test -r $SPL_OBJ/Modules.symvers; then :
13933
13934 SPL_SYMBOLS=Modules.symvers
13935
13936elif test -r $SPL_OBJ/module/Module.symvers; then :
13937
13938 SPL_SYMBOLS=Module.symvers
13939
13940elif test -r $SPL_OBJ/module/Modules.symvers; then :
13941
13942 SPL_SYMBOLS=Modules.symvers
13943
13944fi
13945
13946 if test $SPL_SYMBOLS != NONE -o $timeout -le 0; then :
13947
13948 break;
13949
13950else
13951
13952 sleep 1
13953 timeout=$((timeout-1))
13954
13955fi
13956 done
13957
13958 if test "$SPL_SYMBOLS" = NONE; then :
13959
13960 SPL_SYMBOLS=$LINUX_SYMBOLS
13961
13962fi
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
13973cat confdefs.h - <<_ACEOF >conftest.c
13974
13975
13976int
13977main (void)
13978{
13979
13980 ;
13981 return 0;
13982}
13983
13984_ACEOF
13985
13986
13987
13988cat - <<_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
14012else
14013 $as_echo "$as_me: failed program was:" >&5
14014sed '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
14028fi
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;}
14039as_fn_error $? "cannot run test program while cross compiling
14040See \`config.log' for more details" "$LINENO" 5; }
14041else
14042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14043/* end confdefs.h. */
14044
14045
14046 #include "$LINUX/include/linux/license.h"
14047
14048int
14049main ()
14050{
14051
14052 return !license_is_gpl_compatible("$ZFS_META_LICENSE");
14053
14054 ;
14055 return 0;
14056}
14057
14058_ACEOF
14059if ac_fn_c_try_run "$LINENO"; then :
14060
14061
14062$as_echo "#define ZFS_IS_GPL_COMPATIBLE 1" >>confdefs.h
14063
14064
14065fi
14066rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14067 conftest.$ac_objext conftest.beam conftest.$ac_ext
14068fi
14069
14070
14071fi
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
14078cat confdefs.h - <<_ACEOF >conftest.c
14079
14080
14081 #include <linux/module.h>
14082
14083int
14084main (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
14099cat - <<_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
14126else
14127 $as_echo "$as_me: failed program was:" >&5
14128sed '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
14135fi
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
14146cat confdefs.h - <<_ACEOF >conftest.c
14147
14148
14149 #include <linux/module.h>
14150
14151int
14152main (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
14167cat - <<_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
14196cat 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
14204int
14205main (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
14222cat - <<_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
14246else
14247 $as_echo "$as_me: failed program was:" >&5
14248sed '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
14260fi
14261 rm -Rf build
14262
14263
14264 EXTRA_KCFLAGS="$tmp_flags"
14265
14266
14267else
14268 $as_echo "$as_me: failed program was:" >&5
14269sed '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
14277fi
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
14292cat 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
14301int
14302main (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
14316cat - <<_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
14376else
14377 $as_echo "$as_me: failed program was:" >&5
14378sed '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
14385fi
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
14396cat confdefs.h - <<_ACEOF >conftest.c
14397
14398
14399 #include <linux/sched.h>
14400
14401int
14402main (void)
14403{
14404
14405 current->bio_tail = (struct bio **) NULL;
14406
14407 ;
14408 return 0;
14409}
14410
14411_ACEOF
14412
14413
14414
14415cat - <<_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
14442else
14443 $as_echo "$as_me: failed program was:" >&5
14444sed '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
14452cat confdefs.h - <<_ACEOF >conftest.c
14453
14454
14455 #include <linux/sched.h>
14456
14457int
14458main (void)
14459{
14460
14461 current->bio_list = (struct bio_list *) NULL;
14462
14463 ;
14464 return 0;
14465}
14466
14467_ACEOF
14468
14469
14470
14471cat - <<_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
14498else
14499 $as_echo "$as_me: failed program was:" >&5
14500sed '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
14507fi
14508 rm -Rf build
14509
14510
14511
14512
14513
14514fi
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
14524cat confdefs.h - <<_ACEOF >conftest.c
14525
14526
14527 #include <linux/bio.h>
14528
14529int
14530main (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
14545cat - <<_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
14572else
14573 $as_echo "$as_me: failed program was:" >&5
14574sed '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
14581fi
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
14593cat 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
14613int
14614main (void)
14615{
14616
14617
14618 ;
14619 return 0;
14620}
14621
14622_ACEOF
14623
14624
14625
14626cat - <<_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
14653else
14654 $as_echo "$as_me: failed program was:" >&5
14655sed '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
14662fi
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
14675cat 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
14690int
14691main (void)
14692{
14693
14694
14695 ;
14696 return 0;
14697}
14698
14699_ACEOF
14700
14701
14702
14703cat - <<_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
14730else
14731 $as_echo "$as_me: failed program was:" >&5
14732sed '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
14739fi
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
14749cat confdefs.h - <<_ACEOF >conftest.c
14750
14751
14752 #include <linux/types.h>
14753
14754int
14755main (void)
14756{
14757
14758 fmode_t *ptr __attribute__ ((unused));
14759
14760 ;
14761 return 0;
14762}
14763
14764_ACEOF
14765
14766
14767
14768cat - <<_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
14795else
14796 $as_echo "$as_me: failed program was:" >&5
14797sed '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
14804fi
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
14814cat confdefs.h - <<_ACEOF >conftest.c
14815
14816
14817 #include <linux/kobject.h>
14818
14819int
14820main (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
14834cat - <<_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
14861else
14862 $as_echo "$as_me: failed program was:" >&5
14863sed '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
14870fi
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
14880cat confdefs.h - <<_ACEOF >conftest.c
14881
14882
14883 #include <linux/fs.h>
14884
14885int
14886main (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
14900cat - <<_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
14927else
14928 $as_echo "$as_me: failed program was:" >&5
14929sed '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
14936fi
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
14946cat confdefs.h - <<_ACEOF >conftest.c
14947
14948
14949 #include <linux/fs.h>
14950
14951int
14952main (void)
14953{
14954
14955 blkdev_get_by_path(NULL, 0, NULL);
14956
14957 ;
14958 return 0;
14959}
14960
14961_ACEOF
14962
14963
14964
14965cat - <<_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
14986else
14987 $as_echo "$as_me: failed program was:" >&5
14988sed 's/^/| /' conftest.$ac_ext >&5
14989 rc=1
14990
14991
14992fi
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
15050cat confdefs.h - <<_ACEOF >conftest.c
15051
15052
15053 #include <linux/fs.h>
15054
15055int
15056main (void)
15057{
15058
15059 open_bdev_exclusive(NULL, 0, NULL);
15060
15061 ;
15062 return 0;
15063}
15064
15065_ACEOF
15066
15067
15068
15069cat - <<_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
15090else
15091 $as_echo "$as_me: failed program was:" >&5
15092sed 's/^/| /' conftest.$ac_ext >&5
15093 rc=1
15094
15095
15096fi
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
15154cat confdefs.h - <<_ACEOF >conftest.c
15155
15156
15157 #include <linux/fs.h>
15158
15159int
15160main (void)
15161{
15162
15163 lookup_bdev(NULL);
15164
15165 ;
15166 return 0;
15167}
15168
15169_ACEOF
15170
15171
15172
15173cat - <<_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
15194else
15195 $as_echo "$as_me: failed program was:" >&5
15196sed 's/^/| /' conftest.$ac_ext >&5
15197 rc=1
15198
15199
15200fi
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
15213cat confdefs.h - <<_ACEOF >conftest.c
15214
15215
15216 #include <linux/fs.h>
15217
15218int
15219main (void)
15220{
15221
15222 lookup_bdev(NULL, FMODE_READ);
15223
15224 ;
15225 return 0;
15226}
15227
15228_ACEOF
15229
15230
15231
15232cat - <<_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
15253else
15254 $as_echo "$as_me: failed program was:" >&5
15255sed 's/^/| /' conftest.$ac_ext >&5
15256 rc=1
15257
15258
15259fi
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
15348cat confdefs.h - <<_ACEOF >conftest.c
15349
15350
15351 #include <linux/fs.h>
15352
15353int
15354main (void)
15355{
15356
15357 lookup_bdev(NULL, FMODE_READ);
15358
15359 ;
15360 return 0;
15361}
15362
15363_ACEOF
15364
15365
15366
15367cat - <<_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
15388else
15389 $as_echo "$as_me: failed program was:" >&5
15390sed 's/^/| /' conftest.$ac_ext >&5
15391 rc=1
15392
15393
15394fi
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
15464cat confdefs.h - <<_ACEOF >conftest.c
15465
15466
15467 #include <linux/buffer_head.h>
15468
15469int
15470main (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
15484cat - <<_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
15511else
15512 $as_echo "$as_me: failed program was:" >&5
15513sed '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
15520fi
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
15532cat confdefs.h - <<_ACEOF >conftest.c
15533
15534
15535 #include <linux/blkdev.h>
15536
15537int
15538main (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
15552cat - <<_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
15579else
15580 $as_echo "$as_me: failed program was:" >&5
15581sed '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
15588fi
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
15601cat confdefs.h - <<_ACEOF >conftest.c
15602
15603
15604 #include <linux/blkdev.h>
15605
15606int
15607main (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
15621cat - <<_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
15648else
15649 $as_echo "$as_me: failed program was:" >&5
15650sed '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
15657fi
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
15668cat confdefs.h - <<_ACEOF >conftest.c
15669
15670
15671 #include <linux/bio.h>
15672
15673int
15674main (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
15688cat - <<_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
15715else
15716 $as_echo "$as_me: failed program was:" >&5
15717sed '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
15724fi
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
15734cat confdefs.h - <<_ACEOF >conftest.c
15735
15736
15737 #include <linux/bio.h>
15738
15739int
15740main (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
15756cat - <<_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
15783else
15784 $as_echo "$as_me: failed program was:" >&5
15785sed '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
15792fi
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
15802cat confdefs.h - <<_ACEOF >conftest.c
15803
15804
15805 #include <linux/bio.h>
15806
15807int
15808main (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
15822cat - <<_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
15849else
15850 $as_echo "$as_me: failed program was:" >&5
15851sed '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
15858fi
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
15868cat confdefs.h - <<_ACEOF >conftest.c
15869
15870
15871 #include <linux/blk_types.h>
15872
15873int
15874main (void)
15875{
15876
15877 int op __attribute__ ((unused)) = REQ_OP_DISCARD;
15878
15879 ;
15880 return 0;
15881}
15882
15883_ACEOF
15884
15885
15886
15887cat - <<_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
15914else
15915 $as_echo "$as_me: failed program was:" >&5
15916sed '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
15923fi
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
15933cat confdefs.h - <<_ACEOF >conftest.c
15934
15935
15936 #include <linux/blk_types.h>
15937
15938int
15939main (void)
15940{
15941
15942 int op __attribute__ ((unused)) = REQ_OP_SECURE_ERASE;
15943
15944 ;
15945 return 0;
15946}
15947
15948_ACEOF
15949
15950
15951
15952cat - <<_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
15979else
15980 $as_echo "$as_me: failed program was:" >&5
15981sed '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
15988fi
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
15998cat confdefs.h - <<_ACEOF >conftest.c
15999
16000
16001 #include <linux/blk_types.h>
16002
16003int
16004main (void)
16005{
16006
16007 int op __attribute__ ((unused)) = REQ_OP_FLUSH;
16008
16009 ;
16010 return 0;
16011}
16012
16013_ACEOF
16014
16015
16016
16017cat - <<_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
16044else
16045 $as_echo "$as_me: failed program was:" >&5
16046sed '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
16053fi
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
16063cat confdefs.h - <<_ACEOF >conftest.c
16064
16065
16066 #include <linux/bio.h>
16067
16068int
16069main (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
16083cat - <<_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
16110else
16111 $as_echo "$as_me: failed program was:" >&5
16112sed '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
16119fi
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
16129cat 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
16138int
16139main (void)
16140{
16141
16142
16143 ;
16144 return 0;
16145}
16146
16147_ACEOF
16148
16149
16150
16151cat - <<_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
16178else
16179 $as_echo "$as_me: failed program was:" >&5
16180sed '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
16187fi
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
16197cat confdefs.h - <<_ACEOF >conftest.c
16198
16199
16200 #include <linux/bio.h>
16201
16202int
16203main (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
16217cat - <<_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
16244else
16245 $as_echo "$as_me: failed program was:" >&5
16246sed '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
16253fi
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
16263cat confdefs.h - <<_ACEOF >conftest.c
16264
16265
16266 #include <linux/bio.h>
16267
16268int
16269main (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
16283cat - <<_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
16310else
16311 $as_echo "$as_me: failed program was:" >&5
16312sed '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
16319fi
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
16331cat confdefs.h - <<_ACEOF >conftest.c
16332
16333
16334 #include <linux/blkdev.h>
16335
16336int
16337main (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
16351cat - <<_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
16382cat 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
16390int
16391main (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
16405cat - <<_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
16429else
16430 $as_echo "$as_me: failed program was:" >&5
16431sed '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
16441fi
16442 rm -Rf build
16443
16444
16445
16446else
16447 $as_echo "$as_me: failed program was:" >&5
16448sed '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
16455fi
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
16464cat confdefs.h - <<_ACEOF >conftest.c
16465
16466
16467 #include <linux/kernel.h>
16468 #include <linux/blkdev.h>
16469
16470
16471int
16472main (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
16486cat - <<_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
16517cat 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
16526int
16527main (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
16541cat - <<_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
16565else
16566 $as_echo "$as_me: failed program was:" >&5
16567sed '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
16577fi
16578 rm -Rf build
16579
16580
16581
16582else
16583 $as_echo "$as_me: failed program was:" >&5
16584sed '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
16591fi
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
16605cat confdefs.h - <<_ACEOF >conftest.c
16606
16607
16608 #include <linux/blkdev.h>
16609
16610int
16611main (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
16625cat - <<_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
16652else
16653 $as_echo "$as_me: failed program was:" >&5
16654sed '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
16661fi
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
16674cat confdefs.h - <<_ACEOF >conftest.c
16675
16676
16677 #include <linux/blkdev.h>
16678
16679int
16680main (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
16694cat - <<_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
16721else
16722 $as_echo "$as_me: failed program was:" >&5
16723sed '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
16730fi
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
16743cat confdefs.h - <<_ACEOF >conftest.c
16744
16745
16746 #include <linux/blkdev.h>
16747
16748int
16749main (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
16764cat - <<_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
16791else
16792 $as_echo "$as_me: failed program was:" >&5
16793sed '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
16800fi
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
16813cat confdefs.h - <<_ACEOF >conftest.c
16814
16815
16816 #include <linux/blkdev.h>
16817
16818int
16819main (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
16835cat - <<_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
16862else
16863 $as_echo "$as_me: failed program was:" >&5
16864sed '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
16871fi
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
16884cat confdefs.h - <<_ACEOF >conftest.c
16885
16886
16887 #include <linux/blkdev.h>
16888
16889int
16890main (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
16904cat - <<_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
16931else
16932 $as_echo "$as_me: failed program was:" >&5
16933sed '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
16940fi
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
16951cat confdefs.h - <<_ACEOF >conftest.c
16952
16953
16954 #include <linux/genhd.h>
16955
16956int
16957main (void)
16958{
16959
16960 get_gendisk(0, NULL);
16961
16962 ;
16963 return 0;
16964}
16965
16966_ACEOF
16967
16968
16969
16970cat - <<_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
16991else
16992 $as_echo "$as_me: failed program was:" >&5
16993sed 's/^/| /' conftest.$ac_ext >&5
16994 rc=1
16995
16996
16997fi
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
17055cat confdefs.h - <<_ACEOF >conftest.c
17056
17057
17058 #include <linux/blk_types.h>
17059
17060int
17061main (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
17076cat - <<_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
17103else
17104 $as_echo "$as_me: failed program was:" >&5
17105sed '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
17112fi
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
17122cat confdefs.h - <<_ACEOF >conftest.c
17123
17124
17125 #include <linux/fs.h>
17126
17127int
17128main (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
17143cat - <<_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
17170else
17171 $as_echo "$as_me: failed program was:" >&5
17172sed '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
17179fi
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
17189cat confdefs.h - <<_ACEOF >conftest.c
17190
17191
17192 #include <linux/blkdev.h>
17193
17194int
17195main (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
17210cat - <<_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
17237else
17238 $as_echo "$as_me: failed program was:" >&5
17239sed '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
17246fi
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
17256cat 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
17276int
17277main (void)
17278{
17279
17280
17281 ;
17282 return 0;
17283}
17284
17285_ACEOF
17286
17287
17288
17289cat - <<_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
17316else
17317 $as_echo "$as_me: failed program was:" >&5
17318sed '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
17325fi
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
17335cat 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
17345int
17346main (void)
17347{
17348
17349
17350 ;
17351 return 0;
17352}
17353
17354_ACEOF
17355
17356
17357
17358cat - <<_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
17385else
17386 $as_echo "$as_me: failed program was:" >&5
17387sed '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
17394fi
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
17404cat 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
17417int
17418main (void)
17419{
17420
17421
17422 ;
17423 return 0;
17424}
17425
17426_ACEOF
17427
17428
17429
17430cat - <<_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
17457else
17458 $as_echo "$as_me: failed program was:" >&5
17459sed '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
17465cat 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
17478int
17479main (void)
17480{
17481
17482
17483 ;
17484 return 0;
17485}
17486
17487_ACEOF
17488
17489
17490
17491cat - <<_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
17518else
17519 $as_echo "$as_me: failed program was:" >&5
17520sed '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
17528cat 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
17541int
17542main (void)
17543{
17544
17545
17546 ;
17547 return 0;
17548}
17549
17550_ACEOF
17551
17552
17553
17554cat - <<_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
17581else
17582 $as_echo "$as_me: failed program was:" >&5
17583sed '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
17591cat 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
17603int
17604main (void)
17605{
17606
17607
17608 ;
17609 return 0;
17610}
17611
17612_ACEOF
17613
17614
17615
17616cat - <<_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
17643else
17644 $as_echo "$as_me: failed program was:" >&5
17645sed 's/^/| /' conftest.$ac_ext >&5
17646
17647 as_fn_error $? "no; please file a bug report" "$LINENO" 5
17648
17649
17650
17651fi
17652 rm -Rf build
17653
17654
17655
17656
17657
17658fi
17659 rm -Rf build
17660
17661
17662
17663
17664
17665fi
17666 rm -Rf build
17667
17668
17669
17670
17671
17672fi
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
17682cat 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
17697int
17698main (void)
17699{
17700
17701
17702 ;
17703 return 0;
17704}
17705
17706_ACEOF
17707
17708
17709
17710cat - <<_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
17737else
17738 $as_echo "$as_me: failed program was:" >&5
17739sed '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
17745cat 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
17759int
17760main (void)
17761{
17762
17763
17764 ;
17765 return 0;
17766}
17767
17768_ACEOF
17769
17770
17771
17772cat - <<_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
17799else
17800 $as_echo "$as_me: failed program was:" >&5
17801sed '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
17809cat 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
17822int
17823main (void)
17824{
17825
17826
17827 ;
17828 return 0;
17829}
17830
17831_ACEOF
17832
17833
17834
17835cat - <<_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
17862else
17863 $as_echo "$as_me: failed program was:" >&5
17864sed '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
17872cat 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
17885int
17886main (void)
17887{
17888
17889
17890 ;
17891 return 0;
17892}
17893
17894_ACEOF
17895
17896
17897
17898cat - <<_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
17925else
17926 $as_echo "$as_me: failed program was:" >&5
17927sed 's/^/| /' conftest.$ac_ext >&5
17928
17929 as_fn_error $? "no; please file a bug report" "$LINENO" 5
17930
17931
17932
17933fi
17934 rm -Rf build
17935
17936
17937
17938
17939
17940fi
17941 rm -Rf build
17942
17943
17944
17945
17946
17947fi
17948 rm -Rf build
17949
17950
17951
17952
17953
17954fi
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
17964cat 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
17975int
17976main (void)
17977{
17978
17979
17980 ;
17981 return 0;
17982}
17983
17984_ACEOF
17985
17986
17987
17988cat - <<_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
18015else
18016 $as_echo "$as_me: failed program was:" >&5
18017sed '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
18025cat 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
18038int
18039main (void)
18040{
18041
18042
18043 ;
18044 return 0;
18045}
18046
18047_ACEOF
18048
18049
18050
18051cat - <<_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
18078else
18079 $as_echo "$as_me: failed program was:" >&5
18080sed '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
18088cat 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
18102int
18103main (void)
18104{
18105
18106
18107 ;
18108 return 0;
18109}
18110
18111_ACEOF
18112
18113
18114
18115cat - <<_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
18142else
18143 $as_echo "$as_me: failed program was:" >&5
18144sed '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
18152cat 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
18165int
18166main (void)
18167{
18168
18169
18170 ;
18171 return 0;
18172}
18173
18174_ACEOF
18175
18176
18177
18178cat - <<_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
18205else
18206 $as_echo "$as_me: failed program was:" >&5
18207sed 's/^/| /' conftest.$ac_ext >&5
18208
18209 as_fn_error $? "no; please file a bug report" "$LINENO" 5
18210
18211
18212
18213fi
18214 rm -Rf build
18215
18216
18217
18218
18219
18220fi
18221 rm -Rf build
18222
18223
18224
18225
18226
18227fi
18228 rm -Rf build
18229
18230
18231
18232
18233
18234fi
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
18244cat confdefs.h - <<_ACEOF >conftest.c
18245
18246
18247 #include <linux/fs.h>
18248
18249int
18250main (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
18264cat - <<_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
18291else
18292 $as_echo "$as_me: failed program was:" >&5
18293sed '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
18301cat confdefs.h - <<_ACEOF >conftest.c
18302
18303
18304 #include <linux/fs.h>
18305 #include <linux/sched.h>
18306
18307int
18308main (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
18322cat - <<_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
18349else
18350 $as_echo "$as_me: failed program was:" >&5
18351sed '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
18358fi
18359 rm -Rf build
18360
18361
18362
18363
18364
18365fi
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
18375cat 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
18382int
18383main (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
18396cat - <<_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
18423else
18424 $as_echo "$as_me: failed program was:" >&5
18425sed '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
18432fi
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
18442cat confdefs.h - <<_ACEOF >conftest.c
18443
18444
18445 #include <linux/cred.h>
18446 #include <linux/fs.h>
18447 #include <linux/posix_acl.h>
18448
18449int
18450main (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
18464cat - <<_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
18491else
18492 $as_echo "$as_me: failed program was:" >&5
18493sed '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
18500fi
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
18509cat 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
18518int
18519main (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
18533cat - <<_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
18557else
18558 $as_echo "$as_me: failed program was:" >&5
18559sed '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
18569fi
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
18579cat 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
18589int
18590main (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
18606cat - <<_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
18633else
18634 $as_echo "$as_me: failed program was:" >&5
18635sed '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
18642fi
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
18652cat confdefs.h - <<_ACEOF >conftest.c
18653
18654
18655 #include <linux/fs.h>
18656 #include <linux/posix_acl.h>
18657
18658int
18659main (void)
18660{
18661
18662 posix_acl_chmod(NULL, 0, 0)
18663
18664 ;
18665 return 0;
18666}
18667
18668_ACEOF
18669
18670
18671
18672cat - <<_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
18699else
18700 $as_echo "$as_me: failed program was:" >&5
18701sed '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
18708fi
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
18717cat confdefs.h - <<_ACEOF >conftest.c
18718
18719
18720 #include <linux/fs.h>
18721 #include <linux/posix_acl.h>
18722
18723int
18724main (void)
18725{
18726
18727 __posix_acl_chmod(NULL, 0, 0)
18728
18729 ;
18730 return 0;
18731}
18732
18733_ACEOF
18734
18735
18736
18737cat - <<_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
18764else
18765 $as_echo "$as_me: failed program was:" >&5
18766sed '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
18773fi
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
18783cat confdefs.h - <<_ACEOF >conftest.c
18784
18785
18786 #include <linux/fs.h>
18787 #include <linux/posix_acl.h>
18788
18789int
18790main (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
18804cat - <<_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
18831else
18832 $as_echo "$as_me: failed program was:" >&5
18833sed '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
18840fi
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
18850cat confdefs.h - <<_ACEOF >conftest.c
18851
18852
18853 #include <linux/fs.h>
18854 #include <linux/posix_acl.h>
18855
18856int
18857main (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
18874cat - <<_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
18901else
18902 $as_echo "$as_me: failed program was:" >&5
18903sed '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
18910fi
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
18920cat 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
18932int
18933main (void)
18934{
18935
18936
18937 ;
18938 return 0;
18939}
18940
18941_ACEOF
18942
18943
18944
18945cat - <<_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
18972else
18973 $as_echo "$as_me: failed program was:" >&5
18974sed '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
18981fi
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
18991cat 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
19004int
19005main (void)
19006{
19007
19008
19009 ;
19010 return 0;
19011}
19012
19013_ACEOF
19014
19015
19016
19017cat - <<_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
19047else
19048 $as_echo "$as_me: failed program was:" >&5
19049sed '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
19056fi
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
19066cat 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
19078int
19079main (void)
19080{
19081
19082
19083 ;
19084 return 0;
19085}
19086
19087_ACEOF
19088
19089
19090
19091cat - <<_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
19118else
19119 $as_echo "$as_me: failed program was:" >&5
19120sed '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
19127fi
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
19137cat 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
19150int
19151main (void)
19152{
19153
19154
19155 ;
19156 return 0;
19157}
19158
19159_ACEOF
19160
19161
19162
19163cat - <<_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
19193else
19194 $as_echo "$as_me: failed program was:" >&5
19195sed '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
19202fi
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
19212cat 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
19225int
19226main (void)
19227{
19228
19229
19230 ;
19231 return 0;
19232}
19233
19234_ACEOF
19235
19236
19237
19238cat - <<_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
19265else
19266 $as_echo "$as_me: failed program was:" >&5
19267sed '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
19274fi
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
19284cat 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
19297int
19298main (void)
19299{
19300
19301
19302 ;
19303 return 0;
19304}
19305
19306_ACEOF
19307
19308
19309
19310cat - <<_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
19337else
19338 $as_echo "$as_me: failed program was:" >&5
19339sed '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
19346fi
19347 rm -Rf build
19348
19349
19350
19351
3e990ae0
CIK
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
19357cat 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
19372int
19373main (void)
19374{
19375
19376
19377 ;
19378 return 0;
19379}
19380
19381_ACEOF
19382
19383
19384
19385cat - <<_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
19412else
19413 $as_echo "$as_me: failed program was:" >&5
19414sed '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
19421fi
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
19431cat 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
19446int
19447main (void)
19448{
19449
19450
19451 ;
19452 return 0;
19453}
19454
19455_ACEOF
19456
19457
19458
19459cat - <<_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
19486else
19487 $as_echo "$as_me: failed program was:" >&5
19488sed '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
19495fi
19496 rm -Rf build
19497
19498
19499
19500
19501
87d546d8
TG
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
19506cat confdefs.h - <<_ACEOF >conftest.c
19507
19508
19509 #include <linux/fs.h>
19510
19511int
19512main (void)
19513{
19514
19515 void *sentinel __attribute__ ((unused)) = uncached_acl_sentinel(NULL);
19516
19517 ;
19518 return 0;
19519}
19520
19521_ACEOF
19522
19523
19524
19525cat - <<_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
19552else
19553 $as_echo "$as_me: failed program was:" >&5
19554sed '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
19561fi
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
19572cat 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
19582int
19583main (void)
19584{
19585
19586
19587 ;
19588 return 0;
19589}
19590
19591_ACEOF
19592
19593
19594
19595cat - <<_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
19622else
19623 $as_echo "$as_me: failed program was:" >&5
19624sed '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
19631fi
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
19641cat confdefs.h - <<_ACEOF >conftest.c
19642
19643
19644 #include <linux/fs.h>
19645
19646int
19647main (void)
19648{
19649
19650 struct file *f = NULL;
19651 file_inode(f);
19652
19653 ;
19654 return 0;
19655}
19656
19657_ACEOF
19658
19659
19660
19661cat - <<_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
19688else
19689 $as_echo "$as_me: failed program was:" >&5
19690sed '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
19697fi
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
19708cat 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
19721int
19722main (void)
19723{
19724
19725
19726 ;
19727 return 0;
19728}
19729
19730_ACEOF
19731
19732
19733
19734cat - <<_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
19761else
19762 $as_echo "$as_me: failed program was:" >&5
19763sed 's/^/| /' conftest.$ac_ext >&5
19764
19765
19766
19767
19768fi
19769 rm -Rf build
19770
19771
19772
19773
19774
19775
19776cat 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
19788int
19789main (void)
19790{
19791
19792
19793 ;
19794 return 0;
19795}
19796
19797_ACEOF
19798
19799
19800
19801cat - <<_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
19828else
19829 $as_echo "$as_me: failed program was:" >&5
19830sed 's/^/| /' conftest.$ac_ext >&5
19831
19832
19833
19834
19835fi
19836 rm -Rf build
19837
19838
19839
19840
19841
19842
19843cat 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
19856int
19857main (void)
19858{
19859
19860
19861 ;
19862 return 0;
19863}
19864
19865_ACEOF
19866
19867
19868
19869cat - <<_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
19896else
19897 $as_echo "$as_me: failed program was:" >&5
19898sed 's/^/| /' conftest.$ac_ext >&5
19899
19900
19901
19902
19903fi
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
19914cat 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
19923int
19924main (void)
19925{
19926
19927
19928 ;
19929 return 0;
19930}
19931
19932_ACEOF
19933
19934
19935
19936cat - <<_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
19963else
19964 $as_echo "$as_me: failed program was:" >&5
19965sed '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
19972fi
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
19982cat 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
19994int
19995main (void)
19996{
19997
19998
19999 ;
20000 return 0;
20001}
20002
20003_ACEOF
20004
20005
20006
20007cat - <<_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
20034else
20035 $as_echo "$as_me: failed program was:" >&5
20036sed '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
20043fi
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
20053cat 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
20065int
20066main (void)
20067{
20068
20069
20070 ;
20071 return 0;
20072}
20073
20074_ACEOF
20075
20076
20077
20078cat - <<_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
20105else
20106 $as_echo "$as_me: failed program was:" >&5
20107sed '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
20114fi
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
20124cat 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
20137int
20138main (void)
20139{
20140
20141
20142 ;
20143 return 0;
20144}
20145
20146_ACEOF
20147
20148
20149
20150cat - <<_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
20177else
20178 $as_echo "$as_me: failed program was:" >&5
20179sed '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
20186fi
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
20197cat 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
20210int
20211main (void)
20212{
20213
20214
20215 ;
20216 return 0;
20217}
20218
20219_ACEOF
20220
20221
20222
20223cat - <<_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
20250else
20251 $as_echo "$as_me: failed program was:" >&5
20252sed '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
20259fi
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
20269cat 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
20282int
20283main (void)
20284{
20285
20286
20287 ;
20288 return 0;
20289}
20290
20291_ACEOF
20292
20293
20294
20295cat - <<_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
20322else
20323 $as_echo "$as_me: failed program was:" >&5
20324sed '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
20331fi
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
20342cat 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
20352int
20353main (void)
20354{
20355
20356
20357 ;
20358 return 0;
20359}
20360
20361_ACEOF
20362
20363
20364
20365cat - <<_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
20392else
20393 $as_echo "$as_me: failed program was:" >&5
20394sed '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
20401fi
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
20411cat 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
20424int
20425main (void)
20426{
20427
20428
20429 ;
20430 return 0;
20431}
20432
20433_ACEOF
20434
20435
20436
20437cat - <<_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
20464else
20465 $as_echo "$as_me: failed program was:" >&5
20466sed '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
20473fi
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
20483cat 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
20497int
20498main (void)
20499{
20500
20501
20502 ;
20503 return 0;
20504}
20505
20506_ACEOF
20507
20508
20509
20510cat - <<_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
20537else
20538 $as_echo "$as_me: failed program was:" >&5
20539sed '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
20546fi
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
20556cat 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
20574int
20575main (void)
20576{
20577
20578
20579 ;
20580 return 0;
20581}
20582
20583_ACEOF
20584
20585
20586
20587cat - <<_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
20614else
20615 $as_echo "$as_me: failed program was:" >&5
20616sed '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
20623fi
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
20633cat 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
20644int
20645main (void)
20646{
20647
20648
20649 ;
20650 return 0;
20651}
20652
20653_ACEOF
20654
20655
20656
20657cat - <<_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
20684else
20685 $as_echo "$as_me: failed program was:" >&5
20686sed '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
20694cat 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
20705int
20706main (void)
20707{
20708
20709
20710 ;
20711 return 0;
20712}
20713
20714_ACEOF
20715
20716
20717
20718cat - <<_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
20745else
20746 $as_echo "$as_me: failed program was:" >&5
20747sed '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
20756cat 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
20767int
20768main (void)
20769{
20770
20771
20772 ;
20773 return 0;
20774}
20775
20776_ACEOF
20777
20778
20779
20780cat - <<_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
20807else
20808 $as_echo "$as_me: failed program was:" >&5
20809sed '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
20817cat 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
20828int
20829main (void)
20830{
20831
20832
20833 ;
20834 return 0;
20835}
20836
20837_ACEOF
20838
20839
20840
20841cat - <<_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
20868else
20869 $as_echo "$as_me: failed program was:" >&5
20870sed 's/^/| /' conftest.$ac_ext >&5
20871
20872 as_fn_error $? "no; please file a bug report" "$LINENO" 5
20873
20874
20875
20876fi
20877 rm -Rf build
20878
20879
20880
20881
20882
20883fi
20884 rm -Rf build
20885
20886
20887
20888
20889
20890
20891fi
20892 rm -Rf build
20893
20894
20895
20896
20897
20898fi
20899 rm -Rf build
20900
20901
20902
20903
20904
20905
20906cat confdefs.h - <<_ACEOF >conftest.c
20907
20908
20909 #if !defined(HAVE_GET_LINK_DELAYED)
20910 #error "Expecting get_link() delayed done"
20911 #endif
20912
20913int
20914main (void)
20915{
20916
20917
20918 ;
20919 return 0;
20920}
20921
20922_ACEOF
20923
20924
20925
20926cat - <<_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
20951else
20952 $as_echo "$as_me: failed program was:" >&5
20953sed '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
20959cat 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
20970int
20971main (void)
20972{
20973
20974
20975 ;
20976 return 0;
20977}
20978
20979_ACEOF
20980
20981
20982
20983cat - <<_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
21010else
21011 $as_echo "$as_me: failed program was:" >&5
21012sed '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
21020cat 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
21031int
21032main (void)
21033{
21034
21035
21036 ;
21037 return 0;
21038}
21039
21040_ACEOF
21041
21042
21043
21044cat - <<_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
21071else
21072 $as_echo "$as_me: failed program was:" >&5
21073sed 's/^/| /' conftest.$ac_ext >&5
21074
21075 as_fn_error $? "no; please file a bug report" "$LINENO" 5
21076
21077
21078
21079fi
21080 rm -Rf build
21081
21082
21083
21084
21085
21086fi
21087 rm -Rf build
21088
21089
21090
21091
21092
21093fi
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
21103cat 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
21113int
21114main (void)
21115{
21116
21117
21118 ;
21119 return 0;
21120}
21121
21122_ACEOF
21123
21124
21125
21126cat - <<_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
21153else
21154 $as_echo "$as_me: failed program was:" >&5
21155sed '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
21162fi
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
21172cat 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
21181int
21182main (void)
21183{
21184
21185
21186 ;
21187 return 0;
21188}
21189
21190_ACEOF
21191
21192
21193
21194cat - <<_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
21221else
21222 $as_echo "$as_me: failed program was:" >&5
21223sed '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
21230fi
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
21240cat 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
21250int
21251main (void)
21252{
21253
21254
21255 ;
21256 return 0;
21257}
21258
21259_ACEOF
21260
21261
21262
21263cat - <<_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
21290else
21291 $as_echo "$as_me: failed program was:" >&5
21292sed '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
21299fi
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
21309cat 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
21318int
21319main (void)
21320{
21321
21322
21323 ;
21324 return 0;
21325}
21326
21327_ACEOF
21328
21329
21330
21331cat - <<_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
21358else
21359 $as_echo "$as_me: failed program was:" >&5
21360sed '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
21367fi
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
21377cat confdefs.h - <<_ACEOF >conftest.c
21378
21379
21380 #include <linux/fs.h>
21381
21382int
21383main (void)
21384{
21385
21386 clear_inode(NULL);
21387
21388 ;
21389 return 0;
21390}
21391
21392_ACEOF
21393
21394
21395
21396cat - <<_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
21417else
21418 $as_echo "$as_me: failed program was:" >&5
21419sed 's/^/| /' conftest.$ac_ext >&5
21420 rc=1
21421
21422
21423fi
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
21481cat confdefs.h - <<_ACEOF >conftest.c
21482
21483
21484 #include <linux/fs.h>
21485
21486int
21487main (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
21504cat - <<_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
21525else
21526 $as_echo "$as_me: failed program was:" >&5
21527sed 's/^/| /' conftest.$ac_ext >&5
21528 rc=1
21529
21530
21531fi
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
21589cat confdefs.h - <<_ACEOF >conftest.c
21590
21591
21592 #include <linux/fs.h>
21593
21594int
21595main (void)
21596{
21597
21598 insert_inode_locked(NULL);
21599
21600 ;
21601 return 0;
21602}
21603
21604_ACEOF
21605
21606
21607
21608cat - <<_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
21629else
21630 $as_echo "$as_me: failed program was:" >&5
21631sed 's/^/| /' conftest.$ac_ext >&5
21632 rc=1
21633
21634
21635fi
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
21693cat confdefs.h - <<_ACEOF >conftest.c
21694
21695
21696 #include <linux/dcache.h>
21697
21698int
21699main (void)
21700{
21701
21702 d_make_root(NULL);
21703
21704 ;
21705 return 0;
21706}
21707
21708_ACEOF
21709
21710
21711
21712cat - <<_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
21733else
21734 $as_echo "$as_me: failed program was:" >&5
21735sed 's/^/| /' conftest.$ac_ext >&5
21736 rc=1
21737
21738
21739fi
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
21797cat confdefs.h - <<_ACEOF >conftest.c
21798
21799
21800 #include <linux/dcache.h>
21801
21802int
21803main (void)
21804{
21805
21806 d_obtain_alias(NULL);
21807
21808 ;
21809 return 0;
21810}
21811
21812_ACEOF
21813
21814
21815
21816cat - <<_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
21837else
21838 $as_echo "$as_me: failed program was:" >&5
21839sed 's/^/| /' conftest.$ac_ext >&5
21840 rc=1
21841
21842
21843fi
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
21901cat confdefs.h - <<_ACEOF >conftest.c
21902
21903
21904 #include <linux/dcache.h>
21905
21906int
21907main (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
21921cat - <<_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
21942else
21943 $as_echo "$as_me: failed program was:" >&5
21944sed 's/^/| /' conftest.$ac_ext >&5
21945 rc=1
21946
21947
21948fi
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
22006cat confdefs.h - <<_ACEOF >conftest.c
22007
22008
22009 #include <linux/dcache.h>
22010
22011int
22012main (void)
22013{
22014
22015 d_set_d_op(NULL, NULL);
22016
22017 ;
22018 return 0;
22019}
22020
22021_ACEOF
22022
22023
22024
22025cat - <<_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
22046else
22047 $as_echo "$as_me: failed program was:" >&5
22048sed 's/^/| /' conftest.$ac_ext >&5
22049 rc=1
22050
22051
22052fi
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
22110cat 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
22123int
22124main (void)
22125{
22126
22127
22128 ;
22129 return 0;
22130}
22131
22132_ACEOF
22133
22134
22135
22136cat - <<_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
22163else
22164 $as_echo "$as_me: failed program was:" >&5
22165sed '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
22172fi
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
22182cat 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
22191int
22192main (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
22207cat - <<_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
22234else
22235 $as_echo "$as_me: failed program was:" >&5
22236sed '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
22243fi
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
22253cat confdefs.h - <<_ACEOF >conftest.c
22254
22255
22256 #include <linux/fs.h>
22257
22258int
22259main (void)
22260{
22261
22262 check_disk_size_change(NULL, NULL);
22263
22264 ;
22265 return 0;
22266}
22267
22268_ACEOF
22269
22270
22271
22272cat - <<_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
22293else
22294 $as_echo "$as_me: failed program was:" >&5
22295sed 's/^/| /' conftest.$ac_ext >&5
22296 rc=1
22297
22298
22299fi
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
22357cat confdefs.h - <<_ACEOF >conftest.c
22358
22359
22360 #include <linux/mm.h>
22361
22362int
22363main (void)
22364{
22365
22366 truncate_setsize(NULL, 0);
22367
22368 ;
22369 return 0;
22370}
22371
22372_ACEOF
22373
22374
22375
22376cat - <<_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
22397else
22398 $as_echo "$as_me: failed program was:" >&5
22399sed 's/^/| /' conftest.$ac_ext >&5
22400 rc=1
22401
22402
22403fi
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
22461cat confdefs.h - <<_ACEOF >conftest.c
22462
22463
22464 #include <linux/security.h>
22465
22466int
22467main (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
22487cat - <<_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
22514else
22515 $as_echo "$as_me: failed program was:" >&5
22516sed '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
22523fi
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
22533cat confdefs.h - <<_ACEOF >conftest.c
22534
22535
22536 #include <linux/security.h>
22537
22538int
22539main (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
22557cat - <<_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
22584else
22585 $as_echo "$as_me: failed program was:" >&5
22586sed '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
22593fi
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
22603cat confdefs.h - <<_ACEOF >conftest.c
22604
22605
22606 #include <linux/fs.h>
22607
22608int
22609main (void)
22610{
22611
22612 mount_nodev(NULL, 0, NULL, NULL);
22613
22614 ;
22615 return 0;
22616}
22617
22618_ACEOF
22619
22620
22621
22622cat - <<_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
22643else
22644 $as_echo "$as_me: failed program was:" >&5
22645sed 's/^/| /' conftest.$ac_ext >&5
22646 rc=1
22647
22648
22649fi
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
22707cat 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
22722int
22723main (void)
22724{
22725
22726
22727 ;
22728 return 0;
22729}
22730
22731_ACEOF
22732
22733
22734
22735cat - <<_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
22763else
22764 $as_echo "$as_me: failed program was:" >&5
22765sed '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
22772fi
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
22782cat confdefs.h - <<_ACEOF >conftest.c
22783
22784
22785 #include <linux/fs.h>
22786
22787int
22788main (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
22803cat - <<_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
22830else
22831 $as_echo "$as_me: failed program was:" >&5
22832sed '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
22839fi
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
22849cat confdefs.h - <<_ACEOF >conftest.c
22850
22851
22852 #include <linux/fs.h>
22853
22854int
22855main (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
22870cat - <<_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
22897else
22898 $as_echo "$as_me: failed program was:" >&5
22899sed '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
22906fi
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
22915cat confdefs.h - <<_ACEOF >conftest.c
22916
22917
22918 #include <linux/fs.h>
22919
22920int
22921main (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
22935cat - <<_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
22962else
22963 $as_echo "$as_me: failed program was:" >&5
22964sed '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
22971fi
22972 rm -Rf build
22973
22974
22975
22976
df9d7621
CIK
22977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether super_setup_bdi_name() exists" >&5
22978$as_echo_n "checking whether super_setup_bdi_name() exists... " >&6; }
87d546d8
TG
22979
22980
22981
22982cat confdefs.h - <<_ACEOF >conftest.c
22983
22984
df9d7621
CIK
22985 #include <linux/fs.h>
22986 struct super_block sb;
87d546d8
TG
22987
22988int
22989main (void)
22990{
22991
22992 char *name = "bdi";
22993 int error __attribute__((unused)) =
df9d7621 22994 super_setup_bdi_name(&sb, name);
87d546d8
TG
22995
22996 ;
22997 return 0;
22998}
22999
23000_ACEOF
23001
23002
23003
23004cat - <<_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
23025else
23026 $as_echo "$as_me: failed program was:" >&5
23027sed 's/^/| /' conftest.$ac_ext >&5
23028 rc=1
23029
23030
23031fi
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; }
df9d7621
CIK
23039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 2 args" >&5
23040$as_echo_n "checking whether bdi_setup_and_register() wants 2 args... " >&6; }
87d546d8
TG
23041
23042
23043
23044cat confdefs.h - <<_ACEOF >conftest.c
23045
23046
23047 #include <linux/backing-dev.h>
23048 struct backing_dev_info bdi;
23049
23050int
23051main (void)
23052{
23053
23054 char *name = "bdi";
87d546d8 23055 int error __attribute__((unused)) =
df9d7621 23056 bdi_setup_and_register(&bdi, name);
87d546d8
TG
23057
23058 ;
23059 return 0;
23060}
23061
23062_ACEOF
23063
23064
23065
23066cat - <<_ACEOF >conftest.h
23067
23068_ACEOF
23069
23070
23071 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23072 echo "obj-m := conftest.o" >build/Makefile
23073 modpost_flag=''
23074 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23075 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23076 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23077 (eval $ac_try) 2>&5
23078 ac_status=$?
23079 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23080 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23081 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23082 (eval $ac_try) 2>&5
23083 ac_status=$?
23084 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23085 test $ac_status = 0; }; }; then :
23086 rc=0
23087else
23088 $as_echo "$as_me: failed program was:" >&5
23089sed 's/^/| /' conftest.$ac_ext >&5
23090 rc=1
23091
23092
23093fi
23094 rm -Rf build
23095
23096
23097 if test $rc -ne 0; then :
23098
23099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23100$as_echo "no" >&6; }
df9d7621
CIK
23101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 3 args" >&5
23102$as_echo_n "checking whether bdi_setup_and_register() wants 3 args... " >&6; }
23103
23104
23105
23106cat confdefs.h - <<_ACEOF >conftest.c
23107
23108
23109 #include <linux/backing-dev.h>
23110 struct backing_dev_info bdi;
23111
23112int
23113main (void)
23114{
23115
23116 char *name = "bdi";
23117 unsigned int cap = BDI_CAP_MAP_COPY;
23118 int error __attribute__((unused)) =
23119 bdi_setup_and_register(&bdi, name, cap);
23120
23121 ;
23122 return 0;
23123}
23124
23125_ACEOF
23126
23127
23128
23129cat - <<_ACEOF >conftest.h
23130
23131_ACEOF
23132
23133
23134 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23135 echo "obj-m := conftest.o" >build/Makefile
23136 modpost_flag=''
23137 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23138 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23139 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23140 (eval $ac_try) 2>&5
23141 ac_status=$?
23142 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23143 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23144 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23145 (eval $ac_try) 2>&5
23146 ac_status=$?
23147 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23148 test $ac_status = 0; }; }; then :
23149 rc=0
23150else
23151 $as_echo "$as_me: failed program was:" >&5
23152sed 's/^/| /' conftest.$ac_ext >&5
23153 rc=1
23154
23155
23156fi
23157 rm -Rf build
23158
23159
23160 if test $rc -ne 0; then :
23161
23162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23163$as_echo "no" >&6; }
87d546d8
TG
23164
23165 else
23166 if test "x$enable_linux_builtin" != xyes; then
23167
23168 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
23169 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23170 rc=$?
23171 if test $rc -ne 0; then
23172 export=0
23173 for file in mm/backing-dev.c; do
23174 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
23175 "$LINUX/$file" 2>/dev/null
23176 rc=$?
23177 if test $rc -eq 0; then
23178 export=1
23179 break;
23180 fi
23181 done
23182 if test $export -eq 0; then :
23183 rc=1
23184 else :
23185 rc=0
23186 fi
23187 else :
23188 rc=0
23189 fi
23190
23191 fi
23192 if test $rc -ne 0; then :
23193
df9d7621 23194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
87d546d8
TG
23195$as_echo "no" >&6; }
23196
23197 else :
23198
df9d7621 23199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
87d546d8
TG
23200$as_echo "yes" >&6; }
23201
23202$as_echo "#define HAVE_3ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
23203
23204
23205 fi
23206 fi
23207
23208
23209 else
23210 if test "x$enable_linux_builtin" != xyes; then
23211
23212 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
23213 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23214 rc=$?
23215 if test $rc -ne 0; then
23216 export=0
23217 for file in mm/backing-dev.c; do
23218 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
23219 "$LINUX/$file" 2>/dev/null
23220 rc=$?
23221 if test $rc -eq 0; then
23222 export=1
23223 break;
23224 fi
23225 done
23226 if test $export -eq 0; then :
23227 rc=1
23228 else :
23229 rc=0
23230 fi
23231 else :
23232 rc=0
23233 fi
23234
23235 fi
23236 if test $rc -ne 0; then :
23237
df9d7621 23238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
87d546d8 23239$as_echo "no" >&6; }
df9d7621 23240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 3 args" >&5
87d546d8
TG
23241$as_echo_n "checking whether bdi_setup_and_register() wants 3 args... " >&6; }
23242
23243
23244
23245cat confdefs.h - <<_ACEOF >conftest.c
23246
23247
df9d7621
CIK
23248 #include <linux/backing-dev.h>
23249 struct backing_dev_info bdi;
87d546d8
TG
23250
23251int
23252main (void)
23253{
23254
df9d7621
CIK
23255 char *name = "bdi";
23256 unsigned int cap = BDI_CAP_MAP_COPY;
23257 int error __attribute__((unused)) =
23258 bdi_setup_and_register(&bdi, name, cap);
87d546d8
TG
23259
23260 ;
23261 return 0;
23262}
23263
23264_ACEOF
23265
23266
23267
23268cat - <<_ACEOF >conftest.h
23269
23270_ACEOF
23271
23272
23273 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23274 echo "obj-m := conftest.o" >build/Makefile
23275 modpost_flag=''
23276 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23277 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23278 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23279 (eval $ac_try) 2>&5
23280 ac_status=$?
23281 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23282 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23283 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23284 (eval $ac_try) 2>&5
23285 ac_status=$?
23286 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23287 test $ac_status = 0; }; }; then :
23288 rc=0
23289else
23290 $as_echo "$as_me: failed program was:" >&5
23291sed 's/^/| /' conftest.$ac_ext >&5
23292 rc=1
23293
23294
23295fi
23296 rm -Rf build
23297
23298
23299 if test $rc -ne 0; then :
23300
df9d7621 23301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
87d546d8
TG
23302$as_echo "no" >&6; }
23303
23304 else
23305 if test "x$enable_linux_builtin" != xyes; then
23306
23307 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
23308 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23309 rc=$?
23310 if test $rc -ne 0; then
23311 export=0
23312 for file in mm/backing-dev.c; do
23313 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
23314 "$LINUX/$file" 2>/dev/null
23315 rc=$?
23316 if test $rc -eq 0; then
23317 export=1
23318 break;
23319 fi
23320 done
23321 if test $export -eq 0; then :
23322 rc=1
23323 else :
23324 rc=0
23325 fi
23326 else :
23327 rc=0
23328 fi
23329
23330 fi
23331 if test $rc -ne 0; then :
23332
df9d7621 23333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
87d546d8
TG
23334$as_echo "no" >&6; }
23335
23336 else :
23337
df9d7621 23338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
87d546d8
TG
23339$as_echo "yes" >&6; }
23340
23341$as_echo "#define HAVE_3ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
23342
23343
23344 fi
23345 fi
23346
23347
23348 else :
23349
df9d7621 23350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
87d546d8
TG
23351$as_echo "yes" >&6; }
23352
23353$as_echo "#define HAVE_2ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
23354
23355
23356 fi
23357 fi
23358
23359
df9d7621
CIK
23360 else
23361 if test "x$enable_linux_builtin" != xyes; then
23362
23363 grep -q -E '[[:space:]]super_setup_bdi_name[[:space:]]' \
23364 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23365 rc=$?
23366 if test $rc -ne 0; then
23367 export=0
23368 for file in fs/super.c; do
23369 grep -q -E "EXPORT_SYMBOL.*(super_setup_bdi_name)" \
23370 "$LINUX/$file" 2>/dev/null
23371 rc=$?
23372 if test $rc -eq 0; then
23373 export=1
23374 break;
23375 fi
23376 done
23377 if test $export -eq 0; then :
23378 rc=1
23379 else :
23380 rc=0
23381 fi
23382 else :
23383 rc=0
23384 fi
23385
23386 fi
23387 if test $rc -ne 0; then :
23388
23389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23390$as_echo "no" >&6; }
23391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 2 args" >&5
23392$as_echo_n "checking whether bdi_setup_and_register() wants 2 args... " >&6; }
87d546d8 23393
87d546d8
TG
23394
23395
23396cat confdefs.h - <<_ACEOF >conftest.c
23397
23398
df9d7621
CIK
23399 #include <linux/backing-dev.h>
23400 struct backing_dev_info bdi;
87d546d8
TG
23401
23402int
23403main (void)
23404{
23405
df9d7621
CIK
23406 char *name = "bdi";
23407 int error __attribute__((unused)) =
23408 bdi_setup_and_register(&bdi, name);
87d546d8
TG
23409
23410 ;
23411 return 0;
23412}
23413
23414_ACEOF
23415
23416
23417
23418cat - <<_ACEOF >conftest.h
23419
23420_ACEOF
23421
23422
23423 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23424 echo "obj-m := conftest.o" >build/Makefile
23425 modpost_flag=''
23426 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23427 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23428 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23429 (eval $ac_try) 2>&5
23430 ac_status=$?
23431 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23432 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23433 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23434 (eval $ac_try) 2>&5
23435 ac_status=$?
23436 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23437 test $ac_status = 0; }; }; then :
df9d7621 23438 rc=0
87d546d8
TG
23439else
23440 $as_echo "$as_me: failed program was:" >&5
23441sed 's/^/| /' conftest.$ac_ext >&5
df9d7621 23442 rc=1
87d546d8
TG
23443
23444
23445fi
23446 rm -Rf build
23447
23448
df9d7621 23449 if test $rc -ne 0; then :
87d546d8 23450
df9d7621
CIK
23451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23452$as_echo "no" >&6; }
23453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 3 args" >&5
23454$as_echo_n "checking whether bdi_setup_and_register() wants 3 args... " >&6; }
87d546d8 23455
87d546d8
TG
23456
23457
23458cat confdefs.h - <<_ACEOF >conftest.c
23459
23460
df9d7621
CIK
23461 #include <linux/backing-dev.h>
23462 struct backing_dev_info bdi;
87d546d8
TG
23463
23464int
23465main (void)
23466{
23467
df9d7621
CIK
23468 char *name = "bdi";
23469 unsigned int cap = BDI_CAP_MAP_COPY;
23470 int error __attribute__((unused)) =
23471 bdi_setup_and_register(&bdi, name, cap);
87d546d8
TG
23472
23473 ;
23474 return 0;
23475}
23476
23477_ACEOF
23478
23479
23480
23481cat - <<_ACEOF >conftest.h
23482
23483_ACEOF
23484
23485
23486 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23487 echo "obj-m := conftest.o" >build/Makefile
23488 modpost_flag=''
23489 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23490 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23491 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23492 (eval $ac_try) 2>&5
23493 ac_status=$?
23494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23495 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23496 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23497 (eval $ac_try) 2>&5
23498 ac_status=$?
23499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23500 test $ac_status = 0; }; }; then :
df9d7621
CIK
23501 rc=0
23502else
23503 $as_echo "$as_me: failed program was:" >&5
23504sed 's/^/| /' conftest.$ac_ext >&5
23505 rc=1
87d546d8 23506
87d546d8 23507
df9d7621
CIK
23508fi
23509 rm -Rf build
87d546d8
TG
23510
23511
df9d7621 23512 if test $rc -ne 0; then :
87d546d8 23513
df9d7621 23514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
87d546d8
TG
23515$as_echo "no" >&6; }
23516
df9d7621
CIK
23517 else
23518 if test "x$enable_linux_builtin" != xyes; then
87d546d8 23519
df9d7621
CIK
23520 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
23521 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23522 rc=$?
23523 if test $rc -ne 0; then
23524 export=0
23525 for file in mm/backing-dev.c; do
23526 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
23527 "$LINUX/$file" 2>/dev/null
23528 rc=$?
23529 if test $rc -eq 0; then
23530 export=1
23531 break;
23532 fi
23533 done
23534 if test $export -eq 0; then :
23535 rc=1
23536 else :
23537 rc=0
23538 fi
23539 else :
23540 rc=0
23541 fi
87d546d8 23542
df9d7621
CIK
23543 fi
23544 if test $rc -ne 0; then :
87d546d8 23545
df9d7621
CIK
23546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23547$as_echo "no" >&6; }
87d546d8 23548
df9d7621
CIK
23549 else :
23550
23551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23552$as_echo "yes" >&6; }
23553
23554$as_echo "#define HAVE_3ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
23555
23556
23557 fi
23558 fi
23559
23560
23561 else
23562 if test "x$enable_linux_builtin" != xyes; then
23563
23564 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
23565 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23566 rc=$?
23567 if test $rc -ne 0; then
23568 export=0
23569 for file in mm/backing-dev.c; do
23570 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
23571 "$LINUX/$file" 2>/dev/null
23572 rc=$?
23573 if test $rc -eq 0; then
23574 export=1
23575 break;
23576 fi
23577 done
23578 if test $export -eq 0; then :
23579 rc=1
23580 else :
23581 rc=0
23582 fi
23583 else :
23584 rc=0
23585 fi
23586
23587 fi
23588 if test $rc -ne 0; then :
23589
23590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23591$as_echo "no" >&6; }
23592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 3 args" >&5
23593$as_echo_n "checking whether bdi_setup_and_register() wants 3 args... " >&6; }
87d546d8 23594
87d546d8
TG
23595
23596
23597cat confdefs.h - <<_ACEOF >conftest.c
23598
23599
df9d7621
CIK
23600 #include <linux/backing-dev.h>
23601 struct backing_dev_info bdi;
87d546d8
TG
23602
23603int
23604main (void)
23605{
23606
df9d7621
CIK
23607 char *name = "bdi";
23608 unsigned int cap = BDI_CAP_MAP_COPY;
23609 int error __attribute__((unused)) =
23610 bdi_setup_and_register(&bdi, name, cap);
87d546d8
TG
23611
23612 ;
23613 return 0;
23614}
23615
23616_ACEOF
23617
23618
23619
23620cat - <<_ACEOF >conftest.h
23621
23622_ACEOF
23623
23624
23625 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23626 echo "obj-m := conftest.o" >build/Makefile
23627 modpost_flag=''
23628 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23629 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23630 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23631 (eval $ac_try) 2>&5
23632 ac_status=$?
23633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23634 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23635 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23636 (eval $ac_try) 2>&5
23637 ac_status=$?
23638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23639 test $ac_status = 0; }; }; then :
df9d7621 23640 rc=0
87d546d8
TG
23641else
23642 $as_echo "$as_me: failed program was:" >&5
23643sed 's/^/| /' conftest.$ac_ext >&5
df9d7621 23644 rc=1
87d546d8 23645
df9d7621
CIK
23646
23647fi
23648 rm -Rf build
23649
23650
23651 if test $rc -ne 0; then :
23652
23653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23654$as_echo "no" >&6; }
23655
23656 else
23657 if test "x$enable_linux_builtin" != xyes; then
23658
23659 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
23660 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
23661 rc=$?
23662 if test $rc -ne 0; then
23663 export=0
23664 for file in mm/backing-dev.c; do
23665 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
23666 "$LINUX/$file" 2>/dev/null
23667 rc=$?
23668 if test $rc -eq 0; then
23669 export=1
23670 break;
23671 fi
23672 done
23673 if test $export -eq 0; then :
23674 rc=1
23675 else :
23676 rc=0
23677 fi
23678 else :
23679 rc=0
23680 fi
23681
23682 fi
23683 if test $rc -ne 0; then :
23684
23685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23686$as_echo "no" >&6; }
23687
23688 else :
23689
23690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23691$as_echo "yes" >&6; }
23692
23693$as_echo "#define HAVE_3ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
23694
23695
23696 fi
23697 fi
23698
23699
23700 else :
23701
23702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23703$as_echo "yes" >&6; }
23704
23705$as_echo "#define HAVE_2ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
23706
23707
23708 fi
23709 fi
23710
23711
23712 else :
23713
23714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23715$as_echo "yes" >&6; }
23716
23717$as_echo "#define HAVE_SUPER_SETUP_BDI_NAME 1" >>confdefs.h
23718
23719
23720 fi
23721 fi
23722
23723
23724
23725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether set_nlink() is available" >&5
23726$as_echo_n "checking whether set_nlink() is available... " >&6; }
23727
23728
23729cat confdefs.h - <<_ACEOF >conftest.c
23730
23731
23732 #include <linux/fs.h>
23733
23734int
23735main (void)
23736{
23737
23738 struct inode node;
23739 unsigned int link = 0;
23740 (void) set_nlink(&node, link);
23741
23742 ;
23743 return 0;
23744}
23745
23746_ACEOF
23747
23748
23749
23750cat - <<_ACEOF >conftest.h
23751
23752_ACEOF
23753
23754
23755 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23756 echo "obj-m := conftest.o" >build/Makefile
23757 modpost_flag=''
23758 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23759 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23760 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23761 (eval $ac_try) 2>&5
23762 ac_status=$?
23763 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23764 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23765 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23766 (eval $ac_try) 2>&5
23767 ac_status=$?
23768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23769 test $ac_status = 0; }; }; then :
23770
23771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23772$as_echo "yes" >&6; }
23773
23774$as_echo "#define HAVE_SET_NLINK 1" >>confdefs.h
23775
23776
23777else
23778 $as_echo "$as_me: failed program was:" >&5
23779sed 's/^/| /' conftest.$ac_ext >&5
23780
23781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23782$as_echo "no" >&6; }
23783
23784
23785
23786fi
23787 rm -Rf build
23788
23789
23790
23791
23792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether elevator_change() is available" >&5
23793$as_echo_n "checking whether elevator_change() is available... " >&6; }
23794 tmp_flags="$EXTRA_KCFLAGS"
23795 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
23796
23797
23798cat confdefs.h - <<_ACEOF >conftest.c
23799
23800
23801 #include <linux/blkdev.h>
23802 #include <linux/elevator.h>
23803
23804int
23805main (void)
23806{
23807
23808 int ret;
23809 struct request_queue *q = NULL;
23810 char *elevator = NULL;
23811 ret = elevator_change(q, elevator);
23812
23813 ;
23814 return 0;
23815}
23816
23817_ACEOF
23818
23819
23820
23821cat - <<_ACEOF >conftest.h
23822
23823_ACEOF
23824
23825
23826 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23827 echo "obj-m := conftest.o" >build/Makefile
23828 modpost_flag=''
23829 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23830 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23831 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23832 (eval $ac_try) 2>&5
23833 ac_status=$?
23834 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23835 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23836 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23837 (eval $ac_try) 2>&5
23838 ac_status=$?
23839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23840 test $ac_status = 0; }; }; then :
23841
23842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23843$as_echo "yes" >&6; }
23844
23845$as_echo "#define HAVE_ELEVATOR_CHANGE 1" >>confdefs.h
23846
23847
23848else
23849 $as_echo "$as_me: failed program was:" >&5
23850sed 's/^/| /' conftest.$ac_ext >&5
23851
23852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23853$as_echo "no" >&6; }
23854
23855
23856
23857fi
23858 rm -Rf build
23859
23860
23861 EXTRA_KCFLAGS="$tmp_flags"
23862
23863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sget() wants 5 args" >&5
23864$as_echo_n "checking whether sget() wants 5 args... " >&6; }
23865
23866
23867cat confdefs.h - <<_ACEOF >conftest.c
23868
23869
23870 #include <linux/fs.h>
23871
23872int
23873main (void)
23874{
23875
23876 struct file_system_type *type = NULL;
23877 int (*test)(struct super_block *,void *) = NULL;
23878 int (*set)(struct super_block *,void *) = NULL;
23879 int flags = 0;
23880 void *data = NULL;
23881 (void) sget(type, test, set, flags, data);
23882
23883 ;
23884 return 0;
23885}
23886
23887_ACEOF
23888
23889
23890
23891cat - <<_ACEOF >conftest.h
23892
23893_ACEOF
23894
23895
23896 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23897 echo "obj-m := conftest.o" >build/Makefile
23898 modpost_flag=''
23899 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23900 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23901 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23902 (eval $ac_try) 2>&5
23903 ac_status=$?
23904 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23905 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23906 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23907 (eval $ac_try) 2>&5
23908 ac_status=$?
23909 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23910 test $ac_status = 0; }; }; then :
23911
23912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23913$as_echo "yes" >&6; }
23914
23915$as_echo "#define HAVE_5ARG_SGET 1" >>confdefs.h
23916
23917
23918else
23919 $as_echo "$as_me: failed program was:" >&5
23920sed 's/^/| /' conftest.$ac_ext >&5
23921
23922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23923$as_echo "no" >&6; }
87d546d8
TG
23924
23925
23926
23927fi
23928 rm -Rf build
23929
23930
23931
23932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lseek_execute() is available" >&5
23933$as_echo_n "checking whether lseek_execute() is available... " >&6; }
23934
23935
23936
23937cat confdefs.h - <<_ACEOF >conftest.c
23938
23939
23940 #include <linux/fs.h>
23941
23942int
23943main (void)
23944{
23945
23946 struct file *fp __attribute__ ((unused)) = NULL;
23947 struct inode *ip __attribute__ ((unused)) = NULL;
23948 loff_t offset __attribute__ ((unused)) = 0;
23949 loff_t maxsize __attribute__ ((unused)) = 0;
23950
23951 lseek_execute(fp, ip, offset, maxsize);
23952
23953 ;
23954 return 0;
23955}
23956
23957_ACEOF
23958
23959
23960
23961cat - <<_ACEOF >conftest.h
23962
23963_ACEOF
23964
23965
23966 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
23967 echo "obj-m := conftest.o" >build/Makefile
23968 modpost_flag=''
23969 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
23970 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
23971 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23972 (eval $ac_try) 2>&5
23973 ac_status=$?
23974 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23975 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
23976 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23977 (eval $ac_try) 2>&5
23978 ac_status=$?
23979 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23980 test $ac_status = 0; }; }; then :
23981 rc=0
23982else
23983 $as_echo "$as_me: failed program was:" >&5
23984sed 's/^/| /' conftest.$ac_ext >&5
23985 rc=1
23986
23987
23988fi
23989 rm -Rf build
23990
23991
23992 if test $rc -ne 0; then :
23993
23994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23995$as_echo "no" >&6; }
23996
23997 else
23998 if test "x$enable_linux_builtin" != xyes; then
23999
24000 grep -q -E '[[:space:]]lseek_exclusive[[:space:]]' \
24001 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
24002 rc=$?
24003 if test $rc -ne 0; then
24004 export=0
24005 for file in fs/read_write.c; do
24006 grep -q -E "EXPORT_SYMBOL.*(lseek_exclusive)" \
24007 "$LINUX/$file" 2>/dev/null
24008 rc=$?
24009 if test $rc -eq 0; then
24010 export=1
24011 break;
24012 fi
24013 done
24014 if test $export -eq 0; then :
24015 rc=1
24016 else :
24017 rc=0
24018 fi
24019 else :
24020 rc=0
24021 fi
24022
24023 fi
24024 if test $rc -ne 0; then :
24025
24026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24027$as_echo "no" >&6; }
24028
24029 else :
24030
24031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24032$as_echo "yes" >&6; }
24033
24034$as_echo "#define HAVE_LSEEK_EXECUTE 1" >>confdefs.h
24035
24036
24037 fi
24038 fi
24039
24040
24041
24042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->iterate_shared() is available" >&5
24043$as_echo_n "checking whether fops->iterate_shared() is available... " >&6; }
24044
24045
24046cat confdefs.h - <<_ACEOF >conftest.c
24047
24048
24049 #include <linux/fs.h>
24050 int iterate(struct file *filp, struct dir_context * context)
24051 { return 0; }
24052
24053 static const struct file_operations fops
24054 __attribute__ ((unused)) = {
24055 .iterate_shared = iterate,
24056 };
24057
24058int
24059main (void)
24060{
24061
24062
24063 ;
24064 return 0;
24065}
24066
24067_ACEOF
24068
24069
24070
24071cat - <<_ACEOF >conftest.h
24072
24073_ACEOF
24074
24075
24076 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24077 echo "obj-m := conftest.o" >build/Makefile
24078 modpost_flag=''
24079 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24080 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24081 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24082 (eval $ac_try) 2>&5
24083 ac_status=$?
24084 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24085 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24086 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24087 (eval $ac_try) 2>&5
24088 ac_status=$?
24089 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24090 test $ac_status = 0; }; }; then :
24091
24092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24093$as_echo "yes" >&6; }
24094
24095$as_echo "#define HAVE_VFS_ITERATE_SHARED 1" >>confdefs.h
24096
24097
24098else
24099 $as_echo "$as_me: failed program was:" >&5
24100sed 's/^/| /' conftest.$ac_ext >&5
24101
24102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24103$as_echo "no" >&6; }
24104
24105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->iterate() is available" >&5
24106$as_echo_n "checking whether fops->iterate() is available... " >&6; }
24107
24108
24109cat confdefs.h - <<_ACEOF >conftest.c
24110
24111
24112 #include <linux/fs.h>
24113 int iterate(struct file *filp, struct dir_context * context)
24114 { return 0; }
24115
24116 static const struct file_operations fops
24117 __attribute__ ((unused)) = {
24118 .iterate = iterate,
24119 };
24120
24121int
24122main (void)
24123{
24124
24125
24126 ;
24127 return 0;
24128}
24129
24130_ACEOF
24131
24132
24133
24134cat - <<_ACEOF >conftest.h
24135
24136_ACEOF
24137
24138
24139 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24140 echo "obj-m := conftest.o" >build/Makefile
24141 modpost_flag=''
24142 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24143 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24144 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24145 (eval $ac_try) 2>&5
24146 ac_status=$?
24147 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24148 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24149 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24150 (eval $ac_try) 2>&5
24151 ac_status=$?
24152 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24153 test $ac_status = 0; }; }; then :
24154
24155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24156$as_echo "yes" >&6; }
24157
24158$as_echo "#define HAVE_VFS_ITERATE 1" >>confdefs.h
24159
24160
24161else
24162 $as_echo "$as_me: failed program was:" >&5
24163sed 's/^/| /' conftest.$ac_ext >&5
24164
24165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24166$as_echo "no" >&6; }
24167
24168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->readdir() is available" >&5
24169$as_echo_n "checking whether fops->readdir() is available... " >&6; }
24170
24171
24172cat confdefs.h - <<_ACEOF >conftest.c
24173
24174
24175 #include <linux/fs.h>
24176 int readdir(struct file *filp, void *entry, filldir_t func)
24177 { return 0; }
24178
24179 static const struct file_operations fops
24180 __attribute__ ((unused)) = {
24181 .readdir = readdir,
24182 };
24183
24184int
24185main (void)
24186{
24187
24188
24189 ;
24190 return 0;
24191}
24192
24193_ACEOF
24194
24195
24196
24197cat - <<_ACEOF >conftest.h
24198
24199_ACEOF
24200
24201
24202 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24203 echo "obj-m := conftest.o" >build/Makefile
24204 modpost_flag=''
24205 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24206 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24207 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24208 (eval $ac_try) 2>&5
24209 ac_status=$?
24210 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24211 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24212 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24213 (eval $ac_try) 2>&5
24214 ac_status=$?
24215 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24216 test $ac_status = 0; }; }; then :
24217
24218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24219$as_echo "yes" >&6; }
24220
24221$as_echo "#define HAVE_VFS_READDIR 1" >>confdefs.h
24222
24223
24224else
24225 $as_echo "$as_me: failed program was:" >&5
24226sed 's/^/| /' conftest.$ac_ext >&5
24227
24228 as_fn_error $? "no; file a bug report with ZFSOnLinux" "$LINENO" 5
24229
24230
24231
24232fi
24233 rm -Rf build
24234
24235
24236
24237
24238
24239fi
24240 rm -Rf build
24241
24242
24243
24244
24245
24246fi
24247 rm -Rf build
24248
24249
24250
24251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->read/write_iter() are available" >&5
24252$as_echo_n "checking whether fops->read/write_iter() are available... " >&6; }
24253
24254
24255cat confdefs.h - <<_ACEOF >conftest.c
24256
24257
24258 #include <linux/fs.h>
24259
24260 ssize_t test_read(struct kiocb *kiocb, struct iov_iter *to)
24261 { return 0; }
24262 ssize_t test_write(struct kiocb *kiocb, struct iov_iter *from)
24263 { return 0; }
24264
24265 static const struct file_operations
24266 fops __attribute__ ((unused)) = {
24267 .read_iter = test_read,
24268 .write_iter = test_write,
24269 };
24270
24271int
24272main (void)
24273{
24274
24275
24276 ;
24277 return 0;
24278}
24279
24280_ACEOF
24281
24282
24283
24284cat - <<_ACEOF >conftest.h
24285
24286_ACEOF
24287
24288
24289 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24290 echo "obj-m := conftest.o" >build/Makefile
24291 modpost_flag=''
24292 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24293 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24294 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24295 (eval $ac_try) 2>&5
24296 ac_status=$?
24297 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24298 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24299 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24300 (eval $ac_try) 2>&5
24301 ac_status=$?
24302 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24303 test $ac_status = 0; }; }; then :
24304
24305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24306$as_echo "yes" >&6; }
24307
24308$as_echo "#define HAVE_VFS_RW_ITERATE 1" >>confdefs.h
24309
24310
24311else
24312 $as_echo "$as_me: failed program was:" >&5
24313sed 's/^/| /' conftest.$ac_ext >&5
24314
24315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24316$as_echo "no" >&6; }
24317
24318
24319
24320fi
24321 rm -Rf build
24322
24323
24324
24325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic_write_checks() takes kiocb" >&5
24326$as_echo_n "checking whether generic_write_checks() takes kiocb... " >&6; }
24327
24328
24329cat confdefs.h - <<_ACEOF >conftest.c
24330
24331
24332 #include <linux/fs.h>
24333
24334
24335int
24336main (void)
24337{
24338
24339 struct kiocb *iocb = NULL;
24340 struct iov_iter *iov = NULL;
24341 generic_write_checks(iocb, iov);
24342
24343 ;
24344 return 0;
24345}
24346
24347_ACEOF
24348
24349
24350
24351cat - <<_ACEOF >conftest.h
24352
24353_ACEOF
24354
24355
24356 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24357 echo "obj-m := conftest.o" >build/Makefile
24358 modpost_flag=''
24359 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24360 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24361 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24362 (eval $ac_try) 2>&5
24363 ac_status=$?
24364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24365 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24366 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24367 (eval $ac_try) 2>&5
24368 ac_status=$?
24369 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24370 test $ac_status = 0; }; }; then :
24371
24372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24373$as_echo "yes" >&6; }
24374
24375$as_echo "#define HAVE_GENERIC_WRITE_CHECKS_KIOCB 1" >>confdefs.h
24376
24377
24378else
24379 $as_echo "$as_me: failed program was:" >&5
24380sed 's/^/| /' conftest.$ac_ext >&5
24381
24382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24383$as_echo "no" >&6; }
24384
24385
24386
24387fi
24388 rm -Rf build
24389
24390
24391
24392
24393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kmap_atomic wants 1 args" >&5
24394$as_echo_n "checking whether kmap_atomic wants 1 args... " >&6; }
24395
24396
24397cat confdefs.h - <<_ACEOF >conftest.c
24398
24399
24400 #include <linux/pagemap.h>
24401
24402int
24403main (void)
24404{
24405
24406 struct page page;
24407 kmap_atomic(&page);
24408
24409 ;
24410 return 0;
24411}
24412
24413_ACEOF
24414
24415
24416
24417cat - <<_ACEOF >conftest.h
24418
24419_ACEOF
24420
24421
24422 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24423 echo "obj-m := conftest.o" >build/Makefile
24424 modpost_flag=''
24425 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24426 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24427 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24428 (eval $ac_try) 2>&5
24429 ac_status=$?
24430 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24431 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24432 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24433 (eval $ac_try) 2>&5
24434 ac_status=$?
24435 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24436 test $ac_status = 0; }; }; then :
24437
24438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24439$as_echo "yes" >&6; }
24440
24441$as_echo "#define HAVE_1ARG_KMAP_ATOMIC 1" >>confdefs.h
24442
24443
24444else
24445 $as_echo "$as_me: failed program was:" >&5
24446sed 's/^/| /' conftest.$ac_ext >&5
24447
24448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24449$as_echo "no" >&6; }
24450
24451
24452
24453fi
24454 rm -Rf build
24455
24456
24457
24458
24459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether follow_down_one() is available" >&5
24460$as_echo_n "checking whether follow_down_one() is available... " >&6; }
24461
24462
24463cat confdefs.h - <<_ACEOF >conftest.c
24464
24465
24466 #include <linux/namei.h>
24467
24468int
24469main (void)
24470{
24471
24472 struct path *p = NULL;
24473 follow_down_one(p);
24474
24475 ;
24476 return 0;
24477}
24478
24479_ACEOF
24480
24481
24482
24483cat - <<_ACEOF >conftest.h
24484
24485_ACEOF
24486
24487
24488 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24489 echo "obj-m := conftest.o" >build/Makefile
24490 modpost_flag=''
24491 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24492 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24493 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24494 (eval $ac_try) 2>&5
24495 ac_status=$?
24496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24497 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24498 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24499 (eval $ac_try) 2>&5
24500 ac_status=$?
24501 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24502 test $ac_status = 0; }; }; then :
24503
24504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24505$as_echo "yes" >&6; }
24506
24507$as_echo "#define HAVE_FOLLOW_DOWN_ONE 1" >>confdefs.h
24508
24509
24510else
24511 $as_echo "$as_me: failed program was:" >&5
24512sed 's/^/| /' conftest.$ac_ext >&5
24513
24514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24515$as_echo "no" >&6; }
24516
24517
24518
24519fi
24520 rm -Rf build
24521
24522
24523
24524
24525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether make_request_fn() returns int" >&5
24526$as_echo_n "checking whether make_request_fn() returns int... " >&6; }
24527
24528
24529cat confdefs.h - <<_ACEOF >conftest.c
24530
24531
24532 #include <linux/blkdev.h>
24533
24534 int make_request(struct request_queue *q, struct bio *bio)
24535 {
24536 return (0);
24537 }
24538
24539int
24540main (void)
24541{
24542
24543 blk_queue_make_request(NULL, &make_request);
24544
24545 ;
24546 return 0;
24547}
24548
24549_ACEOF
24550
24551
24552
24553cat - <<_ACEOF >conftest.h
24554
24555_ACEOF
24556
24557
24558 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24559 echo "obj-m := conftest.o" >build/Makefile
24560 modpost_flag=''
24561 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24562 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24563 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24564 (eval $ac_try) 2>&5
24565 ac_status=$?
24566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24567 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24568 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24569 (eval $ac_try) 2>&5
24570 ac_status=$?
24571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24572 test $ac_status = 0; }; }; then :
24573
24574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24575$as_echo "yes" >&6; }
24576
24577$as_echo "#define MAKE_REQUEST_FN_RET int" >>confdefs.h
24578
24579
24580$as_echo "#define HAVE_MAKE_REQUEST_FN_RET_INT 1" >>confdefs.h
24581
24582
24583else
24584 $as_echo "$as_me: failed program was:" >&5
24585sed 's/^/| /' conftest.$ac_ext >&5
24586
24587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24588$as_echo "no" >&6; }
24589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether make_request_fn() returns void" >&5
24590$as_echo_n "checking whether make_request_fn() returns void... " >&6; }
24591
24592
24593cat confdefs.h - <<_ACEOF >conftest.c
24594
24595
24596 #include <linux/blkdev.h>
24597
24598 void make_request(struct request_queue *q, struct bio *bio)
24599 {
24600 return;
24601 }
24602
24603int
24604main (void)
24605{
24606
24607 blk_queue_make_request(NULL, &make_request);
24608
24609 ;
24610 return 0;
24611}
24612
24613_ACEOF
24614
24615
24616
24617cat - <<_ACEOF >conftest.h
24618
24619_ACEOF
24620
24621
24622 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24623 echo "obj-m := conftest.o" >build/Makefile
24624 modpost_flag=''
24625 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24626 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24627 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24628 (eval $ac_try) 2>&5
24629 ac_status=$?
24630 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24631 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24632 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24633 (eval $ac_try) 2>&5
24634 ac_status=$?
24635 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24636 test $ac_status = 0; }; }; then :
24637
24638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24639$as_echo "yes" >&6; }
24640
24641$as_echo "#define MAKE_REQUEST_FN_RET void" >>confdefs.h
24642
24643
24644else
24645 $as_echo "$as_me: failed program was:" >&5
24646sed 's/^/| /' conftest.$ac_ext >&5
24647
24648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24649$as_echo "no" >&6; }
24650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether make_request_fn() returns blk_qc_t" >&5
24651$as_echo_n "checking whether make_request_fn() returns blk_qc_t... " >&6; }
24652
24653
24654cat confdefs.h - <<_ACEOF >conftest.c
24655
24656
24657 #include <linux/blkdev.h>
24658
24659 blk_qc_t make_request(struct request_queue *q, struct bio *bio)
24660 {
24661 return (BLK_QC_T_NONE);
24662 }
24663
24664int
24665main (void)
24666{
24667
24668 blk_queue_make_request(NULL, &make_request);
24669
24670 ;
24671 return 0;
24672}
24673
24674_ACEOF
24675
24676
24677
24678cat - <<_ACEOF >conftest.h
24679
24680_ACEOF
24681
24682
24683 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24684 echo "obj-m := conftest.o" >build/Makefile
24685 modpost_flag=''
24686 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24687 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24688 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24689 (eval $ac_try) 2>&5
24690 ac_status=$?
24691 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24692 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24693 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24694 (eval $ac_try) 2>&5
24695 ac_status=$?
24696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24697 test $ac_status = 0; }; }; then :
24698
24699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24700$as_echo "yes" >&6; }
24701
24702$as_echo "#define MAKE_REQUEST_FN_RET blk_qc_t" >>confdefs.h
24703
24704
24705$as_echo "#define HAVE_MAKE_REQUEST_FN_RET_QC 1" >>confdefs.h
24706
24707
24708else
24709 $as_echo "$as_me: failed program was:" >&5
24710sed 's/^/| /' conftest.$ac_ext >&5
24711
24712 as_fn_error $? "no - Please file a bug report at
24713 https://github.com/zfsonlinux/zfs/issues/new" "$LINENO" 5
24714
24715
24716
24717fi
24718 rm -Rf build
24719
24720
24721
24722
24723
24724fi
24725 rm -Rf build
24726
24727
24728
24729
24730
24731fi
24732 rm -Rf build
24733
24734
24735
24736
24737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic IO accounting symbols are avaliable" >&5
24738$as_echo_n "checking whether generic IO accounting symbols are avaliable... " >&6; }
24739
24740
24741
24742cat confdefs.h - <<_ACEOF >conftest.c
24743
24744
24745 #include <linux/bio.h>
24746
24747 void (*generic_start_io_acct_f)(int, unsigned long,
24748 struct hd_struct *) = &generic_start_io_acct;
24749 void (*generic_end_io_acct_f)(int, struct hd_struct *,
24750 unsigned long) = &generic_end_io_acct;
24751
24752int
24753main (void)
24754{
24755
24756 generic_start_io_acct(0, 0, NULL);
24757 generic_end_io_acct(0, NULL, 0);
24758
24759 ;
24760 return 0;
24761}
24762
24763_ACEOF
24764
24765
24766
24767cat - <<_ACEOF >conftest.h
24768
24769_ACEOF
24770
24771
24772 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24773 echo "obj-m := conftest.o" >build/Makefile
24774 modpost_flag=''
24775 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24776 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24777 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24778 (eval $ac_try) 2>&5
24779 ac_status=$?
24780 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24781 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24782 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24783 (eval $ac_try) 2>&5
24784 ac_status=$?
24785 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24786 test $ac_status = 0; }; }; then :
24787 rc=0
24788else
24789 $as_echo "$as_me: failed program was:" >&5
24790sed 's/^/| /' conftest.$ac_ext >&5
24791 rc=1
24792
24793
24794fi
24795 rm -Rf build
24796
24797
24798 if test $rc -ne 0; then :
24799
24800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24801$as_echo "no" >&6; }
24802
24803 else
24804 if test "x$enable_linux_builtin" != xyes; then
24805
24806 grep -q -E '[[:space:]]generic_start_io_acct[[:space:]]' \
24807 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
24808 rc=$?
24809 if test $rc -ne 0; then
24810 export=0
24811 for file in block/bio.c; do
24812 grep -q -E "EXPORT_SYMBOL.*(generic_start_io_acct)" \
24813 "$LINUX/$file" 2>/dev/null
24814 rc=$?
24815 if test $rc -eq 0; then
24816 export=1
24817 break;
24818 fi
24819 done
24820 if test $export -eq 0; then :
24821 rc=1
24822 else :
24823 rc=0
24824 fi
24825 else :
24826 rc=0
24827 fi
24828
24829 fi
24830 if test $rc -ne 0; then :
24831
24832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24833$as_echo "no" >&6; }
24834
24835 else :
24836
24837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24838$as_echo "yes" >&6; }
24839
24840$as_echo "#define HAVE_GENERIC_IO_ACCT 1" >>confdefs.h
24841
24842
24843 fi
24844 fi
24845
24846
24847
24848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->rename() wants flags" >&5
24849$as_echo_n "checking whether iops->rename() wants flags... " >&6; }
24850
24851
24852cat confdefs.h - <<_ACEOF >conftest.c
24853
24854
24855 #include <linux/fs.h>
24856 int rename_fn(struct inode *sip, struct dentry *sdp,
24857 struct inode *tip, struct dentry *tdp,
24858 unsigned int flags) { return 0; }
24859
24860 static const struct inode_operations
24861 iops __attribute__ ((unused)) = {
24862 .rename = rename_fn,
24863 };
24864
24865int
24866main (void)
24867{
24868
24869
24870 ;
24871 return 0;
24872}
24873
24874_ACEOF
24875
24876
24877
24878cat - <<_ACEOF >conftest.h
24879
24880_ACEOF
24881
24882
24883 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24884 echo "obj-m := conftest.o" >build/Makefile
24885 modpost_flag=''
24886 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24887 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24888 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24889 (eval $ac_try) 2>&5
24890 ac_status=$?
24891 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24892 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24893 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24894 (eval $ac_try) 2>&5
24895 ac_status=$?
24896 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24897 test $ac_status = 0; }; }; then :
24898
24899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24900$as_echo "yes" >&6; }
24901
df9d7621
CIK
24902$as_echo "#define HAVE_RENAME_WANTS_FLAGS 1" >>confdefs.h
24903
24904
24905else
24906 $as_echo "$as_me: failed program was:" >&5
24907sed 's/^/| /' conftest.$ac_ext >&5
24908
24909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24910$as_echo "no" >&6; }
24911
24912
24913
24914fi
24915 rm -Rf build
24916
24917
24918
24919
24920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic_setxattr() exists" >&5
24921$as_echo_n "checking whether generic_setxattr() exists... " >&6; }
24922
24923
24924cat confdefs.h - <<_ACEOF >conftest.c
24925
24926
24927 #include <linux/fs.h>
24928 #include <linux/xattr.h>
24929
24930 static const struct inode_operations
24931 iops __attribute__ ((unused)) = {
24932 .setxattr = generic_setxattr
24933 };
24934
24935int
24936main (void)
24937{
24938
24939
24940 ;
24941 return 0;
24942}
24943
24944_ACEOF
24945
24946
24947
24948cat - <<_ACEOF >conftest.h
24949
24950_ACEOF
24951
24952
24953 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
24954 echo "obj-m := conftest.o" >build/Makefile
24955 modpost_flag=''
24956 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
24957 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
24958 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24959 (eval $ac_try) 2>&5
24960 ac_status=$?
24961 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24962 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
24963 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24964 (eval $ac_try) 2>&5
24965 ac_status=$?
24966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24967 test $ac_status = 0; }; }; then :
24968
24969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24970$as_echo "yes" >&6; }
24971
24972$as_echo "#define HAVE_GENERIC_SETXATTR 1" >>confdefs.h
87d546d8
TG
24973
24974
24975else
24976 $as_echo "$as_me: failed program was:" >&5
24977sed 's/^/| /' conftest.$ac_ext >&5
24978
24979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24980$as_echo "no" >&6; }
24981
24982
24983
24984fi
24985 rm -Rf build
24986
24987
24988
df9d7621
CIK
24989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether current_time() exists" >&5
24990$as_echo_n "checking whether current_time() exists... " >&6; }
87d546d8 24991
87d546d8
TG
24992
24993
24994cat confdefs.h - <<_ACEOF >conftest.c
24995
24996
24997 #include <linux/fs.h>
87d546d8
TG
24998
24999int
25000main (void)
25001{
25002
df9d7621
CIK
25003 struct inode ip;
25004 struct timespec now __attribute__ ((unused));
25005
25006 now = current_time(&ip);
87d546d8
TG
25007
25008 ;
25009 return 0;
25010}
25011
25012_ACEOF
25013
25014
25015
25016cat - <<_ACEOF >conftest.h
25017
25018_ACEOF
25019
25020
25021 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25022 echo "obj-m := conftest.o" >build/Makefile
25023 modpost_flag=''
25024 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25025 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25026 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25027 (eval $ac_try) 2>&5
25028 ac_status=$?
25029 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25030 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25031 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25032 (eval $ac_try) 2>&5
25033 ac_status=$?
25034 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25035 test $ac_status = 0; }; }; then :
df9d7621
CIK
25036 rc=0
25037else
25038 $as_echo "$as_me: failed program was:" >&5
25039sed 's/^/| /' conftest.$ac_ext >&5
25040 rc=1
87d546d8 25041
87d546d8 25042
df9d7621
CIK
25043fi
25044 rm -Rf build
87d546d8
TG
25045
25046
df9d7621
CIK
25047 if test $rc -ne 0; then :
25048
25049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25050$as_echo "no" >&6; }
25051
25052 else
25053 if test "x$enable_linux_builtin" != xyes; then
25054
25055 grep -q -E '[[:space:]]current_time[[:space:]]' \
25056 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
25057 rc=$?
25058 if test $rc -ne 0; then
25059 export=0
25060 for file in fs/inode.c; do
25061 grep -q -E "EXPORT_SYMBOL.*(current_time)" \
25062 "$LINUX/$file" 2>/dev/null
25063 rc=$?
25064 if test $rc -eq 0; then
25065 export=1
25066 break;
25067 fi
25068 done
25069 if test $export -eq 0; then :
25070 rc=1
25071 else :
25072 rc=0
25073 fi
25074 else :
25075 rc=0
25076 fi
25077
25078 fi
25079 if test $rc -ne 0; then :
87d546d8
TG
25080
25081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25082$as_echo "no" >&6; }
25083
df9d7621 25084 else :
87d546d8 25085
df9d7621
CIK
25086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25087$as_echo "yes" >&6; }
25088
25089$as_echo "#define HAVE_CURRENT_TIME 1" >>confdefs.h
87d546d8 25090
87d546d8 25091
df9d7621
CIK
25092 fi
25093 fi
87d546d8
TG
25094
25095
25096
25097 if test "$LINUX_OBJ" != "$LINUX"; then :
25098
25099 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
25100
25101fi
25102
25103
25104
25105 KERNELCPPFLAGS="$KERNELCPPFLAGS $NO_UNUSED_BUT_SET_VARIABLE"
25106 KERNELCPPFLAGS="$KERNELCPPFLAGS $NO_BOOL_COMPARE"
25107 KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL"
25108 KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\""
25109
25110
25111 ;;
25112 all)
25113
25114
25115# Check whether --with-linux was given.
25116if test "${with_linux+set}" = set; then :
25117 withval=$with_linux; kernelsrc="$withval"
25118fi
25119
25120
25121
25122# Check whether --with-linux-obj was given.
25123if test "${with_linux_obj+set}" = set; then :
25124 withval=$with_linux_obj; kernelbuild="$withval"
25125fi
25126
25127
25128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking kernel source directory" >&5
25129$as_echo_n "checking kernel source directory... " >&6; }
25130 if test -z "$kernelsrc"; then :
25131
25132 if test -e "/lib/modules/$(uname -r)/source"; then :
25133
25134 headersdir="/lib/modules/$(uname -r)/source"
25135 sourcelink=$(readlink -f "$headersdir")
25136
25137elif test -e "/lib/modules/$(uname -r)/build"; then :
25138
25139 headersdir="/lib/modules/$(uname -r)/build"
25140 sourcelink=$(readlink -f "$headersdir")
25141
25142else
25143
25144 sourcelink=$(ls -1d /usr/src/kernels/* \
25145 /usr/src/linux-* \
25146 2>/dev/null | grep -v obj | tail -1)
25147
25148fi
25149
25150 if test -n "$sourcelink" && test -e ${sourcelink}; then :
25151
25152 kernelsrc=`readlink -f ${sourcelink}`
25153
25154else
25155
25156 kernelsrc="Not found"
25157
25158fi
25159
25160else
25161
25162 if test "$kernelsrc" = "NONE"; then :
25163
25164 kernsrcver=NONE
25165
25166fi
25167
25168fi
25169
25170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $kernelsrc" >&5
25171$as_echo "$kernelsrc" >&6; }
25172 if test ! -d "$kernelsrc"; then :
25173
25174 as_fn_error $? "
25175 *** Please make sure the kernel devel package for your distribution
25176 *** is installed and then try again. If that fails, you can specify the
25177 *** location of the kernel source with the '--with-linux=PATH' option." "$LINENO" 5
25178
25179fi
25180
25181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking kernel build directory" >&5
25182$as_echo_n "checking kernel build directory... " >&6; }
25183 if test -z "$kernelbuild"; then :
25184
25185 if test -e "/lib/modules/$(uname -r)/build"; then :
25186
25187 kernelbuild=`readlink -f /lib/modules/$(uname -r)/build`
25188
25189elif test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}; then :
25190
25191 kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
25192
25193elif test -d ${kernelsrc}-obj/${target_cpu}/default; then :
25194
25195 kernelbuild=${kernelsrc}-obj/${target_cpu}/default
25196
25197elif test -d `dirname ${kernelsrc}`/build-${target_cpu}; then :
25198
25199 kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
25200
25201else
25202
25203 kernelbuild=${kernelsrc}
25204
25205fi
25206
25207fi
25208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $kernelbuild" >&5
25209$as_echo "$kernelbuild" >&6; }
25210
25211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking kernel source version" >&5
25212$as_echo_n "checking kernel source version... " >&6; }
25213 utsrelease1=$kernelbuild/include/linux/version.h
25214 utsrelease2=$kernelbuild/include/linux/utsrelease.h
25215 utsrelease3=$kernelbuild/include/generated/utsrelease.h
25216 if test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1; then :
25217
25218 utsrelease=linux/version.h
25219
25220elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then :
25221
25222 utsrelease=linux/utsrelease.h
25223
25224elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then :
25225
25226 utsrelease=generated/utsrelease.h
25227
25228fi
25229
25230 if test "$utsrelease"; then :
25231
25232 kernsrcver=`(echo "#include <$utsrelease>";
25233 echo "kernsrcver=UTS_RELEASE") |
25234 cpp -I $kernelbuild/include |
25235 grep "^kernsrcver=" | cut -d \" -f 2`
25236
25237 if test -z "$kernsrcver"; then :
25238
25239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not found" >&5
25240$as_echo "Not found" >&6; }
25241 as_fn_error $? "*** Cannot determine kernel version." "$LINENO" 5
25242
25243fi
25244
25245else
25246
25247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not found" >&5
25248$as_echo "Not found" >&6; }
25249 if test "x$enable_linux_builtin" != xyes; then
25250 as_fn_error $? "*** Cannot find UTS_RELEASE definition." "$LINENO" 5
25251 else
25252 as_fn_error $? "
25253 *** Cannot find UTS_RELEASE definition.
25254 *** Please run 'make prepare' inside the kernel source tree." "$LINENO" 5
25255 fi
25256
25257fi
25258
25259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $kernsrcver" >&5
25260$as_echo "$kernsrcver" >&6; }
25261
25262 LINUX=${kernelsrc}
25263 LINUX_OBJ=${kernelbuild}
25264 LINUX_VERSION=${kernsrcver}
25265
25266
25267
25268
25269
25270
25271 modpost=$LINUX/scripts/Makefile.modpost
25272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking kernel file name for module symbols" >&5
25273$as_echo_n "checking kernel file name for module symbols... " >&6; }
25274 if test "x$enable_linux_builtin" != xyes -a -f "$modpost"; then :
25275
25276 if grep -q Modules.symvers $modpost; then :
25277
25278 LINUX_SYMBOLS=Modules.symvers
25279
25280else
25281
25282 LINUX_SYMBOLS=Module.symvers
25283
25284fi
25285
25286 if test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"; then :
25287
25288 as_fn_error $? "
25289 *** Please make sure the kernel devel package for your distribution
25290 *** is installed. If you are building with a custom kernel, make sure the
25291 *** kernel is configured, built, and the '--with-linux=PATH' configure
25292 *** option refers to the location of the kernel source." "$LINENO" 5
25293
25294fi
25295
25296else
25297
25298 LINUX_SYMBOLS=NONE
25299
25300fi
25301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINUX_SYMBOLS" >&5
25302$as_echo "$LINUX_SYMBOLS" >&6; }
25303
25304
25305
25306
25307
25308# Check whether --with-spl was given.
25309if test "${with_spl+set}" = set; then :
25310 withval=$with_spl; splsrc="$withval"
25311fi
25312
25313
25314
25315# Check whether --with-spl-obj was given.
25316if test "${with_spl_obj+set}" = set; then :
25317 withval=$with_spl_obj; splbuild="$withval"
25318fi
25319
25320
25321
25322# Check whether --with-spl-timeout was given.
25323if test "${with_spl_timeout+set}" = set; then :
25324 withval=$with_spl_timeout; timeout="$withval"
25325else
25326 timeout=0
25327fi
25328
25329
25330 splsrc0="/var/lib/dkms/spl/${VERSION}/build"
25331 splsrc1="/usr/local/src/spl-${VERSION}/${LINUX_VERSION}"
25332 splsrc2="/usr/local/src/spl-${VERSION}"
25333 splsrc3="/usr/src/spl-${VERSION}/${LINUX_VERSION}"
25334 splsrc4="/usr/src/spl-${VERSION}"
25335 splsrc5="../spl/"
25336 splsrc6="$LINUX"
25337
25338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking spl source directory" >&5
25339$as_echo_n "checking spl source directory... " >&6; }
25340 if test -z "${splsrc}"; then :
25341
25342 if test -e "${splsrc0}/spl.release.in"; then :
25343
25344 splsrc=${splsrc0}
25345
25346elif test -e "${splsrc1}/spl.release.in"; then :
25347
25348 splsrc=${splsrc1}
25349
25350elif test -e "${splsrc2}/spl.release.in"; then :
25351
25352 splsrc=${splsrc2}
25353
25354elif test -e "${splsrc3}/spl.release.in"; then :
25355
25356 splsrc=$(readlink -f "${splsrc3}")
25357
25358elif test -e "${splsrc4}/spl.release.in" ; then :
25359
25360 splsrc=${splsrc4}
25361
25362elif test -e "${splsrc5}/spl.release.in"; then :
25363
25364 splsrc=$(readlink -f "${splsrc5}")
25365
25366elif test -e "${splsrc6}/spl.release.in" ; then :
25367
25368 splsrc=${splsrc6}
25369
25370else
25371
25372 splsrc="Not found"
25373
25374fi
25375
25376else
25377
25378 if test "$splsrc" = "NONE"; then :
25379
25380 splbuild=NONE
25381 splsrcver=NONE
25382
25383fi
25384
25385fi
25386
25387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $splsrc" >&5
25388$as_echo "$splsrc" >&6; }
25389 if test ! -e "$splsrc/spl.release.in"; then :
25390
25391 as_fn_error $? "
25392 *** Please make sure the kmod spl devel package for your distribution
25393 *** is installed then try again. If that fails you can specify the
25394 *** location of the spl source with the '--with-spl=PATH' option." "$LINENO" 5
25395
25396fi
25397
25398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking spl build directory" >&5
25399$as_echo_n "checking spl build directory... " >&6; }
25400 while true; do
25401 if test -z "$splbuild"; then :
25402
25403 if test -e "${splsrc}/${LINUX_VERSION}/spl_config.h" ; then :
25404
25405 splbuild="${splsrc}/${LINUX_VERSION}"
25406
25407elif test -e "${splsrc}/spl_config.h" ; then :
25408
25409 splbuild="${splsrc}"
25410
25411elif find -L "${splsrc}" -name spl_config.h 2> /dev/null | grep -wq spl_config.h ; then :
25412
25413 splbuild=$(find -L "${splsrc}" -name spl_config.h | sed 's,/spl_config.h,,')
25414
25415else
25416
25417 splbuild="Not found"
25418
25419fi
25420
25421fi
25422 if test -e "$splbuild/spl_config.h" -o $timeout -le 0; then :
25423
25424 break;
25425
25426else
25427
25428 sleep 1
25429 timeout=$((timeout-1))
25430
25431fi
25432 done
25433
25434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $splbuild" >&5
25435$as_echo "$splbuild" >&6; }
25436 if ! test -e "$splbuild/spl_config.h"; then :
25437
25438 as_fn_error $? "
25439 *** Please make sure the kmod spl devel <kernel> package for your
25440 *** distribution is installed then try again. If that fails you
25441 *** can specify the location of the spl objects with the
25442 *** '--with-spl-obj=PATH' option." "$LINENO" 5
25443
25444fi
25445
25446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking spl source version" >&5
25447$as_echo_n "checking spl source version... " >&6; }
25448 if test -r $splbuild/spl_config.h &&
25449 fgrep -q SPL_META_VERSION $splbuild/spl_config.h; then :
25450
25451
25452 splsrcver=`(echo "#include <spl_config.h>";
25453 echo "splsrcver=SPL_META_VERSION-SPL_META_RELEASE") |
25454 cpp -I $splbuild |
25455 grep "^splsrcver=" | tr -d \" | cut -d= -f2`
25456
25457fi
25458
25459 if test -z "$splsrcver"; then :
25460
25461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not found" >&5
25462$as_echo "Not found" >&6; }
25463 as_fn_error $? "
25464 *** Cannot determine the version of the spl source.
25465 *** Please prepare the spl source before running this script" "$LINENO" 5
25466
25467fi
25468
25469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $splsrcver" >&5
25470$as_echo "$splsrcver" >&6; }
25471
25472 SPL=${splsrc}
25473 SPL_OBJ=${splbuild}
25474 SPL_VERSION=${splsrcver}
25475
25476
25477
25478
25479
25480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking spl file name for module symbols" >&5
25481$as_echo_n "checking spl file name for module symbols... " >&6; }
25482 SPL_SYMBOLS=NONE
25483
25484 while true; do
25485 if test -r $SPL_OBJ/Module.symvers; then :
25486
25487 SPL_SYMBOLS=Module.symvers
25488
25489elif test -r $SPL_OBJ/Modules.symvers; then :
25490
25491 SPL_SYMBOLS=Modules.symvers
25492
25493elif test -r $SPL_OBJ/module/Module.symvers; then :
25494
25495 SPL_SYMBOLS=Module.symvers
25496
25497elif test -r $SPL_OBJ/module/Modules.symvers; then :
25498
25499 SPL_SYMBOLS=Modules.symvers
25500
25501fi
25502
25503 if test $SPL_SYMBOLS != NONE -o $timeout -le 0; then :
25504
25505 break;
25506
25507else
25508
25509 sleep 1
25510 timeout=$((timeout-1))
25511
25512fi
25513 done
25514
25515 if test "$SPL_SYMBOLS" = NONE; then :
25516
25517 SPL_SYMBOLS=$LINUX_SYMBOLS
25518
25519fi
25520
25521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SPL_SYMBOLS" >&5
25522$as_echo "$SPL_SYMBOLS" >&6; }
25523
25524
25525
25526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether modules can be built" >&5
25527$as_echo_n "checking whether modules can be built... " >&6; }
25528
25529
25530cat confdefs.h - <<_ACEOF >conftest.c
25531
25532
25533int
25534main (void)
25535{
25536
25537 ;
25538 return 0;
25539}
25540
25541_ACEOF
25542
25543
25544
25545cat - <<_ACEOF >conftest.h
25546
25547_ACEOF
25548
25549
25550 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25551 echo "obj-m := conftest.o" >build/Makefile
25552 modpost_flag=''
25553 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25554 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25555 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25556 (eval $ac_try) 2>&5
25557 ac_status=$?
25558 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25559 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25560 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25561 (eval $ac_try) 2>&5
25562 ac_status=$?
25563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25564 test $ac_status = 0; }; }; then :
25565
25566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25567$as_echo "yes" >&6; }
25568
25569else
25570 $as_echo "$as_me: failed program was:" >&5
25571sed 's/^/| /' conftest.$ac_ext >&5
25572
25573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25574$as_echo "no" >&6; }
25575 if test "x$enable_linux_builtin" != xyes; then
25576 as_fn_error $? "*** Unable to build an empty module." "$LINENO" 5
25577 else
25578 as_fn_error $? "
25579 *** Unable to build an empty module.
25580 *** Please run 'make scripts' inside the kernel source tree." "$LINENO" 5
25581 fi
25582
25583
25584
25585fi
25586 rm -Rf build
25587
25588
25589
25590
25591 if test "x$cross_compiling" != xyes; then :
25592
25593 if test "$cross_compiling" = yes; then :
25594 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
25595$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
25596as_fn_error $? "cannot run test program while cross compiling
25597See \`config.log' for more details" "$LINENO" 5; }
25598else
25599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25600/* end confdefs.h. */
25601
25602
25603 #include "$LINUX/include/linux/license.h"
25604
25605int
25606main ()
25607{
25608
25609 return !license_is_gpl_compatible("$ZFS_META_LICENSE");
25610
25611 ;
25612 return 0;
25613}
25614
25615_ACEOF
25616if ac_fn_c_try_run "$LINENO"; then :
25617
25618
25619$as_echo "#define ZFS_IS_GPL_COMPATIBLE 1" >>confdefs.h
25620
25621
25622fi
25623rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
25624 conftest.$ac_objext conftest.beam conftest.$ac_ext
25625fi
25626
25627
25628fi
25629
25630
25631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kernel was built with 16K or larger stacks" >&5
25632$as_echo_n "checking whether kernel was built with 16K or larger stacks... " >&6; }
25633
25634
25635cat confdefs.h - <<_ACEOF >conftest.c
25636
25637
25638 #include <linux/module.h>
25639
25640int
25641main (void)
25642{
25643
25644 #if (THREAD_SIZE < 16384)
25645 #error "THREAD_SIZE is less than 16K"
25646 #endif
25647
25648 ;
25649 return 0;
25650}
25651
25652_ACEOF
25653
25654
25655
25656cat - <<_ACEOF >conftest.h
25657
25658_ACEOF
25659
25660
25661 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25662 echo "obj-m := conftest.o" >build/Makefile
25663 modpost_flag=''
25664 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25665 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25666 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25667 (eval $ac_try) 2>&5
25668 ac_status=$?
25669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25670 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25671 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25672 (eval $ac_try) 2>&5
25673 ac_status=$?
25674 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25675 test $ac_status = 0; }; }; then :
25676
25677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25678$as_echo "yes" >&6; }
25679
25680$as_echo "#define HAVE_LARGE_STACKS 1" >>confdefs.h
25681
25682
25683else
25684 $as_echo "$as_me: failed program was:" >&5
25685sed 's/^/| /' conftest.$ac_ext >&5
25686
25687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25688$as_echo "no" >&6; }
25689
25690
25691
25692fi
25693 rm -Rf build
25694
25695
25696
25697
25698
25699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kernel was built with CONFIG_DEBUG_LOCK_ALLOC" >&5
25700$as_echo_n "checking whether kernel was built with CONFIG_DEBUG_LOCK_ALLOC... " >&6; }
25701
25702
25703cat confdefs.h - <<_ACEOF >conftest.c
25704
25705
25706 #include <linux/module.h>
25707
25708int
25709main (void)
25710{
25711
25712 #ifndef CONFIG_DEBUG_LOCK_ALLOC
25713 #error CONFIG_DEBUG_LOCK_ALLOC not #defined
25714 #endif
25715
25716 ;
25717 return 0;
25718}
25719
25720_ACEOF
25721
25722
25723
25724cat - <<_ACEOF >conftest.h
25725
25726_ACEOF
25727
25728
25729 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25730 echo "obj-m := conftest.o" >build/Makefile
25731 modpost_flag=''
25732 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25733 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25734 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25735 (eval $ac_try) 2>&5
25736 ac_status=$?
25737 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25738 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25739 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25740 (eval $ac_try) 2>&5
25741 ac_status=$?
25742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25743 test $ac_status = 0; }; }; then :
25744
25745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25746$as_echo "yes" >&6; }
25747
25748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mutex_lock() is GPL-only" >&5
25749$as_echo_n "checking whether mutex_lock() is GPL-only... " >&6; }
25750 tmp_flags="$EXTRA_KCFLAGS"
25751
25752
25753cat confdefs.h - <<_ACEOF >conftest.c
25754
25755
25756 #include <linux/module.h>
25757 #include <linux/mutex.h>
25758
25759 MODULE_LICENSE("$ZFS_META_LICENSE");
25760
25761int
25762main (void)
25763{
25764
25765 struct mutex lock;
25766
25767 mutex_init(&lock);
25768 mutex_lock(&lock);
25769 mutex_unlock(&lock);
25770
25771 ;
25772 return 0;
25773}
25774
25775_ACEOF
25776
25777
25778
25779cat - <<_ACEOF >conftest.h
25780
25781_ACEOF
25782
25783
25784 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25785 echo "obj-m := conftest.o" >build/Makefile
25786 modpost_flag=''
25787 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25788 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25789 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25790 (eval $ac_try) 2>&5
25791 ac_status=$?
25792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25793 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25794 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25795 (eval $ac_try) 2>&5
25796 ac_status=$?
25797 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25798 test $ac_status = 0; }; }; then :
25799
25800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25801$as_echo "no" >&6; }
25802
25803else
25804 $as_echo "$as_me: failed program was:" >&5
25805sed 's/^/| /' conftest.$ac_ext >&5
25806
25807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25808$as_echo "yes" >&6; }
25809 as_fn_error $? "
25810 *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is incompatible
25811 *** with the CDDL license and will prevent the module linking stage
25812 *** from succeeding. You must rebuild your kernel without this
25813 *** option enabled." "$LINENO" 5
25814
25815
25816
25817fi
25818 rm -Rf build
25819
25820
25821 EXTRA_KCFLAGS="$tmp_flags"
25822
25823
25824else
25825 $as_echo "$as_me: failed program was:" >&5
25826sed 's/^/| /' conftest.$ac_ext >&5
25827
25828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25829$as_echo "no" >&6; }
25830
25831
25832
25833
25834fi
25835 rm -Rf build
25836
25837
25838
25839
25840
25841
25842 tmp_flags="$EXTRA_KCFLAGS"
25843 EXTRA_KCFLAGS="-I\$(src)"
25844
25845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether DECLARE_EVENT_CLASS() is available" >&5
25846$as_echo_n "checking whether DECLARE_EVENT_CLASS() is available... " >&6; }
25847
25848
25849cat confdefs.h - <<_ACEOF >conftest.c
25850
25851
25852 #include <linux/module.h>
25853 MODULE_LICENSE(ZFS_META_LICENSE);
25854
25855 #define CREATE_TRACE_POINTS
25856 #include "conftest.h"
25857
25858int
25859main (void)
25860{
25861
25862 trace_zfs_autoconf_event_one(1UL);
25863 trace_zfs_autoconf_event_two(2UL);
25864
25865 ;
25866 return 0;
25867}
25868
25869_ACEOF
25870
25871
25872
25873cat - <<_ACEOF >conftest.h
25874
25875 #if !defined(_CONFTEST_H) || defined(TRACE_HEADER_MULTI_READ)
25876 #define _CONFTEST_H
25877
25878 #undef TRACE_SYSTEM
25879 #define TRACE_SYSTEM zfs
25880 #include <linux/tracepoint.h>
25881
25882 DECLARE_EVENT_CLASS(zfs_autoconf_event_class,
25883 TP_PROTO(unsigned long i),
25884 TP_ARGS(i),
25885 TP_STRUCT__entry(
25886 __field(unsigned long, i)
25887 ),
25888 TP_fast_assign(
25889 __entry->i = i;
25890 ),
25891 TP_printk("i = %lu", __entry->i)
25892 );
25893
25894 #define DEFINE_AUTOCONF_EVENT(name) \
25895 DEFINE_EVENT(zfs_autoconf_event_class, name, \
25896 TP_PROTO(unsigned long i), \
25897 TP_ARGS(i))
25898 DEFINE_AUTOCONF_EVENT(zfs_autoconf_event_one);
25899 DEFINE_AUTOCONF_EVENT(zfs_autoconf_event_two);
25900
25901 #endif /* _CONFTEST_H */
25902
25903 #undef TRACE_INCLUDE_PATH
25904 #define TRACE_INCLUDE_PATH .
25905 #define TRACE_INCLUDE_FILE conftest
25906 #include <trace/define_trace.h>
25907
25908_ACEOF
25909
25910
25911 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25912 echo "obj-m := conftest.o" >build/Makefile
25913 modpost_flag=''
25914 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25915 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25916 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25917 (eval $ac_try) 2>&5
25918 ac_status=$?
25919 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25920 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25921 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25922 (eval $ac_try) 2>&5
25923 ac_status=$?
25924 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25925 test $ac_status = 0; }; }; then :
25926
25927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25928$as_echo "yes" >&6; }
25929
25930$as_echo "#define HAVE_DECLARE_EVENT_CLASS 1" >>confdefs.h
25931
25932
25933else
25934 $as_echo "$as_me: failed program was:" >&5
25935sed 's/^/| /' conftest.$ac_ext >&5
25936
25937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25938$as_echo "no" >&6; }
25939
25940
25941
25942fi
25943 rm -Rf build
25944
25945
25946 EXTRA_KCFLAGS="$tmp_flags"
25947
25948
25949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether current->bio_tail exists" >&5
25950$as_echo_n "checking whether current->bio_tail exists... " >&6; }
25951
25952
25953cat confdefs.h - <<_ACEOF >conftest.c
25954
25955
25956 #include <linux/sched.h>
25957
25958int
25959main (void)
25960{
25961
25962 current->bio_tail = (struct bio **) NULL;
25963
25964 ;
25965 return 0;
25966}
25967
25968_ACEOF
25969
25970
25971
25972cat - <<_ACEOF >conftest.h
25973
25974_ACEOF
25975
25976
25977 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
25978 echo "obj-m := conftest.o" >build/Makefile
25979 modpost_flag=''
25980 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
25981 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
25982 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25983 (eval $ac_try) 2>&5
25984 ac_status=$?
25985 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25986 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
25987 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25988 (eval $ac_try) 2>&5
25989 ac_status=$?
25990 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25991 test $ac_status = 0; }; }; then :
25992
25993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25994$as_echo "yes" >&6; }
25995
25996$as_echo "#define HAVE_CURRENT_BIO_TAIL 1" >>confdefs.h
25997
25998
25999else
26000 $as_echo "$as_me: failed program was:" >&5
26001sed 's/^/| /' conftest.$ac_ext >&5
26002
26003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26004$as_echo "no" >&6; }
26005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether current->bio_list exists" >&5
26006$as_echo_n "checking whether current->bio_list exists... " >&6; }
26007
26008
26009cat confdefs.h - <<_ACEOF >conftest.c
26010
26011
26012 #include <linux/sched.h>
26013
26014int
26015main (void)
26016{
26017
26018 current->bio_list = (struct bio_list *) NULL;
26019
26020 ;
26021 return 0;
26022}
26023
26024_ACEOF
26025
26026
26027
26028cat - <<_ACEOF >conftest.h
26029
26030_ACEOF
26031
26032
26033 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26034 echo "obj-m := conftest.o" >build/Makefile
26035 modpost_flag=''
26036 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26037 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26038 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26039 (eval $ac_try) 2>&5
26040 ac_status=$?
26041 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26042 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26043 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26044 (eval $ac_try) 2>&5
26045 ac_status=$?
26046 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26047 test $ac_status = 0; }; }; then :
26048
26049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26050$as_echo "yes" >&6; }
26051
26052$as_echo "#define HAVE_CURRENT_BIO_LIST 1" >>confdefs.h
26053
26054
26055else
26056 $as_echo "$as_me: failed program was:" >&5
26057sed 's/^/| /' conftest.$ac_ext >&5
26058
26059 as_fn_error $? "no - Please file a bug report at
26060 https://github.com/zfsonlinux/zfs/issues/new" "$LINENO" 5
26061
26062
26063
26064fi
26065 rm -Rf build
26066
26067
26068
26069
26070
26071fi
26072 rm -Rf build
26073
26074
26075
26076
26077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether submit_bio() wants 1 arg" >&5
26078$as_echo_n "checking whether submit_bio() wants 1 arg... " >&6; }
26079
26080
26081cat confdefs.h - <<_ACEOF >conftest.c
26082
26083
26084 #include <linux/bio.h>
26085
26086int
26087main (void)
26088{
26089
26090 blk_qc_t blk_qc;
26091 struct bio *bio = NULL;
26092 blk_qc = submit_bio(bio);
26093
26094 ;
26095 return 0;
26096}
26097
26098_ACEOF
26099
26100
26101
26102cat - <<_ACEOF >conftest.h
26103
26104_ACEOF
26105
26106
26107 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26108 echo "obj-m := conftest.o" >build/Makefile
26109 modpost_flag=''
26110 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26111 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26112 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26113 (eval $ac_try) 2>&5
26114 ac_status=$?
26115 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26116 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26117 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26118 (eval $ac_try) 2>&5
26119 ac_status=$?
26120 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26121 test $ac_status = 0; }; }; then :
26122
26123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26124$as_echo "yes" >&6; }
26125
26126$as_echo "#define HAVE_1ARG_SUBMIT_BIO 1" >>confdefs.h
26127
26128
26129else
26130 $as_echo "$as_me: failed program was:" >&5
26131sed 's/^/| /' conftest.$ac_ext >&5
26132
26133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26134$as_echo "no" >&6; }
26135
26136
26137
26138fi
26139 rm -Rf build
26140
26141
26142
26143
26144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking block device operation prototypes" >&5
26145$as_echo_n "checking block device operation prototypes... " >&6; }
26146 tmp_flags="$EXTRA_KCFLAGS"
26147 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
26148
26149
26150cat confdefs.h - <<_ACEOF >conftest.c
26151
26152
26153 #include <linux/blkdev.h>
26154
26155 int blk_open(struct block_device *bdev, fmode_t mode)
26156 { return 0; }
26157 int blk_ioctl(struct block_device *bdev, fmode_t mode,
26158 unsigned x, unsigned long y) { return 0; }
26159 int blk_compat_ioctl(struct block_device * bdev, fmode_t mode,
26160 unsigned x, unsigned long y) { return 0; }
26161
26162 static const struct block_device_operations
26163 bops __attribute__ ((unused)) = {
26164 .open = blk_open,
26165 .release = NULL,
26166 .ioctl = blk_ioctl,
26167 .compat_ioctl = blk_compat_ioctl,
26168 };
26169
26170int
26171main (void)
26172{
26173
26174
26175 ;
26176 return 0;
26177}
26178
26179_ACEOF
26180
26181
26182
26183cat - <<_ACEOF >conftest.h
26184
26185_ACEOF
26186
26187
26188 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26189 echo "obj-m := conftest.o" >build/Makefile
26190 modpost_flag=''
26191 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26192 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26193 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26194 (eval $ac_try) 2>&5
26195 ac_status=$?
26196 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26197 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26198 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26199 (eval $ac_try) 2>&5
26200 ac_status=$?
26201 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26202 test $ac_status = 0; }; }; then :
26203
26204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: struct block_device" >&5
26205$as_echo "struct block_device" >&6; }
26206
26207$as_echo "#define HAVE_BDEV_BLOCK_DEVICE_OPERATIONS 1" >>confdefs.h
26208
26209
26210else
26211 $as_echo "$as_me: failed program was:" >&5
26212sed 's/^/| /' conftest.$ac_ext >&5
26213
26214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: struct inode" >&5
26215$as_echo "struct inode" >&6; }
26216
26217
26218
26219fi
26220 rm -Rf build
26221
26222
26223 EXTRA_KCFLAGS="$tmp_flags"
26224
26225
26226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether block_device_operations.release is void" >&5
26227$as_echo_n "checking whether block_device_operations.release is void... " >&6; }
26228 tmp_flags="$EXTRA_KCFLAGS"
26229 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
26230
26231
26232cat confdefs.h - <<_ACEOF >conftest.c
26233
26234
26235 #include <linux/blkdev.h>
26236
26237 void blk_release(struct gendisk *g, fmode_t mode) { return; }
26238
26239 static const struct block_device_operations
26240 bops __attribute__ ((unused)) = {
26241 .open = NULL,
26242 .release = blk_release,
26243 .ioctl = NULL,
26244 .compat_ioctl = NULL,
26245 };
26246
26247int
26248main (void)
26249{
26250
26251
26252 ;
26253 return 0;
26254}
26255
26256_ACEOF
26257
26258
26259
26260cat - <<_ACEOF >conftest.h
26261
26262_ACEOF
26263
26264
26265 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26266 echo "obj-m := conftest.o" >build/Makefile
26267 modpost_flag=''
26268 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26269 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26270 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26271 (eval $ac_try) 2>&5
26272 ac_status=$?
26273 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26274 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26275 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26276 (eval $ac_try) 2>&5
26277 ac_status=$?
26278 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26279 test $ac_status = 0; }; }; then :
26280
26281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: void" >&5
26282$as_echo "void" >&6; }
26283
26284$as_echo "#define HAVE_BLOCK_DEVICE_OPERATIONS_RELEASE_VOID 1" >>confdefs.h
26285
26286
26287else
26288 $as_echo "$as_me: failed program was:" >&5
26289sed 's/^/| /' conftest.$ac_ext >&5
26290
26291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: int" >&5
26292$as_echo "int" >&6; }
26293
26294
26295
26296fi
26297 rm -Rf build
26298
26299
26300 EXTRA_KCFLAGS="$tmp_flags"
26301
26302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kernel defines fmode_t" >&5
26303$as_echo_n "checking whether kernel defines fmode_t... " >&6; }
26304
26305
26306cat confdefs.h - <<_ACEOF >conftest.c
26307
26308
26309 #include <linux/types.h>
26310
26311int
26312main (void)
26313{
26314
26315 fmode_t *ptr __attribute__ ((unused));
26316
26317 ;
26318 return 0;
26319}
26320
26321_ACEOF
26322
26323
26324
26325cat - <<_ACEOF >conftest.h
26326
26327_ACEOF
26328
26329
26330 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26331 echo "obj-m := conftest.o" >build/Makefile
26332 modpost_flag=''
26333 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26334 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26335 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26336 (eval $ac_try) 2>&5
26337 ac_status=$?
26338 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26339 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26340 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26341 (eval $ac_try) 2>&5
26342 ac_status=$?
26343 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26344 test $ac_status = 0; }; }; then :
26345
26346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26347$as_echo "yes" >&6; }
26348
26349$as_echo "#define HAVE_FMODE_T 1" >>confdefs.h
26350
26351
26352else
26353 $as_echo "$as_me: failed program was:" >&5
26354sed 's/^/| /' conftest.$ac_ext >&5
26355
26356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26357$as_echo "no" >&6; }
26358
26359
26360
26361fi
26362 rm -Rf build
26363
26364
26365
26366
26367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kernel defines KOBJ_NAME_LEN" >&5
26368$as_echo_n "checking whether kernel defines KOBJ_NAME_LEN... " >&6; }
26369
26370
26371cat confdefs.h - <<_ACEOF >conftest.c
26372
26373
26374 #include <linux/kobject.h>
26375
26376int
26377main (void)
26378{
26379
26380 int val __attribute__ ((unused));
26381 val = KOBJ_NAME_LEN;
26382
26383 ;
26384 return 0;
26385}
26386
26387_ACEOF
26388
26389
26390
26391cat - <<_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
26412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26413$as_echo "yes" >&6; }
26414
26415$as_echo "#define HAVE_KOBJ_NAME_LEN 1" >>confdefs.h
26416
26417
26418else
26419 $as_echo "$as_me: failed program was:" >&5
26420sed 's/^/| /' conftest.$ac_ext >&5
26421
26422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26423$as_echo "no" >&6; }
26424
26425
26426
26427fi
26428 rm -Rf build
26429
26430
26431
26432
26433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blkdev_get() wants 3 args" >&5
26434$as_echo_n "checking whether blkdev_get() wants 3 args... " >&6; }
26435
26436
26437cat confdefs.h - <<_ACEOF >conftest.c
26438
26439
26440 #include <linux/fs.h>
26441
26442int
26443main (void)
26444{
26445
26446 struct block_device *bdev = NULL;
26447 (void) blkdev_get(bdev, 0, NULL);
26448
26449 ;
26450 return 0;
26451}
26452
26453_ACEOF
26454
26455
26456
26457cat - <<_ACEOF >conftest.h
26458
26459_ACEOF
26460
26461
26462 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26463 echo "obj-m := conftest.o" >build/Makefile
26464 modpost_flag=''
26465 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26466 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26467 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26468 (eval $ac_try) 2>&5
26469 ac_status=$?
26470 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26471 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26472 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26473 (eval $ac_try) 2>&5
26474 ac_status=$?
26475 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26476 test $ac_status = 0; }; }; then :
26477
26478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26479$as_echo "yes" >&6; }
26480
26481$as_echo "#define HAVE_3ARG_BLKDEV_GET 1" >>confdefs.h
26482
26483
26484else
26485 $as_echo "$as_me: failed program was:" >&5
26486sed 's/^/| /' conftest.$ac_ext >&5
26487
26488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26489$as_echo "no" >&6; }
26490
26491
26492
26493fi
26494 rm -Rf build
26495
26496
26497
26498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blkdev_get_by_path() is available" >&5
26499$as_echo_n "checking whether blkdev_get_by_path() is available... " >&6; }
26500
26501
26502
26503cat confdefs.h - <<_ACEOF >conftest.c
26504
26505
26506 #include <linux/fs.h>
26507
26508int
26509main (void)
26510{
26511
26512 blkdev_get_by_path(NULL, 0, NULL);
26513
26514 ;
26515 return 0;
26516}
26517
26518_ACEOF
26519
26520
26521
26522cat - <<_ACEOF >conftest.h
26523
26524_ACEOF
26525
26526
26527 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26528 echo "obj-m := conftest.o" >build/Makefile
26529 modpost_flag=''
26530 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26531 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26532 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26533 (eval $ac_try) 2>&5
26534 ac_status=$?
26535 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26536 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26537 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26538 (eval $ac_try) 2>&5
26539 ac_status=$?
26540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26541 test $ac_status = 0; }; }; then :
26542 rc=0
26543else
26544 $as_echo "$as_me: failed program was:" >&5
26545sed 's/^/| /' conftest.$ac_ext >&5
26546 rc=1
26547
26548
26549fi
26550 rm -Rf build
26551
26552
26553 if test $rc -ne 0; then :
26554
26555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26556$as_echo "no" >&6; }
26557
26558 else
26559 if test "x$enable_linux_builtin" != xyes; then
26560
26561 grep -q -E '[[:space:]]blkdev_get_by_path[[:space:]]' \
26562 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
26563 rc=$?
26564 if test $rc -ne 0; then
26565 export=0
26566 for file in fs/block_dev.c; do
26567 grep -q -E "EXPORT_SYMBOL.*(blkdev_get_by_path)" \
26568 "$LINUX/$file" 2>/dev/null
26569 rc=$?
26570 if test $rc -eq 0; then
26571 export=1
26572 break;
26573 fi
26574 done
26575 if test $export -eq 0; then :
26576 rc=1
26577 else :
26578 rc=0
26579 fi
26580 else :
26581 rc=0
26582 fi
26583
26584 fi
26585 if test $rc -ne 0; then :
26586
26587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26588$as_echo "no" >&6; }
26589
26590 else :
26591
26592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26593$as_echo "yes" >&6; }
26594
26595$as_echo "#define HAVE_BLKDEV_GET_BY_PATH 1" >>confdefs.h
26596
26597
26598 fi
26599 fi
26600
26601
26602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether open_bdev_exclusive() is available" >&5
26603$as_echo_n "checking whether open_bdev_exclusive() is available... " >&6; }
26604
26605
26606
26607cat confdefs.h - <<_ACEOF >conftest.c
26608
26609
26610 #include <linux/fs.h>
26611
26612int
26613main (void)
26614{
26615
26616 open_bdev_exclusive(NULL, 0, NULL);
26617
26618 ;
26619 return 0;
26620}
26621
26622_ACEOF
26623
26624
26625
26626cat - <<_ACEOF >conftest.h
26627
26628_ACEOF
26629
26630
26631 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26632 echo "obj-m := conftest.o" >build/Makefile
26633 modpost_flag=''
26634 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26635 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26636 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26637 (eval $ac_try) 2>&5
26638 ac_status=$?
26639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26640 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26641 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26642 (eval $ac_try) 2>&5
26643 ac_status=$?
26644 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26645 test $ac_status = 0; }; }; then :
26646 rc=0
26647else
26648 $as_echo "$as_me: failed program was:" >&5
26649sed 's/^/| /' conftest.$ac_ext >&5
26650 rc=1
26651
26652
26653fi
26654 rm -Rf build
26655
26656
26657 if test $rc -ne 0; then :
26658
26659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26660$as_echo "no" >&6; }
26661
26662 else
26663 if test "x$enable_linux_builtin" != xyes; then
26664
26665 grep -q -E '[[:space:]]open_bdev_exclusive[[:space:]]' \
26666 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
26667 rc=$?
26668 if test $rc -ne 0; then
26669 export=0
26670 for file in fs/block_dev.c; do
26671 grep -q -E "EXPORT_SYMBOL.*(open_bdev_exclusive)" \
26672 "$LINUX/$file" 2>/dev/null
26673 rc=$?
26674 if test $rc -eq 0; then
26675 export=1
26676 break;
26677 fi
26678 done
26679 if test $export -eq 0; then :
26680 rc=1
26681 else :
26682 rc=0
26683 fi
26684 else :
26685 rc=0
26686 fi
26687
26688 fi
26689 if test $rc -ne 0; then :
26690
26691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26692$as_echo "no" >&6; }
26693
26694 else :
26695
26696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26697$as_echo "yes" >&6; }
26698
26699$as_echo "#define HAVE_OPEN_BDEV_EXCLUSIVE 1" >>confdefs.h
26700
26701
26702 fi
26703 fi
26704
26705
26706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lookup_bdev() wants 1 arg" >&5
26707$as_echo_n "checking whether lookup_bdev() wants 1 arg... " >&6; }
26708
26709
26710
26711cat confdefs.h - <<_ACEOF >conftest.c
26712
26713
26714 #include <linux/fs.h>
26715
26716int
26717main (void)
26718{
26719
26720 lookup_bdev(NULL);
26721
26722 ;
26723 return 0;
26724}
26725
26726_ACEOF
26727
26728
26729
26730cat - <<_ACEOF >conftest.h
26731
26732_ACEOF
26733
26734
26735 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26736 echo "obj-m := conftest.o" >build/Makefile
26737 modpost_flag=''
26738 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26739 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26740 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26741 (eval $ac_try) 2>&5
26742 ac_status=$?
26743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26744 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26745 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26746 (eval $ac_try) 2>&5
26747 ac_status=$?
26748 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26749 test $ac_status = 0; }; }; then :
26750 rc=0
26751else
26752 $as_echo "$as_me: failed program was:" >&5
26753sed 's/^/| /' conftest.$ac_ext >&5
26754 rc=1
26755
26756
26757fi
26758 rm -Rf build
26759
26760
26761 if test $rc -ne 0; then :
26762
26763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26764$as_echo "no" >&6; }
26765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lookup_bdev() wants 2 args" >&5
26766$as_echo_n "checking whether lookup_bdev() wants 2 args... " >&6; }
26767
26768
26769
26770cat confdefs.h - <<_ACEOF >conftest.c
26771
26772
26773 #include <linux/fs.h>
26774
26775int
26776main (void)
26777{
26778
26779 lookup_bdev(NULL, FMODE_READ);
26780
26781 ;
26782 return 0;
26783}
26784
26785_ACEOF
26786
26787
26788
26789cat - <<_ACEOF >conftest.h
26790
26791_ACEOF
26792
26793
26794 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26795 echo "obj-m := conftest.o" >build/Makefile
26796 modpost_flag=''
26797 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26798 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26799 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26800 (eval $ac_try) 2>&5
26801 ac_status=$?
26802 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26803 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26804 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26805 (eval $ac_try) 2>&5
26806 ac_status=$?
26807 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26808 test $ac_status = 0; }; }; then :
26809 rc=0
26810else
26811 $as_echo "$as_me: failed program was:" >&5
26812sed 's/^/| /' conftest.$ac_ext >&5
26813 rc=1
26814
26815
26816fi
26817 rm -Rf build
26818
26819
26820 if test $rc -ne 0; then :
26821
26822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26823$as_echo "no" >&6; }
26824
26825 else
26826 if test "x$enable_linux_builtin" != xyes; then
26827
26828 grep -q -E '[[:space:]]lookup_bdev[[:space:]]' \
26829 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
26830 rc=$?
26831 if test $rc -ne 0; then
26832 export=0
26833 for file in fs/block_dev.c; do
26834 grep -q -E "EXPORT_SYMBOL.*(lookup_bdev)" \
26835 "$LINUX/$file" 2>/dev/null
26836 rc=$?
26837 if test $rc -eq 0; then
26838 export=1
26839 break;
26840 fi
26841 done
26842 if test $export -eq 0; then :
26843 rc=1
26844 else :
26845 rc=0
26846 fi
26847 else :
26848 rc=0
26849 fi
26850
26851 fi
26852 if test $rc -ne 0; then :
26853
26854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26855$as_echo "no" >&6; }
26856
26857 else :
26858
26859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26860$as_echo "yes" >&6; }
26861
26862$as_echo "#define HAVE_2ARGS_LOOKUP_BDEV 1" >>confdefs.h
26863
26864
26865 fi
26866 fi
26867
26868
26869 else
26870 if test "x$enable_linux_builtin" != xyes; then
26871
26872 grep -q -E '[[:space:]]lookup_bdev[[:space:]]' \
26873 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
26874 rc=$?
26875 if test $rc -ne 0; then
26876 export=0
26877 for file in fs/block_dev.c; do
26878 grep -q -E "EXPORT_SYMBOL.*(lookup_bdev)" \
26879 "$LINUX/$file" 2>/dev/null
26880 rc=$?
26881 if test $rc -eq 0; then
26882 export=1
26883 break;
26884 fi
26885 done
26886 if test $export -eq 0; then :
26887 rc=1
26888 else :
26889 rc=0
26890 fi
26891 else :
26892 rc=0
26893 fi
26894
26895 fi
26896 if test $rc -ne 0; then :
26897
26898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26899$as_echo "no" >&6; }
26900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lookup_bdev() wants 2 args" >&5
26901$as_echo_n "checking whether lookup_bdev() wants 2 args... " >&6; }
26902
26903
26904
26905cat confdefs.h - <<_ACEOF >conftest.c
26906
26907
26908 #include <linux/fs.h>
26909
26910int
26911main (void)
26912{
26913
26914 lookup_bdev(NULL, FMODE_READ);
26915
26916 ;
26917 return 0;
26918}
26919
26920_ACEOF
26921
26922
26923
26924cat - <<_ACEOF >conftest.h
26925
26926_ACEOF
26927
26928
26929 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
26930 echo "obj-m := conftest.o" >build/Makefile
26931 modpost_flag=''
26932 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
26933 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
26934 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26935 (eval $ac_try) 2>&5
26936 ac_status=$?
26937 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26938 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
26939 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26940 (eval $ac_try) 2>&5
26941 ac_status=$?
26942 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26943 test $ac_status = 0; }; }; then :
26944 rc=0
26945else
26946 $as_echo "$as_me: failed program was:" >&5
26947sed 's/^/| /' conftest.$ac_ext >&5
26948 rc=1
26949
26950
26951fi
26952 rm -Rf build
26953
26954
26955 if test $rc -ne 0; then :
26956
26957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26958$as_echo "no" >&6; }
26959
26960 else
26961 if test "x$enable_linux_builtin" != xyes; then
26962
26963 grep -q -E '[[:space:]]lookup_bdev[[:space:]]' \
26964 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
26965 rc=$?
26966 if test $rc -ne 0; then
26967 export=0
26968 for file in fs/block_dev.c; do
26969 grep -q -E "EXPORT_SYMBOL.*(lookup_bdev)" \
26970 "$LINUX/$file" 2>/dev/null
26971 rc=$?
26972 if test $rc -eq 0; then
26973 export=1
26974 break;
26975 fi
26976 done
26977 if test $export -eq 0; then :
26978 rc=1
26979 else :
26980 rc=0
26981 fi
26982 else :
26983 rc=0
26984 fi
26985
26986 fi
26987 if test $rc -ne 0; then :
26988
26989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26990$as_echo "no" >&6; }
26991
26992 else :
26993
26994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26995$as_echo "yes" >&6; }
26996
26997$as_echo "#define HAVE_2ARGS_LOOKUP_BDEV 1" >>confdefs.h
26998
26999
27000 fi
27001 fi
27002
27003
27004 else :
27005
27006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27007$as_echo "yes" >&6; }
27008
27009$as_echo "#define HAVE_1ARG_LOOKUP_BDEV 1" >>confdefs.h
27010
27011
27012 fi
27013 fi
27014
27015
27016
27017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether invalidate_bdev() wants 1 arg" >&5
27018$as_echo_n "checking whether invalidate_bdev() wants 1 arg... " >&6; }
27019
27020
27021cat confdefs.h - <<_ACEOF >conftest.c
27022
27023
27024 #include <linux/buffer_head.h>
27025
27026int
27027main (void)
27028{
27029
27030 struct block_device *bdev = NULL;
27031 invalidate_bdev(bdev);
27032
27033 ;
27034 return 0;
27035}
27036
27037_ACEOF
27038
27039
27040
27041cat - <<_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_1ARG_INVALIDATE_BDEV 1" >>confdefs.h
27066
27067
27068else
27069 $as_echo "$as_me: failed program was:" >&5
27070sed '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
27077fi
27078 rm -Rf build
27079
27080
27081
27082
27083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdev_logical_block_size() is available" >&5
27084$as_echo_n "checking whether bdev_logical_block_size() is available... " >&6; }
27085 tmp_flags="$EXTRA_KCFLAGS"
27086 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
27087
27088
27089cat confdefs.h - <<_ACEOF >conftest.c
27090
27091
27092 #include <linux/blkdev.h>
27093
27094int
27095main (void)
27096{
27097
27098 struct block_device *bdev = NULL;
27099 bdev_logical_block_size(bdev);
27100
27101 ;
27102 return 0;
27103}
27104
27105_ACEOF
27106
27107
27108
27109cat - <<_ACEOF >conftest.h
27110
27111_ACEOF
27112
27113
27114 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27115 echo "obj-m := conftest.o" >build/Makefile
27116 modpost_flag=''
27117 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27118 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27119 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27120 (eval $ac_try) 2>&5
27121 ac_status=$?
27122 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27123 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27124 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27125 (eval $ac_try) 2>&5
27126 ac_status=$?
27127 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27128 test $ac_status = 0; }; }; then :
27129
27130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27131$as_echo "yes" >&6; }
27132
27133$as_echo "#define HAVE_BDEV_LOGICAL_BLOCK_SIZE 1" >>confdefs.h
27134
27135
27136else
27137 $as_echo "$as_me: failed program was:" >&5
27138sed 's/^/| /' conftest.$ac_ext >&5
27139
27140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27141$as_echo "no" >&6; }
27142
27143
27144
27145fi
27146 rm -Rf build
27147
27148
27149 EXTRA_KCFLAGS="$tmp_flags"
27150
27151
27152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdev_physical_block_size() is available" >&5
27153$as_echo_n "checking whether bdev_physical_block_size() is available... " >&6; }
27154 tmp_flags="$EXTRA_KCFLAGS"
27155 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
27156
27157
27158cat confdefs.h - <<_ACEOF >conftest.c
27159
27160
27161 #include <linux/blkdev.h>
27162
27163int
27164main (void)
27165{
27166
27167 struct block_device *bdev = NULL;
27168 bdev_physical_block_size(bdev);
27169
27170 ;
27171 return 0;
27172}
27173
27174_ACEOF
27175
27176
27177
27178cat - <<_ACEOF >conftest.h
27179
27180_ACEOF
27181
27182
27183 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27184 echo "obj-m := conftest.o" >build/Makefile
27185 modpost_flag=''
27186 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27187 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27188 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27189 (eval $ac_try) 2>&5
27190 ac_status=$?
27191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27192 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27193 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27194 (eval $ac_try) 2>&5
27195 ac_status=$?
27196 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27197 test $ac_status = 0; }; }; then :
27198
27199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27200$as_echo "yes" >&6; }
27201
27202$as_echo "#define HAVE_BDEV_PHYSICAL_BLOCK_SIZE 1" >>confdefs.h
27203
27204
27205else
27206 $as_echo "$as_me: failed program was:" >&5
27207sed 's/^/| /' conftest.$ac_ext >&5
27208
27209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27210$as_echo "no" >&6; }
27211
27212
27213
27214fi
27215 rm -Rf build
27216
27217
27218 EXTRA_KCFLAGS="$tmp_flags"
27219
27220
27221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bio has bi_iter" >&5
27222$as_echo_n "checking whether bio has bi_iter... " >&6; }
27223
27224
27225cat confdefs.h - <<_ACEOF >conftest.c
27226
27227
27228 #include <linux/bio.h>
27229
27230int
27231main (void)
27232{
27233
27234 struct bio bio;
27235 bio.bi_iter.bi_sector = 0;
27236
27237 ;
27238 return 0;
27239}
27240
27241_ACEOF
27242
27243
27244
27245cat - <<_ACEOF >conftest.h
27246
27247_ACEOF
27248
27249
27250 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27251 echo "obj-m := conftest.o" >build/Makefile
27252 modpost_flag=''
27253 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27254 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27255 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27256 (eval $ac_try) 2>&5
27257 ac_status=$?
27258 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27259 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27260 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27261 (eval $ac_try) 2>&5
27262 ac_status=$?
27263 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27264 test $ac_status = 0; }; }; then :
27265
27266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27267$as_echo "yes" >&6; }
27268
27269$as_echo "#define HAVE_BIO_BVEC_ITER 1" >>confdefs.h
27270
27271
27272else
27273 $as_echo "$as_me: failed program was:" >&5
27274sed 's/^/| /' conftest.$ac_ext >&5
27275
27276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27277$as_echo "no" >&6; }
27278
27279
27280
27281fi
27282 rm -Rf build
27283
27284
27285
27286
27287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether BIO_RW_FAILFAST_* are defined" >&5
27288$as_echo_n "checking whether BIO_RW_FAILFAST_* are defined... " >&6; }
27289
27290
27291cat confdefs.h - <<_ACEOF >conftest.c
27292
27293
27294 #include <linux/bio.h>
27295
27296int
27297main (void)
27298{
27299
27300 int flags __attribute__ ((unused));
27301 flags = ((1 << BIO_RW_FAILFAST_DEV) |
27302 (1 << BIO_RW_FAILFAST_TRANSPORT) |
27303 (1 << BIO_RW_FAILFAST_DRIVER));
27304
27305 ;
27306 return 0;
27307}
27308
27309_ACEOF
27310
27311
27312
27313cat - <<_ACEOF >conftest.h
27314
27315_ACEOF
27316
27317
27318 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27319 echo "obj-m := conftest.o" >build/Makefile
27320 modpost_flag=''
27321 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27322 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27323 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27324 (eval $ac_try) 2>&5
27325 ac_status=$?
27326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27327 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27328 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27329 (eval $ac_try) 2>&5
27330 ac_status=$?
27331 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27332 test $ac_status = 0; }; }; then :
27333
27334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27335$as_echo "yes" >&6; }
27336
27337$as_echo "#define HAVE_BIO_RW_FAILFAST_DTD 1" >>confdefs.h
27338
27339
27340else
27341 $as_echo "$as_me: failed program was:" >&5
27342sed 's/^/| /' conftest.$ac_ext >&5
27343
27344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27345$as_echo "no" >&6; }
27346
27347
27348
27349fi
27350 rm -Rf build
27351
27352
27353
27354
27355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether REQ_FAILFAST_MASK is defined" >&5
27356$as_echo_n "checking whether REQ_FAILFAST_MASK is defined... " >&6; }
27357
27358
27359cat confdefs.h - <<_ACEOF >conftest.c
27360
27361
27362 #include <linux/bio.h>
27363
27364int
27365main (void)
27366{
27367
27368 int flags __attribute__ ((unused));
27369 flags = REQ_FAILFAST_MASK;
27370
27371 ;
27372 return 0;
27373}
27374
27375_ACEOF
27376
27377
27378
27379cat - <<_ACEOF >conftest.h
27380
27381_ACEOF
27382
27383
27384 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27385 echo "obj-m := conftest.o" >build/Makefile
27386 modpost_flag=''
27387 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27388 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27389 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27390 (eval $ac_try) 2>&5
27391 ac_status=$?
27392 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27393 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27394 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27395 (eval $ac_try) 2>&5
27396 ac_status=$?
27397 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27398 test $ac_status = 0; }; }; then :
27399
27400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27401$as_echo "yes" >&6; }
27402
27403$as_echo "#define HAVE_REQ_FAILFAST_MASK 1" >>confdefs.h
27404
27405
27406else
27407 $as_echo "$as_me: failed program was:" >&5
27408sed 's/^/| /' conftest.$ac_ext >&5
27409
27410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27411$as_echo "no" >&6; }
27412
27413
27414
27415fi
27416 rm -Rf build
27417
27418
27419
27420
27421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether REQ_OP_DISCARD is defined" >&5
27422$as_echo_n "checking whether REQ_OP_DISCARD is defined... " >&6; }
27423
27424
27425cat confdefs.h - <<_ACEOF >conftest.c
27426
27427
27428 #include <linux/blk_types.h>
27429
27430int
27431main (void)
27432{
27433
27434 int op __attribute__ ((unused)) = REQ_OP_DISCARD;
27435
27436 ;
27437 return 0;
27438}
27439
27440_ACEOF
27441
27442
27443
27444cat - <<_ACEOF >conftest.h
27445
27446_ACEOF
27447
27448
27449 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27450 echo "obj-m := conftest.o" >build/Makefile
27451 modpost_flag=''
27452 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27453 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27454 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27455 (eval $ac_try) 2>&5
27456 ac_status=$?
27457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27458 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27459 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27460 (eval $ac_try) 2>&5
27461 ac_status=$?
27462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27463 test $ac_status = 0; }; }; then :
27464
27465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27466$as_echo "yes" >&6; }
27467
27468$as_echo "#define HAVE_REQ_OP_DISCARD 1" >>confdefs.h
27469
27470
27471else
27472 $as_echo "$as_me: failed program was:" >&5
27473sed 's/^/| /' conftest.$ac_ext >&5
27474
27475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27476$as_echo "no" >&6; }
27477
27478
27479
27480fi
27481 rm -Rf build
27482
27483
27484
27485
27486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether REQ_OP_SECURE_ERASE is defined" >&5
27487$as_echo_n "checking whether REQ_OP_SECURE_ERASE is defined... " >&6; }
27488
27489
27490cat confdefs.h - <<_ACEOF >conftest.c
27491
27492
27493 #include <linux/blk_types.h>
27494
27495int
27496main (void)
27497{
27498
27499 int op __attribute__ ((unused)) = REQ_OP_SECURE_ERASE;
27500
27501 ;
27502 return 0;
27503}
27504
27505_ACEOF
27506
27507
27508
27509cat - <<_ACEOF >conftest.h
27510
27511_ACEOF
27512
27513
27514 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27515 echo "obj-m := conftest.o" >build/Makefile
27516 modpost_flag=''
27517 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27518 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27519 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27520 (eval $ac_try) 2>&5
27521 ac_status=$?
27522 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27523 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27524 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27525 (eval $ac_try) 2>&5
27526 ac_status=$?
27527 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27528 test $ac_status = 0; }; }; then :
27529
27530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27531$as_echo "yes" >&6; }
27532
27533$as_echo "#define HAVE_REQ_OP_SECURE_ERASE 1" >>confdefs.h
27534
27535
27536else
27537 $as_echo "$as_me: failed program was:" >&5
27538sed 's/^/| /' conftest.$ac_ext >&5
27539
27540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27541$as_echo "no" >&6; }
27542
27543
27544
27545fi
27546 rm -Rf build
27547
27548
27549
27550
27551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether REQ_OP_FLUSH is defined" >&5
27552$as_echo_n "checking whether REQ_OP_FLUSH is defined... " >&6; }
27553
27554
27555cat confdefs.h - <<_ACEOF >conftest.c
27556
27557
27558 #include <linux/blk_types.h>
27559
27560int
27561main (void)
27562{
27563
27564 int op __attribute__ ((unused)) = REQ_OP_FLUSH;
27565
27566 ;
27567 return 0;
27568}
27569
27570_ACEOF
27571
27572
27573
27574cat - <<_ACEOF >conftest.h
27575
27576_ACEOF
27577
27578
27579 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27580 echo "obj-m := conftest.o" >build/Makefile
27581 modpost_flag=''
27582 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27583 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27584 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27585 (eval $ac_try) 2>&5
27586 ac_status=$?
27587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27588 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27589 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27590 (eval $ac_try) 2>&5
27591 ac_status=$?
27592 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27593 test $ac_status = 0; }; }; then :
27594
27595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27596$as_echo "yes" >&6; }
27597
27598$as_echo "#define HAVE_REQ_OP_FLUSH 1" >>confdefs.h
27599
27600
27601else
27602 $as_echo "$as_me: failed program was:" >&5
27603sed 's/^/| /' conftest.$ac_ext >&5
27604
27605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27606$as_echo "no" >&6; }
27607
27608
27609
27610fi
27611 rm -Rf build
27612
27613
27614
27615
27616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bio->bi_opf is defined" >&5
27617$as_echo_n "checking whether bio->bi_opf is defined... " >&6; }
27618
27619
27620cat confdefs.h - <<_ACEOF >conftest.c
27621
27622
27623 #include <linux/bio.h>
27624
27625int
27626main (void)
27627{
27628
27629 struct bio bio __attribute__ ((unused));
27630 bio.bi_opf = 0;
27631
27632 ;
27633 return 0;
27634}
27635
27636_ACEOF
27637
27638
27639
27640cat - <<_ACEOF >conftest.h
27641
27642_ACEOF
27643
27644
27645 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27646 echo "obj-m := conftest.o" >build/Makefile
27647 modpost_flag=''
27648 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27649 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27650 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27651 (eval $ac_try) 2>&5
27652 ac_status=$?
27653 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27654 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27655 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27656 (eval $ac_try) 2>&5
27657 ac_status=$?
27658 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27659 test $ac_status = 0; }; }; then :
27660
27661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27662$as_echo "yes" >&6; }
27663
27664$as_echo "#define HAVE_BIO_BI_OPF 1" >>confdefs.h
27665
27666
27667else
27668 $as_echo "$as_me: failed program was:" >&5
27669sed 's/^/| /' conftest.$ac_ext >&5
27670
27671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27672$as_echo "no" >&6; }
27673
27674
27675
27676fi
27677 rm -Rf build
27678
27679
27680
27681
27682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bio_end_io_t wants 1 arg" >&5
27683$as_echo_n "checking whether bio_end_io_t wants 1 arg... " >&6; }
27684
27685
27686cat confdefs.h - <<_ACEOF >conftest.c
27687
27688
27689 #include <linux/bio.h>
27690
27691 void wanted_end_io(struct bio *bio) { return; }
27692
27693 bio_end_io_t *end_io __attribute__ ((unused)) = wanted_end_io;
27694
27695int
27696main (void)
27697{
27698
27699
27700 ;
27701 return 0;
27702}
27703
27704_ACEOF
27705
27706
27707
27708cat - <<_ACEOF >conftest.h
27709
27710_ACEOF
27711
27712
27713 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27714 echo "obj-m := conftest.o" >build/Makefile
27715 modpost_flag=''
27716 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27717 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27718 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27719 (eval $ac_try) 2>&5
27720 ac_status=$?
27721 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27722 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27723 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27724 (eval $ac_try) 2>&5
27725 ac_status=$?
27726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27727 test $ac_status = 0; }; }; then :
27728
27729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27730$as_echo "yes" >&6; }
27731
27732$as_echo "#define HAVE_1ARG_BIO_END_IO_T 1" >>confdefs.h
27733
27734
27735else
27736 $as_echo "$as_me: failed program was:" >&5
27737sed 's/^/| /' conftest.$ac_ext >&5
27738
27739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27740$as_echo "no" >&6; }
27741
27742
27743
27744fi
27745 rm -Rf build
27746
27747
27748
27749
27750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether BIO_RW_BARRIER is defined" >&5
27751$as_echo_n "checking whether BIO_RW_BARRIER is defined... " >&6; }
27752
27753
27754cat confdefs.h - <<_ACEOF >conftest.c
27755
27756
27757 #include <linux/bio.h>
27758
27759int
27760main (void)
27761{
27762
27763 int flags __attribute__ ((unused));
27764 flags = BIO_RW_BARRIER;
27765
27766 ;
27767 return 0;
27768}
27769
27770_ACEOF
27771
27772
27773
27774cat - <<_ACEOF >conftest.h
27775
27776_ACEOF
27777
27778
27779 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27780 echo "obj-m := conftest.o" >build/Makefile
27781 modpost_flag=''
27782 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27783 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27784 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27785 (eval $ac_try) 2>&5
27786 ac_status=$?
27787 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27788 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27789 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27790 (eval $ac_try) 2>&5
27791 ac_status=$?
27792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27793 test $ac_status = 0; }; }; then :
27794
27795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27796$as_echo "yes" >&6; }
27797
27798$as_echo "#define HAVE_BIO_RW_BARRIER 1" >>confdefs.h
27799
27800
27801else
27802 $as_echo "$as_me: failed program was:" >&5
27803sed 's/^/| /' conftest.$ac_ext >&5
27804
27805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27806$as_echo "no" >&6; }
27807
27808
27809
27810fi
27811 rm -Rf build
27812
27813
27814
27815
27816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether BIO_RW_DISCARD is defined" >&5
27817$as_echo_n "checking whether BIO_RW_DISCARD is defined... " >&6; }
27818
27819
27820cat confdefs.h - <<_ACEOF >conftest.c
27821
27822
27823 #include <linux/bio.h>
27824
27825int
27826main (void)
27827{
27828
27829 int flags __attribute__ ((unused));
27830 flags = BIO_RW_DISCARD;
27831
27832 ;
27833 return 0;
27834}
27835
27836_ACEOF
27837
27838
27839
27840cat - <<_ACEOF >conftest.h
27841
27842_ACEOF
27843
27844
27845 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27846 echo "obj-m := conftest.o" >build/Makefile
27847 modpost_flag=''
27848 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27849 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27850 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27851 (eval $ac_try) 2>&5
27852 ac_status=$?
27853 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27854 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27855 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27856 (eval $ac_try) 2>&5
27857 ac_status=$?
27858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27859 test $ac_status = 0; }; }; then :
27860
27861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27862$as_echo "yes" >&6; }
27863
27864$as_echo "#define HAVE_BIO_RW_DISCARD 1" >>confdefs.h
27865
27866
27867else
27868 $as_echo "$as_me: failed program was:" >&5
27869sed 's/^/| /' conftest.$ac_ext >&5
27870
27871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27872$as_echo "no" >&6; }
27873
27874
27875
27876fi
27877 rm -Rf build
27878
27879
27880
27881
27882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_flush() is available" >&5
27883$as_echo_n "checking whether blk_queue_flush() is available... " >&6; }
27884 tmp_flags="$EXTRA_KCFLAGS"
27885 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
27886
27887
27888cat confdefs.h - <<_ACEOF >conftest.c
27889
27890
27891 #include <linux/blkdev.h>
27892
27893int
27894main (void)
27895{
27896
27897 struct request_queue *q = NULL;
27898 (void) blk_queue_flush(q, REQ_FLUSH);
27899
27900 ;
27901 return 0;
27902}
27903
27904_ACEOF
27905
27906
27907
27908cat - <<_ACEOF >conftest.h
27909
27910_ACEOF
27911
27912
27913 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27914 echo "obj-m := conftest.o" >build/Makefile
27915 modpost_flag=''
27916 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27917 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27918 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27919 (eval $ac_try) 2>&5
27920 ac_status=$?
27921 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27922 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27923 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27924 (eval $ac_try) 2>&5
27925 ac_status=$?
27926 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27927 test $ac_status = 0; }; }; then :
27928
27929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27930$as_echo "yes" >&6; }
27931
27932$as_echo "#define HAVE_BLK_QUEUE_FLUSH 1" >>confdefs.h
27933
27934
27935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_flush() is GPL-only" >&5
27936$as_echo_n "checking whether blk_queue_flush() is GPL-only... " >&6; }
27937
27938
27939cat confdefs.h - <<_ACEOF >conftest.c
27940
27941
27942 #include <linux/module.h>
27943 #include <linux/blkdev.h>
27944
27945 MODULE_LICENSE("$ZFS_META_LICENSE");
27946
27947int
27948main (void)
27949{
27950
27951 struct request_queue *q = NULL;
27952 (void) blk_queue_flush(q, REQ_FLUSH);
27953
27954 ;
27955 return 0;
27956}
27957
27958_ACEOF
27959
27960
27961
27962cat - <<_ACEOF >conftest.h
27963
27964_ACEOF
27965
27966
27967 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
27968 echo "obj-m := conftest.o" >build/Makefile
27969 modpost_flag=''
27970 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
27971 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
27972 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27973 (eval $ac_try) 2>&5
27974 ac_status=$?
27975 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27976 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
27977 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27978 (eval $ac_try) 2>&5
27979 ac_status=$?
27980 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27981 test $ac_status = 0; }; }; then :
27982
27983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27984$as_echo "no" >&6; }
27985
27986else
27987 $as_echo "$as_me: failed program was:" >&5
27988sed 's/^/| /' conftest.$ac_ext >&5
27989
27990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27991$as_echo "yes" >&6; }
27992
27993$as_echo "#define HAVE_BLK_QUEUE_FLUSH_GPL_ONLY 1" >>confdefs.h
27994
27995
27996
27997
27998fi
27999 rm -Rf build
28000
28001
28002
28003else
28004 $as_echo "$as_me: failed program was:" >&5
28005sed 's/^/| /' conftest.$ac_ext >&5
28006
28007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28008$as_echo "no" >&6; }
28009
28010
28011
28012fi
28013 rm -Rf build
28014
28015
28016
28017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_write_cache() exists" >&5
28018$as_echo_n "checking whether blk_queue_write_cache() exists... " >&6; }
28019
28020
28021cat confdefs.h - <<_ACEOF >conftest.c
28022
28023
28024 #include <linux/kernel.h>
28025 #include <linux/blkdev.h>
28026
28027
28028int
28029main (void)
28030{
28031
28032 struct request_queue *q = NULL;
28033 blk_queue_write_cache(q, true, true);
28034
28035 ;
28036 return 0;
28037}
28038
28039_ACEOF
28040
28041
28042
28043cat - <<_ACEOF >conftest.h
28044
28045_ACEOF
28046
28047
28048 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28049 echo "obj-m := conftest.o" >build/Makefile
28050 modpost_flag=''
28051 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28052 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28053 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28054 (eval $ac_try) 2>&5
28055 ac_status=$?
28056 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28057 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28058 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28059 (eval $ac_try) 2>&5
28060 ac_status=$?
28061 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28062 test $ac_status = 0; }; }; then :
28063
28064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28065$as_echo "yes" >&6; }
28066
28067$as_echo "#define HAVE_BLK_QUEUE_WRITE_CACHE 1" >>confdefs.h
28068
28069
28070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_write_cache() is GPL-only" >&5
28071$as_echo_n "checking whether blk_queue_write_cache() is GPL-only... " >&6; }
28072
28073
28074cat confdefs.h - <<_ACEOF >conftest.c
28075
28076
28077 #include <linux/kernel.h>
28078 #include <linux/module.h>
28079 #include <linux/blkdev.h>
28080
28081 MODULE_LICENSE("$ZFS_META_LICENSE");
28082
28083int
28084main (void)
28085{
28086
28087 struct request_queue *q = NULL;
28088 blk_queue_write_cache(q, true, true);
28089
28090 ;
28091 return 0;
28092}
28093
28094_ACEOF
28095
28096
28097
28098cat - <<_ACEOF >conftest.h
28099
28100_ACEOF
28101
28102
28103 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28104 echo "obj-m := conftest.o" >build/Makefile
28105 modpost_flag=''
28106 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28107 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28108 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28109 (eval $ac_try) 2>&5
28110 ac_status=$?
28111 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28112 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28113 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28114 (eval $ac_try) 2>&5
28115 ac_status=$?
28116 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28117 test $ac_status = 0; }; }; then :
28118
28119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28120$as_echo "no" >&6; }
28121
28122else
28123 $as_echo "$as_me: failed program was:" >&5
28124sed 's/^/| /' conftest.$ac_ext >&5
28125
28126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28127$as_echo "yes" >&6; }
28128
28129$as_echo "#define HAVE_BLK_QUEUE_WRITE_CACHE_GPL_ONLY 1" >>confdefs.h
28130
28131
28132
28133
28134fi
28135 rm -Rf build
28136
28137
28138
28139else
28140 $as_echo "$as_me: failed program was:" >&5
28141sed 's/^/| /' conftest.$ac_ext >&5
28142
28143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28144$as_echo "no" >&6; }
28145
28146
28147
28148fi
28149 rm -Rf build
28150
28151
28152
28153 EXTRA_KCFLAGS="$tmp_flags"
28154
28155
28156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_max_hw_sectors() is available" >&5
28157$as_echo_n "checking whether blk_queue_max_hw_sectors() is available... " >&6; }
28158 tmp_flags="$EXTRA_KCFLAGS"
28159 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
28160
28161
28162cat confdefs.h - <<_ACEOF >conftest.c
28163
28164
28165 #include <linux/blkdev.h>
28166
28167int
28168main (void)
28169{
28170
28171 struct request_queue *q = NULL;
28172 (void) blk_queue_max_hw_sectors(q, BLK_SAFE_MAX_SECTORS);
28173
28174 ;
28175 return 0;
28176}
28177
28178_ACEOF
28179
28180
28181
28182cat - <<_ACEOF >conftest.h
28183
28184_ACEOF
28185
28186
28187 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28188 echo "obj-m := conftest.o" >build/Makefile
28189 modpost_flag=''
28190 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28191 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28192 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28193 (eval $ac_try) 2>&5
28194 ac_status=$?
28195 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28196 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28197 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28198 (eval $ac_try) 2>&5
28199 ac_status=$?
28200 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28201 test $ac_status = 0; }; }; then :
28202
28203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28204$as_echo "yes" >&6; }
28205
28206$as_echo "#define HAVE_BLK_QUEUE_MAX_HW_SECTORS 1" >>confdefs.h
28207
28208
28209else
28210 $as_echo "$as_me: failed program was:" >&5
28211sed 's/^/| /' conftest.$ac_ext >&5
28212
28213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28214$as_echo "no" >&6; }
28215
28216
28217
28218fi
28219 rm -Rf build
28220
28221
28222 EXTRA_KCFLAGS="$tmp_flags"
28223
28224
28225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether blk_queue_max_segments() is available" >&5
28226$as_echo_n "checking whether blk_queue_max_segments() is available... " >&6; }
28227 tmp_flags="$EXTRA_KCFLAGS"
28228 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
28229
28230
28231cat confdefs.h - <<_ACEOF >conftest.c
28232
28233
28234 #include <linux/blkdev.h>
28235
28236int
28237main (void)
28238{
28239
28240 struct request_queue *q = NULL;
28241 (void) blk_queue_max_segments(q, BLK_MAX_SEGMENTS);
28242
28243 ;
28244 return 0;
28245}
28246
28247_ACEOF
28248
28249
28250
28251cat - <<_ACEOF >conftest.h
28252
28253_ACEOF
28254
28255
28256 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28257 echo "obj-m := conftest.o" >build/Makefile
28258 modpost_flag=''
28259 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28260 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28261 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28262 (eval $ac_try) 2>&5
28263 ac_status=$?
28264 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28265 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28266 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28267 (eval $ac_try) 2>&5
28268 ac_status=$?
28269 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28270 test $ac_status = 0; }; }; then :
28271
28272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28273$as_echo "yes" >&6; }
28274
28275$as_echo "#define HAVE_BLK_QUEUE_MAX_SEGMENTS 1" >>confdefs.h
28276
28277
28278else
28279 $as_echo "$as_me: failed program was:" >&5
28280sed 's/^/| /' conftest.$ac_ext >&5
28281
28282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28283$as_echo "no" >&6; }
28284
28285
28286
28287fi
28288 rm -Rf build
28289
28290
28291 EXTRA_KCFLAGS="$tmp_flags"
28292
28293
28294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the BIO_RW_UNPLUG enum is available" >&5
28295$as_echo_n "checking whether the BIO_RW_UNPLUG enum is available... " >&6; }
28296 tmp_flags="$EXTRA_KCFLAGS"
28297 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
28298
28299
28300cat confdefs.h - <<_ACEOF >conftest.c
28301
28302
28303 #include <linux/blkdev.h>
28304
28305int
28306main (void)
28307{
28308
28309 extern enum bio_rw_flags rw;
28310
28311 rw = BIO_RW_UNPLUG;
28312
28313 ;
28314 return 0;
28315}
28316
28317_ACEOF
28318
28319
28320
28321cat - <<_ACEOF >conftest.h
28322
28323_ACEOF
28324
28325
28326 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28327 echo "obj-m := conftest.o" >build/Makefile
28328 modpost_flag=''
28329 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28330 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28331 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28332 (eval $ac_try) 2>&5
28333 ac_status=$?
28334 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28335 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28336 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28337 (eval $ac_try) 2>&5
28338 ac_status=$?
28339 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28340 test $ac_status = 0; }; }; then :
28341
28342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28343$as_echo "yes" >&6; }
28344
28345$as_echo "#define HAVE_BLK_QUEUE_HAVE_BIO_RW_UNPLUG 1" >>confdefs.h
28346
28347
28348else
28349 $as_echo "$as_me: failed program was:" >&5
28350sed 's/^/| /' conftest.$ac_ext >&5
28351
28352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28353$as_echo "no" >&6; }
28354
28355
28356
28357fi
28358 rm -Rf build
28359
28360
28361 EXTRA_KCFLAGS="$tmp_flags"
28362
28363
28364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct blk_plug is available" >&5
28365$as_echo_n "checking whether struct blk_plug is available... " >&6; }
28366 tmp_flags="$EXTRA_KCFLAGS"
28367 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
28368
28369
28370cat confdefs.h - <<_ACEOF >conftest.c
28371
28372
28373 #include <linux/blkdev.h>
28374
28375int
28376main (void)
28377{
28378
28379 struct blk_plug plug;
28380
28381 blk_start_plug(&plug);
28382 blk_finish_plug(&plug);
28383
28384 ;
28385 return 0;
28386}
28387
28388_ACEOF
28389
28390
28391
28392cat - <<_ACEOF >conftest.h
28393
28394_ACEOF
28395
28396
28397 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28398 echo "obj-m := conftest.o" >build/Makefile
28399 modpost_flag=''
28400 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28401 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28402 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28403 (eval $ac_try) 2>&5
28404 ac_status=$?
28405 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28406 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28407 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28408 (eval $ac_try) 2>&5
28409 ac_status=$?
28410 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28411 test $ac_status = 0; }; }; then :
28412
28413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28414$as_echo "yes" >&6; }
28415
28416$as_echo "#define HAVE_BLK_QUEUE_HAVE_BLK_PLUG 1" >>confdefs.h
28417
28418
28419else
28420 $as_echo "$as_me: failed program was:" >&5
28421sed 's/^/| /' conftest.$ac_ext >&5
28422
28423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28424$as_echo "no" >&6; }
28425
28426
28427
28428fi
28429 rm -Rf build
28430
28431
28432 EXTRA_KCFLAGS="$tmp_flags"
28433
28434
28435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether get_disk_ro() is available" >&5
28436$as_echo_n "checking whether get_disk_ro() is available... " >&6; }
28437 tmp_flags="$EXTRA_KCFLAGS"
28438 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
28439
28440
28441cat confdefs.h - <<_ACEOF >conftest.c
28442
28443
28444 #include <linux/blkdev.h>
28445
28446int
28447main (void)
28448{
28449
28450 struct gendisk *disk = NULL;
28451 (void) get_disk_ro(disk);
28452
28453 ;
28454 return 0;
28455}
28456
28457_ACEOF
28458
28459
28460
28461cat - <<_ACEOF >conftest.h
28462
28463_ACEOF
28464
28465
28466 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28467 echo "obj-m := conftest.o" >build/Makefile
28468 modpost_flag=''
28469 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28470 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28471 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28472 (eval $ac_try) 2>&5
28473 ac_status=$?
28474 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28475 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28476 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28477 (eval $ac_try) 2>&5
28478 ac_status=$?
28479 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28480 test $ac_status = 0; }; }; then :
28481
28482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28483$as_echo "yes" >&6; }
28484
28485$as_echo "#define HAVE_GET_DISK_RO 1" >>confdefs.h
28486
28487
28488else
28489 $as_echo "$as_me: failed program was:" >&5
28490sed 's/^/| /' conftest.$ac_ext >&5
28491
28492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28493$as_echo "no" >&6; }
28494
28495
28496
28497fi
28498 rm -Rf build
28499
28500
28501 EXTRA_KCFLAGS="$tmp_flags"
28502
28503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether get_gendisk() is available" >&5
28504$as_echo_n "checking whether get_gendisk() is available... " >&6; }
28505
28506
28507
28508cat confdefs.h - <<_ACEOF >conftest.c
28509
28510
28511 #include <linux/genhd.h>
28512
28513int
28514main (void)
28515{
28516
28517 get_gendisk(0, NULL);
28518
28519 ;
28520 return 0;
28521}
28522
28523_ACEOF
28524
28525
28526
28527cat - <<_ACEOF >conftest.h
28528
28529_ACEOF
28530
28531
28532 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28533 echo "obj-m := conftest.o" >build/Makefile
28534 modpost_flag=''
28535 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28536 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28537 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28538 (eval $ac_try) 2>&5
28539 ac_status=$?
28540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28541 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28542 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28543 (eval $ac_try) 2>&5
28544 ac_status=$?
28545 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28546 test $ac_status = 0; }; }; then :
28547 rc=0
28548else
28549 $as_echo "$as_me: failed program was:" >&5
28550sed 's/^/| /' conftest.$ac_ext >&5
28551 rc=1
28552
28553
28554fi
28555 rm -Rf build
28556
28557
28558 if test $rc -ne 0; then :
28559
28560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28561$as_echo "no" >&6; }
28562
28563 else
28564 if test "x$enable_linux_builtin" != xyes; then
28565
28566 grep -q -E '[[:space:]]get_gendisk[[:space:]]' \
28567 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
28568 rc=$?
28569 if test $rc -ne 0; then
28570 export=0
28571 for file in block/genhd.c; do
28572 grep -q -E "EXPORT_SYMBOL.*(get_gendisk)" \
28573 "$LINUX/$file" 2>/dev/null
28574 rc=$?
28575 if test $rc -eq 0; then
28576 export=1
28577 break;
28578 fi
28579 done
28580 if test $export -eq 0; then :
28581 rc=1
28582 else :
28583 rc=0
28584 fi
28585 else :
28586 rc=0
28587 fi
28588
28589 fi
28590 if test $rc -ne 0; then :
28591
28592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28593$as_echo "no" >&6; }
28594
28595 else :
28596
28597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28598$as_echo "yes" >&6; }
28599
28600$as_echo "#define HAVE_GET_GENDISK 1" >>confdefs.h
28601
28602
28603 fi
28604 fi
28605
28606
28607
28608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bio_set_op_attrs is available" >&5
28609$as_echo_n "checking whether bio_set_op_attrs is available... " >&6; }
28610
28611
28612cat confdefs.h - <<_ACEOF >conftest.c
28613
28614
28615 #include <linux/blk_types.h>
28616
28617int
28618main (void)
28619{
28620
28621 struct bio *bio __attribute__ ((unused)) = NULL;
28622
28623 bio_set_op_attrs(bio, 0, 0);
28624
28625 ;
28626 return 0;
28627}
28628
28629_ACEOF
28630
28631
28632
28633cat - <<_ACEOF >conftest.h
28634
28635_ACEOF
28636
28637
28638 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28639 echo "obj-m := conftest.o" >build/Makefile
28640 modpost_flag=''
28641 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28642 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28643 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28644 (eval $ac_try) 2>&5
28645 ac_status=$?
28646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28647 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28648 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28649 (eval $ac_try) 2>&5
28650 ac_status=$?
28651 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28652 test $ac_status = 0; }; }; then :
28653
28654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28655$as_echo "yes" >&6; }
28656
28657$as_echo "#define HAVE_BIO_SET_OP_ATTRS 1" >>confdefs.h
28658
28659
28660else
28661 $as_echo "$as_me: failed program was:" >&5
28662sed 's/^/| /' conftest.$ac_ext >&5
28663
28664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28665$as_echo "no" >&6; }
28666
28667
28668
28669fi
28670 rm -Rf build
28671
28672
28673
28674
28675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic_readlink is global" >&5
28676$as_echo_n "checking whether generic_readlink is global... " >&6; }
28677
28678
28679cat confdefs.h - <<_ACEOF >conftest.c
28680
28681
28682 #include <linux/fs.h>
28683
28684int
28685main (void)
28686{
28687
28688 int i __attribute__ ((unused));
28689
28690 i = generic_readlink(NULL, NULL, 0);
28691
28692 ;
28693 return 0;
28694}
28695
28696_ACEOF
28697
28698
28699
28700cat - <<_ACEOF >conftest.h
28701
28702_ACEOF
28703
28704
28705 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28706 echo "obj-m := conftest.o" >build/Makefile
28707 modpost_flag=''
28708 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28709 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28710 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28711 (eval $ac_try) 2>&5
28712 ac_status=$?
28713 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28714 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28715 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28716 (eval $ac_try) 2>&5
28717 ac_status=$?
28718 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28719 test $ac_status = 0; }; }; then :
28720
28721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28722$as_echo "yes" >&6; }
28723
28724$as_echo "#define HAVE_GENERIC_READLINK 1" >>confdefs.h
28725
28726
28727else
28728 $as_echo "$as_me: failed program was:" >&5
28729sed 's/^/| /' conftest.$ac_ext >&5
28730
28731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28732$as_echo "no" >&6; }
28733
28734
28735
28736fi
28737 rm -Rf build
28738
28739
28740
28741
28742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ql->discard_granularity is available" >&5
28743$as_echo_n "checking whether ql->discard_granularity is available... " >&6; }
28744
28745
28746cat confdefs.h - <<_ACEOF >conftest.c
28747
28748
28749 #include <linux/blkdev.h>
28750
28751int
28752main (void)
28753{
28754
28755 struct queue_limits ql __attribute__ ((unused));
28756
28757 ql.discard_granularity = 0;
28758
28759 ;
28760 return 0;
28761}
28762
28763_ACEOF
28764
28765
28766
28767cat - <<_ACEOF >conftest.h
28768
28769_ACEOF
28770
28771
28772 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28773 echo "obj-m := conftest.o" >build/Makefile
28774 modpost_flag=''
28775 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28776 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28777 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28778 (eval $ac_try) 2>&5
28779 ac_status=$?
28780 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28781 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28782 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28783 (eval $ac_try) 2>&5
28784 ac_status=$?
28785 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28786 test $ac_status = 0; }; }; then :
28787
28788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28789$as_echo "yes" >&6; }
28790
28791$as_echo "#define HAVE_DISCARD_GRANULARITY 1" >>confdefs.h
28792
28793
28794else
28795 $as_echo "$as_me: failed program was:" >&5
28796sed 's/^/| /' conftest.$ac_ext >&5
28797
28798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28799$as_echo "no" >&6; }
28800
28801
28802
28803fi
28804 rm -Rf build
28805
28806
28807
28808
28809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether super_block uses const struct xattr_handler" >&5
28810$as_echo_n "checking whether super_block uses const struct xattr_handler... " >&6; }
28811
28812
28813cat confdefs.h - <<_ACEOF >conftest.c
28814
28815
28816 #include <linux/fs.h>
28817 #include <linux/xattr.h>
28818
28819 const struct xattr_handler xattr_test_handler = {
28820 .prefix = "test",
28821 .get = NULL,
28822 .set = NULL,
28823 };
28824
28825 const struct xattr_handler *xattr_handlers[] = {
28826 &xattr_test_handler,
28827 };
28828
28829 const struct super_block sb __attribute__ ((unused)) = {
28830 .s_xattr = xattr_handlers,
28831 };
28832
28833int
28834main (void)
28835{
28836
28837
28838 ;
28839 return 0;
28840}
28841
28842_ACEOF
28843
28844
28845
28846cat - <<_ACEOF >conftest.h
28847
28848_ACEOF
28849
28850
28851 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28852 echo "obj-m := conftest.o" >build/Makefile
28853 modpost_flag=''
28854 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28855 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28856 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28857 (eval $ac_try) 2>&5
28858 ac_status=$?
28859 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28860 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28861 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28862 (eval $ac_try) 2>&5
28863 ac_status=$?
28864 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28865 test $ac_status = 0; }; }; then :
28866
28867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28868$as_echo "yes" >&6; }
28869
28870$as_echo "#define HAVE_CONST_XATTR_HANDLER 1" >>confdefs.h
28871
28872
28873else
28874 $as_echo "$as_me: failed program was:" >&5
28875sed 's/^/| /' conftest.$ac_ext >&5
28876
28877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28878$as_echo "no" >&6; }
28879
28880
28881
28882fi
28883 rm -Rf build
28884
28885
28886
28887
28888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler has name" >&5
28889$as_echo_n "checking whether xattr_handler has name... " >&6; }
28890
28891
28892cat confdefs.h - <<_ACEOF >conftest.c
28893
28894
28895 #include <linux/xattr.h>
28896
28897 static const struct xattr_handler
28898 xops __attribute__ ((unused)) = {
28899 .name = XATTR_NAME_POSIX_ACL_ACCESS,
28900 };
28901
28902int
28903main (void)
28904{
28905
28906
28907 ;
28908 return 0;
28909}
28910
28911_ACEOF
28912
28913
28914
28915cat - <<_ACEOF >conftest.h
28916
28917_ACEOF
28918
28919
28920 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28921 echo "obj-m := conftest.o" >build/Makefile
28922 modpost_flag=''
28923 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28924 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28925 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28926 (eval $ac_try) 2>&5
28927 ac_status=$?
28928 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28929 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
28930 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28931 (eval $ac_try) 2>&5
28932 ac_status=$?
28933 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28934 test $ac_status = 0; }; }; then :
28935
28936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28937$as_echo "yes" >&6; }
28938
28939$as_echo "#define HAVE_XATTR_HANDLER_NAME 1" >>confdefs.h
28940
28941
28942else
28943 $as_echo "$as_me: failed program was:" >&5
28944sed 's/^/| /' conftest.$ac_ext >&5
28945
28946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28947$as_echo "no" >&6; }
28948
28949
28950
28951fi
28952 rm -Rf build
28953
28954
28955
28956
28957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->get() wants both dentry and inode" >&5
28958$as_echo_n "checking whether xattr_handler->get() wants both dentry and inode... " >&6; }
28959
28960
28961cat confdefs.h - <<_ACEOF >conftest.c
28962
28963
28964 #include <linux/xattr.h>
28965
28966 int get(const struct xattr_handler *handler,
28967 struct dentry *dentry, struct inode *inode,
28968 const char *name, void *buffer, size_t size) { return 0; }
28969 static const struct xattr_handler
28970 xops __attribute__ ((unused)) = {
28971 .get = get,
28972 };
28973
28974int
28975main (void)
28976{
28977
28978
28979 ;
28980 return 0;
28981}
28982
28983_ACEOF
28984
28985
28986
28987cat - <<_ACEOF >conftest.h
28988
28989_ACEOF
28990
28991
28992 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
28993 echo "obj-m := conftest.o" >build/Makefile
28994 modpost_flag=''
28995 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
28996 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
28997 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28998 (eval $ac_try) 2>&5
28999 ac_status=$?
29000 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29001 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29002 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29003 (eval $ac_try) 2>&5
29004 ac_status=$?
29005 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29006 test $ac_status = 0; }; }; then :
29007
29008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29009$as_echo "yes" >&6; }
29010
29011$as_echo "#define HAVE_XATTR_GET_DENTRY_INODE 1" >>confdefs.h
29012
29013
29014else
29015 $as_echo "$as_me: failed program was:" >&5
29016sed 's/^/| /' conftest.$ac_ext >&5
29017
29018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->get() wants xattr_handler" >&5
29019$as_echo_n "checking whether xattr_handler->get() wants xattr_handler... " >&6; }
29020
29021
29022cat confdefs.h - <<_ACEOF >conftest.c
29023
29024
29025 #include <linux/xattr.h>
29026
29027 int get(const struct xattr_handler *handler,
29028 struct dentry *dentry, const char *name,
29029 void *buffer, size_t size) { return 0; }
29030 static const struct xattr_handler
29031 xops __attribute__ ((unused)) = {
29032 .get = get,
29033 };
29034
29035int
29036main (void)
29037{
29038
29039
29040 ;
29041 return 0;
29042}
29043
29044_ACEOF
29045
29046
29047
29048cat - <<_ACEOF >conftest.h
29049
29050_ACEOF
29051
29052
29053 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29054 echo "obj-m := conftest.o" >build/Makefile
29055 modpost_flag=''
29056 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29057 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29058 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29059 (eval $ac_try) 2>&5
29060 ac_status=$?
29061 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29062 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29063 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29064 (eval $ac_try) 2>&5
29065 ac_status=$?
29066 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29067 test $ac_status = 0; }; }; then :
29068
29069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29070$as_echo "yes" >&6; }
29071
29072$as_echo "#define HAVE_XATTR_GET_HANDLER 1" >>confdefs.h
29073
29074
29075else
29076 $as_echo "$as_me: failed program was:" >&5
29077sed 's/^/| /' conftest.$ac_ext >&5
29078
29079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29080$as_echo "no" >&6; }
29081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->get() wants dentry" >&5
29082$as_echo_n "checking whether xattr_handler->get() wants dentry... " >&6; }
29083
29084
29085cat confdefs.h - <<_ACEOF >conftest.c
29086
29087
29088 #include <linux/xattr.h>
29089
29090 int get(struct dentry *dentry, const char *name,
29091 void *buffer, size_t size, int handler_flags)
29092 { return 0; }
29093 static const struct xattr_handler
29094 xops __attribute__ ((unused)) = {
29095 .get = get,
29096 };
29097
29098int
29099main (void)
29100{
29101
29102
29103 ;
29104 return 0;
29105}
29106
29107_ACEOF
29108
29109
29110
29111cat - <<_ACEOF >conftest.h
29112
29113_ACEOF
29114
29115
29116 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29117 echo "obj-m := conftest.o" >build/Makefile
29118 modpost_flag=''
29119 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29120 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29121 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29122 (eval $ac_try) 2>&5
29123 ac_status=$?
29124 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29125 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29126 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29127 (eval $ac_try) 2>&5
29128 ac_status=$?
29129 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29130 test $ac_status = 0; }; }; then :
29131
29132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29133$as_echo "yes" >&6; }
29134
29135$as_echo "#define HAVE_XATTR_GET_DENTRY 1" >>confdefs.h
29136
29137
29138else
29139 $as_echo "$as_me: failed program was:" >&5
29140sed 's/^/| /' conftest.$ac_ext >&5
29141
29142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29143$as_echo "no" >&6; }
29144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->get() wants inode" >&5
29145$as_echo_n "checking whether xattr_handler->get() wants inode... " >&6; }
29146
29147
29148cat confdefs.h - <<_ACEOF >conftest.c
29149
29150
29151 #include <linux/xattr.h>
29152
29153 int get(struct inode *ip, const char *name,
29154 void *buffer, size_t size) { return 0; }
29155 static const struct xattr_handler
29156 xops __attribute__ ((unused)) = {
29157 .get = get,
29158 };
29159
29160int
29161main (void)
29162{
29163
29164
29165 ;
29166 return 0;
29167}
29168
29169_ACEOF
29170
29171
29172
29173cat - <<_ACEOF >conftest.h
29174
29175_ACEOF
29176
29177
29178 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29179 echo "obj-m := conftest.o" >build/Makefile
29180 modpost_flag=''
29181 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29182 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29183 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29184 (eval $ac_try) 2>&5
29185 ac_status=$?
29186 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29187 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29188 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29189 (eval $ac_try) 2>&5
29190 ac_status=$?
29191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29192 test $ac_status = 0; }; }; then :
29193
29194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29195$as_echo "yes" >&6; }
29196
29197$as_echo "#define HAVE_XATTR_GET_INODE 1" >>confdefs.h
29198
29199
29200else
29201 $as_echo "$as_me: failed program was:" >&5
29202sed 's/^/| /' conftest.$ac_ext >&5
29203
29204 as_fn_error $? "no; please file a bug report" "$LINENO" 5
29205
29206
29207
29208fi
29209 rm -Rf build
29210
29211
29212
29213
29214
29215fi
29216 rm -Rf build
29217
29218
29219
29220
29221
29222fi
29223 rm -Rf build
29224
29225
29226
29227
29228
29229fi
29230 rm -Rf build
29231
29232
29233
29234
29235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->set() wants both dentry and inode" >&5
29236$as_echo_n "checking whether xattr_handler->set() wants both dentry and inode... " >&6; }
29237
29238
29239cat confdefs.h - <<_ACEOF >conftest.c
29240
29241
29242 #include <linux/xattr.h>
29243
29244 int set(const struct xattr_handler *handler,
29245 struct dentry *dentry, struct inode *inode,
29246 const char *name, const void *buffer,
29247 size_t size, int flags)
29248 { return 0; }
29249 static const struct xattr_handler
29250 xops __attribute__ ((unused)) = {
29251 .set = set,
29252 };
29253
29254int
29255main (void)
29256{
29257
29258
29259 ;
29260 return 0;
29261}
29262
29263_ACEOF
29264
29265
29266
29267cat - <<_ACEOF >conftest.h
29268
29269_ACEOF
29270
29271
29272 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29273 echo "obj-m := conftest.o" >build/Makefile
29274 modpost_flag=''
29275 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29276 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29277 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29278 (eval $ac_try) 2>&5
29279 ac_status=$?
29280 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29281 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29282 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29283 (eval $ac_try) 2>&5
29284 ac_status=$?
29285 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29286 test $ac_status = 0; }; }; then :
29287
29288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29289$as_echo "yes" >&6; }
29290
29291$as_echo "#define HAVE_XATTR_SET_DENTRY_INODE 1" >>confdefs.h
29292
29293
29294else
29295 $as_echo "$as_me: failed program was:" >&5
29296sed 's/^/| /' conftest.$ac_ext >&5
29297
29298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->set() wants xattr_handler" >&5
29299$as_echo_n "checking whether xattr_handler->set() wants xattr_handler... " >&6; }
29300
29301
29302cat confdefs.h - <<_ACEOF >conftest.c
29303
29304
29305 #include <linux/xattr.h>
29306
29307 int set(const struct xattr_handler *handler,
29308 struct dentry *dentry, const char *name,
29309 const void *buffer, size_t size, int flags)
29310 { return 0; }
29311 static const struct xattr_handler
29312 xops __attribute__ ((unused)) = {
29313 .set = set,
29314 };
29315
29316int
29317main (void)
29318{
29319
29320
29321 ;
29322 return 0;
29323}
29324
29325_ACEOF
29326
29327
29328
29329cat - <<_ACEOF >conftest.h
29330
29331_ACEOF
29332
29333
29334 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29335 echo "obj-m := conftest.o" >build/Makefile
29336 modpost_flag=''
29337 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29338 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29339 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29340 (eval $ac_try) 2>&5
29341 ac_status=$?
29342 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29343 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29344 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29345 (eval $ac_try) 2>&5
29346 ac_status=$?
29347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29348 test $ac_status = 0; }; }; then :
29349
29350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29351$as_echo "yes" >&6; }
29352
29353$as_echo "#define HAVE_XATTR_SET_HANDLER 1" >>confdefs.h
29354
29355
29356else
29357 $as_echo "$as_me: failed program was:" >&5
29358sed 's/^/| /' conftest.$ac_ext >&5
29359
29360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29361$as_echo "no" >&6; }
29362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->set() wants dentry" >&5
29363$as_echo_n "checking whether xattr_handler->set() wants dentry... " >&6; }
29364
29365
29366cat confdefs.h - <<_ACEOF >conftest.c
29367
29368
29369 #include <linux/xattr.h>
29370
29371 int set(struct dentry *dentry, const char *name,
29372 const void *buffer, size_t size, int flags,
29373 int handler_flags) { return 0; }
29374 static const struct xattr_handler
29375 xops __attribute__ ((unused)) = {
29376 .set = set,
29377 };
29378
29379int
29380main (void)
29381{
29382
29383
29384 ;
29385 return 0;
29386}
29387
29388_ACEOF
29389
29390
29391
29392cat - <<_ACEOF >conftest.h
29393
29394_ACEOF
29395
29396
29397 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29398 echo "obj-m := conftest.o" >build/Makefile
29399 modpost_flag=''
29400 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29401 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29402 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29403 (eval $ac_try) 2>&5
29404 ac_status=$?
29405 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29406 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29407 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29408 (eval $ac_try) 2>&5
29409 ac_status=$?
29410 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29411 test $ac_status = 0; }; }; then :
29412
29413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29414$as_echo "yes" >&6; }
29415
29416$as_echo "#define HAVE_XATTR_SET_DENTRY 1" >>confdefs.h
29417
29418
29419else
29420 $as_echo "$as_me: failed program was:" >&5
29421sed 's/^/| /' conftest.$ac_ext >&5
29422
29423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29424$as_echo "no" >&6; }
29425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->set() wants inode" >&5
29426$as_echo_n "checking whether xattr_handler->set() wants inode... " >&6; }
29427
29428
29429cat confdefs.h - <<_ACEOF >conftest.c
29430
29431
29432 #include <linux/xattr.h>
29433
29434 int set(struct inode *ip, const char *name,
29435 const void *buffer, size_t size, int flags)
29436 { return 0; }
29437 static const struct xattr_handler
29438 xops __attribute__ ((unused)) = {
29439 .set = set,
29440 };
29441
29442int
29443main (void)
29444{
29445
29446
29447 ;
29448 return 0;
29449}
29450
29451_ACEOF
29452
29453
29454
29455cat - <<_ACEOF >conftest.h
29456
29457_ACEOF
29458
29459
29460 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29461 echo "obj-m := conftest.o" >build/Makefile
29462 modpost_flag=''
29463 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29464 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29465 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29466 (eval $ac_try) 2>&5
29467 ac_status=$?
29468 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29469 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29470 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29471 (eval $ac_try) 2>&5
29472 ac_status=$?
29473 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29474 test $ac_status = 0; }; }; then :
29475
29476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29477$as_echo "yes" >&6; }
29478
29479$as_echo "#define HAVE_XATTR_SET_INODE 1" >>confdefs.h
29480
29481
29482else
29483 $as_echo "$as_me: failed program was:" >&5
29484sed 's/^/| /' conftest.$ac_ext >&5
29485
29486 as_fn_error $? "no; please file a bug report" "$LINENO" 5
29487
29488
29489
29490fi
29491 rm -Rf build
29492
29493
29494
29495
29496
29497fi
29498 rm -Rf build
29499
29500
29501
29502
29503
29504fi
29505 rm -Rf build
29506
29507
29508
29509
29510
29511fi
29512 rm -Rf build
29513
29514
29515
29516
29517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->list() wants simple" >&5
29518$as_echo_n "checking whether xattr_handler->list() wants simple... " >&6; }
29519
29520
29521cat confdefs.h - <<_ACEOF >conftest.c
29522
29523
29524 #include <linux/xattr.h>
29525
29526 bool list(struct dentry *dentry) { return 0; }
29527 static const struct xattr_handler
29528 xops __attribute__ ((unused)) = {
29529 .list = list,
29530 };
29531
29532int
29533main (void)
29534{
29535
29536
29537 ;
29538 return 0;
29539}
29540
29541_ACEOF
29542
29543
29544
29545cat - <<_ACEOF >conftest.h
29546
29547_ACEOF
29548
29549
29550 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29551 echo "obj-m := conftest.o" >build/Makefile
29552 modpost_flag=''
29553 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29554 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29555 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29556 (eval $ac_try) 2>&5
29557 ac_status=$?
29558 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29559 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29560 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29561 (eval $ac_try) 2>&5
29562 ac_status=$?
29563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29564 test $ac_status = 0; }; }; then :
29565
29566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29567$as_echo "yes" >&6; }
29568
29569$as_echo "#define HAVE_XATTR_LIST_SIMPLE 1" >>confdefs.h
29570
29571
29572else
29573 $as_echo "$as_me: failed program was:" >&5
29574sed 's/^/| /' conftest.$ac_ext >&5
29575
29576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29577$as_echo "no" >&6; }
29578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->list() wants xattr_handler" >&5
29579$as_echo_n "checking whether xattr_handler->list() wants xattr_handler... " >&6; }
29580
29581
29582cat confdefs.h - <<_ACEOF >conftest.c
29583
29584
29585 #include <linux/xattr.h>
29586
29587 size_t list(const struct xattr_handler *handler,
29588 struct dentry *dentry, char *list, size_t list_size,
29589 const char *name, size_t name_len) { return 0; }
29590 static const struct xattr_handler
29591 xops __attribute__ ((unused)) = {
29592 .list = list,
29593 };
29594
29595int
29596main (void)
29597{
29598
29599
29600 ;
29601 return 0;
29602}
29603
29604_ACEOF
29605
29606
29607
29608cat - <<_ACEOF >conftest.h
29609
29610_ACEOF
29611
29612
29613 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29614 echo "obj-m := conftest.o" >build/Makefile
29615 modpost_flag=''
29616 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29617 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29618 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29619 (eval $ac_try) 2>&5
29620 ac_status=$?
29621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29622 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29623 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29624 (eval $ac_try) 2>&5
29625 ac_status=$?
29626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29627 test $ac_status = 0; }; }; then :
29628
29629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29630$as_echo "yes" >&6; }
29631
29632$as_echo "#define HAVE_XATTR_LIST_HANDLER 1" >>confdefs.h
29633
29634
29635else
29636 $as_echo "$as_me: failed program was:" >&5
29637sed 's/^/| /' conftest.$ac_ext >&5
29638
29639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29640$as_echo "no" >&6; }
29641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->list() wants dentry" >&5
29642$as_echo_n "checking whether xattr_handler->list() wants dentry... " >&6; }
29643
29644
29645cat confdefs.h - <<_ACEOF >conftest.c
29646
29647
29648 #include <linux/xattr.h>
29649
29650 size_t list(struct dentry *dentry,
29651 char *list, size_t list_size,
29652 const char *name, size_t name_len,
29653 int handler_flags) { return 0; }
29654 static const struct xattr_handler
29655 xops __attribute__ ((unused)) = {
29656 .list = list,
29657 };
29658
29659int
29660main (void)
29661{
29662
29663
29664 ;
29665 return 0;
29666}
29667
29668_ACEOF
29669
29670
29671
29672cat - <<_ACEOF >conftest.h
29673
29674_ACEOF
29675
29676
29677 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29678 echo "obj-m := conftest.o" >build/Makefile
29679 modpost_flag=''
29680 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29681 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29682 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29683 (eval $ac_try) 2>&5
29684 ac_status=$?
29685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29686 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29687 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29688 (eval $ac_try) 2>&5
29689 ac_status=$?
29690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29691 test $ac_status = 0; }; }; then :
29692
29693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29694$as_echo "yes" >&6; }
29695
29696$as_echo "#define HAVE_XATTR_LIST_DENTRY 1" >>confdefs.h
29697
29698
29699else
29700 $as_echo "$as_me: failed program was:" >&5
29701sed 's/^/| /' conftest.$ac_ext >&5
29702
29703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29704$as_echo "no" >&6; }
29705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr_handler->list() wants inode" >&5
29706$as_echo_n "checking whether xattr_handler->list() wants inode... " >&6; }
29707
29708
29709cat confdefs.h - <<_ACEOF >conftest.c
29710
29711
29712 #include <linux/xattr.h>
29713
29714 size_t list(struct inode *ip, char *lst,
29715 size_t list_size, const char *name,
29716 size_t name_len) { return 0; }
29717 static const struct xattr_handler
29718 xops __attribute__ ((unused)) = {
29719 .list = list,
29720 };
29721
29722int
29723main (void)
29724{
29725
29726
29727 ;
29728 return 0;
29729}
29730
29731_ACEOF
29732
29733
29734
29735cat - <<_ACEOF >conftest.h
29736
29737_ACEOF
29738
29739
29740 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29741 echo "obj-m := conftest.o" >build/Makefile
29742 modpost_flag=''
29743 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29744 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29745 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29746 (eval $ac_try) 2>&5
29747 ac_status=$?
29748 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29749 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29750 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29751 (eval $ac_try) 2>&5
29752 ac_status=$?
29753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29754 test $ac_status = 0; }; }; then :
29755
29756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29757$as_echo "yes" >&6; }
29758
29759$as_echo "#define HAVE_XATTR_LIST_INODE 1" >>confdefs.h
29760
29761
29762else
29763 $as_echo "$as_me: failed program was:" >&5
29764sed 's/^/| /' conftest.$ac_ext >&5
29765
29766 as_fn_error $? "no; please file a bug report" "$LINENO" 5
29767
29768
29769
29770fi
29771 rm -Rf build
29772
29773
29774
29775
29776
29777fi
29778 rm -Rf build
29779
29780
29781
29782
29783
29784fi
29785 rm -Rf build
29786
29787
29788
29789
29790
29791fi
29792 rm -Rf build
29793
29794
29795
29796
29797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether inode_owner_or_capable() exists" >&5
29798$as_echo_n "checking whether inode_owner_or_capable() exists... " >&6; }
29799
29800
29801cat confdefs.h - <<_ACEOF >conftest.c
29802
29803
29804 #include <linux/fs.h>
29805
29806int
29807main (void)
29808{
29809
29810 struct inode *ip = NULL;
29811 (void) inode_owner_or_capable(ip);
29812
29813 ;
29814 return 0;
29815}
29816
29817_ACEOF
29818
29819
29820
29821cat - <<_ACEOF >conftest.h
29822
29823_ACEOF
29824
29825
29826 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29827 echo "obj-m := conftest.o" >build/Makefile
29828 modpost_flag=''
29829 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29830 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29831 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29832 (eval $ac_try) 2>&5
29833 ac_status=$?
29834 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29835 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29836 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29837 (eval $ac_try) 2>&5
29838 ac_status=$?
29839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29840 test $ac_status = 0; }; }; then :
29841
29842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29843$as_echo "yes" >&6; }
29844
29845$as_echo "#define HAVE_INODE_OWNER_OR_CAPABLE 1" >>confdefs.h
29846
29847
29848else
29849 $as_echo "$as_me: failed program was:" >&5
29850sed 's/^/| /' conftest.$ac_ext >&5
29851
29852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29853$as_echo "no" >&6; }
29854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether is_owner_or_cap() exists" >&5
29855$as_echo_n "checking whether is_owner_or_cap() exists... " >&6; }
29856
29857
29858cat confdefs.h - <<_ACEOF >conftest.c
29859
29860
29861 #include <linux/fs.h>
29862 #include <linux/sched.h>
29863
29864int
29865main (void)
29866{
29867
29868 struct inode *ip = NULL;
29869 (void) is_owner_or_cap(ip);
29870
29871 ;
29872 return 0;
29873}
29874
29875_ACEOF
29876
29877
29878
29879cat - <<_ACEOF >conftest.h
29880
29881_ACEOF
29882
29883
29884 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29885 echo "obj-m := conftest.o" >build/Makefile
29886 modpost_flag=''
29887 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29888 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29889 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29890 (eval $ac_try) 2>&5
29891 ac_status=$?
29892 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29893 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29894 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29895 (eval $ac_try) 2>&5
29896 ac_status=$?
29897 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29898 test $ac_status = 0; }; }; then :
29899
29900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29901$as_echo "yes" >&6; }
29902
29903$as_echo "#define HAVE_IS_OWNER_OR_CAP 1" >>confdefs.h
29904
29905
29906else
29907 $as_echo "$as_me: failed program was:" >&5
29908sed 's/^/| /' conftest.$ac_ext >&5
29909
29910 as_fn_error $? "no - Please file a bug report at
29911 https://github.com/zfsonlinux/zfs/issues/new" "$LINENO" 5
29912
29913
29914
29915fi
29916 rm -Rf build
29917
29918
29919
29920
29921
29922fi
29923 rm -Rf build
29924
29925
29926
29927
29928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_from_xattr() needs user_ns" >&5
29929$as_echo_n "checking whether posix_acl_from_xattr() needs user_ns... " >&6; }
29930
29931
29932cat confdefs.h - <<_ACEOF >conftest.c
29933
29934
29935 #include <linux/cred.h>
29936 #include <linux/fs.h>
29937 #include <linux/posix_acl_xattr.h>
29938
29939int
29940main (void)
29941{
29942
29943 posix_acl_from_xattr(&init_user_ns, NULL, 0);
29944
29945 ;
29946 return 0;
29947}
29948
29949_ACEOF
29950
29951
29952
29953cat - <<_ACEOF >conftest.h
29954
29955_ACEOF
29956
29957
29958 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
29959 echo "obj-m := conftest.o" >build/Makefile
29960 modpost_flag=''
29961 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
29962 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
29963 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29964 (eval $ac_try) 2>&5
29965 ac_status=$?
29966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29967 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
29968 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29969 (eval $ac_try) 2>&5
29970 ac_status=$?
29971 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29972 test $ac_status = 0; }; }; then :
29973
29974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29975$as_echo "yes" >&6; }
29976
29977$as_echo "#define HAVE_POSIX_ACL_FROM_XATTR_USERNS 1" >>confdefs.h
29978
29979
29980else
29981 $as_echo "$as_me: failed program was:" >&5
29982sed 's/^/| /' conftest.$ac_ext >&5
29983
29984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29985$as_echo "no" >&6; }
29986
29987
29988
29989fi
29990 rm -Rf build
29991
29992
29993
29994
29995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_release() is available" >&5
29996$as_echo_n "checking whether posix_acl_release() is available... " >&6; }
29997
29998
29999cat confdefs.h - <<_ACEOF >conftest.c
30000
30001
30002 #include <linux/cred.h>
30003 #include <linux/fs.h>
30004 #include <linux/posix_acl.h>
30005
30006int
30007main (void)
30008{
30009
30010 struct posix_acl* tmp = posix_acl_alloc(1, 0);
30011 posix_acl_release(tmp);
30012
30013 ;
30014 return 0;
30015}
30016
30017_ACEOF
30018
30019
30020
30021cat - <<_ACEOF >conftest.h
30022
30023_ACEOF
30024
30025
30026 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30027 echo "obj-m := conftest.o" >build/Makefile
30028 modpost_flag=''
30029 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30030 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30031 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30032 (eval $ac_try) 2>&5
30033 ac_status=$?
30034 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30035 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30036 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30037 (eval $ac_try) 2>&5
30038 ac_status=$?
30039 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30040 test $ac_status = 0; }; }; then :
30041
30042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30043$as_echo "yes" >&6; }
30044
30045$as_echo "#define HAVE_POSIX_ACL_RELEASE 1" >>confdefs.h
30046
30047
30048else
30049 $as_echo "$as_me: failed program was:" >&5
30050sed 's/^/| /' conftest.$ac_ext >&5
30051
30052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30053$as_echo "no" >&6; }
30054
30055
30056
30057fi
30058 rm -Rf build
30059
30060
30061
30062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_release() is GPL-only" >&5
30063$as_echo_n "checking whether posix_acl_release() is GPL-only... " >&6; }
30064
30065
30066cat confdefs.h - <<_ACEOF >conftest.c
30067
30068
30069 #include <linux/cred.h>
30070 #include <linux/fs.h>
30071 #include <linux/posix_acl.h>
30072
30073 MODULE_LICENSE("$ZFS_META_LICENSE");
30074
30075int
30076main (void)
30077{
30078
30079 struct posix_acl* tmp = posix_acl_alloc(1, 0);
30080 posix_acl_release(tmp);
30081
30082 ;
30083 return 0;
30084}
30085
30086_ACEOF
30087
30088
30089
30090cat - <<_ACEOF >conftest.h
30091
30092_ACEOF
30093
30094
30095 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30096 echo "obj-m := conftest.o" >build/Makefile
30097 modpost_flag=''
30098 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30099 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30100 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30101 (eval $ac_try) 2>&5
30102 ac_status=$?
30103 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30104 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30105 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30106 (eval $ac_try) 2>&5
30107 ac_status=$?
30108 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30109 test $ac_status = 0; }; }; then :
30110
30111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30112$as_echo "no" >&6; }
30113
30114else
30115 $as_echo "$as_me: failed program was:" >&5
30116sed 's/^/| /' conftest.$ac_ext >&5
30117
30118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30119$as_echo "yes" >&6; }
30120
30121$as_echo "#define HAVE_POSIX_ACL_RELEASE_GPL_ONLY 1" >>confdefs.h
30122
30123
30124
30125
30126fi
30127 rm -Rf build
30128
30129
30130
30131
30132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether set_cached_acl() is usable" >&5
30133$as_echo_n "checking whether set_cached_acl() is usable... " >&6; }
30134
30135
30136cat confdefs.h - <<_ACEOF >conftest.c
30137
30138
30139 #include <linux/module.h>
30140 #include <linux/cred.h>
30141 #include <linux/fs.h>
30142 #include <linux/posix_acl.h>
30143
30144 MODULE_LICENSE("$ZFS_META_LICENSE");
30145
30146int
30147main (void)
30148{
30149
30150 struct inode *ip = NULL;
30151 struct posix_acl *acl = posix_acl_alloc(1, 0);
30152 set_cached_acl(ip, ACL_TYPE_ACCESS, acl);
30153 forget_cached_acl(ip, ACL_TYPE_ACCESS);
30154
30155 ;
30156 return 0;
30157}
30158
30159_ACEOF
30160
30161
30162
30163cat - <<_ACEOF >conftest.h
30164
30165_ACEOF
30166
30167
30168 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30169 echo "obj-m := conftest.o" >build/Makefile
30170 modpost_flag=''
30171 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30172 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30173 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30174 (eval $ac_try) 2>&5
30175 ac_status=$?
30176 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30177 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30178 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30179 (eval $ac_try) 2>&5
30180 ac_status=$?
30181 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30182 test $ac_status = 0; }; }; then :
30183
30184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30185$as_echo "yes" >&6; }
30186
30187$as_echo "#define HAVE_SET_CACHED_ACL_USABLE 1" >>confdefs.h
30188
30189
30190else
30191 $as_echo "$as_me: failed program was:" >&5
30192sed 's/^/| /' conftest.$ac_ext >&5
30193
30194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30195$as_echo "no" >&6; }
30196
30197
30198
30199fi
30200 rm -Rf build
30201
30202
30203
30204
30205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_chmod exists" >&5
30206$as_echo_n "checking whether posix_acl_chmod exists... " >&6; }
30207
30208
30209cat confdefs.h - <<_ACEOF >conftest.c
30210
30211
30212 #include <linux/fs.h>
30213 #include <linux/posix_acl.h>
30214
30215int
30216main (void)
30217{
30218
30219 posix_acl_chmod(NULL, 0, 0)
30220
30221 ;
30222 return 0;
30223}
30224
30225_ACEOF
30226
30227
30228
30229cat - <<_ACEOF >conftest.h
30230
30231_ACEOF
30232
30233
30234 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30235 echo "obj-m := conftest.o" >build/Makefile
30236 modpost_flag=''
30237 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30238 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30239 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30240 (eval $ac_try) 2>&5
30241 ac_status=$?
30242 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30243 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30244 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30245 (eval $ac_try) 2>&5
30246 ac_status=$?
30247 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30248 test $ac_status = 0; }; }; then :
30249
30250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30251$as_echo "yes" >&6; }
30252
30253$as_echo "#define HAVE_POSIX_ACL_CHMOD 1" >>confdefs.h
30254
30255
30256else
30257 $as_echo "$as_me: failed program was:" >&5
30258sed 's/^/| /' conftest.$ac_ext >&5
30259
30260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30261$as_echo "no" >&6; }
30262
30263
30264
30265fi
30266 rm -Rf build
30267
30268
30269
30270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __posix_acl_chmod exists" >&5
30271$as_echo_n "checking whether __posix_acl_chmod exists... " >&6; }
30272
30273
30274cat confdefs.h - <<_ACEOF >conftest.c
30275
30276
30277 #include <linux/fs.h>
30278 #include <linux/posix_acl.h>
30279
30280int
30281main (void)
30282{
30283
30284 __posix_acl_chmod(NULL, 0, 0)
30285
30286 ;
30287 return 0;
30288}
30289
30290_ACEOF
30291
30292
30293
30294cat - <<_ACEOF >conftest.h
30295
30296_ACEOF
30297
30298
30299 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30300 echo "obj-m := conftest.o" >build/Makefile
30301 modpost_flag=''
30302 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30303 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30304 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30305 (eval $ac_try) 2>&5
30306 ac_status=$?
30307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30308 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30309 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30310 (eval $ac_try) 2>&5
30311 ac_status=$?
30312 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30313 test $ac_status = 0; }; }; then :
30314
30315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30316$as_echo "yes" >&6; }
30317
30318$as_echo "#define HAVE___POSIX_ACL_CHMOD 1" >>confdefs.h
30319
30320
30321else
30322 $as_echo "$as_me: failed program was:" >&5
30323sed 's/^/| /' conftest.$ac_ext >&5
30324
30325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30326$as_echo "no" >&6; }
30327
30328
30329
30330fi
30331 rm -Rf build
30332
30333
30334
30335
30336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_equiv_mode() wants umode_t" >&5
30337$as_echo_n "checking whether posix_acl_equiv_mode() wants umode_t... " >&6; }
30338
30339
30340cat confdefs.h - <<_ACEOF >conftest.c
30341
30342
30343 #include <linux/fs.h>
30344 #include <linux/posix_acl.h>
30345
30346int
30347main (void)
30348{
30349
30350 umode_t tmp;
30351 posix_acl_equiv_mode(NULL,&tmp);
30352
30353 ;
30354 return 0;
30355}
30356
30357_ACEOF
30358
30359
30360
30361cat - <<_ACEOF >conftest.h
30362
30363_ACEOF
30364
30365
30366 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30367 echo "obj-m := conftest.o" >build/Makefile
30368 modpost_flag=''
30369 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30370 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30371 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30372 (eval $ac_try) 2>&5
30373 ac_status=$?
30374 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30375 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30376 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30377 (eval $ac_try) 2>&5
30378 ac_status=$?
30379 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30380 test $ac_status = 0; }; }; then :
30381
30382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30383$as_echo "yes" >&6; }
30384
30385$as_echo "#define HAVE_POSIX_ACL_EQUIV_MODE_UMODE_T 1" >>confdefs.h
30386
30387
30388else
30389 $as_echo "$as_me: failed program was:" >&5
30390sed 's/^/| /' conftest.$ac_ext >&5
30391
30392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30393$as_echo "no" >&6; }
30394
30395
30396
30397fi
30398 rm -Rf build
30399
30400
30401
30402
30403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_acl_valid() wants user namespace" >&5
30404$as_echo_n "checking whether posix_acl_valid() wants user namespace... " >&6; }
30405
30406
30407cat confdefs.h - <<_ACEOF >conftest.c
30408
30409
30410 #include <linux/fs.h>
30411 #include <linux/posix_acl.h>
30412
30413int
30414main (void)
30415{
30416
30417 struct user_namespace *user_ns = NULL;
30418 const struct posix_acl *acl = NULL;
30419 int error;
30420
30421 error = posix_acl_valid(user_ns, acl);
30422
30423 ;
30424 return 0;
30425}
30426
30427_ACEOF
30428
30429
30430
30431cat - <<_ACEOF >conftest.h
30432
30433_ACEOF
30434
30435
30436 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30437 echo "obj-m := conftest.o" >build/Makefile
30438 modpost_flag=''
30439 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30440 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30441 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30442 (eval $ac_try) 2>&5
30443 ac_status=$?
30444 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30445 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30446 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30447 (eval $ac_try) 2>&5
30448 ac_status=$?
30449 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30450 test $ac_status = 0; }; }; then :
30451
30452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30453$as_echo "yes" >&6; }
30454
30455$as_echo "#define HAVE_POSIX_ACL_VALID_WITH_NS 1" >>confdefs.h
30456
30457
30458else
30459 $as_echo "$as_me: failed program was:" >&5
30460sed 's/^/| /' conftest.$ac_ext >&5
30461
30462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30463$as_echo "no" >&6; }
30464
30465
30466
30467fi
30468 rm -Rf build
30469
30470
30471
30472
30473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->permission() exists" >&5
30474$as_echo_n "checking whether iops->permission() exists... " >&6; }
30475
30476
30477cat confdefs.h - <<_ACEOF >conftest.c
30478
30479
30480 #include <linux/fs.h>
30481
30482 int permission_fn(struct inode *inode, int mask) { return 0; }
30483
30484 static const struct inode_operations
30485 iops __attribute__ ((unused)) = {
30486 .permission = permission_fn,
30487 };
30488
30489int
30490main (void)
30491{
30492
30493
30494 ;
30495 return 0;
30496}
30497
30498_ACEOF
30499
30500
30501
30502cat - <<_ACEOF >conftest.h
30503
30504_ACEOF
30505
30506
30507 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30508 echo "obj-m := conftest.o" >build/Makefile
30509 modpost_flag=''
30510 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30511 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30512 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30513 (eval $ac_try) 2>&5
30514 ac_status=$?
30515 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30516 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30517 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30518 (eval $ac_try) 2>&5
30519 ac_status=$?
30520 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30521 test $ac_status = 0; }; }; then :
30522
30523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30524$as_echo "yes" >&6; }
30525
30526$as_echo "#define HAVE_PERMISSION 1" >>confdefs.h
30527
30528
30529else
30530 $as_echo "$as_me: failed program was:" >&5
30531sed 's/^/| /' conftest.$ac_ext >&5
30532
30533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30534$as_echo "no" >&6; }
30535
30536
30537
30538fi
30539 rm -Rf build
30540
30541
30542
30543
30544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->permission() wants nameidata" >&5
30545$as_echo_n "checking whether iops->permission() wants nameidata... " >&6; }
30546
30547
30548cat confdefs.h - <<_ACEOF >conftest.c
30549
30550
30551 #include <linux/fs.h>
30552
30553 int permission_fn(struct inode *inode, int mask,
30554 struct nameidata *nd) { return 0; }
30555
30556 static const struct inode_operations
30557 iops __attribute__ ((unused)) = {
30558 .permission = permission_fn,
30559 };
30560
30561int
30562main (void)
30563{
30564
30565
30566 ;
30567 return 0;
30568}
30569
30570_ACEOF
30571
30572
30573
30574cat - <<_ACEOF >conftest.h
30575
30576_ACEOF
30577
30578
30579 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30580 echo "obj-m := conftest.o" >build/Makefile
30581 modpost_flag=''
30582 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30583 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30584 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30585 (eval $ac_try) 2>&5
30586 ac_status=$?
30587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30588 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30589 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30590 (eval $ac_try) 2>&5
30591 ac_status=$?
30592 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30593 test $ac_status = 0; }; }; then :
30594
30595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30596$as_echo "yes" >&6; }
30597
30598$as_echo "#define HAVE_PERMISSION 1" >>confdefs.h
30599
30600
30601$as_echo "#define HAVE_PERMISSION_WITH_NAMEIDATA 1" >>confdefs.h
30602
30603
30604else
30605 $as_echo "$as_me: failed program was:" >&5
30606sed 's/^/| /' conftest.$ac_ext >&5
30607
30608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30609$as_echo "no" >&6; }
30610
30611
30612
30613fi
30614 rm -Rf build
30615
30616
30617
30618
30619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->check_acl() exists" >&5
30620$as_echo_n "checking whether iops->check_acl() exists... " >&6; }
30621
30622
30623cat confdefs.h - <<_ACEOF >conftest.c
30624
30625
30626 #include <linux/fs.h>
30627
30628 int check_acl_fn(struct inode *inode, int mask) { return 0; }
30629
30630 static const struct inode_operations
30631 iops __attribute__ ((unused)) = {
30632 .check_acl = check_acl_fn,
30633 };
30634
30635int
30636main (void)
30637{
30638
30639
30640 ;
30641 return 0;
30642}
30643
30644_ACEOF
30645
30646
30647
30648cat - <<_ACEOF >conftest.h
30649
30650_ACEOF
30651
30652
30653 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30654 echo "obj-m := conftest.o" >build/Makefile
30655 modpost_flag=''
30656 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30657 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30658 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30659 (eval $ac_try) 2>&5
30660 ac_status=$?
30661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30662 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30663 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30664 (eval $ac_try) 2>&5
30665 ac_status=$?
30666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30667 test $ac_status = 0; }; }; then :
30668
30669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30670$as_echo "yes" >&6; }
30671
30672$as_echo "#define HAVE_CHECK_ACL 1" >>confdefs.h
30673
30674
30675else
30676 $as_echo "$as_me: failed program was:" >&5
30677sed 's/^/| /' conftest.$ac_ext >&5
30678
30679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30680$as_echo "no" >&6; }
30681
30682
30683
30684fi
30685 rm -Rf build
30686
30687
30688
30689
30690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->check_acl() wants flags" >&5
30691$as_echo_n "checking whether iops->check_acl() wants flags... " >&6; }
30692
30693
30694cat confdefs.h - <<_ACEOF >conftest.c
30695
30696
30697 #include <linux/fs.h>
30698
30699 int check_acl_fn(struct inode *inode, int mask,
30700 unsigned int flags) { return 0; }
30701
30702 static const struct inode_operations
30703 iops __attribute__ ((unused)) = {
30704 .check_acl = check_acl_fn,
30705 };
30706
30707int
30708main (void)
30709{
30710
30711
30712 ;
30713 return 0;
30714}
30715
30716_ACEOF
30717
30718
30719
30720cat - <<_ACEOF >conftest.h
30721
30722_ACEOF
30723
30724
30725 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30726 echo "obj-m := conftest.o" >build/Makefile
30727 modpost_flag=''
30728 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30729 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30730 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30731 (eval $ac_try) 2>&5
30732 ac_status=$?
30733 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30734 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30735 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30736 (eval $ac_try) 2>&5
30737 ac_status=$?
30738 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30739 test $ac_status = 0; }; }; then :
30740
30741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30742$as_echo "yes" >&6; }
30743
30744$as_echo "#define HAVE_CHECK_ACL 1" >>confdefs.h
30745
30746
30747$as_echo "#define HAVE_CHECK_ACL_WITH_FLAGS 1" >>confdefs.h
30748
30749
30750else
30751 $as_echo "$as_me: failed program was:" >&5
30752sed 's/^/| /' conftest.$ac_ext >&5
30753
30754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30755$as_echo "no" >&6; }
30756
30757
30758
30759fi
30760 rm -Rf build
30761
30762
30763
30764
30765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->get_acl() exists" >&5
30766$as_echo_n "checking whether iops->get_acl() exists... " >&6; }
30767
30768
30769cat confdefs.h - <<_ACEOF >conftest.c
30770
30771
30772 #include <linux/fs.h>
30773
30774 struct posix_acl *get_acl_fn(struct inode *inode, int type)
30775 { return NULL; }
30776
30777 static const struct inode_operations
30778 iops __attribute__ ((unused)) = {
30779 .get_acl = get_acl_fn,
30780 };
30781
30782int
30783main (void)
30784{
30785
30786
30787 ;
30788 return 0;
30789}
30790
30791_ACEOF
30792
30793
30794
30795cat - <<_ACEOF >conftest.h
30796
30797_ACEOF
30798
30799
30800 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30801 echo "obj-m := conftest.o" >build/Makefile
30802 modpost_flag=''
30803 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30804 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30805 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30806 (eval $ac_try) 2>&5
30807 ac_status=$?
30808 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30809 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30810 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30811 (eval $ac_try) 2>&5
30812 ac_status=$?
30813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30814 test $ac_status = 0; }; }; then :
30815
30816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30817$as_echo "yes" >&6; }
30818
30819$as_echo "#define HAVE_GET_ACL 1" >>confdefs.h
30820
30821
30822else
30823 $as_echo "$as_me: failed program was:" >&5
30824sed 's/^/| /' conftest.$ac_ext >&5
30825
30826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30827$as_echo "no" >&6; }
30828
30829
30830
30831fi
30832 rm -Rf build
30833
30834
30835
30836
30837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->set_acl() exists" >&5
30838$as_echo_n "checking whether iops->set_acl() exists... " >&6; }
30839
30840
30841cat confdefs.h - <<_ACEOF >conftest.c
30842
30843
30844 #include <linux/fs.h>
30845
30846 int set_acl_fn(struct inode *inode, struct posix_acl *acl, int type)
30847 { return 0; }
30848
30849 static const struct inode_operations
30850 iops __attribute__ ((unused)) = {
30851 .set_acl = set_acl_fn,
30852 };
30853
30854int
30855main (void)
30856{
30857
30858
30859 ;
30860 return 0;
30861}
30862
30863_ACEOF
30864
30865
30866
30867cat - <<_ACEOF >conftest.h
30868
30869_ACEOF
30870
30871
30872 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30873 echo "obj-m := conftest.o" >build/Makefile
30874 modpost_flag=''
30875 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30876 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30877 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30878 (eval $ac_try) 2>&5
30879 ac_status=$?
30880 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30881 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30882 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30883 (eval $ac_try) 2>&5
30884 ac_status=$?
30885 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30886 test $ac_status = 0; }; }; then :
30887
30888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30889$as_echo "yes" >&6; }
30890
30891$as_echo "#define HAVE_SET_ACL 1" >>confdefs.h
30892
30893
30894else
30895 $as_echo "$as_me: failed program was:" >&5
30896sed 's/^/| /' conftest.$ac_ext >&5
30897
30898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30899$as_echo "no" >&6; }
30900
30901
30902
30903fi
30904 rm -Rf build
30905
30906
30907
30908
3e990ae0
CIK
30909
30910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->getattr() takes a path" >&5
30911$as_echo_n "checking whether iops->getattr() takes a path... " >&6; }
30912
30913
30914cat confdefs.h - <<_ACEOF >conftest.c
30915
30916
30917 #include <linux/fs.h>
30918
30919 int test_getattr(
30920 const struct path *p, struct kstat *k,
30921 u32 request_mask, unsigned int query_flags)
30922 { return 0; }
30923
30924 static const struct inode_operations
30925 iops __attribute__ ((unused)) = {
30926 .getattr = test_getattr,
30927 };
30928
30929int
30930main (void)
30931{
30932
30933
30934 ;
30935 return 0;
30936}
30937
30938_ACEOF
30939
30940
30941
30942cat - <<_ACEOF >conftest.h
30943
30944_ACEOF
30945
30946
30947 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
30948 echo "obj-m := conftest.o" >build/Makefile
30949 modpost_flag=''
30950 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
30951 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
30952 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30953 (eval $ac_try) 2>&5
30954 ac_status=$?
30955 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30956 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
30957 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
30958 (eval $ac_try) 2>&5
30959 ac_status=$?
30960 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30961 test $ac_status = 0; }; }; then :
30962
30963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30964$as_echo "yes" >&6; }
30965
30966$as_echo "#define HAVE_PATH_IOPS_GETATTR 1" >>confdefs.h
30967
30968
30969else
30970 $as_echo "$as_me: failed program was:" >&5
30971sed 's/^/| /' conftest.$ac_ext >&5
30972
30973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30974$as_echo "no" >&6; }
30975
30976
30977
30978fi
30979 rm -Rf build
30980
30981
30982
30983
30984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->getattr() takes a vfsmount" >&5
30985$as_echo_n "checking whether iops->getattr() takes a vfsmount... " >&6; }
30986
30987
30988cat confdefs.h - <<_ACEOF >conftest.c
30989
30990
30991 #include <linux/fs.h>
30992
30993 int test_getattr(
30994 struct vfsmount *mnt, struct dentry *d,
30995 struct kstat *k)
30996 { return 0; }
30997
30998 static const struct inode_operations
30999 iops __attribute__ ((unused)) = {
31000 .getattr = test_getattr,
31001 };
31002
31003int
31004main (void)
31005{
31006
31007
31008 ;
31009 return 0;
31010}
31011
31012_ACEOF
31013
31014
31015
31016cat - <<_ACEOF >conftest.h
31017
31018_ACEOF
31019
31020
31021 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31022 echo "obj-m := conftest.o" >build/Makefile
31023 modpost_flag=''
31024 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31025 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31026 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31027 (eval $ac_try) 2>&5
31028 ac_status=$?
31029 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31030 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31031 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31032 (eval $ac_try) 2>&5
31033 ac_status=$?
31034 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31035 test $ac_status = 0; }; }; then :
31036
31037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31038$as_echo "yes" >&6; }
31039
31040$as_echo "#define HAVE_VFSMOUNT_IOPS_GETATTR 1" >>confdefs.h
31041
31042
31043else
31044 $as_echo "$as_me: failed program was:" >&5
31045sed 's/^/| /' conftest.$ac_ext >&5
31046
31047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31048$as_echo "no" >&6; }
31049
31050
31051
31052fi
31053 rm -Rf build
31054
31055
31056
31057
31058
87d546d8
TG
31059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether uncached_acl_sentinel() exists" >&5
31060$as_echo_n "checking whether uncached_acl_sentinel() exists... " >&6; }
31061
31062
31063cat confdefs.h - <<_ACEOF >conftest.c
31064
31065
31066 #include <linux/fs.h>
31067
31068int
31069main (void)
31070{
31071
31072 void *sentinel __attribute__ ((unused)) = uncached_acl_sentinel(NULL);
31073
31074 ;
31075 return 0;
31076}
31077
31078_ACEOF
31079
31080
31081
31082cat - <<_ACEOF >conftest.h
31083
31084_ACEOF
31085
31086
31087 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31088 echo "obj-m := conftest.o" >build/Makefile
31089 modpost_flag=''
31090 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31091 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31092 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31093 (eval $ac_try) 2>&5
31094 ac_status=$?
31095 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31096 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31097 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31098 (eval $ac_try) 2>&5
31099 ac_status=$?
31100 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31101 test $ac_status = 0; }; }; then :
31102
31103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31104$as_echo "yes" >&6; }
31105
31106$as_echo "#define HAVE_KERNEL_GET_ACL_HANDLE_CACHE 1" >>confdefs.h
31107
31108
31109else
31110 $as_echo "$as_me: failed program was:" >&5
31111sed 's/^/| /' conftest.$ac_ext >&5
31112
31113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31114$as_echo "no" >&6; }
31115
31116
31117
31118fi
31119 rm -Rf build
31120
31121
31122
31123
31124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->show_options() wants dentry" >&5
31125$as_echo_n "checking whether sops->show_options() wants dentry... " >&6; }
31126
31127
31128
31129cat confdefs.h - <<_ACEOF >conftest.c
31130
31131
31132 #include <linux/fs.h>
31133
31134 int show_options (struct seq_file * x, struct dentry * y) { return 0; };
31135 static struct super_operations sops __attribute__ ((unused)) = {
31136 .show_options = show_options,
31137 };
31138
31139int
31140main (void)
31141{
31142
31143
31144 ;
31145 return 0;
31146}
31147
31148_ACEOF
31149
31150
31151
31152cat - <<_ACEOF >conftest.h
31153
31154_ACEOF
31155
31156
31157 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31158 echo "obj-m := conftest.o" >build/Makefile
31159 modpost_flag=''
31160 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31161 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31162 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31163 (eval $ac_try) 2>&5
31164 ac_status=$?
31165 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31166 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31167 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31168 (eval $ac_try) 2>&5
31169 ac_status=$?
31170 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31171 test $ac_status = 0; }; }; then :
31172
31173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31174$as_echo "yes" >&6; }
31175
31176$as_echo "#define HAVE_SHOW_OPTIONS_WITH_DENTRY 1" >>confdefs.h
31177
31178
31179else
31180 $as_echo "$as_me: failed program was:" >&5
31181sed 's/^/| /' conftest.$ac_ext >&5
31182
31183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31184$as_echo "no" >&6; }
31185
31186
31187
31188fi
31189 rm -Rf build
31190
31191
31192
31193
31194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether file_inode() is available" >&5
31195$as_echo_n "checking whether file_inode() is available... " >&6; }
31196
31197
31198cat confdefs.h - <<_ACEOF >conftest.c
31199
31200
31201 #include <linux/fs.h>
31202
31203int
31204main (void)
31205{
31206
31207 struct file *f = NULL;
31208 file_inode(f);
31209
31210 ;
31211 return 0;
31212}
31213
31214_ACEOF
31215
31216
31217
31218cat - <<_ACEOF >conftest.h
31219
31220_ACEOF
31221
31222
31223 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31224 echo "obj-m := conftest.o" >build/Makefile
31225 modpost_flag=''
31226 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31227 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31228 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31229 (eval $ac_try) 2>&5
31230 ac_status=$?
31231 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31232 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31233 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31234 (eval $ac_try) 2>&5
31235 ac_status=$?
31236 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31237 test $ac_status = 0; }; }; then :
31238
31239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31240$as_echo "yes" >&6; }
31241
31242$as_echo "#define HAVE_FILE_INODE 1" >>confdefs.h
31243
31244
31245else
31246 $as_echo "$as_me: failed program was:" >&5
31247sed 's/^/| /' conftest.$ac_ext >&5
31248
31249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31250$as_echo "no" >&6; }
31251
31252
31253
31254fi
31255 rm -Rf build
31256
31257
31258
31259
31260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->fsync() wants" >&5
31261$as_echo_n "checking whether fops->fsync() wants... " >&6; }
31262
31263
31264
31265cat confdefs.h - <<_ACEOF >conftest.c
31266
31267
31268 #include <linux/fs.h>
31269
31270 int test_fsync(struct file *f, struct dentry *dentry, int x)
31271 { return 0; }
31272
31273 static const struct file_operations
31274 fops __attribute__ ((unused)) = {
31275 .fsync = test_fsync,
31276 };
31277
31278int
31279main (void)
31280{
31281
31282
31283 ;
31284 return 0;
31285}
31286
31287_ACEOF
31288
31289
31290
31291cat - <<_ACEOF >conftest.h
31292
31293_ACEOF
31294
31295
31296 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31297 echo "obj-m := conftest.o" >build/Makefile
31298 modpost_flag=''
31299 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31300 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31301 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31302 (eval $ac_try) 2>&5
31303 ac_status=$?
31304 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31305 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31306 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31307 (eval $ac_try) 2>&5
31308 ac_status=$?
31309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31310 test $ac_status = 0; }; }; then :
31311
31312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: dentry" >&5
31313$as_echo "dentry" >&6; }
31314
31315$as_echo "#define HAVE_FSYNC_WITH_DENTRY 1" >>confdefs.h
31316
31317
31318else
31319 $as_echo "$as_me: failed program was:" >&5
31320sed 's/^/| /' conftest.$ac_ext >&5
31321
31322
31323
31324
31325fi
31326 rm -Rf build
31327
31328
31329
31330
31331
31332
31333cat confdefs.h - <<_ACEOF >conftest.c
31334
31335
31336 #include <linux/fs.h>
31337
31338 int test_fsync(struct file *f, int x) { return 0; }
31339
31340 static const struct file_operations
31341 fops __attribute__ ((unused)) = {
31342 .fsync = test_fsync,
31343 };
31344
31345int
31346main (void)
31347{
31348
31349
31350 ;
31351 return 0;
31352}
31353
31354_ACEOF
31355
31356
31357
31358cat - <<_ACEOF >conftest.h
31359
31360_ACEOF
31361
31362
31363 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31364 echo "obj-m := conftest.o" >build/Makefile
31365 modpost_flag=''
31366 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31367 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31368 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31369 (eval $ac_try) 2>&5
31370 ac_status=$?
31371 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31372 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31373 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31374 (eval $ac_try) 2>&5
31375 ac_status=$?
31376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31377 test $ac_status = 0; }; }; then :
31378
31379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no dentry" >&5
31380$as_echo "no dentry" >&6; }
31381
31382$as_echo "#define HAVE_FSYNC_WITHOUT_DENTRY 1" >>confdefs.h
31383
31384
31385else
31386 $as_echo "$as_me: failed program was:" >&5
31387sed 's/^/| /' conftest.$ac_ext >&5
31388
31389
31390
31391
31392fi
31393 rm -Rf build
31394
31395
31396
31397
31398
31399
31400cat confdefs.h - <<_ACEOF >conftest.c
31401
31402
31403 #include <linux/fs.h>
31404
31405 int test_fsync(struct file *f, loff_t a, loff_t b, int c)
31406 { return 0; }
31407
31408 static const struct file_operations
31409 fops __attribute__ ((unused)) = {
31410 .fsync = test_fsync,
31411 };
31412
31413int
31414main (void)
31415{
31416
31417
31418 ;
31419 return 0;
31420}
31421
31422_ACEOF
31423
31424
31425
31426cat - <<_ACEOF >conftest.h
31427
31428_ACEOF
31429
31430
31431 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31432 echo "obj-m := conftest.o" >build/Makefile
31433 modpost_flag=''
31434 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31435 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31436 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31437 (eval $ac_try) 2>&5
31438 ac_status=$?
31439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31440 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31441 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31442 (eval $ac_try) 2>&5
31443 ac_status=$?
31444 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31445 test $ac_status = 0; }; }; then :
31446
31447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: range" >&5
31448$as_echo "range" >&6; }
31449
31450$as_echo "#define HAVE_FSYNC_RANGE 1" >>confdefs.h
31451
31452
31453else
31454 $as_echo "$as_me: failed program was:" >&5
31455sed 's/^/| /' conftest.$ac_ext >&5
31456
31457
31458
31459
31460fi
31461 rm -Rf build
31462
31463
31464
31465
31466
31467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->evict_inode() exists" >&5
31468$as_echo_n "checking whether sops->evict_inode() exists... " >&6; }
31469
31470
31471cat confdefs.h - <<_ACEOF >conftest.c
31472
31473
31474 #include <linux/fs.h>
31475 void evict_inode (struct inode * t) { return; }
31476 static struct super_operations sops __attribute__ ((unused)) = {
31477 .evict_inode = evict_inode,
31478 };
31479
31480int
31481main (void)
31482{
31483
31484
31485 ;
31486 return 0;
31487}
31488
31489_ACEOF
31490
31491
31492
31493cat - <<_ACEOF >conftest.h
31494
31495_ACEOF
31496
31497
31498 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31499 echo "obj-m := conftest.o" >build/Makefile
31500 modpost_flag=''
31501 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31502 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31503 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31504 (eval $ac_try) 2>&5
31505 ac_status=$?
31506 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31507 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31508 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31509 (eval $ac_try) 2>&5
31510 ac_status=$?
31511 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31512 test $ac_status = 0; }; }; then :
31513
31514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31515$as_echo "yes" >&6; }
31516
31517$as_echo "#define HAVE_EVICT_INODE 1" >>confdefs.h
31518
31519
31520else
31521 $as_echo "$as_me: failed program was:" >&5
31522sed 's/^/| /' conftest.$ac_ext >&5
31523
31524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31525$as_echo "no" >&6; }
31526
31527
31528
31529fi
31530 rm -Rf build
31531
31532
31533
31534
31535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->dirty_inode() wants flags" >&5
31536$as_echo_n "checking whether sops->dirty_inode() wants flags... " >&6; }
31537
31538
31539cat confdefs.h - <<_ACEOF >conftest.c
31540
31541
31542 #include <linux/fs.h>
31543
31544 void dirty_inode(struct inode *a, int b) { return; }
31545
31546 static const struct super_operations
31547 sops __attribute__ ((unused)) = {
31548 .dirty_inode = dirty_inode,
31549 };
31550
31551int
31552main (void)
31553{
31554
31555
31556 ;
31557 return 0;
31558}
31559
31560_ACEOF
31561
31562
31563
31564cat - <<_ACEOF >conftest.h
31565
31566_ACEOF
31567
31568
31569 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31570 echo "obj-m := conftest.o" >build/Makefile
31571 modpost_flag=''
31572 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31573 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31574 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31575 (eval $ac_try) 2>&5
31576 ac_status=$?
31577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31578 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31579 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31580 (eval $ac_try) 2>&5
31581 ac_status=$?
31582 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31583 test $ac_status = 0; }; }; then :
31584
31585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31586$as_echo "yes" >&6; }
31587
31588$as_echo "#define HAVE_DIRTY_INODE_WITH_FLAGS 1" >>confdefs.h
31589
31590
31591else
31592 $as_echo "$as_me: failed program was:" >&5
31593sed 's/^/| /' conftest.$ac_ext >&5
31594
31595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31596$as_echo "no" >&6; }
31597
31598
31599
31600fi
31601 rm -Rf build
31602
31603
31604
31605
31606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->nr_cached_objects() exists" >&5
31607$as_echo_n "checking whether sops->nr_cached_objects() exists... " >&6; }
31608
31609
31610cat confdefs.h - <<_ACEOF >conftest.c
31611
31612
31613 #include <linux/fs.h>
31614
31615 int nr_cached_objects(struct super_block *sb) { return 0; }
31616
31617 static const struct super_operations
31618 sops __attribute__ ((unused)) = {
31619 .nr_cached_objects = nr_cached_objects,
31620 };
31621
31622int
31623main (void)
31624{
31625
31626
31627 ;
31628 return 0;
31629}
31630
31631_ACEOF
31632
31633
31634
31635cat - <<_ACEOF >conftest.h
31636
31637_ACEOF
31638
31639
31640 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31641 echo "obj-m := conftest.o" >build/Makefile
31642 modpost_flag=''
31643 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31644 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31645 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31646 (eval $ac_try) 2>&5
31647 ac_status=$?
31648 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31649 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31650 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31651 (eval $ac_try) 2>&5
31652 ac_status=$?
31653 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31654 test $ac_status = 0; }; }; then :
31655
31656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31657$as_echo "yes" >&6; }
31658
31659$as_echo "#define HAVE_NR_CACHED_OBJECTS 1" >>confdefs.h
31660
31661
31662else
31663 $as_echo "$as_me: failed program was:" >&5
31664sed 's/^/| /' conftest.$ac_ext >&5
31665
31666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31667$as_echo "no" >&6; }
31668
31669
31670
31671fi
31672 rm -Rf build
31673
31674
31675
31676
31677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sops->free_cached_objects() exists" >&5
31678$as_echo_n "checking whether sops->free_cached_objects() exists... " >&6; }
31679
31680
31681cat confdefs.h - <<_ACEOF >conftest.c
31682
31683
31684 #include <linux/fs.h>
31685
31686 void free_cached_objects(struct super_block *sb, int x)
31687 { return; }
31688
31689 static const struct super_operations
31690 sops __attribute__ ((unused)) = {
31691 .free_cached_objects = free_cached_objects,
31692 };
31693
31694int
31695main (void)
31696{
31697
31698
31699 ;
31700 return 0;
31701}
31702
31703_ACEOF
31704
31705
31706
31707cat - <<_ACEOF >conftest.h
31708
31709_ACEOF
31710
31711
31712 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31713 echo "obj-m := conftest.o" >build/Makefile
31714 modpost_flag=''
31715 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31716 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31717 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31718 (eval $ac_try) 2>&5
31719 ac_status=$?
31720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31721 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31722 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31723 (eval $ac_try) 2>&5
31724 ac_status=$?
31725 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31726 test $ac_status = 0; }; }; then :
31727
31728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31729$as_echo "yes" >&6; }
31730
31731$as_echo "#define HAVE_FREE_CACHED_OBJECTS 1" >>confdefs.h
31732
31733
31734else
31735 $as_echo "$as_me: failed program was:" >&5
31736sed 's/^/| /' conftest.$ac_ext >&5
31737
31738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31739$as_echo "no" >&6; }
31740
31741
31742
31743fi
31744 rm -Rf build
31745
31746
31747
31748
31749
31750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->fallocate() exists" >&5
31751$as_echo_n "checking whether fops->fallocate() exists... " >&6; }
31752
31753
31754cat confdefs.h - <<_ACEOF >conftest.c
31755
31756
31757 #include <linux/fs.h>
31758
31759 long test_fallocate(struct file *file, int mode,
31760 loff_t offset, loff_t len) { return 0; }
31761
31762 static const struct file_operations
31763 fops __attribute__ ((unused)) = {
31764 .fallocate = test_fallocate,
31765 };
31766
31767int
31768main (void)
31769{
31770
31771
31772 ;
31773 return 0;
31774}
31775
31776_ACEOF
31777
31778
31779
31780cat - <<_ACEOF >conftest.h
31781
31782_ACEOF
31783
31784
31785 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31786 echo "obj-m := conftest.o" >build/Makefile
31787 modpost_flag=''
31788 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31789 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31790 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31791 (eval $ac_try) 2>&5
31792 ac_status=$?
31793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31794 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31795 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31796 (eval $ac_try) 2>&5
31797 ac_status=$?
31798 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31799 test $ac_status = 0; }; }; then :
31800
31801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31802$as_echo "yes" >&6; }
31803
31804$as_echo "#define HAVE_FILE_FALLOCATE 1" >>confdefs.h
31805
31806
31807else
31808 $as_echo "$as_me: failed program was:" >&5
31809sed 's/^/| /' conftest.$ac_ext >&5
31810
31811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31812$as_echo "no" >&6; }
31813
31814
31815
31816fi
31817 rm -Rf build
31818
31819
31820
31821
31822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->fallocate() exists" >&5
31823$as_echo_n "checking whether iops->fallocate() exists... " >&6; }
31824
31825
31826cat confdefs.h - <<_ACEOF >conftest.c
31827
31828
31829 #include <linux/fs.h>
31830
31831 long test_fallocate(struct inode *inode, int mode,
31832 loff_t offset, loff_t len) { return 0; }
31833
31834 static const struct inode_operations
31835 fops __attribute__ ((unused)) = {
31836 .fallocate = test_fallocate,
31837 };
31838
31839int
31840main (void)
31841{
31842
31843
31844 ;
31845 return 0;
31846}
31847
31848_ACEOF
31849
31850
31851
31852cat - <<_ACEOF >conftest.h
31853
31854_ACEOF
31855
31856
31857 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31858 echo "obj-m := conftest.o" >build/Makefile
31859 modpost_flag=''
31860 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31861 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31862 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31863 (eval $ac_try) 2>&5
31864 ac_status=$?
31865 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31866 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31867 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31868 (eval $ac_try) 2>&5
31869 ac_status=$?
31870 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31871 test $ac_status = 0; }; }; then :
31872
31873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31874$as_echo "yes" >&6; }
31875
31876$as_echo "#define HAVE_INODE_FALLOCATE 1" >>confdefs.h
31877
31878
31879else
31880 $as_echo "$as_me: failed program was:" >&5
31881sed 's/^/| /' conftest.$ac_ext >&5
31882
31883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31884$as_echo "no" >&6; }
31885
31886
31887
31888fi
31889 rm -Rf build
31890
31891
31892
31893
31894
31895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->aio_fsync() exists" >&5
31896$as_echo_n "checking whether fops->aio_fsync() exists... " >&6; }
31897
31898
31899cat confdefs.h - <<_ACEOF >conftest.c
31900
31901
31902 #include <linux/fs.h>
31903
31904 static const struct file_operations
31905 fops __attribute__ ((unused)) = {
31906 .aio_fsync = NULL,
31907 };
31908
31909int
31910main (void)
31911{
31912
31913
31914 ;
31915 return 0;
31916}
31917
31918_ACEOF
31919
31920
31921
31922cat - <<_ACEOF >conftest.h
31923
31924_ACEOF
31925
31926
31927 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
31928 echo "obj-m := conftest.o" >build/Makefile
31929 modpost_flag=''
31930 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
31931 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
31932 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31933 (eval $ac_try) 2>&5
31934 ac_status=$?
31935 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31936 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
31937 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
31938 (eval $ac_try) 2>&5
31939 ac_status=$?
31940 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31941 test $ac_status = 0; }; }; then :
31942
31943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31944$as_echo "yes" >&6; }
31945
31946$as_echo "#define HAVE_FILE_AIO_FSYNC 1" >>confdefs.h
31947
31948
31949else
31950 $as_echo "$as_me: failed program was:" >&5
31951sed 's/^/| /' conftest.$ac_ext >&5
31952
31953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31954$as_echo "no" >&6; }
31955
31956
31957
31958fi
31959 rm -Rf build
31960
31961
31962
31963
31964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->create()/mkdir()/mknod() take umode_t" >&5
31965$as_echo_n "checking whether iops->create()/mkdir()/mknod() take umode_t... " >&6; }
31966
31967
31968cat confdefs.h - <<_ACEOF >conftest.c
31969
31970
31971 #include <linux/fs.h>
31972
31973 int mkdir(struct inode *inode, struct dentry *dentry,
31974 umode_t umode) { return 0; }
31975
31976 static const struct inode_operations
31977 iops __attribute__ ((unused)) = {
31978 .mkdir = mkdir,
31979 };
31980
31981int
31982main (void)
31983{
31984
31985
31986 ;
31987 return 0;
31988}
31989
31990_ACEOF
31991
31992
31993
31994cat - <<_ACEOF >conftest.h
31995
31996_ACEOF
31997
31998
31999 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32000 echo "obj-m := conftest.o" >build/Makefile
32001 modpost_flag=''
32002 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32003 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32004 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32005 (eval $ac_try) 2>&5
32006 ac_status=$?
32007 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32008 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32009 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32010 (eval $ac_try) 2>&5
32011 ac_status=$?
32012 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32013 test $ac_status = 0; }; }; then :
32014
32015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32016$as_echo "yes" >&6; }
32017
32018$as_echo "#define HAVE_MKDIR_UMODE_T 1" >>confdefs.h
32019
32020
32021else
32022 $as_echo "$as_me: failed program was:" >&5
32023sed 's/^/| /' conftest.$ac_ext >&5
32024
32025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32026$as_echo "no" >&6; }
32027
32028
32029
32030fi
32031 rm -Rf build
32032
32033
32034
32035
32036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->lookup() passes nameidata" >&5
32037$as_echo_n "checking whether iops->lookup() passes nameidata... " >&6; }
32038
32039
32040cat confdefs.h - <<_ACEOF >conftest.c
32041
32042
32043 #include <linux/fs.h>
32044
32045 struct dentry *inode_lookup(struct inode *inode,
32046 struct dentry *dentry, struct nameidata *nidata)
32047 { return NULL; }
32048
32049 static const struct inode_operations iops
32050 __attribute__ ((unused)) = {
32051 .lookup = inode_lookup,
32052 };
32053
32054int
32055main (void)
32056{
32057
32058
32059 ;
32060 return 0;
32061}
32062
32063_ACEOF
32064
32065
32066
32067cat - <<_ACEOF >conftest.h
32068
32069_ACEOF
32070
32071
32072 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32073 echo "obj-m := conftest.o" >build/Makefile
32074 modpost_flag=''
32075 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32076 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32077 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32078 (eval $ac_try) 2>&5
32079 ac_status=$?
32080 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32081 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32082 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32083 (eval $ac_try) 2>&5
32084 ac_status=$?
32085 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32086 test $ac_status = 0; }; }; then :
32087
32088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32089$as_echo "yes" >&6; }
32090
32091$as_echo "#define HAVE_LOOKUP_NAMEIDATA 1" >>confdefs.h
32092
32093
32094else
32095 $as_echo "$as_me: failed program was:" >&5
32096sed 's/^/| /' conftest.$ac_ext >&5
32097
32098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32099$as_echo "no" >&6; }
32100
32101
32102
32103fi
32104 rm -Rf build
32105
32106
32107
32108
32109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->create() passes nameidata" >&5
32110$as_echo_n "checking whether iops->create() passes nameidata... " >&6; }
32111
32112
32113cat confdefs.h - <<_ACEOF >conftest.c
32114
32115
32116 #include <linux/fs.h>
32117
32118 #ifdef HAVE_MKDIR_UMODE_T
32119 int inode_create(struct inode *inode ,struct dentry *dentry,
32120 umode_t umode, struct nameidata *nidata) { return 0; }
32121 #else
32122 int inode_create(struct inode *inode,struct dentry *dentry,
32123 int umode, struct nameidata * nidata) { return 0; }
32124 #endif
32125
32126 static const struct inode_operations
32127 iops __attribute__ ((unused)) = {
32128 .create = inode_create,
32129 };
32130
32131int
32132main (void)
32133{
32134
32135
32136 ;
32137 return 0;
32138}
32139
32140_ACEOF
32141
32142
32143
32144cat - <<_ACEOF >conftest.h
32145
32146_ACEOF
32147
32148
32149 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32150 echo "obj-m := conftest.o" >build/Makefile
32151 modpost_flag=''
32152 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32153 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32154 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32155 (eval $ac_try) 2>&5
32156 ac_status=$?
32157 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32158 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32159 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32160 (eval $ac_try) 2>&5
32161 ac_status=$?
32162 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32163 test $ac_status = 0; }; }; then :
32164
32165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32166$as_echo "yes" >&6; }
32167
32168$as_echo "#define HAVE_CREATE_NAMEIDATA 1" >>confdefs.h
32169
32170
32171else
32172 $as_echo "$as_me: failed program was:" >&5
32173sed 's/^/| /' conftest.$ac_ext >&5
32174
32175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32176$as_echo "no" >&6; }
32177
32178
32179
32180fi
32181 rm -Rf build
32182
32183
32184
32185
32186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->get_link() passes delayed" >&5
32187$as_echo_n "checking whether iops->get_link() passes delayed... " >&6; }
32188
32189
32190cat confdefs.h - <<_ACEOF >conftest.c
32191
32192
32193 #include <linux/fs.h>
32194 const char *get_link(struct dentry *de, struct inode *ip,
32195 struct delayed_call *done) { return "symlink"; }
32196 static struct inode_operations
32197 iops __attribute__ ((unused)) = {
32198 .get_link = get_link,
32199 };
32200
32201int
32202main (void)
32203{
32204
32205
32206 ;
32207 return 0;
32208}
32209
32210_ACEOF
32211
32212
32213
32214cat - <<_ACEOF >conftest.h
32215
32216_ACEOF
32217
32218
32219 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32220 echo "obj-m := conftest.o" >build/Makefile
32221 modpost_flag=''
32222 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32223 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32224 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32225 (eval $ac_try) 2>&5
32226 ac_status=$?
32227 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32228 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32229 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32230 (eval $ac_try) 2>&5
32231 ac_status=$?
32232 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32233 test $ac_status = 0; }; }; then :
32234
32235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32236$as_echo "yes" >&6; }
32237
32238$as_echo "#define HAVE_GET_LINK_DELAYED 1" >>confdefs.h
32239
32240
32241else
32242 $as_echo "$as_me: failed program was:" >&5
32243sed 's/^/| /' conftest.$ac_ext >&5
32244
32245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32246$as_echo "no" >&6; }
32247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->get_link() passes cookie" >&5
32248$as_echo_n "checking whether iops->get_link() passes cookie... " >&6; }
32249
32250
32251cat confdefs.h - <<_ACEOF >conftest.c
32252
32253
32254 #include <linux/fs.h>
32255 const char *get_link(struct dentry *de, struct
32256 inode *ip, void **cookie) { return "symlink"; }
32257 static struct inode_operations
32258 iops __attribute__ ((unused)) = {
32259 .get_link = get_link,
32260 };
32261
32262int
32263main (void)
32264{
32265
32266
32267 ;
32268 return 0;
32269}
32270
32271_ACEOF
32272
32273
32274
32275cat - <<_ACEOF >conftest.h
32276
32277_ACEOF
32278
32279
32280 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32281 echo "obj-m := conftest.o" >build/Makefile
32282 modpost_flag=''
32283 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32284 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32285 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32286 (eval $ac_try) 2>&5
32287 ac_status=$?
32288 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32289 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32290 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32291 (eval $ac_try) 2>&5
32292 ac_status=$?
32293 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32294 test $ac_status = 0; }; }; then :
32295
32296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32297$as_echo "yes" >&6; }
32298
32299$as_echo "#define HAVE_GET_LINK_COOKIE 1" >>confdefs.h
32300
32301
32302else
32303 $as_echo "$as_me: failed program was:" >&5
32304sed 's/^/| /' conftest.$ac_ext >&5
32305
32306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32307$as_echo "no" >&6; }
32308
32309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->follow_link() passes cookie" >&5
32310$as_echo_n "checking whether iops->follow_link() passes cookie... " >&6; }
32311
32312
32313cat confdefs.h - <<_ACEOF >conftest.c
32314
32315
32316 #include <linux/fs.h>
32317 const char *follow_link(struct dentry *de,
32318 void **cookie) { return "symlink"; }
32319 static struct inode_operations
32320 iops __attribute__ ((unused)) = {
32321 .follow_link = follow_link,
32322 };
32323
32324int
32325main (void)
32326{
32327
32328
32329 ;
32330 return 0;
32331}
32332
32333_ACEOF
32334
32335
32336
32337cat - <<_ACEOF >conftest.h
32338
32339_ACEOF
32340
32341
32342 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32343 echo "obj-m := conftest.o" >build/Makefile
32344 modpost_flag=''
32345 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32346 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32347 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32348 (eval $ac_try) 2>&5
32349 ac_status=$?
32350 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32351 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32352 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32353 (eval $ac_try) 2>&5
32354 ac_status=$?
32355 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32356 test $ac_status = 0; }; }; then :
32357
32358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32359$as_echo "yes" >&6; }
32360
32361$as_echo "#define HAVE_FOLLOW_LINK_COOKIE 1" >>confdefs.h
32362
32363
32364else
32365 $as_echo "$as_me: failed program was:" >&5
32366sed 's/^/| /' conftest.$ac_ext >&5
32367
32368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32369$as_echo "no" >&6; }
32370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->follow_link() passes nameidata" >&5
32371$as_echo_n "checking whether iops->follow_link() passes nameidata... " >&6; }
32372
32373
32374cat confdefs.h - <<_ACEOF >conftest.c
32375
32376
32377 #include <linux/fs.h>
32378 void *follow_link(struct dentry *de, struct
32379 nameidata *nd) { return (void *)NULL; }
32380 static struct inode_operations
32381 iops __attribute__ ((unused)) = {
32382 .follow_link = follow_link,
32383 };
32384
32385int
32386main (void)
32387{
32388
32389
32390 ;
32391 return 0;
32392}
32393
32394_ACEOF
32395
32396
32397
32398cat - <<_ACEOF >conftest.h
32399
32400_ACEOF
32401
32402
32403 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32404 echo "obj-m := conftest.o" >build/Makefile
32405 modpost_flag=''
32406 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32407 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32408 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32409 (eval $ac_try) 2>&5
32410 ac_status=$?
32411 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32412 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32413 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32414 (eval $ac_try) 2>&5
32415 ac_status=$?
32416 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32417 test $ac_status = 0; }; }; then :
32418
df9d7621
CIK
32419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32420$as_echo "yes" >&6; }
32421
32422$as_echo "#define HAVE_FOLLOW_LINK_NAMEIDATA 1" >>confdefs.h
32423
32424
32425else
32426 $as_echo "$as_me: failed program was:" >&5
32427sed 's/^/| /' conftest.$ac_ext >&5
32428
32429 as_fn_error $? "no; please file a bug report" "$LINENO" 5
32430
32431
32432
32433fi
32434 rm -Rf build
32435
32436
32437
32438
32439
32440fi
32441 rm -Rf build
32442
32443
32444
32445
32446
32447
32448fi
32449 rm -Rf build
32450
32451
32452
32453
32454
32455fi
32456 rm -Rf build
32457
32458
32459
32460
32461
32462
32463cat confdefs.h - <<_ACEOF >conftest.c
32464
32465
32466 #if !defined(HAVE_GET_LINK_DELAYED)
32467 #error "Expecting get_link() delayed done"
32468 #endif
32469
32470int
32471main (void)
32472{
32473
32474
32475 ;
32476 return 0;
32477}
32478
32479_ACEOF
32480
32481
32482
32483cat - <<_ACEOF >conftest.h
32484
32485_ACEOF
32486
32487
32488 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32489 echo "obj-m := conftest.o" >build/Makefile
32490 modpost_flag=''
32491 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32492 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32493 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32494 (eval $ac_try) 2>&5
32495 ac_status=$?
32496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32497 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32498 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32499 (eval $ac_try) 2>&5
32500 ac_status=$?
32501 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32502 test $ac_status = 0; }; }; then :
32503
32504
32505$as_echo "#define HAVE_PUT_LINK_DELAYED 1" >>confdefs.h
32506
32507
32508else
32509 $as_echo "$as_me: failed program was:" >&5
32510sed 's/^/| /' conftest.$ac_ext >&5
32511
32512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->put_link() passes cookie" >&5
32513$as_echo_n "checking whether iops->put_link() passes cookie... " >&6; }
32514
32515
32516cat confdefs.h - <<_ACEOF >conftest.c
32517
32518
32519 #include <linux/fs.h>
32520 void put_link(struct inode *ip, void *cookie)
32521 { return; }
32522 static struct inode_operations
32523 iops __attribute__ ((unused)) = {
32524 .put_link = put_link,
32525 };
32526
32527int
32528main (void)
32529{
32530
32531
32532 ;
32533 return 0;
32534}
32535
32536_ACEOF
32537
32538
32539
32540cat - <<_ACEOF >conftest.h
32541
32542_ACEOF
32543
32544
32545 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32546 echo "obj-m := conftest.o" >build/Makefile
32547 modpost_flag=''
32548 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32549 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32550 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32551 (eval $ac_try) 2>&5
32552 ac_status=$?
32553 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32554 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32555 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32556 (eval $ac_try) 2>&5
32557 ac_status=$?
32558 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32559 test $ac_status = 0; }; }; then :
32560
32561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32562$as_echo "yes" >&6; }
32563
32564$as_echo "#define HAVE_PUT_LINK_COOKIE 1" >>confdefs.h
32565
32566
32567else
32568 $as_echo "$as_me: failed program was:" >&5
32569sed 's/^/| /' conftest.$ac_ext >&5
32570
32571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32572$as_echo "no" >&6; }
32573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->put_link() passes nameidata" >&5
32574$as_echo_n "checking whether iops->put_link() passes nameidata... " >&6; }
32575
32576
32577cat confdefs.h - <<_ACEOF >conftest.c
32578
32579
32580 #include <linux/fs.h>
32581 void put_link(struct dentry *de, struct
32582 nameidata *nd, void *ptr) { return; }
32583 static struct inode_operations
32584 iops __attribute__ ((unused)) = {
32585 .put_link = put_link,
32586 };
32587
32588int
32589main (void)
32590{
32591
32592
32593 ;
32594 return 0;
32595}
32596
32597_ACEOF
32598
32599
32600
32601cat - <<_ACEOF >conftest.h
32602
32603_ACEOF
32604
32605
32606 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32607 echo "obj-m := conftest.o" >build/Makefile
32608 modpost_flag=''
32609 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32610 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32611 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32612 (eval $ac_try) 2>&5
32613 ac_status=$?
32614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32615 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32616 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32617 (eval $ac_try) 2>&5
32618 ac_status=$?
32619 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32620 test $ac_status = 0; }; }; then :
32621
32622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
87d546d8
TG
32623$as_echo "yes" >&6; }
32624
df9d7621 32625$as_echo "#define HAVE_PUT_LINK_NAMEIDATA 1" >>confdefs.h
87d546d8
TG
32626
32627
32628else
32629 $as_echo "$as_me: failed program was:" >&5
32630sed 's/^/| /' conftest.$ac_ext >&5
32631
df9d7621 32632 as_fn_error $? "no; please file a bug report" "$LINENO" 5
87d546d8
TG
32633
32634
32635
32636fi
32637 rm -Rf build
32638
32639
32640
32641
32642
87d546d8
TG
32643fi
32644 rm -Rf build
32645
32646
32647
32648
32649
32650fi
32651 rm -Rf build
32652
32653
32654
32655
df9d7621
CIK
32656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->truncate_range() exists" >&5
32657$as_echo_n "checking whether iops->truncate_range() exists... " >&6; }
87d546d8
TG
32658
32659
32660cat confdefs.h - <<_ACEOF >conftest.c
32661
32662
df9d7621
CIK
32663 #include <linux/fs.h>
32664 void truncate_range(struct inode *inode, loff_t start,
32665 loff_t end) { return; }
32666 static struct inode_operations iops __attribute__ ((unused)) = {
32667 .truncate_range = truncate_range,
32668 };
87d546d8
TG
32669
32670int
32671main (void)
32672{
32673
32674
32675 ;
32676 return 0;
32677}
32678
32679_ACEOF
32680
32681
32682
32683cat - <<_ACEOF >conftest.h
32684
32685_ACEOF
32686
32687
32688 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32689 echo "obj-m := conftest.o" >build/Makefile
32690 modpost_flag=''
32691 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32692 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32693 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32694 (eval $ac_try) 2>&5
32695 ac_status=$?
32696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32697 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32698 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32699 (eval $ac_try) 2>&5
32700 ac_status=$?
32701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32702 test $ac_status = 0; }; }; then :
32703
df9d7621
CIK
32704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32705$as_echo "yes" >&6; }
87d546d8 32706
df9d7621 32707$as_echo "#define HAVE_INODE_TRUNCATE_RANGE 1" >>confdefs.h
87d546d8
TG
32708
32709
32710else
32711 $as_echo "$as_me: failed program was:" >&5
32712sed 's/^/| /' conftest.$ac_ext >&5
32713
df9d7621
CIK
32714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32715$as_echo "no" >&6; }
32716
32717
32718
32719fi
32720 rm -Rf build
32721
32722
32723
32724
32725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dops->d_automount() exists" >&5
32726$as_echo_n "checking whether dops->d_automount() exists... " >&6; }
87d546d8
TG
32727
32728
32729cat confdefs.h - <<_ACEOF >conftest.c
32730
32731
df9d7621
CIK
32732 #include <linux/dcache.h>
32733 struct vfsmount *d_automount(struct path *p) { return NULL; }
32734 struct dentry_operations dops __attribute__ ((unused)) = {
32735 .d_automount = d_automount,
32736 };
87d546d8
TG
32737
32738int
32739main (void)
32740{
32741
32742
32743 ;
32744 return 0;
32745}
32746
32747_ACEOF
32748
32749
32750
32751cat - <<_ACEOF >conftest.h
32752
32753_ACEOF
32754
32755
32756 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32757 echo "obj-m := conftest.o" >build/Makefile
32758 modpost_flag=''
32759 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32760 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32761 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32762 (eval $ac_try) 2>&5
32763 ac_status=$?
32764 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32765 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32766 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32767 (eval $ac_try) 2>&5
32768 ac_status=$?
32769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32770 test $ac_status = 0; }; }; then :
32771
df9d7621 32772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
87d546d8
TG
32773$as_echo "yes" >&6; }
32774
df9d7621 32775$as_echo "#define HAVE_AUTOMOUNT 1" >>confdefs.h
87d546d8
TG
32776
32777
32778else
32779 $as_echo "$as_me: failed program was:" >&5
32780sed 's/^/| /' conftest.$ac_ext >&5
32781
df9d7621 32782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
87d546d8 32783$as_echo "no" >&6; }
df9d7621
CIK
32784
32785
32786
32787fi
32788 rm -Rf build
32789
32790
32791
32792
32793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether eops->encode_fh() wants inode" >&5
32794$as_echo_n "checking whether eops->encode_fh() wants inode... " >&6; }
87d546d8
TG
32795
32796
32797cat confdefs.h - <<_ACEOF >conftest.c
32798
32799
df9d7621
CIK
32800 #include <linux/exportfs.h>
32801 int encode_fh(struct inode *inode, __u32 *fh, int *max_len,
32802 struct inode *parent) { return 0; }
32803 static struct export_operations eops __attribute__ ((unused))={
32804 .encode_fh = encode_fh,
32805 };
87d546d8
TG
32806
32807int
32808main (void)
32809{
32810
32811
32812 ;
32813 return 0;
32814}
32815
32816_ACEOF
32817
32818
32819
32820cat - <<_ACEOF >conftest.h
32821
32822_ACEOF
32823
32824
32825 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32826 echo "obj-m := conftest.o" >build/Makefile
32827 modpost_flag=''
32828 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32829 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32830 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32831 (eval $ac_try) 2>&5
32832 ac_status=$?
32833 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32834 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32835 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32836 (eval $ac_try) 2>&5
32837 ac_status=$?
32838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32839 test $ac_status = 0; }; }; then :
32840
df9d7621 32841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
87d546d8
TG
32842$as_echo "yes" >&6; }
32843
df9d7621 32844$as_echo "#define HAVE_ENCODE_FH_WITH_INODE 1" >>confdefs.h
87d546d8
TG
32845
32846
32847else
32848 $as_echo "$as_me: failed program was:" >&5
32849sed 's/^/| /' conftest.$ac_ext >&5
32850
df9d7621
CIK
32851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32852$as_echo "no" >&6; }
87d546d8
TG
32853
32854
32855
32856fi
32857 rm -Rf build
32858
32859
32860
32861
df9d7621
CIK
32862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether eops->commit_metadata() exists" >&5
32863$as_echo_n "checking whether eops->commit_metadata() exists... " >&6; }
32864
87d546d8 32865
df9d7621
CIK
32866cat confdefs.h - <<_ACEOF >conftest.c
32867
32868
32869 #include <linux/exportfs.h>
32870 int commit_metadata(struct inode *inode) { return 0; }
32871 static struct export_operations eops __attribute__ ((unused))={
32872 .commit_metadata = commit_metadata,
32873 };
32874
32875int
32876main (void)
32877{
32878
32879
32880 ;
32881 return 0;
32882}
87d546d8 32883
df9d7621
CIK
32884_ACEOF
32885
32886
32887
32888cat - <<_ACEOF >conftest.h
32889
32890_ACEOF
32891
32892
32893 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32894 echo "obj-m := conftest.o" >build/Makefile
32895 modpost_flag=''
32896 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32897 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32898 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32899 (eval $ac_try) 2>&5
32900 ac_status=$?
32901 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32902 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32903 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32904 (eval $ac_try) 2>&5
32905 ac_status=$?
32906 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32907 test $ac_status = 0; }; }; then :
32908
32909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32910$as_echo "yes" >&6; }
32911
32912$as_echo "#define HAVE_COMMIT_METADATA 1" >>confdefs.h
32913
32914
32915else
32916 $as_echo "$as_me: failed program was:" >&5
32917sed 's/^/| /' conftest.$ac_ext >&5
87d546d8 32918
df9d7621
CIK
32919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32920$as_echo "no" >&6; }
87d546d8
TG
32921
32922
32923
32924fi
32925 rm -Rf build
32926
32927
32928
df9d7621
CIK
32929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether clear_inode() is available" >&5
32930$as_echo_n "checking whether clear_inode() is available... " >&6; }
87d546d8 32931
87d546d8
TG
32932
32933
32934cat confdefs.h - <<_ACEOF >conftest.c
32935
32936
32937 #include <linux/fs.h>
87d546d8
TG
32938
32939int
32940main (void)
32941{
32942
df9d7621 32943 clear_inode(NULL);
87d546d8
TG
32944
32945 ;
32946 return 0;
32947}
32948
32949_ACEOF
32950
32951
32952
32953cat - <<_ACEOF >conftest.h
32954
32955_ACEOF
32956
32957
32958 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
32959 echo "obj-m := conftest.o" >build/Makefile
32960 modpost_flag=''
32961 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
32962 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
32963 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32964 (eval $ac_try) 2>&5
32965 ac_status=$?
32966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32967 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
32968 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32969 (eval $ac_try) 2>&5
32970 ac_status=$?
32971 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32972 test $ac_status = 0; }; }; then :
df9d7621
CIK
32973 rc=0
32974else
32975 $as_echo "$as_me: failed program was:" >&5
32976sed 's/^/| /' conftest.$ac_ext >&5
32977 rc=1
87d546d8 32978
87d546d8 32979
df9d7621
CIK
32980fi
32981 rm -Rf build
87d546d8
TG
32982
32983
df9d7621
CIK
32984 if test $rc -ne 0; then :
32985
32986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32987$as_echo "no" >&6; }
32988
32989 else
32990 if test "x$enable_linux_builtin" != xyes; then
32991
32992 grep -q -E '[[:space:]]clear_inode[[:space:]]' \
32993 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
32994 rc=$?
32995 if test $rc -ne 0; then
32996 export=0
32997 for file in fs/inode.c; do
32998 grep -q -E "EXPORT_SYMBOL.*(clear_inode)" \
32999 "$LINUX/$file" 2>/dev/null
33000 rc=$?
33001 if test $rc -eq 0; then
33002 export=1
33003 break;
33004 fi
33005 done
33006 if test $export -eq 0; then :
33007 rc=1
33008 else :
33009 rc=0
33010 fi
33011 else :
33012 rc=0
33013 fi
33014
33015 fi
33016 if test $rc -ne 0; then :
87d546d8
TG
33017
33018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33019$as_echo "no" >&6; }
33020
df9d7621 33021 else :
87d546d8 33022
df9d7621
CIK
33023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33024$as_echo "yes" >&6; }
87d546d8 33025
df9d7621 33026$as_echo "#define HAVE_CLEAR_INODE 1" >>confdefs.h
87d546d8
TG
33027
33028
df9d7621
CIK
33029 fi
33030 fi
87d546d8
TG
33031
33032
df9d7621
CIK
33033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setattr_prepare() is available" >&5
33034$as_echo_n "checking whether setattr_prepare() is available... " >&6; }
33035
87d546d8
TG
33036
33037
33038cat confdefs.h - <<_ACEOF >conftest.c
33039
33040
df9d7621 33041 #include <linux/fs.h>
87d546d8
TG
33042
33043int
33044main (void)
33045{
33046
df9d7621
CIK
33047 struct dentry *dentry = NULL;
33048 struct iattr *attr = NULL;
33049 int error;
33050
33051 error = setattr_prepare(dentry, attr);
87d546d8
TG
33052
33053 ;
33054 return 0;
33055}
33056
33057_ACEOF
33058
33059
33060
33061cat - <<_ACEOF >conftest.h
33062
33063_ACEOF
33064
33065
33066 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33067 echo "obj-m := conftest.o" >build/Makefile
33068 modpost_flag=''
33069 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33070 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33071 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33072 (eval $ac_try) 2>&5
33073 ac_status=$?
33074 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33075 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33076 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33077 (eval $ac_try) 2>&5
33078 ac_status=$?
33079 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33080 test $ac_status = 0; }; }; then :
df9d7621
CIK
33081 rc=0
33082else
33083 $as_echo "$as_me: failed program was:" >&5
33084sed 's/^/| /' conftest.$ac_ext >&5
33085 rc=1
33086
33087
33088fi
33089 rm -Rf build
33090
33091
33092 if test $rc -ne 0; then :
87d546d8 33093
df9d7621
CIK
33094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33095$as_echo "no" >&6; }
87d546d8 33096
df9d7621
CIK
33097 else
33098 if test "x$enable_linux_builtin" != xyes; then
87d546d8 33099
df9d7621
CIK
33100 grep -q -E '[[:space:]]setattr_prepare[[:space:]]' \
33101 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
33102 rc=$?
33103 if test $rc -ne 0; then
33104 export=0
33105 for file in fs/attr.c; do
33106 grep -q -E "EXPORT_SYMBOL.*(setattr_prepare)" \
33107 "$LINUX/$file" 2>/dev/null
33108 rc=$?
33109 if test $rc -eq 0; then
33110 export=1
33111 break;
33112 fi
33113 done
33114 if test $export -eq 0; then :
33115 rc=1
33116 else :
33117 rc=0
33118 fi
33119 else :
33120 rc=0
33121 fi
87d546d8 33122
df9d7621
CIK
33123 fi
33124 if test $rc -ne 0; then :
87d546d8
TG
33125
33126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33127$as_echo "no" >&6; }
33128
df9d7621 33129 else :
87d546d8 33130
df9d7621
CIK
33131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33132$as_echo "yes" >&6; }
87d546d8 33133
df9d7621 33134$as_echo "#define HAVE_SETATTR_PREPARE 1" >>confdefs.h
87d546d8
TG
33135
33136
df9d7621
CIK
33137 fi
33138 fi
87d546d8
TG
33139
33140
df9d7621
CIK
33141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether insert_inode_locked() is available" >&5
33142$as_echo_n "checking whether insert_inode_locked() is available... " >&6; }
33143
87d546d8
TG
33144
33145
33146cat confdefs.h - <<_ACEOF >conftest.c
33147
33148
df9d7621 33149 #include <linux/fs.h>
87d546d8
TG
33150
33151int
33152main (void)
33153{
33154
df9d7621 33155 insert_inode_locked(NULL);
87d546d8
TG
33156
33157 ;
33158 return 0;
33159}
33160
33161_ACEOF
33162
33163
33164
33165cat - <<_ACEOF >conftest.h
33166
33167_ACEOF
33168
33169
33170 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33171 echo "obj-m := conftest.o" >build/Makefile
33172 modpost_flag=''
33173 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33174 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
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; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33180 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33181 (eval $ac_try) 2>&5
33182 ac_status=$?
33183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33184 test $ac_status = 0; }; }; then :
df9d7621
CIK
33185 rc=0
33186else
33187 $as_echo "$as_me: failed program was:" >&5
33188sed 's/^/| /' conftest.$ac_ext >&5
33189 rc=1
87d546d8 33190
87d546d8 33191
df9d7621
CIK
33192fi
33193 rm -Rf build
87d546d8
TG
33194
33195
df9d7621 33196 if test $rc -ne 0; then :
87d546d8
TG
33197
33198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33199$as_echo "no" >&6; }
33200
df9d7621
CIK
33201 else
33202 if test "x$enable_linux_builtin" != xyes; then
87d546d8 33203
df9d7621
CIK
33204 grep -q -E '[[:space:]]insert_inode_locked[[:space:]]' \
33205 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
33206 rc=$?
33207 if test $rc -ne 0; then
33208 export=0
33209 for file in fs/inode.c; do
33210 grep -q -E "EXPORT_SYMBOL.*(insert_inode_locked)" \
33211 "$LINUX/$file" 2>/dev/null
33212 rc=$?
33213 if test $rc -eq 0; then
33214 export=1
33215 break;
33216 fi
33217 done
33218 if test $export -eq 0; then :
33219 rc=1
33220 else :
33221 rc=0
33222 fi
33223 else :
33224 rc=0
33225 fi
87d546d8 33226
df9d7621
CIK
33227 fi
33228 if test $rc -ne 0; then :
87d546d8 33229
df9d7621
CIK
33230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33231$as_echo "no" >&6; }
87d546d8 33232
df9d7621 33233 else :
87d546d8 33234
df9d7621
CIK
33235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33236$as_echo "yes" >&6; }
33237
33238$as_echo "#define HAVE_INSERT_INODE_LOCKED 1" >>confdefs.h
33239
33240
33241 fi
33242 fi
33243
33244
33245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether d_make_root() is available" >&5
33246$as_echo_n "checking whether d_make_root() is available... " >&6; }
87d546d8 33247
87d546d8
TG
33248
33249
33250cat confdefs.h - <<_ACEOF >conftest.c
33251
33252
df9d7621 33253 #include <linux/dcache.h>
87d546d8
TG
33254
33255int
33256main (void)
33257{
33258
df9d7621 33259 d_make_root(NULL);
87d546d8
TG
33260
33261 ;
33262 return 0;
33263}
33264
33265_ACEOF
33266
33267
33268
33269cat - <<_ACEOF >conftest.h
33270
33271_ACEOF
33272
33273
33274 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33275 echo "obj-m := conftest.o" >build/Makefile
33276 modpost_flag=''
33277 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33278 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33279 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33280 (eval $ac_try) 2>&5
33281 ac_status=$?
33282 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33283 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33284 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33285 (eval $ac_try) 2>&5
33286 ac_status=$?
33287 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33288 test $ac_status = 0; }; }; then :
df9d7621
CIK
33289 rc=0
33290else
33291 $as_echo "$as_me: failed program was:" >&5
33292sed 's/^/| /' conftest.$ac_ext >&5
33293 rc=1
87d546d8 33294
87d546d8 33295
df9d7621
CIK
33296fi
33297 rm -Rf build
87d546d8
TG
33298
33299
df9d7621 33300 if test $rc -ne 0; then :
87d546d8
TG
33301
33302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33303$as_echo "no" >&6; }
33304
df9d7621
CIK
33305 else
33306 if test "x$enable_linux_builtin" != xyes; then
87d546d8 33307
df9d7621
CIK
33308 grep -q -E '[[:space:]]d_make_root[[:space:]]' \
33309 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
33310 rc=$?
33311 if test $rc -ne 0; then
33312 export=0
33313 for file in fs/dcache.c; do
33314 grep -q -E "EXPORT_SYMBOL.*(d_make_root)" \
33315 "$LINUX/$file" 2>/dev/null
33316 rc=$?
33317 if test $rc -eq 0; then
33318 export=1
33319 break;
33320 fi
33321 done
33322 if test $export -eq 0; then :
33323 rc=1
33324 else :
33325 rc=0
33326 fi
33327 else :
33328 rc=0
33329 fi
87d546d8 33330
df9d7621
CIK
33331 fi
33332 if test $rc -ne 0; then :
87d546d8 33333
df9d7621
CIK
33334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33335$as_echo "no" >&6; }
87d546d8 33336
df9d7621 33337 else :
87d546d8 33338
df9d7621
CIK
33339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33340$as_echo "yes" >&6; }
33341
33342$as_echo "#define HAVE_D_MAKE_ROOT 1" >>confdefs.h
33343
33344
33345 fi
33346 fi
33347
33348
33349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether d_obtain_alias() is available" >&5
33350$as_echo_n "checking whether d_obtain_alias() is available... " >&6; }
87d546d8
TG
33351
33352
33353
33354cat confdefs.h - <<_ACEOF >conftest.c
33355
33356
df9d7621 33357 #include <linux/dcache.h>
87d546d8
TG
33358
33359int
33360main (void)
33361{
33362
df9d7621 33363 d_obtain_alias(NULL);
87d546d8
TG
33364
33365 ;
33366 return 0;
33367}
33368
33369_ACEOF
33370
33371
33372
33373cat - <<_ACEOF >conftest.h
33374
33375_ACEOF
33376
33377
33378 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33379 echo "obj-m := conftest.o" >build/Makefile
33380 modpost_flag=''
33381 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33382 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33383 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33384 (eval $ac_try) 2>&5
33385 ac_status=$?
33386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33387 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33388 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33389 (eval $ac_try) 2>&5
33390 ac_status=$?
33391 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33392 test $ac_status = 0; }; }; then :
33393 rc=0
33394else
33395 $as_echo "$as_me: failed program was:" >&5
33396sed 's/^/| /' conftest.$ac_ext >&5
33397 rc=1
33398
33399
33400fi
33401 rm -Rf build
33402
33403
33404 if test $rc -ne 0; then :
33405
33406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33407$as_echo "no" >&6; }
33408
33409 else
33410 if test "x$enable_linux_builtin" != xyes; then
33411
df9d7621 33412 grep -q -E '[[:space:]]d_obtain_alias[[:space:]]' \
87d546d8
TG
33413 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
33414 rc=$?
33415 if test $rc -ne 0; then
33416 export=0
df9d7621
CIK
33417 for file in fs/dcache.c; do
33418 grep -q -E "EXPORT_SYMBOL.*(d_obtain_alias)" \
87d546d8
TG
33419 "$LINUX/$file" 2>/dev/null
33420 rc=$?
33421 if test $rc -eq 0; then
33422 export=1
33423 break;
33424 fi
33425 done
33426 if test $export -eq 0; then :
33427 rc=1
33428 else :
33429 rc=0
33430 fi
33431 else :
33432 rc=0
33433 fi
33434
33435 fi
33436 if test $rc -ne 0; then :
33437
33438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33439$as_echo "no" >&6; }
33440
33441 else :
33442
33443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33444$as_echo "yes" >&6; }
33445
df9d7621 33446$as_echo "#define HAVE_D_OBTAIN_ALIAS 1" >>confdefs.h
87d546d8
TG
33447
33448
33449 fi
33450 fi
33451
33452
df9d7621
CIK
33453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether d_prune_aliases() is available" >&5
33454$as_echo_n "checking whether d_prune_aliases() is available... " >&6; }
87d546d8
TG
33455
33456
33457
33458cat confdefs.h - <<_ACEOF >conftest.c
33459
33460
df9d7621 33461 #include <linux/dcache.h>
87d546d8
TG
33462
33463int
33464main (void)
33465{
33466
df9d7621
CIK
33467 struct inode *ip = NULL;
33468 d_prune_aliases(ip);
87d546d8
TG
33469
33470 ;
33471 return 0;
33472}
33473
33474_ACEOF
33475
33476
33477
33478cat - <<_ACEOF >conftest.h
33479
33480_ACEOF
33481
33482
33483 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33484 echo "obj-m := conftest.o" >build/Makefile
33485 modpost_flag=''
33486 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33487 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33488 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33489 (eval $ac_try) 2>&5
33490 ac_status=$?
33491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33492 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33493 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33494 (eval $ac_try) 2>&5
33495 ac_status=$?
33496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33497 test $ac_status = 0; }; }; then :
33498 rc=0
33499else
33500 $as_echo "$as_me: failed program was:" >&5
33501sed 's/^/| /' conftest.$ac_ext >&5
33502 rc=1
33503
33504
33505fi
33506 rm -Rf build
33507
33508
33509 if test $rc -ne 0; then :
33510
33511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33512$as_echo "no" >&6; }
33513
33514 else
33515 if test "x$enable_linux_builtin" != xyes; then
33516
df9d7621 33517 grep -q -E '[[:space:]]d_prune_aliases[[:space:]]' \
87d546d8
TG
33518 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
33519 rc=$?
33520 if test $rc -ne 0; then
33521 export=0
df9d7621
CIK
33522 for file in fs/dcache.c; do
33523 grep -q -E "EXPORT_SYMBOL.*(d_prune_aliases)" \
87d546d8
TG
33524 "$LINUX/$file" 2>/dev/null
33525 rc=$?
33526 if test $rc -eq 0; then
33527 export=1
33528 break;
33529 fi
33530 done
33531 if test $export -eq 0; then :
33532 rc=1
33533 else :
33534 rc=0
33535 fi
33536 else :
33537 rc=0
33538 fi
33539
33540 fi
33541 if test $rc -ne 0; then :
33542
33543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33544$as_echo "no" >&6; }
33545
33546 else :
33547
33548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33549$as_echo "yes" >&6; }
33550
df9d7621 33551$as_echo "#define HAVE_D_PRUNE_ALIASES 1" >>confdefs.h
87d546d8
TG
33552
33553
33554 fi
33555 fi
33556
33557
df9d7621
CIK
33558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether d_set_d_op() is available" >&5
33559$as_echo_n "checking whether d_set_d_op() is available... " >&6; }
87d546d8
TG
33560
33561
33562
33563cat confdefs.h - <<_ACEOF >conftest.c
33564
33565
df9d7621 33566 #include <linux/dcache.h>
87d546d8
TG
33567
33568int
33569main (void)
33570{
33571
df9d7621 33572 d_set_d_op(NULL, NULL);
87d546d8
TG
33573
33574 ;
33575 return 0;
33576}
33577
33578_ACEOF
33579
33580
33581
33582cat - <<_ACEOF >conftest.h
33583
33584_ACEOF
33585
33586
33587 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33588 echo "obj-m := conftest.o" >build/Makefile
33589 modpost_flag=''
33590 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33591 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33592 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33593 (eval $ac_try) 2>&5
33594 ac_status=$?
33595 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33596 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33597 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33598 (eval $ac_try) 2>&5
33599 ac_status=$?
33600 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33601 test $ac_status = 0; }; }; then :
33602 rc=0
33603else
33604 $as_echo "$as_me: failed program was:" >&5
33605sed 's/^/| /' conftest.$ac_ext >&5
33606 rc=1
33607
33608
33609fi
33610 rm -Rf build
33611
33612
33613 if test $rc -ne 0; then :
33614
33615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33616$as_echo "no" >&6; }
33617
33618 else
33619 if test "x$enable_linux_builtin" != xyes; then
33620
df9d7621 33621 grep -q -E '[[:space:]]d_set_d_op[[:space:]]' \
87d546d8
TG
33622 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
33623 rc=$?
33624 if test $rc -ne 0; then
33625 export=0
df9d7621
CIK
33626 for file in fs/dcache.c; do
33627 grep -q -E "EXPORT_SYMBOL.*(d_set_d_op)" \
87d546d8
TG
33628 "$LINUX/$file" 2>/dev/null
33629 rc=$?
33630 if test $rc -eq 0; then
33631 export=1
33632 break;
33633 fi
33634 done
33635 if test $export -eq 0; then :
33636 rc=1
33637 else :
33638 rc=0
33639 fi
33640 else :
33641 rc=0
33642 fi
33643
33644 fi
33645 if test $rc -ne 0; then :
33646
33647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33648$as_echo "no" >&6; }
33649
33650 else :
33651
33652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33653$as_echo "yes" >&6; }
33654
df9d7621 33655$as_echo "#define HAVE_D_SET_D_OP 1" >>confdefs.h
87d546d8
TG
33656
33657
33658 fi
33659 fi
33660
33661
87d546d8 33662
df9d7621
CIK
33663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dops->d_revalidate() takes struct nameidata" >&5
33664$as_echo_n "checking whether dops->d_revalidate() takes struct nameidata... " >&6; }
87d546d8
TG
33665
33666
33667cat confdefs.h - <<_ACEOF >conftest.c
33668
33669
33670 #include <linux/dcache.h>
33671
df9d7621
CIK
33672 int revalidate (struct dentry *dentry,
33673 struct nameidata *nidata) { return 0; }
33674
33675 static const struct dentry_operations
33676 dops __attribute__ ((unused)) = {
33677 .d_revalidate = revalidate,
33678 };
33679
87d546d8
TG
33680int
33681main (void)
33682{
33683
87d546d8
TG
33684
33685 ;
33686 return 0;
33687}
33688
33689_ACEOF
33690
33691
33692
33693cat - <<_ACEOF >conftest.h
33694
33695_ACEOF
33696
33697
33698 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33699 echo "obj-m := conftest.o" >build/Makefile
33700 modpost_flag=''
33701 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33702 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33703 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33704 (eval $ac_try) 2>&5
33705 ac_status=$?
33706 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33707 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33708 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33709 (eval $ac_try) 2>&5
33710 ac_status=$?
33711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33712 test $ac_status = 0; }; }; then :
87d546d8 33713
df9d7621
CIK
33714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33715$as_echo "yes" >&6; }
87d546d8 33716
df9d7621 33717$as_echo "#define HAVE_D_REVALIDATE_NAMEIDATA 1" >>confdefs.h
87d546d8 33718
87d546d8 33719
df9d7621
CIK
33720else
33721 $as_echo "$as_me: failed program was:" >&5
33722sed 's/^/| /' conftest.$ac_ext >&5
87d546d8
TG
33723
33724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33725$as_echo "no" >&6; }
33726
87d546d8 33727
87d546d8 33728
df9d7621
CIK
33729fi
33730 rm -Rf build
87d546d8 33731
87d546d8
TG
33732
33733
87d546d8 33734
df9d7621
CIK
33735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dentry uses const struct dentry_operations" >&5
33736$as_echo_n "checking whether dentry uses const struct dentry_operations... " >&6; }
87d546d8
TG
33737
33738
33739cat confdefs.h - <<_ACEOF >conftest.c
33740
33741
33742 #include <linux/dcache.h>
33743
df9d7621
CIK
33744 const struct dentry_operations test_d_op = {
33745 .d_revalidate = NULL,
33746 };
33747
87d546d8
TG
33748int
33749main (void)
33750{
33751
df9d7621
CIK
33752 struct dentry d __attribute__ ((unused));
33753
33754 d.d_op = &test_d_op;
87d546d8
TG
33755
33756 ;
33757 return 0;
33758}
33759
33760_ACEOF
33761
33762
33763
33764cat - <<_ACEOF >conftest.h
33765
33766_ACEOF
33767
33768
33769 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33770 echo "obj-m := conftest.o" >build/Makefile
33771 modpost_flag=''
33772 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33773 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
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; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33779 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33780 (eval $ac_try) 2>&5
33781 ac_status=$?
33782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33783 test $ac_status = 0; }; }; then :
87d546d8 33784
df9d7621
CIK
33785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33786$as_echo "yes" >&6; }
87d546d8 33787
df9d7621 33788$as_echo "#define HAVE_CONST_DENTRY_OPERATIONS 1" >>confdefs.h
87d546d8 33789
87d546d8 33790
df9d7621
CIK
33791else
33792 $as_echo "$as_me: failed program was:" >&5
33793sed 's/^/| /' conftest.$ac_ext >&5
87d546d8
TG
33794
33795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33796$as_echo "no" >&6; }
33797
87d546d8 33798
87d546d8 33799
df9d7621
CIK
33800fi
33801 rm -Rf build
87d546d8 33802
87d546d8
TG
33803
33804
df9d7621
CIK
33805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether check_disk_size_change() is available" >&5
33806$as_echo_n "checking whether check_disk_size_change() is available... " >&6; }
87d546d8
TG
33807
33808
33809
33810cat confdefs.h - <<_ACEOF >conftest.c
33811
33812
df9d7621 33813 #include <linux/fs.h>
87d546d8
TG
33814
33815int
33816main (void)
33817{
33818
df9d7621 33819 check_disk_size_change(NULL, NULL);
87d546d8
TG
33820
33821 ;
33822 return 0;
33823}
33824
33825_ACEOF
33826
33827
33828
33829cat - <<_ACEOF >conftest.h
33830
33831_ACEOF
33832
33833
33834 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33835 echo "obj-m := conftest.o" >build/Makefile
33836 modpost_flag=''
33837 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33838 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33839 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33840 (eval $ac_try) 2>&5
33841 ac_status=$?
33842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33843 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33844 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33845 (eval $ac_try) 2>&5
33846 ac_status=$?
33847 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33848 test $ac_status = 0; }; }; then :
33849 rc=0
33850else
33851 $as_echo "$as_me: failed program was:" >&5
33852sed 's/^/| /' conftest.$ac_ext >&5
33853 rc=1
33854
33855
33856fi
33857 rm -Rf build
33858
33859
33860 if test $rc -ne 0; then :
33861
33862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33863$as_echo "no" >&6; }
33864
33865 else
33866 if test "x$enable_linux_builtin" != xyes; then
33867
df9d7621 33868 grep -q -E '[[:space:]]check_disk_size_change[[:space:]]' \
87d546d8
TG
33869 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
33870 rc=$?
33871 if test $rc -ne 0; then
33872 export=0
df9d7621
CIK
33873 for file in fs/block_dev.c; do
33874 grep -q -E "EXPORT_SYMBOL.*(check_disk_size_change)" \
87d546d8
TG
33875 "$LINUX/$file" 2>/dev/null
33876 rc=$?
33877 if test $rc -eq 0; then
33878 export=1
33879 break;
33880 fi
33881 done
33882 if test $export -eq 0; then :
33883 rc=1
33884 else :
33885 rc=0
33886 fi
33887 else :
33888 rc=0
33889 fi
33890
33891 fi
33892 if test $rc -ne 0; then :
33893
33894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33895$as_echo "no" >&6; }
33896
33897 else :
33898
33899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33900$as_echo "yes" >&6; }
33901
df9d7621 33902$as_echo "#define HAVE_CHECK_DISK_SIZE_CHANGE 1" >>confdefs.h
87d546d8
TG
33903
33904
33905 fi
33906 fi
33907
33908
df9d7621
CIK
33909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether truncate_setsize() is available" >&5
33910$as_echo_n "checking whether truncate_setsize() is available... " >&6; }
87d546d8
TG
33911
33912
33913
33914cat confdefs.h - <<_ACEOF >conftest.c
33915
33916
df9d7621 33917 #include <linux/mm.h>
87d546d8
TG
33918
33919int
33920main (void)
33921{
33922
df9d7621 33923 truncate_setsize(NULL, 0);
87d546d8
TG
33924
33925 ;
33926 return 0;
33927}
33928
33929_ACEOF
33930
33931
33932
33933cat - <<_ACEOF >conftest.h
33934
33935_ACEOF
33936
33937
33938 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
33939 echo "obj-m := conftest.o" >build/Makefile
33940 modpost_flag=''
33941 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
33942 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
33943 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33944 (eval $ac_try) 2>&5
33945 ac_status=$?
33946 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33947 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
33948 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33949 (eval $ac_try) 2>&5
33950 ac_status=$?
33951 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33952 test $ac_status = 0; }; }; then :
33953 rc=0
33954else
33955 $as_echo "$as_me: failed program was:" >&5
33956sed 's/^/| /' conftest.$ac_ext >&5
33957 rc=1
33958
33959
33960fi
33961 rm -Rf build
33962
33963
33964 if test $rc -ne 0; then :
33965
33966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33967$as_echo "no" >&6; }
33968
33969 else
33970 if test "x$enable_linux_builtin" != xyes; then
33971
df9d7621 33972 grep -q -E '[[:space:]]truncate_setsize[[:space:]]' \
87d546d8
TG
33973 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
33974 rc=$?
33975 if test $rc -ne 0; then
33976 export=0
df9d7621
CIK
33977 for file in mm/truncate.c; do
33978 grep -q -E "EXPORT_SYMBOL.*(truncate_setsize)" \
87d546d8
TG
33979 "$LINUX/$file" 2>/dev/null
33980 rc=$?
33981 if test $rc -eq 0; then
33982 export=1
33983 break;
33984 fi
33985 done
33986 if test $export -eq 0; then :
33987 rc=1
33988 else :
33989 rc=0
33990 fi
33991 else :
33992 rc=0
33993 fi
33994
33995 fi
33996 if test $rc -ne 0; then :
33997
33998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33999$as_echo "no" >&6; }
34000
34001 else :
34002
34003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34004$as_echo "yes" >&6; }
34005
df9d7621 34006$as_echo "#define HAVE_TRUNCATE_SETSIZE 1" >>confdefs.h
87d546d8
TG
34007
34008
34009 fi
34010 fi
34011
34012
34013
df9d7621
CIK
34014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether security_inode_init_security wants 6 args" >&5
34015$as_echo_n "checking whether security_inode_init_security wants 6 args... " >&6; }
87d546d8
TG
34016
34017
34018cat confdefs.h - <<_ACEOF >conftest.c
34019
34020
df9d7621 34021 #include <linux/security.h>
87d546d8
TG
34022
34023int
34024main (void)
34025{
34026
df9d7621
CIK
34027 struct inode *ip __attribute__ ((unused)) = NULL;
34028 struct inode *dip __attribute__ ((unused)) = NULL;
34029 const struct qstr *str __attribute__ ((unused)) = NULL;
34030 char *name __attribute__ ((unused)) = NULL;
34031 void *value __attribute__ ((unused)) = NULL;
34032 size_t len __attribute__ ((unused)) = 0;
34033
34034 security_inode_init_security(ip, dip, str, &name, &value, &len);
87d546d8
TG
34035
34036 ;
34037 return 0;
34038}
34039
34040_ACEOF
34041
34042
34043
34044cat - <<_ACEOF >conftest.h
34045
34046_ACEOF
34047
34048
34049 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34050 echo "obj-m := conftest.o" >build/Makefile
34051 modpost_flag=''
34052 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34053 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34054 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34055 (eval $ac_try) 2>&5
34056 ac_status=$?
34057 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34058 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34059 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34060 (eval $ac_try) 2>&5
34061 ac_status=$?
34062 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34063 test $ac_status = 0; }; }; then :
34064
34065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34066$as_echo "yes" >&6; }
34067
df9d7621 34068$as_echo "#define HAVE_6ARGS_SECURITY_INODE_INIT_SECURITY 1" >>confdefs.h
87d546d8
TG
34069
34070
34071else
34072 $as_echo "$as_me: failed program was:" >&5
34073sed 's/^/| /' conftest.$ac_ext >&5
34074
34075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34076$as_echo "no" >&6; }
34077
34078
34079
34080fi
34081 rm -Rf build
34082
34083
34084
34085
df9d7621
CIK
34086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether security_inode_init_security wants callback" >&5
34087$as_echo_n "checking whether security_inode_init_security wants callback... " >&6; }
87d546d8
TG
34088
34089
34090cat confdefs.h - <<_ACEOF >conftest.c
34091
34092
df9d7621 34093 #include <linux/security.h>
87d546d8
TG
34094
34095int
34096main (void)
34097{
34098
df9d7621
CIK
34099 struct inode *ip __attribute__ ((unused)) = NULL;
34100 struct inode *dip __attribute__ ((unused)) = NULL;
34101 const struct qstr *str __attribute__ ((unused)) = NULL;
34102 initxattrs func __attribute__ ((unused)) = NULL;
87d546d8 34103
df9d7621 34104 security_inode_init_security(ip, dip, str, func, NULL);
87d546d8
TG
34105
34106 ;
34107 return 0;
34108}
34109
34110_ACEOF
34111
34112
34113
34114cat - <<_ACEOF >conftest.h
34115
34116_ACEOF
34117
34118
34119 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34120 echo "obj-m := conftest.o" >build/Makefile
34121 modpost_flag=''
34122 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34123 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34124 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34125 (eval $ac_try) 2>&5
34126 ac_status=$?
34127 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34128 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34129 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34130 (eval $ac_try) 2>&5
34131 ac_status=$?
34132 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34133 test $ac_status = 0; }; }; then :
34134
34135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34136$as_echo "yes" >&6; }
34137
df9d7621 34138$as_echo "#define HAVE_CALLBACK_SECURITY_INODE_INIT_SECURITY 1" >>confdefs.h
87d546d8
TG
34139
34140
34141else
34142 $as_echo "$as_me: failed program was:" >&5
34143sed 's/^/| /' conftest.$ac_ext >&5
34144
34145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34146$as_echo "no" >&6; }
34147
34148
34149
34150fi
34151 rm -Rf build
34152
34153
34154
df9d7621
CIK
34155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mount_nodev() is available" >&5
34156$as_echo_n "checking whether mount_nodev() is available... " >&6; }
87d546d8
TG
34157
34158
34159
34160cat confdefs.h - <<_ACEOF >conftest.c
34161
34162
34163 #include <linux/fs.h>
34164
34165int
34166main (void)
34167{
34168
df9d7621 34169 mount_nodev(NULL, 0, NULL, NULL);
87d546d8
TG
34170
34171 ;
34172 return 0;
34173}
34174
34175_ACEOF
34176
34177
34178
34179cat - <<_ACEOF >conftest.h
34180
34181_ACEOF
34182
34183
34184 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34185 echo "obj-m := conftest.o" >build/Makefile
34186 modpost_flag=''
34187 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34188 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34189 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34190 (eval $ac_try) 2>&5
34191 ac_status=$?
34192 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34193 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34194 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34195 (eval $ac_try) 2>&5
34196 ac_status=$?
34197 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34198 test $ac_status = 0; }; }; then :
34199 rc=0
34200else
34201 $as_echo "$as_me: failed program was:" >&5
34202sed 's/^/| /' conftest.$ac_ext >&5
34203 rc=1
34204
34205
34206fi
34207 rm -Rf build
34208
34209
34210 if test $rc -ne 0; then :
34211
34212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34213$as_echo "no" >&6; }
34214
34215 else
34216 if test "x$enable_linux_builtin" != xyes; then
34217
df9d7621 34218 grep -q -E '[[:space:]]mount_nodev[[:space:]]' \
87d546d8
TG
34219 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
34220 rc=$?
34221 if test $rc -ne 0; then
34222 export=0
df9d7621
CIK
34223 for file in fs/super.c; do
34224 grep -q -E "EXPORT_SYMBOL.*(mount_nodev)" \
87d546d8
TG
34225 "$LINUX/$file" 2>/dev/null
34226 rc=$?
34227 if test $rc -eq 0; then
34228 export=1
34229 break;
34230 fi
34231 done
34232 if test $export -eq 0; then :
34233 rc=1
34234 else :
34235 rc=0
34236 fi
34237 else :
34238 rc=0
34239 fi
34240
34241 fi
34242 if test $rc -ne 0; then :
34243
34244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34245$as_echo "no" >&6; }
34246
34247 else :
34248
34249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34250$as_echo "yes" >&6; }
34251
df9d7621 34252$as_echo "#define HAVE_MOUNT_NODEV 1" >>confdefs.h
87d546d8
TG
34253
34254
34255 fi
34256 fi
34257
34258
87d546d8 34259
df9d7621
CIK
34260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether super_block has s_shrink" >&5
34261$as_echo_n "checking whether super_block has s_shrink... " >&6; }
87d546d8
TG
34262
34263
34264cat confdefs.h - <<_ACEOF >conftest.c
34265
34266
df9d7621
CIK
34267 #include <linux/fs.h>
34268
34269 int shrink(struct shrinker *s, struct shrink_control *sc)
34270 { return 0; }
34271
34272 static const struct super_block
34273 sb __attribute__ ((unused)) = {
34274 .s_shrink.shrink = shrink,
34275 .s_shrink.seeks = DEFAULT_SEEKS,
34276 .s_shrink.batch = 0,
34277 };
87d546d8
TG
34278
34279int
34280main (void)
34281{
34282
87d546d8
TG
34283
34284 ;
34285 return 0;
34286}
34287
34288_ACEOF
34289
34290
34291
34292cat - <<_ACEOF >conftest.h
34293
34294_ACEOF
34295
34296
34297 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34298 echo "obj-m := conftest.o" >build/Makefile
34299 modpost_flag=''
34300 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34301 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34302 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34303 (eval $ac_try) 2>&5
34304 ac_status=$?
34305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34306 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34307 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34308 (eval $ac_try) 2>&5
34309 ac_status=$?
34310 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34311 test $ac_status = 0; }; }; then :
87d546d8 34312
df9d7621
CIK
34313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34314$as_echo "yes" >&6; }
87d546d8 34315
df9d7621 34316$as_echo "#define HAVE_SHRINK 1" >>confdefs.h
87d546d8 34317
df9d7621
CIK
34318
34319
34320else
34321 $as_echo "$as_me: failed program was:" >&5
34322sed 's/^/| /' conftest.$ac_ext >&5
87d546d8
TG
34323
34324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34325$as_echo "no" >&6; }
34326
87d546d8 34327
87d546d8 34328
df9d7621
CIK
34329fi
34330 rm -Rf build
87d546d8 34331
87d546d8
TG
34332
34333
34334
df9d7621
CIK
34335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether shrink_control has nid" >&5
34336$as_echo_n "checking whether shrink_control has nid... " >&6; }
87d546d8
TG
34337
34338
34339cat confdefs.h - <<_ACEOF >conftest.c
34340
34341
df9d7621 34342 #include <linux/fs.h>
87d546d8
TG
34343
34344int
34345main (void)
34346{
34347
df9d7621
CIK
34348 struct shrink_control sc __attribute__ ((unused));
34349 unsigned long scnidsize __attribute__ ((unused)) =
34350 sizeof(sc.nid);
87d546d8
TG
34351
34352 ;
34353 return 0;
34354}
34355
34356_ACEOF
34357
34358
34359
34360cat - <<_ACEOF >conftest.h
34361
34362_ACEOF
34363
34364
34365 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34366 echo "obj-m := conftest.o" >build/Makefile
34367 modpost_flag=''
34368 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34369 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34370 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34371 (eval $ac_try) 2>&5
34372 ac_status=$?
34373 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34374 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34375 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34376 (eval $ac_try) 2>&5
34377 ac_status=$?
34378 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34379 test $ac_status = 0; }; }; then :
34380
34381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34382$as_echo "yes" >&6; }
34383
df9d7621 34384$as_echo "#define SHRINK_CONTROL_HAS_NID 1" >>confdefs.h
87d546d8
TG
34385
34386
34387else
34388 $as_echo "$as_me: failed program was:" >&5
34389sed 's/^/| /' conftest.$ac_ext >&5
34390
34391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34392$as_echo "no" >&6; }
34393
34394
34395
34396fi
34397 rm -Rf build
34398
34399
34400
34401
df9d7621
CIK
34402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether super_block has s_instances list_head" >&5
34403$as_echo_n "checking whether super_block has s_instances list_head... " >&6; }
87d546d8
TG
34404
34405
34406cat confdefs.h - <<_ACEOF >conftest.c
34407
34408
df9d7621 34409 #include <linux/fs.h>
87d546d8
TG
34410
34411int
34412main (void)
34413{
34414
df9d7621 34415 struct super_block sb __attribute__ ((unused));
87d546d8 34416
df9d7621 34417 INIT_LIST_HEAD(&sb.s_instances);
87d546d8
TG
34418
34419 ;
34420 return 0;
34421}
34422
34423_ACEOF
34424
34425
34426
34427cat - <<_ACEOF >conftest.h
34428
34429_ACEOF
34430
34431
34432 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34433 echo "obj-m := conftest.o" >build/Makefile
34434 modpost_flag=''
34435 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34436 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34437 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34438 (eval $ac_try) 2>&5
34439 ac_status=$?
34440 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34441 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34442 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34443 (eval $ac_try) 2>&5
34444 ac_status=$?
34445 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34446 test $ac_status = 0; }; }; then :
34447
34448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34449$as_echo "yes" >&6; }
34450
df9d7621 34451$as_echo "#define HAVE_S_INSTANCES_LIST_HEAD 1" >>confdefs.h
87d546d8
TG
34452
34453
34454else
34455 $as_echo "$as_me: failed program was:" >&5
34456sed 's/^/| /' conftest.$ac_ext >&5
34457
34458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34459$as_echo "no" >&6; }
34460
34461
34462
34463fi
34464 rm -Rf build
34465
34466
34467
df9d7621
CIK
34468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether super_block has s_d_op" >&5
34469$as_echo_n "checking whether super_block has s_d_op... " >&6; }
87d546d8
TG
34470
34471
34472cat confdefs.h - <<_ACEOF >conftest.c
34473
34474
34475 #include <linux/fs.h>
34476
34477int
34478main (void)
34479{
34480
df9d7621
CIK
34481 struct super_block sb __attribute__ ((unused));
34482 sb.s_d_op = NULL;
87d546d8
TG
34483
34484 ;
34485 return 0;
34486}
34487
34488_ACEOF
34489
34490
34491
34492cat - <<_ACEOF >conftest.h
34493
34494_ACEOF
34495
34496
34497 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34498 echo "obj-m := conftest.o" >build/Makefile
34499 modpost_flag=''
34500 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34501 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34502 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34503 (eval $ac_try) 2>&5
34504 ac_status=$?
34505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34506 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34507 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34508 (eval $ac_try) 2>&5
34509 ac_status=$?
34510 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34511 test $ac_status = 0; }; }; then :
87d546d8 34512
df9d7621
CIK
34513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34514$as_echo "yes" >&6; }
87d546d8 34515
df9d7621 34516$as_echo "#define HAVE_S_D_OP 1" >>confdefs.h
87d546d8 34517
87d546d8 34518
df9d7621
CIK
34519else
34520 $as_echo "$as_me: failed program was:" >&5
34521sed 's/^/| /' conftest.$ac_ext >&5
87d546d8
TG
34522
34523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34524$as_echo "no" >&6; }
34525
87d546d8 34526
87d546d8 34527
df9d7621
CIK
34528fi
34529 rm -Rf build
87d546d8
TG
34530
34531
87d546d8
TG
34532
34533
df9d7621
CIK
34534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether super_setup_bdi_name() exists" >&5
34535$as_echo_n "checking whether super_setup_bdi_name() exists... " >&6; }
87d546d8 34536
87d546d8
TG
34537
34538
34539cat confdefs.h - <<_ACEOF >conftest.c
34540
34541
34542 #include <linux/fs.h>
df9d7621 34543 struct super_block sb;
87d546d8
TG
34544
34545int
34546main (void)
34547{
34548
df9d7621
CIK
34549 char *name = "bdi";
34550 int error __attribute__((unused)) =
34551 super_setup_bdi_name(&sb, name);
87d546d8
TG
34552
34553 ;
34554 return 0;
34555}
34556
34557_ACEOF
34558
34559
34560
34561cat - <<_ACEOF >conftest.h
34562
34563_ACEOF
34564
34565
34566 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34567 echo "obj-m := conftest.o" >build/Makefile
34568 modpost_flag=''
34569 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34570 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34571 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34572 (eval $ac_try) 2>&5
34573 ac_status=$?
34574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34575 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34576 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34577 (eval $ac_try) 2>&5
34578 ac_status=$?
34579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34580 test $ac_status = 0; }; }; then :
df9d7621 34581 rc=0
87d546d8
TG
34582else
34583 $as_echo "$as_me: failed program was:" >&5
34584sed 's/^/| /' conftest.$ac_ext >&5
df9d7621 34585 rc=1
87d546d8
TG
34586
34587
34588fi
34589 rm -Rf build
34590
34591
df9d7621 34592 if test $rc -ne 0; then :
87d546d8 34593
df9d7621
CIK
34594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34595$as_echo "no" >&6; }
34596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 2 args" >&5
34597$as_echo_n "checking whether bdi_setup_and_register() wants 2 args... " >&6; }
87d546d8 34598
87d546d8
TG
34599
34600
34601cat confdefs.h - <<_ACEOF >conftest.c
34602
34603
df9d7621
CIK
34604 #include <linux/backing-dev.h>
34605 struct backing_dev_info bdi;
87d546d8
TG
34606
34607int
34608main (void)
34609{
34610
df9d7621
CIK
34611 char *name = "bdi";
34612 int error __attribute__((unused)) =
34613 bdi_setup_and_register(&bdi, name);
87d546d8
TG
34614
34615 ;
34616 return 0;
34617}
34618
34619_ACEOF
34620
34621
34622
34623cat - <<_ACEOF >conftest.h
34624
34625_ACEOF
34626
34627
34628 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34629 echo "obj-m := conftest.o" >build/Makefile
34630 modpost_flag=''
34631 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34632 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34633 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34634 (eval $ac_try) 2>&5
34635 ac_status=$?
34636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34637 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34638 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34639 (eval $ac_try) 2>&5
34640 ac_status=$?
34641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34642 test $ac_status = 0; }; }; then :
df9d7621 34643 rc=0
87d546d8
TG
34644else
34645 $as_echo "$as_me: failed program was:" >&5
34646sed 's/^/| /' conftest.$ac_ext >&5
df9d7621 34647 rc=1
87d546d8
TG
34648
34649
34650fi
34651 rm -Rf build
34652
34653
df9d7621 34654 if test $rc -ne 0; then :
87d546d8 34655
df9d7621
CIK
34656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34657$as_echo "no" >&6; }
34658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 3 args" >&5
34659$as_echo_n "checking whether bdi_setup_and_register() wants 3 args... " >&6; }
87d546d8 34660
87d546d8
TG
34661
34662
34663cat confdefs.h - <<_ACEOF >conftest.c
34664
34665
df9d7621
CIK
34666 #include <linux/backing-dev.h>
34667 struct backing_dev_info bdi;
87d546d8
TG
34668
34669int
34670main (void)
34671{
34672
df9d7621
CIK
34673 char *name = "bdi";
34674 unsigned int cap = BDI_CAP_MAP_COPY;
34675 int error __attribute__((unused)) =
34676 bdi_setup_and_register(&bdi, name, cap);
87d546d8
TG
34677
34678 ;
34679 return 0;
34680}
34681
34682_ACEOF
34683
34684
34685
34686cat - <<_ACEOF >conftest.h
34687
34688_ACEOF
34689
34690
34691 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34692 echo "obj-m := conftest.o" >build/Makefile
34693 modpost_flag=''
34694 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34695 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34696 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34697 (eval $ac_try) 2>&5
34698 ac_status=$?
34699 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34700 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34701 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34702 (eval $ac_try) 2>&5
34703 ac_status=$?
34704 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34705 test $ac_status = 0; }; }; then :
df9d7621
CIK
34706 rc=0
34707else
34708 $as_echo "$as_me: failed program was:" >&5
34709sed 's/^/| /' conftest.$ac_ext >&5
34710 rc=1
87d546d8 34711
87d546d8 34712
df9d7621
CIK
34713fi
34714 rm -Rf build
87d546d8
TG
34715
34716
df9d7621 34717 if test $rc -ne 0; then :
87d546d8 34718
df9d7621 34719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
87d546d8
TG
34720$as_echo "no" >&6; }
34721
df9d7621
CIK
34722 else
34723 if test "x$enable_linux_builtin" != xyes; then
34724
34725 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
34726 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
34727 rc=$?
34728 if test $rc -ne 0; then
34729 export=0
34730 for file in mm/backing-dev.c; do
34731 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
34732 "$LINUX/$file" 2>/dev/null
34733 rc=$?
34734 if test $rc -eq 0; then
34735 export=1
34736 break;
34737 fi
34738 done
34739 if test $export -eq 0; then :
34740 rc=1
34741 else :
34742 rc=0
34743 fi
34744 else :
34745 rc=0
34746 fi
87d546d8 34747
df9d7621
CIK
34748 fi
34749 if test $rc -ne 0; then :
87d546d8 34750
df9d7621
CIK
34751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34752$as_echo "no" >&6; }
34753
34754 else :
34755
34756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34757$as_echo "yes" >&6; }
34758
34759$as_echo "#define HAVE_3ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
34760
34761
34762 fi
34763 fi
34764
34765
34766 else
34767 if test "x$enable_linux_builtin" != xyes; then
34768
34769 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
34770 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
34771 rc=$?
34772 if test $rc -ne 0; then
34773 export=0
34774 for file in mm/backing-dev.c; do
34775 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
34776 "$LINUX/$file" 2>/dev/null
34777 rc=$?
34778 if test $rc -eq 0; then
34779 export=1
34780 break;
34781 fi
34782 done
34783 if test $export -eq 0; then :
34784 rc=1
34785 else :
34786 rc=0
34787 fi
34788 else :
34789 rc=0
34790 fi
87d546d8 34791
df9d7621
CIK
34792 fi
34793 if test $rc -ne 0; then :
87d546d8 34794
df9d7621
CIK
34795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34796$as_echo "no" >&6; }
34797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 3 args" >&5
34798$as_echo_n "checking whether bdi_setup_and_register() wants 3 args... " >&6; }
87d546d8 34799
87d546d8
TG
34800
34801
34802cat confdefs.h - <<_ACEOF >conftest.c
34803
34804
df9d7621
CIK
34805 #include <linux/backing-dev.h>
34806 struct backing_dev_info bdi;
87d546d8
TG
34807
34808int
34809main (void)
34810{
34811
df9d7621
CIK
34812 char *name = "bdi";
34813 unsigned int cap = BDI_CAP_MAP_COPY;
34814 int error __attribute__((unused)) =
34815 bdi_setup_and_register(&bdi, name, cap);
87d546d8
TG
34816
34817 ;
34818 return 0;
34819}
34820
34821_ACEOF
34822
34823
34824
34825cat - <<_ACEOF >conftest.h
34826
34827_ACEOF
34828
34829
34830 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34831 echo "obj-m := conftest.o" >build/Makefile
34832 modpost_flag=''
34833 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34834 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34835 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34836 (eval $ac_try) 2>&5
34837 ac_status=$?
34838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34839 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34840 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34841 (eval $ac_try) 2>&5
34842 ac_status=$?
34843 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34844 test $ac_status = 0; }; }; then :
df9d7621
CIK
34845 rc=0
34846else
34847 $as_echo "$as_me: failed program was:" >&5
34848sed 's/^/| /' conftest.$ac_ext >&5
34849 rc=1
87d546d8 34850
87d546d8 34851
df9d7621
CIK
34852fi
34853 rm -Rf build
87d546d8
TG
34854
34855
df9d7621 34856 if test $rc -ne 0; then :
87d546d8 34857
df9d7621 34858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
87d546d8
TG
34859$as_echo "no" >&6; }
34860
df9d7621
CIK
34861 else
34862 if test "x$enable_linux_builtin" != xyes; then
34863
34864 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
34865 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
34866 rc=$?
34867 if test $rc -ne 0; then
34868 export=0
34869 for file in mm/backing-dev.c; do
34870 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
34871 "$LINUX/$file" 2>/dev/null
34872 rc=$?
34873 if test $rc -eq 0; then
34874 export=1
34875 break;
34876 fi
34877 done
34878 if test $export -eq 0; then :
34879 rc=1
34880 else :
34881 rc=0
34882 fi
34883 else :
34884 rc=0
34885 fi
87d546d8 34886
df9d7621
CIK
34887 fi
34888 if test $rc -ne 0; then :
87d546d8 34889
df9d7621
CIK
34890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34891$as_echo "no" >&6; }
87d546d8 34892
df9d7621
CIK
34893 else :
34894
34895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34896$as_echo "yes" >&6; }
34897
34898$as_echo "#define HAVE_3ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
34899
34900
34901 fi
34902 fi
34903
34904
34905 else :
34906
34907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34908$as_echo "yes" >&6; }
87d546d8 34909
df9d7621
CIK
34910$as_echo "#define HAVE_2ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
34911
34912
34913 fi
34914 fi
34915
34916
34917 else
34918 if test "x$enable_linux_builtin" != xyes; then
34919
34920 grep -q -E '[[:space:]]super_setup_bdi_name[[:space:]]' \
34921 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
34922 rc=$?
34923 if test $rc -ne 0; then
34924 export=0
34925 for file in fs/super.c; do
34926 grep -q -E "EXPORT_SYMBOL.*(super_setup_bdi_name)" \
34927 "$LINUX/$file" 2>/dev/null
34928 rc=$?
34929 if test $rc -eq 0; then
34930 export=1
34931 break;
34932 fi
34933 done
34934 if test $export -eq 0; then :
34935 rc=1
34936 else :
34937 rc=0
34938 fi
34939 else :
34940 rc=0
34941 fi
87d546d8 34942
df9d7621
CIK
34943 fi
34944 if test $rc -ne 0; then :
87d546d8 34945
df9d7621
CIK
34946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34947$as_echo "no" >&6; }
34948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 2 args" >&5
87d546d8
TG
34949$as_echo_n "checking whether bdi_setup_and_register() wants 2 args... " >&6; }
34950
34951
34952
34953cat confdefs.h - <<_ACEOF >conftest.c
34954
34955
df9d7621
CIK
34956 #include <linux/backing-dev.h>
34957 struct backing_dev_info bdi;
87d546d8
TG
34958
34959int
34960main (void)
34961{
34962
df9d7621
CIK
34963 char *name = "bdi";
34964 int error __attribute__((unused)) =
34965 bdi_setup_and_register(&bdi, name);
87d546d8
TG
34966
34967 ;
34968 return 0;
34969}
34970
34971_ACEOF
34972
34973
34974
34975cat - <<_ACEOF >conftest.h
34976
34977_ACEOF
34978
34979
34980 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
34981 echo "obj-m := conftest.o" >build/Makefile
34982 modpost_flag=''
34983 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
34984 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
34985 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34986 (eval $ac_try) 2>&5
34987 ac_status=$?
34988 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34989 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
34990 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
34991 (eval $ac_try) 2>&5
34992 ac_status=$?
34993 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34994 test $ac_status = 0; }; }; then :
34995 rc=0
34996else
34997 $as_echo "$as_me: failed program was:" >&5
34998sed 's/^/| /' conftest.$ac_ext >&5
34999 rc=1
35000
35001
35002fi
35003 rm -Rf build
35004
35005
35006 if test $rc -ne 0; then :
35007
df9d7621 35008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
87d546d8 35009$as_echo "no" >&6; }
df9d7621 35010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 3 args" >&5
87d546d8
TG
35011$as_echo_n "checking whether bdi_setup_and_register() wants 3 args... " >&6; }
35012
35013
35014
35015cat confdefs.h - <<_ACEOF >conftest.c
35016
35017
df9d7621
CIK
35018 #include <linux/backing-dev.h>
35019 struct backing_dev_info bdi;
87d546d8
TG
35020
35021int
35022main (void)
35023{
35024
df9d7621
CIK
35025 char *name = "bdi";
35026 unsigned int cap = BDI_CAP_MAP_COPY;
35027 int error __attribute__((unused)) =
35028 bdi_setup_and_register(&bdi, name, cap);
87d546d8
TG
35029
35030 ;
35031 return 0;
35032}
35033
35034_ACEOF
35035
35036
35037
35038cat - <<_ACEOF >conftest.h
35039
35040_ACEOF
35041
35042
35043 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35044 echo "obj-m := conftest.o" >build/Makefile
35045 modpost_flag=''
35046 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35047 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35048 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35049 (eval $ac_try) 2>&5
35050 ac_status=$?
35051 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35052 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35053 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35054 (eval $ac_try) 2>&5
35055 ac_status=$?
35056 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35057 test $ac_status = 0; }; }; then :
35058 rc=0
35059else
35060 $as_echo "$as_me: failed program was:" >&5
35061sed 's/^/| /' conftest.$ac_ext >&5
35062 rc=1
35063
35064
35065fi
35066 rm -Rf build
35067
35068
35069 if test $rc -ne 0; then :
35070
df9d7621 35071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
87d546d8
TG
35072$as_echo "no" >&6; }
35073
35074 else
35075 if test "x$enable_linux_builtin" != xyes; then
35076
35077 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
35078 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
35079 rc=$?
35080 if test $rc -ne 0; then
35081 export=0
35082 for file in mm/backing-dev.c; do
35083 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
35084 "$LINUX/$file" 2>/dev/null
35085 rc=$?
35086 if test $rc -eq 0; then
35087 export=1
35088 break;
35089 fi
35090 done
35091 if test $export -eq 0; then :
35092 rc=1
35093 else :
35094 rc=0
35095 fi
35096 else :
35097 rc=0
35098 fi
35099
35100 fi
35101 if test $rc -ne 0; then :
35102
df9d7621 35103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
87d546d8
TG
35104$as_echo "no" >&6; }
35105
35106 else :
35107
df9d7621 35108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
87d546d8
TG
35109$as_echo "yes" >&6; }
35110
35111$as_echo "#define HAVE_3ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
35112
35113
35114 fi
35115 fi
35116
35117
35118 else
35119 if test "x$enable_linux_builtin" != xyes; then
35120
35121 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
35122 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
35123 rc=$?
35124 if test $rc -ne 0; then
35125 export=0
35126 for file in mm/backing-dev.c; do
35127 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
35128 "$LINUX/$file" 2>/dev/null
35129 rc=$?
35130 if test $rc -eq 0; then
35131 export=1
35132 break;
35133 fi
35134 done
35135 if test $export -eq 0; then :
35136 rc=1
35137 else :
35138 rc=0
35139 fi
35140 else :
35141 rc=0
35142 fi
35143
35144 fi
35145 if test $rc -ne 0; then :
35146
df9d7621 35147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
87d546d8 35148$as_echo "no" >&6; }
df9d7621 35149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bdi_setup_and_register() wants 3 args" >&5
87d546d8
TG
35150$as_echo_n "checking whether bdi_setup_and_register() wants 3 args... " >&6; }
35151
35152
35153
35154cat confdefs.h - <<_ACEOF >conftest.c
35155
35156
df9d7621
CIK
35157 #include <linux/backing-dev.h>
35158 struct backing_dev_info bdi;
87d546d8
TG
35159
35160int
35161main (void)
35162{
35163
df9d7621
CIK
35164 char *name = "bdi";
35165 unsigned int cap = BDI_CAP_MAP_COPY;
35166 int error __attribute__((unused)) =
35167 bdi_setup_and_register(&bdi, name, cap);
87d546d8
TG
35168
35169 ;
35170 return 0;
35171}
35172
35173_ACEOF
35174
35175
35176
35177cat - <<_ACEOF >conftest.h
35178
35179_ACEOF
35180
35181
35182 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35183 echo "obj-m := conftest.o" >build/Makefile
35184 modpost_flag=''
35185 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35186 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35187 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35188 (eval $ac_try) 2>&5
35189 ac_status=$?
35190 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35191 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35192 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35193 (eval $ac_try) 2>&5
35194 ac_status=$?
35195 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35196 test $ac_status = 0; }; }; then :
35197 rc=0
35198else
35199 $as_echo "$as_me: failed program was:" >&5
35200sed 's/^/| /' conftest.$ac_ext >&5
35201 rc=1
35202
35203
35204fi
35205 rm -Rf build
35206
35207
35208 if test $rc -ne 0; then :
35209
df9d7621 35210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
87d546d8
TG
35211$as_echo "no" >&6; }
35212
35213 else
35214 if test "x$enable_linux_builtin" != xyes; then
35215
35216 grep -q -E '[[:space:]]bdi_setup_and_register[[:space:]]' \
35217 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
35218 rc=$?
35219 if test $rc -ne 0; then
35220 export=0
35221 for file in mm/backing-dev.c; do
35222 grep -q -E "EXPORT_SYMBOL.*(bdi_setup_and_register)" \
35223 "$LINUX/$file" 2>/dev/null
35224 rc=$?
35225 if test $rc -eq 0; then
35226 export=1
35227 break;
35228 fi
35229 done
35230 if test $export -eq 0; then :
35231 rc=1
35232 else :
35233 rc=0
35234 fi
35235 else :
35236 rc=0
35237 fi
35238
35239 fi
35240 if test $rc -ne 0; then :
35241
df9d7621 35242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
87d546d8
TG
35243$as_echo "no" >&6; }
35244
35245 else :
35246
df9d7621 35247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
87d546d8
TG
35248$as_echo "yes" >&6; }
35249
35250$as_echo "#define HAVE_3ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
35251
35252
35253 fi
35254 fi
35255
35256
35257 else :
35258
df9d7621 35259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
87d546d8
TG
35260$as_echo "yes" >&6; }
35261
35262$as_echo "#define HAVE_2ARGS_BDI_SETUP_AND_REGISTER 1" >>confdefs.h
35263
35264
35265 fi
35266 fi
35267
35268
df9d7621
CIK
35269 else :
35270
35271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35272$as_echo "yes" >&6; }
35273
35274$as_echo "#define HAVE_SUPER_SETUP_BDI_NAME 1" >>confdefs.h
35275
35276
35277 fi
35278 fi
35279
35280
87d546d8
TG
35281
35282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether set_nlink() is available" >&5
35283$as_echo_n "checking whether set_nlink() is available... " >&6; }
35284
35285
35286cat confdefs.h - <<_ACEOF >conftest.c
35287
35288
35289 #include <linux/fs.h>
35290
35291int
35292main (void)
35293{
35294
35295 struct inode node;
35296 unsigned int link = 0;
35297 (void) set_nlink(&node, link);
35298
35299 ;
35300 return 0;
35301}
35302
35303_ACEOF
35304
35305
35306
35307cat - <<_ACEOF >conftest.h
35308
35309_ACEOF
35310
35311
35312 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35313 echo "obj-m := conftest.o" >build/Makefile
35314 modpost_flag=''
35315 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35316 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35317 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35318 (eval $ac_try) 2>&5
35319 ac_status=$?
35320 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35321 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35322 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35323 (eval $ac_try) 2>&5
35324 ac_status=$?
35325 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35326 test $ac_status = 0; }; }; then :
35327
35328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35329$as_echo "yes" >&6; }
35330
35331$as_echo "#define HAVE_SET_NLINK 1" >>confdefs.h
35332
35333
35334else
35335 $as_echo "$as_me: failed program was:" >&5
35336sed 's/^/| /' conftest.$ac_ext >&5
35337
35338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35339$as_echo "no" >&6; }
35340
35341
35342
35343fi
35344 rm -Rf build
35345
35346
35347
35348
35349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether elevator_change() is available" >&5
35350$as_echo_n "checking whether elevator_change() is available... " >&6; }
35351 tmp_flags="$EXTRA_KCFLAGS"
35352 EXTRA_KCFLAGS="${NO_UNUSED_BUT_SET_VARIABLE}"
35353
35354
35355cat confdefs.h - <<_ACEOF >conftest.c
35356
35357
35358 #include <linux/blkdev.h>
35359 #include <linux/elevator.h>
35360
35361int
35362main (void)
35363{
35364
35365 int ret;
35366 struct request_queue *q = NULL;
35367 char *elevator = NULL;
35368 ret = elevator_change(q, elevator);
35369
35370 ;
35371 return 0;
35372}
35373
35374_ACEOF
35375
35376
35377
35378cat - <<_ACEOF >conftest.h
35379
35380_ACEOF
35381
35382
35383 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35384 echo "obj-m := conftest.o" >build/Makefile
35385 modpost_flag=''
35386 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35387 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35388 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35389 (eval $ac_try) 2>&5
35390 ac_status=$?
35391 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35392 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35393 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35394 (eval $ac_try) 2>&5
35395 ac_status=$?
35396 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35397 test $ac_status = 0; }; }; then :
35398
35399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35400$as_echo "yes" >&6; }
35401
35402$as_echo "#define HAVE_ELEVATOR_CHANGE 1" >>confdefs.h
35403
35404
35405else
35406 $as_echo "$as_me: failed program was:" >&5
35407sed 's/^/| /' conftest.$ac_ext >&5
35408
35409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35410$as_echo "no" >&6; }
35411
35412
35413
35414fi
35415 rm -Rf build
35416
35417
35418 EXTRA_KCFLAGS="$tmp_flags"
35419
35420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sget() wants 5 args" >&5
35421$as_echo_n "checking whether sget() wants 5 args... " >&6; }
35422
35423
35424cat confdefs.h - <<_ACEOF >conftest.c
35425
35426
35427 #include <linux/fs.h>
35428
35429int
35430main (void)
35431{
35432
35433 struct file_system_type *type = NULL;
35434 int (*test)(struct super_block *,void *) = NULL;
35435 int (*set)(struct super_block *,void *) = NULL;
35436 int flags = 0;
35437 void *data = NULL;
35438 (void) sget(type, test, set, flags, data);
35439
35440 ;
35441 return 0;
35442}
35443
35444_ACEOF
35445
35446
35447
35448cat - <<_ACEOF >conftest.h
35449
35450_ACEOF
35451
35452
35453 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35454 echo "obj-m := conftest.o" >build/Makefile
35455 modpost_flag=''
35456 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35457 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35458 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35459 (eval $ac_try) 2>&5
35460 ac_status=$?
35461 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35462 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35463 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35464 (eval $ac_try) 2>&5
35465 ac_status=$?
35466 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35467 test $ac_status = 0; }; }; then :
35468
35469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35470$as_echo "yes" >&6; }
35471
35472$as_echo "#define HAVE_5ARG_SGET 1" >>confdefs.h
35473
35474
35475else
35476 $as_echo "$as_me: failed program was:" >&5
35477sed 's/^/| /' conftest.$ac_ext >&5
35478
35479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35480$as_echo "no" >&6; }
35481
35482
35483
35484fi
35485 rm -Rf build
35486
35487
35488
35489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lseek_execute() is available" >&5
35490$as_echo_n "checking whether lseek_execute() is available... " >&6; }
35491
35492
35493
35494cat confdefs.h - <<_ACEOF >conftest.c
35495
35496
35497 #include <linux/fs.h>
35498
35499int
35500main (void)
35501{
35502
35503 struct file *fp __attribute__ ((unused)) = NULL;
35504 struct inode *ip __attribute__ ((unused)) = NULL;
35505 loff_t offset __attribute__ ((unused)) = 0;
35506 loff_t maxsize __attribute__ ((unused)) = 0;
35507
35508 lseek_execute(fp, ip, offset, maxsize);
35509
35510 ;
35511 return 0;
35512}
35513
35514_ACEOF
35515
35516
35517
35518cat - <<_ACEOF >conftest.h
35519
35520_ACEOF
35521
35522
35523 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35524 echo "obj-m := conftest.o" >build/Makefile
35525 modpost_flag=''
35526 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35527 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35528 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35529 (eval $ac_try) 2>&5
35530 ac_status=$?
35531 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35532 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35533 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35534 (eval $ac_try) 2>&5
35535 ac_status=$?
35536 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35537 test $ac_status = 0; }; }; then :
35538 rc=0
35539else
35540 $as_echo "$as_me: failed program was:" >&5
35541sed 's/^/| /' conftest.$ac_ext >&5
35542 rc=1
35543
35544
35545fi
35546 rm -Rf build
35547
35548
35549 if test $rc -ne 0; then :
35550
35551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35552$as_echo "no" >&6; }
35553
35554 else
35555 if test "x$enable_linux_builtin" != xyes; then
35556
35557 grep -q -E '[[:space:]]lseek_exclusive[[:space:]]' \
35558 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
35559 rc=$?
35560 if test $rc -ne 0; then
35561 export=0
35562 for file in fs/read_write.c; do
35563 grep -q -E "EXPORT_SYMBOL.*(lseek_exclusive)" \
35564 "$LINUX/$file" 2>/dev/null
35565 rc=$?
35566 if test $rc -eq 0; then
35567 export=1
35568 break;
35569 fi
35570 done
35571 if test $export -eq 0; then :
35572 rc=1
35573 else :
35574 rc=0
35575 fi
35576 else :
35577 rc=0
35578 fi
35579
35580 fi
35581 if test $rc -ne 0; then :
35582
35583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35584$as_echo "no" >&6; }
35585
35586 else :
35587
35588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35589$as_echo "yes" >&6; }
35590
35591$as_echo "#define HAVE_LSEEK_EXECUTE 1" >>confdefs.h
35592
35593
35594 fi
35595 fi
35596
35597
35598
35599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->iterate_shared() is available" >&5
35600$as_echo_n "checking whether fops->iterate_shared() is available... " >&6; }
35601
35602
35603cat confdefs.h - <<_ACEOF >conftest.c
35604
35605
35606 #include <linux/fs.h>
35607 int iterate(struct file *filp, struct dir_context * context)
35608 { return 0; }
35609
35610 static const struct file_operations fops
35611 __attribute__ ((unused)) = {
35612 .iterate_shared = iterate,
35613 };
35614
35615int
35616main (void)
35617{
35618
35619
35620 ;
35621 return 0;
35622}
35623
35624_ACEOF
35625
35626
35627
35628cat - <<_ACEOF >conftest.h
35629
35630_ACEOF
35631
35632
35633 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35634 echo "obj-m := conftest.o" >build/Makefile
35635 modpost_flag=''
35636 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35637 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35638 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35639 (eval $ac_try) 2>&5
35640 ac_status=$?
35641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35642 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35643 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35644 (eval $ac_try) 2>&5
35645 ac_status=$?
35646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35647 test $ac_status = 0; }; }; then :
35648
35649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35650$as_echo "yes" >&6; }
35651
35652$as_echo "#define HAVE_VFS_ITERATE_SHARED 1" >>confdefs.h
35653
35654
35655else
35656 $as_echo "$as_me: failed program was:" >&5
35657sed 's/^/| /' conftest.$ac_ext >&5
35658
35659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35660$as_echo "no" >&6; }
35661
35662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->iterate() is available" >&5
35663$as_echo_n "checking whether fops->iterate() is available... " >&6; }
35664
35665
35666cat confdefs.h - <<_ACEOF >conftest.c
35667
35668
35669 #include <linux/fs.h>
35670 int iterate(struct file *filp, struct dir_context * context)
35671 { return 0; }
35672
35673 static const struct file_operations fops
35674 __attribute__ ((unused)) = {
35675 .iterate = iterate,
35676 };
35677
35678int
35679main (void)
35680{
35681
35682
35683 ;
35684 return 0;
35685}
35686
35687_ACEOF
35688
35689
35690
35691cat - <<_ACEOF >conftest.h
35692
35693_ACEOF
35694
35695
35696 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35697 echo "obj-m := conftest.o" >build/Makefile
35698 modpost_flag=''
35699 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35700 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35701 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35702 (eval $ac_try) 2>&5
35703 ac_status=$?
35704 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35705 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35706 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35707 (eval $ac_try) 2>&5
35708 ac_status=$?
35709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35710 test $ac_status = 0; }; }; then :
35711
35712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35713$as_echo "yes" >&6; }
35714
35715$as_echo "#define HAVE_VFS_ITERATE 1" >>confdefs.h
35716
35717
35718else
35719 $as_echo "$as_me: failed program was:" >&5
35720sed 's/^/| /' conftest.$ac_ext >&5
35721
35722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35723$as_echo "no" >&6; }
35724
35725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->readdir() is available" >&5
35726$as_echo_n "checking whether fops->readdir() is available... " >&6; }
35727
35728
35729cat confdefs.h - <<_ACEOF >conftest.c
35730
35731
35732 #include <linux/fs.h>
35733 int readdir(struct file *filp, void *entry, filldir_t func)
35734 { return 0; }
35735
35736 static const struct file_operations fops
35737 __attribute__ ((unused)) = {
35738 .readdir = readdir,
35739 };
35740
35741int
35742main (void)
35743{
35744
35745
35746 ;
35747 return 0;
35748}
35749
35750_ACEOF
35751
35752
35753
35754cat - <<_ACEOF >conftest.h
35755
35756_ACEOF
35757
35758
35759 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35760 echo "obj-m := conftest.o" >build/Makefile
35761 modpost_flag=''
35762 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35763 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35764 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35765 (eval $ac_try) 2>&5
35766 ac_status=$?
35767 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35768 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35769 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35770 (eval $ac_try) 2>&5
35771 ac_status=$?
35772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35773 test $ac_status = 0; }; }; then :
35774
35775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35776$as_echo "yes" >&6; }
35777
35778$as_echo "#define HAVE_VFS_READDIR 1" >>confdefs.h
35779
35780
35781else
35782 $as_echo "$as_me: failed program was:" >&5
35783sed 's/^/| /' conftest.$ac_ext >&5
35784
35785 as_fn_error $? "no; file a bug report with ZFSOnLinux" "$LINENO" 5
35786
35787
35788
35789fi
35790 rm -Rf build
35791
35792
35793
35794
35795
35796fi
35797 rm -Rf build
35798
35799
35800
35801
35802
35803fi
35804 rm -Rf build
35805
35806
35807
35808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fops->read/write_iter() are available" >&5
35809$as_echo_n "checking whether fops->read/write_iter() are available... " >&6; }
35810
35811
35812cat confdefs.h - <<_ACEOF >conftest.c
35813
35814
35815 #include <linux/fs.h>
35816
35817 ssize_t test_read(struct kiocb *kiocb, struct iov_iter *to)
35818 { return 0; }
35819 ssize_t test_write(struct kiocb *kiocb, struct iov_iter *from)
35820 { return 0; }
35821
35822 static const struct file_operations
35823 fops __attribute__ ((unused)) = {
35824 .read_iter = test_read,
35825 .write_iter = test_write,
35826 };
35827
35828int
35829main (void)
35830{
35831
35832
35833 ;
35834 return 0;
35835}
35836
35837_ACEOF
35838
35839
35840
35841cat - <<_ACEOF >conftest.h
35842
35843_ACEOF
35844
35845
35846 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35847 echo "obj-m := conftest.o" >build/Makefile
35848 modpost_flag=''
35849 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35850 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35851 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35852 (eval $ac_try) 2>&5
35853 ac_status=$?
35854 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35855 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35856 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35857 (eval $ac_try) 2>&5
35858 ac_status=$?
35859 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35860 test $ac_status = 0; }; }; then :
35861
35862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35863$as_echo "yes" >&6; }
35864
35865$as_echo "#define HAVE_VFS_RW_ITERATE 1" >>confdefs.h
35866
35867
35868else
35869 $as_echo "$as_me: failed program was:" >&5
35870sed 's/^/| /' conftest.$ac_ext >&5
35871
35872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35873$as_echo "no" >&6; }
35874
35875
35876
35877fi
35878 rm -Rf build
35879
35880
35881
35882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic_write_checks() takes kiocb" >&5
35883$as_echo_n "checking whether generic_write_checks() takes kiocb... " >&6; }
35884
35885
35886cat confdefs.h - <<_ACEOF >conftest.c
35887
35888
35889 #include <linux/fs.h>
35890
35891
35892int
35893main (void)
35894{
35895
35896 struct kiocb *iocb = NULL;
35897 struct iov_iter *iov = NULL;
35898 generic_write_checks(iocb, iov);
35899
35900 ;
35901 return 0;
35902}
35903
35904_ACEOF
35905
35906
35907
35908cat - <<_ACEOF >conftest.h
35909
35910_ACEOF
35911
35912
35913 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35914 echo "obj-m := conftest.o" >build/Makefile
35915 modpost_flag=''
35916 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35917 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35918 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35919 (eval $ac_try) 2>&5
35920 ac_status=$?
35921 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35922 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35923 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35924 (eval $ac_try) 2>&5
35925 ac_status=$?
35926 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35927 test $ac_status = 0; }; }; then :
35928
35929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35930$as_echo "yes" >&6; }
35931
35932$as_echo "#define HAVE_GENERIC_WRITE_CHECKS_KIOCB 1" >>confdefs.h
35933
35934
35935else
35936 $as_echo "$as_me: failed program was:" >&5
35937sed 's/^/| /' conftest.$ac_ext >&5
35938
35939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35940$as_echo "no" >&6; }
35941
35942
35943
35944fi
35945 rm -Rf build
35946
35947
35948
35949
35950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kmap_atomic wants 1 args" >&5
35951$as_echo_n "checking whether kmap_atomic wants 1 args... " >&6; }
35952
35953
35954cat confdefs.h - <<_ACEOF >conftest.c
35955
35956
35957 #include <linux/pagemap.h>
35958
35959int
35960main (void)
35961{
35962
35963 struct page page;
35964 kmap_atomic(&page);
35965
35966 ;
35967 return 0;
35968}
35969
35970_ACEOF
35971
35972
35973
35974cat - <<_ACEOF >conftest.h
35975
35976_ACEOF
35977
35978
35979 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
35980 echo "obj-m := conftest.o" >build/Makefile
35981 modpost_flag=''
35982 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
35983 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
35984 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35985 (eval $ac_try) 2>&5
35986 ac_status=$?
35987 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35988 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
35989 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
35990 (eval $ac_try) 2>&5
35991 ac_status=$?
35992 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35993 test $ac_status = 0; }; }; then :
35994
35995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35996$as_echo "yes" >&6; }
35997
35998$as_echo "#define HAVE_1ARG_KMAP_ATOMIC 1" >>confdefs.h
35999
36000
36001else
36002 $as_echo "$as_me: failed program was:" >&5
36003sed 's/^/| /' conftest.$ac_ext >&5
36004
36005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36006$as_echo "no" >&6; }
36007
36008
36009
36010fi
36011 rm -Rf build
36012
36013
36014
36015
36016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether follow_down_one() is available" >&5
36017$as_echo_n "checking whether follow_down_one() is available... " >&6; }
36018
36019
36020cat confdefs.h - <<_ACEOF >conftest.c
36021
36022
36023 #include <linux/namei.h>
36024
36025int
36026main (void)
36027{
36028
36029 struct path *p = NULL;
36030 follow_down_one(p);
36031
36032 ;
36033 return 0;
36034}
36035
36036_ACEOF
36037
36038
36039
36040cat - <<_ACEOF >conftest.h
36041
36042_ACEOF
36043
36044
36045 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
36046 echo "obj-m := conftest.o" >build/Makefile
36047 modpost_flag=''
36048 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
36049 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
36050 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36051 (eval $ac_try) 2>&5
36052 ac_status=$?
36053 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36054 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
36055 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36056 (eval $ac_try) 2>&5
36057 ac_status=$?
36058 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36059 test $ac_status = 0; }; }; then :
36060
36061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36062$as_echo "yes" >&6; }
36063
36064$as_echo "#define HAVE_FOLLOW_DOWN_ONE 1" >>confdefs.h
36065
36066
36067else
36068 $as_echo "$as_me: failed program was:" >&5
36069sed 's/^/| /' conftest.$ac_ext >&5
36070
36071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36072$as_echo "no" >&6; }
36073
36074
36075
36076fi
36077 rm -Rf build
36078
36079
36080
36081
36082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether make_request_fn() returns int" >&5
36083$as_echo_n "checking whether make_request_fn() returns int... " >&6; }
36084
36085
36086cat confdefs.h - <<_ACEOF >conftest.c
36087
36088
36089 #include <linux/blkdev.h>
36090
36091 int make_request(struct request_queue *q, struct bio *bio)
36092 {
36093 return (0);
36094 }
36095
36096int
36097main (void)
36098{
36099
36100 blk_queue_make_request(NULL, &make_request);
36101
36102 ;
36103 return 0;
36104}
36105
36106_ACEOF
36107
36108
36109
36110cat - <<_ACEOF >conftest.h
36111
36112_ACEOF
36113
36114
36115 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
36116 echo "obj-m := conftest.o" >build/Makefile
36117 modpost_flag=''
36118 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
36119 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
36120 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36121 (eval $ac_try) 2>&5
36122 ac_status=$?
36123 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36124 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
36125 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36126 (eval $ac_try) 2>&5
36127 ac_status=$?
36128 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36129 test $ac_status = 0; }; }; then :
36130
36131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36132$as_echo "yes" >&6; }
36133
36134$as_echo "#define MAKE_REQUEST_FN_RET int" >>confdefs.h
36135
36136
36137$as_echo "#define HAVE_MAKE_REQUEST_FN_RET_INT 1" >>confdefs.h
36138
36139
36140else
36141 $as_echo "$as_me: failed program was:" >&5
36142sed 's/^/| /' conftest.$ac_ext >&5
36143
36144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36145$as_echo "no" >&6; }
36146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether make_request_fn() returns void" >&5
36147$as_echo_n "checking whether make_request_fn() returns void... " >&6; }
36148
36149
36150cat confdefs.h - <<_ACEOF >conftest.c
36151
36152
36153 #include <linux/blkdev.h>
36154
36155 void make_request(struct request_queue *q, struct bio *bio)
36156 {
36157 return;
36158 }
36159
36160int
36161main (void)
36162{
36163
36164 blk_queue_make_request(NULL, &make_request);
36165
36166 ;
36167 return 0;
36168}
36169
36170_ACEOF
36171
36172
36173
36174cat - <<_ACEOF >conftest.h
36175
36176_ACEOF
36177
36178
36179 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
36180 echo "obj-m := conftest.o" >build/Makefile
36181 modpost_flag=''
36182 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
36183 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
36184 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36185 (eval $ac_try) 2>&5
36186 ac_status=$?
36187 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36188 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
36189 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36190 (eval $ac_try) 2>&5
36191 ac_status=$?
36192 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36193 test $ac_status = 0; }; }; then :
36194
36195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36196$as_echo "yes" >&6; }
36197
36198$as_echo "#define MAKE_REQUEST_FN_RET void" >>confdefs.h
36199
36200
36201else
36202 $as_echo "$as_me: failed program was:" >&5
36203sed 's/^/| /' conftest.$ac_ext >&5
36204
36205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36206$as_echo "no" >&6; }
36207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether make_request_fn() returns blk_qc_t" >&5
36208$as_echo_n "checking whether make_request_fn() returns blk_qc_t... " >&6; }
36209
36210
36211cat confdefs.h - <<_ACEOF >conftest.c
36212
36213
36214 #include <linux/blkdev.h>
36215
36216 blk_qc_t make_request(struct request_queue *q, struct bio *bio)
36217 {
36218 return (BLK_QC_T_NONE);
36219 }
36220
36221int
36222main (void)
36223{
36224
36225 blk_queue_make_request(NULL, &make_request);
36226
36227 ;
36228 return 0;
36229}
36230
36231_ACEOF
36232
36233
36234
36235cat - <<_ACEOF >conftest.h
36236
36237_ACEOF
36238
36239
36240 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
36241 echo "obj-m := conftest.o" >build/Makefile
36242 modpost_flag=''
36243 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
36244 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
36245 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36246 (eval $ac_try) 2>&5
36247 ac_status=$?
36248 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36249 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
36250 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36251 (eval $ac_try) 2>&5
36252 ac_status=$?
36253 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36254 test $ac_status = 0; }; }; then :
36255
36256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36257$as_echo "yes" >&6; }
36258
36259$as_echo "#define MAKE_REQUEST_FN_RET blk_qc_t" >>confdefs.h
36260
36261
36262$as_echo "#define HAVE_MAKE_REQUEST_FN_RET_QC 1" >>confdefs.h
36263
36264
36265else
36266 $as_echo "$as_me: failed program was:" >&5
36267sed 's/^/| /' conftest.$ac_ext >&5
36268
36269 as_fn_error $? "no - Please file a bug report at
36270 https://github.com/zfsonlinux/zfs/issues/new" "$LINENO" 5
36271
36272
36273
36274fi
36275 rm -Rf build
36276
36277
36278
36279
36280
36281fi
36282 rm -Rf build
36283
36284
36285
36286
36287
36288fi
36289 rm -Rf build
36290
36291
36292
36293
36294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic IO accounting symbols are avaliable" >&5
36295$as_echo_n "checking whether generic IO accounting symbols are avaliable... " >&6; }
36296
36297
36298
36299cat confdefs.h - <<_ACEOF >conftest.c
36300
36301
36302 #include <linux/bio.h>
36303
36304 void (*generic_start_io_acct_f)(int, unsigned long,
36305 struct hd_struct *) = &generic_start_io_acct;
36306 void (*generic_end_io_acct_f)(int, struct hd_struct *,
36307 unsigned long) = &generic_end_io_acct;
36308
36309int
36310main (void)
36311{
36312
36313 generic_start_io_acct(0, 0, NULL);
36314 generic_end_io_acct(0, NULL, 0);
36315
36316 ;
36317 return 0;
36318}
36319
36320_ACEOF
36321
36322
36323
36324cat - <<_ACEOF >conftest.h
36325
36326_ACEOF
36327
36328
36329 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
36330 echo "obj-m := conftest.o" >build/Makefile
36331 modpost_flag=''
36332 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
36333 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
36334 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36335 (eval $ac_try) 2>&5
36336 ac_status=$?
36337 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36338 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
36339 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36340 (eval $ac_try) 2>&5
36341 ac_status=$?
36342 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36343 test $ac_status = 0; }; }; then :
36344 rc=0
36345else
36346 $as_echo "$as_me: failed program was:" >&5
36347sed 's/^/| /' conftest.$ac_ext >&5
36348 rc=1
36349
36350
36351fi
36352 rm -Rf build
36353
36354
36355 if test $rc -ne 0; then :
36356
36357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36358$as_echo "no" >&6; }
36359
36360 else
36361 if test "x$enable_linux_builtin" != xyes; then
36362
36363 grep -q -E '[[:space:]]generic_start_io_acct[[:space:]]' \
36364 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
36365 rc=$?
36366 if test $rc -ne 0; then
36367 export=0
36368 for file in block/bio.c; do
36369 grep -q -E "EXPORT_SYMBOL.*(generic_start_io_acct)" \
36370 "$LINUX/$file" 2>/dev/null
36371 rc=$?
36372 if test $rc -eq 0; then
36373 export=1
36374 break;
36375 fi
36376 done
36377 if test $export -eq 0; then :
36378 rc=1
36379 else :
36380 rc=0
36381 fi
36382 else :
36383 rc=0
36384 fi
36385
36386 fi
36387 if test $rc -ne 0; then :
36388
36389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36390$as_echo "no" >&6; }
36391
36392 else :
36393
36394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36395$as_echo "yes" >&6; }
36396
36397$as_echo "#define HAVE_GENERIC_IO_ACCT 1" >>confdefs.h
36398
36399
36400 fi
36401 fi
36402
36403
36404
36405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iops->rename() wants flags" >&5
36406$as_echo_n "checking whether iops->rename() wants flags... " >&6; }
36407
36408
36409cat confdefs.h - <<_ACEOF >conftest.c
36410
36411
36412 #include <linux/fs.h>
36413 int rename_fn(struct inode *sip, struct dentry *sdp,
36414 struct inode *tip, struct dentry *tdp,
36415 unsigned int flags) { return 0; }
36416
36417 static const struct inode_operations
36418 iops __attribute__ ((unused)) = {
36419 .rename = rename_fn,
36420 };
36421
36422int
36423main (void)
36424{
36425
36426
36427 ;
36428 return 0;
36429}
36430
36431_ACEOF
36432
36433
36434
36435cat - <<_ACEOF >conftest.h
36436
36437_ACEOF
36438
36439
36440 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
36441 echo "obj-m := conftest.o" >build/Makefile
36442 modpost_flag=''
36443 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
36444 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
36445 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36446 (eval $ac_try) 2>&5
36447 ac_status=$?
36448 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36449 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
36450 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36451 (eval $ac_try) 2>&5
36452 ac_status=$?
36453 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36454 test $ac_status = 0; }; }; then :
36455
36456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36457$as_echo "yes" >&6; }
36458
36459$as_echo "#define HAVE_RENAME_WANTS_FLAGS 1" >>confdefs.h
36460
36461
36462else
36463 $as_echo "$as_me: failed program was:" >&5
36464sed 's/^/| /' conftest.$ac_ext >&5
36465
36466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36467$as_echo "no" >&6; }
36468
36469
36470
36471fi
36472 rm -Rf build
36473
36474
36475
36476
36477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether generic_setxattr() exists" >&5
36478$as_echo_n "checking whether generic_setxattr() exists... " >&6; }
36479
36480
36481cat confdefs.h - <<_ACEOF >conftest.c
36482
36483
36484 #include <linux/fs.h>
36485 #include <linux/xattr.h>
36486
36487 static const struct inode_operations
36488 iops __attribute__ ((unused)) = {
36489 .setxattr = generic_setxattr
36490 };
36491
36492int
36493main (void)
36494{
36495
36496
36497 ;
36498 return 0;
36499}
36500
36501_ACEOF
36502
36503
36504
36505cat - <<_ACEOF >conftest.h
36506
36507_ACEOF
36508
36509
36510 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
36511 echo "obj-m := conftest.o" >build/Makefile
36512 modpost_flag=''
36513 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
36514 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
36515 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36516 (eval $ac_try) 2>&5
36517 ac_status=$?
36518 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36519 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
36520 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36521 (eval $ac_try) 2>&5
36522 ac_status=$?
36523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36524 test $ac_status = 0; }; }; then :
36525
36526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36527$as_echo "yes" >&6; }
36528
36529$as_echo "#define HAVE_GENERIC_SETXATTR 1" >>confdefs.h
36530
36531
36532else
36533 $as_echo "$as_me: failed program was:" >&5
36534sed 's/^/| /' conftest.$ac_ext >&5
36535
36536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36537$as_echo "no" >&6; }
36538
36539
36540
36541fi
36542 rm -Rf build
36543
36544
36545
df9d7621
CIK
36546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether current_time() exists" >&5
36547$as_echo_n "checking whether current_time() exists... " >&6; }
36548
36549
36550
36551cat confdefs.h - <<_ACEOF >conftest.c
36552
36553
36554 #include <linux/fs.h>
36555
36556int
36557main (void)
36558{
36559
36560 struct inode ip;
36561 struct timespec now __attribute__ ((unused));
36562
36563 now = current_time(&ip);
36564
36565 ;
36566 return 0;
36567}
36568
36569_ACEOF
36570
36571
36572
36573cat - <<_ACEOF >conftest.h
36574
36575_ACEOF
36576
36577
36578 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
36579 echo "obj-m := conftest.o" >build/Makefile
36580 modpost_flag=''
36581 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
36582 if { ac_try='cp conftest.c conftest.h build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag'
36583 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36584 (eval $ac_try) 2>&5
36585 ac_status=$?
36586 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36587 test $ac_status = 0; }; } >/dev/null && { ac_try='test -s build/conftest.o'
36588 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
36589 (eval $ac_try) 2>&5
36590 ac_status=$?
36591 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36592 test $ac_status = 0; }; }; then :
36593 rc=0
36594else
36595 $as_echo "$as_me: failed program was:" >&5
36596sed 's/^/| /' conftest.$ac_ext >&5
36597 rc=1
36598
36599
36600fi
36601 rm -Rf build
36602
36603
36604 if test $rc -ne 0; then :
36605
36606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36607$as_echo "no" >&6; }
36608
36609 else
36610 if test "x$enable_linux_builtin" != xyes; then
36611
36612 grep -q -E '[[:space:]]current_time[[:space:]]' \
36613 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
36614 rc=$?
36615 if test $rc -ne 0; then
36616 export=0
36617 for file in fs/inode.c; do
36618 grep -q -E "EXPORT_SYMBOL.*(current_time)" \
36619 "$LINUX/$file" 2>/dev/null
36620 rc=$?
36621 if test $rc -eq 0; then
36622 export=1
36623 break;
36624 fi
36625 done
36626 if test $export -eq 0; then :
36627 rc=1
36628 else :
36629 rc=0
36630 fi
36631 else :
36632 rc=0
36633 fi
36634
36635 fi
36636 if test $rc -ne 0; then :
36637
36638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36639$as_echo "no" >&6; }
36640
36641 else :
36642
36643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36644$as_echo "yes" >&6; }
36645
36646$as_echo "#define HAVE_CURRENT_TIME 1" >>confdefs.h
36647
36648
36649 fi
36650 fi
36651
36652
87d546d8
TG
36653
36654 if test "$LINUX_OBJ" != "$LINUX"; then :
36655
36656 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
36657
36658fi
36659
36660
36661
36662 KERNELCPPFLAGS="$KERNELCPPFLAGS $NO_UNUSED_BUT_SET_VARIABLE"
36663 KERNELCPPFLAGS="$KERNELCPPFLAGS $NO_BOOL_COMPARE"
36664 KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL"
36665 KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\""
36666
36667
36668
36669
36670
36671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dkms.conf file" >&5
36672$as_echo_n "checking for dkms.conf file... " >&6; }
36673 if test -e dkms.conf; then :
36674
36675 as_fn_error $? "
36676 *** ZFS should not be manually built in the DKMS source tree.
36677 *** Remove all ZFS packages before compiling the ZoL sources.
36678 *** Running \"make install\" breaks ZFS packages." "$LINENO" 5
36679
36680else
36681
36682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
36683$as_echo "not found" >&6; }
36684
36685fi
36686
36687
36688
36689# Check whether --with-mounthelperdir was given.
36690if test "${with_mounthelperdir+set}" = set; then :
36691 withval=$with_mounthelperdir; mounthelperdir=$withval
36692else
36693 mounthelperdir=/sbin
36694fi
36695
36696
36697
36698
36699
36700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev directories" >&5
36701$as_echo_n "checking for udev directories... " >&6; }
36702
36703# Check whether --with-udevdir was given.
36704if test "${with_udevdir+set}" = set; then :
36705 withval=$with_udevdir; udevdir=$withval
36706else
36707 udevdir=check
36708fi
36709
36710
36711 if test "x$udevdir" = xcheck; then :
36712
36713 path1=/lib/udev
36714 path2=/usr/lib/udev
36715 default=$path2
36716
36717 if test -d "$path1"; then :
36718 udevdir="$path1"
36719else
36720
36721 if test -d "$path2"; then :
36722 udevdir="$path2"
36723else
36724 udevdir="$default"
36725fi
36726
36727fi
36728
36729fi
36730
36731
36732# Check whether --with-udevruledir was given.
36733if test "${with_udevruledir+set}" = set; then :
36734 withval=$with_udevruledir; udevruledir=$withval
36735else
36736 udevruledir="${udevdir}/rules.d"
36737fi
36738
36739
36740
36741
36742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $udevdir;$udevruledir" >&5
36743$as_echo "$udevdir;$udevruledir" >&6; }
36744
36745
36746 # Check whether --enable-systemd was given.
36747if test "${enable_systemd+set}" = set; then :
36748 enableval=$enable_systemd;
36749else
36750 enable_systemd=yes
36751fi
36752
36753
36754
36755# Check whether --with-systemdunitdir was given.
36756if test "${with_systemdunitdir+set}" = set; then :
36757 withval=$with_systemdunitdir; systemdunitdir=$withval
36758else
36759 systemdunitdir=/usr/lib/systemd/system
36760fi
36761
36762
36763
36764# Check whether --with-systemdpresetdir was given.
36765if test "${with_systemdpresetdir+set}" = set; then :
36766 withval=$with_systemdpresetdir; systemdpresetdir=$withval
36767else
36768 systemdpresetdir=/usr/lib/systemd/system-preset
36769fi
36770
36771
36772
36773# Check whether --with-systemdmodulesloaddir was given.
36774if test "${with_systemdmodulesloaddir+set}" = set; then :
36775 withval=$with_systemdmodulesloaddir; systemdmoduleloaddir=$withval
36776else
36777 systemdmodulesloaddir=/usr/lib/modules-load.d
36778fi
36779
36780
36781
36782 if test "x$enable_systemd" = xyes; then :
36783
36784 ZFS_INIT_SYSTEMD=systemd
36785 ZFS_MODULE_LOAD=modules-load.d
36786 modulesloaddir=$systemdmodulesloaddir
36787
36788fi
36789
36790
36791
36792
36793
36794
36795
36796
36797 # Check whether --enable-sysvinit was given.
36798if test "${enable_sysvinit+set}" = set; then :
36799 enableval=$enable_sysvinit;
36800else
36801 enable_sysvinit=yes
36802fi
36803
36804
36805 if test "x$enable_sysvinit" = xyes; then :
36806 ZFS_INIT_SYSV=init.d
36807fi
36808
36809
36810
36811
36812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dracut directory" >&5
36813$as_echo_n "checking for dracut directory... " >&6; }
36814
36815# Check whether --with-dracutdir was given.
36816if test "${with_dracutdir+set}" = set; then :
36817 withval=$with_dracutdir; dracutdir=$withval
36818else
36819 dracutdir=check
36820fi
36821
36822
36823 if test "x$dracutdir" = xcheck; then :
36824
36825 path1=/usr/share/dracut
36826 path2=/usr/lib/dracut
36827 default=$path2
36828
36829 if test -d "$path1"; then :
36830 dracutdir="$path1"
36831else
36832
36833 if test -d "$path2"; then :
36834 dracutdir="$path2"
36835else
36836 dracutdir="$default"
36837fi
36838
36839fi
36840
36841fi
36842
36843
36844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dracutdir" >&5
36845$as_echo "$dracutdir" >&6; }
36846
36847
36848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for target asm dir" >&5
36849$as_echo_n "checking for target asm dir... " >&6; }
36850 TARGET_ARCH=`echo ${target_cpu} | sed -e s/i.86/i386/`
36851
36852 case $TARGET_ARCH in
36853 i386|x86_64)
36854 TARGET_ASM_DIR=asm-${TARGET_ARCH}
36855 ;;
36856 *)
36857 TARGET_ASM_DIR=asm-generic
36858 ;;
36859 esac
36860
36861
36862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TARGET_ASM_DIR" >&5
36863$as_echo "$TARGET_ASM_DIR" >&6; }
36864
36865
36866 ZLIB=
36867
36868 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
36869if test "x$ac_cv_header_zlib_h" = xyes; then :
36870
36871else
36872 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
36873$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
36874as_fn_error $? "
36875 *** zlib.h missing, zlib-devel package required
36876See \`config.log' for more details" "$LINENO" 5; }
36877fi
36878
36879
36880
36881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compress2 in -lz" >&5
36882$as_echo_n "checking for compress2 in -lz... " >&6; }
36883if ${ac_cv_lib_z_compress2+:} false; then :
36884 $as_echo_n "(cached) " >&6
36885else
36886 ac_check_lib_save_LIBS=$LIBS
36887LIBS="-lz $LIBS"
36888cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36889/* end confdefs.h. */
36890
36891/* Override any GCC internal prototype to avoid an error.
36892 Use char because int might match the return type of a GCC
36893 builtin and then its argument prototype would still apply. */
36894#ifdef __cplusplus
36895extern "C"
36896#endif
36897char compress2 ();
36898int
36899main ()
36900{
36901return compress2 ();
36902 ;
36903 return 0;
36904}
36905_ACEOF
36906if ac_fn_c_try_link "$LINENO"; then :
36907 ac_cv_lib_z_compress2=yes
36908else
36909 ac_cv_lib_z_compress2=no
36910fi
36911rm -f core conftest.err conftest.$ac_objext \
36912 conftest$ac_exeext conftest.$ac_ext
36913LIBS=$ac_check_lib_save_LIBS
36914fi
36915{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_compress2" >&5
36916$as_echo "$ac_cv_lib_z_compress2" >&6; }
36917if test "x$ac_cv_lib_z_compress2" = xyes; then :
36918 cat >>confdefs.h <<_ACEOF
36919#define HAVE_LIBZ 1
36920_ACEOF
36921
36922 LIBS="-lz $LIBS"
36923
36924else
36925 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
36926$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
36927as_fn_error $? "
36928 *** compress2() missing, zlib-devel package required
36929See \`config.log' for more details" "$LINENO" 5; }
36930fi
36931
36932
36933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uncompress in -lz" >&5
36934$as_echo_n "checking for uncompress in -lz... " >&6; }
36935if ${ac_cv_lib_z_uncompress+:} false; then :
36936 $as_echo_n "(cached) " >&6
36937else
36938 ac_check_lib_save_LIBS=$LIBS
36939LIBS="-lz $LIBS"
36940cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36941/* end confdefs.h. */
36942
36943/* Override any GCC internal prototype to avoid an error.
36944 Use char because int might match the return type of a GCC
36945 builtin and then its argument prototype would still apply. */
36946#ifdef __cplusplus
36947extern "C"
36948#endif
36949char uncompress ();
36950int
36951main ()
36952{
36953return uncompress ();
36954 ;
36955 return 0;
36956}
36957_ACEOF
36958if ac_fn_c_try_link "$LINENO"; then :
36959 ac_cv_lib_z_uncompress=yes
36960else
36961 ac_cv_lib_z_uncompress=no
36962fi
36963rm -f core conftest.err conftest.$ac_objext \
36964 conftest$ac_exeext conftest.$ac_ext
36965LIBS=$ac_check_lib_save_LIBS
36966fi
36967{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_uncompress" >&5
36968$as_echo "$ac_cv_lib_z_uncompress" >&6; }
36969if test "x$ac_cv_lib_z_uncompress" = xyes; then :
36970 cat >>confdefs.h <<_ACEOF
36971#define HAVE_LIBZ 1
36972_ACEOF
36973
36974 LIBS="-lz $LIBS"
36975
36976else
36977 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
36978$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
36979as_fn_error $? "
36980 *** uncompress() missing, zlib-devel package required
36981See \`config.log' for more details" "$LINENO" 5; }
36982fi
36983
36984
36985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for crc32 in -lz" >&5
36986$as_echo_n "checking for crc32 in -lz... " >&6; }
36987if ${ac_cv_lib_z_crc32+:} false; then :
36988 $as_echo_n "(cached) " >&6
36989else
36990 ac_check_lib_save_LIBS=$LIBS
36991LIBS="-lz $LIBS"
36992cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36993/* end confdefs.h. */
36994
36995/* Override any GCC internal prototype to avoid an error.
36996 Use char because int might match the return type of a GCC
36997 builtin and then its argument prototype would still apply. */
36998#ifdef __cplusplus
36999extern "C"
37000#endif
37001char crc32 ();
37002int
37003main ()
37004{
37005return crc32 ();
37006 ;
37007 return 0;
37008}
37009_ACEOF
37010if ac_fn_c_try_link "$LINENO"; then :
37011 ac_cv_lib_z_crc32=yes
37012else
37013 ac_cv_lib_z_crc32=no
37014fi
37015rm -f core conftest.err conftest.$ac_objext \
37016 conftest$ac_exeext conftest.$ac_ext
37017LIBS=$ac_check_lib_save_LIBS
37018fi
37019{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_crc32" >&5
37020$as_echo "$ac_cv_lib_z_crc32" >&6; }
37021if test "x$ac_cv_lib_z_crc32" = xyes; then :
37022 cat >>confdefs.h <<_ACEOF
37023#define HAVE_LIBZ 1
37024_ACEOF
37025
37026 LIBS="-lz $LIBS"
37027
37028else
37029 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
37030$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
37031as_fn_error $? "
37032 *** crc32() missing, zlib-devel package required
37033See \`config.log' for more details" "$LINENO" 5; }
37034fi
37035
37036
37037 ZLIB="-lz"
37038
37039
37040$as_echo "#define HAVE_ZLIB 1" >>confdefs.h
37041
37042
37043
37044 LIBUUID=
37045
37046 ac_fn_c_check_header_mongrel "$LINENO" "uuid/uuid.h" "ac_cv_header_uuid_uuid_h" "$ac_includes_default"
37047if test "x$ac_cv_header_uuid_uuid_h" = xyes; then :
37048
37049else
37050 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
37051$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
37052as_fn_error $? "
37053 *** uuid/uuid.h missing, libuuid-devel package required
37054See \`config.log' for more details" "$LINENO" 5; }
37055fi
37056
37057
37058
37059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_generate in -luuid" >&5
37060$as_echo_n "checking for uuid_generate in -luuid... " >&6; }
37061if ${ac_cv_lib_uuid_uuid_generate+:} false; then :
37062 $as_echo_n "(cached) " >&6
37063else
37064 ac_check_lib_save_LIBS=$LIBS
37065LIBS="-luuid $LIBS"
37066cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37067/* end confdefs.h. */
37068
37069/* Override any GCC internal prototype to avoid an error.
37070 Use char because int might match the return type of a GCC
37071 builtin and then its argument prototype would still apply. */
37072#ifdef __cplusplus
37073extern "C"
37074#endif
37075char uuid_generate ();
37076int
37077main ()
37078{
37079return uuid_generate ();
37080 ;
37081 return 0;
37082}
37083_ACEOF
37084if ac_fn_c_try_link "$LINENO"; then :
37085 ac_cv_lib_uuid_uuid_generate=yes
37086else
37087 ac_cv_lib_uuid_uuid_generate=no
37088fi
37089rm -f core conftest.err conftest.$ac_objext \
37090 conftest$ac_exeext conftest.$ac_ext
37091LIBS=$ac_check_lib_save_LIBS
37092fi
37093{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate" >&5
37094$as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; }
37095if test "x$ac_cv_lib_uuid_uuid_generate" = xyes; then :
37096 cat >>confdefs.h <<_ACEOF
37097#define HAVE_LIBUUID 1
37098_ACEOF
37099
37100 LIBS="-luuid $LIBS"
37101
37102else
37103 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
37104$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
37105as_fn_error $? "
37106 *** uuid_generate() missing, libuuid-devel package required
37107See \`config.log' for more details" "$LINENO" 5; }
37108fi
37109
37110
37111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_is_null in -luuid" >&5
37112$as_echo_n "checking for uuid_is_null in -luuid... " >&6; }
37113if ${ac_cv_lib_uuid_uuid_is_null+:} false; then :
37114 $as_echo_n "(cached) " >&6
37115else
37116 ac_check_lib_save_LIBS=$LIBS
37117LIBS="-luuid $LIBS"
37118cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37119/* end confdefs.h. */
37120
37121/* Override any GCC internal prototype to avoid an error.
37122 Use char because int might match the return type of a GCC
37123 builtin and then its argument prototype would still apply. */
37124#ifdef __cplusplus
37125extern "C"
37126#endif
37127char uuid_is_null ();
37128int
37129main ()
37130{
37131return uuid_is_null ();
37132 ;
37133 return 0;
37134}
37135_ACEOF
37136if ac_fn_c_try_link "$LINENO"; then :
37137 ac_cv_lib_uuid_uuid_is_null=yes
37138else
37139 ac_cv_lib_uuid_uuid_is_null=no
37140fi
37141rm -f core conftest.err conftest.$ac_objext \
37142 conftest$ac_exeext conftest.$ac_ext
37143LIBS=$ac_check_lib_save_LIBS
37144fi
37145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_is_null" >&5
37146$as_echo "$ac_cv_lib_uuid_uuid_is_null" >&6; }
37147if test "x$ac_cv_lib_uuid_uuid_is_null" = xyes; then :
37148 cat >>confdefs.h <<_ACEOF
37149#define HAVE_LIBUUID 1
37150_ACEOF
37151
37152 LIBS="-luuid $LIBS"
37153
37154else
37155 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
37156$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
37157as_fn_error $? "
37158 *** uuid_is_null() missing, libuuid-devel package required
37159See \`config.log' for more details" "$LINENO" 5; }
37160fi
37161
37162
37163 LIBUUID="-luuid"
37164
37165
37166$as_echo "#define HAVE_LIBUUID 1" >>confdefs.h
37167
37168
37169
37170
37171# Check whether --with-blkid was given.
37172if test "${with_blkid+set}" = set; then :
37173 withval=$with_blkid;
37174else
37175 with_blkid=check
37176fi
37177
37178
37179 LIBBLKID=
37180 if test "x$with_blkid" = xyes; then :
37181
37182 LIBBLKID="-lblkid"
37183
37184
37185$as_echo "#define HAVE_LIBBLKID 1" >>confdefs.h
37186
37187
37188fi
37189
37190 if test "x$with_blkid" = xcheck; then :
37191
37192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for blkid_get_cache in -lblkid" >&5
37193$as_echo_n "checking for blkid_get_cache in -lblkid... " >&6; }
37194if ${ac_cv_lib_blkid_blkid_get_cache+:} false; then :
37195 $as_echo_n "(cached) " >&6
37196else
37197 ac_check_lib_save_LIBS=$LIBS
37198LIBS="-lblkid $LIBS"
37199cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37200/* end confdefs.h. */
37201
37202/* Override any GCC internal prototype to avoid an error.
37203 Use char because int might match the return type of a GCC
37204 builtin and then its argument prototype would still apply. */
37205#ifdef __cplusplus
37206extern "C"
37207#endif
37208char blkid_get_cache ();
37209int
37210main ()
37211{
37212return blkid_get_cache ();
37213 ;
37214 return 0;
37215}
37216_ACEOF
37217if ac_fn_c_try_link "$LINENO"; then :
37218 ac_cv_lib_blkid_blkid_get_cache=yes
37219else
37220 ac_cv_lib_blkid_blkid_get_cache=no
37221fi
37222rm -f core conftest.err conftest.$ac_objext \
37223 conftest$ac_exeext conftest.$ac_ext
37224LIBS=$ac_check_lib_save_LIBS
37225fi
37226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blkid_blkid_get_cache" >&5
37227$as_echo "$ac_cv_lib_blkid_blkid_get_cache" >&6; }
37228if test "x$ac_cv_lib_blkid_blkid_get_cache" = xyes; then :
37229
37230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for blkid zfs support" >&5
37231$as_echo_n "checking for blkid zfs support... " >&6; }
37232
37233 ZFS_DEV=`mktemp`
37234 truncate -s 64M $ZFS_DEV
37235 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
37236 dd of=$ZFS_DEV bs=1k count=8 \
37237 seek=128 conv=notrunc &>/dev/null \
37238 >/dev/null 2>/dev/null
37239 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
37240 dd of=$ZFS_DEV bs=1k count=8 \
37241 seek=132 conv=notrunc &>/dev/null \
37242 >/dev/null 2>/dev/null
37243 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
37244 dd of=$ZFS_DEV bs=1k count=8 \
37245 seek=136 conv=notrunc &>/dev/null \
37246 >/dev/null 2>/dev/null
37247 echo -en "\x0c\xb1\xba\0\0\0\0\0" | \
37248 dd of=$ZFS_DEV bs=1k count=8 \
37249 seek=140 conv=notrunc &>/dev/null \
37250 >/dev/null 2>/dev/null
37251
37252 saved_LIBS="$LIBS"
37253 LIBS="-lblkid"
37254
37255 if test "$cross_compiling" = yes; then :
37256 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
37257$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
37258as_fn_error $? "cannot run test program while cross compiling
37259See \`config.log' for more details" "$LINENO" 5; }
37260else
37261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37262/* end confdefs.h. */
37263
37264 #include <stdio.h>
37265 #include <stdlib.h>
37266 #include <blkid/blkid.h>
37267
37268int
37269main ()
37270{
37271
37272 blkid_cache cache;
37273 char *value;
37274
37275 if (blkid_get_cache(&cache, NULL) < 0)
37276 return 1;
37277
37278 value = blkid_get_tag_value(cache, "TYPE",
37279 "$ZFS_DEV");
37280 if (!value) {
37281 blkid_put_cache(cache);
37282 return 2;
37283 }
37284
37285 if (strcmp(value, "zfs_member")) {
37286 free(value);
37287 blkid_put_cache(cache);
37288 return 0;
37289 }
37290
37291 free(value);
37292 blkid_put_cache(cache);
37293
37294 ;
37295 return 0;
37296}
37297_ACEOF
37298if ac_fn_c_try_run "$LINENO"; then :
37299
37300 rm -f $ZFS_DEV
37301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37302$as_echo "yes" >&6; }
37303 LIBBLKID="-lblkid"
37304
37305
37306$as_echo "#define HAVE_LIBBLKID 1" >>confdefs.h
37307
37308
37309else
37310
37311 rm -f $ZFS_DEV
37312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
37313$as_echo "no" >&6; }
37314 if test "x$with_blkid" != xcheck; then :
37315 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
37316$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
37317as_fn_error $? "--with-blkid given but unavailable
37318See \`config.log' for more details" "$LINENO" 5; }
37319fi
37320
37321fi
37322rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
37323 conftest.$ac_objext conftest.beam conftest.$ac_ext
37324fi
37325
37326
37327 LIBS="$saved_LIBS"
37328
37329else
37330
37331 if test "x$with_blkid" != xcheck; then :
37332 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
37333$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
37334as_fn_error $? "--with-blkid given but unavailable
37335See \`config.log' for more details" "$LINENO" 5; }
37336fi
37337
37338
37339fi
37340
37341
37342fi
37343
37344
37345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -Wframe-larger-than=<size> support" >&5
37346$as_echo_n "checking for -Wframe-larger-than=<size> support... " >&6; }
37347
37348 saved_flags="$CFLAGS"
37349 CFLAGS="$CFLAGS -Wframe-larger-than=1024"
37350
37351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37352/* end confdefs.h. */
37353
37354int
37355main ()
37356{
37357
37358 ;
37359 return 0;
37360}
37361_ACEOF
37362if ac_fn_c_try_compile "$LINENO"; then :
37363
37364 FRAME_LARGER_THAN=-Wframe-larger-than=1024
37365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37366$as_echo "yes" >&6; }
37367
37368else
37369
37370 FRAME_LARGER_THAN=
37371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
37372$as_echo "no" >&6; }
37373
37374fi
37375rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37376
37377 CFLAGS="$saved_flags"
37378
37379
37380
37381 if test "x$runstatedir" = x; then
37382 runstatedir='${localstatedir}/run'
37383
37384 fi
37385
37386 for ac_func in mlockall
37387do :
37388 ac_fn_c_check_func "$LINENO" "mlockall" "ac_cv_func_mlockall"
37389if test "x$ac_cv_func_mlockall" = xyes; then :
37390 cat >>confdefs.h <<_ACEOF
37391#define HAVE_MLOCKALL 1
37392_ACEOF
37393
37394fi
37395done
37396
37397 ;;
37398 srpm) ;;
37399 *)
37400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Error!" >&5
37401$as_echo "Error!" >&6; }
37402 as_fn_error $? "Bad value \"$ZFS_CONFIG\" for --with-config,
37403 user kernel|user|all|srpm" "$LINENO" 5 ;;
37404 esac
37405
37406 if test "$ZFS_CONFIG" = user -o "$ZFS_CONFIG" = all; then
37407 CONFIG_USER_TRUE=
37408 CONFIG_USER_FALSE='#'
37409else
37410 CONFIG_USER_TRUE='#'
37411 CONFIG_USER_FALSE=
37412fi
37413
37414 if test "$ZFS_CONFIG" = kernel -o "$ZFS_CONFIG" = all &&
37415 test "x$enable_linux_builtin" != xyes ; then
37416 CONFIG_KERNEL_TRUE=
37417 CONFIG_KERNEL_FALSE='#'
37418else
37419 CONFIG_KERNEL_TRUE='#'
37420 CONFIG_KERNEL_FALSE=
37421fi
37422
37423
37424
37425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether debugging is enabled" >&5
37426$as_echo_n "checking whether debugging is enabled... " >&6; }
37427 # Check whether --enable-debug was given.
37428if test "${enable_debug+set}" = set; then :
37429 enableval=$enable_debug;
37430else
37431 enable_debug=no
37432fi
37433
37434
37435 if test "x$enable_debug" = xyes; then :
37436
37437 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG -Werror"
37438 HOSTCFLAGS="${HOSTCFLAGS} -DDEBUG -Werror"
37439 DEBUG_CFLAGS="-DDEBUG -Werror"
37440 DEBUG_STACKFLAGS="-fstack-check"
37441 DEBUG_ZFS="_with_debug"
37442
37443$as_echo "#define ZFS_DEBUG 1" >>confdefs.h
37444
37445
37446else
37447
37448 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DNDEBUG "
37449 HOSTCFLAGS="${HOSTCFLAGS} -DNDEBUG "
37450 DEBUG_CFLAGS="-DNDEBUG"
37451 DEBUG_STACKFLAGS=""
37452 DEBUG_ZFS="_without_debug"
37453
37454fi
37455
37456
37457
37458
37459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_debug" >&5
37460$as_echo "$enable_debug" >&6; }
37461
37462
37463 # Check whether --enable-debug-dmu-tx was given.
37464if test "${enable_debug_dmu_tx+set}" = set; then :
37465 enableval=$enable_debug_dmu_tx;
37466else
37467 enable_debug_dmu_tx=no
37468fi
37469
37470
37471 if test "x$enable_debug_dmu_tx" = xyes; then :
37472
37473 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_DMU_TX"
37474 DEBUG_DMU_TX="_with_debug_dmu_tx"
37475
37476$as_echo "#define DEBUG_DMU_TX 1" >>confdefs.h
37477
37478
37479else
37480
37481 DEBUG_DMU_TX="_without_debug_dmu_tx"
37482
37483fi
37484
37485
37486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dmu tx validation is enabled" >&5
37487$as_echo_n "checking whether dmu tx validation is enabled... " >&6; }
37488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_debug_dmu_tx" >&5
37489$as_echo "$enable_debug_dmu_tx" >&6; }
37490
37491
37492ac_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"
37493
37494
37495cat >confcache <<\_ACEOF
37496# This file is a shell script that caches the results of configure
37497# tests run on this system so they can be shared between configure
37498# scripts and configure runs, see configure's option --config-cache.
37499# It is not useful on other systems. If it contains results you don't
37500# want to keep, you may remove or edit it.
37501#
37502# config.status only pays attention to the cache file if you give it
37503# the --recheck option to rerun configure.
37504#
37505# `ac_cv_env_foo' variables (set or unset) will be overridden when
37506# loading this file, other *unset* `ac_cv_foo' will be assigned the
37507# following values.
37508
37509_ACEOF
37510
37511# The following way of writing the cache mishandles newlines in values,
37512# but we know of no workaround that is simple, portable, and efficient.
37513# So, we kill variables containing newlines.
37514# Ultrix sh set writes to stderr and can't be redirected directly,
37515# and sets the high bit in the cache file unless we assign to the vars.
37516(
37517 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
37518 eval ac_val=\$$ac_var
37519 case $ac_val in #(
37520 *${as_nl}*)
37521 case $ac_var in #(
37522 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
37523$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
37524 esac
37525 case $ac_var in #(
37526 _ | IFS | as_nl) ;; #(
37527 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
37528 *) { eval $ac_var=; unset $ac_var;} ;;
37529 esac ;;
37530 esac
37531 done
37532
37533 (set) 2>&1 |
37534 case $as_nl`(ac_space=' '; set) 2>&1` in #(
37535 *${as_nl}ac_space=\ *)
37536 # `set' does not quote correctly, so add quotes: double-quote
37537 # substitution turns \\\\ into \\, and sed turns \\ into \.
37538 sed -n \
37539 "s/'/'\\\\''/g;
37540 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
37541 ;; #(
37542 *)
37543 # `set' quotes correctly as required by POSIX, so do not add quotes.
37544 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
37545 ;;
37546 esac |
37547 sort
37548) |
37549 sed '
37550 /^ac_cv_env_/b end
37551 t clear
37552 :clear
37553 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
37554 t end
37555 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
37556 :end' >>confcache
37557if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
37558 if test -w "$cache_file"; then
37559 if test "x$cache_file" != "x/dev/null"; then
37560 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
37561$as_echo "$as_me: updating cache $cache_file" >&6;}
37562 if test ! -f "$cache_file" || test -h "$cache_file"; then
37563 cat confcache >"$cache_file"
37564 else
37565 case $cache_file in #(
37566 */* | ?:*)
37567 mv -f confcache "$cache_file"$$ &&
37568 mv -f "$cache_file"$$ "$cache_file" ;; #(
37569 *)
37570 mv -f confcache "$cache_file" ;;
37571 esac
37572 fi
37573 fi
37574 else
37575 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
37576$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
37577 fi
37578fi
37579rm -f confcache
37580
37581test "x$prefix" = xNONE && prefix=$ac_default_prefix
37582# Let make expand exec_prefix.
37583test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
37584
37585DEFS=-DHAVE_CONFIG_H
37586
37587ac_libobjs=
37588ac_ltlibobjs=
37589U=
37590for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
37591 # 1. Remove the extension, and $U if already installed.
37592 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
37593 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
37594 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
37595 # will be set to the directory where LIBOBJS objects are built.
37596 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
37597 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
37598done
37599LIBOBJS=$ac_libobjs
37600
37601LTLIBOBJS=$ac_ltlibobjs
37602
37603
37604if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
37605 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
37606Usually this means the macro was only invoked conditionally." "$LINENO" 5
37607fi
37608{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
37609$as_echo_n "checking that generated files are newer than configure... " >&6; }
37610 if test -n "$am_sleep_pid"; then
37611 # Hide warnings about reused PIDs.
37612 wait $am_sleep_pid 2>/dev/null
37613 fi
37614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
37615$as_echo "done" >&6; }
37616 if test -n "$EXEEXT"; then
37617 am__EXEEXT_TRUE=
37618 am__EXEEXT_FALSE='#'
37619else
37620 am__EXEEXT_TRUE='#'
37621 am__EXEEXT_FALSE=
37622fi
37623
37624if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
37625 as_fn_error $? "conditional \"AMDEP\" was never defined.
37626Usually this means the macro was only invoked conditionally." "$LINENO" 5
37627fi
37628if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
37629 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
37630Usually this means the macro was only invoked conditionally." "$LINENO" 5
37631fi
37632if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
37633 as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
37634Usually this means the macro was only invoked conditionally." "$LINENO" 5
37635fi
37636if test -z "${CONFIG_USER_TRUE}" && test -z "${CONFIG_USER_FALSE}"; then
37637 as_fn_error $? "conditional \"CONFIG_USER\" was never defined.
37638Usually this means the macro was only invoked conditionally." "$LINENO" 5
37639fi
37640if test -z "${CONFIG_KERNEL_TRUE}" && test -z "${CONFIG_KERNEL_FALSE}"; then
37641 as_fn_error $? "conditional \"CONFIG_KERNEL\" was never defined.
37642Usually this means the macro was only invoked conditionally." "$LINENO" 5
37643fi
37644
37645: "${CONFIG_STATUS=./config.status}"
37646ac_write_fail=0
37647ac_clean_files_save=$ac_clean_files
37648ac_clean_files="$ac_clean_files $CONFIG_STATUS"
37649{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
37650$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
37651as_write_fail=0
37652cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
37653#! $SHELL
37654# Generated by $as_me.
37655# Run this file to recreate the current configuration.
37656# Compiler output produced by configure, useful for debugging
37657# configure, is in config.log if it exists.
37658
37659debug=false
37660ac_cs_recheck=false
37661ac_cs_silent=false
37662
37663SHELL=\${CONFIG_SHELL-$SHELL}
37664export SHELL
37665_ASEOF
37666cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
37667## -------------------- ##
37668## M4sh Initialization. ##
37669## -------------------- ##
37670
37671# Be more Bourne compatible
37672DUALCASE=1; export DUALCASE # for MKS sh
37673if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
37674 emulate sh
37675 NULLCMD=:
37676 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
37677 # is contrary to our usage. Disable this feature.
37678 alias -g '${1+"$@"}'='"$@"'
37679 setopt NO_GLOB_SUBST
37680else
37681 case `(set -o) 2>/dev/null` in #(
37682 *posix*) :
37683 set -o posix ;; #(
37684 *) :
37685 ;;
37686esac
37687fi
37688
37689
37690as_nl='
37691'
37692export as_nl
37693# Printing a long string crashes Solaris 7 /usr/bin/printf.
37694as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
37695as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
37696as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
37697# Prefer a ksh shell builtin over an external printf program on Solaris,
37698# but without wasting forks for bash or zsh.
37699if test -z "$BASH_VERSION$ZSH_VERSION" \
37700 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
37701 as_echo='print -r --'
37702 as_echo_n='print -rn --'
37703elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
37704 as_echo='printf %s\n'
37705 as_echo_n='printf %s'
37706else
37707 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
37708 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
37709 as_echo_n='/usr/ucb/echo -n'
37710 else
37711 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
37712 as_echo_n_body='eval
37713 arg=$1;
37714 case $arg in #(
37715 *"$as_nl"*)
37716 expr "X$arg" : "X\\(.*\\)$as_nl";
37717 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
37718 esac;
37719 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
37720 '
37721 export as_echo_n_body
37722 as_echo_n='sh -c $as_echo_n_body as_echo'
37723 fi
37724 export as_echo_body
37725 as_echo='sh -c $as_echo_body as_echo'
37726fi
37727
37728# The user is always right.
37729if test "${PATH_SEPARATOR+set}" != set; then
37730 PATH_SEPARATOR=:
37731 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
37732 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
37733 PATH_SEPARATOR=';'
37734 }
37735fi
37736
37737
37738# IFS
37739# We need space, tab and new line, in precisely that order. Quoting is
37740# there to prevent editors from complaining about space-tab.
37741# (If _AS_PATH_WALK were called with IFS unset, it would disable word
37742# splitting by setting IFS to empty value.)
37743IFS=" "" $as_nl"
37744
37745# Find who we are. Look in the path if we contain no directory separator.
37746as_myself=
37747case $0 in #((
37748 *[\\/]* ) as_myself=$0 ;;
37749 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37750for as_dir in $PATH
37751do
37752 IFS=$as_save_IFS
37753 test -z "$as_dir" && as_dir=.
37754 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
37755 done
37756IFS=$as_save_IFS
37757
37758 ;;
37759esac
37760# We did not find ourselves, most probably we were run as `sh COMMAND'
37761# in which case we are not to be found in the path.
37762if test "x$as_myself" = x; then
37763 as_myself=$0
37764fi
37765if test ! -f "$as_myself"; then
37766 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
37767 exit 1
37768fi
37769
37770# Unset variables that we do not need and which cause bugs (e.g. in
37771# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
37772# suppresses any "Segmentation fault" message there. '((' could
37773# trigger a bug in pdksh 5.2.14.
37774for as_var in BASH_ENV ENV MAIL MAILPATH
37775do eval test x\${$as_var+set} = xset \
37776 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
37777done
37778PS1='$ '
37779PS2='> '
37780PS4='+ '
37781
37782# NLS nuisances.
37783LC_ALL=C
37784export LC_ALL
37785LANGUAGE=C
37786export LANGUAGE
37787
37788# CDPATH.
37789(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
37790
37791
37792# as_fn_error STATUS ERROR [LINENO LOG_FD]
37793# ----------------------------------------
37794# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
37795# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
37796# script with STATUS, using 1 if that was 0.
37797as_fn_error ()
37798{
37799 as_status=$1; test $as_status -eq 0 && as_status=1
37800 if test "$4"; then
37801 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
37802 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
37803 fi
37804 $as_echo "$as_me: error: $2" >&2
37805 as_fn_exit $as_status
37806} # as_fn_error
37807
37808
37809# as_fn_set_status STATUS
37810# -----------------------
37811# Set $? to STATUS, without forking.
37812as_fn_set_status ()
37813{
37814 return $1
37815} # as_fn_set_status
37816
37817# as_fn_exit STATUS
37818# -----------------
37819# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
37820as_fn_exit ()
37821{
37822 set +e
37823 as_fn_set_status $1
37824 exit $1
37825} # as_fn_exit
37826
37827# as_fn_unset VAR
37828# ---------------
37829# Portably unset VAR.
37830as_fn_unset ()
37831{
37832 { eval $1=; unset $1;}
37833}
37834as_unset=as_fn_unset
37835# as_fn_append VAR VALUE
37836# ----------------------
37837# Append the text in VALUE to the end of the definition contained in VAR. Take
37838# advantage of any shell optimizations that allow amortized linear growth over
37839# repeated appends, instead of the typical quadratic growth present in naive
37840# implementations.
37841if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
37842 eval 'as_fn_append ()
37843 {
37844 eval $1+=\$2
37845 }'
37846else
37847 as_fn_append ()
37848 {
37849 eval $1=\$$1\$2
37850 }
37851fi # as_fn_append
37852
37853# as_fn_arith ARG...
37854# ------------------
37855# Perform arithmetic evaluation on the ARGs, and store the result in the
37856# global $as_val. Take advantage of shells that can avoid forks. The arguments
37857# must be portable across $(()) and expr.
37858if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
37859 eval 'as_fn_arith ()
37860 {
37861 as_val=$(( $* ))
37862 }'
37863else
37864 as_fn_arith ()
37865 {
37866 as_val=`expr "$@" || test $? -eq 1`
37867 }
37868fi # as_fn_arith
37869
37870
37871if expr a : '\(a\)' >/dev/null 2>&1 &&
37872 test "X`expr 00001 : '.*\(...\)'`" = X001; then
37873 as_expr=expr
37874else
37875 as_expr=false
37876fi
37877
37878if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
37879 as_basename=basename
37880else
37881 as_basename=false
37882fi
37883
37884if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
37885 as_dirname=dirname
37886else
37887 as_dirname=false
37888fi
37889
37890as_me=`$as_basename -- "$0" ||
37891$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
37892 X"$0" : 'X\(//\)$' \| \
37893 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
37894$as_echo X/"$0" |
37895 sed '/^.*\/\([^/][^/]*\)\/*$/{
37896 s//\1/
37897 q
37898 }
37899 /^X\/\(\/\/\)$/{
37900 s//\1/
37901 q
37902 }
37903 /^X\/\(\/\).*/{
37904 s//\1/
37905 q
37906 }
37907 s/.*/./; q'`
37908
37909# Avoid depending upon Character Ranges.
37910as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37911as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
37912as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37913as_cr_digits='0123456789'
37914as_cr_alnum=$as_cr_Letters$as_cr_digits
37915
37916ECHO_C= ECHO_N= ECHO_T=
37917case `echo -n x` in #(((((
37918-n*)
37919 case `echo 'xy\c'` in
37920 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
37921 xy) ECHO_C='\c';;
37922 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
37923 ECHO_T=' ';;
37924 esac;;
37925*)
37926 ECHO_N='-n';;
37927esac
37928
37929rm -f conf$$ conf$$.exe conf$$.file
37930if test -d conf$$.dir; then
37931 rm -f conf$$.dir/conf$$.file
37932else
37933 rm -f conf$$.dir
37934 mkdir conf$$.dir 2>/dev/null
37935fi
37936if (echo >conf$$.file) 2>/dev/null; then
37937 if ln -s conf$$.file conf$$ 2>/dev/null; then
37938 as_ln_s='ln -s'
37939 # ... but there are two gotchas:
37940 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
37941 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
37942 # In both cases, we have to default to `cp -pR'.
37943 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
37944 as_ln_s='cp -pR'
37945 elif ln conf$$.file conf$$ 2>/dev/null; then
37946 as_ln_s=ln
37947 else
37948 as_ln_s='cp -pR'
37949 fi
37950else
37951 as_ln_s='cp -pR'
37952fi
37953rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
37954rmdir conf$$.dir 2>/dev/null
37955
37956
37957# as_fn_mkdir_p
37958# -------------
37959# Create "$as_dir" as a directory, including parents if necessary.
37960as_fn_mkdir_p ()
37961{
37962
37963 case $as_dir in #(
37964 -*) as_dir=./$as_dir;;
37965 esac
37966 test -d "$as_dir" || eval $as_mkdir_p || {
37967 as_dirs=
37968 while :; do
37969 case $as_dir in #(
37970 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
37971 *) as_qdir=$as_dir;;
37972 esac
37973 as_dirs="'$as_qdir' $as_dirs"
37974 as_dir=`$as_dirname -- "$as_dir" ||
37975$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
37976 X"$as_dir" : 'X\(//\)[^/]' \| \
37977 X"$as_dir" : 'X\(//\)$' \| \
37978 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
37979$as_echo X"$as_dir" |
37980 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
37981 s//\1/
37982 q
37983 }
37984 /^X\(\/\/\)[^/].*/{
37985 s//\1/
37986 q
37987 }
37988 /^X\(\/\/\)$/{
37989 s//\1/
37990 q
37991 }
37992 /^X\(\/\).*/{
37993 s//\1/
37994 q
37995 }
37996 s/.*/./; q'`
37997 test -d "$as_dir" && break
37998 done
37999 test -z "$as_dirs" || eval "mkdir $as_dirs"
38000 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
38001
38002
38003} # as_fn_mkdir_p
38004if mkdir -p . 2>/dev/null; then
38005 as_mkdir_p='mkdir -p "$as_dir"'
38006else
38007 test -d ./-p && rmdir ./-p
38008 as_mkdir_p=false
38009fi
38010
38011
38012# as_fn_executable_p FILE
38013# -----------------------
38014# Test if FILE is an executable regular file.
38015as_fn_executable_p ()
38016{
38017 test -f "$1" && test -x "$1"
38018} # as_fn_executable_p
38019as_test_x='test -x'
38020as_executable_p=as_fn_executable_p
38021
38022# Sed expression to map a string onto a valid CPP name.
38023as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
38024
38025# Sed expression to map a string onto a valid variable name.
38026as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
38027
38028
38029exec 6>&1
38030## ----------------------------------- ##
38031## Main body of $CONFIG_STATUS script. ##
38032## ----------------------------------- ##
38033_ASEOF
38034test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
38035
38036cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
38037# Save the log message, to keep $0 and so on meaningful, and to
38038# report actual input values of CONFIG_FILES etc. instead of their
38039# values after options handling.
38040ac_log="
38041This file was extended by zfs $as_me 0.6.5.9, which was
38042generated by GNU Autoconf 2.69. Invocation command line was
38043
38044 CONFIG_FILES = $CONFIG_FILES
38045 CONFIG_HEADERS = $CONFIG_HEADERS
38046 CONFIG_LINKS = $CONFIG_LINKS
38047 CONFIG_COMMANDS = $CONFIG_COMMANDS
38048 $ $0 $@
38049
38050on `(hostname || uname -n) 2>/dev/null | sed 1q`
38051"
38052
38053_ACEOF
38054
38055case $ac_config_files in *"
38056"*) set x $ac_config_files; shift; ac_config_files=$*;;
38057esac
38058
38059case $ac_config_headers in *"
38060"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
38061esac
38062
38063
38064cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
38065# Files that config.status was made for.
38066config_files="$ac_config_files"
38067config_headers="$ac_config_headers"
38068config_commands="$ac_config_commands"
38069
38070_ACEOF
38071
38072cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
38073ac_cs_usage="\
38074\`$as_me' instantiates files and other configuration actions
38075from templates according to the current configuration. Unless the files
38076and actions are specified as TAGs, all are instantiated by default.
38077
38078Usage: $0 [OPTION]... [TAG]...
38079
38080 -h, --help print this help, then exit
38081 -V, --version print version number and configuration settings, then exit
38082 --config print configuration, then exit
38083 -q, --quiet, --silent
38084 do not print progress messages
38085 -d, --debug don't remove temporary files
38086 --recheck update $as_me by reconfiguring in the same conditions
38087 --file=FILE[:TEMPLATE]
38088 instantiate the configuration file FILE
38089 --header=FILE[:TEMPLATE]
38090 instantiate the configuration header FILE
38091
38092Configuration files:
38093$config_files
38094
38095Configuration headers:
38096$config_headers
38097
38098Configuration commands:
38099$config_commands
38100
38101Report bugs to the package provider."
38102
38103_ACEOF
38104cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
38105ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
38106ac_cs_version="\\
38107zfs config.status 0.6.5.9
38108configured by $0, generated by GNU Autoconf 2.69,
38109 with options \\"\$ac_cs_config\\"
38110
38111Copyright (C) 2012 Free Software Foundation, Inc.
38112This config.status script is free software; the Free Software Foundation
38113gives unlimited permission to copy, distribute and modify it."
38114
38115ac_pwd='$ac_pwd'
38116srcdir='$srcdir'
38117INSTALL='$INSTALL'
38118MKDIR_P='$MKDIR_P'
38119AWK='$AWK'
38120test -n "\$AWK" || AWK=awk
38121_ACEOF
38122
38123cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
38124# The default lists apply if the user does not specify any file.
38125ac_need_defaults=:
38126while test $# != 0
38127do
38128 case $1 in
38129 --*=?*)
38130 ac_option=`expr "X$1" : 'X\([^=]*\)='`
38131 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
38132 ac_shift=:
38133 ;;
38134 --*=)
38135 ac_option=`expr "X$1" : 'X\([^=]*\)='`
38136 ac_optarg=
38137 ac_shift=:
38138 ;;
38139 *)
38140 ac_option=$1
38141 ac_optarg=$2
38142 ac_shift=shift
38143 ;;
38144 esac
38145
38146 case $ac_option in
38147 # Handling of the options.
38148 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
38149 ac_cs_recheck=: ;;
38150 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
38151 $as_echo "$ac_cs_version"; exit ;;
38152 --config | --confi | --conf | --con | --co | --c )
38153 $as_echo "$ac_cs_config"; exit ;;
38154 --debug | --debu | --deb | --de | --d | -d )
38155 debug=: ;;
38156 --file | --fil | --fi | --f )
38157 $ac_shift
38158 case $ac_optarg in
38159 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
38160 '') as_fn_error $? "missing file argument" ;;
38161 esac
38162 as_fn_append CONFIG_FILES " '$ac_optarg'"
38163 ac_need_defaults=false;;
38164 --header | --heade | --head | --hea )
38165 $ac_shift
38166 case $ac_optarg in
38167 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
38168 esac
38169 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
38170 ac_need_defaults=false;;
38171 --he | --h)
38172 # Conflict between --help and --header
38173 as_fn_error $? "ambiguous option: \`$1'
38174Try \`$0 --help' for more information.";;
38175 --help | --hel | -h )
38176 $as_echo "$ac_cs_usage"; exit ;;
38177 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
38178 | -silent | --silent | --silen | --sile | --sil | --si | --s)
38179 ac_cs_silent=: ;;
38180
38181 # This is an error.
38182 -*) as_fn_error $? "unrecognized option: \`$1'
38183Try \`$0 --help' for more information." ;;
38184
38185 *) as_fn_append ac_config_targets " $1"
38186 ac_need_defaults=false ;;
38187
38188 esac
38189 shift
38190done
38191
38192ac_configure_extra_args=
38193
38194if $ac_cs_silent; then
38195 exec 6>/dev/null
38196 ac_configure_extra_args="$ac_configure_extra_args --silent"
38197fi
38198
38199_ACEOF
38200cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
38201if \$ac_cs_recheck; then
38202 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
38203 shift
38204 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
38205 CONFIG_SHELL='$SHELL'
38206 export CONFIG_SHELL
38207 exec "\$@"
38208fi
38209
38210_ACEOF
38211cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
38212exec 5>>config.log
38213{
38214 echo
38215 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
38216## Running $as_me. ##
38217_ASBOX
38218 $as_echo "$ac_log"
38219} >&5
38220
38221_ACEOF
38222cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
38223#
38224# INIT-COMMANDS
38225#
38226AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
38227
38228
38229# The HP-UX ksh and POSIX shell print the target directory to stdout
38230# if CDPATH is set.
38231(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
38232
38233sed_quote_subst='$sed_quote_subst'
38234double_quote_subst='$double_quote_subst'
38235delay_variable_subst='$delay_variable_subst'
38236macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
38237macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
38238enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
38239enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
38240pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
38241enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
38242shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
38243SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
38244ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
38245PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
38246host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
38247host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
38248host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
38249build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
38250build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
38251build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
38252SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
38253Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
38254GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
38255EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
38256FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
38257LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
38258NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
38259LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
38260max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
38261ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
38262exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
38263lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
38264lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
38265lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
38266lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
38267lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
38268reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
38269reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
38270OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
38271deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
38272file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
38273file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
38274want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
38275DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
38276sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
38277AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
38278AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
38279archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
38280STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
38281RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
38282old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
38283old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
38284old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
38285lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
38286CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
38287CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
38288compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
38289GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
38290lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
38291lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
38292lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
38293lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
38294lt_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"`'
38295lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
38296nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
38297lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
38298lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
38299objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
38300MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
38301lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
38302lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
38303lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
38304lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
38305lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
38306need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
38307MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
38308DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
38309NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
38310LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
38311OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
38312OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
38313libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
38314shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
38315extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
38316archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
38317enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
38318export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
38319whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
38320compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
38321old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
38322old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
38323archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
38324archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
38325module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
38326module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
38327with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
38328allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
38329no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
38330hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
38331hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
38332hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
38333hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
38334hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
38335hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
38336hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
38337inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
38338link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
38339always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
38340export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
38341exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
38342include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
38343prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
38344postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
38345file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
38346variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
38347need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
38348need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
38349version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
38350runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
38351shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
38352shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
38353libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
38354library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
38355soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
38356install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
38357postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
38358postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
38359finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
38360finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
38361hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
38362sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
38363configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
38364configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
38365hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
38366enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
38367enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
38368enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
38369old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
38370striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
38371
38372LTCC='$LTCC'
38373LTCFLAGS='$LTCFLAGS'
38374compiler='$compiler_DEFAULT'
38375
38376# A function that is used when there is no print builtin or printf.
38377func_fallback_echo ()
38378{
38379 eval 'cat <<_LTECHO_EOF
38380\$1
38381_LTECHO_EOF'
38382}
38383
38384# Quote evaled strings.
38385for var in SHELL \
38386ECHO \
38387PATH_SEPARATOR \
38388SED \
38389GREP \
38390EGREP \
38391FGREP \
38392LD \
38393NM \
38394LN_S \
38395lt_SP2NL \
38396lt_NL2SP \
38397reload_flag \
38398OBJDUMP \
38399deplibs_check_method \
38400file_magic_cmd \
38401file_magic_glob \
38402want_nocaseglob \
38403DLLTOOL \
38404sharedlib_from_linklib_cmd \
38405AR \
38406AR_FLAGS \
38407archiver_list_spec \
38408STRIP \
38409RANLIB \
38410CC \
38411CFLAGS \
38412compiler \
38413lt_cv_sys_global_symbol_pipe \
38414lt_cv_sys_global_symbol_to_cdecl \
38415lt_cv_sys_global_symbol_to_import \
38416lt_cv_sys_global_symbol_to_c_name_address \
38417lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
38418lt_cv_nm_interface \
38419nm_file_list_spec \
38420lt_cv_truncate_bin \
38421lt_prog_compiler_no_builtin_flag \
38422lt_prog_compiler_pic \
38423lt_prog_compiler_wl \
38424lt_prog_compiler_static \
38425lt_cv_prog_compiler_c_o \
38426need_locks \
38427MANIFEST_TOOL \
38428DSYMUTIL \
38429NMEDIT \
38430LIPO \
38431OTOOL \
38432OTOOL64 \
38433shrext_cmds \
38434export_dynamic_flag_spec \
38435whole_archive_flag_spec \
38436compiler_needs_object \
38437with_gnu_ld \
38438allow_undefined_flag \
38439no_undefined_flag \
38440hardcode_libdir_flag_spec \
38441hardcode_libdir_separator \
38442exclude_expsyms \
38443include_expsyms \
38444file_list_spec \
38445variables_saved_for_relink \
38446libname_spec \
38447library_names_spec \
38448soname_spec \
38449install_override_mode \
38450finish_eval \
38451old_striplib \
38452striplib; do
38453 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
38454 *[\\\\\\\`\\"\\\$]*)
38455 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
38456 ;;
38457 *)
38458 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
38459 ;;
38460 esac
38461done
38462
38463# Double-quote double-evaled strings.
38464for var in reload_cmds \
38465old_postinstall_cmds \
38466old_postuninstall_cmds \
38467old_archive_cmds \
38468extract_expsyms_cmds \
38469old_archive_from_new_cmds \
38470old_archive_from_expsyms_cmds \
38471archive_cmds \
38472archive_expsym_cmds \
38473module_cmds \
38474module_expsym_cmds \
38475export_symbols_cmds \
38476prelink_cmds \
38477postlink_cmds \
38478postinstall_cmds \
38479postuninstall_cmds \
38480finish_cmds \
38481sys_lib_search_path_spec \
38482configure_time_dlsearch_path \
38483configure_time_lt_sys_library_path; do
38484 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
38485 *[\\\\\\\`\\"\\\$]*)
38486 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
38487 ;;
38488 *)
38489 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
38490 ;;
38491 esac
38492done
38493
38494ac_aux_dir='$ac_aux_dir'
38495
38496# See if we are running on zsh, and set the options that allow our
38497# commands through without removal of \ escapes INIT.
38498if test -n "\${ZSH_VERSION+set}"; then
38499 setopt NO_GLOB_SUBST
38500fi
38501
38502
38503 PACKAGE='$PACKAGE'
38504 VERSION='$VERSION'
38505 RM='$RM'
38506 ofile='$ofile'
38507
38508
38509
38510
38511_ACEOF
38512
38513cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
38514
38515# Handling of arguments.
38516for ac_config_target in $ac_config_targets
38517do
38518 case $ac_config_target in
38519 "zfs_config.h") CONFIG_HEADERS="$CONFIG_HEADERS zfs_config.h" ;;
38520 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
38521 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
38522 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
38523 "module/Makefile") CONFIG_FILES="$CONFIG_FILES module/Makefile" ;;
38524 "module/avl/Makefile") CONFIG_FILES="$CONFIG_FILES module/avl/Makefile" ;;
38525 "module/nvpair/Makefile") CONFIG_FILES="$CONFIG_FILES module/nvpair/Makefile" ;;
38526 "module/unicode/Makefile") CONFIG_FILES="$CONFIG_FILES module/unicode/Makefile" ;;
38527 "module/zcommon/Makefile") CONFIG_FILES="$CONFIG_FILES module/zcommon/Makefile" ;;
38528 "module/zfs/Makefile") CONFIG_FILES="$CONFIG_FILES module/zfs/Makefile" ;;
38529 "module/zpios/Makefile") CONFIG_FILES="$CONFIG_FILES module/zpios/Makefile" ;;
38530 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
38531 "include/linux/Makefile") CONFIG_FILES="$CONFIG_FILES include/linux/Makefile" ;;
38532 "include/sys/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/Makefile" ;;
38533 "include/sys/fs/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fs/Makefile" ;;
38534 "include/sys/fm/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fm/Makefile" ;;
38535 "include/sys/fm/fs/Makefile") CONFIG_FILES="$CONFIG_FILES include/sys/fm/fs/Makefile" ;;
38536 "zfs.release") CONFIG_FILES="$CONFIG_FILES zfs.release" ;;
38537
38538 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
38539 esac
38540done
38541
38542
38543# If the user did not use the arguments to specify the items to instantiate,
38544# then the envvar interface is used. Set only those that are not.
38545# We use the long form for the default assignment because of an extremely
38546# bizarre bug on SunOS 4.1.3.
38547if $ac_need_defaults; then
38548 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
38549 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
38550 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
38551fi
38552
38553# Have a temporary directory for convenience. Make it in the build tree
38554# simply because there is no reason against having it here, and in addition,
38555# creating and moving files from /tmp can sometimes cause problems.
38556# Hook for its removal unless debugging.
38557# Note that there is a small window in which the directory will not be cleaned:
38558# after its creation but before its name has been assigned to `$tmp'.
38559$debug ||
38560{
38561 tmp= ac_tmp=
38562 trap 'exit_status=$?
38563 : "${ac_tmp:=$tmp}"
38564 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
38565' 0
38566 trap 'as_fn_exit 1' 1 2 13 15
38567}
38568# Create a (secure) tmp directory for tmp files.
38569
38570{
38571 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
38572 test -d "$tmp"
38573} ||
38574{
38575 tmp=./conf$$-$RANDOM
38576 (umask 077 && mkdir "$tmp")
38577} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
38578ac_tmp=$tmp
38579
38580# Set up the scripts for CONFIG_FILES section.
38581# No need to generate them if there are no CONFIG_FILES.
38582# This happens for instance with `./config.status config.h'.
38583if test -n "$CONFIG_FILES"; then
38584
38585
38586ac_cr=`echo X | tr X '\015'`
38587# On cygwin, bash can eat \r inside `` if the user requested igncr.
38588# But we know of no other shell where ac_cr would be empty at this
38589# point, so we can use a bashism as a fallback.
38590if test "x$ac_cr" = x; then
38591 eval ac_cr=\$\'\\r\'
38592fi
38593ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
38594if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
38595 ac_cs_awk_cr='\\r'
38596else
38597 ac_cs_awk_cr=$ac_cr
38598fi
38599
38600echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
38601_ACEOF
38602
38603
38604{
38605 echo "cat >conf$$subs.awk <<_ACEOF" &&
38606 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
38607 echo "_ACEOF"
38608} >conf$$subs.sh ||
38609 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
38610ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
38611ac_delim='%!_!# '
38612for ac_last_try in false false false false false :; do
38613 . ./conf$$subs.sh ||
38614 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
38615
38616 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
38617 if test $ac_delim_n = $ac_delim_num; then
38618 break
38619 elif $ac_last_try; then
38620 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
38621 else
38622 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
38623 fi
38624done
38625rm -f conf$$subs.sh
38626
38627cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
38628cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
38629_ACEOF
38630sed -n '
38631h
38632s/^/S["/; s/!.*/"]=/
38633p
38634g
38635s/^[^!]*!//
38636:repl
38637t repl
38638s/'"$ac_delim"'$//
38639t delim
38640:nl
38641h
38642s/\(.\{148\}\)..*/\1/
38643t more1
38644s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
38645p
38646n
38647b repl
38648:more1
38649s/["\\]/\\&/g; s/^/"/; s/$/"\\/
38650p
38651g
38652s/.\{148\}//
38653t nl
38654:delim
38655h
38656s/\(.\{148\}\)..*/\1/
38657t more2
38658s/["\\]/\\&/g; s/^/"/; s/$/"/
38659p
38660b
38661:more2
38662s/["\\]/\\&/g; s/^/"/; s/$/"\\/
38663p
38664g
38665s/.\{148\}//
38666t delim
38667' <conf$$subs.awk | sed '
38668/^[^""]/{
38669 N
38670 s/\n//
38671}
38672' >>$CONFIG_STATUS || ac_write_fail=1
38673rm -f conf$$subs.awk
38674cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
38675_ACAWK
38676cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
38677 for (key in S) S_is_set[key] = 1
38678 FS = "\a"
38679
38680}
38681{
38682 line = $ 0
38683 nfields = split(line, field, "@")
38684 substed = 0
38685 len = length(field[1])
38686 for (i = 2; i < nfields; i++) {
38687 key = field[i]
38688 keylen = length(key)
38689 if (S_is_set[key]) {
38690 value = S[key]
38691 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
38692 len += length(value) + length(field[++i])
38693 substed = 1
38694 } else
38695 len += 1 + keylen
38696 }
38697
38698 print line
38699}
38700
38701_ACAWK
38702_ACEOF
38703cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
38704if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
38705 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
38706else
38707 cat
38708fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
38709 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
38710_ACEOF
38711
38712# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
38713# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
38714# trailing colons and then remove the whole line if VPATH becomes empty
38715# (actually we leave an empty line to preserve line numbers).
38716if test "x$srcdir" = x.; then
38717 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
38718h
38719s///
38720s/^/:/
38721s/[ ]*$/:/
38722s/:\$(srcdir):/:/g
38723s/:\${srcdir}:/:/g
38724s/:@srcdir@:/:/g
38725s/^:*//
38726s/:*$//
38727x
38728s/\(=[ ]*\).*/\1/
38729G
38730s/\n//
38731s/^[^=]*=[ ]*$//
38732}'
38733fi
38734
38735cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
38736fi # test -n "$CONFIG_FILES"
38737
38738# Set up the scripts for CONFIG_HEADERS section.
38739# No need to generate them if there are no CONFIG_HEADERS.
38740# This happens for instance with `./config.status Makefile'.
38741if test -n "$CONFIG_HEADERS"; then
38742cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
38743BEGIN {
38744_ACEOF
38745
38746# Transform confdefs.h into an awk script `defines.awk', embedded as
38747# here-document in config.status, that substitutes the proper values into
38748# config.h.in to produce config.h.
38749
38750# Create a delimiter string that does not exist in confdefs.h, to ease
38751# handling of long lines.
38752ac_delim='%!_!# '
38753for ac_last_try in false false :; do
38754 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
38755 if test -z "$ac_tt"; then
38756 break
38757 elif $ac_last_try; then
38758 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
38759 else
38760 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
38761 fi
38762done
38763
38764# For the awk script, D is an array of macro values keyed by name,
38765# likewise P contains macro parameters if any. Preserve backslash
38766# newline sequences.
38767
38768ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
38769sed -n '
38770s/.\{148\}/&'"$ac_delim"'/g
38771t rset
38772:rset
38773s/^[ ]*#[ ]*define[ ][ ]*/ /
38774t def
38775d
38776:def
38777s/\\$//
38778t bsnl
38779s/["\\]/\\&/g
38780s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
38781D["\1"]=" \3"/p
38782s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
38783d
38784:bsnl
38785s/["\\]/\\&/g
38786s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
38787D["\1"]=" \3\\\\\\n"\\/p
38788t cont
38789s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
38790t cont
38791d
38792:cont
38793n
38794s/.\{148\}/&'"$ac_delim"'/g
38795t clear
38796:clear
38797s/\\$//
38798t bsnlc
38799s/["\\]/\\&/g; s/^/"/; s/$/"/p
38800d
38801:bsnlc
38802s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
38803b cont
38804' <confdefs.h | sed '
38805s/'"$ac_delim"'/"\\\
38806"/g' >>$CONFIG_STATUS || ac_write_fail=1
38807
38808cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
38809 for (key in D) D_is_set[key] = 1
38810 FS = "\a"
38811}
38812/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
38813 line = \$ 0
38814 split(line, arg, " ")
38815 if (arg[1] == "#") {
38816 defundef = arg[2]
38817 mac1 = arg[3]
38818 } else {
38819 defundef = substr(arg[1], 2)
38820 mac1 = arg[2]
38821 }
38822 split(mac1, mac2, "(") #)
38823 macro = mac2[1]
38824 prefix = substr(line, 1, index(line, defundef) - 1)
38825 if (D_is_set[macro]) {
38826 # Preserve the white space surrounding the "#".
38827 print prefix "define", macro P[macro] D[macro]
38828 next
38829 } else {
38830 # Replace #undef with comments. This is necessary, for example,
38831 # in the case of _POSIX_SOURCE, which is predefined and required
38832 # on some systems where configure will not decide to define it.
38833 if (defundef == "undef") {
38834 print "/*", prefix defundef, macro, "*/"
38835 next
38836 }
38837 }
38838}
38839{ print }
38840_ACAWK
38841_ACEOF
38842cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
38843 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
38844fi # test -n "$CONFIG_HEADERS"
38845
38846
38847eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
38848shift
38849for ac_tag
38850do
38851 case $ac_tag in
38852 :[FHLC]) ac_mode=$ac_tag; continue;;
38853 esac
38854 case $ac_mode$ac_tag in
38855 :[FHL]*:*);;
38856 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
38857 :[FH]-) ac_tag=-:-;;
38858 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
38859 esac
38860 ac_save_IFS=$IFS
38861 IFS=:
38862 set x $ac_tag
38863 IFS=$ac_save_IFS
38864 shift
38865 ac_file=$1
38866 shift
38867
38868 case $ac_mode in
38869 :L) ac_source=$1;;
38870 :[FH])
38871 ac_file_inputs=
38872 for ac_f
38873 do
38874 case $ac_f in
38875 -) ac_f="$ac_tmp/stdin";;
38876 *) # Look for the file first in the build tree, then in the source tree
38877 # (if the path is not absolute). The absolute path cannot be DOS-style,
38878 # because $ac_f cannot contain `:'.
38879 test -f "$ac_f" ||
38880 case $ac_f in
38881 [\\/$]*) false;;
38882 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
38883 esac ||
38884 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
38885 esac
38886 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
38887 as_fn_append ac_file_inputs " '$ac_f'"
38888 done
38889
38890 # Let's still pretend it is `configure' which instantiates (i.e., don't
38891 # use $as_me), people would be surprised to read:
38892 # /* config.h. Generated by config.status. */
38893 configure_input='Generated from '`
38894 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
38895 `' by configure.'
38896 if test x"$ac_file" != x-; then
38897 configure_input="$ac_file. $configure_input"
38898 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
38899$as_echo "$as_me: creating $ac_file" >&6;}
38900 fi
38901 # Neutralize special characters interpreted by sed in replacement strings.
38902 case $configure_input in #(
38903 *\&* | *\|* | *\\* )
38904 ac_sed_conf_input=`$as_echo "$configure_input" |
38905 sed 's/[\\\\&|]/\\\\&/g'`;; #(
38906 *) ac_sed_conf_input=$configure_input;;
38907 esac
38908
38909 case $ac_tag in
38910 *:-:* | *:-) cat >"$ac_tmp/stdin" \
38911 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
38912 esac
38913 ;;
38914 esac
38915
38916 ac_dir=`$as_dirname -- "$ac_file" ||
38917$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
38918 X"$ac_file" : 'X\(//\)[^/]' \| \
38919 X"$ac_file" : 'X\(//\)$' \| \
38920 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
38921$as_echo X"$ac_file" |
38922 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
38923 s//\1/
38924 q
38925 }
38926 /^X\(\/\/\)[^/].*/{
38927 s//\1/
38928 q
38929 }
38930 /^X\(\/\/\)$/{
38931 s//\1/
38932 q
38933 }
38934 /^X\(\/\).*/{
38935 s//\1/
38936 q
38937 }
38938 s/.*/./; q'`
38939 as_dir="$ac_dir"; as_fn_mkdir_p
38940 ac_builddir=.
38941
38942case "$ac_dir" in
38943.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
38944*)
38945 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
38946 # A ".." for each directory in $ac_dir_suffix.
38947 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
38948 case $ac_top_builddir_sub in
38949 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
38950 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
38951 esac ;;
38952esac
38953ac_abs_top_builddir=$ac_pwd
38954ac_abs_builddir=$ac_pwd$ac_dir_suffix
38955# for backward compatibility:
38956ac_top_builddir=$ac_top_build_prefix
38957
38958case $srcdir in
38959 .) # We are building in place.
38960 ac_srcdir=.
38961 ac_top_srcdir=$ac_top_builddir_sub
38962 ac_abs_top_srcdir=$ac_pwd ;;
38963 [\\/]* | ?:[\\/]* ) # Absolute name.
38964 ac_srcdir=$srcdir$ac_dir_suffix;
38965 ac_top_srcdir=$srcdir
38966 ac_abs_top_srcdir=$srcdir ;;
38967 *) # Relative name.
38968 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
38969 ac_top_srcdir=$ac_top_build_prefix$srcdir
38970 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
38971esac
38972ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
38973
38974
38975 case $ac_mode in
38976 :F)
38977 #
38978 # CONFIG_FILE
38979 #
38980
38981 case $INSTALL in
38982 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
38983 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
38984 esac
38985 ac_MKDIR_P=$MKDIR_P
38986 case $MKDIR_P in
38987 [\\/$]* | ?:[\\/]* ) ;;
38988 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
38989 esac
38990_ACEOF
38991
38992cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
38993# If the template does not know about datarootdir, expand it.
38994# FIXME: This hack should be removed a few years after 2.60.
38995ac_datarootdir_hack=; ac_datarootdir_seen=
38996ac_sed_dataroot='
38997/datarootdir/ {
38998 p
38999 q
39000}
39001/@datadir@/p
39002/@docdir@/p
39003/@infodir@/p
39004/@localedir@/p
39005/@mandir@/p'
39006case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
39007*datarootdir*) ac_datarootdir_seen=yes;;
39008*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
39009 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
39010$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
39011_ACEOF
39012cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
39013 ac_datarootdir_hack='
39014 s&@datadir@&$datadir&g
39015 s&@docdir@&$docdir&g
39016 s&@infodir@&$infodir&g
39017 s&@localedir@&$localedir&g
39018 s&@mandir@&$mandir&g
39019 s&\\\${datarootdir}&$datarootdir&g' ;;
39020esac
39021_ACEOF
39022
39023# Neutralize VPATH when `$srcdir' = `.'.
39024# Shell code in configure.ac might set extrasub.
39025# FIXME: do we really want to maintain this feature?
39026cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
39027ac_sed_extra="$ac_vpsub
39028$extrasub
39029_ACEOF
39030cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
39031:t
39032/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
39033s|@configure_input@|$ac_sed_conf_input|;t t
39034s&@top_builddir@&$ac_top_builddir_sub&;t t
39035s&@top_build_prefix@&$ac_top_build_prefix&;t t
39036s&@srcdir@&$ac_srcdir&;t t
39037s&@abs_srcdir@&$ac_abs_srcdir&;t t
39038s&@top_srcdir@&$ac_top_srcdir&;t t
39039s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
39040s&@builddir@&$ac_builddir&;t t
39041s&@abs_builddir@&$ac_abs_builddir&;t t
39042s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
39043s&@INSTALL@&$ac_INSTALL&;t t
39044s&@MKDIR_P@&$ac_MKDIR_P&;t t
39045$ac_datarootdir_hack
39046"
39047eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
39048 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
39049
39050test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
39051 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
39052 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
39053 "$ac_tmp/out"`; test -z "$ac_out"; } &&
39054 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
39055which seems to be undefined. Please make sure it is defined" >&5
39056$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
39057which seems to be undefined. Please make sure it is defined" >&2;}
39058
39059 rm -f "$ac_tmp/stdin"
39060 case $ac_file in
39061 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
39062 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
39063 esac \
39064 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
39065 ;;
39066 :H)
39067 #
39068 # CONFIG_HEADER
39069 #
39070 if test x"$ac_file" != x-; then
39071 {
39072 $as_echo "/* $configure_input */" \
39073 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
39074 } >"$ac_tmp/config.h" \
39075 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
39076 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
39077 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
39078$as_echo "$as_me: $ac_file is unchanged" >&6;}
39079 else
39080 rm -f "$ac_file"
39081 mv "$ac_tmp/config.h" "$ac_file" \
39082 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
39083 fi
39084 else
39085 $as_echo "/* $configure_input */" \
39086 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
39087 || as_fn_error $? "could not create -" "$LINENO" 5
39088 fi
39089# Compute "$ac_file"'s index in $config_headers.
39090_am_arg="$ac_file"
39091_am_stamp_count=1
39092for _am_header in $config_headers :; do
39093 case $_am_header in
39094 $_am_arg | $_am_arg:* )
39095 break ;;
39096 * )
39097 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
39098 esac
39099done
39100echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
39101$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
39102 X"$_am_arg" : 'X\(//\)[^/]' \| \
39103 X"$_am_arg" : 'X\(//\)$' \| \
39104 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
39105$as_echo X"$_am_arg" |
39106 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
39107 s//\1/
39108 q
39109 }
39110 /^X\(\/\/\)[^/].*/{
39111 s//\1/
39112 q
39113 }
39114 /^X\(\/\/\)$/{
39115 s//\1/
39116 q
39117 }
39118 /^X\(\/\).*/{
39119 s//\1/
39120 q
39121 }
39122 s/.*/./; q'`/stamp-h$_am_stamp_count
39123 ;;
39124
39125 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
39126$as_echo "$as_me: executing $ac_file commands" >&6;}
39127 ;;
39128 esac
39129
39130
39131 case $ac_file$ac_mode in
39132 "zfs_config.h":H)
39133 (mv zfs_config.h zfs_config.h.tmp &&
39134 awk -f ${ac_srcdir}/config/config.awk zfs_config.h.tmp >zfs_config.h &&
39135 rm zfs_config.h.tmp) || exit 1 ;;
39136 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
39137 # Older Autoconf quotes --file arguments for eval, but not when files
39138 # are listed without --file. Let's play safe and only enable the eval
39139 # if we detect the quoting.
39140 case $CONFIG_FILES in
39141 *\'*) eval set x "$CONFIG_FILES" ;;
39142 *) set x $CONFIG_FILES ;;
39143 esac
39144 shift
39145 for mf
39146 do
39147 # Strip MF so we end up with the name of the file.
39148 mf=`echo "$mf" | sed -e 's/:.*$//'`
39149 # Check whether this is an Automake generated Makefile or not.
39150 # We used to match only the files named 'Makefile.in', but
39151 # some people rename them; so instead we look at the file content.
39152 # Grep'ing the first line is not enough: some people post-process
39153 # each Makefile.in and add a new line on top of each file to say so.
39154 # Grep'ing the whole file is not good either: AIX grep has a line
39155 # limit of 2048, but all sed's we know have understand at least 4000.
39156 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
39157 dirpart=`$as_dirname -- "$mf" ||
39158$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
39159 X"$mf" : 'X\(//\)[^/]' \| \
39160 X"$mf" : 'X\(//\)$' \| \
39161 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
39162$as_echo X"$mf" |
39163 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
39164 s//\1/
39165 q
39166 }
39167 /^X\(\/\/\)[^/].*/{
39168 s//\1/
39169 q
39170 }
39171 /^X\(\/\/\)$/{
39172 s//\1/
39173 q
39174 }
39175 /^X\(\/\).*/{
39176 s//\1/
39177 q
39178 }
39179 s/.*/./; q'`
39180 else
39181 continue
39182 fi
39183 # Extract the definition of DEPDIR, am__include, and am__quote
39184 # from the Makefile without running 'make'.
39185 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
39186 test -z "$DEPDIR" && continue
39187 am__include=`sed -n 's/^am__include = //p' < "$mf"`
39188 test -z "$am__include" && continue
39189 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
39190 # Find all dependency output files, they are included files with
39191 # $(DEPDIR) in their names. We invoke sed twice because it is the
39192 # simplest approach to changing $(DEPDIR) to its actual value in the
39193 # expansion.
39194 for file in `sed -n "
39195 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
39196 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
39197 # Make sure the directory exists.
39198 test -f "$dirpart/$file" && continue
39199 fdir=`$as_dirname -- "$file" ||
39200$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
39201 X"$file" : 'X\(//\)[^/]' \| \
39202 X"$file" : 'X\(//\)$' \| \
39203 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
39204$as_echo X"$file" |
39205 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
39206 s//\1/
39207 q
39208 }
39209 /^X\(\/\/\)[^/].*/{
39210 s//\1/
39211 q
39212 }
39213 /^X\(\/\/\)$/{
39214 s//\1/
39215 q
39216 }
39217 /^X\(\/\).*/{
39218 s//\1/
39219 q
39220 }
39221 s/.*/./; q'`
39222 as_dir=$dirpart/$fdir; as_fn_mkdir_p
39223 # echo "creating $dirpart/$file"
39224 echo '# dummy' > "$dirpart/$file"
39225 done
39226 done
39227}
39228 ;;
39229 "libtool":C)
39230
39231 # See if we are running on zsh, and set the options that allow our
39232 # commands through without removal of \ escapes.
39233 if test -n "${ZSH_VERSION+set}"; then
39234 setopt NO_GLOB_SUBST
39235 fi
39236
39237 cfgfile=${ofile}T
39238 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
39239 $RM "$cfgfile"
39240
39241 cat <<_LT_EOF >> "$cfgfile"
39242#! $SHELL
39243# Generated automatically by $as_me ($PACKAGE) $VERSION
39244# NOTE: Changes made to this file will be lost: look at ltmain.sh.
39245
39246# Provide generalized library-building support services.
39247# Written by Gordon Matzigkeit, 1996
39248
39249# Copyright (C) 2014 Free Software Foundation, Inc.
39250# This is free software; see the source for copying conditions. There is NO
39251# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
39252
39253# GNU Libtool is free software; you can redistribute it and/or modify
39254# it under the terms of the GNU General Public License as published by
39255# the Free Software Foundation; either version 2 of of the License, or
39256# (at your option) any later version.
39257#
39258# As a special exception to the GNU General Public License, if you
39259# distribute this file as part of a program or library that is built
39260# using GNU Libtool, you may include this file under the same
39261# distribution terms that you use for the rest of that program.
39262#
39263# GNU Libtool is distributed in the hope that it will be useful, but
39264# WITHOUT ANY WARRANTY; without even the implied warranty of
39265# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39266# GNU General Public License for more details.
39267#
39268# You should have received a copy of the GNU General Public License
39269# along with this program. If not, see <http://www.gnu.org/licenses/>.
39270
39271
39272# The names of the tagged configurations supported by this script.
39273available_tags=''
39274
39275# Configured defaults for sys_lib_dlsearch_path munging.
39276: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
39277
39278# ### BEGIN LIBTOOL CONFIG
39279
39280# Which release of libtool.m4 was used?
39281macro_version=$macro_version
39282macro_revision=$macro_revision
39283
39284# Whether or not to build shared libraries.
39285build_libtool_libs=$enable_shared
39286
39287# Whether or not to build static libraries.
39288build_old_libs=$enable_static
39289
39290# What type of objects to build.
39291pic_mode=$pic_mode
39292
39293# Whether or not to optimize for fast installation.
39294fast_install=$enable_fast_install
39295
39296# Shared archive member basename,for filename based shared library versioning on AIX.
39297shared_archive_member_spec=$shared_archive_member_spec
39298
39299# Shell to use when invoking shell scripts.
39300SHELL=$lt_SHELL
39301
39302# An echo program that protects backslashes.
39303ECHO=$lt_ECHO
39304
39305# The PATH separator for the build system.
39306PATH_SEPARATOR=$lt_PATH_SEPARATOR
39307
39308# The host system.
39309host_alias=$host_alias
39310host=$host
39311host_os=$host_os
39312
39313# The build system.
39314build_alias=$build_alias
39315build=$build
39316build_os=$build_os
39317
39318# A sed program that does not truncate output.
39319SED=$lt_SED
39320
39321# Sed that helps us avoid accidentally triggering echo(1) options like -n.
39322Xsed="\$SED -e 1s/^X//"
39323
39324# A grep program that handles long lines.
39325GREP=$lt_GREP
39326
39327# An ERE matcher.
39328EGREP=$lt_EGREP
39329
39330# A literal string matcher.
39331FGREP=$lt_FGREP
39332
39333# A BSD- or MS-compatible name lister.
39334NM=$lt_NM
39335
39336# Whether we need soft or hard links.
39337LN_S=$lt_LN_S
39338
39339# What is the maximum length of a command?
39340max_cmd_len=$max_cmd_len
39341
39342# Object file suffix (normally "o").
39343objext=$ac_objext
39344
39345# Executable file suffix (normally "").
39346exeext=$exeext
39347
39348# whether the shell understands "unset".
39349lt_unset=$lt_unset
39350
39351# turn spaces into newlines.
39352SP2NL=$lt_lt_SP2NL
39353
39354# turn newlines into spaces.
39355NL2SP=$lt_lt_NL2SP
39356
39357# convert \$build file names to \$host format.
39358to_host_file_cmd=$lt_cv_to_host_file_cmd
39359
39360# convert \$build files to toolchain format.
39361to_tool_file_cmd=$lt_cv_to_tool_file_cmd
39362
39363# An object symbol dumper.
39364OBJDUMP=$lt_OBJDUMP
39365
39366# Method to check whether dependent libraries are shared objects.
39367deplibs_check_method=$lt_deplibs_check_method
39368
39369# Command to use when deplibs_check_method = "file_magic".
39370file_magic_cmd=$lt_file_magic_cmd
39371
39372# How to find potential files when deplibs_check_method = "file_magic".
39373file_magic_glob=$lt_file_magic_glob
39374
39375# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
39376want_nocaseglob=$lt_want_nocaseglob
39377
39378# DLL creation program.
39379DLLTOOL=$lt_DLLTOOL
39380
39381# Command to associate shared and link libraries.
39382sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
39383
39384# The archiver.
39385AR=$lt_AR
39386
39387# Flags to create an archive.
39388AR_FLAGS=$lt_AR_FLAGS
39389
39390# How to feed a file listing to the archiver.
39391archiver_list_spec=$lt_archiver_list_spec
39392
39393# A symbol stripping program.
39394STRIP=$lt_STRIP
39395
39396# Commands used to install an old-style archive.
39397RANLIB=$lt_RANLIB
39398old_postinstall_cmds=$lt_old_postinstall_cmds
39399old_postuninstall_cmds=$lt_old_postuninstall_cmds
39400
39401# Whether to use a lock for old archive extraction.
39402lock_old_archive_extraction=$lock_old_archive_extraction
39403
39404# A C compiler.
39405LTCC=$lt_CC
39406
39407# LTCC compiler flags.
39408LTCFLAGS=$lt_CFLAGS
39409
39410# Take the output of nm and produce a listing of raw symbols and C names.
39411global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
39412
39413# Transform the output of nm in a proper C declaration.
39414global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
39415
39416# Transform the output of nm into a list of symbols to manually relocate.
39417global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
39418
39419# Transform the output of nm in a C name address pair.
39420global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
39421
39422# Transform the output of nm in a C name address pair when lib prefix is needed.
39423global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
39424
39425# The name lister interface.
39426nm_interface=$lt_lt_cv_nm_interface
39427
39428# Specify filename containing input files for \$NM.
39429nm_file_list_spec=$lt_nm_file_list_spec
39430
39431# The root where to search for dependent libraries,and where our libraries should be installed.
39432lt_sysroot=$lt_sysroot
39433
39434# Command to truncate a binary pipe.
39435lt_truncate_bin=$lt_lt_cv_truncate_bin
39436
39437# The name of the directory that contains temporary libtool files.
39438objdir=$objdir
39439
39440# Used to examine libraries when file_magic_cmd begins with "file".
39441MAGIC_CMD=$MAGIC_CMD
39442
39443# Must we lock files when doing compilation?
39444need_locks=$lt_need_locks
39445
39446# Manifest tool.
39447MANIFEST_TOOL=$lt_MANIFEST_TOOL
39448
39449# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
39450DSYMUTIL=$lt_DSYMUTIL
39451
39452# Tool to change global to local symbols on Mac OS X.
39453NMEDIT=$lt_NMEDIT
39454
39455# Tool to manipulate fat objects and archives on Mac OS X.
39456LIPO=$lt_LIPO
39457
39458# ldd/readelf like tool for Mach-O binaries on Mac OS X.
39459OTOOL=$lt_OTOOL
39460
39461# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
39462OTOOL64=$lt_OTOOL64
39463
39464# Old archive suffix (normally "a").
39465libext=$libext
39466
39467# Shared library suffix (normally ".so").
39468shrext_cmds=$lt_shrext_cmds
39469
39470# The commands to extract the exported symbol list from a shared archive.
39471extract_expsyms_cmds=$lt_extract_expsyms_cmds
39472
39473# Variables whose values should be saved in libtool wrapper scripts and
39474# restored at link time.
39475variables_saved_for_relink=$lt_variables_saved_for_relink
39476
39477# Do we need the "lib" prefix for modules?
39478need_lib_prefix=$need_lib_prefix
39479
39480# Do we need a version for libraries?
39481need_version=$need_version
39482
39483# Library versioning type.
39484version_type=$version_type
39485
39486# Shared library runtime path variable.
39487runpath_var=$runpath_var
39488
39489# Shared library path variable.
39490shlibpath_var=$shlibpath_var
39491
39492# Is shlibpath searched before the hard-coded library search path?
39493shlibpath_overrides_runpath=$shlibpath_overrides_runpath
39494
39495# Format of library name prefix.
39496libname_spec=$lt_libname_spec
39497
39498# List of archive names. First name is the real one, the rest are links.
39499# The last name is the one that the linker finds with -lNAME
39500library_names_spec=$lt_library_names_spec
39501
39502# The coded name of the library, if different from the real name.
39503soname_spec=$lt_soname_spec
39504
39505# Permission mode override for installation of shared libraries.
39506install_override_mode=$lt_install_override_mode
39507
39508# Command to use after installation of a shared archive.
39509postinstall_cmds=$lt_postinstall_cmds
39510
39511# Command to use after uninstallation of a shared archive.
39512postuninstall_cmds=$lt_postuninstall_cmds
39513
39514# Commands used to finish a libtool library installation in a directory.
39515finish_cmds=$lt_finish_cmds
39516
39517# As "finish_cmds", except a single script fragment to be evaled but
39518# not shown.
39519finish_eval=$lt_finish_eval
39520
39521# Whether we should hardcode library paths into libraries.
39522hardcode_into_libs=$hardcode_into_libs
39523
39524# Compile-time system search path for libraries.
39525sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
39526
39527# Detected run-time system search path for libraries.
39528sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
39529
39530# Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
39531configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
39532
39533# Whether dlopen is supported.
39534dlopen_support=$enable_dlopen
39535
39536# Whether dlopen of programs is supported.
39537dlopen_self=$enable_dlopen_self
39538
39539# Whether dlopen of statically linked programs is supported.
39540dlopen_self_static=$enable_dlopen_self_static
39541
39542# Commands to strip libraries.
39543old_striplib=$lt_old_striplib
39544striplib=$lt_striplib
39545
39546
39547# The linker used to build libraries.
39548LD=$lt_LD
39549
39550# How to create reloadable object files.
39551reload_flag=$lt_reload_flag
39552reload_cmds=$lt_reload_cmds
39553
39554# Commands used to build an old-style archive.
39555old_archive_cmds=$lt_old_archive_cmds
39556
39557# A language specific compiler.
39558CC=$lt_compiler
39559
39560# Is the compiler the GNU compiler?
39561with_gcc=$GCC
39562
39563# Compiler flag to turn off builtin functions.
39564no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
39565
39566# Additional compiler flags for building library objects.
39567pic_flag=$lt_lt_prog_compiler_pic
39568
39569# How to pass a linker flag through the compiler.
39570wl=$lt_lt_prog_compiler_wl
39571
39572# Compiler flag to prevent dynamic linking.
39573link_static_flag=$lt_lt_prog_compiler_static
39574
39575# Does compiler simultaneously support -c and -o options?
39576compiler_c_o=$lt_lt_cv_prog_compiler_c_o
39577
39578# Whether or not to add -lc for building shared libraries.
39579build_libtool_need_lc=$archive_cmds_need_lc
39580
39581# Whether or not to disallow shared libs when runtime libs are static.
39582allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
39583
39584# Compiler flag to allow reflexive dlopens.
39585export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
39586
39587# Compiler flag to generate shared objects directly from archives.
39588whole_archive_flag_spec=$lt_whole_archive_flag_spec
39589
39590# Whether the compiler copes with passing no objects directly.
39591compiler_needs_object=$lt_compiler_needs_object
39592
39593# Create an old-style archive from a shared archive.
39594old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
39595
39596# Create a temporary old-style archive to link instead of a shared archive.
39597old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
39598
39599# Commands used to build a shared archive.
39600archive_cmds=$lt_archive_cmds
39601archive_expsym_cmds=$lt_archive_expsym_cmds
39602
39603# Commands used to build a loadable module if different from building
39604# a shared archive.
39605module_cmds=$lt_module_cmds
39606module_expsym_cmds=$lt_module_expsym_cmds
39607
39608# Whether we are building with GNU ld or not.
39609with_gnu_ld=$lt_with_gnu_ld
39610
39611# Flag that allows shared libraries with undefined symbols to be built.
39612allow_undefined_flag=$lt_allow_undefined_flag
39613
39614# Flag that enforces no undefined symbols.
39615no_undefined_flag=$lt_no_undefined_flag
39616
39617# Flag to hardcode \$libdir into a binary during linking.
39618# This must work even if \$libdir does not exist
39619hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
39620
39621# Whether we need a single "-rpath" flag with a separated argument.
39622hardcode_libdir_separator=$lt_hardcode_libdir_separator
39623
39624# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
39625# DIR into the resulting binary.
39626hardcode_direct=$hardcode_direct
39627
39628# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
39629# DIR into the resulting binary and the resulting library dependency is
39630# "absolute",i.e impossible to change by setting \$shlibpath_var if the
39631# library is relocated.
39632hardcode_direct_absolute=$hardcode_direct_absolute
39633
39634# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
39635# into the resulting binary.
39636hardcode_minus_L=$hardcode_minus_L
39637
39638# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
39639# into the resulting binary.
39640hardcode_shlibpath_var=$hardcode_shlibpath_var
39641
39642# Set to "yes" if building a shared library automatically hardcodes DIR
39643# into the library and all subsequent libraries and executables linked
39644# against it.
39645hardcode_automatic=$hardcode_automatic
39646
39647# Set to yes if linker adds runtime paths of dependent libraries
39648# to runtime path list.
39649inherit_rpath=$inherit_rpath
39650
39651# Whether libtool must link a program against all its dependency libraries.
39652link_all_deplibs=$link_all_deplibs
39653
39654# Set to "yes" if exported symbols are required.
39655always_export_symbols=$always_export_symbols
39656
39657# The commands to list exported symbols.
39658export_symbols_cmds=$lt_export_symbols_cmds
39659
39660# Symbols that should not be listed in the preloaded symbols.
39661exclude_expsyms=$lt_exclude_expsyms
39662
39663# Symbols that must always be exported.
39664include_expsyms=$lt_include_expsyms
39665
39666# Commands necessary for linking programs (against libraries) with templates.
39667prelink_cmds=$lt_prelink_cmds
39668
39669# Commands necessary for finishing linking programs.
39670postlink_cmds=$lt_postlink_cmds
39671
39672# Specify filename containing input files.
39673file_list_spec=$lt_file_list_spec
39674
39675# How to hardcode a shared library path into an executable.
39676hardcode_action=$hardcode_action
39677
39678# ### END LIBTOOL CONFIG
39679
39680_LT_EOF
39681
39682 cat <<'_LT_EOF' >> "$cfgfile"
39683
39684# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
39685
39686# func_munge_path_list VARIABLE PATH
39687# -----------------------------------
39688# VARIABLE is name of variable containing _space_ separated list of
39689# directories to be munged by the contents of PATH, which is string
39690# having a format:
39691# "DIR[:DIR]:"
39692# string "DIR[ DIR]" will be prepended to VARIABLE
39693# ":DIR[:DIR]"
39694# string "DIR[ DIR]" will be appended to VARIABLE
39695# "DIRP[:DIRP]::[DIRA:]DIRA"
39696# string "DIRP[ DIRP]" will be prepended to VARIABLE and string
39697# "DIRA[ DIRA]" will be appended to VARIABLE
39698# "DIR[:DIR]"
39699# VARIABLE will be replaced by "DIR[ DIR]"
39700func_munge_path_list ()
39701{
39702 case x$2 in
39703 x)
39704 ;;
39705 *:)
39706 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
39707 ;;
39708 x:*)
39709 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
39710 ;;
39711 *::*)
39712 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
39713 eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
39714 ;;
39715 *)
39716 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
39717 ;;
39718 esac
39719}
39720
39721
39722# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
39723func_cc_basename ()
39724{
39725 for cc_temp in $*""; do
39726 case $cc_temp in
39727 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
39728 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
39729 \-*) ;;
39730 *) break;;
39731 esac
39732 done
39733 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
39734}
39735
39736
39737# ### END FUNCTIONS SHARED WITH CONFIGURE
39738
39739_LT_EOF
39740
39741 case $host_os in
39742 aix3*)
39743 cat <<\_LT_EOF >> "$cfgfile"
39744# AIX sometimes has problems with the GCC collect2 program. For some
39745# reason, if we set the COLLECT_NAMES environment variable, the problems
39746# vanish in a puff of smoke.
39747if test set != "${COLLECT_NAMES+set}"; then
39748 COLLECT_NAMES=
39749 export COLLECT_NAMES
39750fi
39751_LT_EOF
39752 ;;
39753 esac
39754
39755
39756ltmain=$ac_aux_dir/ltmain.sh
39757
39758
39759 # We use sed instead of cat because bash on DJGPP gets confused if
39760 # if finds mixed CR/LF and LF-only lines. Since sed operates in
39761 # text mode, it properly converts lines to CR/LF. This bash problem
39762 # is reportedly fixed, but why not run on old versions too?
39763 sed '$q' "$ltmain" >> "$cfgfile" \
39764 || (rm -f "$cfgfile"; exit 1)
39765
39766 mv -f "$cfgfile" "$ofile" ||
39767 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
39768 chmod +x "$ofile"
39769
39770 ;;
39771
39772 esac
39773done # for ac_tag
39774
39775
39776as_fn_exit 0
39777_ACEOF
39778ac_clean_files=$ac_clean_files_save
39779
39780test $ac_write_fail = 0 ||
39781 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
39782
39783
39784# configure is writing to config.log, and then calls config.status.
39785# config.status does its own redirection, appending to config.log.
39786# Unfortunately, on DOS this fails, as config.log is still kept open
39787# by configure, so config.status won't be able to write to it; its
39788# output is simply discarded. So we exec the FD to /dev/null,
39789# effectively closing config.log, so it can be properly (re)opened and
39790# appended to by config.status. When coming back to configure, we
39791# need to make the FD available again.
39792if test "$no_create" != yes; then
39793 ac_cs_success=:
39794 ac_config_status_args=
39795 test "$silent" = yes &&
39796 ac_config_status_args="$ac_config_status_args --quiet"
39797 exec 5>/dev/null
39798 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
39799 exec 5>>config.log
39800 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
39801 # would make configure fail if this is the last instruction.
39802 $ac_cs_success || as_fn_exit 1
39803fi
39804if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
39805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
39806$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
39807fi
39808