From a1e6ccb67e7d7f2b235016aa6c6733c5743945a1 Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Sun, 1 Oct 2017 11:28:40 +0800 Subject: [PATCH] Add `configure.host` to the `EXTRA_DIST` files When running `make dist`, `configure.host` would not result in the distribution tarball, however `configure` would try to read it, and as such the tarball would not be buildable. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4ddd12d8..9b6b34cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj \ m4/ltversion.m4 src/debug.c msvcc.sh \ generate-darwin-source-and-headers.py \ libffi.xcodeproj/project.pbxproj \ - libtool-ldflags + libtool-ldflags configure.host ## ################################################################