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.
This commit is contained in:
Colin Walters 2018-08-27 12:01:18 -04:00
parent 1f289f2410
commit de81c34c0f

View File

@ -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 \