From 9ad9cd6305ce42713c7cce9ae0bfb81c7a758326 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 9 Jan 2017 12:07:51 -0600 Subject: maint: improve 'make distcheck' Commit b29e2867 added gnulib's src/assure.h during bootstrap to fix development builds, but forgot to check that tarballs also build. With this patch, things get further, although I'm still facing a failure because the VPATH 'make check' portion of distcheck is failing to load modules, where an in-tree build succeeded. * Makefile.am (src_m4_SOURCES): Add assure.h. Signed-off-by: Eric Blake --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 1f385952..c2c9cd39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,6 +123,7 @@ MAINTAINERCLEANFILES += \ bin_PROGRAMS = src/m4 src_m4_SOURCES = \ + src/assure.h \ src/xstrtoul.c \ src/xstrtol-error.c \ src/xstrtol.c \ -- cgit v1.2.1