Add a proper build system.
This commit is contained in:
parent
167158b541
commit
9d65cc690e
14 changed files with 4845 additions and 23 deletions
3
autogen.sh
Executable file
3
autogen.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
aclocal -I m4 || exit $?
|
||||
autoconf || exit $?
|
Reference in a new issue