build: Make log-directory configurable indepently of VARDIR
authorMathieu PARENT <math.parent@gmail.com>
Tue, 3 Feb 2009 23:15:57 +0000 (00:15 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 3 Feb 2009 23:19:22 +0000 (00:19 +0100)
commitb0c6854d1e886456fabdc8f1c3bd21c89311c601
tree9398640f5cd99a4b03202c1cea367c08034f95c9
parentdbd90f6210617b23d5695c4c868392363c75d23b
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>
Makefile.in
configure.ac
server/ctdbd.c