]> Git Repo - VerusCoin.git/blame - autogen.sh
Testnet fixes
[VerusCoin.git] / autogen.sh
CommitLineData
f80b723c 1#!/bin/sh
8c07c355
LD
2# Copyright (c) 2016-2019 The Zcash developers
3# Copyright (c) 2013-2019 The Bitcoin Core developers
4# Copyright (c) 2013-2019 Bitcoin Developers
5# Distributed under the MIT software license, see the accompanying
bc909a7a 6# file COPYING or https://www.opensource.org/licenses/mit-license.php .
8c07c355 7
97d285ab 8set -e
19b9adda
JT
9srcdir="$(dirname $0)"
10cd "$srcdir"
b150b09e 11if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
b77b4eda
LD
12 LIBTOOLIZE="${GLIBTOOLIZE}"
13 export LIBTOOLIZE
b150b09e 14fi
e5438111 15autoreconf --install --force --warnings=all
This page took 0.17047 seconds and 4 git commands to generate.