Use autoreconf in %build instead of plain autoconf

This way, when stuff is fixed in automake, the source tarball does not need
to be re-generated in upstream to use the fix.

Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1893652
This commit is contained in:
Miro Hrončok 2020-11-05 15:56:50 +01:00
parent 4eeb8e1577
commit 0cacf21d88

View File

@ -295,7 +295,7 @@ data over ftp/scp...
%autosetup -S git
%build
autoconf
autoreconf
%configure \
%if %{without bugzilla}