On 08/02/2017 12:10 PM, Eli Zaretskii wrote: > Maybe I'm confused, but top-level Makefile.in has this: > > $(srcdir)/configure: $(srcdir)/configure.ac $(srcdir)/m4/*.m4 > cd $(srcdir) && ./autogen.sh > Ah, you're right, that should say './autogen.sh autoconf', not plain './autogen.sh', since the intent is only to build 'configure'. This is a typo regardless of whether my recently-proposed patch is accepted, and I fixed it with the attached.