]> git.proxmox.com Git - mirror_zfs.git/blobdiff - configure.ac
Tag zfs-0.7.12
[mirror_zfs.git] / configure.ac
index b533126afd10a32714beac4918822258f83506f4..42cfc1a3d7a167051364e2973a9a36a3970e8c7e 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
@@ -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
@@ -146,8 +150,10 @@ AC_CONFIG_FILES([
        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/user_ns_exec/Makefile
        tests/zfs-tests/cmd/devname2devid/Makefile
        tests/zfs-tests/cmd/dir_rd_update/Makefile
        tests/zfs-tests/cmd/file_check/Makefile
@@ -159,6 +165,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/cmd/mkfiles/Makefile
        tests/zfs-tests/cmd/mktree/Makefile
        tests/zfs-tests/cmd/mmap_exec/Makefile
+       tests/zfs-tests/cmd/mmap_libaio/Makefile
        tests/zfs-tests/cmd/mmapwrite/Makefile
        tests/zfs-tests/cmd/randfree_file/Makefile
        tests/zfs-tests/cmd/readmmap/Makefile
@@ -167,6 +174,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/cmd/threadsappend/Makefile
        tests/zfs-tests/cmd/xattrtest/Makefile
        tests/zfs-tests/include/Makefile
+       tests/zfs-tests/include/default.cfg
        tests/zfs-tests/tests/Makefile
        tests/zfs-tests/tests/functional/Makefile
        tests/zfs-tests/tests/functional/acl/Makefile
@@ -213,6 +221,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
@@ -221,6 +230,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
@@ -228,9 +238,11 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/cli_user/zpool_iostat/Makefile
        tests/zfs-tests/tests/functional/cli_user/zpool_list/Makefile
        tests/zfs-tests/tests/functional/compression/Makefile
+       tests/zfs-tests/tests/functional/cp_files/Makefile
        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,12 +253,14 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/history/Makefile
        tests/zfs-tests/tests/functional/inheritance/Makefile
        tests/zfs-tests/tests/functional/inuse/Makefile
+       tests/zfs-tests/tests/functional/kstat/Makefile
        tests/zfs-tests/tests/functional/large_files/Makefile
        tests/zfs-tests/tests/functional/largest_pool/Makefile
        tests/zfs-tests/tests/functional/link_count/Makefile
        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
@@ -274,6 +288,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/threadsappend/Makefile
        tests/zfs-tests/tests/functional/tmpfile/Makefile
        tests/zfs-tests/tests/functional/truncate/Makefile
+       tests/zfs-tests/tests/functional/user_namespace/Makefile
        tests/zfs-tests/tests/functional/userquota/Makefile
        tests/zfs-tests/tests/functional/upgrade/Makefile
        tests/zfs-tests/tests/functional/vdev_zaps/Makefile