From 73da50222cdf90f8b26f6d6f3dfef27e8fb6cb62 Mon Sep 17 00:00:00 2001 From: Oliver Smith <44496293+osmith42@users.noreply.github.com> Date: Tue, 4 Dec 2018 16:05:15 +0100 Subject: [PATCH] man/daemon.xml: use AM_DISTCHECK_CONFIGURE_FLAGS Change the man page to recommend setting AM_DISTCHECK_CONFIGURE_FLAGS instead of DISTCHECK_CONFIGURE_FLAGS. This is the recommended way from the automake manual, as otherwise the flag can't be overridden by the user with something like: DISTCHECK_CONFIGURE_FLAGS=--some-additional-flags make distcheck References: https://www.gnu.org/software/automake/manual/html_node/Checking-the-Distribution.html https://osmocom.org/issues/3718 --- man/daemon.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/daemon.xml b/man/daemon.xml index 36c7c09db18..7724bb4e08d 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -593,7 +593,7 @@ AM_CONDITIONAL([HAVE_SYSTEMD], [test "x$with_systemdsystemunitdir" != "xno"])