When I run autoreconf -f -i on dbmail-head, I get a bunch of errors (see
below). My platform is gentoo (x86), running automake 1.9.6 and autoconf
2.59. Any idea what I'm doing wrong?
calyx dbmail # svn update
At revision 1933.
calyx dbmail # autoreconf -f -i
Putting files in AC_CONFIG_AUX_DIR, `buildtools'.
modules/Makefile.am:24: LDFLAGS was already defined in condition TRUE,
which includes condition SHARED ...
configure.in:98: ... `LDFLAGS' previously defined here
modules/Makefile.am:24: `LDFLAGS' is a user variable, you should not
override it;
modules/Makefile.am:24: use `AM_LDFLAGS' instead.
Makefile.am:62: LDFLAGS was already defined in condition TRUE, which
includes condition SHARED ...
configure.in:98: ... `LDFLAGS' previously defined here
Makefile.am: object `dbmail-user.$(OBJEXT)' created both with libtool
and without
Makefile.am: object `dbmail-message.$(OBJEXT)' created both with libtool
and without
Makefile.am: object `dbmail-mailbox.$(OBJEXT)' created both with libtool
and without
Makefile.am: object `config.$(OBJEXT)' created both with libtool and without
Makefile.am: object `debug.$(OBJEXT)' created both with libtool and without
Makefile.am: object `list.$(OBJEXT)' created both with libtool and without
Makefile.am: object `dbmd5.$(OBJEXT)' created both with libtool and without
Makefile.am: object `md5.$(OBJEXT)' created both with libtool and without
Makefile.am: object `db.$(OBJEXT)' created both with libtool and without
Makefile.am: object `misc.$(OBJEXT)' created both with libtool and without
Makefile.am: object `mime.$(OBJEXT)' created both with libtool and without
Makefile.am: object `pidfile.$(OBJEXT)' created both with libtool and
without
Makefile.am: object `server.$(OBJEXT)' created both with libtool and without
Makefile.am: object `serverchild.$(OBJEXT)' created both with libtool
and without
Makefile.am: object `pool.$(OBJEXT)' created both with libtool and without
Makefile.am: object `dm_cidr.$(OBJEXT)' created both with libtool and
without
Makefile.am: object `pipe.$(OBJEXT)' created both with libtool and without
Makefile.am: object `forward.$(OBJEXT)' created both with libtool and
without
Makefile.am: object `dsn.$(OBJEXT)' created both with libtool and without
Makefile.am: object `sort.$(OBJEXT)' created both with libtool and without
Makefile.am:62: `LDFLAGS' is a user variable, you should not override it;
Makefile.am:62: use `AM_LDFLAGS' instead.
autoreconf-2.59: automake failed with exit status: 1