Ethereal-dev: Re: [ethereal-dev] nightly builds

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sun, 28 May 2000 11:15:31 -0700
On Sun, May 28, 2000 at 04:48:29PM +0200, Michael Tuxen wrote:
> After downloading build and extracting the files I entered ./autogen.sh.
> After getting some warnings I get the error message:
> ./configure: sytax error near unexpected token `AM_INIT_AUTOMAKE(ethereal,´
> ./configure: ./configure: line 539: `AM_INIT_AUTOMAKE(ethereal, 0.8.8)´
> 
> Therefore my basic question is:
> What should I do with the nightly-builds?

What gets printed if you run the command

	automake --version

It should report "automake (GNU automake) 1.4" (or maybe there'll be a
letter after the "1.4").

If not, you need to install automake 1.4 on your machine.