pcre2: bump to 10.40
[kiss-trunc88.git] / texinfo / build
blob5da819a633483a78821f5f478eea0c9d3352001e
1 #!/bin/sh -e
3 ./configure \
4 --prefix=/usr \
5 --disable-nls
7 # --without-libintl-prefix
9 make
10 make DESTDIR="$1" install