Add a proper build system.

This commit is contained in:
Jonathan Schleifer 2012-11-08 12:43:45 +01:00
parent ce3b9a11cd
commit 394389b6c1
11 changed files with 4852 additions and 47 deletions

3
autogen.sh Executable file
View file

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