]> git.sesse.net Git - movit/blob - autogen.sh
Add a helper class to easier test fragment and compute shader versions of the same...
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 libtoolize --install --copy
4 autoconf
5 ./configure "$@"