From de81c34c0f6018d69fd288f28eb783714e400ae0 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 27 Aug 2018 12:01:18 -0400 Subject: [PATCH] Quote reference to configure macro RPM expands macros in spec file comments. Yes, it's an insane format. It took me a while to understand why we were running `configure` twice. --- rpm-ostree.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm-ostree.spec b/rpm-ostree.spec index 8e014ea..d0f8e4c 100644 --- a/rpm-ostree.spec +++ b/rpm-ostree.spec @@ -124,7 +124,7 @@ The %{name}-devel package includes the header files for %{name}-libs. %build %{?rusttoolset} env NOCONFIGURE=1 ./autogen.sh -# Override the invocation of ./configure, since %configure is multi-line, we +# Override the invocation of ./configure, since %%configure is multi-line, we # can't just prefix it with scl enable. %define _configure %{?rusttoolset} ./configure %configure --disable-silent-rules --enable-gtk-doc \