]> git.sesse.net Git - movit/blob - autogen.sh
Make register_int call register_uniform_int, now that we require GLSL 1.30.
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 libtoolize --install --copy
4 autoconf
5 ./configure "$@"