signify: bump to 31
[kiss-trunc88.git] / gawk / build
blob3bf47bf3202278422e36f12dc826da1768bdfebe
1 #!/bin/sh -e
3 export CFLAGS="$CFLAGS -static"
5 ./configure \
6 --prefix=/usr \
7 --libexecdir=/usr/lib \
8 --disable-nls
10 make
11 make DESTDIR="$1" install