# $Id: bootstrap 44597 2016-02-01 17:32:57Z cgielen $
# $URL: https://svn.uvt.nl/its-id/trunk/sources/beef/bootstrap $

# Debian automake package installs as automake-version.  Use this
# to make sure the right automake is being used.
# if not installed, use: apt-get install automake1.14
autoreconf --install
aclocal-1.14 \
    && automake-1.14 --add-missing --verbose --gnu \
    && autoconf

