After i upgrade my autoconf to 2.61 and libtool 1.5.22 looks like i got problem with doc/Makefile.in.. WARNING: Cannot find autoconf version 2.59 2.57 2.53 2.52 Trying autoconf (GNU Autoconf) 2.61 automake : autoconfg: libtool : Bootstrapping Bootstrapping lib/libTrie Bootstrapping lib/cppunit-1.10.0 doc/Makefile.am:16: DOC does not appear in AM_CONDITIONAL doc/Makefile.am:18: htmldir was already defined in condition TRUE, which includes condition DOC ... configure.in:2: ... `htmldir' previously defined here automake failed Autotool bootstrapping failed. You will need to investigate and correct before you can develop on this source tree rgds, why On Wed, 28 Mar 2007 22:52:53 +1200 Amos Jeffries <squid3@xxxxxxxxxxxxx> wrote: > Henrik Nordstrom wrote: > > ons 2007-03-28 klockan 16:45 +0700 skrev Wahyu: > >> 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? > > > > Hmm.. checking. AC_LTDL_DLLIB is from libltdl, the library provided > > by libtool. Check if you have a ltdl.m4 file and that libltdl is > > installed. > > > > Regards > > Henrik > > Sigh, > this is the same problem I encountered and posted a fix for > earlier this month, and the month before.... > > Check that you have a recent version of automake and libltdl-dev > explicitly installed. On some package-based systems (Debian etc) the > 'automake' package does not necessarily pull them properly. > Those systems need automake1.x installed seperately. > > The full details I wrote up earlier are here: > http://www.mail-archive.com/squid-dev@xxxxxxxxxxxxxxx/msg05214.html > > > Amos > >