]> git.sesse.net Git - movit/blob - autogen.sh
Skip all the compute shader tests if there is no compute support (it was done before...
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 libtoolize --install --copy
4 autoconf
5 ./configure "$@"