]> git.sesse.net Git - movit/blob - autogen.sh
Use std::scientific when outputting floats, so we do not get issues with 0.0 being...
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 libtoolize --install --copy
4 autoconf
5 ./configure "$@"