RE: non-recursive project example

2002-04-23 Thread Robert Collins
> -Original Message- > From: Alexandre Duret-Lutz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 23, 2002 10:48 PM > To: Robert Collins > Cc: Tim Waugh; [EMAIL PROTECTED] > Subject: Re: non-recursive project example > > > >>> "Rober

Re: non-recursive project example

2002-04-23 Thread Alexandre Duret-Lutz
>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: [...] Robert> When did it get fixed? >> >> 1.6.1 Robert> That'll be it then. I'll leave it as it is until 1.5 Robert> fades from use... Maybe I was not clear: if you simply remove the `VERSION=' prefix it will work as you inten

RE: non-recursive project example

2002-04-23 Thread Robert Collins
> -Original Message- > From: Alexandre Duret-Lutz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 23, 2002 10:26 PM > To: Robert Collins > Cc: Tim Waugh; [EMAIL PROTECTED] > Subject: Re: non-recursive project example > > > >>> "Rober

Re: non-recursive project example

2002-04-23 Thread Alexandre Duret-Lutz
>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: Robert> When did it get fixed? 1.6.1 -- Alexandre Duret-Lutz

RE: non-recursive project example

2002-04-23 Thread Robert Collins
> -Original Message- > From: Alexandre Duret-Lutz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 23, 2002 10:07 PM > To: Robert Collins > Cc: Tim Waugh; [EMAIL PROTECTED] > Subject: Re: non-recursive project example > > > >>> "Rober

Re: non-recursive project example

2002-04-23 Thread Alexandre Duret-Lutz
>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: [...] Robert> AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects VERSION=1.5 Where does this `VERSION=1.5' usage comes from? That the second time I see it. AFAICT this relies on a bug in Automake which has been fixed in 1.6.1. This should

RE: non-recursive project example

2002-04-23 Thread Robert Collins
Here's one.. I've got another more complete example with installable libraries and headers if needed, but it's somewhat longer. This is a trimmed down file from a current project. Rob ## Process this file with automake to produce Makefile.in # # $Id: Makefile.am,v 1.3 2002/01/13 14:16:17 robertc