update buildsystem

This commit is contained in:
Marc Wäckerlin
2016-09-29 16:37:10 +00:00
parent e411f4a63b
commit 9aa69d2a40
17 changed files with 950 additions and 126 deletions

8
autogen.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash -e
if test -n "svn" -a -d .svn -a -e -x /usr/bin/svn2cl; then
svn2cl
fi
aclocal
libtoolize --force
automake -a
autoconf