repo.or.cz
/
zfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix memory leak in zfs_setprocinit code
[zfs.git]
/
config
/
mount-helper.m4
blob
e559b9ab2734e48243912c835095baecf32a31fa
1
AC_DEFUN([ZFS_AC_CONFIG_USER_MOUNT_HELPER], [
2
AC_ARG_WITH(mounthelperdir,
3
AS_HELP_STRING([--with-mounthelperdir=DIR],
4
[install mount.zfs in dir [[/sbin]]]),
5
mounthelperdir=$withval,mounthelperdir=/sbin)
6
7
AC_SUBST(mounthelperdir)
8
])