diff options
author | Oliver Smith <44496293+osmith42@users.noreply.github.com> | 2018-12-04 16:05:15 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-12-04 22:45:14 +0100 |
commit | 73da50222cdf90f8b26f6d6f3dfef27e8fb6cb62 (patch) | |
tree | d4222a527c0ae685b851cc84f5000b49d7d27e88 /man | |
parent | 38397c8ce044fdc0138c9919168a856c0e16f720 (diff) | |
download | systemd-73da50222cdf90f8b26f6d6f3dfef27e8fb6cb62.tar.gz systemd-73da50222cdf90f8b26f6d6f3dfef27e8fb6cb62.tar.bz2 systemd-73da50222cdf90f8b26f6d6f3dfef27e8fb6cb62.zip |
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
Diffstat (limited to 'man')
-rw-r--r-- | man/daemon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/daemon.xml b/man/daemon.xml index 36c7c09db1..7724bb4e08 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -593,7 +593,7 @@ AM_CONDITIONAL([HAVE_SYSTEMD], [test "x$with_systemdsystemunitdir" != "xno"])</p <citerefentry project='die-net'><refentrytitle>automake</refentrytitle><manvolnum>1</manvolnum></citerefentry>-based projects:</para> - <programlisting>DISTCHECK_CONFIGURE_FLAGS = \ + <programlisting>AM_DISTCHECK_CONFIGURE_FLAGS = \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)</programlisting> <para>Finally, unit files should be installed in the system with an automake excerpt like the following:</para> |