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.
This commit is contained in:
Moritz Angermann
2017-10-01 11:28:40 +08:00
committed by GitHub
parent 93d8e7dd17
commit a1e6ccb67e

View File

@@ -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
## ################################################################