mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-28 07:48:36 +02:00
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