#!/bin/bash
echo
echo "  * Remember to run 'sh platform/unix/gen-makefile' if you've added/removed any files under src/ before running this script"
echo
autoheader # Gimmie config.h.in
libtoolize --force
aclocal
autoconf
automake -a
