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

export LDFLAGS="$LDFLAGS -static"

./configure \
    --prefix=/usr \
    --program-prefix=g

make
make DESTDIR="$1" install