Add a proper build system.

This commit is contained in:
Jonathan Schleifer 2012-08-26 14:01:52 +02:00
parent 167158b541
commit 9d65cc690e
14 changed files with 4845 additions and 23 deletions

3
autogen.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
aclocal -I m4 || exit $?
autoconf || exit $?