build: Make log-directory configurable indepently of VARDIR
commitf0d585217e452052da59b68e6e59bfa2df5d3963
authorMathieu PARENT <math.parent@gmail.com>
Tue, 3 Feb 2009 23:15:57 +0000 (4 00:15 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 3 Feb 2009 23:19:22 +0000 (4 00:19 +0100)
tree2c52579582b149d866a6b048a3deece5da956b5a
parent62f27d0cb38184d82b2377b86f5e93135f614484
build: Make log-directory configurable indepently of VARDIR

This adds a new configure option "--with-logdir".
logdir defaults to "${localstatedir}/log" .
It is important to have logdir configurable for debian systems,
where localstatedir is set to "/var/lib" and not "/var".

Signed-off-by: Michael Adam <obnox@samba.org>
(This used to be ctdb commit b0c6854d1e886456fabdc8f1c3bd21c89311c601)
ctdb/Makefile.in
ctdb/configure.ac
ctdb/server/ctdbd.c