mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
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
This commit is contained in:
parent
38397c8ce0
commit
73da50222c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user