Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue'

This commit is contained in:
Jack Grigg
2017-02-10 02:18:46 +00:00
75 changed files with 2340 additions and 0 deletions

9
src/univalue/autogen.sh Executable file
View File

@@ -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