summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2012-12-17 11:45:41 -0500
committerJeff Layton <jlayton@samba.org>2012-12-20 07:16:36 -0500
commitbb27a52810198b61f37e0efd05047b8a5ea981a7 (patch)
tree279aeba75aa52f73f573fe103b59ef698a5b3af1 /configure.ac
parente5f0246b3085a5679253041aaabbbe6881e473ab (diff)
downloadcifs-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.ac1
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