Always reconfigure libdivecomputer

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

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-04-26 14:01:25 -03:00 committed by Dirk Hohndel
parent 34c88f9a15
commit d7e08514f1

View file

@ -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