On Tue, 16 Feb 1999, Andreas Jaeger wrote:
> I got the current CVS sources and tried to generate configure etc with
> the autogen.sh script.
>
> I noticed the following problems:
>
> $ libtoolize --copy --force
> You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
>
> Should I copy libtool.m4 to aclocal.m4 or is aclocal.m4 missing?
I'm not really sure about this. I think you should add whats in
/usr/share/aclocal/libtool.m4 to the end of the file aclocal.m4.
But this isn't a problem if you're not gonna make a distribution.
> $ aclocal
> aclocal: configure.in: 109: macro `AM_PATH_GDK_IMLIB' not found in library
Since recently you need gdk-imlib installed to compile Dia. This is
because we're experimenting with images. It is not final that imlib will
be required in a later release, but right now you need it.
> and later
> $ ./configure
> creating cache ./config.cache
> ./configure: line 529: syntax error near unexpected token `AM_INIT_AUTOMAKE(dia,'
> ./configure: line 529: `AM_INIT_AUTOMAKE(dia, 0.30)'
Dunno why this happens. Might have something to do with the first
problem.
> I've installed glibc and gtk 1.1.13, libtool 1.2b, autoconf 2.13,
> automake 1.4 on i486-Linux 2.2.1 with glibc 2.1, egcs 1.1.1.
Should work. You'll need gnome-xml (libxml) 0.99.3 or latest cvs too (not
0.99.5!) and imlib 1.8.2 (1.9.2 prefered)
/ Alex