commit ca22469f2be290fbe283ec6218a5c484fad57532
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Mon Aug 8 14:39:02 2016 +0200
Reintroduce autoreconf
lives.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/lives.spec b/lives.spec
index 8e583ae..3112a8d 100644
--- a/lives.spec
+++ b/lives.spec
@@ -45,7 +45,7 @@ BuildRequires: libappstream-glib
BuildRequires: gcc-c++
# Packages for re-configuration
-#BuildRequires: autoconf, automake, libtool
+BuildRequires: autoconf, automake, libtool
Requires: mplayer
Requires: mencoder
@@ -83,6 +83,9 @@ chmod a-x $i
done
%build
+%if 0%{?fedora} > 23
+autoreconf -ivf
+%endif
%configure --disable-silent-rules --enable-shared --enable-static \
--enable-largefile --enable-threads --disable-rpath --enable-profiling \
--enable-doxygen --disable-projectM --disable-libvisual
Show replies by date