# If you ever want to uninstall Check, this should do it:
cd
su
test -d src/check-* && ( cd src/check-* ; make uninstall )
rm -f /usr/local/lib/libcheck.* /usr/local/include/check.h \
/usr/local/share/aclocal/check.m4
find /usr/local/share/doc -maxdepth 1 -type d -name "check-*" \
-exec rm -r {} \;
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "check-*" -exec rm -r {} \;
rm -f ~/installed/check-*.tar.*