[depends] ccache 3.3.1
[bitcoinplatinum.git] / autogen.sh
blob46e36ff5b216c5e42c56c133ca84c52a57d19b50
1 #!/bin/sh
2 set -e
3 srcdir="$(dirname $0)"
4 cd "$srcdir"
5 if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
6 LIBTOOLIZE="${GLIBTOOLIZE}"
7 export LIBTOOLIZE
8 fi
9 which autoreconf >/dev/null || \
10 (echo "configuration failed, please install autoconf first" && exit 1)
11 autoreconf --install --force --warnings=all