hi there!
I´m trying to install Murrine engine on fedora 11, but it looks like the version that is on the repositories is too old (anyone know why???

)!
Now, i´m trying to install the svn, but when i type the following command
Code:
./autogen.sh --prefix=/usr --enable-animation
i get the following:
Code:
You should update your `aclocal.m4' by running aclocal.
aclocal:configure.ac:14: warning: macro `AM_DISABLE_STATIC' not found in library
aclocal:configure.ac:16: warning: macro `AM_PROG_LIBTOOL' not found in library
aclocal:configure.ac:23: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library
Makefile.am:7: Libtool library used but `LIBTOOL' is undefined
Makefile.am:7:
Makefile.am:7: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Makefile.am:7: to `configure.ac' and run `aclocal' and `autoconf' again.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
./configure: line 3524: AM_DISABLE_STATIC: command not found
./configure: line 3525: AC_LIBTOOL_WIN32_DLL: command not found
./configure: line 3526: AM_PROG_LIBTOOL: command not found
./configure: line 3528: syntax error near unexpected token `0.37.1'
./configure: line 3528: `AC_PROG_INTLTOOL(0.37.1)'
I just got stuck!!! Does anyone has any idea?
Thanks in advance