autoconf
[Top][All Lists]
Advanced

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

Re: Autoconf 2.50 - 2.13 problems


From: Akim Demaille
Subject: Re: Autoconf 2.50 - 2.13 problems
Date: 10 Aug 2001 08:45:46 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Academic Rigor)

| 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



reply via email to

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