l saw on /usr/share/libtool libtool.m4 is on there, then i try cat /usr/share/libtool/libtool.m4 >>acinclude.m4 but the error is still exist when i run bootstrap.sh.. is there any posible that the problem is incorect version of tool (automake, libtool, etc) that i use? rgds, why On Wed, 28 Mar 2007 11:16:17 +0200 Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx> wrote: > ons 2007-03-28 klockan 11:31 +0700 skrev Wahyu: > > I got failed when i run bootstrap, any one got same with me? > > > > proxy:~/squid-3.0.PRE5-20070328# ./bootstrap.sh > > automake : > > autoconfg: > > libtool : > > Bootstrapping > > > definition of AC_CHECK_PTH configure.in:34: error: possibly > > undefined macro: AC_LTDL_DLLIB If this token and others are > > legitimate, please use m4_pattern_allow. > > Hmm.. aclocal doesn't find the libtool macros. > > try the following: > > cat /usr/share/libtool/libtool.m4 >>acinclude.m4 > > if that file is not found then go shopping in /usr/share to see where > libtool.m4 is installed.. If it's not found then your libtool > installation is incomplete. > > then run bootstrap.sh again. > > Regards > Henrik