From c91d636fadc07169641e8a96a2c60083a15e0f77 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Thu, 24 Aug 2023 21:47:05 +0200 Subject: [PATCH] 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. --- man/daemon.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/daemon.xml b/man/daemon.xml index db95d2f75b..f2b3f6fa29 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -553,7 +553,7 @@ unit installation path during source configuration: - PKG_PROG_PKG_CONFIG + PKG_PROG_PKG_CONFIG() AC_ARG_WITH([systemdsystemunitdir], [AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files])],, [with_systemdsystemunitdir=auto]) -- 2.25.1