aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/bison.sh
blob: f0e2a6c5f62f111a598987041182f6eb7a5c35aa (plain)
1
2
3
4
5
6
#!/bin/bash
set -e

./configure --prefix=/usr --docdir=/usr/share/doc/bison-"${VERSION}" &&
make &&
make -j1 install