I'm trying to get dovecot-lda working on a FreeBSD 6.0-RELEASE box (also had the same problem on 5.4)<br><br>When I run autogen.sh I get the following output:<br><br>aclocal:<a href="http://configure.in:13" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
configure.in:13
</a>: warning: macro `AM_PROG_LIBTOOL' not found in library<br>You should update your `aclocal.m4' by running aclocal.<br><a href="http://configure.in" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
configure.in</a>: installing `./install-sh'<br><a href="http://configure.in" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
configure.in</a>: installing `./missing'<br>src/Makefile.am: installing `./depcomp'<br>src/libsieve/Makefile.am:1: library used but `RANLIB' is undefined<br>src/libsieve/Makefile.am:1:<br>src/libsieve/Makefile.am:1: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
<br>src/libsieve/Makefile.am:1: to `configure.in' and run `autoconf' again.<br><a href="http://configure.in" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">configure.in</a>: installing `./ylwrap'<br>
<a href="http://Makefile.am" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Makefile.am</a>: installing `./INSTALL'<br>
<a href="http://configure.in:4" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">configure.in:4</a>: required file `lda-<a href="http://config.h.in" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
config.h.in</a>' not found<br><a href="http://configure.in:13" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">configure.in:13</a>: error: possibly undefined macro: AM_PROG_LIBTOOL
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If this token and others are legitimate, please use m4_pattern_allow.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; See the Autoconf documentation.<br><br><br>It still generates 'configure' but if I try to run it I get:<br><br>./configure: line 3441: AM_PROG_LIBTOOL: command not found
<br><br><br>Also <a href="http://Makefile.in" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Makefile.in</a> is never created<br><br>Anyone have an idea?<br>