Kevin
2005-Nov-21 20:32 UTC
[Dovecot] dovecot-lda macro `AM_PROG_LIBTOOL' not found in library
I'm trying to get dovecot-lda working on a FreeBSD 6.0-RELEASE box (also had the same problem on 5.4) When I run autogen.sh I get the following output: aclocal:configure.in:13 <http://configure.in:13>: warning: macro `AM_PROG_LIBTOOL' not found in library You should update your `aclocal.m4' by running aclocal. configure.in <http://configure.in>: installing `./install-sh' configure.in <http://configure.in>: installing `./missing' src/Makefile.am: installing `./depcomp' src/libsieve/Makefile.am:1: library used but `RANLIB' is undefined src/libsieve/Makefile.am:1: src/libsieve/Makefile.am:1: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB' src/libsieve/Makefile.am:1: to `configure.in' and run `autoconf' again. configure.in <http://configure.in>: installing `./ylwrap' Makefile.am <http://Makefile.am>: installing `./INSTALL' configure.in:4 <http://configure.in:4>: required file `lda-config.h.in<http://config.h.in>' not found configure.in:13 <http://configure.in:13>: error: possibly undefined macro: AM_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. It still generates 'configure' but if I try to run it I get: ./configure: line 3441: AM_PROG_LIBTOOL: command not found Also Makefile.in <http://Makefile.in> is never created Anyone have an idea? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20051121/96877c1a/attachment-0001.html>
Tomi Hakala
2005-Nov-21 22:02 UTC
[Dovecot] dovecot-lda macro `AM_PROG_LIBTOOL' not found in library
Kevin wrote:> I'm trying to get dovecot-lda working on a FreeBSD 6.0-RELEASE box (also > had the same problem on 5.4) > > When I run autogen.sh I get the following output: > > aclocal: configure.in:13 <http://configure.in:13>: warning: macro > `AM_PROG_LIBTOOL' not found in library> Anyone have an idea?Do you have libtool package installed? -- Tomi Hakala