]> git.proxmox.com Git - mirror_zfs.git/blob - config/user.m4
69d103c1058ad3d54e8bd571ebc29f92a63056c7
[mirror_zfs.git] / config / user.m4
1 dnl #
2 dnl # Default ZFS user configuration
3 dnl #
4 AC_DEFUN([ZFS_AC_CONFIG_USER], [
5 ZFS_AC_CONFIG_USER_MOUNT_HELPER
6 ZFS_AC_CONFIG_USER_UDEV
7 ZFS_AC_CONFIG_USER_SYSTEMD
8 ZFS_AC_CONFIG_USER_SYSVINIT
9 ZFS_AC_CONFIG_USER_DRACUT
10 ZFS_AC_CONFIG_USER_ARCH
11 ZFS_AC_CONFIG_USER_ZLIB
12 ZFS_AC_CONFIG_USER_LIBUUID
13 ZFS_AC_CONFIG_USER_LIBBLKID
14 ZFS_AC_CONFIG_USER_LIBATTR
15 ZFS_AC_CONFIG_USER_FRAME_LARGER_THAN
16 ZFS_AC_CONFIG_USER_RUNSTATEDIR
17
18 ZFS_AC_CONFIG_USER_COMMANDS
19 ZFS_AC_TEST_FRAMEWORK
20
21 AC_CHECK_FUNCS([mlockall])
22 ])
23
24 dnl #
25 dnl # Setup the environment for the ZFS Test Suite. Currently only
26 dnl # Linux sytle systems are supported but this infrastructure can
27 dnl # be extended to support other platforms if needed.
28 dnl #
29 AC_DEFUN([ZFS_AC_TEST_FRAMEWORK], [
30 ZONENAME="echo global"
31 AC_SUBST(ZONENAME)
32
33 AC_SUBST(RM)
34 ])