#! /bin/sh if autoheader && autoconf; then rm -rf autom4te.cache echo "Now run ./configure" fi