This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Aborting automake?
- From: Harlan Stenn <Harlan dot Stenn at pfcs dot com>
- To: automake at gnu dot org
- Date: Fri, 07 Nov 2003 19:22:30 -0500
- Subject: Aborting automake?
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