#!/bin/sh

set -e

autoreconf --install --verbose

printf '%s\n' "You are now ready to run './configure'"
