| 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")
| +
> "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
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