On Sun, 3 Jul 2005, Andrey Shorin wrote:
> tolsty:~/squid/squid3$ ./bootstrap.sh
> automake : 19
> autoconfg: 259
> libtool : 15
> src/cppunit/Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
> src/cppunit/Makefile.am:8:
> src/cppunit/Makefile.am:8: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Most likely the same busted automake installation as on squid-cache.org
(also FreeBSD).
The version of aclocal found (automake 1.9) doesn't find libtool simply
because the installation only looks in the aclocal19 directory, not the
global aclocal directory.
Worked around by adding
/usr/local/share/aclocal
to
/usr/local/share/aclocal19/dirlist
making aclocal 1.9 also look into /usr/local/share/aclocal
Someone should talk to the FreeBSD automake 1.9 package maintainer about
this..
Regards
Henrik
Received on Mon Jul 04 2005 - 01:27:23 MDT
This archive was generated by hypermail pre-2.1.9 : Mon Aug 01 2005 - 12:00:03 MDT