fixed build in docker

This commit is contained in:
Marc Wäckerlin
2016-11-11 13:38:03 +00:00
parent 593c1838f0
commit 4c67a69402
18 changed files with 1182 additions and 164 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
automake -a
autoconf