xref: /freebsd/sys/contrib/openzfs/config/mount-helper.m4 (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
1AC_DEFUN([ZFS_AC_CONFIG_USER_MOUNT_HELPER], [
2	AC_ARG_WITH(mounthelperdir,
3		AS_HELP_STRING([--with-mounthelperdir=DIR],
4		[install mount.zfs in dir [[/sbin]]]),
5		mounthelperdir=$withval,mounthelperdir=/sbin)
6
7	AC_SUBST(mounthelperdir)
8])
9