I have a situation where I want every Makefile.am to 'include' one of several files.
If none of these files are 'include'd I want the automake run to abort. I know how to cause the abort at runtime, but I'd rather catch this problem while automake is running. Is there a way to do this? H