diff --git a/Makefile.in b/Makefile.in index 0091be8948..537d4fa06f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -41,9 +41,13 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/zfs_config.h.in \ $(top_srcdir)/configure AUTHORS COPYING ChangeLog ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/cmd/Makefile.in b/cmd/Makefile.in index fd38422bd5..7458e4be8c 100644 --- a/cmd/Makefile.in +++ b/cmd/Makefile.in @@ -39,9 +39,13 @@ target_triplet = @target@ subdir = cmd DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/cmd/zdb/Makefile.in b/cmd/zdb/Makefile.in index 8d5e6d7a25..f9ed03f48d 100644 --- a/cmd/zdb/Makefile.in +++ b/cmd/zdb/Makefile.in @@ -42,9 +42,13 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ sbin_PROGRAMS = zdb$(EXEEXT) subdir = cmd/zdb ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/cmd/zdump/Makefile.in b/cmd/zdump/Makefile.in index 4349a7a230..960904d73e 100644 --- a/cmd/zdump/Makefile.in +++ b/cmd/zdump/Makefile.in @@ -42,9 +42,13 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ sbin_PROGRAMS = zdump$(EXEEXT) subdir = cmd/zdump ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/cmd/zfs/Makefile.in b/cmd/zfs/Makefile.in index 0162186a0f..e1ebaebd68 100644 --- a/cmd/zfs/Makefile.in +++ b/cmd/zfs/Makefile.in @@ -42,9 +42,13 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ sbin_PROGRAMS = zfs$(EXEEXT) subdir = cmd/zfs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/cmd/zinject/Makefile.in b/cmd/zinject/Makefile.in index b6e3c1d9a8..a477cfa612 100644 --- a/cmd/zinject/Makefile.in +++ b/cmd/zinject/Makefile.in @@ -42,9 +42,13 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ sbin_PROGRAMS = zinject$(EXEEXT) subdir = cmd/zinject ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/cmd/zpios/Makefile.in b/cmd/zpios/Makefile.in index 8267ac1391..123f7154c1 100644 --- a/cmd/zpios/Makefile.in +++ b/cmd/zpios/Makefile.in @@ -42,9 +42,13 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ sbin_PROGRAMS = zpios$(EXEEXT) subdir = cmd/zpios ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/cmd/zpool/Makefile.in b/cmd/zpool/Makefile.in index 309a91535f..5a2abd24d1 100644 --- a/cmd/zpool/Makefile.in +++ b/cmd/zpool/Makefile.in @@ -42,9 +42,13 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ sbin_PROGRAMS = zpool$(EXEEXT) subdir = cmd/zpool ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/cmd/ztest/Makefile.in b/cmd/ztest/Makefile.in index 8845f42936..9837be2b82 100644 --- a/cmd/ztest/Makefile.in +++ b/cmd/ztest/Makefile.in @@ -42,9 +42,13 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ sbin_PROGRAMS = ztest$(EXEEXT) subdir = cmd/ztest ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/config/Makefile.in b/config/Makefile.in index e2d64fa22f..df094554b2 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -40,9 +40,13 @@ subdir = config DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in config.guess \ config.sub depcomp install-sh ltmain.sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -179,7 +183,7 @@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ -EXTRA_DIST = zfs-build.m4 zfs-meta.m4 kernel.m4 lustre.m4 user.m4 Rules.am +EXTRA_DIST = *.m4 Rules.am all: all-am .SUFFIXES: diff --git a/configure b/configure index d296cfb3e7..fe67d1d335 100755 --- a/configure +++ b/configure @@ -1048,7 +1048,7 @@ Optional Packages: --with-linux-obj=PATH Path to kernel build objects --with-spl=PATH Path to spl source --with-spl-obj=PATH Path to spl build objects - --with-config=CONFIG Config file 'kernel|user|lustre' + --with-config=CONFIG Config file 'kernel|user|all' Some influential environment variables: CC C compiler command @@ -18922,7 +18922,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool' -zfsconfig=kernel +zfsconfig=all kernelsrc= kernelbuild= splsrc= @@ -19200,80 +19200,8 @@ echo "${ECHO_T}$zfsconfig" >&6; - ;; - user) ;; - lustre) ;; - *) - echo "$as_me:$LINENO: result: Error!" >&5 -echo "${ECHO_T}Error!" >&6 - { { echo "$as_me:$LINENO: error: Bad value \"$zfsconfig\" for --with-config, - user kernel|user|lustre" >&5 -echo "$as_me: error: Bad value \"$zfsconfig\" for --with-config, - user kernel|user|lustre" >&2;} - { (exit 1); exit 1; }; } ;; - esac - - SCRIPT_CONFIG=.script-config - rm -f ${SCRIPT_CONFIG} - echo "KERNELSRC=${LINUX}" >>${SCRIPT_CONFIG} - echo "KERNELBUILD=${LINUX_OBJ}" >>${SCRIPT_CONFIG} - echo "KERNELSRCVER=$kernsrcver" >>${SCRIPT_CONFIG} - echo >>${SCRIPT_CONFIG} - echo "SPLSRC=$splsrc" >>${SCRIPT_CONFIG} - echo "SPLBUILD=$splbuild" >>${SCRIPT_CONFIG} - echo "SPLSRCVER=$splsrcver" >>${SCRIPT_CONFIG} - echo "SPLSYMVERS=$splsymvers" >>${SCRIPT_CONFIG} - echo >>${SCRIPT_CONFIG} - echo "ZFSSRC=${TOPDIR}/src" >>${SCRIPT_CONFIG} - echo "ZFSBUILD=${ZFSDIR}" >>${SCRIPT_CONFIG} - echo >>${SCRIPT_CONFIG} - echo "TOPDIR=${TOPDIR}" >>${SCRIPT_CONFIG} - echo "LIBDIR=${LIBDIR}" >>${SCRIPT_CONFIG} - echo "CMDDIR=${CMDDIR}" >>${SCRIPT_CONFIG} - - - - echo "$as_me:$LINENO: checking license" >&5 -echo $ECHO_N "checking license... $ECHO_C" >&6 - echo "$as_me:$LINENO: result: CDDL" >&5 -echo "${ECHO_T}CDDL" >&6 - - - echo "$as_me:$LINENO: checking whether debugging is enabled" >&5 -echo $ECHO_N "checking whether debugging is enabled... $ECHO_C" >&6 - # Check whether --enable-debug or --disable-debug was given. -if test "${enable_debug+set}" = set; then - enableval="$enable_debug" - case "$enableval" in - yes) zfs_ac_debug=yes ;; - no) zfs_ac_debug=no ;; - *) echo "$as_me:$LINENO: result: Error!" >&5 -echo "${ECHO_T}Error!" >&6 - { { echo "$as_me:$LINENO: error: Bad value \"$enableval\" for --enable-debug" >&5 -echo "$as_me: error: Bad value \"$enableval\" for --enable-debug" >&2;} - { (exit 1); exit 1; }; } ;; - esac - -fi; - if test "$zfs_ac_debug" = yes; then - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 - KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG " - HOSTCFLAGS="${HOSTCFLAGS} -DDEBUG " - else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 - -cat >>confdefs.h <<\_ACEOF -#define NDEBUG 1 -_ACEOF - - KERNELCPPFLAGS="${KERNELCPPFLAGS} -DNDEBUG " - HOSTCFLAGS="${HOSTCFLAGS} -DNDEBUG " - fi - -echo "$as_me:$LINENO: checking whether bio_end_io_t wants 2 args" >&5 + echo "$as_me:$LINENO: checking whether bio_end_io_t wants 2 args" >&5 echo $ECHO_N "checking whether bio_end_io_t wants 2 args... $ECHO_C" >&6 tmp_flags="$EXTRA_KCFLAGS" EXTRA_KCFLAGS="-Werror" @@ -19287,7 +19215,7 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ - #include + #include int main (void) @@ -19318,7 +19246,7 @@ if { ac_try='cp conftest.c build && make modules CC="$CC" LINUXINCLUDE="-Iinclud echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:$LINENO: result: yes" >&5 + echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\_ACEOF @@ -19331,7 +19259,7 @@ else sed 's/^/| /' conftest.$ac_ext >&5 - echo "$as_me:$LINENO: result: no" >&5 + echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -19339,81 +19267,10 @@ rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest. EXTRA_KCFLAGS="$tmp_flags" + ;; + user) -echo "$as_me:$LINENO: checking for libdiskmgt_error in -ldiskmgt" >&5 -echo $ECHO_N "checking for libdiskmgt_error in -ldiskmgt... $ECHO_C" >&6 -if test "${ac_cv_lib_diskmgt_libdiskmgt_error+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-ldiskmgt $LIBS" -cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char libdiskmgt_error (); -int -main () -{ -libdiskmgt_error (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_lib_diskmgt_libdiskmgt_error=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -ac_cv_lib_diskmgt_libdiskmgt_error=no -fi -rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -echo "$as_me:$LINENO: result: $ac_cv_lib_diskmgt_libdiskmgt_error" >&5 -echo "${ECHO_T}$ac_cv_lib_diskmgt_libdiskmgt_error" >&6 -if test $ac_cv_lib_diskmgt_libdiskmgt_error = yes; then - -cat >>confdefs.h <<\_ACEOF -#define HAVE_LIBDISKMGT 1 -_ACEOF - -fi - - -echo "$as_me:$LINENO: checking for efi_alloc_and_init in -lefi" >&5 + echo "$as_me:$LINENO: checking for efi_alloc_and_init in -lefi" >&5 echo $ECHO_N "checking for efi_alloc_and_init in -lefi... $ECHO_C" >&6 if test "${ac_cv_lib_efi_efi_alloc_and_init+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -19486,7 +19343,82 @@ _ACEOF fi -echo "$as_me:$LINENO: checking for sa_init in -lshare" >&5 + + echo "$as_me:$LINENO: checking for libdiskmgt_error in -ldiskmgt" >&5 +echo $ECHO_N "checking for libdiskmgt_error in -ldiskmgt... $ECHO_C" >&6 +if test "${ac_cv_lib_diskmgt_libdiskmgt_error+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldiskmgt $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char libdiskmgt_error (); +int +main () +{ +libdiskmgt_error (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_diskmgt_libdiskmgt_error=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_diskmgt_libdiskmgt_error=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_diskmgt_libdiskmgt_error" >&5 +echo "${ECHO_T}$ac_cv_lib_diskmgt_libdiskmgt_error" >&6 +if test $ac_cv_lib_diskmgt_libdiskmgt_error = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_LIBDISKMGT 1 +_ACEOF + +fi + + + + echo "$as_me:$LINENO: checking for sa_init in -lshare" >&5 echo $ECHO_N "checking for sa_init in -lshare... $ECHO_C" >&6 if test "${ac_cv_lib_share_sa_init+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -19559,7 +19491,10 @@ _ACEOF fi -cat >conftest.$ac_ext <<_ACEOF + + echo "$as_me:$LINENO: checking checking for ioctl()" >&5 +echo $ECHO_N "checking checking for ioctl()... $ECHO_C" >&6 + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -19570,16 +19505,13 @@ cat >>conftest.$ac_ext <<_ACEOF _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "ioctl" >/dev/null 2>&1; then - -cat >>confdefs.h <<\_ACEOF -#define HAVE_IOCTL_IN_UNISTD_H 1 -_ACEOF - + is_unistd=yes +else + is_unistd=no fi rm -f conftest* - -cat >conftest.$ac_ext <<_ACEOF + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -19590,16 +19522,13 @@ cat >>conftest.$ac_ext <<_ACEOF _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "ioctl" >/dev/null 2>&1; then - -cat >>confdefs.h <<\_ACEOF -#define HAVE_IOCTL_IN_SYS_IOCTL_H 1 -_ACEOF - + is_sys_ioctl=yes +else + is_sys_ioctl=no fi rm -f conftest* - -cat >conftest.$ac_ext <<_ACEOF + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -19610,61 +19539,535 @@ cat >>conftest.$ac_ext <<_ACEOF _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "ioctl" >/dev/null 2>&1; then + is_stropts=yes +else + is_stropts=no +fi +rm -f conftest* + + + if test $is_unistd = yes; then + result=unistd.h + +cat >>confdefs.h <<\_ACEOF +#define HAVE_IOCTL_IN_UNISTD_H 1 +_ACEOF + + else + + if test $is_sys_ioctl = yes; then + result=sys/ioctl.h + +cat >>confdefs.h <<\_ACEOF +#define HAVE_IOCTL_IN_SYS_IOCTL_H 1 +_ACEOF + + elif test $is_stropts = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_IOCTL_IN_STROPTS_H 1 _ACEOF + else + result=no + fi + fi + + if test $result = no; then + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + { { echo "$as_me:$LINENO: error: *** Cannot locate ioctl() definition" >&5 +echo "$as_me: error: *** Cannot locate ioctl() definition" >&2;} + { (exit 1); exit 1; }; } + else + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + fi + + ;; + all) + KERNELMAKE_PARAMS= + + KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL " + KERNELCPPFLAGS="$KERNELCPPFLAGS -Wno-unknown-pragmas " + KERNELCPPFLAGS="$KERNELCPPFLAGS -I$splsrc -I$splsrc/include -I$TOPDIR" + + HOSTCFLAGS="$HOSTCFLAGS -ggdb -O2 -std=c99 " + HOSTCFLAGS="$HOSTCFLAGS -D_GNU_SOURCE -D__EXTENSIONS__ " + + HOSTCFLAGS="$HOSTCFLAGS -Wno-switch -Wno-unused -Wno-missing-braces " + HOSTCFLAGS="$HOSTCFLAGS -Wno-unknown-pragmas -Wno-parentheses " + HOSTCFLAGS="$HOSTCFLAGS -Wno-uninitialized -fno-strict-aliasing " + + HOSTCFLAGS="$HOSTCFLAGS -DHAVE_SPL -D_POSIX_PTHREAD_SEMANTICS " + HOSTCFLAGS="$HOSTCFLAGS -D_FILE_OFFSET_BITS=64 " + HOSTCFLAGS="$HOSTCFLAGS -D_LARGEFILE64_SOURCE -D_REENTRANT " + HOSTCFLAGS="$HOSTCFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\" " + + HOSTCFLAGS="$HOSTCFLAGS -I$TOPDIR " + + if test "$kernelbuild" != "$kernelsrc"; then + KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$kernelbuild" + fi + + + + + + echo "$as_me:$LINENO: checking whether bio_end_io_t wants 2 args" >&5 +echo $ECHO_N "checking whether bio_end_io_t wants 2 args... $ECHO_C" >&6 + tmp_flags="$EXTRA_KCFLAGS" + EXTRA_KCFLAGS="-Werror" + + +cat >conftest.c <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + + + #include + +int +main (void) +{ + + void (*wanted_end_io)(struct bio *, int) = NULL; + bio_end_io_t *local_end_io; + + local_end_io = wanted_end_io; + + ; + return 0; +} + +_ACEOF + +rm -f build/conftest.o build/conftest.mod.c build/conftest.ko build/Makefile +echo "obj-m := conftest.o" >build/Makefile +if { ac_try='cp conftest.c build && make modules CC="$CC" LINUXINCLUDE="-Iinclude -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + +cat >>confdefs.h <<\_ACEOF +#define HAVE_2ARGS_BIO_END_IO_T 1 +_ACEOF + + +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + fi -rm -f conftest* +rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c + + EXTRA_KCFLAGS="$tmp_flags" + + + echo "$as_me:$LINENO: checking for efi_alloc_and_init in -lefi" >&5 +echo $ECHO_N "checking for efi_alloc_and_init in -lefi... $ECHO_C" >&6 +if test "${ac_cv_lib_efi_efi_alloc_and_init+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lefi $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char efi_alloc_and_init (); +int +main () +{ +efi_alloc_and_init (); + ; + return 0; +} _ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "strcmp" >/dev/null 2>&1; then +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_efi_efi_alloc_and_init=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_efi_efi_alloc_and_init=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_efi_efi_alloc_and_init" >&5 +echo "${ECHO_T}$ac_cv_lib_efi_efi_alloc_and_init" >&6 +if test $ac_cv_lib_efi_efi_alloc_and_init = yes; then cat >>confdefs.h <<\_ACEOF -#define HAVE_STRCMP_IN_STRINGS_H 1 +#define HAVE_LIBEFI 1 _ACEOF fi -rm -f conftest* + + echo "$as_me:$LINENO: checking for libdiskmgt_error in -ldiskmgt" >&5 +echo $ECHO_N "checking for libdiskmgt_error in -ldiskmgt... $ECHO_C" >&6 +if test "${ac_cv_lib_diskmgt_libdiskmgt_error+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldiskmgt $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char libdiskmgt_error (); +int +main () +{ +libdiskmgt_error (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_diskmgt_libdiskmgt_error=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_diskmgt_libdiskmgt_error=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_diskmgt_libdiskmgt_error" >&5 +echo "${ECHO_T}$ac_cv_lib_diskmgt_libdiskmgt_error" >&6 +if test $ac_cv_lib_diskmgt_libdiskmgt_error = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_LIBDISKMGT 1 +_ACEOF + +fi + + + + echo "$as_me:$LINENO: checking for sa_init in -lshare" >&5 +echo $ECHO_N "checking for sa_init in -lshare... $ECHO_C" >&6 +if test "${ac_cv_lib_share_sa_init+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lshare $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char sa_init (); +int +main () +{ +sa_init (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_share_sa_init=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_share_sa_init=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_share_sa_init" >&5 +echo "${ECHO_T}$ac_cv_lib_share_sa_init" >&6 +if test $ac_cv_lib_share_sa_init = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_LIBSHARE 1 +_ACEOF + +fi + + + + echo "$as_me:$LINENO: checking checking for ioctl()" >&5 +echo $ECHO_N "checking checking for ioctl()... $ECHO_C" >&6 + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "sysinfo" >/dev/null 2>&1; then + $EGREP "ioctl" >/dev/null 2>&1; then + is_unistd=yes +else + is_unistd=no +fi +rm -f conftest* -cat >>confdefs.h <<\_ACEOF -#define HAVE_SYSINFO_IN_SYS_SYSTEMINFO_H 1 + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ _ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "ioctl" >/dev/null 2>&1; then + is_sys_ioctl=yes +else + is_sys_ioctl=no +fi +rm -f conftest* + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "ioctl" >/dev/null 2>&1; then + is_stropts=yes +else + is_stropts=no fi rm -f conftest* -#AC_DEFINE([HAVE_ZVOL], 1, ["Define to 1 to include ZVOL support"]) -#AC_DEFINE([HAVE_ZPL], 1, ["Define to 1 to include ZPL support"]) -#AC_DEFINE([WANT_FAKE_IOCTL], 1, ["Define to 1 to use fake ioctl() support"]) -#AC_DEFINE([HAVE_DM_INUSE_SWAP], 1, ["None"]) -#AC_DEFINE([HAVE_UNICODE], 1, ["None"]) -#AC_DEFINE([HAVE_INTTYPES], 1, [Define to 1 if unint16 defined in ]) + if test $is_unistd = yes; then + result=unistd.h + +cat >>confdefs.h <<\_ACEOF +#define HAVE_IOCTL_IN_UNISTD_H 1 +_ACEOF + + else + + if test $is_sys_ioctl = yes; then + result=sys/ioctl.h + +cat >>confdefs.h <<\_ACEOF +#define HAVE_IOCTL_IN_SYS_IOCTL_H 1 +_ACEOF + + elif test $is_stropts = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_IOCTL_IN_STROPTS_H 1 +_ACEOF + + else + result=no + fi + fi + + if test $result = no; then + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + { { echo "$as_me:$LINENO: error: *** Cannot locate ioctl() definition" >&5 +echo "$as_me: error: *** Cannot locate ioctl() definition" >&2;} + { (exit 1); exit 1; }; } + else + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + fi + + ;; + *) + echo "$as_me:$LINENO: result: Error!" >&5 +echo "${ECHO_T}Error!" >&6 + { { echo "$as_me:$LINENO: error: Bad value \"$zfsconfig\" for --with-config, + user kernel|user|all" >&5 +echo "$as_me: error: Bad value \"$zfsconfig\" for --with-config, + user kernel|user|all" >&2;} + { (exit 1); exit 1; }; } ;; + esac + + + SCRIPT_CONFIG=.script-config + rm -f ${SCRIPT_CONFIG} + echo "KERNELSRC=${LINUX}" >>${SCRIPT_CONFIG} + echo "KERNELBUILD=${LINUX_OBJ}" >>${SCRIPT_CONFIG} + echo "KERNELSRCVER=$kernsrcver" >>${SCRIPT_CONFIG} + echo >>${SCRIPT_CONFIG} + echo "SPLSRC=$splsrc" >>${SCRIPT_CONFIG} + echo "SPLBUILD=$splbuild" >>${SCRIPT_CONFIG} + echo "SPLSRCVER=$splsrcver" >>${SCRIPT_CONFIG} + echo "SPLSYMVERS=$splsymvers" >>${SCRIPT_CONFIG} + echo >>${SCRIPT_CONFIG} + echo "ZFSSRC=${TOPDIR}/src" >>${SCRIPT_CONFIG} + echo "ZFSBUILD=${ZFSDIR}" >>${SCRIPT_CONFIG} + echo >>${SCRIPT_CONFIG} + echo "TOPDIR=${TOPDIR}" >>${SCRIPT_CONFIG} + echo "LIBDIR=${LIBDIR}" >>${SCRIPT_CONFIG} + echo "CMDDIR=${CMDDIR}" >>${SCRIPT_CONFIG} + + + + echo "$as_me:$LINENO: checking license" >&5 +echo $ECHO_N "checking license... $ECHO_C" >&6 + echo "$as_me:$LINENO: result: CDDL" >&5 +echo "${ECHO_T}CDDL" >&6 + + + echo "$as_me:$LINENO: checking whether debugging is enabled" >&5 +echo $ECHO_N "checking whether debugging is enabled... $ECHO_C" >&6 + # Check whether --enable-debug or --disable-debug was given. +if test "${enable_debug+set}" = set; then + enableval="$enable_debug" + case "$enableval" in + yes) zfs_ac_debug=yes ;; + no) zfs_ac_debug=no ;; + *) echo "$as_me:$LINENO: result: Error!" >&5 +echo "${ECHO_T}Error!" >&6 + { { echo "$as_me:$LINENO: error: Bad value \"$enableval\" for --enable-debug" >&5 +echo "$as_me: error: Bad value \"$enableval\" for --enable-debug" >&2;} + { (exit 1); exit 1; }; } ;; + esac + +fi; + if test "$zfs_ac_debug" = yes; then + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG " + HOSTCFLAGS="${HOSTCFLAGS} -DDEBUG " + else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + +cat >>confdefs.h <<\_ACEOF +#define NDEBUG 1 +_ACEOF + + KERNELCPPFLAGS="${KERNELCPPFLAGS} -DNDEBUG " + HOSTCFLAGS="${HOSTCFLAGS} -DNDEBUG " + fi + ac_config_files="$ac_config_files Makefile config/Makefile doc/Makefile scripts/Makefile lib/Makefile lib/libspl/Makefile lib/libavl/Makefile lib/libnvpair/Makefile lib/libuutil/Makefile lib/libzpool/Makefile lib/libzfs/Makefile cmd/Makefile cmd/zdb/Makefile cmd/zdump/Makefile cmd/zfs/Makefile cmd/zinject/Makefile cmd/zpool/Makefile cmd/ztest/Makefile cmd/zpios/Makefile" diff --git a/doc/Makefile.in b/doc/Makefile.in index 9fbd04d155..0ac1267f45 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -39,9 +39,13 @@ target_triplet = @target@ subdir = doc DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/lib/Makefile.in b/lib/Makefile.in index 3d78ec5ff2..bd7def634e 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -39,9 +39,13 @@ target_triplet = @target@ subdir = lib DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/lib/libavl/Makefile.in b/lib/libavl/Makefile.in index 2a2275c5c7..1d22a23ec7 100644 --- a/lib/libavl/Makefile.in +++ b/lib/libavl/Makefile.in @@ -41,9 +41,13 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(top_srcdir)/config/Rules.am subdir = lib/libavl ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/lib/libnvpair/Makefile.in b/lib/libnvpair/Makefile.in index d5627b8ac4..ec454f1b94 100644 --- a/lib/libnvpair/Makefile.in +++ b/lib/libnvpair/Makefile.in @@ -41,9 +41,13 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(top_srcdir)/config/Rules.am subdir = lib/libnvpair ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/lib/libspl/Makefile.in b/lib/libspl/Makefile.in index a5356789d4..affdebb313 100644 --- a/lib/libspl/Makefile.in +++ b/lib/libspl/Makefile.in @@ -41,9 +41,13 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(top_srcdir)/config/Rules.am subdir = lib/libspl ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/lib/libuutil/Makefile.in b/lib/libuutil/Makefile.in index 3f74259d7f..eb47200a26 100644 --- a/lib/libuutil/Makefile.in +++ b/lib/libuutil/Makefile.in @@ -41,9 +41,13 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(top_srcdir)/config/Rules.am subdir = lib/libuutil ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/lib/libzfs/Makefile.in b/lib/libzfs/Makefile.in index db8867125c..5c61643b35 100644 --- a/lib/libzfs/Makefile.in +++ b/lib/libzfs/Makefile.in @@ -41,9 +41,13 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(top_srcdir)/config/Rules.am subdir = lib/libzfs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/lib/libzpool/Makefile.in b/lib/libzpool/Makefile.in index 912bd2d607..047310991e 100644 --- a/lib/libzpool/Makefile.in +++ b/lib/libzpool/Makefile.in @@ -41,9 +41,13 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(top_srcdir)/config/Rules.am subdir = lib/libzpool ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 9001e99f53..00bf1ba4dd 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -39,9 +39,13 @@ target_triplet = @target@ subdir = scripts DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/config/kernel.m4 \ - $(top_srcdir)/config/lustre.m4 $(top_srcdir)/config/user.m4 \ - $(top_srcdir)/config/zfs-build.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ + $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-ioctl.m4 \ + $(top_srcdir)/config/user-libdiskmgt.m4 \ + $(top_srcdir)/config/user-libefi.m4 \ + $(top_srcdir)/config/user-libshare.m4 \ + $(top_srcdir)/config/user.m4 $(top_srcdir)/config/zfs-build.m4 \ $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) diff --git a/zfs_config.h.in b/zfs_config.h.in index 63dac2c72c..0dc794a322 100644 --- a/zfs_config.h.in +++ b/zfs_config.h.in @@ -9,13 +9,13 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if ioctl() is defined in header file */ +/* result=stropts.h Define to 1 if ioctl() defined in */ #undef HAVE_IOCTL_IN_STROPTS_H -/* Define to 1 if ioctl() is defined in header file */ +/* Define to 1 if ioctl() defined in */ #undef HAVE_IOCTL_IN_SYS_IOCTL_H -/* Define to 1 if ioctl() is defined in header file */ +/* Define to 1 if ioctl() defined in */ #undef HAVE_IOCTL_IN_UNISTD_H /* Define to 1 if 'libdiskmgt' library available */ @@ -36,18 +36,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H -/* Define to 1 if strcmpl() is defined in header file */ -#undef HAVE_STRCMP_IN_STRINGS_H - /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H -/* Define to 1 if sysinfo() is defined in header file */ -#undef HAVE_SYSINFO_IN_SYS_SYSTEMINFO_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H