This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: autoconf problem (was Re: possibly bug with ,@)


Chris Cramer <crayc@kiwi.pyro.net> writes:

> > ./configure: line 526: syntax error near unexpected token `AM_INIT_AUTOMAKE($PACKAGE,'
> > ./configure: line 526: `AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)'
> > configure: error: ./configure failed for guile-readline
> 
> I got the same problem. I tried using older and older CVS versions to
> discovered what caused the problem (as I could compile it a few months
> ago without any problem), but strangely enough even going back before
> 1.3.4 was released didn't help. I guess it's something in a subdirectory,
> but I have very little experience with autoconf or m4.

It seems that there is a problem with your automake installation.

Do

  aclocal --version

and

  automake --version

both report automake 1.4?

Do you get error messages when doing ./autogen.sh ?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]