]> git.proxmox.com Git - mirror_zfs.git/blobdiff - configure.ac
Fix some typos
[mirror_zfs.git] / configure.ac
index 20a67dc4f0892398ffb3f5afc49fa28c788c2a67..d71712e4cd122db3da47e16785c5fcee1e1053e6 100644 (file)
@@ -50,12 +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_DEBUG_DMU_TX
+ZFS_AC_DEBUGINFO
 
 AC_CONFIG_FILES([
        Makefile
@@ -66,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
@@ -113,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
@@ -147,6 +150,7 @@ 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/devname2devid/Makefile
@@ -168,7 +172,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
@@ -216,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
@@ -224,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
@@ -234,7 +239,9 @@ 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
        tests/zfs-tests/tests/functional/features/large_dnode/Makefile
        tests/zfs-tests/tests/functional/features/Makefile
@@ -246,8 +253,10 @@ AC_CONFIG_FILES([
        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