Aborting automake?

2003-11-07 Thread Harlan Stenn
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

Re: Aborting automake?

2003-11-07 Thread Alexandre Duret-Lutz
Harlan == Harlan Stenn [EMAIL PROTECTED] writes: Harlan I have a situation where I want every Makefile.am to Harlan 'include' one of several files. Harlan If none of these files are 'include'd I want the Harlan automake run to abort. Harlan I know how to cause the abort at runtime, but

Re: Aborting automake?

2003-11-07 Thread Robert Collins
On Sat, 2003-11-08 at 11:22, Harlan Stenn wrote: 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