]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/Make.common.in
Change key directory to /etc/bacula/pubkeys
[bacula/bacula] / bacula / autoconf / Make.common.in
index 840eb5a17a134cf04b6113937e1c25ab27024eda..f8b6daa6c7a7c786d12fde228931969a94f8f4e0 100644 (file)
@@ -23,9 +23,11 @@ manprefix =
 sbindir = @sbindir@
 sysconfdir = @sysconfdir@
 scriptdir = @scriptdir@
-mandir = @mandir@/man8
+mandir = @mandir@
 manext = 8
 
+NO_ECHO = @
+
 # Tools & program stuff
 CC = @CC@
 CPP = @CPP@
@@ -41,6 +43,7 @@ CMP = @CMP@
 TBL = @TBL@
 AR = @AR@
 RANLIB = @RANLIB@
+MKDIR = @BUILD_DIR@/autoconf/mkinstalldirs
 INSTALL = @INSTALL@
 # add the -s to the following in PRODUCTION mode
 INSTALL_PROGRAM = @INSTALL@ -m @SBINPERM@