2 # Copyright (c) 2013-2016 The Bitcoin Core developers
3 # Distributed under the MIT software license, see the accompanying
4 # file COPYING or http://www.opensource.org/licenses/mit-license.php.
9 if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE
="`which glibtoolize 2>/dev/null`"; then
10 LIBTOOLIZE
="${GLIBTOOLIZE}"
13 which autoreconf
>/dev
/null || \
14 (echo "configuration failed, please install autoconf first" && exit 1)
15 autoreconf
--install --force --warnings=all