repo.or.cz
/
calf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Replace allpass vibrato in Calf Organ with a simulation of scanner vibrato.
[calf.git]
/
autogen.sh
blob
12d2bfb1379f7924ae3bebd0484c15089637e908
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