]> granicus.if.org Git - zfs/blob - config/user.m4
Fix typos in config/
[zfs] / 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_GETTEXT
6         ZFS_AC_CONFIG_USER_MOUNT_HELPER
7         ZFS_AC_CONFIG_USER_UDEV
8         ZFS_AC_CONFIG_USER_SYSTEMD
9         ZFS_AC_CONFIG_USER_SYSVINIT
10         ZFS_AC_CONFIG_USER_DRACUT
11         ZFS_AC_CONFIG_USER_ZLIB
12         ZFS_AC_CONFIG_USER_LIBUUID
13         ZFS_AC_CONFIG_USER_LIBTIRPC
14         ZFS_AC_CONFIG_USER_LIBBLKID
15         ZFS_AC_CONFIG_USER_LIBUDEV
16         ZFS_AC_CONFIG_USER_LIBSSL
17         ZFS_AC_CONFIG_USER_LIBAIO
18         ZFS_AC_CONFIG_USER_RUNSTATEDIR
19         ZFS_AC_CONFIG_USER_MAKEDEV_IN_SYSMACROS
20         ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV
21         ZFS_AC_CONFIG_USER_ZFSEXEC
22
23         ZFS_AC_TEST_FRAMEWORK
24
25         AC_CHECK_FUNCS([mlockall strlcat strlcpy])
26 ])
27
28 dnl #
29 dnl # Setup the environment for the ZFS Test Suite.  Currently only
30 dnl # Linux style systems are supported but this infrastructure can
31 dnl # be extended to support other platforms if needed.
32 dnl #
33 AC_DEFUN([ZFS_AC_TEST_FRAMEWORK], [
34         ZONENAME="echo global"
35         AC_SUBST(ZONENAME)
36
37         AC_SUBST(RM)
38 ])