1 Dec
2005
1 Dec
'05
3:59 p.m.
Kevin wrote:
[...]
Do you have libtool package installed? -- Tomi Hakala
> libtool --version ltmain.sh (GNU libtool) 1.5.20 (1.1220.2.287 2005/08/31 18:54:15)
from /usr/local/share/aclocal/libtool15.m4: # old names AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
I tried changing AM_PROG_LIBTOOL to AC_PROG_LIBTOOL in configure.in http://configure.in. Then if I run aclocal manually it doesn't return any errors. libtoolize --force returns: You should update your `aclocal.m4' by running aclocal.
Revert your changes, then try the following:
aclocal19 -I /usr/local/share/aclocal automake19 autoconf259 autoheader259
Works for me, YMMV
--
./lxnt