]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - zfs/config/mount-helper.m4
UBUNTU: SAUCE: (noup) Update spl to 0.6.5.9-1, zfs to 0.6.5.9-2
[mirror_ubuntu-artful-kernel.git] / zfs / config / mount-helper.m4
CommitLineData
87d546d8
TG
1AC_DEFUN([ZFS_AC_CONFIG_USER_MOUNT_HELPER], [
2 AC_ARG_WITH(mounthelperdir,
3 AC_HELP_STRING([--with-mounthelperdir=DIR],
4 [install mount.zfs in dir [[/sbin]]]),
5 mounthelperdir=$withval,mounthelperdir=/sbin)
6
7 AC_SUBST(mounthelperdir)
8])