hblock: bump to 3.4.0
[kiss-trunc88.git] / libvips / build
blob52ba953e35cdc54fde4571b20b4bcfa9b46e8a54
1 #!/bin/sh -e
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
12 make
13 make DESTDIR="$1" install