summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2017-01-09 12:07:51 -0600
committerEric Blake <eblake@redhat.com>2017-01-09 13:50:23 -0600
commit9ad9cd6305ce42713c7cce9ae0bfb81c7a758326 (patch)
treec2dfa4eee3fb668b592df5f702fb74d387afe7ee
parenta6d4737a42a19cca2400d9f3d2cd035a016dcab4 (diff)
downloadm4-9ad9cd6305ce42713c7cce9ae0bfb81c7a758326.tar.gz
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 <eblake@redhat.com>
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \