#!/bin/sh
export AUTOCONF_VERSION=2.69
export AUTOMAKE_VERSION=1.15
autoreconf -fi && echo "Bootstrapped successfully. Now run configure."
