summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-03 12:53:56 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-03 14:12:06 -0800
commit25041be08c8b5729ce2d6f2b0a07a5c7fab65132 (patch)
tree0180d174ff38fb450e125ab5099487e9dec90728 /scripts
parent3368b89336b07b93f036ace72c961d6206dd0b03 (diff)
downloadsubsurface-25041be08c8b5729ce2d6f2b0a07a5c7fab65132.tar.gz
libdc: update the MXE build script for submodule
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/windows/before_install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/windows/before_install.sh b/scripts/windows/before_install.sh
index 7eef67d17..16a75e139 100644
--- a/scripts/windows/before_install.sh
+++ b/scripts/windows/before_install.sh
@@ -40,6 +40,9 @@ CURRENT_LIBGIT2="v0.26.0"
echo "Get libdivecomputer"
cd ${TRAVIS_BUILD_DIR}
git submodule update --recursive
+cd libdivecomputer
+autoreconf --install
+autoreconf --install
echo "Get libusb"
cd ${TRAVIS_BUILD_DIR}/..