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)?

Bruno


Reply via email to