aboutsummaryrefslogtreecommitdiffstats
path: root/config/mount-helper.m4
blob: ad494f1e57e85ac929c3b6ece68664ce059639a7 (plain)
1
2
3
4
5
6
7
8
AC_DEFUN([ZFS_AC_CONFIG_USER_MOUNT_HELPER], [
	AC_ARG_WITH(mounthelperdir,
		AC_HELP_STRING([--with-mounthelperdir=DIR],
		[install mount.zfs in dir [[/sbin]]]),
		mounthelperdir=$withval,mounthelperdir=$sbindir)

	AC_SUBST(mounthelperdir)
])