Re: wierd problem

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

 



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


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux