#!/bin/bash
patch -p1 < ../bison-3.0.2-fix.patch
rm -f configure      # configure is bad
autoconf
./configure --prefix=
make
