secp256k1: add libtool as a dependency

This commit is contained in:
Cory Fields
2014-06-06 10:23:34 -04:00
parent f04f123407
commit b150b09edc
5 changed files with 8 additions and 2 deletions

View File

@@ -2,4 +2,7 @@
set -e
srcdir="$(dirname $0)"
cd "$srcdir"
if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
export LIBTOOLIZE="${GLIBTOOLIZE}"
fi
autoreconf --install --force