aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-06-06 10:23:34 -0400
committerCory Fields <cory-nospam-@coryfields.com>2014-07-01 12:27:15 -0400
commitb150b09edcd3b6b7ca5f26ca6ebee92bbad97089 (patch)
tree4af877e14b14cab3d45f6736adf0fc5a285edaf2 /autogen.sh
parentf04f1234078288d4806aaab0952d60f137337e81 (diff)
downloadbitcoin-b150b09edcd3b6b7ca5f26ca6ebee92bbad97089.tar.xz
secp256k1: add libtool as a dependency
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 5b883a6a4c..50b85bcba0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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