update buildsystem

This commit is contained in:
Marc Wäckerlin
2016-09-29 18:29:53 +00:00
parent 1cbcd41dbe
commit e0f4b004d1
20 changed files with 1215 additions and 131 deletions
Executable
+8
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