[arpage] Automake fixes

verdurin verdurin at fedoraproject.org
Sat Jun 7 08:22:19 UTC 2014


commit 4dc3e182cc19dc2911ffd24b442ec7504b5b8117
Author: Adam Huffman <verdurin at fedoraproject.org>
Date:   Sat Jun 7 09:22:05 2014 +0100

    Automake fixes

 arpage.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/arpage.spec b/arpage.spec
index 5b7719d..ac5860c 100644
--- a/arpage.spec
+++ b/arpage.spec
@@ -42,8 +42,8 @@ chmod 644 %{_builddir}/%{name}-%{version}/src/main.cc
 %build
 
 # Fix for aarch64 build
-automake --add-missing
-autoreconf
+#automake --add-missing
+autoreconf -i
 
 %configure
 make %{?_smp_mflags}


More information about the scm-commits mailing list