Disable systemd support for "make distcheck"
"make distcheck" sets prefix to a user-owned directory, compiles code and runs "make install". That fails if systemd files need to be installed, as their location if not relative to the prefix.
This commit is contained in:
parent
12cd2f6a1d
commit
4d4289d93c
@ -1,4 +1,5 @@
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
AM_DISTCHECK_CONFIGURE_FLAGS = --without-systemdsystemunitdir
|
||||
|
||||
EXTRA_DIST = bootstrap COPYING design.txt faq-compile.txt faq-general.txt file-loc.txt install.txt prog_std.txt readme.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user