do not run autoconf unless needed

This commit is contained in:
David Tardon 2014-01-10 08:21:51 +01:00
parent b515936c2d
commit 5630996237

View File

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