xref: /freebsd/sys/contrib/openzfs/config/mount-helper.m4 (revision 35c87c070a2d04f06c56578b0a4b2e9c13f62be5)
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