bug-mailfromd
Re: [Bug-mailfromd] exporting metrics with declaration
> I still have issues running autoreconf on CentOS9 (m4, mailutils are
> installed).
There are two issues:
1) You're running autoreconf instead of bootstrap. Please don't.
Running autoreconf is possible only (1) on an already bootstrapped
source tree and (2) with a right set of options. See README-hacking for
details. In any case, running bootstrap on a freshly cloned repo is
obligatory.
> [root@mailfromd-devel mailfromd]# autoreconf
> aclocal: warning: couldn't open directory 'm4': No such file or directory
> configure.ac:95: warning: macro 'AM_GNU_MAILUTILS' not found in
> library
2) Mailutils is installed to a location such that autotools are not able
to find the file mailutils.m4. For bootstrap to succeed you will need
to add the directory where mailutils.m4 resides to the aclocal macro
search path. For detailed instructions, refer to:
https://www.gnu.org/software/automake/manual/html_node/Macro-Search-Path.html
Regards,
Sergey