Files
love/platform/unix/automagic
T
Tommy Nguyen c4fd3d985d It's been a while since I've built LÖVE, so forgive my forgetfulness.
Made automagic script run gen-makefile (took me half an hour to figure out I had to do this first...)
Also made sure it's running from the right path :)
2009-12-21 01:29:56 +01:00

11 lines
217 B
Bash
Executable File

#!/bin/bash
if ! sh platform/unix/gen-makefile; then
echo "You should be doing this from the root directory of the project."
exit 1
fi
autoheader # Gimmie config.h.in
libtoolize --force
aclocal
autoconf
automake -a