bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: syntax error near unexpected token


From: Ian Lance Taylor
Subject: Re: syntax error near unexpected token
Date: 28 Mar 2001 11:10:55 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Sander van Geloven <address@hidden> writes:

> Hi,
> 
> I'm trying to use autoconf, automake (and indirectly libtool) to buid a
> shared library libarray.so from array.C and array.h. Automake does OK so
> far, but the configure from autoconf reports:
> 
> address@hidden array]$ automake --add-missing --include-deps
> address@hidden array]$ autoconf
> address@hidden array]$ ./configure
> creating cache ./config.cache
> ./configure: line 524: syntax error near unexpected token
> `AM_INIT_AUTOMAKE(libarray,'
> ./configure: line 524: `AM_INIT_AUTOMAKE(libarray, 1.0)'

You need to run aclocal before running autoconf.

Ian



reply via email to

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