Re: Building mailuitls under Alpine Linux

"Sergey Poznyakoff" <[email protected]> Tue, 11 Jun 2024 14:07:14 +0200
Newsgroups gmane.comp.gnu.mailutils.bugs
Organization GNU.org.ua
Message-ID <[email protected]>
Yuri Kanivetsky <[email protected]> ha escrit:

> configure.ac:99: error: possibly undefined macro: AC_DEFINE
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.

Obviously you have already overcome this, but just for the record: that
means something went wrong when updating submodules.  Running

  git submodule update --init --recursive --force

before bootstrap should fix it.

Regards,
Sergey