]> git.sesse.net Git - movit/blob - autogen.sh
Require OpenGL 3.0 unconditionally; this is a no-op, since we already required GLSL...
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 libtoolize --install --copy
4 autoconf
5 ./configure "$@"