Hello Robert, * Robert Collins wrote on Sat, Sep 19, 2009 at 06:16:25AM CEST: > It would be nice if there was an option to tell automake not to (do > 'uninstall' as part of distcheck | require that uninstall leaves no > files behind)
You can do the latter by overriding either distuninstallcheck rule of the distuninstallcheck_listfiles command, see the lower half of <http://www.gnu.org/software/automake/manual/html_node/Checking-the-Distribution.html>. Cheers, Ralf