Re: Patch to allow spaces before double hashes

2001-05-14 Thread Pavel Roskin
> > Could you submit a PR with this info in it? > > Sorry, GNATS doesn't appear to work now. It shows that the PR has been > submitted (it would be nice if it at least would show the PR number), but > the PR it doesn't appear in the new query result. It works, just not immediately as it used to b

Re: Patch to allow spaces before double hashes

2001-05-14 Thread Pavel Roskin
Hi, Tom! > Could you submit a PR with this info in it? Sorry, GNATS doesn't appear to work now. It shows that the PR has been submitted (it would be nice if it at least would show the PR number), but the PR it doesn't appear in the new query result. Important detail - I'm logged in under my nam

Re: Patch to allow spaces before double hashes

2001-05-12 Thread Tom Tromey
> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes: Pavel> Automake should probably warn about indented comments that go Pavel> to Makefile.in, as they may be non-portable. I just saw a Pavel> report in [EMAIL PROTECTED] that Compaq Tru64 UNIX V5.1 doesn't Pavel> like '&' in such comments,

Patch to allow spaces before double hashes

2001-05-11 Thread Pavel Roskin
Hello! It seems to be a pointless requirement that the comments in Makefile.am begin strictly at the line start, even if they don't appear in Makefile,in. It can often be useful to place a comment as near as possible to the line being commented but preserve the indentation. It should now be poss