From a3796928fec7d3243e10457860845d928626a6e0 Mon Sep 17 00:00:00 2001
From: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Date: Sun, 26 Apr 2015 14:01:25 -0300
Subject: [PATCH 3/4] Always reconfigure libdivecomputer

After doing a make clean / make confclean the makefiles
where erased, and running the configure script again didn`t
created the makefile.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
---
 scripts/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build.sh b/scripts/build.sh
index d828858..812afd7 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -71,8 +71,8 @@ cd libdivecomputer
 git checkout Subsurface-4.4
 if [ ! -f configure ] ; then
 	autoreconf --install
-	./configure --prefix=$INSTALL_ROOT
 fi
+./configure --prefix=$INSTALL_ROOT
 make -j4
 make install
 
-- 
2.3.2 (Apple Git-55)

