aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/bison.sh
blob: 01bee1167b9397e2269c01845c9525347a399461 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

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

make &&

make -j1 install