1
0
mirror of https://git.proxmox.com/git/mirror_zfs.git synced 2025-01-15 04:30:33 +03:00
mirror_zfs/config/mount-helper.m4

9 lines
240 B
Plaintext
Raw Normal View History

AC_DEFUN([ZFS_AC_CONFIG_USER_MOUNT_HELPER], [
AC_ARG_WITH(mounthelperdir,
AS_HELP_STRING([--with-mounthelperdir=DIR],
[install mount.zfs in dir [[/sbin]]]),
mounthelperdir=$withval,mounthelperdir=/sbin)
AC_SUBST(mounthelperdir)
])