![]() |
Blitz Support : |
From: Fernando Perez (fperez_at_[hidden])
Date: 2003-09-04 11:52:02
Todd Veldhuizen wrote:
> I already have libtool 1.4.2 installed. I tried copying libtool.m4 into
> the blitz directory too and that didn't work. Eventually I just commented
> out the AC_PROG_LIBTOOL line from configure.in and that let me get a
> makefile. Is libtool really needed for blitz? Should we just comment out
> this line in cvs?
I remember now that as I was struggling with this, someone suggested
symlinking libtool.m4 into the directory where aclocal-1.7 is. In my case, I
have ~/usr/local/share/aclocal-1.7/libtool.m4 as a symlink to
/usr/share/aclocal/libtool.m4.
This is a kludge, though, and would not work for people on systems without a
resident libtool.m4 they can link to. Would a separate intallation of libtool do?
> I think the current state of affairs wrt installing from cvs is not so
> great.
Definitely agreed :) I know next to nothing about this family of tools, but
the process could definitely be made a tad friendlier ;)
Cheers,
f.