]> git.proxmox.com Git - mirror_zfs.git/blobdiff - configure.ac
Remove l2arc_nocompress from zfs-module-parameters(5)
[mirror_zfs.git] / configure.ac
index ae03d1bf7f54673ee1679ebd62e69b3bb5969a75..47e0a1b126b7ac26a8ff7e177b7112af89087334 100644 (file)
@@ -50,13 +50,13 @@ AC_PROG_CC
 AC_PROG_LIBTOOL
 AM_PROG_AS
 AM_PROG_CC_C_O
+AX_CODE_COVERAGE
 
 ZFS_AC_LICENSE
 ZFS_AC_PACKAGE
 ZFS_AC_CONFIG
 ZFS_AC_DEBUG
 ZFS_AC_DEBUGINFO
-ZFS_AC_GCOV
 
 AC_CONFIG_FILES([
        Makefile
@@ -122,6 +122,9 @@ AC_CONFIG_FILES([
        contrib/dracut/02zfsexpandknowledge/Makefile
        contrib/dracut/90zfs/Makefile
        contrib/initramfs/Makefile
+       contrib/initramfs/hooks/Makefile
+       contrib/initramfs/scripts/Makefile
+       contrib/initramfs/scripts/local-top/Makefile
        module/Makefile
        module/avl/Makefile
        module/nvpair/Makefile
@@ -182,11 +185,13 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/clean_mirror/Makefile
        tests/zfs-tests/tests/functional/cli_root/Makefile
        tests/zfs-tests/tests/functional/cli_root/zdb/Makefile
+       tests/zfs-tests/tests/functional/cli_root/zfs_bookmark/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_change-key/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_clone/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_copies/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_create/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_destroy/Makefile
+       tests/zfs-tests/tests/functional/cli_root/zfs_diff/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_get/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_inherit/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_load-key/Makefile
@@ -212,6 +217,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/cli_root/zpool_create/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_destroy/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_detach/Makefile
+       tests/zfs-tests/tests/functional/cli_root/zpool_events/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_expand/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_export/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_get/Makefile
@@ -222,6 +228,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/cli_root/zpool_offline/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_online/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_remove/Makefile
+       tests/zfs-tests/tests/functional/cli_root/zpool_reopen/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_replace/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_scrub/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_set/Makefile
@@ -246,6 +253,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/grow_pool/Makefile
        tests/zfs-tests/tests/functional/grow_replicas/Makefile
        tests/zfs-tests/tests/functional/history/Makefile
+       tests/zfs-tests/tests/functional/hkdf/Makefile
        tests/zfs-tests/tests/functional/inheritance/Makefile
        tests/zfs-tests/tests/functional/inuse/Makefile
        tests/zfs-tests/tests/functional/large_files/Makefile