aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-12-04 15:41:40 +0100
committerOliver Smith <osmith@sysmocom.de>2018-12-04 15:41:40 +0100
commit4adc4eb8d00c65156b6d35352797a9975270d23e (patch)
treed080ead340f0aab8b615e1470ac4706bb6efadb3 /Makefile.am
parent41c68aa41cd21a0298eeea1dfbf935e1e4106d13 (diff)
Fix DISTCHECK_CONFIGURE_FLAGS override
Set AM_DISTCHECK_CONFIGURE_FLAGS in Makefile.am instead of DISTCHECK_CONFIGURE_FLAGS. This is the recommended way from the automake manual, as otherwise the flag can't be changed by the user anymore. Related: OS#3718 Change-Id: I725026cd2dda333085a263c503058aac4305197d
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 38cd88d..79c4e06 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,7 @@ EXTRA_DIST = \
COPYING \
README
-DISTCHECK_CONFIGURE_FLAGS = \
+AM_DISTCHECK_CONFIGURE_FLAGS = \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
.PHONY: release