From 68691e68937ab9dc7f2d570da7e38659f25d41c1 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Thu, 9 Dec 2010 09:37:52 -0500 Subject: 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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. -- cgit v1.2.3