On 2/24/22 00:57, Lars Ingebrigtsen wrote: > The problem was that I was running admin/merge-gnulib from a fresh > checkout -- you have to run (at least) autogen.sh first. Perhaps that > should be noted in admin/notes/repo, or possibly fixed in the > merge-gnulib script? Thanks for reporting that; I installed the attached. > In any case, if I do that now, I get a diff that's just a single line: > > -CXXCPP = @CXXCPP@ That's probably due to differing versions of Autoconf. It shouldn't matter for Emacs since Emacs doesn't use CXXCPP. It is annoying that this difference would occur on different platforms; for now, I wouldn't worry about it (or install the change, as it'll just be overwritten the next time I do a Gnulib update). I use Fedora autoconf FWIW.