diff options
author | Jeff Layton <jlayton@samba.org> | 2012-12-17 11:45:41 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2012-12-20 07:16:36 -0500 |
commit | bb27a52810198b61f37e0efd05047b8a5ea981a7 (patch) | |
tree | 279aeba75aa52f73f573fe103b59ef698a5b3af1 /configure.ac | |
parent | e5f0246b3085a5679253041aaabbbe6881e473ab (diff) | |
download | cifs-utils-bb27a52810198b61f37e0efd05047b8a5ea981a7.tar.gz cifs-utils-bb27a52810198b61f37e0efd05047b8a5ea981a7.tar.bz2 cifs-utils-bb27a52810198b61f37e0efd05047b8a5ea981a7.zip |
cifs-utils: add a manpage for idmapwb
...and clean up references to winbind in various tool manpages.
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 209bff2..0653f16 100644 --- a/configure.ac +++ b/configure.ac @@ -59,6 +59,7 @@ AC_ARG_WITH(idmap-plugin, pluginpath=$withval, pluginpath="/etc/cifs-utils/idmap-plugin") AC_DEFINE_UNQUOTED(IDMAP_PLUGIN_PATH, "$pluginpath", [Location of plugin that ID mapping infrastructure should use. (usually a symlink to real plugin)]) +AC_SUBST([pluginpath]) # check for ROOTSBINDIR environment var if test -z $ROOTSBINDIR; then |