mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-10 20:36:21 +03:00
Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #18077
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
dnl # SPDX-License-Identifier: CDDL-1.0
|
|
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)
|
|
])
|