On Thu, Feb 27, 2025 at 06:23:42PM +0000, Ross Burton wrote: > On 27 Feb 2025, at 16:22, Karl Berry <k...@freefriends.org> wrote: > > > > 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: [...] > A leaner test case is icon-naming-utils. If I build that with > automake 1.17.0, it works. If I build it _from clean_ with 1.17.90, > it works. > > If I build it with 1.17.0 and then autoreconf with 1.17.90, it fails. > Really mysteriously the generated aclocal.m4 has been regenerated > (because the copyright dates are different) but it is missing the > AM_RUN_LOG macro.
I have a package icon-naming-utils-0.8.90.tar.gz and I cannot reproduce such a failure either... % gunzip -c icon-naming-utils-0.8.90.tar.gz | tar xf - % cd icon-naming-utils-0.8.90 % PATH=/path/to/automake-1.17/bin:$PATH autoreconf --force --install [no errors] % ./configure [no errors] % PATH=/path/to/automake-1.17.90/bin:$PATH autoreconf [no errors] % ./configure [no errors] % grep 'DEFUN.*AM_RUN_LOG' aclocal.m4 AC_DEFUN([AM_RUN_LOG], So hard to say what might be going on... is there something you're doing differently? Cheers, Nick