]> git.sesse.net Git - movit/blob - autogen.sh
Release Movit 1.5.1. (No ABI break, as only a new non-virtual member function is...
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 libtoolize --install --copy
4 autoconf
5 ./configure "$@"