autoconf
[Top][All Lists]
Advanced

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

Re: wierd problem


From: Stepan Kasal
Subject: Re: wierd problem
Date: Tue, 25 Jan 2005 16:19:33 +0100
User-agent: Mutt/1.4.1i

Hi,

On Tue, Jan 25, 2005 at 03:18:30PM +0100, Jonas Geiregat wrote:
> I've tried the following code with autoconf version 2.13 and 2.59

please use 2.59, which is the current version.

> AC_INIT ([main.c])
...
> ./configure: line 523: main.c: command not found

Use:

AC_INIT([main.c])

(no space), so that m4 understands it as a parameter.

HTH,
        Stepan Kasal




reply via email to

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