aboutsummaryrefslogtreecommitdiff
path: root/extra/texinfo/build
blob: f854c9321eeee886367f553858ba8005d9b62f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

export LDFLAGS="$LDFLAGS -static"

./configure \
    --prefix=/usr \
    --disable-nls \
    --disable-rpath

make
make DESTDIR="$1" install