aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/config/mount-helper.m4
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/openzfs/config/mount-helper.m4')
-rw-r--r--sys/contrib/openzfs/config/mount-helper.m48
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/contrib/openzfs/config/mount-helper.m4 b/sys/contrib/openzfs/config/mount-helper.m4
new file mode 100644
index 000000000000..0a6c7670840b
--- /dev/null
+++ b/sys/contrib/openzfs/config/mount-helper.m4
@@ -0,0 +1,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=/sbin)
+
+ AC_SUBST(mounthelperdir)
+])