]> git.ipfire.org Git - thirdparty/systemd.git/commit
man/daemon.xml: use AM_DISTCHECK_CONFIGURE_FLAGS
authorOliver Smith <44496293+osmith42@users.noreply.github.com>
Tue, 4 Dec 2018 15:05:15 +0000 (16:05 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 4 Dec 2018 21:45:14 +0000 (22:45 +0100)
commit73da50222cdf90f8b26f6d6f3dfef27e8fb6cb62
treed4222a527c0ae685b851cc84f5000b49d7d27e88
parent38397c8ce044fdc0138c9919168a856c0e16f720
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