]> git.sesse.net Git - movit/blob - autogen.sh
Call init_lanczos_table() once instead of checking for it all the time.
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 libtoolize --install --copy
4 autoconf
5 ./configure "$@"