From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Thu, 24 Aug 2023 19:47:05 +0000 (+0200) Subject: pkg.m4 macro needs brackets X-Git-Tag: v255-rc1~638 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c91d636fadc07169641e8a96a2c60083a15e0f77;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/daemon.xml b/man/daemon.xml index db95d2f75b5..f2b3f6fa29d 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])