diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2015-10-01 10:37:19 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2015-10-01 10:37:19 +0200 |
commit | 6e16a41313dbc25d88def143cf1e0a964e36c7c0 (patch) | |
tree | 46da94414e5fa2e58ad15dda39152376afbad81e /src/univalue/autogen.sh | |
parent | 0917306fdf39b12556b95fe91be2e7b44d34bb9f (diff) | |
parent | 2f9f082b5ef3c495c70598ef23383effef675f9a (diff) |
Merge commit '2f9f082b5ef3c495c70598ef23383effef675f9a' as 'src/univalue'
Diffstat (limited to 'src/univalue/autogen.sh')
-rwxr-xr-x | src/univalue/autogen.sh | 9 |
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 |