Files
tokentool/autogen.sh
2016-11-11 13:38:03 +00:00

9 lines
118 B
Bash
Executable File

#!/bin/bash -e
if test -n "svn" -a -d .svn -a -e -x /usr/bin/svn2cl; then
svn2cl
fi
aclocal
automake -a
autoconf