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:
parent
4eeb8e1577
commit
0cacf21d88
@ -295,7 +295,7 @@ data over ftp/scp...
|
|||||||
%autosetup -S git
|
%autosetup -S git
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoconf
|
autoreconf
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
%if %{without bugzilla}
|
%if %{without bugzilla}
|
||||||
|
Loading…
Reference in New Issue
Block a user