]> git.proxmox.com Git - mirror_zfs-debian.git/blame - config/user.m4
Merge branch 'add_breaks_replaces_zfs_initramfs' into 'master'
[mirror_zfs-debian.git] / config / user.m4
CommitLineData
c9c0d073
BB
1dnl #
2dnl # Default ZFS user configuration
3dnl #
4AC_DEFUN([ZFS_AC_CONFIG_USER], [
ea04106b 5 ZFS_AC_CONFIG_USER_MOUNT_HELPER
12d06bac 6 ZFS_AC_CONFIG_USER_UDEV
ea04106b
AX
7 ZFS_AC_CONFIG_USER_SYSTEMD
8 ZFS_AC_CONFIG_USER_SYSVINIT
ffb21118 9 ZFS_AC_CONFIG_USER_DRACUT
c9c0d073
BB
10 ZFS_AC_CONFIG_USER_ZLIB
11 ZFS_AC_CONFIG_USER_LIBUUID
cae5b340 12 ZFS_AC_CONFIG_USER_LIBTIRPC
c9c0d073 13 ZFS_AC_CONFIG_USER_LIBBLKID
cae5b340 14 ZFS_AC_CONFIG_USER_LIBUDEV
c9c0d073 15 ZFS_AC_CONFIG_USER_FRAME_LARGER_THAN
42f7b73b 16 ZFS_AC_CONFIG_USER_LIBAIO
ea04106b 17 ZFS_AC_CONFIG_USER_RUNSTATEDIR
cae5b340
AX
18 ZFS_AC_CONFIG_USER_MAKEDEV_IN_SYSMACROS
19 ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV
20 ZFS_AC_CONFIG_USER_NO_FORMAT_TRUNCATION
21
22 ZFS_AC_TEST_FRAMEWORK
23
ea04106b 24 AC_CHECK_FUNCS([mlockall])
c9c0d073 25])
cae5b340
AX
26
27dnl #
28dnl # Setup the environment for the ZFS Test Suite. Currently only
29dnl # Linux sytle systems are supported but this infrastructure can
30dnl # be extended to support other platforms if needed.
31dnl #
32AC_DEFUN([ZFS_AC_TEST_FRAMEWORK], [
33 ZONENAME="echo global"
34 AC_SUBST(ZONENAME)
35
36 AC_SUBST(RM)
37])