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
croc: disable ipv6 with sed instead of patch
[kiss-trunc88.git]
/
libvips
/
build
blob
52ba953e35cdc54fde4571b20b4bcfa9b46e8a54
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--sysconfdir
=/
etc \
6
--localstatedir
=/
var \
7
--enable-introspection
=
no \
8
--enable-debug
=
no \
9
--enable-gtk-doc-html
=
no \
10
--with-x
11
12
make
13
make
DESTDIR
=
"
$1
"
install