On 07/05/2016 09:43 AM, Udyant Wig wrote: > > Well, as of this morning, the build system requires an aclocal newer > than the one my OS gives me (1.14.) > > cd . && ACLOCAL_PATH='' /bin/bash /home/udyant/build/emacs/build-aux/missing aclocal-1.15 -I m4 > /home/udyant/build/emacs/build-aux/missing: line 81: aclocal-1.15: command not found > WARNING: 'aclocal-1.15' is missing on your system. > You should only need it if you modified 'acinclude.m4' or > 'configure.ac' or m4 files included by 'configure.ac'. > The 'aclocal' program is part of the GNU Automake package: > > It also requires GNU Autoconf, GNU m4 and Perl in order to run: > > > > Makefile:437: recipe for target 'aclocal.m4' failed > make: *** [aclocal.m4] Error 127 After investigating, I ran autoreconf -fiv. That set the build system straight. Now, though, the calc manual for 25 is not generated at all; there is no entry in Info. I will capture the relevant bits of the logs from a clean build. -- Udyant Wig