]> git.proxmox.com Git - mirror_zfs.git/blame - config/user.m4
Drop unnecessary srcdir paths
[mirror_zfs.git] / config / user.m4
CommitLineData
c9c0d073
BB
1dnl #
2dnl # Default ZFS user configuration
3dnl #
4AC_DEFUN([ZFS_AC_CONFIG_USER], [
e8864b1b 5 ZFS_AC_CONFIG_USER_GETTEXT
60e9f69c 6 ZFS_AC_CONFIG_USER_MOUNT_HELPER
881f45c6 7 ZFS_AC_CONFIG_USER_SYSVINIT
ffb21118 8 ZFS_AC_CONFIG_USER_DRACUT
c9c0d073 9 ZFS_AC_CONFIG_USER_ZLIB
9f0a21e6
MM
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 ])
1ab3678b 16 ZFS_AC_CONFIG_USER_LIBTIRPC
39fc0cb5 17 ZFS_AC_CONFIG_USER_LIBUDEV
4807c0ba 18 ZFS_AC_CONFIG_USER_LIBSSL
b2ab468d 19 ZFS_AC_CONFIG_USER_LIBAIO
07917db9 20 ZFS_AC_CONFIG_USER_RUNSTATEDIR
10cb2e0a
OF
21 ZFS_AC_CONFIG_USER_MAKEDEV_IN_SYSMACROS
22 ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV
39042f97 23 ZFS_AC_CONFIG_USER_ZFSEXEC
6bb24f4d
BB
24 ZFS_AC_TEST_FRAMEWORK
25
9f0a21e6 26 AC_CHECK_FUNCS([issetugid mlockall strlcat strlcpy])
c9c0d073 27])
6bb24f4d
BB
28
29dnl #
30dnl # Setup the environment for the ZFS Test Suite. Currently only
2b96f774 31dnl # Linux style systems are supported but this infrastructure can
6bb24f4d
BB
32dnl # be extended to support other platforms if needed.
33dnl #
34AC_DEFUN([ZFS_AC_TEST_FRAMEWORK], [
35 ZONENAME="echo global"
36 AC_SUBST(ZONENAME)
37
38 AC_SUBST(RM)
39])