Rebuild configure as autoconf version changes affect generated scripts

This commit is contained in:
Alexander Bokovoy 2018-05-02 12:07:17 +03:00
parent 6c4a1decac
commit 00f4635acb

View File

@ -975,6 +975,8 @@ find \
-exec sed -i -e '1 s|^#!.*\bpython[^ ]*|#!%{__python2}|' {} \;
%endif # ! with_python3
autoconf --force
%configure --with-vendor-suffix=-%{release} \
%{enable_server_option} \
%{with_ipatests_option} \
@ -986,6 +988,7 @@ find \
%if 0%{?with_python3}
export PYTHON=%{__python3}
pushd %{_builddir}/freeipa-%{version}-python3
autoconf --force
%configure --with-vendor-suffix=-%{release} \
%{enable_server_option} \
%{with_ipatests_option} \