do not run autoconf unless needed

f41
David Tardon 11 years ago
parent b515936c2d
commit 5630996237

@ -1079,8 +1079,11 @@ export PYTHON_LIBS=`python-config --libs python`
%endif %endif
%endif %endif
%if 0%{?rhel} && 0%{?rhel} < 7
aclocal -I m4 aclocal -I m4
autoconf autoconf
%endif
# avoid running autogen.sh on make # avoid running autogen.sh on make
touch autogen.lastrun touch autogen.lastrun
%configure \ %configure \

Loading…
Cancel
Save