Files
sharing-gallery/autogen.sh
2017-01-12 13:22:18 +00:00

9 lines
122 B
Bash
Executable File

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