]> git.sesse.net Git - movit/blob - autogen.sh
Refactor calculate_scaling_weights() so that it is possible to get weights without...
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 libtoolize --install --copy
4 autoconf
5 ./configure "$@"