Add a "try" operation for range locks
[zfs.git] / config / user.m4
blobc09705bde4635d0b1a473ce56eba3b78dcce44a1
1 dnl #
2 dnl # Default ZFS user configuration
3 dnl #
4 AC_DEFUN([ZFS_AC_CONFIG_USER], [
5         ZFS_AC_CONFIG_USER_GETTEXT
6         ZFS_AC_CONFIG_USER_MOUNT_HELPER
7         ZFS_AC_CONFIG_USER_SYSVINIT
8         ZFS_AC_CONFIG_USER_DRACUT
9         ZFS_AC_CONFIG_USER_ZLIB
10         AM_COND_IF([BUILD_LINUX], [
11                 ZFS_AC_CONFIG_USER_UDEV
12                 ZFS_AC_CONFIG_USER_SYSTEMD
13                 ZFS_AC_CONFIG_USER_LIBUUID
14                 ZFS_AC_CONFIG_USER_LIBBLKID
15         ])
16         ZFS_AC_CONFIG_USER_LIBTIRPC
17         ZFS_AC_CONFIG_USER_LIBUDEV
18         ZFS_AC_CONFIG_USER_LIBSSL
19         ZFS_AC_CONFIG_USER_LIBAIO
20         ZFS_AC_CONFIG_USER_PAM
21         ZFS_AC_CONFIG_USER_RUNSTATEDIR
22         ZFS_AC_CONFIG_USER_MAKEDEV_IN_SYSMACROS
23         ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV
24         ZFS_AC_CONFIG_USER_ZFSEXEC
25         ZFS_AC_TEST_FRAMEWORK
27         AC_CHECK_FUNCS([issetugid mlockall strlcat strlcpy])
30 dnl #
31 dnl # Setup the environment for the ZFS Test Suite.  Currently only
32 dnl # Linux style systems are supported but this infrastructure can
33 dnl # be extended to support other platforms if needed.
34 dnl #
35 AC_DEFUN([ZFS_AC_TEST_FRAMEWORK], [
36         ZONENAME="echo global"
37         AC_SUBST(ZONENAME)
39         AC_SUBST(RM)