signify: bump to 31
[kiss-trunc88.git] / sox / build
blob153f939a0132eb7ab6b6568a7db459741f092b3e
1 #!/bin/sh -e
3 autoreconf -if
4 ./configure \
5 --prefix=/usr \
6 --sysconfdir=/etc \
7 --localstatedir=/var \
8 --enable-pulseaudio=no
10 make
11 make DESTDIR="$1" install