anaconda: autoreconf before configure as configure.ac is modified and autogen.sh is not present anymore

This commit is contained in:
Frédéric Pierret (fepitre) 2018-10-20 12:07:59 +02:00 committed by Frédéric Pierret
parent 799adbc2f7
commit 1f93381780
No known key found for this signature in database
GPG Key ID: 1DABC232BE02201E

View File

@ -289,7 +289,7 @@ runtime on NFS/HTTP/FTP servers or local disks.
%autosetup -p1
%build
./autogen.sh
autoreconf -v --install .
%configure
%{__make} %{?_smp_mflags}