Replace allpass vibrato in Calf Organ with a simulation of scanner vibrato.
[calf.git] / autogen.sh
blob12d2bfb1379f7924ae3bebd0484c15089637e908
1 #!/bin/sh
2 aclocal --force
3 libtoolize --force --automake --copy
4 autoheader --force
5 autoconf --force
6 automake -a --copy
7 if test "$NOCONFIGURE" != 1; then
8 ./configure --enable-experimental $@
9 fi