Shawn Walker wrote:

> 
> This is probably because I'm using sunfreeware's libtool which is
> installed in /usr/local.
> 
> I'm going to try to build and install libtool myself in hopes that an
> install under /usr will alleviate this nightmare.

Before you do that, could you please check:

%> cd /usr/local/share
%> find . -type f -name "*.m4" -exec egrep -e 'AM_PROG_LIBTOOL' -n {} \; -print

it should give several files:

./autoconf/autoconf/oldnames.m4
./aclocal/libtool.m4
./libtool/libltdl/acinclude.m4

these files alias AM_PROG_LIBTOOL to AC_PROG_LIBTOOL (AM_PROG_LIBTOOL is the 
old 
deprecated macro).

--Stefan

-- 
Stefan Teleman
Sun Microsystems, Inc.
Stefan.Teleman at Sun.COM


Reply via email to