Displaying 2 results from an estimated 2 matches for "aclocaldir".
2006 Jun 16
1
building dovecot lda on solaris 9
Trying to build the latest CVS code of LDA against dovecot beta 9.
Running autogen script I'm getting this message.
I added the contents of
/usr/local/share/aclocal/
to
/usr/local/share/libtool/libltdl/aclocal.m4
#aclocaldir = /usr/local/share/aclocal/
aclocal_DATA = libmcrypt.m4 libtool.m4 ltdl.m4
but no luck.
any advise ?
/usr/local/share/aclocal/libmcrypt.m4:17: warning: underquoted definition
of AM_PATH_LIBMCRYPT
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/autom...
2010 Oct 13
1
Missing ACLOCAL_AMFLAGS ?
...re --help. Looks like
dovecot.m4 is not being read. With the patch below:
---
Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index d037258..49514e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I .
aclocaldir = $(datadir)/aclocal
SUBDIRS = \
---
I get moduledir option in configure and working autoreconf.
--
Eray
[1]:
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize:...