fruitjam-doom/autogen.sh
Simon Howard 73e68c7683 Autotools build system
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 11
2005-07-23 17:20:33 +00:00

12 lines
97 B
Bash
Executable file

#!/bin/sh
mkdir autotools
aclocal
autoheader
automake -a -c
autoconf
automake
./configure $@