#!/bin/sh echo "Running aclocal..." aclocal -I . || exit 1 echo "Running autoheader..." autoheader || exit 1 echo "Running autoconf..." autoconf -f || exit 1