]> git.sesse.net Git - movit/blob - autogen.sh
Fix fp16_test compilation _without_ f16c-enabled compilation flags.
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 libtoolize --install --copy
4 autoconf
5 ./configure "$@"