]> git.sesse.net Git - movit/blob - autogen.sh
When the texture freelist is too large, cut from the back, not the front.
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 libtoolize --install --copy
4 autoconf
5 ./configure "$@"