Re: automake-1.17.90 pretest released [alpha]

Karl Berry <[email protected]> Thu, 27 Feb 2025 09:22:02 -0700
Newsgroups gmane.comp.sysutils.automake.general
Message-ID <[email protected]>
Hi Ross,

    | configure:2612: error: possibly undefined macro: AM_RUN_LOG

I've been unable to reproduce this, even though you get the error
pervasively :(. I tried cloning your repo:

git clone git://git.yoctoproject.org/matchbox-sato 
PATH=/path/to/pretest/bin:$PATH
sh autogen.sh
grep AM_RUN_LOG configure
<no output>

Looking at the configure script I get, AM_RUN_LOG has been expanded in
that spot.

In general, I believe AM_RUN_LOG should be discovered by aclocal, though
I admit I'm not exactly clear on how all that works.
Does AM_RUN_LOG appear in your aclocal.m4?
Is aclocal.m4 stale, perhaps?
Does adding --force to the autoreconf invocation in your autogen.sh help?

I'm not sure what else is going on. --thanks, karl.