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

./configure --prefix=/usr --bindir=/bin --with-included-regex &&
make &&
#make check &&
make install
