Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Thu, 01 Apr 1999 07:11:48 +0000

Re: LibGII build errors

Jon M. Taylor wrote:
> 
> On Thu, 1 Apr 1999, Marcus Sundberg wrote:
> 
> > Jon M. Taylor wrote:
> > >
> > > loading cache ./config.cache
> > > ./configure: syntax error near unexpected token `AM_INIT_AUTOMAKE(libgii,0.5,-)'
> > > ./configure: ./configure: line 564: `AM_INIT_AUTOMAKE(libgii,0.5,-)'
> >
> > These are usually caused by wrong versions or incorrectly installed
> > automake/autoconf/libtool.
> >
> > Hmmmm...
> > Could you try to move away the libtool.m4 you have installed
> > (probably in /usr/local/share/aclocal/libtool.m4) and see what
> > happens. If it works then 'aclocal' is braindead and looks in
> > it's default dir before dirs specified on the command line.
> 
>         It worked, except that now autoconf once again fails to detect my
> host type (i686-pc-linux-gnu).  I have to specify it manually.  But aside
> from that, it all appears to build and install correctly now.

What does it detect as host type? Nothing?

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

Index: [thread] [date] [subject] [author]