Ethereal-dev: Re: [Ethereal-dev] Re: configure fail

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

From: Ming Zhang <mingz@xxxxxxxxxxx>
Date: Wed, 01 Mar 2006 09:16:43 -0500
the check works. if the warning message can be more clear will be
better.

firstly, i only have automake-1.4. so it warn me about that. then i
installed automake-1.6. then it still warns me, i found that default
automake in system is still 1.4. so i modify system symlink to 1.6, then
i got that error.

later while wait reply from list, i check the autogen.sh and saw that i
can specify version in shell, so i modified that and works. the reason
is that though i change one symlink in system, there are other stuff
like aclocal also need new version, so i got a version mismatch here.

ming

On Wed, 2006-03-01 at 10:38 +0100, Jaap Keuter wrote:
> Hi,
> 
> autogen.sh checks for the required version of automake. It checks for 1.6
> or higher. Does this mean this check is out of date?
> 
> Thanx,
> Jaap
> 
> 
> On Tue, 28 Feb 2006, Ming Zhang wrote:
> 
> > solved. it is because of automake version.
> >
> > ming
> >
> >
> > On Tue, 2006-02-28 at 20:00 -0500, Ming Zhang wrote:
> > > ubuntu 5.10
> > >
> > > ethereal svn -r17430 code
> > >
> > > autogen.sh gave lots of warning like this
> > >
> > >
> > > /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
> > > AM_CONDITIONAL
> > > /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
> > > AM_CONDITIONAL
> > > /usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
> > > AM_CONDITIONAL
> > > /usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
> > > AM_CONDITIONAL
> > >
> > >
> > > then configure failed
> > >
> > > $ ./configure
> > > checking build system type... i686-pc-linux-gnu
> > > checking host system type... i686-pc-linux-gnu
> > > checking target system type... i686-pc-linux-gnu
> > > ./configure: line 1439: syntax error near unexpected token `ethereal,'
> > > ./configure: line 1439: `AM_INIT_AUTOMAKE(ethereal, 0.10.14)'
> > >
> > >
> > > any idea?
> > >
> > > thanks!
> > >
> > >
> >
> > _______________________________________________
> > Ethereal-dev mailing list
> > Ethereal-dev@xxxxxxxxxxxx
> > http://www.ethereal.com/mailman/listinfo/ethereal-dev
> >
>