build: do not use a absolute system path for service files during distcheck

Our systemd service files are installed into an absolute system path by default
which simply does not work when doing a distcheck. Set the path differently for
the distcheck options.
This commit is contained in:
Stefan Schmidt 2017-02-08 12:05:12 +01:00
parent 03cf41c02d
commit 355bba8276
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
AM_MAKEFLAGS = --no-print-directory
AM_DISTCHECK_CONFIGURE_FLAGS = \
--with-tests=regular \
--with-systemdunitdir=. \
--enable-always-build-examples
SUBDIRS = src data config doc