]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
pkg.m4 macro needs brackets
authorMichael Vasseur <14887731+vmcj@users.noreply.github.com>
Thu, 24 Aug 2023 19:47:05 +0000 (21:47 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 28 Aug 2023 09:07:26 +0000 (10:07 +0100)
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

index db95d2f75b52e1170cd69d4e204dc283723b4b4d..f2b3f6fa29dcc2deaf0b9723db3ce58a4efaaf37 100644 (file)
       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])