Files
mrw-cxx/autogen.sh

9 lines
121 B
Bash
Raw Normal View History

2016-06-01 12:58:25 +00:00
#!/bin/bash -e
if test -n "svn" -a -d .svn -a -e -x ; then
svn2cl
fi
aclocal
libtoolize --force
automake -a
autoconf