aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/autogen.sh
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2015-10-01 10:37:19 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2015-10-01 10:37:19 +0200
commit6e16a41313dbc25d88def143cf1e0a964e36c7c0 (patch)
tree46da94414e5fa2e58ad15dda39152376afbad81e /src/univalue/autogen.sh
parent0917306fdf39b12556b95fe91be2e7b44d34bb9f (diff)
parent2f9f082b5ef3c495c70598ef23383effef675f9a (diff)
downloadbitcoin-6e16a41313dbc25d88def143cf1e0a964e36c7c0.tar.xz
Merge commit '2f9f082b5ef3c495c70598ef23383effef675f9a' as 'src/univalue'
Diffstat (limited to 'src/univalue/autogen.sh')
-rwxr-xr-xsrc/univalue/autogen.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/univalue/autogen.sh b/src/univalue/autogen.sh
new file mode 100755
index 0000000000..4b38721faa
--- /dev/null
+++ b/src/univalue/autogen.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+srcdir="$(dirname $0)"
+cd "$srcdir"
+if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
+ LIBTOOLIZE="${GLIBTOOLIZE}"
+ export LIBTOOLIZE
+fi
+autoreconf --install --force