#!/bin/sh
set -e

printf "Running autoconf...\n"
autoconf -Wall --force

printf "Done. You may now run:\n    ./configure\n"