From: Oliver Smith <44496293+osmith42@users.noreply.github.com> Date: Tue, 4 Dec 2018 15:05:15 +0000 (+0100) Subject: man/daemon.xml: use AM_DISTCHECK_CONFIGURE_FLAGS X-Git-Tag: v240~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73da50222cdf90f8b26f6d6f3dfef27e8fb6cb62;p=thirdparty%2Fsystemd.git 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 --- 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"])