Add UpdatedBlockTip signal to CMainSignals and CValidationInterface
[bitcoinplatinum.git] / autogen.sh
blob3e26a183059c059277632e0cca9d11c3b1836f31
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 autoreconf --install --force --warnings=all