]> git.sesse.net Git - movit/blob - autogen.sh
Make util.h private to the effects; instead, defs.h contains what effect.h needs...
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 autoheader
4 autoconf
5 ./configure "$@"