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