Implement mk_seekFile() so we can keep track of where we are at on our own.
[libmkv.git] / bootstrap.sh
blob6d8b26b2d0e96878a8936cf268286d4840b6fbdf
1 #! /bin/sh
3 aclocal \
4 && libtoolize --force --copy \
5 && autoheader \
6 && automake --add-missing --copy \
7 && autoconf