]> git.sesse.net Git - movit/blob - autogen.sh
Make building the demo app optional if SDL_image and/or libpng12 are not found.
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 autoconf
4 ./configure "$@"