summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-09-16 14:31:10 +0100
committerColin Watson <cjwatson@debian.org>2014-09-16 14:31:10 +0100
commit8a9666e35670da998792b4c7039013b9477ff604 (patch)
tree72c81c9c6e273ba641922258f77d910c457b0458 /Makefile.in
parent9f3702f0a8fa96653b53d64c9d076b24b3363e40 (diff)
Fix distcheck following addition of systemd tmpfiles snippet
* Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Add --with-systemdtmpfilesdir=\$${prefix}/lib/tmpfiles.d.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ee65c4f0..e66c2459 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1397,6 +1397,12 @@ EXTRA_DIST = .gitignore ChangeLog-2013 autogen.sh \
gnulib/m4/printf-posix.m4 gnulib/m4/uintmax_t.m4 \
gnulib/m4/visibility.m4
+# The default for systemdtmpfilesdir is intentionally not prefix-sensitive,
+# but we need to adjust it in order for distcheck to pass.
+AM_DISTCHECK_CONFIGURE_FLAGS = \
+ --with-systemdtmpfilesdir=\$${prefix}/lib/tmpfiles.d
+
+
# We deliberately leave the configuration file in place on uninstall, since
# it may contain local customisations.
distuninstallcheck_listfiles = \