[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [dev-serveez] build breaks
From: |
stefan |
Subject: |
Re: [dev-serveez] build breaks |
Date: |
Tue, 26 Jun 2001 17:19:32 +0200 (CEST) |
On Tue, 5 Jun 2001, Martin Grabmueller wrote:
> I just tried to build a newly checked-out version of Serveeze, but the
> build breaks during configuration:
>
> checking for strings.h... yes
> checking for strcasecmp... yes
> ./configure: line 9819: syntax error near unexpected token `done'
> ./configure: line 9819: `done'
>
> What's going on here? I just graded up to autoconf-2.50,
> automake-1.4-p2 and libtool-1.4, so maybe that's the problem?
This is because autoconf-2.50 is not able to handle AC_CHECK_FUNC()
correctly within recursions. It's broken, I guess.
Cheers,
address@hidden