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
+ Framework, Compressor: minor optimizations (an unnecessary division in dB_grid...
[calf.git]
/
autogen.sh
blob
b926c3dc2d3351a63aecc673488ef1b699387534
1
#!/bin/sh
2
aclocal
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