Files
libxml-cxx/autogen.sh

9 lines
136 B
Bash
Raw Normal View History

2016-09-29 16:37:10 +00:00
#!/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