automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 07-prog-error.patch


From: Akim Demaille
Subject: Re: 07-prog-error.patch
Date: 29 Jan 2001 10:15:43 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

| 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")
| +                 if $VERSION !~ /([0-9]+)\.([0-9]+)([a-z])?/;
| 
| (unless the condition requires a line break, then parens are added so
| that tab will work -- sort of like the GNU style for C)
| 
| Could you make this change?

Sure!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]