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