Files
pdfsign/autogen.sh
2017-03-03 14:35:16 +00:00

9 lines
140 B
Bash
Executable File

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