#!/bin/bash
set -e

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

make &&

make -j1 install