Le Fri, Nov 22, 2002, à 03:31:10PM +0100, Christophe Ponsard a écrit:
> Hello,
>
> I am trying to recompile dia on Linux Mandrake 9
> I checked out the sources from the CVS
> Then tried to ./configure as indicated in the INSTALL
> but there is no such file
>
> So I tried ./autogen.sh which asked to install
> intltool-0.16.tar
>
> After installing it, autogen recommanded a number
> of other thing such as moving .m4 files and running aclocal.
Did you install intltool from the tarball, or from Mandrake's RPM ? If
Mandrake's RPM are split between basic and -devel packages (though for
intltool, I don't really see the point...), you have to install both.
> >./configure: line 8197: syntax error near unexpected token `0.21'
> >./configure: line 8197: `AC_PROG_INTLTOOL(0.21)'
Oh.
You need intltool at least 0.21 (./autogen.sh's recommendation is too old,
sorry).
-- Cyrille
--