aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBrian Behlendorf <behlendorf1@llnl.gov>2016-10-24 20:28:58 +0000
committerGitHub <noreply@github.com>2016-10-24 20:28:58 +0000
commit13d9a004fe533df8613888687650b1b0e272b67d (patch)
treeaaf12080a8ab4083e61fa78b35181853bd8c90b7 /config
parent1bbd8770490f0e5b8c575865ab70f6853bca2a2a (diff)
downloadsrc-13d9a004fe533df8613888687650b1b0e272b67d.tar.gz
src-13d9a004fe533df8613888687650b1b0e272b67d.zip
Diffstat (limited to 'config')
-rw-r--r--config/user-commands.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config/user-commands.m4 b/config/user-commands.m4
index 6e9c3d10383a..d53bec4ff932 100644
--- a/config/user-commands.m4
+++ b/config/user-commands.m4
@@ -89,6 +89,7 @@ AC_DEFUN([ZFS_AC_CONFIG_USER_COMMANDS_COMMON], [
AC_PATH_TOOL(USERADD, useradd, "/usr/sbin/useradd")
AC_PATH_TOOL(USERDEL, userdel, "/usr/sbin/userdel")
AC_PATH_TOOL(USERMOD, usermod, "/usr/sbin/usermod")
+ AC_PATH_TOOL(UUIDGEN, uuidgen, "")
AC_PATH_TOOL(WAIT, wait, "wait") dnl # Builtin in bash
AC_PATH_TOOL(WC, wc, "")
])