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
6 # file COPYING or https://www.opensource.org/licenses/mit-license.php .
11 if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
12 LIBTOOLIZE="${GLIBTOOLIZE}"
15 autoreconf --install --force --warnings=all