I am trying to compile autoconf on MacOSX 26.4, but make check fails on two tests (293 and 300). See attached for the testsuite.log file.
My compile process is as follows: #> git clone git://git.sv.gnu.org/autoconf #> cd autoconf #> ./bootstrap #> ./configure PERL=/usr/bin/perl --with-lispdir=~/.emacs.d --disable-silent-rules #> make #> make check I currently have installed: GNU libtool 2.5.4.3-b341-dirty GNU Emacs 30.2 GNU M4 1.4.20 GNU shtool 2.0.8 Thanks — Sean Denney 
