mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
|
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)
|
||
|
])
|