#!/bin/sh
grep -n $2 $1 Makefile.inc.in Makefile.in
find -name "*.py" | xargs grep -n $2 $1
find -name Makefile | xargs grep -n $2 $1
