]> git.proxmox.com Git - mirror_zfs.git/blobdiff - configure.ac
Encryption patch follow-up
[mirror_zfs.git] / configure.ac
index c86a2f63d5ec782d09e18c0906f31ed9a91b23c3..6dff03092af589983ec07f58bb854f77d0731cf0 100644 (file)
@@ -50,11 +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
 
 AC_CONFIG_FILES([
        Makefile
@@ -65,6 +67,7 @@ AC_CONFIG_FILES([
        etc/zfs/Makefile
        etc/systemd/Makefile
        etc/systemd/system/Makefile
+       etc/sudoers.d/Makefile
        etc/modules-load.d/Makefile
        man/Makefile
        man/man1/Makefile
@@ -86,6 +89,7 @@ AC_CONFIG_FILES([
        lib/libefi/Makefile
        lib/libicp/Makefile
        lib/libnvpair/Makefile
+       lib/libtpool/Makefile
        lib/libunicode/Makefile
        lib/libuutil/Makefile
        lib/libzpool/Makefile
@@ -102,7 +106,6 @@ AC_CONFIG_FILES([
        cmd/zpool/Makefile
        cmd/zstreamdump/Makefile
        cmd/ztest/Makefile
-       cmd/zpios/Makefile
        cmd/mount_zfs/Makefile
        cmd/fsck_zfs/Makefile
        cmd/zvol_id/Makefile
@@ -112,6 +115,7 @@ AC_CONFIG_FILES([
        cmd/arc_summary/Makefile
        cmd/zed/Makefile
        cmd/raidz_test/Makefile
+       cmd/zgenhostid/Makefile
        contrib/Makefile
        contrib/bash_completion.d/Makefile
        contrib/dracut/Makefile
@@ -124,7 +128,6 @@ AC_CONFIG_FILES([
        module/unicode/Makefile
        module/zcommon/Makefile
        module/zfs/Makefile
-       module/zpios/Makefile
        module/icp/Makefile
        include/Makefile
        include/linux/Makefile
@@ -135,17 +138,14 @@ AC_CONFIG_FILES([
        include/sys/crypto/Makefile
        include/sys/sysevent/Makefile
        scripts/Makefile
-       scripts/zpios-profile/Makefile
-       scripts/zpios-test/Makefile
-       scripts/zpool-config/Makefile
-       scripts/common.sh
        tests/Makefile
        tests/test-runner/Makefile
-       tests/test-runner/cmd/Makefile
+       tests/test-runner/bin/Makefile
        tests/test-runner/include/Makefile
        tests/test-runner/man/Makefile
        tests/runfiles/Makefile
        tests/zfs-tests/Makefile
+       tests/zfs-tests/callbacks/Makefile
        tests/zfs-tests/cmd/Makefile
        tests/zfs-tests/cmd/chg_usr_exec/Makefile
        tests/zfs-tests/cmd/devname2devid/Makefile
@@ -167,7 +167,6 @@ AC_CONFIG_FILES([
        tests/zfs-tests/cmd/threadsappend/Makefile
        tests/zfs-tests/cmd/xattrtest/Makefile
        tests/zfs-tests/include/Makefile
-       tests/zfs-tests/include/commands.cfg
        tests/zfs-tests/include/default.cfg
        tests/zfs-tests/tests/Makefile
        tests/zfs-tests/tests/functional/Makefile
@@ -183,12 +182,16 @@ 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
        tests/zfs-tests/tests/functional/cli_root/zfs/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_mount/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_promote/Makefile
@@ -201,6 +204,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/cli_root/zfs_set/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_share/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/Makefile
+       tests/zfs-tests/tests/functional/cli_root/zfs_unload-key/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_unmount/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_unshare/Makefile
        tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/Makefile
@@ -215,6 +219,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/cli_root/zpool_get/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_history/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_import/Makefile
+       tests/zfs-tests/tests/functional/cli_root/zpool_labelclear/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_offline/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_online/Makefile
@@ -223,6 +228,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/cli_root/zpool_scrub/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_set/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_status/Makefile
+       tests/zfs-tests/tests/functional/cli_root/zpool_sync/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/Makefile
        tests/zfs-tests/tests/functional/cli_user/Makefile
        tests/zfs-tests/tests/functional/cli_user/misc/Makefile
@@ -233,6 +239,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/ctime/Makefile
        tests/zfs-tests/tests/functional/delegate/Makefile
        tests/zfs-tests/tests/functional/devices/Makefile
+       tests/zfs-tests/tests/functional/events/Makefile
        tests/zfs-tests/tests/functional/exec/Makefile
        tests/zfs-tests/tests/functional/fault/Makefile
        tests/zfs-tests/tests/functional/features/async_destroy/Makefile
@@ -241,6 +248,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
@@ -249,6 +257,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/libzfs/Makefile
        tests/zfs-tests/tests/functional/migration/Makefile
        tests/zfs-tests/tests/functional/mmap/Makefile
+       tests/zfs-tests/tests/functional/mmp/Makefile
        tests/zfs-tests/tests/functional/mount/Makefile
        tests/zfs-tests/tests/functional/mv_files/Makefile
        tests/zfs-tests/tests/functional/nestedfs/Makefile
@@ -300,7 +309,6 @@ AC_CONFIG_FILES([
        rpm/generic/zfs.spec
        rpm/generic/zfs-kmod.spec
        rpm/generic/zfs-dkms.spec
-       zfs-script-config.sh
        zfs.release
 ])