Initial commit of build system

This commit is contained in:
Arun Raghavan
2011-09-15 08:08:53 +05:30
parent 35f5c9ced4
commit 91478c13cd
16 changed files with 620 additions and 0 deletions

6
autogen.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
libtoolize
aclocal
automake --add-missing --copy
autoconf
./configure ${@}