Files
mrw-cxx/autogen.sh
Marc Wäckerlin c8dbfd6434 buid updated
2016-06-01 12:58:25 +00:00

9 lines
121 B
Bash
Executable File

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