Force generation of aclocal.m4 and configuration scripts
This commit is contained in:
parent
480173e259
commit
d73b97aca6
@ -973,6 +973,8 @@ find \
|
|||||||
-type f -exec grep -qsm1 '^#!.*\bpython' {} \; \
|
-type f -exec grep -qsm1 '^#!.*\bpython' {} \; \
|
||||||
-exec sed -i -e '1 s|^#!.*\bpython[^ ]*|#!%{__python2}|' {} \;
|
-exec sed -i -e '1 s|^#!.*\bpython[^ ]*|#!%{__python2}|' {} \;
|
||||||
|
|
||||||
|
aclocal --force
|
||||||
|
autoconf --force
|
||||||
%configure --with-vendor-suffix=-%{release} \
|
%configure --with-vendor-suffix=-%{release} \
|
||||||
%{enable_server_option} \
|
%{enable_server_option} \
|
||||||
%{with_ipatests_option} \
|
%{with_ipatests_option} \
|
||||||
@ -982,6 +984,8 @@ popd
|
|||||||
|
|
||||||
export PYTHON=%{__python3}
|
export PYTHON=%{__python3}
|
||||||
pushd %{_builddir}/freeipa-%{version}-python3
|
pushd %{_builddir}/freeipa-%{version}-python3
|
||||||
|
aclocal --force
|
||||||
|
autoconf --force
|
||||||
%configure --with-vendor-suffix=-%{release} \
|
%configure --with-vendor-suffix=-%{release} \
|
||||||
%{enable_server_option} \
|
%{enable_server_option} \
|
||||||
%{with_ipatests_option} \
|
%{with_ipatests_option} \
|
||||||
|
Loading…
Reference in New Issue
Block a user