On Tue, Mar 14, 2017 at 10:34 AM, Bruno Haible <br...@clisp.org> wrote: > Mathieu Lirzin wrote: >> Here is the patch: > > Given the code from gnulib-tool that you are removing, I think: > >> +EXTRA_DIST += top/GNUmakefile > > This should read > > EXTRA_DIST += $(top_srcdir)/GNUmakefile > >> +EXTRA_DIST += top/maint.mk > > This should read > > EXTRA_DIST += $(top_srcdir)/maint.mk > > otherwise gnulib-tool's --create-testdir with the named modules will break. > > Can you please revisit this (i.e. test --create-testdir once without and once > with my proposed correction)?
Thank you, Bruno. Good catch.