This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Deep packages, constructing the configure.am and Makefile.am
- To: Alex Hornby <alex@anvil.co.uk>
- Subject: Re: Deep packages, constructing the configure.am and Makefile.am
- From: Tom Tromey <tromey@cygnus.com>
- Date: Sat, 19 Jun 1999 14:29:54 -0700
- Cc: automake@gnu.org
- References: <14183.48387.464000.859694@prodigy.anvil.co.uk>
>>>>> "Alex" == Alex Hornby <alex@anvil.co.uk> writes:
Alex> I would like my package to find all Makefile.am's at configure,
Alex> as this would make adding separate test directories easier. I
Alex> cannot work out the m4 magic to dynamically set up the AC_OUTPUT
Alex> line.
There isn't a way to do this with the current automake.
Automake wants to statically kow the list of generated Makefiles.
Tom