buid updated

This commit is contained in:
Marc Wäckerlin
2016-06-01 12:58:25 +00:00
parent 0c94b7b4c6
commit c8dbfd6434
6 changed files with 257 additions and 82 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 ; then
svn2cl
fi
aclocal
libtoolize --force
automake -a
autoconf