| Hi, i got a CVS tree from SILC.org and tryied to configure but i had some
| "syntax error"s just like invalidating the syntax below:
|
| if (foo == bar); then
I suppose you meant to write square brackets here, and a single equal sign.
|
| else
| ...
|
| saying:
|
| ./configure: line 5110: syntax error near unexpected token `else'
| ./configure: line 5110: `else'
|
| and others...
|
| Pekka from silc runs autoconf 2.13 and he has no problems at all... is
| there some "backward incompatibility" in 2.5 with 2.13?
Yes.
Rewrite your code as was suggested in the documentation:
if test foo = bar; then