]> git.sesse.net Git - movit/blob - autogen.sh
Fix a bug when scaling and doing offset at the same time. (At least one more remains.)
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 libtoolize --install --copy
4 autoconf
5 ./configure "$@"