Re: 07-prog-error.patch

2001-01-29 Thread Akim Demaille
| Akim> + &prog_error ("version is incorrect: $VERSION") | Akim> + if ($VERSION !~ /([0-9]+)\.([0-9]+)([a-z])?/); | | The automake style is to write trailing `if's without parens: | | + &prog_error ("version is incorrect: $VERSION") | +

Re: 07-prog-error.patch

2001-01-28 Thread Tom Tromey
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> * automake.in (prog_error): New. Akim> Spread its use. This is fine. Akim> + &prog_error ("version is incorrect: $VERSION") Akim> + if ($VERSION !~ /([0-9]+)\.([0-9]+)([a-z])?/); The automake style is to wr

07-prog-error.patch

2001-01-28 Thread Akim Demaille
Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * automake.in (prog_error): New. Spread its use. Index: automake.in --- automake.in Sat, 27 Jan 2001 01:54:14 +0100 akim (am/f/39_automake.i 1.9 755) +++ automake.in Sat, 27 Jan 2001 02:07:23 +0100 akim (am/f/39_automake.i