Files
love/platform/unix/automagic
T
2009-07-26 15:46:49 +02:00

10 lines
233 B
Bash

#!/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