Re: 15-file-contents-paragraph.patch

2001-01-31 Thread Tom Tromey
Akim> My goal was to follow strictly the syntax of Make so that people Akim> don't have several syntaxes to learn, and more than one way to Akim> shoot in their foot. Automake doesn't really support make syntax, it just pretends to. There are some differences. For instance a macro definition can

Re: 15-file-contents-paragraph.patch

2001-01-31 Thread akim
On Wed, Jan 31, 2001 at 11:19:37AM -0700, Tom Tromey wrote: > > "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: > > Akim> * automake.in (file_contents): Rewrite: instead of trying to parse > Akim> it line by line, first swallow it completely into $CONTENTS, > Akim>

Re: 15-file-contents-paragraph.patch

2001-01-31 Thread Tom Tromey
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> * automake.in (file_contents): Rewrite: instead of trying to parse Akim> it line by line, first swallow it completely into $CONTENTS, Akim> *then*, parse it *paragraph* by paragraph. I see this went in. What is the rationale f

15-file-contents-paragraph.patch

2001-01-30 Thread Akim Demaille
Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * automake.in (file_contents): Rewrite: instead of trying to parse it line by line, first swallow it completely into $CONTENTS, *then*, parse it *paragraph* by paragraph. Index: automake.in --- auto