repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gcc, llvm: don't use -DNDEBUG
[kiss-trunc88.git]
/
snd
/
build
blob
2b4bbc38280d65d1538f178dd66ba0c48ecd5c49
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--sysconfdir
=/
etc \
6
--localstatedir
=/
var \
7
--with-gui
=
yes
\
8
--with-gl
=
yes
\
9
--with-motif
=
yes
\
10
--with-alsa
=
yes
\
11
--with-jack
=
yes
\
12
--with-ladspa
=
yes
\
13
--with-extension-language
=
no \
14
--with-temp-dir
=/
tmp \
15
--with-x
=
yes
16
make
17
make
DESTDIR
=
"
$1
"
install