-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sat 17 Aug 2002 19:25, you wrote:
> > "Rafael" == Rafael Jesus Alcantara Perez <[EMAIL PROTECTED]> writes:
>
> Rafael> Is there any way of adding support for new languages to
> Rafael> AUTOMAKE, without modifying the source of the main AUTOMAKE
> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes:
[ This is a reply to some pretty old email. As is my habit. ]
Harlan> I'm working on a project where Somebody decided it would be a
Harlan> feature to hack the automake templates to permit subdirs to be
Harlan> built in parallel.
Ok.
> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes:
Harlan> So should the list provided by AC_CONFIG_FILES(whatever) be
Harlan> any different from the list "fed" to $(AUTOMAKE) in the
Harlan> generated Makefile.in?
According to the code (see parse_arguments), you should pass the same
text
> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes:
Harlan> Again, I'm not sure why automake cares about SUBDIRS.
Automake computes DIST_SUBDIRS from SUBDIRS, unless you define
DIST_SUBDIRS yourself. In this case it might try to compute a value.
With a large number of conditionals affect
> "Rafael" == Rafael Jesus Alcantara Perez <[EMAIL PROTECTED]> writes:
Rafael> Is there any way of adding support for new languages to
Rafael> AUTOMAKE, without modifying the source of the main AUTOMAKE
Rafael> script (usually /usr/bin/automake)?
It depends.
If the language is a simple C-li