summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2010-12-09 09:37:52 -0500
committerJeff Layton <jlayton@samba.org>2010-12-09 09:37:52 -0500
commit68691e68937ab9dc7f2d570da7e38659f25d41c1 (patch)
treee93b2de6362bc840e28fa6d4da2c817ea764a7ad /configure.ac
parent0f588214bc07682b522ac14814b4d97a9b6455d4 (diff)
downloadcifs-utils-68691e68937ab9dc7f2d570da7e38659f25d41c1.tar.gz
cifs-utils-68691e68937ab9dc7f2d570da7e38659f25d41c1.tar.bz2
cifs-utils-68691e68937ab9dc7f2d570da7e38659f25d41c1.zip
cifs-utils: rewrite hardcoded paths in manpages
Currently the manpages (particularly cifs.upcall.8) have hardcoded paths in them that need to be manually adjusted. Replace those paths with @sbindir@ and add a makefile target that will use sed to replace those paths with the ones set by autoconf. 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 a04596c..093b48d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,7 @@ AC_ARG_ENABLE(cifscreds,
# Checks for programs.
AC_PROG_CC
+AC_PROG_SED
AC_GNU_SOURCE
# Checks for header files.