Use autoreconf before doing build
automake < 1.16 is not available on rawhide, so do autoreconf before doing a build.
This commit is contained in:
parent
10ca0aa9d9
commit
33325c0b7f
@ -26,7 +26,7 @@ BuildRequires: tcllib
|
||||
%endif
|
||||
# Needed for rfkill patch as it modifies Makefile.am
|
||||
# It should be removed while rebasing to bash-completion-2.8
|
||||
BuildRequires: automake < 1.16
|
||||
BuildRequires: automake
|
||||
Requires: bash >= 4.1
|
||||
|
||||
%description
|
||||
@ -39,7 +39,7 @@ of the programmable completion feature of bash.
|
||||
%build
|
||||
# Needed for rfkill patch as it modifies Makefile.am
|
||||
# It should be removed while rebasing to bash-completion-2.8
|
||||
aclocal
|
||||
autoreconf -fi -v
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user