[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?
On 11/21/05, Tomi Hakala <tomi.hakala@clinet.fi> wrote:
libtool --version ltmain.sh (GNU libtool) 1.5.20 (1.1220.2.287 2005/08/31 18:54:15)
from /usr/local/share/aclocal/libtool15.m4:
old names
AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
I tried changing AM_PROG_LIBTOOL to AC_PROG_LIBTOOL in configure.in<http://configure.in>. Then if I run aclocal manually it doesn't return any errors. libtoolize --force returns: You should update your `aclocal.m4' by running aclocal.
participants (3)
-
Alexander Sabourenkov
-
Kevin
-
Tomi Hakala