Use autoconf -fis

This commit is contained in:
Daniel Berteaud 2021-08-16 11:30:02 +02:00
parent 7e5999d5d3
commit f39429524d
1 changed files with 2 additions and 4 deletions

View File

@ -21,12 +21,10 @@ of scanned pages before performing optical character recognition
(OCR). (OCR).
%prep %prep
%setup -n %setup -q
%build %build
aclocal autoconf -fis
automake --add-missing
autoconf
%configure --prefix=%{_prefix} %configure --prefix=%{_prefix}
%{__make} %{__make}