#!/bin/bash
cd /usr/src/bison-*/ ||exit


./configure --prefix=/usr &&
make &&
#make check &&
make install
