1 2 3 4 5 6 7
#!/bin/sh (autoheader && autoconf) || exit 1 echo "Now run ./configure and then make." exit 0