commit fbc61616fc5dd67322add0e4b63258cb89e34374
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Tue Aug 13 19:41:42 2019 +0200
Prepare Autotools
lives.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/lives.spec b/lives.spec
index 49a3cd8..90e7c7d 100644
--- a/lives.spec
+++ b/lives.spec
@@ -114,6 +114,9 @@ find . -type f -name "*.h" -exec chmod 0644 '{}' \;
find . -type f -name "*.txt" -exec chmod 0644 '{}' \;
find . -type f -name "*.c" -exec chmod 0644 '{}' \;
+# Prepare autotools
+./autogen.sh --verbose
+
%build
%configure --disable-silent-rules --enable-threads=posix --disable-rpath
--enable-profiling --enable-doxygen --disable-libvisual \
%if %{without SDL2_projectM}
Show replies by date