From 939214470fc1d9d79293f0b9e292c26e46fe3102 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Tue, 24 May 2016 08:13:29 +0000
Subject: [PATCH] Removed aclocal.m4 from git repo

---
 build.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/build.sh b/build.sh
index 1a24bc2..2ac3b5a 100755
--- a/build.sh
+++ b/build.sh
@@ -5,6 +5,7 @@
 automake -ac
 autoconf
 ./configure
+make clean
 make
-make install
+sudo make install
 

--
Gitblit v1.9.3