]> git.sesse.net Git - movit/blob - autogen.sh
Some small cleanups after we got rid of GLSL 1.10; we can now unify 1.30 and ES 3...
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 libtoolize --install --copy
4 autoconf
5 ./configure "$@"