#!/bin/sh
find -name CVS | xargs rm -r
./bootstrap
rm -f ChangeLog NEWS AUTHORS
rm -fr autom4te.cache
rm -fr lib/*
