From 5630996237aacffd5feae400a81d91c724529031 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 10 Jan 2014 08:21:51 +0100 Subject: [PATCH] do not run autoconf unless needed --- libreoffice.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libreoffice.spec b/libreoffice.spec index eb9c9d6..e54a18d 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -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 \