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

export LDFLAGS="$LDFLAGS -static"
export M4=gm4

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

make
make DESTDIR="$1" install