Re: Support for new languages

2002-08-17 Thread Rafael Jesus Alcantara Perez
-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

Re: Parallel builds and SUBDIRS

2002-08-17 Thread Tom Tromey
> "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.

Re: AC_CONFIG_FILES(whatever) and the $(AUTOMAKE) rule generated by automake?

2002-08-17 Thread Tom Tromey
> "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

Re: Pathalogical behavior with "more" AM_CONDITIONAL()s?

2002-08-17 Thread Tom Tromey
> "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

Re: Support for new languages

2002-08-17 Thread Tom Tromey
> "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