Files
libxml-cxx/autogen.sh
Marc Wäckerlin 9aa69d2a40 update buildsystem
2016-09-29 16:37:10 +00:00

9 lines
136 B
Bash
Executable File

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