updated aubiocut
[aubio.git] / bootstrap
1 #!/bin/sh
2
3 set -x
4 rm -f aclocal.m4
5 aclocal
6 libtoolize --force --copy
7 autoheader
8 automake --add-missing --copy
9 autoconf