From c563197778d25a9d0b7b49865dfa3ca31bf3f15e Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 4 Dec 2018 15:39:31 +0100 Subject: 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: Ib3f443e07f51df352357c5a90792bd946efcdf27 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7d09259..a3f76ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ pkgconfig_DATA = libosmo-sccp.pc libosmo-mtp.pc libosmo-sigtran.pc libosmo-xua.p EXTRA_DIST = .version git-version-gen osmoappdesc.py doc/examples/osmo-stp.cfg -DISTCHECK_CONFIGURE_FLAGS = \ +AM_DISTCHECK_CONFIGURE_FLAGS = \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) @RELMAKE@ -- cgit v1.2.3