1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-06 13:17:44 +03:00

pkg.m4 macro needs brackets

See documentation at: https://manpages.debian.org/testing/pkgconf/pkg.m4.7.en.html

Without this the macro was not always correctly resolved so the correct command was not used in the rest of the snippet.

(cherry picked from commit c91d636fad)
(cherry picked from commit 01841ae829)
This commit is contained in:
Michael Vasseur 2023-08-24 21:47:05 +02:00 committed by Luca Boccassi
parent 41a3e30b12
commit 1ab8d21988

View File

@ -553,7 +553,7 @@
unit installation path during source
configuration:</para>
<programlisting>PKG_PROG_PKG_CONFIG
<programlisting>PKG_PROG_PKG_CONFIG()
AC_ARG_WITH([systemdsystemunitdir],
[AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files])],,
[with_systemdsystemunitdir=auto])