"Debarshi Ray" <debarshi.ray at gmail.com> wrote: > Which is the best way to reverse the effect of: > $ ./autogen.sh && ./configure && make > > I have tried: > $ make distclean > but a few of the generated files still remain. Add the offending file names to DISTCLEANFILES = ... in the corresponding Makefile.am.