Files
tokentool/autogen.sh

9 lines
118 B
Bash
Raw Normal View History

2016-11-11 13:38:03 +00:00
#!/bin/bash -e
if test -n "svn" -a -d .svn -a -e -x /usr/bin/svn2cl; then
svn2cl
fi
aclocal
automake -a
autoconf