Move autoreconf call to %prep

Conflicts:
	pam.spec
This commit is contained in:
Tomas Mraz 2015-07-15 12:03:10 +02:00
parent cd9a4224fb
commit b05e999620
1 changed files with 1 additions and 1 deletions

View File

@ -148,9 +148,9 @@ cp %{SOURCE18} .
%patch42 -p1 -b .docfix
%patch43 -p1 -b .audit-user-mgmt
%patch44 -p1 -b .password-limit
autoreconf -i
%build
autoreconf -i
%configure \
--libdir=%{_pamlibdir} \
--includedir=%{_includedir}/security \