Use the "js buildsys".

This commit is contained in:
Jonathan Schleifer 2011-03-30 13:29:10 +02:00
parent b05300b119
commit 3f7a420b4e
12 changed files with 4685 additions and 15 deletions

3
autogen.sh Executable file
View file

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