secp256k1: add libtool as a dependency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user